/*
Theme Name: Hikari no ie
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/*　療育のこと　CSS　*/
.entry-header h1 {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 170%;
    font-weight: bold;
    font-feature-settings: "palt";
    color: rgb(16, 56, 107);
    /*border-bottom: 1px solid green;*/
    margin: 0px 0px 38px;
	text-align: center;
    letter-spacing: 0.2em;
}
.entry-content {
margin-top: 320px !important;
}
.block-inner-white-wide p {
    padding: 30px 50px!important;
    width: 80%;
    margin: 0 auto !important;
}
.block-midashi-dot {
line-height:2.4rem;
padding: 15px 0 30px 0 !important;
}

.block-inner-wide {
    padding: 35px 0;
}

.block-inner-white-wide-narrow .wp-block-columns {
    margin: 20px 0 !important;
}

.block-inner-white-wide-narrow p{
padding: 20px 15px 15px 95px !important;
}

.wp-block-group.nyuuen-block01 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-blue.png) repeat left top, #fff;
    background-size: 260px auto;
    padding: 5px 0 50px 0;
    background-color: #fdf9e1;
}

.wp-block-group.nyuuen-block02 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-pink-triangle.png) repeat left top, #fff;
    background-size: 260px auto;
    padding:0;
}

.wp-block-group.nyuuen-block03 {
    max-width: 100%;
    margin: auto;
    background: url(../images/back-blue-lines.png) repeat left top, #fff;
    background-size: 260px auto;
    padding: 50px 0px;
}
.wp-block-group .nyuuen-block01 .h6line {
line-height: 2.5rem;
}
.block-midashi-h2-yama {
    text-align: center;
    padding: 20px 13px !important;
    background-image: url(../images/midashi-coldot.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    line-height: normal;
}
.block-inner-pad{
    width: 80%;
    margin: 0 auto !important;
}
.wp-block-table {
    border-left: 1px solid #10386b;
    border-top: 1px solid #10386b;
    background-color: #fdf9e1;
        color: #10386b;
}
.wp-block-table thead {
    border-bottom: 3px #10386b solid !important;
    background: antiquewhite;
}
.wp-block-table td, .wp-block-table th {
    border: 2px #10386b solid !important;
 }


/*パソコン用*/
@media only screen and (min-width: 768px) {
.entry-content {
margin-top: 600px !important;
}
.wp-block-group.nyuuen-block01 {
    padding: 50px 100px;
}
.wp-block-group.nyuuen-block02 {
    padding: 50px 130px;
}
.wp-block-group.nyuuen-block03 {
    padding: 50px 130px;
}
.block-inner-title {
    background-color: #fff;
    margin: 0 auto 15px auto;
    padding: 20px 20px !important;
    width: 100%;
    }
}