﻿@charset "utf-8";
/* CSS Document */

/*
カラーコード

オレンジ：#e39b33
グレーライン：#dcdcdc
シャドウ：rgba(58,58,58,.4)
ボタンカラー：#de7928


*/


/*-------------------- ▼共通CSS▼ ------------------------*/
html{
	font-size:10px;
	word-wrap: break-word;
}
body{	
	color:#333333;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	/*font-size:1.0rem;*/
	line-height:1.7;
	font-weight:500;
	letter-spacing:0em;
	background-color:#FFFFFF;
	
	max-width:100%;
	width:100%;
	margin:0 auto;
}
body{
	/*display:none;*/
}

.Asap{
	font-family: 'Asap Condensed', sans-serif;
	font-weight:600;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
img { -ms-interpolation-mode: bicubic; }
a{
	color:#333333;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition:.4s;
	text-decoration:none;
}
a:hover{
	/*color:#999999;*/
	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition:.4s;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity:.7;
}

.border{
	border:1px solid #000000;	
}

header{
	width:100%;
	margin:0 auto;	
	padding:0;
	position:absolute;
	top:0;
	z-index:10000;
}

header .l-header{
	width: 100%;
	margin:0 auto;
	padding:0 0px 15px;
	display:table;
}
header .l-header h1{
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align:top;
	padding-top:0;
	line-height:0;
}
header .l-header h1 img{
	max-width:204px;
	width:100%;
}
header .l-header p{
	display:table-cell;
	width:50%;
	text-align:right;
	vertical-align:top;
	padding-right:32px;
	line-height:0;
}
header .l-header p a{
	display:inline-block;
}
header .l-header p a img{
	max-width:184px;
	width:100%;
}

#wrapper{
	padding-bottom:85px;	
}

#modal-content {
	max-width:768px;
	width: 100% ;
	margin: 0 ;
	padding: 10px 7px;
	position: fixed ;
	background: #fff ;
	border-radius:20px;
	display: none ;
	z-index: 10002 ;
	height:auto;
}
#modal-content .l-table {
	padding: 30px 25px;
	overflow:auto;
}
#modal-content .l-close {
	padding-top:0px;	
	padding-bottom:0px;	
	text-align:right;
	line-height:0;
	position:relative;
	right:-20px;
	top:5px;
}
#modal-content .l-close a {
	font-size:6.0rem;
	color:#003690;
	text-decoration:none;
	line-height:0;
	font-weight:normal;
}
#modal-content .l-close a:hover{
	cursor:pointer;
}
#modal-content .l-modal-inner {
	padding:50px;
}
#modal-content .p-title {
	font-size:4.8rem;
	line-height:1.5;
	color:#003690;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-bottom:50px;
}
#modal-content .p-message {
	font-size:1.6rem;
	line-height:2.6;
	color:#003690;
	font-weight:bold;
	letter-spacing:0.1em;
}
  
#modal-overlay {
	z-index: 10001 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
 
/**ページトップ**/
#page-top{
	/*position: relative;*/
	position: fixed;
	/*top: 1px;*/
	right: 5%;
	bottom: 75px;
	z-index:99;
	height:50px;
	margin:0 auto;
	text-align:right;
	margin-bottom:10px;
}

#page-top a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity:1;
}
#page-top a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity:.7;
}
#page-top a img {
	opacity:1;
}

.l-inner{
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
.l-inner-list{
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
.l-inner-footer{
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}



.l-wrapper{
	width:100%;
	margin:0px auto;
}

.l-container{
	width:100%;
	margin:0px auto;
}

footer{
	width:100%;
	margin:0 auto;
	padding:55px 0;
	border-top:2px solid #F2F2F2;
}
footer .l-footer-table{
	width:100%;
	margin:0 auto;
	padding:0 0;
	display:table;
}
footer .l-footer-table > div{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
footer .l-footer-table > .l-left{
	text-align:left;
}
footer .l-footer-table > .l-left p{
	line-height:0;
}
footer .l-footer-table > .l-left p img{
	max-width:312px;
	width:100%;
}
footer .l-footer-table > .l-right{
	text-align:right;
}
footer .l-footer-table > .l-right .l-btn{
	line-height:0;
}
footer .l-footer-table > .l-right .l-btn a{
	display:inline-block;
	line-height:0;
}
footer .l-footer-table > .l-right .l-btn img{
	max-width:300px;
	width:100%;
}
footer .l-footer-table > .l-right .p-copy{
	font-size:1.1rem;
	text-align:right;
	letter-spacing:0.025em;
	color:#003690;
	padding-top:25px;
	font-weight:bold;
}

.pconly{
	display:block !important;
}
.pconly_i{
	display:inline !important;
}

.sponly0{
	display:none !important;
}

.sponly{
	display:none !important;	
}

.sponly1{
	display:block !important;
}

.sponly1_5{
	display:none !important;
}
.sponly1_5_i{
	display:none !important;
}

.sponly2{
	display:none !important;
}

.pb20{
	padding-bottom:20px;	
}

.w100{
	width:100%;	
}

.disnone{
	display:none !important;
}

.p-link{
	text-decoration:underline;	
}

/*-------------------- ▲共通CSS▲ ------------------------*/

/*---------------- ▼PCのみCSS▼ --------------------*/
@media screen and (max-width:1000px){	
	
	.pconly{
		display:block !important;
	}
	.pconly_i{
		display:inline !important;
	}
	
	.sponly0{
		display:block !important;
	}
	
	.sponly{
		display:block !important;
	}
	
	.sponly1{
		display:block !important;
	}
	
	.sponly1_5{
		display:none !important;
	}
	.sponly1_5_i{
		display:none !important;
	}
	
	.sponly2{
		display:none !important;
	}
	
}
/*---------------- ▲PCのみCSS▲ --------------------*/
/*---------------- ▼タブレット以降CSS▼ --------------------*/
@media screen and (max-width:768px){
	
	header{
		width:100%;
		margin:0 auto;	
		padding:0;
		position:absolute;
		top:0;
		z-index:10000;
	}
	
	header .l-header{
		width: 100%;
		margin:0 auto;
		padding:0 0 1.86vw;
		display:table;
	}
	header .l-header h1{
		display:table-cell;
		width:100%;
		text-align:left;
		vertical-align:top;
		padding-top:0;
	}
	header .l-header h1 img{
		max-width:27.2vw;
		width:100%;
	}
	header .l-header p a img{
		max-width:26vw;
		width:100%;
	}

	#wrapper{
		max-width: 1124px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0px 7.46vw;
		position:relative;
	}
	
	#modal-content {
		max-width:calc(100% - 70px);
		width: 100% ;
		margin: 0 ;
		padding: 10px 7px;
		position: fixed ;
		background: #fff ;
		border-radius:20px;
		display: none ;
		z-index: 10002 ;
		height:auto;
	}
	#modal-content .l-table {
		padding: 30px 25px;
		overflow:auto;
	}
	#modal-content .l-close {
		padding-top:0px;	
		padding-bottom:0px;	
		text-align:right;
		line-height:0;
		position:relative;
		right:-25px;
	}
	#modal-content .l-close a {
		font-size:4.2rem;
		color:#003690;
		text-decoration:none;
		line-height:0;
		font-weight:normal;
	}
	#modal-content .l-close a:hover{
		cursor:pointer;
	}
	#modal-content-innar{
		margin:0 auto;
		width:80%;
	}
	#modal-content .l-modal-inner {
		padding:28px 0;
	}
	#modal-content .p-title {
		font-size:3.4rem;
		line-height:1.5;
		color:#003690;
		font-weight:bold;
		letter-spacing:0;
		padding-bottom:50px;
	}
	#modal-content .p-message {
		font-size:1.6rem;
		line-height:2.0;
		color:#003690;
		font-weight:bold;
		letter-spacing:0;
	}
	  
	#modal-overlay {
		z-index: 10001 ;
		display: none ;
		position: fixed ;
		top: 0 ;
		left: 0 ;
		width: 100% ;
		height: 120% ;
		background-color: rgba( 0,0,0, 0.75 ) ;
	}
	
	footer{
		width:100%;
		margin:0 auto;
		padding:0 4vw;
		border-top:none;
	}
	footer .l-footer-table{
		width:100%;
		margin:0 auto;
		padding:0 0;
		display:block;
		border-top:2px solid #F2F2F2;
	}
	footer .l-footer-table > div{
		display:block;
		width:100%;
		vertical-align:top;
	}
	footer .l-footer-table > .l-left{
		text-align:center;
		padding:8.4vw 0;
	}
	footer .l-footer-table > .l-left p{
		line-height:0;
	}
	footer .l-footer-table > .l-left p img{
		max-width:46.66vw;
		width:100%;
	}
	footer .l-footer-table > .l-right{
		text-align:center;
	}
	footer .l-footer-table > .l-right .l-btn{
		line-height:0;
		padding-bottom:5.06vw;
	}
	footer .l-footer-table > .l-right .l-btn a{
		display:inline-block;
		line-height:0;
	}
	footer .l-footer-table > .l-right .l-btn img{
		max-width:39.2vw;
		width:100%;
	}
	footer .l-footer-table > .l-right .p-copy{
		font-size:1.6rem;
		text-align:center;
		letter-spacing:0.025em;
		color:#003690;
		padding-top:0;
		padding-bottom:4.66vw;
		font-weight:bold;
	}
	
	#page-top{
		bottom: 7%;
		height:50px;
	}		
	#page-top img {
		width: 56px;
		height:auto;	
	}
	
	.l-inner{
		padding:0 0px;
	}
	.l-inner-list{
		padding:0 0px;
	}
	.l-inner-footer{
		padding:0 0px;
	}
	
	.l-globalMenu{
		display:none;
	}
	
	.pconly{
		display:none !important;
	}
	.pconly_i{
		display:none !important;
	}
	
	.sponly0{
		display:block !important;
	}
	
	.sponly{
		display:none !important;
	}
	
	.sponly1{
		display:none !important;
	}
	
	.sponly1_5{
		display:block !important;
	}
	.sponly1_5_i{
		display:inline !important;
	}
	
	.sponly2{
		display:none !important;
	}
	
}
/*---------------- ▲タブレット以降CSS▲ --------------------*/
/*---------------- ▼タブレットのみ（1024～641）CSS▼ --------------------*/
@media screen and (max-width:768px) and (min-width:320px) {
	
}
/*---------------- ▲タブレットのみ（1024～641）CSS▲ --------------------*/
/*---------------- ▼スマホ以降CSS▲ --------------------*/
@media screen and (max-width:480px){
	
	header{
		width:100%;
		margin:0 auto;	
		padding:0;
		position:absolute;
		top:0;
		z-index:10000;
	}
	
	header .l-header{
		width: 100%;
		margin:0 auto;
		padding:0 0 3.125vw;
		display:table;
	}
	header .l-header h1{
		display:table-cell;
		width:100%;
		text-align:left;
		vertical-align:top;
		padding-top: 0;
	}
	header .l-header h1 img{
		max-width:45.625vw;
		width:100%;
	}
	header .l-header p a img{
		max-width:43.125vw;
		width:100%;
	}

	#wrapper{
		max-width: 1124px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0px 12.5vw;
		position:relative;
	}
	
	#modal-content {
		max-width:calc(100% - 25px);
		width: 100% ;
		margin: 0 ;
		padding: 10px 7px;
		position: fixed ;
		background: #fff ;
		border-radius:20px;
		display: none ;
		z-index: 10002 ;
		height:auto;
	}
	#modal-content .l-table {
		padding: 10px 20px;
		overflow:auto;
	}
	#modal-content .l-close {
		padding-top:0px;	
		padding-bottom:0px;	
		text-align:right;
		line-height:0;
		position:relative;
		right:-20px;
		top:5px;
	}
	#modal-content .l-close a {
		font-size:3.0rem;
		color:#003690;
		text-decoration:none;
		line-height:0;
		font-weight:normal;
	}
	#modal-content .l-close a:hover{
		cursor:pointer;
	}
	#modal-content-innar{
		margin:0 auto;
		width:80%;
	}
	#modal-content .l-modal-inner {
		padding:28px 0;
	}
	#modal-content .p-title {
		font-size:2.4rem;
		line-height:1.5;
		color:#003690;
		font-weight:bold;
		letter-spacing:0;
		padding-bottom:30px;
	}
	#modal-content .p-message {
		font-size:1.4rem;
		line-height:2.0;
		color:#003690;
		font-weight:bold;
		letter-spacing:0;
	}
	  
	#modal-overlay {
		z-index: 10001 ;
		display: none ;
		position: fixed ;
		top: 0 ;
		left: 0 ;
		width: 100% ;
		height: 120% ;
		background-color: rgba( 0,0,0, 0.75 ) ;
	}
	
	#page-top{
		bottom: 10%;
		height:25px;
	}	
	#page-top a:hover{
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		opacity:1;
	}	
	#page-top img {
		width: 40px;
		height:auto;	
	}
	#page-top a img {
		opacity:0.8;
	}
	
	footer{
		width:100%;
		margin:0 auto;
		padding:0 6.25vw;
		border-top:none;
	}
	footer .l-footer-table{
		width:100%;
		margin:0 auto;
		padding:0 0;
		display:block;
		border-top:2px solid #F2F2F2;
	}
	footer .l-footer-table > div{
		display:block;
		width:100%;
		vertical-align:top;
	}
	footer .l-footer-table > .l-left{
		text-align:center;
		padding:14vw 0;
	}
	footer .l-footer-table > .l-left p{
		line-height:0;
	}
	footer .l-footer-table > .l-left p img{
		max-width:78.125vw;
		width:100%;
	}
	footer .l-footer-table > .l-right{
		text-align:center;
	}
	footer .l-footer-table > .l-right .l-btn{
		line-height:0;
		padding-bottom:8.75vw;
	}
	footer .l-footer-table > .l-right .l-btn a{
		display:inline-block;
		line-height:0;
	}
	footer .l-footer-table > .l-right .l-btn img{
		max-width:65.625vw;
		width:100%;
	}
	footer .l-footer-table > .l-right .p-copy{
		font-size:1.2rem;
		text-align:center;
		letter-spacing:0.025em;
		color:#003690;
		padding-top:0;
		padding-bottom:7.8125vw;
		font-weight:bold;
	}
	
	/*スクロールバー表示させる*/
	#modal-content::-webkit-scrollbar{ 
		width: 10px;
	}
	#modal-content::-webkit-scrollbar-thumb{ 
		background: #b6b6b6;
		border-radius: 10px;
	}
	#modal-content::-webkit-scrollbar-track-piece:start{
		background: #EAEAEA;
	}
	#modal-content::-webkit-scrollbar-track-piece:end{
		background: #EAEAEA;
	}
	#modal-content > p {
		font-size:5.14vw;
		font-weight:bold;
		text-align:center;
	}
	
	#modal-content-innar{
		margin:0 auto;
		width:80%;
	}
	  
	#modal-overlay {
		z-index: 100 ;
		display: none ;
		position: fixed ;
		top: 0 ;
		left: 0 ;
		width: 100% ;
		height: 120% ;
		background-color: rgba( 0,0,0, 0.75 ) ;
	}
	
	.l-inner{
		padding:0 24px;
	}
	.l-inner-list{
		padding:0 0px;
	}
	.l-inner-footer{
		padding:0 0px;
	}
	
	.pconly{
		display:none !important;
	}
	.pconly_i{
		display:none !important;
	}
	
	.sponly0{
		display:block !important;
	}
	
	.sponly{
		display:none !important;
	}
	
	.sponly1{
		display:none !important;
	}
	
	.sponly1_5{
		display:block !important;
	}
	.sponly1_5_i{
		display:inline !important;
	}
	
	.sponly2{
		display:block !important;
	}
	
	
}
/*---------------- ▲スマホ以降CSS▲ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/
@media screen and (max-width:320px){
	
	
}
/*---------------- ▲スマホ最小CSS▲ --------------------*/

@media print {
	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}
}
