@charset "UTF-8";
/* --------------------------------------------------------------------
	共通
--------------------------------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* faq */
.faq_index_ {
	margin-bottom: 30px;
}
.faq_index_ .left_ {
	width: 336px;
}
.faq_index_ .right_ {
	width: 340px;
}
.faq_index_ li {
	padding: 5px;
}
.faq_index_line_ {
	margin-bottom: 20px;
}
.head_q_ {
	font-size: 16px;
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #393;
}
.cont_a_ {
	padding: 10px;
	margin-bottom: 30px;
}
.head_a_ {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #F90;
}
/* キャプチャ系 */
.screen_capture_box_ {
	margin-bottom: 20px;
}
.screen_capture_box_ .cap_ {
	width: 400px;
}
.screen_capture_box_ .desc_ {
	width: 277px;
}
.screen_capture_box_ .desc_ h3 {
	font-weight: bold;
	margin: 10px 0;
}
/* 表 */
.table1_ {
	margin-bottom: 20px;
}
.table1_ th, .table1_ td {
	border: 1px solid #ccc;
	padding: 3px;
}
.table1_ th.bg_y_ {
	background: #fffbea;
}
.table1_ th.bg_g_ {
	background: #eeeeee;
}
.table2_ {
	margin-bottom: 20px;
}
.table2_ th, .table2_ td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table2_ th {
	background: #fffbea;
	font-weight: bold;
}
.table3_ {
    width: 368px;
    table-layout: fixed;
    margin-bottom: 20px;
}
.table3_ th {
    text-align: center;
    background: #FF9;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px;
}
.table3_ td {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}
table .text{
	padding: 5px;
}
/* フロー図 */
dl.step_box_ dt {
	width: 200px;
	padding: 13px 13px 40px;
	background: #393;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
dl.step_box_ dd {
	width: 457px;
	font-size: 16px;
	line-height: 1.4;
}
.step_arrow_ {
	padding: 10px 50px 15px;
}
/* --------------------------------------------------------------------
	共通
--------------------------------------------------------------------- */
.mt10_ {margin-top: 10px;
}
.mt20_ {margin-top: 20px;
}
.mb10_ {margin-bottom: 10px;
}
.mb20_ {margin-bottom: 20px;
}
.mb30_ {margin-bottom: 30px;
}
.mb40_ {margin-bottom: 40px;
}
.mb50_ {margin-bottom: 50px;
}
.tx_s {font-size: 0.8em;
	       line-height: 1.4em;
}
.red {color: red;}

.bd_ {border: 1px solid #848484;
}
/* --------------------------------------------------------------------
	ご利用ガイド
--------------------------------------------------------------------- */
#free_guide {
	color: #2a2a2a;
}
#free_guide .sp_ {
	display: none;
}
#free_guide h1 {
	margin: 0 0 50px;
}
#free_guide .sec_ {
	margin: 0 0 70px;
}
#free_guide .sec_ h2 {
	color: #fff;
    font-size: 30px;
    line-height: 1;
	padding: 24px 0 16px 110px;
    letter-spacing: 3px;
	margin: 0 0 40px;
}
#free_guide .sec_.faq_ h2 {
	background: #9b3333 url(../images/icon_sec01.png) no-repeat 25px center;
}
#free_guide .sec_.guide_ h2 {
	background: #a36e6e url(../images/icon_sec02.png) no-repeat 25px center;
}
#free_guide .sec_ ul {
	width: 1200px;
	margin: 0 auto 60px;
}
#free_guide .sec_.faq_ ul li {
	border: 2px solid #9b3333;
	box-sizing: border-box;
	margin: 0 0 18px;
}
#free_guide .sec_.faq_ ul li:last-child {
	margin: 0;
}
#free_guide .sec_.faq_ ul li .ttl_ {
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 4px 35px;
	cursor: pointer;
}
#free_guide .sec_.faq_ ul li .ttl_ p {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
#free_guide .sec_.faq_ ul li .ttl_ p:before {
	content: 'Q:';
}
#free_guide .sec_.faq_ ul li .ttl_ span {
	display: flex;
	position: relative;
    background: #9b3333;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 1px;
	cursor: pointer;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before,
#free_guide .sec_.faq_ ul li .ttl_ span:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 10px;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before {
	left: 20px;
	transform: rotate(30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span:after {
	right: 20px;
	transform: rotate(-30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:before {
	transform: rotate(-30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:after {
	transform: rotate(30deg);
}
#free_guide .sec_.faq_ ul li .contents_ {
	display: none;
	padding: 20px 35px;
	border-top: 2px solid #9b3333;
}
#free_guide .sec_.faq_ ul li .contents_ .text_ {
	position: relative;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 0 42px;
	margin: 0 0 20px;
}
#free_guide .sec_.faq_ ul li .contents_ .text_:before {
	content: 'A:';
	position: absolute;
	top: 0;
	left: 0;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ {
	display: flex;
	justify-content: space-between;
	margin: 0 0 28px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_ {
	width: 530px;
	border-radius: 5px;
	padding: 13px 10px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(1) {
	background: #f2fcda;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(2) {
	background: #fcf4da;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_ .headline_ {
	font-size: 17px;
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 9px 10px 6px;
	margin: 0 0 10px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(1) .headline_ {
	background: #d1e69c;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(2) .headline_ {
	background: #e6d69c;
}
#free_guide .sec_.faq_ ul li .contents_ .link_guide {
	display: block;
	width: 462px;
	margin: 0 auto;
	background: #a36e6e url(../images/arrow_green.png) no-repeat right 25px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
	padding: 22px 0 18px;
	text-decoration: none;
}
#free_guide .sec_.faq_ ul li .contents_ a:hover,
#free_guide .sec_.faq_ ul + a:hover {
	opacity: 0.8;
}
#free_guide .sec_.faq_ ul + a {
	display: block;
	width: 462px;
	margin: 0 auto;
	background: #9b3333 url(../images/arrow_pink.png) no-repeat right 25px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
	padding: 22px 0 18px;
	text-decoration: none;
}
#free_guide .sec_.guide_ ul li {
	display: flex;
	border: 2px solid #a36e6e;
	margin: 0 0 50px;
	box-sizing: border-box;
	padding: 15px;
}
#free_guide .sec_.guide_ ul li:last-child {
	margin: 0;
}
#free_guide .sec_.guide_ ul li h3 {
	flex-basis: 200px;
	border-right: 2px solid #a36e6e;
	margin: 0 50px 0 0;
	padding: 25px 0 0 80px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}
#free_guide .sec_.guide_ ul li:nth-child(1) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num01.png) no-repeat 20px 20px,  url(../images/img_jatown.png) no-repeat center 118px;
}
#free_guide .sec_.guide_ ul li:nth-child(2) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num02.png) no-repeat 20px 20px,  url(../images/img_cart.png) no-repeat center 130px;
}
#free_guide .sec_.guide_ ul li:nth-child(3) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num03.png) no-repeat 20px 20px,  url(../images/img_pay.png) no-repeat center 135px;
}
#free_guide .sec_.guide_ ul li:nth-child(4) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num04.png) no-repeat 20px 20px,  url(../images/img_cancel.png) no-repeat center 140px;
}
#free_guide .sec_.guide_ ul li:nth-child(5) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num05.png) no-repeat 20px 20px,  url(../images/img_operation.png) no-repeat center 135px;
}
#free_guide .sec_.guide_ ul li:nth-child(6) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num06.png) no-repeat 20px 20px,  url(../images/img_operation.png) no-repeat center 120px;
}
#free_guide .sec_.guide_ ul li:nth-child(7) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num07.png) no-repeat 20px 20px,  url(../images/img_others.png) no-repeat center 120px;
}
#free_guide .sec_.guide_ ul li .link_wrap_ {
	margin: 13px 0 0;
}
#free_guide .sec_.guide_ ul li .link_wrap_ div a {
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	text-decoration: underline;
}
#free_guide .sec_.guide_ ul li .link_wrap_ div a:hover {
    text-decoration: none;
	color: #2a2a2a;
}
#free_guide .link_ {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}
#free_guide .link_ a {
	display: flex;
	flex-basis: 460px;
	height: 130px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}
#free_guide .link_ a:nth-child(1) {
	background: url(../images/img_faq.png) no-repeat left -31px center,
		        url(../images/arrow_pink.png) no-repeat right 20px center;
	background-color: #9b3333;
}
#free_guide .link_ a:nth-child(2) {
	background: url(../images/img_contact.png) no-repeat left -31px center,
		        url(../images/arrow_blue.png) no-repeat right 20px center;
	background-color: #00437b;
}
#free_guide .link_ a:hover {
	opacity: 0.8;
}

/* --------------------------------------------------------------------
	ご利用ガイド
--------------------------------------------------------------------- */
/*
#free_guide {
	color: #2a2a2a;
}
#free_guide .sp_ {
	display: none;
}
#free_guide h1 {
	margin: 0 0 50px;
}
#free_guide .sec_ {
	margin: 0 0 70px;
}
#free_guide .sec_ h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 24px 0 16px 110px;
	letter-spacing: 3px;
	margin: 0 0 40px;
}
#free_guide .sec_.faq_ h2 {
	background: #9b3333 url(../images/icon_sec01.png) no-repeat 25px center;
}
#free_guide .sec_.guide_ h2 {
	background: #a36e6e url(../images/icon_sec02.png) no-repeat 25px center;
}
#free_guide .sec_ ul {
	width: 1200px;
	margin: 0 auto 60px;
}
#free_guide .sec_.faq_ ul li {
	border: 2px solid #9b3333;
	box-sizing: border-box;
	margin: 0 0 18px;
}
#free_guide .sec_.faq_ ul li:last-child {
	margin: 0;
}
#free_guide .sec_.faq_ ul li .ttl_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 35px;
}
#free_guide .sec_.faq_ ul li .ttl_ p {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
#free_guide .sec_.faq_ ul li .ttl_ p:before {
	content: 'Q：';
}
#free_guide .sec_.faq_ ul li .ttl_ span {
	display: flex;
	position: relative;
	background: #9b3333;
	color: #fff;
	width: 58px;
	height: 58px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before, #guide .sec_.faq_ ul li .ttl_ span:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 10px;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before {
	left: 20px;
	transform: rotate(30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span:after {
	right: 20px;
	transform: rotate(-30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:before {
	transform: rotate(-30deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:after {
	transform: rotate(30deg);
}
#free_guide .sec_.faq_ ul li .contents_ {
	display: none;
	padding: 20px 35px;
	border-top: 2px solid #9b3333;
}
#guide .sec_.faq_ ul li .contents_ .text_ {
	position: relative;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 0 42px;
	margin: 0 0 20px;
}
#free_guide .sec_.faq_ ul li .contents_ .text_:before {
	content: 'A：';
	position: absolute;
	top: 0;
	left: 0;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ {
	display: flex;
	justify-content: space-between;
	margin: 0 0 28px;
}
#guide .sec_.faq_ ul li .contents_ .wrap_ .box_ {
	width: 530px;
	border-radius: 5px;
	padding: 13px 10px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(1) {
	background: #f2fcda;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(2) {
	background: #fcf4da;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_ .headline_ {
	font-size: 17px;
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 9px 10px 6px;
	margin: 0 0 10px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(1) .headline_ {
	background: #d1e69c;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(2) .headline_ {
	background: #e6d69c;
}
#free_guide .sec_.faq_ ul li .contents_ a {
	display: block;
	width: 462px;
	margin: 0 auto;
	background: #a36e6e url(../images/arrow_green.png) no-repeat right 25px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	padding: 22px 0 18px;
	text-decoration: none;
}
#free_guide .sec_.faq_ ul li .contents_ a:hover, #guide .sec_.faq_ ul + a:hover {
	opacity: 0.8;
}
#free_guide .sec_.faq_ ul + a {
	display: block;
	width: 462px;
	margin: 0 auto;
	background: #9b3333 url(../images/arrow_pink.png) no-repeat right 25px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	padding: 22px 0 18px;
	text-decoration: none;
}
#free_guide .sec_.guide_ ul li {
	display: flex;
	border: 2px solid #a36e6e;
	margin: 0 0 50px;
	box-sizing: border-box;
	padding: 15px;
}
#free_guide .sec_.guide_ ul li:last-child {
	margin: 0;
}
#free_guide .sec_.guide_ ul li h3 {
	flex-basis: 200px;
	border-right: 2px solid #a36e6e;
	margin: 0 50px 0 0;
	padding: 25px 0 0 80px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}
#free_guide .sec_.guide_ ul li:nth-child(1) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num01.png) no-repeat 20px 20px,  url(../images/img_jatown.png) no-repeat center 118px;
}
#free_guide .sec_.guide_ ul li:nth-child(2) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num02.png) no-repeat 20px 20px,  url(../images/img_cart.png) no-repeat center 130px;
}
#free_guide .sec_.guide_ ul li:nth-child(3) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num03.png) no-repeat 20px 20px,  url(../images/img_pay.png) no-repeat center 135px;
}
#guide .sec_.guide_ ul li:nth-child(4) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num04.png) no-repeat 20px 20px,  url(../images/img_cancel.png) no-repeat center 140px;
}
#free_guide .sec_.guide_ ul li:nth-child(5) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num05.png) no-repeat 20px 20px,  url(../images/img_deliver.png) no-repeat center 135px;
}
#free_guide .sec_.guide_ ul li:nth-child(6) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num06.png) no-repeat 20px 20px,  url(../images/img_operation.png) no-repeat center 120px;
}
#free_guide .sec_.guide_ ul li:nth-child(7) h3 {
	padding-bottom: 180px;
	background: url(../images/img_num07.png) no-repeat 20px 20px,  url(../images/img_others.png) no-repeat center 120px;
}
#free_guide .sec_.guide_ ul li .link_wrap_ {
	margin: 13px 0 0;
}
#free_guide .sec_.guide_ ul li .link_wrap_ div a {
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	text-decoration: underline;
}
#free_guide .sec_.guide_ ul li .link_wrap_ div a:hover {
	text-decoration: none;
	color: #2a2a2a;
}
#guide .link_ {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}
#free_guide .link_ a {
	display: flex;
	flex-basis: 460px;
	height: 130px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}
#free_guide .link_ a:nth-child(1) {
	background: url(../images/img_faq.png) no-repeat left -31px center,  url(../images/arrow_pink.png) no-repeat right 20px center;
	background-color: #9b3333;
}
#free_guide .link_ a:nth-child(2) {
	background: url(../images/img_contact.png) no-repeat left -31px center,  url(../images/arrow_blue.png) no-repeat right 20px center;
	background-color: #00437b;
}
#free_guide .link_ a:hover {
	opacity: 0.8;
}
*//* --------------------------------------------------------------------
	よくあるご質問
--------------------------------------------------------------------- */
#free_faq {
	color: #2a2a2a;
	width: 1300px;
	margin: 0 auto;
}
#free_faq .sp_ {
	display: none;
}
#free_faq h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 24px 0 16px 110px;
	letter-spacing: 3px;
	margin: 0 0 40px;
	background: #9b3333 url(../images/icon_sec01.png) no-repeat 25px center;
}
#free_faq ul {
	width: 1200px;
    margin: 0 auto 60px;
}
#free_faq ul li {
	display: flex;
	border: 2px solid #3ad9ca;
	margin: 0 0 50px;
	box-sizing: border-box;
	padding: 15px;
}
#free_faq ul li h2 {
	flex-basis: 20%;
	border-right: 2px solid #3ad9ca;
	margin: 0 50px 0 0;
	padding: 22px 10px 0 95px;
	color: #2a2a2a;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}
#free_faq ul li:nth-child(1) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q1.png) no-repeat 3px 25px,
				url(../images/img_cart.png) no-repeat center 160px;
}
#free_faq ul li:nth-child(2) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q2.png) no-repeat 3px 25px,
				url(../images/img_pay.png) no-repeat center 118px;
}
#free_faq ul li:nth-child(3) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q3.png) no-repeat 3px 25px,
				url(../images/img_deliver.png) no-repeat center 150px;
}
#free_faq ul li:nth-child(4) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q4.png) no-repeat 3px 25px,
				url(../images/img_cancel.png) no-repeat center 140px;
}
#free_faq ul li:nth-child(5) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q5.png) no-repeat 3px 25px,
				url(../images/img_member.png) no-repeat center 155px;
}
#free_faq ul li:nth-child(6) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q6.png) no-repeat 3px 25px,
				url(../images/img_member.png) no-repeat center 150px;
}
#free_faq ul li:nth-child(7) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q7.png) no-repeat 3px 25px,
				url(../images/img_mail.png) no-repeat center 150px;
}
#free_faq ul li:nth-child(8) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q8.png) no-repeat 3px 25px,
				url(../images/img_coupon.png) no-repeat center 155px;
}
#free_faq ul li:nth-child(9) h2 {
	padding-bottom: 180px;
    background: url(../images/img_q9.png) no-repeat 3px 25px,
				url(../images/img_others.png) no-repeat center 100px;
}
#free_faq ul li .link_wrap_ {
	margin: 10px 0 0;
	flex-basis:80%;
}
#free_faq ul li div.indent-1{
    padding-left: 6.2em;
    text-indent: -6.2em;
}
#free_faq ul li .link_wrap_ div a {
	font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-decoration: underline;
}
#free_faq ul li .link_wrap_ div a:hover {
	text-decoration: none;
	color: #2a2a2a;
}
#free_faq .link_ {
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}
#free_faq .link_ a {
	display: flex;
	flex-basis: 460px;
	height: 130px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}
#free_faq .link_ a:nth-child(1) {
	background: url(../images/img_guide.png) no-repeat left -31px center,
		        url(../images/arrow_green.png) no-repeat right 20px center;
	background-color: #a36e6e;
}
#free_faq .link_ a:nth-child(2) {
	background: url(../images/img_contact.png) no-repeat left -31px center,
		        url(../images/arrow_blue.png) no-repeat right 20px center;
	background-color: #00437b;
}
#free_faq .link_ a:hover {
	opacity: 0.8;
}
/* --------------------------------------------------------------------
	よくあるご質問詳細
--------------------------------------------------------------------- */
.free_faq_detail_ {
	color: #2a2a2a;
}
.free_faq_detail_ .sec_ttl_ {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 24px 0 16px 110px;
	letter-spacing: 3px;
	margin: 0 0 40px;
	background: #9b3333 url(../images/icon_sec01.png) no-repeat 25px center;
}
.free_faq_detail_ .faq_ttl_ {
	/*display: flex;
	align-items: center;*/
	width: 1200px;
	height: 120px;
	text-align: center;
	border: 2px solid #9b3333;
	box-sizing: border-box;
	background: #ffffff;
	margin: 0 auto 70px;
	padding: 33px 50px;
}
/*アイコン有*//*
.free_faq_detail_ .faq_ttl_ {
	display: flex;
	align-items: center;
	width: 1200px;
	height: 120px;
	text-align: center;
	border: 2px solid #9b3333;
	box-sizing: border-box;
	background: #fae6ec url(../images/img_jatown.png) no-repeat 65px center / 72px;
	margin: 0 auto 70px;
	padding: 0 0 0 308px;
}*/
.free_faq_detail_ .faq_ttl_ span {
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 105px;
}
#free_faq01 .faq_ttl_ span {
	background: url(../images/img_q1.png) no-repeat left center / 70px;
}
#free_faq02 .faq_ttl_ span {
	background: url(../images/img_q2.png) no-repeat left center / 70px;
}
#free_faq03 .faq_ttl_ span {
	background: url(../images/img_q3.png) no-repeat left center / 70px;
}
#free_faq04 .faq_ttl_ span {
	background: url(../images/img_q4.png) no-repeat left center / 70px;
}
#free_faq05 .faq_ttl_ span {
	background: url(../images/img_q5.png) no-repeat left center / 70px;
}
#free_faq06 .faq_ttl_ span {
	background: url(../images/img_q6.png) no-repeat left center / 70px;
}
#free_faq07 .faq_ttl_ span {
	background: url(../images/img_q7.png) no-repeat left center / 70px;
}
#free_faq08 .faq_ttl_ span {
	background: url(../images/img_q8.png) no-repeat left center / 70px;
}
.free_faq_detail_ .faq_wrap_ {
	width: 1200px;
	margin: 0 auto 100px;
}
.free_faq_detail_ .faq_wrap_ ul li {
	margin: -90px 0 18px;
	padding-top: 90px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ {
	display: flex;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	padding: 4px 35px;
	border: 2px solid #9b3333;
	box-sizing: border-box;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ p {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span {
	display: flex;
	position: relative;
	background: #9b3333;
	color: #fff;
	width: 58px;
	height: 58px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:before, .free_faq_detail_ .faq_wrap_ ul li .ttl_ span:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 10px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:before {
	left: 20px;
	transform: rotate(30deg);
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:after {
	right: 20px;
	transform: rotate(-30deg);
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span.open_:before {
	transform: rotate(-30deg);
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span.open_:after {
	transform: rotate(30deg);
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ {
	display: none;
	padding: 20px 35px;
	border: 2px solid #9b3333;
	border-top: none;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .text_ {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 42px;
	margin: 0 0 20px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .text_:before {
    content: 'A：';
    position: absolute;
    top: 0;
    left: 0;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .link_guide {
	display: block;
	width: 660px;
	margin: 0 auto;
	background: #a36e6e url(../images/arrow_green.png) no-repeat right 25px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	padding: 22px 0 18px;
	text-decoration: none;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ a {
	color: #018742;
    text-decoration: underline;
}
.free_faq_detail_ .others_ {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.free_faq_detail_ .others_ a {
	display: block;
	flex-basis: 290px;
	height: 260px;
	max-width: 290px;
	box-sizing: border-box;
	border: 2px solid #9b3333;
	margin: 0 12px 40px 0;
	padding: 30px 0 0 30px;
	text-decoration: none;
}
.free_faq_detail_ .others_ a:nth-child(4n) {
	margin-right: 0;
}
.free_faq_detail_ .others_ a:nth-last-child(1), .free_faq_detail_ .others_ a:nth-last-child(2), .free_faq_detail_ .others_ a:nth-last-child(3), .free_faq_detail_ .others_ a:nth-last-child(4) {
	margin-bottom: 0;
}
.free_faq_detail_ .others_ a:nth-child(1) {
	background: url(../images/img_cart.png) no-repeat center bottom 25px / 124px;
}
.free_faq_detail_ .others_ a:nth-child(2) {
	background: url(../images/img_pay.png) no-repeat center bottom 22px / 130px;
}
.free_faq_detail_ .others_ a:nth-child(3) {
	background: url(../images/img_deliver.png) no-repeat center bottom 25px / 151px;
}
.free_faq_detail_ .others_ a:nth-child(4) {
	background: url(../images/img_cancel.png) no-repeat center bottom 20px / 118px;
}
.free_faq_detail_ .others_ a:nth-child(5) {
	background: url(../images/img_member.png) no-repeat center bottom 37px / 133px;
}
.free_faq_detail_ .others_ a:nth-child(6) {
	background: url(../images/img_member.png) no-repeat center bottom 37px / 135px;
}
.free_faq_detail_ .others_ a:nth-child(7) {
	background: url(../images/img_mail.png) no-repeat center bottom 37px / 130px;
}
.free_faq_detail_ .others_ a:nth-child(8) {
	background: url(../images/img_coupon.png) no-repeat center bottom 37px / 130px;
}
.free_faq_detail_ .others_ a:nth-child(9) {
	background: url(../images/img_others.png) no-repeat center bottom 22px / 120px;
}
.free_faq_detail_ .others_ a:hover {
	opacity: 0.8;
	color: #2a2a2a;
}
.free_faq_detail_ .others_ a span {
	display: block;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	padding: 0 0 0 85px;
}
.free_faq_detail_ .others_ a:nth-child(1) span {
	/*padding: 10px 0 10px 85px;*/
	background: url(../images/img_q1.png) no-repeat left center / 65px;
}
.free_faq_detail_ .others_ a:nth-child(2) span {
	/*padding: 10px 0 10px 85px;*/
	background: url(../images/img_q2.png) no-repeat left center / 65px;
}
.free_faq_detail_ .others_ a:nth-child(3) span {
	background: url(../images/img_q3.png) no-repeat left top / 65px;
}
.free_faq_detail_ .others_ a:nth-child(4) span {
	background: url(../images/img_q4.png) no-repeat left top / 65px;
}
.free_faq_detail_ .others_ a:nth-child(5) span {
	/*padding: 10px 0 10px 85px;*/
	background: url(../images/img_q5.png) no-repeat left center / 65px;
}
.free_faq_detail_ .others_ a:nth-child(6) span {
	background: url(../images/img_q6.png) no-repeat left top / 65px;
}
.free_faq_detail_ .others_ a:nth-child(7) span {
	/*padding: 10px 0 10px 85px;*/
	background: url(../images/img_q7.png) no-repeat left top / 65px;
}
.free_faq_detail_ .others_ a:nth-child(8) span {
	/* padding: 10px 0 10px 85px; */
	background: url(../images/img_q8.png) no-repeat left center / 65px;
}

.free_faq_detail_ .others_ a:nth-child(9) span {
	padding: 10px 0 10px 85px;
	background: url(../images/img_q9.png) no-repeat left center / 65px;
}

/*2021.09.16 faq08.aspx Q8-5新設により追記 */
.free_faq_detail_ .faq_wrap_ ul li .contents_flex {
	display: flex;
	align-items: flex-start;
	padding: 35px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_flex p{
	font-size: 18px;
	padding-left: 1.5em;
	line-height:30px;
	flex-basis: 30%;
}

/* --------------------------------------------------------------------
	ご利用ガイド詳細
--------------------------------------------------------------------- */
div.guide_detail_ .wrapper_ a {
	color: #018742;
	text-decoration: underline;
}
.guide_detail_ {
	color: #2a2a2a;
}
.guide_detail_ .sec_ttl_ {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding: 24px 0 16px 110px;
	letter-spacing: 3px;
	margin: 0 0 40px;
	background: #a36e6e url(../images/icon_sec01.png) no-repeat 25px center;
}
.guide_detail_ .wrapper_ {
	width: 1200px;
	margin: 0 auto;
}
/*タイトルアイコン無*/
.guide_detail_ .faq_ttl_ {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 120px;
	text-align: center;
	border: 2px solid #a36e6e;
	box-sizing: border-box;
	background: #cdf4ee;
	margin: 0 auto 70px;
}
/*タイトルアイコン有*/
/*.guide_detail_ .faq_ttl_ {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 120px;
	text-align: center;
	border: 2px solid #a36e6e;
	box-sizing: border-box;
	background: #cdf4ee url(../images/img_jatown.png) no-repeat 65px center / 72px;
	margin: 0 auto 70px;
}*/
.guide_detail_ .faq_ttl_ span {
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 75px;
}
.guide_detail_ .faq_ttl_ .no01 {
	background: url(../images/img_num01.png) no-repeat left center / 26px;
}
.guide_detail_ .faq_ttl_ .no02 {
	background: url(../images/img_num02.png) no-repeat left center / 26px;
}
.guide_detail_ .faq_ttl_ .no03 {
	background: url(../images/img_num03.png) no-repeat left center / 26px;
}
.guide_detail_ .faq_ttl_ .no04 {
	background: url(../images/img_num04.png) no-repeat left center / 26px;
}
.guide_detail_ .faq_ttl_ .no05 {
	background: url(../images/img_num05.png) no-repeat left center / 26px;
}
.guide_detail_ .faq_ttl_ .no06 {
	background: url(../images/img_num06.png) no-repeat left center / 26px;
}
.guide_detail_ .block_ {
	margin: 0 0 60px;
}
.guide_detail_ .block_ .headline_ {
	font-size: 30px;
	line-height: 1;
	padding: 0 0 5px;
	margin: 0 0 40px;
	border-bottom: 5px solid #a36e6e;
}
.guide_detail_ .block_ ul li {
	position: relative;
	border: 2px solid #a36e6e;
	box-sizing: border-box;
	margin: 0 0 100px;
}
.guide_detail_ .block_ ul .list:after {
	content: '';
	border-style: solid;
	border-width: 43px 47.5px 0 47.5px;
	border-color: #a36e6e transparent transparent transparent;
	position: absolute;
	bottom: -75px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
}
.guide_detail_ .block_ ul li:last-child {
	margin: 0;
}
.guide_detail_ .block_ ul li:last-child:after {
	display: none;
}
.guide_detail_ .block_ ul li .box_ttl_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 35px 14px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.guide_detail_ .block_ ul li .contents_ {
	padding: 35px;
	border-top: 2px solid #a36e6e;
}
.guide_detail_ .block_ ul li .contents_flex {
	display: flex;
	align-items: flex-start;
	padding: 35px;
	border-top: 2px solid #a36e6e;
}
.guide_detail_ .block_ ul li .contents_flex img{
	/*flex-basis: 520px;*/
	margin: 0 75px 0 0;
}
.guide_detail_ .block_ ul li .contents_ .inner_flex {
	display: flex;
	align-items: flex-start;
	padding-bottom: 30px;
}
.guide_detail_ .block_ ul li .contents_ .list02 {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 100px;
}
.guide_detail_ .block_ ul li .contents_ .list02:after {
	content: '';
	border-style: solid;
	border-width: 43px 47.5px 0 47.5px;
	border-color: #a36e6e transparent transparent transparent;
	position: absolute;
	bottom: -75px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
}
.guide_detail_ .block_ ul li .contents_ img {
	/*flex-basis: 520px;*/
	margin: 0 75px 0 0;
}
.guide_detail_ .block_ ul li .contents_,
.guide_detail_ .block_ ul li .contents_flex {
	font-size: 18px;
	line-height: 30px;
}
.guide_detail_ .block_ ul li .contents_ dl dt, .guide_detail_ .block_ ul li .contents_flex dl dt {
	font-weight: bold;
}
.guide_detail_ .others_ {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.guide_detail_ .others_ a {
	display: block;
	flex-basis: 290px;
	height: 260px;
	max-width: 290px;
	box-sizing: border-box;
	border: 2px solid #a36e6e;
	margin: 0 12px 40px 0;
	padding: 30px 0 0 30px;
	text-decoration: none;
}
.guide_detail_ .others_ a:nth-child(4n) {
	margin-right: 0;
}
.guide_detail_ .others_ a:nth-last-child(1), .guide_detail_ .others_ a:nth-last-child(2), .guide_detail_ .others_ a:nth-last-child(3), .guide_detail_ .others_ a:nth-last-child(4) {
	margin-bottom: 0;
}
.guide_detail_ .others_ a:nth-child(1) {
	background: url(../images/img_jatown.png) no-repeat center bottom 20px / 142px;
}
.guide_detail_ .others_ a:nth-child(2) {
	background: url(../images/img_cart.png) no-repeat center bottom 20px / 146px;
}
.guide_detail_ .others_ a:nth-child(3) {
	background: url(../images/img_pay.png) no-repeat center bottom 40px / 147px;
}
.guide_detail_ .others_ a:nth-child(4) {
	background: url(../images/img_cancel.png) no-repeat center bottom 40px / 112px;
}
.guide_detail_ .others_ a:nth-child(5) {
	background: url(../images/img_deliver.png) no-repeat center bottom 34px / 148px;
}
.guide_detail_ .others_ a:nth-child(6) {
	background: url(../images/img_operation.png) no-repeat center bottom 38px / 127px;
}
.guide_detail_ .others_ a:nth-child(7) {
	background: url(../images/img_others.png) no-repeat center bottom 36px / 109px;
}
.guide_detail_ .others_ a:hover {
	opacity: 0.8;
	color: #2a2a2a;
}
.guide_detail_ .others_ a span {
	display: block;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	padding: 0 0 0 60px;
}
.guide_detail_ .others_ a:nth-child(1) span {
	/*padding: 10px 0 10px 60px;*/
	background: url(../images/img_num01.png) no-repeat left center / 24px;
}
.guide_detail_ .others_ a:nth-child(2) span {
	background: url(../images/img_num02.png) no-repeat left center / 33px;
}
.guide_detail_ .others_ a:nth-child(3) span {
	background: url(../images/img_num03.png) no-repeat left center / 30px;
}
.guide_detail_ .others_ a:nth-child(4) span {
	background: url(../images/img_num04.png) no-repeat left center / 32px;
}
.guide_detail_ .others_ a:nth-child(5) span {
	/*padding: 10px 0 10px 60px;*/
	background: url(../images/img_num05.png) no-repeat left center / 33px;
}
.guide_detail_ .others_ a:nth-child(6) span {
	background: url(../images/img_num06.png) no-repeat left center / 34px;
}
.guide_detail_ .others_ a:nth-child(7) span {
	background: url(../images/img_num07.png) no-repeat left center / 34px;
}

.guide_detail_ .btn_a {
    display: block;
    background: #ff6000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    width: 50%;
    margin: 10px auto;
}

.guide_detail_ .secure ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guide_detail_ .secure ul li {
	display: flex;
	background: url("/img/usr/freepage/guide/icon_newwindow.png") no-repeat 97% 50%;
	background-size: 13px;
    margin:0;
    width: calc(50% - 10px);
    border: 2px solid #919191;
}
.guide_detail_ .secure ul li:hover {
	background-image: url("/img/usr/freepage/guide/icon_newwindow_hover.png");
	border: 2px solid #a36e6e;
}
.guide_detail_ .secure ul li,
.guide_detail_ .block_ ul li:last-child{
    margin: 0 0 20px 0;
}
.guide_detail_ .secure li a {
	color:#333;
	display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 10px 2.5em 10px 10px;
    text-align: left;
    border-spacing: 0;
    text-decoration: none;
    font-size: 0.8em;
    width: 100%;
}
.guide_detail_ .secure li a:hover {
	color:#a36e6e;
	opacity: 0.8;
}
.guide_detail_ .secure li a span{
	line-height: 1.2;
	padding-left: 1.5em;
	display:flex;
}
.guide_detail_ .secure ul:after {
    content: "";
    display: block;
    width: calc(50% - 10px);
    height: 0;
}
.guide_detail_ .block_ ul li .contents_ .secure img{
	margin: 0;
	display:flex;
}
@media only screen and (max-width: 599px) {
	.guide_detail_ .secure ul li,
	.guide_detail_ .secure ul li:hover {
	    width: calc(100%);
	    border-width: 1px;
	}
	.guide_detail_ .secure li a {
	    font-size: 0.7em;
	}
	.guide_detail_ .secure li a span {
	    padding-left: 1em;
	}
	.guide_detail_ .block_ ul li .contents_ .secure img {
	    display: block;
	    max-width: 100px;
	    max-height: 35px;
		}
	.guide_detail_ .secure ul li,
	.guide_detail_ .block_ ul li:last-child{
	    margin: 0 0 10px 0;
	}
}




