/******************************************************************
Theme Name: JointsWP - Sass
Theme URI: http://www.jointswp.com
Description: テーマバージョン： version 1.0
Author: enomoto@enomoto.work 
Author URI: http://enomoto.work
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/

/*-- マージン基本ベース
------------------------------------------------------*/
.mg-0 {margin: 0 !important;}
.mg-05 {margin: 5px !important;}
.mg-10 {margin: 10px !important;}
.mg-15 {margin: 15px !important;}
.mg-20 {margin: 20px !important;}
.mg-25 {margin: 25px !important;}
.mg-30 {margin: 30px !important;}

.mt-0 {margin-top: 0 !important;}
.mt-05 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-05 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}


/*-- パディング基本ベース
------------------------------------------------------*/
.pd-0 {padding: 0 !important;}
.pd-05 {padding: 5px !important;}
.pd-10 {padding: 10px !important;}
.pd-15 {padding: 15px !important;}
.pd-20 {padding: 20px !important;}
.pd-25 {padding: 25px !important;}
.pd-30 {padding: 30px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-05 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-05 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-100 {padding-bottom: 100px !important;}

.pl-1 {padding-left: 1.0em !important;}

@media screen and (min-width: 769px){
html .widget {margin: 0 !important;}
}



/* タイトルロゴ フォント変更 */

html header.header .main_header .header_wrap .top_logo span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* ロゴマーク サイズ 変更 */

html header.header .main_header .header_wrap .top_logo img {
	width: 330px;
}

/* キャンペーンページ：スマホ時 フォントサイズ変更 */
@media screen and (min-width: 768px){
.etcbox span,
.etcbox2 span {
    font-size: 20px;
    line-height: 1.8;
}
}
@media screen and (max-width: 769px){
.etcbox span,
.etcbox2 span {
    font-size: 18px !important;
    line-height: 1.6 !important;
}
.colum_read {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
}
}

/* etcbox2 H4設定 */
@media screen and (min-width: 768px){
.etcbox2 h4.etc1 {
    font-size: 2.4rem;
    font-weight: normal;
    background: transparent;
    color: #997240;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 769px){
.etcbox2 h4.etc1 {
	font-size: 1.4rem;
    font-weight: normal;
    background: transparent;
    color: #997240;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 5px;
}
}

/* キャンペーンページ：ボックスシャドウ */
@media screen and (min-width: 768px){
.etcbox2 {
    text-align: center;
    /*border: solid 1px #997240;*/
	border: 10px outset #997240;
	box-shadow: 7px 7px 10px #666;
    padding: 15px 50px 50px;
    background: url(assets/images/kaitori/r1.png) no-repeat top 10px left 10px,url(assets/images/kaitori/r2.png) no-repeat top 10px right 10px,url(assets/images/kaitori/r3.png) no-repeat bottom 10px right 10px,url(assets/images/kaitori/r4.png) no-repeat bottom 10px left 10px;
}
}
@media screen and (max-width: 769px){
.etcbox2 {
    text-align: center;
	/*border: solid 1px #997240;*/
	border: 5px outset #997240;
	box-shadow: 7px 7px 10px #666;
    padding: 20px 30px 60px;
    background: url(assets/images/kaitori/r1.png) no-repeat top 10px left 10px,url(assets/images/kaitori/r2.png) no-repeat top 10px right 10px,url(assets/images/kaitori/r3.png) no-repeat bottom 10px right 10px,url(assets/images/kaitori/r4.png) no-repeat bottom 10px left 10px;
}
}

/* メニューセンター寄せ（両端寄せ均等配列） */
header ul#main-nav.menu {
    height: 44px;
    background: transparent;
    justify-content: space-between;
	align-items: center;
}

@media only screen and (min-width: 767px) {
header ul#main-nav.menu li a {
    font-size: 1.5rem !important;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
}

@media only screen and (min-width: 767px) {
.top_oneclum .top_read {
    font-size: 1.6rem !important;
}
}

/* TOPページ：「高価買取が出来るポイント」をセンタリングに */
@media screen and (max-width: 769px){
.takakuuru h3 {
    text-align: center !important;
}
}

/* TOPページ：「豊富な買取品目」の下にマージン */
@media screen and (max-width: 769px){
.top_oneclum .top_read2 {
margin-top: 10px !important;
}
}

/* TOPページ：「買取専門店大吉が選ばれるポイント」改行位置 */
@media screen and (min-width: 768px) {
  .sp_br{
    display: none;
  }
}

/* 出張買取ページ：フォーム（カレンダープルダウン） */
.select-style01 {
	width:30% !important;
	display: inline !important;
}


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}

/* お知らせサムネイル枠削除 */
.rpwe-default-thumb{
display:none !important;
}

/* TOP・下層ページ ワイド調整（1050→1260px）2025/02/03 */
@media screen and (min-width: 1200px){
.wide_content {
max-width: 1260px !important;
}
.wide_content .wide_left {
width: 972px !important;
}	
.second_towclum {
width: 1260px !important;
}
.second_towclum main {
width: 946px !important;
}
.second_towclum main .main_clum {
width: 946px !important;
}
}

@media only screen and (max-width: 1200px) {
body header.article-header {
flex-wrap: wrap !important;
}
}
/* TOP・下層ページ ワイド調整 */

/*タブレット横幅パッチ 2021/05/20*/
@media only screen and (max-width: 1024px) {
html body {
  width:1100px;
	min-width: 1100px;
	zoom:.93;
}
body header.article-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: inherit;
    align-items: start;
}
body .second_towclum {
    width: 1100px;
    margin: 0 auto;
    font-size: 1.2rem;
}
body .second_towclum main {
width: 768px;
margin: 60px 30px 0 30px;
}
.second_towclum .breadcrumbs {
margin: 0 auto !important;
width: 90% !important;
}
.dropdown.menu.medium-horizontal>li.opens-inner>.is-dropdown-submenu {
    width: 250%;
    background: #fff !important;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    width: 250%;
    background: #fff !important;
}

}
@media only screen and (max-width: 823px) {
html body {
  width:823px;
	min-width: 100%;
}
body header.article-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    align-items: start;
}
body .second_towclum {
    width:100%;
    margin: 0 auto;
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 812px) {
html body {
  width:812px;
}
}
@media only screen and (max-width: 768px) {
html body {
  width:768px;
}
header.article-header {
    width: 100%;
}
header.article-header img {
    width: 100%;
}
body header.header .eigyou span {
    display: block;
    margin: 0 0 0 25px;
    line-height: 1.5;
    position: relative;
		left:20px;
}
header.header .eigyou {
    background-position: 22px 5px!important;
}
}
@media only screen and (max-width: 736px) {
html body {
  width:736px;
}
body header.header .eigyou span {
		left:0px;
}
header.header .eigyou {
    background-position: 0px 5px!important;
}

}
@media only screen and (max-width: 731px) {
html body {
  width:731px;
}
}
@media only screen and (max-width: 720px) {
html body {
  width:720px;
}
}
@media only screen and (max-width: 667px) {
html body {
  width:667px;
}
}
@media only screen and (max-width: 653px) {
html body {
  width:653px;
}
}
@media only screen and (max-width: 640px) {
html body {
  width:640px;
}
}
@media only screen and (max-width: 568px) {
html body {
  width:568px;
}
}
@media only screen and (max-width: 540px) {
html body {
  width:540px;
}
}
@media only screen and (max-width: 428px) {
html body {
  width:428px;
}
}
@media only screen and (max-width: 414px) {
html body {
  width:414px;
}
}
@media only screen and (max-width: 411px) {
html body {
  width:411px;
}
}
@media only screen and (max-width: 375px) {
html body {
  width:375px;
}
}
@media only screen and (max-width: 360px) {
html body {
  width:360px;
}
}
@media only screen and (max-width: 320px) {
html body {
  width:320px;
}
}
@media only screen and (max-width: 280px) {
html body {
  width:280px;
}
}

/* PCメニュー 背景色変更（202303） */
html header.header .top-bar {
    background: #1e257c !important;
}
/* SPヘッダーメニュー(HOME/アクセス) 背景色変更（202303） */
ul#main-nav_sp li a, ul#main-nav_sp li.active a {
    background: #1e257c !important;
}
/* PCメニュー フォント変更（202303） */
html header.header ul#main-nav.menu li a {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
/* フッター 背景色変更（202303） */
footer.footer .footer_up {
    background: #1e257c !important;
}
footer.footer .footer_bottom {
    background: #fff !important;
}

/* 下層ページ ヘッダー画像 背景色変更（202303） */
html header .header_content {
    background: #1e257c !important;
}
/* 下層ページ タイトル 背景色変更（202303） */
html h3.points,
html h3.point {
    background-color: #1e257c !important;
}


/*-- 買取アイテム アコーディオン展開
-----------------------------------------------------*/

dl.top-style01 {
width: 98% !important;
margin: 0 auto 20px;
border: none !important;
color: #333;
overflow: hidden;
}

dl.top-style01 dd {
width: calc(100% / 4);
padding: 0;
border: none !important;
background: none !important;
float: left;
}
dl.top-style01 dd .border {
border: 2px solid #999;
border-radius: 10px;
margin: 5px;
padding: 0;
overflow: hidden;
background: #fff url(/wp-content/themes/daikichi-new/assets/images/kaitori-item/kaitori-item_arrow.png) 98% 50% / 10px 29px no-repeat;
text-align: center;
}
dl.top-style01 dd img {
width: calc(100% - 20%);
margin: 1% 2% 2% 0;
max-width: 100px;
float: unset;
}
@media screen and (min-width: 1200px){
dl.top-style01 dd img {
max-width: 125px;
}
}
dl.top-style01 dd div.title {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

dl.top-style01 dd div.title h3 {
margin: 2% auto;
font-size: 18px;
color: #000;
}
dl.top-style01 dd div.title h3.mt-20 {
margin: 20% auto !important;
}

dl.top-style01 dd .border:hover {
text-decoration: none !important;
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
transform: translateY(-5px);
cursor: pointer;
}

@media only screen and (max-width:768px){
dl.top-style01 {
margin: 0 auto 30px;
width: 100% !important;
}
dl.top-style01 dd {
width: 50% !important;
display: block !important;
}
dl.top-style01 dd .border {
border: 1px solid #999;
border-radius: 20px;
text-align: center;
}
/*dl.top-style01 dd div.title {
width: 100%;
}*/
dl.top-style01 dd div.title h3 {
margin: 0 auto;
}
dl.top-style01 dd img {
margin: 1% 2% 2% 0;
max-width: 80px;
}
}

@media only screen and (max-width:320px){
dl.top-style01 dd img {
width: calc(100% - 20%);
margin: 1% 0 2% 0;
max-width: 60px;
}
dl.top-style01 dd div.title h3 {
font-size: 16px;
}
}

/*-- .accordion_one ------------*/
.accordion_one,
.accordion_one02 {
max-width: 1024px;
margin: 0 auto;
}
.accordion_one .accordion_header,
.accordion_one02 .accordion_header02 {
width: 250px;
height: 36px;
line-height: 36px;
background: #183698;
color: #fff;
font-size: 14px;
text-align: center;
position: relative;
z-index: +1;
cursor: pointer;
transition-duration: 0.2s;
margin: 20px auto;
border-radius: 18px;
}
.accordion_one .accordion_header:hover,
.accordion_one02 .accordion_header02:hover {
opacity: .8;
}
.accordion_one .accordion_header .i_box,
.accordion_one02 .accordion_header02 .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 78%;
right: 10%;
width: 20px;
height: 20px;
border: 1px solid #fff;
margin-top: -20px;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i,
.accordion_one02 .accordion_header02 .i_box .one_i {
display: block;
width: 18px;
height: 18px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
position: relative;
}
.accordion_one .accordion_header.open .i_box,
.accordion_one02 .accordion_header02.open .i_box {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after,
.accordion_one02 .accordion_header02 .i_box .one_i:before,
.accordion_one02 .accordion_header02 .i_box .one_i:after {
display: flex;
content: '';
background-color: #fff;
border-radius: 10px;
width: 18px;
height: 4px;
position: absolute;
top: 7px;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one02 .accordion_header02 .i_box .one_i:before {
width: 4px;
height: 18px;
top: 0;
left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before,
.accordion_one02 .accordion_header02.open .i_box .one_i:before {
content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after,
.accordion_one02 .accordion_header02.open .i_box .one_i:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.accordion_one .accordion_inner,
.accordion_one02 .accordion_inner02 {
display: none;
padding: 0;
box-sizing: border-box;
}
.accordion_one .accordion_inner .closeArea,
.accordion_one02 .accordion_inner02 .closeArea {
width: 180px;
margin: 20px auto 30px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 {
display: flex;
justify-content: center;
align-items: center;
height: 36px !important;
line-height: 36px !important;
background: #183698 !important;
text-align: center !important;
font-size: 14px !important;
color: #fff !important;
border-radius: 18px !important;
position: relative;
cursor: pointer;
transition-duration: 0.2s;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn:hover,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02:hover {
opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn .i_box,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 48%;
left: 20%;
width: 30px;
height: 30px;
margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn .i_box .one_i,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 .i_box .one_i {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 18px;
height: 18px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn .i_box .one_i:before,
.accordion_one .accordion_inner .closeArea .close_box a.close-btn .i_box .one_i:after,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 .i_box .one_i:before,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 .i_box .one_i:after {
content: '';
background-color: #fff;
border-radius: 10px;
width: 18px;
height: 4px;
position: absolute;
top: 7px;
left: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(45deg);
transform-origin: center center;
}
.accordion_one .accordion_inner .closeArea .close_box a.close-btn .i_box .one_i:before,
.accordion_one02 .accordion_inner02 .closeArea .close_box a.close-btn02 .i_box .one_i:before {
width: 4px;
height: 18px;
top: 0;
left: 7px;
}
/*-- //.accordion_one ------------*/

/*-- // 買取アイテム アコーディオン展開
-----------------------------------------------------*/


/*--- タイトル装飾
-----------------------------------------------------*/
/* title-point
-------------------------------------*/
.title-point {
position: relative;
border-top: solid 2px #9d7245;
border-bottom: solid 2px #9d7245;
background: #f4f4f4 !important;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 20px 0 20px !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #000 !important;
}

.title-point:after {
/*タブ*/
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
font-weight: 900;
content: '\f0a7\ POINT';
background: #9d7245;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

@media screen and (max-width: 769px){
.title-point {
font-size: 1.6em !important;
}
}
/* // title-point
--------------------------------*/

/* title-point_sns / map / 買取中
-------------------------------------*/
.title-point_sns,
.title-point_map,
.title-point_kaitori {
position: relative;
border-top: solid 2px #9d7245;
border-bottom: solid 2px #9d7245;
background: #f4f4f4 !important;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 100px 0 20px !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #000 !important;
text-align: center;
}

.title-point_kaitori {
margin: 30px 0 20px !important;
}

.title-point_sns:after,
.title-point_map:after,
.title-point_kaitori:after {
/*タブ*/
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
font-weight: 900;
background: #9d7245;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

.title-point_sns:after {
content: '\f0a7\ フォローお願いします！';
}
.title-point_map:after {
content: '\f0a7\ ルートボタンをタップしてください';
}
.title-point_kaitori:after {
content: '\f0a7\ 買取中！';
}

@media screen and (max-width: 769px){
.title-point_sns,
.title-point_map,
.title-point_kaitori {
font-size: 1.6em !important;
margin: 70px 0 20px !important;
}
.title-point_kaitori {
margin: 30px 0 20px !important;
}
}
/* // title-point_sns / map / 買取中
--------------------------------*/

/* title-point_txtnone
-------------------------------------*/
.title-point_txtnone {
position: relative;
border-top: solid 2px #9d7245;
border-bottom: solid 2px #9d7245;
background: #f4f4f4 !important;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 30px 0 20px !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #000 !important;
text-align: center;
}

@media screen and (max-width: 769px){
.title-point_txtnone {
font-size: 1.6em !important;
margin: 20px 0 !important;
}
.title-point_kaitori {
margin: 30px 0 20px !important;
}
}
/* // title-point_txtnone
--------------------------------*/

/* title-leaf
--------------------------------*/
.title-leaf {
position: relative;
padding: 10px 0;
text-align: center;
margin: 70px 0 10px !important;
width: auto !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #158b2b !important;
}
.title-leaf:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 70px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

@media screen and (max-width: 769px){
.title-leaf {
font-size: 1.6em !important;
}
.title-leaf:before {
height: 60px;
}
}
/* //title-leaf
--------------------------------*/

/* title-light
--------------------------------*/
.title-light {
position: relative;
padding-left: 35px;
margin: 0 0 10px !important;
width: auto !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #000 !important;
}
.title-light:before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: 900;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.title-light:after {
/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

@media screen and (max-width: 769px){
.title-light {
font-size: 1.6em !important;
border-top: 2px solid #ffca2c;
border-bottom: 2px solid #ffca2c;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
}
/* //title-light
--------------------------------*/

/* title-arrow
--------------------------------*/
.title-arrow {
position: relative;
padding-left: 100px;
padding-right: 90px;
margin: 50px 0 20px !important;
display: inline-block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 3.0em !important;
font-weight: bold !important;
color: #000 !important;
}

.title-arrow:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(119, 195, 223);
}
.title-arrow:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px rgb(119, 195, 223);
}

@media screen and (max-width: 769px){
.title-arrow {
font-size: 1.6em !important;
padding-left: 50px;
padding-right: 35px;
}
}
/* //title-arrow
--------------------------------*/

/* frame_01
--------------------------------*/
.frame_01 {
padding: 15px;
border: 2px solid #9d7245;
}

@media screen and (max-width: 769px){
.frame_01 {
padding: 0px !important;
border: none !important;
}
}
/* //frame_01
--------------------------------*/

/* frame_02
--------------------------------*/
.frame_02 {
padding: 15px;
border: 2px solid #ffca2c;
}

@media screen and (max-width: 769px){
.frame_02 {
padding: 0px !important;
border: none !important;
}
}
/* //frame_02
--------------------------------*/

/* frame_03
--------------------------------*/
.frame_03 {
padding: 15px;
border: 10px solid #77c3df;
}

@media screen and (max-width: 769px){
.frame_03 {
padding: 0px !important;
border: none !important;
}
}
/* //frame_03
--------------------------------*/

/* 吹き出し風
--------------------------------*/
.title-hukidashi_01 {
position: relative;
padding: 1.5rem 2rem;
color: #000;
border-radius: 10px;
background: #eee;
/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;*/
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.4em !important;
font-weight: bold;
margin: 50px 0 20px;
text-align: center;
}

.title-hukidashi_01:after {
position: absolute;
bottom: -9px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 10px 10px 0 10px;
border-style: solid;
border-color: #eee transparent transparent transparent;
}

@media screen and (max-width: 769px){
.title-hukidashi_01{
padding: 0.3em !important;
font-size: 1.8em !important;
text-align: center !important;
}
}
/* //吹き出し風
--------------------------------*/

/* 帯風
--------------------------------*/
.title-band_01 {
padding: 1rem 2rem;
border-left: 10px solid #183698;
background: #f4f4f4;
/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;*/
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.4em !important;
font-weight: bold;
margin: 50px 0 20px;
text-align: center !important;
}

@media screen and (max-width: 769px){
.title-band_01 {
padding: 0.3em !important;
font-size: 1.8em !important;
}
}
/* //帯風
--------------------------------*/


/* タグ風
--------------------------------*/
.title-tag01 {
position: relative;
display: inline-block;
height: 60px;
margin: 30px 0 10px 10px;
/* padding: 1rem 2rem 1rem 3rem; */
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #fff;
background: #ff7070;
font-size: 2.0em;
font-weight: bold;
text-align: center;
width: calc(100% - 10px);
line-height: 60px;
}

.title-tag01:before {
position: absolute;
top: 0;
left: -20px;
content: '';
border-width: 30px 20px 30px 0;
border-style: solid;
border-color: transparent #ff7070 transparent transparent;
}

.title-tag01:after {
position: absolute;
top: calc(50% - 7px);
left: 0px;
width: 14px;
height: 14px;
content: '';
border-radius: 50%;
background: #fff;
}

@media screen and (max-width: 769px){
.title-tag01 {
font-size: 1.6em !important;
}
}
/* //タグ風
--------------------------------*/


/* 下線（明朝体）
--------------------------------*/
.title-underline01 {
position: relative;
padding: 0;
font-size: 2.4em;
font-weight: bold;
text-align: center;
margin: 25px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #997240;
}

.title-underline01:before {
position: absolute;
bottom: -10px;
left: calc(50% - 50px);
width: 100px;
height: 5px;
content: '';
border-radius: 3px;
background: #183698;
}

@media screen and (max-width: 769px){
.title-underline01 {
font-size: 1.8em !important;
}
}
/* //下線
--------------------------------*/

/* 下線（ゴシック体）
--------------------------------*/
.title-underline02 {
position: relative;
padding: 0;
font-size: 4.0em;
font-weight: bold;
text-align: center;
font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
color: #000;
line-height: 1.0;
letter-spacing: 0.1em;
}

.title-underline02:before {
position: absolute;
bottom: -10px;
left: calc(50% - 50px);
width: 100px;
height: 3px;
content: '';
border-radius: 2px;
background: #000;
}

.title-underline02_sub {
display: block;
font-size: 14px !important;
margin-top: 1.8rem !important;
text-align: center !important;
margin-bottom: 1em !important;
color: #5a5a5a;
}

.ttl-shop {
padding-left: 55px;
background-image: url(/wp-content/themes/daikichi-new/assets/images/common/icon-blue_shop.png);
background-repeat: no-repeat;
background-size: 18%;
background-position: 0;
}

.ttl-gmap {
padding-left: 43px;
background-image: url(/wp-content/themes/daikichi-new/assets/images/common/icon-gmap.png);
background-repeat: no-repeat;
background-size: 11%;
background-position: 0;
}

@media screen and (max-width: 769px){
.title-underline02 {
font-size: 1.5em !important;
}
.title-underline02_sub {
margin-top: 1.0rem;
}
.ttl-shop {
padding-left: 32px;
background-position: 0 1px;
}
.ttl-gmap {
padding-left: 27px;
}
}
/* //下線
--------------------------------*/

/* タイトル先頭にアイコン画像
--------------------------------*/
.ttl-shop {
padding-left: 55px;
background-image: url(/wp-content/themes/daikichi-new/assets/images/common/icon-blue_shop.png);
background-repeat: no-repeat;
background-size: 18%;
background-position: 0;
}
.ttl-gmap {
padding-left: 43px;
background-image: url(/wp-content/themes/daikichi-new/assets/images/common/icon-gmap.png);
background-repeat: no-repeat;
background-size: 11%;
background-position: 0;
}

@media screen and (max-width: 769px){
.ttl-shop {
padding-left: 32px;
background-position: 0 1px;
}
.ttl-gmap {
padding-left: 27px;
}
}
/* //タイトル先頭にアイコン画像
--------------------------------*/

/* 左右半円状
--------------------------------*/
.title-radius_01 {
color: white;
font-size: 18px;
font-weight: bold;
background: #183698;
text-align: center;
padding: 5px;
border-radius: 19px;
margin-bottom: 1.3em;
}
@media only screen and (max-width:480px){
.title-radius_01 {
margin-bottom: 0.8em;
}
}
/* //左右半円状
--------------------------------*/

/* 下線（途中で色の変わる線）
--------------------------------*/
.title-border_01 {
font-size: 22px !important;
font-weight: 600;
margin-bottom: 10px;
border-bottom: solid 3px #c4bce5;
position: relative;
}

.title-border_01 span {
font-size: 1.4em;
color: #183698;
margin-right: 0.2em;
}

.title-border_01:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #183698;
bottom: -3px;
width: 20%;
}

@media only screen and (max-width:480px){
.title-border_01 {
font-size: 18px !important;
}
}
/* //下線（途中で色の変わる線）
--------------------------------*/

/* 左右アイコン
--------------------------------*/
.title-icon_01 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

.title-icon_01:before,
.title-icon_01:after {
  /*font-family: 'Font Awesome 5 Free';*/
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #1d2088;
}

.title-icon_01:before {
  left: 0;
  /*content: '\f101';*/
content: '\f044';
}

.title-icon_01:after {
  right: 0;
  /*content: '\f100';*/
	content: '\f044';
}
/* //左右アイコン
--------------------------------*/

/* Q&A アコーディオンタイトル装飾
--------------------------------*/
.accordion_01 {
font-size: 2.0em !important;
position: relative;
padding: 0.1em;
margin-bottom: 2em;
background-color: #0c3b95 !important;
color: #fff;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
}

html .plus_btn3 {
border-top: none !important;
border-bottom: 5px solid #0c3b95 !important;
min-height: inherit !important;
line-height: normal !important;
color: #0c3b95;
background: #fff url(../daikichi-new/assets/images/plus_btn.png) no-repeat center right 20px !important;
}
html .plus_btn3.open {
background: #fff url(../daikichi-new/assets/images/plus_btn2.png) no-repeat center right 20px !important;
}

html .plus_btn {
border-top: solid 1px #0c3b95;
border-bottom: solid 4px #0c3b95;
}

@media screen and (max-width: 769px) {
.accordion_01 {
font-size: 1.4em !important;
font-weight: bold;
}
}
/* //Q&A アコーディオンタイトル装飾
--------------------------------*/


/* タイトル リボン風
--------------------------------*/
.title-ribbon {
position: relative;
padding: 0.5em 1.5em;
background: #293399 !important;
color: #fff !important;
margin: 0 0 30px !important;
display: inline-block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-size: 2.0em !important;
width: auto !important;
}

.title-ribbon::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(160, 159, 161);
}
/* //タイトル リボン風
--------------------------------*/


/* タイトル 吹き出しセンター(PAGE：初めての方)
--------------------------------*/
.title-hukidashi-center {
position: relative;
padding: 0.3em;
background: #1e257c;
color: #fff;
text-align: center;
font-size: 2.4em !important;
border-radius: 2px;
margin-bottom: 30px;
}

.title-hukidashi-center:after {
position: absolute;
content: '';
top: 100%;
left: calc( 50% - 15px);
border: 15px solid transparent;
border-top: 15px solid #183698;
width: 0;
height: 0;
}

@media screen and (max-width: 769px){
.title-hukidashi-center {
font-size: 1.6em !important;
}
}
/* //タイトル 吹き出しセンター
--------------------------------*/

/* タイトル アンダーライン(PAGE：初めての方)
--------------------------------*/
.under-line {
background: linear-gradient(transparent 60%, #ccd0ff 60%);
font-size: 1.7em;
display: inline-block;
margin-bottom: 0.75em;
}
@media screen and (max-width: 769px){
.under-line {
font-size: 1.45em;
}
}
/* // タイトル アンダーライン
--------------------------------*/

/* 帯風 02(PAGE：初めての方)
--------------------------------*/
.title-band_02 {
padding: 0.5rem 2rem;
border-left: 10px solid #1e257c;
background: #f4f4f4;
font-size: 2.0em !important;
margin: 0 0 15px;
}

@media screen and (max-width: 769px){
.title-band_02 {
padding: 0.3em !important;
font-size: 1.5em !important;
}
}
/* //帯風 02
--------------------------------*/

/* 吹き出し（下向きセンター）
--------------------------------*/
.title-balloon {
position: relative;
display: inline-block;
margin: 0 auto 50px !important;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #fff !important;
/*font-size: 2.0em !important;*/
background: #183698 !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-weight: bold !important;
}

.title-balloon:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #183698;
}

.title-balloon span {
color: yellow !important;
border-bottom: none !important;
}

.title-balloon p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 769px){
.title-balloon {
padding: 0.3em !important;
font-size: 1.5em !important;
}
}
/* //吹き出し（下向きセンター）
--------------------------------*/

/* 吹き出し（下向きセンター：オレンジ）
--------------------------------*/
.title-balloon_02 {
position: relative;
display: inline-block;
margin: 0 auto 50px !important;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #fff !important;
/*font-size: 2.0em !important;*/
background: #ff7170 !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
font-weight: bold !important;
}

.title-balloon_02:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #ff7170;
}

.title-balloon_02 p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 769px){
.title-balloon_02 {
padding: 0.3em !important;
font-size: 1.5em !important;
}
}
/* //吹き出し（下向きセンター：オレンジ）
--------------------------------*/

/* 買取ページ 積極的に買取中内 BOX表示(「CASE 〇」)
--------------------------------*/
.border-box_01 {
position: relative;
border: 3px solid #183698;
border-radius: 4px;
padding: 1.5em 1em;
margin-bottom: 35px;
}
.border-box_01-title {
position: absolute;
top: -18px;
left: 10px;
padding: 8px 35px;
background-color: #183698;
border-radius: 4px;
color: yellow;
line-height: 1em;
font-size: 24px;
font-weight: bold;
}
.border-box_01-inner {
margin: 0.5em 0 0 0.5em;
padding: 0;
font-size: 20px;
text-align: left;
}
.border-box_01-inner span {
color: red;
font-weight: bold;
text-decoration-line: none;
}
@media screen and (max-width: 769px){
.border-box_01-title {
font-size: 20px;
}
.border-box_01-inner {
font-size: 18px;
}
}
/* //買取ページ 積極的に買取中内 BOX表示(「CASE 〇」)
--------------------------------*/

/* 買取ページ 特徴 BOX表示
--------------------------------*/
.border-box_02 {
position: relative;
border: 3px solid #183698;
padding: 0.5em 1em 1em;
margin-top: 30px;
margin-bottom: 60px;
}
.border-box_02-title {
position: absolute;
top: -40px;
/*left: -1px;*/
left: -3px;
padding: 8px 35px;
background-color: #183698;
border-radius: 4px 4px 0 0;
color: #fff;
line-height: 1em;
font-size: 24px;
}
.border-box_02-inner {
margin: 0.5em 0 0 0.5em;
padding: 0;
font-size: 20px;
text-align: left;
}
.border-box_02-inner span {
color: red;
font-weight: bold;
text-decoration-line: none;
}
@media screen and (max-width: 769px){
.border-box_02 {
margin-top: 20px;
margin-bottom: 50px;
}
.border-box_02-title {
top: -36px;
font-size: 20px;
}
.border-box_02-inner {
font-size: 18px;
}
}
/* //買取ページ 特徴 BOX表示
--------------------------------*/

/* 買取ページ 「買取をしている代表例」BOX表示
--------------------------------*/
.border-box_03-title {
background-color: #183698;
padding: 15px 5px;
text-align: center;
color: #fff;
line-height: 1em;
font-size: 24px;
}
.border-box_03-inner {
padding: 1em;
font-size: 20px;
text-align: left;
background: #e7e9ff;
}
.border-box_03-inner span {
color: red;
}
@media screen and (max-width: 769px){
.border-box_03-title {
}
.border-box_03-inner {
font-size: 16px;
}
}
/* //買取ページ 特徴 BOX表示
--------------------------------*/

/* 装飾ライン（赤 / グレー）
--------------------------------*/
.title-line_01 {
border-bottom: solid 3px #c4c4c4;
position: relative;
font-size: 1.6em !important;
font-weight: 600;
}

.title-line_01:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #eb280a;
bottom: -3px;
width: 15%;
}

.title-line_01:first-letter {
font-size: 1.5em;
color: #eb280a;
}

@media screen and (max-width: 769px){
.title-line_01 {
font-size: 1.3em !important;
}
}
/* //装飾ライン（赤 / グレー）
--------------------------------*/

/* 背景グレー(買取ページ Q&A「A お答えします」)
--------------------------------*/
.title-bg_01 {
background: #f5f5f5;
padding: 1px 10px;
font-size: 1.5em !important;
font-weight: 600;
margin: 0 0 0.3em 0.5em !important;
}

.title-bg_01:first-letter {
font-size: 1.5em;
color: #eb280a;
}
/* //背景グレー
--------------------------------*/

/* 買取ページ Q&A「A お答えします」下 テキスト
--------------------------------*/
.p-style_01 {
margin: 0 0 15px 48px !important;
}
@media screen and (max-width: 769px){
.p-style_01 {
margin: 0 0 15px 44px !important;
}
}
/* //買取ページ Q&A「A お答えします」下 テキスト
--------------------------------*/

/* other
--------------------------------*/
.takakuuru .kaitori_point span {
width: 570px;
}
@media screen and (min-width: 770px){
.sp_br {
display: none;
}
}
@media screen and (max-width: 769px){
.takakuuru .kaitori_point span {
width: 100%;
margin: 70px 0px 0px 0px;
}
}
/* // other
--------------------------------*/
/*---// タイトル装飾
-----------------------------------------------------*/


/*--- サイト内フォントサイズ変更（smp：20220520）
-----------------------------------------------------*/

html .takakuuru .kaitori_point span span,
html .etcbox span,
html .etcbox2 span {
line-height: 1.6 !important;
}

@media screen and (max-width: 769px){

html .top_oneclum h1.midashi_h3,
html .top_oneclum h3.midashi_h3,
html h3.point,
html h3.points,
html h3.points2,
html h3.points3,
html h3.points4,
html .takakuuru h3
html .brandnituite h3.brand_ni_tuite {
font-size: 25px !important;
}
	
html .top_oneclum h1.midashi_h3,
html .top_oneclum h3.midashi_h3 {
width: 90%;
margin: 0 auto 0.8em;	
}
	
html .boxcleanoff div h4,
html .r_midashi,
html .midashi_bold {
font-size: 20px !important;
}

html .top_oneclum .top_read,
html .top_oneclum .top_read2,
html .top_oneclum .top_read3,
html .top_oneclum .top_read4,
html .takakuuru .kaitori_point span span,
html .takakuuru .kaitori_point3 div,
html .kaitori_ng span:nth-of-type(1),
/*html .brandnituite span,*/
html .colum_read,
html .boxcleanoff div,
html .parts_midasisita,
html .parts_boxihin div,
html .r_midashi+span,
html .fukidasi,
html .right_cap,
/*html .hentry .entry-content p,*/
html .etcbox span,
html .etcbox2 span {
font-size: 16px !important;
line-height: 1.6 !important;
}
	
html .brandnituite span {
font-size: 18px !important;
line-height: 1.6 !important;
}
	
html .takakuuru .kaitori_point span span {
text-align: left;
}

html .omise_table td {
font-size: 16px !important;
line-height: 1.6 !important;
padding: 10px 5px !important;
}

}
/*---// サイト内フォントサイズ変更（smp：20220520）
-----------------------------------------------------*/

/*--- サイト内フォントサイズ変更（pc：20220602）
-----------------------------------------------------*/
@media screen and (min-width: 769px){

html .top_oneclum .top_read,
html .top_oneclum .top_read3,
html .takakuuru .kaitori_point3 div {
font-size: 18px !important;
line-height: 1.6em !important;
}
}
	
.omise_table td {
padding: 10px 20px !important;
line-height: 1.6 !important;
font-size: 14px !important;
}
	
}
/*---// サイト内フォントサイズ変更（pc：20220602）
-----------------------------------------------------*/

/*--- スマホ時画像下マージン（20220524）
-----------------------------------------------------*/
.wp-block-image {
    margin: 0 0 1em !important;
}
@media screen and (max-width: 769px){
.wp-block-image {
    margin: 0 0 1em !important;
	text-align: center;
}
}
/*---// スマホ時画像下マージン（20220524）
-----------------------------------------------------*/


/* TOPページ「高価買取が出来るポイント」枠内調整（20220531）
-----------------------------------------------------*/
@media screen and (min-width: 769px){
html .takakuuru .kaitori_point span {
    width: 570px !important;
}
}

/* TOPページ ボタン 角丸化（20220531）
-----------------------------------------------------*/
html .top_news_btn {
border-radius: 10px !important;
}

/* TOPページ 買取ブログ下マージン（20220610）
-----------------------------------------------------*/
#news {
    margin-bottom: 30px !important;
}

/* 下層(〇〇について)ページ タイトル下パディング（20220610）
-----------------------------------------------------*/
@media screen and (max-width: 769px){
.brandnituite {
    /*padding: 0px 15px 20px !important;*/
	padding: 20px 15px 20px !important;
}
}

/* TOPページ「ご成約時に必要なもの」
-----------------------------------------------------*/
.l-document__main {
margin-top: 20px;
padding: 20px;
background-color: #ebebeb;
}
.p-document__fig {
display: flex;
align-items: center;
}
.p-document__fig__left {
width: 120px;
height: 120px;
margin-right: 20px;
border-radius: 50%;
background-image: url(assets/images/common/dot-border.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.p-document__fig__list {
width: calc(100% - 140px);
display: flex;
flex-wrap: wrap;
}
.p-document__fig__item:nth-child(-n+3) {
margin-top: 0;
}
.p-document__fig__item {
height: 65px;
width: calc(100% / 3 - 21px * 2 / 3);
background-color: #fff;
margin-top: 14px !important;
margin-right: 14px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 15px;
border-radius: 5px;
}
.l-document__text-list {
margin-top: 15px;
}
.p-text-list__item {
list-style-type: none;
font-size: 13px;
padding-left: 1em;
text-indent: -1em;
line-height: 1.8;
}

@media screen and (max-width: 769px) {
.l-document__main {
margin-top: 15px;
}
.l-document__main {
margin-top: 20px;
padding: 20px;
background-color: #ebebeb;
}
.p-document__fig {
display: block;
}
.p-document__fig__left {
background-image: url(assets/images/common/dot-border-sp.svg);
width: 100%;
height: 30px;
line-height: 30px;
border-radius: 7px;
/*font-size: 12.5px;*/
font-size: 17px;
}
.p-document__fig__list {
width: 100%;
}
.p-document__fig__item {
width: calc(100% / 2 - 11px / 2);
margin-top: 12px !important;
height: 50px;
margin-right: 11px !important;
}
.p-document__fig__item:nth-child(2n) {
margin-right: 0 !important;
}
.is_pc {
display: none !important;
}
.p-document__fig__item span {
font-size: 85%;
}
}


/* TOPページ「買取できない商品」
-----------------------------------------------------*/
.l-document__main_02 {
margin-top: 20px;
padding: 20px;
background-color: #fff0db;
}
.p-document__fig_02 {
display: flex;
align-items: center;
}
.p-document__fig__left_02 {
width: 120px;
height: 120px;
margin-right: 20px;
border-radius: 50%;
background-image: url(assets/images/common/dot-border.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.p-document__fig__list_02 {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.p-document__fig__item_02:nth-child(-n+3) {
margin-top: 0;
}
.p-document__fig__item_02 {
position: relative;
height: 65px;
width: calc(100% / 3 - 21px * 2 / 3);
background-color: #ffdbdb;
margin: 7px !important;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 23px;
font-weight: bold;
text-align: center;
border-radius: 5px;
color: #333;
border: 2px solid #ff7070;
}
.p-document__fig__item_02:after {
position: absolute;
top: 10%;
right: 5%;
content: '\f0da';
color: #ff7070;
font-size: 36px;
font-family: fontAwesome;
}
.p-document__fig__item_02:hover {
color: #333;
}
}
.l-document__text-list_02 {
margin-top: 15px;
}
.p-text-list__item_02 {
list-style-type: none;
font-size: 13px;
padding-left: 1em;
text-indent: -1em;
line-height: 1.8;
}

@media screen and (max-width: 769px) {
.l-document__main_02 {
margin-top: 15px;
}
.l-document__main_02 {
margin-top: 20px;
padding: 20px;
}
.p-document__fig_02 {
display: block;
}
.p-document__fig__left_02 {
background-image: url(assets/images/common/dot-border-sp.svg);
width: 100%;
height: 30px;
line-height: 30px;
border-radius: 7px;
font-size: 12.5px;
}
.p-document__fig__list_02 {
width: 100%;
}
.p-document__fig__item_02 {
width: calc(100% / 2 - 24px / 2);
font-size: 18px;
font-weight: bold;
height: 50px;
}
.p-document__fig__item_02:after {
top: -3%;
}
.p-document__fig__item_02:nth-child(2n) {
margin-right: 0 !important;
}
.is_pc {
display: none !important;
}
.p-document__fig__item_02 span {
font-size: 85%;
}
}


/* TOPページ「店舗案内」テーブル
-----------------------------------------------------*/
.omise_table-top {
    line-height: 2.4;
    margin: 0 0 50px;
    border: 0;
}
.omise_table-top tbody {
    border: 0;
}
.omise_table-top tr {
    border: solid 0px #333;
    background-color: transparent !important;
}
.omise_table-top td:nth-of-type(1) {
    background: #eee;
    width: 40%;
}
.omise_table-top td {
    padding: 10px 20px !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    border: solid 1px #333;
}
@media screen and (max-width: 769px){
.omise_table-top {
    line-height: 2.0;
    margin: 0 0 50px;
    border: 0;
    font-size: 1rem;
}
.omise_table-top tbody {
    border: 0;
    border-bottom: solid 1px #333;
}
.omise_table-top tr {
    border: 0;
    background-color: transparent !important;
    display: block;
}
.omise_table-top td {
    padding: 3px 7px;
    line-height: 2.0;
    border: 0;
    width: 100% !important;
    display: block;
    font-weight: bold;
    border: solid 1px #333;
    border-bottom: solid 0px #333;
    color: #333;
    font-size: 18px !important;
}
.omise_table-top td:nth-of-type(1) {
    background: #eee;
}
.omise_table-top td:nth-of-type(2) {
    font-weight: normal;
    padding: 3px 7px;
}
}

/* 買取実績ページ pagenation マージン調整
-----------------------------------------------------*/
.page-navigation {
    margin-bottom: 50px !important;
}

/* スマホ時 フッターボタン設定
-----------------------------------------------------*/
@media screen and (max-width: 769px){
	
.sp_footer_btns {
background: none !important;
/*width: calc(100% - 8%) !important;*/
}
.sp_footer_btns ul#sp_footer_nav {
margin: 0 4% !important;
}

.sp_footer_btns ul#sp_footer_nav li {
width: 25% !important;
margin: 7px 7px;
border: 3px solid #fff;
border-radius: 7px;
}
.sp_footer_btns ul#sp_footer_nav li a {
height: 50px !important;
line-height: 50px !important;
text-indent: -9999px !important;
}
	
li.sp-icon_beginner {
background: url(../daikichi-new/assets/images/common/sp-icon_beginner.png) 50% 50% no-repeat #00b900 !important;
background-size: contain !important;
}
li.sp-icon_beginner a {
padding-left: unset !important;
}
	
li.sp-icon_campaign {
background: url(../daikichi-new/assets/images/common/sp-icon_campaign.png) 50% 50% no-repeat #ff6a06 !important;
background-size: contain !important;
}
li.sp-icon_campaign a {
padding-left: unset !important;
}
	
li.sp-icon_item {
background: url(../daikichi-new/assets/images/common/sp-icon_item.png) 50% 50% no-repeat #0084ff !important;
background-size: contain !important;
}
li.sp-icon_item a {
padding-left: unset !important;
}

li.sp-icon_LINE {
background: url(../daikichi-new/assets/images/common/sp-icon_LINE.png) 50% 50% no-repeat #00b900 !important;
background-size: contain !important;
}
li.sp-icon_LINE a {
padding-left: unset !important;
}
	
li.sp-icon_price {
background: url(../daikichi-new/assets/images/common/sp-icon_price.png) 50% 50% no-repeat #0a76da !important;
background-size: contain !important;
}
li.sp-icon_price a {
padding-left: unset !important;
}
	
li.sp-icon_tel {
background: url(../daikichi-new/assets/images/common/sp-icon_tel.png) 50% 50% no-repeat #0c3b95 !important;
background-size: contain !important;
}
li.sp-icon_tel a {
padding-left: unset !important;
}

}

/* テキストをコピーさせない
-----------------------------------------------------
body{
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}*/

/* (.box-res) smp時に出るバナー、smp時も非表示
-----------------------------------------------------*/
@media screen and (max-width: 769px){
.box-res {
display: none !important;	
}
}


/* TOPページ「買取方法について」
-----------------------------------------------------*/
.choice-ttl {
font-size: 2.5em !important;
}
.choice-text-wrap {
margin: 0;
position: relative;
}
.choice-text-box {
width: 55%;
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.choice-text-box p {
font-size: 1.6em;
}
.choice-img {
width: 19%;
max-width: 200px;
position: absolute;
bottom: 0;
left: -5px;
}
.choice-houhou-list {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.choice-houhou-list-item {
width: calc(100% / 3 - 21px * 2 / 3);
}
.choice-houhou-list-item_02 {
width: calc(100% / 2 - 21px * 2 / 3);
}
.choice-houhou-list-item,
.choice-houhou-list-item_02 {
margin: 0 7px 14px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 15px;
border-radius: 5px;
}

.bg-purple {
background-color: #444fc3;
border: 4px solid #05208c;
}
.bg-blue {
background-color: #4486c3;
border: 4px solid #0d62a3;
}
.bg-green {
background-color: #44c36e;
border: 4px solid #00a545;
}

table.res-houhou {
width: 100%;
margin: 0;
border: none !important;
color: #fff;
}
table.res-houhou tbody {
border: none !important;
background: none !important;
}
table.res-houhou th,
table.res-houhou td {
width: 100%;
display: block;
text-align: center;
}
table.res-houhou th {
padding: 15px 10px 10px;
font-size: 1.2em;
}
table.res-houhou td {
padding: 5px 10px 20px;
}
table.res-houhou tr th img {
width: 30px;
margin-right: 5px;
}

@media screen and (max-width: 769px) {
.title-ribbon {
font-size: 1.3em !important;
}
.choice-ttl {
font-size: 1.8em !important;
}
.choice-img {
width: 30%;
}
.choice-text-box {
width: 100%;
padding: 20px 0 0 30%;
}
.choice-text-box p {
text-align: left;
margin-bottom: 0;
padding-bottom: 10px;
font-size: 16px;
}
.choice-houhou-list {
width: 100%;
}
.choice-houhou-list-item,
.choice-houhou-list-item_02 {
width: 100%;
}

.bg-purple {
border: 4px solid #05208c;
}
.bg-blue {
border: 4px solid #0d62a3;
}
.bg-green {
border: 4px solid #00a545;
}

table.res-houhou {
margin: 0;
}
table.res-houhou th,
table.res-houhou td {
padding: 20px 0;
display: table-cell;
}
table.res-houhou th {
width: 40%;
font-size: 20px;
}
table.res-houhou td {
width: 58%;
font-size: 16px;
}
}


/* ｢Googleマップで確認する｣ボタン (PAGE：初めての方)
--------------------------------*/
.btn-wrap-pc-sp {
width: 90%;
margin: 0 auto 50px;
text-align: center;
}

a.btn {
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border-radius: 10px;
}

a.btn--map {
display: block;
padding: 8px 0;
margin-bottom: 5px;
color: #fff;
background: #010755;
border: 5px solid #5794f6;
font-size: 2.0em;
}
a.btn--map:hover {
color: #fff;
}

.map-icon {
width: 25px;
margin-right: 0.2em;
}

.fa-position-right {
position: absolute;
top: calc(50% - 0.55em);
right: 1.8rem;
}

@media screen and (max-width: 769px){
a.btn--map {
font-size: 1.3em;
}
.map-icon {
width: 20px;
}
a.btn--map i {
font-size: 1.5rem;
}
.fa-position-right {
right: 0.4rem;
}
}
/* // ｢Googleマップで確認する｣ボタン (PAGE：初めての方)
--------------------------------*/


/* 初めての方ページ アイコン一覧
--------------------------------*/
dl.icon-style dd {
width: calc((100% / 4) - 10px);
/*float: left;*/
display: inline-block;
margin: 5px 3px;
border: 1px solid #bcc2ff;
border-radius: 2px;
text-align: center;
padding: 10px 0;
font-size: 1.7rem;
line-height: 1.3em;
}
dd.bg01 {
background: #f7f7ff;
}
dd.bg02 {
background: #feffef;
}
dl.icon-style dd img {
width: 90% !important;
margin-bottom: 10px;
}
@media screen and (max-width: 769px){
dl.icon-style dd {
width: calc((100% / 3) - 10px);
/*font-size: 1.2rem;*/
font-size: 0.9rem;
line-height: 1.3em;
}
dl.icon-style dd img {
width: 85% !important;
}
}
/* //初めての方ページ アイコン一覧
--------------------------------*/


/* 初めての方ページ 買取の流れ テーブル
-----------------------------------------------------*/
.hajimete-flow {
margin: 0 0 20px;
border: none !important;
}
.hajimete-flow tbody {
border: none;
background: none;
}
.hajimete-flow td:nth-of-type(1) {
width: 40%;
}
.hajimete-flow td {
padding: 10px;
}
.hajimete-flow td p {
margin-bottom: 0.5px !important;
}
.hajimete-flow td .note {
font-size: 1.2em !important;
line-height: 1.3em !important;
margin-bottom: 0 !important;
}
.mb90 {
margin-bottom: 90px !important;
}
@media screen and (max-width: 769px){
.hajimete-flow {
margin: 0 0 15px;
}
.hajimete-flow td {
padding: 3px 7px;
width: 100% !important;
display: block;
font-size: 1.3em;
}
.hajimete-flow td p {
margin-bottom: 0.5px !important;
}
.hajimete-flow td .note {
margin-bottom: 0 !important;
color: red;
}
.mb90 {
margin-bottom: 50px !important;
}
}
/* // 初めての方ページ 買取の流れ テーブル
-----------------------------------------------------*/


/* 下層ページ「高評価をいただき3冠達成」
-----------------------------------------------------*/
html .frame_02 .top_read3 {
font-size: 18px !important;
line-height: 1.6em !important;
font-weight: bold;
padding: 20px 0 0;
display: block;
text-align: center;
}
@media screen and (max-width: 769px){
html .frame_02 .top_read3 {
font-size: 16px !important;
line-height: 1.6 !important;
font-weight: normal !important;
}
}
/* // 下層ページ「高評価をいただき3冠達成」
-----------------------------------------------------*/

/* カテゴリ別バナー マージン(20240119)
-----------------------------------------------------*/
.btn_brands a {
    margin: 0 0 20px !important;
}
/* // カテゴリ別バナー マージン
-----------------------------------------------------*/

/* 下層ページ「買取ページ」枠組みリスト
-----------------------------------------------------*/
.list-style_01 {
text-align: center;
}
.list-style_01 li {
display: inline-block;
padding: 10px 20px;
margin: 7px;
font-size: 20px;
font-weight: bold;
border: 1px solid #183698;
background: #f4f4f4;
list-style: none;
border-radius: 10px;
}
@media screen and (max-width: 769px){
.list-style_01 li {
padding: 10px;
margin: 7px 2px;
font-size: 18px;
}
}
.under-line_yellow {
background: linear-gradient(transparent 60%, #ffffae 60%);
font-weight: bold;
}
/* // 下層ページ「買取ページ」枠組みリスト
-----------------------------------------------------*/

/* 初めての方ページ 買取大吉の特徴 内 フォントサイズ
-----------------------------------------------------*/
html .hentry .entry-content p {
font-size: 18px !important;
line-height: 1.6 !important;
}
/* // 初めての方ページ 買取大吉の特徴 内 フォントサイズ
-----------------------------------------------------*/

/* 買取商品ページ「状態が悪くてもお買取致します」下ボタン
-----------------------------------------------------*/
.top_news_btn-02 {
display: inline-block;
height: 60px;
width: 220px;
line-height: 54px;
background: #183698;
text-align: center;
font-size: 18px;
font-weight: bold;
margin: 0 10px 10px;
color: #fff !important;
border-radius: 10px;
border: 3px solid yellow;
}
.top_news_btn-02 img {
width: 30px;
margin-right: 5px;
}
@media screen and (max-width: 769px){
.top_news_btn-02 {
height: 50px;
width: 175px;
line-height: 46px;
font-size: 16px;
margin: 0 2px 10px;
}
}
/* // 買取商品ページ「状態が悪くてもお買取致します」下ボタン
-----------------------------------------------------*/

/* 買取商品ページ「買取できない商品」モーダル設定
-----------------------------------------------------*/
.modal_style {
overflow: hidden;
margin-bottom: 60px !important;
}
.modal_style ul {
margin: 0 0 0 1.5em !important;
}
.modal_style p.ml05 {
margin: 0 0 0 0.5em;
}
/* // 買取商品ページ「買取できない商品」モーダル設定
-----------------------------------------------------*/

/* TOPページ 冒頭説明文と
下部「日本マーケティングリサーチ機構調べ」sp時の文字サイズ
-----------------------------------------------------*/
@media screen and (max-width: 769px){
html .top_oneclum .top_read,
html .frame_02 .top_read3 {
font-size: 18px !important;
}
}
/* // TOPページ 冒頭説明文と
下部「日本マーケティングリサーチ機構調べ」sp時の文字サイズ
-----------------------------------------------------*/

@media screen and (min-width: 769px){
html .content {
background: url(../daikichi-new/assets/images/common/bg.png) !important;
}
html .top_oneclum {
background: none !important;
}
}
@media screen and (max-width: 769px){
html .content {
background: url(../daikichi-new/assets/images/common/bg.png) !important;
}
html .top_oneclum {
background: none !important;
}
}


/* ホームページ背景色変更
-----------------------------------------------------*/

@media screen and (min-width: 769px){
html .content {
background: url(../daikichi-new/assets/images/common/bg.png) !important;
}
html .top_oneclum {
background: none !important;
}
}
@media screen and (max-width: 769px){
html .content {
background: url(../daikichi-new/assets/images/common/bg.png) !important;
}
html .top_oneclum {
background: none !important;
}
}

/* 左右いっぱいに背景色
-----------------------------------------------------*/
.bg-color {
border-image: linear-gradient(#fff,#fff) fill 0//0 100vw 0 100vw;
padding: 100px 0;
/*margin: 50px 0;*/
}

.bg-color2 {
border-image: linear-gradient(#f3f3f3,#f3f3f3) fill 0//0 100vw 0 100vw;
padding: 50px 0;
/*margin: 50px 0;*/
}


/* 背景ボックス色
-----------------------------------------------------*/
.bg-box {
background: #ece8dd;
margin: 50px 0;
padding: 20px 20px 5px;
border-radius: 7px;
}
@media screen and (max-width: 769px){
.bg-box {
padding: 20px 10px 5px;
}
}

/* もっと見るボタン
-----------------------------------------------------*/
html .top_news_btn {
display: block !important;
height: 36px !important;
width: 250px !important;
line-height: 36px !important;
background: #183698 !important;
text-align: center !important;
font-size: 14px !important;
margin: 10px auto 60px !important;
color: #fff !important;
border-radius: 18px !important;
}


/*-- Flex box
------------------------------------------------------*/
.flex_wrap {
width: 100%;
}

/*-- BASE css --*/
.flex {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.flex-reverse {
flex-direction: row-reverse;
}
.flex-content_left {
width: 50%;
margin: 0 10px;
}
.flex-content_right {
/*100％から左コンテンツの％を引いてから左右コンテンツのマージンの合計(ここでは全て10pxなので計40px)を引く*/
width: calc((100% - 50%) - 40px);
margin: 0 10px;
}
.flex-content_txt {
font-size: 20px !important;
}
.flex-content_left img,
.flex-content_right img {
max-width: 100%;
height: auto;
}

/*-- 当店の特徴 css --*/
.flex-tokutyo {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 2px solid #000;
}
.flex-tokutyo:last-child {
border-bottom: none;
}
.flex-reverse-tokutyo {
flex-direction: row-reverse;
}
.flex-content_left-tokutyo {
width: 30%;
margin: 0 10px;
text-align: center;
}
.flex-content_left-tokutyo_innner {
position: relative;
top: calc(50% - 0px);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.flex-content_right-tokutyo {
width: calc((100% - 30%) - 40px);
margin: 0 10px;
}
.flex-content_left-tokutyo img {
width: 100%;
max-width: 100px;
margin: 0 auto 10px;
}
.tokutyo_txt-01 {
font-size: 20px;
font-weight: bold;
margin: 0;
line-height: 1.3;
}
.tokutyo_txt-01 span {
font-size: 1.4em;
color: red;
}
.tokutyo_txt-02 {
font-size: 20px;
font-weight: bold;
margin: 0;
}

/*-- 高価買取ができる理由 css --*/
.flex-kouka {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.flex-reverse-kouka {
flex-direction: row-reverse;
}
.flex-content_left-kouka {
width: 35%;
margin: 0 10px;
}
.flex-content_right-kouka {
width: calc((100% - 35%) - 40px);
margin: 0 10px;
}
.flex-content_right-kouka_innner {
position: relative;
top: calc(50% - 10px);
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}

@media only screen and (max-width:480px){
.flex_wrap {
margin: 0;
}

/*-- BASE css（w480以下） --*/
.flex {
flex-direction: column;
}
.flex-reverse {
flex-direction: column;
}
.flex-content_right,
.flex-content_left {
width: calc(100% - 20px);
}
.flex-content_txt {
font-size: 18px !important;
}

/*-- 当店の特徴 css（w480以下） --*/
.flex-tokutyo {
flex-direction: column;
}
.flex-reverse-tokutyo {
flex-direction: column;
}
.flex-content_right-tokutyo,
.flex-content_left-tokutyo {
width: calc(100% - 20px);
}
.flex-content_left-tokutyo {
margin-bottom: 10px;
}
.flex-content_left-tokutyo_innner {
-webkit-transform: none;
transform: none;
}
.flex-content_left-tokutyo img {
max-width: 200px;
margin: 0 auto;
}
.flex-content_left-tokutyo br {
display: none;
}

/*-- 高価買取ができる理由 css（w480以下） --*/
.flex-kouka {
flex-direction: column;
}
.flex-reverse-kouka {
flex-direction: column;
}
.flex-content_left-kouka,
.flex-content_right-kouka {
width: calc(100% - 20px);
}
.flex-content_right-kouka_innner {
position: static;
-webkit-transform: none; /* Safari用 */
transform: none;
margin-top: 10px;
}

}
/*-- Flex box
------------------------------------------------------*/


/* 背景塗りつぶし
上下にだけ線
-----------------------------------------------------*/
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
}
	
.sample_box8 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#f4f9ff;/*背景色*/
    border:1px solid #84c1ff;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
}
.sample_box8 p {
    margin: 0; 
    padding: 0;
}
    margin: 0; 
    padding: 0;
}


