/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/



html {
    color: #000;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}
body {
    word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

strong {
    font-weight: bold;
}

#yui3-css-stamp.cssreset {
    display: none
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 18px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    opacity: 0.6;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.moon_icon {
    text-align: center;
    margin-bottom: -10px;
}

.container {
    width: 900px;
    margin: 0 auto;
}

.df {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.space_between {
    justify-content: space-between;
}

.space_around {
    justify-content: space-around;
}

.flex-wrap{
    flex-wrap: wrap;
}

.logo {
    width: 792px;
    margin: 0 auto 34px;
}

.slide{
    height: 845px;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -99;
    -webkit-transform-style: preserve-3d;
}

.bg_caption .sponsor a{
    position: static;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}

.bg_caption .link-wc2019 a{
    position: static;
    border-bottom: 3px solid #ffffff;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 1rem;
}

.slide:not(:first-child) {
    display: none;
    -webkit-animation : anim 0.3s linear 0s 1 normal;
}

.top_bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 830px;
    text-align: center;
}

.bg_caption {
    padding-top: 80px;
}

.bg_caption a {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
}

.bg_caption a span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.bg_caption h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Abadi MT Condensed Light";
    margin-bottom: -12px;
}

.bg_caption .date {
    color: #fff;
    font-size: 48px;
    font-family: "Abadi MT Condensed Light";
    margin-bottom: 40px;
}

.bg_caption .date .alert_text{
    font-size: 26px;
}

.bg_caption .date .small{
    font-size: 26px;
}

.bg_caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.bg_caption .desc_title {
    font-size: 30px;
    margin-bottom: 24px;
}

.top_bg img {
    width: 100%;
}

.drawer__content {
    overflow: auto;
    position: fixed;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    padding-bottom: 50px;
    background: #f7dd00;
    -webkit-overflow-scrolling: touch;
    width: 180px;
    right: 0;
    top: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-left: 10px;
    padding-top: 10px;
}

.drawer__content::before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
}

.drawer__content p {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "DIN Condensed";
}

.active {
    right: -120px;
}

.visible {
    display: block !important;
}

.drawer__content_menu {
    display: block;
    padding-left: 16px;
}

.drawer__content_menu li {
    font-size: 0;
}

.drawer__content_menu li a {
    font-size: 19px;
    font-weight: 300;
    font-family: "DIN Condensed";
    border-bottom: 1px solid #000000;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.drawer__content_menu li a span {
    font-weight: bold;
}

.section1 {
    padding: 70px 0 74px;
}

.section1 .title {
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: 300;
    text-align: center;
}

.img_box {
    width: 678px;
    margin-right: 32px;
}

.section2 {
    background: url('../img/moon_bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right 10px top -380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 320px 0 100px;
    height: 1210px;
}

.section2 .box .rank_icon{
    width: 40%;
}

.section2 .total_steps{
    font-size: 36px;
    font-weight: bold;
    font-family: "DIN Condensed";
    -webkit-text-stroke: 1px #00005A;
}


.section2 .each_uni_steps{
    font-size: 28px;
    font-weight: bold;
    font-family: "DIN Condensed";
}

.section2 p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.section2 h3{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.section2 .km {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: "DIN Condensed";
    -webkit-text-stroke: 2px #00005A;
}

.section2 .distance {
    margin-bottom: 50px;
}

.section2 .complete_text{
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
    font-family: "DIN Condensed";
    -webkit-text-stroke: 1px #00005A;
}

.section2 .step_date{
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: -1.5rem;
    -webkit-text-stroke: 1px #00005A;
}

.section2 .walk_distance_img {
    margin-bottom: 30px;
}

.section2 .number {
    font-size: 123px;
    font-weight: bold;
    color: #fff;
    font-family: "DIN Condensed";
    -webkit-text-stroke: 2px #00005A;
}

.section2 .remain_steps{
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke: 1px #00005A;
}

.section2 .remain_number{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-family: "DIN Condensed";
    -webkit-text-stroke: 2px #00005A;
}

.section2 .remain_km{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: "DIN Condensed";
}

.section2 .box {
    margin-top: 10px;
    width: 25%;
}

.section2 .box:nth-child(-n+3){
    margin-bottom: 30px;
}

.section2 .box img {
    margin-bottom: 10px;
    width: 190px;
}

.section2 .uni_number {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: "DIN Condensed";
    margin-right: 5px;
}

.section2 .uni_km {
    font-size: 23px;
    font-weight: bold;
}

.section3 {
    padding: 32px 0 0;
    text-align: center;
}

.section3 h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 36px;
}

.section3 .moon_icon {
    text-align: center;
    margin-bottom: -10px;
}

.section3 .sub_title {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.section3 p {
    text-align: left;
}

.img_bg {
    background-image: url(../img/walk01_bg.jpg);
    background-size: cover;
    background-position: 0px 73%;
    height: 280px;
    overflow: hidden;
}

.img_bg:after {
    content: "";
    display: block;
    height: 100%;
    background: #fff;
    transform: skew(0, 178deg) translate(0, 30%);
}

.img_bg:before {
    content: "";
    display: block;
    height: 60%;
    background: #fff;
    transform: skew(0, 178deg) translate(0, -75%);
}

.img_bg2 {
    background-image: url(../img/walk02_bg.jpg);
    background-position: 0px 40%;
}

.section4 {
    padding: 32px 0 0;
    text-align: center;
}

.section4 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.section4 .pre_text {
    margin-bottom: 40px;
}

.section4 .moon_icon {
    text-align: center;
    margin-bottom: -10px;
}


.prize h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.prize .moon_icon{
    text-align: center;
    margin-bottom: -10px;
}


.prize p{
    text-align: center;
    margin-bottom: 40px;
}

table {
    width: 100%;
    height: 150px;
    text-align: center;
}

table th {
    width: 30%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    height: 60px;
}

.section4 .first_table {
    margin-bottom: 24px;
}

.section4 .first_table td{
    text-align: left;
    padding: 20px;
}

.section4 .flow_box {
    text-align: center;
    margin-bottom: 55px;
    width: 22%;
}

.section4 .flow_box span {
    color: #f7dd00;
    background-color: #000;
    font-size: 34px;
    font-weight: bold;
    width: 95px;
    height: 39px;
    display: inline-block;
    line-height: 39px;
    margin-bottom: 27px;
}

.section4 .flow_box p {
    font-size: 14px;
    text-align: center;
}

.section4 h3 {
    font-size: 24px;
    margin-bottom: 33px;
}

.btn {
    width: 100%;
    font-size: 30px;
    height: 82px;
    line-height: 86px;
    display: inline-block;
    background-color: #f7dd00;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 8px #9b8b00;
    text-align: center;
}

.link_qr{
    margin-bottom: 90px;
}

.btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
}

.section5 {
    padding: 32px 0 0;
    text-align: center;
}

.container_wrapper {
    width: 1220px;
    margin: 0 auto;
}

.section5 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.section5 h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.section5 .company_flow {
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.section5 .company_flow .medical_logo{
    width: 250px;
}

.section5 .company_flow .jal_logo{
    width: 350px;
}

.section5 .company_flow .box{
    width: 33%;
}

.section5 .company_flow .box:nth-child(-n+3){
    margin-bottom: 2rem;
}

.section5 .moon_icon {
    text-align: center;
    margin-bottom: -10px;
}

.section5 .box img {
    width: 190px;
}

.organization{
    padding-top: 50px;
}

.totop {
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 130px;
    right: 110px;
}

.totop img {
    position: fixed;
    z-index: 9999;
}

.university_section table{
    margin-bottom: 20px;
}

.section6 {
    padding: 32px 0 70px;
    text-align: center;
}

.section6 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.section6 .moon_icon {
    margin-bottom: -10px;
}

footer {
    background: #f7dd00;
    border-top: 20px solid #d8c101;
    padding: 22px 0 2px;
}

.footer_wrapper {
    margin-bottom: 40px;
}

.footer_menu a {
    font-size: 18px;
}

.footer_logo {
    width: 187px;
    height: 58px;
}

.copyright {
    text-align: center;
    font-size: 12px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */

.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background: rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;
    content: 'Q';
}

.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #00838f;
}

/* --質問の＋アイコン */

.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    content: '\2b';
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}

/* 答え */

.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}

/*.cp_qa .cp_actab .cp_actab-content::before {*/
    /*font-family: serif;*/
    /*font-size: 1.5em;*/
    /*position: absolute;*/
    /*margin: 0.4em 0 0 -1em;*/
    /*padding: 0;*/
    /*content: 'A';*/
/*}*/

.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
    text-align: left;
}

.qr_h3{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 1.4em;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 50px;
}

.qr_h3:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #f7dd01;
}

/* 質問を開いた時の仕様 */

/* --答えの高さ */

.cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 60em;
    border: 10px solid rgba(27, 37, 56, 0.1);
}

/* 質問をクリックした時のアイコンの動き */

.cp_qa .cp_actab input:checked~label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media (max-width: 890px){
    .container{
        width: auto;
    }
    .container_wrapper{
        width: auto;
    }
}

/*利用規約*/
.terms{
    padding: 50px 0 0;
}

.terms label{
    font-weight: bold;
}

.terms a{
    font-weight: bold;
}

.terms h3{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 1.4em;/*アイコン分のスペース*/
    line-height: 1.4;
    margin-bottom: 10px;
}

.terms h3:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #f7dd01;
}

.terms .head_txt{
    padding-left: 0;
}

.terms p{
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.terms .moon_icon{
    margin-bottom: 0;
}

.terms ul{
    padding-left: 40px;
}

.terms li{
    list-style-type: disc;
    font-weight: 500;
}

.terms .btn{
    margin-top: 60px;
}

.terms .inactive{
    opacity: 0.6;
    cursor: default;
}

.terms .form-group{
    text-align: center;
}

.terms .form-group input{
    margin-right: 10px;
}

.entry-domaininfo{
    font-size: 1.3rem;
    background: pink;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

ol li{
    list-style-type: decimal;
}

.entry-domaininfo p{
    font-size: 14px;
    margin-bottom: 10px;
}

.row{
    display: flex;
    justify-content: space-between;
}

.wrapper_box{
    width: 30%;
}

.box-footer li{
    font-size: 14px;
}

/*登録方法*/
.clearfix {
    display: block;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.entry {
    padding: 50px 0;
}

.entry .small_alert{
    font-size: 14px;
    color: red;
}

.entry h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 20px;
}

.entry .profile_box{
       width: 45%;
}

.entry .profile_box p{
   text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.apDl {
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    background-color: #2AA239;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}
.appDlUl {
    width: 76%;
    margin: 0 auto 30px;

}

.appDlUl li {
    list-style: none;
    /*text-align: left; 変更　　171226*/
    /*float: none; 変更　　171226*/
    /*width: 20%; 変更　　171226*/
    text-align: center;
    float: left;
    width: 50%;
}

.appDlUl li img {
    /*display: block;margin: 0 auto;変更　　171226*/
    display: block;
    margin: 0 auto;
}

.spImg {
    float: left;
    margin-top: -50px;
    padding-left: 34px;
}

/*ウォーキングチャンレンジ登録方法*/
.entry{
    font-weight: 500;
}

.entry .head_txt{
    margin-bottom: 40px;
    text-align: left;
}

.entry .moon_icon{
    margin-bottom: 0;
}

.entry h3{
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 1.4em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.entry h3:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";/*ã‚¢ã‚¤ã‚³ãƒ³ã®ãƒ¦ãƒ‹ã‚³ãƒ¼ãƒ‰*/
    position: absolute;/*çµ¶å¯¾ä½ç½®*/
    font-size: 1em;/*ã‚µã‚¤ã‚º*/
    left: 0;/*ã‚¢ã‚¤ã‚³ãƒ³ã®ä½ç½®*/
    top: 0;/*ã‚¢ã‚¤ã‚³ãƒ³ã®ä½ç½®*/
    color: #f7dd01;
}
.entry .appInR {
    float: right;
    width: 600px;
    text-align: center;
}
.apDl h3 {
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: 10px; /*変更　　171226*/
}
.appInR p {
    text-align: left;
    padding: 0 20px;
}

.entry .walk_btn{
    width: 110px;
    vertical-align: sub;
    border: none!important;
}

.entry .step{
    width: 86%;
    float: right;
}

.entry .number{
    color: #cb4800;
    padding: 4px 6px;
    border: 2px solid #cb4800;
    font-weight: bold;
    margin-right: 10px;
}

.btnApp {
    padding: 10px 0;
}
.btnToroku {
    margin: 0 auto 20px;
}

.entry .flow{
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.entry .timeline{
    text-align: center;
    margin-bottom: 20px;
}

.entry .timeline p{
    margin-bottom: 10px;
}

.entry .flow li{
    width: 30%;
}

.entry .flow li img{
    border: 1px solid #eee;
}

.entry .group_flow li{
    width: 40%;
}

.alert{
    background: pink;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.entry .small{
    font-size: 14px;.entry .flow
    display: block;
}


.info_box{
    margin-bottom: 20px;
}

.info_box li{
    font-weight: bold;
    list-style: disc;
    margin-bottom: 10px;
    text-align: left;
}

.info_box .heath_info{
    width: 70%;
    display: block;
    border: 1px solid #ceceff;
}

.info_box .heath_info:hover{
    opacity: 0.6;
}

.info_box p{
    font-weight: bold;
    margin-bottom: 10px;
}

.info_box a{
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}

.info h3{
    margin-top: 20px;
    margin-bottom: 20px;
}

.finish_txt{
    font-size: 36px;
    font-weight: bold;
    margin: 30px 0;
}

@media (max-width: 767px) {
    body {
        font-size: 10px;
    }
    p {
        font-size: 14px;
    }
    .off {
        display: none;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .container {
        width: 100%;
    }
    .container_wrapper {
        width: 100%;
    }

    .bg_caption .link-wc2019 a{
        position: static;
        border-bottom: 2px solid #ffffff;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        left: 13%;
        top: 16%;
        margin-bottom: 0;
    }

    .bg_caption .sponsor a{
        position: static;
        font-size: 14px;
        line-height: 1.4;
        left: 13%;
        top: 16%;
    }

    #home {
        height: 100vh;
    }
    .bg_caption{
        padding: 80px 25px 20px 20px;
    }
    .slide{
        height: 100vh;
        background-position: 910px 0;
    }
    .top_bg{
        height: 100vh;
    }
    .logo {
        width: 100%;
    }
    .bg_caption a{
        bottom: 50px;
    }
    section {
        padding: 16px 20px 0;
        text-align: center;
    }
    h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    .moon_icon {
        text-align: center;
        margin-bottom: 0;
    }
    .moon_icon img {
        width: 50px;
    }
    .drawer__content {
        width: 38%;
        right: -37%;
    }
    .active {
        right: 0 !important;
    }

    .drawer__content::before {
        width: 10px;
        height: 10px;
        left: 3%;
    }
    .drawer__content_menu li a {
        font-size: 15px;
    }
    .drawer__content p {
        font-size: 20px;
    }
    .bg_caption h2 {
        font-size: 30px;
        margin-bottom: 0;
        text-align: center;
    }
    .bg_caption .date {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .bg_caption p {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        line-height: 2;
    }
    .bg_caption .desc_title {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .section1 {
        padding: 35px 20px 37px;
    }
    .section1 .title {
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 300;
        text-align: center;
    }
    .img_box {
        width: auto;
        margin-right: 16px;
    }
    .section2 {
        background: url(../img/sp_bg_moon.jpg);
        background-position: 50% -2rem;
        -webkit-background-size: cover;
        background-size: cover;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 260px 20px 10px;
        height: auto;
    }

    .section p {
        font-size: 14px;
    }

    .section2 h3{
        font-size: 18px;
        color: #fff;
        font-weight: 300;
    }

    .section2 .km {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN Condensed";
    }
    .section2 .distance {
        margin-bottom: 25px;
    }
    .section2 .walk_distance_img {
        margin-bottom: 10px;
    }
    .section2 .number {
        font-size: 80px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN Condensed";
        margin-right: 10px;
    }
    .section2 .box {
        margin-top: 20px;
        width: 40%;
    }

    .section2 .first_wrap .box{
        width: 51%;
    }

    .section2 .box:nth-child(-n+3){
        margin-bottom: 0;
    }
    .section2 .box img {
        margin-bottom: 0;
        width: 100%;
    }
    .section2 .uni_number {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN Condensed";
        margin-right: 5px;
    }
    .section2 .uni_km {
        font-size: 15px;
        font-weight: bold;
    }

    .section2 .remain_steps{
        font-size: 16px;
        font-weight: bold;
    }

    .section2 .remain_number{
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN Condensed";
    }

    .section2 .remain_km{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN Condensed";
    }

    .section3 {
        padding: 16px 20px 0;
        text-align: center;
    }
    .section3 h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    .section3 .moon_icon {
        text-align: center;
        margin-bottom: 0;
    }
    .section3 .moon_icon img {
        width: 50px;
    }
    .section3 .sub_title {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }
    .img_bg {
        height: 140px;
    }
    .section4 {
        padding: 16px 20px 0;
        text-align: center;
    }
    .section4 h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    .section4 .pre_text {
        margin-bottom: 20px;
    }
    .section4 .moon_icon {
        text-align: center;
        margin-bottom: 0;
    }
    .section4 .moon_icon img {
        width: 50px;
    }
    .section4 p {
        text-align: left;
    }
    .section4 .small{
        font-size: 12px;
    }
    table {
        width: 100%;
        height: 75px;
    }
    table th {
        width: 30%;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }
    .section4 .first_table {
        margin-bottom: 20px;
        font-size: 14px;
        table-layout: fixed;
    }

    .section4 .first_table a{
        display: block;
    }
    .section4 .flow_box_wrapper {
        flex-wrap: wrap;
    }
    .section4 .flow_box {
        text-align: center;
        margin-bottom: 27px;
        width: 50%;
    }
    .section4 .flow_box span {
        color: #f7dd00;
        background-color: #000;
        font-size: 17px;
        font-weight: bold;
        width: 47px;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .section4 .flow_box p {
        font-size: 10px;
        text-align: center;
    }
    .section4 h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .btn {
        width: 100%;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        background-color: #f7dd00;
        position: relative;
        margin-bottom: 30px;
        box-shadow: 0 4px #9b8b00;
        text-align: center;
    }
    .btn::after {
        position: absolute;
        top: 50%;
        right: 30px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -4px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .section5 {
        padding: 16px 20px 0;
        text-align: center;
    }
    .section5 th {
        font-size: 14px;
    }
    .section5 td {
        font-size: 14px;
    }
    .section5 h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    .section5 .moon_icon {
        text-align: center;
        margin-bottom: 0;
    }
    .section5 .moon_icon img {
        width: 50px;
    }
    .company_flow {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .company_flow .box {
        width: 40%;
        margin-bottom: 15px;
    }
    .section5 .box img {
        width: 100%;
    }
    .section6 {
        padding: 30px 20px 21px;
        text-align: center;
    }
    .section6 p {
        font-size: 12px;
    }
    .section6 h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    .section6 .moon_icon {
        text-align: center;
        margin-bottom: 0;
    }
    .section6 .moon_icon img {
        width: 50px;
    }
    footer {
        padding: 11px 20px;
        margin-top: 40px;
        border-top: 10px solid #d8c101;
    }
    .footer_wrapper {
        margin-bottom: 20px;
    }
    .footer_menu a {
        font-size: 14px;
    }
    .footer_logo {
        width: 93px;
        height: 29px;
    }
    .copyright {
        font-size: 9px;
    }

    .totop {
        display: none;
        z-index: 99999;
        position: fixed;
        bottom: 100px;
        right: 90px;
    }

    /*利用規約*/
    .terms{
        padding: 50px 5% 0;
    }

    .row{
        flex-direction: column;
    }

    .terms p{
        text-align: left;
        font-size: 14px;
    }

    .terms h2{
        line-height: 1.5;
    }

    .terms h3{
        font-size: 20px;
    }

    .terms .moon_icon{
        text-align: center;
    }

    .terms .wrapper_box{
        width: 100%;
    }

    .terms .box-footer li{
        text-align: left;
    }

    .terms ul{
        padding-left: 20px;
    }

    .terms li{
        font-size: 14px;
        text-align: left;
    }

    .terms .form-check{
        font-size: 14px;
        text-align: left;
    }

    .terms .btn {
        margin-top: 20px;
    }
    .entry{
        padding: 50px 5% 0;
    }
    .entry p{
        font-size: 16px;
    }
    .entry h2{
        line-height: 1.7;
    }
    .entry h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .apDl{
        margin-top: 0;
    }
    .entry .begin{
        flex-wrap: wrap;
    }
    .entry .begin li{
        width: 100%;
    }
    .entry .profile_box {
        width: 100%;
    }
    .entry .appInR{
        width: 100%;
    }
    .spImg{
        float: none;
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 0px;
    }
    .appDlUl {
        width: 90%;
        margin: 0 auto 30px;
    }
    .entry .flow{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .entry .flow li{
        width: 100%;
        margin-bottom: 20px;
    }
    .entry .flow li img{
        margin-top: 10px;
    }
    .entry .walk_btn{
        margin-right: 10px;
        width: 34vw;
        margin-top: 0!important;
    }
    .entry .number{
        vertical-align: text-top;
        margin-right: 10px;
        position: relative;
        left: 0px;
        top: 10px;
    }
    .entry .step {
        width: 88%;
        float: right;
        text-align: left;
    }
    .alert {
        background: pink;
        padding: 10px;
        margin-top: 20px;
        border-radius: 5px;
        margin-bottom: 20px;
        font-size: 14px;
        text-align: left;
    }
    .entry .group_flow{
        flex-wrap: wrap;
    }
    .entry .group_flow li{
        width: 100%;
    }
}
