@charset "UTF-8";


/*===================

	APCオリジナルCSS

メインカラー：#71c023　背景：#ebf6dd
カウンセリング講座カラー：#4c9137　背景：#d8f6d0
心理クリニックカラー：#00a0e9　背景：#d8edf7
セミナーカラー：#d9739c　背景：#f2d1de
アイボリー：#fffbe1
審議会カラー：#7F0000
font-family: 'Noto Sans JP', sans-serif;
font-weight:500;
===================*/


/*--------------------------------------------------------
共通
--------------------------------------------------------*/

html {
    margin-top: 0 !important;
}

body {
    font-size: 16px;
}

a:hover,
a:hover img {
    opacity: 0.8;
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

.global-nav a:hover,
.global-nav a:hover img {
    opacity: 1;
}

.breadcrumbs li {
    margin-top: 5px;
}

.main-body {
    padding-bottom: 0;
    margin-top: 0;
}

.container {
    overflow: hidden;
}

.article-header {
    border-top: 1px solid #71c023;
    background: #d7f3b4 url(images/contents/indexBg.png) right center no-repeat;
}

.article-header h2.section-title {
    padding: 25px 0;
    width: 1000px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
}

#mainContents {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
}

h3 {
    border-bottom: none !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500 !important;
    margin: 0 !important;
}

h3:after {
    display: none;
}

h4 {
    border: none !important;
    margin: 0 !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500 !important;
}

h5 {
    border: none !important;
    margin: 0 !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500 !important;
}

ul {
    list-style: none;
}

ul#menu>li:first-child {
    display: none;
}

.contBox {
    width: 100%;
    padding-bottom: 80px;
    overflow: hidden;
}

.error404 .contBox {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1000px;
    box-sizing: border-box;
}

.contBox .inner {
    padding-top: 20px;
    overflow: hidden;
}

p.att,
span.att {
    color: #eb6098;
}

/* 2022/04/08 paseli追加 ここから*/
p.bottom_att {
    color: red;
}

span.form_att {
    font-size: 16px;
    font-weight: normal;
    color: red;
}

/* 2022/04/08 paseli追加 ここまで*/

.bcl-first a {
    color: #eb6098 !important;
}

@media screen and (min-width: 480px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}



/*--------------------------------------------------------
共通問い合わせボタン
--------------------------------------------------------*/

.basicBtn {
    text-align: center;
}

.basicBtn a {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
    padding: 15px 10% 15px 9%;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    background-color: #f39700;
}

.basicBtn a:before,
.basicBtn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.basicBtn a:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.basicBtn a:hover {
    text-decoration: none;
    color: #fff;
}



/*--------------------------------------------------------
下部固定ボタン（スクールのみ）
--------------------------------------------------------*/

.bottomBtn {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.8);
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    display: block;
}

.bottomBtn .btnWrap {
    padding: 5px 0;
    margin: 0 auto;
    max-width: 1000px;
}

.bottomBtn .btnWrap a {
    display: inline-block;
    width: 45%;
    border-radius: 50px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-size: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 1%;
}

.bottomBtn .btnWrap a.seikyu {
    background: #f39800;
}

.bottomBtn .btnWrap a.moushikomi {
    background: #4998e8;
}

.bottomBtn .btnWrap a:before,
.bottomBtn .btnWrap a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.bottomBtn .btnWrap a:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bottomBtn .btnWrap a:hover {
    text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}



/*--------------------------------------------------------
アコーディオン
--------------------------------------------------------*/

.accordion {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.accordion>input {
    display: none;
}

/*--------------------------------------------------------
スライダー（TOP）
--------------------------------------------------------*/

.flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    background: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #71c023 !important;
    box-shadow: none !important;
}

.flex-control-nav li a {
    margin: 0 10px !important;
}

/*--------------------------------------------------------
スライダー
--------------------------------------------------------*/

ul.slider {
    width: 96%;
    margin: 0 2%;
    text-align: left;
    display: block;
}

ul.slider li {
    padding-left: 0 !important;
    text-indent: 0 !important;
    display: block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

ul.slider li .catch {
    position: relative;
    border-bottom: 3px solid #71c023;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0 5px 50px;
    font-size: 1.3em;
    line-height: 1.3;
}

ul.slider li .catch span {
    font-size: 1.6em;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #71c023;
}

ul.slider li img {
    float: right;
    width: 45%;
    max-width: 300px;
    margin-left: 20px;
    float: right;
}

ul.slider li:before {
    display: none !important;
}

.contBox.read p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------------------------------------------
サイト共通
--------------------------------------------------------*/

.site h3 {
    background: url(images/contents/contIndexBgSiteGrn.png) left top repeat;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.site h3:after,
.site h3:before {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}

.site h4 {
    background: none;
    border-bottom: 3px solid #71c023 !important;
    padding: 15px 10px 10px 35px;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.site h4:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #71c023;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 18px;
}

.site h5 {
    position: relative;
    padding-left: 25px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.site h5:before {
    content: "◆ ";
    color: #71c023;
    position: absolute;
    left: 0;
}

.site ul.basic {
    padding-right: 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    margin-left: 30px;
}

.site ul.basic li {
    list-style-type: disc;
    color: #71c023;
}

.site ul.square {
    list-style: none;
    padding: 20px 2%;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.site ul.square li {
    padding-left: 1em;
    text-indent: -1.3em;
}

.site ul.square li:before {
    content: "■ ";
    color: #71c023;
}



/*--------------------------------------------------------
講座共通
--------------------------------------------------------*/

.crs h3 {
    background: url(images/contents/whatsnewBg.png) left top repeat;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.crs h3:after,
.crs h3:before {
    border-bottom: 1px solid #fff;
    content: "";
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}

.crs h4 {
    background: none;
    border-bottom: 3px solid #3f932a !important;
    padding: 15px 10px 10px 35px;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.crs h4:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #3f932a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 18px;
}

.crs h5 {
    position: relative;
    padding-left: 25px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.crs h5:before {
    content: "◆ ";
    color: #7bbf3f;
    position: absolute;
    left: 0;
}

.crs ul.basic {
    padding-right: 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    margin-left: 30px;
}

.crs ul.basic li {
    list-style-type: disc;
    color: #7bbf3f;
}

.crs ul.square {
    list-style: none;
    padding: 20px 2%;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.crs ul.square li {
    padding-left: 1em;
    text-indent: -1.3em;
}

.crs ul.square li:before {
    content: "■ ";
    color: #7bbf3f;
}



/*--------------------------------------------------------
クリニック共通
--------------------------------------------------------*/

.clinic h3 {
    background: url(images/contents/contIndexBgBlue.png) left top repeat;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.clinic h3:after,
.clinic h3:before {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}

.clinic h4 {
    background: none;
    border-bottom: 3px solid #00a0e9 !important;
    padding: 15px 10px 10px 35px;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic h4:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #00a0e9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 18px;
}

.clinic h5 {
    position: relative;
    padding-left: 25px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic h5:before {
    content: "◆ ";
    color: #00a0e9;
    position: absolute;
    left: 0;
}

.clinic ul.basic {
    padding-right: 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    margin-left: 30px;
}

.clinic ul.basic li {
    list-style-type: disc;
    color: #00a0e9;
}

.clinic ul.square {
    list-style: none;
    padding: 20px 2%;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic ul.square li {
    padding-left: 1em;
    text-indent: -1.3em;
}

.clinic ul.square li:before {
    content: "■ ";
    color: #00a0e9;
}



/*--------------------------------------------------------
セミナー共通
--------------------------------------------------------*/

.semi h3 {
    background: url(images/contents/contIndexBgPink.png) left top repeat;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.semi h3:after,
.semi h3:before {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}

.semi h4 {
    background: none;
    border-bottom: 3px solid #d9739c !important;
    padding: 15px 10px 10px 35px;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.semi h4:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #d9739c;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 18px;
}

.semi h5 {
    position: relative;
    padding-left: 25px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.semi h5:before {
    content: "◆ ";
    color: #d9739c;
    position: absolute;
    left: 0;
}

.semi ul.basic {
    padding-right: 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.semi ul.basic li {
    list-style-type: disc;
    color: #d9739c;
    margin-left: 30px;
}

.semi ul.square {
    list-style: none;
    padding: 20px 2%;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.semi ul.square li {
    padding-left: 1em;
    text-indent: -1.3em;
}

.semi ul.square li:before {
    content: "■ ";
    color: #d9739c;
}



/*--------------------------------------------------------
審議会共通
--------------------------------------------------------*/

.council .contBox {
    padding-bottom: 40px;
}

.council h3 {
    background: url(images/contents/contIndexBgRed.png) left top repeat;
    text-align: center;
    padding: 20px 0 25px;
    color: #fff;
    position: relative;
}

.council h3:after,
.council h3:before {
    border-bottom: 2px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.council h4 {
    background: none;
    border-bottom: 3px solid #7F0000 !important;
    padding: 15px 10px 10px 35px;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.council h4:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #7F0000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 18px;
}

.council h5 {
    position: relative;
    padding-left: 25px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.council h5:before {
    content: "◆ ";
    color: #7F0000;
    position: absolute;
    left: 0;
}

.council ul.basic {
    padding-right: 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.council ul.basic li {
    list-style-type: disc;
    color: #7F0000;
    margin-left: 30px;
}

.council ul.square {
    list-style: none;
    padding: 20px 2%;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.council ul.square li {
    padding-left: 1em;
    text-indent: -1.3em;
}

.council ul.square li:before {
    content: "■ ";
    color: #7F0000;
}

a.council {
    color: #7F0000;
}



/*--------------------------------------------------------
トップページ:76
--------------------------------------------------------*/

.main-image {
    width: 100%;
    background: #f9f6f1;
}

.main-image .slides {
    margin: 0;
}

.flex-control-nav {
    bottom: 10px !important;
    z-index: 10;
}

#post-76 .read {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#post-76 .read p {
    padding: 0 2%;
}

#post-76 .apcMenu {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

#post-76 .apcMenu p {
    padding: 0 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    font-size: 0.9em;
}

#post-76 .apcMenu h2 {
    text-align: center;
    overflow: hidden;
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.4;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-76 .apcMenu h2 span {
    display: inline-block;
    position: relative;
    padding: 0 .6em;
}

#post-76 .apcMenu h2 span:before,
#post-76 .apcMenu h2 span:after {
    position: absolute;
    top: 50%;
    width: 5em;
    content: '';
    border-top: 2px solid #000;
}

#post-76 .apcMenu h2 span:before {
    right: 100%;
}

#post-76 .apcMenu h2 span:after {
    left: 100%;
}

#post-76 .apcMenu ul.menuList {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#post-76 .apcMenu ul.menuList li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    box-shadow: rgba(213, 212, 212, 1.00);
    padding: 20px 0;
    background: url(images/contents/ivoryBg.png) repeat;
    margin: 0 1%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

#post-76 .apcMenu ul.menuList li h3 {
    padding: 0 0 20px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    border: none;
    min-height: 80px;
}

#post-76 .apcMenu ul.menuList li h3:after {
    display: none;
}

#post-76 .apcMenu ul.menuList li h3 span {
    display: block;
    font-size: 0.8em;
}

#post-76 .apcMenu .menu01 h3 {
    color: #4c9137;
}

#post-76 .apcMenu .menu02 h3 {
    color: #00a0e9;
}

#post-76 .apcMenu .menu03 h3 {
    color: #d9739c;
}

#post-76 .apcMenu ul.menuList li p {
    text-align: left;
    padding: 0 20px 10px;
    font-size: 1em;
}

#post-76 .apcMenu ul.menuList li .btn {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0 20px;
    display: block;
    text-align: center;
    padding: 15px 5% 15px 4%;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
}

#post-76 .apcMenu .menu01 .btn {
    background-color: #4c9137;
}

#post-76 .apcMenu .menu02 .btn {
    background-color: #00a0e9;
}

#post-76 .apcMenu .menu03 .btn {
    background-color: #d9739c;
}

#post-76 .apcMenu .btn:before,
#post-76 .apcMenu .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#post-76 .apcMenu .btn:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#post-76 .apcMenu ul li .btn:hover {
    text-decoration: none;
}

#post-76 .news {
    width: 100%;
    padding: 40px 0 50px;
    background: #d7f3b4;
    background: url(images/contents/whatsnewBg.png) no-repeat;
    background-size: cover;
}

#post-76 .news .whatsnew {
    width: 800px;
    margin: 0 auto;
}

#post-76 .news .moreBtnArea {
    width: 100%;
    max-width: 800px;
    text-align: right;
    margin: 0 auto;
}

#post-76 .news .moreBtnArea .btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #000;
    margin: 15px 0 0;
    display: inline-block;
    text-align: center;
    padding: 2px 50px;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    border: 2px solid #71c023;
    background: #fff;
}

#post-76 .news .moreBtnArea .btn {
    text-decoration: none;
}

#post-76 .news .moreBtnArea .btn:before,
#post-76 .news .moreBtnArea .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#post-76 .news .moreBtnArea .btn:before {
    right: 10%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #71c023;
    border-right: 2px solid #71c023;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#post-76 .news .whatsnew h2 {
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 0;
}

#post-76 .news .whatsnew .catch {
    text-align: center;
    padding-bottom: 30px;
}

#post-76 .news .whatsnew .newslist {
    background: #fff;
    padding: 10px 20px;
}

#post-76 .news .whatsnew dl {
    background: #fff;
    padding: 10px;
    border-bottom: 1px dotted #999;
}

#post-76 .news .whatsnew dl:last-child {
    border-bottom: none;
}

#post-76 .news .whatsnew .catname a {
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    background: #71c023;
    font-size: 90%;
}

#post-76 .news .whatsnew .catname a:hover {
    text-decoration: none !important;
}

#post-76 .col2Conts {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    padding: 40px 0;
}

#post-76 .col2Conts .box {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    width: 50%;
    text-align: center;
}

#post-76 .col2Conts .box h2 {
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 40px;
}

#post-76 .col2Conts .box .map {
    width: 100%;
    min-height: 400px;
    margin: 0;
}

#post-76 .fb-area {
    margin: 0 auto;
    width: 500px;
}

#post-76 .col2Conts .box h3 {
    text-align: left;
    font-size: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
}

#post-76 .col2Conts .box h3:after {
    display: none;
}

#post-76 .col2Conts .box p {
    text-align: left;
}



/*--------------------------------------------------------
APCについて:2
--------------------------------------------------------*/
#post-2 .read {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-2 .message {
    padding: 0 0 30px 0;
    overflow: hidden;
    text-align: left;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-2 .message .index {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #000;
    padding: 0;
}

#post-2 .message h3 {
    background: none;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #4c9137;
    font-size: 1.6em;
    text-align: left;
    line-height: 1.4;
}

#post-2 .message h3:before,
#post-2 .message h3:after {
    display: none;
}

#post-2 .message img {
    float: right;
    width: 25%;
    max-width: 180px;
    margin-left: 20px;
}

#post-2 .message p {
    padding: 20px 0;
}

#post-2 .message .prof .profIndex {
    border: none !important;
    background: #71c023;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    padding: 5px 10px !important;
    border-radius: 30px;
}

#post-2 .message .prof .profName {
    border: none !important;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    padding: 5px 10px;
    margin-bottom: 0;
}

#post-2 .message .prof p {
    padding: 0 10px;
}

#post-2 .company {
    overflow: hidden;
}

#post-2 .company .comDataIndex {
    text-align: center;
    font-size: 1.0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0;
    background: #eee;
}

#post-2 .company p {
    padding: 10px;
}

#post-2 .company img {
    float: left;
    width: 20%;
}

#post-2 .company .data {
    float: right;
    width: 77%;
}

#post-2 .inner {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-2 dl dt {
    background: #71c023;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#post-2 dl dd {
    padding: 0;
}

#post-2 dl .year {
    background: #ebf6dd;
    font-size: 1.0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

#post-2 dl p {
    padding: 5px;
}

/*--------------------------------------------------------
　カウンセリング講座について:32
--------------------------------------------------------*/
#post-32 .article-header {
    display: none;
}

.post-school__title.sp_none {
    width: 1000px;
    margin: -30px auto 0
}

.post-school__title img {
    width: 100% !important;
    max-width: auto !important
}

.post-school p {
    padding: 10px;
}

.post-school h3 {
    margin-bottom: 30px !important;
}

.post-school .read h3 {
    text-align: center;
    overflow: hidden;
    background: none;
    padding: 30px 0 20px;
    margin-bottom: 0 !important;
    font-size: 1.6em;
    line-height: 1.4;
    color: #fe0000;
}

.post-school .read h3 span {
    display: inline-block;
    position: relative;
    padding: 0 .6em;
}

.post-school .read h3 span:before,
.post-school .read h3 span:after {
    position: absolute;
    top: 50%;
    width: 4em;
    content: '';
    border-top: 2px solid #fe0000;
}

.post-school .read h3 span:before {
    right: 100%;
}

.post-school .read h3 span:after {
    left: 100%;
}

.post-school ul.pointList {
    max-width: 1000px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-school ul.pointList li {
    max-width: 300px;
    width: 31%;
    box-sizing: border-box;
    padding: 0;
    background: #fffbe1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.post-school ul.pointList li .index {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background: #3f932a;*/
    background: #3f932a;
    background: -moz-linear-gradient(top, #3f932a 0%, #1e5919 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3f932a 0%, #1e5919 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3f932a 0%, #1e5919 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.post-school ul.pointList li .contents {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 300px;
}

.post-school ul.pointList li img {
    width: 100%;
}

.post-school ul.pointList li p {
    padding: 10px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.4;
}

.post-school ul.pointList li p span,
.points3 li span {
    color: #ff7936;
}

.post-school .courseIntro {
    padding: 0 2%;
    max-width: 1000px;
    margin: 0 auto;
}

.post-school .courseIntro img.course {
    display: block;
    margin: 0 auto;
}

.post-school .courseIntro .points3 {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
    text-align: center;
}

.post-school .courseIntro .points3 h5 {
    padding: 5px;
    text-align: center;
    background: #3f932a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.post-school .courseIntro .points3 h5:before {
    display: none;
}

.post-school .courseIntro .points3 ul {
    margin: 0;
}

.post-school .courseIntro .points3 ul li {
    padding: 10px 10px 10px 60px;
    border-bottom: 1px dotted #999;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    position: relative;
    text-align: left;
}

.post-school .courseIntro .points3 ul li span.number {
    display: block;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #3f932a;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.post-school .courseIntro .points3 ul li span.pink {
    color: #eb6098;
}

.btnBox {
    width: 100%;
    text-align: center;
}

.post-school .btn {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
    padding: 15px 10% 15px 9%;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    background-color: #ff7936;
}

.post-school .btn:before,
.post-school .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.post-school .btn:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-school .btn:hover {
    text-decoration: none;
}

.post-school .courseBox {
    max-width: 1000px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 auto 20px;
}

.post-school .courseBox {
    max-width: 1000px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 20px;
}

.post-school .courseBox .index {
    padding: 0;
    text-ailgn: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.post-school .courseBox.course01 .index {
    background: #ffe2e7;
}

.post-school .courseBox.course02 .index {
    background: #bfe8bc;
}

.post-school .courseBox.course03 .index {
    background: #f9f06f;
}

.post-school .courseBox.course04 .index {
    background: #26b6ff;
}

.post-school .courseBox .index .catch {
    padding: 5px 20px;
    font-size: 1.1em;
}

.post-school .courseBox.course01 .index .catch {
    background: #fff2f2;
}

.post-school .courseBox.course02 .index .catch {
    background: #e3f4e4;
}

.post-school .courseBox.course03 .index .catch {
    background: #fdfad4;
}

.post-school .courseBox.course04 .index .catch {
    background: #c3e7ff;
}

.post-school .courseBox .index h5 {
    padding: 10px 20px;
    font-size: 1.5em;
    /*color: #fff;*/
    margin: 0;
}

.post-school .courseBox .index h5:before {
    display: none;
}

.post-school .courseBox .courseInner.pc {
    display: block;
}

.post-school .courseBox .courseInner.sp {
    display: none;
}

.post-school .courseBox .courseInner {
    overflow: hidden;
    margin-bottom: 10px;
}

.post-school .courseBox .courseInner .right {
    float: right;
    width: 38%;
}

.post-school .courseBox .courseInner .left {
    float: left;
    width: 58%;
    margin: 0;
}

.post-school .courseBox .courseInner .right img {
    width: 100%;
    max-width: 370px;
    display: block;
    margin: 0 0 30px;
}

.post-school .courseBox.course01 .courseInner .reccomend,
.post-school .courseBox.course01 .courseInner .reccomend h6 {
    border-bottom: 2px solid #fb4a67;
}

.post-school .courseBox.course02 .courseInner .reccomend,
.post-school .courseBox.course02 .courseInner .reccomend h6 {
    border-bottom: 2px solid #fb4a67;
}

.post-school .courseBox.course03 .courseInner .reccomend,
.post-school .courseBox.course03 .courseInner .reccomend h6 {
    border-bottom: 2px solid #fb4a67;
}

.post-school .courseBox.course04 .courseInner .reccomend,
.post-school .courseBox.course04 .courseInner .reccomend h6 {
    border-bottom: 2px solid #fb4a67;
}

.post-school .courseBox .courseInner .reccomend h6 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.post-school .courseBox .courseInner .reccomend h6 span {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 5px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-school .courseBox.course01 .courseInner .reccomend h6 span {
    background: #fb4a67;
}

.post-school .courseBox.course02 .courseInner .reccomend h6 span {
    background: #fb4a67;
}

.post-school .courseBox.course03 .courseInner .reccomend h6 span {
    background: #fb4a67;
}

.post-school .courseBox.course04 .courseInner .reccomend h6 span {
    background: #fb4a67;
}

.post-school .courseBox .courseInner .reccomend ul {
    list-style-type: disc;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.post-school .courseBox.course01 .courseInner .reccomend ul {
    color: #fb4a67;
}

.post-school .courseBox.course02 .courseInner .reccomend ul {
    color: #fb4a67;
}

.post-school .courseBox.course03 .courseInner .reccomend ul {
    color: #fb4a67;
}

.post-school .courseBox.course04 .courseInner .reccomend ul {
    color: #fb4a67;
}

.post-school .courseBox .courseInner .reccomend ul li span {
    color: #000;
}

.post-school .courseBox .courseInner dl {
    border-top: 1px solid #999;
    margin: 0;
    display: table;
    width: 100%;
}

.post-school .courseBox .courseInner dl.bd {
    border-bottom: 1px solid #999;
}

.post-school .courseBox .courseInner dl dt {
    padding: 5px 0;
    text-align: center;
    width: 20%;
    max-width: 100px;
    display: table-cell;
    background: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.post-school .courseBox .left .btn {
    margin: 20px 0;
    display: block;
    padding: 10px 0;
}

.post-school .courseBox .left p {
    padding: 0;
}

.post-school .voiceBox {
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}

.post-school .courseBox.course01 .voiceBox {
    background: #ffe2e7;
}

.post-school .courseBox.course02 .voiceBox {
    background: #bfe8bc;
}

.post-school .courseBox.course03 .voiceBox {
    background: #f9f06f;
}

.post-school .courseBox.course04 .voiceBox {
    background: #26b6ff;
}

.post-school .voiceBox h6 {
    margin: 0;
    width: 15%;
    text-align: center;
}

.post-school .voiceBox h6 img {
    width: 50%;
    max-width: 80px;
    height: auto;
    margin: 0 0 5px 5px;
    display: block;
}

.post-school .voiceBox .photo {
    width: 15%;
    max-width: 120px;
}

.post-school .voiceBox .photo img {
    width: 100%;
}

.post-school .voiceBox p {
    width: 65%;
    margin: 0;
}

.post-school .feature ul {
    max-width: 1000px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px dashed #999;
}

.post-school .feature ul li {
    width: 32%;
    box-sizing: border-box;
    padding: 0;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-right: 1px dashed #999;
    padding-right: 15px;
}

.post-school .feature ul li h5:before {
    display: none;
}

.post-school .feature ul li h5 {
    display: block;
    padding: 0 0 20px;
    vertical-align: middle;
    padding-left: 65px;
    position: relative;
    line-height: 1.4;
    min-height: 72px;
}

.post-school .feature ul li h5 span {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #3f932a;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.post-school .feature ul li a {
    padding: 10px;
}

.post-school .lesson ul {
    max-width: 1000px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-school .lesson ul li {
    width: 32%;
    box-sizing: border-box;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 10px !important;
}

.post-school .lesson ul li h5:before {
    display: none;
}

.post-school .lesson ul li h5 {
    display: block;
    padding: 5px 0;
    vertical-align: middle;
    background: #3f932a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.post-school .lesson ul li p {
    margin-bottom: 0;
}

.post-school .lesson ul li .catch {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding-bottom: 0;
    border: none !important;
    font-size: 1em !important;
    padding: 10px;
}

.post-school .lesson ul li img {
    width: 100%;
    margin: 0;
}

.post-school .merit {
    background: url(images/contents/post31Photo10.png) right bottom no-repeat;
    background-size: 50% auto;
}

.post-school .merit ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
}

.post-school .merit h5 {
    border-bottom: 1px solid #7bbf3f !important;
    padding-bottom: 5px;
    font-size: 1.3em;
}

.post-school .merit h5 span {
    color: #d72b44;
}

.post-school .merit h5:before {
    content: "■ ";
}

.post-school .follow ul {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.post-school .follow ul li {
    width: 49%;
    margin-bottom: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.post-school .follow .index {
    background: #3f932a;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.post-school .follow h5 {
    background: #fffbe1;
    padding: 0;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.post-school .follow h5 .photo {
    width: 50%;
    max-width: 309px;
}

.post-school .follow h5 .photo img {
    width: 100;
    display: block;
}

.post-school .follow h5 p {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 1.4;
    -webkit-align-self: center;
    align-self: center;
}

.post-school .follow h5:before {
    display: none;
}

.post-school .follow .btn {
    display: block;
    margin-left: 2%;
    margin-right: 2%;
}

.post-school p.att {
    color: #df2b44;
    padding: 0 10px;
}

.txtLink {
    color: rgb(0, 0, 238);
    display: block;
    padding: 20px 10px;
    text-decoration: underline;
}

.txtLink:hover {
    color: rgb(26, 26, 166);
    text-decoration: none;
}

.scContact {
    margin-bottom: 80px;
    margin-top: -80px;
}

.scContact p {
    font-size: 2em;
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.scContact ul {
    display: flex;
    margin: 0 auto;
    width: 80%;
}

.scContact li {
    border: solid 1px #ff7936;
    border-radius: 5px;
    line-height: 1.2;
    margin-right: 15px;
    overflow: hidden;
    padding: 5px 5px 10px;
    flex: 1;
}

.scContact li:last-child {
    margin-right: 0;
}

.scContact li:last-child a {
    cursor: default;
}

.scContact li a:hover,
.scContact li a:hover b {
    text-decoration: none;
}

.scContact .fa-fw {
    color: #ff7936;
    float: left;
    margin-right: 5px;
}

.scContact span {
    color: #666;
    display: block;
    margin-top: 5px;
}

.scContact b {
    color: #ff7936;
    display: block;
    font-size: 20px;
    text-decoration: underline;
}



/*--------------------------------------------------------
受講サポートについて:296
--------------------------------------------------------*/
#post-296 h3 {
    margin-bottom: 20px !important;
}

#post-296 h4 {
    border: none !important;
}

#post-296 h4:before {
    display: none;
}

#post-296 p {
    padding: 10px;
    overflow: hidden;
}

#post-296 .read {
    padding-bottom: 20px;
}

#post-296 ul.support01 {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
}

#post-296 ul.support01 li {
    width: 32%;
    box-sizing: border-box;
    padding: 0;
    background: #fffbe1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#post-296 ul.support01 li h4 {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #4c9137;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#post-296 ul.support01 li img {
    width: 50%;
    float: right;
    margin-left: 20px;
}

#post-296 ul.support01 li p {
    padding: 10px;
    overflow: hidden;
}

#post-296 .contBox.sup02 {
    background: url(images/contents/supportImg.png) bottom center no-repeat;
    background-size: 50% auto;
    padding-bottom: 20%;
}

#post-296 ul.support02 {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    max-width: 1000px;
}

#post-296 ul.support02 li {
    padding: 0 0 20px;
}

#post-296 ul.support02 li h4 {
    padding-left: 1.6em;
    border-bottom: 2px solid #4c9137 !important;
    position: relative;
}

#post-296 ul.support02 li h4:after {
    content: "■ ";
    color: #4c9137;
    position: absolute;
    left: 10px;
    top: 15px;
}

#post-296 ul.support03 {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

#post-296 ul.support03 li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

#post-296 ul.support03 li h4 {
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #4c9137;
}

#post-296 ul.support03 li img {
    width: 50%;
    max-width: 300px;
    float: right;
    margin-left: 20px;
}

#post-296 ul.support03 li p {
    padding: 0;
    overflow: hidden;
}

#post-296 .theme {
    border-radius: 5px;
    width: 100%;
    background: #d8f6d0;
    margin-bottom: 10px;
}

#post-296 .theme h5 {
    border-bottom: 1px solid #4c9137 !important;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 5px 0;
}

#post-296 .theme h5:before {
    display: none;
}

#post-296 .theme ul.basic {
    padding: 15px 10px;
    box-sizing: border-box;
    margin-left: 30px !important;
}

#post-296 .theme ul.basic li {
    width: 100%;
    padding: 0;
    border: none;
}

#post-296 .theme ul.basic li p {
    padding: 0 2% 0 0;
    margin: 0;
    color: #000;
    display: inline;
}

#post-296 p.att {
    color: #eb6098;
}



/*--------------------------------------------------------
修了生の声、講師の声:38、36
--------------------------------------------------------*/
#post-38 h3,
#post-36 h3 {
    margin-bottom: 20px !important;
}

#post-38 p,
#post-36 p {
    padding: 10px;
    overflow: hidden;
}

#post-38 .read,
#post-36 .read {
    padding-bottom: 20px;
}

#post-38 ul.voiceList,
#post-36 ul.voiceList {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

#post-38 ul.voiceList li,
#post-36 ul.voiceList li {
    width: 49%;
    box-sizing: border-box;
    padding: 0;
}

#post-38 ul.voiceList li,
#post-36 ul.voiceList li {
    padding: 10px;
    box-sizing: border-box;
}

#post-38 ul.voiceList li .prof {
    width: 100%;
    padding: 10px;
    background: #fffbe1;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

#post-38 ul.voiceList li img {
    width: 30%;
    float: left;
    margin-right: 20px;
}

#post-36 ul.voiceList li img {
    width: 30%;
    float: right;
    margin-left: 20px;
}

#post-36 ul.voiceList li p {
    padding: 10px 0;
    overflow: visible;
}

#post-38 ul.voiceList li .catch {
    padding: 5px 0;
    color: #4c9137;
    font-size: 1.2em;
    overflow: hidden;
    line-height: 1.6;
}

#post-36 ul.voiceList li .catch {
    padding: 5px 0;
    overflow: hidden;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0;
}

#post-38 ul.voiceList li .name {
    padding: 0;
    overflow: hidden;
    line-height: 1.6;
}

#post-36 ul.voiceList li .name {
    padding: 0;
    overflow: hidden;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

#post-38 ul.square,
#post-36 ul.square {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

#post-38 ul.square li,
#post-36 ul.square li {
    width: 49%;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 10px 10px 1.3em;
    text-indent: -1.3em;
    overflow: hidden;
}

#post-38 ul.square li .prof {
    width: 100%;
    padding: 10px;
    background: #fffbe1;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

#post-38 ul.square li img {
    width: 20%;
    float: right;
    margin-left: 20px;
}

#post-38 ul.square li p {
    padding: 10px 0;
    overflow: hidden;
    line-height: 1.6;
    text-indent: 0;
    font-weight: normal;
}

#post-36 ul.square li p {
    padding: 10px;
    overflow: hidden;
    line-height: 1.6;
    text-indent: 0;
    font-weight: normal;
}

#post-36 ul.square li p.name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 10px;
    display: inline;
}

#post-36 p.att {
    color: #eb6098;
    max-width: 1000px;
    margin: 0 auto;
}

#post-36 .highLevel {
    background: #d8f6d0;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-width: 1000px;
    margin: 30px auto 0;
}

#post-36 .highLevel p {
    padding: 20px 2%;
    margin: 0;
}

#post-36 .highLevel h4 {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #4c9137;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#post-36 .highLevel h4:before {
    display: none;
}

#post-36 .highLevel ul {
    list-style-type: decimal;
    padding: 0 2% 15px;
}

#post-36 .highLevel ul li {
    list-style-type: decimal;
    color: #4c9137;
}

#post-36 .highLevel ul span {
    padding: 0;
    color: #000;
}




/*--------------------------------------------------------
入校前サポートについて:34
--------------------------------------------------------*/
#post-34 h3 {
    margin-bottom: 20px !important;
}

#post-34 p {
    padding: 10px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 1em;
}

#post-34 p.att {
    color: #eb6098;
    padding: 0 10px;
}

#post-34 .read {
    padding-bottom: 20px;
}

#post-34 ul.supportList {
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
    max-width: 1000px;
    margin: 0 auto;
}

#post-34 ul.supportList li {
    width: 32%;
    background: #fffbe1;
    box-sizing: border-box;
    padding: 10px 10px 15px;
    text-align: center;
}

#post-34 ul.supportList li a {
    color: #4c9137;
    font-size: 1.6em;
    text-decoration: none;
    position: relative;
    padding-left: 45px;
}

#post-34 ul.supportList li a.mail {
    font-size: 1.3em;
    line-height: 3;
}

#post-34 ul.supportList li a:link {
    text-decoration: none;
}

#post-34 ul.supportList li a.tel:before {
    position: absolute;
    content: "";
    background: url(images/contents/iconTel.png) no-repeat;
    background-size: 36px auto;
    width: 36px;
    height: 30px;
    top: 50%;
    left: 0;
    margin-top: -15px;
}

#post-34 ul.supportList li a.mail:before {
    position: absolute;
    content: "";
    background: url(images/contents/iconMail.png) no-repeat;
    background-size: 39px auto;
    width: 39px;
    height: 25px;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
}

#post-34 ul.supportList li p {
    text-align: left;
    margin-bottom: 0;
}

#post-34 ul.supportList li .hours {
    padding: 15px 2% 0;
    text-align: center;
}

#post-34 ul.supportList li .hours2 {
    padding: 15px 10% 0;
    font-size: 0.9em;
}

#post-34 p img.pc {
    width: 40%;
    max-width: 640px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}



/*--------------------------------------------------------
クリニックについて:52、54
--------------------------------------------------------*/
#post-52 .article-header {
    display: none;
}

.clinic p {
    padding: 10px;
}

.clinic.clinicCont p span {
    font-size: 0.8em;
}

.clinic p.inBox {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic.clinicCont .read {
    padding-bottom: 40px;
}

#post-52 .read h3 {
    background: #00a0e9;
    background-image: none;
    color: #fff;
    font-size: 1.6em;
    max-width: 1000px;
    margin: 30px auto auto !important;
    border-radius: 5px;
}

#post-52 .read h3:after,
#post-52 .read h3:before {
    display: none;
}

.clinic .read h4 {
    padding: 30px 0 10px;
    color: #00a0e9;
    border: none !important;
    font-size: 1.3em;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic.clinicCont .read h4 {
    padding: 0 0 10px;
}

.clinic .read h4:before {
    display: none;
}

#post-52 h3 span {
    border: 2px solid #00a0e9;
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    width: auto;
    font-size: 0.8em;
    font-weight: 400;
}

.clinic.clinicCont h3 {
    position: relative;
    z-index: -2;
}

#post-52 h3 span {
    border: 2px solid #00a0e9;
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    width: auto;
    font-size: 0.8em;
    font-weight: 400;
}

.clinic.clinicCont h3 span {
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.clinic.clinicCont h3 span:before {
    box-sizing: border-box;
    width: 400px;
    height: 70px;
    border: 400px solid transparent;
    border-top: 70px solid #00a0e9;
    position: absolute;
    top: -10px;
    left: 50%;
    content: "";
    z-index: -1;
    margin-left: -400px;
}

.clinic .personal {
    padding: 30px 0 20px;
    -webkit-box-flex: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic.clinicCont .advice {
    padding-top: 30px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic.clinicCont .advice img {
    display: block;
    margin: 0 auto 20px;
    max-width: 606px;
    width: 96%;
}

#post-52 .personal img {
    max-width: 450px;
    width: 35%;
    margin-left: 20px;
}

#post-52 ul.flow {
    text-align: center;
    margin: 20px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#post-52 ul.flow li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    position: relative;
    margin: 0 1% 0 0;
    width: 23%;
    background: #fffbe1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#post-52 ul.flow li:after {
    box-sizing: border-box;
    width: 20px;
    height: 40px;
    border: 40px solid transparent;
    border-left: 20px solid #00a0e9;
    position: absolute;
    top: 45%;
    left: 102%;
    content: "";
    z-index: 9;
}

#post-52 ul.flow li:last-child:after {
    display: none;
}

#post-52 ul.flow li:last-child {
    margin: 0;
}

#post-52 ul.flow li h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #00a0e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#post-52 ul.flow li span {
    color: #fff;
    background: #71c023;
    padding: 10px 15px;
    vertical-align: middle;
    marign-right: 15px;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

#post-52 ul.flow li .inCont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-ailgn-content: flex-end;
    align-content: flex-end;
    min-height: 400px;
}

#post-52 ul.flow li p {
    padding: 10px;
}

#post-52 ul.flow li img {
    width: 100%;
    display: block;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

#post-52 p.att {
    padding: 10px 10px 0;
    color: #eb6098;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.clinic.clinicCont ul.square span {
    color: #eb6098;
}

.clinic.clinicCont ul.square li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#post-52 ul.number {
    list-style-type: decimal;
    max-width: 950px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-52 ul.number li {
    list-style-type: decimal;
    color: #00a0e9;
}

#post-52 ul.number p {
    padding: 0;
    color: #000;
}

.clinic .btnArea {
    text-align: center;
}

.clinic .btn {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-indent: 3%;
    padding: 15px 6% 15px 0;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    background-color: #f39700;
}

.clinic .btn:before,
.clinic .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.clinic .btn:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clinic .btn:hover {
    text-decoration: none;
}

.clinic ul.ex {
    text-align: center;
    margin: 20px 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic ul.ex li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    position: relative;
    margin: 0;
    width: 30%;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-right: 1px dotted #ccc;
    padding-right: 20px;
}

.clinic.clinicCont ul.ex li {
    margin: 0;
    width: 47%;
}

.clinic ul.ex li:last-child {
    border: none;
    padding-right: 0;
}

.clinic ul.ex li h4 {
    display: -webkit-flex;
    display: flex;
    font-size: 1em;
    background: #fffbe1;
    border: none !important;
    padding: 0;
    width: auto;
}

.clinic ul.ex li h4 span {
    padding: 10px;
}

.clinic ul.ex li h4 .index {
    background: #00a0e9;
    color: #fff;
    white-space: nowrap;
}

.clinic ul.ex li h4:before {
    display: none;
}

.clinic ul.ex li h5 {
    padding: 20px 0 0;
    color: #00a0e9;
    font-size: 1.1em;
    line-height: 1.4;
}

.clinic ul.ex li h5:before {
    display: none;
}

.clinic ul.ex li p {
    padding: 10px 0;
}

.clinic ul.ex .btn {
    display: block;
    margin: 0;
    text-indent: 0;
    font-size: 18px;
    padding: 15px 8% 15px 0;
    text-align: center;
}

.clinicCont ul.ex .btn {
    font-size: 20px;
    padding: 15px 3% 15px;
    text-align: center;
}

.clinic dl.table {
    border-top: 1px solid #999;
    margin: 0 2%;
    display: table;
    width: 96%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.clinic dl.table.first {
    margin-top: 30px;
}

.clinic dl.table.bd {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}

.clinic dl.table dt {
    padding: 15px 0;
    text-align: center;
    width: 20%;
    max-width: 100px;
    display: table-cell;
    background: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

.clinic dl.table dd {
    padding: 15px;
    text-align: left;
    display: table-cell;
    width: auto;
    font-size: 1.2em;
}



/*--------------------------------------------------------
各種セミナーについて:12
--------------------------------------------------------*/
#post-12 .article-header {
    display: none;
}

#post-12 p {
    padding: 10px 0;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 div.semiName {
    background: #fffbe1;
    text-indent: 2%;
    padding: 5px 0 0;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 div.semiName span {
    display: block;
    margin-top: 5px;
    padding: 10px 0;
    background: #f2d1de;
    font-size: 1.3em;
    font-weight: 500;
}

#post-12 p .photo1 {
    float: right;
    max-width: 300px;
    width: 30%;
    margin-left: 20px;
}

#post-12 dl {
    border-top: 1px solid #999;
    margin: 0;
    display: table;
    width: 100%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 dl.bd {
    border-bottom: 1px solid #999;
}

#post-12 dl dt {
    padding: 5px 0;
    text-align: center;
    width: 20%;
    max-width: 100px;
    display: table-cell;
    background: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

#post-12 dl dd {
    padding: 5px 10px;
    text-align: left;
    display: table-cell;
    width: auto;
}

#post-12 .feature div.semiFeature {
    background: #f2d1de;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 2% !important;
    width: auto;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 .feature div.semiFeature .photo {
    width: 35%;
    max-width: 200px;
    vertical-align: middle;
    padding: 0 2%;
}

#post-12 .feature div.semiFeature .photo img {
    display: block;
    width: 100%;
}

#post-12 .feature div.semiFeature span {
    width: 60%;
    background: none;
    vertical-align: middle;
    text-indent: 0;
    padding: 0 2%;
    font-size: 1.3em;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

#post-12 .feature ul {
    background: #fffbe1;
    padding: 15px;
    margin: 0 2%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 .feature ul li {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0 5px 45px;
}

#post-12 .feature ul li span {
    position: absolute;
    top: 0;
    left: 0;
    background: #d9739c;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 1.4em;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

#post-12 .pastEx ul {
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-12 .pastEx .exIndex {
    background: #fffbe1;
    overflow: hidden;
    padding: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 !important;
    width: auto;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
}

#post-12 .pastEx .exIndex .text {
    font-size: 1.3em;
    padding: 10px 2%;
    line-height: 1.6;
    color: #d9739c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#post-12 .pastEx .exIndex .text span {
    font-size: 0.8em;
    color: #000;
    display: block;
    width: 100%;
}

#post-12 .pastEx .exIndex .photo {
    width: 45%;
    max-width: 200px;
    vertical-align: middle;
    padding: 0;
}

#post-12 .pastEx .exIndex .photo img {
    display: block;
    width: 100%;
}

#post-12 .pastEx p {
    padding: 10px 2%;
}

#post-12 .results ul {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}



/*--------------------------------------------------------
アクセス:14
--------------------------------------------------------*/
#post-14 p {
    padding: 10px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-14 p.name {
    background: none;
    color: #71c023;
    padding: 20px 10px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-14 .mapBox {
    width: 100%;
    min-height: 400px;
    margin: 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-14 .map {
    width: 100%;
    min-height: 400px;
}

#post-14 ul {
    text-align: center;
    margin: 20px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-14 ul li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    position: relative;
    margin: 0 1% 0 0;
    width: 15%;
}

#post-14 ul li:after {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #71c023;
    position: absolute;
    top: 30%;
    left: 100%;
    content: "";
    z-index: 9;
}

#post-14 ul li:last-child:after {
    display: none;
}

#post-14 ul li:last-child {
    margin: 0;
}

#post-14 ul li span {
    color: #fff;
    background: #71c023;
    padding: 5px 15px;
    vertical-align: middle;
    marign-right: 15px;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

#post-14 ul li img {
    width: 100%;
    display: block;
}



/*--------------------------------------------------------
よくある質問:16
--------------------------------------------------------*/
#post-16 .btnArea {
    padding: 20px 2% 0;
    text-align: center;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-16 .btn {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    padding: 15px 5% 15px 3%;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    width: 40%;
    white-space: nowrap;
}

#post-16 .btn.crs {
    background-color: #4c9137;
}

#post-16 .btn.clinic {
    background-color: #00a0e9;
}

#post-16 .btn:before,
#post-16 .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#post-16 .btn:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#post-16 .btn:hover {
    text-decoration: none;
}

#post-16 dl dt {
    background: #71c023;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    padding: 10px;
}

#post-16 .crs dl dt {
    background: #4c9137;
}

#post-16 .clinic dl dt {
    background: #00a0e9;
}

#post-16 dl dd {
    padding: 0;
}

#post-16 dl h5 {
    background: #ebf6dd;
    font-size: 1.0em;
}

#post-16 p {
    padding: 5px 10px;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-16 p.sp {
    display: none;
}



/*--------------------------------------------------------
お知らせ
--------------------------------------------------------*/

.blog>.section-in {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.blog .article-body {
    float: right;
    width: 70%;
    padding-top: 20px;
}

.blog .article-body .postBox {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.single.blog .article-body .postBox {
    border-bottom: none;
}

.blog .article-body .post-date {
    background: #d7f3b4;
    display: block;
    padding: 0 2%;
    margin: 0;
}

.blog .article-body .post-cat {
    padding: 10px 2%;
    margin: 0;
    text-align: right;
    display: block;
}

.blog .article-body .post-cat span {
    background: #71c023 !important;
    border-radius: 50px;
}

.blog .article-body .postInner {
    padding: 20px 2% 10px;
    margin: 0;
}

.blog .article-body .postInner ul {
    list-style: disc;
}

.blog .cont-nav {
    border-top: 1px dotted #ccc;
    padding-left: 2%;
    padding-right: 2%;
}

.blog .page-nav-bf li {
    border: 2px solid #71c023;
    border-radius: 50px;
    padding: 0 25px;
}

.blog .page-nav-bf li.page-nav-next {
    background-position: 95% center;
}

.blog .page-nav-bf li.page-nav-prev {
    background-position: 4% center;
}

.blog .sidebar {
    float: left;
    width: 28%;
    box-sizing: border-box;
}

.blog .sidebar #archives-3 {
    display: none;
}

.blog .sidebar #categories-3 {
    display: none;
}

.blog .sub-conts .section-wrap .section-in {
    box-sizing: border-box;
    padding: 20px 0 0;
    background: none;
    border: none;
}

.blog .sub-conts .section-wrap .section-in ul {
    margin-left: 2%;
    margin-right: 2%;
}

.blog .sub-conts {
    line-height: 1.3;
}

.blog .sub-conts h3 {
    text-align: center;
    padding: 10px 0 !important;
    background: #71c023;
    color: #fff;
    font-size: 1em !important;
}

.blog .widget_calendar caption {
    text-align: center;
    padding: 10px 0;
}

.blog .widget_calendar table {
    border: 0;
}

.blog .widget_calendar th,
.widget_calendar td {
    padding: 5px 0;
    text-align: center;
    background: #fff;
    color: #000;
    border: 0;
}

.blog .widget_calendar a:link,
.blog .widget_calendar a:visited {
    text-decoration: underline;
    color: #71c023;
}

.blog .widget_calendar a:hover {
    text-decoration: none;
}



/*--------------------------------------------------------
審議会について:48
--------------------------------------------------------*/
#post-48 ul.basic li p {
    color: #000;
    padding: 5px 0;
}

#post-48 p {
    padding: 15px 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}



/*--------------------------------------------------------
プライバシーポリシー:140
--------------------------------------------------------*/
#post-140 h3 {
    background: none;
    text-align: left;
    padding: 0;
    color: #71c023;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

#post-140 p {
    padding: 15px 0;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}



/*--------------------------------------------------------
サイトマップ:133
--------------------------------------------------------*/
#post-133 ul {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    padding-left: 30px;
}

#post-133 ul li {
    color: #71c023;
    list-style-type: disc;
}



/*---------------------------------------------------------------------
	フォーム
----------------------------------------------------------------------*/

.form .contBox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    padding: 0;
}

.form .contInner {
    padding: 20px;
    box-sizing: border-box;
}

.form h4 {
    font-size: 1.2em;
    position: relative;
}

.form h5 {
    font-size: 1.1em;
    padding: 5px 2% !important;
    text-align: left;
}

.form h5.crs {
    background: #a3d597;
}

.form h5.clinic {
    background: #a9d7ed;
    margin-top: 20px !important;
}

.form h5:before {
    display: none;
}

.form h6 {
    font-size: 1.1em;
    color: #4c9137;
    padding: 0 2%;
    margin: 20px 0 0;
}

.form ul {
    margin: 10px 0 30px 40px;
}

.form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 5px 5%;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    background-color: #71c023;
    border: none;
}

.form button:before,
.form button:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.form button:before {
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form button:hover {
    text-decoration: none;
    opacity: 0.8;
}

.form .contBox.btnWrap {
    text-align: center;
}

.form .botan,
.form .smf-button-control {
    display: inline;
    position: relative;
}

.form .btnWrap .botan input,.form .smf-button-control button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 20px 5px 5px;
    display: inline-block;
    text-align: center;
    padding: 15px 10% 15px 9%;
    border-radius: 50px;
    box-shadow: none;
    background-color: #71c023;
    background-image: none;
    border: none;
    font-size: 1.2em;
}

.form .btnWrap .botan.back input,
.form .smf-button-control button.smf-button-control__control[data-action="back"] {
    background-color: #ccc;
    padding: 15px 9% 15px 10%;
}

.form .btnWrap .botan:before,
.form .btnWrap .botan:after,
.form .smf-button-control:before,
.form .smf-button-control:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.form .btnWrap .botan:before,
.form .smf-button-control:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form .btnWrap .botan.back:before,
.form .btnWrap .botan.back:after,
.form .smf-button-control button.smf-button-control__control[data-action="back"]:before,
.form .smf-button-control button.smf-button-control__control[data-action="back"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    right: auto;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.form .btnWrap .botan.back:before,
.form .smf-button-control button.smf-button-control__control[data-action="back"]:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.form .btnWrap .botan:hover,
.form .smf-button-control:hover,
.form .smf-button-control button.smf-button-control__control:hover {
    text-decoration: none;
    opacity: 0.8;
}

.form h4.reqMark:after {
    position: absolute;
    color: #fff;
    content: "必須";
    width: 50px;
    height: 30px;
    right: 10px;
    bottom: 5px;
    border-radius: 50px;
    background: #eb6098;
    font-size: 15px !important;
    box-sizing: border-box;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
}

.form span.reqMark {
    border-radius: 50px;
    background: #eb6098;
    color: #fff;
    font-size: 15px !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    width: 50px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    line-height: 20px;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel] {
    background: #fff;
    padding: 10px;
    /*border: solid 1px #999;*/
    /*margin: 0 5px;*/
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

.form textarea {
    background: #fff;
    padding: 10px;
    border: solid 1px #999;
    margin: 0;
    width: 100%;
    max-width: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.smf-form [data-invalid="1"] {
    border-color: #cf2e2e !important;
    background: rgba(207, 46, 46,.1) !important;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background-color: #71c023;
}
.smf-form .smf-select-control__control{
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    width: 100%;
}
.smf-form .smf-select-control__toggle:before{
    display: none;
}

.form input.w20 {
    width: 20% !important;
}

.form input.w30[type=text] {
    width: 30% !important;
}

.form input.w80[type=text],
.form input.w80[type=email],
.form input.w80[type=tel] {
    width: 80% !important;
}

.form input.w60[type=text] {
    width: 60% !important;
}

.form input.marb10[type=text] {
    margin-bottom: 10px;
}

.form textarea {
    background: #fff;
    padding: 10px;
    border: solid 1px #999;
    margin: 0;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    height: auto;
}

.form input[type=radio] {
    visibility: hidden;
    margin-left: -20px;
}

.form .mwform-radio-field {
    display: block;
    margin: 0 0 0 2%;
    line-height: 1;
}

.form .mwform-radio-field-text {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 20px 5px 25px;
    border-radius: 2px;
    text-align: left;
    line-height: 1.3;
}

.form .mwform-radio-field-text:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 1px solid #999;
    background: #fff;
}

.form input[type=radio]:checked+.mwform-radio-field-text:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 1px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #71c023;
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 410px;
    padding: 10px;
    background-size: 20px auto !important;
    font-size: 100%;
    border: 1px solid #999;
    background: url(images/contents/selectArrow.png) 95% 50% no-repeat, #ffffff;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 5px;
    margin-right: 5px;
}

.form select.w20 {
    width: 20% !important;
}

.form dl {
    margin: 0 0 10px;
}

.form dl dt {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.form dl dd {
    width: 66%;
    display: inline-block;
    vertical-align: middle;
}

.form .error {
    display: block;
    max-width: 960px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f2d1de;
    padding: 15px 2%;
    margin: 10px auto 0;
}

#post-588 .form .att,
#post-610 .form .att {
    display: none;
}

#post-588 .form .contInner,
#post-610 .form .contInner {
    padding: 0;
}

#post-588 .form .contBox h4,
#post-610 .form .contBox h4 {
    margin-bottom: 20px !important;
}

#post-588 .form .contBox h5,
#post-610 .form .contBox h5 {
    margin-bottom: 20px !important;
}

#post-588 .form .contBox h6,
#post-610 .form .contBox h6 {
    margin-bottom: 20px !important;
    padding-left: 0 !important;
}

.form p.message {
    margin: 0 auto 1em;
    max-width: 1000px;
    width: 96%;
}

.form p.errmessage {
    margin: 0 auto 1em;
    max-width: 1000px;
    width: 100%;
    background: #f2d1de;
    box-sizing: border-box;
    padding: 15px 2%;
    color: #e53935 !important;
    border-radius: 5px;
}

#post-588 .form dl dt,
#post-610 .form dl dt {
    vertical-align: middle;
    background: #eee;
}

#post-588 .form dl dt,
#post-588 .form dl dd,
#post-610 .form dl dt,
#post-610 .form dl dd {
    padding: 10px;
}



/*contact form 7*/

.form .wpcf7-list-item {
    display: block;
    margin: 0 0 0 2%;
    line-height: 1;
}

.form .wpcf7-list-item-label {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 20px 5px 25px;
    border-radius: 2px;
    text-align: left;
    line-height: 1.3;
}

.form .wpcf7-list-item-label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 1px solid #999;
    background: #fff;
}

.form input[type=radio]:checked+.wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 1px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #71c023;
}

.form .wpcf7-response-output {
    margin: 2em auto;
    padding: 15px 2%;
    border: none;
    width: 96%;
    max-width: 960px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f2d1de;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -110%;
    left: 15px;
    z-index: 100;
    border: 1px solid #eb6098;
    background: #f2d1de;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 200px;
}

.use-floating-validation-tip .sex span.wpcf7-not-valid-tip {
    position: absolute;
    top: -5em;
    left: 15px;
    z-index: 100;
    border: 1px solid #eb6098;
    background: #f2d1de;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 200px;
}

span.wpcf7-not-valid-tip {
    color: #eb6098;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
}



/*---------------------------------------------------------------------
	フッター
----------------------------------------------------------------------*/

footer.site-footer {
    background: #fff;
}

footer .site-footer-in {
    background: url(images/contents/ivoryBg.png) repeat;
    padding: 40px 0;
    width: 100%;
}

footer h2 {
    font-size: 2em;
    padding-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

footer ul {
    margin-left: 0;
}

footer .site-footer-nav {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

footer .site-footer-nav li {
    display: inline-block;
    width: 26%;
    width: calc( (100% - 6%) / 3 );
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    padding: 0 0 0 16px;
    margin-left: 0;
}

footer p.footerText {
    padding: 20px 20px 0;
    font-size: 0.8em;
    color: #333;
    border-top: 1px dotted #ccc;
    margin: 30px auto 0;
    max-width: 1000px;
    box-sizing: border-box;
}

.page-top {
    bottom: 15%;
}

.page-top img {
    width: 100px;
    display: block;
}



/*--------------------------------------------------------
解像度1000px以下
--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {

    /*--------------------------------------------------------
共通
--------------------------------------------------------*/
    .article-header {
        padding: 0 2%;
    }

    .article-header h2.section-title {
        padding: 25px 0;
        width: 100%;
    }

    #mainContents {
        width: 100%;
    }

    .contBox {
        width: 100%;
    }

    .error404 .contBox {
        margin: 0 auto;
        padding: 20px 2%;
        box-sizing: border-box;
    }

    .error404 .contBox p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

    .contBox .inner {
        padding: 20px 2% 0;
    }

    ul.square {
        padding: 10px 2% !important;
    }

    ul.square li {
        margin: 0 2% !important;
    }

    /*--------------------------------------------------------
サイト共通
--------------------------------------------------------*/
    .site h4 {
        padding: 15px 10px 10px 45px;
    }

    .site h4:before {
        left: 15px;
    }

    .site h5 {
        padding-left: 35px;
        line-height: 1.4;
    }

    .site h5:before {
        left: 10px;
    }

    /*--------------------------------------------------------
講座共通
--------------------------------------------------------*/
    .crs h4 {
        padding: 15px 10px 10px 45px;
    }

    .crs h4:before {
        left: 15px;
    }

    .crs h5 {
        padding-left: 35px;
        line-height: 1.4;
    }

    .crs h5:before {
        left: 10px;
    }

    /*--------------------------------------------------------
クリニック共通
--------------------------------------------------------*/
    .clinic h4 {
        padding: 15px 10px 10px 45px;
    }

    .clinic h4:before {
        left: 15px;
    }

    .clinic h5 {
        padding-left: 35px;
        line-height: 1.4;
    }

    .clinic h5:before {
        left: 10px;
    }

    /*--------------------------------------------------------
セミナー共通
--------------------------------------------------------*/
    .semi h4 {
        padding: 15px 10px 10px 45px;
    }

    .semi h4:before {
        left: 15px;
    }

    .semi h5 {
        padding-left: 35px;
        line-height: 1.4;
    }

    .semi h5:before {
        left: 10px;
    }

    /*--------------------------------------------------------
審議会共通
--------------------------------------------------------*/
    .council h4 {
        padding: 15px 10px 10px 45px;
    }

    .council h4:before {
        left: 15px;
    }

    .council h5 {
        padding-left: 35px;
        line-height: 1.4;
    }

    .council h5:before {
        left: 10px;
    }

    /*--------------------------------------------------------
APCについて：2
--------------------------------------------------------*/
    #post-2 .read {
        padding: 0 2%;
    }

    #post-2 .message {
        padding-top: 0;
        overflow: hidden;
        text-align: left;
    }

    /*--------------------------------------------------------
カウンセリング講座について:32
--------------------------------------------------------*/
    .post-school__title.sp_none {
        width: 96%;
    }

    .post-school .feature ul {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .post-school .follow ul {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .post-school .courseBox {
        margin-left: 2%;
        margin-right: 2%;
    }

    /*--------------------------------------------------------
受講サポートについて:296
--------------------------------------------------------*/
    #post-296 ul.support01 {
        margin-left: 2%;
        margin-right: 2%;
    }

    /*--------------------------------------------------------
修了生の声、講師の声:38、36
--------------------------------------------------------*/
    #post-38 ul.voiceList,
    #post-36 ul.voiceList {
        margin: 0 2%;
    }

    #post-38 ul.square,
    #post-36 ul.square {
        padding: 0 2% !important;
    }

    #post-38 ul.square li,
    #post-36 ul.square li {
        margin: 0 !important;
    }

    #post-36 .highLevel {
        margin: 0 2%;
    }

    /*--------------------------------------------------------
入校前サポートについて:34
--------------------------------------------------------*/
    #post-34 ul.supportList {
        display: block;
    }

    #post-34 ul.supportList li {
        width: 100%;
        padding: 10px 2% 15px;
    }

    /*--------------------------------------------------------
クリニックについて
--------------------------------------------------------*/
    #post-52 ul.number {
        list-style-type: decimal;
        max-width: 950px;
        margin-left: 40px !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    .clinic .read h4 {
        padding: 30px 10px 10px;
    }

    .clinic.clinicCont .read h4 {
        padding: 0 10px 10px;
    }

    #post-52 .read h3 {
        margin: 0 !important;
        border-radius: 0;
    }

    /*--------------------------------------------------------
各種セミナーについて:12
--------------------------------------------------------*/
    #post-12 p {
        padding: 10px 2%;
    }

    #post-12 .feature div.semiFeature {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    #post-12 .feature ul {
        background: #fffbe1;
        padding: 15px;
        margin: 0 2% !important;
    }

    /*--------------------------------------------------------
アクセス:14
--------------------------------------------------------*/
    #post-14 p {
        padding: 10px 2%;
    }

    #post-14 p.name {
        padding: 20px 2% 0;
    }

    #post-14 .map {
        width: 96%;
        height: 300px;
        margin: 0 2%;
    }

    #post-14 ul {
        margin: 20px 2% 0;
    }

    /*--------------------------------------------------------
よくある質問:16
--------------------------------------------------------*/
    #post-16 dl dt {
        padding: 10px 30px 10px 2%;
    }

    #post-16 p {
        padding: 5px 2%;
    }

    /*--------------------------------------------------------
お知らせ
--------------------------------------------------------*/
    .blog>.section-in {
        overflow: hidden;
        width: 96%;
        max-width: none;
        margin: 0 2%;
    }

    /*--------------------------------------------------------
審議会について:48
--------------------------------------------------------*/
    #post-48 p {
        padding: 15px 2%;
    }

    /*--------------------------------------------------------
プライバシーポリシー:140
--------------------------------------------------------*/
    #post-140 h3 {
        padding: 0 2%;
    }

    #post-140 p {
        padding: 15px 2%;
    }

    /*---------------------------------------------------------------------
	フォーム
----------------------------------------------------------------------*/
    .form input.w80[type=text],
    .form input.w60[type=text],
    .form input.w80[type=email],
    .form input.w80[type=tel] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .form input.marb10[type=text] {
        margin-bottom: 10px;
    }

    .form textarea {
        height: 200px;
        height: auto;
    }

    .form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 90%;
        padding: 10px;
        background-size: 15px auto !important;
        font-size: 100%;
        border: 1px solid #999;
        background: url(images/contents/selectArrow.png) 95% 50% no-repeat, #ffffff;
        text-indent: 0.01px;
        text-overflow: '';
        border-radius: 5px;
    }

    .form .contBox {
        margin-left: 2%;
        margin-right: 2%;
        width: 96% !important;
    }

    .form .contBox h4 {
        margin-bottom: 10px !important;
        padding: 15px 10px 10px 30px;
        box-sizing: border-box;
    }

    .form .contBox h4:before {
        left: 0 !important;
    }

    .form p.errmessage {
        margin: 0 2% 1em;
        max-width: 1000px;
        width: 96%;
        background: #f2d1de;
        box-sizing: border-box;
        padding: 15px 2%;
        color: #e53935 !important;
        border-radius: 5px;
    }

    /*---------------------------------------------------------------------
	フッター
----------------------------------------------------------------------*/
    footer p.footerText {
        padding: 20px 20px 0;
        margin: 30px 2% 0;
        max-width: 1100px;
    }

    footer .site-footer-nav {
        margin: 0 2%;
    }

    footer .site-footer-nav li {
        width: 45%;
        width:calc((100% - 3%) / 2);
    }
}



/*解像度1000px以下*/


/*--------------------------------------------------------
解像度737px以上950px以下
--------------------------------------------------------*/

@media (min-width: 737px) and (max-width: 950px) {

    /*--------------------------------------------------------
共通
--------------------------------------------------------*/
    .contBox {
        padding-bottom: 40px;
    }

    ul#menu>li:first-child {
        display: block;
    }

    /*--------------------------------------------------------
トップページ:76
--------------------------------------------------------*/
    #post-76 .fb-area {
        margin: 0 auto;
        max-width: 450px;
    }

    #post-76 .apcMenu ul li {
        display: block;
        width: 96%;
        min-height: auto;
        margin: 0 2% 15px;
    }

    /*--------------------------------------------------------
アクセス:14
--------------------------------------------------------*/
    #post-14 ul li:after {
        width: 15px;
        height: 15px;
        border: 15px solid transparent;
        border-left: 15px solid #71c023;
        top: 20%;
    }

    #post-14 ul li span {
        font-size: 1.2em;
    }
}



/*解像度737px以上950px以下*/


/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/

@media only screen and (max-width: 736px) {

    /*--------------------------------------------------------
共通
--------------------------------------------------------*/
    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }

    .section-in {
        padding: 0 !important;
    }

    .breadcrumbs-in {
        padding: 0.1em 1em 0.1em;
    }

    #mainContents {
        width: 100%;
        padding-top: 15px;
    }

    .section-wrap .section-in .section-title,
    .section-wrap .article-header .section-title {
        margin: 0 !important;
        padding: 15px 0 !important;
    }

    .article-header {
        background-size: 100%;
    }

    .contBox {
        padding-bottom: 20px;
    }

    .section-wrap .section-in .section-title,
    .section-wrap .article-header .section-title {
        font-size: 1.4em;
    }

    .main-body h3 {
        font-size: 1.3em;
        box-sizing: border-box;
        padding-left: 2%;
        padding-right: 2%;
        line-height: 1.4;
    }

    ul#menu>li:first-child {
        display: block;
    }

    /*--------------------------------------------------------
スライダー（TOP）
--------------------------------------------------------*/
    .flex-control-paging li a {
        width: 16px !important;
        height: 16px !important;
        background: #fff !important;
        border: 2px solid #fff !important;
        box-shadow: none !important;
    }

    .flex-control-paging li a.flex-active {
        background: #71c023 !important;
        box-shadow: none !important;
    }

    /*--------------------------------------------------------
サイト共通
--------------------------------------------------------*/
    .site h4 {
        padding: 15px 10px 10px 40px;
        font-size: 1.1em;
    }

    .site h4:before {
        width: 22px;
        height: 22px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        left: 10px;
    }

    .site h5 {
        font-size: 1.1em
    }

    /*--------------------------------------------------------
講座共通
--------------------------------------------------------*/
    .crs h4 {
        padding: 15px 10px 10px 40px;
        font-size: 1.1em;
    }

    .crs h4:before {
        width: 22px;
        height: 22px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        left: 10px;
    }

    .crs h5 {
        font-size: 1.1em
    }

    /*--------------------------------------------------------
クリニック共通
--------------------------------------------------------*/
    .clinic h4 {
        padding: 15px 10px 10px 40px;
        font-size: 1.1em;
    }

    .clinic h4:before {
        width: 22px;
        height: 22px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        left: 10px;
    }

    .clinic h5 {
        font-size: 1.1em
    }

    /*--------------------------------------------------------
セミナー共通
--------------------------------------------------------*/
    .semi h4 {
        padding: 15px 10px 10px 40px;
        font-size: 1.1em;
    }

    .semi h4:before {
        width: 22px;
        height: 22px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        left: 10px;
    }

    .semi h5 {
        font-size: 1.1em
    }

    /*--------------------------------------------------------
審議会共通
--------------------------------------------------------*/
    .council h4 {
        padding: 15px 10px 10px 40px;
        font-size: 1.1em;
    }

    .council h4:before {
        width: 22px;
        height: 22px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        left: 10px;
    }

    .council h5 {
        font-size: 1.1em
    }

    /*--------------------------------------------------------
アコーディオン
--------------------------------------------------------*/
    * {
        box-sizing: border-box;
    }

    .accordion>dt {
        margin: 0;
        padding: 0;
    }

    .accordion>dd {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .accordion {
        width: 100%;
        overflow: hidden;
    }

    .accordion>input {
        display: none;
    }

    .accordion>label {
        display: block;
        position: relative;
        padding: 0;
    }

    .accordion>input+label {
        cursor: pointer;
        display: block;
    }

    .accordion>label~dd {
        visibility: hidden;
        max-height: 0;
        padding: 0;
    }

    .accordion>input+label:before {
        position: absolute;
        top: 50%;
        bottom: 50%;
        right: 10%;
        content: "";
        vertical-align: middle;
        width: 12px;
        height: 12px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: -12px auto auto;
    }

    .accordion>input:checked+label:before {
        right: 10%;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        border-left: 0;
        border-bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: -6px auto auto;
    }

    .accordion>input:checked+label+dd {
        visibility: visible;
        display: block;
        /*max-height:99999px;*/
        max-height: 10000px;
    }

    /*--------------------------------------------------------
トップページ:76
--------------------------------------------------------*/
    #post-76 .read {
        margin: 0;
        text-align: left;
    }

    #post-76 .apcMenu ul.menuList {
        margin: 0;
        display: block;
    }

    #post-76 .apcMenu ul.menuList li {
        display: block;
        width: 96%;
        min-height: auto;
        margin: 0 2% 15px;
    }

    #post-76 .news {
        width: auto;
        padding: 40px 20px;
    }

    #post-76 .news .whatsnew {
        width: 100%;
    }

    #post-76 .news .whatsnew .catch {
        text-align: center;
        padding-bottom: 0;
    }

    #post-76 .col2Conts .box .fb-page {
        margin: 0 auto;
        width: 100%;
    }

    #post-76 .col2Conts {
        display: block;
        padding: 20px;
        width: auto;
    }

    #post-76 .col2Conts .box {
        display: block;
        padding: 20px 20px 0;
        width: auto;
    }

    #post-76 .col2Conts .box:first-child {
        padding: 0 20px 30px;
        border-bottom: 1px solid #ddd;
    }

    #post-76 .col2Conts .box .map {
        width: 100%;
        min-height: 300px;
        margin: 0;
    }

    /*---------------------------------------------------------------------
	APCについて：2
----------------------------------------------------------------------*/
    #post-2 .message .index {
        font-size: 1.1em;
        margin-bottom: 5px;
    }

    #post-2 .message h3 {
        font-size: 1.6em;
    }

    #post-2 .message img {
        width: 25%;
    }

    #post-2 .company img {
        float: left;
        width: 25%;
    }

    #post-2 .company .data {
        float: right;
        width: 72%;
    }

    /*--------------------------------------------------------
　カウンセリング講座について:32
--------------------------------------------------------*/
    .post-school__title.pc_none {
        width: 98%;
        margin: -15px auto 0;
    }

    .post-school p {
        padding: 10px 2%;
    }

    .post-school h3 {
        margin-bottom: 10px !important;
    }

    .post-school .read h3 {
        padding: 15px 2% 10px;
        font-size: 1.3em;
    }

    .post-school ul.pointList {
        margin-left: 2% !important;
        margin-right: 2% !important;
        display: block;
    }

    .post-school ul.pointList li {
        display: block;
        width: 100%;
        max-width: none;
    }

    .post-school ul.pointList li .index {
        font-size: 1em;
    }

    .post-school ul.pointList li .contents {
        overflow: hidden;
        display: table;
        padding: 10px 2%;
        min-height: inherit !important;
        height: auto !important;
    }

    .post-school ul.pointList li img {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .post-school ul.pointList li p {
        display: table-cell;
        padding: 0 2% 0 0;
        font-size: 1.1em;
        vertical-align: middle;
        width: 60%;
    }

    .post-school .courseIntro {
        padding: 0;
    }

    .post-school .courseIntro img.course {
        margin: 0 2%;
        width: 96%;
    }

    .post-school .courseIntro .points3 {
        padding-left: 2%;
        padding-right: 2%;
    }

    .post-school .courseIntro .points3 ul li {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .post-school .courseIntro .points3 ul li span.number {
        line-height: 1.8;
    }

    .post-school .btn {
        margin: 20px 2%;
        display: block;
    }

    .post-school .courseBox {
        border: none;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .post-school .courseBox .index {
        margin-bottom: 10px;
    }

    .post-school .courseBox .index .catch {
        padding: 5px 2%;
    }

    .post-school .courseBox .index h5 {
        padding: 10px 2%;
    }

    .post-school .courseBox .index h5:before {
        display: none;
    }

    .post-school .courseBox .courseInner.pc {
        display: none;
    }

    .post-school .courseBox .courseInner.sp {
        display: block;
    }

    .post-school .courseBox .courseInner p {
        overflow: hidden;
    }

    .post-school .courseBox .courseInner img {
        width: 45%;
        max-width: none;
        display: block;
        margin: 0 0 10px 2%;
        float: right;
    }

    .post-school .courseBox .courseInner .reccomend {
        margin-left: 2%;
        margin-right: 2%;
    }

    .post-school .voiceBox {
        padding: 10px 2%;
        display: block;
        margin: 0 2%;
        overflow: hidden;
    }

    .post-school .voiceBox h6 {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .post-school .voiceBox h6 img {
        width: 10%;
        max-width: 50px;
        height: auto;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: bottom;
    }

    .post-school .voiceBox .photo {
        width: 30%;
        float: right;
        margin: 0 0 0 10px;
    }

    .post-school .voiceBox p {
        width: auto;
        padding: 0;
    }

    .post-school .feature ul {
        display: block;
        border-left: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 20px;
    }

    .post-school .feature ul li {
        width: 100%;
        display: block;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #999;
        border-right: none;
    }

    .post-school .feature ul li h5 {
        display: block;
        width: 100% !important;
        font-size: 1.2em;
        padding-left: 55px;
    }

    .post-school .feature ul li h5 span {
        display: block;
        padding: 10px 15px;
        font-size: 1.4em;
        top: 50%;
        margin-top: -35px;
    }

    .post-school .feature ul li img {
        width: 40%;
        float: right;
        margin: 0 0 0 2%;
    }

    .post-school .feature ul li p {
        padding: 0;
    }

    .post-school .feature ul li a {
        padding: 10px 0;
    }

    .post-school .lesson ul {
        max-width: 1000px;
        display: block;
    }

    .post-school .lesson ul li {
        width: 100%;
        padding: 10px 2% !important;
        display: block;
    }

    .post-school .lesson ul li p {
        padding: 0;
    }

    .post-school .lesson ul li .catch {
        padding: 10px;
    }

    .post-school .lesson ul li img {
        width: 40%;
        max-width: 500px;
    }

    .post-school .merit {
        background-size: 70% auto;
    }

    .post-school .merit ul {
        margin: 20px auto 0;
    }

    .post-school .merit h5 {
        border-bottom: 1px solid #7bbf3f !important;
        font-size: 1.2em;
    }

    .post-school .merit h5 span {
        color: #eb6098;
    }

    .post-school .merit h5:before {
        content: "■ ";
    }

    .post-school .follow ul {
        display: block;
    }

    .post-school .follow ul li {
        width: 100%;
    }

    .post-school p.att {
        color: #eb6098;
        padding: 0 10px;
    }

    .scContact {
        margin-top: 10px;
    }

    .scContact p {
        font-size: 20px;
    }

    .scContact ul {
        display: block;
    }

    .scContact li {
        margin-right: 0;
    }

    /*--------------------------------------------------------
受講サポートについて:296
--------------------------------------------------------*/
    #post-296 ul.support01 {
        display: block;
    }

    #post-296 ul.support01 li {
        width: 96%;
        margin: 0 2% 10px;
    }

    #post-296 .contBox.sup02 {
        background: url(images/contents/supportImg.png) bottom right no-repeat;
        background-size: 100% auto;
        padding-bottom: 50%;
    }

    #post-296 ul.support03 {
        display: block;
    }

    #post-296 ul.support03>li {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 2%;
        border-bottom: 1px dotted #ccc;
    }

    /*--------------------------------------------------------
修了生の声、講師の声:38、36
--------------------------------------------------------*/
    #post-38 ul.voiceList,
    #post-36 ul.voiceList {
        display: block;
        margin: 0;
    }

    #post-38 ul.voiceList {
        margin-top: -20px;
    }

    #post-38 ul.voiceList li {
        width: 100%;
        padding: 0;
    }

    #post-36 ul.voiceList li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        padding: 15px 2%;
        margin: 0;
    }

    #post-36 ul.voiceList li:last-child {
        border-bottom: none;
    }

    #post-38 ul.voiceList li .catch {
        padding: 5px 0;
        color: #4c9137;
        font-size: 1.2em;
        overflow: hidden;
        line-height: 1.6;
    }

    #post-38 ul.voiceList li .name {
        padding: 0;
        overflow: hidden;
        line-height: 1.6;
    }

    #post-38 ul.square,
    #post-36 ul.square {
        display: block;
        padding: 0 !important;
    }

    #post-38 ul.square li,
    #post-36 ul.square li {
        padding: 10px 2% 10px 1.8em;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #post-38 ul.square a {
        text-decoration: underline;
    }

    /*--------------------------------------------------------
クリニックについて:52
--------------------------------------------------------*/
    .article-header {
        display: none !important;
    }

    .clinic p {
        padding: 10px 2%;
    }

    .clinic ul.ex li p {
        padding: 10px 2%;
    }

    #post-52 h3 span {
        margin: 0 auto 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .clinic .read h3 {
        font-size: 1.45em !important;
        border-radius: 0 !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    #post-52 .read h3 {
        font-size: 1.45em !important;
        border-radius: 0 !important;
        margin: 20px 0 0 !important;
        margin-bottom: 20px !important;
    }

    .clinic .read h4 {
        padding: 20px 2% 10px;
        font-size: 1.3em;
        padding: 0 2% 10px;
    }

    #post-52 .personal {
        margin-bottom: 20px;
        padding: 0;
        display: block;
    }

    #post-52 .personal img {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px;
        max-width: none;
        margin-left: 0;
    }

    #post-52 ul.flow {
        text-align: center;
        margin: 20px 2% 0 !important;
        display: block;
    }

    #post-52 ul.flow li {
        display: block;
        margin: 0 0 30px;
        width: 100%;
        display: block;
    }

    #post-52 ul.flow li .inCont {
        overflow: hidden;
        display: block;
        min-height: inherit !important;
        height: auto !important;
    }

    #post-52 ul.flow li:after {
        border: 20px solid transparent;
        border-left: 20px solid #00a0e9;
        border-top: 20px solid #00a0e9;
        width: 20px;
        height: 20px;
        top: 102%;
        left: 50%;
        margin-left: -10px;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    #post-52 ul.flow li p {
        padding: 10px;
    }

    #post-52 ul.flow li img {
        width: 35%;
        float: right;
        margin: 10px 2% 10px 10px;
    }

    .clinic .btnArea {
        text-align: center;
        margin: 0 2%;
    }

    .clinic .btn {
        display: block;
    }

    .clinic ul.ex {
        margin: 20px 0;
        display: block;
    }

    .clinic ul.ex li {
        width: 100% !important;
        display: block !important;
        border-right: none;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .clinic ul.ex li h5 {
        padding: 20px 2% 0;
    }

    .clinic ul.ex .btn {
        display: block;
        margin: 0 2%;
        text-align: center;
        font-size: 1.1em;
    }

    .clinic dl.table {
        width: 100%;
        margin: 0;
    }

    .clinic dl.table.bd {
        border-bottom: 1px solid #999;
        margin-bottom: 30px;
    }

    .clinic dl.table dt {
        padding: 15px 2%;
        text-align: left;
        max-width: none;
        width: 25%;
        font-size: 1em;
    }

    .clinic dl.table dd {
        padding: 15px 2%;
        font-size: 1em;
    }

    .clinic.clinicCont ul.square li {
        display: block;
        width: 96%;
        margin: 0 2%;
    }

    .clinic.clinicCont h3 span:before {
        height: 60px;
        border-top: 60px solid #00a0e9;
    }

    /*---------------------------------------------------------------------
	各種セミナーについて：12
----------------------------------------------------------------------*/
    #post-12 div.semiName {
        background: #fffbe1;
        text-indent: 2%;
        padding: 5px 0 0;
        font-size: 1.1em;
    }

    #post-12 div.semiName span {
        display: block;
        margin-top: 5px;
        padding: 10px 0;
        background: #f2d1de;
        font-size: 1.3em;
    }

    #post-12 .feature .semiFeature span {
        font-size: 1.2em;
        line-height: 1.4;
    }

    /*---------------------------------------------------------------------
	アクセス：14
----------------------------------------------------------------------*/
    #post-14 ul {
        margin: 20px 2% 0;
        display: block;
    }

    #post-14 ul li {
        display: block;
        margin: 0;
        padding-bottom: 30px;
        width: 100%;
        overflow: hidden;
    }

    #post-14 ul li:after {
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        border: 20px solid transparent;
        border-top: 20px solid #71c023;
        position: absolute;
        top: auto;
        bottom: -15px;
        left: 50%;
        margin-left: -10px;
        content: "";
        z-index: 9;
    }

    #post-14 ul li:last-child:after {
        display: none;
    }

    #post-14 ul li:last-child {
        margin: 0;
    }

    #post-14 ul li span {
        color: #fff;
        background: #71c023;
        padding: 5px 15px;
        vertical-align: middle;
        marign-right: 15px;
        font-size: 1.3em;
        position: absolute;
        top: 0;
        left: 0;
    }

    #post-14 ul li p {
        padding: 3.5em 0 0 0;
    }

    #post-14 ul li img {
        width: 35%;
        float: right;
        margin: 0 0 0 20px;
    }

    /*--------------------------------------------------------
よくある質問:16
--------------------------------------------------------*/
    #post-16 .btn {
        display: block;
        width: auto;
        margin-bottom: 10px;
        font-size: 1.2em;
    }

    #post-16 p {
        padding: 10px 2%;
        margin-bottom: 5px;
    }

    #post-16 p.sp {
        display: block;
    }

    #post-16 .accordion {
        margin: 0;
    }

    #post-16 .accordion>input+label:before {
        right: 2%;
    }

    #post-16 .accordion>input:checked+label:before {
        right: 2%;
    }

    #post-16 dl dt {
        font-size: 1.1em;
    }

    /*--------------------------------------------------------
お知らせ
--------------------------------------------------------*/
    .blog>.section-in {
        width: 100%;
        margin: 0;
    }

    .blog .article-body {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .blog .sidebar {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .blog .sidebar .widget_calendar {
        display: none;
    }

    .blog .sidebar #archives-3 {
        display: block;
    }

    .blog .sidebar #categories-3 {
        display: block;
    }

    .blog .sidebar #categories-2 {
        display: none;
    }

    .blog .sidebar .section-in select {
        width: 96%;
        box-sizing: border-box;
        padding: 5px;
        background: #fff;
        margin: 20px 2% 0;
    }

    .blog .sidebar .section-in select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 5px;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        box-sizing: content-box;
    }

    .blog .sidebar .section-in select {
        position: relative;
        border-radius: 0.2em;
        border: 1px solid #999;
        background-color: #fff;
        display: block;
        width: 96%;
        box-sizing: border-box;
        padding: 5px 2%;
        background: #fff;
        margin: 20px 2% 0;
        background-image: url(images/contents/selectArrow.png);
        background-position: 95% center;
        background-size: 14px auto;
        background-repeat: no-repeat;
    }

    .blog .sidebar .section-in label.screen-reader-text {
        display: none;
    }

    .blog .sidebar .section-in ul {
        width: 96%;
        box-sizing: border-box;
        background: #fff;
        margin: 20px 2% 0;
    }

    /*--------------------------------------------------------
審議会について:48
--------------------------------------------------------*/
    #post-48 h3 {
        font-size: 1.3em;
    }

    #post-48 p {
        padding: 10px 2%;
    }

    /*--------------------------------------------------------
プライバシーポリシー:140
--------------------------------------------------------*/
    #post-140 h3 {
        font-size: 1.3em;
    }

    #post-140 p {
        padding: 10px 2%;
    }

    /*---------------------------------------------------------------------
	フォーム
----------------------------------------------------------------------*/
    .form dl dt {
        width: 100%;
        display: block;
    }

    .form dl dd {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .form dl dd input[type=text] {
        margin-left: 0 !important;
        width: 80% !important;
    }

    .form textarea {
        height: 150px;
        height: auto;
    }

    .form select {
        width: 100%;
        padding: 5px 10px;
    }

    /*---------------------------------------------------------------------
	フッター
----------------------------------------------------------------------*/
    footer .site-footer-nav li {
        display: block;
        width: 100%;
        text-align: left;
        white-space: nowrap;
    }

    footer .site-footer-nav li:first-child {
        margin-left: 0;
    }

    footer p.footerText {
        padding: 10px 20px 0;
    }

    .page-top img {
        width: 80px;
    }
}



/*解像度736px以下*/


/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/

@media only screen and (max-width: 480px) {

    /*--------------------------------------------------------
共通
--------------------------------------------------------*/
    .single .article-body,
    .page .article-body {
        margin-bottom: 0;
    }

    /*--------------------------------------------------------
下部固定ボタン（スクールのみ）
--------------------------------------------------------*/
    .bottomBtn .btnWrap {
        padding: 10px 0;
    }

    .bottomBtn .btnWrap a {
        padding: 10px;
        font-size: 1.1em;
    }

    /*--------------------------------------------------------
スライダー
--------------------------------------------------------*/
    ul.slider li {
        width: 100%;
    }

    ul.slider li .catch {
        font-size: 1.1em;
    }

    ul.slider li img {
        float: none;
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    ul.slider li .caption {
        padding-top: 10px;
    }

    /*--------------------------------------------------------
トップページ:76
--------------------------------------------------------*/
    #post-76 h2 {
        font-size: 1.5em !important;
    }

    #post-76 .apcMenu h2 {
        font-size: 1.3em !important;
    }

    #post-76 .apcMenu {
        padding: 20px 0;
    }

    #post-76 .col2Conts .box h2 {
        margin-bottom: 20px;
    }

    #post-76 .fb-area {
        margin: 0 auto;
        max-width: 280px;
    }

    #post-76 .col2Conts .box h3 {
        font-size: 18px;
    }

    /*---------------------------------------------------------------------
	APCについて：2
----------------------------------------------------------------------*/
    #post-2 .message h3 {
        font-size: 1.4em;
        line-height: 1.3;
    }

    #post-2 .message img {
        width: 25%;
    }

    .post-school .lesson ul {
        max-width: 1000px;
        display: block;
    }

    /*--------------------------------------------------------
カウンセリング講座について:32
--------------------------------------------------------*/

    .post-school .lesson ul li img {
        width: 100%;
        max-width: 500px;
        margin-bottom: 10px;
    }

    /*--------------------------------------------------------
修了生の声:38
--------------------------------------------------------*/
    #post-38 ul.voiceList li .catch {
        font-size: 1.1em;
        line-height: 1.4;
    }

    #post-38 ul.voiceList li .name {
        line-height: 1.4;
        font-size: 0.9em;
    }

    /*--------------------------------------------------------
入校前サポートについて:34
--------------------------------------------------------*/
    #post-34 ul.supportList {
        display: block;
    }

    #post-34 .lesson .pc {
        display: none;
    }

    #post-34 .lesson {
        background: url(images/contents/harb_sp.png) center bottom no-repeat;
        background-size: 100% auto;
        padding-bottom: 55%;
    }

    /*---------------------------------------------------------------------
	各種セミナーについて：12
----------------------------------------------------------------------*/
    #post-12 .feature .semiFeature span {
        font-size: 1.1em;
    }

    #post-12 .feature ul li {
        font-size: 1.1em;
    }

    #post-12 .pastEx .exIndex .text {
        font-size: 1.1em;
    }

    /*---------------------------------------------------------------------
	フォーム
----------------------------------------------------------------------*/
    .form button {
        margin: 20px auto;
        display: block;
        width: 100%;
    }

    .form input.post {
        width: 100% !important;
    }

    .form .btnWrap .botan input {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .form .btnWrap .botan .ajax-loader {
        display: none;
    }

    /*---------------------------------------------------------------------
	フッター
----------------------------------------------------------------------*/
    footer h2 {
        font-size: 1.5em;
    }

    footer .site-footer-in {
        padding: 20px 0;
    }
}

/*---------------------------------------------------------------------
　　TOP What's New部分
----------------------------------------------------------------------*/
dd>a {
    color: #000fb3;
}

/*---------------------------------------------------------------------
　　学院TOP 上部バナー
----------------------------------------------------------------------*/
.newinfo {
    background-color: #99c6ff4f;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    padding: 20px 10px !important;
    margin-top: 40px;
    text-align: center;
}

.newinfo>a {
    color: #003df3;
}

.newinfo>a:hover {
    color: #999;
}

/*---------------------------------------------------------------------
　　学院TOP 上部バナー02
----------------------------------------------------------------------*/
.newinfo02 {
    background-color: #ffdb99;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    padding: 20px 10px !important;
    margin-top: 40px;
    text-align: center;
}

.newinfo02>a {
    color: #f36500;
}

.newinfo02>a:hover {
    color: #999;
}

/*解像度480px以下*/