@charset "UTF-8";

/* 共通 */
.pc{
	display: none;
}
.sp{
	display: block;
}
.sp_2{
	display: none;
}
.btn{
	text-align: center !important;
}
.btn_d {
	font-size: 13px;
}

/* INTERFACE */

#nav_sp{
	display:block;
	width:32px;
	height:32px;
	position:fixed;
	top:25px;
	right:20px;
	cursor:pointer;
	z-index: 100;
}

#nav_sp span{
	display:block;
	margin:6px 0;
	background-color: #53FFEF;
	border: 1.5px solid #53FFEF;
}
#nav_sp.open span{
	display:block;
	margin:6px 0;
	background-color: #FFF;
	border: 1.5px solid #FFF;
}
#nav_sp.open span:first-of-type{
	margin:9px 0 0;
	transform:rotate(45deg);
	transition-duration:0.5s;
}
#nav_sp.open span:nth-of-type(2){
	display: none;
}
#nav_sp.open span:last-of-type{
	margin:-3px 0 0;
	transform:rotate(-45deg);
	transition-duration:0.5s;
}

#nav_sp.close span{
	transition-duration:0.5s;
}

/* HEADER */
body{
	position: relative;
}
div#header{
    height: 125px;
}
header{
	display: block;
	padding: 15px 0;
}
header h1{
	width: 50%;
	margin-left: 16px;
}
header h1 img.logo{
	width: 100%;
}
header h1 img.logo_home{
	display: none;
}

header nav{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: auto;
	background-color: #72CCE2;
	top: 0;
	padding-top: 80px;
}
header nav>ul{
	padding: 10px 0 25px;
	margin: 0 16px;
	border-top: 3px solid #FFF;
}
header nav ul li,
header nav ul li.business,
.home header nav ul li.business{
	position: relative;
}
header nav ul li.business::before,
.home header nav ul li.business::before{
	content: "";
	display: inline-block;
	background: url(../img/arrow_w_right.svg) padding-box no-repeat;
	width: 14px;
	height: 24px;
	position: absolute;
	top: 8px;
	left: 33px;
}
header nav ul li a,
.home header nav ul li a{
	display: block;
	text-align: left;
	color: #FFF;
	font-size: 24px;
	padding: 15px 0 15px 50px;
	line-height: 1.2;
}
header nav ul li a span,
.home header nav ul li a span{
	display: none;
}
header nav ul.business_menu
.home header nav ul.business_menu{
	background-color: #3EBEDD;
}
nav ul li .sp_list_btn {
    width: 50px;
    height: 40px;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    cursor: pointer;
}
nav ul li span.sp_list_btn:before {
    position: absolute;
    top: 25%;
    left: 60%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
	background-image: url(../img/arrow_w_right.svg);
	background-position: center;
	background-repeat: no-repeat;
    transform: translateX(-50%);
	transition-duration: 0.5s;
}
nav ul li.open .sp_list_btn:before{
	left: 20px;
	transform: rotate(90deg);
	transition-duration: 0.5s;
}
header nav ul li ul.business_menu{
	display: none;
	background-color: #3EBEDD;
	padding: 10px 0 15px;
	margin: 10px -16px;
	width: 100vw;
}
header nav ul li.open ul.business_menu{
	display: block;
}
header nav ul li ul.business_menu li a{
	padding-left: 66px;
}
header div{
	display: none;
	padding: 25px 0 13px;
}
header div a.tel{
	font-size: 25px;
}
header div a.tel span{
	font-size: 11px;
}
header div a.tel span::before{
	font-size: 9px;
	top: -10px;
	right: 0;
}
header div a.contact{
	font-size: 14px;
	line-height: 14px;
	padding: 13px 38px 13px 19px;
}
header div a.contact::after{
	top: 14px;
	right: 15px;
}

body>div.home{
    background-color: transparent !important;
    width: 100%;
    height: 170px;
	position: absolute;
	z-index: 100;
}
.home header{
	display: block;
	padding: 26px 0;
}
.home header h1{
	width: 50%;
}
.home header h1 img.logo{
	display: none;
}
.home header h1 img.logo_home{
	display: block;
	width: 100%;
}
.home header a{
	font-weight: 800;
}

.home header div{
	display: flex;
    flex-direction: column-reverse;
	align-items: flex-start;
	margin-left: 16px;
	padding: 30px 0 13px;
}
.home header div a{
	display: inline-block;
}
.home header div a.tel{
	font-size: 25px;
	margin: 17px 35px 0 20px
}
.home header div a.tel span{
	font-size: 11px;
	margin-right: 5px;
	position: relative;
}
.home header div a.tel span::before{
	font-size: 9px;
	top: -10px;
	right: 0;
}
.home header div a.contact{
	font-size: 14px;
	padding: 13px 38px 13px 19px;
}
.home header div a.contact::after{
	top: 30%;
	right: 15px;
}

/* HOME */
#home_key_area>div:first-child{
	background-image: url(../img/home_key_sp.jpg);
	aspect-ratio: 1 / 1.9;
}
#home_key_area>div:first-child div{
	top: 27%;
	left: 16px;
}
#home_key_area div:first-child h2{
	font-size: 7.6vw;
	line-height: 1.4;
}
#home_key_area div:first-child h2 span.mark_sp{
	background: url(../img/underline_bg.png) padding-box no-repeat;
	background-repeat:no-repeat;
	background-position: 0% 75%;
	background-size: 100% 40%;
}
#home_key_area div:first-child p{
	font-size: 3vw;
	padding: 35px 0;
	line-height: 1.75;
}
#home_key_area div:nth-child(2){
	background-color: #FFF;
	text-align: center;
	padding: 25px 0;
}
#home_key_area div:nth-child(2) p{
	font-family: 'Yu Gothic UI','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666666;
	font-size: 24px;
	line-height: 1.2;
	background-image: url(../img/arrow_b_down.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 26px;
}

#home_key_area>div:last-child{
	padding: 86px 16px;
}
#home_key_area>div:last-child p{
	font-size: 16px;
	line-height: 1.5;
}
#home_contents_area section h2{
	font-size: 42px;
}
#home_contents_area section h2::after{
	background-size: 100% 5px;
	height: 5px;
	bottom: 30px;
	left: 0;
}
#home_contents_area section h2 span{
	font-size: 14px;
}

#home_service_area{
	padding: 75px 16px 110px;
}
#home_service_area>p{
	font-size: 16px;
	font-weight:500;
	line-height: 1.5;
	margin: 50px 0 97px;
}
#home_service_area>div{
	margin-bottom: 22px;
	aspect-ratio: 0.8 / 1;
	border-radius: 9px;
}
#home_service_area>div#service01{
	background-image: url(../img/home/service_01_sp.jpg);
}
#home_service_area>div#service02{
	background-image: url(../img/home/service_02_sp.jpg);
}
#home_service_area>div#service03{
	background-image: url(../img/home/service_03_sp.jpg);
}
#home_service_area>div#service04{
	background-image: url(../img/home/service_04_sp.jpg);
}
#home_service_area>div>div{
	padding: 5% 30px;
}
#home_service_area div h3{
	font-size: 48px;
	line-height: 1.7;
}
#home_service_area div h3 span.service{
	font-size: 16px;
	margin: 0 -20px 0 -30px;
}
#home_service_area div h3 span.num{
	font-size: 78px;
	line-height: 1.2;
}
#home_service_area div p{
	line-height: 1.4;
	margin-bottom: 26px;
	line-height: 2.6;
}
#home_service_area div a{
	font-size: 16px;
	margin: 5px 0;
	padding: 6px 34px 6px 18px;
}

#home_case_area{
	padding: 100px 0 130px;
}
#home_case_area ul{
	margin: 50px 0 30px 0;
}
#home_case_area ul li{
	margin: 15px 35px;
	padding: 50px 15%;
	width: 100%;
}
#home_case_area ul li h3{
	font-size: 24px;
}
#home_case_area ul li p{
	font-size: 16px;
	margin-bottom: 25px;
}
#home_case_area ul li dl{
	margin: 0;
}
#home_case_area ul li dl dt{
	line-height: 3;
	width: 35%;
}
#home_case_area ul li dl dd{
	font-size: 16px;
	line-height: 2.6;
	width: 65%;
}

#home_blog_area{
	padding: 80px 0;
}
#home_blog_area ul{
	margin-top: 30px;
}
#home_blog_area ul li{
	width: 80%;
	max-width: 350px;
	margin: 10px;
	padding: 0 0 20px 0;
}
#home_blog_area ul li a{
	padding-bottom: 20px;
}

#home_news_area{
	padding: 84px 14% 112px;
}
#home_news_area table{
	text-align: center !important;
}
#home_news_area table tr{
	display: flex;
	flex-direction: column;
	margin-bottom: 54px;
}
#home_news_area table th,
#home_news_area table td{
	display: block;
	margin: auto auto 18px;
}
#home_news_area table th,
#home_news_area table td.topics{
	font-size: 18px;
}
#home_news_area table th{
	order: 2;
	line-height: 1.6;
}
#home_news_area table td.category{
	font-size: 13px;
	width: 60px;
	padding: 12px 16px;
	border-radius: 15px;
	order: 1;
	line-height: 1.7;
}
#home_news_area table td.topics{
	order: 3;
	line-height: 1.6;
}
#home_contact_area{
	padding: 90px 14% 105px;
}
#home_contact_area p{
	font-size: 16px;
	margin: 40px 0px 16px 0px;
	line-height: 1.8;
}
#home_contact_area a{
	font-size: 23px;
	padding: 18px 75px 18px 65px;
	line-height: 1.7;
}
#home_contact_area a::after{
	top: 36%;
	right: 45px;
}

/* BUSINESS */

#key_area>div{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#key_area div h2{
	text-align: center;
	font-size: 10vw;
	line-height: 1.6;
}
#key_area div h2 span{
	display: block;
	font-size: 5vw;
}

#business_contents_area #key_area{
	padding: 50% 0 0;
	background-image: url(../img/business_key_sp.jpg);
}

#business_contents_area .container>p{
	font-size: 17px;
	margin: 35px 40px 29px;
	line-height: 1.6;
	color: #6B6B6B;
}

#business_contents_area>section{
	color: #6B6B6B;
	padding: 0px 16px 70px;
	overflow: hidden;
}
#service_international_logi h2,
#service_national_logi h2,
#service_ecommerce h2,
#service_fulfillment h2{
	white-space: nowrap;
	font-size: 41px;
	line-height: 1.2;
	margin: 72px 40px 0px;
}
#service_area h2,
#business_location h2,
#business_strength h2{
	font-size: 7vw;
	line-height: 1.8;
	margin: 10% 0 6.5% 0;
}
#home_contact_area h2{
	font-size: 42px;
}
#business_contents_area section.center h2::after{
	height: 3px;
	bottom: 40%;
	background-size: 100% 3px;
}
#service_area h2 span,
#business_location h2 span,
#business_strength h2 span,
#home_contact_area h2 span{
	font-size: 3vw;
}
#business_contents_area>section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: auto;
	margin: 0 40px;
}
#business_contents_area>section ul li{
	border-radius: 12px;
	width: 45%;
	min-height: 152px;
	margin-bottom: 10px;
	padding: 15px 5px 20px;
}
#business_contents_area>section ul li h3{
	font-size: 22px;
	line-height: 2.1;
}
#business_contents_area>section ul li p{
	font-size: 13px;
	line-height: 1.5;
}
#business_contents_area>section:nth-child(odd) ul li{
	width: 45%;
	height: auto;
	padding: 15px 0px 20px;
}

#business_contents_area .kashiwa dl dt{
	margin-bottom: 3%;
}
#business_contents_area .kashiwa dl dt span{
	font-size: 3vw;
	padding: 5px 3vw;
	border-radius: 17px;
	margin-top: 40px;
	line-height: 1.25;
}
#business_contents_area .kashiwa dl dd{
	font-size: 3.8vw;
	line-height: 1.5;
	margin: 0;
}
#business_contents_area .kashiwa dl dd.scale span{
	font-size: 13vw;
	font-weight: bold;
	margin-right: 10px;
}
#business_contents_area .kashiwa dl dd.license{
	line-height: 1.3;
}
#business_contents_area .kashiwa dl dd.license small{
	font-size: 2.5vw;
	line-height: 2.8;
}

#business_contents_area section .check{
	padding-top: 70px;
	background-size: 130px;
	background-position: 50% -5%;
	background-repeat: no-repeat;
}
#business_contents_area section:nth-child(odd) .check{
	background-size: 130px;
	background-position: 50% -5%;
	background-repeat: no-repeat;
}
#business_contents_area section .check .problem{
	color: #666666;
	font-size: 20px;
	margin: 36px 0;
	text-align: center;
	line-height: 2;
}
#business_contents_area section .check .problem span{
	font-size: 22px;
}
#business_contents_area section p.arrow{
	font-size: 20px;
	background: top center no-repeat;
	background-position-y: 15%;
	margin-bottom: 59px;
}
#service_area>div{
	display: block;
}
#service_area div div{
	width: 100%;
	margin: 10px 0;
}
#service_area div div a h3{
	text-indent: 5px;
	font-size: 32px;
	bottom: 35px;
	left: 40px;
}
#service_area div div a h3>span{
	font-size: 56px;
}
#service_area div div a h3>span>span{
	font-size: 11px;
}

.service_detail h2 span{
	font-size: 56px;
	padding-left: 40px;
}
.service_detail h2 span span{
	font-size: 11px !important;
	margin-left: -60px;
}
.service_detail>div{
	max-width: 1060px;
}
.service_detail .point{
	padding: 40px 40px 65px;
	text-align: center;
}
.service_detail .point p{
	margin-bottom: 32px;
}
.service_detail .point ol li,
.service_detail .check ol li{
	line-height: 1.7;
}
.service_detail .point ol li{
	padding: 60px 0 70px;
	background-size: 37px auto;
	background-position: top center;
	font-size: 19px;
}
.service_detail .check ol li{
	width: auto;
	padding: 15px 22px 15px 55px;
	background-position: 10px 24px;
	background-size: 25px;
	font-size: 3.3vw;
}

#service_international_logi{
	background-size: 225%;
	background-position: 65% 43%;
}
#service_international_logi ul{
	margin: auto auto 848px;
	width: 53vw;
	margin: 7% auto;
}
#service_international_logi ul li h3{
	font-size: 22px;
}
#service_international_logi ul li p{
	font-size: 13px;
	margin:0;
}
#service_international_logi .space{
	margin: 20%;
}

#service_national_logi ul li h3{
	font-size: 1.1vw;
}
#service_national_logi ul li p{
	font-size: 0.6vw;
	padding: 10% 0 0 0;
}
#service_national_logi .kashiwa{
	text-align: center;
	padding: 20px 15px;
	margin: 40px auto auto auto;
}
#service_national_logi .kashiwa h4{
	font-size: 5.5vw;
	margin: 15px 0 30px;
	padding-left: 7%;
	width: auto;
	display: inline-block;
	background-size: 6% auto;
	background-position: left center;
}
#service_national_logi .kashiwa img{
	width: 90%;
	margin: auto;
}

#service_ecommerce ul{
	display: block !important;
}
#service_ecommerce ul li{
	width: 100% !important;
	padding: 127px 0px 30px;
	height: 211px;
}
#service_ecommerce ul li h3{
	font-size: 22px;
}
#service_ecommerce ul li p{
	font-size: 13px;
	margin-top: 10px;
}

#service_fulfillment h3{
	color: #666;
	font-size: 5.2vw;
	margin: 10% 0 7%;
	text-align: center;
}
#service_fulfillment .ec_service{
	color: #FFF;
	background-color: #72CCE2;
	border-radius: 17px;
	padding: 40px;
	margin: 8px 0;
}
#service_fulfillment .ec_service h4{
	position: relative;
	margin-bottom: 23px;
}
#service_fulfillment .ec_service h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
}
#service_fulfillment #logistics h4{
	font-size: 36px;
	padding-left: 58px;
}
#service_fulfillment #order h4{
	font-size: 24px;
	padding-left: 58px;
}
#service_fulfillment #logistics h4::before{
	width: 45px;
	height: 100%;
	background-image: url(../img/business/04_fulfillment/01_butsuryu.svg);
}
#service_fulfillment #order h4::before{
	width: 45px;
	height: 100%;
	background-image: url(../img/business/04_fulfillment/02_callcenter.svg);
	background-size: contain;
}
#service_fulfillment .ec_service ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-color: #FFF;
	padding: 20px;
	margin: 0;
	border-radius: 11px;
	box-sizing:border-box;
	font-weight: 600;
}
#service_fulfillment .ec_service ul li{
	font-size: 3.4vw;
	color: #72CCE2;
	background-color: #FFF;
	text-align: center;
	width: auto;
	min-height: 0;
	padding: 3px 10px;
	margin-bottom: 0;
}
#service_fulfillment .ec_service p{
	line-height: 0.5;
	margin: 30px 0;
}
#service_fulfillment #logistics p{
	font-size: 2.7vw;
	white-space: nowrap;
}
#service_fulfillment #logistics p .set{
	font-size: 2.5vw;
}
#service_fulfillment #logistics p .unit{
	font-size: 11vw;
	margin-right: 4%;
}
#service_fulfillment #logistics p .price{
	font-size: 20vw;
	margin: 0 4% 0 6%;
}
#service_fulfillment #order p{
	font-size: 2.7vw;
	white-space: nowrap;
}
#service_fulfillment #order p .unit{
	font-size: 9vw;
}
#service_fulfillment #order p .price{
	font-size: 15vw;
	margin: 0 2% 0 4%;
}
#service_fulfillment .ec_service .notice small{
	display: block;
	font-size: 3vw;
	line-height: 1.3;
	margin-bottom: 10px;
}
#service_fulfillment .flow{
	width: auto;
	padding: 70px 0;
}
#service_fulfillment .flow p{
	width: 100%;
	font-size: 2.8vw;
	text-align: center;
	top: 26px;
}
#service_fulfillment img{
	width: 85%;
}

#business_location .kashiwa{
	padding: 0;
	width: auto;
}
#business_location .kashiwa h4{
	font-size: 5.8vw;
	text-align: center;
	padding-left: 7%;
	margin-bottom: 30px;
	display: inline-block;
	background-size: 6% auto;
	background-position: left center;
}
#business_location .kashiwa .slider{
	display: none;
}
#business_location .kashiwa .thumbs{
	display: none;
}
#business_location .kashiwa .sp_slider div{
	height: auto;
}
#business_location .kashiwa .sp_slider img{
	width: 90%;
	object-fit: cover;
	aspect-ratio: 15/14;
	border-radius: 7px;
}
#business_location .kashiwa .item{
	width: 100%;
}
#business_location .kashiwa .slider div{
	height: auto;
}
#business_location .kashiwa .slider img{
	width: 70%;
	object-fit: cover;
	aspect-ratio: 15/14;
	border-radius: 7px;
}
#business_location .kashiwa dl{
	text-align: left;
	display: block;
	flex-wrap: wrap;
	text-align: center;
}
#business_location .kashiwa dl dt{
	width: 100%;
	margin-bottom: 2%;
}
#business_location .kashiwa dl dd{
	width: 100%;
	margin-bottom: 2%;
}
#business_contents_area .kashiwa dl dd.scale{
	font-size: 5vw;
}
#business_contents_area .kashiwa dl dd.nt{
	font-size: 6vw;
}

#business_strength div{
	max-width: 1200px;
	margin: auto;
}
#business_strength h3{
	color: #707070;
	font-size: 26px;
	padding: 38px 0;
	position: relative;
	display: inline-block;
}
#business_strength h3::after{
	content: "";
	width: 10%;
	height: 6px;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	left: 45%;
	background-image: url(../img/picture_bg.jpg);
	background-size: 100% 6px;
}
#business_strength p{
	color: #707070;
	font-size: 24px;
	font-weight: 600;
	margin: 65px 0 90px 0; 
	line-height: 1.8;
}
#business_strength p.small{
	font-size: 18px;
	font-weight: 600;
	margin: 61px 0 60px 0 ;
}
#business_strength img{
	width: 100%;
}

#business_location{
	padding: 0 I !important;
}
#business_location .other_location h4.map_g{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	padding-left: 40px;
	background-image:url(../img/business/mappin_gray.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 30%;
}
#business_location .other_location .lo_1{
	margin-bottom: 44px;
}
#business_location .other_location h5{
	padding-top: 85%;
	font-size: 6vw;
	line-height: 2;
}
#business_location .other_location ul{
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
	overflow-x: scroll;
	flex-wrap: nowrap;
}
#business_location .other_location ul li{
	width: 70% !important;
	margin: auto;
	min-height: 280px;
	flex-shrink: 0;
	display:block;
	box-sizing: border-box;
}
#business_location .other_location h5::before{
	content: "";
	width: 100%;
	height: 70%;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
#business_location .other_location{
	display: block;
	padding: 80px 0 100px;
}
#business_location .other_location table{
	width: 100%;
	text-align: left;
	padding: 5% 8%;
}
#business_location .other_location table tr th{
	font-size: 3vw;
	font-weight: 100;
	line-height: 2;
}
#business_location .other_location table tr td{
	font-size: 4.5vw;
	font-weight: bold
}
#business_location .other_location .lo_2 ul li:nth-child(1){
	margin-left: 15%;
}
#business_location .other_location .lo_2 ul li:nth-child(2){
	margin: 0 18px 0;
}
#business_location .other_location .lo_2 ul li:nth-child(3){
	margin-right: 15%;
}

#business_contents_area #home_contact_area{
	padding-top: 80px;
}
#business_contents_area #home_contact_area h2{
	line-height: 1.6;
}

#business_location .gallery_link_area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
#business_location .gallery_link_area a{
	color: white;
	background-color: #72CCE2;
	border-radius: 30px;
	padding: 3%;
	width: auto;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 30px;
}

/* BLOG */
#blog_contents_area #key_area{
	padding: 60% 0 0;
	background-image: url(../img/common_key_sp.jpg);
}
#blog_contents_area #key_area h2{
	font-size: 10vw;
	line-height: 1.6;
}
#blog_contents_area #key_area h2 span{
	font-size: 5vw;
}
#blog_contents_area .flex{
	display: block;
	padding: 40px 16px 80px;
}
#blog_contents_area .form-select{
	width: 100%;
}
#blog_list{
	width: 100%;
	margin-right: 78px;
}
#blog_list ul{
	margin-bottom: 30px;
}
#blog_list ul li a{
	padding: 15px 20px 15px 15px;
}
#blog_list ul li img{
	width: 40%;
}
#blog_list ul li div{
	margin-top: 3px;
	margin-left: 13px;
}
#blog_list ul li .date{
	font-size: 12px;
}
#blog_list ul li .category{
	font-size: 10px;
	margin-left: 6px;
	padding: 2px 5px;
}
#blog_list ul li .title{
	font-size: 12px;
	margin: 8px 0;
	line-height: 1.6;
	-webkit-line-clamp: 3;
}
#blog_list .btn{
	margin: auto auto 60px;
}

#blog_category{
	width: 100%;
}

#blog_contents{
	margin: 10px 0;
}
#blog_contents time{
	font-size: 14px;
}
#blog_contents .category{
	font-size: 13px;
	padding: 5px 7px;
}
#blog_contents h3{
	font-size: 21px;
	margin: 12px 0 17px;
}
#blog_contents img{
	width: 100%;
	margin: 0 0 20px;
}
#blog_contents p{
	font-size: 13px;
}
#blog_contents .btn{
	justify-content: center;
	margin: 46px auto;
}
#blog_contents .btn span,
#blog_contents .btn a{
	font-size: 13px;
	height: 31px;
	width: 30%;
	line-height: 31px;
}
#blog_contents .btn span{
	padding: 7px 12px;
	margin: 0 9px;
}
#blog_contents .btn a{
	padding: 8px 20px;
	margin: 0 9px;
}
#blog_contents .btn a.next{
	padding: 8px 20px 8px 8px;
}
#blog_contents .btn a.prev{
	padding: 8px 8px 8px 20px;
}

/* CONTACT */

#contact_contents_area #key_area{
	padding: 60% 0 0;
	background-image: url(../img/common_key_sp.jpg);
}
#contact_contents_area #key_area h2{
	font-size: 10vw;
	line-height: 1.6;
}
#contact_contents_area #key_area h2 span{
	font-size: 5vw;
}
#contact_contents{
	padding: 70px 10% 80px;
}
#contact_contents>p{
	font-size:13px;
}
#form_table{
	margin:30px 0;
}
#form_table th{
	display:block;
	text-align:left;
	padding:25px 0 0;
	font-size:14px;
	font-weight:400;
	line-height: 2.5;
}
#form_table th span{
	margin:0 0 0 10px;
	padding:4px 8px;
	font-size:11px;
	vertical-align: text-bottom;
}
#form_table td{
	display:block;
	padding:20px 0 30px;
	font-size:13px;
	line-height:2.7;
}
#form_table td.name{
	text-align: center;
	padding:20px 0 30px;
	font-size:13px;
	font-weight:300;
	line-height:1.5em;
	border-bottom:1px solid #ddd;
	white-space: nowrap;
}
#form_table td.name>div{
	display:flex;
	justify-content: space-between;
	align-items: baseline;
}
#form_table td input.margin_sp{
	margin:10px 0 0;
}
#form_table td.name input.margin_sp{
	margin:0;
}
#contact_contents form p{
	font-size:13px;
	line-height:1.7;
}
#contact_contents .btn button,
#contact_contents .btn input{
	margin:0 10px;
}
#contact_contents .form-checkbox.center{
	margin:0 0 25px;
}
#contact_contents p{
	font-size: 13px;
	margin-bottom: 33px;
}
#contact_contents .thanks{
	font-size: 26px;
	margin-bottom: 38px;
	line-height: 1.5;
}
#contact_contents .notice{
	margin-bottom: 15px;
}
#contact_contents a.tel{
	font-size: 48px;
	margin-bottom: 40px;
}
#contact_contents_area .thanks_area{
	padding: 65px 16px 120px;
}

/* FOOTER */
footer{
	padding: 90px 0 40px;
}
footer div{
	width: 70%;
}
footer div a img{
	width: 65%;
}
footer div>ul:first-of-type{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 40px auto 0;
	height: 400px;
	flex-direction: column;
}
footer div>ul:first-of-type>li{
	margin-bottom: 45px;
}
footer ul.sub_menu li{
	font-size: 16px;
}
footer ul.sub_menu li::after{
	font-size: 16px;
}
footer ul.sub_menu li:last-child::after{
	content: none;
}
footer ul li a{
	line-height: 1.7;
}
footer ul.sub_menu li a{
	margin: 0 15px;
}
footer small{
	line-height: 1.7;
}
