* {
    line-height: 1.8;
}
strong {
    font-weight: bold;
}
small {
    font-size: 14px;
}
#catch,
#about,
#self-check,
#greeting,
#consumption,
#self-check_result,
#relaxed-lifestyle,
#recipe,
#courses,
#start {
    line-height: 0;
}
/*----------------------------------------
 *
 * パソコン・タブレット向け
 *
----------------------------------------*/
.inner {
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 1024px;
}
/* ページ内移動でメニューの重なりを修正 */
a.anchor {
    margin: -80px 0 0 0;
    padding: 80px 0 0 0;
}
#page-header-main {
    border-bottom: none;
}
#catch {
    padding-top: 80px;
}
.img-radius img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#top_btn_area img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*----------------------------------------
* #about
----------------------------------------*/
#about .no-good,
#about .beginning {
    display: flex;
    justify-content: flex-end;
}
#about .what,
#about .no-good,
#about .brain-gut-axis {
    padding-bottom: 20px;
}
/*----------------------------------------
* #self-check
----------------------------------------*/
#self-check {
    display: flex;
    justify-content: center;
}
#self-check .box1 {
    padding: 0 50px 0 0;
}
#self-check .box2 {
    padding: 100px 0 0 50px;
}
/*----------------------------------------
* #consumption
----------------------------------------*/
#consumption {
    display: flex;
    justify-content: center;
}
/*----------------------------------------
* #recipe
----------------------------------------*/
#recipe {
    display: flex;
    justify-content: center;
}
#recipe .box1 img {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
#recipe .box2 img {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
/*----------------------------------------
* #courses
----------------------------------------*/
#courses {
    display: flex;
    justify-content: center;
}
/*----------------------------------------
* #about-teacher
----------------------------------------*/
#about-teacher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.9em;
}
#about-teacher .box1 {
    width: 50%;
}
#about-teacher .box2 {
    width: 40%;
}
#about-teacher strong {
    color: #8c6239;
}
#about-teacher li span {
    color: #8c6239;
    font-size: 1.2em;
    padding-right: 3px;
}
#about-teacher a {
    text-decoration: underline;
}
#about-teacher li.pt {
    padding-top: 1em;
}
#about-teacher .profile {
    display: flex;
    justify-content: space-between;
}
#about-teacher img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#about-teacher .pfp {
    width: 140px;
    padding: 0 30px 0 0;
    text-align: center;
}
#about-teacher .box2 .pfp {
    width: 120px;
}
#about-teacher ul {
    flex: 1;
}
/*----------------------------------------
 *
 * スマホ向け
 *
----------------------------------------*/
@media screen and (max-width: 767px) {
    /*PC　footer-banner　非表示
    #page-footer-banner_add2025 li {
        display: none;
    }*/
    .inner {
        padding: 50px 0 0 0;
        /* メニューの高さと揃える */
        width: 100%;
    }
    .movie-youtube {
        padding-top: 50px;
    }
    .inner img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
    }
    /* ページ内移動でメニューの重なりを修正 */
    a.anchor {
        margin: -50px 0 0 0;
        padding: 50px 0 0 0;
    }
    #catch {
        padding-top: 50px;
    }
    .img-radius img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    /*----------------------------------------
    * #about
    ----------------------------------------*/
    #about .no-good,
    #about .beginning {
        display: block;
    }
    #about .what,
    #about .no-good,
    #about .brain-gut-axis {
        padding-bottom: 50px;
    }
    /*----------------------------------------
    * #self-check
    ----------------------------------------*/
    #self-check {
        display: block;
    }
    #self-check .box1,
    #self-check .box2 {
        padding: 0 0 0 0;
        width: 100%;
    }
    /*----------------------------------------
    * #recipe
    ----------------------------------------*/
    #recipe {
        display: block;
    }
    #recipe .box1 img,
    #recipe .box2 img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    /*----------------------------------------
    * #courses
    ----------------------------------------*/
    #courses {
        display: block;
    }
    /*----------------------------------------
    * #about-teacher
    ----------------------------------------*/
    #about-teacher {
        display: block;
    }
    #about-teacher .box1,
    #about-teacher .box2 {
        width: 100%;
    }
    #about-teacher strong {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0 1em 0;
    }
    #about-teacher .profile {
        display: block;
        padding: 0 5%;
    }
    #about-teacher .pfp {
        width: 100%;
        padding: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #about-teacher h1,
    #about-teacher h2 {
        width: 100%;
        font-size: 1.2em;
    }
    #about-teacher .pfp .img {
        width: 50%;
        padding: 0 0 1em 0;
    }
    #about-teacher .box2 .pfp {
        width: 100%;
        padding-top: 30px;
    }
    #about-teacher .box2 .pfp .img {
        width: 40%;
    }
    #about-teacher ul {
        width: 100%;
        padding: 0;
    }
}

/*
 * ページによってカラーの変更
 * header navi　と色を揃える
 *各ページのスタイルシート一番下へ
*/
#page-header-main .nav li.btn a.request,
.botton input#request {
    background: #fc619b;/*背景色*/
}
#page-header-main .nav li.btn a.apply,
.botton input#apply {
    background: #f8b62d;/*背景色*/
}
/* 折りたたみ */
#page-header-main .nav li.btn-smart a.request {
	color: #fc619b;/*文字の色*/
    font-weight: bold;
}
#page-header-main .nav li.btn-smart a.apply {
    color: #fcaa00;/*文字の色*/
    font-weight: bold;
}

@media (max-width: 767px) {
    /*協会名のズレを修正*/
    #acMenu div:last-of-type {
        line-height: 1;
        padding-top: 18px;
    }
    /* acMenu ズレを修正*/
    #page-header-main .main-navi-inner .nav li {
		height: 40px;
		line-height: 1;
		vertical-align:baseline;
		border-bottom: 1px dotted #ccc;
		padding: 0 1em;
        background-color: #fff;
        display: flex;
        align-items: center;
	}
}