﻿@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;
	margin: 20px 0 0;
}
#free_guide .sp_ {
	display: none;
}
#free_guide h1 {
	margin: 0 0 20px;
}
#free_guide .sec_ {
	margin: 0 0 30px;
}
#free_guide .sec_ h2 {
	color: #fff;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 0 15px;
	padding: 8px 5px 6px 50px;
}
#free_guide .sec_.faq_ h2 {
	background: #d93a6b url(../img/usr/freepage/guide/icon_sec01.png) no-repeat 10px center / 30px;
}
#free_guide .sec_.guide_ h2 {
	padding-left: 40px;
	background: #007b69 url(../img/usr/freepage/guide/icon_sec02.png) no-repeat 10px center / 30px;
}
#free_guide .sec_ ul {
	width: 95%;
	margin: 0 auto 15px;
}
#free_guide .sec_ ul li {
	margin: 0 0 10px;
}
/*#free_guide .sec_.faq_ ul li {
	border: 2px solid #d93a6b;
	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;
	border: 1px solid #d93a6b;
	padding: 7px 10px 5px;
	cursor: pointer;
}
#free_guide .sec_.faq_ ul li .ttl_ p {
	position: relative;
	font-weight: bold;
	width: 82%;
	padding: 0 0 0 23px;
}
#free_guide .sec_.faq_ ul li .ttl_ p:before {
	content: 'Q : ';
	position: absolute;
	left: 0;
}
#free_guide .sec_.faq_ ul li .ttl_ span {
	position: relative;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	background: #d93a6b;
	border-radius: 30px;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before,
#free_guide .sec_.faq_ ul li .ttl_ span:after {
	content: '';
    width: 10px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 13px;
}
#free_guide .sec_.faq_ ul li .ttl_ span:before {
	left: 5px;
    transform: rotate(45deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span:after {
	right: 5px;
    transform: rotate(-45deg);
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:before {
	transform: rotate(-45deg);
	top: 11px;
	left: 4.9px;
}
#free_guide .sec_.faq_ ul li .ttl_ span.open_:after {
	transform: rotate(45deg);
	top: 11px;
	right: 4.1px;
}
#free_guide .sec_.faq_ ul li .contents_ {
	display: none;
	border: 1px solid #d93a6b;
	border-top: none;
	padding: 10px 10px 15px;
}
#free_guide .sec_.faq_ ul li .contents_ .text_ {
	position: relative;
	padding: 0 0 0 23px;
	word-break: break-all;
}
#free_guide .sec_.faq_ ul li .contents_ .text_:before {
	content: 'A : ';
	position: absolute;
	left: 0;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ {
	margin: 10px 0 0;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_ {
	padding: 0;
	border-radius: 5px;
	padding: 10px;
}
#free_guide .sec_.faq_ ul li .contents_ .wrap_ .box_:nth-child(1) {
	margin: 0 0 10px;
	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_ {
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 9px 10px 6px;
	margin: 0 0 7px;
}
#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: 80%;
	margin: 15px auto 0;
	background: #007b69 url(../img/usr/freepage/guide/arrow_green.png) no-repeat right 7% center / 15px;
	border-radius: 5px;
	position: relative;
	color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
	padding: 12px 5px 10px 0;
	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: 85%;
	width: 85%;
	margin: 0 auto;
	background: #d93a6b url(../img/usr/freepage/guide/arrow_pink.png) no-repeat right 9px center;
	border-radius: 5px;
	position: relative;
	color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
	padding: 12px 0 10px;
	text-decoration: none;
}
#free_guide .sec_.guide_ ul li {
	border: 1px solid #007b69;
    padding: 10px;
	margin: 0 0 10px;
}
/*#free_guide .sec_.guide_ ul li:last-child {
	margin: 0;
}*/
#free_guide .sec_.guide_ ul li h3 {
	position: relative;
    padding: 0 3px 5px 25px;
    margin: 0 0 8px;
	border-bottom: 1px solid #007b69;
}
#free_guide .sec_.guide_ ul li br {
    display: none;
  }
#free_guide .sec_.guide_ ul li:nth-child(1) h3 {
	background: url(../img/usr/freepage/guide/img_num01.png) no-repeat 8px top / 10px;
}
#free_guide .sec_.guide_ ul li:nth-child(2) h3 {
	padding-left: 29px;
	background: url(../img/usr/freepage/guide/img_num02.png) no-repeat 8px top / 14px;
}
#free_guide .sec_.guide_ ul li:nth-child(3) h3 {
	padding-left: 27px;
	background: url(../img/usr/freepage/guide/img_num03.png) no-repeat 8px top / 13px;
}
#free_guide .sec_.guide_ ul li:nth-child(4) h3 {
	padding-left: 27px;
	background: url(../img/usr/freepage/guide/img_num04.png) no-repeat 8px top / 14px;
}
#free_guide .sec_.guide_ ul li:nth-child(5) h3 {
	padding-left: 26px;
	background: url(../img/usr/freepage/guide/img_num05.png) no-repeat 8px top / 14px;
}
#free_guide .sec_.guide_ ul li:nth-child(6) h3 {
	padding-left: 27px;
	background: url(../img/usr/freepage/guide/img_num06.png) no-repeat 8px top / 14px;
}
#free_guide .sec_.guide_ ul li:nth-child(7) h3 {
	padding-left: 26px;
	background: url(../img/usr/freepage/guide/img_num07.png) no-repeat 8px top / 14px;
}
#free_guide .sec_.guide_ ul li .link_wrap_ {
	margin: 0 0 5px;
}
#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_ {
	width: 95%;
	margin: 0 auto;
}
#free_guide .link_ a {
	display: flex;
	flex-basis: 48%;
	height: 70px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}
#free_guide .link_ a:nth-child(1) {
	background: url(../img/usr/freepage/guide/img_faq.png) no-repeat left 12px center / 60px,
		        url(../img/usr/freepage/guide/arrow_pink.png) no-repeat right 17% center / 20px;
	background-color: #d93a6b;
	margin: 0 0 15px;
}
#free_guide .link_ a:nth-child(2) {
	background: url(../img/usr/freepage/guide/img_contact.png) no-repeat left 11px center / 65px,
		        url(../img/usr/freepage/guide/arrow_blue.png) no-repeat right 17% center / 20px;
	background-color: #00437b;
}
#free_guide .link_ a:hover {
	opacity: 0.8;
}

/* --------------------------------------------------------------------
	よくあるご質問
--------------------------------------------------------------------- */
#free_faq {
	color: #2a2a2a;
	margin: 20px 0 0;
}
#free_faq .pc_ {
	display: none;
}
#free_faq h1 {
	color: #fff;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 8px 5px 6px 50px;
	background: #d93a6b url(../img/usr/freepage/guide/icon_sec01.png) no-repeat 10px center / 30px;
}
#free_faq ul {
	width: 95%;
	margin: 0 auto 30px;
}
#free_faq ul li {
	border: 1px solid #d93a6b;
    padding: 10px;
	margin: 0 0 10px;
}
#free_faq ul li h2 {
	position: relative;
    padding: 0 3px 5px 40px;
    margin: 0 0 8px;
	border-bottom: 1px solid #d93a6b;
}
#free_faq ul li:nth-child(1) h2 {
	background: url(../img/usr/freepage/faq/img_q1.png) no-repeat 8px top / 25px;
}
#free_faq ul li:nth-child(2) h2 {
	background: url(../img/usr/freepage/faq/img_q2.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li:nth-child(3) h2 {
	background: url(../img/usr/freepage/faq/img_q3.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li:nth-child(4) h2 {
	background: url(../img/usr/freepage/faq/img_q4.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li:nth-child(5) h2 {
	background: url(../img/usr/freepage/faq/img_q5.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li:nth-child(6) h2 {
	background: url(../img/usr/freepage/faq/img_q6.png) no-repeat 8px 2px / 25px;
}
#free_faq ul li:nth-child(7) h2 {
	background: url(../img/usr/freepage/faq/img_q7.png) no-repeat 8px 12px / 25px;
}
#free_faq ul li:nth-child(8) h2 {
	background: url(../img/usr/freepage/faq/img_q8.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li:nth-child(9) h2 {
	background: url(../img/usr/freepage/faq/img_q9.png) no-repeat 8px 1px / 25px;
}
#free_faq ul li .link_wrap_ div {
	margin: 0 0 8px;
/*    text-indent: -4.2em;
    padding-left: 4.2em;*/
}
#free_faq ul li .link_wrap_ div:last-child {
	margin: 0;
}
#free_faq .link_ {
	width: 95%;
	margin: 0 auto;
}
#free_faq .link_ a {
	display: flex;
	flex-basis: 48%;
	height: 70px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}
#free_faq .link_ a:nth-child(1) {
	background: url(../img/usr/freepage/faq/img_guide.png) no-repeat left 23px center / 44px, 
		        url(../img/usr/freepage/guide/arrow_green.png) no-repeat right 17% center / 20px;
	background-color: #007b69;
	margin: 0 0 15px;
}
#free_faq .link_ a:nth-child(2) {
	background: url(../img/usr/freepage/guide/img_contact.png) no-repeat left 14px center / 67px, 
		        url(../img/usr/freepage/guide/arrow_blue.png) no-repeat right 17% center / 20px;
	background-color: #00437b;
}

/* --------------------------------------------------------------------
	よくあるご質問詳細
--------------------------------------------------------------------- */
.free_faq_detail_ {
	color: #2a2a2a;
	margin: 20px 0 0;
}
.free_faq_detail_ .pc_ {
	display: none;
}
.free_faq_detail_ .sec_ttl_ {
	color: #fff;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 8px 5px 6px 50px;
	background: #d93a6b url(../img/usr/freepage/guide/icon_sec01.png) no-repeat 10px center / 30px;
}
.free_faq_detail_ .faq_ttl_ {
	display: flex;
    align-items: center;
    width: 95%;
    /*height: 50px;*/
    text-align: center;
    border: 1px solid #d93a6b;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 0px 0 0 5%;
    background: #fae6ec;
}
/*アイコン有*//*
.free_faq_detail_ .faq_ttl_ {
	display: flex;
	align-items: center;
	width: 1200px;
	height: 120px;
	text-align: center;
	border: 2px solid #d93a6b;
	box-sizing: border-box;
	background: #fae6ec url(../img/usr/freepage/guide/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: 16px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0 10px 32px;
}
#free_faq01 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q1.png) no-repeat left center / 25px;
}
#free_faq02 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q2.png) no-repeat left center / 25px;
}
#free_faq03 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q3.png) no-repeat left center / 25px;
}
#free_faq04 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q4.png) no-repeat left center / 25px;
}
#free_faq05 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q5.png) no-repeat left center / 25px;
}
#free_faq06 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q6.png) no-repeat left center / 25px;
}
#free_faq07 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q7.png) no-repeat left center / 25px;
}
#free_faq08 .faq_ttl_ span {
	background: url(../img/usr/freepage/faq/img_q8.png) no-repeat left center / 25px;
}


.free_faq_detail_ .faq_wrap_ {
	width: 95%;
	margin: 0 auto 30px;
}
.free_faq_detail_ .faq_wrap_ ul li {
	margin: 0 0 10px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d93a6b;
	padding: 7px 10px 5px;
	cursor: pointer;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ p {
	width: 90%;
	font-weight: bold;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ p br {
    display: none;
  }
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span {
	position: relative;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	background: #d93a6b;
	border-radius: 30px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:before,
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:after {
	content: '';
    width: 10px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 13px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:before {
	left: 5px;
    transform: rotate(45deg);
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span:after {
	right: 5px;
    transform: rotate(-45deg);
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span.open_:before {
	transform: rotate(-45deg);
	top: 11px;
	left: 4.9px;
}
.free_faq_detail_ .faq_wrap_ ul li .ttl_ span.open_:after {
	transform: rotate(45deg);
	top: 11px;
	right: 4.1px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ {
	display: none;
	border: 1px solid #d93a6b;
	border-top: none;
	padding: 10px 10px 15px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .text_ {
	position: relative;
	padding: 0 0 0 23px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .text_:before {
	content: 'A : ';
	position: absolute;
	left: 0;
}
.free_faq_detail_ ul li .contents_ .wrap_ {
	margin: 10px 0 0;
}
.free_faq_detail_ ul li .contents_ .wrap_ .box_ {
	padding: 0;
	border-radius: 5px;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ .link_guide {
	display: block;
	margin: 15px auto 0;
	background: #007b69 url(../img/usr/freepage/guide/arrow_green.png) no-repeat right 12% center / 15px;
	border-radius: 5px;
	position: relative;
	color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
	padding: 12px 19% 10px 19%;
	text-decoration: none;
}
.free_faq_detail_ .faq_wrap_ ul li .contents_ a {
	color: #018742;
    text-decoration: underline;
}

.free_faq_detail_ ul li .contents_ .wrap_ .box_:nth-child(1) {
	margin: 0 0 10px;
	background: #f2fcda;
}
.free_faq_detail_ ul li .contents_ .wrap_ .box_:nth-child(2) {
	background: #fcf4da;
}
.free_faq_detail_ ul li .contents_ .wrap_ .box_ .headline_ {
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 9px 10px 6px;
	margin: 0 0 7px;
}
.free_faq_detail_ ul li .contents_ .wrap_ .box_:nth-child(1) .headline_ {
	background: #d1e69c;
}
.free_faq_detail_ ul li .contents_ .wrap_ .box_:nth-child(2) .headline_ {
	background: #e6d69c;
}

.free_faq_detail_ .others_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
}
.free_faq_detail_ .others_ a {
	display: block;
	flex-basis: 49%;
	max-width: 49%;
	border: 1px solid #d93a6b;
	margin: 0 0 10px;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.free_faq_detail_ .others_ a:nth-last-child(1),
.free_faq_detail_ .others_ a:nth-last-child(2) {
	margin: 0;
}

.free_faq_detail_ .others_ a:nth-child(1) {
	background: url(../img/usr/freepage/faq/img_cart.png) no-repeat center bottom 15px / 80px;
}
.free_faq_detail_ .others_ a:nth-child(2) {
	background: url(../img/usr/freepage/faq/img_pay.png) no-repeat center bottom 10px / 75px;
}
.free_faq_detail_ .others_ a:nth-child(3) {
	background: url(../img/usr/freepage/faq/img_deliver.png) no-repeat center bottom 15px / 85px;
}
.free_faq_detail_ .others_ a:nth-child(4) {
	background: url(../img/usr/freepage/faq/img_cancel.png) no-repeat center bottom 15px / 70px;
}
.free_faq_detail_ .others_ a:nth-child(5) {
	background: url(../img/usr/freepage/faq/img_gift.png) no-repeat center bottom 15px / 80px;
}
.free_faq_detail_ .others_ a:nth-child(6) {
	background: url(../img/usr/freepage/faq/img_member.png) no-repeat center bottom 10px / 80px;
}
.free_faq_detail_ .others_ a:nth-child(7) {
	background: url(../img/usr/freepage/faq/img_mail.png) no-repeat center bottom 10px / 80px;
}
.free_faq_detail_ .others_ a:nth-child(8) {
	background: url(../img/usr/freepage/faq/img_coupon.png) no-repeat center bottom 10px / 80px;
}
.free_faq_detail_ .others_ a:nth-child(9) {
	background: url(../img/usr/freepage/faq/img_others.png) no-repeat center bottom 20px / 75px;
}
.free_faq_detail_ .others_ a span {
	display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 0 0 0 33%;
}
.free_faq_detail_ .others_ a:nth-child(1) span {
	background: url(../img/usr/freepage/faq/img_q1.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(2) span {
	background: url(../img/usr/freepage/faq/img_q2.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(3) span {
	background: url(../img/usr/freepage/faq/img_q3.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(4) span {
	background: url(../img/usr/freepage/faq/img_q4.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(5) span {
	background: url(../img/usr/freepage/faq/img_q5.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(6) span {
	background: url(../img/usr/freepage/faq/img_q6.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(7) span {
	/*padding: 10px 0 10px 33%;*/
	background: url(../img/usr/freepage/faq/img_q7.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(8) span {
	/* padding: 10px 0 10px 33%; */
	background: url(../img/usr/freepage/faq/img_q8.png) no-repeat 3% top /42px ;
}
.free_faq_detail_ .others_ a:nth-child(9) span {
	padding: 10px 0 10px 33%;
	background: url(../img/usr/freepage/faq/img_q9.png) no-repeat 3% top /42px ;
}

.free_faq_detail_ .others_ a:hover {
	opacity: 0.8;
	color: #2a2a2a;
}

/*2021.09.16 faq08.aspx Q8-5新設により追記 */
.free_faq_detail_ .faq_wrap_ ul li .contents_flex p{
	padding-bottom: 10px;
}

/* --------------------------------------------------------------------
	ご利用ガイド詳細
--------------------------------------------------------------------- */
.guide_detail_ .wrapper_ a {
	color: #018742;
	text-decoration: underline;
}
.guide_detail_ {
	color: #2a2a2a;
	margin: 20px 0 0;
}
.guide_detail_ .sec_ttl_ {
	color: #fff;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 8px 5px 6px 50px;
	padding-left: 40px;
	background: #007b69 url(../img/usr/freepage/guide/icon_sec01.png) no-repeat 10px center / 20px;
}
.guide_detail_ .wrapper_ {
	margin: 0 0 30px;
}
/*タイトルアイコン無*/
.guide_detail_ .faq_ttl_ {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
    height: 55px;
	text-align: center;
    border: 1px solid #007b69;
    box-sizing: border-box;
	background: #cdf4ee;
	margin: 0 auto 15px;
    /*padding: 0 0 0 27%;*/
}
.guide_detail_ .faq_ttl_ span {
	font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
}
.guide_detail_ .faq_ttl_ .no01 {
	background: url(../img/usr/freepage/guide/img_num01.png) no-repeat left center / 11px;
}
.guide_detail_ .faq_ttl_ .no02 {
	background: url(../img/usr/freepage/guide/img_num02.png) no-repeat left center / 11px;
}
.guide_detail_ .faq_ttl_ .no03 {
	background: url(../img/usr/freepage/guide/img_num03.png) no-repeat left center / 11px;
}
.guide_detail_ .faq_ttl_ .no04 {
	background: url(../img/usr/freepage/guide/img_num04.png) no-repeat left center / 11px;
}
.guide_detail_ .faq_ttl_ .no05 {
	background: url(../img/usr/freepage/guide/img_num05.png) no-repeat left center / 11px;
}
.guide_detail_ .faq_ttl_ .no06 {
	background: url(../img/usr/freepage/guide/img_num06.png) no-repeat left center / 11px;
}
.guide_detail_ .block_ {
	width: 95%;
	margin: 0 auto;
}
.guide_detail_ .block_ .headline_ {
	border-bottom: 2px solid #007b69;
    font-weight: bold;
	padding: 0 0 3px;
	margin: 0 0 10px;
}
.guide_detail_ .block_ ul li {
	position: relative;
	margin: 0 0 40px;
}
.guide_detail_ .block_ ul .list:after {
	content: '';
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #007b69 transparent transparent transparent;
	position: absolute;
	bottom: -34px;
	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_ {
	border: 1px solid #007b69;
	padding: 10px;
	font-weight: bold;
}
.guide_detail_ .block_ ul li .contents_ {
	border: 1px solid #007b69;
	border-top: none;
	padding: 10px;
}
/*追記したもの*/
.guide_detail_ .block_ ul li .contents_flex {
	border: 1px solid #007b69;
	border-top: none;
	padding: 10px;
}
.guide_detail_ .block_ ul li .contents_flex img{
	width: 100%;
	margin: 0 0 10px;
}
.guide_detail_ .block_ ul li .contents_ .inner_flex {
	/*display: flex;
	align-items: flex-start;*/
	padding-bottom: 10px;
}
.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: #007b69 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;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
}
.guide_detail_ .others_ a {
	display: block;
	flex-basis: 49%;
	max-width: 49%;
	border: 1px solid #007b69;
	margin: 0 0 10px;
	height: 140px;
	padding: 12px 10px 10px;
	box-sizing: border-box;
	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) {
	margin: 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(../img/usr/freepage/guide/img_jatown.png) no-repeat center bottom 20px / 80px;
}
.guide_detail_ .others_ a:nth-child(2) {
	background: url(../img/usr/freepage/guide/img_cart.png) no-repeat center bottom 15px / 75px;
}
.guide_detail_ .others_ a:nth-child(3) {
	background: url(../img/usr/freepage/guide/img_pay.png) no-repeat center bottom 9px / 85px;
}
.guide_detail_ .others_ a:nth-child(4) {
	background: url(../img/usr/freepage/guide/img_cancel.png) no-repeat center bottom 15px / 70px;
}
.guide_detail_ .others_ a:nth-child(5) {
	background: url(../img/usr/freepage/guide/img_deliver.png) no-repeat center bottom 20px / 80px;
}
.guide_detail_ .others_ a:nth-child(6) {
	background: url(../img/usr/freepage/guide/img_operation.png) no-repeat center bottom 13px / 80px;
}
.guide_detail_ .others_ a:nth-child(7) {
	background: url(../img/usr/freepage/guide/img_others.png) no-repeat center bottom 10px / 75px;
}
.guide_detail_ .others_ a:hover {
	opacity: 0.8;
	color: #2a2a2a;
}
.guide_detail_ .others_ a span {
	display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 0 0 0 23%;
}
.guide_detail_ .others_ a:nth-child(1) span {
	padding: 5px 0 5px 26%;
	background: url(../img/usr/freepage/guide/img_num01.png) no-repeat 5% top / 14px;
}
.guide_detail_ .others_ a:nth-child(2) span {
	padding-left: 29%;
	background: url(../img/usr/freepage/guide/img_num02.png) no-repeat 5% 3px / 20px;
}
.guide_detail_ .others_ a:nth-child(3) span {
	padding-left: 28%;
	background: url(../img/usr/freepage/guide/img_num03.png) no-repeat 5% 2px / 19px;
}
.guide_detail_ .others_ a:nth-child(4) span {
	background: url(../img/usr/freepage/guide/img_num04.png) no-repeat 3% 3px / 20px;
}
.guide_detail_ .others_ a:nth-child(5) span {
	padding: 5px 0 5px 26%;
	background: url(../img/usr/freepage/guide/img_num05.png) no-repeat 5% top / 20px;
}
.guide_detail_ .others_ a:nth-child(6) span {
	padding-left: 28%;
	background: url(../img/usr/freepage/guide/img_num06.png) no-repeat 5% 3px / 20px;
}
.guide_detail_ .others_ a:nth-child(7) span {
	padding-left: 28%;
	background: url(../img/usr/freepage/guide/img_num07.png) no-repeat 5% 5px / 20px;
}
.guide_detail_ .w50{
	width: 59%;
}
.guide_detail_ .block_ ul li .contents_ p > img,
.guide_detail_ .block_ ul li .contents_flex p > img,
.guide_detail_ .block_ ul li .contents_ .inner_flex p > img{
	width: 25%;
    vertical-align: text-top;
}
.guide_detail_ .btn_a {
    display: block;
    background: #ff6000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    width: 85%;
    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 #007b69;
}
.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:#007B69;
	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;
	}
}
