@charset "utf-8";

/****************************
リセットCSS
****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
line-height: 1.6;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/*
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;
  clear: both; 
  visibility:hidden;
}

.clearfix{display: inline-block;}
.clearfix{display:block;} 
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}

/****************************
CSS
****************************/
#marathon{
    border-top: 40px #262672 solid;
    padding-top:30px;
}
p{
    margin: 5px 0px;
}

img{
	max-width:100%;
	vertical-align:middle;
}
#marathon .titbox.flex{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}
#marathon .titbox .titbox-logo{
    width:160px;
    padding-right:10px;
}
#marathon .titbox .titbox-text{
    position:relative;
}
#marathon .titbox h2{
    text-align: center;
    font-size: 4.5rem;
    font-weight:700;
    line-height: 1;
    letter-spacing:-1px;
}
#marathon .titbox #con_sub_title1{
    font-size: 2rem;
    line-height: 1;
    font-weight:500;
}
#marathon .titbox #con_sub_title2{
    font-size: 2rem;
    line-height: 1;
    font-weight:500;
    position:absolute;
    top:0;
    right:0;
}


#marathon .inner{
	width:980px;
    margin: 40px auto;
    border-radius: 10px;
    padding: 20px 60px;
    border: solid 1px #ccc;
	}
h3{
    font-size: 130%;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}
#whats_new li {
    border-bottom: dashed #ccc 1px;
    padding: 5px 10px;
}
#whats_new li .news_date{
    margin-right: 15px;
} 
h4{
    font-weight: bold;
    font-size: 1.1rem;
}

#footer{
	background: #262672;
	padding:20px 0px;
	color: #fff;
}
#footer .inner p{
	color: #fff!important;
}
#tour_recruit .flex{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
#tour_recruit .flex li{
    width: 30%;
    margin: 10px 0px;
}
#menu .flex{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
#menu .flex li{
    width: 40%;
    margin: 10px 0px;
}
.btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
     padding: 8px 10px;
    border-radius: 5px;
    border: solid 1px #166594;
    transition: .4s;
}
.inner_btn {
    width: 100%;
    text-align: center;
}
.btn:hover{
    color: #166594!important;
	background: #fff!important;
    border-radius: 5px;
    font-size: 18px;
	border:solid 1px #166594;
    text-align: center;
}
.blue {
    color: #0033cc !important;
}
.fa-arrow-alt-circle-right:before {
    margin-right: 10px;
    color: #262672;
}
.mtb40{
	margin:20px 0px;
}
.ver_mid{
	    padding-top: 30px;
}


@media screen and (max-width: 1100px) {
	#marathon .titbox h2{
	    font-size: 3.8rem;
	}
}
@media screen and (max-width: 980px) {
	#marathon .titbox h2{
	    font-size: 3.2rem;
	}
	#marathon .inner {
	    width: 94%;
	    margin: 20px auto;
	    padding: 10px;
	}
}
@media screen and (max-width: 600px) {
	#marathon .titbox.flex{
	    display:block;
	    margin-bottom:50px;
	}
	#marathon .titbox .titbox-logo{
	    width:150px;
		padding-right:0px;
	    margin:0 auto 10px;
	}
	#marathon .titbox .titbox-text{
	    position:static;
	    text-align:center;
	    padding-left:0px;
	}
	#marathon .titbox h2{
	    font-size: 3rem;
	    line-height: 1;
	    margin-bottom:5px;
	}
	#marathon .titbox #con_sub_title1{
	    font-size: 1.6rem;
	    line-height: 1.2;
	}
	#marathon .titbox #con_sub_title2{
	    font-size: 1.6rem;
	    position:static;
	    line-height: 1.2;
	}
	
	#tour_recruit .flex{
		display: block;
	}
	#tour_recruit .flex li{
	    width: 80%;
	    margin: 10px auto;
	}
	#menu .flex{
		display: block;
	}
	#menu .flex li{
	    width: 80%;
	    margin: 10px auto;
	}
}