@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');
/*--------------------------------------------------------------------------------------------------

   common
			   - reset
						- common
						- header
						- nav
						- btn
						- indexLinks
						- fNavi
						- footer
						- copy
						- second

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
	vertical-align: top;
 backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

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

header,section,article,aside,footer,nav {
 display: block;
}

strong {
	font-weight: 500;
}

i {
	margin-left: .4em;
}

::selection    {
background: #183063;
color:#fff;
}

::-moz-selection   {
background: #FF5170;
color:#FFF;
}

.arw-r:after {
	content: '\f138';
	padding: 0 0 0 .6em;
	font-family: FontAwesome;
}



/*-------------------------------------------------reset*/

@media all and (min-width: 769px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #183063;
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	font-weight: 400;
}

a:link {
	color: #183063;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	text-decoration: underline;
}

a:visited {
	color: #183063;
}

a:hover, a:active {
	color: #F60;
}

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

.clear {
 display: inline-table;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fa-pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#mainVisual {
 position: relative;
	/*border-bottom: 4px solid #183063;*/
	background-color: #183063;
}

#mainVisual h1 img {
	max-width: 100%;
	height: auto;
}

#mainVisual p {
    position: absolute;
    bottom: 5%;
    left: 24%;
}

#mainVisual p img {
    width: 270px;
    height: auto;
}


/*------------------------------------------------------------------------------------------------
  topMenu
--------------------------------------------------------------------------------------------------*/
#topMenu {
    padding: 4px 0;
    background-color: #2B56B3;
}

#topMenu ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}

#topMenu ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

#topMenu ul li:before {
position: absolute;
width: 1px;
height: 20px;
top: calc( 50% - 10px);
right: 0;
content: "";
background-color: #FFF;
}

#topMenu ul li:last-child:before {
background-color: transparent;
}

#topMenu ul li a {
    display: block;
    padding: 16px 30px;
    color: #FFF;
    text-decoration: none;
}

#topMenu ul li a:hover,
#topMenu ul li a:active {
    background-color: #7483A1;
}

/*------------------------------------------------------------------------------------------------
  indexLead
--------------------------------------------------------------------------------------------------*/
#indexLead {
	width: 1000px;
	margin: 0 auto;
	padding: 56px 0;
	text-align: center;
}

#indexLead p:nth-of-type(2) {
	margin: 24px 0 0;
}

#indexLead ol.point {
	margin: 32px auto 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

#indexLead ol.point li {
	width: 46%;
	margin: 0 2%;
	padding: 0 0 8px;
	text-align: left;
	font-size: 22px;
	border-bottom: 1px dotted #0B96CE;
}

#indexLead ol.point li span.s {
	font-size: 16px;
}

#indexLead .checkBox {
	margin: 0 auto 40px;
	width: 500px;
	position: relative;
	background-color: #FFEFCA;
	padding: 20px;
	font-weight: 500;
}

#indexLead .checkBox::before {
	background: url(../../common/image/check.png) no-repeat 0 0;
	width: 110px;
	height: 34px;
	position: absolute;
	top: -10px;
	left: -60px;
	content: "";
	animation-name: rotatefocus;
 animation-duration: 3s;
	animation-iteration-count: infinite;
}

#indexLead .checkBox a {
	font-size: 24px;
	color: #D32587;
}

@keyframes rotatefocus{
  0% {
    transform: rotateZ(0);
  }
		33% {
    transform: rotateZ(0);
		}
  100% {
    transform: rotateZ(360deg);
  }
}

.servicePointNum {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #C75322;
	margin-top: 8px;
	margin-right: 8px;
	padding: 0;
	font-style: italic;
	color: #0B96CE;
}

.servicePointNum span {
	font-size: 30px;
	font-style: normal;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 1;
	border-radius: 50%;
	border: 3px solid #0B96CE;
	margin-left: 8px;
	background-color: #E6F4FA;
}



/*------------------------------------------------------------------------------------------------
  indexEntry
--------------------------------------------------------------------------------------------------*/
#indexEntry {
	padding: 80px 0 40px;
	background-color: #183063;
	color: #FFF;
}

#indexEntry .content-fa {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#indexEntry .content-fa section {
	width: 480px;	
}

#indexEntry .content-fa section h2 {
	margin: 0 0 24px;
	position: relative;
}

/*#indexEntry .content-fa section:nth-child(1) h2:before {
	position: absolute;
	content: "";
	top: -100px;
	left: -50px;
	background: url(../image/entry_kigen.png) no-repeat 0 0;
	width: 161px;
	height: 125px;
}*/

#indexEntry .content-fa section p {
	margin: 0 0 40px;
}

#indexEntry .content-fa2 section {
	width: 480px;
	margin: 0 auto 40px;
}

#indexEntry .content-fa2 section h2 {
	margin: 0 0 24px;
}

#indexEntry .content-fa2 section p {
	margin: 0 0 40px;
}

.btn a {
	display: block;
	width: 448px;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #F3EA4B;
	color: #183063;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	transition: .3s;
	border: 3px solid #F3EA4B;
	text-decoration: none !important;
}

.btn a:hover, .btn a:active {
	background-color: #183063;
	color: #F3EA4B;
}

#indexEntry .content-fa section:nth-of-type(2) {
	position: relative;
}

#indexEntry .content-fa section .bosyu {
	position: absolute;
	top: -56px;
	left: 10px;
}


/*------------------------------------------------------------------------------------------------
  indexSponsor
--------------------------------------------------------------------------------------------------*/
#indexSponsor {
	width: 1000px;
	margin: 0 auto;
}

#indexSponsor .main {
	text-align: center;
}

#indexSponsor .main img {
	width: 400px;
	height: auto;
}

#indexSponsor .sponsor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexSponsor .sponsor ul li {
	width: 30%;
	margin-bottom: 50px;
}

#indexSponsor .sponsor ul li:nth-child(3n-1) {
	margin: 0 5% 50px;
}




/*------------------------------------------------------------------------------------------------
  indexCont
--------------------------------------------------------------------------------------------------*/
#indexCont {
	position: relative;
	padding: 100px 0 20px;
}

#indexCont::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 0 0 33vw;
 border-color: #F3EA4B transparent transparent transparent;
	opacity: .1;
}

#indexCont::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 33vw 14vw 0;
 border-color: transparent transparent #F3EA4B transparent;
	opacity: .1;
	z-index: -1;
}


#indexCont .hash {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#indexCont .hash::before {
	position: absolute;
	background: url(../image/rose_back-01.png) no-repeat;
	background-size: 242px 213px;
	width: 242px;
	height: 213px;
	content: "";
	top: -40px;
	left: -170px;
	z-index: -1;
}

#indexCont .hash::after {
	position: absolute;
	background: url(../image/rose_back-02.png) no-repeat;
	background-size: 232px 130px;
	width: 232px;
	height: 130px;
	content: "";
	top: 240px;
	right: -130px;
	z-index: -1;
}

#indexCont .hash h2 {
	margin: 0 0 60px;
	text-align: center;
}

#indexCont .hash h2 img {
	width: 926px;
	height: auto;
}

#indexCont .hash p {
	margin: 0 0 64px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

#indexCont .content-fa {
	width: 1000px;
	margin: 0 auto 64px;
	display: flex;
	justify-content: space-between;
}

#indexCont .content-fa section {
	width: 480px;
}

#indexCont .content-fa section img {
	max-width: 100%;
}

#indexCont .content-fa h3,
#indexCont .sns h3 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: none;
}

#indexCont .content-fa p {
	margin: 0 0 32px;
}

.syumokuList {
	margin: 0 16px;
	padding: 0;
	list-style: none;
}

.syumokuList li {
	position: relative;
	margin: 0 0 10px;
	padding: 6px 8px 6px 24px;
	border-bottom: 1px solid #EEE;
}

.syumokuList li::before {
 position: absolute;
 bottom: 0;
 left: 8px;
 top: 1px;
 content: "";
 margin: auto;
 width: 4px;
 height: 80%;
 height: calc(100% - 20px);
}

/*.syumokuList li:nth-of-type(1)::before {
	background: #FA5B3C;
}

.syumokuList li:nth-of-type(2)::before {
	background: #F5BB1F;
}

.syumokuList li:nth-of-type(3)::before {
	background: #F57A9B;
}

.syumokuList li:nth-of-type(4)::before {
	background: #5EC738;
}

.syumokuList li:nth-of-type(5)::before {
	background: #45B1E7;
}*/

.syumokuList li:nth-of-type(1)::before {
	background: #3367D6;
}

.syumokuList li:nth-of-type(2)::before {
	background: #F791DF;
}

.syumokuList li:nth-of-type(3)::before {
	background: #F47195;
}

.syumokuList li:nth-of-type(4)::before {
	background: #F5BB1F;
}

.syumokuList li:nth-of-type(5)::before {
	background: #FA5B3C;
}

.syumokuList li:nth-of-type(6)::before {
	background: #60DA41;
}

.syumokuList li:nth-of-type(7)::before {
	background: #50A62F;
}

.syumokuList li:nth-of-type(8)::before {
	background: #F58F71;
}

.syumokuList li:nth-of-type(9)::before {
	background: #7194F5;
}

.syumoku {
	margin: 0 0 40px;
}

.syumoku dt {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 8px;
}

.syumoku dd {
	padding: 10px;
	border-radius: 0 0 8px 8px;
}

.syumoku:nth-of-type(2) dt {
	border-left: 8px solid #3367D6;
}

.syumoku:nth-of-type(8) dt {
	border-left: 8px solid #F791DF;
}

.syumoku:nth-of-type(9) dt {
	border-left: 8px solid #F47195;
}

.syumoku:nth-of-type(6) dt {
	border-left: 8px solid #F5BB1F;
}

.syumoku:nth-of-type(7) dt {
	border-left: 8px solid #FA5B3C;
}

.syumoku:nth-of-type(3) dt {
	border-left: 8px solid #60DA41;
}

.syumoku:nth-of-type(4) dt {
	border-left: 8px solid #50A62F;
}

.syumoku:nth-of-type(5) dt {
	border-left: 8px solid #F58F71;
}

.syumoku:nth-of-type(1) dt {
	border-left: 8px solid #70BCF5;
}


.syumoku:nth-of-type(2) dd {
	background-color: #EAF0FB;
}

.syumoku:nth-of-type(8) dd {
	background-color: #FEF4FC;
}

.syumoku:nth-of-type(9) dd {
	background-color: #FEF1F4;
}

.syumoku:nth-of-type(6) dd {
	background-color: #FEF8E8;
}

.syumoku:nth-of-type(7) dd {
	background-color: #FEEEEB;
}

.syumoku:nth-of-type(3) dd {
	background-color: #EFFBEC;
}

.syumoku:nth-of-type(4) dd {
	background-color: #EDF6EA;
}

.syumoku:nth-of-type(5) dd {
	background-color: #FEF4F1;
}

.syumoku:nth-of-type(1) dd {
	background-color: #F0F8FE;
}

.syumoku dd ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

.syumoku dd ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.syumoku dd ul li span {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
}

#indexCont .content-fa p.address {
	line-height: 1.4;
}

.gmap {
	margin: 0 0 20px;
}

#indexCont .content-fa p.address strong {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

#indexCont .sns {
	width: 1000px;
	margin: 0 auto;
}

#indexCont .sns .content-fa {
	display: flex;
	justify-content: space-between;
}

#indexCont .sns .content-fa section {
	width: 480px;
}

.fb {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1877F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.fb::before {
	content: "\f39e";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.fb::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1877F2;
}

.ig {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #C73080;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.ig::before {
	content: "\f16d";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.ig::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #C73080;
}

.tw {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1DA1F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.tw::before {
	content: "\f099";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.tw::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1DA1F2;
}

#twitter-widget-0 {
	border: 1px solid #CCC !important;
}

.line {
	background: linear-gradient(transparent 70%, #FDDFED 50%);
}

.line2 {
	background: linear-gradient(transparent 70%, #FAF7B6 50%);
}

.line3 {
	display: inline-block;
	padding: 4px 4px 6px;
	color: #fff;
	background-color: #F5576C;
	line-height: 1;
}

.ready {
	text-align: center;
}

#indexCont .event {
	width: 1000px;
	margin: 0 auto;
}

#indexCont .event h3 {
	margin: 0;
	padding: 6px 8px;
	background: linear-gradient(to left, #F7A766, #EE3C8C);
	color: #FFF;
	font-size: 24px;
	text-align: center;
	position: relative;
	border-radius: 8px 8px 0 0;
}

#indexCont .event h3::before {
 content: "\f274";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
}

#indexCont .content-fa-event {
	margin: 0 0 60px;
	border-left: 1px dotted #EE3C8C;
	border-right: 1px dotted #EE3C8C;
	border-bottom: 1px dotted #EE3C8C;
	padding: 20px 32px;
	background-color: #FFF;
}

#indexCont .content-fa-event section ul.who {
	margin: 16px 32px;
	padding: 24px 56px 14px;
	border: 3px double #EE3C8C;
	border-radius: 16px;
}

#indexCont .content-fa-event section ul.who li {
	margin: 0 0 10px 10px;
}

#indexCont .content-fa-event .eventBox {
	margin: 32px 8px 32px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	padding: 16px;
}

#indexCont .content-fa-event .eventList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
}

#indexCont .content-fa-event h4 {
	margin: 0 0 8px;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px dashed #499CCC;
	color: #499CCC;
	line-height: 1.2;
}

#indexCont .content-fa-event .eventList .text {
	width: 70%;
}

#indexCont .content-fa-event .eventList .text .date {
	position: relative;
}

#indexCont .content-fa-event .eventList .text .date::before {
 content: "\f274";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
	color: #183063;
}

#indexCont .content-fa-event .eventList .text .place {
	position: relative;
}

#indexCont .content-fa-event .eventList .text .place::before {
 content: "\f3c5";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
	color: #183063;
}

#indexCont .content-fa-event .eventList .text ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#indexCont .content-fa-event .eventList .text ul li {
	margin: 0 2px 0 0;
	padding: 2px 8px;
	display: inline-block;
	border: 1px solid #DDD;
	border-radius: 8px;
}

#indexCont .content-fa-event .eventList .entry {
	width: 28%;
	text-align: right;
}

#indexCont .content-fa-event .eventList .entry .entbtn a {
	display: block;
	width: 96%;
	margin: 0 auto;
	padding: 8px 0;
	background: linear-gradient(to left, #F7A766, #EE3C8C);
	color: #FFF;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	text-decoration: none !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#indexCont .content-fa-event .eventList .entry .entbtn a:hover,
#indexCont .content-fa-event .eventList .entry .entbtn a:active {
	background: linear-gradient(to left, #EE3C8C, #F7A766);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#guest {
	padding: 60px 0 40px;
	background-color: #E6F4FA;
}

#guest section {
 width: 1000px;
 margin: 0 auto;
 padding: 0;
 display: flex;
 justify-content: space-between;
}

#guest section .photo {
	width: 40%;
	text-align: right;
}

#guest section .guestprofile {
	width: 55%;
}

#guest section .guestprofile p {
	position: relative;
	top: 20px;
	left: -74px;
	z-index: 10;
	height: 150px;
}

#guest section .guestprofile dl {
	margin-left: 32px;
}

#guest section .guestprofile dt {
 position: relative;
	margin-bottom: 1.2em;
 padding: 0.3em;
 background: #183063;
	width: 160px;
	color: #FFF;
	border-radius: 8px;
	text-align: center;
}

#guest section .guestprofile dt::after {
 position: absolute;
 content: '';
 top: 100%;
 left: calc( 50% - 15px);
 border: 15px solid transparent;
 border-top: 15px solid #183063;
 width: 0;
 height: 0;
}

#guest section .guestprofile dd {
	margin-bottom: 32px;
}

#indexNews {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 60px;
}

#indexNews .newsList {
	padding: 20px 20px 42px;
	position: relative;
	border-top: 4px solid #F3F3F3;
	border-bottom: 4px solid #F3F3F3;
}

#indexNews .newsList::before {
	position: absolute;
	top: -4px;
	left: 0;
	content: "";
	width: 48px;
	height: 4px;
	background-color: #183063;
}

#indexNews .newsList::after {
	position: absolute;
	bottom: -4px;
	right: 0;
	content: "";
	width: 48px;
	height: 4px;
	background-color: #183063;
}

#indexNews .newsList h2 {
	margin: 0 0 8px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	position: relative;
}

/*#indexNews .newsList h2::after {
	position: absolute;
	width: 24px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #183063;
	content: "";
}*/

#indexNews .newsList ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.mdr.marketing::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #EC6C00;
}

#indexNews .newsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}

#indexNews .newsList li {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
	color: #183063;
}

#indexNews .newsList li a:hover {
	background-color: #E6F4FA;
}

#indexNews .newsList li span {
	display: block;
}

#indexNews .newsList li span i {
	margin-right: 4px;
}

#oldRace {
background: url(../image/oldrace_back.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
}

#oldRace section {
width: 1000px;
margin: 0 auto;
padding: 60px 0;
}

#oldRace section h2 {
color: #FFF;
padding: 8px;
font-size: 26px;
text-align: center;
letter-spacing: .2em;
font-weight: 500;
margin-bottom: 20px;
}

#oldRace section dl {
background-color: rgba(255, 255, 255, .3);
border-radius: 10px;
padding: 40px 20px 20px;
}

#oldRace section dl dt {
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
color: #000;
background-color: #FFF;
padding: 4px;
}

#oldRace section dl dd ul {
margin: 0 0 20px;
padding: 0;
list-style: none;
display: flex;
}

#oldRace section dl dd ul li {
width: 30%;
margin-right: 30px;
}

#oldRace section dl dd ul li a {
display: block;
border: 2px solid #FFF;
background-color: rgba(255, 255, 255, .5);
padding: 8px;
text-decoration: none;
position: relative;
font-weight: 500;
}

#oldRace section dl dd ul li a i {
position: absolute;
top: 15px;
left: 90%;
}

#oldRace section dl dd ul li a:hover {
background-color: #FFF;
color: #183063;
}

#indexGuestMC {
position: relative;
}

#indexGuestMC:before {
position: absolute;
content: "";
width: 40%;
height: 100%;
top: 0;
left: 10%;
background-color: #FEEBF3;
transform: skewX(-20deg);
z-index: -1;
}

#indexGuestMC .box {
width: 1000px;
margin: 0 auto;
display: flex;
align-items: center;
}

#indexGuestMC .photo {
width: 50%;
}

#indexGuestMC .photo img {
max-width: 100%;
height: auto;
}

#indexGuestMC .text {
width: 50%;
padding: 0 30px;
}

#indexGuestMC .text p {
margin: 0 0 10px !important;
font-size: 16px;
}

#indexGuestMC .text .lead {
font-weight: 600;
font-size: 20px;
margin-bottom: 20px !important;
width: auto !important;
}

#indexGuestMC .text .namae {
font-weight: bold;
font-size: 30px;
line-height: 1.3;
color: #FE208A;
margin-bottom: 20px !important;
}

#indexGuestMC .text .namae span {
width: 160px;
color: #FFF;
text-align: center;
padding: 2px 0;
display:block;
background-color: #FE208A;
font-size: 20px;
}

#pacer {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 60px 140px;
	background: url(../image/pacer_back-01.png) no-repeat 0 0, url(../image/pacer_back-02.png) no-repeat center bottom;
}

#pacer h2 {
	display: inline-block;
	background-color: #CC144F;
	font-size: 42px;
	font-weight: bold;
	color: #FFF;
	padding: 0 8px;
	transform: rotate(-1deg);
}

#pacer p.cap {
	display: inline-block;
	background-color: #183063;
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	padding: 0 8px;
	transform: rotate(-1deg);
	margin-left: 1px;
}

#pacer div.text {
	margin: 70px 40px;
	font-size: 20px;
}

#pacer div.text p {
	margin: 0 0 30px;
	font-weight: 500;
}

#pacer div.text p span {
	display: inline-block;
	background-color: #C4EDFB;
	margin-bottom: 4px;
	padding: 0 4px;
}

#indexAll {
	border-bottom: 4px solid #F3F2F1;
}

#indexAll h2 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: none;
}

#indexAll p {
	margin: 0 0 30px;
}

#indexAll .route {
	background-color: #F3F2F1;
}

#indexAll .route .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .schedule {
	border-bottom: 1px solid #CCC;
}

#indexAll .schedule .timeshcedule {
	position: relative;
	font-size: 18px;
	margin: 0 0 60px;
	padding: 0;
	background-color: rgba(255, 255, 255, .6);
}

#indexAll .schedule .timeshcedule:before {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: #4091C1;
}

#indexAll .schedule .timeshcedule .inner {
	position: relative;
	z-index: 10;
	padding: 0 0 1px;
}

#indexAll .schedule .timeshcedule .time {
	position: relative;
	margin: 0 !important;
	background-color: #4091C1;
	padding: 4px 30px;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
}

#indexAll .schedule .timeshcedule .time:before {
	position: absolute;
	top: calc( 50% - 2px);
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #FFF;
	content:"";
}

#indexAll .schedule .timeshcedule .info {
	padding: 10px 40px 0;
	font-weight: 500;
}


#indexAll .schedule .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .baggage {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .koui {
	background-color: #F3F2F1;
}

#indexAll .koui .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .parking {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .tuuti {
	background-color: #F3F2F1;
}

#indexAll .tuuti .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .atten {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexAll .atten ul li {
	margin-bottom: 10px;
}

.iaMenu {
	display: flex;
	width: 1000px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}

.iaMenu li {
	margin: 0;
	padding: 0;
	border: 2px dotted #183063;
	box-shadow: 3px 3px 1px #CCC;
}

.iaMenu li a {
	display: block;
	padding: 10px 24px;
	text-decoration: none;
	font-weight: 500;
	background-color: #FFF;
}

.iaMenu li a:hover {
	background-color: #FFC;
}



/*------------------------------------------------------------------------------------------------
  entryArea
--------------------------------------------------------------------------------------------------*/
.entryArea {
	padding: 64px 0;
	background-color: #183063;
	color: #FFF;
}

.entryArea .content-fa {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.entryArea .content-fa section {
	width: 480px;
}

.entryArea .content-fa section.spon {
    margin-top: 40px;
}

.entryArea .content-fa section p {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.sponsor {
	margin: 40px 0 10px;
	text-align: center;
}



/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background: url(../image/footer_back.png) no-repeat center 100%;
	background-size: cover;
	padding: 40px 0;
}

#footer footer {
	text-align: center;
}

#footer footer p {
	margin: 0 0 24px;
	font-weight: 500;
}

#footer footer p img {
	border: 1px solid #CCC;
}

#footer .copy {
	padding: 20px 8px 0;
	font-size: 14px;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(../image/header_back.gif) no-repeat 50% 0;
	padding: 24px 60px 0 30px;
	border-bottom: 1px solid #2B56B3;
}

#header::before {
	position: absolute;
	top: 84px;
	right: 0;
	color: #2B56B3;
	content: "FUKUYAMA ASHIDAGAWA MARATHON";
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
}

#header header {
	display: flex;
	justify-content: space-between;
}

#header header .hSns {
	padding: 12px 0 0;
}

#header header .hSns a {
	margin: 0 0 0 16px;
}

#header header .hSns .htwitter img {
	width: 36px;
	height: auto;
}
	
#header header .hSns .hinstagram img {
	width: 36px;
	height: auto;
}

#header header .hSns .hfacebook img {
	width: 36px;
	height: auto;
}

#header header .hSns .hruntana img {
	width: 36px;
	height: auto;
}

#header header .menubt {
	display: none;
}

nav {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	position: relative;
}

#second .line01 {
	background: linear-gradient(transparent 70%, #FCCFE4 50%);
}

#second .title .inner {
	width: 1000px;
	margin: 0 auto;
	display: table;
	position: relative;
}

#second h2 {
}

#second p {
margin-bottom: 20px;
}

#second .content-fa p {
	margin: 0 0 32px;
}

.subTitle {
	position: absolute;
	display: block;
	bottom: -26px;
	right: 0;
	background-image: linear-gradient(to right, #F5576C 30%, #FF7EB3 100%);
	font-size: 30px;
 transform:skewX(-12deg);
 color: #FFF;
	padding: 0 8px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

#second::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 0 0 33vw;
 border-color: #183063 transparent transparent transparent;
	opacity: .1;
	z-index: -1;
}

#second::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 33vw 14vw 0;
 border-color: transparent transparent #183063 transparent;
	opacity: .1;
	z-index: -1;
}

#second .inner {
width: 1000px;
margin: 0 auto;
padding: 30px 0;
}

#second .inner h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}

#second .inner h1:first-letter {
	font-size: 50px;
	color: #4BA7F2;
}

#second .inner h1:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}


/*------------------------------------------------------------------------------------------------
  entry_volunteer
--------------------------------------------------------------------------------------------------*/
#second.entry_volunteer .title {
	background: url(../image/entry_volunteer_back.jpg) no-repeat center center;
	background-size: cover;
}

.entry_volunteer h2 .text {
	width: 320px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	background-color: rgba(24, 48, 99, .7);
}

.entry_volunteer .lead {
	width: 900px;
	margin: 80px auto;
}

.entry_volunteer .lead p {
	margin: 0 0 20px;
}

.entry_volunteer .youkou {
	padding: 64px 0;
	background-color: #183063;
}

.entry_volunteer .youkou .content-fa {
	width: 900px;
	margin: 0 auto;
}

.entry_volunteer .youkou .content-fa h3 {
	margin: 0 0 32px;
	border-top: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
	padding: 16px 0;
	text-align: center;
	color: #FFF;
	font-size: 26px;
}

.entry_volunteer .youkou .content-fa table {
	width: 100%;
	line-height: 1.4;
}

.entry_volunteer .youkou .content-fa table th {
	padding: 16px 12px;
	background-color: #465982;
	color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 20%;
	text-align: left;
	font-weight: 400;
}

.entry_volunteer .youkou .content-fa table td {
	padding: 16px 12px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

.entry_volunteer .youkou .content-fa table td ul {
	margin: 0;
	padding: 0 0 0 26px;
}

.entry_volunteer .typelead {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.entry_volunteer .type {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .type .content-fa {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
}

.entry_volunteer .type .content-fa div {
	width: 480px;
}

.entry_volunteer .type div.mainv h3 {
	margin: 0 0 16px;
	background-color: #2B56B3;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
}

.entry_volunteer .type div.mainv .tokuten {
	margin: 16px 0 0;
	border: 8px solid #2B56B3;
	padding: 20px;
}

.entry_volunteer .type div.mainv .tokuten dt {
	margin: 0 0 16px;
	color: #2B56B3;
	font-size: 20px;
	font-weight: 500;
}

.entry_volunteer .type ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry_volunteer .type ul li {
	margin: 0 0 8px;
	padding: 0 0 0 26px;
	background: url(../image/check.png) no-repeat 0 6px;
	background-size: 20px;
}

.entry_volunteer .type div.subv h3 {
	margin: 0 0 16px;
	background-color: #B32B56;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
}

.entry_volunteer .type div.subv .tokuten {
	margin: 16px 0 0;
	border: 8px solid #B32B56;
	padding: 20px;
}

.entry_volunteer .type div.subv .tokuten dt {
	margin: 0 0 16px;
	color: #B32B56;
	font-size: 20px;
	font-weight: 500;
}

.entry_volunteer .atten {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .atten h3 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.entry_volunteer .atten ul {
	margin: 0 20px 60px;
	padding: 0 0 0 40px;
	line-height: 1.4;
	list-style-position: outside;
}

.entry_volunteer .atten ul li {
	margin: 0 0 12px;
	list-style-position: outside;
}

.entry_volunteer .atten p {
	margin: 0 40px 60px;
}

.attenBtn {
	text-align: center;
}

.attenBtn p {
	margin: 0 0 10px !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.attenBtn .btn a {
	border: 3px solid #183063;
}

.entry_volunteer .vEntry {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .vEntry h3 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.entry_volunteer .vEntry p {
	margin: 0 0 24px;
}

.entry_volunteer .vEntry table {
	width: 100%;
	margin: 0 0 40px;
}

.entry_volunteer .vEntry table th {
	width: 20%;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEBF3;
}

.entry_volunteer .vEntry table td {
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.entry_volunteer .vEntry table td input {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
}

.entry_volunteer .vEntry table td input[type="text"].l {
	width: 90%;
}	

.entry_volunteer .vEntry table td input[type="text"].m {
	width: 60%;
}

.entry_volunteer .vEntry table td input[type="tel"] {
	width: 180px;
}	

.entry_volunteer .vEntry table td input[type="text"].s {
	width: 100px;
}

.entry_volunteer .vEntry .vebtn {
	margin: 0 0 64px;
	text-align: center;
}

.entry_volunteer .vEntry .vebtn input[type="submit"] {
    margin: 0 8px;
	padding: 10px 32px;
	cursor: pointer;
}

.entry_volunteer .vEntry.entPage {
    padding: 80px 0;
}

.error {
    background-color: #FAF7B6;
    margin: 4px 0 0;
    padding: 4px;
    color: #F00;
}

.vFlow {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .vFlow h3 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.entry_volunteer .vFlow .flow {
	padding: 16px 0 0;
	display: flex;
	justify-content: space-between;
}

.entry_volunteer .vFlow .flow div {
	position: relative;
	width: 25%;
	margin: 0 30px 0 0;
	border: 1px solid #CCC;
	border-radius: 8px;
}

.entry_volunteer .vFlow .flow div::after {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	top: 40%;
	right: -24px;
	color: #EE3C8C;
	font-size: 30px;
}

.entry_volunteer .vFlow .flow div:nth-of-type(4)::after {
	content: "";
}

.entry_volunteer .vFlow .flow div dl {
	position: relative;
}

.entry_volunteer .vFlow .flow div dl::before {
	position: absolute;
	top: -15px;
	left: calc( 50% - 15px);
	width: 30px;
	height: 30px;
	background-color: #EE3C8C;
	color: #FFF;
	text-align: center;
	border-radius: 15px;
}

.entry_volunteer .vFlow .flow div:nth-of-type(1) dl::before {
	content: "1";
}

.entry_volunteer .vFlow .flow div:nth-of-type(2) dl::before {
	content: "2";
}

.entry_volunteer .vFlow .flow div:nth-of-type(3) dl::before {
	content: "3";
}

.entry_volunteer .vFlow .flow div:nth-of-type(4) dl::before {
	content: "4";
}

.entry_volunteer .vFlow .flow div dl dt {
	padding: 24px 10px 16px 14px;
	font-weight: 500;
	color: #EE3C8C;
	text-align: center;
}

.entry_volunteer .vFlow .flow div dl dd {
	padding: 0 10px 20px 14px;
	line-height: 1.4;
	font-size: 16px;
}

.entry_volunteer .vFlow .flow div:nth-of-type(4) {
	margin: 0;
}

.activetimeLead {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #F00;
}

.mwform-checkbox-field {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #CCC;
}

.mw_wp_form.mw_wp_form_confirm .activetimeLead {
    display: none;
}

/*------------------------------------------------------------------------------------------------
  entry_sponsor
--------------------------------------------------------------------------------------------------*/
#second.entry_sponsor .title {
	background: url(../image/entry_sponsor_back.jpg) no-repeat center bottom;
	background-size: cover;
}

.entry_sponsor h2 .text {
	width: 320px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	background-color: rgba(24, 48, 99, .7);
}

.entry_sponsor .lead {
	width: 1000px;
	margin: 80px auto 0;
}

.entry_sponsor .lead p {
	margin: 0 0 20px;
}

.entry_sponsor .sEntry {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_sponsor .sEntry h3 {
	margin: 60px 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.entry_sponsor .sEntry p {
	margin: 0 0 24px;
}

.entry_sponsor .sEntry table {
	width: 100%;
	margin: 0 0 40px;
}

.entry_sponsor .sEntry table th {
	width: 20%;
	text-align: left;
	font-weight: 400;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEBF3;
}

.entry_sponsor .sEntry table td {
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.entry_sponsor .sEntry table td input {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
}

.entry_sponsor .sEntry table td input[type="text"].l {
	width: 90%;
}	

.entry_sponsor .sEntry table td input[type="text"].m {
	width: 60%;
}

.entry_sponsor .sEntry table td input[type="tel"] {
	width: 180px;
}	

.entry_sponsor .sEntry table td input[type="text"].s {
	width: 100px;
}

.entry_sponsor .sEntry table td textarea {
    width: 100%;
    display: block;
}

.entry_sponsor .sEntry .vebtn {
	margin: 0 0 64px;
	text-align: center;
}

.entry_sponsor .sEntry .vebtn input[type="submit"] {
    margin: 0 8px;
	padding: 10px 32px;
	cursor: pointer;
}

.entry_sponsor .sEntry.entPage {
    padding: 80px 0;
}

.sponsordetail {
    border: 2px dotted #CCC;
    margin: 0 40px 40px;
    padding: 24px;
}

.sponsordetail p {
    font-weight: 500;
}

.sponsordetail dt {
    text-decoration: underline;
    font-weight: 500;
    color: #F5576C;
}

.sponsordetail dd {
    margin: 0 0 24px;
}

/*------------------------------------------------------------------------------------------------
  influencer
--------------------------------------------------------------------------------------------------*/
#second.influencer .title {
	background: url(../image/influencer_back.jpg) no-repeat center 0;
	background-size: cover;
}

.influencer h2 .text {
	width: 320px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	background-color: rgba(24, 48, 99, .7);
}

.influencer h3 {
	margin: 60px 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.influencer .lead {
	width: 1000px;
	margin: 80px auto 0;
}

.influencer .lead p {
	margin: 0 0 20px;
}

.influencer .lead .gaku {
	width: 90%;
 position: relative;
 padding: 0 65px;
 text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 30px auto 20px;
	color: #F5576C;
}

.influencer .lead .gaku:before {
 position: absolute;
 top: calc(50% - 1px);
 left: 0;
 width: 100%;
 height: 2px;
 content: '';
 background: #F5576C;
}

.influencer .lead .gaku span {
 position: relative;
 padding: 0 1em;
 background: #fff;
}

.influencer .lead .influPrize {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 40px;
}

.influencer .lead .influPrize div {
	width: 22%;
	padding: 16px 0;
	text-align: center;
}

.influencer .lead .influPrize div dt {
	font-weight: 500;
}

.influencer .lead .influPrize div {
	position: relative;
	background-color: #FFF;
}

.influencer .lead .influPrize div::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.influencer .lead .influPrize div:nth-child(1) {
	border: 3px solid #E6D063;
}

.influencer .lead .influPrize div:nth-child(1)::after {
	top: 8px;
	left: 8px;
	background-color: #E6D063;
}

.influencer .lead .influPrize div:nth-child(2) {
	border: 3px solid #C6C8D5;
}

.influencer .lead .influPrize div:nth-child(2)::after {
	top: 6px;
	left: 6px;
	background-color: #C6C8D5;
}

.influencer .lead .influPrize div:nth-child(3) {
	border: 3px solid #E2B188;
}

.influencer .lead .influPrize div:nth-child(3)::after {
	top: 6px;
	left: 6px;
	background-color: #E2B188;
}

.influencer .lead .influPrize div:nth-child(4) {
	border: 3px solid #B1D793;
}

.influencer .lead .influPrize div:nth-child(4)::after {
	top: 6px;
	left: 6px;
	background-color: #B1D793;
}

.influencer .requirement {
	width: 1000px;
	margin: 80px auto 0;
}

.influencer .requirement p {
	margin: 0 0 20px;
}

.influencer .requirement .youken {
	border: 5px double #0099FF;
	margin: 0 40px 40px;
	padding: 20px;
}

.influencer .requirement .youken dt {
	font-weight: 500;
}

.influencer .requirement .youken dd ol li {
	margin: 0 0 8px;
}

.influencer .influEntry{
	width: 1000px;
	margin: 80px auto 0;
}

.influEntryWrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 24px 0 40px;
}

.influEntryWrap div {
	margin: 0 0 40px;
	width: 46%;
	background-color: #FFF;
	padding: 16px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.influEntryWrap p:nth-child(1) {
	margin: 0 0 10px;
	text-align: center;
}

.influEntryWrap p:nth-child(1) img {
	max-width: 100%;
	height: auto;
}

.influEntryWrap p.onamae {
	margin: 0 0 8px;
	font-weight: 500;
}

.influEntryWrap p.onamae i {
	margin-left: 0;
	margin-right: 4px;
}

.influEntryWrap dl {
	margin-bottom: 4px;
}

.influEntryWrap dt {
	display: inline-block;
}

.influEntryWrap dd {
	display: inline-block;
}

.influEntryWrap a {
	/*text-decoration: none;*/
}

.influEntryWrap a i {
	margin-left: 0;
	margin-right: 4px;
	width: 21px;
	text-align: center;
}

/*------------------------------------------------------------------------------------------------
  fam-runner
--------------------------------------------------------------------------------------------------*/
#second.fam-runner .title {
	background: url(../image/fam-runner_back.jpg) no-repeat right top;
	background-size: cover;
}

.fam-runner h2 .text {
	width: 320px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	background-color: rgba(24, 48, 99, .7);
}

.fam-runner h3 {
	margin: 0 0 10px;
	padding: 4px;
	border-bottom: 2px dotted #F37402;
	font-size: 18px;
	font-weight: 500;
}

.fam-runner .lead {
	width: 900px;
	margin: 40px auto 64px;
}

.fam-runner .lead p {
	margin: 0 0 20px;
}

.fam-runner .torunner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.fam-runner h2 {
	margin: 60px 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.fam-runner .torunner h3:nth-of-type(1) {
	margin: 0 0 32px;
}

.fam-runner .torunner p {
	margin: 0 0 24px;
}

.fam-runner .torunner a.healthlink {
	color: #F00;
	text-decoration: none;
	border-bottom: 2px solid #FF8000;
}

.fam-runner .torunner dl.flow {
	padding: 10px 20px 32px;
}

.fam-runner .torunner dl.flow dt {
	background-color: #4BA7F2;
	display: inline-block;
	color: #FFF;
	padding: 4px 8px;
	font-weight: 500;
}

.fam-runner .torunner dl.flow dd {
	margin: -20px 20px 0;
	background-color: #F3F2F1;
	padding: 40px 20px 20px;
}

.fam-runner .torunner dl.flow dd ol {
	margin: 0 40px;
	padding: 0;
}

.fam-runner .torunner dl.flow dd ol li {
	margin: 0 0 16px;
	padding: 0;
	list-style-position: outside;
}

.fam-runner .torunner .stayBand {
	padding: 10px 20px 48px;
}

.fam-runner .torunner .stayBand dt {
	background-color: #F5576C;
	display: inline-block;
	color: #FFF;
	padding: 4px 8px;
	font-weight: 500;	
}

.fam-runner .torunner .stayBand dd {
	margin: -20px 20px 0;
	background-color: #F3F2F1;
	padding: 40px 32px 20px;
	border-top: 2px solid #F5576C;
	border-bottom: 2px solid #F5576C;
	border-radius: 16px;
}

.fam-runner .torunner .thedayttenWrap {
		background: url(../image/back-01.png) repeat center center;
		padding: 40px 30px 30px;
}

.fam-runner .torunner .thedaytten {
		margin: 0;
		padding: 0;
		list-style: none;
}

.fam-runner .torunner .thedaytten li {
		margin:  0 0 30px;
		padding: 20px;
		background-color: #FFF;
		position: relative;
		border-bottom: 2px solid #4BA7F2;
}

.fam-runner .torunner .thedaytten li:last-child {
	margin: 0;
}

.fam-runner .torunner .thedaytten li::before {
	position: absolute;
	top: -12px;
	left: -12px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background-color: #F5576C;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
}

.fam-runner .torunner .thedaytten li:nth-child(1)::before {
	content: "1";
}

.fam-runner .torunner .thedaytten li:nth-child(2)::before {
	content: "2";
}

.fam-runner .torunner .thedaytten li:nth-child(3)::before {
	content: "3";
}

.fam-runner .torunner .thedaytten li:nth-child(4)::before {
	content: "4";
}

.fam-runner .torunner .thedaytten li:nth-child(5)::before {
	content: "5";
}

.fam-runner .torunner .thedaytten li:nth-child(6)::before {
	content: "6";
}

.fam-runner .torunner .thedaytten li:nth-child(7)::before {
	content: "7";
}

.fam-runner .torunner .thedaytten li span.tit {
	 font-weight: 500;
		display: block;
		color: #F5576C;
}

.fam-runner .torunner .thedaytten li::marker {
		color: #F5576C;
		display: inline;
		background-color: #FFF;
}

.fam-runner .timeschedule {
 width: 920px;
 margin: 0 40px 30px;
}

.fam-runner .timeschedule td {
	vertical-align: top;
	padding: 16px;
	border-bottom: 1px solid #CCC;
}

.fam-runner .timeschedule td:nth-of-type(1) {
	width: 180px;
	background-color: #FDFBDB;
	text-align: right;
}

.fam-runner .timeschedule td ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.fam-runner .timeschedule td ul li {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 500;
}

.fam-runner .timeschedule td p {
    margin: 0 !important;
}

.fam-runner .timeschedule td p i {
    margin-right: 4px;
    vertical-align: -1px;
}

.fam-runner .timeschedule td ul li:last-child {
	margin: 0;
}

.walkinfo {
    margin: 0 40px 20px !important;
    padding: 20px;
    border: 2px solid #F9F391;
}

.walkinfo i {
    margin-right: 4px;
    vertical-align: -1px;
}

.mgn1 {
    margin: 0 0 24px !important;
}

.accessWrap {
    margin: 0 0 60px;
}

.accessWrap h4 {
    margin: 0 0 10px;
    background-color: #F3F2F1;
    padding: 4px;
    border-left: 4px solid #F5576C;
    font-weight: 500;
}

.famMenu {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.famMenu li {
	width: 48%;
	margin: 0 1% 20px;
	padding: 0;
}

.famMenu li a {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #183063;
}

.famMenu li a i {
	margin-right: 4px;
}

.famMenu li a:hover, .famMenu li a:active {
	background-color: #E8EBF0;
	color: #183063;
}

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

.jyuni p:nth-child(2) {
    margin-left: 100px;
}

.kitchencar {
width: 100%;
}

.kitchencar td {
width: 48%;
padding: 0 1%;
}

.faq dl {
margin: 0 0 40px;
}

.faq dl dt {
margin: 0 0 8px;
padding: 8px;
font-weight: 500;
background-color: #E6F4FA;
}

.faq dl dt span {
color: #4BA7F2;
margin-right: 8px;
}

.faq dl dd {
padding: 0 10px;
}

.line3 {
	display: inline-block;
	padding: 4px 4px 6px;
	color: #fff;
	background-color: #F5576C;
	line-height: 1;
}

/*------------------------------------------------------------------------------------------------
  covid
--------------------------------------------------------------------------------------------------*/
.ticket {
	margin: 60px 0;
}

.ticket dt {
	background-color: #F66;
	color: #FFF;
	padding: 8px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}

.ticket dd {
	margin: -30px 0 0 20px;
	padding: 40px 20px 0;
	border: 3px solid #CCC;
}


.covidWrap {
	margin: 60px 30px;
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dotted #CCC;
}

.covidWrap .image {
	width: 200px;
	margin-left: 10px;
}

.covidWrap .image img {
	width: 160px;
	height: auto;
}

.covidWrap .text {
	width: 800px;
	margin: 16px 0 0;
}

.covidWrap .text h2 {
    margin-top: 0;
    background-color: #2B56B3;
    text-align: left;
}

.covidWrap .text .category {
	margin: 0 0 30px -8px;
	padding: 0;
	list-style: none;
	display: flex;
}

.covidWrap .text .category li {
	margin: 0 8px;
	padding: 0;
	border: 1px solid #CCC;
	width: 160px;
	text-align: center;
}

.covidWrap .text .category li.c1 {
	background-color: #DDD;
}

.covidWrap .text .category li.c2 {
	background-color: #C2E1FA;
}

#secondCont .covidWrap .text h2 {
	margin: 0 0 16px;
}

/*------------------------------------------------------------------------------------------------
  number
--------------------------------------------------------------------------------------------------*/
.numberList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.numberList div {
	width: 480px;
}

.numberList div h2 {
	margin-top: 0;
}

.number table {
	width: 100%;
	margin: 0 auto 40px;
}

.number table th {
	background-color: #FDFBDB;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: center;
}

.number table td {
	padding: 4px 8px;
	border: 1px solid #CCC;
}

.number table td:nth-of-type(1) {
	text-align: center;
	width: 35%;
}

.number table td:nth-of-type(2) {
	width: 40%;
}

.number table td:nth-of-type(3) {
	text-align: center;
	width: 25%;
}

.number table tr:nth-child(2n) {
	background-color: #F3F2F1;
}

.number table tr:nth-child(2n-1) {
	background-color: #FFF;
}

.number table tr:hover {
	background-color: #E6EDFD;
}

#news01 .inner {
width: 800px;
margin: 0 auto;
padding: 60px 0;
}

#news01 .inner p {
margin: 0 0 30px;
}

#news01 .inner .time {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}

#news01 .inner .time dt {
width: 20%;
background-color: #00A0E9;
color: #FFF;
padding: 8px;
margin: 0 0 4px;
}

#news01 .inner .time dd {
width: 80%;
padding: 8px;
border-bottom: 1px dotted #00A0E9;
margin: 0 0 4px;
}

#news01 .inner .pInfo {
margin-bottom: 60px;
border: 3px solid #FFDDDD;
padding: 20px;
}

#news01 .inner .pInfo dt {
border-bottom: 1px dashed #FF6666;
font-weight: 500;
padding-bottom: 4px;
color: #FF6666;
margin-bottom: 4px;
}

#news01 .inner .pInfo dt i {
margin-right: 4px;
}

#news01 .inner .pInfo dd {
margin: 0 0 16px;
font-size: 16px;
}

}



@media all and (max-width: 768px) {

/*------------------------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #183063;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
}

img {
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
 max-width: 100%;
 height: auto;
}

a:link {
	color: #183063;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

a:visited {
	color: #183063;
}

a:hover, a:active {
	color: #F60;
}

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

.clear {
 display: inline-table;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.pc {
    display: none;
}

.sp {
    display: block;
}

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}



/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#mainVisual {
	/*border-bottom: 4px solid #183063;*/
}

#mainVisual h1 img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------------------------------------------
  topMenu
--------------------------------------------------------------------------------------------------*/
#topMenu {
    background-color: #2B56B3;
}

#topMenu ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#topMenu ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

#topMenu ul li a {
    display: block;
    padding: 12px 8px;
    color: #FFF;
    text-decoration: none;
}



/*------------------------------------------------------------------------------------------------
  indexLead
--------------------------------------------------------------------------------------------------*/
#indexLead {
	width: 100%;
	margin: 0;
	padding: 20px 20px 40px;
}

#indexLead p:nth-of-type(2) {
	margin: 24px 0 0;
}

#indexLead .checkBox {
	margin: 0 0 20px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background-color: #FFEFCA;
	font-weight: 500;
	position: relative;
}

#indexLead .checkBox a {
	font-size: 24px;
	color: #D32587;
}

#indexLead p.confirm {
	text-align: center !important;
}

#indexLead .checkBox::before {
	background: url(../../common/image/check.png) no-repeat 0 0;
	background-size: 55px;
	width: 55px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	animation-name: rotatefocus;
 animation-duration: 3s;
	animation-iteration-count: infinite;
}

#indexLead .checkBox a {
	font-size: 20px;
	color: #D32587;
}

@keyframes rotatefocus{
  0% {
    transform: rotateZ(0);
  }
		33% {
    transform: rotateZ(0);
		}
  100% {
    transform: rotateZ(360deg);
  }
}




/*------------------------------------------------------------------------------------------------
  indexEntry
--------------------------------------------------------------------------------------------------*/
#indexEntry {
	padding: 40px 0;
	background-color: #183063;
	color: #FFF;
}

#indexEntry .content-fa {
	width: 94%;
	margin: 0 auto;
}

#indexEntry .content-fa2 {
	width: 94%;
	margin: 60px auto;
}

#indexEntry .content-fa section {
}

#indexEntry .content-fa section h2 {
	margin: 0 0 24px;
	text-align: center;
	position: relative;
}

/*#indexEntry .content-fa section:nth-child(1) h2:before {
	position: absolute;
	content: "";
	top: -60px;
	left: 0;
	background: url(../image/entry_kigen.png) no-repeat 0 0;
	background-size: 100px;
	width: 100px;
	height: 77px;
	z-index: 2;
}*/


#indexEntry .content-fa section:nth-of-type(2) h2 {
	margin: 50px 0 24px;
}

#indexEntry .content-fa section p {
	margin: 0 0 40px;
}

#indexEntry .content-fa2 section p {
	margin: 20px 0;
}

.btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #F3EA4B;
	color: #183063;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	transition: .3s;
	border: 3px solid #F3EA4B;
}

.btn a:hover, .btn a:active {
	background-color: #183063;
	color: #F3EA4B;
}

#indexEntry .content-fa section:nth-of-type(2) {
	position: relative;
}

#indexEntry .content-fa section .bosyu {
	position: absolute;
	top: -42px;
	left: 10px;
}

#indexEntry .content-fa section .bosyu img {
	width: 120px;
	height: auto;
}



/*------------------------------------------------------------------------------------------------
  indexCont
--------------------------------------------------------------------------------------------------*/
#indexCont {
	position: relative;
	padding: 60px 0 20px;
}

#indexCont::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 0 0 33vw;
 border-color: #F3EA4B transparent transparent transparent;
	opacity: .1;
}

#indexCont::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 33vw 14vw 0;
 border-color: transparent transparent #F3EA4B transparent;
	opacity: .1;
	z-index: -1;
}


#indexCont .hash {
	position: relative;
	width: 96%;
	margin: 0 auto;
}

#indexCont .hash::before {
	position: absolute;
	background: url(../image/rose_back-01.png) no-repeat;
	background-size: 80px 70px;
	width: 80px;
	height: 70px;
	content: "";
	top: -40px;
	left: 0;
	z-index: -1;
}

#indexCont .hash::after {
	position: absolute;
	background: url(../image/rose_back-02.png) no-repeat;
	background-size: 116px 65px;
	width: 116px;
	height: 65px;
	content: "";
	top: 110px;
	right: 0;
	z-index: -1;
}

#indexCont .hash h2 {
	margin: 0 0 70px;
	text-align: center;
}

#indexCont .hash h2 img {
}

#indexCont .hash p {
	margin: 0 10px 40px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

#indexCont .content-fa {
	width: 94%;
	margin: 0 auto 64px;
}

#indexCont .content-fa section {
}

#indexCont .content-fa h3,
#indexCont .sns h3 {
	margin: 0 0 32px;
	padding: 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .1em;
	border-bottom: none;
}

#indexCont .content-fa p {
	margin: 0 0 32px;
}

.syumokuList {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.syumokuList li {
	position: relative;
	margin: 0 0 10px;
	padding: 6px 8px 6px 24px;
	border-bottom: 1px solid #EEE;
}

.syumokuList li::before {
 position: absolute;
 bottom: 0;
 left: 8px;
 top: 1px;
 content: "";
 margin: auto;
 width: 4px;
 height: 80%;
 height: calc(100% - 20px);
}

.syumokuList li:nth-of-type(1)::before {
	background: #FA5B3C;
}

.syumokuList li:nth-of-type(2)::before {
	background: #F5BB1F;
}

.syumokuList li:nth-of-type(3)::before {
	background: #F57A9B;
}

.syumokuList li:nth-of-type(4)::before {
	background: #5EC738;
}

.syumokuList li:nth-of-type(5)::before {
	background: #45B1E7;
}

.syumoku {
	margin: 0 0 40px;
}

.syumoku dt {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 8px;
}

.syumoku dd {
	padding: 10px;
	border-radius: 0 0 8px 8px;
}

.syumoku:nth-of-type(1) dt {
	border-left: 8px solid #FA5B3C;
}

.syumoku:nth-of-type(2) dt {
	border-left: 8px solid #F5BB1F;
}

.syumoku:nth-of-type(3) dt {
	border-left: 8px solid #F57A9B;
}

.syumoku:nth-of-type(4) dt {
	border-left: 8px solid #5EC738; /*#A4C638*/
}

.syumoku:nth-of-type(5) dt {
	border-left: 8px solid #45B1E7; /*#5EC738*/
}

.syumokuList li:nth-of-type(1)::before {
	background: #3367D6;
}

.syumokuList li:nth-of-type(2)::before {
	background: #F791DF;
}

.syumokuList li:nth-of-type(3)::before {
	background: #F47195;
}

.syumokuList li:nth-of-type(4)::before {
	background: #F5BB1F;
}

.syumokuList li:nth-of-type(5)::before {
	background: #FA5B3C;
}

.syumokuList li:nth-of-type(6)::before {
	background: #60DA41;
}

.syumokuList li:nth-of-type(7)::before {
	background: #50A62F;
}

.syumokuList li:nth-of-type(8)::before {
	background: #F58F71;
}

.syumokuList li:nth-of-type(9)::before {
	background: #7194F5;
}

.syumoku dd ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

.syumoku dd ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.syumoku dd ul li span {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
}

.syumoku:nth-of-type(2) dt {
	border-left: 8px solid #3367D6;
}

.syumoku:nth-of-type(8) dt {
	border-left: 8px solid #F791DF;
}

.syumoku:nth-of-type(9) dt {
	border-left: 8px solid #F47195;
}

.syumoku:nth-of-type(6) dt {
	border-left: 8px solid #F5BB1F;
}

.syumoku:nth-of-type(7) dt {
	border-left: 8px solid #FA5B3C;
}

.syumoku:nth-of-type(3) dt {
	border-left: 8px solid #60DA41;
}

.syumoku:nth-of-type(4) dt {
	border-left: 8px solid #50A62F;
}

.syumoku:nth-of-type(5) dt {
	border-left: 8px solid #F58F71;
}

.syumoku:nth-of-type(1) dt {
	border-left: 8px solid #70BCF5;
}


.syumoku:nth-of-type(2) dd {
	background-color: #EAF0FB;
}

.syumoku:nth-of-type(8) dd {
	background-color: #FEF4FC;
}

.syumoku:nth-of-type(9) dd {
	background-color: #FEF1F4;
}

.syumoku:nth-of-type(6) dd {
	background-color: #FEF8E8;
}

.syumoku:nth-of-type(7) dd {
	background-color: #FEEEEB;
}

.syumoku:nth-of-type(3) dd {
	background-color: #EFFBEC;
}

.syumoku:nth-of-type(4) dd {
	background-color: #EDF6EA;
}

.syumoku:nth-of-type(5) dd {
	background-color: #FEF4F1;
}

.syumoku:nth-of-type(1) dd {
	background-color: #F0F8FE;
}

#indexCont .content-fa p.address {
	line-height: 1.4;
}

.gmap {
	margin: 0 0 40px;
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#indexCont .content-fa p.address strong {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

#indexCont .sns {
	width: 96%;
	margin: 0 auto;
}

#indexCont .sns .content-fa {
}

#indexCont .sns .content-fa section {
}

.fb {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1877F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.fb::before {
	content: "\f39e";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.fb::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1877F2;
}

.fbWrap {
	margin: 0 0 40px;
}

.ig {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #C73080;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.ig::before {
	content: "\f16d";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.ig::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #C73080;
}

.tw {
	position: relative;
	margin: 0 0 24px;
	padding: 2px 16px;
	background-color: #1DA1F2;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
}

.tw::before {
	content: "\f099";
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}

.tw::after {
	position: absolute;
	top: 100%;
	right: calc( 50% - 5px);
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1DA1F2;
}

#twitter-widget-0 {
	margin-bottom: 40px !important;
	border: 1px solid #CCC !important;
}

.line {
	background: linear-gradient(transparent 70%, #FDDFED 50%);
}

.line2 {
	background: linear-gradient(transparent 70%, #FAF7B6 50%);
}

.line3 {
	display: inline;
	margin: 0 0 4px
	padding: 4px 4px 6px;
	color: #fff;
	background-color: #F5576C;
	line-height: 1;
}

.ready {
	text-align: center;
}

#indexCont .event {
	width: 94%;
	margin: 0 auto;
}

#indexCont .event h3 {
	margin: 0;
	padding: 6px 8px;
	background: linear-gradient(to left, #F7A766, #EE3C8C);
	color: #FFF;
	font-size: 24px;
	text-align: center;
	position: relative;
	border-radius: 8px 8px 0 0;
}

#indexCont .event h3::before {
 content: "\f274";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
}

#indexCont .content-fa-event {
	margin: 0 0 60px;
	border-left: 1px dotted #EE3C8C;
	border-right: 1px dotted #EE3C8C;
	border-bottom: 1px dotted #EE3C8C;
	padding: 10px;
	background-color: #FFF;
}

#indexCont .content-fa-event section ul.who {
	margin: 16px 0;
	padding: 24px 16px 14px 40px;
	border: 3px double #EE3C8C;
	border-radius: 16px;
}

#indexCont .content-fa-event section ul.who li {
	margin: 0 0 16px;
	line-height: 1.4;
	list-style-position: outside;
}

#indexCont .content-fa-event .eventBox {
	margin: 32px 8px 32px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	padding: 16px;
}

#indexCont .content-fa-event .eventList {
	color: #333;
}

#indexCont .content-fa-event h4 {
	margin: 0 0 8px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px dashed #499CCC;
	color: #499CCC;
	line-height: 1.2;
}

#indexCont .content-fa-event .eventList .text {
}

#indexCont .content-fa-event .eventList .text .date {
	position: relative;
}

#indexCont .content-fa-event .eventList .text .date::before {
 content: "\f274";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
	color: #183063;
}

#indexCont .content-fa-event .eventList .text .place {
	position: relative;
}

#indexCont .content-fa-event .eventList .text .place::before {
 content: "\f3c5";
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
	color: #183063;
}

#indexCont .content-fa-event .eventList .text ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#indexCont .content-fa-event .eventList .text ul li {
	margin: 0 2px 4px 0;
	padding: 2px 8px;
	display: inline-block;
	border: 1px solid #DDD;
	border-radius: 8px;
}

#indexCont .content-fa-event .eventList .entry {
	margin: 10px 0 0;
}

#indexCont .content-fa-event .eventList .entry .entbtn a {
	display: block;
	width: 96%;
	margin: 0 auto;
	padding: 8px 0;
	background: linear-gradient(to left, #F7A766, #EE3C8C);
	color: #FFF;
	border-radius: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	transition: .3s;
	text-decoration: none !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#indexCont .content-fa-event .eventList .entry .entbtn a:hover,
#indexCont .content-fa-event .eventList .entry .entbtn a:active {
	background: linear-gradient(to left, #EE3C8C, #F7A766);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#indexLead ol.point {
	margin: 32px auto 32px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

#indexLead ol.point li {
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px dotted #0B96CE;
}

#indexLead ol.point li span.s {
	font-size: 14px;
}

.servicePointNum {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #C75322;
	margin-top: 8px;
	margin-right: 6px;
	padding: 0;
	font-style: italic;
	color: #0B96CE;
}

.servicePointNum span {
	font-size: 20px;
	font-style: normal;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 1;
	border-radius: 50%;
	border: 3px solid #0B96CE;
	margin-left: 8px;
	background-color: #E6F4FA;
}

#indexLead ol.point li a {
    text-decoration: underline;
}

.sp-guest {
    margin: 40px 20px 40px;
    text-align: center;
}

.sp-guest img {
    max-width: 70%;
    height: auto;
}

#guest {
	padding: 60px 20px 40px;
	background-color: #E6F4FA;
}

#guest section {
 margin: 0;
 padding: 0;
}

#guest section .photo img {
    display: block;
	margin: 0 auto 20px;
	width: 260px;
}

#guest section .guestprofile {
}

#guest section .guestprofile p {
    margin: 0 0 30px;
    text-align: center;
}

#guest section .guestprofile p img {
    width: 325px;
    height: auto;
}

#guest section .guestprofile dt {
 position: relative;
	margin-bottom: 1.2em;
 padding: 0.3em;
 background: #183063;
	width: 160px;
	color: #FFF;
	border-radius: 8px;
	text-align: center;
}

#guest section .guestprofile dt::after {
 position: absolute;
 content: '';
 top: 100%;
 left: calc( 50% - 15px);
 border: 15px solid transparent;
 border-top: 15px solid #183063;
 width: 0;
 height: 0;
}

#guest section .guestprofile dd {
	margin-bottom: 32px;
}

#indexNews {
	margin: 0 20px;
	padding: 40px 0 60px;
}

#indexNews .newsList {
	padding: 20px 0 42px;
	position: relative;
	border-top: 4px solid #F3F3F3;
	border-bottom: 4px solid #F3F3F3;
}

#indexNews .newsList::before {
	position: absolute;
	top: -4px;
	left: 0;
	content: "";
	width: 48px;
	height: 4px;
	background-color: #183063;
}

#indexNews .newsList::after {
	position: absolute;
	bottom: -4px;
	right: 0;
	content: "";
	width: 48px;
	height: 4px;
	background-color: #183063;
}

#indexNews .newsList h2 {
	margin: 0 0 8px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	position: relative;
}

#indexNews .newsList ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.mdr.marketing::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #EC6C00;
}

#indexNews .newsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
}

#indexNews .newsList li {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
	color: #183063;
}

#indexNews .newsList li a:hover {
	background-color: #E6F4FA;
}

#indexNews .newsList li span {
	display: block;
}

#indexNews .newsList li span i {
	margin-right: 4px;
}

#oldRace {
background: url(../image/oldrace_back_sp.jpg) no-repeat 10% top;
background-size: cover;
}

#oldRace section {
width: 100%;
margin: 0 auto;
padding: 20px 0;
}

#oldRace section h2 {
margin-top: 20px;
color: #FFF;
padding: 8px;
font-size: 22px;
text-align: center;
letter-spacing: .2em;
font-weight: 500;
margin-bottom: 20px;
}

#oldRace section dl {
margin: 0 20px;
background-color: rgba(255, 255, 255, .3);
border-radius: 10px;
padding: 20px;
}

#oldRace section dl dt {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
color: #000;
background-color: #FFF;
padding: 4px;
}

#oldRace section dl dd ul {
margin: 0;
padding: 0;
list-style: none;
}

#oldRace section dl dd ul li {
margin: 0 0 20px;
padding: 0;
}

#oldRace section dl dd ul li a {
display: block;
border: 2px solid #FFF;
background-color: rgba(255, 255, 255, .5);
padding: 8px;
text-decoration: none;
position: relative;
font-weight: 500;
}

#oldRace section dl dd ul li a i {
position: absolute;
top: 15px;
left: 90%;
}

#oldRace section dl dd ul li a:hover {
background-color: #FFF;
color: #183063;
}

#indexGuestMC .box {
width: 100%;
margin: 0 auto;
}

#indexGuestMC .text {
padding: 30px;
}

#indexGuestMC .text p {
margin: 0 0 10px !important;
font-size: 14px;
}

#indexGuestMC .text .lead {
font-weight: 600;
font-size:18px;
margin-bottom: 20px !important;
padding: 0;
}

#indexGuestMC .text .namae {
font-weight: bold;
font-size: 26px;
line-height: 1.3;
color: #FE208A;
margin-bottom: 20px !important;
}

#indexGuestMC .text .namae span {
width: 140px;
color: #FFF;
text-align: center;
padding: 2px 0;
display:block;
background-color: #FE208A;
font-size: 16px;
}



/*------------------------------------------------------------------------------------------------
  entryArea
--------------------------------------------------------------------------------------------------*/
.entryArea {
	padding: 40px 0;
	background-color: #183063;
	color: #FFF;
}

.entryArea .content-fa {
	width: 94%;
	margin: 0 auto;
}

.entryArea .content-fa section {
	margin-bottom: 30px;
}

.entryArea .content-fa section p {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.sponsor {
	width: 94%;
	margin: 40px auto 10px;
	text-align: center;
}

.spon {
	width: 94%;
	margin: 0 auto;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background: url(../image/footer_back.png) no-repeat center 100%;
	background-size: cover;
	padding: 40px 0;
}

#footer footer {
	text-align: center;
}

#footer footer p {
	margin: 0 0 24px;
	font-weight: 500;
}

#footer footer p img {
	border: 1px solid #CCC;
	width: 180px;
	height: auto;
}

#footer .copy {
	padding: 20px 8px 0;
	font-size: 14px;
	text-align: center;
}

#footer .hSns {
	margin: 0 0 20px;
}

#footer .hSns a {
	margin: 0 10px;
}

#footer .hSns .htwitter img {
	width: 40px;
	height: auto;
}
	
#footer .hSns .hinstagram img {
	width: 40px;
	height: auto;
}

#footer .hSns .hfacebook img {
	width: 40px;
	height: auto;
}

#footer .hSns .hruntana img {
	width: 40px;
	height: auto;
}

.fa-pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: url(../image/header_back.gif) no-repeat 50% 0;
	padding: 20px 10px;
	border-bottom: 4px solid #183063;
}

#header::before {
	position: absolute;
	top: 60px;
	left: 10px;
	color: #E7EAEF;
	content: "FUKUYAMA ASHIDAGAWA MARATHON";
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 900;
}

#header header {
	display: flex;
	justify-content: space-between;
}

#header header .menubt {
}


#header header h1 img {
	width: 274px;
	height: auto;
}

#header header .hSns {
	display: none;
}

#header header .hSns .htwitter img {
	width: 36px;
	height: auto;
}
	
#header header .hSns .hinstagram img {
	width: 36px;
	height: auto;
}

#header header .hSns .hfacebook img {
	width: 36px;
	height: auto;
}

.menubt {
	margin: 8px 0 0;
 z-index: 3;
 width: 46px;
 height: 46px;
 display: block;
 right: 7px;
 top: 12px;
 position: absolute;
	background-color: #183063;
	cursor: pointer;
}
  
.menubt span {
 width: 36px;
 height: 3px;
 display: block;
 background: #fff;
 border-radius: 0;
 position: absolute;
 right: 5px;
 top: 14px;
 transition: all 0.4s;
 transform: rotate(0deg);
}
  
.menubt .top {
 -webkit-transform: translateY(-250%);
 -ms-transform: translateY(-250%);
 transform: translateY(-250%);
}
  
.menubt .bottom {
 -webkit-transform: translateY(250%);
 -ms-transform: translateY(250%);
 transform: translateY(250%);
}
  
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
  
.menubt .menuclick2 {
 background-color: rgba(255,255,255,0);
}
  
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.menubt .text-menu {
 color: #fff;
 padding-top: 27px;
 text-align: center;
 font-size: 10px;
}

nav {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	margin: 0;
	padding: 0;
}

nav ul li a {
	display: block;
	padding: 12px;
	text-decoration: none;
	background-color: #FFE5EF;
	border-bottom: 1px solid #CCC;
}

nav ul li a:before {
	content: '\f105';
	padding: 0 .6em 0 0;
	font-family: FontAwesome;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	position: relative;
}

#second .line01 {
	background: linear-gradient(transparent 70%, #FCCFE4 50%);
}

#second .title .inner {
	width: 100%;
	margin: 0;
	padding: 38px 16px;
	position: relative;
}

#second h2 {
}

#second .content-fa p {
	margin: 0 0 32px;
}

.subTitle {
	position: absolute;
	display: block;
	bottom: -14px;
	left: 10px;
	background-image: linear-gradient(to right, #F5576C 30%, #FF7EB3 100%);
	font-size: 18px;
 transform:skewX(-12deg);
 color: #FFF;
	padding: 0 8px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/*#second::before {
 content: "";
 position: absolute;
 top: 111px;
 right: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 14vw 0 0 33vw;
 border-color: #183063 transparent transparent transparent;
	opacity: .1;
	z-index: -1;
}

#second::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 33vw 14vw 0;
 border-color: transparent transparent #183063 transparent;
	opacity: .1;
	z-index: -1;
}
*/

/*------------------------------------------------------------------------------------------------
  entry_volunteer
--------------------------------------------------------------------------------------------------*/
#second.entry_volunteer .title {
	background: url(../image/entry_volunteer_back.jpg) no-repeat center center;
	background-size: cover;
}

.entry_volunteer h2 .text {
	font-size: 22px;
	font-weight: 500;
	color: #183063;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}


.entry_volunteer .lead {
	width: 94%;
	margin: 0 auto;
	padding: 60px 0 30px;
}

.entry_volunteer .lead p {
	margin: 0 0 20px;
}

.entry_volunteer .lead p img {
	width: 280px;
	height: auto;
}

.entry_volunteer .youkou {
	padding: 48px 0 56px;
	background-color: #183063;
}

.entry_volunteer .youkou .content-fa {
	width: 94%;
	margin: 0 auto;
}

.entry_volunteer .youkou .content-fa h3 {
	margin: 0 0 48px;
	border-top: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
	padding: 16px 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
}

.entry_volunteer .youkou .content-fa table {
	width: 100%;
	line-height: 1.4;
}

.entry_volunteer .youkou .content-fa table th {
	display: block;
	width: 100%;
	padding: 8px 16px;
	background-color: #465982;
	color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	font-weight: 400;
}

.entry_volunteer .youkou .content-fa table td {
	display: block;
	width: 100%;
	margin: -1px 0 10px;
	padding: 8px 16px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

.entry_volunteer .youkou .content-fa table td ul {
	margin: 0;
	padding: 0 0 0 26px;
	list-style: outside;
}

.entry_volunteer .youkou .content-fa table td ul li {
	list-style: outside;
}


.entry_volunteer .typelead {
	width: 94%;
	margin: 0 auto;
	padding: 60px 0 0;
}

.entry_volunteer .type {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .type .content-fa {
	margin: 0 0 24px;
}

.entry_volunteer .type .content-fa div {
	margin: 0 0 48px;
}

.entry_volunteer .type div.mainv h3 {
	margin: 0 0 16px;
	background-color: #2B56B3;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	padding: 2px 0;
}

.entry_volunteer .type div p {
	margin-bottom: 24px !important;
}

.entry_volunteer .type div.mainv .tokuten {
	margin: 16px 0 0;
	border: 8px solid #2B56B3;
	padding: 20px;
}

.entry_volunteer .type div.mainv .tokuten dt {
	margin: 0 0 16px;
	color: #2B56B3;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.entry_volunteer .type ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry_volunteer .type ul li {
	margin: 0 0 8px;
	padding: 0 0 0 26px;
	background: url(../image/check.png) no-repeat 0 6px;
	background-size: 20px;
}

.entry_volunteer .type div.subv h3 {
	margin: 0 0 16px;
	padding: 2px 0;
	background-color: #B32B56;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
}

.entry_volunteer .type div.subv .tokuten {
	margin: 16px 0 0;
	border: 8px solid #B32B56;
	padding: 20px;
}

.entry_volunteer .type div.subv .tokuten dt {
	margin: 0 0 16px;
	color: #B32B56;
	font-size: 20px;
	font-weight: 500;
}

.entry_volunteer .atten {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 60px;
}

.entry_volunteer .atten h3 {
	margin: 0 0 32px;
	padding: 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}

.entry_volunteer .atten ul {
	margin: 0 0 60px;
	padding: 0 16px 0 30px;
	line-height: 1.4;
	list-style: outside;
}

.entry_volunteer .atten ul li {
	margin: 0 0 16px;
	list-style: outside;
}

.entry_volunteer .atten p {
	margin: -20px 16px 60px;
}

.attenBtn {
	text-align: center;
}

.attenBtn p {
	margin: 0 0 10px !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.attenBtn .btn a {
	border: 3px solid #183063;
}

.entry_volunteer .vEntry {
	width: 94%;
	margin: 0 auto;
}

.entry_volunteer .vEntry h3 {
	margin: 0 0 32px;
	padding: 8px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}

.entry_volunteer .vEntry p {
	margin: 0 0 24px;
}

.entry_volunteer .vEntry table {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #CCC;
}

.entry_volunteer .vEntry table th {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	padding: 8px 16px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEBF3;
}

.entry_volunteer .vEntry table td {
	display: block;
	width: 100%;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
}

.entry_volunteer .vEntry table td input {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
}

.entry_volunteer .vEntry table td input[type="text"].l {
	width: 100%;
}	

.entry_volunteer .vEntry table td input[type="text"].m {
	width: 60%;
}	

.entry_volunteer .vEntry table td input[type="tel"] {
	width: 40%;
}	

.entry_volunteer .vEntry table td input[type="text"].s {
	width: 60px;
}

.entry_volunteer .vEntry .vebtn {
	padding: 0 0 64px;
	text-align: center;
}

.entry_volunteer .vEntry .vebtn input[type="submit"],
.entry_volunteer .vEntry .vebtn input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.entry_volunteer .vEntry .vebtn input[type="submit"]::-webkit-search-decoration,
.entry_volunteer .vEntry .vebtn input[type="button"]::-webkit-search-decoration {
  display: none;
}

.entry_volunteer .vEntry .vebtn input[type="submit"]::focus,
.entry_volunteer .vEntry .vebtn input[type="button"]::focus {
  outline-offset: -2px;
}

.entry_volunteer .vEntry .vebtn input[type="submit"] {
	padding: 10px 32px;
	cursor: pointer;
	border: 1px solid #AAA;
	border-radius: 4px;
	font-size: 16px;
	background-color: #EEE;
}

.vFlow {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 64px;
}

.entry_volunteer .vFlow h3 {
	margin: 0 0 32px;
	padding: 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2
}

.entry_volunteer .vFlow .flow {
	padding: 16px 0 0;
}

.entry_volunteer .vFlow .flow div {
	position: relative;
	width: 100%;
	margin: 0 0 72px;
	border: 1px solid #CCC;
	border-radius: 8px;
}

.entry_volunteer .vFlow .flow div::after {
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	bottom: -56px;
	right: calc(50% - 10px);
	color: #EE3C8C;
	font-size: 30px;
}

.entry_volunteer .vFlow .flow div:nth-of-type(4)::after {
	content: "";
}

.entry_volunteer .vFlow .flow div dl {
	position: relative;
}

.entry_volunteer .vFlow .flow div dl::before {
	position: absolute;
	top: -15px;
	left: calc( 50% - 15px);
	width: 30px;
	height: 30px;
	background-color: #EE3C8C;
	color: #FFF;
	text-align: center;
	border-radius: 15px;
	font-weight: 500;
	font-size: 18px;
}

.entry_volunteer .vFlow .flow div:nth-of-type(1) dl::before {
	content: "1";
}

.entry_volunteer .vFlow .flow div:nth-of-type(2) dl::before {
	content: "2";
}

.entry_volunteer .vFlow .flow div:nth-of-type(3) dl::before {
	content: "3";
}

.entry_volunteer .vFlow .flow div:nth-of-type(4) dl::before {
	content: "4";
}

.entry_volunteer .vFlow .flow div dl dt {
	padding: 24px 10px 16px 14px;
	font-weight: 500;
	color: #EE3C8C;
	text-align: center;
	font-size: 18px;
}

.entry_volunteer .vFlow .flow div dl dd {
	padding: 0 10px 20px 14px;
	line-height: 1.4;
	font-size: 16px;
}

.entry_volunteer .vFlow .flow div dl dd a {
    text-decoration: underline;
}

.entry_volunteer .vFlow .flow div:nth-of-type(4) {
	margin: 0;
}

.entry_volunteer .vEntry.entPage h3 {
    margin-top: 60px;
}

.activetimeLead {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #F00;
}

.mwform-checkbox-field {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #CCC;
}

.mw_wp_form.mw_wp_form_confirm .activetimeLead {
    display: none;
}

.mwform-tel-field input[type=text] {
    width: 24%;
}

/*------------------------------------------------------------------------------------------------
  entry_sponsor
--------------------------------------------------------------------------------------------------*/
#second.entry_sponsor .title {
	background: url(../image/entry_sponsor_back.jpg) no-repeat right bottom;
	background-size: cover;
}

#second.entry_sponsor .subTitle {
	font-size: 16px;
}


.entry_sponsor h2 .text {
	font-size: 22px;
	font-weight: 500;
	color: #183063;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

.entry_sponsor .lead {
	width: 94%;
	margin: 0 auto;
	padding: 60px 0 30px;
}

.entry_sponsor .lead p {
	margin: 0 0 20px;
}

.entry_sponsor .sEntry {
	width: 94%;
	margin: 0 auto;
}

.entry_sponsor .sEntry h3 {
	margin: 0 0 32px;
	padding: 8px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}

.entry_sponsor .sEntry p {
	margin: 0 0 24px;
}


.entry_sponsor .sEntry table {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #CCC;
}

.entry_sponsor .sEntry table th {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	padding: 8px 16px;
	border-bottom: 1px solid #CCC;
	background-color: #FDEBF3;
}

.entry_sponsor .sEntry table td {
	display: block;
	width: 100%;
	padding: 16px;
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
}

.entry_sponsor .sEntry table td input {
	font-size: 18px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 4px;
}

.entry_sponsor .sEntry table td input[type="text"].l {
	width: 100%;
}	

.entry_sponsor .sEntry table td input[type="text"].m {
	width: 60%;
}	

.entry_sponsor .sEntry table td input[type="tel"] {
	width: 40%;
}	

.entry_sponsor .sEntry table td input[type="text"].s {
	width: 60px;
}

.entry_sponsor .sEntry textarea {
    width: 90%;
}

.entry_sponsor .sEntry .vebtn {
	padding: 0 0 64px;
	text-align: center;
}

.entry_sponsor .sEntry .vebtn input[type="submit"],
.entry_sponsor .sEntry .vebtn input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.entry_sponsor .sEntry .vebtn input[type="submit"]::-webkit-search-decoration,
.entry_sponsor .sEntry .vebtn input[type="button"]::-webkit-search-decoration {
  display: none;
}

.entry_sponsor .sEntry .vebtn input[type="submit"]::focus,
.entry_sponsor .sEntry .vebtn input[type="button"]::focus {
  outline-offset: -2px;
}

.entry_sponsor .sEntry .vebtn input[type="submit"] {
	padding: 10px 32px;
	cursor: pointer;
	border: 1px solid #AAA;
	border-radius: 4px;
	font-size: 16px;
	background-color: #EEE;
}

.sponsordetail {
    border: 2px dotted #CCC;
    margin: 0 0 40px;
    padding: 16px;
}

.sponsordetail p {
    font-weight: 500;
}

.sponsordetail dt {
    text-decoration: underline;
    font-weight: 500;
    color: #F5576C;
}

.sponsordetail dd {
    margin: 0 0 24px;
}

.sponsordetail dd ul li {
    margin-left: 32px;
    margin-bottom: 4px;
    line-height: 1.4;
    list-style-position: outside;
}

.entry_sponsor .sEntry.entPage h3 {
    margin-top: 60px;
}

/*------------------------------------------------------------------------------------------------
  influencer
--------------------------------------------------------------------------------------------------*/
#second.influencer .title {
	background: url(../image/influencer_back.jpg) no-repeat 60% bottom;
	background-size: cover;
}

#second.influencer .subTitle {
	font-size: 16px;
}


.influencer h2 .text {
	font-size: 22px;
	font-weight: 500;
	color: #183063;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

.influencer h3 {
	margin: 0 0 32px;
	padding: 8px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}

.influencer .lead {
	width: 94%;
	margin: 0 auto;
	padding: 60px 0 30px;
}

.influencer .lead p {
	margin: 0 0 24px;
}

.influencer .lead .gaku {
	width: 90%;
 position: relative;
 padding: 0 65px;
 text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 30px auto 20px;
	color: #F5576C;
}

.influencer .lead .gaku:before {
 position: absolute;
 top: calc(50% - 1px);
 left: 0;
 width: 100%;
 height: 2px;
 content: '';
 background: #F5576C;
}

.influencer .lead .gaku span {
 position: relative;
 padding: 0 1em;
 background: #fff;
}

.influencer .lead .influPrize {
	width: 94%;
	margin: 0 auto;
}

.influencer .lead .influPrize div {
	width: 100%;
	margin: 0 0 24px;
	padding: 16px 0;
	text-align: center;
}

.influencer .lead .influPrize div dt {
	font-weight: 500;
}

.influencer .lead .influPrize div {
	position: relative;
	background-color: #FFF;
}

.influencer .lead .influPrize div::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.influencer .lead .influPrize div:nth-child(1) {
	border: 3px solid #E6D063;
}

.influencer .lead .influPrize div:nth-child(1)::after {
	top: 8px;
	left: 8px;
	background-color: #E6D063;
}

.influencer .lead .influPrize div:nth-child(2) {
	border: 3px solid #C6C8D5;
}

.influencer .lead .influPrize div:nth-child(2)::after {
	top: 6px;
	left: 6px;
	background-color: #C6C8D5;
}

.influencer .lead .influPrize div:nth-child(3) {
	border: 3px solid #E2B188;
}

.influencer .lead .influPrize div:nth-child(3)::after {
	top: 6px;
	left: 6px;
	background-color: #E2B188;
}

.influencer .lead .influPrize div:nth-child(4) {
	border: 3px solid #B1D793;
}

.influencer .lead .influPrize div:nth-child(4)::after {
	top: 6px;
	left: 6px;
	background-color: #B1D793;
}

.influencer .requirement {
	width: 94%;
	margin: 32px auto 0;
}

.influencer .requirement p {
	margin: 0 0 20px;
}

.influencer .requirement .youken {
	border: 5px double #0099FF;
	margin: 0 0 60px;
	padding: 32px 16px 16px;
}

.influencer .requirement .youken dt {
	font-weight: 500;
}

.influencer .requirement .youken dd ol,
.influencer .requirement .youken dd ul {
	margin: 0 0 32px;
	padding: 0 0 0 24px;
}

.influencer .requirement .youken dd ol li {
	margin: 0 0 8px;
}

.influencer .influEntry{
	width: 94%;
	margin: 64px auto 0;
}

.influEntryWrap {
	padding: 0 0 40px;
}

.influEntryWrap div {
	margin: 0 0 40px;
	width: 100%;
	background-color: #FFF;
	padding: 16px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.influEntryWrap p:nth-child(1) {
	margin: 0 0 10px;
	text-align: center;
}

.influEntryWrap p:nth-child(1) img {
	max-width: 100%;
	height: auto;
}

.influEntryWrap p.onamae {
	margin: 0 0 8px;
	font-weight: 500;
}

.influEntryWrap p.onamae i {
	margin-left: 0;
	margin-right: 4px;
}

.influEntryWrap dl {
	margin-bottom: 4px;
}

.influEntryWrap dt {
	display: inline-block;
}

.influEntryWrap dd {
	display: inline-block;
}

.influEntryWrap a {
	text-decoration: underline;
	display: block;
	margin: 0 0 4px;
}

.influEntryWrap a i {
    width: 21px;
    text-align: center;
	margin-left: 0;
	margin-right: 4px;
}

/*------------------------------------------------------------------------------------------------
  fam-runner
--------------------------------------------------------------------------------------------------*/
#second.fam-runner .title {
	background: url(../image/fam-runner_back.jpg) no-repeat 80% top;
	background-size: cover;
}

.fam-runner h2 .text {
	font-size: 22px;
	font-weight: 500;
	color: #183063;
	text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

.fam-runner .lead {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 30px;
}

.fam-runner .lead p {
	margin: 0 0 20px;
}

.fam-runner .torunner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 60px;
}

.fam-runner h2 {
	margin: 60px 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

.fam-runner h3 {
	margin: 0 0 10px;
	padding: 4px;
	border-bottom: 2px dotted #F37402;
	font-size: 18px;
	font-weight: 500;
}

.fam-runner .torunner h3:nth-of-type(1) {
	margin: 0 0 32px;
}

.fam-runner .torunner p {
	margin: 0 0 24px;
}

.fam-runner .torunner a {
    text-decoration: underline;
}

.fam-runner .torunner .btn a {
    text-decoration: none;
}

.fam-runner .torunner a.healthlink {
	color: #F00;
	text-decoration: none;
	border-bottom: 2px solid #FF8000;
}

.fam-runner .torunner dl.flow {
	padding: 10px 0 32px;
}

.fam-runner .torunner dl.flow dt {
	background-color: #4BA7F2;
	display: inline-block;
	color: #FFF;
	padding: 4px 8px;
	font-weight: 500;
}

.fam-runner .torunner dl.flow dd {
	margin: -20px 10px 0;
	background-color: #F3F2F1;
	padding: 30px 20px 20px;
}

.fam-runner .torunner dl.flow dd ol {
    padding-left: 20px;
}

.fam-runner .torunner dl.flow dd ol li {
	margin: 0 0 16px;
	list-style-position: outside;
}

.fam-runner .torunner dl.flow dd ol li a {
	text-decoration: underline;
}

.fam-runner .torunner .stayBand {
	padding: 10px 0 48px;
}

.fam-runner .torunner .stayBand dt {
	background-color: #F5576C;
	display: inline-block;
	color: #FFF;
	padding: 4px 8px;
	font-weight: 500;
	line-height: 1.4;
}

.fam-runner .torunner .stayBand dd {
	margin: -20px 10px 0;
	background-color: #F3F2F1;
	padding: 40px 32px 0;
	border-top: 2px solid #F5576C;
	border-bottom: 2px solid #F5576C;
	border-radius: 16px;
}

.fam-runner .torunner .thedayttenWrap {
		background: url(../image/back-01.png) repeat center center;
		padding: 40px 20px 30px;
}

.fam-runner .torunner .thedaytten {
		margin: 0;
		padding: 0;
		list-style: none;
}

.fam-runner .torunner .thedaytten li {
		margin:  0 0 30px;
		padding: 20px;
		background-color: #FFF;
		position: relative;
		border-bottom: 2px solid #4BA7F2;
}

.fam-runner .torunner .thedaytten li:last-child {
	margin: 0;
}

.fam-runner .torunner .thedaytten li::before {
	position: absolute;
	top: -12px;
	left: -12px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background-color: #F5576C;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
}

.fam-runner .torunner .thedaytten li:nth-child(1)::before {
	content: "1";
}

.fam-runner .torunner .thedaytten li:nth-child(2)::before {
	content: "2";
}

.fam-runner .torunner .thedaytten li:nth-child(3)::before {
	content: "3";
}

.fam-runner .torunner .thedaytten li:nth-child(4)::before {
	content: "4";
}

.fam-runner .torunner .thedaytten li:nth-child(5)::before {
	content: "5";
}

.fam-runner .torunner .thedaytten li:nth-child(6)::before {
	content: "6";
}

.fam-runner .torunner .thedaytten li:nth-child(7)::before {
	content: "7";
}

.fam-runner .torunner .thedaytten li a {
    text-decoration: underline;
}

.fam-runner .torunner .thedaytten li span.tit {
	 font-weight: 500;
		display: block;
		color: #F5576C;
		font-size: 18px;
}

.fam-runner .torunner .thedaytten li::marker {
		color: #F5576C;
}

.fam-runner .timeschedule {
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #CCC;
}

.fam-runner .timeschedule td {
	width: 100%;
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #CCC;
	display: block;
}

.fam-runner .timeschedule td:nth-of-type(1) {
	background-color: #FDFBDB;
}

.fam-runner .timeschedule td ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.fam-runner .timeschedule td ul li {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 500;
}

.fam-runner .timeschedule td ul li:last-child {
	margin: 0;
}


.fam-runner .timeschedule td p {
    margin: 0;
}

.fam-runner .timeschedule td p i {
    margin-right: 4px;
    vertical-align: -1px;
}

.fam-runner .timeschedule td p a {
    text-decoration: underline;
}

.walkinfo {
    margin: 0 0 20px !important;
    padding: 20px;
    border: 2px solid #F9F391;
}

.walkinfo i {
    margin-right: 4px;
    vertical-align: -1px;
}

.walkinfo a {
    text-decoration: underline;
}

.mgn1 {
    margin: 0 0 24px !important;
}

.accessWrap {
    margin: 0 0 60px;
}

.accessWrap h4 {
    margin: 0 0 10px;
    background-color: #F3F2F1;
    padding: 4px;
    border-left: 4px solid #F5576C;
    font-weight: 500;
    font-size: 18px;
}

.accessWrap a {
    text-decoration: underline;
}

.accessWrap .attenBtn .btn a {
    text-decoration: none;
}

.famMenu {
	width: 96%;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}

.famMenu li {
	margin: 0 0 10px;
	padding: 0;
}

.famMenu li a {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #183063;
}

.famMenu li a i {
	margin-right: 4px;
}

.famMenu li a:hover, .famMenu li a:active {
	background-color: #E8EBF0;
	color: #183063;
}

.jyuni p:nth-child(2) {
    text-align: center;
}

#second {
margin: 0 20px;
}

#second p {
margin: 0 0 20px;
}

.kitchencar {
width: 100%;
}
.kitchencar td {
width: 100%;
display: block;
margin: 0;
}

#second .inner h1 {
	margin: 20px 0 20px;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	line-height: 1.2;
	padding-bottom: 10px;
}

#second .inner h1:first-letter {
	font-size: 40px;
	color: #4BA7F2;
}

#second .inner h1:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.faq dl {
margin: 0 0 40px;
}

.faq dl dt {
margin: 0 0 8px;
padding: 8px;
font-weight: 500;
background-color: #E6F4FA;
}

.faq dl dt span {
color: #4BA7F2;
margin-right: 8px;
}

.faq dl dd {
padding: 0 10px;
}

/*------------------------------------------------------------------------------------------------
  covid
--------------------------------------------------------------------------------------------------*/
.ticket {
	margin: 60px 0;
}

.ticket dt {
	background-color: #F66;
	color: #FFF;
	padding: 8px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}

.ticket dd {
	margin: -30px 0 0 20px;
	padding: 40px 20px 0;
	border: 3px solid #CCC;
}


.covidWrap {
	margin: 60px 0;
	padding: 0 0 30px;
	border-bottom: 2px dotted #CCC;
}

.covidWrap .image {
	padding: 0 0 10px;
}

.covidWrap .image img {
	width: 160px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.covidWrap .text {
	margin: 16px 0 0;
}

.covidWrap .text h2 {
    margin-top: 0;
    background-color: #2B56B3;
}

.covidWrap .text .category {
	margin: 0 0 30px -8px;
	padding: 0;
	list-style: none;
	display: flex;
}

.covidWrap .text .category li {
	margin: 0 8px;
	padding: 0;
	border: 1px solid #CCC;
	width: 160px;
	text-align: center;
}

.covidWrap .text .category li.c1 {
	background-color: #DDD;
}

.covidWrap .text .category li.c2 {
	background-color: #C2E1FA;
}

#secondCont .covidWrap .text h2 {
	margin: 0 0 16px;
}

/*------------------------------------------------------------------------------------------------
  indexSponsor
--------------------------------------------------------------------------------------------------*/
#indexSponsor {
	width: 100%;
	margin: 0 auto;
}

#indexSponsor .main {
	text-align: center;
}

#indexSponsor .main img {
	height: 120px;
}


#indexSponsor .sponsor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexSponsor .sponsor ul li {
	width: 40%;
	margin: 0 5% 30px;
}

/*------------------------------------------------------------------------------------------------
  number
--------------------------------------------------------------------------------------------------*/
.numberList div h2 {
	margin-top: 0;
}

.number table {
	width: 100%;
	margin: 0 auto 40px;
}

.number table th {
	background-color: #FDFBDB;
	padding: 8px;
	border: 1px solid #CCC;
	text-align: center;
}

.number table td {
	padding: 4px 8px;
	border: 1px solid #CCC;
}

.number table td:nth-of-type(1) {
	text-align: center;
	width: 30%;
}

.number table td:nth-of-type(2) {
	width: 50%;
}

.number table td:nth-of-type(3) {
	text-align: center;
	width: 20%;
}

.number table tr:nth-child(2n) {
	background-color: #F3F2F1;
}

.number table tr:nth-child(2n-1) {
	background-color: #FFF;
}

.number table tr:hover {
	background-color: #E6EDFD;
}

#pacer {
	width: 100%;
	margin: 0 auto;
	padding: 60px 20px 100px;
	background: url(../image/pacer_back-01.png) no-repeat center 0, url(../image/pacer_back-02.png) no-repeat center bottom;
	background-size: contain;
}

#pacer h2 {
	display: inline-block;
	background-color: #CC144F;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 0 8px;
	transform: rotate(-1deg);
}

#pacer p.cap {
	display: inline-block;
	background-color: #183063;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	padding: 0 8px;
	transform: rotate(-1deg);
	margin-left: 1px;
}

#pacer div.text {
	margin: 40px 0 30px;
	font-size: 16px;
}

#pacer div.text p {
	margin: 0 0 30px;
	font-weight: 500;
}

#pacer div.text p span {
	display: inline-block;
	background-color: #C4EDFB;
	margin-bottom: 4px;
	padding: 0 4px;
}

#indexAll {
	border-bottom: 4px solid #F3F2F1;
}

#indexAll h2 {
	margin: 0 0 32px;
	padding: 6px 8px;
	background-color: #183063;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: none;
}

#indexAll p {
	margin: 0 0 30px;
}

#indexAll img {
	max-width: 100%;
}

#indexAll .route {
	background-color: #F3F2F1;
}

#indexAll .route .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .schedule {
	border-bottom: 1px solid #CCC;
}

#indexAll .schedule .timeshcedule {
	position: relative;
	font-size: 18px;
	margin: 0 0 60px;
	padding: 0;
	background-color: rgba(255, 255, 255, .6);
}

#indexAll .schedule .timeshcedule:before {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: #4091C1;
}

#indexAll .schedule .timeshcedule .inner {
	position: relative;
	z-index: 10;
	padding: 0 0 1px;
}

#indexAll .schedule .timeshcedule .time {
	position: relative;
	margin: 0 !important;
	background-color: #4091C1;
	padding: 4px 30px;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
}

#indexAll .schedule .timeshcedule .time:before {
	position: absolute;
	top: calc( 50% - 2px);
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #FFF;
	content:"";
}

#indexAll .schedule .timeshcedule .info {
	padding: 10px 40px 0;
	font-weight: 500;
}


#indexAll .schedule .inner{
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .baggage {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .koui {
	background-color: #F3F2F1;
}

#indexAll .koui .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .parking {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .tuuti {
	background-color: #F3F2F1;
}

#indexAll .tuuti .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .atten {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
}

#indexAll .atten ul li {
	margin-bottom: 10px;
}

.iaMenu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 60px;
	padding: 0;
	list-style: none;
}

.iaMenu li {
	width: 46%;
	margin: 0 2% 20px;
	padding: 0;
	border: 2px dotted #183063;
	box-shadow: 3px 3px 1px #CCC;
}

.iaMenu li a {
	display: block;
	padding: 10px 24px;
	text-decoration: none;
	font-weight: 500;
	background-color: #FFF;
}

.iaMenu li a:hover {
	background-color: #FFC;
}

#news01 .inner {
width: 100%;
margin: 0;
padding: 20px;
}

#news01 .inner p {
margin: 0 0 30px;
}

#news01 .inner .time {
margin-bottom: 30px;
}

#news01 .inner .time dt {
background-color: #00A0E9;
color: #FFF;
padding: 4px;
}

#news01 .inner .time dd {
padding: 4px;
margin: 0 0 10px;
}

#news01 .inner .pInfo {
margin-bottom: 30px;
border: 3px solid #FFDDDD;
padding: 20px;
}

#news01 .inner .pInfo dt {
border-bottom: 1px dashed #FF6666;
font-weight: 500;
padding-bottom: 4px;
color: #FF6666;
}

#news01 .inner .pInfo dt i {
margin-right: 4px;
}

#news01 .inner .pInfo dd {
margin: 0 0 16px;
}

}