@charset "utf-8";


/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(slide.css);


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #333;	/*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
    font-size: 16px;	/*文字サイズ*/
    line-height: 2;		/*行間*/
    background: #fff;	/*背景色*/
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: auto;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: auto;
    font-size: 100%;
    font-weight: normal;
    width: auto;
    height: auto;
}
#main ol li {
    padding-bottom: 10px;
    margin-left: 10px;
}
#contents-in #main .faq li {
    position: relative;
    padding-left: 20px;
    line-height: 20pt;
}

 .faq li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0A51B5;
  }
  
 


ol.hoge li {
    position: relative;
    list-style-type: none;
 
    list-style-position: inside;
    padding-left: 0px;
    margin-bottom: -5px;
}

ol.hoge li:before {
    position: absolute;
    right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
    content: "(" counter(list-item) ")";
}


.a_category_box3 .a_category_title2 h5 img {
    text-align: right;

}






.inner h1 {
    font-size: 12px;
    clear: right;
    margin-top: 0px;
}

ul {
    list-style-type: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}




#contents-in #main #gengaku {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 100px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}




.a_txt_area_dotline ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    text-indent: -1.5em;
    padding-left: 1em;
    margin-left: 10px;
}





.title_txt {
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}

img {
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: auto;
    float: left;
    border-width: medium;
}



.attention_box {
    width: 90%;
    background-color: #EC0408;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: large;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    float: none;
    min-height: 150px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}

.attention_em {
    background-color: #FDF600;
    color: #EC0408;
    float: left;
    font-size: medium;
    padding-left: 5px;
}

#main .attention_box img {
    margin-right: 10px;
    width: 15%;
    height: auto;
    padding-right: 40px;
    padding-left: 10px;
    float: left;
    clear: left;
}

#main .attention_box em {
    background-color: #F4F31F;
    color: #EC0408;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}
#main .attention_box strong {
    font-weight: normal;
    font-size: xx-large;
    color: #F4F31F;
}




/*検索
---------------------------------------------------------------------------*/
#search_m {
  display: none;
 }

#search_pc {
  display: inherit;
 }




.a_space_top_under_s {
    padding-top: 5px;
    padding-bottom: 5px;
}

.a_space_top_under_m {
    padding-top: 10px;
    padding-bottom: 10px;
}
.a_img_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}


.a_space_under_s {
    padding-bottom: 5px;
}



.a_step_img {
    width: 8%;
    padding-right: 30px;
    float: left;
}
.a_photo {
    width: 180px;
    float: left;
    padding-right: 10px;
}







#main .news.pc img {
    margin-bottom: 10px;
}


#new .sp img {
    margin-bottom: 10px;
}

.card img {
    padding-right: 5px;
    width: 10%;
}


.inner #tel2 img {
    float: left;
    padding-right: 5px;
    margin-top: 0px;
    vertical-align: middle;
}
.a_txt_area_dotline img {
    margin-right: 10px;
    margin-bottom: 10px;
    height: 50px;
}

.inner #tel2 {
    float: right;
}


.cp_card img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    float: left;
    width: 100%;
    float: none;
    right: auto;
    font-size: medium;
    padding-left: auto;
    padding-right: autoS;
}

#sub .box1 p {
    font-size: small;
    line-height: 20px;
}




h4{
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;/* Webkit */
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 0px;
    -pie-background: linear-gradient(top,  #fff,  #eee);  /* ie */
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

#main h4::first-letter {
    border-left: 25px solid #cccccc;	/*左の線の幅、線種、色*/
    padding-left: 15px;				/*線とテキストとの余白*/
}

h4 span {
  border-left:5px #a6956f solid;
  padding-left:10px;
}


table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 5;
    table-layout: fixed;
    text-align: center;
}
table.step th,
table.step td{ 
      width:100%;

  display:block;
}


.step_img{
    width: 70%;
    clear: both;
    float: none;
  }
.a_step_img2{
    width: 70%;



    
}
    


iframe {width: 100%;}


tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;

}
tr td em {
    font-size: x-large;
    color: #0033FF;
    font-weight: bold;
}
table#step tr td {
    border-bottom: 1px dotted #ADACAC;
}







video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #333;		/*リンクテキストの色*/
    transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    text-decoration: none;
}
a:hover {
    color: #C4C4C4;			/*マウスオン時の文字色*/
    text-decoration: none;
}




.a_txt_area_map .no_title a {
    margin-left: 0.
	text-indent: -1.4em;
}
ul .faq li {
}



/*inner共通
---------------------------------------------------------------------------*/
.inner {
    max-width: 1366px;	/*サイトの最大幅*/
    margin: 0 auto;
    width: auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    background: #FFFFFF;			/*高さ*/
    color: #000000;		/*文字色*/
    height: 100px;
}
header a {
	color: #fff;	/*リンクテキストの文字色*/
}
/*ロゴ画像*/
header #logo {
    float: left;
    /* width: 500px; */
    margin-bottom: 10px;
    margin-top: 10px;
}


/*サブメニュー*/

#header_list {
    margin-top: 30px;
    text-decoration: none;
    float: right;
}

#header_list ul li {
    margin-right: 20px;
    list-style-position: inside;
    display: inline-block

}

#header_list ul li a {
    color: #030303;
    text-decoration: none;
}
#header_list ul li img {

    co
    margin-right: 5px
    padding-right: 5px;
    margin-right: 5px;
}

/*メニュー
---------------------------------------------------------------------------*/
#mainimg2 {
	display: none;	/*非表示にする*/
}
/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
    clear: both;
    height: 40px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
    text-align: center;	/*下線の幅、線種、色*/
    line-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    }

/*メニュー１個あたりの設定*/


#menubar li {
    float: left;	/*左に回り込み*/
    /* width: 14.2%; */
    width: 16%;
}
#menubar li a {
    text-decoration: none;
    display: block;	/*行間を少し狭く*/
    color: #000000;		/*文字色*/
    height: 30px;		/*高さ*/
    padding-top: 10px;	/*上に追加する余白*/
    border-right: 1px solid #CCCCCC;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 25px;
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
    border-left: 1px solid #CCCCCC;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
    border-bottom-width: 3px;
    color: #000000;

}



/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}



/*スマホメニュー+ハンバーガー
---------------------------------------------------------------------------*/
/* 位置を右上に固定 */
#

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
    clear: both;
    overflow: hidden;
    padding-top: 20px;		/*上に空けるボックス内の余白*/
    padding-bottom: 40px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
    float: left;	/*左に回り込み*/
    width: 100%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
    float: right;	/*右に回り込み*/
    width: 100%;		/*ブロックの幅*/
}
#form_thanks {
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.voice_frame {
    width: 100%;
    height: 270px;
    border-width: 0px;
}
.voice_frame p {
    margin-top: 10px;


}

.voice_frame img  {
    width: 40%;
}


section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.point_no {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #009933;
    padding-top: 10px;
    color: #FFFFFF;
    margin-right: 10px;
    border-radius: 20px;
    font-size: large;
    padding-bottom: 5px;
}
.point_title {
    font-size: x-large;
    color: #009933;
    font-weight: bold;
    clear: none;
    line-height: 27px;
    margin-top: 10px;
    border-bottom: 1px dotted #009933;
    margin-bottom: 10px;
}



.frame_6point {
    width: 31%;
    border: 3px solid #009933;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    float: left;
    margin-top: 15px;
    font-weight: bold;
    font-size: large;
    line-height: 25px;
    padding-top: 10px;
    margin-left: 10px;
    background-color: #FFF27C;
}
.frame_6point strong {
    color: #E80404;
}







/*mainコンテンツのh2タグ設定*/
#main h3 {
    position: relative;
    padding: 0.5em 0.75em;
    border-left-width: 2.5em;
    border-bottom: 2px solid #27ACD9;
    border-left: solid 2.5em #27acd9;
    margin-bottom: 20px;
    font-size: x-large;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 20px;
}

/*h2タグの１文字目への追加設定*/
#main h3:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 200;
    color: #fff;
    padding: 0;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: larger;
}


.a_space_top_wide {
    margin-top: 20px;
}






/*mainコンテンツのh3タグ設定*/
#main h2 {
    clear: both;
    padding-right: 20px;
    padding-left: 20px;	/*上下、左右への余白*/
    font-size: xx-large;		/*枠線の幅、線種、色*/
    text-align: center;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    background: linear-gradient(transparent 60%, #c8f1ff 60%);
    margin-bottom: 30px;
}

/*mainコンテンツの段落タグ設定*/
#main .cp_card p {
    padding: 0px 20px 5px;	/*上、左右、下への余白*/
    line-height: 25px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


}



/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}


#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#contents-in #main p {
    padding-bottom: 10px;
    margin-left: 20px;
    height: auto;
}

#main section + section {
	margin-top: 30px;
}




/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
    float: left;	/*左に回り込み*/
    width: 20%;	/*ブロックの幅*/
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;
}

#nav-content {
    display: none;
}

/*買取画像1を表示させない*/
.list-sub2{
	display: none;
}
/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
    text-align: left;		/*文字をセンタリング*/
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-bottom: 1pt dotted #778899;
    border-left-width: 1px;
    border-right-width: 1px;	/*枠線の幅、線種、色*/
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 8px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}





/*段落タグ（p）設定*/
#sub p,
#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
    margin-bottom: 10px;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;		/*メニューブロックの下にあけるスペース*/
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
    text-decoration: none;
    padding: 7px 10px 0;	/*上下、左右のボックス内の余白*/
    height: 2.3em;		/*上の線を消す設定*/
    display: block;
    /* width: 216px; */
}
/*h2タグにsubmenuが続いた場合にsubmenuの上の線を消す*/
#sub h2 + .submenu, #side h2 + .submenu {
	border-top: none;
}

/*PC用sub,sideコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list-sub {
	position: relative;overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;					/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;					/*文字サイズ*/
}
.list-sub a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.list-sub a:hover {
	background: #fff;	/*背景色*/
}
/*h4タグ*/
.list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
}
/*段落(p)タグ*/
.list-sub p {
	padding: 0 !important;
}
/*画像*/
.list-sub figure {
	width: 30%;			/*30画像の幅*/
	float: left;		/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*モバイル用sub,sideコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list-sub2 {
	position: relative;overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;					/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;					/*文字サイズ*/
}
.list-sub2 a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.list-sub2 a:hover {
	background: #fff;	/*背景色*/
}
/*h4タグ*/
.list-sub2 a h4 {
	font-weight: bold;	/*太字にする設定*/
}
/*段落(p)タグ*/
.list-sub p {
	padding: 0 !important;
}
/*画像*/
.list-sub2 figure {
	width: 30%;			/*30画像の幅*/
	float: left;		/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    background: #4e454a; /*#988162背景色*/
    font-size: 85%; /*文字サイズ*/
    color: #fff; /*文字色*/
    padding-bottom: 100px;
}
footer a, footer a:hover {
  color: #fff; /*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {
  display: block;
  font-size: 80%;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
  overflow: hidden;
  padding: 20px 0; /*上下、左右へのボックス内の余白*/
  font-size: 12px; /*文字サイズを少し小さく*/
}
/*１行分の設定*/
#footermenu ul {
    float: left; /*左に回り込み*/
    width: 18%; /*幅。今回は4列作ったのでここの幅23%と下のpadding(合計の2%)でトータル25%になるよう設定。列に応じて調整して下さい。*/
    padding-right: 1%;
    padding-left: 1%;
}
/*見出し*/
#footermenu li.title {
  font-weight: bold; /*太字にする*/
}
/*リンクテキスト*/
#footermenu a {
  text-decoration: none;
  opacity: 0.8; /*透明度。90%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
    opacity: 1; /*透明度。100%色がでた状態の事。*/
    margin-top: 5px;
    margin-bottom: 5px;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  clear: both;
  text-align: center;
  background: #333; /*背景色*/
}
#copyright a {
  text-decoration: none;
}
#copy_light {
    text-align: center;
    background-color: #83737C;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer_main_menu {
    clear: both;
    width: 45%;
    float: left;
    border: 1px solid #FFFFFF;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
}




}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック未使用*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #988162;		/*文字色*/
}
/*回答*/
.faq dd {
    padding-bottom: 10px;	/*下に空けるスペース*/
    line-height: 25px;
}

/*質問と答えのボックス全体を囲むブロック*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: 'b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/*アイコン（正社員、アルバイト、パート、未経験可、など）
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	display: inline-block;position: relative;bottom: 2px;
	font-size: 11px;		/*文字サイズ*/
	padding: 0 5px;			/*上下、左右へのボックス内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;		/*背景色*/
}
.icon a {text-decoration: none;}
/*アイコン：赤（正社員）*/
.icon.color1 {
	border: 1px solid #d90000;	/*枠線の幅、線種、色*/
	background: #d90000;		/*背景色*/
	color: #fff !important;		/*文字色*/
}
/*アイコン：青（アルバイト）*/
.icon.color2 {
	border: 1px solid #2b2ebc;	/*枠線の幅、線種、色*/
	background: #2b2ebc;		/*背景色*/
	color: #fff;				/*文字色*/
}

/*一覧ページのボックス内の右上のマーク
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	text-align: center;display: inline-block;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 30px;	/*上下、左右へのアイコン内の余白*/
	line-height: 20px;	/*高さ*/
	position: absolute;
	right: 25px;	/*右から25pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
}
/*sub,sideコンテンツ内で使う場合の追加（変更）設定*/
#sub .option1,#sub .option2,#sub .option3,#sub .new,
#side .option1,#side .option2,#side .option3,#side .new{
	font-size: 10px;	/*文字サイズ*/
	padding: 0 30px;	/*上下、左右へのアイコン内の余白*/
	line-height: 16px;	/*行間*/
	right: 0px;			/*右から0pxの場所に配置*/
	transform: rotate(45deg) translate(22px,-10px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
}
/*option1*/
.option1 {
	color: #FFF;			/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;			/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;		/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
    table-layout: fixed;
    width: 95%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    background: #fff;	/*背景色*/
    color: #666;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
    word-break: break-all;
    border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
    padding: 10px;	/*ボックス内の余白*/
    margin-left: auto;
    margin-right: auto;
}
/*ta1の左側ボックス*/
.ta1 th {
    width: 80px;		/*幅*/
    text-align: center;	/*センタリング*/
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}


/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}


/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
    background-color: #F75F89;	/*背景色*/
    color: #FFF;		/*文字色*/
    font-size: 70%;		/*文字サイズ*/
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 40px;
}
ol {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
}
.hoge {
    margin-left: 30px;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
.color1, .color1 a {
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
#sub .big1,#side .big1 {font-size: 12px;letter-spacing: normal;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

#contents-in #main ul.maru li {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 10px;
    margin-left: 1.4em;
    text-indent: -1.4em;
    padding-left: 20px;
}
#contents-in #main .come {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 1.4em;
    text-indent: -1.4em;
    padding-left: 18px;    
}
.boder {
    border-top: 2px dotted #A6D7A2;

}







/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){
#contents-in #main .come {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 1.4em;
    text-indent: -1.4em;
    padding-left: 18px;    
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
    width: 1300px;
    vertical-align: middle;
    padding-bottom: 0px;
}


/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	/* width: 216px; */
}

}



/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}

#main .attention_box strong {
    font-weight: normal;
    font-size: large;
    color: #F4F31F;
}

    

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	display: none;	/*非表示にする*/
}
 
#nav-content {
    display: none;/*inherit*/
}

.frame_6point {
    width: 46%;
    }

#main h3 {
  
       font-size: large;		/*枠線の幅、線種、色*/
}

    
/*タイトル画像
---------------------------------------------------------------------------*/
/* #mainimg {
	display: none;
} */
!--#mainimg2 {
	display: inherit;	/*表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100px;	/*上から100pxの場所に配置*/
    border-top: 1px solid #cccccc;		/*上の線の幅、線種、色*/
    width: 100%;
    z-index: 8;
    animation-name: menu1;		/*上のkeyframesの名前*/
    animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    margin-top: 5px;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
    display: block;
    text-decoration: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;	/*上、右、下、左へのメニュー内の余白*/
    /* border-bottom: 1px solid #cccccc;	下の線の幅、線種、色*/
    background: #ffffff;	/*背景色*/
    font-size: medium;
    color: #ffffff;	/*文字色*/
    line-height: 40px;
    margin-top: -5px;
    margin-bottom: -5px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
    display: block;
    position: absolute;
    top: 24px;
    right: 3%;			/*左からの配置場所指定*/
    /* border: 1px solid #666666; */
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 10vw;	/*幅*/
	height: 10vw;	/*高さ*/
  z-index: 15;
}
/*三本バーアイコン*/
#menubar_hdr.close {
    background: url(../images/icon_menu.png) no-repeat center top/10vw;
    float: right;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/10vw;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 2%;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.sh {display:block;}
.pc {display:none;}

}




/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
    font-size: 14px;	/*文字サイズ*/
    line-height: 1.5;	/*1.5行間*/
    width: auto;
    margin-top: 0px;
}

#4reason_pc {
      display: none;
  }
    
#search_pc {
    display: none;
 }
    
#search_m {
    display: inherit;
    text-align: center;
 }
 
    table.tb2 th,
table.tb2 td{

  width:100%;

  display:block;

}
    
.frame_6point {
    width: 100%;
    border: 3px solid #009933;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    font-size: large;
    line-height: 25px;
    padding-top: 10px;
    background-color: #FFF27C;
}
    
.attention_box {
    width: 90%;
    background-color: #EC0408;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: medium;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 180px;
}
#main .attention_box img {
    margin-right: 0px;
    width: 30%;
    float: left;
    height: auto;
    padding-right: 10px;
}

#main .attention_box em {
    background-color: #F4F31F;
    color: #EC0408;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}
#main .attention_box strong {
    font-weight: normal;
    font-size: large;
    color: #F4F31F;
}
    
.point_no {
        font-size: large;
}

.point_title {
    font-size: large;
}  

.a_step_img {
    width: 20%;
    clear: both;
    text-align: center;
}
.a_photo {
    float: left;
    padding-right: 10px;
    width: 100%;
    padding-bottom: 10px;
}

    .voice_frame {
    width: 100%;
    height: 450px;
}
 .voice_frame img  {
    width: 100%;
    clear: none;
    height: auto;
    padding-bottom: 10px;
}   
    
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    height: 70px;		/*高さ*/
}
/*ロゴ画像*/
    
header #logo {
    /* width: 250px;*/		/*ロゴ画像の幅*/
    /* margin-top: 22px; */
    width: 100%;
}

/*サイトの説明を表示させない*/
header h1 {display: none;}

/*問い合わせiconを表示させない*/
header #toiawase {display: none;}

/*サイトの説明を表示させない*/
header #tel {display: none;}


/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 12vw;	/*上から70pxの場所に配置*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
    top: 1vw;
    
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
    font-size: x-large;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 100%;
}
/*段落タグ設定*/
#main p {
	padding: 0;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 15px;	/*ボックス内の余白*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}


/*PC用バナーを非表示にする*/
.list2 {display: none;}

/*モバイル用バナーを表示にする*/
.list3 {display: inherit;}




/*list3ボックス（トップページの「買取品目」で使っている２列のブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list3 a {
	padding: 5px 10px;	/*上下、左右へのボックス内の余白*/
}
/*件数のテキスト。※list3内でspanタグで囲った場合。*/
.list3 span {
	font-size: 18px;	/*文字サイズ*/
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*買取画像1を表示させない*/
.list-sub {
	display: none;
}

/*買取画像を表示させる*/
.list-sub2 {
	display: inherit;
}

/*アイコン
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}

/*一覧ページのボックス内の右上のマーク
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 12px;		/*文字サイズ9*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/
a.btn {
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
}
/*labelタグを1列にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅360px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:360px){

/*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	float: none;width: auto;	/*１列にする設定*/
	margin: 0 0 10px;	/*上、左右、下に空けるボックスの外側の余白。*/
}
.list2 li a {
	height: auto;
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: auto;	/*高さをリセット*/
	width: 20%;		/*幅の指定に変更*/
}

}

.brand_ttl{
  display: block;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.item_ttl{
  display: block;
  height: 1.4em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price{
  text-align: left;
}
