@charset "UTF-8";

/*共通*/
p {
    line-height: 1.6;
    word-wrap: break-word;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif , 'ヒラギノ角ゴ Pro W3';
}

.contents{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #333;
    background: #fff;
}

.contents-box{
	max-width: 1100px;
	margin: 0 auto;
	box-sizing:border-box;
}

a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}

.pc_ds{
    display: block;
}

.sp_ds{
    display: none;
}

img{
    max-width: 100%;
}

/*テキスト*/
h2{
    text-align: center;
    font-size: 40px;
    padding: 2%;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    background-color: #007dff;
}

h3 {
    font-size: 23px;
    padding: 2% 0;
    line-height: 1.2;
    font-weight: bold;
}

.comment {
    font-size: 26px;
    font-weight: bold;
}

.tex_bg{
    font-size: 145%; 
}

b{
    font-weight: bold;
    font-size: 125%; 
}

.tex_sm{
    font-size: 70%;
}
.tyuu{
    font-size: 12px;
}
.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fbf24b 0%)repeat scroll 0 0;
}
.co_r{
	color: #f9234b;
}
.co_e{
	color: #fbf24b;
}
.tex_r{
    text-align: right;
}
.tex_c{
    text-align: center;
}

/*margin*/
.mt10{
    margin-top: 10px; 
}
.mt20{
    margin-top: 20px; 
}
.mt30{
    margin-top: 30px; 
}
.mt40{
    margin-top: 40px; 
}
.mb10{
    margin-bottom: 10px; 
}
.mb20{
    margin-bottom: 20px; 
}
.mb30{
    margin-bottom: 30px; 
}
.mb40{
    margin-bottom: 40px; 
}

.pl10{
    padding-left: 10px;
}

/*ポジション*/
.po_r{
    position: relative;
}

.po_a{
    position: absolute;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*ボタン*/
div.btn{
    background-color: #f9234b;
    border-radius: 100px;
    display: inline-block;
    padding: 3% 6%;
}
.btn-ma{
    text-align: center;
}
.btn-ma a{
    display: contents;
}
.btn p{
    z-index: 999;
    position: relative;
    display: block;
}
a .btn p{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}


/*ボタン波動*/
@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}

div.btn {
    position: relative;
    transition: .2s;
}
div.btn:before, div.btn:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 90%;
    top: 5%;
    left: 3%;
    border-radius: 100px;
    background: #f9234b;
    border: 1px solid #f9234b;
    transform: translate3d(0,0,0);
}
div.btn:before {
    animation: anime 2s ease-out infinite;
}
div.btn:after {
    animation: anime 2s ease-out 1s infinite;
}

div.btn span {
    display: block;
    position: relative;
    font-family: sans-serif;
}
div.btn span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7%;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(5px) rotate(45deg);
}

/*header*/
header{
    padding: 1%;
}

/*footer*/
footer{
    background-color: #007dff;
    padding: 3% 0;
}
.foo{
    color: #fff;
}
.foo-frx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.foo-frx2{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3%;
}
.foo p{
    margin-left: 3%;
}
.foo-frx2 a{
    color: #fff;
    text-decoration: revert; 
}
.foo-frx2 a:hover{
    text-decoration: none; 
}

/*アンカー*/
.floating{
    display: none;
}

/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.contents{
    width: 100%;
}

.sp_ds{
    display: block;
}

.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

.contents_wrapper {
    width: 100%;
}

.w80{
    width:100%;
}

.step_ma {
    margin: 7vw 0 8vw;
}

/*テキスト*/
h2{
    font-size: 1.2em;
    padding: 5% 3%;
}
h3 {
    font-size: 20px;
}

.tyuu{
    font-size: 10px;
}

/*ボタン*/
div.btn{
    padding: 3% 10%;
}
a .btn p{
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
}


/*header*/
header{
    padding: 2%;
}
header a{
    width: 50%;
    display: block;
}
/*footer*/
footer{
    padding: 3% 0 0;
}
.foo-frx{
    align-items: center;
    justify-content: flex-start;
    padding: 0 3%;
}
.foo-frx2{
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}
.foo p{
    margin-left: 3%;
}
.foo-frx2 a{
    text-decoration: none;
    border-top: 1px solid #fff;
    width: 94%;
    padding: 7% 3%;
    display: block;
    position: relative;
    font-family: sans-serif;
}
.foo-frx2 a:last-child{
    border-bottom: 1px solid #fff;
}

.foo-frx2 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(5px) rotate(45deg);
}

/*アンカー*/
.floating{
    display: none;
}
.anchor1{
    text-align: right;
    margin: 1% 3%;
    position: fixed;
    z-index:999;
    bottom: 45%;
    right: 0;
}
/*アンカーボタン*/
.anchor2{
    margin: 3%;
    position: fixed;
    bottom: 1%;
    z-index:998;
}

/*メニュー*/
input[type="checkbox"] {
  display: none;
}
.container {
    position: fixed;
    bottom: 14%;
    right: 0;
    z-index:997;
}
.btn-anchor {
  background: #025cb5;
  border: none;
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
.btn--large {
  width: 80px;
  height: 80px;
}
.btn--menu:after,.btn--menu:before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 27%;
    transition: transform 100ms;
}
.btn--menu:after {
  transform: translateY(-5px);
}
.btn--menu:before {
  transform: translateY(5px);
}
.btn--share , .btn--star , .btn--comment , .btn--voice , .btn--buy , .btn--top{
  background: #8be2ff;
  font-weight: bold;
}
.btn--share a , .btn--star a , .btn--comment a , .btn--voice a , .btn--buy a , .btn--top a{
  color: #025cb5;
}
.actions-menu {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
}
.actions-menu .btn-anchor {
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: 0;
  transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
              left 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
              opacity 200ms;
}
.actions-menu .btn--menu {
  position: absolute;
  opacity: 1;
  top: -40px;
  left: -20px;
  z-index: 999;
}
.btn--menu, #actionMenuButton:checked + .actions-menu > .btn-anchor {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
#actionMenuButton:checked + .actions-menu > .btn--menu:after {
  transform: rotate(45deg);
}
#actionMenuButton:checked + .actions-menu > .btn--menu:before {
  transform: rotate(-45deg);
}
#actionMenuButton:checked + .actions-menu > .btn--share {
top: -140px;
left: -20px;
}
#actionMenuButton:checked + .actions-menu > .btn--star {
top: -200px;
left: -105px;
}
#actionMenuButton:checked + .actions-menu > .btn--comment {
left: -190px;
top: -140px;
}
#actionMenuButton:checked + .actions-menu > .btn--voice {
top: -40px;
left: -190px;
}
#actionMenuButton:checked + .actions-menu > .btn--buy {
top: 0px;
left: -105px;
}
#actionMenuButton:checked + .actions-menu > .btn--top {
  left: -105px;
  top: -100px;
}
}

/*--------------------------TOPページ-----------------------------*/
/*mv*/
.mv{
	background-image: url(../img/mv_bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.mv-contents{
    padding: 2% 1% 1%;
}
.mv_under{
    background-image: linear-gradient(0deg, rgba(4, 52, 125, 1), rgba(50, 100, 175, 1));
    padding: 1%;
    color: #fff;
}
.mv_under a{
    text-decoration: revert;
}

@media (max-width: 767px) {
.mv{
	background-image: url(../img/mv_bg_sp.jpg);
}
.mv-contents{
    padding: 1% 2% 1%;
}
.mv-contents.contents-box.sp_ds a{
    width: 35%;
    display: block;
    margin-bottom: 10px;
}
.mv_under{
    padding: 2%;
}
.mv-img{
    margin-top: 1%;
}
}

/*お問い合わせボタン*/
.contact-btn{
    text-align: center;
    padding: 4% 0 10%;
}
.contact-btn p{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 2%;
    z-index: 99;
}
@media (max-width: 767px) {
.contact-btn p{
    font-size: 1em;
    margin-bottom: 2%;
}  
.contact-btn {
    padding: 5% 0 15%;
}
}

/*scroll*/
.scro{
    bottom:-50px;
    z-index: 888;
}
.scro-box p.scro-icon{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.scro-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #007dff;
    text-align:center;
    line-height: 80px;
    margin-right: 2%;
    color: #fff;
}
.scro-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 65% - 0px );
    left: 42%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(135deg);
}

@media (max-width: 767px) {
.scro{
    bottom:-50px;
}
.scro-box p.scro-icon{
    font-size: 18px;
}
.scro-icon{
    width: 80px;
    height: 80px;
    line-height: 65px;
}
.scro-icon::before {
    width: 8px;
    height: 8px;
}
}

/*キャンペーン*/
.cp{
    background-color: #8be2ff;
    padding: 10% 0 5%;
}
.cp_contents{
    background-color: #fff;
    padding: 4px;
    margin: 0 2%;
}
.cp_contents2{
    border: 2px solid #8be2ff;
    padding: 4% 2% 2%;
}
.cp-days{
    background-color: #04347d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    top: -30px;
    left: 2%;
    padding: 1% 2%;
    font-size: 20px;
}
.cp_frx{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.cp_img{
    width: 10%;
    margin-right: 2%;
}
.cp_txt{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
}
.days_img p{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 2%;
}
.lead {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
.cp {
    padding: 20% 0 10%;
}
.cp_img {
    width: 20%;
}
.cp_txt {
    font-size: 16px;
}
.days_img p {
    font-size: 1.2em;
}
.cp-days{
    font-size: 16px;
    top: -25px;
}
}

/*高価買取*/
.buy-contents{
    padding: 5% 0 5%;
}
.buy-frx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.buy_img{
    margin-right: 1%;
}
.buy-frx p{
    font-size: 25px;
    font-weight: bold;
}
.buy-contents p{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.buy_img2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}
p.buy-frx-tex{
    font-size: 25px;
    text-decoration: underline;
    line-height: 1.7;
    margin-right: 1%;
}
.buy_img2 div{
     width: calc(80% / 3);
    font-size: 10px;
}
@media (max-width: 767px) {
.buy-contents {
    padding: 5% 4% 5%;
}
.buy-frx {
    display: block;
    text-align: center;
}
.buy_img {
    max-width: 60%;
    margin: 0 auto 1%;
}
.buy-contents p {
    font-size: 1em;
}
p.buy-frx-tex {
    margin-right: 0;
}
.buy_img2 {
    margin: 5% 0;
}
}

/*5冠達成*/
.satisfaction-box{
	background-image: url(../img/satisfaction-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding: 5% 0 2%;
}
.satisfaction-box p{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.satisfaction-frx{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin: 3%;
}

@media (max-width: 767px) {
.satisfaction-box p{
    font-size: 0.9em;
    padding: 2%;
}
.satisfaction-frx{
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.satisfaction-frx div{
    width: calc(96% / 3);
}
}

/*オススメ*/
.recommendation-box{
    background-color: #eefbff;
    padding: 5% 0 2%;
}
.recommendation-contents{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding: 2% 4%;
    margin: 3% 3% 12%;
    border: 5px solid #04347d;
}
.recomm-img{
    bottom: -33%;
    left: 2%;
}

.recommendation-frx{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.recomm-img2{
    width: 28%;
}

.triangle{
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #8be2ff;
	margin: 3% auto;
}
.recomm-txt{
    
}
.recomm-txt p{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.recomm-frx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 1%;
}
p.tyuu-wk {
    padding: 3%;
    font-size: 12px;
    color: #888;
    border: 1px solid #888;
    margin: 5% 3% 5%;
}
.tyuu-wk a:link{
    color: #888;
    text-decoration: underline;
}

@media (max-width: 767px) {
.recommendation-contents {
    font-size: 17px;
    margin: 3% 3% 20%;
    padding: 4%;
}
.recomm-img {
    bottom: -35%;
    left: -2%;
    width: 30%;
}

.recommendation-frx{
    display: block;
}

.recomm-img2{
    width: 96%;
    text-align: center;
    padding: 0 2%;
    margin-bottom: 7%;
}

.recomm-txt p {
    font-size: 20px;
}
.recomm-frx {
    display: block;
    text-align: center;
}
p.tyuu-wk {
    font-size: 10px;
}
}
/*買取価格・実績*/
.achievement{
	background-image: url(../img/achievement-bg.jpg);
    padding: 3% 0 2%;
}
.achievement-txt{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 3% 3%;
}
.achievement-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1% 0 0;
}
.achievement-box2{
    width: calc(90% / 2);
    padding: 2%;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.achievement-tit{
    font-size: 20px;
    font-weight: bold;
    color: #007dff;
    margin-bottom: 4%;
}
.achievement-rank{
    font-weight: bold;
    font-size: 18px;
}
.achievement-price{
    font-weight: bold;
    font-size: 25px;
}
.achievement-img{
    width: 20%;
    margin-right: 4%;
}

@media (max-width: 767px) {
.achievement {
    padding: 5% 2% 5%;
}
.achievement-txt {
    font-size: 20px;
}
}


/*ポップアップ*/
.pop{
    text-align: center;
    text-decoration: underline;
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 45%;
    max-width: 900px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 2%;
    right: 2%;
    font-size: 30px;
}
.test_table {
    font-size:16px;
    text-align:center;
    margin-top:33px;
}
.test_tyusyaku {
    font-size: 11px ;
    color:#444;
    text-align:right;
}
@media (max-width: 767px) {
.test_tyusyaku {
    font-size: 10px;
    color:#444;
    text-align: right;
    margin-bottom: 22px;
}
.test_table {
    font-size: 15px ;
    text-align:center;
    margin-top:12px;
    margin-bottom: 11px;
}
}
.window table{
        margin: 5%;
}
.window tr{
    border-bottom: 1px solid #888;
    text-align: left;
}
.window tr:last-child{
    border-bottom: none;
}
.window td , .window th{
    padding: 2%;
}
.window th{
	width: 30%;
}

/*シュミレーター*/
/*アコーディオン*/
/*ベース*/
.toggle2 {
	display: none;
}
.Label2 {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
	max-width: 40%;
    margin: 5% auto 0;
}
.Label2::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label2,
.content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content2 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle2:checked + .Label2 + .content2 {	/*開閉時*/
	height: auto;
    padding: 3%;
    transition: all .3s;
    background-color: #fff;
    margin: 2% 0;
}
.toggle2:checked + .Label2::before {
	transform: rotate(-45deg) !important;
}

.col-auto.my-1{
    text-align: center;
    margin: 1%;
    font-size: 20px;
    font-weight: bold;
}
.col-auto.my-1 .form-control{
    padding: 1% 3%;
    font-size: 20px;
    margin: 2% 2% 3%;
}

.col-auto.my-5 p{
    text-align: center;
    margin: 2%;
    font-size: 20px;
    font-weight: bold;
}

/*表*/
table{
    width: 100%;
    table-layout: fixed;
}
.tabl{
    margin: 1% auto;
    width: 1000px;
    padding: 1%;
}
.tabl td, .tabl th {
    padding: 2%;
    text-align: center;
    vertical-align:middle;
    border: 4px solid #fff;
    font-weight: bold;
}
.tabl td{
    background-color: #eefbff;
}
.tabl th {
    background-color: #f4f4f4;
}
.tabl th.bff {
    background-color: #fff;
    font-size: 14px;
}
.tabl th.bff img {
    max-height:180px;
}

@media (max-width: 767px) {
.window {
    width: 80%;
}
.Label2 {
    max-width: 90%;
    margin: 5% auto 0;
}
.achievement-box2 {
    display: block;
}
.achievement-box{
    margin: 1%;
}
.achievement-pc {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}
.achievement-t{
    width: 70%;
}
.achievement-img {
    width: 25%;
    margin-right: 2%;
}
.achievement-tit {
    font-size: 15px;
}
.achievement-rank {
    font-size: 15px;
}
.achievement-price {
    font-size: 0.9em;
}
.col-auto.my-1 {
    font-size: 20px;
    line-height: 1.5;
}
.col-auto.my-5 div#Box0 , .col-auto.my-5 div#Box1 , .col-auto.my-5 div#Box2 , .col-auto.my-5 div#Box3 , .col-auto.my-5 div#Box4 , .col-auto.my-5 div#Box5 , .col-auto.my-5 div#Box6 , .col-auto.my-5 div#Box7 , .col-auto.my-5 div#Box8 {
    width: 100%;
    overflow: scroll;
}
.col-auto.my-5 div#Box5 .tabl , .col-auto.my-5 div#Box6 .tabl , .col-auto.my-5 div#Box7 .tabl , .col-auto.my-5 div#Box8 .tabl {
    width: 600px;
}

.col-auto.my-5 p{
    font-size: 18px;
}

/*表*/
.tabl{
    width: 800px;
}
.tabl td, .tabl th{
    padding: 2% 1%;
}
.tabl th.kote {
    width: 100px;
    position: sticky;
  left: 0;
}
.tabl td {

}
}

/*ページ内アンカー*/
.pageanchor-box{
	background-image: url(../img/pageanchor_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding: 3% 0;
    text-align: center;
}
.pageanchor-box h2{
    background-color: unset;
}
.pageanchor-box p{
    text-align: center;
    color: #fff;
}
.pageanchor-frx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 5%;
}
.pageanchor-frx div{
    width: calc(90% / 3);
}
p.pageanchor-btn{
    background-color: #fff;
    padding: 8% 6%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
}
p.pageanchor-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 8px );
    right: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(135deg);
}

@media (max-width: 767px) {
.pageanchor-frx div {
    width: calc(90% / 2);
    margin: 0 auto;
}
.pageanchor-frx {

}
p.pageanchor-btn {
    padding: 5% 20% 5% 6%;
    font-size: 0.8em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/*他社での買取依頼はちょっと待った！その業者は本当に大丈夫？*/
.wait-box{
    padding: 0 0 5%;
}
.wait-frx{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 6% 2%;
}
.wait-frx p{
    width: calc(94% / 2);
}
.wait-frx p span{
    color: #04347d;
    text-decoration: underline;
}
.wait-img{
    width: calc(94% / 2);
}
.wait-img img{
    margin: 0 0 3%;
}
.wait-box2{
    border: 5px solid #8be2ff;
}
.wait-tit{
    background-color: #8be2ff;
    padding: 1%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.wait-txt{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 3%;
}
.wait-frx2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wait-img2{
    margin-right: 1%;
}
.wait-img3{
    margin: 4%;
}
.wait-txt2{
    text-align: left;
    font-size: 16px;
}
.wait-txt2 span.co_r{
text-decoration: underline;
}

@media (max-width: 767px) {
.wait-frx {
    align-items: stretch;
    flex-direction: column;
    margin: 6% 4%;
}
.wait-frx p {
    width: 100%;
}
.wait-img {
    width: 100%;
    margin: 5% 0 0;
}
.wait-box2 {
    margin: 3%;
}
.wait-txt {
    font-size: 18px;
    padding: 3%;
}
.wait-frx2 {
    align-items: center;
    flex-direction: column;
}
.wait-img2 {
    margin-right: 0;
    margin-bottom: 2%;
}
.wait-img3 {
    margin: 6% 2%;
}
}

/*流れ*/
.flow-box{
    padding: 0 0 7%;
}
.flow-txt{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 4% 2%;
}
.flow-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    border-bottom: 1px solid #888;
}
.flow-contents:last-child{
    border-bottom: none;
}
.flow-tex{
    width: calc(98% / 2);
    padding: 1%;
}
.flow-tex .open{
    text-decoration: underline;
}
.flow-tit{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4%;
}
.flow-tex a{
    text-decoration: underline;
    color: #000;
}
.flow-tex a:hover , .flow-tex .open:hover{
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 767px) {
.flow-txt {
    font-size: 18px;
}
.flow-tit {
    font-size: 1em;
}
.flow-contents-txt{
    font-size: 12px;
}
.flow-tex{
    width: 60%;
}
.flow-tex .open {
    line-height: 1.5;
    font-size: 0.8em;
}
.flow-tex a{
    font-size: 0.8em;
}
.flow-img{
    width: 37%;
}
}

/*ポップアップ*/
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window2 {
	width: 80%;
	max-width: 700px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-up2-contents{
    padding: 7% 0;
}
.pop-up2-frx{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.pop-up2-frx p{
	width: 45%;
}
.pop-up2-img{
	width: 45%;
}
.pop-up2-box{
    margin-top: 3%;
}
.pop-up2-tit{
    width: 96%;
    padding: 1% 2%;
    border-bottom: 1px solid #888;
    margin-bottom: 1%;
}
.pop-up2-txt{
    padding: 1% 2%;
}
@media (max-width: 767px) {
.pop-up2-contents{
    padding: 10% 5%;
}
.window2 {
	width: 90%;
}
}

/*理由*/
.cause-box{
    background-color: #eefbff;
    padding: 0 0 5%;
}
.cause-frx{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5% 2%;
}
.cause-frx2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 2%;
}
.cause-txt{
	width: 48%;
}
.cause-img{
	width: 48%;
}

@media (max-width: 767px) {
.cause-frx {
    flex-direction: column;
    align-items: stretch;
}
.cause-frx2 {
    flex-direction: column;
    align-items: stretch;
}
.cause-txt{
	width: 100%;
}
.cause-img{
	width: 100%;
	margin: 4% 0;
}
}


/*お客様の声*/
.voice-box{
    padding: 0 0 7%;
}
.voice-txt{
    text-align: center;
    font-size: 20px;
    margin: 4% 2%;
    font-weight: bold;
}

/*スライダー*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin:25px auto 0;
}

.slick-slide img {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}

.slick-list {
    overflow: inherit;
}

/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    left: 22.7%;
    z-index: 999;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 24.2%;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-next:before {
    content: '▶';
}
.slick-prev:before {
    content: '◀';
}
.slick-prev:before, .slick-next:before{
    color: #04347d;
    font-size: 40px;
}
ul {
    padding-inline-start: 0px;
}

.voice-sli{
        margin: 5% 0;
}
.slide_contents{
    border: 2px solid #000;
    max-width: 900px;
    width:45vw!important;
    border-radius: 10px;
    margin-bottom: 30px;
}
.voice-sli-frx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 3% 5%;
}
.voice-sli-txt{
    width: 75%;
}
.voice-sli-txt2{
    margin-bottom: 1%;
}
.voice-sli-txt3{
    margin-bottom: 1%;
    font-size: 20px;
    font-weight: bold;
}
.voice-sli-txt4{
    margin-bottom: 1%;
    font-size: 20px;
    font-weight: bold;
}
.voice-sli-img{
    width: 25%;
}
.slide_contents2{
    padding: 2% 0;
    background-color: #eefbff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.voice-sli-tit{
    padding: 0 5%;
    font-weight: bold;
    font-size: 18px;
}
.voice-sli-img2{
    width: 20%;
    margin-right: 3%;
}
.slide_contents2 .voice-sli-frx p{
    width: 80%;
}

@media (max-width: 767px) {
.voice-txt {
    font-size: 1em;
}
.slide_contents{
    margin-bottom: 10px;
}

.voice-sli-txt{
    width: 70%;
}

.voice-sli-img{
    width: 30%;
}

.voice-sli-txt3 , .voice-sli-txt4{
    font-size: 18px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    margin: 0 auto;
}

li.slide_contents{
    width: 85vw!important;
    font-size: 14px;
}

/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    left: 0;
    z-index: 999;
    display: none!important;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 3%;
    z-index: 999;
    display: none!important;
}
}

/*宅配買取ってなに*/
.why-box{
    padding: 0 0 7%;
    background-color: #8be2ff;
}
.why-box-frx{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
}
.why-box-frx2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}
.why-box-txt{
    width: 45%;
}
.why-box-img{
    width: 45%;
}

@media (max-width: 767px) {
.why-box-frx {
    flex-direction: column;
    align-items: stretch;
    margin: 5% 3%;
}
.why-box-frx2{
    flex-direction: column;
    align-items: stretch;
    margin: 5% 3%;
}
.why-box-txt{
    width: 100%;
}
.why-box-img{
    width: 100%;
    margin-top: 4%;
}
}

/*faq TOP*/
.faq-box-top{
    padding: 0 0 7%;
}
.faq-box-top p.faq-box-top-txt{
    text-align: center;
    font-size: 20px;
    margin: 4% 2%;
    font-weight: bold;
}
.faq-box-top .question{
    padding: 2% 0;
    border-top: 1px solid #006ba2;
}
.faq-box-top .question-ls{
    border-bottom: 1px solid #006ba2;
}
.faq-box-top .question:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3%;
    width: 15px;
    height: 15px;
    margin: -7px 0 0 0;
    border-right: 2px solid #006ba2;
    border-top: 2px solid #006ba2;
    transform: translateX(5px) rotate(45deg);
}
.faq-box-top a:link{
    color: #000;
}
.faq-box-top a:visited,.faq-box-top a:hover,.faq-box-top a:active {
    color: #000;
    text-decoration: none;
}

@media (max-width: 767px) {
.faq-box-top p.faq-box-top-txt {
    font-size: 18px;
}
.faq-box-top .question {
    margin: 0 3%;
}
}

/*--------------------------faqページ-----------------------------*/
.faq-contents-tex{
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
    font-size: 1.2em;
}

.qa{
    padding: 2% 1%;
    border-top: 1px solid #006ba2;
}

.qa:last-child{
    border-bottom: 1px solid #006ba2;
}

.question{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    font-size: 1.3em;
}

.answer{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1em;
    margin-top: 4%;
}

.question-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #006ba2;
    text-align:center;
    line-height: 50px;
    margin-right: 2%;
    color: #fff;
}

.answer-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f9234b;
    color: #fff;
    text-align:center;
    line-height: 50px;
    margin-right: 2%;
    font-weight: bold;
    font-size: 1.3em;
}

.question-tex{
    width: 92%;
    font-size: 90%;
}

.answer-tex{
    width: 92%;
    font-size: 90%;
    padding-top: 1%;
}

.answer-fex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1% 0;
}
.answer-fex div{
    width: 30%;
}

.answer-p{
    max-width: 90%;
    font-size: 1em;
}

.answer-p h3 span{
    padding: 1% 2%;
    background-color: #007fff;
    color: #fff;
    font-size: 80%;
    margin-right: 10px;
    border-radius: 50px;
}

.accordion{
    margin-bottom: 5%;
}

/*アコーディオン*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #006ba2;
	border-right: 2px solid #006ba2;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content2 {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content2 {	/*開閉時*/
	height: auto;
	padding: 1% 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


@media (max-width: 767px) {
.faq-contents{
    padding: 1% 3%;
}
.qa {
    padding: 3%;
}

.question {
    font-size: 1.2em;
}

.answer {
    font-size: 1.1em;
    margin-top: 5%;
}
.question-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 3%;
}

.answer-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 3%;
}
.question-tex{
    width: 70%;
}
.answer-tex{
    width: 80%;
}
.Label::before{		/*タイトル横の矢印*/
	top:calc( 50% - 9px );
}
}



/*--------------------------会社概要ページ-----------------------------*/
.company-box {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 2%;
}
.company-contents table , .company-contents td, .company-contents th {
	border: 4px solid #fff;
	border-collapse: collapse;
}
.company-contents td, .company-contents th {
	padding: 2%;
}
.company-contents table{
    width: 100%;
}
.company-contents td{
    background-color: #f5f5f5;
}
.company-contents th {
	background: #025cb5;
    color: #fff;
    font-weight: bold;
    width: 15%;
    text-align: left;
}

.shop-box , .privacy-box , .buy-box{
    margin-top: 2%;
    margin-bottom: 4%;
    padding: 2%;
}
.shop-box p , .privacy-box p , .buy-box p{
    margin-top: 1%;
    margin-bottom: 2%;
}
.shop-box p.shop-p{
    margin-bottom: 10%;
}
.shop-frx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-frx a{
    margin:2% 1%;
}
.privacy-box h3 , .buy-box h3{
    margin: 6% 0 0;
    padding: 0 0 1%;
}
p.privacy-lis{
    line-height: 2;
    margin-top: 0;
}

@media (max-width: 767px) { 
.company-contents td, .company-contents th {
	padding: 3%;
	line-height: 1.5;
}
.company-contents th {
    width: 35%;
}
.company-box , .shop-box , .privacy-box , .buy-box{
    margin-top: 3%;
    margin-bottom: 10%;
}
.shop-box p , .privacy-box p , .buy-box p{
    margin-top: 4%;
    margin-bottom: 10%;
}
}
.kaitori_kyoka_area{
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgb(0 0 0 /20%));
}
.kaitori_contents{
    padding: 30px 92px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.kaitori_lead{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #007dff
}
.toc_number{
    color: #007dff;
    font-weight: bold;
    margin-right: 15px;
}
.kaitori_terms{
    margin-bottom: 10px;
}

@media (max-width: 767px) { 
    .kaitori_contents{
        padding: 20px;
    }

    .kaitori_lead{
        font-size: 20px;
    }
}
/* 改行レスポンシブ */ 
@media (min-width: 768px) { 
    .br-sp {  
        display: none;  
    }  
}      
@media (max-width: 768px) { 
    .br-pc { display:none; }  
} 