@charset "utf-8";
p{
	line-height: 1.8;
}
.pgh-01{
	margin: 0;
}
.pgh-02{
	margin: 0 0 20px 0;
}
.pgh-03{
	margin: 0 0 20px 0;
}
.pgh-04{
	margin: 0 0 30px 0;
}
.pgh-05{
	margin: 0 0 40px 0;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-bold{
	font-weight: bold;
}
.text-normal{
	font-weight: normal;
}
.text-red{
	color:#d4145a;
}
.leftinner{
	margin-left: 10px;
}
.news_list a:hover{
	text-decoration:none;
}
.news_list li a:hover dl dd{
	text-decoration: underline;
}
/*---------------------------------------見出し--------------------------------------*/
.ttl-01{
	font-size: 3.5rem;
	font-weight: bold;
}
.ttlarea_01{
	margin: 10px 0 20px 0;
}
.ttl-02{
	background: -moz-linear-gradient(left,  #22488e 0%, #26599e 31%, #2773b5 69%, #327fbb 100%); 
	background: -webkit-linear-gradient(left,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	background: linear-gradient(to right,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	color:#ffffff;
	font-size: 2rem;
	padding: 5px 12px 4px;
	margin-bottom: 15px;
	font-weight: bold;
}
.maincontents > .ttl-02:nth-of-type(n+2){
	margin-top: 47px;
}
.ttl-03{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.ttl-03:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:30px;
	height:1px;
	background: #d74375; 
	background: -moz-linear-gradient(left,  #d74375 0%, #f2b283 100%);
	background: -webkit-linear-gradient(left,  #d74375 0%,#f2b283 100%); 
	background: linear-gradient(to right,  #d74375 0%,#f2b283 100%); 
	bottom: -5px;
	left:0;
}
#entry_flow .ttl-03:before{
	left:80px;
}
.ttl-04{
	display: inline-block;
	padding: 2px 10px;
	background: #d74375; 
	background: -moz-linear-gradient(left,  #d74375 0%, #f2b283 100%);
	background: -webkit-linear-gradient(left,  #d74375 0%,#f2b283 100%); 
	background: linear-gradient(to right,  #d74375 0%,#f2b283 100%); 
	color: #ffffff;
	font-weight: bold;
	border-radius: 15px;
	margin-bottom: 12px;
}
.ttl-05{
	font-weight: bold;
	font-size: 1.8rem;
}
.ttl-06{
	display: inline-block;
	padding: 2px 10px;
	background: #999999; 
	color: #ffffff;
	font-weight: bold;
	border-radius: 15px;
	margin-bottom: 12px;
}
/*---------------------------------------ボタン--------------------------------------*/
.btn-01 a {
	margin: 25px 0 0 0;
	display: inline-block; padding:20px 30px; border-radius: 45px;
	background: -moz-linear-gradient(left,  #d74375 5%, #f2b283 37%, #1c83c8 56%, #1c83c8 73%,  #c1dea7 100%);
	background: -webkit-linear-gradient(left,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#c1dea7 100%);
	background: linear-gradient(to right,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#c1dea7 100%); 
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	font-size:2rem;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.btn-01 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration:none;
}
#index .btn-01 a {
	 padding:10px 25px;
	 font-size: 1.5rem;
	 border-radius: 27px;
	 min-width: 180px;
}
#entry_flow .btn-01{
	margin-bottom: 50px;
}
/*---------------------------------------アイコン--------------------------------------*/

.icon_01_after{
	position:relative;
	padding-right: 20px;
}

.icon_01_after:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:9px;
	height:15px;
	background: url("/images/index_icon_03.png")no-repeat;
	top: 4px;
	right: 7px;
}

.icon_02{
	position:relative;
	padding-left: 10px;
}

.icon_02:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:5px;
	height:5px;
	background: #22c0c4;
	top: 10px;
	left: 0;
	transform: rotate(-45deg);
}
/*---------------------------------------組み--------------------------------------*/
.tbl-01{
	margin: 30px 0 5px;
}
.tbl-01 { width:100%; border:1px solid #cccccc;border-bottom: none;}
.tbl-01 tr { border-bottom:1px solid #cccccc;}
.tbl-01 td  { background: #f2f2f2;padding: 12px 15px;}
.tbl-01 th { padding: 12px 20px;}
.tbl-01.lyt_fixed{ table-layout:fixed;}
.tbl-01 thead td,.tbl-01 thead th{background:#f2ecce;}

#id_info .tbl-01 tbody > tr:nth-of-type(3) > td:nth-of-type(1){
	padding: 5px 2px 5px 7px;
	background: #f2ecce;
}
#id_info .tbl-01{
	margin-bottom: 20px;
}
#info .tbl-01 thead td,#info .tbl-01 tbody th{
	text-align: center;
}
#payment_howto .tbl-01{
	margin-bottom: 40px;
}
.tbl-02{
	margin: 30px 0 5px;
}
.tbl-02 { width:100%; border:1px solid #cccccc;border-bottom: none;}
.tbl-02 tr { border-bottom:1px solid #cccccc;}
.tbl-02 td  { background: #f2f2f2;padding: 12px 15px;}
.tbl-02 th { padding: 12px 20px;}
.tbl-02.lyt_fixed{ table-layout:fixed;}
.tbl-02 thead td,.tbl-02 thead th{background:#f2ecce;}
.tbl-02 td,.tbl-02 th {
	border-right:1px solid #cccccc;
}
#id_info .tbl-02 tbody > tr:nth-of-type(3) > td:nth-of-type(1){
	padding: 5px 2px 5px 7px;
	background: #f2ecce;
}
#id_info .tbl-02{
	margin-bottom: 20px;
}
#info .tbl-02 thead td,#info .tbl-02 tbody th{
	text-align: center;
}
#payment_howto .tbl-02{
	margin-bottom: 40px;
}
.border-gradation {
	width:100%;
	height:100%;
	border-left:3px solid #7acadf;
	border-right:3px solid #f7cccf;
}
.border-gradation:before,
.border-gradation:after {
	content:"";
	display:block;
	height:3px;
	width:100%;
	background: #7bcadf; 
	background: -moz-linear-gradient(left,  #7bcadf 0%, #1bb6c3 13%, #3e9fd6 27%, #4d93cf 44%, #7177a7 64%, #e797b5 84%, #f7cdd0 100%); 
	background: -webkit-linear-gradient(left,  #7bcadf 0%,#1bb6c3 13%,#3e9fd6 27%,#4d93cf 44%,#7177a7 64%,#e797b5 84%,#f7cdd0 100%); 
	background: linear-gradient(to right,  #7bcadf 0%,#1bb6c3 13%,#3e9fd6 27%,#4d93cf 44%,#7177a7 64%,#e797b5 84%,#f7cdd0 100%); 
	}
.border-gray{
	border:3px solid #eaeaea;
}
.box_red{
    padding: 15px;
    margin-bottom: 20px;
    border: 4px solid #f7196a;
}
.important{
	padding: 15px 24px 15px;
}
.colTwo01 > div:first-child{
	float: left;
	width: 135px;
	margin:  0 30px 0 0;
}
.colTwo02 > div:first-child{
	width: 60px;
	margin:0 20px 50px 0;
	float: left;
}
#entry_flow .step a{
	display: inline;
}
#entry_flow .step .colTwo02{
	padding-bottom: 32px;
	background: url("/order/images/order_entry_flow_icon01.png") repeat-y;
}
#entry_flow .step .colTwo02:last-child{
	background: none;
}
#entry_flow .step .colTwo02.text-4lines div img{
	margin:0 20px 60px 0;
}
.colTwo03> div{
	float: left;
	width: 50%;
}
.colTwo03> div:nth-of-type(2) p{
	margin-left: 20px;
}
.colTwo03> div img{
	width: 470px;
	border: 1px solid #cccccc;
}

.colTwo03+.border-gradation {
	margin-top: 20px;
}
.faq{
	border-bottom: 1px solid #cccccc;
	margin: 0 0 25px 0;
}

.faq > li:nth-of-type(n+2){
	border-top: 1px solid #cccccc;
}

.faq li > p{
	position: relative;
	font-weight: bold;
	font-size: 1.5rem;
}
.faq li > p:hover{
	cursor: pointer;
	background: #FFFCDC;
}
.faq li > p a{
		padding: 12px 30px 12px 56px;
	display: block;
}
.faq li > p a:hover{
		color:#007acf; text-decoration:none; 
}
.faq li > p:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:32px;
	height:32px;
	background: url("/images/index_icon_01.png")no-repeat;
	top: 11px;
	left: 12px;
}
.faq li div{
	position: relative;
	padding: 12px 35px 12px 55px;
	border-top: 1px dashed #cccccc;
}
.faq li div:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:34px;
	height:34px;
	background: url("/images/index_icon_02.png")no-repeat;
	top: 9px;
	left: 12px;
}
ul.step li:first-child{
	margin-bottom: 70px;
}
ul.step li:nth-of-type(n+2){
	margin:90px 0 70px;
	position:relative;
}
ul.step li:nth-of-type(n+2):before{
	content:"";
	display:inline-block;
	position:absolute;
	background:url("/images/index_icon_04.png")no-repeat;
	width: 54px;
	height: 28px;
	top: -57px;
	right: 50%;
}
#inquiry_index .border-gradation ul{
	display: flex;
	justify-content: center;
	padding: 30px;
} 

#inquiry_index .border-gradation ul li{
	display: flex;
	justify-content: center;
	align-items: center;
}

#inquiry_index .border-gradation ul li:first-child{
	position: relative;
	padding-right: 50px;
}
#inquiry_index .border-gradation ul li:nth-of-type(2){
	margin-left: 50px;
}

#inquiry_index .border-gradation ul li:first-child:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:1px;
	height:92px;
	background: #cccccc;
	top: -21px;
	right: 0;
}
#inquiry_index .border-gradation ul li p:first-child{
	font-weight: bold;
	line-height: 1.4;
}
#inquiry_index .border-gradation ul li p.btn-01 a{
	position: relative;
	margin: 0 0 0 10px;
	display: inline-block; padding:7px 20px 7px 58px; border-radius: 45px;
}

#inquiry_index .border-gradation ul li p.btn-01 a:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:32px;
	height:24px;
	background: url("/images/common_icon_01.png")no-repeat;
	top: 11px;
	left: 17px;
}
#inquiry_index .bg-blue{
	background: -moz-linear-gradient(left,  #22488e 0%, #26599e 31%, #2773b5 69%, #327fbb 100%); 
	background: -webkit-linear-gradient(left,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	background: linear-gradient(to right,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	color:#ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#inquiry_index .bg-blue p{
	font-size: 5.5rem;
	position: relative;
	font-weight: bold;
	padding: 10px 15px;
	margin-right: 20px;
}
#inquiry_index .bg-blue p:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:1px;
	height:60px;
	background: #ffffff;
	top: 28px;
	right: 0;
}

.DL {
	margin-top: 40px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.DL li > a{
	display: block;
	padding: 16px 30px;
}

.DL li span{
	position: relative;
}
.DL li span:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:21px;
	height:20px;
	background: url("/images/pdf_small.gif")no-repeat;
	top: 1px;
	right: -28px;
}
.DL li{
	position: relative;
}

.DL li:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:9px;
	height:15px;
	background: url("/images/index_icon_03.png")no-repeat;
	top: 18px;
	left: 12px;
}

/*---------------------------------------SP--------------------------------------*/
@media only screen and (max-width:900px) {
	#inquiry_index .btn-01 a{
		font-size: 1.5rem;
	}
	#inquiry_index .border-gradation ul li:first-child{
	padding-right: 20px;
	}
	#inquiry_index .border-gradation ul li:nth-of-type(2){
		margin-left: 20px;
	}
}
@media only screen and (max-width:750px) {
	#entry_flow .step .colTwo02{
	padding-bottom: 32px;
	background: none;
	}
	.colTwo01 {
		text-align: center;
	}
	.colTwo01 img{
		margin-bottom: 15px;
	}
	.colTwo01 p {
		text-align: left;
	}
	.colTwo01 p.btn-01{text-align: center;}
	.colTwo01 > div:first-child{
	float: none;
	display: inline-block;
	}

	.colTwo03 > div{
		float: none;
		width: 100%;
	}
	.colTwo03 > div img{
		width: 100%;
		padding-left: 0;
	}
	.colTwo03> div:nth-of-type(2) p{
		margin-left: 0;
	}
	#inquiry_index .border-gradation ul{
		display: block;
		padding: 20px;
		}
	#inquiry_index .border-gradation ul li{
		display: block;
		text-align: center;
		padding: 0 ;
}
	#inquiry_index .border-gradation ul li:first-child{
		margin-bottom: 30px;
		padding-right: 0;
}
	#inquiry_index .border-gradation ul li:nth-of-type(2){
		margin-left: 0;
	}
	#inquiry_index .border-gradation ul li p.btn-01 a{
		font-size: 1.4rem;
		position: relative;
		margin: 0;
		display: inline-block; padding:7px 20px 7px; border-radius: 45px;
		width: 100%;
	}
	#inquiry_index .border-gradation ul li:first-child:before{
		background:none;
	}
	#inquiry_index .border-gradation ul li p.btn-01 a:before{
		background: none;
	}
	#inquiry_index .border-gradation ul li p:first-child{
		margin-bottom: 5px;
	}
	
	#inquiry_index .bg-blue{
		display: block;
		padding: 20px;
	}
	#inquiry_index .bg-blue p{
		font-size: 2rem;
		padding: 0;
		}
	#inquiry_index .bg-blue p:before{
		background:none;
		
	}
.ttl-03 a{
    font-size: 2rem;
    font-weight: bold;
}
	.border-gradation {
		margin-bottom: 15px;
	}
	ul.step li:nth-of-type(n+2):before{
	right: 46%;
}
}

.colTwo01:after,
.colTwo02:after,
.colTwo03:after{
	display:block;
	clear:both;
	content:"";
	}