@charset "utf-8";
@import "reset.css";

body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #505050;
}
a {
    color: #505050;}
a img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;}
img {
    vertical-align: bottom;}
section {
    clear: both;
    width: 100%;
}
.wrapper {
    clear: both;
    margin: auto;
    position: relative;
}


/* ================================================
common
================================================ */
@media all and (min-width: 769px) {
    .pc{display: block;}
    .pc-img {
        display: block;
        margin: auto;}
    .sp{display: none;}
    body {
        font-size: 1.6rem;
        line-height: 1.8;}
    a:hover ,
    a:hover img {
        text-decoration: none;
        opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "alpha(opacity=75)";}
    img.img-center {
        display: block; margin: auto;}
    .wrapper {
        width: 1020px; /* width: 990px; */
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.menu li a:hover ,
    .list_nav a:hover ,
    .list_school a:hover ,
    .page_navi a:hover{
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";}

}
/* tablet
===============================================*/
@media screen and (max-width: 768px){
    /*img{
    max-width: 100%;
    height: auto;
    width:auto;　
    }
    #container{
    width:100%;
    }*/
}
@media screen and (max-width: 768px) {
    .pc ,
    .pc-img{display: none;}
    .sp{display: block;}
    .sp-img {
        display: block;
        margin: auto;}
    body {
        font-size: 1.4rem;
        line-height: 1.8;
        padding-top: 50px;
    }
    img {
        max-width: 100%;
        height: auto;}
    img.img-center ,
    img.img-center_sp {
        display: block; margin: auto;}
    table{
        width:100%;
        table-layout: fixed;
        word-break: break-word;
    }
    .wrapper ,
    .wrapper-sp {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;}
}


/* ================================================
baseLayout
================================================ */
/* header
======================== */
@media all and (min-width: 769px) {
    .header-lead {
        font-size: 13px;
        color: #fff;
        background: #364F6B;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-bottom: 70px;
    }
    .header-lead a {color: #fff;}
    .header-lead .txt_lead {
        font-size: 13px;
        float: left;
    }
    .header-lead .contact {
        text-align: right;
    }
    .header-lead .title {
        line-height: 1;
        margin-bottom: 6px;
    }
    .header-lead .title:after, .header-lead .title:before {
        content: "";
        display: inline-block;
        border-bottom: 1px solid #fff;
        width: 82px;
        position: relative;
        top: -5px;
    }
    .header-lead .title:before {margin-right: 12px;}
    .header-lead .title:after {margin-left: 12px;}
    .header-lead .tel {
        display: inline-block;
        line-height: 1.1;
    }
    .h-contact-tel {
        font-size: 19px;
        vertical-align: baseline;
        margin-right: -4px;
        font-family: Helvetica;
    }
    .header-lead .mail {
        margin-left: -3px;
    }
    .header-lead .mail, .header-lead .tel {
        display: inline-block;
        line-height: 1.1;
    }
    .header-lead .mail:before{content: "／";}

    header {
        height: 70px;
        background: #fff;
    }
    header .wrapper {padding-top: 11px;}
    header .logo {float: left;}
    .fixheader {
        z-index: 100;
        position: absolute;
        width: 100%;
        top: 60px;
    }
    .fixheader.fixed {
        position: fixed;
        top: 0px;
    }
}
@media all and (max-width: 768px) {
    .header-lead {display: none;}
    header {
        background: #fff;
        overflow: visible;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    }
    header .wrapper {
        height: 50px;
        padding: 10px 15px;
    }
    header .logo {
        float: left;}
    header .logo img {
        height: 28px;}
    header .hamburger {
        float:right;}
    /* Hamburger menu */
    header .menu-link {
        margin-top: 3px;}
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;}
    .menu-trigger {
        position: relative;
        width: 30px;
        height: 22px;}
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #ff8a17;}
    .menu-trigger span:nth-of-type(1) {top: 0;}
    .menu-trigger span:nth-of-type(2) {top: 0; bottom: 0; margin:auto;}
    .menu-trigger span:nth-of-type(3) {bottom: 0;}

}


/* menu
================================================ */
.menu ,
.menu ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media all and (min-width: 769px) {
    nav {}
    nav.menu {
        float: right;
    }
    nav.menu ul {}
    nav.menu li {
        float: left;
        margin-left: 14px;
        position: relative;
    }
    nav.menu li a {
        font-size: 1.6rem;
        font-weight: bold;
        color: #000000;
        line-height: 50px;
        display: block;
        width: 100%;
        height: 47px;
    }
    nav.menu li a:hover {
        text-decoration: none;
        opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "alpha(opacity=75)";}

    .cta_btn {
        display: block;
        width: 160px;
        padding-bottom: 3px;
        position: relative;
        top: 0;
        -webkit-transition-duration:0.3s;
        transition-duration: 0.3s;
        margin-bottom: 10px;
    }
    .cta_btn a{
        color: #fff;
        text-align: center;
        display: block;
        box-shadow: 0 3px 0 #2f9196;
        width: 100%;
        height: 70px;
        padding: 0px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background: #3FC1C9
    }
    .cta_btn a .muryo {
        color: #3FC1C9;
        background: #fff;
        padding: 0px 3px;
        margin-left: 3px;
    }
}
@media all and (max-width: 768px) {
    .menu {
        z-index: 99;
    }
    .menu, .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        max-height: 55em;
        background: #efefef;
        position: absolute;
        width: 100%;
        opacity: 0;
    }
    .menu {
        clear: both;
        min-width: inherit;
        float: none;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 100;
    }
    .menu li {
        overflow: hidden;
        border-bottom: solid 1px #dcdcdc;
    }
    .menu.active, .menu > ul ul.active {
        max-height: 55em;
        opacity: 1;
    }
    .menu ul {
        display: inline;}
    .menu li, .menu > ul > li {
        display: block;}
    .menu li a {
        font-size: 14px;
        line-height: 2.0;
        color: #555;
        text-align: center;
        text-decoration: none;
        display: block;
        display: none;
        padding: 10px 20px 10px 20px;
        position: relative;
    }
    .menu.active li a {
        display: block;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        opacity: 0;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #overlay.active {
        opacity: 1;
        display: block;
    }
}


/* ================================================
footer
================================================ */
footer {
    color: #3a3a3a;
    background: #f3f3f3;
    width: 100%;
    clear: both;
}
footer a {
    color: #3a3a3a;
}

@media all and (min-width: 769px) {
    footer {}
    footer .wrapper {
        overflow: hidden;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    footer ul {
        float: left;
    }
    footer ul li {
        font-size: 14px;
        display: inline-block;
    }
    footer ul li:before {
        content: " │ ";
    }
    footer ul li:first-child:before {
        content: "";
    }
    footer a:hover {
        text-decoration: underline;
    }
    footer .copy {
        font-size: 13px;
        float: right;
        text-align: right;
    }
}

@media all and (max-width: 768px) {
    footer {}
    footer .wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer ul {}
    footer ul li {
        font-size: 12px;
        display: inline-block;
    }
    footer ul li:before {
        content: " │ ";
    }
    footer ul li:first-child:before {
        content: "";
    }
    footer .copy {
        font-size: 10px;
        text-align: center;
    }
}


/* ================================================
common
================================================ */
main {
    clear: both;
    margin: auto;}
.pagetitle {
    color: #3a3a3a;
    background-color: #ffffff;
}
.bread {}
.bread li {
    display: inline;
}
.bread li:before {
    content: " > ";
}
.bread li:first-child:before {
    content: none;
}
section {
    clear: both;
    margin: auto;}
/*
section p:last-child {
	margin-bottom: 0px;}
*/
.c-title {
    line-height: 1.1;
    background-image: url(../images/title_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
}

@media all and (min-width: 769px) {
    main {}
    .pagetitle h2 {
        font-size: 36px;
        line-height: 1;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bread ul {
        margin-top: 15px;
        margin-bottom: 45px;
    }
    section {margin-bottom: 60px;}
    /*    section p {margin-bottom: 20px;}*/
    .c-title {
        font-size: 32px;
        min-height: 35px;
        padding-left: 45px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 768px) {
    main {}
    .pagetitle h2 {
        font-size: 24px;
        line-height: 1;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bread ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    section {margin-bottom: 30px;}
    /*    section p {margin-bottom: 10px;}*/
    .c-title {
        font-size: 22px;
        background-size: 26px auto;
        min-height: 20px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}



/* ==========================================================
01:
========================================================== */
@media all and (min-width: 769px) {
    .main {
        /*background: url(../images/mainImage_bg.png) no-repeat center center;*/
    }
    .main .wrapper {
        padding-top: 80px;
        height: 492px;
    }
    .main h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 62px;
        -webkit-text-shadow: 0px 0px 7px rgba(0,0,0,.2);
        text-shadow: 0px 0px 7px rgba(0,0,0,.2);
    }
    .main h2 strong {font-size: 58px;}
    .main .box {position: relative;}
    .main .box .icon {
        position: absolute;
        left: -18px;
        top: -18px;
        z-index: 10;
    }
    .main ul {
        width: 585px;
        background-color: rgba(255,255,255,0.8);
        display: inline-block;
        padding: 15px;
        position: relative;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    .main li {}
    .main .ipad {
        position: absolute;
        left: 621px;
        top: 71px;
    }
    /* 右側にはみ出したipadの対策 */
    html {
        overflow:auto;
    }
    body {
        overflow: hidden;
        min-width: 1020px;
        overflow-y: auto;
    }

    /* 2つ並びのボタン */
    ul.list_btn {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    ul.list_btn li {
        display: inline-block;
        position: relative;
        top: 0;
        -webkit-transition-duration:0.2s;
        transition-duration: 0.2s;
    }
    ul.list_btn li a{
        font-size: 24px;
        font-weight: bold;
        line-height: 77px;
        color: #fff;
        text-align: center;
        display: block;
        background: #ff9000;
        box-shadow: 0 3px 0 #c16d00;
        width: 100%;
        height: 77px;
        padding: 0px 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    ul.list_btn li:hover a {
        text-decoration: none;
        background: #ff9000;
        box-shadow: 0 0 0 #c16d00;
    }
    ul.list_btn li.btn1 {
        width: 360px;
        margin-right: 12px;
    }
    ul.list_btn li.btn1 a {
        background: #3FC1C9;
        box-shadow: 0 3px 0 #2f9196;
    }
    ul.list_btn li.btn2 {
        width: 180px;
    }
    ul.list_btn li.btn2 a {
        background: #fc7551;
        box-shadow: 0 3px 0 #c95e40;
    }


    /* .button */
    .button {
        width: 368px;
        margin: auto;
    }
    .button a {
        font-size: 18px;
        text-align: center;
        line-height: 70px;
        color: #ffffff;

        font-weight: bold;
        display: block;
        width: 100%;
        height: 70px;
        border-radius: 35px;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        background: #3FC1C9;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .button a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "alpha(opacity=75)";
    }


    /* section01 */
    .section01 {}
    .section01 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section01 h2 {
        font-size: 35px;
        line-height: 1.2;
        color: #364F6B;
        text-align: center;
        margin-bottom: 16px;
    }
    .section01 .txt_sub {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
    }
    .section01 ul.list {
        margin-bottom: 72px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .section01 ul.list li {
        width: 280px;
    }
    .section01 ul.list .img {
        margin-bottom: 8px;
    }
    .section01 ul.list .txt {
        font-size: 18px;
        font-weight: bold;
        color: #3a3a3a;
        text-align: center;
        margin-bottom: 5px;
    }
    .section01 .movie {
        clear: both;
        text-align: center;
        margin-bottom: 40px;
    }
    .section01 .movie .txt {
        font-size: 35px;
        color: #364F6B;
        text-align: center;
        margin-bottom: 16px;
    }
    .section01 .list_btn_box {
        width: 820px;
        margin: auto;
    }
    .section01 ul.list_btn li a{
        font-size: 24px;
    }
    .section01 .list_btn_box ul.list_btn li.btn1 {
        width: 530px;
    }
    .section01 .list_btn_box ul.list_btn li.btn2 {
        width: 280px;
    }


    /* section02 */
    .section02 {
        background: #f2f8ff;
    }
    .section02 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
        padding-left: 510px;
        min-height: 740px;
    }
    .section02 h2 {
        font-size: 35px;
        line-height: 58px;
        color: #364F6B;
        padding-top: 60px;
        margin-bottom: 16px;
    }
    .section02 .ipad {
        position: absolute;
        left: -340px;
        top: 89px;
    }


    /* section03 */
    .section03 {
        background: #fff;
    }
    .section03 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section03 h2 {
        font-size: 35px;
        line-height: 1.2;
        color: #364F6B;
        text-align: center;
        margin-bottom: 16px;
    }
    .section03 .txt_sub {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
    }
    .section03 ul.list {
        margin-bottom: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .section03 ul.list li {
        width: 300px;
    }
    .section03 ul.list .img {
        margin-bottom: 8px;
    }
    .section03 ul.list .txt {
        font-size: 18px;
        font-weight: bold;
        color: #3a3a3a;
    }


    /* section04 */
    .section04 {
        background: #f2f8ff;
    }
    .section04 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section04 h2 {
        font-size: 35px;
        line-height: 1.2;
        color: #364F6B;
        text-align: center;
        margin-bottom: 16px;
    }
    .section04 .txt_sub {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
    }
    .section04 ul.list {
        margin-bottom: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .section04 ul.list li {
        width: 300px;
    }
    .section04 ul.list .img {
        margin-bottom: 8px;
    }
    .section04 ul.list .txt {
        font-size: 18px;
        font-weight: bold;
        color: #3a3a3a;
        text-align: center;
    }


    /* section05 */
    .section05 {
        background: #ffffff;
    }
    .section05 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section05 h2 {
        font-size: 35px;
        line-height: 1.2;
        color: #364F6B;
        text-align: center;
        margin-bottom: 16px;
    }
    .section05 .txt_sub {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
    }
    .section05 ul.list {
        width: 816px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .section05 ul.list li {
        display: block;
        width: 200px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .section05 ul.list li a{
        font-size: 16px;
        font-weight: bold;
        color: #3a3a3a;
        text-align: center;
        display: block;
        background: #fff;
        width: 100%;
        padding: 30px 10px 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .section05 ul.list li img {
        margin-bottom: 10px;
    }
    .section05 ul.list li .txt {
        /*background: url(../images/section05_arrow.png) no-repeat left center;*/
        display: inline-block;
        padding-left: 20px;
    }


    /* section06 */
    .section06 {
        background: #364F6B;
    }
    .section06 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section06 h2 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
    }
    .section06 h2 span {
        /*background: url(../images/section06_slash_before.png) no-repeat left center,url(../images/section06_slash_after.png) no-repeat right center;*/
        padding-left: 50px;
        padding-right: 50px;
        min-height: 32px;
    }

    .section06 .list_btn_box {
        text-align: center;
        background: #fff;
        padding: 50px 75px;
    }
    .section06 ul.list_btn li a{
        font-size: 32px;
        line-height: 97px;
        height: 97px;
    }
    .section06 .list_btn_box ul.list_btn li.btn1 {
        width: 530px;
    }
    .section06 .list_btn_box ul.list_btn li.btn2 {
        width: 280px;
    }


    /* section07 */
    .section07 {
        background: #fff;
        margin-bottom: 0;
    }
    .section07 .wrapper {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .section07 h2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .section07 .news_box {}
    .section07 .news_box dl {
        display: table;
        width: 100%;
    }
    .section07 .news_box dt ,
    .section07 .news_box dd {
        font-size: 1.6rem;
        display: table-cell;
        padding: 5px 0px;
    }
    .section07 .news_box dt {
        width: 120px;
    }


}
@media screen and (max-width: 768px) {
    ul.list_btn {
        width: 100%;
    }
    ul.list_btn li {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        -webkit-transition-duration:0.2s;
        transition-duration: 0.2s;
    }
    ul.list_btn li a {
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: #fc892d;
        display: block;
        width: 100%;
        padding: 10px 10px;
        box-shadow: 0 3px 0 #c96f24;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    ul.list_btn li:hover {
        top: 3px;
    }
    ul.list_btn li.btn1 {}
    ul.list_btn li.btn1 a {
        background: #20aee5;
        box-shadow: 0 3px 0 #1987b3;
    }
    ul.list_btn li.btn2 {}
    ul.list_btn li.btn2 a {
        background: #fc892d;
        box-shadow: 0 3px 0 #c96f24;
    }

    /* .button */
    .button {
        width: 80%;
        width: 260px;
        margin: auto;
    }
    .button a {
        font-size: 18px;
        line-height: 56px;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: 56px;
        border-radius: 28px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        background: #ff8a17;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }


    .main {
        /*	background: url(../images/mainImage_bg.png) no-repeat center center;
            background-size: cover;*/
    }
    .main .wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main h2 img {
        width: 100%;
    }
    .main .box {
        position: relative;
        margin-bottom: 20px;
    }
    .main .box .icon {
        position: absolute;
        left: -10px;
        top: -10px;
        z-index: 10;
        zoom: 0.5;
    }
    .main ul {
        background-color: rgba(255,255,255,0.8);
        display: block;
        padding: 10px 10px 1px;
        position: relative;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    .main .ipad {
        text-align: center;
    }

    /* section01 */
    .section01 {}
    .section01 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section01 h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 15px;
    }
    .section01 .txt_sub {
        text-align: center;
        margin-bottom: 20px;
    }
    .section01 ul.list {
        margin-bottom: 20px;
    }
    .section01 ul.list li {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .section01 ul.list .img {
        text-align: center;
        margin-bottom: 10px;
    }
    .section01 ul.list .txt {
        font-size:16px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 5px;
    }
    .section01 .movie {
        clear: both;
        text-align: center;
        margin-bottom: 40px;
    }
    .section01 .movie .txt {
        font-size: 16px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 10px;
    }
    .section01 .list_btn_box {
    }
    .section01 ul.list_btn li a{
    }


    /* section02 */
    .section02 {
        background: #d9f2ff;
    }
    .section02 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section02 h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 20px;
    }
    .section02 p {
        margin-bottom: 10px;
    }


    /* section03 */
    .section03 {
        background: #fff;
    }
    .section03 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section03 h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 15px;
    }
    .section03 .txt_sub {
        text-align: center;
        margin-bottom:20px;
    }
    .section03 ul.list {
        margin-bottom: 30px;
    }
    .section03 ul.list li {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .section03 ul.list .img {
        text-align: center;
        margin-bottom: 5px;
    }
    .section03 ul.list .txt {
        font-size:16px;
        font-weight: bold;
        color: #ff8a17;
    }
    .section03 .btn {
        width: 80%;
        width: 260px;
        margin: auto;
    }
    .section03 .btn a {
        font-size: 18px;
        line-height: 56px;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: 56px;
        border-radius: 28px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        /*background: #ff8a17 url(../images/section03_btn_arrow.png) no-repeat right center;*/
        background-size: 20px auto;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }


    /* section04 */
    .section04 {
        background: #fafafa;
    }
    .section04 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section04 h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 15px;
    }
    .section04 .txt_sub {
        text-align: center;
        margin-bottom: 20px;
    }
    .section04 ul.list {
        margin-bottom: 30px;
    }
    .section04 ul.list li {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .section04 ul.list li:last-child {
        margin-bottom: 0;
    }
    .section04 ul.list .img {
        text-align: center;
        margin-bottom: 10px;
    }
    .section04 ul.list .txt {
        font-size:16px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
    }


    /* section05 */
    .section05 {
        background: #fff;
    }
    .section05 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section05 h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        margin-bottom: 15px;
    }
    .section05 .txt_sub {
        text-align: center;
        margin-bottom: 20px;
    }
    .section05 ul.list {
        margin-bottom: 30px;
    }
    .section05 ul.list li {
        display: block;
        margin: 0px 10px 20px;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 3px 0 #ddd;
        position: relative;
        top: 0;
        -webkit-transition-duration:0.2s;
        transition-duration: 0.2s;
    }
    .section05 ul.list li:last-child {
        margin-bottom: 0;
    }
    .section05 ul.list li a{
        font-weight: bold;
        color: #ff8a17;
        text-align: center;
        display: block;
        background: #fff;
        width: 100%;
        padding: 15px 10px 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .section05 ul.list li img {
        margin-bottom: 10px;
    }
    .section05 ul.list li .txt {
        font-size:16px;
        /*background: url(../images/section05_arrow.png) no-repeat left center;*/
        background-size: 8px auto;
        display: inline-block;
        padding-left: 12px;
    }


    /* section06 */
    .section06 {
        background: #ff8a17;
    }
    .section06 .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section06 h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }
    .section06 h2 span {
        /*background: url(../images/section06_slash_before.png) no-repeat left center,url(../images/section06_slash_after.png) no-repeat right center;*/
        background-size: 25px auto, 25px auto;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 32px;
    }
    .section06 .list_btn_box {
        text-align: center;
        background: #fff;
        padding: 10px 15px 1px;
    }


    /* section07 */
    .section07 {
        background: #fff;
        margin-bottom: 0;
    }
    .section07 .wrapper {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .section07 h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .section07 .news_box {}
    .section07 .news_box dl {
        width: 100%;
        margin-bottom: 10px;
    }
    .section07 .news_box dt ,
    .section07 .news_box dd {
        padding: 1px 0px;
    }
    .section07 .news_box dt {
        font-weight: bold;
    }

}



/* ==========================================================
ログイン
========================================================== */
.section-form {}
.section-form a {
    color: #0892c7;
    text-decoration: none;
}
.section-form .txt1 {
    text-align: center;
}
.heading {
    line-height: 1.1;
    margin: 0;
    font-weight: 400;
    text-align: center;
}
.heading::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    position: relative;
    margin-right: 4px;
}
form {}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form textarea ,
form select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 8px;
    margin-bottom: 10px;
    outline: none;
    border-radius: 4px;
}
.input-block {
    max-width: 530px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 40px;
    background: #fafafa;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-size: 16px;
    color: #999;
}
.input-block .input-button [type=submit],
.input-block .input-button [type=button] {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    height: 80px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #fff;
    background-color: #364F6B;
    border-radius: 4px;
}
.input-block .rule-links {
    text-align: right;
    margin-top: 6px;
}
.input-block .rule-links li {
    display: inline;
}
.input-block .rule-links li::before {content: '｜';}
.input-block .rule-links li:first-child::before {content: '';}

/* radio01 */
.radio01 {
    margin-bottom: 15px;
}
.radio01-input{
    display: none;
}
.radio01-parts{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.radio01-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.radio01-input:checked + .radio01-parts{
    color: #364F6B;
}
.radio01-input:checked + .radio01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #364F6B;
    border-radius: 50%;
}

/* checkbox */
.checkbox {
    margin-top: -5px;
}
.checkbox-input{
    display: none;
}
.checkbox-parts{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #364F6B;
    border-right: 2px solid #364F6B;
}

::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;}
placeholder {color: #ccc;}

@media all and (min-width: 769px) {
    .section-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .heading::before {
        background: url(../images/title_icon.png) no-repeat;
        background-size: 100%;
        width: 38px;
        height: 35px;
        top: -3px;
    }
    .input-block {
        padding: 40px;
    }
    .input-block .block {
        margin-bottom: 15px;
    }
    .section-form .txt2 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 768px) {
    .section-form {
        margin-top: -30px;
        padding-bottom: 20px;
    }
    .heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .heading::before {
        background: url(../images/title_icon.png) no-repeat;
        background-size: 90%;
        width: 30px;
        height: 28px;
        top: -2px;
    }
    .input-block {
        padding: 12px;
        margin: 0 auto 20px;
    }
    .input-block .block {
        margin-bottom: 10px;
    }
    .input-block .rule-links {
        font-size: 14px;
    }
    .section-form .txt2 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

table.type06 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.type06 th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
}
table.type06 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
}
table.type06 .even {
    background: #efefef;
}

/* JS:tab_area */
.tab_area ul#tab {
    zoom: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.tab_area ul#tab:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.tab_area ul#tab li {
    text-align: center;
    width: 48%;
    position: relative;
}
.tab_area ul#tab li:first-child {
    float: left;
}
.tab_area ul#tab li:last-child {
    float: right;
}
.tab_area ul#tab li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    background: #374f6a;
}
.tab_area ul#tab li.active a {
    background: #e6e6e6;
    color: #4c4c4c;
    border-bottom: solid 3px #374f6a;
}
.tab_area ul#tab li.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 14px solid #374f6a;
    border-left: 10px solid transparent;
}
.tab_area #detail {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
}
.tab_area .tabbox {
    display: none;
}
