@media print, screen and (min-width: 481px) {
.kaitori_bnr_inner{
	margin:0 auto;
}
.b_kaitori_bnr_block a {
	display:block;
	float:left;
	position:relative;
	text-align:center;
	width:280px;
	height:80px;
	box-sizing:border-box;
	line-height:80px;
	color:#010b63;
	font-size:18px;
	margin-right:35px;
	margin-bottom:35px;
	text-decoration:none;
	font-weight:bold;
    background: #e9ecf4;
}
.b_kaitori_bnr_block2 a {
	display: block;
    float: left;
    position: relative;
    text-align: center;
    border: 2px solid #010b63;
    width: calc(94% / 4);
    height: 80px;
    box-sizing: border-box;
    line-height: 80px;
    color: #010b63;
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 35px;
    text-decoration: none;
    font-weight: bold;
}
.b_kaitori_bnr_block a::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	top: 50%;
	right: 20px;
	margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #010b63;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(0deg);
}
.b_kaitori_bnr_block2 a::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	top: 50%;
	right: 5px;
	margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #010b63;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}
.b_kaitori_bnr_block a:nth-child(3n) {
	margin-right:0;
}
.b_kaitori_bnr_block2 a:last-child {
	margin-right:0;
}
.b_kaitori_bnr_block a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background:#010b63;
	color:#fff;
}

.img2col img { width: 370px; margin: auto;}
.img2col ul > li{ width: 370px; display: inline-block; vertical-align: top;}
.img2col ul > li:first-child{padding-right: 50px;}
.img2col ul > li > p { margin: 0; padding: 0; font-size:12px; line-height: 160%;}

.buy_b_item ul{
	display: table;
	margin-bottom:40px;
	border-collapse: separate;
	border-spacing: 10px 0;  /* セルの間隔を空ける */
}
.buy_b_item ul > li{
	display: table-cell;
	border: 1px solid #119cab;
	padding: 10px;
	text-align: center;
	width : calc(100% / 4) ;
}
.buy_b_h5{
	font-size: 22px;
	color:#010b63;
	font-weight: bold;
}
.buy_b_item ul > li > h6{
	color:#119cab;
	font-weight: bold;
}
.buy_b_item ul > li > p{
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.switching_border{
	border:20px solid #e8ebf4;
	margin-bottom: 60px;
}
dl.buy_b_contact dd{
	margin-left: 40px;
}
dl.buy_b_contact dt{
	margin-top: 10px;
}
ul.servicelist_bnr li{
	float: left;
    width: calc(100%/3);
}

#pack {
    width: 1000px;
    margin:auto;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 640px) {
.b_kaitori_bnr_block a {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #010b63;
    box-sizing: border-box;
    line-height: 35px;
    color: #010b63;
    font-size: 11px;
    text-decoration: none!important;
    font-weight: bold;
    width: calc(91%/3);
    padding: 0 2px 10px;
    margin: 15px 5px 10px;
}
.b_kaitori_bnr_block a::after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 65%;
    border: 4px solid transparent;
    border-right: 7px solid #010b63;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 45%;
}
.b_kaitori_bnr_block2 a {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #010b63;
    box-sizing: border-box;
    line-height: 35px;
    color: #010b63;
    font-size: 14px;
    text-decoration: none!important;
    font-weight: bold;
    width: calc(94%/2);
    padding: 0 2px 10px;
    margin: 0 5px 10px;
}
.b_kaitori_bnr_block2 a::after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 65%;
    border: 4px solid transparent;
    border-right: 7px solid #010b63;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 48%;
}

.pointtitle {
    font-size: 24px;
    font-weight: 600;
}

.pointtitle span {
    background-color: #00a6b6;
    color: #fff;
    width: 100px;
    height: 100px;
    display: inline-grid;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

.point_block{
	margin:20px;
    background-color:#F2F9FC;
    padding: 30px;
    border-radius: 10px;
}

.point_block img,.img2col p{
	text-align:center;
	width: 70%;
    margin: 0 auto;
    display: block;
}

.buy_b_h5 {
    font-size: 22px;
    color: #010b63;
    font-weight: bold;
}
.buy_b_item ul > li > h6 {
    color: #119cab;
    font-weight: bold;
	font-size:16px;
}
.buy_b_item ul > li {
    border: 1px solid #119cab;
    padding: 10px;
    text-align: center;
    width: calc(87%/2);
	float:left;
}
.buy_b_item ul > li:nth-child(2n) { border-left:none;}
.buy_b_item ul > li:nth-child(n+3) { border-top:none;}

.bottomborder_table th {
    background: #0095a3;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    width: 30%;
    vertical-align: middle;
}
.bottomborder_table td {
    border: 1px solid #cee8eb;
    padding: 10px;
}
.switching_border {
    border: solid 2px #eee;
    margin: 40px 0;
}
ul.servicelist_bnr li{
	float: left;
    width: calc(94%/3);
    margin: 3px;
}

h2.old {
    background: #e23030;
    color: #fff;
    line-height: 180%!important;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

h3 {
    font-size: 20px;
    color: #06C;
}

h3, h4 {
    margin: 40px 34px 0;
    font-weight: bold;
}

.csr h3, h4 {
    margin: 30px 0 0!important;
    font-weight: bold;
}

.csr .txtcenter img{
    margin: 10px auto;
    display: block;
}

.csr_bnr_block a {
    display: block;
    position: relative;
    text-align: center;
    border: 2px solid #4fb167;
    float: left;
    width: calc(96%/2);
    margin: 3px;
    box-sizing: border-box;
    color: #4fb167!important;
    font-size: 14px;
    text-decoration: none!important;
    font-weight: bold;
    padding: 15px 20px 15px 5px;
}

.csr_bnr_block a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: 5px;
    margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #4fb167;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.csr_bnr_block02 a {
    color: #3e85c6!important;
    border-color: #3e85c6;
}

.csr_bnr_block02 a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: 5px;
    margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #3e85c6;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.csr_bnr_block03 a {
    color: #e56c73!important;
    border-color: #e56c73;
}

.csr_bnr_block03 a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: 5px;
    margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #e56c73;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.csr_bnr_block04 a {
    color: #2c2c5d!important;
    border-color: #2c2c5d;
}

.csr_bnr_block04 a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: 5px;
    margin: -4px 0 0 0;
    border: 4px solid transparent;
    border-top: 7px solid #2c2c5d;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.form_bottom {
    text-align: center;
    margin: 0 40px 40px;
}
.ssl_style { width:80%;}

.mt0{margin-top:0!important;}


}

/*よくある質問*/
		.cp_qa *, .cp_qa *:after, .cp_qa *:before {
			-webkit-box-sizing: border-box;
					box-sizing: border-box;
		}
		.cp_qa .cp_actab {
			position: relative;
			overflow: hidden;
			width: 100%;
			margin-bottom: 1px;
			color: #1b2538;
		}
		.cp_qa .cp_actab input {
			position: absolute;
			opacity: 0;
		}
		
		/* 質問 */
		.cp_qa .cp_actab label {
			line-height: 1.6;
			position: relative;
			display: block;
			margin: 0 0 0 0;
			padding: 1em 2em 1em 1em;
			cursor: pointer;
			color: #333;
			border-bottom: 1px solid #00677e;
		}
		.cp_qa .cp_actab label:hover { color: #666;}
		.cp_actab label:before{
			content: "Q.";
			color: #00677e;
			float: left;
			font-size: 26px;
			line-height: 26px;
			padding-right:10px;
			margin: 0;
		}

		/* 答え */
		.cp_qa .cp_actab .cp_actab-content {
			overflow: hidden;
			max-height: 0;
			-webkit-transition: max-height 0.5s ease;
					transition: max-height 0.5s ease;
			color: #00677e;
			border: 1px solid #00677e;
			background: #CDF0E3;;
		}
	.cp_qa .cp_actab .cp_actab-content p { margin: 1em;}

		/* 質問を開いた時の仕様 */
		/* --アイコン */
		.cp_qa .cp_actab input:checked ~ label { color: #00677e;}
		/* --答えの高さ */
		.cp_qa .cp_actab input:checked ~ .cp_actab-content { max-height: 40em;}

		/* 質問をクリックした時のアイコンの動き */
		.cp_qa .cp_actab label::after {
			line-height: 1.6;
			position: absolute;
			top: 50%;
			right: 0;
			display: block;
			width: 3em;
			margin-top: -12.5px;
			-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
			text-align: center;
		}
		.cp_qa .cp_actab input[type=checkbox] + label::after { content: '▼';}
		.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
			-webkit-transform: rotateX(180deg);
			transform: rotateX(180deg);
		}
		div + .buy_b_h5{
			margin-top: 60px;
		}

/*SSL*/
div.privacy_policy{
	width: 100%;
	margin: 0 auto;
	padding:0;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	line-hight:1.5em;
	}


/*法人買取*/

.wrapper .container .inner_buy_b {
    padding-bottom: 0;
    margin-bottom: 0;
    verflow: visible;
}

.buy_b .wrapper .kaitori_header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.mainimage_oa , .mainimage_oa img {
    width: 100%;
    height: auto;
}

.kaitori_header {
    background-color: #00a6b6;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaitori_header ul {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.kaitori_header li a {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
}

.kaitori_header li a::after {
    content: '';
    position: absolute;
    top: 40%;
    transform: translate(0, -50%) rotate(135deg);
    right: -5px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

.kaitori_header li a:hover, .kaitori_header li a:hover::after {
    color: #b3daeb;
    border-color: #b3daeb;
}

.header_form {
    background: #d00000;
    margin: 10px 20px;
    border-radius: 50px;
    display: flex;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
}

.header_form img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.header_form:hover {
    background-color: #D54646;
}

.oa_h2 {
    color: #00a6b6;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin: 80px 0 40px;
}

.oa_h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00a6b6;
    border-radius: 2px;
}

.section .point_block .pointtitle {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: none;
    line-height: revert;
}

.circle {
    background-color: #00a6b6;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
}

.point {
    font-size: 15px;
    padding-top:10px;
}

.number {
    font-size: 26px;
    line-height: 0.2;
}

.chosen {
    display: flex;
    align-items: center;
}

.chosen p ,.date_cert p , .pickup p {
    line-height: 1.8;
    margin-right: 20px;
    font-size: 14px;
}

.point_block {
	margin:20px;
    background-color:#F2F9FC;
    padding: 30px;
    border-radius: 20px;
}

.bold {
    font-weight: 600;
}

.date_cert {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    line-height: 1.8;
}

.date_cert_btn::after{
    content: '\25B6';
    margin-left: 3px;
}

.date_cert h4 {
    color:#00a6b6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.date_cert_btn {
    background-color:#00a6b6;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    width: 300px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.buy_b_item_oamain ul , .buy_b_item_oa ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.buy_b_item_oamain li , .buy_b_item_oa li {
    width: 18%;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    margin: 10px;
}

.buy_b_item_oamain h3, .buy_b_item_oa h3 {
    background-color: #00a6b6;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
}

.buy_b_item_oamain img {
    width: 70%;
    height: auto;
}

.buy_b_item_oamain li p , .buy_b_item_oa li p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
}

.buy_b_item_oamain li p{
    margin-top: -10px;
    padding: 0 10px;
}

.buy_b_item_oa li p {
    margin: 15px 10px 10px;
}

.pickup {
    background-color: #F2F9FC;
    padding: 30px;
}

.pickup_attn {
    margin: 10px;
    color: #00a6b6;
}

.pickup p {
    margin: 10px;
}

.pickup_attn span {
    color:#EF7B1A ;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.oa_flow {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #00a6b6;
    padding-bottom: 20px;
    position: relative;
}

.oa_flow:after {
    border: 20px solid transparent;
    border-top-color: #00a6b6;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}

.oa_flow_last:after {
    border:none;
}

.oa_flow_con h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.oa_flow_con h3 span {
    color: #00a6b6;
    font-size: 24px;
}

.oa_flow_con p {
    line-height: 1.8;
}

.oa_flow_con .notes {
    font-size: 12px;
}

.flow_form {
    background: #d00000;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    display: flex;
    width: 40%;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.oa_flow .oa_flow_con .flow_form img {
    margin-right: 15px;
    width: 13%;
    height: auto;
}

.flow_form:hover {
    opacity: 0.7;
}

.oa_flow img {
    margin-right: 20px;
    width: 25%;
    height: auto;
}

.h2_margin {
    margin-top:140px ;
}

.fap_h3 {
    color: #00a6b6;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 30px 20px 20px;
    scroll-margin-top: 70px;
}

.faq_many {
    background-color:#F2F9FC;
    padding: 10px 30px 30px;
    border-radius: 20px;
}

.faq_many_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.faq_many_item a {
    width: 40%;
    margin: 10px;
    background-color:#fff;
    border: #00a6b6 solid 2px;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #00a6b6;
    font-weight: 600;
    position: relative;
        display: inline-block;
}
.faq_many_item a ::after{
    content: '\25BC';
    position: absolute;
    right: 10px;
    color: #00a6b6;

}

.faq_category a {
    width: 25%;
    margin: 0 10px 10px;
    background-color:#EF7B1A;
    border-radius: 50px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    font-size: 17px;
}

.faq_category_item {
    display: flex;
    flex-wrap: wrap;
}

.faq_item {
    margin-bottom: 7px;
    border: 2px solid #00a6b6;
    border-radius: 20px;
    color: #00a6b6;
    transition: .5s;
    scroll-margin-top: 70px;
}

.faq_item[open]{
    margin-bottom: 32px;
}

.faq_item summary {
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #00a6b6;
    font-weight: 600;
    list-style-type: none;
}

.faq_item summary span {
    white-space: nowrap;
    display: inline;
}

.faq_item summary::after{
    content: '\25BC';
    position: absolute;
    right: 20px;
    color: #00a6b6;
}


.faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_item summary::before, .faq_item p::before,.faq_many_item a::before {
    font-size: 26px;
    line-height: 26px;
    padding-right: 10px;
}

.faq_item summary::before ,.faq_many_item a::before {
    content: "Q";
    color: #00a6b6;
    margin-bottom: 5px;
}

.faq_item summary:hover {
    opacity: 0.7;
}

.faq_item span, .faq_many_item span {
    color: #EF7B1A;
}

.faq_item p::before {
    content: "A";
    color: #EF7B1A;
    margin: 0;
}

.faq_item[open] summary::after {
    content: '\25B2';
    position: absolute;
    right: 20px;
    color: #00a6b6;
}

.faq_item p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    line-height: 1.8;
}

.faq_item[open] p {
    transform: none;
    opacity: 1;
}

}

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

    /*スマホ*/

.wrapper .container .inner_buy_b {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
}

.oa_sp_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}

.pc_no .oa_sp_header a {
    position: relative;
    margin: 5px;
    width: 40%;
    border: #00a6b6 solid 2px;
    color: #00a6b6;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
}

.pc_no .oa_sp_header a::after {
    content: '';
    display:inline-block ;
    margin-left: 5px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #00a6b6;
    border-right: 2px solid #00a6b6;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

.mainimage_oa , .mainimage_oa img {
    width: 100%;
    height: auto;
}

.oa_h2 {
    color: #00a6b6;
    text-align: center;
    position: relative;
    margin: 40px 0 30px;
    font-size: 24px;
    font-weight: 600;
}

.oa_h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00a6b6;
    border-radius: 2px;
}

.pointtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.circle {
    background-color: #00a6b6;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    margin: auto;
    justify-content: center;
    flex-flow: column wrap;
    box-sizing: border-box;
    overflow: hidden;
}

.point {
    font-size: 12px;
    padding-top:10px;
}

.number {
    font-size: 26px;
    line-height: 1;
}

.chosen {
    align-items: center;
}

.pointtitle_title {
    margin-top: 10px;
    text-align: center;
}

.chosen p , .date_cert p, .pickup p {
    line-height: 1.8;
    font-size: 14px;
    padding-bottom: 20px;
}

.point_block {
	margin: 20px;
    background-color:#F2F9FC;
    padding: 30px;
    border-radius: 20px;
}

.bold {
    font-weight: 600;
}

.date_cert {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    line-height: 1.8;
    margin-top: 20px;
}

.date_cert h4 {
    color:#00a6b6;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.date_cert_btn::after{
    content: '\25B6';
    margin-left: 10px;
}

.point_block .date_cert_btn {
    background-color:#00a6b6;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
}

.buy_b_item_oamain ul , .buy_b_item_oa ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.buy_b_item_oamain li , .buy_b_item_oa li {
    width: 40%;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 5px;
}

.buy_b_item_oamain h3, .buy_b_item_oa h3 {
    background-color: #00a6b6;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    padding: 7px;
}

.buy_b_item_oamain img {
    width: 70%;
    height: auto;
    margin: 10px;
}

.buy_b_item_oamain li p , .buy_b_item_oa li p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
}

.buy_b_item_oamain li p {
    margin-top: -10px;
    padding: 0 10px;
}

.buy_b_item_oa li p {
    margin: 15px 10px 10px;
}

.pickup {
    background-color: #F2F9FC;
    padding:30px 20px;
    margin-top: 50px;
}

.pickup_attn {
    margin: 12px;
    color: #00a6b6;
    line-height: 2;
}

.pickup_attn span {
    color:#EF7B1A ;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.oa_flow {
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #00a6b6;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.oa_flow:after {
    border: 20px solid transparent;
    border-top-color: #00a6b6;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 44%;
    position: absolute;
    width: 0;
}

.oa_flow_last:after {
    border: none;
}

.oa_flow_con h3 {
    font-size: 20px;
    font-weight: 600;
}

.oa_flow_con h3 span {
    color: #00a6b6;
    font-size: 20px;
}

.oa_flow .oa_flow_con .flow_form {
    background: #d00000;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    display: flex;
    width: 60%;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    justify-content: center;
}

.oa_flow .oa_flow_con .flow_form img {
    margin-right: 10px;
    width: 10%;
}

.oa_flow_con p {
    padding: 10px 0;
    text-align: left;
    font-size: 15px;
}

.notes {
    font-size: 12px;
}

.flow_form:hover {
    opacity: 0.7;
}

.oa_flow img {
    width: 40%;
}

.fap_h3 {
    color: #00a6b6;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 30px 20px 20px;
    scroll-margin-top: 70px;
}

.faq_many {
    background-color:#F2F9FC;
    padding: 10px 30px 30px;
    border-radius: 20px;
}

.faq_many_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.faq_many .faq_many_item a {
    width: 80%;
    margin: 5px 0;
    background-color:#fff;
    border: #00a6b6 solid 2px;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #00a6b6;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.section .faq_category a {
    width: 30%;
    margin: 0 10px 10px;
    background-color:#EF7B1A;
    border-radius: 50px;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
}

.faq_category_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.faq_item {
    margin-bottom: 7px;
    border: 2px solid #00a6b6;
    border-radius: 20px;
    color: #00a6b6;
    transition: .5s;
    scroll-margin-top: 70px;
}

.faq_item[open]{
    margin-bottom: 32px;
}

.faq_item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    color: #00a6b6;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_item summary::before, .faq_item p::before,.faq_many_item a::before {
    float: left;
        font-size: 20px;
        line-height: 26px;
        padding-right: 7px;
}

.faq_item summary::before ,.faq_many_item a::before {
    content: "Q";
    color: #00a6b6;
    margin-bottom: 5px;
}

.faq_item summary:hover {
    opacity: 0.7;
}

.faq_item span, .faq_many_item span {
    color: #EF7B1A;
}

.faq_item p::before {
    content: "A";
    color: #EF7B1A;
    margin: 0;
}

.faq_item summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-bottom: 3px solid #00a6b6;
    border-right: 3px solid #00a6b6;
    content: '';
    transition: transform .3s;
}

.faq_item[open] summary::after {
    transform: rotate(225deg);
}

.faq_item p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-size: 14px;
}

.faq_item[open] p {
    transform: none;
    opacity: 1;
}

.faq_margin {
    margin-bottom: 40px;
}

.sp_header {
    margin-bottom: -5px;
}

.top_attention {
    text-align: center;
    margin-bottom: 0;
}

}