@charset "utf-8";

/* ----------------------------------------------
	共通
---------------------------------------------- */
html{
	height:100%;
	font-size:10px;	/* 1rem = 10px */
}
body{
	height:100%;
	font-size:1.6rem;
	color:#000000;
}

a{
	color:#000000;
	text-decoration:none;
}
a,
a:before,a:after,
a *:before,a *:after,
.link,
.link:before,
.link:after{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover{
	color:#0e6eb8;
	text-decoration:none;
}
.rollover{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.rollover:hover{
	opacity: 0.8;
}

button,input,textarea,
body{
/*
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
*/
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

i{
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
}
img{
	max-width: 100%;
}
/* -------------------------------------
	各要素の初期設定
---------------------------------------- */
input{
	vertical-align:middle;
}
.ja{
	ime-mode:active;
}
.en{
	ime-mode:inactive;
}
.bold,
em,
strong{
	font-weight:700;
}
.del,
del{
	text-decoration:line-through;
}
.underline{
	text-decoration:underline;
}
.left{
	text-align:left!important;
}
.right{
	text-align:right!important;
}
.center{
	text-align:center!important;
}

body:not(.loaded) *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
/* -------------------------------------
	form初期設定
---------------------------------------- */
input[type="checkbox"],
input[type="radio"]{
	display:inline-block;
	margin:0 3px 0 0;
	vertical-align:middle;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"]{
}
label{
	display:inline-block;
	vertical-align:middle;
}
textarea,
select{
	border:1px solid #ccc;
	line-height:1.5;
	margin:0 0 3px 0;
	padding:5px 8px;
}
textarea{
	resize:vertical;
}
select::-ms-expand {
	display: none;
}
select{
	padding-right:20px;
	background:url(/images/ico_select_arrow.png) no-repeat right 10px top 50%;
}
*:disabled,
.disabled{
	background:#eee;
	color:#555;
}
input.text{
	border: 1px solid #e4e7eb;
	font-size: 1.2rem;
	padding: 10px 10px;
	width: 100%;
}
textarea.text{
	border: 1px solid #e4e7eb;
	font-size: 1.2rem;
	padding: 10px 10px;
	width: 100%;
	height: 200px;
}

.select{
	font-size: 1.4rem;
	position: relative;
}
.select select{
	background: #e1e3e6;
	border: none;
	padding: 12px 35px 12px 20px;
	border-radius: 3px;
	cursor: pointer;
}
.select:after{
	content: "\f107";
	font-family: FontAwesome;
	font-size: 2.0rem;
	position: absolute;
	right: 10px;
	top: 13px;
	line-height: 1;
	pointer-events: none;
}
.user_input{
	padding: 0 20px 30px;
}
.form_item:last-of-type .user_input{
	padding-bottom: 0;
}
.form_item{
	max-width: 565px;
	width: 100%;
	margin-bottom: 20px;
}

.form_title{
	overflow: hidden;
	margin-bottom: 10px;
}
.form_title .title{
	float: left;
	margin-right: 20px;
}
.form_title .error_area{
	overflow: hidden;
	padding-top: 4px;
}

.error_area{
	font-size: 1.2rem;
	color: #ff0000;
}

.btn_area{
	padding: 60px 0 0;
}
.error_area{
	font-size: 1.2rem;
	color: #ff0000;
}

.btn_area ul{
	letter-spacing: -.50em;
	text-align: center;
}
.btn_area ul li{
	display: inline-block;
	width: 180px;
	margin: 0 15px;
}

.btn_area ul .large_btn{
	width: auto;
}
.btn_area ul .large_btn .base_btn{
	letter-spacing: normal;
	padding-left: 20px;
	padding-right: 20px;
}

.long_btn_area ul li{
	max-width: 280px;
	width: 100%;
}

.label_list{
	letter-spacing: -.50em;
}
.label_list li{
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.label_one_column li{
	width: 100%;
	display: block;
}
.label{
	display: block;
	padding: 5px 5px;
	cursor: pointer;
}

.label input {
	display: none;
}
.label input + .txt{
	display: inline-block;
	text-indent: -0.75em;
	margin-left: 1em;
}
.label input + .txt:before{
	font-family: FontAwesome;
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
	margin-right: 5px;
	color: #cccccc;
}
.label input:checked + .txt:before{
	color: #0e6eb8;
}
.label input[type="radio"] + .txt:before{
	content: "\f111";
}
.label input[type="radio"]:checked + .txt:before{
	content: "\f058";
}
.label input[type="checkbox"] + .txt:before{
	content: "\f0c8";
}
.label input[type="checkbox"]:checked + .txt:before{
	content: "\f14a";
}




.modal_content .form_title .title{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.modal_content .form_column{
	letter-spacing: -.50em;
}
.modal_content .form_column .col{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	margin-right: 30px;
	margin-bottom: 30px;
}
.modal_content .form_item{
	width: 100%;
	max-width: none;
}
.modal_content .result_count .modal_text{
	width: 158px;
}
.modal_content .result_count .txt{
	margin-left: 10px;
	vertical-align: bottom;
	font-size: 17px;
}
.modal_content .box{
	padding: 40px;
}
.modal_text{
	border: 1px solid #d3d5d8;
	border-radius: 8px;
	padding: 10px 10px;
	font-size: 2.5rem;
	width: 100%;
	text-align: right;
}
.input_result_list{
	overflow: hidden;
}
.input_result_list li{
	float: left;
	width: calc(20% - (32px * 4 / 5));
	margin-right: 32px;
}
.input_result_list li:last-child{
	margin-right: 0;
}
.input_result_list .title{
	margin-bottom: 10px;
}

.switch_radio{
	display: table;
	width: 340px;
}

.switch_radio li{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.switch_radio .label{
	width: 170px;
	text-align: center;
	padding: 0;
}
.switch_radio .label .txt:before{
	display: none!important;
}
.switch_radio .label .txt{
	font-size: 2rem;
	color: #9caabb;
	background: #d3d5d8;
	margin: 0;
	display: block;
	height: 70px;
	line-height: 70px;
	text-indent: 0;
	border-radius: 5px 0 0 5px;
}
.switch_radio li:last-child .txt{
	border-radius: 0 5px 5px 0;
}

.switch_radio .label input:checked + .txt{
	background: #a6c5ea;
	color: #000000;
}
/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc{
	display:block!important;
}
.pc_inline{
	display:inline!important;
}
.pc_inline_block{
	display:inline-block!important;
}
.sp{
	display:none!important;
}
.sp_inline{
	display:none!important;
}
.sp_inline_block{
	display:none!important;
}
.red{
	color:#e60033;
}
/* -------------------------------------
	レイアウト初期設定
---------------------------------------- */
.container{
	min-height:100%;
	position:relative;
	padding:0 0 150px;
	background: #eff0f2;
}

.header_inner,
.footer_inner,
.content_inner{
	margin:0 auto;
	max-width:1080px;
}

/* -------------------------------------
	header
---------------------------------------- */
.header{
	background: #ffffff;
	border-bottom: 1px solid #e4e7eb;
	height: 80px;
	position: fixed;
	z-index: 100;
	width: 100%;
}

.header_inner{
	position: relative;
}

.header .logo{
	letter-spacing: -.50em;
	padding: 22px 0;
	display: block;
}
.header .logo .img,
.header .logo .txt{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.header .logo .img{
	width: 230px;
}
.header .logo .txt{
	margin-left: 10px;
	background: #9caabb;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 5px 8px;
}

.header .column{

}
.header .column:before,.header .column:after{
	content:"";
	display:table;
}
.header .column:after{
	clear:both;
}

.header .item{
	float: left;
	width: 330px;
}
.header .item_right{
	float: right;
	width: 395px;
}
.header .item.mypage_message{
	font-size: 1.0rem;
	width: 355px;
	padding: 25px 15px;
}
.header_navi{
	letter-spacing: -.50em;
	text-align: right;
	padding-top: 20px;
}
.header_navi .navi_item{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.header_navi .navi_item:last-child:not(:first-child){
	max-width: calc(100% - 150px);
	margin-left: 10px;
}
.content_mypage_message{
	display: none;
}
.site_link{
	text-decoration: none;
	font-size: 1.4rem;
	display: inline-block;
	background: #eff0f2;
	border-radius: 100px;
	line-height: 1;
	padding: 8px ;
	width: 140px;
	text-align: center;
}
.site_link .ico{
	display: inline-block;
	margin-right: 5px;
}
.site_link .ico:before{
	content: "\f01e";
	font-family: FontAwesome;
	color: #9caabb;
}
.site_link:hover{
	color: #000000;
	background: #a6c5ea;
}
.site_link:hover .ico:before{
	color: #ffffff;
}

.account_link{
	display: block;
	cursor: pointer;
	padding: 8px;
	font-weight: 700;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.account_link .ico{
	display: inline-block;
	margin-right: 5px;
}

.account_link .ico:before{
	content: "\f013";
	font-size: 2.0rem;
	font-family: FontAwesome;
	color: #9caabb;
	font-weight: 400;
}
.account_link:after{
	content: "\f107";
	font-size: 2.0rem;
	font-family: FontAwesome;
	margin-left: 10px;
	font-weight: 400;
}
.account_link:hover{
	color: #0e6eb8;
}
/* -------------------------------------
	footer
---------------------------------------- */
.footer{
	height: 150px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer_inner{
	padding: 40px 0;
}

.footer .navi{
	letter-spacing: -.50em;
	text-align: center;
	margin-bottom: 20px;
}
.footer .navi li{
	letter-spacing: normal;
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 15px;
}
.footer .navi a{
	text-decoration: underline;
}

.copyright{
	text-align: center;
	font-size: 1.2rem;
}
/* -------------------------------------
	content
---------------------------------------- */
.content{
	padding-top: 80px;
}

.content_inner{
}

.section{
	margin:0 0 80px 0;
}
.section:last-of-type{
	margin-bottom: 0;
}

.main_section{
}
.main{
	background: #ffffff;
	padding: 40px 3.87%;
}
/* -------------------------------------
	パンくず
---------------------------------------- */
.breadcrumb{
}
.breadcrumb .inner{
	position:relative;
	max-width:1080px;
	margin:0 auto;
	width: 100%;
	font-size: 1.2rem;
}
.breadcrumb ol{
	text-align: right;
	padding: 10px 0;
	letter-spacing: -.50em;
}
.breadcrumb ol li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.breadcrumb ol li:not(:first-child):before{
	font-family:FontAwesome , sans-serif;
	content:"\f105";
	margin:0 5px;
}

.breadcrumb.signup {
	margin: 0 0 30px 0;
}
.breadcrumb.signup ol {
	display: inline-block;
	position: absolute;
	right: 0;
}

/* -------------------------------------
	item
---------------------------------------- */
.txt_link{
	color: #0e6eb8;
	font-size: 1.4rem;
	text-decoration: underline;
}
.page_title{
	font-size: 3rem;
	padding: 0 0 40px 30px;
	font-weight: 400;
}
.txt_title{
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 1.8rem;
}
.icon_title{
	text-align: center;
}
.icon_title .ico{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 5rem;
	color: #ffffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background: #9caabb;
	margin-bottom: 5px;
}
.icon_title .title{
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.read{
	margin-bottom: 30px;
}
.flow{
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
	position: relative;
}
.flow .item{
	display: table-cell;
	position: relative;
	vertical-align: top;
	/* width: 33.333333%; */
	min-width: 70px;
	padding: 0 20px;
}
.flow04 .item{
	/* width: 25%; */
}
.flow .item:first-child{
	padding-left: 0;
}
.flow .item:last-child{
	padding-right: 0;
}
.flow:after{
	content: "";
	background: #eff0f2;
	width: calc(100% - 80px);
	height: 4px;
	display: block;
	position: absolute;
	top: 45px;
	left: 30px;
	z-index: 0;
}
.flow .item:last-child:after{
	display: none;
}
.flow .item .mark{
	background: #eff0f2;
	height: 57px;
	width: 57px;
	border-radius: 50%;
	display: table;
	table-layout: fixed;
	color: #ffffff;
	font-family: FontAwesome;
	margin: 0 auto 5px;
	position: relative;
	z-index: 1;
}

.flow .item.active .mark{
	background: #9caabb;
}
.flow .item .mark .ico{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 2.8rem;
}
.flow .item .txt{
	text-align: center;
	letter-spacing: 0.8em;
	padding-left: 0.8em;
}

.flow .item .txt.normal{
	letter-spacing: normal;
	padding-left: 0;
}
.box{
	background: #f8f8fa;
	padding: 30px;
}
.white_box{
	background: #ffffff;
	padding: 30px;
}

.normal_txt_area p{
	margin-bottom: 1em;
}
.normal_txt_area ol{
	margin: 0 1.5em;
}
.normal_txt_area ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
.normal_txt_area a{
	color: #0e6eb8;
	text-decoration: underline;
}

/* -------------------------------------
	ログインボタン
---------------------------------------- */
.sns_login_area{
	margin-bottom: 40px;
}
.sns_login_area li{
	max-width: 382px;
	margin: 0 auto 20px;
	width: 100%;
}
.sns_login_fb,
.sns_login_tw,
.sns_login_line,
.sns_login_yahoo{
	display: block;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
.sns_login_fb{
	border: 2px solid #3564a2;
	background: url(../images/ico_fb.png) no-repeat left center #3564a2;
	background-size: auto 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 12px 45px;
}
.sns_login_fb:hover{
	background-image: url(../images/ico_fb_on.png);
	background-color: #ffffff;
	color: #3564a2;
}

.sns_login_tw{
	border: 2px solid #1da1f2;
	background: url(../images/ico_tw.png) no-repeat left center #1da1f2;
	background-size: auto 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 12px 45px;
}
.sns_login_tw:hover{
	background-image: url(../images/ico_tw_on.png);
	background-color: #ffffff;
	color: #1da1f2;
}

.sns_login_line{
	background: url(../images/ico_line.png) no-repeat left center #00c300;
	background-size: auto 100%;
	color: #ffffff;
	text-align: center;
	padding: 14px 0 14px 45px;
}
.sns_login_line:hover{
	background-image: url(../images/ico_line_on.png);
	background-color: #00e000;
	color: #ffffff;
}
.sns_login_line:active{
	background-image: url(../images/ico_line_active.png);
	background-color: #00b300;
	color: #ffffff;
}
.sns_login_yahoo{
	border: 2px solid #ff0033;
	background: url(../images/ico_yahoo.png) no-repeat left center #ff0033;
	background-size: auto 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 12px 60px;
}
.sns_login_yahoo:hover{
	color: #313131;
	background-image: url(../images/ico_yahoo_on.png);
	border-color: #aaaaaa;
	background-color: #ffffff;
}
/* -------------------------------------
	column
---------------------------------------- */
.column02{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.column02 .col{
	width: 50%;
	vertical-align: top;
	padding-right: 1.5%;
	display: table-cell;
}
.column02 .col:last-child{
	padding-right: 0;
	padding-left: 1.5%;
}

/* -------------------------------------
	ヘッダーのログインエリア
---------------------------------------- */
.account_area{
	position: absolute;
	top: 95px;
	right: 0;
	width: 400px;
	border: 1px solid #bec8d5;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	display: none;
	opacity: 0;
	margin-top: 15px;
}
.account_area:after{
	content: "";
	display: block;
	width: 14px;
	height: 16px;
	background: url(../images/fukidashi_top.png) no-repeat center center;
	position: absolute;
	top: -16px;
	right: 20px;
}
.account_area .inner{
	padding: 20px 20px 15px;
	font-size: 1.4rem;
}

.user_name{
	font-weight: 700;
	margin-bottom: 10px;
}
.account_area li{
	margin-bottom: 10px;
}

.logout_area{
	text-align: right;
	padding-top: 20px;
}

body.account_open .account_area{
	z-index: 101;
	display: block;
	-webkit-animation: login_area_show 0.3s linear 0s;
	animation: login_area_show 0.3s linear 0s;
	opacity: 1;
}

@keyframes login_area_show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes login_area_show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


/* -------------------------------------
	マイページ
---------------------------------------- */
.content .mypage_message {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 10px 0;
}
.content .mypage_message .message {
	font-size: 1.6rem;
}
.mypage_navi{
	display: table;
}
.mypage_navi li{
	display: table-cell;
	border-bottom: 5px solid #eff0f2;
}
.mypage_navi .active{
	border-bottom: 5px solid #9caabb;
}
.mypage_navi .tab{
	display: block;
	letter-spacing: -.50em;
	padding: 20px 15px 15px 15px;
	font-size: 2.0rem;
}
.mypage_navi .txt,
.mypage_navi i{
	display: inline-block;
	letter-spacing: normal;
}

.mypage_navi i{
	color: #e1e3e6;
	margin-right: 5px;
}
.mypage_navi .txt{
	color: #9caabb;
}
.mypage_navi .active i{
	color: #9caabb;
}
.mypage_navi .active .txt{
	color: #000000;
}

.search_area{
	display: table;
/*	table-layout: fixed;
	width: 100%;*/
	margin-bottom: 30px;
}
.search_area .item{
	display: table-cell;
	vertical-align: middle;
}
.search_area .btn{
	padding-left: 20px;
	/*text-align: right;*/
}

.pager:not(:last-of-type){
	margin-bottom: 30px;
}
.pager .list{
	letter-spacing: -.50em;
	display: inline-block;
}
.pager .list li{
	letter-spacing: normal;
	display: inline-block;
	margin-right: 10px;
}
.pager .list li > *{
	display: block;
	background: #eff0f2;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 35px;
	font-size: 1.4rem;
}

.pager .list li.prev > *,
.pager .list li.next > *{
	font-family: FontAwesome;
	font-size: 1.8rem;
}

.pager .list .active *{
	cursor: default;
	color: #ffffff;
	background: #9caabb;
}

.pager .list li a:hover{
	background: #a6c5ea;
	color: #ffffff;
}

.pager .num{
	padding-left: 15px;
	font-size: 1.5rem;
	display: inline-block;
}
.pager .num .now{
	font-weight: 700;
	margin-right: 5px;
}
.pager .num .all{
	margin: 0 5px;
}

.item_close{
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	background: #9caabb;
	border-radius: 50%;
	border: 3px solid #ffffff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 2;
}

.item_close,
.item_close:before{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.item_close:hover{
	background: #a6c5ea;
}
.item_close:before{
	line-height: 1;
	content: "\f00d";
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 2.4rem;
}
.print_list .line{
	width: 9px;
	position: absolute;
	left: 1px;
	top: 1px;
	height: calc(100% - 2px);
}

.print_list{
	margin-bottom: 30px;
}
.print_list .item{
	margin-bottom: 20px;
	position: relative;
}
.print_list .item .inner{
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #e4e7eb;
	background: #f8f8fa;
	padding: 10px 10px 10px 20px;
}
.print_list .item a.inner:hover{
	background: #dbeefd;
}
.print_list .data{
	display: table-cell;
	letter-spacing: -.50em;
}
.print_list .img,
.print_list .info{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.print_list .img{
	position: relative;
	width: 120px;
}
.print_list .img:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.print_list .img .thumb{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.score_list .img a.thumb:hover,
.print_list .img a.thumb:hover{
	opacity: 0.8;
}

.score_list a.thumb:after,
.print_list a.thumb:after{
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: -10px;
	top: -10px;
	color: #ffffff;
	background: #9caabb;
	border-radius: 50%;
	line-height: 25px;
	border: 2px solid #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
}
.print_list .info{
	width: calc(100% - 130px);
	padding: 10px 15px;
}
.print_list .btn{
	display: table-cell;
	width: 222px;
	vertical-align: bottom;
}

.print_list .date{
	font-size: 1.2rem;
	color: #000000;
	line-height: 1;
	margin-bottom: 3px;
}
.print_list .title{
	font-weight: 400;
	color: #0e6eb8;
	display: block;
}

.score_list .item .pdf_link{
	color: #0e6eb8;
	text-decoration: underline;
	padding: 8px 0;
}
.score_list .item .pdf_link:hover{
	text-decoration: none;
}
.score_list{
	margin-bottom: 30px;
}
.score_list:before,.score_list:after{
	content:"";
	display:table;
}
.score_list:after{
	clear:both;
}

.score_list .item{
	position: relative;
	width: 50%;
	max-width: 485px;
	float: left;
	margin-bottom: 20px;
}
.score_list .item a{
	color: #ffffff;
	display: block;
}
.score_list .item:nth-child(2n+1){
	clear: both;
}
.score_list .item:nth-child(2n){
	float: right;
}
.score_list .item .inner{
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 180px;
	position: relative;
	min-height: 180px;
}
.score_list .img{
	position: absolute;
	width: 170px;
	top: 5px;
	left: 5px;
}
.score_list .img:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.score_list .img .thumb{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.score_list .data .info{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.score_list .data .title,
.score_list .data .result{
	display: table-cell;
	vertical-align: top;
}
.score_list .data .title{
	font-weight: 700;
	font-size: 1.8rem;
	width: 25%;
	white-space: nowrap;
}

.score_list .data .result{
	width: 75%;
	text-align: right;
	font-size: 3.0rem;
	letter-spacing: -0.03em;
	vertical-align: text-bottom;
	line-height: 1;
	padding: 5px 0;
}
.score_list .data .result .num{
	font-size: 6.4rem;
}
.score_list .data .result .ten{
	font-size: 2.0rem;
	margin-left: 2px;
}

.score_area{
}
.result_list{
	border-top: 2px solid #ffffff;
	padding: 5px 0 0;
	width: 100%;
	table-layout: fixed;
}
.result_list th{
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 0;
	line-height: 1;
}
.result_list td{
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	font-size: 2.4rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 10px 0;
}
.result_list td:nth-child(2n){
	background: rgba(255, 255, 255, 0.4);
}
.dl_date{
	text-align: right;
	font-size: 1.2rem;
	padding: 6px 0 0;
	line-height: 1;
	color: #ffffff;
}
.dl_date .dl_title{
	font-size: 1.0rem;
	margin-right: 5px;
}

.score_list .result_zero{
	padding: 46px 20px;
}

.no_data{
	text-align: center;
	padding: 80px 0;
	color: #9caabb;
	line-height: 1;
}
.no_data .ico{
	font-family: FontAwesome;
	font-size: 6rem;
	margin-bottom: 30px;
}

.no_data .txt{
	font-size: 3rem;
	font-weight: 700;
}
/* -------------------------------------
	ページトップ
---------------------------------------- */
.pagetop{
	display:none;
	position:fixed;
	right:50px;
	bottom:50px;
	z-index:5;
}
.pagetop a{
	border: 3px solid #ffffff;
	background: #9caabb;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
	height: 50px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	width:50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pagetop a:hover{
	background: #a6c5ea;
}


/* -------------------------------------
	ボタン
---------------------------------------- */
.base_btn{
	cursor:pointer;
	display:inline-block;
	padding:10px 0 10px 15px;
	position:relative;
	text-align:center;
	width:100%;
	line-height:1.5;
	text-decoration:none;
	border-radius: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 0.8em;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.base_btn:hover{
	text-decoration:none;
}
.not_btn{
	cursor:default;
	background-color:#d4d9dc;
}

.action_btn{
	background-color: rgb(14, 110, 184);
}
.action_btn:hover{
	background-color: rgb(0, 144, 255);
	color: #ffffff;
}
.back_btn{
	background-color: rgb(156, 170, 187);
}
.back_btn:hover{
	background-color: rgb(166, 197, 234);
	color: #ffffff;
}

.long_btn{
	padding-left: 0;
	letter-spacing: normal;
}
.normal_btn{
	letter-spacing: normal;
	padding-left: 0;
}

.search_btn{
	width: 260px;
	background: #f8f8fa;
	border: 1px solid #d3d5d8;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	line-height: 1;
	padding: 10px 0;
	letter-spacing: normal;
}
.search_btn .txt{
	font-family: FontAwesome;
	font-size: 2.4rem;
	color: #9caabb;
/*	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;*/
}
.search_btn:hover{
	background: #a6c5ea;
	border: 1px solid #96b5da;
}
.search_btn:hover .txt{
	color: #ffffff;
}
.search_btn .search_txt{
	color: #333;
	padding-left: 10px;
}
/* header の ログインボタン用 */
.btn01,
.btn02{
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #0e6eb8;
	border: 1px solid #e4e7eb;
	padding: 15px 18px;
	line-height: 1;
}
.btn01{
	background: #f8f8fa;
}
.btn02{
	background: #ebefff;
}
.btn01:hover,
.btn02:hover{
	opacity: 0.8;
}

.tokuten_btn{
	border-radius: 0;
	letter-spacing: normal;
	padding: 15px 0;
	font-size: 2.0rem;
	line-height: 3rem;
	background: #9caabb;
	box-shadow: none;
}
.tokuten_btn .txt:before{
	content: "\f044";
	font-family: FontAwesome;
	font-size: 3.0rem;
	margin-right: 5px;
	vertical-align: middle;
}
.tokuten_btn:hover{
	background: #a6c5ea;
}

.first_btn{
	letter-spacing: normal;
	padding: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	background: #f8f8fa;
	border: 1px solid #d3d5d8;
	color: #000000;
	font-size: 1.8rem;
	font-weight: 700;
}

.first_btn:before{
	content: "\f044";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: calc(50% - 0.5em);
	color: #9caabb;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 400;
}

/* -------------------------------------
	News
---------------------------------------- */
.news_area{
	max-width: 1080px;
	margin: 0 auto 30px;
}
.news_area p:not(:last-child){
	margin-bottom: 8px;
}
.news_area > div{
	padding: 20px;
}

.news_area a{
	text-decoration: underline;
}
/* -------------------------------------
	ellipsis
---------------------------------------- */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------
	Jquery
---------------------------------------- */
.hidden_area{
	display:none;
}

/* -------------------------------------
	モーダルボックス
---------------------------------------- */

.modalBoxContents {
	font-size:1.4rem;
	color:#333;
	text-align: left;
}

.modalBoxContents a {
	color:#da0000;
	text-decoration: underline;
}

.modalBoxContents .img_box {
	margin:0 20px 30px 0;
	float:left;
}

.modalBoxContents .img_box {
	overflow: hidden;
}

.popup_close_box {
	text-align: center;
	margin:30px 0 ;
}

.overLayer {
	 display:none;
	 background:#000;
	 opacity:0.7;
	 width:100%;
	 height:100%;
	 z-index:999;
	 position:fixed;
	 top:0;
	 left:0;
}

.modalBox {
	 background:#fff;
	 padding:40px;
	 width:100%;
	 max-width: 1080px;
	 height:80%;
	 overflow:auto;
	 z-index:2000;
	 position:fixed;
	 text-align: center;
}

.modalBox .close {
	font-family: FontAwesome;
	cursor:pointer;
	text-align:center;
	font-size:4.8rem;
	position:absolute;
	top:30px;
	right:40px;
	color: #9caabb;
}
.popup_close_btn.inline {
	display: none;
}

/* -------------------------------------
	loading
---------------------------------------- */
.loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity:0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
	display: none;
}
.loading.active{
	display: block;
	opacity:1;
	z-index: 10000;
	-webkit-animation: login_area_show 0.3s linear 0s;
	animation: login_area_show 0.3s linear 0s;
}
.loading .txt{
	font-size:1.8rem;
	text-align: center;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	margin: auto;
	color: #ffffff;
	width: 100%;
	padding-top: 50px;
}
.loading:before{
	content:"";
	opacity:1;
	z-index:101;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width:50px;
	height:50px;
	border-radius:50%;
	border:3px solid #ffffff;
	border-right-color:transparent;
	animation:spin 1s infinite linear;
	-webkit-animation:spin 1s infinite linear;
}

@keyframes spin{
	0%{transform:rotate(0deg); opacity:0.3;}
	50%{transform:rotate(180deg); opacity:1;}
	100%{transform:rotate(360deg); opacity:0.3;}

}
@-webkit-keyframes spin{
	0%{transform:rotate(0deg); opacity:0.3;}
	50%{transform:rotate(180deg); opacity:1;}
	100%{transform:rotate(360deg); opacity:0.3;}
}


/* -------------------------------------
	clearfix
---------------------------------------- */
.cf:before,.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
