@charset "UTF-8";

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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* Default  Setting ===================================================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	border: none;
}

a,
a img {
	color: #004ea6;
	text-decoration: none;
	outline: none;
	transition: opacity 0.8s ease;
}

a:hover, a:hover img, a:active, a:focus,
a img:hover,
a img:hover img,
a img:active,
a img:focus {
	color: #666;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.75;
	outline: none;
	noFocusLine: expression(this.onFocus=this.blur());
}

::selection {
	background-color: #004ea6;
	color: #fff;
}

::-moz-selection {
	background-color: #004ea6;
	color: #fff;
}

strong {
	font-weight: bold;
}

small {
	font-size: 12px;
	font-size: 1.2rem;
}

.pc {
	display: block !important;
}

.sp,
.spn {
	display: none !important;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

#pageMovetop{
	display:none;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}

#pageMovetop.static{
	position: static;
}

.box {
	overflow: hidden;
	*zoom: 1;
}

.mgb0 {
	margin-bottom: 0px !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

.mgb30 {
	margin-bottom: 30px !important;
}

.mgt0 {
	margin-top: 0px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

/* Layout ==================================================================== */
.inner {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

.wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0 15px;
	*zoom: 1;
	overflow: hidden;
}

/* clearfix ===================================================================================== */
.clearfix {
	zoom: 100%;
}

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

#page-area {
	overflow: hidden;
	min-width: 940px;
}
@media screen and (max-width: 568px) {
	#ichiran{
		margin-bottom:70px;
	}
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	#pageMovetop{
		display:none;
		position: fixed;
		z-index: 1000;
		bottom: 15px;
		right: 0;
	}

	#pageMovetop.static{
		position: static;
		margin-left: 87%;
	}

	#pageMovetop img{
		width: 70%;
		height: auto;
	}

	.inner {
		width: 100%;
		padding: 0 10px;
	}

	.wrap {
		width: 100%;
		padding: 0px 0px;
	}

	.box {
		overflow: hidden;
		*zoom: 1;
	}

	#page-area {
		min-width: 0;
	}
}


/* ==================================================
================================================== */
#ichiran .mv{
    margin-bottom: 20px;
}

#ichiran .mv_inner{
    width: 100%;
    /*height: 538px;*/
    /*display: flex;*/
    justify-content: center;
    align-items: center;
   /* background-image: url('../images/ichiran/mv_bg.png');*/
    background-size: cover;
    background-position: bottom;
}

#ichiran .mv_inner .mv__pctwrap{
    /*width: 836px;*/
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}

#ichiran .mv_inner .mv__pctwrap a{
    position: absolute;
    font-size: 16px;
    line-height: 1;
    padding: 0 5px;
    padding-left: 13px;
    color: #4EB9DC;
    left: 5px;
    bottom:125px;
    font-weight:bold;
}

#ichiran .mv_inner .mv__pctwrap a:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background-image: url('../images/ichiran/arw_bl.svg');
    background-size: cover;
    top: 2px;
    left: 0;
}

#ichiran .choiceTtl{
    line-height: 1;
    font-size: 45px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #B3B3B3;
    position: relative;
    margin-bottom: 30px;
}

#ichiran .choiceTtl:before{
    content: '';
    position: absolute;
    width: 612px;
    height: 9px;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #4EB9DC;
}

#ichiran .choiceBloc{
    width: 910px;
    margin: 0 auto 40px;
}
.searchResultsItem {
	padding: 27px 39px 30px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	border-radius: 6px;
}

.searchResultsItem.hidden{
    display: none;
}

.searchResultsItem + .searchResultsItem {
	margin-top: 25px;
}
.searchResultsItem a {
	display: block;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.searchResultsItem a:hover {
	opacity: .5;
}
#mainArea .searchResultsItem a:hover img {
	opacity: 1;
}
.searchResultsItem .cardName {
	font-size: 23px;
	font-weight: bold;
    color: #4EB9DC;
    margin-bottom: 5px;
}
.searchResultsItem .cardDetail {
    font-size: 16px;
	color: #000;
}
.searchResultsItem .colWrap {
	display: table;
	width: 100%;
	margin-top: 22px;
}
.searchResultsItem .colWrap > * {
	display: table-cell;
	vertical-align: top;
}
.searchResultsItem .colWrap .col1 {
	width: 220px;
    display: block;
    margin-right: 30px;
}
.searchResultsItem .colWrap .col2 {
	width: 580px;
}
.searchResultsItem .col1 .cardImg img {
	width: 100%;
}
.searchResultsItem .col1 .futai {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
.searchResultsItem .col1 .futai img {
	width: 49px;
	margin: 0 8px 8px 0;
}
.searchResultsItem .col1 .futai img:nth-child(4n+4) {
	margin-right: 0;
}
.searchResultsItem .col2 > dl {
	display: table;
	width: 100%;
}
.searchResultsItem .col2 dt {
	display: table-cell;
	width: 102px;
	padding: 5px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
    font-size: 16px;
    color: #4EB9DC;
}
.searchResultsItem .col2 dd {
	display: table-cell;
	padding: 10px 10px 10px 20px;
	color: #333;
	font-size: 14px/*14*/;
	word-wrap: break-word;
    line-height: 1.6;
}
.searchResultsItem .col2 .list01 {
	border: 2px solid #e5f2fa;
}
.searchResultsItem .col2 .list01 dt {
	background: #e5f2fa;
}
.searchResultsItem .col2 > .list02,
.searchResultsItem .col2_3 {
	margin-top: 8px;
}
.searchResultsItem .col2 .list02 {
	border: 2px solid #f5f5f5;
}
.searchResultsItem .col2 .list02 dt {
	background: #f5f5f5;
}
.searchResultsItem .col2_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.searchResultsItem .col2_3 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}
.searchResultsItem .col2_3 dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.searchResultsItem .col2_3 dd {
	width: 175px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.searchResultsItem .col2_3 dd img {
	margin-right: 9px;
	width:auto;
	height:25px;
}
.searchResultsItem .btn{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    background-color: #2547B7;
    color: #fff;
    border-radius: 8px;
    width: 430px;
    height: 50px;
    margin: 0 auto;
    margin-top: 25px;
}

.searchResultsItem .btn span{
    display: block;
    width: 7px;
    margin-right: 7px;
}

#ichiran .choiceBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 432px;
    height: 60px;
    border-radius: 8px;
    background-color: #4EB9DC;
    color: #fff;
    font-size: 14px;
    margin: 55px auto;
}

#ichiran .choiceBtn span{
    display: block;
    width: 8px;
    margin-right: 7px;
}
.attention{
    background:#f5fafa;
    border-radius:10px;
    border:3px solid #036eb8;
    padding:2rem;
    font-size: 1.2rem;
}
.attention .att_tit{
    font-size: 1.6rem;
    font-weight:bold;
    color: #036eb8;
    border-bottom:2px solid #036eb8;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.btn_area{
    margin: 3rem auto;
    text-align:center;
}
.btn_area img{
    width: 60%;
    height:auto;
}
#c_header {
    border-top: 10px solid #0c2988;
    height:80px;
}
#c_header .head_inner{
width: 910px;
margin: auto;
text-align: right;
}
#c_header .h_logo {
    padding-top: 16px;
    padding-bottom: 16px;
}
#c_header .h_logo img {
    width:auto;
    height: 50px;
}
.pageFooter {
    margin:10rem auto 0;
    text-align:center;
}
.pageFooter img {
    width:auto;
    height:50px;
}
.pageFooter img:first-child {
    margin-right:15px;
}
.pageFooter address {
    background:#0c2988;
    color:#fff;
    font-size:1.5rem;
    padding:1rem 0;
    margin-top:3rem;
}
.ball_bg{
background:url(../images/ichiran/bg_ball.png);
}

@media screen and (max-width: 568px){
    #ichiran .mv{
        margin-bottom: 20px;
    }
    #ichiran .mv_inner{
        /*height: 290px;*/
        height: auto;
        background-image: url('../images/ichiran/mv_bg_sp.png');
    }
    #ichiran .mv_inner img{
        width: 100%;
    }
    #ichiran .mv_inner .mv__pctwrap{
        /*width: 339px;*/
        width: 100%;
}

#ichiran .mv_inner .mv__pctwrap a{
    font-size: 14px;
    padding: 0;
    bottom: 30px;
    left: 46%;
    padding-left: 13px;
}
    
    #ichiran .mv_inner .mv__pctwrap a:before{
        top: 1px;
    }

#ichiran .choiceTtl{
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#ichiran .choiceTtl:before{
    width: 90%;
    max-width: 380px;
}

#ichiran .choiceBloc{
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.searchResultsItem {
	padding:0;
	border: 1px solid #c9c9c9;
	background-color: #fff;
    width: 49%;
    border-radius: 5px;
}
    
.searchResultsItem + .searchResultsItem {
	margin-top: 0;
}
    
    .searchResultsItem:nth-child(n+3){
        margin-top: 8px;
    }
.searchResultsItem a {
	display: block;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.searchResultsItem a:hover {
	opacity: .5;
}
#mainArea .searchResultsItem a:hover img {
	opacity: 1;
}
.searchResultsItem .cardName {
	font-size: 11px;
	font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4EB9DC;
    width: 100%;
    height: 47px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 3px;
}
.searchResultsItem .cardDetail {
    padding: 0 5px;
    font-size: 11px;
	color: #000;
    min-height: 30px;
}
.searchResultsItem .colWrap {
	display: block;
	width: 100%;
    font-size: 11px;
	margin-top: 22px;
}
.searchResultsItem .colWrap > * {
	display: block;
}
.searchResultsItem .colWrap .col1 {
	width: 100%;
    display: block;
    margin-right: 30px;
}
.searchResultsItem .colWrap .col2 {
    padding: 0 5px;
	width: 100%;
}
.searchResultsItem .col1 .cardImg img {
	max-width: 154px;
    margin: 0 auto;
    display: block;
    
}
.searchResultsItem .col1 .futai {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
.searchResultsItem .col1 .futai img {
	width: 49px;
	margin: 0 8px 8px 0;
}
.searchResultsItem .col1 .futai img:nth-child(4n+4) {
	margin-right: 0;
}
.searchResultsItem .col2 > dl {
	display: block;
	width: 100%;
}
.searchResultsItem .col2 dt {
	display: block;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
    font-size: 16px;
    color: #4EB9DC;
}
.searchResultsItem .col2 dd {
	display: block;
	padding: 6px 0 0 0;
	font-size: 11px;
	word-wrap: break-word;
    line-height: 1.2;
    min-height: 5.5em;
}
    
    .searchResultsItem .col2 .list02 dd{
        padding-top: 5px;
    }
.searchResultsItem .col2 .list01 {
	border:none;
}
.searchResultsItem .col2 .list01 dt,
    .searchResultsItem .col2 .list02 dt{
	background: transparent;
    color: #4EB9DC;
    border-bottom: 1px solid #4EB9DC;
        font-size: 11px;
        text-align: left;
        
        display: block;
        
}
    
    .searchResultsItem .col2 .list02 dt{
        padding-top: 0;
    }
    
.searchResultsItem .col2 > .list02,
.searchResultsItem .col2_3 {
	margin-top: 8px;
}
.searchResultsItem .col2 .list02 {
	border: none;
}

.searchResultsItem .col2_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.searchResultsItem .col2_3 dl {
	display: block;
    width: 100%;
}
.searchResultsItem .col2_3 dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.searchResultsItem .col2_3 dd {
	width: 175px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.searchResultsItem .col2_3 dd img {
	margin-right: 9px;
}
.searchResultsItem .btn{
    background-color: #2547B7;
    border-radius: 5px;
    font-size: 13px;
    width: 90%;
    max-width: 164px;
    height: 44px;
    margin-top: 4px;
    margin-bottom: 11px;
}

.searchResultsItem .btn span{
    display: block;
    width: 7px;
    margin-right: 7px;
}

#ichiran .choiceBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 370px;
    margin: 30px auto 45px;;
}

#ichiran .choiceBtn span{
    display: block;
    width: 8px;
    margin-right: 7px;
}

.attention{
    width: 95%;
}
.btn_area img,
#c_header .head_inner {
    width: 100%;
}
.pageFooter address {
    font-size:1rem;
}
#c_header {
    height: 46px;
}
#c_header .h_logo {
    padding-top: 10px;
}
#c_header .h_logo img {
    height: 38px;
    margin-right:10px;
}
.pageFooter {
    margin: 5rem auto 0;
}

}


@media screen and (max-width: 568px){}
