@charset "UTF-8";

/* **************************
  [0] リセット
  [1] フォントサイズ
  [2] 全体反映
  [3] ヘッダー
  [4] パンくずリスト
  [5]メインコンテンツ
  [6]トップバナー 
  [7]業者を探す
  [8]サブバナー
  [9] キャンペーンバナー
  [10] カテゴリーから探す
  [11]人気のカテゴリー
  [12] 新着口コミ
  [13] スケットマガジン
  [14] ログインページ
  [15] カテゴリーページ
  [16] カテゴリー詳細ページ
  [17] サービス詳細
  [18] SUKETとは
  [19] フッター
  ************************** */


/* **************************
  [0] リセット
************************** */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, 
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* **************************
  [1] フォントサイズ
************************** */

html { font-size: 10px; }
body { font-size: 1.4rem; } /* 14px */
p  { font-size: 1.4rem; } /* 14px */
h1 { font-size: 1.2rem;} /* 12px */
.description,.text_area_link { font-size: 1.3rem; } /* 13px */
.title_top{ font-size: 2rem; } /* 20px */

/* **************************
  [2] 全体反映
************************** */

body {
    font-family: "Noto Sans Japanese","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","osaka,ＭＳ Ｐゴシック",sans-serif;
}

html{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body{
	display: block;
	margin: 0;
}

p{
	word-wrap: break-word;
	color: #555555;
}

a{
	color: #74645c;
    cursor: pointer;
    text-decoration: none;
}

img{
	width: 100%;
	height: 100%;
}

ul{
	list-style: none;
}

.section{
	margin-bottom: 10px;
	display: inline-flex;
	vertical-align: top;
}

@media screen and ( max-width:760px) {
.section {
	margin-top: 15px;
}

}

/* **************************
  [3] ヘッダー
************************** */

header{
	border-top: solid #87bfc1 3rem;
	border-bottom: solid #BEB098 0.2rem;
}

.header_contents{
	max-width: 1080px;
	margin: 10px auto;
}

.header_info{
	background-color: #a8cce0;
	border-bottom: #BEB098 solid 4px;
}

.header_info h1{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.header_logo{
	display: inline-block;
	width: 29%;
}

.header_logo img{
	max-width: 250px;
}

.header_guide{
	width: 69%;
	text-align: right;
	vertical-align: bottom;
}

.header_guide,.header_about,.header_request,.headr_login,.header_trader{
	display: inline-block;

}

.header_about,.header_request{
	margin-right: 5px;
}

.header_about p:before{
	content: url("/images/pc/icon_about.svg");
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-right: 3px;
}

.header_request p:before{
	content: url("/images/pc/icon_request.svg");
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-right: 3px;
}

.pc_btn{
	box-shadow: 0 2px 0 0 #ccc;
    border: solid 1px #ccc;
	padding: 5px;
}

.pc_btn .headr_login{
	background-color: #fbcc53;
}

@media screen and ( max-width:760px) {

header{
	border-top: solid #87bfc1 1rem;
	border-bottom: solid #BEB098 0.2rem;
}

.header_info h1{
	margin: 0;
}

.header_logo{
	display: inline-block;
	width: 35%;
	margin-left: 10px;
}

.header_guide{
	width: 60%;
	text-align: right;
	vertical-align: text-top;
}

.sp_btn{
	width: 30px;
	height: 30px;
}

}

/* **************************
  [4] パンくずリスト
************************** */
.breadcrumb_contents{
    border-bottom: solid 1px #d5d4d4;
    border-top: solid 1px #d5d4d4;
    margin-bottom: 20px;
	padding: 8px 0;
}

.breadcrumb_contents li{
	display: inline-block
}

.breadcrumb{
	width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb_list >li+li :before {
    content: ">";
	padding: 0 3px;
}

.breadcrumb_list >.active {
	color: #777;
}

@media screen and ( max-width:760px) {

	.breadcrumb{
	width: 100%;
}

.breadcrumb_contents{
	margin-bottom: 5px;
}

}

/* **************************
  [5]メインコンテンツ
************************** */
.contents{
	margin-top: 30px;
}

.contents{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.header_content{
	margin-top: 20px;
}

.left_content{
	width: 70%;
	display: inline-flex;
}

.right_contents{
	width: 27%;
    display: inline-flex;
    vertical-align: top;
	margin-left: 20px;
}

.head_title{
	border-top: dotted #b5d569;
	border-bottom: dotted #b5d569;
	background-color: #eef2ef;
}

.title_top{
	display: inline-flex;
	padding-left:10px;
	border-radius: 4px;
    color: #74645c;
}

.head_text{
	display: inline-flex;
}

.find_category,.favorite_set{
	margin-top: 20px;
}

.contents_title{
	padding-bottom: 20px;
    border-bottom: dotted #BEB098 0.2rem;
}

.contents_title h2{
	font-size: 2.5rem;
    color: #74645c;
}

.contents_title_text{
	padding: 30px;
}

@media screen and ( max-width:760px) {

.contents{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.left_content{
	width: 100%;
}

.right_contents{
	width: 100%;
	margin-left: 0px;
}


.contents_title{
	padding-bottom: 0px;
}

.contents_title h2{
	font-size: 2rem;
	padding-left: 10px;
}

.contents_title_text{
	padding: 30px 0;
}

}


/* **************************
  [6]トップバナー 
************************** */

.top_banner_content{
	width: 70%;
	margin-bottom: 10px;
}


.top_banner{
	display: inline-flex;
	vertical-align: top;
}

@media screen and ( max-width:760px) {

.top_banner_content{
	width: 100%
}

}



/* **************************
  [7]業者を探す
************************** */
.search_text{
	font-size: 1.6rem;
	font-weight: 700;
	color: #74645c;
	border-bottom: #b5d569 dotted;
}

.search_area{
	flex-direction: column;
    border-bottom: #b5d569 dotted;
}

.search_area table{
	margin-top: 15px;
	width: 100%;
}

.search_area caption{
	text-align: left;
	margin-bottom: 10px;
	background-color: #a8cce0;
}

.search_area th{
	width: 30%;
	font-weight: 100;
}
.search_area td{
	width: 70%;
}

.search_area select,input{
	width: 100%;
}

.search_button{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 18px;
}

.search_button button{
	width: 100px;
}

/* **************************
  [8]サブバナー
************************** */

.sub_banner_content{
	width: 70%;
}

.sub_banner_content img{
	border-radius: 5px;
}

.sub_banner_upper{
	max-width: 300px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.sub_banner_lower{
	max-width: 300px;
	display: inline-block;
	vertical-align: top;

}

/* **************************
  [9] キャンペーンバナー
************************** */



/* **************************
  [10] カテゴリーから探す
************************** */

.category_set li{
	width: 32%;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top
}

.category_list_r{
	margin-left: 5px;
}

.category_img{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

.category_dis{
	width: 65%;
	display: inline-block;
}

.category_classification{
	display: inline-block;
}

.category_ttl{
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
}

.text_center{
	text-align: center;
}

.wrap_category .btn.category_list {
    padding: 7px 0 6px;
    margin-bottom: 20px;
    width: 17em;
}

.category_list_link{
	text-align: right;
    padding: 5px 0;
	font-size: 1.4rem;
	font-weight: 700;
}

@media screen and ( max-width:760px) {

.category_set li{
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
}

.category_img{
	width: 25%;
	margin-right: 10px;
}

.category_dis{
	width: 65%;
}

}


/* **************************
  [11]人気のカテゴリー
************************** */

.favorite_list{
	display: inline-block;
	width: 32%;
	border:1px solid #eaeaeb; 
	vertical-align: top;
	margin-bottom: 10px;
}

.favorite_list img{
	width: 100%;
}

.favorite_dis{
	min-height: 55px;
}

.favorite_dis p{
	padding: 0 5px;
}

.text_area_link{
	text-align: center;
}

@media screen and ( max-width:760px) {

.favorite_list{
	width: 48%;
}

}

/* **************************
  [12] 新着口コミ
************************** */

.review_img,.review_internal,.review_right,.review_left,.review_prof,.review_name,.review_genre,.star_rate{
	display: inline-block;
}

.review_list{
	margin-top: 10px;
	border-bottom: 1px dotted #BDB8AD;
}

.review_left{
	width: 66%;
}

.review_voice{
	margin-top: 10px;
	min-height: 60px;
	border: lightgray solid 1px;
    border-radius: 10px;
}

.voice_text,.voice_situation{
	padding: 0 5px;
    padding-top: 3px;
}

.voice_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
  }

.review_right{
	width: 33%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}

.review_img{
	width: 10%;
}

.review_internal{
	width: 85%;
}

.trader_charge{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.trader_img{
	width: 66%;
	display: inline-block;
}

.star_late{
	display: inline-block;
}

@media screen and ( max-width:760px) {

.review_left,.review_right{
	width: 100%;
}

.review_right{
	text-align: left;
}

.review_img{
	width: 20%;
}

.review_internal{
	width: 75%;
}

.trader_charge{
	width: 20%;
}

.trader_img{
	width: 40%;
}

}

/* **************************
  [13] スケットマガジン
************************** */
.wrap_column{
	width: 100%;
}

.column_list{
    padding: 12px 0;
    border-bottom: 1px dotted #bcb8ad;
    line-height: 1.3;
}

.column_img{
	width: 28%;
	display: inline-block
}

.column_text{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.column_dis{
	width: 100%;
	word-break: break-all;
}

@media screen and ( max-width:760px) {

.column_img{
	width: 15%;
}

.column_text{
	width: 80%;
}

}

/* **************************
  [14] ログインページ
************************** */

.login_contens{
	margin-top: 20px;
}

.login_wrap{
	display: inline-flex;
	width: 45%;
	margin-bottom: 50px;
}

.login_wrap_r{
	display: inline-flex;
	width: 45%;
	margin-bottom: 50px;
	margin-left: 100px;
}

.rpgin_contens{
	margin-top: 60px;
}

.user_login{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.login_contens h3{
	font-size: 2rem;
	margin-bottom: 20px;
	color: #74645c;
}

.user_login form{
	text-align: center;
}

.login_wrap input{
	width: 100%;
}

.login_form{
	margin-top: 25px;
}

.login_form dl{
	margin: 10px 0;
}

.login_memory{
	margin: 10px 0;	
}

.input_title{
	width: 25%;
	margin-right: 10px;
	display: inline-block;
}

.input_rim_area{
	width: 70%;
	display: inline-block;
}

.login_memory input{
	width: 10%;
	display: inline-block
}

.login_btn{
	margin-top: 20px;
}

.login_btn {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	background: #ede795;
    font-size: 1.5rem;
	font-weight: 600;
	padding: 10px;
    border-radius: 5px;
    box-shadow: grey 0 1px 1px 0;
	color: #74645c;
}

.login_btn_area a {
	width: 100%;
    display: inline-block;
}

.login_lost{
	text-align: center;
}

.login_link{
	text-align: center;
	margin: 30px 0;
}

.login_lost,.login_link{
	margin: 15px 0;
}

.user_new_entry{
	width: 83%;
}

.user_new_entry p{
	margin-top: 10px;
	margin-bottom: 80px;
}

.new_entry_title{
	font-size: 2rem;
}

.new_entry_btn p{
    width: 40%;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	background: #b5d569;
	font-size: 1.5rem;
	font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    box-shadow: grey 0 1px 1px 0;
}

.new_entry_btn a{
	color: #fff
}

@media screen and ( max-width:760px) {

.login_contens h3{
	border-bottom: #f5f0d6 solid;
}

.login_wrap,.login_wrap_r,.user_new_entry{
	width: 100%;
}

.login_wrap_r{
	margin-left:0px;
}

.login_form dt,.login_memory,.login_lost,.address_lost{
	display: none;
}

.input_rim_area{
	width: 100%;
}

.input_rim input{
	line-height: 30px;
	border-radius: 8px;
}

.user_new_entry p{
	margin-bottom: 0px;
}

}

/* **************************
  [15] カテゴリー一覧ページ
************************** */
.category_box label{
	font-size: 2rem;
	font-weight: 600;
	border-bottom: solid 0.1rem #b5d569;
}

.accshow{
	margin-top: 20px;
}


.accshow li{
	width: 41%;
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 50px;
	background: url("/images/pc/all_category.png") no-repeat;
}

.category_box input{
	visibility: hidden;
}


@media screen and ( max-width:760px) {
/*ボックス全体*/
.category_box {
	margin: 2em 0;
	padding: 0;
	max-width: 400px;/*最大幅*/
}

.accshow{
	margin-top: 0px;	
}

.accshow li{
	width: 100%;
	margin-left: 0px;
}

.accshow h4{
	background: #f4f3f6;
}

/*ラベル*/
.category_box label {
	display: block;
	margin: 1.5px 0;
	padding : 13px 12px;
	color: #87bfc1;
	font-weight: bold;
	background: #f5f0d6;
	cursor :pointer;
	transition: all 0.5s;
}

/*アイコンを表示*/
.category_box label:before {
	content: '\f054';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*ラベルホバー時*/
.category_box label:hover {
	background :#ede795;
}

/*チェックは隠す*/
.category_box input {
	display: none;
}

/*中身を非表示にしておく*/
.category_box .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}

.category_box .accshow p {
	margin: 5px 0;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content: '\f078';
}

}

/* **************************
  [16] カテゴリー詳細ページ
************************** */

.category_description{
	margin-top: 20px;

}

.category_description h3{
	font-size: 2rem;
	border-top: dotted #b5d569;
    border-bottom: dotted #b5d569;
	background-color: #eef2ef;
}

.category_about p,.category_merit p{
	padding: 10px;
}

.category_about,.category_merit{
	margin-bottom: 30px;
}

.flow_step{
	font-size: 1.8rem;
	font-weight: 700;
	color: #b0dbd4;

}

.category_market_price{
	margin: 20px;
}

.market_price_table{
	width: 100%;
}

.market_price_table tbody{
	line-height: 40px;
}

.market_price_table th{
	background: #f8f8f8;
    border: solid 1px #d5d4d4;
} 

.market_price_table td{
	border: 1px solid #ddd;
	padding: 0 10px;
}


.search_form{
	height: 100px;
    text-align: center;
    background-color: lightcoral;
}

/*-- 事業者一覧 --*/


.trader_contents{
	display: inline-flex;
	vertical-align: top;
}

.trader_wrap{
	border: solid 0.1rem lightgray;
    padding: 2px;
}

.trader_left{
	width: 25%;
	display: inline-block;
    vertical-align: top;
	margin-right: 30px;
	flex-direction: column;
    order: -1;
}

.trader_list{
	display: inline-flex;
	width: 69%;
	flex-direction: column;
    order: 0;
}

.trader_wrap{
	margin-bottom: 40px;
}

.trader_relevant{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 40px;
}

.trader_title{
	background-color: #87bfc1;
}

.trader_about{
	background-color: #b0dbd4;
	text-shadow: 0px 1px 0px #fff;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: solid 0.1rem #fff;
}

.trader_name{
	width: 70%;
	vertical-align: top;
	font-size: 2.1rem;
	display: inline-block;
}

.trader_status{
	display: inline-block;
    width: 25%;
    text-align: right;
}

.trader_pct{
	width: 60%;
	display: inline-block;
}

.trader_option{
	width: 39%;
	display: inline-block;
	vertical-align: top;
}

.trader_option ul{
	text-align: center;
}


.trader_option li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #5464;
	border-radius: 10px;
	font-size: 0.7vw;
	margin: 3px 0;
}

.trader_business{
	display: inline-block;
	width: 63%;
}

.trader_business p{
	font-size: 1.6rem;
}

.trader_time p:before{
	content: url("/images/pc/trader_time.png");
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-right: 3px;
}

.trader_area p:before{
	content: url("/images/pc/trader_marker.png");
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-right: 3px;
}

.trader_price{
	display: inline-block;

}

.trader_price p{
	font-size: 3rem;
	font-weight: 700;
}

.trader_text{
	margin-bottom: 10px;
	border-top: dotted 0.1rem #beb098;
}

.trader_ather_category{
	padding: 3px;
}

.trader_ather_category dt{
	font-size: 1.6rem;
    font-weight: 700;
}

.trader_ather_category dd{
	display: inline-block;	
}

.trader_ather_category dd + dd ::before{
	content: "/";
	margin: 0 5px;
}

.trader_details_link{
	background-color: #87bfc1;
    text-align: right;
}

.trader_details_link a{
	background-color: #ede795;
    padding: 10px;
	margin-right: 20px;
	border-radius: 10px;
}

.trader_article_list{
	margin: 20px;
}

/*-- 都道府県から探す--*/

.trader_search_area{
	margin-bottom: 50px;
}

.search_area_box label{
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: solid 0.1rem #b5d569;
}


.search_area_accshow{
	background-color: #EFFFC1;
	margin-top: 10px;
}


.search_area_accshow li{
	display: inline-block;
	padding-left: 25px;
}

.search_area_box input{
	visibility: hidden;
}

@media screen and ( max-width:760px) {

.trader_contents{
	flex-direction: column;
}

.trader_list{
	width: 100%;

}

.trader_pct,.trader_option{
	width: 100%;
}

.trader_option li{
	font-size: 3.7vw;
}

.trader_business{
	width: 100%;
}

.trader_business p{
	font-size:1.2rem;
}

.trader_price p{
	font-size: 2.5rem;
}

.trader_text p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.trader_left{
	width: 100%;
	order: 1
}

.trader_ather_category{
	margin-bottom: 10px;
}

.trader_article_list{
	margin: 10px
}

.trader_article_list li{
	margin-bottom: 10px;
}

	/*ボックス全体*/
.search_area_box {
	margin: 2em 0;
	padding: 0;
	max-width: 400px;/*最大幅*/
}

.search_area_accshow{
	margin-top: 0px;	
}

.search_area_accshow li{
	width: 100%;
	margin-left: 0px;
	padding: 5px 0;
    border-bottom: lightgray solid 0.1rem;
}

.search_area_accshow h4{
	background: #f4f3f6;
}

/*ラベル*/
.search_area_box label {
	display: block;
	margin: 1.5px 0;
	padding : 13px 12px;
	color: #87bfc1;
	font-weight: bold;
	background: #f5f0d6;
	cursor :pointer;
	transition: all 0.5s;
}

/*アイコンを表示*/
.search_area_box label:before {
	content: '\f054';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*ラベルホバー時*/
.search_area_box label:hover {
	background :#ede795;
}

/*チェックは隠す*/
.search_area_box input {
	display: none;
}

/*中身を非表示にしておく*/
.search_area_box .search_area_accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .search_area_accshow {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}

.search_area_box .search_area_accshow p {
	margin: 5px 0;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content: '\f078';
}

}

/* **************************
  [17] サービス詳細
************************** */

.contents_margin{
	margin-bottom: 30px;
}

.text_padding{
	padding: 10px;
}

.service_images{
	width: 45%;
	display: inline-block;
}

.service_summary{
	width: 54%;
	display: inline-block;
	vertical-align: top;
}

.service_summary .trader_option{
	width: 49%;
}

.service_overview{
    width: 50%;
	display: inline-block;
}

.service_overview p{
	font-size: 2rem;
}

.service_star{
	display: inline-block;
}

.service_score{
	display: inline-block;
}

.service_icons{
	display: inline-block;
}

.service_text_price{
	margin: 10px;
    text-align: right;
}

.service_text_price p{
	font-size: 3rem;
}

.service_text_price span{
	font-size: 2rem;
}

.form_button{
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.service_summary .form_button{
	text-align: right;
}

.form_button a{
	background: darkorange;
    padding: 10px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 3px 0 0 #c8580d;
    border-radius: 5px;
}

.service_navi{
	margin: 10px 0;
}

.service_navi li{
	width: 15%;
	display: inline-block;
	background: #ede795;
	text-align: center;
    padding: 5px;
    margin: 2px;
}

.price_list{
	width: 45%;
	display: inline-block;
}

.step_wrap{
	width: 100%;
	display: inline-block;
}

.step_icon,.step_text{
	display: inline-block;
	vertical-align: middle;
}

.step_icon{
	width: 10%;
}

.step_title p{
	font-size: 2rem;
    font-weight: 600;
}

.shop_img{
	width: 100px;
	display: inline-block;
	border-radius: 30px;
	vertical-align: middle;
}

.shop_text{
	display: inline-block;
}

.shop_represen table{
	width: 100%;
	margin: 20px 0;
}

.shop_represen tr{
	text-align: left
}

.shop_represen th{
	width: 25%;
	padding: 10px 0;
	border-top: solid 0.2px #beb098;
}

.shop_represen td{
	border-top: solid 0.2px #beb098;
}

.shop_represen .town{
	display: inline-block;
}

.shop_represen .town::after{
	content: "/";
}

.service_other_img{
	width: 25%;
	display: inline-block;
}

.service_other_text{
	width: 74%;
	display: inline-block;
}

@media screen and ( max-width:760px) {

.service_images,.service_summary,.service_overview,.service_summary .trader_option{
	width: 100%;
}

.service_navi li{
	width: 100%;
}

.price_list{
	width: 100%;
}

.price_list caption{
	text-align: left;
    font-weight: 600;
    font-size: 1.8rem;
}

.price_list tbody{
    font-size: 1.6rem;
}

.step_wrap{
	margin-bottom: 10px;
	min-height: 100px;
}

.step_icon{
	width: 18%;
}

.step_text{
	width: 80%;
}
}



/* **************************
  [18] SUKETとは
************************** */
.about_contens{
	margin: 0 10px;
}

.about_buttom{
	margin-bottom: 50px;
	background: #f9f8f7;
}

.about_contents p{
	font-size: 1.8rem;
}

.about_head{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}	

.about_head span{
	border-bottom: #74645c solid 0.1rem;
}

.about_text{
	text-align: center;
}

.feature_wrap{
	text-align: center;
}

.feature_list{
	width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
}

.feature_list h3{
	font-size: 1.8rem;
}

.feature_list_title{
	margin: 10px;
}

.feature_list_text{
    padding: 10px;
}

.about_head_image{
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}

.about_phrase{
	background: #fcf1d9;
    padding: 20px;
    border-radius: 20px;
}

.about_flow_list{
	width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 25px;
}


.about_reviwer .about_text{
    width: 46%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.about_text span{
	font-size: 2.5rem;
	font-weight: bold;
}

.about_reviwer_img{
	display: inline-block;
    width: 46%;
    margin-left: 50px;
}

.about_qa_list{
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.about_quetcion span{
	background: url(/images/pc/icon_question.png) no-repeat;
	padding-left: 60px;
	display: table-cell;
    height: 50px;
    vertical-align: middle;
}

.about_answer span{
	background: url(/images/pc/icon_answer.png) no-repeat;
	padding-left: 60px;
	display: table-cell;
    height: 50px;
	vertical-align: middle;
}

.about_answer{
	margin-bottom: 20px;	
}

@media screen and ( max-width:760px) {
	.about_buttom{
		background: #fff;
	}

	.about_head_image{
		width: 100%;
	}

	.feature_list{
		width: 39%;
		margin: 10px 15px -30px 15px;
	}

	.about_head{
		width: 100%;
	}

	.about_flow_list{
		width: 85%;
	}

	.about_reviwer .about_text{
		width: 100%;
		padding: 0px;
	}

	.about_reviwer_img{
		width: 100%;
		margin-left: 0px;
	}

	.about_qa_list{
		font-size: 1.5rem;
	}
	.about_quetcion{
		margin-bottom: 10px;
	}

}



/* **************************
  [19] フッター
************************** */

footer {
	background: #eef2ef;
	position: relative;
}

.footer_content{
	padding-top: 20px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.menu_category{
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.menu_category a{
	color: #74645c;
	font-weight: 600;
}

.menu_category li{
	margin-bottom: 5px;
	border-bottom: dotted #beb098 0.2rem;
}

.menu label{
	font-weight: 700;
}

.menu input{
	visibility: hidden;
}

.footer_link{
	margin-top: 20px;
}

.footer_link li{
	margin-right: 20px;
}

.footer_link a{
	color: #74645c;
    font-weight: 600;
}

.footer_title{
	border-bottom: solid #beb098 0.1rem;
	margin-bottom: 10px;
}

.footer_list{
	display: inline-flex;
    margin-top: 10px;
}

.wrap_copyright{
	text-align: center;
	background-color: #f4f3f6;
	margin-top: 20px;
}

.sp_only{
	display: none;
}


@media screen and ( max-width:760px) {

.pc_only{display: none;}
.sp_only{display: inline-block;}

.contents div {
    vertical-align: top;
}

.footer_content{
	padding-top: 0px;
}

.menu {
	margin: 0 auto;
	padding: 0;
}

.menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	line-height: 1;
}

.menu_category{
	width: 100%;
	display: block;
	margin-left: 0px;
}

.menu_category li {
    margin-bottom: 0px;
    border-bottom: none;
}

.footer_list{
	display: flex;
	flex-direction: column;
}

.footer_list li{
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	border: solid 0.1rem #eef2ef;
}

.footer_link li{
	margin-right: 0px;
}

.menu label {
	display: block;
	margin: 0 0 2px 0;
	padding :12px;
	line-height: 1;
	color :#fff;
	background :#87bfc1;
	cursor :pointer;
}

.menu_category input {
	display: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	background :#f4f4f4;
	list-style: none;
}

.menu li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li {
	max-height: 46px;
	opacity: 1;
	border-bottom: dotted #beb098 0.1rem;
}

}