html { scroll-behavior: smooth;}
body{
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: unset;
}
body.open{
    position: fixed;
    width: 100%;
}
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
.logo{
    padding: 0;
}
.logo img{
    width: auto;
    height: 50px;
}
.header_inner{
    position: relative;
    display: flex;
    padding: 10px;
}
#navbtn{
    position: absolute;
    top: 35px;
    right: 4%;
    width: 30px;
    height: 20px;
    z-index: 10000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#navbtn span{
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    left: 0;
    top: 0;
    background: #000;
}
#navbtn span:nth-child(1) {
    -webkit-transform: translate(0, 0vw) rotate(0deg);
    transform: translate(0, 0vw) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
#navbtn span:nth-child(2) {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#navbtn span:nth-child(3) {
    -webkit-transform: translate(0, 20px) rotate(0deg);
    transform: translate(0, 20px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
#navbtn.open span{
    background-color: #fff;
}
#navbtn.open span:nth-child(1){
    -webkit-transform: translate(0, 10px) rotate(-45deg);
    transform: translate(0, 10px) rotate(-45deg);
}
#navbtn.open span:nth-child(2){
    opacity: 0;
}
#navbtn.open span:nth-child(3){
    -webkit-transform: translate(0, 10px) rotate(45deg);
    transform: translate(0, 10px) rotate(45deg);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 89%);
    padding-top: 100px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.overlay.open{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.nav_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 100%);
    padding-top: 100px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    box-sizing: border-box;
    padding-bottom: 70px;
}
.nav_menu.open{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
header .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 90%;
    margin: auto;
}
header .menu li{
    width: 50%;
    margin-top: 10px;
    text-align: left;
}
header .menu li:nth-child(1),header .menu li:nth-child(2){
    margin-top: 0;
}
header .menu a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
header .monthly_campaign{
    width: 90%;
    margin: 50px auto 30px;
}
header .cta{
    margin-top: 30px;
    box-sizing: border-box;
}
.main_visual {
    position: relative;
    height: 535px;
    /* background-image: url(https://furugi.kaitori-ten.com/images/main_back.png); */
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}
.frame {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 385px;
    height: 90%;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 2px solid #fff;
    box-sizing: border-box;
}
.frame .box{
    width: 100%;
}
.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b2;
    z-index: 998;
}
.main_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b2;
    z-index: 997;
    object-fit: cover;
}
.frame .frame_inner:nth-of-type(2) {
    margin: 20px 0;
    padding: 20px 0;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
}
.main_visual h1{
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}
.main_visual h1 span {
    font-size: 3rem;
    line-height: 1.3;
}
.main_visual h1,.main_visual p,.main_visual a{
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.frame_inner p{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.frame_inner ul{
    display: flex;
    justify-content: space-around;
    width: 91%;
    margin: auto;
}
.frame_inner li{
    position: relative;
    width: 27%;
    height: 85px;
    background-color: #a6b1ba;
    border-radius: 50px;
}
.frame_inner li p{
    font-size: 1rem;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.circle {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}
.main_visual a {
    /* position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    display: block;
    width: 80%;
    margin: 30px auto;
    color: #fff;
    background: #e91e63;
    height: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}
.cta_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.cta .btn{
    width: 100%;
    border: none;
}
.cta .btn:nth-of-type(1){
    margin-bottom: 20px;
}
.cta img{
    width: 100%;
    box-shadow: 4px 4px #cecece;
}
.buruburu{
    display: inline-block;
    animation: hurueru 0.3s infinite linear alternate;
}
.trend_research {
    display: block;
    width: 90%;
    margin: 20px auto;
}
@keyframes hurueru {
    0% {
        transform: translate(-1px, 0) rotate(-0.5deg);
    }
    50% {
        transform: translate(0px, 0) rotate(0deg);
    }
    100% {
        transform: translate(1px, 0)rotate(0.5deg);
    }
}
#about{
    background-color: #f6f6f6;
    padding: 25px 0;
}
.about_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#about ul {
    width: 90%;
    margin: auto;
}
#about li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 20px 10px;
    border-radius: 10px;
}
#about li:nth-child(1){
    margin-top: 0;
}
#about li .left{
    width: 27%;
    display: flex;
    align-items: center;
}
#about li .right{
    width: 70%;
}
#about li .right p:nth-child(1){
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
#about li .right p.before:nth-child(1):before{
    position: absolute;
    top: 0.8rem;
    left: 0;
    z-index: -1;
    width: 85%;
    height: 0.5rem;
    content: "";
    background: #b8e1ff;
}
#about li .right p:nth-child(1):after{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 103%;
    height: 0.5rem;
    content: "";
    background: #b8e1ff;
}
#about img{
    width: 100%;
}
#about p{
    line-height: 1.4;
}
/* .cta_ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 5px 0 15px;
}
.cta_inner {
    background-color: #fff;
    padding: 30px 20px;
}
.cta_tell {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cta_tell img {
    width: 80%;
    display: block;
    margin: auto;
}
.cta_btn a {
    width: 95%;
    margin: auto;
    display: block;
    color: #fff;
    background: #e91e63;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    position: relative;
}
.cta_btn p {
    width: 90%;
    margin: 10px auto 0;
    font-size: 14px;
    text-align: center;
} */
.c-hr-double{
    width: 100%;
    margin: 20px 0 0;
    height: 0;
    border-top: 4px double #28c3d4;
    box-sizing: border-box;
}
article {
    margin: 50px 0;
}
article h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
#results h2{
    border-bottom: 1px solid #000;
}
#results section{
    /* padding: 20px 10px; */
    box-sizing: border-box;
    background: #ffffff;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    background: #ffffff;
    margin: 15px 0;
}
.owl-stage-outer {
    font-size: 14px;
    height: 340px;
}
.owl-carousel .item {
    width: auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}
.owl-carousel .pointImg {
    height: 150px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.owl-carousel .owl-item img{
    height: 100%;
}
.item_brand {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.date {
    margin: 10px 0 15px;
    border-top: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0 0;
}
.date p {
    font-size: 12px;
}
.item_name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    font-size: 13px;
    height: 25px;
    /* width: 80%; */
}
.pointMoney{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pointMoney p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.pointMoney p:nth-child(1) {
    font-size: 14px;
}
.pointMoney p:nth-child(2) {
    border-bottom: 3px solid red;
    padding-bottom: 2px;
}
#product ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#product li {
    width: 45%;
    margin-top: 10px;
    padding: 15px 5px;
}
#product li:nth-child(odd){
    margin-right: 10px;
}
#product li:nth-child(1),#product li:nth-child(2){
    margin-top: 0;
}
#product li div{
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
}
#product li img {
    width: 100%;
}
#product li p{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#product .point{
    width: 90%;
    margin: 30px auto 0;
    padding: 0 0 20px;
    border: 1px solid #57d0dd;
    box-sizing: border-box;
    border-radius: 10px;
}
#product .point p{
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 15px;
    background-color: #57d0dd;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
#product .point ul{
    display: block;
    width: fit-content;
    margin: auto;
}
#product .point li{
    width: 100%;
    /* text-align: center; */
    padding: 0;
    margin: 10px auto 0;
    background-image: url(https://furugi.kaitori-ten.com/images/point_check.png);
    background-position-y: 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#product .point li:nth-child(1){
    margin-top: 0;
}
#product .konnamonodemo{
	width: 90%;
	margin: 50px auto;
}
#product .konnamonodemo p.konnamonodemo_ttl{
	position: unset;
	color: #000;
	font-size: 20px;
	/* margin-bottom: 20px; */
}
#product .konnamonodemo ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}
#product .konnamonodemo li{
	position: relative;
	width: 49%;
	margin-top: 20px;
	margin-right: 2%;
	padding: 0;
}
#product .konnamonodemo li:nth-child(1),#product .konnamonodemo li:nth-child(2){
    margin-top: 0;
}
#product .konnamonodemo li:nth-child(even){
    margin-right: 0;
}
#product .konnamonodemo p{
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	margin-top: 0;
}
#product .konnamonodemo .layer {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #45454554;
    z-index: 999;
}
img.ok {
    position: absolute;
    width: 25% !important;
    height: auto !important;
    z-index: 999;
    top: 0;
    left: 0;
}
hr.hr-line {
    width: 20%;
    margin: 10px auto 10px;
    height: 0;
    border-top: 1px solid #ffa500;
    box-sizing: border-box;
}

#together h3{
    background-color: #57d0dd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 20px;
}
.together {
    width: 95%;
    margin: auto;
}
#together .sell_list{
    list-style: none;
    display: flex;
    justify-content: center;
    border: 1px solid #333;
    box-sizing: border-box;
}
#together .sell_list .left{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4%;
}
#together .sell_list .right p{
    font-size: 18px;
}
#together .sell_list .right p.sub {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
}
#together .sell_list .right{
    width: 52%;
    display: flex;
    align-items: center;
}
#together img{
    width: 100%;
}
#together ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
#together ul .sell_list{
    width: 49%;
    margin-top: 10px;
}
#together ul li:nth-child(1),#together ul li:nth-child(2){
    margin-top: 0;
}
#together ul .sell_list .right p{
    font-size: 15px;
}


#brand .main_brand{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
#brand .main_brand li {
    width: 42%;
    margin-top: 15px;
    padding: 10px 5px;
}
#brand .main_brand li:nth-child(odd){
    margin-right: 20px;
}
#brand .main_brand li:nth-child(1),#brand .main_brand li:nth-child(2){
    margin-top: 0;
}
#brand .main_brand li div{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}
#brand .main_brand li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#brand .main_brand li p{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.other_brand {
    width: 90%;
    margin: 40px auto;
}
.other_brand li{
    margin-top: 30px;
}
.other_brand li:nth-child(1){
    margin-top: 0;
}
.other_brand li .other_brand_cat {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #28c3d4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.brandlist p {
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.2;
}

#not_product .not_purchase{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: auto;
    padding: 0;
}
#not_product .not_purchase li {
    width: 50%;
    margin-top: 10px;
    padding: 15px 0;
    list-style: none;
}
/* #not_product .not_purchase li:nth-child(odd){
    margin-right: 15px;
} */
#not_product .not_purchase li:nth-child(1),#not_product .not_purchase li:nth-child(2){
    margin-top: 0;
}
#not_product .not_purchase li div{
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
}
#not_product .not_purchase li img {
    height: 100%;
    margin: auto;
    width: 60%;
    object-fit: contain;
}
#not_product .not_purchase li p{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#not_product .not_purchase li a p{
    font-size: 12px;
}
#not_product hr{
    width: 80%;
    margin: 50px auto;
}
.not_brand{
    /* margin-top: 80px; */
}
.not_brand ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
    width: 85%;
    margin: auto;
}
.not_brand li{
    width: 27%;
    font-size: 12px;
    margin-right: 4%;
    height: 40px;
    overflow-wrap: break-word;
    text-align: left;
    display: flex;
    align-items: center;
}
#choose_reason h2 {
    padding: 15px 0;
    background-color: #4b4b4b;
    color: #fff;
}
#choose_reason section{
    position: relative;
    background-image: url(https://guntama-kaitori.com/images/reason_back.png);
    background-size: cover;
    padding: 20px 0;
}
#choose_reason div:nth-of-type(1) {
    /* width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
}
#choose_reason div:nth-of-type(2){
    width: 90%;
    margin: auto;
    position: relative;
}
#choose_reason li{
    background-color: #fff;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
    border-radius: 10px;
}
#choose_reason li:nth-child(1){
    margin-top: 0;
}
#choose_reason li p {
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 1.2;
    margin-top: 10px;
}
#choose_reason li p:nth-of-type(1){
    margin-top: 0;
}
#choose_reason li span.red{
    color: red;
}
#choose_reason .reason_ttl{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: url(https://guntama-kaitori.com/images/check.png);
    /* text-align: center; */
    background-position-y: 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: 1px solid #000;
}
.choose_reason_list img {
    display: block;
    width: 50%;
    margin: auto;
}
#purchase_reason section {
    width: 90%;
    margin: auto;
    border: 2px solid #28c3d4;
    padding: 20px;
    box-sizing: border-box;
}
#purchase_reason h2{
    border-bottom: 1px solid #28c3d4;
    margin-bottom: 20px;
}
#purchase_reason p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
#purchase_reason p:nth-of-type(1){
    margin-bottom: 15px;
}
.reason_prima{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
#purchase_reason .reason_prima p{
    text-align: center;
    font-size: 15px;
    background-color: #ffe34a;}
.reason_prima ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}
.reason_prima li{
    width: 28%;
}
.reason_prima li img{
    width: 100%;
}
#buyer .buyer_about {
    background-image: url(https://guntama-kaitori.com/images/buyer_back.png);
    position: relative;
}
#buyer .buyer_about div:nth-of-type(1) {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #fff;
    position: absolute;
}
#buyer .buyer_about div:nth-of-type(2){
    padding: 20px;
    position: relative;
    width: fit-content;
    margin: auto;
}
#buyer .buyer_about p.title{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#buyer .buyer_about p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    line-height: 1.2;
}
#buyer .buyer_about p:nth-child(1){
    margin-top: 0;
}
#buyer .buyer{
    margin-top: 40px;
}
#buyer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#buyer li{
    width: 45%;
}
#buyer li:nth-child(1),#buyer li:nth-child(2){
    margin-bottom: 20px;
}
#buyer .buyer .staff{
    height: 200px;
    display: flex;
    align-items: flex-end;
}
#buyer .buyer .staff img {
    width: 85%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}
#buyer .buyer .name{
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
}
#buyer .buyer .favorite {
    width: 90%;
    margin: auto;
    font-size: 13px;
    overflow-wrap: break-word;
}
.favorite p {
    line-height: 1.2;
    word-break: break-all;
}
#buyer .buyer .favorite p:nth-child(1){
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
#point h2{
    background-color: #28c3d4;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
#point h2:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top-color: #28c3d4;
}
#point ul {
    width: 95%;
    margin: 30px auto 0;
}
.point_list_ttl {
    border-bottom: 2px solid #28c3d4;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point_list_ttl:hover{
    background-color: rgb(40 195 212 / 19%);;
}
.point_list_ttl:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #28c3d4;
    border-right: solid 2px #28c3d4;
    transform: rotate(135deg);
}
.point_list_ttl.bottom:after {
    transform: rotate(315deg);
}
.point_list_ttl h3{
    width: 80%;
    font-size: 16px;
    font-weight: bold;
}
.point_list_text{
    position: relative;
    display: none;
}
.point_list_inner .point_text {
    font-size: 15px;
    padding: 20px 10px;
}
.point_list_inner .point_text p{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
}
.point_list_inner .point_text p:nth-child(1){
    margin-top: 0;
}
.point_list_inner img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
#step .step_head{
    background-color: #28c3d4;
    padding: 10px 0;
    position: relative;
}
#step .step_head:before, #step .step_head:after {
    content: "";
    background: rgb(112 112 112 / 30%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
#step .step_head:before {
    top: 5px;
}
#step .step_head:after {
    bottom: 5px;
}
#step h2{
    display: block;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    background: #28c3d4;
    background-image: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgb(53 53 53 / 25%) 70%, rgb(0 0 0 / 50%) 100%);
}
#step ul{
    margin: 20px auto 0;
    width: 95%;
}
#step li{
    border: 2px solid #28c3d4;
    padding: 20px;
    margin-top: 30px;
    font-weight: bold;
    position: relative;
}
#step li:nth-child(1){
    margin-top: 0;
}
#step li:not(:last-child):before,#step li:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#step li:not(:last-child):before{
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #28c3d4;
    bottom: -20px;
    z-index: 1;
}
#step li:not(:last-child):after{
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    bottom: -16px;
    z-index: 2;
}
.step_ttl {
    border-bottom: 1px solid #28c3d4;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.step_ttl span {
    font-size: 15px;
    margin: 0 5px 0 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #28c3d4;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.step_txt p {
    font-size: 14px;
    line-height: 1.2;
}
.step_txt p:not(:first-child){
    margin-top: 8px;
}
#faq ul {
    width: 95%;
    margin: 20px auto 0;
}
#faq .faq_list_ttl:hover{
    background-color: rgb(40 195 212 / 19%);;
}
#faq .faq_list_ttl {
    border-bottom: 2px solid #28c3d4;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#faq .faq_list_ttl:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #28c3d4;
    border-right: solid 2px #28c3d4;
    transform: rotate(135deg);
}
#faq .faq_list_ttl.bottom:after {
    transform: rotate(315deg);
}
#faq .faq_list_ttl h3 {
    width: 90%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}
#faq .faq_list_ttl span {
    font-family: system-ui;
    font-size: 18px;
}
#faq .faq_list_inner {
    position: relative;
    display: none;
}
#faq  .faq_list_inner .faq_text {
    padding: 20px 10px;
}
.faq_text p{
    font-size: 16px;
    line-height: 1.2;
}
.faq_text p:not(:first-child){
    margin-top: 10px;
}
.faq_text a:not(:first-child){
    display: inline-block;
    margin-top: 5px;
}
#voice .voice_head{
    background-color: #28c3d4;
    padding: 10px 0;
    position: relative;
}
#voice .voice_head:before, #voice .voice_head:after {
    content: "";
    background: rgb(112 112 112 / 30%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
#voice .voice_head:before {
    top: 5px;
}
#voice .voice_head:after {
    bottom: 5px;
}
#voice h2{
    display: block;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    background: #28c3d4;
    background-image: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgb(53 53 53 / 25%) 70%, rgb(0 0 0 / 50%) 100%);
}
#voice ul{
    margin: 50px auto 0;
    width: 95%;
}
#voice li{
    box-shadow: 1px 1px 2px 0px #ddd;
    position: relative;
    margin-top: 40px;
}
#voice li:nth-child(1){
    margin-top: 0;
}
#voice .voice_icon{
    position: absolute;
    width: 65px;
    top: -20px;
    border: 2px solid #28c3d4;
    border-radius: 65px;
}
.voice_icon img{
    width: 100%;
}
.voice_ttl {
    width: 90%;
    font-weight: bold;
    background: #a9a9a9;
    color: #fff;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    border-top: 2px solid #28c3d4;
}
.voice_text {
    padding: 25px 20px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0px;
}
#shop p.title{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
#shop .primavera {
    width: 90%;
    margin: 20px auto 0;
}
.shop_list{
    margin-top: 20px;
}
.shop_list img{
    width: 100%;
}
footer {
    padding: 20px 0 80px;
}
footer .left{
    display: flex;
    align-items: center;
}
footer .logo {
    display: block;
    margin: auto;
    width: 50%;
}
footer .logo img {
    width: 100%;
    height: auto;
}
footer .right {
    float: none;
    width: fit-content;
    font-size: 15px;
    text-align: left;
    margin: 20px auto;
}
footer .link {
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .link a{
    font-size: 15px;
    margin-left: 20px;
}
footer .link a:nth-child(1){
    margin-left: 0;
}
.fix_footer {
    position: fixed;
    bottom: 0;
    background: #000000a8;
    width: 100%;
    height: 70px;
    z-index: 99999;
}
.fix_footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.fix_footer_inner a{
    width: 43%;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    margin: 0;
    border: none;
}
.fix_footer .fix_footer_inner img{
    width: 100%;
    border-radius: 5px;
    height: auto;
}
/* Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â  */
#contact p{
    font-size: 15px;
    line-height: 1.2;
}
#contact dt p{
    font-size: 16px;
}
.step-image {
    width: 95%;
    margin: 20px auto;
}
.step-image img{
    width: 100%;
    height: auto;
}
#contact h2 {
    font-size: 25px;
    font-weight: bold;
    background-color: #28c3d4;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
#contact h3 {
    font-size: 20px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
}
#contact .w95{
    width:95%;
    margin: auto;
}
#contact dt{
    font-weight: bold;
    background-color: #ddd;
    padding: 15px;
}
#contact dd{
    padding: 20px;
    box-sizing: border-box;
}
#contact dd input{
    font-size: 16px;
} 
#contact .hissu {
    background-image: url(https://guntama-kaitori.com/img/hissu.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
}
#contact .kit_btn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.kit_caution {
    margin-top: 15px;
}
form .btn{
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
}
#contact .kit_btn p {
    width: 48%;
    margin-right: 15px;
    height: 100%;
    text-align: center;
}
#contact .kit_btn span {
    display: block;
    text-align: center;
    font-size: 14px;
}
#contact .kit_btn .btn[data-name="Ã¨Â²Â·Ã¥Ââ€“Ã£â€šÂ­Ã£Æ’Æ’Ã£Æ’Ë†"]{
    display: block;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
}
#contact .kit_btn p:nth-of-type(2){
    margin: 0;
}
#contact .kit_btn p:nth-of-type(2) a{
    margin-top: 5px;
}
#contact .btn-active{
    background-color: #28c3d4;
    color: #fff !important;
    border: 1px solid #1ba3b2 !important;
}
#box-size dt span{
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
#box-size dt span:last-child{
    margin-top: 15px;
}
#box-size dd img{
    display: block;
    margin: auto;
}
#box-size dd p{
    margin-top: 10px;
}
#contact #box-count .btn[data-name="Ã£Æ’â‚¬Ã£Æ’Â³Ã£Æ’Å“Ã£Æ’Â¼Ã£Æ’Â«Ã¥â‚¬â€¹Ã¦â€¢Â°"] {
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100px;
    text-align: center;
    font-size: 15px;
}
#contact #box-count .btn:nth-of-type(4),#contact #box-count .btn:nth-of-type(5){
    margin-bottom: 0;
}
select#Ã§â„¢ÂºÃ©â‚¬ÂÃ¤ÂºË†Ã¥Â®Å¡Ã£Æ’â‚¬Ã£Æ’Â³Ã£Æ’Å“Ã£Æ’Â¼Ã£Æ’Â«Ã¦â€¢Â° {
    display: block;
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 5px 15px;
}
.box-self .self_note p:nth-child(1){
    margin-bottom: 5px;
}
#transport div:nth-of-type(1){
    display: flex;
}
#transport img{
    display: block;
    margin: auto;
}
#contact #transport input{
    width: auto !important;
}
#contact #transport span {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}
#transport p{
    margin: 30px 0 10px;
}
#contact #trans-date input[type=text] {
    width: 80% !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px 10px;
}
#trans-date .btn[data-name="Ã©â€ºâ€ Ã¨ÂÂ·Ã¦â„¢â€šÃ©â€“â€œÃ¥Â¸Â¯"] {
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 45%;
    text-align: center;
    font-size: 14px;
}
#contact dd input[type=text]{
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box;
}
.addres li{
    margin-top: 15px;
}
.addres li:nth-of-type(1){
    margin-top: 0;
}
.addres li:nth-of-type(1) .addres_num{
    display: flex;
    justify-content: left;
}
.addres li p:nth-of-type(1){
    margin-bottom: 4px;
}
#contact dd  .addres_num p:nth-child(1) input[type=text]{
    width: 100% !important;
}
.addres_num p:nth-child(2) {
    width: 35%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.addres_num p:nth-child(2) img{
    width: 100%;
    height: auto;
}
.addres select{
    padding: 10px;
    box-sizing: border-box;
}
.mail dd p:nth-child(2){
    margin-top: 10px;
}
#mfp_buttons input {
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    background: none;
    background-image: url(https://guntama-kaitori.com/images/mfp_goconfirm.png);
    background-repeat: no-repeat;
    width: 90%;
    background-size: contain;
    padding: 23px 0;
    margin: 30px auto;
    display: block;
    cursor: pointer;
}
.note {
    width: 90%;
    margin: auto;
    font-weight: bold;
}
.note p:nth-child(1){
    margin-bottom: 5px;
}
.terms_box {
    width: 90%;
    height: 250px;
    margin: 20px auto 0;
    overflow: scroll;
    border: 1px solid #e2e2e2;
    padding: 20px;
    box-sizing: border-box;
    max-width: 1000px;
}
.satei span{
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}
.terms_inner {
    margin-top: 40px;
}
.terms .terms_inner:nth-of-type(1){
    margin-top: 0;
}
#contact .term_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.terms_inner ul li{
    margin-top: 10px;
}
.terms_inner ul li:nth-child(1),#contact .research p{
    margin-top: 0;
}
#contact .terms_inner p{
    font-size: 14px;
}
#contact .research p{
    margin: 10px 0 0 0;
}
#contact .bothersome {
    font-size: 12px;
    margin-top: 10px;
}
.hope textarea {
    width: 100% !important;
    height: auto !important;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
}
form #not_product {
    margin-bottom: 20px;
}
#contact #not_product .not_purchase{
    width: 90%;
}
form #not_product .not_purchase li{
    width: 30%;
    margin: 0 10px 0 0;
}
form #not_product .not_purchase li p {
    font-size: 14px;
}
#not_product .not_purchase li a p{
    font-size: 12px;
    margin-top: 5px !important;
    display: block;
}
form #not_product .not_purchase li:nth-child(1),form #not_product .not_purchase li:nth-child(2),form #not_product .not_purchase li:nth-child(3){
    margin-top: 0;
}
form #not_product .not_purchase li:nth-child(3),form #not_product .not_purchase li:nth-child(6),form #not_product .not_purchase li:nth-child(8){
    margin-right: 0;
}
form #not_product .not_purchase li div{
    height: 90px;
}
form #not_product .not_purchase li p{
    margin-top: 0;
}
.mail {
    display: flex;
    justify-content: center;
    /* font-weight: bold; */
    margin-bottom: 30px;
}
.mail span {
    margin-left: 10px;
    color: red;
}
/* Ã¨Â²Â·Ã£Ââ€žÃ¥Ââ€“Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€žÃ£Æ’â€“Ã£Æ’Â©Ã£Æ’Â³Ã£Æ’â€° */
#not_brand_product article:nth-of-type(1){
    margin-top: 0;
}
#not_brand_product h2{
    background-color: #28c3d4;
    color: #fff;
    padding: 10px 0;
}
#not_brand_product .not_brand li{
    width: 30%;
    margin-right: 5%;
}
#not_brand_product .not_brand li:nth-child(3n){
    margin-right: 0;
}
#not_brand_product .not_purchase li{
    width: 32%;
    margin: 20px 0 0 !important;
}
#not_brand_product  #not_product .not_purchase li div {
    width: 100%;
    height: 85px;
}
#not_brand_product #not_product .not_purchase li p {
    font-size: 14px;
}
.banner {
    width: 90%;
    margin: 30px auto;
}
.banner a{
    display: block;
}
.banner .brand_cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto 0;
    padding: 10px 5px;
    text-align: center;
    text-decoration-line: unset;
    background: #49b6b8;
    color: #fff;
    /* font-weight: bold; */
}
.banner img{
    width: 100%;
    display: block;
    box-shadow: 0px 0px 5px #a5a5a5;
}
#fix_campaign_banner {
    display: block;
    position: fixed;
    bottom: 75px;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
}
#fix_campaign_banner div {
    width: 65%;
    margin: 0 10px 0 auto;
    position: relative;
}
#fix_campaign_banner a{
    display: block;
    width: 100%;
}
#fix_campaign_banner div img{
    display: block;
    width: 100%;
}
#fix_campaign_banner div #close_btn{
    position: absolute;
    width: 15px;
    top: 5px;
    right: 5px;
}
.insta {
    margin-bottom: 15px;
}
.insta a {
    display: block;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}
.insta span{
    display: inline-block;
    width: 17px;
    margin-right: 5px;
}
.insta img{
    width: 100%;
}
.navigation {
    display: flex;
    align-items: center;
    background-color: #000000c4;
    overflow: scroll;
    padding: 15px 0;
    margin-bottom: 40px;
}
.navigation ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navigation li{
    width: max-content;
    padding: 0 15px;
    font-size: 14px;
    border-right: 1px solid #ddd;
}
.navigation li:last-child{
    border: none;
}
.navigation li a{
    color: #fff;
    text-decoration: none;
}
#sokyu {
    width: 90%;
    margin: 0 auto 40px;
}
.sokyu li{
    width: 100%;
    margin-top: 10px;
}
.sokyu li:nth-child(1){
    margin-top: 0;
}
.sokyu li img{
    width: 100%;
}
.shuuka{
    display: none;
}
.self{
    display: block;
}
#contact .kiyaku {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.line{
    width: 90%;
    margin: 10px auto;
}
.line img{
    display: block;
    width: 100%;
}
#trans-date .btn {
    width: 49%;
    margin-top: 5px;
}
#trans-date .btn:nth-of-type(1),#trans-date .btn:nth-of-type(2) {
    margin-top: 0;
}
select#発送予定ダンボール数 {
    padding: 10px 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
#box-count .btn {
    width: 50%;
    margin-top: 5px;
}
#box-count .btn:nth-of-type(1){
    margin-top: 0;
}
.addres select,.box-self select{
    font-size: 16px;
    border: 1px solid #000;
}


.contentsBox10 {
    width: 95%;
    margin: 50px auto;
}

.contentsBox10 .table_frame {
    margin: 0;
    padding: 0 0 40px;
    color: #000;
    text-align: center;
}

.contentsBox10 .table_frame table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 3px solid #ddd;
    border-right: 3px solid #ddd;
}

.contentsBox10 .table_frame table th {
    margin: 0;
    padding: 15px 10px 15px;
    color: #666;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
    background: #fff3f3;
}

.contentsBox10 .table_frame table th.own {
    color: #fff;
    background: #aa0000;
}

.contentsBox10 .table_frame table th.blank {
    border: none;
    background: #fff;
}

.contentsBox10 .table_frame table td {
    width: 18%;
    margin: 0;
    padding: 15px 5px 15px;
    font-size: 14px;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
}

.contentsBox10 .table_frame table td.leftline {
    width: 15%;
    color: #666;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
}

.contentsBox10 .table_frame table td.leftline span {
    font-size: 70%;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
}

.contentsBox10 .table_frame table td.bg_own {
    background: url(../images/contents10_bg03.gif) center center no-repeat #fff;
    color: #aa0000;
    font-size: 15px;
    width: 20%;
}

.contentsBox10 .table_frame table td.bg01 {
    background: url(../images/contents10_bg01.gif) center center no-repeat #fff;
    color: #000;
}

.contentsBox10 .table_frame table td.bg02 {
    background: url(../images/contents10_bg02.gif) center center no-repeat #fff;
    color: #000;
}

.contentsBox10 .table_frame table td.bg03 {
    background: url(../images/contents10_bg03.gif) center center no-repeat #fff;
    color: #000;
}

#main .item p.brand{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#main .item p.item{
	text-align: left;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 5px;
}
#main .item .pointMoney{
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	background: #e90000;
	width: fit-content;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
}
#service {
    width: 95%;
    margin: 0 auto;
}
#service h2 {
    background: #096cc0;
    color: #fff;
    padding: 15px 0;
    font-size: 22px;
    margin-bottom: 0;
}
.service_table {
	display: block;
	border: 1px solid #ddd;
    border-top: 0;
}
.service_table .dl_inner{
	display: flex;
	height: 70px;
}
.service_table dt,.service_table dd{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
}
.service_table dt{
	width: 30%;
	background-color: #e5f3ff;
	justify-content: center;
}
.service_table dd{
	width: 70%;
	text-align: left;
}
.service_table dd span{
    width: 100%;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.service_table dd a{
    width: 100%;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.more__content {
    position: relative;
    height: auto;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 1s;
}
.more__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #ffffff 100%
    );
}
.more__content.open::after {
    z-index: -1;
    opacity: 0;
}
.more__btn {
    display: block;
    margin: 0 auto;
    padding: 8px 40px;
    border: 0;
    color: #ffffff;
    background-color: #00c2bc;
    cursor: pointer;
}
#other_service {
    background: #f4f4f4;
    margin: 30px auto;
    padding: 30px 0;
}
#other_service h2{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: unset;
	color: #3d3d3d;
}
#other_service ul{
	width: 90%;
	margin: 25px auto 0;
	display: block;
}
#other_service ul li:nth-child(2){
	border: 2px solid #e29200;
	margin-top: 15px;
}
li.other_service_list {
	width: 100%;
	background-color: #fff;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 2px solid #3fbc22;
	border-radius: 5px;
}
li.other_service_list a{
	color: #3d3d3d;
	text-decoration: none;
}
li.other_service_list a:hover{
	opacity: 0.8;
}
.os_list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.os_list_inner div:nth-child(1){
	width: 70%;
}
.os_list_inner div:nth-child(2){
	width: 20%;
}
.os_list_inner p{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: fit-content;
}
.os_list_inner p span{
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.os_list_inner img{
	width: 100%;
}
#company h1{
    background-color: unset;
}
#column ul{
    width: 95%;
    margin: auto;
}
#column li{
    display: flex;
    justify-content: space-evenly;
    padding: 25px 0;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    align-items: center;
}
#column li:nth-child(1){
    margin-top: 0;
}
#column li:hover {
    background-color: #f6f6f6;
}
#column li img {
    object-fit: cover;
    width: 30%;
    height: 90px;
}
#column li div {
    width: 66%;
    margin-left: 4%;
}
#column li .colum_tag {
    width: 100%;
    margin: 0;
}
#column li .colum_tag span {
    display: inline-block;
    background: #cabe99;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
    width: max-content;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
}
#column li .colum_ttl {
    font-size: 16px;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}
#column li .colum_read {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    color: #00000070;
    line-height: 1.4;
    font-size: 13px;
    font-family: sans-serif;
    word-break: break-all;
}
#column li .triangle {
    width: unset;
    position: absolute;
    bottom: 10px;
    right: 0px;
    border-right: 0 solid transparent;
    border-bottom: 10px solid #939183;
    border-left: 10px solid transparent;
}
#column li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.konnamonodemo_gold {
    margin-top: 40px;
}
.konnamonodemo_gold p{
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}
.konnamonodemo_gold p span{
    background-color: #fbefb6;
}
#together .konnamonodemo_gold img{
    display: block;
    width: 95%;
    margin: auto;
}
.video{
    width: 90%;
    margin: auto;
    background-color: #f5f5f5;
    padding: 25px 20px;
    box-sizing: border-box;
}
.video h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: auto;
    background: linear-gradient(transparent 75%, #ffb8b8 0%);
}
.video p{
    font-size: 0.9rem;
    text-align: center;
    margin-top: 15px;
}
.video iframe{
    width: 100%;
    height: 170px;
    margin-top: 25px !important;
}
.tell_contact {
    margin-top: 30px;
}
.tell_contact p {
    width: fit-content;
    margin: auto;
    line-height: 1.2;
}
@media screen and (min-width:1024px){
    .pc{
        display: block !important;
    }
    .sp{
        display: none !important;
    }
    .header_inner {
        height: 60px;
        align-items: center;
    }
    #navbtn{
        top: 40px;
    }
    /* .cta{
        width: 80%;
        margin: 60px auto 30px;
        padding-top: 15px;
        max-width: 1200px;
    }
    .cta_ttl{
        font-size: 22px;
    }
    .cta_inner{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cta_tell{
        width: 40%;
        border-right: 1px solid #ddd;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .cta_tell img{
        width: 85%;
    }
    .cta_btn{
        width: 45%;
        margin: 0 0 0 80px;
    }
    .cta_btn a{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .cta_btn a:hover{
        opacity: 0.8;
    }
    .cta_btn p{
        margin-top: 15px;
    } */
    article{
        margin: 100px 0;
    }
    #results,#product,#together,#brand,#not_product,#purchase_reason,#buyer .buyer,#point ul,#step,#faq,#voice,#sokyu,#column{
        width: 80%;
        max-width: 1200px;
        margin: 100px auto;
    }
    article h2{
        font-size: 30px;
        padding-bottom: 15px;
    }
    .owl-stage-outer{
        height: auto;
    }
    .owl-carousel .pointImg{
        height: 150px;
    }
    .owl-carousel .owl-item img{
        height: 100%;
    }
    .date,.item_name,.pointMoney{
        font-size: 14px;
    }
    .date p {
        font-size: 12px;
    }
    .item_name{
        margin: 10px 0 5px;
        height: 30px;
    }
    #results section .owl-carousel:nth-of-type(2){
        margin-top: 50px;
    }
    #together h3{
        margin-bottom: 20px;
        padding: 20px 0;
    }
    #product li{
        width: 20%;
        margin: 0 20px 20px 0 !important;
    }
    #product li:nth-child(4n){
        margin-right: 0 !important;
    }
    #product li:nth-child(5),#product li:nth-child(6),#product li:nth-child(7),#product li:nth-child(8){
        margin-bottom: 0 !important;
    }
    #product li div{
        height: 200px;
        width: 80%;
        margin: auto;
    }
    #product li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #product .point ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #product .point li{
        width: fit-content;
        margin: 0 !important;
        text-align: center;
    }
    #product .point li:nth-child(1){
        margin-right: 20px !important;
    }
    .together{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #together .sell_list {
        width: 48%;
        margin-right: 2%;
    }
    #together .sell_list .right {
        width: 50%;
        justify-content: center;
    }
    #together .sell_list .right p {
        font-size: 20px;
    }
    #together .sell_list .right p.sub {
        font-size: 15px;
    }
    #together ul {
        margin-top: 0px;
        width: 50%;
    }
    #together ul .sell_list{
        margin-right: 0;
    }
    #together .konnamonodemo_gold img{
        width: 100%;
        margin-top: 5px;
    }
    #brand .main_brand li{
        width: 20%;
        margin: 0px 30px 30px 0!important;
    }
    #brand .main_brand li:nth-child(4n){
        margin-right: 0!important;
    }
    #brand .main_brand li:nth-child(5),#brand .main_brand li:nth-child(6),#brand .main_brand li:nth-child(7),#brand .main_brand li:nth-child(8){
        margin-bottom: 0!important;
    }
    #brand .main_brand li div{
        height: 155px;
    }
    #brand .main_brand li img {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .other_brand {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 70px;
        width: 100%;
    }
    .other_brand li {
        width: 40%;
    }
    .other_brand li:nth-child(2) {
        margin-top: 0!important;
    }
    .other_brand li:nth-child(odd) {
        margin-right: 50px!important;
    }
    #not_product .not_purchase{
        width: 100%;
        margin-top: 20px;
    }
    #not_product .not_purchase li{
        width: 20%;
        margin: 0 20px 0 0 !important;
    }
    #not_product .not_purchase li:nth-child(4n){
        margin-right: 0!important;
    }
    #not_product .not_purchase li:nth-child(5),#not_product .not_purchase li:nth-child(6),#not_product .not_purchase li:nth-child(7),#not_product .not_purchase li:nth-child(8){
        margin-top: 20px!important;
    }
    #choose_reason ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    #choose_reason section {
        position: relative;
        background-image: url(https://guntama-kaitori.com/images/reason_back.png);
        background-size: cover;
        padding: 30px 0;
    }
    #choose_reason div:nth-of-type(2) {
        width: 80%;
        max-width: 1200px;
    }
    #purchase_reason section{
        width: 100%;
    }
    #choose_reason li{
        width: 24%;
        margin-top: 0;
        box-sizing: border-box;
    }
    #purchase_reason p{
        text-align: center;
    }
    #purchase_reason .reason_prima p{
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
    #buyer .buyer_about p.title{
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    #buyer .buyer_about p{
        margin-top: 10px;
    }
    #buyer ul{
        margin-top: 30px;
    }
    #buyer li {
        width: 20%;
        margin-bottom: 0 !important;
    }
    #buyer .buyer .staff img{
        height: 100%;
    }
    #buyer .buyer .name {
        margin: 10px 0 15px;
    }
    #point h2 {
        padding: 30px 0;
        font-size: 26px;
    }
    #point h2 {
        background-color: #28c3d4;
        color: #fff;
        padding: 30px 0;
        position: relative;
        font-size: 28px;
    }
    .point_list_ttl{
        padding: 25px 10px;
    }
    .point_list_ttl h3{
        font-size: 18px;
    }
    #step h2,#voice h2 {
        font-size: 28px;
        padding: 20px;
    }
    #step ul {
        margin: 40px auto 0;
        width: 100%;
    }
    .step_ttl{
        font-size: 22px;
    }
    .step_txt p {
        font-size: 16px;
    }
    #faq ul {
        margin: 30px auto 0;
        width: 100%;
    }
    #faq .faq_list_ttl h3 {
        font-size: 18px;
    }
    .faq_text p {
        font-size: 16px;
    }
    #voice ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #voice li{
        width: 48%;
        margin: 0;
    }
    #voice li:nth-child(2n){
        margin-left: 30px;
    }
    #voice li:nth-child(1),#voice li:nth-child(2){
        margin-bottom: 40px;
    }
    .c-hr-double{
        margin-top: 70px;
    }
    #shop .title{
        font-size: 30px;
        padding-bottom: 15px;
    }
    #shop .primavera {
        width: 65%;
        max-width: 800px;
        margin: 20px auto 0;
    }
    .shop_list {
        margin-top: 40px;
    }
    footer {
        padding: 20px 0 120px;
    }
    .footer_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 20px;
    }
    footer .right{
        margin: 0;
    }
    footer .logo {
        width: 100%;
    }

    .fix_footer{
        height: 100px;
    }
    .fix_footer_inner{
        max-width: 1000px;
        justify-content: center;
    }
    .fix_footer_inner a{
        width: 25%;
    }
    .fix_footer_inner .btn{
        margin-right: 50px;
    }
    /* Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â  */
    #contact h2 {
        font-size: 30px;
        padding: 20px 0;
    }
    #contact h3{
        margin-bottom: 20px;
    }
    #contact .w95 {
        text-align: center;
    }
    .step-image img {
        width: 50%;
        height: auto;
        margin: auto;
        display: block;
    }
    form #not_product {
        margin: 30px auto;
    }
    form #not_product .not_purchase li{
        width: 20%;
        margin: 10px 10px 0 0 !important;
    }
    form #not_product .not_purchase li:nth-child(4n){
        margin-right: 0 !important;
    }
    form #not_product .not_purchase li:nth-child(1),form #not_product .not_purchase li:nth-child(2),form #not_product .not_purchase li:nth-child(3),form #not_product .not_purchase li:nth-child(4){
        margin-top: 0 !important;
    }
    form #not_product .not_purchase li div {
        height: 100px;
    }
    form #not_product .not_purchase li p {
        margin-top: 11px;
    }    
    #contact dl {
        width: 70%;
        margin: 20px auto 0;
        max-width: 1000px;
    }
    #contact dd{
        padding: 20px;
    }
    #contact .kit_btn {
        justify-content: flex-start;
    }
    #contact .kit_btn p {
        width: 200px;
        margin-right: 40px;
    }
    #mfp_buttons input{
        width: 400px;
        margin: 50px auto;
    }
    #contact .bothersome{
        font-size: 14px;
    }
    #contact dd input[type=text] {
        padding: 10px;
        width: 40% !important;
    }
    .note{
        text-align: center;
    }
    #transport label{
        text-align: center;
    }
    .terms_box {
        width: 70%;
        height: 250px;
        margin: 50px auto 0;
    }
    header .menu ul{
        width: 50%;
    }
    header .monthly_campaign{
        width: 50%;
    }
    header .monthly_campaign img{
        display: block;
        margin: auto;
        width: 100%;
    }
    header .cta {
        width: 50%;
        margin: 60px auto 30px;
        padding-top: 15px;
    }
    header .cta_ttl {
        font-size: 20px;
    }
    header .cta_btn a{
        font-size: 18px;
    }
    /* Ã¨Â²Â·Ã£Ââ€žÃ¥Ââ€“Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€žÃ£Æ’â€“Ã£Æ’Â©Ã£Æ’Â³Ã£Æ’â€° */
    #not_brand_product {
        margin-top: 50px;
    }
    #not_brand_product h2 {
        background-color: #28c3d4;
        color: #fff;
        padding: 15px 0;
        width: 70%;
        margin: 0 auto 20px;
        font-size: 24px;
    }
    .not_brand ul {
        justify-content: flex-start;
        width: 70%;
        margin: auto;
    }
    #not_brand_product .not_brand li {
        width: 28%;
        font-size: 14px;
    }
    #not_brand_product .not_purchase {
        width: 70%;
        margin: auto;
    }
    #not_brand_product .not_purchase li{
        width: 23%;
    }
    #results section{
        margin: 0 auto;
        width: 100%;
    }
    .owl-carousel .item{
        padding: 15px 20px;
    }
    .banner {
        width: 80%;
        margin: 30px auto;
        max-width: 1200px;
    }
    .banner .brand_cta {
        padding: 15px 5px;
        font-size: 24px;
    }
    .nav_menu .banner{
        width: 60%;
    }
    .fix_footer_inner .pc{
        width: 30%;
        margin-right: 50px;
    }
    .fix_footer_inner .pc img{
        height: 100%;
        object-fit: contain;
    }
    .navigation{
        justify-content: center;
        overflow: unset;
    }
    .sokyu ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sokyu li{
        width: 49%;
        margin: 0;
    }
    .sokyu li:nth-child(3),.sokyu li:nth-child(4){
        margin-top: 20px;
    }
    .hope textarea{
        width: 50% !important;
    }
    .line{
        width: 80%;
        margin: 30px auto;
        max-width: 1200px;
    }
    .cta {
        width: 80%;
        max-width: 1200px;
        margin: 100px auto;
    }
    .cta_inner {
        width: 100%;
    }
    .cta .btn {
        width: 47%;
    }
    .cta .btn:nth-of-type(1) {
        margin-bottom: 0;
    }
    .trend_research {
        width: 80%;
        max-width: 1200px;
        margin: 50px auto;
    }
    #about{
        padding: 40px 0;
    }
    .about_title{
        margin-bottom: 25px;
    }
    #about ul {
        width: 80%;
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    #about li{
        width: 30%;
        margin-top: 0;
        border-radius: 10px;
    }
    .service_table {
        display: flex;
    }
    .more__content {
        position: unset;
        height: auto;
        max-height: unset;
    }
    .more__content::after{
        display: none;
    }
    #other_service h2{
        font-size: 24px;
    }
    #other_service ul{
        width: 80%;
        max-width: 800px;
        display: flex;
        justify-content: space-between;
    }
    li.other_service_list {
        width: 48%;
    }
    #other_service ul li:nth-child(2){
        margin-top: 0;
    }
    #column ul {
        margin-top: 20px;
    }
    #column li img{
        width: 25%;
        height: 150px;
    }
    #column li .colum_tag span {
        padding: 5px 10px;
        font-size: 14px;
    }
    #column li .colum_ttl {
        font-size: 20px;
    }
    #column li .colum_read {
        -webkit-line-clamp: 2;
        font-size: 16px;
        margin-top: 10px;
    }
    #column li .triangle {
        right: 10px;
    }
    .video {
        width: 80%;
        max-width: 1200px;
        margin-top: 20px;
        padding: 50px 20px;
    }
    .video h2 {
        font-size: 2rem;
    }
    .video iframe {
        display: block;
        width: 80%;
        height: 400px;
        margin: auto;
    }
    .video p {
        font-size: 1rem;
    }
    .tell_contact p {
        width: fit-content;
        margin: auto;
        margin-right: 0;
        line-height: 1.2;
    }
    #fix_campaign_banner div img{
        display: none;
    }
    #product .point{
        width: 50%;
        max-width: 700px;
    }
    #product .konnamonodemo{
        margin-top: 70px;
    }
    #product .konnamonodemo p.konnamonodemo_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #product .konnamonodemo ul{
        justify-content: space-between;
    }
    #product .konnamonodemo li{
        width: 23%;
        margin: 0 !important;
    }
    #product .konnamonodemo li:nth-child(1),#product .konnamonodemo li:nth-child(2),#product .konnamonodemo li:nth-child(3),#product .konnamonodemo li:nth-child(4){
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width:1024px) and (min-width:481px){
    #nav_menu {
        position: relative;
    }
    #navbtn{
        top: -40px;
        right: 5%;
    }
    /* .cta{
        width: 90%;
        margin: 60px auto 30px;
        padding-top: 15px;
        max-width: 1200px;
    }
    .cta_ttl{
        font-size: 22px;
    }
    .cta_inner{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cta_tell{
        width: 40%;
        border-right: 1px solid #ddd;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .cta_tell img{
        width: 100%;
    }
    .cta_btn{
        width: 45%;
        margin: 0 0 0 50px;
    }
    .cta_btn a{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    } */
    article {
        margin: 100px 0;
    }
    article h2 {
        font-size: 28px;
    }
    #product li{
        width: 20%;
        margin: 0 20px 20px 0 !important;
    }
    #product li:nth-child(4n){
        margin-right: 0 !important;
    }
    #product li:nth-child(5),#product li:nth-child(6),#product li:nth-child(7),#product li:nth-child(8){
        margin-bottom: 0 !important;
    }
    #product li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #brand .main_brand {
        margin: 20px 0 60px;
    }
    #brand .main_brand li{
        width: 20%;
        margin: 0px 30px 30px 0!important;
    }
    #brand .main_brand li:nth-child(4n){
        margin-right: 0!important;
    }
    #brand .main_brand li:nth-child(5),#brand .main_brand li:nth-child(6),#brand .main_brand li:nth-child(7),#brand .main_brand li:nth-child(8){
        margin-bottom: 0!important;
    }
    #brand .main_brand li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: auto;
    }
    .other_brand {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 70px;
    }
    .other_brand li {
        width: 45%;
    }
    .other_brand li:nth-child(2) {
        margin-top: 0!important;
    }
    .other_brand li:nth-child(odd) {
        margin-right: 50px!important;
    }
    #not_product .not_purchase {
        margin-top: 10px;
    }
    #not_product .not_purchase li{
        width: 20%;
        margin: 0 30px 0 0 !important;
    }
    #not_product .not_purchase li:nth-child(4n){
        margin-right: 0!important;
    }
    #not_product .not_purchase li:nth-child(5),#not_product .not_purchase li:nth-child(6),#not_product .not_purchase li:nth-child(7),#not_product .not_purchase li:nth-child(8){
        margin-top: 20px!important;
    }
    #choose_reason ul {
        width: 90%;
        margin: 20px auto 0;
    }
    #choose_reason .reason_ttl{
        font-size: 20px;
    }
    #choose_reason li p {
        line-height: 1.2;
    }
    #purchase_reason p {
        font-size: 16px;
        text-align: center;
    }
    #purchase_reason p:nth-of-type(1) {
        margin-bottom: 10px;
    }
    #purchase_reason .reason_prima p{
        font-size: 18px;
    }
    .reason_prima ul{
        margin-top: 40px;
    }
    #buyer .buyer_about div:nth-of-type(2){
        padding: 30px 20px;
    }
    #buyer .buyer_about p{
        font-size: 17px;
    }
    #buyer ul {
        margin-top: 20px;
    }
    #buyer li {
        width: 20%;
        margin-bottom: 0 !important;
    }
    #buyer .buyer .staff img{
        width: 80%;
        height: 100%;
    }
    #buyer .buyer .name {
        margin: 10px 0 15px;
    }
    #buyer .buyer .favorite p:nth-child(1){
        font-size: 16px;
    }
    .favorite p {
        font-size: 15px;
    }
    .point_list_ttl p{
        font-size: 18px;
    }
    .point_list_inner .point_text p{
        font-size: 16px;
    }
    #step ul {
        margin: 30px auto 0;
    }
    .step_ttl{
        font-size: 20px;
    }
    .step_ttl span {
        font-size: 18px;
        margin: 0 5px 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: #28c3d4;
    }
    .step_txt p {
        font-size: 16px;
    }
    #faq .faq_list_ttl p{
        font-size: 18px;
    }
    .faq_text p {
        font-size: 16px;
    }
    #voice ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #voice li{
        width: 46%;
        margin: 0;
    }
    #voice li:nth-child(2n){
        margin-left: 30px;
    }
    #voice li:nth-child(1),#voice li:nth-child(2){
        margin-bottom: 40px;
    }
    footer {
        padding: 20px 0 140px;
    }
    .footer_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }
    footer .right{
        width: auto;
        margin: 0;
    }
    footer .logo {
        width: 80%;
    }
    .fix_footer{
        height: 120px;
    }
    .fix_footer_inner{
        justify-content: center;
    }
    .fix_footer_inner a{
        width: 30%;
    }
    .fix_footer_inner .btn {
        margin-right: 35px;
    }
    #fix_campaign_banner{
        bottom: 125px;
    }
    #fix_campaign_banner div{
        width: 50%;
    }
    #fix_campaign_banner div #close_btn{
        width: 25px;
    }
    header .monthly_campaign img{
        display: block;
        margin: auto;
        width: 100%;
    }
    .nav_menu{
        padding: 120px 0;
    }
    .shop_ttl::before, .shop_ttl::after{
        left: 16px;
    }
    .shop_ttl::after {
        left: 10px;
    }
    form #not_product .not_purchase li{
        width: 20%;
        margin: 10px 10px 0 0 !important;
    }
    form #not_product .not_purchase li:nth-child(4n){
        margin-right: 0 !important;
    }
    form #not_product .not_purchase li:nth-child(1),form #not_product .not_purchase li:nth-child(2),form #not_product .not_purchase li:nth-child(3),form #not_product .not_purchase li:nth-child(4){
        margin-top: 0 !important;
    }
    form#mailform label{
        text-align: center;
    }
    #contact dd input[type=text] {
        width: 60% !important;
    }
    #mfp_buttons input{
        width: 400px;
        margin: 50px auto;
    }
    #contact dt {
        padding: 15px 40px;
    }
    #contact dd {
        padding: 20px 65px;
    }
    #trans-date .btn[data-name="Ã©â€ºâ€ Ã¨ÂÂ·Ã¦â„¢â€šÃ©â€“â€œÃ¥Â¸Â¯"]{
        width: 47%;
    }
    .sokyu ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sokyu li{
        width: 49%;
        margin: 0;
    }
    .sokyu li:nth-child(3),.sokyu li:nth-child(4){
        margin-top: 10px;
    }
    .contentsBox10 {
        margin: 100px auto;
    }
    .contentsBox10 .table_frame table th {
        padding: 20px 10px 20px;
    }
    .contentsBox10 .table_frame table td {
        padding: 20px 0px 20px;
    }
    #about li .right{
        display: flex;
        align-items: center;
    }
    #other_service h2{
        font-size: 24px;
    }
    #other_service ul{
        width: 90%;
        max-width: 800px;
        display: flex;
        justify-content: space-between;
    }
    li.other_service_list {
        width: 48%;
    }
    #other_service ul li:nth-child(2){
        margin-top: 0;
    }
    .video iframe {
        height: 280px;
    }
}
form.wpcf7-form.init {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#contact dd span.wpcf7-form-control-wrap input,span.wpcf7-form-control-wrap textarea {
    display: block;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: auto;
    display: block;
    width: 80%;
    padding: 10px 0;
    background: #bfbfbf;
    font-weight: bold;
}
.aaa {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
@media screen and (min-width:1024px){
    .aaa{
        text-align: center;
    }

}