@charset "UTF-8";


/* ######################################################################################

　メインイメージ 静止画

###################################################################################### */
/*
.mainImg {position:relative;}

@media print, screen and (min-width: 768px) {
	.mainImg {   max-width: 1400px;
        margin: 0 20px 60px 20px}
	.pageIndex .mainImg img {width: 100%; }
}

@media screen and (max-width: 767px) {
	.pageIndex .mainImg { margin: 0 0 30px 0;}
}
*/

/* ######################################################################################

　メインイメージ Youtbe動画

###################################################################################### */

@keyframes pageanimetuika{ 0% {opacity: 0;} 100% {opacity: 1;}}

.youtube-area{
  position: absolute;
  width:100%;
  left:0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.youtube-area.appear {animation:pageanimetuika .6s forwards;}

#Youtube {width: 100%; height: 100%;}

.youtube-mask{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width:100%;
    height:100%;
    background:url(../img/contents/index/mask.png);
}



 #Youtube-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 2s ease;
    z-index: 2;
    opacity: 0;
}
#Youtube-thumbnail.visible {opacity: 1;}

.linkYoutube {
    display:none;
    box-sizing:border-box;
    z-index:2;
    justify-content:flex-start;
    align-items:center;
    padding: 0.8em 0.5em;
    color:#fff;
    text-decoration:none;
    line-height:1.5;
    background:#009944;
}

.linkYoutube{background:#0B3EC9;}
.en .linkYoutube,
.scn .linkYoutube,
.tcn .linkYoutube{background:#009944;}

.linkYoutube:hover {color:rgba(255,255,255,0.60); }




@media print, screen and (min-width: 768px) {
	.mainMV{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        padding: 0;
        width: calc(100% + 80px);
        min-width: 940px;
	}
	/* ====================================================
    日本語だけ、2カラム
    ==================================================== */
    .mainImg2 {
        position: relative;
        margin-right: 1%;
        width: 68.7%;
        min-width: 645px;
        min-height: 359px;
    }
	
	/* ====================================================
    　　　1カラム
    ==================================================== */
    .mainImg { width: 100%!important;height: auto;}
	.mainImg img{width: 1500px; height: auto;}
	.en .mainImg,.tcn .mainImg,.scn .mainImg {
        width: 100%!important;height: auto;
		text-align: center;
    }
	.mainCopy {
        z-index: 9;
        width: 29.5%;
        height: auto;
        }
	.mainCopy img{ height:100%; object-fit:cover;}
    .youtube-area{height:100%; top:0; transform:scale(102%,102%);}
	.en .linkYoutube.pc,
	.scn .linkYoutube.pc,
	.tcn .linkYoutube.pc{
        display:inline-block;
        position:absolute;
        right:0;
        bottom:0%;
        width:100%;
        font-size:1.2vw;
		font-weight: bold;
		padding-left: 110px;
        height:23%;
    }
	 .linkYoutube.pc {
        display:inline-block;
        position:absolute;
        right:0;
        bottom:0%;
        width:100%;
        font-size:1.4vw;
		font-weight: bold;
		padding-left: 100px;
        height:23%;
    }
	.mainImg {position:relative; overflow:hidden;text-align: center;margin-bottom: 20px;}
}

@media screen and (max-width: 767px) {
	.mainMV{position: relative;padding: 0 0 20px 0; }
    .mainImg {
        padding: 0;
        margin-bottom: 20px;;
		position: relative;
    }
/*    .home .mainImg,
    .en .mainImg {height:calc(100vw / 9 * 16);}

    .scn .mainImg,
    .tcn .mainImg {height:calc(100vw / 16 * 9);}*/

	.mainMV .contents{padding: 0!important;}

	.mainCopy { position: relative; padding: 0;   margin-bottom: 0px; }
	.mainCopy  img{}
    .youtube-area{height:100%; top: 0;}
    .linkYoutube.sp {
        display:flex;
        margin: 0;
        background-position: center right 1em;
		font-size: 1.5rem;
    }
}


/* ######################################################################################

　トップページ

###################################################################################### */
@media print, screen and (min-width: 768px) {
    .pageIndex .pageContents {
        margin-top: 0;
        display: flex;
        overflow: visible;
    }
    .pageIndex .mainColumn {
        width: calc(100% - 400px);
		height: auto !important;
		padding: 50px 0 0 20px;
    }
    .pageIndex .subColumn {
        width: 180px;
		margin-right: 100px;
    }
}

/* ====================================================
    app-download　京都マラソンアプリダウンロード
==================================================== */
.app-download-wrapper{
		 width: 1400px !important;
		 max-width: 100%;
	    }

@media print, screen and (min-width: 768px) {
	.app-download-wrapper .app-download{
		position: relative;
        align-items: center;
        margin:auto;
        min-height: 160px;
        background-image: url("../img/contents/index/bg_app.png");
	    color: #fff;
	    text-align: center;
	    padding: 20px 0;
		}

	.app-download-wrapper .app-download ul.app-download-banner{
		display: flex;
		justify-content:center;
		align-items: center;
		}

	.app-download-wrapper .app-download ul.app-download-banner li{
		width: 190px; height: auto; margin: 0 10px;z-index: 2;}
	.app-download-wrapper .app-download h5{font-size: 24px;margin: 0px auto; }
	.app-download-wrapper .app-download p{font-size: 15px; margin: 0px auto 5px; }
	.app-download-wrapper .app-download .screen{
		position: absolute;
		right: 20px;
		bottom:0;
		width: 28%;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	.app-download-wrapper .app-download{
		position: relative;
        align-items: center;
        margin:0 0 2em;
        background-image: url("../img/contents/index/bg_app_sp.png");
		background-size: cover;
		background-repeat: no-repeat;
	    color: #fff;
	    text-align: center;
	    padding: 2em 0 6em;
		}
	.app-download-wrapper .app-download ul.app-download-banner{
		display: block;
		justify-content:center;
		align-items: center;
		}
	.app-download-wrapper .app-download ul.app-download-banner li{
		width: 52%; height: auto; margin: 0 auto 8px;}
	.app-download-wrapper .app-download h5{font-size: 18px;margin: 0px auto 5px; }
	.app-download-wrapper .app-download p{font-size: 13px; margin: 0px auto 5px; }
	.app-download-wrapper .app-download .screen{
		position: absolute;
		margin: auto;
		bottom:0;
		left: 0;
		right: 0;
		width: 70%;
		z-index: 1;
	}
}



/* ====================================================
    report　実施報告書
==================================================== */
.pageIndex .report{text-align: center; margin: 0 auto 40px;}
@media screen and (max-width: 767px) {
	.pageIndex .report a{width: 100%;}
}

/* 動画
-------------------------------------*/
.pageIndex .mainImg__movie {
    width: 100%;
    position: relative;
}

.pageIndex .mainImg__movie video {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left:0;
    right:0;
    margin:auto;
}
.pageIndex .mainImg__movie {
    background-position:center;
    background-repeat:no-repeat;
    background-size: auto 100%;
}

/* PC/SP共通 */
    .pageIndex .mainImg__movie {
        background-image: url(../img/contents/index/mainImg1130.jpg);
        overflow: hidden;
    }
    .pageIndex .mainImg__movie video {max-width:1458px;}
    .pageIndex .mainImg__movie img {width:100%;}

@media print, screen and (min-width: 768px) {
    .pageIndex .mainImg__movie {
        background-image: url(../img/contents/index/mainImg1130.jpg);
        /*padding-top: 42.55%;*/
        /*padding-top: calc((100vw - 40px - (100vw - 100%)) / 1458 * 820);*/
        overflow: hidden;
    }
    .pageIndex .mainImg__movie video {max-width:1458px;}
    .pageIndex .mainImg__movie img {max-width:1458px;}
}
@media screen and (max-width: 767px) {
    /*.pageIndex .mainImg__movie {
        background-image: url(../img/contents/index/mainImg0714_sp.jpg);
        padding-top: 138.8%;
        padding-top: calc((100vw - (100vw - 100%)) / 390 * 550);
    }
    .pageIndex .mainImg__movie img {width:100%;}*/
}
/* コピー
-------------------------------------*/
.pageIndex .mainImg__copy {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.pageIndex .mainImg__copy__text {
    background: #009944;
    text-align: left;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}
.pageIndex .mainImg__copy__text .mainImg__link_jp {
    padding: 0.6em 1.5em;
}
.pageIndex .mainImg__copy__text .mainImg__link {
    position: relative;
}
.pageIndex .mainImg__copy__text .mainImg__link a {
    color: #fff;
    text-align: left;
    line-height: 1.4;
    text-decoration: underline;
    padding: 0.8em 8em 0.8em 1.5em;
    display: flex;
}
/*他言語*/
.pageIndex.en .mainImg__link {
    padding: 0.7em 7em 0.7em 1.4em;
}
.pageIndex.scn .mainImg__link {
    padding: 0.7em 7em 0.7em 1.4em;
}
.pageIndex.tcn .mainImg__link {
    padding: 0.7em 7em 0.7em 1.4em;
}

.pageIndex.en .mainImg__linkList .mainImg__linkList__item a[href$=".pdf"]:not(.icoArrowRight2):after,
.pageIndex.scn .mainImg__linkList .mainImg__linkList__item a[href$=".pdf"]:not(.icoArrowRight2):after,
.pageIndex.tcn .mainImg__linkList .mainImg__linkList__item a[href$=".pdf"]:not(.icoArrowRight2):after{
    display: none;
}



@media screen and (max-width: 767px) {
    .pageIndex.en .mainImg__link {
        padding: 0.7em 1.2em 0.7em 1.2em;
    }
    .pageIndex.scn .mainImg__link {
        padding: 0.7em 1.2em 0.7em 1.2em;
    }
    .pageIndex.tcn .mainImg__link {
        padding: 0.7em 1.2em 0.7em 1.2em;
    }
}
.pageIndex .mainImg__copy__text .mainImg__link a:hover {
    text-decoration: none;
}
.pageIndex .mainImg__copy__text .mainImg__link a:after {
    position: absolute;
    right: 4em;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../img/contents/index/index_arrow.svg");
}
@media print, screen and (min-width: 768px) {
    .pageIndex .mainImg__copy img {
        width: 100%;
    }
    .pageIndex .mainImg__copy {
        top: -6%;
    }
    .pageIndex .mainImg__copy__text {
        z-index: 10;
        bottom: 0;
        right: 0;
        min-width: 620px;
        position: absolute;
    }
    .pageIndex .mainImg__copy__text .mainImg__link a:after {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 767px) {
    .pageIndex .mainImg__copy {
        top: 0;
        left: 0;
        transform: translateY(0);
    }
    .pageIndex .mainImg__copy img {
        width: 100%;
    }
    .pageIndex .mainImg__copy__text {
        font-size: 1.4rem;
        text-align: center;
    }
    .pageIndex .mainImg__copy__text .mainImg__link a {
        justify-content: space-between;
        align-items: center;
        padding: 1em 3.5em 1em 1em;
    }
    .pageIndex .mainImg__copy__text .mainImg__link a:after {
        width: 25px;
        height: 25px;
    }
    .pageIndex .mainImg__copy__text .mainImg__link a:after {
        right: 15px;
    }
}
/* リンク
-------------------------------------*/
.pageIndex .mainImg__linkList {
    display: flex;
    z-index: 3;
    justify-content: flex-end;
}
.pageIndex .mainImg__linkList__item a {
    display: block;
    text-align: center;
    height: 100%;
    text-decoration: none;
}
.pageIndex .mainImg__linkList__item.item01 a {
    background-color: #1B696C;
}
.pageIndex .mainImg__linkList__item.item01  a:hover {
    background-color: #23AB9B;
}
.pageIndex .mainImg__linkList__item.item02 a {
    background-color: #009946;
}
.pageIndex .mainImg__linkList__item.item02  a:hover {
    background-color: #5EB787;
}
.pageIndex .mainImg__linkList__item.item03 a {
    background-color: #E34A5C;
}
.pageIndex .mainImg__linkList__item.item03  a:hover {
    background-color: #EF6575;
}

.pageIndex .mainImg__linkList__item p {
    color: #fff;
}
.pageIndex .mainImg__linkList__item__title {
    margin: 0 0 0.25em;
    line-height: 1.5;
}
.pageIndex .mainImg__linkList__item__text {
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
}

/*多言語*/
.pageIndex.en .mainImg__linkList__item.item02 a,
.pageIndex.scn .mainImg__linkList__item.item02 a,
.pageIndex.tcn .mainImg__linkList__item.item02 a{display: flex;justify-content: center;align-items: center;}

@media print, screen and (min-width: 768px) {
    .pageIndex .mainImg__linkList {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50.5%;
    }
.pageIndex .mainImg__linkList__item{width: 50%;}

    .pageIndex .mainImg__linkList__item a {
        width: 100%;
        padding: 1em 0.5em;
        /*   background-image: url(../img/contents/index/index_arrow.svg);*/
        background-size: auto;
        background-size: 9%;
        background-repeat: no-repeat;
        background-position: 94% 50%;
        font-size: 0.73vw;
    }
    .pageIndex .mainImg__linkList__item__title {
        font-size: 114%;
    }
    .pageIndex .mainImg__linkList__item__text {
        font-size: 128%;
    }

    /*多言語*/
    .pageIndex.en .mainImg__linkList{width: 62%;}
    .pageIndex.en .mainImg__linkList a{padding-right: 4em; background-size: 8%;}
    .pageIndex.scn .mainImg__linkList,
    .pageIndex.tcn .mainImg__linkList{width: 52%;}
    .pageIndex.scn .mainImg__linkList a,
    .pageIndex.tcn .mainImg__linkList a{padding-right: 4em;}
}
@media screen and (max-width: 767px) {
    .pageIndex .mainImg__linkList__item {
        width: 50%;
    }
    .pageIndex .mainImg__linkList__item.col1 {
        width: 100%;
    }
    .pageIndex .mainImg__linkList__item a {
        width: 100%;
        padding: 0.75em 0.5em 1em;
        background-position: 94% 50%;
    }
    .pageIndex .mainImg__linkList__item__title {
        font-size: 1.2rem;
    }
    .pageIndex .mainImg__linkList__item__text {
        font-size: 1.3rem;
    }
}
/* ====================================================
    pickup　ふるさと納税バナー
==================================================== */
.pageIndex .pickup{}

.pageIndex a img:hover{opacity: 0.9;}
@media print, screen and (min-width: 768px) {
	.pageIndex .pickup h2 img{width: 165px!important; height: auto;}
	.pageIndex .pickup{margin: 60px 0 0 40px;}
	.pageIndex .pickup.sunflex.column2 > *:nth-of-type(1){  width: 270px;  }
	.pageIndex .pickup.sunflex.column2 > *:nth-of-type(2){  width: auto!important;  }
	.pageIndex .pickup.sunflex.column2{ justify-content: flex-start;}
}
@media screen and (max-width: 767px) {
	.pageIndex .pickup h2 img{width: 110px!important; height: auto;}
	.pageIndex .pickup h2{margin: 0;}

}


/* ====================================================
    timewrap　みんなでカウントダウン
==================================================== */
.pageIndex .timewrap {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
	.pageIndex .timewrap {position: absolute;  left: -10px;top:100px; height: 150px;}
	.pageIndex .timewrap__countdown .timer-bg > span { width: 28px; height: 20px; }
	.pageIndex .timewrap__countdown .timer-bg span img { height: 20px; }
	.pageIndex .timewrap__countdown .timer-bg [data-countdown-role="day"] {position: absolute; top: 54px;left: 60px;}
    .pageIndex .timewrap__countdown .timer-bg [data-countdown-role="hour"] {position: absolute; top: 89px;left: 25px;}
    .pageIndex .timewrap__countdown .timer-bg [data-countdown-role="min"] {position: absolute; top: 89px;left: 60px;}
	.pageIndex .timewrap__countdown .timer-bg [data-countdown-role="sec"] {position: absolute; top: 89px;left: 94px;}
	.pageIndex .timewrap__countdown {width: 180px;}
}

@media print, screen and (min-width: 768px) {
	.pageIndex .timewrap.jp {position: absolute;  left: 0; bottom: 50px;  height: 250px;}
	.timewrap.jp .timewrap__countdown .timer-bg > span { width: 40px; height: 30px; }
	.timewrap.jp .timewrap__countdown .timer-bg span img { height: 30px; }
	.timewrap.jp .timewrap__countdown .timer-bg [data-countdown-role="day"] {position: absolute; top: 90px;left: 88px;width: 64px;}
	.timewrap.jp .timewrap__countdown .timer-bg [data-countdown-role="hour"] {position: absolute; top: 147px;left: 48px;}
    .timewrap.jp .timewrap__countdown .timer-bg [data-countdown-role="min"] {position: absolute; top: 147px;left: 108px;}
	.timewrap.jp .timewrap__countdown .timer-bg [data-countdown-role="sec"] {position: absolute; top: 147px;left: 164px;}
	.timewrap.jp .timewrap__countdown {width: 260px;}
	
	/*** 多言語の位置は別　**/
	.pageIndex .timewrap {position: absolute;  left: 0; bottom: 100px;  height: 250px;}
	.pageIndex .timewrap__countdown .timer-bg > span { width: 40px; height: 30px; }
	.pageIndex .timewrap__countdown .timer-bg span img { height: 28px; }
	.pageIndex .timewrap__countdown .timer-bg [data-countdown-role="day"] {position: absolute; top: 90px;left: 88px;width: 64px;}
    .pageIndex .timewrap__countdown .timer-bg [data-countdown-role="hour"] {position: absolute; top: 147px;left: 48px;}
    .pageIndex .timewrap__countdown .timer-bg [data-countdown-role="min"] {position: absolute; top: 147px;left: 108px;}
	.pageIndex .timewrap__countdown .timer-bg [data-countdown-role="sec"]  {position: absolute; top: 147px;left: 164px;}
	.pageIndex .timewrap__countdown {width: 260px;}
	
}
    .pageIndex .timewrap__countdown .timer-bg > span {
        display: flex;
        justify-content: center;
        align-content: center;
    }
	.pageIndex .timewrap__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .pageIndex .wallBelt.countdown {
        position: relative;
        overflow: visible;
    }
    .pageIndex .timewrap {
        background-image: url(../img/contents/index/countdown/img_countdown0901.png);
		z-index: 9;
    }

    .pageIndex .timewrap__countdown {
        display: flex;
        flex-direction: column;
        position: relative;
	margin: 0;
		padding-right: 0;
    }


    .pageIndex .timewrap__countdown .timer-bg span img {
        display: block;
        position: relative;
        top: -6px;
        margin: 0 2px;
        width: auto;
    }
    .pageIndex .timewrap__countdown .timer-bg [data-countdown-unit].none img {
        opacity: .2;
    }





/* ====================================================
  本日開催
==================================================== */
.pageIndex .topbanner{width: 100%; max-width: 1400px; margin-left: auto; margin-right: auto; margin-bottom: 1em;}
.pageIndex .topbanner__item,
.pageIndex .topbanner__item a,
.pageIndex .topbanner__item span{color: #fff;}
.pageIndex .topbanner__item a:hover{opacity: 0.7;}

.pageIndex .topbanner__item.pink{background:#A96088;}
.pageIndex .topbanner__item.blue{background: #084198;}
.pageIndex .topbanner__item.purple{background: #8075AF;}
.pageIndex .topbanner__item.green{background: #C19E5C;}
.pageIndex .topbanner__item.darkGreen{background: #1B696C;}

.pageIndex .topbanner__item a,
.pageIndex .topbanner__item span{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
}
.pageIndex .topbanner__item.center a{justify-content: center; text-align: center;}

.pageIndex .topbanner__detail__text{margin-bottom: 0;}
.pageIndex .topbanner__img{user-select: none;}

.pageIndex .topbanner__text{margin-bottom: 0; line-height: 1.5;}
.pageIndex .topbanner__text__large{display: block; margin-top: 0.25em; text-decoration: underline; font-weight: bold;}

@media print, screen and (min-width: 768px) {
    .pageIndex .topbanner{display: flex; flex-wrap: wrap; justify-content: space-between;}
	.pageIndex .topbanner__item{width: 49%; margin: 0 0 20px 0;}
    .pageIndex .topbanner__item.col1{ margin:0px auto 30px;width: 100%;}

    .pageIndex .topbanner__item.pink a,
    .pageIndex .topbanner__item.purple a,
    .pageIndex .topbanner__item.green a,
	.pageIndex .topbanner__item.blue a,
	 .pageIndex .topbanner__item.pink a{padding: 15px 15px 15px 25px;}

	.pageIndex .topbanner__item.pink span,
    .pageIndex .topbanner__item.purple span,
    .pageIndex .topbanner__item.green span,
	.pageIndex .topbanner__item.blue span,
	 .pageIndex .topbanner__item.pink span{padding: 15px 15px 15px 25px;}

    .pageIndex .topbanner__img{width: 20.75%;}
    .pageIndex .topbanner__img img{width: 100%; height: auto;}
    .pageIndex .topbanner__detail{width: 74%;}

    .pageIndex .topbanner__item.questionnaire .topbanner__img{width: 20.75%;}


    .pageIndex .topbanner__detail__title{font-size: 1.9rem; line-height: 1.5; margin-bottom: 0.15em;}
    .pageIndex .topbanner__detail__text{font-size: 1.6rem; line-height: 1.5;}

    .pageIndex .topbanner__text{font-size: 1.8rem;}
    .pageIndex .topbanner__text__large{font-size: 2rem;}
}
@media screen and (max-width: 767px) {
	.pageIndex .topbanner{max-width: 520px; margin-left: auto; margin-right: auto;}
	.pageIndex .topbanner__item + .topbanner__item{margin-top: 1em;margin-bottom: 10px;}
    .pageIndex .topbanner__item.col1{margin-bottom: 35px;}

    .pageIndex .topbanner__item.pink span,
    .pageIndex .topbanner__item.purple span,
    .pageIndex .topbanner__item.green span,
	.pageIndex .topbanner__item.blue span,
	.pageIndex .topbanner__item.pink span{padding: 0.75em 0.75em 0.75em 1em;}

	.pageIndex .topbanner__item.pink a,
    .pageIndex .topbanner__item.purple a,
    .pageIndex .topbanner__item.green a,
	.pageIndex .topbanner__item.blue a,
	.pageIndex .topbanner__item.pink a{padding: 0.75em 0.75em 0.75em 1em;}

    .pageIndex .topbanner__img{width: 25%;}
    .pageIndex .topbanner__img img{width: 100%; height: auto;}
    .pageIndex .topbanner__detail{width: 72%;}

    .pageIndex .topbanner__detail__title{font-size: 1.7rem; font-weight: bold; margin-bottom: 0.15em; line-height: 1.5;}
    .pageIndex .topbanner__detail__text{font-size: 1.2rem; line-height: 1.5;}
    .pageIndex .topbanner__item.center a{min-height: min(26vw, 134px);}
}

.pageIndex .topbanner .contents a:hover img{opacity: 0.7;}

/* ====================================================
  カウントダウン下　重要なお知らせ欄
==================================================== */
.pageIndex.en .wallBelt.attentionArea,
.pageIndex.tcn .wallBelt.attentionArea,
.pageIndex.scn .wallBelt.attentionArea{padding-top: 40px;}


.pageIndex .attentionArea{padding: 0; max-width: 1140px; margin: auto;}
.pageIndex .attentionArea .contents{text-align: center;}
.pageIndex .attentionArea p{border:3px solid #FF2A2A; background: #FFE8E8; border-radius: 6px; text-align: left; position: relative;font-weight: bold;color: #111;}
.pageIndex .attentionArea p a{text-decoration: underline; color: #111;}
.pageIndex .attentionArea p a:hover{text-decoration: none;color: #FF2A2A; }
@media print, screen and (min-width: 768px) {
	.pageIndex .attentionArea p{text-align: center;font-size: 15px; padding: 0.8em;}
	.pageIndex .attentionArea p a{display: block;}
}
@media screen and (max-width: 767px) {
	.pageIndex .attentionArea p{text-align: left; line-height: 1.4;font-size: 14px;padding: 0.8em; }
		.pageIndex .attentionArea p a{ display: block;}

}
/* ====================================================
  お知らせ
==================================================== */
@media print, screen and (min-width: 768px) {
    .pageIndex .newsWarp {
		max-width: 1780px;
        position: relative;
        background-repeat: no-repeat;
		margin: 60px 0 0 40px;
    }
    .pageIndex .newsWarp:after {
        content: "";
        position: absolute;
        top: 280px;
        left: 0;
        width: 100%;
        height: calc(100% - 280px);
        background: #F7F7F7;
        z-index: 1;
    }
    .pageIndex .news {
        position: relative;
        z-index: 2;
    }
    .pageIndex .newsWarp .contents{
        padding-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .pageIndex .newsWarp {
        position: relative;
        background-image: url(../img/contents/index/bg_logo.svg);
        background-position: 10px 10px;
        background-repeat: no-repeat;
        background-size: 140%;
   }
    .pageIndex .newsWarp:after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: calc(100% - 200px);
        background: #F7F7F7;
        z-index: 1;
    }
    .pageIndex .news {
        position: relative;
        z-index: 2;
    }
}
/* ====================================================
　ピックアップ
==================================================== */
.pageIndex .pickupList {
    display: flex;
    flex-wrap: wrap;
}
.pageIndex .pickupList__item, .pageIndex .pickupList__item a {
    display: flex;
    flex-wrap: nowrap;
}
.pageIndex .pickupList__item a {
    width: 100%;
}
.pageIndex .pickupList__item a, .pageIndex .pickupList__item a:hover {
    text-decoration: none;
}
.pageIndex .pickupList__item__img, .pageIndex .pickupList__item__detail {
    width: 50%;
}
.pageIndex .pickupList__item__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pageIndex .pickupList__item__text {
    margin-bottom: 0;
    font-feature-settings: "palt";
}
.pageIndex .pickupList__item__tag span {
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
}
.pageIndex .pickupList__item__img figure {
    height: 100%;
}
.pageIndex .pickupList__item__img img {
    width: 100%;
    height: 100%;
}
.pageIndex .pickupList__item__title.palt {
    font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
    .pageIndex .wallBelt.pickup {
        padding-top: 60px;
		padding-bottom: 100px;
    }
    .pageIndex .pickupList__item {
        width: 50%;
    }
    .pageIndex .pickupList__item:nth-of-type(3) a, .pageIndex .pickupList__item:nth-of-type(4) a {
        flex-direction: row-reverse;
    }
    .pageIndex .pickupList__item__detail {
        padding: 25px 20px;
    }
    .pageIndex .pickupList__item__tag span {
        font-size: 1.4rem;
        min-width: 125px;
        padding: 0.5em;
    }
    .pageIndex .pickupList__item__title {
        font-size: 2.1rem;
        letter-spacing: 0.05em;
        line-height: 1.38;
    }
    .pageIndex .pickupList__item__text {
        font-size: 1.4rem;
        line-height: 1.85;
        min-height: 5em;
    }
}
@media print, screen and (min-width: 1600px) {
    .pageIndex .pickupList__item__detail {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pageIndex .pickupList__item__title {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pageIndex .wallBelt.pickup {
        padding-top: 40px;
    }
    .pageIndex .pickupList {
        margin-left: -15px;
        margin-right: -15px;
    }
    .pageIndex .pickupList__item {
        width: 100%;
    }
    .pageIndex .pickupList__item:nth-of-type(2) a, .pageIndex .pickupList__item:nth-of-type(4) a {
        flex-direction: row-reverse;
    }
    .pageIndex .pickupList__item:nth-of-type(1) {
        order: 1;
    }
    .pageIndex .pickupList__item:nth-of-type(2) {
        order: 2;
    }
    .pageIndex .pickupList__item:nth-of-type(3) {
        order: 3;
    }
    .pageIndex .pickupList__item:nth-of-type(4) {
        order: 4;
    }
    .pageIndex .pickupList__item__detail {
        padding: 20px 15px;
    }
    .pageIndex .pickupList__item__tag {
        margin-bottom: 0.75em;
    }
    .pageIndex .pickupList__item__tag span {
        font-size: 0.8rem;
        min-width: 82px;
        padding: 0.5em;
    }
    .pageIndex .pickupList__item__title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        line-height: 1.38;
    }
    .pageIndex .pickupList__item__text {
        font-size: 1.2rem;
        line-height: 1.65;
    }
}
/* Instagram */
.pageIndex .pickupList__item.instagram a {
    position: relative;
}
.pageIndex .pickupList__item.instagram a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/contents/index/txt_FollowMe.svg);
    background-repeat: no-repeat;
    z-index: 1;
}
@media print, screen and (min-width: 768px) {
    .pageIndex .pickupList__item.instagram .pickupList__item__detail {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pageIndex .pickupList__item.instagram .pickupList__item__title {
        margin-bottom: 0.5em;
    }
    .pageIndex .pickupList__item.instagram a:before {
        background-size: 205px 91px;
        background-position: calc(50% + 80px) 15%;
    }
    .pageIndex .pickupList__item.instagram .instagramLogo img {
        width: 116px;
    }
}
@media screen and (max-width: 767px) {
    .pageIndex .pickupList__item.instagram .pickupList__item__title {
        margin-bottom: 0.5em;
    }
    .pageIndex .pickupList__item.instagram a:before {
        background-size: 133px 59px;
        background-position: calc(50% + 50px) 15%;
    }
    .pageIndex .pickupList__item.instagram .instagramLogo img {
        width: 100px;
    }
}
/* 色 */
.pageIndex .pickupList__item.pink .pickupList__item__detail {
    background: #E00073;
    color: #fff;
}
.pageIndex .pickupList__item.gray .pickupList__item__detail {
    background: #F3F3F3;
    color: #000;
}
.pageIndex .pickupList__item.purple .pickupList__item__detail {
    background: #833C9D url(../img/contents/index/bg_pickup.png);
    color: #fff;
}
.pageIndex .pickupList__item.yellow .pickupList__item__detail {
    background: #D9F543;
    color: #000;
}
.pageIndex .pickupList__item.yellow .pickupList__item__tag span {
    border-color: #000;
}
.pageIndex .pickupList__item.seagreen .pickupList__item__detail {
    background: #51b2b1;
    color: #fff;
}
.pageIndex .pickupList__item.blue .pickupList__item__detail {
    background: #20A3B8 url(../img/contents/index/bg_pickup_3.png);
    color: #fff;
    background-size: cover;
}
.pageIndex .pickupList__item.purple .pickupList__item__detail {
    background: #833C9D url(../img/contents/index/bg_pickup.png);
    color: #fff;
    background-size: cover;
}
/* =======================================================
     SNS埋め込み
========================================================== */

@media screen and (max-width: 767px) { /* スマホ */
    .pageIndex .snsTimeLine .snsTimeLineList {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pageIndex .snsTimeLine .snsTimeLineList li + li {
        margin-top: 1.5em;
    }
    .pageIndex .snsTimeLine h4 {
        margin-bottom: 1.5em;
        font-size: 1.8rem;
        font-weight: normal;
        text-align: center;
    }
	.pageIndex .snsTimeLine {
    text-align: center;
    margin: auto;
	background: #F7F7F7;
	padding: 20px 0px;
}
}
@media print, screen and (min-width: 768px) { /* PC：768px～ */
	.pageIndex .snsTimeLine {
    text-align: center;
    margin: 0 0 100px;
	background: #FFF;
	padding: 0;
}
	.pageIndex .snsTimeLine .contents{
		    width: 1220px!important;
    		margin: 0 auto!important;

}
	.pageIndex .snsTimeLine .snsTimeLineList {
        display: flex;
        justify-content: center;
    }
    .pageIndex .wallBelt.sns {
        padding-top: 100px;
    }

    .pageIndex .snsTimeLine .snsTimeLineList li {
        width: 380px;
    }
    .pageIndex .snsTimeLine .snsTimeLineList li + li {
        margin-top: 0;
        margin-left: 5%;
    }
    .pageIndex .snsTimeLine h4 {
        margin-bottom: 1.5em;
        font-size: 2.2rem;
        font-weight: normal;
        text-align: center;
    }
	}
@media screen and (max-width: 767px) {
	.pageIndex .snsTimeLine .contents{
		width: 90%;
		margin: 0 auto!important;

	}
	.pageIndex .snsTimeLine .snsTimeLineList li {
		width: 100%;
	}
}

/* ######################################################################################

　お知らせ　.news

###################################################################################### */
/* ====================================================
 お知らせ一覧
==================================================== */
.top-newslist .newslink {
    text-align: right;
}
.top-newslist .newslink a {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    color: #151D35;
    text-decoration: none;
    padding-bottom: 0.25em;
}
.top-newslist .newslink a::before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: #009944;
}
.top-newslist .newslink a:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.75em;
    background-image: url(../img/contents/arrow_gradation.svg);
    background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
    .news {
        position: relative;
    }
    .news .tabContents {
        padding-bottom: 1em;
    }
    .top-newsttl {
        top: 0;
        left: 0;
    }
    .en .top-newsttl, .scn .top-newsttl, .tcn .top-newsttl {
        position: relative;
    }
    .top-newsttl .boldTitle {
        margin-bottom: 0;
    }
    .top-newslist .newslink a {
        font-size: 1.5rem;
    }
    .top-newslist .newslink a::before {
        width: calc(100% - 35px);
    }
    .top-newslist .newslink a:after {
        width: 27px;
        height: 27px;
        background-size: 27px 27px;
    }
}
@media screen and (max-width: 767px) {
    .news .tabContents {
        padding-bottom: 0;
    }
    .top-newsttl .boldTitle {
        margin-bottom: 0.5em;
    }
    .top-newslist .newslink a {
        font-size: 1.4rem;
    }
    .top-newslist .newslink a::before {
        width: calc(100% - 25px);
    }
    .top-newslist .newslink a:after {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}
/* ====================================================
 お知らせ一覧 .pageNews.index
==================================================== */
@media print, screen and (min-width: 768px) {
    .pageNews.index .tabContents ul {
        padding: 60px 0 25px;
    }
}
/* ====================================================
 お知らせ詳細
==================================================== */
.newsDetail .entryArea * {
    max-width: 100%;
}
.newsDetail .entryArea .date {
    margin-bottom: 1em;
    font-size: 1.5rem;
}
.newsDetail .entryArea .date {
    margin-bottom: 1em;
}
.newsDetail .entryArea .title {
    padding-bottom: 1.1em;
    margin-bottom: 1.7em;
    line-height: 1.7;
    border-bottom: 1px solid #F2F4F5;
}
.newsDetail .entryArea a {
    color: #009935;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsDetail .entryArea a:hover {
    color: #888888;
    text-decoration: none;
}
.newsDetail .entryArea h3 {
    font-weight: bold;
}
.newsDetail .entryArea p {
    word-break: normal;
}
@media print, screen and (min-width: 768px) {
    .newsDetail .entryArea .title {
        font-size: 2.4rem;
    }
    .newsDetail .buttonBox {
        margin-top: 6em;
    }
    .newsDetail img {
        max-width: 960px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .newsDetail .entryArea .title {
        font-size: 1.8rem;
    }
    .newsDetail .buttonBox {
        margin-top: 4em;
    }
    .newsDetail img {
        width: 100%;
        height: auto;
    }
}
/* ######################################################################################

　よくある質問　.faq

###################################################################################### */
/* ====================================================
 よくある質問一覧
==================================================== */
@media print, screen and (min-width: 768px) {
    .faq .tabContents {
        padding-bottom: 3em;
    }
}
@media screen and (max-width: 767px) {
    .faq .tabContents {
        padding-bottom: 1em;
    }
}
/* ######################################################################################

　大会情報

###################################################################################### */
@media print, screen and (min-width: 768px) {
    .pageInfo h3 {
        margin-top: 2em;
    }
    .pageInfo .main .section table th {
        width: 165px;
        font-weight: bold;
        background: #f4f5f7;
    }
}
@media screen and (max-width: 767px) {}
/* ====================================================
 INFO共通
==================================================== */
.pageInfo .borderHorizon.borderSolid p:last-of-type {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .pageInfo .borderHorizon.borderSolid th {
        padding-right: 0;
        width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo .main img {
        width: 100%;
        height: auto;
    }
}
/* 表 */
.pageInfo .borderHorizon.borderSolid.xs-block th {
    background-color: #FFF;
}
.pageInfo .borderHorizon.borderSolid.xs-block th, .pageInfo .borderHorizon.borderSolid.xs-block td, .pageInfo .borderHorizon.borderSolid.xs-block td::before {
    border-color: #E7EBEF;
}
/* ====================================================
 イベント募集要項
==================================================== */
/*イベント募集要項リスト*/
.pageInfo .main th, .pageInfo .main .List {
    list-style: none;
}
.pageInfo .main li.List__item {
    margin-left: 1.2rem;
    text-indent: -1.2rem;
}
.List__item::before {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #888888;
    width: 5px;
    height: 5px;
    content: '';
}
.info_List_box {
    border: 1px solid #888888;
    padding: 15px 15px;
    margin: 15px 0;
}
@media screen and (max-width: 767px) {
    .pageInfo .main tr:first-child td {
        border-bottom: none;
    }
}
/*エントリー方法*/
.entry-box {
    margin-bottom: 30px
}
.entry-box ul li {
    margin: 0 0;
    padding: 0 0;
}
.entry-box p.imgSize1 img {
    width: 40%;
}
.entry-box p.imgSize2 img {
    width: 30%;
}
.entry-box p.imgSize3 img {
    width: 50%;
}
.entry-outer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    list-style: none;
}
.entry-chart {
    position: relative;
    padding-top: 60px;
}
.entry-chart:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    border-color: #009935;
    border-style: solid;
    border-width: 30px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.entry-outer .button.en {
    min-width: 400px !important;
}
.entry-outer .button.en[href$=".pdf"]:not(.icoArrowRight2):after {
    display: none;
}
.entry-outer:after {
    display: block !important;
}
.entry-outer--item {
    flex: 0 1 auto;
}
.entry-outer--item:nth-child(even) {
    margin-top: 0;
    margin-left: 30px;
}
.entry-outer--item:nth-child(n+3) {
    margin-bottom: 0 !important;
}/*
.entry-outer--item > span.button, .entry-outer--item > span.button:hover {
    display: inline-block;
    pointer-events: none;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #a0a0a0;
}*/
.entry-outer--item > span.button:before {
    display: none;
}
.entry-outer--item2 {
    flex: 1 0 31%;
}
.entry-outer--item2:nth-child(even) {
    margin-top: 0;
    margin-left: 30px;
}
/*エントリー用ボタン*/
.button.entry {
    padding: 1em 5em;
    width: 80%
}
@media screen and (max-width: 767px) {
    .entry-box p.imgSize1 img {
        width: 80%;
    }
    .entry-box p.imgSize2 img {
        width: 60%;
    }
    .entry-outer {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 auto 15px auto;
        list-style: none;
    }
    .entry-outer .button {
        display: block;
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 1em;
    }
    .entry-outer .button.en {
        min-width: 260px !important;
    }
    .entry-outer--item {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        margin-bottom: 1em;
    }
    .entry-outer--item:nth-child(n+3) {
        margin-bottom: 1em !important;
    }
    .entry-outer--item:last-child {
        margin-bottom: 0 !important;
    }
    .entry-outer--item:nth-child(even) {
        margin-top: 0;
        margin-left: 0;
    }
    .entry-outer--item2 {
        flex: 1 0 100%;
    }
    .entry-outer--item2:nth-child(n) {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
/* イベント募集要項：英語ページ（en）・中国語ページ（scn、tcn）共通 */
.pageInfo.en .main .titleLeftUnderLine span span, .pageInfo.scn .main .titleLeftUnderLine span span, .pageInfo.tcn .main .titleLeftUnderLine span span {
    position: relative;
    display: inline-block;
    padding-left: 0;
    border-left: none;
}
@media print, screen and (min-width: 768px) {
    .pageInfo.en .main .borderHorizon th, .pageInfo.scn .main .borderHorizon th, .pageInfo.tcn .main .borderHorizon th {
        width: 200px;
    }
}
@media print, screen and (max-width: 767px) {}
/* イベント募集要項：英語ページ（en） */
.pageInfo.en .main li.List__item {
    position: relative;
    margin-left: 0;
    text-indent: -0.5em;
    padding-left: 1.5em;
}
.pageInfo.en .main li.List__item:before {
    content: "-";
    position: absolute;
    width: auto;
    height: auto;
    background-color: transparent;
    top: 0;
    left: 0.5em;
    margin-right: 0;
    border-radius: 0;
}
.pageInfo.en .main .numList {
    counter-reset: count 0;
}
.pageInfo.en .main .numList li {
    padding-left: 1.5em;
}
.pageInfo.en .main .numList li:before {
    counter-increment: count 1;
    content: "*"counter(count);
    padding-right: 0.5em;
}
@media print, screen and (min-width: 768px) {}
@media print, screen and (max-width: 767px) {
    .pageInfo.en .main .button.big2 {
        padding: 1em 2.5em;
    }
    .pageInfo.en .main .icoArrowRight2:before {
        top: 3px;
    }
    .pageInfo.en .main .icoArrowRight2:after {
        top: 10px;
    }
}
/*  イベント募集要項：中国語ページ（scn、tcn） */
.pageInfo.scn .main li.List__item, .pageInfo.tcn .main li.List__item {
    position: relative;
    margin-left: 0;
    text-indent: 0;
    padding-left: 1em;
}
.pageInfo.scn .main li.List__item:before, .pageInfo.tcn .main li.List__item:before {
    content: "・";
    position: absolute;
    width: auto;
    height: auto;
    background-color: transparent;
    top: 0;
    left: 0;
    margin-right: 0;
    border-radius: 0;
}
.pageInfo.scn .main .numList, .pageInfo.tcn .main .numList {
    counter-reset: count 0;
}
.pageInfo.scn .main .numList li, .pageInfo.tcn .main .numList li {
    position: relative;
    padding-left: 2em;
    text-indent: 0;
}
.pageInfo.scn .main .numList li:before, .pageInfo.tcn .main .numList li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: count 1;
    content: "※"counter(count);
    padding-right: 0;
}
/* ====================================================
 メインコンセプト
==================================================== */
.pageInfo.concept .main .section01 {
    margin-bottom: 30px;
}
.pageInfo.concept .main .section01 .section{
    margin-bottom: 0;
}
.pageInfo.concept .main .section01 p + p {
    margin-bottom: 40px;
}
.pageInfo.concept .main .section01 .image, .pageInfo.concept .main .section02 .image {
    margin-bottom: 32px;
}
.pageInfo.concept .main .sunflex {
    margin-top: 50px;
}
.pageInfo.concept .main .sunflex p {
    margin-top: 15px;
}
.pageInfo.concept .main .sunflex .image img {
    width: 100%;
    height: auto;
}
.pageInfo.concept .main .startCopy {
    background: #009944;
    color: #fff;
    font-size: 28px;
    padding: 1em;
    margin: 2em 0 1em;
    text-align: center;
    font-weight: bold;
}
.pageInfo.en.effort .main .startCopy, .pageInfo.tcn.effort .main .startCopy, .pageInfo.scn.effort .main .startCopy {
    background: #009944;
    color: #fff;
    font-size: 28px;
    padding: 1em;
    margin: 2em 0 1em;
    text-align: center;
    font-weight: bold;
}
.pageInfo .section01 .stage {
    margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
    .pageInfo.concept .main .sunflex .image {
        width: 470px;
    }
    .pageInfo.concept .main .sunflex .image img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo.concept .main .startCopy {
        font-size: 2.0rem;
    }
    .pageInfo.concept .main .section01 .button {
        padding-left: 3em;
        padding-right: 3em;
    }
    .pageInfo.en.effort .main .startCopy, .pageInfo.tcn.effort .main .startCopy, .pageInfo.scn.effort .main .startCopy {
        font-size: 20px;
    }
}
/* ====================================================
 メインコンセプトの取組
==================================================== */
.pageInfo.effort .main .effortBox {
    margin-bottom: 2em;
}
.pageInfo.effort .main .effortBox .icoGreenArrowRight {
    font-size: 1.5rem;
}
.pageInfo.effort .main .effortBox p + .link {
    margin-top: -1em;
}
.pageInfo.effort .main .effortBox .image {
    margin-top: 1em;
}
.pageInfo .main .block03 .bgGray {
    padding: 30px;
}
.pageInfo .main .block03 .bgGray li {
    margin-bottom: 20px;
}
.pageInfo .main .block03 .bgGray li:last-child {
    margin-bottom: 0;
}
.pageInfo .main .block01 .bgGray {
    position: relative;
}
.pageInfo .main .block01 .bgGray:after {
    content: "";
    position: absolute;
    display: inline-block;
}


.pageInfo .main sup {
    font-size: 0.7em;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
@media print, screen and (min-width: 768px) {
    .pageInfo .main .bgGray.pageLink {
        padding: 35px 30px;
        margin-bottom: 1em;
    }
    .pageInfo .main .bgGray.pageLink li {
        width: 430px;
    }
    .pageInfo .main .block02 .sunflex .effortBox {
        width: 460px;
    }
    .pageInfo .main .effortBox .sunflex.wide480 p {
        width: 460px;
    }
    .pageInfo .main .effortBox .sunflex.wide480 .image {
        margin-top: 0;
    }
    .pageInfo.main .effortBox .sunflex .image {
        width: 460px;
    }
    .pageInfo .main .block01 .bgGray:after {
        background: url("../img/contents/info/concept/effort/logo_01.png") no-repeat;
        width: 150px;
        height: 150px;
        right: 10px;
        top: -63px;
    }


    .pageInfo .main .block02 .ecoEvent p {
        width: 345px;
    }
    .pageInfo .main .note {
        padding: 0 30px;
        margin: 0 0;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo .main .block02 .sunflex {
        display: block;
    }
    .pageInfo .main .block01 .bgGray {
        padding-bottom: 150px;
    }
    .pageInfo.effort .main .block01 .bgGray, .pageInfo.concept .main .block01 .bgGray {
        margin-top: 0;
    }
    .pageInfo .main .block01 .bgGray:after {
        background: url("../img/contents/info/concept/effort/logo_01_sp.jpg") no-repeat;
        width: 70px;
        height: 70px;
        right: 20px;
        bottom: 20px;
        background-size: 70px 70px;
    }


    .pageInfo .main .block02 .ecoEvent .sunflex {
        display: flex;
        margin-top: 0;
    }
    .pageInfo.effort .main .block02 .ecoEvent p {
        width: 65%;
    }
    .pageInfo.effort .main .block02 .ecoEvent .ecoLogo {
        width: 30%;
    }
    .pageInfo.effort .main .block02 .ecoEvent .ecoLogo img {
        max-width: 108px;
    }
}
@media screen and (max-width: 701px) {
    .pageInfo.effort .main .block03 .bgGray .between {
        justify-content: center;
    }
}
/*英語ページ*/
@media screen and (max-width: 767px) {
    .pageInfo.effort.en .main .bgGray.pageLink {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* .pageInfo.effort.en .main .bgGray.pageLink > ul {
    margin-right: 50px;
  } */
}
.pageInfo .main .bgGray.pageLink li a.icoGreenArrowDown span,
.pageInfo .effortBox .grayBgTitle span{color: #E42E1B!important;}

/* メインコンセプトに転用 */
.pageInfo.concept .main .block01.syuyaku .bgGray:after{
        content: none;
    }
.pageInfo.concept .main .effortBox .buttonBox { text-align: right; margin: 0.8em 0 0 0;}
@media screen and (max-width: 767px) {
    .pageInfo.concept .main .block01 .bgGray {
        padding-bottom: 1.5em;
        padding-top: 2em;
    }
    .pageInfo.concept .main .block01 .bgGray:after {
        right: 10px;
        top: -60px;
    }

    .pageInfo.concept .main .block01.syuyaku .bgGray:after{
        content: none;
    }
    .pageInfo.concept .main .effortBox + .effortBox{margin-top: 1.5em;}
	.pageInfo.concept .main .sunflex + .effortBox{margin-top: 1.5em;}
    .pageInfo.concept .main .block02 .sunflex{margin-top: 1.5em;}

}
/* ====================================================
 ロゴマーク使用規定
==================================================== */
.pageInfo.property .main .logoArea {
    background-color: #F8F8F8;
    margin-bottom: 50px;
    text-align: center
}
.pageInfo.property .main .logoArea img {
    max-width: 350px;
}
@media print, screen and (min-width: 768px) {
    .pageInfo.property .main .logoArea {
        padding: 6.1em 4em;
    }
    .pageInfo.property .main .greenUnderLineTitle {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo.property .main .logoArea {
        padding: 3.5em;
    }
}
/*　メインコンセプトに転用　*/
/* ====================================================
 コース紹介
==================================================== */
.pageInfo.course .main .mapImg {
    margin: 3em 0;
}
.pageInfo.course .main .section {
    margin-top: 127px;
}
.pageInfo.course .main .courseLead {
    margin-bottom: 47px;
}
.pageInfo.course .main .charmNum {
    float: left;
}
.pageInfo.course .main .text {
    float: right;
}
.pageInfo.course .main .text .charmCopy {
    margin-bottom: 0.15em;
}
.pageInfo.course .main .charm:after {
    content: "";
    display: block;
    clear: both;
}


@media print, screen and (min-width: 768px) {
    .pageInfo.course .main .courseLead {
        font-size: 2.8rem;
    }
    .pageInfo.course.en .main .courseLead {
        font-size: 2.7rem;
    }
    .pageInfo.course .main .charmNum {
        margin-bottom: 60px;
        width: 120px;
    }
    .pageInfo.course .main .text .charmCopy {
        margin-top: 0;
        font-size: 2.2rem;
    }
    .pageInfo.course .main .text {
        width: 810px;
    }
    .pageInfo.course .main .sunflex .image {
        width: 470px;
    }
    .pageInfo.course .main .sunflex .image img {
        width: 100%;
        height: auto;
    }


}
@media screen and (max-width: 767px) {
    .pageInfo.course .main .courseLead {
        font-size: 2.2rem;
    }
    .pageInfo.course.en .main .courseLead {
        font-size: 2.1rem;
    }
    .pageInfo.course .main .charm {
        margin-bottom: 2em;
    }
    .pageInfo.course .main .charmNum {
        width: 20%;
    }
    .pageInfo.course .main .text .charmCopy {
        font-size: 1.8rem;
    }
    .pageInfo.course .main .text {
        width: 75%;
    }
    .pageInfo.course .main .charmText {
        font-size: 1.4rem;
    }
}
/* ====================================================
 フォトギャラリー
==================================================== */
.pageInfo.photogallery .main .dateBox {
    margin-bottom: 20px;
	padding-top: 10px;
}
.pageInfo.photogallery .main .terms {
    margin-top: 50px;
    margin-bottom: 80px;
}
.pageInfo.photogallery .main .terms span {
    font-size: 1.4rem;
}
.pageInfo.photogallery .main .photoBox {
    margin-bottom: 2em;
	padding-top: 1em;
}
.pageInfo.photogallery .main .buttonBox {
    margin-bottom: 0;
}
.pageInfo.photogallery .main .greenLeftBorderTitle.underL {
    margin-bottom: 25px;
}


@media print, screen and (min-width: 768px) {
    .pageInfo.photogallery .bgGray {
        padding: 1.5em 46px 0.5em 46px;
    }
    .pageInfo.photogallery .main .sunflex {
        width: 100%;
    }
    .pageInfo.photogallery .main .sunflex.between::after {
        content: "";
        display: block;
        min-width: 260px;
    }
    .pageInfo.photogallery .main .sunflex.between .buttonBox {
        margin: 0 0 1em 0;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo.photogallery .main .sunflex.between, .pageInfo.photogallery .main .sunflex.left {
        justify-content: center;
    }
    .pageInfo.photogallery .main .sunflex.between a, .pageInfo.photogallery .main .sunflex.left a {
        min-width: 260px;
    }
    .pageInfo.photogallery .main .sunflex .buttonBox {
        margin-bottom: 1em;
    }
    .pageInfo.photogallery .main .sunflex.left .buttonBox:last-child {
        margin-bottom: 0;
    }
    .pageInfo.photogallery .main .greenUnderLineTitle {
        font-size: 2rem;
    }
    .pageInfo.photogallery .main .greenUnderLineTitle span {
        margin-left: 0;
        display: inline-block;
    }
}
/*lightbox*/
.pageInfo.photogallery .main .photoBox:after {
    content: "";
    display: block;
    clear: both;
}
@media print, screen and (min-width: 768px) {
    .pageInfo.photogallery .main .p-photogallery {
        width: 100%;
    }
    .pageInfo.photogallery .main .p-photogallery li {
        width: 20%;
        margin-bottom: 2px;
        padding-right: 1px;
        padding-left: 1px;
    }
    .pageInfo.photogallery .main .p-photogallery li img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo.photogallery .main .p-photogallery li {
        margin-bottom: 2px;
        padding-right: 1px;
        padding-left: 1px;
    }
    .pageInfo.photogallery .main .p-photogallery li img {
        width: 100%;
        height: auto;
    }
}
/* ====================================================
 京都でランニング！JOIN
==================================================== */
.pageSupport.join .main .section + .section {
    margin-top: 90px;
}
.pageSupport.join .main .section .inner + .inner {
    margin-top: 60px;
}
.pageSupport.join .main .section .event .bgGray {
    margin-bottom: 2em;
}
.pageSupport.join .main .section .school {
    margin-bottom: 2em;
}
.pageSupport.join .main .section .school .sunflex {
    margin-top: 2em;
}
.pageSupport.join .main .section .runClub .current {
    margin: -22px 0 10px 0;
}
.pageSupport.join .main .section .runClub .bgGray .kameoka {
    margin-bottom: 1.5em;
}
.pageSupport.join .main .section .runClub .bgGray p {
    margin-bottom: 5px;
}
.pageSupport.join .main .section .runClub .bgGray:after {
    content: "";
    display: block;
    clear: both;
}
.pageSupport.join .main .section .club + .club {
    margin-top: 30px;
}
.pageSupport.join .main .section table th {
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
    .pageSupport.join .main .section .runClub .bgGray .kyoto {
        float: left;
        width: 480px;
    }
    .pageSupport.join .main .section table th {
        width: 165px;
    }
}
@media screen and (max-width: 767px) {
    .pageSupport.join .main img {
        margin-bottom: 1em;
        width: 100%;
        height: auto;
    }
}
/* ====================================================
 お問い合わせ
==================================================== */
.pageContact .main .section .sunflex {
    align-items: center;
}
.pageContact .main .section .left {
    width: 265px;
    font-size: 16px;
}
.pageContact .main .section .right .address {
    margin-bottom: 0;
    line-height: 1.5;
}
.tel, .pageContact .main .section .right .fax,
.pageRunner.thanks .main .fax{
    margin-bottom: 0;
}


.tel span, .pageContact .main .section .right .fax span,
.pageRunner.thanks .main .fax span{
    font-size: 2.6rem;
}
.tel span a {
    text-decoration: none;
    color: #000;
}
.tel span a:hover {
    color: #009935;
}
.pageContact .main .section .right .time {
    margin-bottom: 1em;
}
.pageContact .main .section .right .asterisk {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.pageContact .main .section + .alignC {
    margin-top: -40px;
}
@media print, screen and (min-width: 768px) {
    .pageContact .main .section .right {
        border-left: solid 1px #E3E9EC;
        padding-left: 30px;
        font-size: 1.5rem;
    }
    .telfax {
        display: flex;
    }
    .pageContact .main .section .right .fax {
        margin-left: 1em;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: initial;
    }
    .pageRunner.thanks .main .fax{margin-left: 1em;}
}
@media screen and (max-width: 767px) {
    .pageContact .main .section .right {
        border-top: solid 1px #E3E9EC;
        padding-top: 2em;
        font-size: 1.5rem;
    }
    a[href*="tel:"] {
        text-decoration: none;
    }
}
/* ====================================================
 エントリーページ（一般・京都市民・グループ）
==================================================== */
.pageInfo.entry .main h3.entryPagetitle {
    color: #cc0000;
    font-size: 1.6em;
    line-height: 2em;
}
.pageInfo.entry .main .entry-innerBox {
    padding: 1em 1em 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.pageInfo.entry .main .entry-subTbl {
    border-collapse: collapse;
    width: 100%;
}
.pageInfo.entry .main .entry-subTbl th, .pageInfo.entry .main .entry-subTbl td {
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 8px 10px;
    text-align: center;
}
.pageInfo.entry .main .entry-subTbl th {
    background-color: #cccccc;
    width: 30%;
}
.pageInfo.entry .main .entry-subTbl td {
    background-color: #F2F4F5;
    text-align: left;
}
.pageInfo.entry .main .entry-subTbl2 {
    border-collapse: collapse;
    ;
}
.pageInfo.entry .main .entry-subTbl2 th, .pageInfo.entry .main .entry-subTbl2 td {
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 8px 10px;
    text-align: center;
}
.pageInfo.entry .main .entry-subTbl2 th {
    background-color: #cccccc;
}
.pageInfo.entry .main .entry-subTbl2 td {
    background-color: #F2F4F5;
    text-align: left;
}
.pageInfo.entry .main .entry-subTbl2 td.center {
    background-color: #F2F4F5;
    text-align: center;
}
.entry-subTitlegr {
    color: #F8F8F8;
    padding: 0.5em 0.6em;
    background-color: #009944;
}
@media print, screen and (min-width: 768px) {
    .entry-subTitlegr {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .entry-subTitlegr {
        font-size: 1.6rem;
    }
    .pageInfo.entry .main h3.entryPagetitle {
        color: #cc0000;
        font-size: 1.3em;
        line-height: 1.3em;
    }
    .pageInfo.entry .main .entry-subTbl th {
        width: 100%;
    }
    .pageInfo.entry .main .entry-subTbl2 {
        border-collapse: collapse;
        min-width: 550px;
    }
    .table-scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    /*スクロールバー全体*/
    .table-scroll::-webkit-scrollbar {
        height: 10px;
    }
    /*スクロールバーの軌道*/
    .table-scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    /*スクロールバーの動く部分*/
    .table-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, .5);
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }
}
/* ====================================================
 一般枠・京都市民枠エントリー ※外国語のみ
==================================================== */
@media print, screen and (min-width: 768px) {
    .pageInfo.entry.en .main .section.alignC, .pageInfo.entry.scn .main .section.alignC, .pageInfo.entry.tcn .main .section.alignC {
        margin-bottom: 2em;
    }
}
/* ====================================================
 感染症対策
==================================================== */
.pageInfo.covid-19 .main .kanaList {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}
.pageInfo.covid-19 .main table.borderBox th {
    text-align: left;
}
.pageInfo.covid-19 .main table.borderBox + * {
    margin-top: 0.5em;
}
.pageInfo.covid-19 .main table.borderBox + .asteriskList li {
    font-size: 1.3rem;
}
.pageInfo.covid-19 .main .bgGray.pageLink li{width: 100%; text-align: center;}
.pageInfo.covid-19 .main .bgGray.pageLink li + li{margin-top: 1em;}

@media print, screen and (min-width: 768px) {
    .pageInfo.covid-19 .main * + .greenUnderLineTitle {
        margin-top: 4em;
    }
    .pageInfo.covid-19 .main .bgGray.pageLink li .button{width: 70%;}
}
@media screen and (max-width: 767px) {
    .pageInfo.covid-19 .main * + .greenUnderLineTitle {
        margin-top: 3em;
    }
    .pageInfo.covid-19 .main table.borderBox th, .pageInfo.covid-19 .main table.borderBox td {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }
    .pageInfo.covid-19 .main .bgGray.pageLink li .button{width: 100%;}
}
/* ====================================================
 各種印刷物
==================================================== */
.pageInfo.documents .main .documentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pageInfo.documents .main .documentList a {
    text-decoration: none;
    color: #111;
}
.pageInfo.documents .main .documentList a:after {
    display: none;
}
.pageInfo.documents .main .documentList__img {
    margin-bottom: 0.5em;
}
.pageInfo.documents .main .documentList__img img {
    width: 100%;
}
.pageInfo.documents .main .documentList__cat .tag {
    margin-bottom: 0.5em;
    display: inline-block;
    text-align: center;
    padding: 0.25em 0.75em;
    min-width: 100px;
    border-radius: 2em;
    background: #009944;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
.pageInfo.documents .main .documentList__heading {
    font-weight: bold;
    color: #111;
}
@media print, screen and (min-width: 768px) {
    .pageInfo.documents .main .documentList:after, .pageInfo.documents .main .documentList:before {
        content: "";
        width: 21.875%;
        display: block;
    }
    .pageInfo.documents .main .documentList:before {
        order: 1;
    }
    .pageInfo.documents .main .documentList__item {
        width: 21.875%;
        margin-top: 2em;
    }
    .pageInfo.documents .main .documentList__item:nth-child(1), .pageInfo.documents .main .documentList__item:nth-child(2), .pageInfo.documents .main .documentList__item:nth-child(3), .pageInfo.documents .main .documentList__item:nth-child(4) {
        margin-top: 0;
    }
    .pageInfo.documents .main .documentList__heading {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .pageInfo.documents .main .documentList__item {
        width: 48%;
        margin-top: 2em;
    }
    .pageInfo.documents .main .documentList__item:nth-child(1), .pageInfo.documents .main .documentList__item:nth-child(2) {
        margin-top: 0;
    }
    .pageInfo.documents .main .documentList__heading {
        font-size: 1.4rem;
    }
}
/* hover */
.pageInfo.documents .main .documentList a:hover {
    text-decoration: underline;
    color: #009944;
}
.pageInfo.documents .main .documentList a:hover .documentList__img {
    opacity: 0.8;
}
.pageInfo.documents .main .documentList a:hover .documentList__heading {
    color: #009944;
}
/* ====================================================
 募集要項
==================================================== */
.pageRunner .main * + p, .pageRunner .main * + .numList, .pageRunner .main * + .asteriskList, .pageRunner .main * + .circlenumList, .pageRunner .main * + .asteriskNumList, .pageEntry .main * + p, .pageEntry .main * + .numList, .pageEntry .main * + .asteriskList, .pageEntry .main * + .circlenumList, .pageEntry .main * + .asteriskNumList {
    margin-top: 1em;
}
.pageRunner .main .numList .asteriskList, .pageRunner .main .numList .asteriskNumList, .pageRunner .main .numList .circlenumList, .pageEntry .main .numList .asteriskList, .pageEntry .main .numList .asteriskNumList, .pageEntry .main .numList .circlenumList {
    margin-bottom: 1em;
}
.pageRunner .main table th, .pageRunner .main table td, .pageRunner .main table td:before, .pageEntry .main table th, .pageEntry .main table td, .pageEntry .main table td:before {
    border-color: #E7EBEF;
}
.pageRunner .main .borderHorizon th, .pageEntry .main .borderHorizon th {
    background-color: #fff;
}
.pageRunner .main table td p:last-of-type, .pageEntry .main table td p:last-of-type {
    margin-bottom: 0;
}
.pageRunner .main .boldTitle.small, .pageEntry .main .boldTitle.small {
    margin-top: 1.5em;
    padding-left: 1em;
}
.pageRunner .main .boldTitle.small + table, .pageEntry .main .boldTitle.small + table {
    margin-top: 1.25em;
}
/*リンクボタン*/
@media print, screen and (min-width: 768px) {
    .pageRunner .main .entryButton {
        display: flex;
        margin-top: 1.5em;
    }
    .pageRunner .main .entryButton {
        justify-content: center;
        align-items: center;
    }
    .pageRunner .main .entryButton .buttonBox {
        margin: 0 0.5em;
    }
    .pageRunner .borderHorizon.borderSolid.xs-block th, .pageEntry .borderHorizon.borderSolid.xs-block th {
        width: 180px;
    }
    .pageRunner .main table.borderBox th, .pageRunner .main table.borderBox td, .pageEntry .main table.borderBox th, .pageEntry .main table.borderBox td {
        vertical-align: middle;
    }
    .pageRunner .main table.borderBox th, .pageEntry .main table.borderBox th {
        width: 180px;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner .main .entryButton {
        margin: 1.5em 0;
    }
    .pageRunner .main .entryButton {
        justify-content: center;
        align-items: center;
    }
    .pageRunner .main .entryButton .buttonBox {
        margin: 0 0.5em 1em;
    }
    .pageRunner .main .section, .pageEntry .main .section {
        margin-bottom: 4em;
    }
    .pageRunner .main * + .titleLeftUnderLine, .pageEntry .main * + .titleLeftUnderLine {
        margin-top: 50px;
    }
    .pageRunner .main * + table, .pageRunner .main * + .spScroll, .pageEntry .main * + table, .pageEntry .main * + .spScroll {
        margin-top: 30px;
    }
    .pageRunner .main .button, .pageEntry .main .button {
        padding: 0.9em 0.5em 1.1em;
        min-width: 85%;
    }
    .pageRunner.index .main table.borderBox, .pageEntry .main table.borderBox {
        table-layout: fixed;
    }
    .pageRunner.index .main table.borderBox th, .pageRunner.index .main table.borderBox td, .pageEntry .main table.borderBox th, .pageEntry .main table.borderBox td {
        padding: 0.5em 0.25em;
        font-size: 1.3rem;
        font-feature-settings: "palt";
    }
    .pageRunner.index .main table.borderBox th, .pageEntry .main table.borderBox th {
        width: 70px;
    }
    .en.pageRunner .index.main table.borderBox th, .en.pageEntry .main table.borderBox th {
        width: 100px;
    }
}
/*英語*/
.pageRunner.en .main p.fontLarge.fontBold, .pageEntry.en .main p.fontLarge.fontBold {
    margin: 1em 0 1.5em 0;
}
/* ====================================================
 宿泊予約
==================================================== */
.pageRelevant.stay .main > .greenUnderLineTitle:first-child,
.pageRunner.stay .main > .greenUnderLineTitle:first-child {
    margin-top: 0;
}
.pageRelevant.stay .wallBelt.stay .colgreen,
.pageRunner.stay .wallBelt.stay .colgreen {
    margin-bottom: 1em;
}
.pageRelevant.stay .wallBelt.stay .grayBgTitle.link,
.pageRunner.stay .wallBelt.stay .grayBgTitle.link{
    padding: 0;
}
.pageRelevant.stay .wallBelt.stay .grayBgTitle.link a,
.pageRunner.stay .wallBelt.stay .grayBgTitle.link a{
    display: block;
    color: #111;
    padding: 0.7em 0.6em;
    text-decoration: none
}
.pageRelevant.stay .wallBelt.stay .grayBgTitle.link a:hover,
.pageRunner.stay .wallBelt.stay .grayBgTitle.link a:hover{color: #009935;}

.pageRelevant.stay .wallBelt.stay .section.sunflex a:hover,
.pageRunner.stay .wallBelt.stay .section.sunflex a:hover{opacity: 0.7;}

.pageRelevant.stay .wallBelt.stay .section.sunflex .grayBgTitle.link a:hover,
.pageRunner.stay .wallBelt.stay .section.sunflex .grayBgTitle.link a:hover{opacity: 1;}

.pageRunner.stay .wallBelt.stay .bgGray + .bgGray{margin-top: 2em;}

@media print, screen and (min-width: 768px) {
    .pageRelevant.stay .wallBelt.stay .titleLeftUnderLine,
    .pageRunner.stay .wallBelt.stay .titleLeftUnderLine {
        font-size: 1.8rem;
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 767px) {
    .pageRelevant.stay .wallBelt.stay .bgGray,
    .pageRunner.stay .wallBelt.stay .bgGray {
        margin-bottom: 60px;
    }
    .pageRelevant.stay .wallBelt.stay .grayBgTitle,
    .pageRunner.stay .wallBelt.stay .grayBgTitle {
        font-size: 1.4rem;
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
    .pageRelevant.stay .wallBelt.stay .sunflex.column3 > *,
    .pageRunner.stay .wallBelt.stay .sunflex.column3 > * {
        margin-top: 30px;
        width: 48%;
    }
    .pageRelevant.stay .wallBelt.stay .sunflex.column3 > *:nth-child(1),
    .pageRelevant.stay .wallBelt.stay .sunflex.column3 > *:nth-child(2),
    .pageRunner.stay .wallBelt.stay .sunflex.column3 > *:nth-child(1),
    .pageRunner.stay .wallBelt.stay .sunflex.column3 > *:nth-child(2) {
        margin-top: 0;
    }
}
/* ====================================================
 エントリーページ（ふるさと納税）
==================================================== */
.pageRunner.taxpayer .telLink {}
.pageRunner.taxpayer .main .imgBox img {
    max-width: 650px;
}

.pageRunner.taxpayer .button.en.gray{line-height: 1.2;}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .button {
        padding: 1.2em 1em 1.2em;
        min-width: 100%;
    }
    .pageRunner.taxpayer .button.en.orange:after {
        position: absolute;
        top: 30px;
        right: 20px;
    }
}
@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .telLink {
        pointer-events: none;
        color: #000;
        text-decoration: none;
    }

    .pageRunner.taxpayer .button.en.green,
    .pageRunner.taxpayer .button.en.orange{
        padding: 1em 1em 1em!important;
    }

    .pageRunner.taxpayer .button.en.gray.long{width: 390px;}

	    .pageRunner.taxpayer .button.en.orange:after {
        position: absolute;
        top: 18px;
        right: 10px;
    }
}
/* ====================================================
安全に完走するために
==================================================== */


.pageRunner.medical .wallBelt.medical p {
    margin-bottom: 0.5em;
}
.pageRunner.medical .wallBelt.medical .detailLink {
    margin-top: 0.5em;
    margin-bottom: 3em;
}
.pageRunner.medical .wallBelt.medical .numList li + li {
    margin-top: 0.5em;
}
.pageRunner.medical .wallBelt.medical .buttonBox.supporter .button {
    padding-left: 2em;
    padding-right: 2em;
}
.pageRunner.medical .wallBelt.medical .buttonBox.supporter .button:before {
    display: inline-block;
    position: relative;
    top: -0.06em;
    left: auto;
    right: auto;
    transform: none;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
    .pageRunner.medical .wallBelt.medical * + .greenUnderLineTitle {
        margin-top: 90px;
        margin-bottom: 1.5em;
    }
    .pageRunner.medical .wallBelt.medical .columnButton3 + .greenUnderLineTitle {
        margin-top: 70px;
    }
    .pageRunner.medical .wallBelt.medical .buttonBox.supporter {
        margin-top: 3em;
        margin-bottom: 5em;
    }
    .pageRunner.medical .wallBelt.medical .buttonBox.supporter .button {
        font-size: 1.8rem;
        min-width: 510px;
    }
    .pageRunner.medical .wallBelt.medical .pageLink.sunflex ul {
        width: 40%;
    }
    .pageRunner.medical .wallBelt.medical .pageLink.sunflex ul:nth-child(2) {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.medical .mainColumn {
        padding-bottom: 3em;
    }
    .pageRunner.medical .wallBelt.medical * + .greenUnderLineTitle {
        margin-top: 50px;
        margin-bottom: 1.5em;
    }
    .pageRunner.medical .wallBelt.medical .buttonBox.supporter {
        margin-top: 2em;
        margin-bottom: 4em;
    }
    .pageRunner.medical .wallBelt.medical .columnButton3 .button {
        display: block;
        width: 100%;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
    .pageRunner.medical .wallBelt.medical .buttonBox.supporter .button {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
}

/* ====================================================
Medical Information（多言語）
==================================================== */

.pageRunner.medical.en .medical.pageContents .buttonBox.sunflex,
.pageRunner.medical.scn .medical.pageContents .buttonBox.sunflex,
.pageRunner.medical.tcn .medical.pageContents .buttonBox.sunflex{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2em;
}


.pageRunner.medical.en .medical.pageContents .buttonBox.sunflex li + li,
.pageRunner.medical.scn .medical.pageContents .buttonBox.sunflex li + li,
.pageRunner.medical.tcn .medical.pageContents .buttonBox.sunflex li + li{margin-top: 1em;}

@media print, screen and (min-width: 768px) {
    .pageRunner.medical.en .medical.pageContents .buttonBox .button,
    .pageRunner.medical.scn .medical.pageContents .buttonBox .button,
    .pageRunner.medical.tcn .medical.pageContents .buttonBox .button{font-size: 2rem; padding: 1em 2em 1em 3em; width: 450px;}
}

@media screen and (max-width: 767px) {
    .pageRunner.medical.en .medical.pageContents .buttonBox .button,
    .pageRunner.medical.scn .medical.pageContents .buttonBox .button,
    .pageRunner.medical.tcn .medical.pageContents .buttonBox .button{width: 100%;min-width: 300px;}
}

/* ====================================================
大会に向け練習される皆様へ
==================================================== */
.pageRunner.precaution .wallBelt.precaution .dotList {
    margin: 2em 0;
}
@media print, screen and (min-width: 768px) {
    .pageRunner.precaution .wallBelt.precaution .dotList {
        line-height: 2.18;
    }
    .pageRunner.precaution .wallBelt.precaution .titleLeftUnderLine {
        font-size: 1.8rem;
    }
    .pageRunner.precaution .wallBelt.precaution .buttonBox {
        margin: 3em 0 5em;
    }
    .pageRunner.precaution .wallBelt.precaution .button.large {
        font-size: 1.8rem;
    }
    .pageRunner.precaution .wallBelt.precaution .pageLink ul {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.precaution .wallBelt.precaution .buttonBox {
        margin: 2em 0 4em;
    }
    .pageRunner.precaution .wallBelt.precaution .button.large {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .pageRunner.precaution .wallBelt.precaution .pageLink {
        margin-bottom: 3em;
    }
}
/* ====================================================
大会当日の体調管理について
==================================================== */
.pageRunner.management .wallBelt.management .colorTitle.blue {
    color: #59B1CC;
}
.pageRunner.management .wallBelt.management .bgGray.reverse p {
    font-size: 1.4rem;
}
.pageRunner.management .wallBelt.management .circlenumList li {
    padding-left: 1em;
    font-weight: bold;
}
.pageRunner.management .wallBelt.management .circlenumList li + li {
    margin-top: 1.5em;
}
.pageRunner.management .wallBelt.management .circlenumList li .imgBox {
    margin-top: 1em;
}
.pageRunner.management .wallBelt.management .arrowDownTitle {
    margin-left: -1em;
}
@media print, screen and (min-width: 768px) {
    .pageRunner.management .wallBelt.management .grayBgTitle {
        font-size: 1.8rem;
        margin-bottom: 1.5em;
    }
    .pageRunner.management .wallBelt.management .titleLeftUnderLine {
        font-size: 1.8rem;
    }
    .pageRunner.management .wallBelt.management *:not(.greenUnderLineTitle) + .grayBgTitle {
        margin-top: 60px;
    }
    .pageRunner.management .wallBelt.management * + .titleLeftUnderLine {
        margin-top: 50px;
    }
    .pageRunner.management .wallBelt.management .circlenumList li {
        font-size: 1.8rem;
    }
    .pageRunner.management .wallBelt.management .bgGray {
        margin-bottom: 40px;
    }
    .pageRunner.management .wallBelt.management .pageLink.sunflex ul {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {}
/* weatherTable */
.pageRunner.management .wallBelt.management .weatherTable {
    table-layout: fixed;
}
.pageRunner.management .wallBelt.management .weatherTable th, .pageRunner.management .wallBelt.management .weatherTable td {
    width: auto;
    text-align: center;
    vertical-align: middle;
    border-color: #dddddd;
    padding: 0.5em 0.25em;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: normal;
}
.pageRunner.management .wallBelt.management .weatherTable th.wide, .pageRunner.management .wallBelt.management .weatherTable td.wide {
    width: 200px;
}
.pageRunner.management .wallBelt.management .weatherTable th:first-child {
    border-left-width: 0;
}
.pageRunner.management .wallBelt.management .weatherTable tr:first-child th:first-child {
    border-left-width: 1px;
}
.pageRunner.management .wallBelt.management .weatherTable th {
    background: #eeeeee;
}
.pageRunner.management .wallBelt.management .weatherTable tr:nth-of-type(2n + 1) td {
    background: #eeeeee;
}

/* ====================================================
大会当日の体調管理について（多言語）
==================================================== */
.pageRunner.management.tcn .wallBelt.management .icoGreenArrowRight:before,
.pageRunner.management.scn .wallBelt.management .icoGreenArrowRight:before{
    top: 3px;
}


/* ====================================================
医療救護体制について
==================================================== */
.pageRunner.aid .wallBelt.aid .bgGray .imgBox{margin-bottom: 0;}
.pageRunner.aid .wallBelt.aid .imgBox p {
    font-weight: bold;
    font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
    .pageRunner.aid .wallBelt.aid *:not(.greenUnderLineTitle) + .grayBgTitle {
        margin-top: 60px;
    }
    .pageRunner.aid .wallBelt.aid .grayBgTitle {
        font-size: 1.8rem;
        margin-bottom: 1.5em;
    }
    .pageRunner.aid .wallBelt.aid * + .boldTitle {
        margin-top: 2em;
    }
    .pageRunner.aid .wallBelt.aid .pageLink.sunflex ul {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.aid .wallBelt.aid .bgGray {padding: 1.5em 0.5em;}
    .pageRunner.aid .wallBelt.aid .bgGray.pageLink ul{width: 100%;}
}




/* ====================================================
マラソンに取り組む市民ランナーの安全10か条
==================================================== */

.pageRunner.article .wallBelt.article .bgGray {
    margin-bottom: 2em;
}

@media print, screen and (min-width: 768px) {
	.pageRunner .pd15{padding: 0 15px;}
	
	.pageRunner.article .main,
	.pageRunner.precaution .main,
	.pageRunner.management .main,
	.pageRunner.aid .main,
	.pageRunner.medical .main	{padding-top: 30px;}
	.pageRunner.article .subColumn .bannerList {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
    }
	.pageRunner .pdlft20{padding-left: 30px;}
	
	.pageRunner.article .wallBelt,
	.pageRunner.article .wallBelt p,
	.pageRunner.article .wallBelt li {line-height: 2.0; letter-spacing: 0.04em;}
	
    .pageRunner.article .wallBelt.article .greenBgTitle {margin-bottom: 1.75em; }
    .pageRunner.article .wallBelt.article .greenUnderLineTitle {margin-bottom: 2.5em;  }
    .pageRunner.article .wallBelt.article .section {margin-bottom: 6em;}  
}
    .pageRunner.article .wallBelt.article .boldTitle {font-size: 2.2rem;}
    .pageRunner.article .wallBelt.article p + .boldTitle {margin-top: 3em;}
    .pageRunner.article .wallBelt.article .sign {font-size: 1.4rem;}
    .pageRunner.article .wallBelt.article .bgGray {padding: 2.5em 2em;}
    .pageRunner.article .wallBelt.article .pageLink.sunflex ul {width: 40%;}
    .pageRunner.article .wallBelt.article .pageLink.sunflex ul:nth-of-type(2) {width: 50%;}
    .pageRunner.article .wallBelt.article .customMarkList:not(:first-child) {margin-top: 1em;}
    .pageRunner.article .wallBelt.article .customMarkList:not(:last-child) {margin-bottom: 2em;}

@media screen and (max-width: 767px) {
    .pageRunner.article .wallBelt.article .boldTitle {font-size: 1.8rem;}
    .pageRunner.article .wallBelt.article .sign {font-size: 1.3rem;}
    .pageRunner.article .wallBelt.article .customMarkList li {font-size: 1.4rem;}
	
}
/* ====================================================
参加者へのご案内
==================================================== */
.pageRunner.entrant .wallBelt.entrant .colred{color: #CC0000;}
.pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5em;
}
.pageRunner.entrant a img:hover{opacity: 0.7;}

.pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf a[href$=".pdf"].image:after{display: none;}
.pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .buttonBox{margin-bottom: 0;}
.pageRunner.entrant .wallBelt.entrant .fontExLarge.colred{color: #CC0000;}

.pageRunner.entrant .wallBelt.entrant .bgDgray{background: #CDD6DD;}
.pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .buttonBox{margin-top: 2.5em;}
.pageRunner.entrant .wallBelt.entrant dl{background: #F8F8F8; padding: 1em;}
.pageRunner.entrant .wallBelt.entrant dl + .rootTitle{margin-top: 2em;}
.pageRunner.entrant .wallBelt.entrant dl + dl{margin-top: 2px;}
.pageRunner.entrant .wallBelt.entrant dl span{
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #E50012;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.6;
}
.pageRunner.entrant .wallBelt.entrant .rootTitle{color: #151D35;font-weight: bold; font-size: 1.8rem; padding: 0.8em 1.5em; margin-bottom: 2px}
.pageRunner.entrant .wallBelt.entrant .grayBgTitle{font-size: 1.8rem;}
.pageRunner.entrant .wallBelt.entrant .greenborderBox{border: 4px solid #009944;padding: 1em 1.5em; margin-top: 1.8em;}
.pageRunner.entrant .wallBelt.entrant .greenborderBox p{margin: 0 0; font-weight: bold;}
.pageRunner.entrant .wallBelt.entrant .greentag{background: #D9F543; padding: 0.3em 0.5em;}
.pageRunner.entrant .wallBelt.entrant .bgGray.cardBox{padding: 2.5em 0 2em;}
.pageRunner.entrant .wallBelt.entrant .circlenumList p{font-size: 1.5rem;}


.pageRunner.entrant .wallBelt.entrant .arrow.green{
    width: 100%;
    text-align: center;
    background: #009935;
    color: #ffffff;
    line-height: 1.2;
    border-radius: 0.3em;
    padding: 1em 0.5em;
    position: relative;
}

.pageRunner.entrant .wallBelt.entrant .arrow.green + .arrow.green{margin-top: 5em;}

.pageRunner.entrant .wallBelt.entrant .arrow.green:not(:last-child):after{
    content: "";
    background: url("../img/contents/runner/entrant/arrow.png");
    width: 32px;
    height: 32px;
    top: 145%;
    left: 47%;
    position: absolute;
}

.pageRunner.entrant .wallBelt.entrant .buttonBox.entrant:first-child{
    padding-top: 2em;
}

.pageRunner.entrant .wallBelt.entrant .borderBox{
    border-top: 1px solid #CDD6DD;
    margin-top: 2em;
    padding-top: 2em;
}



.pageRunner.entrant .wallBelt.entrant .borderBox.borderSolid{border-top: none; padding-top: 0.5em; margin-bottom: 3em;}


@media print, screen and (min-width: 768px) {
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf{display: flex; justify-content: center; flex-direction: row;}
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .pdf__item + .pdf__item{margin-left: 6%;}
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .pdf__item{width: 27%;}

    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .button.large{min-width: 480px; font-size: 1.8rem;}

    .pageRunner.entrant .wallBelt.entrant .accessImage{margin-bottom: 3.5em;}
    .pageRunner.entrant .wallBelt.entrant .fontExLarge.colnavy{margin-top: 1em;}
    .pageRunner.entrant .wallBelt.entrant .fontExLarge.colnavy + .greenUnderLineTitle{margin-top: 3.5em;}
    .pageRunner.entrant .wallBelt.entrant .greenborderBox p{font-size: 2.2rem;}

    .pageRunner.entrant .wallBelt.entrant .sunflex.root{
        flex-wrap: nowrap;
        margin-top: 3.5em;}

    .pageRunner.entrant .wallBelt.entrant .placeImage{max-width: 600px; margin: 0 auto 3em;}
    .pageRunner.entrant .wallBelt.entrant .sunflex.root .rootItem + .rootItem {margin-left: 2em;}

    .pageRunner.entrant .wallBelt.entrant .card{width: 300px; margin: 0 auto;}

    .pageRunner.entrant .wallBelt.entrant .buttonBox.entrant .button{
        font-size: 2rem;
        min-width: 480px;
        padding: 1em;
    }
    .pageRunner.entrant .wallBelt.entrant .arrowList{margin-bottom: 90px;}
}
@media screen and (max-width: 767px) {
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .buttonBox {margin-top: 1em;}
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .buttonBox .button{width: 100%;}
    .pageRunner.entrant .wallBelt.entrant .sunflex.root.between{
        flex-direction: column;
        margin-top: 2em;
    }
    .pageRunner.entrant .wallBelt.entrant .bgGray.sunflex.pdf .pdf__item + .pdf__item{margin-top: 4em;}

    .pageRunner.entrant .wallBelt.entrant .sunflex.root .rootItem + .rootItem {margin-top: 2em;}
    .pageRunner.entrant .wallBelt.entrant * + .greenUnderLineTitle{margin-top: 3em;}
    .pageRunner.entrant .wallBelt.entrant .card{width: 80%; margin: 0 auto;}
}

/* ====================================================
スタート前
==================================================== */
.pageRunner.entrant .wallBelt.entrant table.borderBox.schedule th{ width: 150px; }
.pageRunner.entrant .wallBelt.entrant table.borderBox.clothes th{ text-align: left;}
.pageRunner.entrant .wallBelt.entrant table.borderBox{margin-top: 0;}

.pageRunner.entrant.start .wallBelt.entrant .placeImage{margin-top: 2em;}

.pageRunner.entrant.start .wallBelt.entrant .dotList,
.pageRunner.entrant.start .wallBelt.entrant .circlenumList{font-size: 1.5rem; line-height: 2.0;}

.pageRunner.entrant.start .wallBelt.entrant .dotList + .buttonBox{margin-top: 2em;}
.pageRunner.entrant.start .wallBelt.entrant .borderBox{margin-bottom: 4em;}

/* ====================================================
フィニッシュ後
==================================================== */
.pageRunner.entrant.finish .wallBelt.entrant .fisishflowList{
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 1em;
}


.pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item .fisishflowList__image{margin-bottom: 1em;}
.pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item .text{display: flex;}

/*お疲れ様広場*/
.pageRunner.entrant.finish .wallBelt.entrant .hiroba{display: flex;}
.pageRunner.entrant.finish .wallBelt.entrant .hiroba .hiroba__item {font-size: 1.5rem;}
.pageRunner.entrant.finish .wallBelt.entrant .hiroba .hiroba__item .colmsgreen{font-weight: bold;font-size: 1.8rem; margin: 0.5em 0 0;}
.pageRunner.entrant.finish .wallBelt.entrant .hirobaLead{margin-top: 80px;}
.pageRunner.entrant.finish .wallBelt.entrant .hiroba .hiroba__item:nth-child(n+3) {margin-top: 1em;}
@media print, screen and (min-width: 768px) {
    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList,
    .pageRunner.entrant.finish .wallBelt.entrant .hiroba{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item .fisishflowList__image img{max-width: 220px;}

    .pageRunner.entrant.finish .wallBelt.entrant .hiroba .hiroba__item{
        width: 460px;
    }

    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item{
        width: 23%;
        margin-bottom: 1em;
    }
    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item.end{width: 48.5%;}
}
@media screen and (max-width: 767px) {
    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList .fisishflowList__item{margin-bottom: 1em;}
    .pageRunner.entrant.finish .wallBelt.entrant .fisishflowList,
    .pageRunner.entrant.finish .wallBelt.entrant .hiroba{
        flex-direction: column;
    }

    .pageRunner.entrant.finish .wallBelt.entrant .asteriskNumList2{margin-bottom: 2em;}
    .pageRunner.entrant.finish .wallBelt.entrant .hiroba{margin-bottom: 1em;}
    .pageRunner.entrant.finish .wallBelt.entrant .hiroba .hiroba__item{margin-bottom: 1em;}
}

.entryfinish{margin-bottom: 1em;}

/* ====================================================
完走記念グッズ
==================================================== */
.pageRunner.goods .wallBelt.goods p{margin: 0;}
.pageRunner.goods .wallBelt.goods * + .sunflex.column2{margin-top: 15px;}

@media print, screen and (min-width: 768px) {
    .pageRunner.goods .sunflex.column2 + .greenUnderLineTitle{margin-top: 80px;}
    .pageRunner.goods .sunflex.column2 > *:nth-child(1){width: 44.8%;}
    .pageRunner.goods .sunflex.column2 > *:nth-child(2){width: 50%;}
    .pageRunner.goods .sunflex.column2 .grayBgTitle{font-size: 1.8rem;}
    .pageRunner.goods .sunflex.column2 p{font-size: 1.6rem; margin-bottom: 1.5em;}
}
@media screen and (max-width: 767px) {
    .pageRunner.goods .mainColumn{padding-bottom: 40px;}
    .pageRunner.goods * + .greenUnderLineTitle{margin-top: 40px;}
    .pageRunner.goods .sunflex.column2 + .greenUnderLineTitle{margin-top: 40px;}
    .pageRunner.goods .sunflex.column2 p{margin-bottom: 1em;}
}

/* ######################################################################################

　ふるさと納税をして走りたい・応援したい

###################################################################################### */
/*** ページ内共通 ***/
.pageRunner.taxpayer .boldTitle {
    margin-bottom: 22px;
    color: #000;
    font-size: 2.2rem;
}
.pageRunner.taxpayer .asteriskList {font-size: 1.4rem;}
@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .boldTitle {margin-top: 68px;}
    .pageRunner.taxpayer .boldTitle.biglarge {
        margin-bottom: 30px;
        font-size: 3.2rem;
    }
    .pageRunner.taxpayer .creamBox + .asteriskList {margin-top: 29px;}
    .pageRunner.taxpayer .asteriskList.normal > li {font-size: 1.6rem;}
    .pageRunner.taxpayer .asteriskList.littleSmall > li {font-size: 1.5rem;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .boldTitle {
        margin-top: 3em;
    }
    .pageRunner.taxpayer .boldTitle.biglarge {
        margin-top: 1em;
        font-size: 2.8rem;
    }
    .pageRunner.taxpayer .asteriskList.normal > li {font-size: 1.5rem;}
    .pageRunner.taxpayer .asteriskList.littleSmall > li {font-size: 1.4rem;}
}

/*** ページタイトル ***/
.pageRunner.taxpayer .pageTitle span {color: #009944;}
.pageRunner.taxpayer .pageTitle:after,
.pageRunner.stayingplan .pageTitle:after{
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.pageRunner.stayingplan .scroll-offset {
  position: relative;
  top: -180px; /* 固定ヘッダーの高さ */
  padding-top: 180px; /* 固定ヘッダーの高さと同じ */
}

	.pageRunner.stayingplan .scroll-offset + .scroll-offset{margin-top: -180px; /* 固定ヘッダーの高さと同じ */}
	.pageRunner.stayingplan div#plan01{z-index: 4;}
	.pageRunner.stayingplan div#plan02{z-index: 3;margin-top: -180px;}
	.pageRunner.stayingplan div#plan03{z-index: 2;margin-top: -180px;}

    .pageRunner.taxpayer .pageTitle,
	.pageRunner.stayingplan .pageTitle{
        margin-bottom: 175px;
        height: 200px;
    }
    .pageRunner.taxpayer .pageTitle:after,
	.pageRunner.stayingplan .pageTitle:after{
        max-width: 1400px;
        height: 220px;
        margin-top: 150px;
        background-image: url(../img/contents/runner/taxpayer/pageImage.jpg);
    }
    .pageRunner.taxpayer .pageTitle h1,
	.pageRunner.stayingplan .pageTitle h1{top: 60px; transform: translateY(0);}
    .pageRunner.taxpayer .topicPath,
	.pageRunner.stayingplan .topicPath{
        max-width: 1460px;
        width: 100%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .pageTitle,
	.pageRunner.stayingplan .pageTitle{
        margin-bottom: 65px;
        height: 170px;
    }

    .pageRunner.taxpayer .pageTitle:after,
	.pageRunner.stayingplan .pageTitle:after{
        width: calc(100vw - 30px);
        height: 100px;
        margin-top: 140px;
        background-image: url(../img/contents/runner/taxpayer/pageImage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

/*** ページ内リンク ***/
.pageRunner.taxpayer .pageLink a {display: block;}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .pageLink {
        max-width: 900px;
        margin: 0 auto 100px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .pageLink {margin-bottom: 4em;}
    .pageRunner.taxpayer .pageLink li + li {margin-top: 0.7em;}
}

/*** 【出走権】ふるさと納税枠（京都市内外） ***/
/** entryBox **/
.pageRunner.taxpayer .greenUnderLineTitle {font-weight: 700;}
.pageRunner.taxpayer .greenUnderLineTitle span.red {
    margin-left: 0;
    font-size: 1em;
    color: #E60020;
}
.pageRunner.taxpayer .entryBox .info {
    position: relative;
    background: #088533;
    text-align: center;
}
.pageRunner.taxpayer .entryBox .info .logo,
.pageRunner.taxpayer .entryBox .info .term {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.pageRunner.taxpayer .entryBox .buttonArea {
    background: #F2FAF4;
    border: 2px solid #088533;
    border-top-width: 0px;
    border-radius: 0 0 6px 6px;
}
.pageRunner.taxpayer .entryBox .buttonArea a,
.pageRunner.taxpayer .entryBox .buttonArea em {
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
}
.pageRunner.taxpayer .entryBox .buttonArea li span {
    display: block;
    font-size: 1.3rem;
}
.pageRunner.taxpayer .entryBox .buttonArea a:after {display: none;}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .greenUnderLineTitle {margin-bottom: 28px;}
    .pageRunner.taxpayer .greenUnderLineTitle + .asteriskList {margin-bottom: 58px;}
    .pageRunner.taxpayer .greenUnderLineTitle.narrow {margin-bottom: 42px;}
    .pageRunner.taxpayer .entryBox {margin-bottom: 65px;padding-top: 30px;}
    .pageRunner.taxpayer .entryBox .info .logo {top: -24px;}
    .pageRunner.taxpayer .entryBox .info .term {bottom: -27px;}
    .pageRunner.taxpayer .entryBox .buttonArea {padding: 68px 40px 40px;}
    .pageRunner.taxpayer .entryBox .buttonArea .sunflex {margin-left: -10px; margin-right: -10px;}
    .pageRunner.taxpayer .entryBox .buttonArea .sunflex > li {padding-left: 10px; padding-right: 10px;}
    .pageRunner.taxpayer .entryBox .buttonArea li span {margin-top: 4px;}
    .pageRunner.taxpayer .entryBox .buttonArea li span.jp {margin-top: 9px;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .greenUnderLineTitle {margin-bottom: 1em;}
    .pageRunner.taxpayer .greenUnderLineTitle.narrow {margin-bottom: 1.5em;}
    .pageRunner.taxpayer .greenUnderLineTitle + .asteriskList {margin-bottom: 2em;}
    .pageRunner.taxpayer .entryBox {margin-bottom: 2em;}
    .pageRunner.taxpayer .entryBox .info .logo {top: -22px;}
    .pageRunner.taxpayer .entryBox .info .term {
        width: 80%;
        bottom: -4.8vw;
    }
    .pageRunner.taxpayer .entryBox .buttonArea {padding: 2em 1em 1em;}
    .pageRunner.taxpayer .entryBox .buttonArea li + li {margin-top: 1em;}
    .pageRunner.taxpayer .entryBox .buttonArea a,
    .pageRunner.taxpayer .entryBox .buttonArea em {line-height: 1.5;}
    .pageRunner.taxpayer .entryBox .buttonArea li span {margin-top: 2px;}
    .pageRunner.taxpayer .entryBox .buttonArea li span.jp {margin-top: 7px;}
}

/*** 【ふるさと納税枠限定特典 ***/
/** benefitList **/
.pageRunner.taxpayer .benefitBox {
    background: #F2FAF4;
    border-radius: 6px;
}

.pageRunner.taxpayer .benefitBox .benefitList li {font-weight: bold;}
.pageRunner.taxpayer .benefitBox .benefitList li + li {margin-top: 4px;}
.pageRunner.taxpayer .benefitBox .benefitList li a {
    text-decoration: none;
    color: #000;
}
.pageRunner.taxpayer .benefitBox .benefitList li span {
    display: inline-block;
    padding: 2px 14px;
    background: #088533;
    border-radius: 17px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #F1FF33;
    text-align: center;
}
.pageRunner.taxpayer .benefitBox .cation {
    border-bottom: 1px solid #B4B4B4;
    text-align: right;
    font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .benefitBox {
        margin-top: 24px;
        padding: 40px 40px 34px;
    }
    .pageRunner.taxpayer .benefitBox .benefitList li a:hover {opacity: 0.6;}
    .pageRunner.taxpayer .benefitBox .benefitList li span {margin-right: 9px;}
    .pageRunner.taxpayer .benefitBox .cation {
        margin-top: 4px;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .benefitBox {
        margin-top: 1.5em;
        padding: 1.5em 1em 0.75em;
    }
    .pageRunner.taxpayer .benefitBox .benefitList li {
        position: relative;
        padding-left: 65px;
    }
    .pageRunner.taxpayer .benefitBox .benefitList li + li {margin-top: 0.75em;}
    .pageRunner.taxpayer .benefitBox .benefitList li span {
        position: absolute;
        left: 0;
        top: 0;
    }
    .pageRunner.taxpayer .benefitBox .cation {
        margin-top: 4px;
        margin-bottom: 3em;
        padding-bottom: 2em;
    }
}

/** benefitDetail **/
.pageRunner.taxpayer .benefitBox .benefitDetail dt {
    position: relative;
    margin-bottom: 3px;
    padding: 7px 0.5em 7px 60px;
    background: #088533;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.pageRunner.taxpayer .benefitBox .benefitDetail dt img {
    position: absolute;
    left: 5px;
    top: -9px;
    width: 47px;
    height: auto;
}
.pageRunner.taxpayer .benefitBox .benefitDetail dd img {width: 100%; height: auto;}
.pageRunner.taxpayer .benefitBox .benefitDetail .detail {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.83333;
}


@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .benefitBox .benefitDetail {margin-bottom: 43px;}
    .pageRunner.taxpayer .benefitBox .sunflex {margin: 0 -15px;}
    .pageRunner.taxpayer .benefitBox .sunflex > div {padding-left: 15px; padding-right: 15px;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .benefitBox .sunflex > div + div {margin-top: 2em;}
}


.pageRunner.taxpayer .flowchart__item + .flowchart__item:before {
    height: 48px;
    background-image: url(../img/contents/runner/taxpayer/arrow_down.svg);
}


@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .flowchart__item + .flowchart__item:before {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
}

/** paymentBox **/
.pageRunner.taxpayer .paymentBox dt {
    position: relative;
    padding: 8px 0.5em 5px 105px;
    border: 2px solid #088533;
    background: #F2FAF4;
    border-radius: 4px;
    font-weight: bold;
}
.pageRunner.taxpayer .paymentBox dt .pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: #088533;
    color: #fff;
    letter-spacing: 0;
}
.pageRunner.taxpayer .paymentBox dt .small {font-size: 1.2rem;}
.pageRunner.taxpayer .paymentBox dd .cation {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.8125em;
}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .paymentBox {margin-left: -20px; margin-right: -20px;}
    .pageRunner.taxpayer .paymentBox > div {padding-left: 20px; padding-right: 20px;}
    .pageRunner.taxpayer .paymentBox dt {
        margin-bottom: 38px;
        padding: 8px 0.5em 5px 105px;
        font-size: 1.8rem;
    }
    .pageRunner.taxpayer .paymentBox dt.narrow {
        padding-left: 88px;
        padding-right: 0;
        letter-spacing: -2px;
    }
    .pageRunner.taxpayer .paymentBox dt.narrowBottom {margin-bottom: 4px;}
    .pageRunner.taxpayer .paymentBox dt .pattern {
        padding-left: 12px;
        padding-top: 10px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .paymentBox > div + div {margin-top: 2em;}
    .pageRunner.taxpayer .paymentBox dt {
        margin-bottom: 0.5em;
        padding: 8px 0.5em 5px 100px;
        font-size: 1.6rem;
    }
    .pageRunner.taxpayer .paymentBox dt .pattern {
        padding-left: 12px;
        padding-top: 10px;
        font-size: 1.4rem;
    }

}

/** flowchart **/
.pageRunner.taxpayer .flowchart.border {padding-bottom: 8px;}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .flowchart.border .flowInner {padding-bottom: 90px;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .flowchart.border .flowInner {padding-bottom: 4em;}
}

/** wallText **/
.pageRunner.taxpayer .wallText {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #0CAFE1;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .wallText {
        width: 200vw;
        margin-top: 90px;
        margin-bottom: 97px;
        padding-top: 27px;
        padding-bottom: 21px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .wallText {
        width: 100vw;
        margin-top: 3em;
        margin-bottom: 3em;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}

/** furusatoBox **/
.pageRunner.taxpayer .furusatoBox .boldTitle {margin-top: 0;}
.pageRunner.taxpayer .furusatoBox p.large {
    margin-top: 0;
    margin-bottom: 1em;
    color: #E60020;
    font-weight: bold;
    font-size: 1.125em;
}
.pageRunner.taxpayer .furusatoBox .creamBox span.sub {
    display: block;
    font-size: 0.8182em;
}
.pageRunner.taxpayer .furusatoBox .creamBox .listleft {
    display: block;
    text-align: center;
}
.pageRunner.taxpayer .furusatoBox .creamBox .listleft span {
    display: inline-block;
    text-align: left;
    font-size: 1em;
}
.pageRunner.taxpayer .furusatoBox .creamBox span.small {
    font-size: 0.7273em;
    font-weight: normal;
}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .furusatoBox + .furusatoBox {margin-top: 68px;}
    .pageRunner.taxpayer .furusatoBox .creamBox {font-size: 2.2rem;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft {margin-top: 0.25em;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft span.run {width: 240px;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft span.furusato {width: 378px;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft span.total {width: 195px;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .furusatoBox + .furusatoBox {margin-top: 3em;}
    .pageRunner.taxpayer .furusatoBox .creamBox {font-size: 1.8rem;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft {margin-top: 0.5em;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft span {display: block;}
    .pageRunner.taxpayer .furusatoBox .creamBox .listleft .total + .run {margin-top: 1em;}
}

/** runnetList **/
.pageRunner.taxpayer .runnetList {border-bottom: 1px solid #E4E4E4;}
.pageRunner.taxpayer .runnetList dl {
    border: 1px solid #E4E4E4;
    border-bottom-width: 0;
}
.pageRunner.taxpayer .runnetList dt {font-weight: 700;}
.pageRunner.taxpayer .runnetList dt span.number {font-size: 1.375em;}
.pageRunner.taxpayer .runnetList dt span.cation {
    float: right;
    font-size: 0.875em;
    color: #E60020;
    font-weight: normal;
}
.pageRunner.taxpayer .runnetList dt:after {
    content: "";
    display: block;
    clear: both;
}
.pageRunner.taxpayer .runnetList dd ul {margin-left: -5px; margin-right: -5px;}
.pageRunner.taxpayer .runnetList dd li {padding-left: 5px; padding-right: 5px;}
.pageRunner.taxpayer .runnetList dd li a,
.pageRunner.taxpayer .runnetList dd li span {
    display: block;
    padding-top: 16px;
    padding-bottom: 12px;
}
.pageRunner.taxpayer .runnetList dd li a:after {display: none;}

@media print, screen and (min-width: 768px) {
    .pageRunner.taxpayer .runnetList {
        display: flex;
        flex-wrap: wrap;
    }
    .pageRunner.taxpayer .runnetList dl {
        width: 50%;
        padding: 10px 20px 18px;
    }
    .pageRunner.taxpayer .runnetList dl.pc-order-1 {order: 1;}
    .pageRunner.taxpayer .runnetList dl.pc-order-2 {order: 2;}
    .pageRunner.taxpayer .runnetList dl.pc-order-3 {order: 3;}
    .pageRunner.taxpayer .runnetList dl.pc-order-4 {order: 4;}
    .pageRunner.taxpayer .runnetList dl.pc-order-5 {order: 5;}
    .pageRunner.taxpayer .runnetList dl.pc-order-6 {order: 6;}
    .pageRunner.taxpayer .runnetList dl.pc-order-2,
    .pageRunner.taxpayer .runnetList dl.pc-order-4,
    .pageRunner.taxpayer .runnetList dl.pc-order-6 {border-left-width: 0;}
    .pageRunner.taxpayer .runnetList dt {margin-bottom: 5px;font-size: 14px;}
    .pageRunner.taxpayer .runnetList dt span.cation {padding-top: 6px;}
    .pageRunner.taxpayer .runnetList dt span.cation.narrowTop {margin-top: -9px; padding-top: 0;}
}
@media screen and (max-width: 767px) {
    .pageRunner.taxpayer .runnetList dl {padding: 0.5em 1em 1em;}
    .pageRunner.taxpayer .runnetList dt {margin-bottom: 5px;}
    .pageRunner.taxpayer .runnetList dt span.cation {padding-top: 3px;}
    .pageRunner.taxpayer .runnetList dt span.cation.narrowTop {margin-top: -4px; padding-top: 0;}
}

/** grayBox **/
.grayBox {background: #EEF1F4;}
.grayBox .telLink {color: #000;}
@media print, screen and (min-width: 768px) {
    .grayBox {padding: 40px 20px 18px 40px;}
}
@media screen and (max-width: 767px) {
	.grayBox {padding: 1em 1em 0.5em;}
}






@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}





/* ######################################################################################

　英語：寄付ページ

###################################################################################### */
/* ====================================================
　メインイメージ
==================================================== */
.pageDonate.en .pageTitle {
    position: relative;
    background-position: center;
}
.pageDonate.en .pageTitle:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.pageDonate.en .pageTitle .contents {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pageDonate.en .pageTitle h1, .pageDonate.en .pageTitle p {
    display: none;
    position: relative;
    top: 0;
    color: #fff;
    z-index: 2;
    font-weight: bold;
}
.pageDonate.en .pageTitle h1 {
    text-align: center;
    margin-bottom: 1.25em;
}
.pageDonate.en .pageTitle p {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .pageDonate.en .pageTitle {
        min-height: 700px;
        background-image: url("../img/contents/en/donate/bg_main_visual.jpg");
    }
    .pageDonate.en .pageTitle h1 {
        font-size: 4.6rem;
    }
    .pageDonate.en .pageTitle p {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 2;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .pageDonate.en .pageTitle {
        min-height: 420px;
        background-image: url("../img/contents/en/donate/bg_main_visual_sp.jpg");
    }
    .pageDonate.en .pageTitle h1 {
        font-size: 2.4rem;
    }
    .pageDonate.en .pageTitle p {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 2;
    }
}
/* ====================================================
　donateSec
==================================================== */
.pageDonate.en .donateSec__img:after {
    content: "";
    display: block;
    clear: both;
}
.pageDonate.en .donateSec__img img {
    width: 100%;
    height: auto;
}
.pageDonate.en .donateSec__img img + img {
    display: inline-block;
    margin-top: 1em;
}
.pageDonate.en .donateSec__img__cap {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25em;
    font-size: 1.2rem;
}
.pageDonate.en .donateSec__img__cap.right {
    float: right;
}
.pageDonate.en .donateSec__used {
    background-color: #F8F8F8;
}
.pageDonate.en .donateSec__used .purpleDotList li {
    position: relative;
    padding-left: 0.75em;
}
.pageDonate.en .donateSec__used .purpleDotList li:before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 0.25em;
    height: 0.25em;
    background-color: #833C9D;
    border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
    .pageDonate.en .donateSec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pageDonate.en .donateSec + .donateSec {
        margin-top: 3em;
    }
    .pageDonate.en .donateSec__title {
        width: 100%;
    }
    .pageDonate.en .donateSec__img {
        width: 420px;
    }
    .pageDonate.en .donateSec__text {
        width: 440px;
    }
    .pageDonate.en .donateSec__img__cap {
        font-size: 1.2rem;
    }
    .pageDonate.en .donateSec__used {
        padding: 1.5em 1.25em;
    }
    .pageDonate.en .donateSec__used .purpleDotList li {
        font-size: 1.5rem;
    }
}
@media print, screen and (max-width: 767px) {
    .pageDonate.en .donateSec + .donateSec {
        margin-top: 4em;
    }
    .pageDonate.en .donateSec__img {
        margin-bottom: 1em;
    }
    .pageDonate.en .donateSec__img__cap {
        font-size: 1.0rem;
    }
    .pageDonate.en .donateSec__used {
        padding: 1.5em;
    }
}
/* ====================================================
　donateButton
==================================================== */
.pageDonate.en .donateButton .button svg {
    position: relative;
    top: -0.2em;
    width: 2em;
    height: 2em;
    margin-right: 0.75em;
    display: inline-block;
    vertical-align: middle;
}
.pageDonate.en .donateButton .button .ico-donate {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pageDonate.en .donateButton .button:hover .ico-donate {
    fill: #111;
}
@media print, screen and (min-width: 768px) {
    .pageDonate.en .donateButton {
        margin-top: 5em;
    }
    .pageDonate.en .donateButton .button {
        font-size: 1.8rem;
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media print, screen and (max-width: 767px) {
    .pageDonate.en .donateButton {
        margin-top: 4em;
    }
    .pageDonate.en .donateButton .button {
        padding-left: 2em;
        padding-right: 2em;
    }
}
/* ######################################################################################

　応援・イベント　pageSupport

###################################################################################### */
/* ====================================================
　沿道盛り上げ隊　.pageSupport.roadside
==================================================== */
.pageSupport.roadside .wallBelt.roadside .greenBg th {
    padding-left: 0.225em;
    padding-right: 0.25em;
}
.pageSupport.roadside .wallBelt.roadside .greenBg td {
    padding: 0.55em 1em;
}
.pageSupport.roadside .wallBelt.roadside .greenBg td .dotList > li + li {
    margin-top: 0.25em;
}
.pageSupport.roadside .wallBelt.roadside .titleLeftUnderLine {
    font-size: 1.8rem;
}
.pageSupport.roadside .wallBelt.roadside .noTitleBg th, .pageSupport.roadside .wallBelt.roadside .noTitleBg td {
    border-color: #CDD6DD;
}
.pageSupport.roadside .wallBelt.roadside .noTitleBg td p {
    margin-bottom: 0;
}
.pageSupport.roadside .wallBelt.roadside .noTitleBg td * + p {
    margin-top: 1.5em;
}
.pageSupport.roadside .wallBelt.roadside .numList > li + li {
    margin-top: 0.25em;
}
.pageSupport.roadside .wallBelt.roadside .youtubeWarp {
    max-width: 900px;
}
.pageSupport.roadside .wallBelt.roadside .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.pageSupport.roadside .wallBelt.roadside .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.pageSupport.roadside .wallBelt.roadside .asteriskList {
    margin-top: 0.5em;
}
.pageSupport.roadside .wallBelt.roadside .asteriskList li {
    font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
    .pageSupport.roadside .wallBelt.roadside .buttonBox .button {
        font-size: 1.8rem;
    }
    .pageSupport.roadside .wallBelt.roadside .greenBg th {
        font-size: 1.5rem;
    }
    .pageSupport.roadside .wallBelt.roadside .noTitleBg th, .pageSupport.roadside .wallBelt.roadside .noTitleBg td {
        font-size: 1.6rem;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .pageSupport.roadside .wallBelt.roadside .youtubeWarp {
        margin-top: 40px;
        margin-bottom: 90px;
    }
}
@media print, screen and (max-width: 767px) {
    .pageSupport.roadside .wallBelt.roadside * + .titleLeftUnderLine {
        margin-top: 50px;
    }
    .pageSupport.roadside .wallBelt.roadside .greenBg td:first-child {
        width: 130px;
    }
    .pageSupport.roadside .wallBelt.roadside .greenBg td:nth-child(2) {
        width: 190px;
    }
    .pageSupport.roadside .wallBelt.roadside .youtubeWarp {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .pageSupport.roadside .wallBelt.roadside .fontExLarge {
        font-size: 1.7rem;
    }
    .pageSupport.roadside .wallBelt.roadside * + .greenUnderLineTitle {
        margin-top: 60px;
    }
}
/* ====================================================
　pageRunningclub
==================================================== */
.pageRunningclub .inner .serif {
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 3em 0 0.5em;
    padding: 1em;
}
.pageRunningclub .inner .grayBgTitle {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin: 2em 0 0;
}
.pageRunningclub .inner th {
    white-space: nowrap;
}
.pageRunningclub h3.color2Title {
    font-size: 1.6rem;
    position: relative;
    padding-left: 0.8em;
    line-height: 1.4;
    margin: 2em 0 0 0;
}
.pageRunningclub * + table, * + .spScroll {
    margin-top: 1em !important;
}
.pageRunningclub table th, .pageRunningclub table td {
    font-size: 1.4rem;
}



/* ====================================================
　pageFurusato
==================================================== */
.pageFurusato .wallBelt.furusato .main .topBanner{margin-bottom: 2.25em;}
.pageFurusato .wallBelt.furusato .main .fontEExLarge{margin-bottom: 1.25em;}
.pageFurusato .wallBelt.furusato .main .grayBgTitle{margin-bottom: 1.5em;}
.pageFurusato .wallBelt.furusato .main .imgBox {
    max-width: 800px;
    margin-top: -0.75em;
    margin-left: auto;
    margin-right: auto;
}
.pageFurusato .wallBelt.furusato .main .imgBox .caption{
    margin-top: 0.25em;
    text-align: right;
    font-size: 1.5rem;
}
.pageFurusato .wallBelt.furusato .main .bgGray{position: relative;}
.pageFurusato .wallBelt.furusato .main .asteriskList{margin: 1.5em 0 2em;}
.pageFurusato .wallBelt.furusato .main .bannerList{display: flex; flex-wrap: wrap;}
.pageFurusato .wallBelt.furusato .main .bannerList li img{width: 100%;}
.pageFurusato .wallBelt.furusato .main .bannerList li a:hover img{opacity: 0.7;}
.pageFurusato .wallBelt.furusato .main .bannerList li img.under{opacity: 0.5;}
.pageFurusato .wallBelt.furusato .main .bannerList li span{opacity: 1.0;}
.pageFurusato .wallBelt.furusato .main .bannerList li span.furusato_bn{font-size: 13px; padding-top: 17px;background: #fff; border: 1px solid #eee; text-align: center; display: inline-block; }
.pageFurusato .wallBelt.furusato .main .bannerList li a.furusato_bn{font-size: 13px; padding-top: 17px;background: #fff; border: 1px solid #009935; text-align: center; display: inline-block; text-decoration: none; color: #000; }
.pageFurusato .wallBelt.furusato .main .bannerList li a.furusato_bn:hover{color: #fff;background: #009935;}

@media print, screen and (min-width: 768px) {
    .pageFurusato .wallBelt.furusato .main .bannerList li{width: 190px; margin-right: 30px; margin-top: 20px;}
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(1),
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(2),
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(3),
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(4){margin-top: 0;}
    .pageFurusato .wallBelt.furusato .main .bannerList__attention{position: absolute; bottom: 1em; right: 2em; font-size: 1.4rem;}
	.pageFurusato .wallBelt.furusato .main .bannerList li span.furusato_bn{width: 190px; height: 60px; }
	.pageFurusato .wallBelt.furusato .main .bannerList li a.furusato_bn{width: 190px; height: 60px; }
}
@media screen and (max-width: 767px) {
    .pageFurusato .wallBelt.furusato .main .bannerList {justify-content: space-between;}
    .pageFurusato .wallBelt.furusato .main .bannerList li{width: 48%; margin-top: 1em;}
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(1),
    .pageFurusato .wallBelt.furusato .main .bannerList li:nth-of-type(2){margin-top: 0;}
    .pageFurusato .wallBelt.furusato .main .bannerList__attention{margin-top: 1em; text-align: right; font-size: 1.4rem;}
	.pageFurusato .wallBelt.furusato .main .bannerList li span.furusato_bn{width: 100%; height: 60px; }
}



/* ######################################################################################

　交通影響　.traffic

###################################################################################### */
/* ====================================================
 当日の交通影響 pageTraffic
==================================================== */
.pageTraffic .dayTraffic .favorBox {
    border-top: 1px solid #E3E9EC;
    border-bottom: 1px solid #E3E9EC;
}
.pageTraffic .greenBgTitle {
    margin-bottom: 1.5em;
}
.pageTraffic .grayBgLinkBox .listStyle {
    margin: 0;
}
.pageTraffic .imgBox a:after {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .pageTraffic .dayTraffic .favorBox {
        text-align: center;
        padding: 3em 1em;
        margin-bottom: 4em;
    }
    .pageTraffic #parking .listStyle li {
        font-size: 1.4rem;
    }
    .pageTraffic .dayTraffic .parkingList {
        margin-top: 2em;
    }
    .pageTraffic .dayTraffic .dotList + .boldTitle{
        margin-top: 1em;
    }
}
@media screen and (max-width: 767px) {
    .pageTraffic .dayTraffic .buttonBox .button{
        padding-left: 1em;
        padding-right: 1em;
    }
    .pageTraffic .dayTraffic .favorBox {
        text-align: left;
        padding: 2em 1em 1em;
        margin-bottom: 3em;
    }
    .pageTraffic .dayTraffic .parkingList {
        margin-top: 2em;
    }
    .pageTraffic .dayTraffic .parkingList__item + .parkingList__item{
        margin-top: 1em;
    }
    .pageTraffic .dayTraffic .dotList + .boldTitle{
        margin-top: 1em;
    }
}
/* ====================================================
K-tis（規制区間マップ） .pageTraffic.regulation
==================================================== */
/*セレクト*/
.pageTraffic.regulation .regulation_panel__select {
    text-align: center;
    margin-bottom: 2.3em;
}
.pageTraffic.regulation .regulation_panel__select label.select select {
    padding-right: 7em;
    background-color: #F5F8FA;
    border: 1px solid #BABED1;
}
.pageTraffic.regulation .regulation_panel__select label.select:after {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.regulation_panel__select {margin-bottom: 20px}
.regulation_panel__map,div.regulation_table__body {display: none}
.regulation_panel__map:first-of-type {display: block}
div.regulation_table__body:nth-of-type(2) {display: block}

.select_outer {
    position: relative;
    cursor: pointer;
}
.select_outer select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    outline: 0;
    border: 1px solid #333;
    border-radius: 5px;
    background: 0 0;
    padding: 8px 15px;
    height: 48px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-overflow: ''
}

.select_outer,.select_outer select option {
    background-color: #fff
}

.select_outer select::-ms-expand {display: none}
.select_outer select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #999}

.regulation_panel__maps{margin-bottom: 20px;}
.regulation_panel__table{margin-bottom: 2em;}

.regulation_table {width: 100%}
.regulation_table__head {
    background-color: #333;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #0A6733;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 0.8em 1em;
}
.regulation_table__data {
    border-bottom: 1px solid #fff;
    background-color: #eee;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    padding: 0.8em 1em;
    border: 1px solid #FFFFFF;
}
.regulation_table__data--interval {text-align: left!important}
.regulation_table__data--lane {border-bottom: none!important}

@media print, screen and (min-width: 768px) {
    .regulation_table__row {display: block; width: 100%; font-size: 0; min-width: 940px;}
    .regulation_table__head,
    .regulation_table__data {width: 25%; display: inline-block;}
    .regulation_table__head:first-child,
    .regulation_table__data:first-child{width: 50%;}
}
@media screen and (max-width: 767px) {
    .pageTraffic.regulation .regulation_table__header {display: none;}
    .pageTraffic.regulation .regulation_table__row{margin-bottom: 1em;}
    .pageTraffic.regulation .regulation_table__data{
        padding: 0.5em 0.5em 0.5em calc(90px + 0.5em);
        font-size: 1.3rem;
        position: relative;
        text-align: left;
    }
    .pageTraffic.regulation .regulation_table__data::before {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 90px;
        height: 100%;
        background-color: #0A6733;
        color: #fff;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        content: attr(aria-label);
        font-size: 1.3rem;
    }
    .pageTraffic.regulation .regulation_table__row .regulation_table__data span, .regulation_table__data::before {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pageTraffic.regulation .mainColumn{padding-bottom: 2em;}
}


/*規制解除テキスト*/
.pageTraffic.regulation .regulation_close {
    display: none;
    text-align: center;
    font-size: 2.2rem;
    padding: 2em 0;
    font-weight: bold;
    background: #F8F8F8;
    color: #3B4043;
    margin-top: 2em;
}
@media screen and (max-width: 767px) {
    .pageTraffic.regulation .regulation_close {
        padding: 1em 0;
        font-size: 1.8rem;
        margin: 2em 0;
    }
}



/* ====================================================
無料シャトルタクシーの運行 .pageTraffic.taxi
==================================================== */
.pageTraffic.taxi .greenUnderLineTitle{margin-bottom: 2.25em;}
.pageTraffic.taxi .taxi_block a:after{display: none;}
.pageTraffic.taxi .taxi_block__img{text-align: center;}
.pageTraffic.taxi .taxi_block__img img{border: 1px solid #CDD6DD;}
.pageTraffic.taxi .taxi_block__hdg{display: flex;}
.pageTraffic.taxi .taxi_block__hdg .circle_num{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.05em;
    padding-right: 0.05em;
    margin-right: 0.5em;
    width: 1.7em;
    height: 1.7em;
    background: #009935;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4rem;
}
.pageTraffic.taxi .taxi_block__content p{font-size: 1.5rem; line-height: 1.86;}

@media print, screen and (min-width: 768px) {
    .pageTraffic.taxi .taxi_block{display: flex; justify-content: space-between; flex-direction: row-reverse;}
    .pageTraffic.taxi .taxi_block + .taxi_block{margin-top: 40px;}
    .pageTraffic.taxi .taxi_block__img{width: 29.375%;}
    .pageTraffic.taxi .taxi_block__content{width: 67%;}
    .pageTraffic.taxi .taxi_block__hdg{font-size: 1.8rem;}
    .pageTraffic.taxi .taxi_block__hdg .circle_num{top: -0.05em;}
    .pageTraffic.taxi .wallBelt.taxi .buttonBox{margin-top: 80px;}
    .pageTraffic.taxi .wallBelt.taxi .buttonBox .button{
        padding-top: 1.75em;
        padding-bottom: 1.75em;
        min-width: 640px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .pageTraffic.taxi .wallBelt.taxi .mainColumn{padding-bottom: 40px;}
    .pageTraffic.taxi .taxi_block + .taxi_block{margin-top: 50px;}
    .pageTraffic.taxi .taxi_block__img{margin-left: auto; margin-right: auto;}
    .pageTraffic.taxi .taxi_block__hdg{font-size: 1.6rem;}
    .pageTraffic.taxi .taxi_block__hdg .circle_num{top: -0.1em;}
    .pageTraffic.taxi .wallBelt.taxi .greenUnderLineTitle{margin-top: 50px;}
    .pageTraffic.taxi .wallBelt.taxi .buttonBox{margin-top: 50px;}
}


/* ######################################################################################

　オンラインマラソン .pageOnline

###################################################################################### */
.pageOnline {}
@media screen and (max-width: 767px) { /* スマホ */
}
@media print, screen and (min-width: 768px) { /* PC：768px～ */
    .pageOnline table th {
        padding-right: 0;
        width: 180px;
    }
	.pageOnline .button.big2 {	min-width: 390px;}
}

.pageOnline .bgGray.entry-outer .buttonBox{margin-bottom: 0;}




/* ######################################################################################

　ボランティア共通 .pageVolunteer

###################################################################################### */
@media print, screen and (min-width: 768px) {
    .volunteer_hdg {
        font-size: 2.2rem;
    }
    .pageVolunteer .greenBg th:nth-child(1) {
        min-width: 360px;
    }
    .volunteer_apply_block .volunteer_tag {
        margin-right: 30px;
    }
    /*  .volunteer_apply_block
		-----------------------------*/
    .pageVolunteer .volunteer_apply_block {
        display: -ms-flexbox;
        display: flex;
    }
}
@media print, screen and (max-width: 767px) {
    .volunteer_hdg {
        font-size: 1.8rem;
    }
    .pageVolunteer h3.v_03, .pageVolunteer h3.v_04, .pageVolunteer h3.v_05, .pageVolunteer h3.v_06, .pageVolunteer h3.v_07 {
        margin-top: 3em;
    }
    .pageVolunteer .button.ico.next3.after {
        padding-left: 0em;
        padding-right: 1em;
    }
    .pageVolunteer table.boshu th {
        width: 100px;
    }
    .pageVolunteer .bgGray.reverse p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.pageVolunteer h3 {
    margin-top: 2em;
}
.pageVolunteer p.map a {
    font-size: 1.3rem;
}
.pageVolunteer p.map img {
    margin-bottom: 0.5em;
}
/* ====================================================
      .num
  ==================================================== */
.pageVolunteer .greenBg .num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: top;
    align-items: top;
    text-align: left;
    line-height: 1.3;
}
.volunteer_hdg::before, .greenBg .num::before {
    margin-right: 6px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
}
.pageVolunteer .greenBg .num_1::before {
    background-image: url(../img/contents/volunteer/top/num_01.png);
}
.pageVolunteer .greenBg .num_2::before {
    background-image: url(../img/contents/volunteer/top/num_02.png);
}
.pageVolunteer .greenBg .num_3::before {
    background-image: url(../img/contents/volunteer/top/num_03.png);
}
.pageVolunteer .greenBg .num_4::before {
    background-image: url(../img/contents/volunteer/top/num_04.png);
}
.pageVolunteer .greenBg .num_5::before {
    background-image: url(../img/contents/volunteer/top/num_05.png);
}
.pageVolunteer .greenBg .num_6::before {
    background-image: url(../img/contents/volunteer/top/num_06.png);
}
.pageVolunteer .greenBg .num_7::before {
    background-image: url(../img/contents/volunteer/top/num_07.png);
}
.pageVolunteer .greenBg .num_8::before {
    background-image: url(../img/contents/volunteer/top/num_08.png);
}
.pageVolunteer .greenBg .num_9::before {
    background-image: url(../img/contents/volunteer/top/num_09.png);
}
.pageVolunteer .greenBg .num_10::before {
    background-image: url(../img/contents/volunteer/top/num_10.png);
}
.pageVolunteer .greenBg .num_11::before {
    background-image: url(../img/contents/volunteer/top/num_11.png);
}
.volunteer_tag_01, .volunteer_tag_02, .volunteer_tag_03 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 0.4em 0 0.3em;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5em;
}
.volunteer_tag_01 {
    background: #A5267A;
}
.volunteer_tag_02 {
    background: #009944;
}
.volunteer_tag_03 {
    background: #008CCE;
}
.volunteer_hdg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.4;
}
.volunteer_hdg::before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 12px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    content: "";
}
.volunteer_table .num::before {
    margin-right: 8px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
}
.volunteer_hdg.v_01::before {
    background-image: url(../img/contents/volunteer/top/v_01_icon.png);
}
.volunteer_hdg.v_02::before {
    background-image: url(../img/contents/volunteer/top/v_02_icon.png);
}
.volunteer_hdg.v_03::before {
    background-image: url(../img/contents/volunteer/top/v_03_icon.png);
}
.volunteer_hdg.v_04::before {
    background-image: url(../img/contents/volunteer/top/v_04_icon.png);
}
.volunteer_hdg.v_05::before {
    background-image: url(../img/contents/volunteer/top/v_05_icon.png);
}
.volunteer_hdg.v_06::before {
    background-image: url(../img/contents/volunteer/top/v_06_icon.png);
}
.volunteer_hdg.v_07::before {
    background-image: url(../img/contents/volunteer/top/v_07_icon.png);
}
.voiceBg {
    background: #F8F8F8;
    border-radius: 5px;
    padding: 0.8em 1em;
    font-size: 1.5rem;
    line-height: 1.45;
    margin-bottom: 0.5em;
}
.pageVolunteer table.borderSolid {
    margin: 0.5em 0 0 !important;
}
.pageVolunteer table.borderSolid th, .pageVolunteer table.borderSolid td {
    font-size: 1.5rem;
}
.roadside_section, .volunteer_apply_block + .volunteer_apply_block {
    margin-top: 30px;
}
.v_tag_04 {
    background-color: #151D35;
}
.pageVolunteer .volunteer_tag {
    display: inline-block;
    height: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0.5em;
}
.pageVolunteer .volunteer_tag {
    width: 150px;
}
.pageVolunteer td .volunteer_tag {
    margin: 10px 0;
}



/* ######################################################################################

　おこしやす広場 .pageSupport okoshiyasu

###################################################################################### */

/* ====================================================
    ページタイトル pageTitle
==================================================== */
.pageSupport.okoshiyasu .pageTitle:after{
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
   .pageSupport.okoshiyasu .mainColumn {
        padding-right: 0px!important;
        padding-left: 0px;
    }
}


.pageSupport.okoshiyasu .flowchart__head {margin-bottom: 2em;}

@media print, screen and (min-width: 768px) {
	.pageSupport.okoshiyasu h3{margin-bottom: 2em;}
	.pageSupport.okoshiyasu .main {
            width: 960px;
        }
    .pageSupport.okoshiyasu .pageTitle{
        margin-bottom: 175px;
        height: 200px;
    }
    .pageSupport.okoshiyasu .pageTitle:after{
        max-width: 1400px;
        height: 220px;
        margin-top: 150px;
        background-image: url(../img/contents/support/okoshiyasu/pageImage.jpg);
    }
    .pageSupport.okoshiyasu .pageTitle h1{
        top: 60px;
        transform: translateY(0);
    }
    .pageSupport.okoshiyasu .topicPath{
        max-width: 1460px;
        width: 100%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
	.pageSupport.okoshiyasu .topButton__item{margin-bottom: 1em;}
	
	.pageSupport.okoshiyasu .image{margin-bottom: 1em;}
    .pageSupport.okoshiyasu .pageTitle{
        margin-bottom: 65px;
        height: 170px;
    }
	 .pageSupport.okoshiyasu .sunflex.column3 > * + *,
	.pageSupport.okoshiyasu .sunflex.column2 > * + * {
        margin-top: 5px;
    }
    .pageSupport.okoshiyasu .pageTitle:after{
        width: calc(100vw - 30px);
        height: 100px;
        margin-top: 140px;
        background-image: url(../img/contents/support/okoshiyasu/pageImage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media print, screen and (min-width: 768px) {
	.pageSupport.okoshiyasu .topButton {
        display: flex;
        justify-content: center;
		}
	.pageSupport.okoshiyasu .topButton__item .button {
        min-width: 260px;
    }
	.pageSupport.okoshiyasu .topButton__item + .topButton__item {
        margin-left: 1.5em;
    }


/* ######################################################################################

　ボランティアとして参加したい .pageVolunteer.index

###################################################################################### */
/* ====================================================
    共通
==================================================== */
.pageVolunteer.index .greenUnderLineTitle{
    padding-bottom: 0.5em;
    font-weight: bold;
}

/* ====================================================
    ページタイトル pageTitle
==================================================== */
.pageVolunteer.index .pageTitle:after{
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .pageTitle{
        margin-bottom: 175px;
        height: 200px;
    }
    .pageVolunteer.index .pageTitle:after{
        max-width: 1400px;
        height: 220px;
        margin-top: 150px;
        background-image: url(../img/contents/volunteer/top/pageImage.jpg);
    }
    .pageVolunteer.index .pageTitle h1{
        top: 60px;
        transform: translateY(0);
    }
    .pageVolunteer.index .topicPath{
        max-width: 1460px;
        width: 100%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .pageTitle{
        margin-bottom: 65px;
        height: 170px;
    }
    .pageVolunteer.index .pageTitle:after{
        width: calc(100vw - 30px);
        height: 100px;
        margin-top: 140px;
        background-image: url(../img/contents/volunteer/top/pageImage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

/* ====================================================
    見出し top
==================================================== */
.pageVolunteer.index .pageContents{
    background-image: url(../img/contents/volunteer/top/bg_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.pageVolunteer.index .section.top{
    background-image: url(../img/contents/volunteer/top/img04.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.pageVolunteer.index .section.top .topTitle{
    position: relative;
}
.pageVolunteer.index .section.top .topTitle .jp{
    font-weight: 900;
    color: #0B3EC9;
}
.pageVolunteer.index .section.top .topTitle .en{
    display: block;
    letter-spacing: -0.05em;
    line-height: 1.25;
}
.pageVolunteer.index .section.top .topButton{}
.pageVolunteer.index .section.top .topButton__item{}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .pageContents{background-position: center 320px;}
    .pageVolunteer.index .section.top{margin-top: 30px; background-position: center center;}
    .pageVolunteer.index .section.top .topButton__item + .topButton__item{margin-left: 1.5em;}
    .pageVolunteer.index .section.top .topButton__item .button{min-width: 260px;}
    .pageVolunteer.index .section.top .topTitle:after{
        content: "";
        display: block;
        position: absolute;
        top: -1em;
        left: 34em;
        width: 147px;
        height: 147px;
        background-image: url(../img/contents/volunteer/top/illust01.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .pageVolunteer.index .section.top .topTitle{margin-bottom: 19.25em;}
    .pageVolunteer.index .section.top .topTitle .jp{font-size: 3.2rem;}
    .pageVolunteer.index .section.top .topTitle .en{font-size: 8.8rem;}
    .pageVolunteer.index .section.top .topButton{display: flex; justify-content: center;}
    .pageVolunteer.index .section.top .topButton__item{}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .pageContents{background-position: center 3%;}
    .pageVolunteer.index .section.top{background-position: 50% 45%;}
    .pageVolunteer.index .section.top .topTitle{margin-bottom: 30vw;}
    .pageVolunteer.index .section.top .topTitle .jp{font-size: 1.6rem;}
    .pageVolunteer.index .section.top .topTitle .en{font-size: 4.5rem;}
    .pageVolunteer.index .section.top .topButton{display: flex; justify-content: space-between;}
    .pageVolunteer.index .section.top .topButton__item{width: 49%;}
    .pageVolunteer.index .section.top .topButton__item .button{width: 100%; font-size: 1.2rem; padding-left: 0.25em; padding-right: 0.25em;}
    .pageVolunteer.index .section.top .topButton__item .button:before{left: 10px;}
}

/* ====================================================
    概要 outline
==================================================== */
.pageVolunteer.index .section.outline .outlineTitle{}

.pageVolunteer.index .section.outline .outlineBox{}
.pageVolunteer.index .section.outline .outlineBox__img{}
.pageVolunteer.index .section.outline .outlineBox__detail{}
.pageVolunteer.index .section.outline .outlineBox__detail__title{color: #0B3EC9; margin-top: 0;}
.pageVolunteer.index .section.outline .outlineBox__detail__copy{margin-bottom: 0.5em; line-height: 1.72; font-weight: bold;}
.pageVolunteer.index .section.outline .outlineBox__detail__text{line-height: 1.875;}
.pageVolunteer.index .section.outline .outlineBox__detail__button{text-align: center;}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.outline{margin-bottom: 10em;}
    .pageVolunteer.index .section.outline .outlineBox{
        display: flex;
        justify-content: space-between;
    }
    .pageVolunteer.index .section.outline .outlineBox__detail__title{font-size: 3rem;}
    .pageVolunteer.index .section.outline .outlineBox__detail__copy{font-size: 2.2rem;}
    .pageVolunteer.index .section.outline .outlineBox__detail__text{font-size: 1.6rem;}
    .pageVolunteer.index .section.outline .outlineBox__detail__button .button{min-width: 330px;}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.outline .outlineBox__img{margin-bottom: 1em;}
    .pageVolunteer.index .section.outline .outlineBox__img img{width: 100%; height: auto;}
    .pageVolunteer.index .section.outline .outlineBox__detail__title{font-size: 2.6rem; margin-bottom: 0.25em;}
    .pageVolunteer.index .section.outline .outlineBox__detail__copy{font-size: 1.8rem;}
    .pageVolunteer.index .section.outline .outlineBox__detail__text{font-size: 1.5rem;}
    .pageVolunteer.index .section.outline .outlineBox__detail__button .button{width: 100%;}
}

/* ====================================================
    募集人数・募集期間 term
==================================================== */
.pageVolunteer.index .section.term{}
.pageVolunteer.index .section.term .termTitle{}

.pageVolunteer.index .section.term .termBox{
    background: #F3F6FE;
    border: 2px solid #333333;
    border-radius: 6px;
}
.pageVolunteer.index .section.term .termBox__detail{}
.pageVolunteer.index .section.term .termBox__detail__text{font-weight: bold;}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.term .termBox{padding: 1.85em 2em;}
    .pageVolunteer.index .section.term .termBox__detail{display: flex; align-items: center;}
    .pageVolunteer.index .section.term .termBox__detail + .termBox__detail{margin-top: 1em;}
    .pageVolunteer.index .section.term .termBox__detail__title{margin-right: 1.5em; font-size: 2.2rem;}
    .pageVolunteer.index .section.term .termBox__detail__text{font-size: 3.2rem;}
    .pageVolunteer.index .section.term .termBox__detail__text .small{font-size: 2.2rem;}
    .pageVolunteer.index .section.term .termBox__detail__text .mini{margin-left: 0.5em; font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.term .termBox{padding: 1em;}
    .pageVolunteer.index .section.term .termBox__detail + .termBox__detail{margin-top: 1.5em;}
    .pageVolunteer.index .section.term .termBox__detail__title{font-size: 1.6rem;}
    .pageVolunteer.index .section.term .termBox__detail__text{font-size: 1.8rem; line-height: 1.25;}
    .pageVolunteer.index .section.term .termBox__detail__text .small{display: block; margin-top: 0.25em; font-size: 1.2rem;}
    .pageVolunteer.index .section.term .termBox__detail__text .mini{display: block; margin-top: 0.25em; font-size: 1.2rem;}
}

/* ====================================================
    ボランティア活動内容紹介 activities
==================================================== */
.pageVolunteer.index .section.activities{}
.pageVolunteer.index .section.activities * + .activitiesTitle{
    margin-top: 2.5em;
}
.pageVolunteer.index .section.activities .activitiesTitle{
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.pageVolunteer.index .section.activities .activitiesTitle.balloon:before{
    content: "";
    display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/contents/volunteer/top/ornament_02.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.pageVolunteer.index .section.activities .activitiesTitle:after{
    content: "";
    display: block;
    margin-top: 0.75em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/contents/volunteer/top/ornament_01.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.pageVolunteer.index .section.activities .activitiesList{display: flex; flex-wrap: wrap; justify-content: space-between;}
.pageVolunteer.index .section.activities .activitiesList__item__title{text-align: center; color: #0B3EC9;}
.pageVolunteer.index .section.activities .activitiesList__item__img{
    position: relative;
    margin-bottom: 1.25em;
    border-radius: 10px;
    overflow: hidden;
}
.pageVolunteer.index .section.activities .activitiesList__item__img .icon{
    position: absolute;
    background: #fff;
    border-radius: 12px;
    top: 0.75em;
    right: 0.75em;
    width: 40px;
    height: 40px;
}
.pageVolunteer.index .section.activities .activitiesList__item__img img{width: 100%; height: auto;}
.pageVolunteer.index .section.activities .activitiesList__item__text{line-height: 2; margin-bottom: 1em;}
.pageVolunteer.index .section.activities .activitiesList__item__text .title{
    display: inline-block;
    margin-bottom: 0.5em;
    color: #0B3EC9;
    border: 1px solid #0B3EC9;
    border-radius: 2em;
    padding: 0.35em 0.75em 0.45em;
    line-height: 1;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.activities .activitiesTitle{font-size: 2.6rem;}
    .pageVolunteer.index .section.activities .activitiesTitle:before{
        width: 90px;
        height: 32px;
    }
    .pageVolunteer.index .section.activities .activitiesTitle:after{
        width: 418px;
        height: 13px;
    }
    .pageVolunteer.index .section.activities .activitiesList__item{width: 31.5%;}
    .pageVolunteer.index .section.activities .activitiesList__item__title{font-size: 2rem;}
    .pageVolunteer.index .section.activities .activitiesList__item__text .title{font-size: 1.5rem;}
    .pageVolunteer.index .section.activities .activitiesList__item__text p{font-size: 1.3rem;}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.activities .activitiesTitle{font-size: 2.0rem;}
    .pageVolunteer.index .section.activities .activitiesTitle:before{
        width: 68px;
        height: 24px;
    }
    .pageVolunteer.index .section.activities .activitiesTitle:after{
        width: 314px;
        height: 10px;
    }
    .pageVolunteer.index .section.activities .activitiesList__item{width: 100%;}
    .pageVolunteer.index .section.activities .activitiesList__item__title{margin-top: 1em; font-size: 1.8rem;}
    .pageVolunteer.index .section.activities .activitiesList__item__text .title{font-size: 1.4rem;}
    .pageVolunteer.index .section.activities .activitiesList__item__text p{font-size: 1.3rem;}
}

/* この他にも様々な活動があります！
-------------------------------------*/
.pageVolunteer.index .section.activities .activitiesSubTitle{
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding: 0.6em 0.75em;
    text-align: center;
    background: #0B3EC9;
    color: #fff;
    border-radius: 6px;
}
.pageVolunteer.index .section.activities .activitiesExample{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pageVolunteer.index .section.activities .activitiesExample__item__img{
    border-radius: 6px;
    overflow: hidden;
}
.pageVolunteer.index .section.activities .activitiesExample__item__text{
    text-align: center;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.activities .activitiesSubTitle{
        font-size: 2rem;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item{
        width: 18.7%;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item__img{
        margin-bottom: 0.5em;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item__text{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.activities .activitiesExample:after{
        content: "";
        width: 31%;
        display: block;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item{
        width: 32%;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item__img{
        margin-bottom: 0.25em;
    }
    .pageVolunteer.index .section.activities .activitiesExample__item__text{
        font-size: 1.2rem;
    }
}


/* ====================================================
    ボランティアさんの声 voice
==================================================== */
.pageVolunteer.index .section.voice .voiceTitle__title{
    position: relative;
    color: #FF8B33;
}
.pageVolunteer.index .section.voice .voiceTitle__title:before{
    content: "";
    display: block;
    margin-bottom: 0.5em;
    background-image: url(../img/contents/volunteer/top/ornament_02.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.pageVolunteer.index .section.voice .voiceTitle__title .en{
    display: block;
    line-height: 1;
    margin-bottom: 0.15em;
    color: #000000;
}
.pageVolunteer.index .section.voice .voiceTitle__text{
    margin-bottom: 0;
    line-height: 1.875;
}


.pageVolunteer.index .section.voice .voiceList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.pageVolunteer.index .section.voice .voiceList__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageVolunteer.index .section.voice .voiceList__item__text{
    position: relative;
    border: 1px solid #707070;
    border-radius: 1em;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.846;
}
.pageVolunteer.index .section.voice .voiceList__item__text:after{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(../img/contents/volunteer/top/ornament_03.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.voice{
        padding-top: 2em;
        background-image: url(../img/contents/volunteer/top/bg_02.svg);
        background-repeat: no-repeat;
        background-position: 100% 0;
    }
    .pageVolunteer.index .section.voice .voiceTitle{
        display: flex;
        align-items: center;
        margin-bottom: 2.5em;
    }
    .pageVolunteer.index .section.voice .voiceTitle__title{
        font-size: 2.2rem;
    }
    .pageVolunteer.index .section.voice .voiceTitle__title:before{
        width: 90px;
        height: 32px;
    }
    .pageVolunteer.index .section.voice .voiceTitle__title .en{font-size: 6.0rem;}
    .pageVolunteer.index .section.voice .voiceTitle__text{margin-left: -2em; font-size: 1.6rem;}
    .pageVolunteer.index .section.voice .voiceImg{margin-bottom: 2.5em;}
    .pageVolunteer.index .section.voice .voiceList__item{width: 396px;}
    .pageVolunteer.index .section.voice .voiceList__item:nth-of-type(2n){width: 520px;}
    .pageVolunteer.index .section.voice .voiceList__item{margin-bottom: 1.75em;}
    .pageVolunteer.index .section.voice .voiceList__item__icon{width: 93px;}
    .pageVolunteer.index .section.voice .voiceList__item__text{
        padding: 1.25em 1.5em;
        margin-left: 32px;
        width: calc(100% - 100px);
    }
    .pageVolunteer.index .section.voice .voiceList__item__text:after{
        left: -25px;
        width: 28px;
        height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.voice .voiceTitle{margin-bottom: 1em;}
    .pageVolunteer.index .section.voice .voiceTitle__title{
        font-size: 1.6rem;
    }
    .pageVolunteer.index .section.voice .voiceTitle__title:before{
        width: 68px;
        height: 24px;
    }
    .pageVolunteer.index .section.voice .voiceTitle__title .en{font-size: 4.5rem;}
    .pageVolunteer.index .section.voice .voiceTitle__text{font-size: 1.4rem;}
    .pageVolunteer.index .section.voice .voiceImg{margin-bottom: 1.5em;}
    .pageVolunteer.index .section.voice .voiceList__item{margin-bottom: 1.5em;}
    .pageVolunteer.index .section.voice .voiceList__item__icon{width: 60px;}
    .pageVolunteer.index .section.voice .voiceList__item__text{
        padding: 1em 1.25em;
        margin-left: 32px;
        width: calc(100% - 70px);
    }
    .pageVolunteer.index .section.voice .voiceList__item__text:after{
        left: -25px;
        width: 28px;
        height: 22px;
    }
}

/* ====================================================
    申込方法 apply
==================================================== */
.pageVolunteer.index .section.apply{}
.pageVolunteer.index .section.apply .applyTitle{}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.apply .applyButton{display: flex; justify-content: space-between;}
    .pageVolunteer.index .section.apply .applyButton__item{width: 49%;}
    .pageVolunteer.index .section.apply .applyButton__item .button{
        width: 100%;
        padding: 1.75em 0.5em;
        border-radius: 6px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.apply .applyButton__item{width: 100%;}
    .pageVolunteer.index .section.apply .applyButton__item + .applyButton__item{margin-top: 0.5em;}
    .pageVolunteer.index .section.apply .applyButton__item .button{
        width: 100%;
        padding: 1.75em 0.5em;
        border-radius: 6px;
        font-size: 1.4rem;
    }
}

/* ====================================================
    スタッフウェアのリユースにご協力をお願いします reuse
==================================================== */
.pageVolunteer.index .section.reuse{}
.pageVolunteer.index .section.reuse .reuseTitle{}
.pageVolunteer.index .section.reuse .reuseBox__img{border-radius: 10px; overflow: hidden;}
.pageVolunteer.index .section.reuse .reuseBox__img img{width: 100%; height: auto;}
.pageVolunteer.index .section.reuse .reuseBox__detail__text{line-height: 2;}
.pageVolunteer.index .section.reuse .reuseBox__detail__button{text-align: left;}
.pageVolunteer.index .section.reuse .reuseBox__detail__button .button{border-radius: 6px;}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.reuse .reuseBox{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .pageVolunteer.index .section.reuse .reuseBox__img{width: 320px;}
    .pageVolunteer.index .section.reuse .reuseBox__detail{width: 630px;}
    .pageVolunteer.index .section.reuse .reuseBox__detail__text{font-size: 1.6rem;}
    .pageVolunteer.index .section.reuse .reuseBox__detail__button .button{padding: 1.5em; font-size: 2rem;}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.reuse .reuseBox__img{margin-bottom: 1em;}
    .pageVolunteer.index .section.reuse .reuseBox__detail__text{font-size: 1.5rem;}
    .pageVolunteer.index .section.reuse .reuseBox__detail__button .button{width: 100%;}

}

/* ====================================================
    お問合わせ先 contact
==================================================== */
.pageVolunteer.index .section.contact{}
.pageVolunteer.index .section.contact .contactTitle{}

.pageVolunteer.index .section.contact .contactBox{
    background: #F3F6FE;
    border-radius: 6px;
}
.pageVolunteer.index .section.contact .contactBox > *{text-align: center; margin-bottom: 0;}
.pageVolunteer.index .section.contact .contactBox__tel{margin-bottom: 0.5em;}
.pageVolunteer.index .section.contact .contactBox__tel a{line-height: 1; color: #000000;}
.pageVolunteer.index .section.contact .contactBox__mail a{color: #0B3EC9;}

@media print, screen and (min-width: 768px) {
    .pageVolunteer.index .section.contact .contactBox{padding: 2em;}
    .pageVolunteer.index .section.contact .contactBox__title{font-size: 1.8rem;}
    .pageVolunteer.index .section.contact .contactBox__tel a{font-size: 5.4rem;}
    .pageVolunteer.index .section.contact .contactBox__time{font-size: 1.6rem;}
    .pageVolunteer.index .section.contact .contactBox__mail{font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
    .pageVolunteer.index .section.contact .contactBox{padding: 1.5em;}
    .pageVolunteer.index .section.contact .contactBox__title{font-size: 1.6rem;}
    .pageVolunteer.index .section.contact .contactBox__tel a{font-size: 3rem;}
    .pageVolunteer.index .section.contact .contactBox__time{font-size: 1.2rem;}
    .pageVolunteer.index .section.contact .contactBox__mail{font-size: 1.4rem;}
}


/* ====================================================
      エクセルアップロード・ダウンロード ボタン
  ==================================================== */
.pageVolunteer input[type="checkbox"] + span{
  text-wrap:wrap;
}
.pageVolunteer .entry_button{
  display: flex;
}
.pageVolunteer .entry_button .button.after:after{
  width: 38px;
  height: 38px;
  background-size: 38px;
  right: auto;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.pageVolunteer .entry_button .button.excel{
  text-align: right;
  padding-right: 1.3em;
}
.pageVolunteer .entry_button .button.excel:after{
  background: url("../img/contents/volunteer/form/form_excel.svg");
}
.pageVolunteer .entry_button .button.form:after{
  background: url("../img/contents/volunteer/form/form_web.svg");
}

.pageVolunteer .button.download.after:after{
  width: 26px;
  height: 26px;
  background-size: 26px;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.pageVolunteer .button.download{
  padding-left: 1em;
  padding-right: 3em;
}
.pageVolunteer .button.download:after{
  background: url("../img/contents/volunteer/form/xlsx_icon.svg");
}

@media print, screen and (min-width: 768px) {
  .pageVolunteer .main{width: 960px;}
  .pageVolunteer .entry_button{
    justify-content: center;
  }
  .pageVolunteer .entry_button .button{width: 330px; padding: 2.1em 0;}
  .pageVolunteer .entry_button .buttonBox + .buttonBox{margin-left: 2.8em;}
}
@media screen and (max-width: 767px) {
  .pageVolunteer .entry_button{flex-direction: column; margin-bottom: 2em;}
  .pageVolunteer .entry_button .button{width: 100%; padding-top: 1.5em; padding-bottom: 1.5em; text-align: left; padding-left: 5em;}
  .pageVolunteer .entry_button .button.excel{text-align: left;}
}


/* ====================================================
      アイコン付きタイトル
  ==================================================== */
.pageVolunteer .greenUnderLineTitle{font-weight: bold;}
.pageVolunteer.entry .greenUnderLineTitle.ico.after{
  position: relative;
  padding-left: 2em;
}

.pageVolunteer.entry .greenUnderLineTitle:before{left: 2em;}

.pageVolunteer.entry .greenUnderLineTitle.ico.after:after{
  content: "";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: -1px;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0;
}

.pageVolunteer.entry .greenUnderLineTitle.ico.after.excel:after{
  background: url("../img/contents/volunteer/form/title_xlxs_ico.svg");
}
.pageVolunteer.entry .greenUnderLineTitle.ico.after.webform:after{
  background: url("../img/contents/volunteer/form/title_web_ico.svg");
}

@media screen and (max-width: 767px) {
  .pageVolunteer.entry .greenUnderLineTitle.ico.after{
    position: relative;
    padding-left: 2.5em;
  }
}

/* ====================================================
      lead
  ==================================================== */
@media screen and (max-width: 767px) {
  .pageVolunteer.entry .alignC{text-align: left!important;}
}
/* ====================================================
      Excelをアップロードして申請する⽅
  ==================================================== */
.pageVolunteer.entry .upload{
  border: 3px solid #009944;
  text-align: center;
  padding: 2em 0;
  position: relative;
}
.pageVolunteer.entry .upload:after{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  
}

.pageVolunteer.entry .upload .uploadBox{ margin: 0 auto 1em;}
.pageVolunteer.entry .upload .uploadBox p{text-align: left; margin-bottom: 0.5em;}
.pageVolunteer.entry .upload .font-red{color: #DC0000;line-height: 1.5; margin-bottom: 0;}
.pageVolunteer.entry .upload  p:last-child{margin-bottom: 0;}
.pageVolunteer.entry .uploadBox .buttonBox{text-align: center; margin-bottom: 1em;}
.pageVolunteer.entry .uploadBox .button{padding: 1em 2em;}
@media print, screen and (min-width: 768px) {
  .pageVolunteer.entry .upload .uploadBox{ width: 580px;}
  .pageVolunteer.entry .upload .font-red{ font-size: 2.4rem; }
  .pageVolunteer.entry .upload:after{
    width: 158px;
    height: 158px;
    background: url("../img/contents/volunteer/form/upload_img_01.png");
    background-size: contain;
    right: 3em;
    top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .pageVolunteer.entry .upload .uploadBox {margin-bottom: 1em; text-align: center;}
  .pageVolunteer.entry .upload {margin-bottom: 3em; padding-left: 15px; padding-right: 15px;}
  .pageVolunteer.entry .upload .fontLarge{font-size: 1.4rem;}
  .pageVolunteer.entry .upload .fontLarge:first-child{text-align: left;}

}


/* ######################################################################################

　オフィシャルパートナー .pagePartner

###################################################################################### */
.pagePartner .partnerList__item a {
    color: #151D35;
    text-decoration: none !important;
    font-size: 1.4rem;
    opacity: 1;
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s;
}
.partnerList li a:hover,
.pagePartner .partnerList__item a:hover {
    color: #009935;
    text-decoration: none!important;
}
.pagePartner .partnerList__item a:hover img {
    opacity: 0.7;
}
.pagePartner .partnerList .partnerList__heading {
    line-height: 1.2;
}
/*  サポーティング設定
-----------------------------*/
.pagePartner .partnerList.supportingPartner {
    display: block;
    text-align: left !important;
}
.pagePartner .partnerList.supportingPartner a:hover{text-decoration: none; color: #111;}
@media print, screen and (min-width: 768px) {
    /*  バナーサイズ設定
-----------------------------*/
	.platinumPartner .partnerList__item {
        text-align: center;
    }
    .goldPartner .partnerList__item {
        width: 280px;
        text-align: center;
    }
    .silverPartner .partnerList__item {
        width: 220px;
        text-align: center;
		margin: 0 0 0 20px;
    }
    .drinkPartner .partnerList__item {
        width: 220px;
        text-align: center;
    }
    .bronzePartner .partnerList__item {
        width: 200px;
        text-align: center;
        min-height: 110px;
    }
    
    .bronzePartner .partnerList__item:nth-child(n+5){margin-top: 1em;}
	.platinumPartner .partnerList__item .partnerList__logo {
        width: 100%;
    }
    .goldPartner .partnerList__item .partnerList__logo {
        width: 100%;
        height: 92px;
    }
    .silverPartner .partnerList__item .partnerList__logo {
        width: 100%;
        height: 72px;
    }
    .drinkPartner .partnerList__item .partnerList__logo {
        width: 100%;
        height: 72px;
    }
    .bronzePartner .partnerList__item .partnerList__logo {
        width: 100%;
        height: 66px;
    }
    .pagePartner .partnerList {
        margin:40px auto 80px;
    }
    .pagePartner .partnerList {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pagePartner .goldPartner,
	.pagePartner .platinumPartner{
        justify-content: center;
    }
    .partnerList__item {
        margin: 0 20px;
    }
    .partnerList__item .partnerList__logo {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
    }
    .partnerList__item .partnerList__logo:after {
        content: "";
        display: table;
        clear: both;
    }
    .pagePartner .partnerList.supportingPartner {
        margin: 0 0 4em;
    }
}
@media screen and (max-width: 767px) {
    /*  バナーサイズ設定
-----------------------------*/
    .goldPartner .partnerList__item .partnerList__logo {
        width: 230px;
        text-align: center;
        height: auto;
    }
    .silverPartner .partnerList__item .partnerList__logo {
        width: 210px;
        text-align: center;
        height: auto;
    }
    .drinkPartner .partnerList__item .partnerList__logo {
        width: 210px;
        text-align: center;
        height: auto;
    }
    .bronzePartner .partnerList__item .partnerList__logo {
        width: 200px;
        text-align: center;
        height: auto;
    }
    .pagePartner .partnerList.supportingPartner {
        margin: 0 0 8em;
    }
    .pagePartner .partnerList {
        margin:40px 0 60px;
    }
    .pagePartner .partnerList {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .partnerList__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto 20px;
    }
    .partnerList__item .partnerList__logo {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 12px;
    }
    .partnerList__item .partnerList__logo:after {
        content: "";
        display: table;
        clear: both;
    }
}
/*  サポーティング設定
-----------------------------*/
.pagePartner .partnerList.supportingPartner li {
    margin-bottom: 0.8em;
    line-height: 1.3;
    font-size: 1.4rem;
}
/* ######################################################################################

　応援大使 .pageAmbassador

###################################################################################### */
.pageAmbassador .subColumn {
    display: none;
}

.pageAmbassador > p {
    margin-bottom: 3em;
    font-size: 1.5rem;
}
.pageAmbassador .x-sp {
    display: none;
}
.pageAmbassador .ambassadorList {}
.pageAmbassador .ambassadorList li {
    margin-bottom: 1.5em;
}
.pageAmbassador .ambassadorList li a {
    display: block;
    color: #111;
    text-decoration: none
}
.pageAmbassador .ambassadorList li .img {
    margin-bottom: 0.5em;
}
.pageAmbassador .ambassadorList li img {
    width: 100%;
    height: auto;
}
.pageAmbassador .ambassadorList li p {
    margin-bottom: 0.25em;
}
.pageAmbassador .ambassadorList li .name {
    font-size: 1.4rem;
    font-weight: bold;
}
.pageAmbassador .ambassadorList li .position {
    font-size: 1.1rem;
}
.pageAmbassador .ambassadorList li .position .tag {
    margin-left: 1em;
}
@media screen and (max-width: 360px) {
    .pageAmbassador .x-sp {
        display: block;
    }
}
@media screen and (max-width: 767px) { /* スマホ */
    .pageAmbassador .ambassadorList li {
        width: 48%;
        margin-left: 4%;
    }
    .pageAmbassador .ambassadorList li:nth-of-type(2n + 1) {
        margin-left: 0;
    }
}
@media print, screen and (min-width: 768px) { /* PC：768px～ */
	.pageAmbassador .mainColumn {padding: 0!important;margin-left: auto!important;}
    .pageAmbassador .ambassadorList li {
        width: 21.25%;
        margin-left: 5%;
    }
    .pageAmbassador .ambassadorList li:nth-of-type(4n + 1) {
        margin-left: 0;
    }
}
/* ====================================================
    応援大使によるメッセージはこちら！
==================================================== */
.pageAmbassador .tag{color: #ffffff; font-size: 1.0rem; border-radius:2em; padding:0.3em 0.8em; display: inline-block; }
.pageAmbassador .pair{background-color: #833C9D;}
.pageAmbassador .entrant{background-color: #009935;}	
@media print, screen and (min-width: 768px) { /* PC：768px～ */
    .pageAmbassador .contents.post {
        max-width: 1360px;
    }
}
.pageAmbassador .contents.post > p {
    margin-bottom: 0.25em;
    font-size: 1.4rem;
}
.pageAmbassador .contents.post .titleBold {
    margin-bottom: 0.5em;
}
.pageAmbassador .contents.post .snsList {
    margin-bottom: 30px;
    text-align: center;
    font-size: 0;
}
.pageAmbassador .contents.post .snsList li {
    display: inline-block;
    font-size: 1.4rem;
}
.pageAmbassador .contents.post .snsList li + li {
    margin-left: 1em;
}
/* ====================================================
      プロフィール詳細
  ==================================================== */

.pageAmbassador .ambassadorDetail li {
    padding: 30px 0 20px;
    border-bottom: 1px solid #E8E8E8;
}
.pageAmbassador .ambassadorDetail li:first-child {
    border-top: 1px solid #E8E8E8;
}
.pageAmbassador .ambassadorDetail li:after {
    content: "";
    display: block;
    clear: both;
}
.pageAmbassador .ambassadorDetail li .name {
    margin-bottom: 0.35em;
    font-weight: bold;
}
.pageAmbassador .ambassadorDetail li .position {
    font-size: 1.3rem;
}
.pageAmbassador .ambassadorDetail li .pr p + * {
    margin-top: 1.5em;
}
.pageAmbassador .ambassadorDetail .youtubeBox p{
    margin-top: 0.5em;
    font-size: 1.3rem;
    line-height: 1;
}



@media screen and (max-width: 767px) { /* スマホ */
    .pageAmbassador .ambassadorDetail li .img {
        float: left;
        width: 26%;
        padding-left: 0px;
        margin-bottom: 1em;
    }
    .pageAmbassador .ambassadorDetail li .img img {
        width: 100%;
        height: auto;
    }
    .pageAmbassador .ambassadorDetail li .name, .pageAmbassador .ambassadorDetail li .position {
        float: right;
        width: 72%;
    }
    .pageAmbassador .ambassadorDetail li .name {
        font-size: 1.6rem;
    }
    .pageAmbassador .ambassadorDetail li .name .kana {
        font-size: 1.2rem;
    }
    .pageAmbassador .ambassadorDetail li .position {
        margin-bottom: 1em;
    }
    .pageAmbassador .ambassadorDetail li .pr {
        width: 100%;
        clear: both;
    }
    .pageAmbassador .ambassadorDetail li .pr p {
        font-size: 1.4rem;
        line-height: 1.85;
    }
    .postSlide {
        text-align: center;
        margin: auto;
        width: 100%;
    }
	
}
@media print, screen and (min-width: 768px) { /* PC：768px～ */
    .pageAmbassador .ambassadorDetail.guestrunner li > * {
        float: right;
        width: calc(100% - 250px);
    }
    .pageAmbassador .ambassadorDetail.guestrunner li .img {
        float: left;
        width: 212px;
    }
	    .pageAmbassador .ambassadorDetail li > * {
        float: right;
        width: calc(100% - 230px);
    }
    .pageAmbassador .ambassadorDetail li .img {
        float: left;
        width: 190px;
    }
}	
    .pageAmbassador .ambassadorDetail li .name {
        font-size: 1.8rem;
    }
    .pageAmbassador .ambassadorDetail li .tag {
        margin-left: 1em;
    }
    .pageAmbassador .ambassadorDetail li .position {
        margin-bottom: 1.5em;
    }
    .pageAmbassador .ambassadorDetail li .pr p {
        font-size: 1.3rem;
        line-height: 1.85;
    }
    .pageAmbassador .ambassadorDetail .youtube{margin-bottom: 10px;}
    .pageAmbassador div.comment{padding: 20px 15px 0; background: #F2FAF4;}
	.pageAmbassador .youtubeBox-short div.comment{width: auto;}
	.pageAmbassador div.comment p{font-size: 1.4rem;
            line-height: 1.85;}

	
/* ######################################################################################

　ランニングイベント .pageSupport join

###################################################################################### */
.pageSupport.join .bgGray.pageLink li a.button.gray {
    pointer-events: none;
}
.pageSupport.join .linkoff {
    pointer-events: none;
    text-decoration: none;
    color: #111111;
}
.pageSupport.join .bgGray.pageLink li a span{font-size: 11px;}

@media print, screen and (min-width: 768px) {
    .pageSupport.join .bgGray.pageLink li {
    margin-right: 15px;height: 65px;display: table;
    }
    .pageSupport.join .bgGray.pageLink li a.button {
		display: table-cell;  vertical-align: middle;
        padding: 0 2em!important;
		line-height: 1.1;
    }
}
.pageSupport .bgGray.pageLink .icoGreenArrowRight[target="_blank"]:after {}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.join .bgGray.pageLink ul, .pageSupport.join .bgGray.pageLink li a {
        width: 100%;
    }
    .pageSupport.join .bgGray.pageLink li {
        margin-bottom: 0.5em;
    }
}

/* ######################################################################################

　救護サポーター フォーム

###################################################################################### */
.pageRunner.thanks .formAttention p{margin-bottom: 0; margin-top: 0;}
.pageRunner.finish .section table td p{margin-bottom: 0;}
.pageRunner.finish .section table td p + ul,
.pageRunner.finish .section table td p + ol{margin-top: 0;}


/* ######################################################################################

　おすすめ応援ルート .pageSupport.route

###################################################################################### */
.pageSupport.route .cheeringGuide .cheeringGuide__img a::after{content: none;}
.pageSupport.route .cheeringGuide .button.large.square.green{font-size: 1.8rem;}
.pageSupport.route .fontLarge.grayBgTitle{font-size: 1.8rem;}

.pageSupport.route a.icoGreenArrowRight::after{content: none;}



/*応援ガイド*/
@media print, screen and (min-width: 768px) {
    .pageSupport.route .cheeringGuide{ padding: 50px 0; text-align: center;}
    .pageSupport.route .cheeringGuide .cheeringGuide__img img{ width:300px; margin-bottom: 30px;}
}

@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.route .cheeringGuide{margin-bottom: 20px;}
    .pageSupport.route .cheeringGuide .cheeringGuide__img img{ margin-bottom: 20px;}
}
/*応援ナビ*/
@media print, screen and (min-width: 768px) {
    .pageSupport.route .cheeringNavi{margin-bottom: 20px;}
    .pageSupport.route .cheeringNavi{padding: 20px 20px 53px 20px }
    .pageSupport.route .cheeringNavi .banner{text-align: right; margin-bottom: 20px;}
    .pageSupport.route .cheeringNavi .banner img{width: 230px; }
    .pageSupport.route .cheeringNavi .alginC{text-align: center;}
    .pageSupport.route .cheeringNavi .alginC img{width: 650px;}
}

@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.route .cheeringNavi{margin-bottom: 20px;}
    .pageSupport.route .cheeringNavi .banner{text-align: right; margin-bottom: 20px;}
    .pageSupport.route .cheeringNavi .banner img{width: 30%;}
    .pageSupport.route .cheeringNavi .alginC{text-align: center;}
    .pageSupport.route .cheeringNavi .alginC img{width: 70%;}
}
/*会場マップ*/
@media print, screen and (min-width: 768px) {
    .pageSupport.route .icoGreenArrowRight + .greenUnderLineTitle{margin-top: 55px;}
    .pageSupport.route .cheeringMap{text-align: center;}
    .pageSupport.route .cheeringMap img{width: 900px;}
    .pageSupport.route .fontLarge.grayBgTitle{margin-top: 0;}
}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.route .icoGreenArrowRight + .greenUnderLineTitle{margin-top: 20px;}
}


/*応援ルート*/
.pageSupport.route .cheeringRute {display: flex;}
.pageSupport.route .cheeringRute.end{border-bottom: 1px solid #CDD6DD;}
.pageSupport.route .cheeringRute .bgLgreen{font-weight: bold; background: #D9F543; padding: 0.1em 0.5em; font-size: 1.6rem; display: inline-block; margin-bottom: 15px;}
.pageSupport.route .cheeringRute .cheeringRute__exp .title{font-size: 2.2rem; font-weight: bold; margin-bottom: 0.5em;}
.pageSupport.route .cheeringRute .cheeringRute__exp .time{font-size: 1.6rem; font-weight: bold; margin-bottom: 1em;}
.pageSupport.route .cheeringRute .cheeringRute__exp .station{font-size: 1.5rem;}
.pageSupport.route .section{margin-bottom: 1em;}
.pageSupport.route .section + .section:before{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-image: url("../img/contents/support/route/ico-greenDown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
    .pageSupport.route .cheeringRute{
        justify-content: flex-start;
    }
    .pageSupport.route .cheeringRute.end{padding-bottom: 40px;}
    .pageSupport.route .cheeringRute .cheeringRute__img{width: 500px; margin-right: 50px;}
    .pageSupport.route .greenUnderLineTitle.start{margin-top: 100px;}

}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.route .cheeringRute{
        flex-direction: column;
    }
    .pageSupport.route .cheeringRute .cheeringRute__img{margin-bottom: 1em;}
    .pageSupport.route .cheeringRute .cheeringRute__exp .station{margin-bottom: 0;}
    .pageSupport.route .cheeringRute.end{padding-bottom: 1em;}
    .pageSupport.route .greenUnderLineTitle.start{margin-top: 3em;}
}

/* ######################################################################################

　おこしやす広場 .pageSupport.okoshiyasu

###################################################################################### */
.pageSupport.okoshiyasu .section.borderTop {border-top: 1px solid #ccc;}
.pageSupport.okoshiyasu .cationList {margin-left: 1em; text-indent: -1em;}
.pageSupport.okoshiyasu .cationList {font-size: 0.8em;}

@media print, screen and (min-width: 768px) {
    .pageSupport.okoshiyasu .sectionBox + .sectionBox {margin-top: 4em;}
    .pageSupport.okoshiyasu .section.borderTop {padding-top: 3em;}
    .pageSupport.okoshiyasu .pageLink {margin-bottom: 4em;}
    .pageSupport.okoshiyasu .singleImage {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3em;
    }
    .pageSupport.okoshiyasu .sectionBox .section + .section{margin-top: 4em;}

}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.okoshiyasu .mainColumn {padding-bottom: 2.6667em;}
    .pageSupport.okoshiyasu .sectionBox + .sectionBox {margin-top: 2.6667em;}
    .pageSupport.okoshiyasu .section.borderTop {padding-top: 1.75em;}
    .pageSupport.okoshiyasu .column2.columnSp {display: flex; flex-wrap: wrap;}
    .pageSupport.okoshiyasu .column2.columnSp > * {width: 47.72727%;}
    .pageSupport.okoshiyasu .column2.columnSp:not(.fullSp) > *:nth-of-type(2) {margin-top: 0;}
    .pageSupport.okoshiyasu .column2.columnSp > *:nth-of-type(even) {margin-left: 4.54545%;}

    .pageSupport.okoshiyasu .column2.columnSp.narrow > * {width: 49%;}
    .pageSupport.okoshiyasu .column2.columnSp.narrow > *:nth-of-type(even) {margin-left: 2%;}

    .pageSupport.okoshiyasu .pageLink {margin-bottom: 2em;}
    .pageSupport.okoshiyasu .pageLink.column2.fullSp > * {width: 100%;}
    .pageSupport.okoshiyasu .pageLink.column2.fullSp > * + * {margin-top: 0.75em;}
    .pageSupport.okoshiyasu .pageLink.column2.fullSp > *:nth-of-type(even) { margin-left: 0;}
    .pageSupport.okoshiyasu .pageLink a {min-width: auto; width: 100%; line-height: 1.25;}
    .pageSupport.okoshiyasu .pageLink .button.ico.before.en:before {left: 0.5em;}

    .pageSupport.okoshiyasu .sectionBox .section + .section{margin-top: 2em;}
    .pageSupport.okoshiyasu .singleImage {margin-top: 1em;}
}

/* ====================================================
    プロフィール詳細
  ==================================================== */
.pageSupport.okoshiyasu .ambassadorDetail li {margin-top: 2em;}
.pageSupport.okoshiyasu .ambassadorDetail li .img img {border-radius: 50%;}
.pageSupport.okoshiyasu .ambassadorDetail li .detailBox .name {
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.6;
}

@media print, screen and (min-width: 768px) { /* PC：768px～ */
    .pageSupport.okoshiyasu .ambassadorDetail {margin-top: 4em;}
    .pageSupport.okoshiyasu .ambassadorDetail li {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .pageSupport.okoshiyasu .ambassadorDetail li .img {width: 20%;}

    .pageSupport.okoshiyasu .ambassadorDetail li .detailBox {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 76.6666%;
    }
}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.okoshiyasu .ambassadorDetail {margin-top: 3em;}
    .pageSupport.okoshiyasu .ambassadorDetail li .img {
        margin-right: auto;
        margin-bottom: 1.5em;
        margin-left: auto;
        width: 180px
    }
    .pageSupport.okoshiyasu .ambassadorDetail li .detailBox .name {text-align: center;}
}

/* ====================================================
    eventBox
  ==================================================== */
.pageSupport.okoshiyasu .eventBox .content .heading {margin-bottom: 0.75em;}
.pageSupport.okoshiyasu .eventBox .content .date {margin-bottom: 0; font-weight: bold;}
.pageSupport.okoshiyasu .eventBox .entry {width: 100%; text-align: center;}
.pageSupport.okoshiyasu .marathonList li {font-weight: bold;}
.pageSupport.okoshiyasu .pdfBox {text-align: center;}
.pageSupport.okoshiyasu .eventBox .content .mt10 {margin-top: 1rem;}
.pageSupport.okoshiyasu .eventBox .content .mt20 {margin-top: 2rem;}
.pageSupport.okoshiyasu .eventBox .content .heading{color: #009935;}

@media print, screen and (min-width: 768px) { /* PC：768px～ */
    .pageSupport.okoshiyasu .event.borderTop {margin-top: 4em;}
    .pageSupport.okoshiyasu .eventBox {display: flex; flex-wrap: wrap}
    .pageSupport.okoshiyasu .eventBox + .eventBox {margin-top: 4em;}
    .pageSupport.okoshiyasu .eventBox .image {width: 47.77778%;}
    .pageSupport.okoshiyasu .eventBox .content {width: 47.77778%; margin-left: 4.44444%;}
    .pageSupport.okoshiyasu .eventBox .heading {font-size: 2.1rem; line-height: 1.3; padding-bottom: 0.2em;}
    .pageSupport.okoshiyasu .eventBox .content .date + .heading {margin-top: 0.5em;}
    .pageSupport.okoshiyasu .eventBox .content .date {margin-top: 0; font-size: 2.0rem;}
    .pageSupport.okoshiyasu .eventBox .content .term {margin-top: 0.75em;}
    .pageSupport.okoshiyasu .eventBox .content p {margin-bottom: 30px;}
	.pageSupport.okoshiyasu .eventBox .content .sunflex.column2 {margin-top: 0px!important;}
	.pageSupport.okoshiyasu .eventBox .content .sunflex.column2 > * img{width: 150px!important;}
    .pageSupport.okoshiyasu .eventBox .content p.zero {margin: 0;}
    .pageSupport.okoshiyasu .eventBox .content p.narrow {margin-top: 0.5em;}
    .pageSupport.okoshiyasu .eventBox .content .cation {margin-top: 0.5em; margin-left: 1em; text-indent: -1em; font-size: 1.3rem;}
    .pageSupport.okoshiyasu .eventBox .entry {margin-top: 2em;}
    .pageSupport.okoshiyasu .eventBox .entry a {min-width: 440px;}
    .pageSupport.okoshiyasu .marathonList + .cationList {margin-top: 1.875em; margin-bottom: 3em;}
    .pageSupport.okoshiyasu .pdfBox {margin-top: 3.75em;}
}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.okoshiyasu .eventBox + .eventBox {margin-top: 2.6667em;}
    .pageSupport.okoshiyasu .eventBox .content {margin-top: 1em;}
    .pageSupport.okoshiyasu .eventBox .heading {margin-bottom: 1em; font-size: 2rem; line-height: 1.3;padding-bottom: 0.2em;}
    .pageSupport.okoshiyasu .eventBox .content .date + .heading {margin-top: 0.625em;}
    .pageSupport.okoshiyasu .eventBox .content .date {font-size: 1.6rem;}
    .pageSupport.okoshiyasu .eventBox .content .term {margin-top: 0.6667em;}
    .pageSupport.okoshiyasu .eventBox .content p {margin-top: 1em; margin-bottom: 0;}
	.pageSupport.okoshiyasu .eventBox .content .sunflex.column2 > * img{width: 40%!important;margin: auto;}
	.pageSupport.okoshiyasu .eventBox .content .sunflex.column2 > * + * {  margin: 0px auto 20px!important;text-align: center;}
    .pageSupport.okoshiyasu .eventBox .entry {margin-top: 1em;}
    .pageSupport.okoshiyasu .marathonList li {font-size: 1.6rem;}
    .pageSupport.okoshiyasu .spZero {margin-bottom: 0.6667em;}
    .pageSupport.okoshiyasu .marathonList + .cationList {margin-top: 1em; margin-bottom: 1.4286em; font-size: 1.4rem;}
    .pageSupport.okoshiyasu .pdfBox {margin-top: 2em;}
    .pageSupport.okoshiyasu .eventBox .content .mt10Sp {margin-top: 1rem;}
	.pageSupport.okoshiyasu .eventBox .content .heading.taiken01{color:#996633; border-bottom: 2px solid #996633;}
	.pageSupport.okoshiyasu .eventBox .content .heading.taiken02{color:#669933; border-bottom: 2px solid #669933;}
	.pageSupport.okoshiyasu .eventBox .content .heading.taiken03{color:#3399CC; border-bottom: 2px solid #3399CC;}
	.pageSupport.okoshiyasu .eventBox.en .heading{ border-bottom: 2px solid #009935!important; color:#009935; }
.pageSupport.okoshiyasu .eventBox .content .heading{ border-bottom: 2px solid #009935;}
}
	
.pageSupport.okoshiyasu .eventBox.en .heading{ border-bottom: 2px solid #009935!important; color:#009935; }
.pageSupport.okoshiyasu .eventBox .content .heading{ border-bottom: 2px solid #009935;}

.pageSupport.okoshiyasu .eventBox .content .heading.taiken01{color:#996633; border-bottom: 2px solid #996633;}
	.pageSupport.okoshiyasu .eventBox .content .heading.taiken02{color:#669933; border-bottom: 2px solid #669933;}
	.pageSupport.okoshiyasu .eventBox .content .heading.taiken03{color:#3399CC; border-bottom: 2px solid #3399CC;}	


/* ######################################################################################

　ふるさと納税出走権付宿泊プラン .pageRunner.stayingplan

###################################################################################### */
.pageRunner.stayingplan{}
.pageRunner.stayingplan .stay_slider_wrap p{margin: 0 0 20px 0 ;}

.pageRunner.stayingplan .stay_slider_wrap a.button{
	padding: 1em 3em;
    min-width: 260px;
	margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) { /* PC：768px～ */
	.pageRunner.stayingplan .photoimage{margin-bottom: 70px;}
	.pageRunner.stayingplan p.lead{margin-bottom: 70px;}
	.pageRunner.stayingplan .photoimage .youtube {
        width: 100%;
    }
}
@media screen and (max-width: 767px) { /* スマホ */
	.pageRunner.stayingplan .photoimage{margin-bottom: 0px;}
	.pageRunner.stayingplan p.lead{margin-bottom: 30px;}
	.pageRunner.stayingplan .thumb-item2-nav .slick-slide {width:29% !important; padding:1px; cursor:pointer;margin-bottom: 30px;}
	.pageRunner.stayingplan .stay_slider_wrap{margin-bottom: 60px;}
	.pageRunner.stayingplan .stay_slider_wrap a.button{width: 100%!important;margin-bottom: 0px;}
	.pageRunner.stayingplan .detail{display:flex; flex-direction: column; /* スマホ用に縦一列に並べる*/}
	.pageRunner.stayingplan .detail h3{order: 2;}
	.pageRunner.stayingplan .detail p{order: 3;}
	.pageRunner.stayingplan .detail thumb-item2-nav{order: 1;}

	}


/* ============================================================================
  スライダー
============================================================================ */
@media print, screen and (min-width: 768px) {
.pageRunner.stayingplan .centerRes2.slickSlider {overflow:hidden;}
.pageRunner.stayingplan .centerRes2.slickSlider .slick-slide{
    width:520px !important;    /* ※PCの時の画像サイズ指定 */
}
.pageRunner.stayingplan .thumb-item2-nav .slick-slide {width:23% !important; padding:1px; cursor:pointer;}
	}
.pageRunner.stayingplan .thumb-item2-nav {
    margin:0 auto;
    max-width:auto;    /* サムネイル一覧の幅 */
}
.pageRunner.stayingplan .thumb-item2-nav .slick-track {
    transform:translate3d(0, 0, 0) !important;
    width:100% !important;
}

.pageRunner.stayingplan .thumb-item2-nav .slick-slide img {width:100% !important; height:auto;}

/* オプション　infinite: true */
.pageRunner.stayingplan .thumb-item2-nav .slick-slide:first-child,
.pageRunner.stayingplan .thumb-item2-nav .slick-slide:last-child {display:none;}

/* フェード
-------------------------------------*/
.pageRunner.stayingplan .centerRes2.slickSlider .slick-prev,
.pageRunner.stayingplan .centerRes2.slickSlider .slick-next {
    top:0;
    background:rgba(255,255,255,0.5);
    width:50%;
    height:100%;
}
/* フェードの位置 */
.pageRunner.stayingplan .centerRes2.slickSlider .slick-prev {transform:translateX(-216px);}
.pageRunner.stayingplan .centerRes2.slickSlider .slick-next {transform:translateX(216px);}

/* 前後ボタンの位置 */
.pageRunner.stayingplan .centerRes2.slickSlider .slick-prev:before,
.pageRunner.stayingplan .centerRes2.slickSlider .slick-next:before {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.pageRunner.stayingplan .centerRes2.slickSlider .slick-prev:before {right:30px;}
.pageRunner.stayingplan .centerRes2.slickSlider .slick-next:before {left:30px;}

/* サムネイルのフェード */
.pageRunner.stayingplan .thumb-item2-nav .slick-slide:not(.slick-current) {opacity:0.5;}


.pageRunner.stayingplan .thumb-item2-nav .slick-slide.slick-current {
        border: 2px solid #3A63FF;
    }



/* ######################################################################################

　沿道探検隊 facilitymap

###################################################################################### */
.pageSupport.facilitymap{position: relative; width: 100%;}


/* 沿道探検隊マップ */
.pageSupport.facilitymap .pointmap .top_map{ width: 100%;position: relative; }
.pageSupport.facilitymap .pointmap .facilitylist ul li a img:hover{opacity: 0.8; transform:scale(1.2,1.2);}


@media print, screen and (min-width: 768px) {
	.pageSupport.facilitymap h2.greenUnderLineTitle{margin-top: 0!important;}
	.pageSupport.facilitymap .pointmap .facilitylist ul li a img{position: absolute; width: 6%;transition:0.3s;}
	.pageSupport.facilitymap .pointmap { position: relative; width: 980px; height: auto;margin-top: 50px;}
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc10 a img,
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc17 a img{width: 6.8%!important;}


	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc01 a img{ top: 73%;left: 27%;}/* 第１回　西京極総合運動公園 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc02 a img{ top: 52%;left: 9%;}/* 第２回　嵐山、渡月橋 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc03 a img{ top: 37%;left: 17%;}/* 第３回　広沢池 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc04 a img{ top: 6%;left: 63%;}/* 第４回　京都府立植物園 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc05 a img{ top: 51%;left: 64%;}/* 第５回　京都市役所本庁舎 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_6 a img{ top: 36%;left: 92%;}/* 第６回　京都送り火の五山  */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_1 a img{ top: 5%;left: 77.5%;}/* 第６回　京都送り火の五山① */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_2 a img{ top: 2%;left: 71%;}/* 第６回　京都送り火の五山② */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_3 a img{ top: -6%;left: 48%;}/* 第６回　京都送り火の五山③ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_4 a img{ top: 12%;left: 42%;}/* 第６回　京都送り火の五山④ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_5 a img{ top: 32%;left: 3%;}/* 第６回　京都送り火の五山⑤ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc07 a img{ top: 31%;left: 30%;}/* 第７回　仁和寺 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc08 a img{ top: 24%;left: 33%;}/* 第８回　龍安寺 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc09 a img{ top: 25%;left: 67%;}/* 第９回　鴨川 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc10 a img{ top: 54%;left: 91%;}/* 第１０回　平安神宮 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc11 a img{ top: 51%;left: 79%;}/* 第１１回　京都市京セラ美術館本館 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc12 a img{ top: 31%;left: 48%;}/* 第１２回　平野神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc13 a img{ top: 25%;left: 44%;}/* 第１３回　わら天神 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc14 a img{ top: 15%;left: 50%;}/* 第１４回　今宮神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc15 a img{ top: 36%;left: 76%;}/* 第１５回　百万遍 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc16 a img{ top: -2%;left: 61%;}/* 第16回　上賀茂神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc17 a img{ top: 46.5%;left: 84%;}/* 第17回　吉田神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc18 a img{ top: 38%;left: 66%;}/* 第18回　京都御苑 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc19 a img{ top: 70%;left: 86%;}/* 第19回　特別編 京都のまちを守るアプリ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc20 a img{ top: 70%;left: 92%;}/* 第20回　特別編 世界遺産「古都京都の文化財」 */

}
@media screen and (max-width: 767px) { /* スマホ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li a img{position: absolute; width: 10%;transition:0.3s;}
	.pageSupport.facilitymap .pointmap { position: relative; width: 100%; height: auto;}

	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc01 a img{ top: 67%;left: 24%;}/* 第１回　西京極総合運動公園 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc02 a img{ top: 46%;left: 2%;}/* 第２回　嵐山、渡月橋 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc03 a img{ top: 30%;left: 15%;}/* 第３回　広沢池 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc04 a img{ top: -3%;left: 61%;}/* 第４回　京都府立植物園 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc05 a img{ top: 44%;left: 62%;}/* 第５回　京都市役所本庁舎 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_6 a img{ top: 30%;left: 89%;}/* 第６回　京都送り火の五山 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_1 a img{ top: -2%;left: 76%;}/* 第６回　京都送り火の五山① */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_2 a img{ top: -5%;left: 69%;}/* 第６回　京都送り火の五山② */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_3 a img{ top: -14%;left: 46%;}/* 第６回　京都送り火の五山③ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_4 a img{ top: 4%;left: 40%;}/* 第６回　京都送り火の五山④ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc06_5 a img{ top: 25%;left: 1%;}/* 第６回　京都送り火の五山⑤ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc07 a img{ top: 24%;left: 28%;}/* 第７回　仁和寺 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc08 a img{ top: 17%;left: 31%;}/* 第８回　龍安寺 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc09 a img{ top: 25%;left: 67%;}/* 第９回　鴨川 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc10 a img{ top: 53%;left: 91%;}/* 第１０回　平安神宮 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc11 a img{ top: 44%;left: 79%;}/* 第１１回　京都市京セラ美術館本館 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc12 a img{ top: 23%;left: 45%;}/* 第１２回　平野神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc13 a img{ top: 18%;left: 42%;}/* 第１３回　わら天神 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc14 a img{ top: 7%;left: 48%;}/* 第１４回　今宮神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc15 a img{ top: 29%;left: 74%;}/* 第１５回　百万遍 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc16 a img{ top: -9%;left: 59%;}/* 第16回　上賀茂神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc17 a img{ top: 47%;left: 88%;}/* 第17回　吉田神社 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc18 a img{ top: 31%;left: 64%;}/* 第18回　京都御苑 */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc19 a img{ top: 70%;left: 82%;}/* 第19回　特別編 京都のまちを守るアプリ */
	.pageSupport.facilitymap .pointmap .facilitylist ul li.fc20 a img{ top: 70%;left: 90%;}/* 第20回　特別編 世界遺産「古都京都の文化財」 */


}

/* 沿道探検隊 新着 */

.pageSupport.facilitymap .topicsInfoCardType > li:not(.pagenationWarp) a,
.pageInfo.concept .topicsInfoCardType > li:not(.pagenationWarp) a {
    border: 1px solid #CDD6DD;
}
@media print, screen and (min-width: 768px) {
    .pageSupport.facilitymap .newsWarp .contents,
    .pageInfo.concept .newsWarp .contents {  width: 980px; margin: 0;  padding: 0; }
    .pageSupport.facilitymap .topicsInfoCardType > li:not(.pagenationWarp),
    .pageInfo.concept .topicsInfoCardType > li:not(.pagenationWarp) { width: calc(33% - 15px); }
    .pageSupport.facilitymap .topicsInfoCardType:before,
    .pageInfo.concept .topicsInfoCardType:before,
    .topicsInfoCardType:after {
            content: "";
            display: block;
            width: calc(33% - 15px);
    }
	.pageSupport.facilitymap .topicsInfoCardType > li:not(.pagenationWarp):nth-of-type(4),
    .pageInfo.concept .topicsInfoCardType > li:not(.pagenationWarp):nth-of-type(4) {
        margin-top: 25px!important;
    }
}
@media screen and (max-width: 767px) { /* スマホ */
    .pageSupport.facilitymap .newsWarp .contents,
    .pageInfo.concept .newsWarp .contents { margin: 0;  padding: 0!important; }
	  .pageSupport.facilitymap .newsWarp.wallBelt,
    .pageInfo.concept .newsWarp.wallBelt{  padding-top: 20px!important;}
}

@media print, screen and (min-width: 768px) {
	.hospitalitybanner img{max-width: 340px;height: auto;}

}

/* ######################################################################################

　みんなが主役 syuyaku

###################################################################################### */
/* ============================================================================
  京都マラソンを支えていただいている方々 みんなが主役
============================================================================ */
.pageSyuyaku .shuyakuLead{}
.pageSyuyaku .shuyakuLead__title{margin-bottom: 1.5em; text-align: center;}
.pageSyuyaku .shuyakuLead__title .large{display: block;}
.pageSyuyaku .shuyakuLead__copy{text-align: center;}

@media screen and (max-width: 767px) {
    .pageSyuyaku .shuyakuLead{margin-bottom: 4em;}
    .pageSyuyaku .shuyakuLead__title img{max-width: 90%;}
    .pageSyuyaku .shuyakuLead__link{max-width: 95%; margin: 0 auto;}
}

/* ============================================================================
  ～したい　ブロック
============================================================================ */
.pageSyuyaku .shuyakuBlock{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.pageSyuyaku .shuyakuBlock__inner{

    margin: 0 auto;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.95;
    border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
    .pageSyuyaku .shuyakuBlock{padding-top: 32em;}
    .pageSyuyaku .shuyakuBlock__inner{width: 95%; margin-top: -3em; padding: 2em 0;}
    .pageSyuyaku .shuyakuBlock__title{margin-bottom: 2.25em;}
}
@media screen and (max-width: 767px) {
    .pageSyuyaku .shuyakuBlock{padding-top: 13em; margin-left: -15px; margin-right: -15px;}
    .pageSyuyaku .shuyakuBlock__inner{width: calc(95% - 30px); margin-top: -3em; padding: 1.5em 0;}
    .pageSyuyaku .shuyakuBlock__title{margin-bottom: 2.25em;}
}

/* 写真
-------------------------------------*/
.pageSyuyaku .shuyakuBlock01{background-image: url(../img/contents/syuyaku/photo_01.jpg);}
.pageSyuyaku .shuyakuBlock02{background-image: url(../img/contents/syuyaku/photo_02.jpg);}
.pageSyuyaku .shuyakuBlock03{background-image: url(../img/contents/syuyaku/photo_03.jpg);}
.pageSyuyaku .shuyakuBlock04{background-image: url(../img/contents/syuyaku/photo_04.jpg);}
.pageSyuyaku .shuyakuBlock05{background-image: url(../img/contents/syuyaku/photo_05.jpg);}
.pageSyuyaku .shuyakuBlock06{background-image: url(../img/contents/syuyaku/photo_06.jpg);}
}