@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* CSS Document */


/* @media only screen and (max-width: 780px) {
#container #second_left {
width: 100% !important;
float: left;
margin: 0% !important;
}
} */

#container_second {
    font-family: 'Noto Sans JP', sans-serif;
}

.sp {
    display: none;
}


/* GoogleIcon */

.material-icons {
    vertical-align: -0.2em;
    color: #D23B71;
    margin: 1%;
}

.material-icons-blue {
    vertical-align: -0.2em;
    color: #12335F;
    margin: 1%;
}

｝
/* アイコンのサイズを変更するためのルール */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-60 {
    font-size: 60px;
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */

.material-icons.md-dark {
    color: #12335F;
}

.material-icons.md-dark.md-inactive {
    color: #12335F;
}


/* 暗い背景の場合に白色でアイコンを表示するためのルール */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

#contents_inner img {
    width: 100%;
}

.img_full {
    width: 95%;
    max-width: 980px;
    margin: auto;
}

#contents_inner {
    width: 85%;
    max-width: 1024px;
    margin: auto;
}

#second_left {
    margin: 20px auto;
}

h1 {
    font-size: 200%;
    line-height: 160%;
    font-weight: 600;
}


#btouch_select ul {
    padding: 0;
    display: block;
    justify-content: center;
}

#btouch_select li {
    display: inline-block;
    margin: auto;
}

.btouch_h2 {
    text-align: center;
    font-size: 250% !important;
    line-height: 120%;
    color: #ffffff;
    background-color: #A5C445;
    /*文字色*/
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 5px #A5C445;
    /*上線*/
    border-bottom: solid 5px #A5C445;
    /*下線*/
    margin: 0 !important;
}

.btouch_h2_yellow {
    text-align: center;
    font-size: 250% !important;
    line-height: 120%;
    color: #ffffff;
    background-color: #EBD030;
    /*文字色*/
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 5px #EBD030;
    /*上線*/
    border-bottom: solid 5px #EBD030;
    /*下線*/
    margin: 0 !important;
}

.btouch_tag_about_h2{
    display: none;
}

.btouch_select_h2 {
    text-align: center;
    font-size: 250% !important;
    line-height: 120%;
    color: #ffffff;
    padding: 0.5em 0 !important;
    margin: 0 !important;
    background: linear-gradient(-45deg, #EBD030 0%, #EBD030 50%, #A5C445 50%, #A5C445 100%);
}

.select_link {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    /* ボタン幅 */
    position: relative;
    border: 0.5rem outset #A5C445;
    padding: 1em 2em;
    font-weight: bold;
    background: #fff;
    /* 背景色 */
    color: #12335F;
    /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
}

.select_link:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.select_link:hover {
    background: #A5C445;
    /* 背景色 */
    color: #fff;
    /* 文字色 */
}


.select_link_y {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    /* ボタン幅 */
    position: relative;
    border: 0.5rem outset #EBD030;
    padding: 1em 2em;
    font-weight: bold;
    background: #fff;
    /* 背景色 */
    color: #12335F;
    /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
}

.select_link_y:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.select_link_y:hover {
    background: #EBD030;
    /* 背景色 */
    color: #fff;
    /* 文字色 */
}

.text_right {
    text-align: right !important;
}


.text_center {
    text-align: center !important;
    font-size: 1.9em !important;
}

.cnv_text {
    width: 100%;
    font-size: 1.5em;
}

th,
td {
    border: 2px solid #A5C445;
    padding: 2%;
    text-align: center;
}

th {
    background-color: #fafafa;
}

table {
    width: 100%;
    table-layout: fixed;
}

.info_btn {
    text-align: center;
    margin: 3% 0 auto;
}

.radius50 {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    padding: 3%;
    border: none;
    background-color: #D23B71;
    border-radius: 30px;
    text-align: center;
    color: #ffffff !important;
    font-size: 2em;
    font-weight: bold;
}

.radius50:hover {
    background-color: #ffffff;
    color: #D23B71 !important;
}

#sect01 ul,
#sect02 ul {
    padding: 0;
    font-size: 120%;
}

#sect01 p #sect02 p {
    color: #12335F;
    font-size: 160%;
    padding: 1em;
    font-weight: bold;
}

#sect01 ul li,
#sect01 ol li {
    font-size: 120%;
    color: #12335F;
    border-left: solid 6px #A5C445;
    /*左側の線*/
    border-bottom: solid 2px #12335F;
    /*下に灰色線*/
    /* background: whitesmoke; */
    margin-bottom: 5px;
    /*下のバーとの余白*/
    line-height: 1.5;
    padding: 0.5em;
    margin: 3%;
    list-style-type: none !important;
    /*ポチ消す*/
    font-weight: bold;
}

#sect02 ul li,
#sect02 ol li {
    font-size: 120%;
    color: #12335F;
    border-left: solid 6px #EBD030;
    /*左側の線*/
    border-bottom: solid 2px #12335F;
    /*下に灰色線*/
    /* background: whitesmoke; */
    margin-bottom: 5px;
    /*下のバーとの余白*/
    line-height: 1.5;
    padding: 0.5em;
    margin: 3%;
    list-style-type: none !important;
    /*ポチ消す*/
    font-weight: bold;
}

#btouch_info img {
    margin: 0.5%;
    padding: 0.5%;
}

#btouch_select li {
    list-style: none;
    margin: 3%;
}

small {
    font-size: 0.9rem;
    padding: 2%;
}

span.large {
    font-size: 2.5rem;
}

span.bold {
    font-weight: bold;
}

span.pink {
    color: #D23B71;
}

span.blue {
    color: #12335F;
}

#btouch_tag_about h3,
#btouch_info h3,
#sect03 h3,
#sect04 h3,
#sect05 h3 {
    display: block;
    text-align: center;
    font-size: 180%;
    position: relative;
    background: white;
    color: #12335F;
    border: solid 4px;
    border-image: conic-gradient(#A5C445, #EBD030, #A5C445) 1;
    /*方眼紙風*/
    margin: 1em auto;
    padding: 1em;
    background-image: linear-gradient(0deg, transparent 19px, #ccc 20px), linear-gradient(90deg, transparent 19px, #ccc 20px);
    background-size: 20px 20px;
}

#btouch_tag_about,
#btouch_info,
#sect03,
#sect04,
#sect05,
#sect-link,
#movie-area {
    margin: 5% 0 auto;
}

#sect03 img,
#sect04 img,
#sect05 img {
    width: 100%;
    /*画像サイズ指定*/
    margin: 0.5%;
    padding: 0.5% auto;
    display: inline-block;
    /* border: solid 2px #12335F; */
}

#btouch_select p {
    font-weight: bold;
    width: 100%;
    font-size: 130%;
    display: inline-block;
}

#sect03 p,
#sect04 p,
#sect05 p {
    font-weight: bold;
    width: 100%;
    margin: 0.5%, auto;
    padding: 2%;
    font-size: 120%;
    display: inline-block;
}

#btouch_select ul,
#sect03 ul,
#sect04 ul,
#sect05 ul {
    display: flex;
    justify-content: center;
    padding: 2%;
}

#movie-area ul,
#sect-link ul {
    display: flex;
    justify-content: center;
}

#sect03 li,
#sect04 li,
#sect05 li {
    list-style: none;
    margin: 1%;
    width: 50%;
}

#sect-link li {
    list-style: none;
    /* margin: 3%; */
}

.cont_left,
.cont_right {
    width: 50%;
    margin: 0 0 0 0;
    float: left;
    line-height: 1.75;
    display: inline;
}

.cont_wide {
    width: 100%;
    margin: 0 0 5% 0;
    float: left;
    line-height: 1.75;
}

p {
    display: block;
    margin-block-start: 0.3em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.c-link {
    width: 40%;
    /* 水平方向の中央揃え */
    margin: 5% auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px #A5C445;
    overflow: hidden;
}

.c-link p {
    font-size: 100%;
    padding: 1em 0;
}

.c-link p:hover {
    opacity: 0.5;
}

.c-link iframe {
    width: 100%;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #EBD030;
    text-align: center;
    color: #A5C445;
    font-size: 24px;
    text-decoration: none;
    padding: 5px 10px;
}

.pagetop a:hover {
    display: block;
    background-color: #A5C445;
    text-align: center;
    color: #EBD030;
    font-size: 24px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media only screen and (max-width:900px) {
    .merit_icon {
        height: 200px;
    }

    span.large {
        font-size: 2rem;
    }
}

@media only screen and (max-width:760px) {
    body {
        font-size: 17px;
    }

    .cont_left {
        width: 100%;
        margin: 0 0% 3% 0;
        float: left;
    }

    .cont_right {
        width: 100%;
        margin: 0 0% 0 0;
        float: left;
    }

    ul.merit li {
        width: 95%;
        margin: 0 2.5% 1% 2.5%;
    }

    ul.merit li:nth-last-child(1) {
        margin: 0 2.5% 1% 2.5%;
    }

    .merit_icon {
        margin: 20px auto;
        width: 80%;
        height: auto;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    span.large {
        font-size: 1.5rem;
    }

    .radius50 {
        width: 80%;
        margin: 1% auto;
    }

    .material-icons.md-48 {
        font-size: 32px;
    }

    .material-icons.md-60 {
        font-size: 48px;
    }

    #btouch_select li {
        width: 100%;
        margin: 3% 0;
    }

    .btouch_tag_about_h2,
    .btouch_h2,
    .btouch_select_h2 {
        font-size: 150% !important;
    }
    #btouch_tag_about h3,
    #btouch_info h3,
    #sect01 h3,
    #sect02 h3,
    #sect03 h3,
    #sect04 h3,
    #sect08 h3,
    #sect05 h3,
    #sect06 h3,
    #sect07 h3,
    #sect09 h3 {
        font-size: 20px;
        padding: 5px 10px;
        width: 100%;
        text-align: center;
        float: left;
        box-sizing: border-box;
        margin: -0px 0;
    }

    #sect01 ul,
    #sect02 ul {
        font-size: 100%;
    }

    #btouch_tag_about ul,
    #btouch_select ul,
    #sect03 ul,
    #sect04 ul,
    #sect08 ul,
    #sect05 ul,
    #sect06 ul,
    #sect07 ul,
    #sect09 ul,
    #sect-link ul {
        display: block;
    }

    #sect03 li,
    #sect04 li,
    #sect08 li,
    #sect05 li,
    #sect06 li,
    #sect07 li,
    #sect09 li {
        margin: 0 auto;
        width: 100%;
    }

    #sect01 p,
    #sect02 p,
    #sect03 p,
    #sect04 p,
    #sect08 p,
    #sect05 p,
    #sect06 p,
    #sect07 p,
    #sect09 p {
        margin: 0;
        padding: 3px;
        font-size: 100%;
    }

    .text_center {
        font-size: 0.9em !important;
    }

    .cnv_text {
        font-size: 1.2em;
    }

    .c-link {
        width: 100%;
        margin: 5% auto;
        width: 100%;
    }
}