/* ---------------------------------

	ご利用案内・規約用

---------------------------------- */

.red{
	color: #f00;
}


/* ---------------------------------
	ご利用方法 guide
---------------------------------- */
.how-box{
    background: #FBFAF8;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
}
@media (min-width: 768px) {
.how-box{
    padding: 40px;
}
}
.how-box .how-header{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
.how-box .how-header{
	margin-bottom: 25px;
}
}
.how-box .how-header .how-icon{
	width: 20%;
	margin-right: 10px;
}
@media (min-width: 544px) {
.how-box .how-header .how-icon{
	width: 60px;
}
}
.how-box .how-header .how-icon img{
	width: 100%;
}
.how-box .how-header h2{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	color: #73B295;
	width: 75%;
	line-height: 1.4;
}
@media (min-width: 544px) {
.how-box .how-header h2{
	font-size: 25px;
	width: auto;
}
}
h2,h3{
	line-height: 1.6;
}
.how-box .how-text section{
	margin-bottom: 15px;
}
.how-box .how-text h3{
	font-size: 16px;
	font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
@media (min-width: 768px) {
.how-box .how-text h3{
	font-size: 18px;
}
}
.how-box .how-text ul{
	padding: 0;
	list-style: none;
}
.how-box .how-text ul li{
	list-style: none;
	margin-bottom: 10px;
}
.how-box .how-text ul li:before{
	content: "\f192";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #73B295;
}
.how-text-kakunin section img{
	width: 100%;
	max-width: 800px;
}
.how-text-kakunin section h4{
	font-weight: bold;
	font-size: 14px;
}
@media (min-width: 768px) {
.how-text-kakunin section h4{
	font-size: 16px;
}
}
.how-box .how-text-kakunin section{
	margin: 50px 0;
}
@media (min-width: 768px) {
.how-box .how-text-kakunin section{
    margin: 70px 0;
}
}
.how-box .how-text-kakunin section ul{
	display: flex;
	flex-wrap: wrap;
    margin: 10px 0 20px;
}
.how-box .how-text-kakunin section ul li{
	margin-right: 20px;
	margin-bottom: 0;
}
.how-box .how-text-kakunin section ul li:last-child{
	margin-right: 0;
}
#table-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}
/*@media screen and (min-width: 992px) {
	.soryo_msg {
		display: none;
	}
}
.soryo_msg {
	margin-top: 10px;
	text-align: center;
	font-weight: bold !important;
	color: #999;
}*/
table.soryo {
	border: 6px solid #999;
	font-size: 1.14rem !important;
}
table.soryo td {
	padding: 10px;
	font-size: 15px;
}
table.soryo td p {
	font-size: 15px;
}
table.soryo .soryo_fs td,
table.soryo .soryo_gray td {
	font-size: 16px;
}
table.soryo .soryo_gray td {
	background: #f6f6f6;
}
table.soryo {
	border: 2px solid #000;
	box-sizing: border-box;
	display: table;
	background: #fff;
    margin-top: 20px;
}
table.soryo th {
	background: #f0f0f0;
	text-align: center;
	vertical-align: middle !important;
	border: 1px solid #000 !important;
}
table.soryo td {
	vertical-align: middle !important;
	text-align: center;
	border: 1px solid #000 !important;
}
table.soryo tr p {
	margin-bottom: 0 !important;
}
table.soryo .soryo_gray td {
padding-top: 10px;
min-width: 80px;
}
/* ---------------------------------
	利用規約 terms
---------------------------------- */
#page-terms-container h1+p{
	margin-bottom: 50px;
}
#page-terms-container p,#page-terms-container li{
	font-size: 14px;
	line-height: 1.4;
}
.terms-section{
	margin-bottom: 70px;
}
@media (min-width: 768px) {
.terms-section{
	margin-bottom: 80px;
}
}
.terms-section h2{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
    /*color: #73B295;*/
}
@media (min-width: 768px) {
.terms-section h2{
	font-size: 20px;
	text-align: center;
}
}
.terms-section h3{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
@media (min-width: 768px) {
.terms-section h3{
	font-size: 16px;
}
}
.terms-section section{
	margin-bottom: 20px;
}
@media (min-width: 768px) {
.terms-section section{
	margin-bottom: 40px;
}
}
.terms-section ol li{
	margin-bottom: 10px;
}
.terms-section p.text-center{
	margin-bottom: 0;
}

/* ---------------------------------
	プライバシーポリシー privacy-policy
---------------------------------- */
#page-policy-container h1+p{
	margin-bottom: 50px;
}
#page-policy-container p,#page-policy-container li,#page-policy-container td{
	font-size: 14px;
	line-height: 1.4;
}
#page-policy-container section{
	margin-bottom: 20px;
}
@media (min-width: 768px) {
#page-policy-container section{
	margin-bottom: 40px;
}
}
#page-policy-container h3{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
@media (min-width: 768px) {
#page-policy-container h3{
	font-size: 16px;
}
}
#page-policy-container .kakko-number{
	margin-top: 10px;
}
#page-policy-container .list-top-text{
	margin-top: 10px;
	margin-bottom: 10px;
}
#page-policy-container .maru-number-list{
	margin-left: 15px;
}

.kiyaku-table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    border-spacing: 0;
    margin: 20px auto;
}
.kiyaku-table th, .kiyaku-table td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    padding: 5px !important;
}
.kiyaku-table th{
	padding: 20px !important;
	text-align: center !important;
	background-color: #eee;
	font-size: 15px !important;
}
.kiyaku-table td{
	vertical-align: middle;
	text-align: left !important;
}
@media (min-width: 768px) {
.kiyaku-table td{
	padding: 15px !important;
}
}
.kiyaku-table ul{
	padding: 0;
	margin: 0;
	text-align: left;
}
.kiyaku-table ul,.kiyaku-table ul li{
	list-style-type: none;
}
.privacy-policy-footer{
	margin-top: 50px;
}
/* ---------------------------------
	特定商取引法に基づく表示 law
---------------------------------- */

/* ---------------------------------
	古物営業法に基づく表示 kobutsu
---------------------------------- */
#page-kobutsu-container h1+p{
	margin-bottom: 50px;
}
#page-coming-container h1{
	font-size: 30px;
}




/* ---------------------------------
	TORUNO ご利用案内
---------------------------------- */
a.all-wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
a.all-wrap-link:hover{
	color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.page-guide-read-text{
	margin-bottom: 30px;
}
@media (min-width: 768px) {
.page-guide-read-text{
	text-align: center;
	margin-bottom: 50px;
}
}
#guide-container{
}
#guide-container section {
	background: #F5F3E4;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
#guide-container section {
	padding: 50px 50px 60px;
}
}
#guide-container section h2{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media (min-width: 768px) {
#guide-container section h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
}
.guide-bottom ul {
	margin-bottom: 20px !important;
}
.guide-block-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;   
}
.guide-block-list li{
	padding: 25px 15px;
	background: #fff;
	width: 100%;
	position: relative;
	transition: 0.3s;
	margin-bottom: 15px;
}
.guide-block-list li:last-child{
	margin-bottom: 0;
}
.guide-block-list li.full_width{
	width: 100%;
}
@media (min-width: 768px) {
.guide-block-list li{
	width: 32%;
	margin: 0;
}
.guide-block-list li.full_width{
	text-align: center;
}
}
.guide-block-list li:hover{
	transform: translateY(-4px) !important;
}
.guide-block-list li p{
	font-size: 13px;
	margin-bottom: 0;
}
.guide-block-list li p a{
    text-decoration: underline;
    color: #73B295;
    font-weight: bold;
}
.guide-block-list-header{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	align-items: center;
}
@media (min-width: 768px) {
.guide-block-list-header{
	justify-content: center;
	margin-bottom: 30px;
}
}
.guide-block-list-header h3{
	color: #73B295;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
.guide-block-list-header h3{
	font-size: 18px;
}
}
.guide-block-list-header img{
	width: auto;
	height: 30px;
}
@media (min-width: 768px) {
.guide-block-list-header img{
	width: auto;
	height: 50px;
}
}
/* ---------------------------------
	ご利用案内 詳細ページ
---------------------------------- */
.page-guide-detail-container p{
	font-size: 14px;
}

@media (min-width: 768px) {
.page-guide-detail-container p{
	font-size: 1.14rem;
}
}
.section-guide{
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 35px;
}
@media (min-width: 768px) {
.section-guide{
    padding-top: 50px;
    padding-bottom: 50px;
}
}
.section-guide h2{
    /*color:#73B295;*/
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
.section-guide h2{
    font-size: 18px;
    margin-bottom: 0;
}
}
.section-guide h3{
	font-weight: bold;
    font-size: 15px;
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}
@media (min-width: 768px) {
.section-guide h3{
    font-size: 16px;
}
}
.section-guide h4{
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}
@media (min-width: 768px) {
.section-guide h4{
    font-size: 16px;
}
}
.section-guide a{
	color: #73B295;
	text-decoration: underline;
}
.section-guide .mb-0{
	margin-bottom: 0;
}
.section-guide section{
    margin-top: 30px;
}
@media (min-width: 768px) {
.section-guide section{
	margin-top: 50px;
}
}
.section-guide-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    list-style: none;
    padding-left: 0 !important;
}
@media (min-width: 768px) {
.section-guide-list{
	margin: 20px 0 30px;
}
}
.section-guide-list li{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}
@media (min-width: 768px) {
.section-guide-list li{
    font-size: 1.14rem;
}
}
.section-guide-list li:before{
	content: "\f192";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #73B295;
}
.section-guide-list li:last-child{
    margin-bottom: 0;
}
.section-guide-honnin-kakunin .section-guide-list li{
	margin-right: 20px;
	margin-bottom: 10px;
}
.section-guide .small{
    font-size: 85%;
    color: #737373;
    display: block;
    margin-top: 5px;
}

.section-guide-border {
	border: 1px solid #ccc;
	padding: 10px;
    border-radius: 20px;
}
@media (min-width: 768px) {
.section-guide-border {
	padding: 30px;
}
}
.section-guide-border h3{
}

.otodoke-kakunin-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0 !important;
}
.otodoke-kakunin-list li{
	width: 100%;
	margin-bottom: 40px;
}
@media (min-width: 768px) {
.otodoke-kakunin-list li{
	width: 31.5%;
	margin-bottom: 50px;
}
}
.otodoke-kakunin-list li p{
	font-size: 13px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
.otodoke-kakunin-list li p{
	font-size: 14px;
}
}
.section-guide-otodoke h2{
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
.section-guide-otodoke h2{
	font-size: 26px;
	margin-bottom: 40px;
}
}
.section-guide-otodoke h3{
	margin-bottom: 5px;
	background: none;
	border-radius: none;
	padding: 0;
}
.otodoke-kakunin-list li div{
	position: relative;
	margin-bottom: 10px;
}
.otodoke-kakunin-list li div .otodoke-kakunin-list-flow{
	position: absolute;
	top: 0; left: 0;
	background: #73B295;
	color: #fff;
	padding: 8px 15px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}
p.guide-green-btn{
	padding: 30px 0 0;
	text-align: center;
}
.guide-block-list li.page-now{
	border: 5px solid #73B295;
}
.guide-block-list li.full_width{
	width: 100%;
}
@media (min-width: 768px) {
	.guide-block-list li.full_width{
		text-align: center;
	}
}

/* ---------------------------------
	よくある質問
---------------------------------- */
#section-faq-container{
	margin-top: 60px;
}
@media (min-width: 768px) {
#section-faq-container{
	margin-top: 80px;
}
}
#section-faq-container h2{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
@media (min-width: 768px) {
#section-faq-container h2{
	font-size: 26px;
	margin-bottom: 40px;
}
}
#section-faq-container article{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-faq{
	width: 100%;
	background: #FBFAF8;
	padding: 15px;
	margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
.section-faq{
	width: 49%;
	padding: 30px;
}
}
.section-faq h3, .section-faq-detail h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
@media (min-width: 768px) {
.section-faq h3, .section-faq-detail h3{
	font-size: 18px;
}
}
.section-faq ul li{
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px; 
}
@media (min-width: 768px) {
.section-faq ul li{
    font-size: 1.14em;
}
}
.section-faq ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-faq header{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.section-faq header p{
	font-size: 12px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
.section-faq header p{
	font-size: 15px;
}
}
.section-faq header p:before{
	content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #73B295;
}

.section-faq-detail{
	width: 100%;
	background: #FBFAF8;
	padding: 15px;
	margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
}

@media (min-width: 768px) {
.section-faq-detail{
	padding: 30px;
}
}
.section-faq-detail h3{
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.section-faq-detail a{
	color: #73B295;
	text-decoration: underline;
	font-weight: bold;
}
.section-faq-detail ul{
	padding-left: 0;
}
.section-faq-detail ul li{
	list-style-type: none;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;	
}
.section-faq-detail ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.section-faq-detail-container p{
	font-size: 14px;
}
#page-guide-container section p:last-child,
#section-faq-detail-container .section-faq-detail p:last-child {
	margin-bottom: 0px !important;
}
@media (min-width: 768px) {
.section-faq-detail-container p{
	font-size: 1.14rem;
}
}

.section-faq-detail .case{
    margin: 20px 0;
    background: #F5F3E4;
    padding: 20px;
}
.section-faq-detail .case h4{
	font-size: 15px;
	font-weight: bold;
}
@media (min-width: 768px) {
.section-faq-detail .case h4{
	font-size: 18px;
}
}






#table_scroll {
	width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}
section.anshin h4 {
	margin-top: 0;
}
table.anshin {
	min-width: 600px;
	margin: 0 0 10px;
	border: 2px solid #d5d6d5 !important;
}
table.anshin th,
table.anshin td {
	border: 1px solid #d5d6d5 !important;
	text-align: center !important;
	vertical-align: middle;
	font-size: 15px;
	padding: 12px 10px 10px;
	font-weight: normal;
}

table.anshin th {
	padding: 15px 15px 10px;
	background: #f0f0f0;
}
table.anshin th:nth-of-type(1),
table.anshin td:nth-of-type(1) {
	width: 50%;
}
table.anshin th:nth-of-type(2),
table.anshin td:nth-of-type(2) {
	width: 20%;
}
table.anshin th:nth-of-type(3),
table.anshin td:nth-of-type(3) {
	width: 30%;
}
table.anshin small {
	display: block;
	margin-top: -5px;
	font-weight: normal;
}
p.sp_msg {
	margin: 10px 10px;
	text-align: center;
}
@media only screen and (min-width: 630px) {
	p.sp_msg {
		display: none;
	}
}
@media only screen and (max-width: 629px) {
	section.anshin br.pc {
		display: none;
	}
}
ul.note {
	margin-top: 30px;
}
