@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

/*リヴァシスについて*/
.reva01_01>ul,
.reva04_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.reva01_01>ul>li:nth-child(1){
	width:100%;
	padding:0 0 2em 0;
	box-sizing: border-box;
}

.reva01_01>ul>li:nth-child(2){
	width:100%;
}

.reva04_01>ul>li:nth-child(1){
	width:100%;
	padding:0 0 2em 0;
	box-sizing: border-box;
}

.reva04_01>ul>li:nth-child(2){
	width:100%;
}

/*2つの買い取り方法*/

.meth01_01btn a{
	display: block;
	color:#FFFFFF;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	background:#009139;
	margin:1em auto;
	width:80%;
	font-size: 100%;
	max-width: 385px;
	padding:1em 1.5em;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;

}
.meth01_01btn a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.stor02_01title{
	border:#009139 5px solid;
	border-radius: 10px;
	background: #FFFFFF;
	padding:1em;
	box-sizing: border-box;
}

/*流れ*/

.flow01_00{
	width:100%;
	margin:0 auto 1em;
	background:#FFFFFF;
	border-radius: 20px;
	padding:1em 3em;
	box-sizing: border-box;
}

.flow01_00>ul>li{
	padding:0.2em 0.5em;
	margin:0 0 0.5em;
	display:block;
}

.flow01_00>ul>li a{
	padding:0 1.5em 0 2em;
	color:#000000 !important;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-decoration: none;

}

.flow01_00>ul>li a:hover{
	color:#004221!important;
}

.flow01_00>ul>li a::after{
	content: '';
	background: url("../img/sub/flow_icon_arrow.svg") no-repeat;
	background-size: contain;
	width:22px;
	height:22px;
	position: absolute;
	top: 50%;
	left:0.8em;
	transform: translate(-50%,-50%);
}


.flow01_01>ul>li{
	border:#e6e6e6 4px solid;
	padding:2em;
	margin:-4px 0 4em 0;
	box-sizing: border-box;
	background: #FFFFFF;
	position: relative;
	border-radius: 20px;
}

.flow01_01>ul>li::after{
	content: '';
	position: absolute;
	background:#e6e6e6;
	width:4px;
	height:4em;
	top: 100%;
	left:calc(50% - 2px);
}

.flow01_01>ul>li:last-child::after{
	background:none;
}

.flow01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.flow01_01>ul>li>dl>dt{
	width: 20%;
	margin: -4em auto 1em 0em;
}
.flow01_01>ul>li>dl>dd{
	width:100%;
}

/*スタッフ*/
.staff01_01 .top03_01>ul{
	justify-content: flex-start;
}

.staff01_01 .top03_01>ul>li{
	margin-bottom:4em;
}

/*LINE*/

.line02_01{
	width:80%;
	margin:0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	padding:2em;
	box-sizing: border-box;
}

.line_step{
	width:50%;
	margin:0;
}

.line03_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.line03_01>ul>li:nth-child(1){
	width:100%;
	padding:2em 0 0 0;
	box-sizing: border-box;
	order: 2;
}

.line03_01>ul>li:nth-child(2){
	width:100%;
	order: 1;
}


/*よくある質問*/


.qa01_01title span{
	display: inline-block;
	background:#009139;
	padding:0.8em 2em;
	color:#FFFFFF;
	font-weight: bold;
	border-radius: 50px;
}

.qa01_01 {
	width: 100%;
	margin: 0 auto;
}

.qa01_01>ul>li {
	background: #FFFFFF;
	border: #000000 2px solid;
	border-radius: 20px;
	margin: 0 0 1.5em;


}

.qa01_01>ul>li>a {
	display: block;
	width: 100%;
	padding: 1.5em 3em 1.5em 1.5em;
	;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	border-radius: 20px;
}

.qa01_01>ul>li>ul>li {
	border-radius: 0 0 20px 20px;
	background: #f4f4f4;
}

.qa01_01>ul>li>a.active {
	border-radius: 20px 20px 0 0;
}

.qa01_01>ul>li>ul>li>dl {
	width: 100%;
	box-sizing: border-box;
	padding: 1em 5%;
}

.qa01_01 .toggle>dl,
.qa01_01 .toggle_a>dl {
	display: table;
}

.qa01_01 .toggle>dl>dt,
.qa01_01 .toggle_a>dl>dt {
	display: table-cell;
	width: 7%;
}

.qa01_01 .toggle>dl>dd,
.qa01_01 .toggle_a>dl>dd {
	display: table-cell;
	width: 93%;
	padding: 0 0 1em;
	box-sizing: border-box;
}

.qa01_01 .inner>li {
	padding: 1em 2em;
	box-sizing: border-box;
}

.child {
	display: none;
}

.qa01_01>ul>li>a::after {
	content: '';
	background: url("../img/sub/faq_plus.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}

.qa01_01>ul>li>a.active::after {
	content: '';
	background: url("../img/sub/faq_mainasu.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}


/*会社概要*/

.abou01_01>ul>li{
	padding:2em 0.5em;
	box-sizing: border-box;
	border-bottom:#E6E6E6 2px solid;
}

.abou01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.abou01_01>ul>li>dl>dt{
	width:25%;
}
.abou01_01>ul>li>dl>dd{
	width:75%;
	padding: 0 0 0 2em;
	box-sizing: border-box;
}

/*法人買取*/

.corp01_01 .pan_block{
	width:90%;
	max-width: 1200px;
	margin:0 auto;
}

.corp01_01 .pan_block .sub00{
	position: absolute;
}

.corp01_01block{
	background:#FFFFFF;
	border:20px;
	padding:0;
	border-radius: 20px;
}

.corp01_01text{
	padding: 1.5em 2.5em;
	box-sizing: border-box;
	
}

.corp06_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.corp06_01>ul>li{
	width:100%;
	margin:0 0 2em;
}

.corp07_01tel{
	width:100%;
	margin:0 auto;
}

.rema01_01{
	background:#FFFFFF;
	border-radius: 20px;
	padding: 1em;
	box-sizing: border-box;
}

.rema07_01{
	border:#009139 5px solid;
	border-radius: 20px;
	background: #FFFFFF;
}


/*========================
	マップ
========================*/

.map_block_sub {
	position:relative;
	padding-bottom: 70%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block_sub iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
/*お問い合わせ*/

.cont01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.cont01_01>ul>li{
	width:100%;
	margin:0 auto 2em;
}
.cont01_01title{
	position: relative;
	padding:0 0 0 90px;
}

.cont01_01title::before{
	content: '';
	background: url("../img/sub/cont_03.svg") no-repeat;
	background-size: contain;
	width:70px;
	height:30px;
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translate(-50%,-50%);

}

.cont01_01pdf a{
	position: relative;
	display: inline-block;
	padding:0 2.5em 0 0;
}

.cont01_01pdf a::after{
	content: '';
	background: url("../img/sub/icon_pdf.svg") no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

/*========================
	メールフォームテンプレ
========================*/

.Box1,
.Box2{
	display: none;
}


.mail01_01 dl{
	padding:0.5em 0;
}

.mail01_01 dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0;
	font-size: 110%;
	color:#004221;
	float:none;
	font-weight:bold;
}

.mail01_01 dd{
	width:98%;
	margin:0 1%;
	float:none;
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:#CACACA 4px solid;
	border-radius: 18px;
	padding:1em;
    font-size:16px;
	margin:0.5em 0;
	width:100%;
}


input.text_min,
select.text_min{
	width:42%;
}
input.text_middle{
	width:62%;
}

.mail01_02{
    width:100%;
	margin:0 auto;
}
.mail01_02 input{
    width:auto;
	max-width:100%;
	margin:0 auto;
}

input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
input[type=radio] {
margin:0.5em;
  transform: scale(1.5);
}

::placeholder{
  color:#ccc
}

.mail01_01title>ul{
	display: inline-flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}

.mail01_01title>ul>li{
	padding:0 0.5em;
}

.hissu{
	display: inline-block;
	background:#c1272d;
	border-radius:0;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 0 0.8em;
	padding:0.2em 1em;
	line-height: 1.4;
	font-weight: bold;
	color:#FFFFFF;
}
.ninni{
	background:#B3B3B3;
	padding:0.1em 1em;
	color:#FFFFFF;
}

.mail01_01pick p{
	display: inline-block;
	background:#00913a;
	border-radius:0;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 0 0.8em;
	padding:0.5em 1.5em;
	line-height: 1.4;
	font-weight: bold;
	color:#FFFFFF;
}

.mail01_01pick_02 select,
.mail01_01pick_02 input{
	border:#00913a 4px solid;
}


.mail01_01_clu2>ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.mail01_01_clu2>ul>li:nth-child(1){
	width:42%;
	margin:0 2% 0 0;
}
.mail01_01_clu2>ul>li:nth-child(2){
	width:54%;
	margin:0 2% 0 0;
}

::placeholder{
  color:#AAAAAA;
}


input[type="submit"] {
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	height: 100%;
	margin: 1em auto 0;
	display: block;
	border-radius: 50px;
	padding:1.5em;
	background:#006837;
	border:#006837 1px solid;
	position: relative;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="submit"]:hover{
	background:#FFFFFF;
	color: #006837;
}
.attachment label {
 /* ボタン部分の見た目（任意） */
 display: inline-block;
 position: relative;
 background: #666;
 color:#fff;
 font-size: 16px;
 padding: 10px 18px;
 border-radius: 4px;
 transition: all 0.3s;
}
.attachment label:hover {
 background: #888;
 transition: all 0.4s;
}
.attachment label input {
 /* 今回のポイント */
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
cursor: pointer;
}
.attachment .filename {
 font-weight: 16px;
 margin:0 0 0 10px;
}



.corp07_01 input.text_min,
.corp07_01 input.text,
.corp07_01 input.text_middle,
.corp07_01 select.text,
.corp07_01 select.text_min,
.corp07_01 textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	border-radius: 50px;
	padding:1em;
    font-size:16px;
	margin:0.5em 0;
	width:100%;	
}

.corp07_01 input[type="submit"] {
	background:#ff7b22;
	margin:0 auto;
	border-radius:50px;
	padding:1em;
	height: auto;
	border:#ff7b22 1px solid;
}

.corp07_01 input[type="submit"]:hover{
	color: #ff7b22;
	background: #FFFFFF;
	
}


.cv_block input[type="submit"] {
	background:#006837;
	margin:0 auto;
	border-radius:50px;
	padding:1em;
	height: auto;
	border:#006837 1px solid;
}

.cv_block input[type="submit"]:hover{
	color: #006837;
	background: #FFFFFF;
	
}

	

.cv_block input.text_min,
.cv_block input.text,
.cv_block input.text_middle,
.cv_block select.text,
.cv_block select.text_min,
.cv_block textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:#000000 2px solid;
	border-radius: 18px;
	padding:1em;
    font-size:16px;
	margin:0.5em 0;
	width:100%;
}


.top01_02select_block{
	position: relative;
	box-sizing: border-box;
}
.top01_02select_block::after{
	content: '';
	background: url("../img/cms/recr_icon_01.svg")no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
	width:11px;
	height:5px;
	top: 55%;
	right: 0.7em;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

.top01_02select_block select,
.top01_02select_block input {
	cursor: pointer;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */

}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	
/*リヴァシスについて*/

.reva01_01>ul>li:nth-child(1){
	width:50%;
	padding:0 2em 0 0;
}

.reva01_01>ul>li:nth-child(2){
	width:50%;
}
	
.reva04_01>ul>li:nth-child(1){
	width:60%;
	padding:0 2em 0 0;
}

.reva04_01>ul>li:nth-child(2){
	width:40%;
}
	
/*流れ*/

.flow01_00{
	padding:1em ;
}

.flow01_00>ul>li{
	padding:0.2em 0;
	display: inline-block;
}
	
.flow01_00>ul>li a::after{
	content: '';
	background: url("../img/sub/flow_icon_arrow.svg") no-repeat;
	background-size: contain;
	width:32px;
	height:32px;
	position: absolute;
	top: 50%;
	left:0.8em;
	transform: translate(-50%,-50%);
}
	
.flow01_01>ul>li>dl>dt{
	width:15%;
	margin: 0;
}
.flow01_01>ul>li>dl>dd{
	width:85%;
}
	
	
/*LINE*/
	
.line02_01{
	width:50%;
}
	
.line03_01>ul>li:nth-child(1){
	width:50%;
	padding:0 2em 0 0;
	order: 1;
}

.line03_01>ul>li:nth-child(2){
	width:50%;
	order: 2;
}
	
	
	
/*無料相談*/
.cont01_01>ul>li{
	width:45%;
	margin:0 auto 2em;
}
	
.cont01_01title{
	padding:0 0 0 120px;
}

.cont01_01title::before{
	content: '';
	background: url("../img/sub/cont_03.svg") no-repeat;
	background-size: contain;
	width:105px;
	height:40px;
	position: absolute;
	top: 50%;
	left: 2.5em;
	transform: translate(-50%,-50%);

}
	
	
/*よくある質問*/

.qa01_01>ul>li>a::after {
	content: '';
	background: url("../img/sub/faq_plus.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%, -50%);
}

.qa01_01>ul>li>a.active::after {
	content: '';
	background: url("../img/sub/faq_mainasu.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%, -50%);
}

/*法人買取*/
	
.corp06_01>ul>li{
	width:48%;
	margin:0 1% 3em;
}
	
.corp07_01tel{
	width:59%;
}
	
/*=========================
	メールフォームテンプレ
==========================*/
/*メールフォーム*/

.mail01_01 dl{
	padding:0.5em 0;
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.mail01_01 dt{
	padding:0;
	font-weight: bold;
	width:23%;

}
.mail01_01 dd{
	width:75%;
}
	
input.text_min,
input.text,
input.text_middle,
select.text,
select.text_middle,
select.text_min,
textarea.text{
	padding:1.5em;
}

input.text,
select.text,
textarea.text{
	width:100%;
}
	

.mail01_02{
	width:75%;
	margin:0 0 0 25%;
}


input.text_middle,
select.text_middle{
	width:55%;
}

input.text_min,
select.text_min{
	width:25%;
}
	
.mail01_02 input {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    max-width: 450px;
    margin: 0 ;
}
input[type="submit"] {
	margin: 1em 0 0;
}
	
	
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1024px) {
/**** メインコンテンツ　****/ 

/*法人買取*/
.corp06_01>ul>li{
	width:31%;
	margin:0 1% 2em;
}

}


/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {
/**** メインコンテンツ　****/ 

/*法人買取*/
.corp06_01>ul>li{
	width:23%;
	margin:0 1% 1em;
}

}
