
/*-----------------------------------------------------------------------/
	Description: responsive setting
	Version: 1.0
	Author: AdTECHNICA
/*----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------/
	CONTENTS
	0: COMMON
	1: LAYOUT
	2: HEADER
	3: NAVIGATION
	4: MAIN CONTENT
	5: FOOTER
	6: OTHER
/*----------------------------------------------------------------------*/
@media screen and (max-width:1100px){
/*-----------------------------------------------------------------------/
	0: COMMON
/*----------------------------------------------------------------------*/
body {
	font-size: -webkit-calc(1.7rem + 2 * (100vw - 320px) / (960 - 320));
	font-size: calc(1.7rem + 2 * (100vw - 320px) / (960 - 320));
}
img {
	max-width: 100%;
	height: auto !important;
}
input[type="submit"], input[type="button"], input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], textarea {
	width: 100%;
	margin: 0;
	padding: 5px;
}
.sp_none {
	display: none;
}

/*-----------------------------------------------------------------------/
	1: LAYOUT
/*----------------------------------------------------------------------*/
body,
#wrp {
	min-width: inherit;
}
#bpt {
	display: block;
}
#hdr,
#gnav,
#main,
#path,
#cnt,
#ftr {
	width: 100%;
}
.tabmenu {
	/*display: none;*/
	width: auto;
}
#wrp_maincnt {
	width: 100%;
}

#hdr .logo{padding: 0;}
#hdr span.logom,.is-animation #hdr span.logom{width: 122px;margin: 0;height: 18px;}

#cnt{padding:2em 0;}
#path{padding: 1.5em 1em;}



/*-----------------------------------------------------------------------/
	2: HEADER
/*----------------------------------------------------------------------*/
#wrp_hdr {
	position: fixed;
	z-index: 9999;
	width: 100%;
}
#hdr {
	position: relative;
}
#hdr .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	left: 140px;
	/*left:0;*/
	/*-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	-webkit-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
}
#hdr .logo a {
	display: block;
}
#hdr .logo img {
	width: auto;
	height: 25px !important;
}
#hdr .hdr_nav {
	/*display: none;*/
	justify-content: flex-end;
	padding: 0;
	height: 50px;
}

#hdr .hdr_nav li:not(:first-of-type){margin:0;}

#hdr .hdr_nav li a{margin:0;/*padding: 2em 0.5em 0em;*/padding:0;display: block;}
#hdr .hdr_nav li:nth-last-child(n+2){display: none;}

#hdr .hdr_nav li:last-child,#hdr .hdr_nav li:nth-last-child(2),#hdr .hdr_nav li:nth-last-child(3),#hdr .hdr_nav li:nth-last-child(4),#hdr .hdr_nav li:nth-last-child(5){height: 45px;
width: 40px;display: block;background-position: 50% 50%;}

/* btn_menu */
#btn_menu {
	display: inline-block;
	margin-right: auto;
	z-index: 5;
}
#btn_menu a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	padding: 18px 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background:#FC8A07;
}
#btn_menu span.brdr {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 5px;
	background-color: #fff;
	transition: 0.3s;
}
#btn_menu span:nth-of-type(3) {
	margin-bottom: 0;
}
#btn_menu .active span:nth-of-type(1) {
	-webkit-transform: translate(0, 6px) rotate(-45deg);
	transform: translate(0, 6px) rotate(-45deg);
}
#btn_menu .active span:nth-of-type(2) {
	opacity: 0;
}
#btn_menu .active span:nth-of-type(3) {
	-webkit-transform: translate(0, -6px) rotate(45deg);
	transform: translate(0, -6px) rotate(45deg);
}
#btn_menu span.txt {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* sp_menu */
#sp_menu {
	width: 100%;
	clear: both;
}
#sp_menu.active {
	display: block;
	overflow-y: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: -1;
}
#sp_menu .toggle_menu {
	transition: 0.4s max-height;
 	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	overflow: hidden;
	max-height: 0;
}
#sp_menu ul {
	list-style: none;
}
#sp_menu li a,
#sp_menu h6 {
	display:block;
	border-bottom:1px solid #ddd;
	padding:9px 10px;
	font-size:1.6rem;
	text-decoration:none;
	color:#333;
	font-weight:700;
	background-color:#eee;
	font-weight: normal;
}
#sp_menu li ul {
	display: block;
	display: flex;
width: 100%;
flex-wrap: wrap;
}

#sp_menu li ul li{width: 50%;}
#sp_menu li ul li:first-child{display:none;}


#sp_menu li ul li:nth-child(even) a{border-right:1px solid #ddd;}

#sp_menu li ul li a {
	border-bottom:1px solid #ddd;
	padding 0.5em 1.5em;
	font-size:1.6rem;
	color:#666;
	background-color:#fdfdfd;
	height: 100%;
}


#sp_menu li a{position: relative;color:#FC4A0A;}

#sp_menu li a::before {
content: '';
width: 6px;
height: 6px;
border: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
border-top: solid 1px #777;
border-right: solid 1px #777;
position: absolute;
top: 50%;
right: 1em;
margin-top: -4px;
transform: rotate(45deg);
transition: 0.3s;
}



/*-----------------------------------------------------------------------/
	3: NAVIGATION
/*----------------------------------------------------------------------*/
#wrp_gnav {
	padding: 65px 0 0; /*#wrp_hdrの次の要素に#wrp_hdrの高さ分上余白*/
}
#gnav {
	display: none;
}

#mnav{bottom:0;width:100%;position: fixed;}
#mnav ul li br{display:block;}

#mnav ul{display: flex;}
#mnav a{animation:none;right:0;}
#mnav ul li a{padding: 2em 3px 0.5em;display: flex;justify-content: center;}
#mnav ul li{width:33.33333%;}
#mnav ul li a span{font-size:0.6em;display: block;padding: 0;}
body#index #mnav a{animation:none;align-items: center;display: flex;}
#mnav ul li:nth-child(1) a,#mnav ul li:nth-child(2) a,#mnav ul li:nth-child(3) a,#mnav ul li:nth-child(4) a{background-position: 50% 20%;text-align: center;background-size: 24px;line-height: 1.4;}
#mnav a[target="_blank"]:after{background-size: 9px;}


/*-----------------------------------------------------------------------/
	4: MAIN CONTENT
/*----------------------------------------------------------------------*/

.slide_cont{width: 90%;padding: 5%;top: 30%;}
.swiper-slide .slide-content h1, .swiper-slide .slide-content h2, .swiper-slide .slide-content h3{font-size:23px;margin-bottom:0.8em;}
.slide-content{height: 100%;/*height: 50%;background: #FC8A07;top: 70%;*/}
.swiper-slide .slide-content p{font-size:16px;letter-spacing: -1px;}
.swiper-slide .slide-content p br{}
.swiper-button-prev{/*top: 96% !important;*/bottom: 0 !important;left: 0 !important;}
.swiper-button-next{/*top: 96% !important;*/bottom: 0 !important;/*left: 45px !important;*/right:0 !important;}

.wrp_nav{height: 45px;top: auto;bottom: 0;}
.swiper-button-next, .swiper-button-prev{top:66% !important;outline: none;}

.swiper-slide .slide-content .caption {left: 11px;bottom:70px;font-size: 9px;}
.swiper-slide .slide-content .link_btn_w a{padding: 1em 1.2em;font-size: 10px;}

#swipebox-close {
    top: 5% !important;
    right:5% !important;
}

#wrp_cate{/*padding:55px 0 0px ;*/background-position: 50% 100%;background-size: cover;}
.cate{font-size: 1.4em;display: inline-block;left: 1em;top: 55%;}
body.base .wrp_mainimage {height: 200px;}

#wrp_maincnt {
	padding: 15px;
}

/* selector
-----------------------------------*/
#maincontent h1 {
	font-size: -webkit-calc(2rem + 20 * (100vw - 320px) / (767 - 320));
	font-size: calc(2rem + 20 * (100vw - 320px) / (767 - 320));
}
#maincontent h2 {
	font-size: -webkit-calc(2.2rem + 10 * (100vw - 320px) / (767 - 320));
	font-size: calc(2.2rem + 10 * (100vw - 320px) / (767 - 320));
}
#maincontent h3 {
	font-size: -webkit-calc(2rem + 4 * (100vw - 320px) / (767 - 320));
	font-size: calc(2rem + 4 * (100vw - 320px) / (767 - 320));
}
#maincontent h4 {
	font-size: -webkit-calc(2rem + 2 * (100vw - 320px) / (767 - 320));
	font-size: calc(2rem + 2 * (100vw - 320px) / (767 - 320));
}

#maincontent h5,
#maincontent h6 {
	font-size: -webkit-calc(1.8rem + 2 * (100vw - 320px) / (767 - 320));
	font-size: calc(1.8rem + 2 * (100vw - 320px) / (767 - 320));
}
#maincontent h1,
#maincontent h2,
#maincontent h3,
#maincontent h4 {
	margin-bottom: -webkit-calc(0.8em + 12 * (100vw - 320px) / (767 - 320));
	margin-bottom: calc(0.8em + 12 * (100vw - 320px) / (767 - 320));
}
#maincontent h5,
#maincontent h6 {
	margin-bottom: -webkit-calc(0.6em + 4 * (100vw - 320px) / (767 - 320));
	margin-bottom: calc(0.6em + 4 * (100vw - 320px) / (767 - 320));
}

/* parts
-----------------------------------*/
/* scroll */
.wrp_scroll::-webkit-scrollbar {
	height: 5px;
}
.wrp_scroll::-webkit-scrollbar-track {
	background: #ebebeb;
}
.wrp_scroll::-webkit-scrollbar-thumb {
	background: #969696;
}
.wrp_scroll {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0 0 10px;
	/*-webkit-overflow-scrolling: touch;*/
}
.scroll {
	min-width: 768px;
}

/*#maincontent .col2_l br{display: block;content: "";margin: 0.5em 0;}*/




/* fc_templates
-----------------------------------*/
.wrp_iframe {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}
/*.wrp_iframe iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/

.wrp_iframe iframe.mceYouTubeBox,
.wrp_iframe iframe.mceGoogleMapBox,
.googlemap object,
.googlemap embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.wrp_leadstock .wrp_iframe {
	display: initial;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}

.wrp_iframe iframe#leadstock-form-frame{
	position: static;
	top: 0;
	left: 0;
	width: 100% !important;
}


#maincontent table {
	width: auto;
	height: auto !important;
}
#maincontent table th,
#maincontent table td {
	width: auto;
	height: auto !important;
}
/* col2 col3 */
#maincontent .col2,
#maincontent .col3 {
	width: 100% !important;
}

/*メディア情報*/
.col2.media_list td{padding:00;}
.col2.media_list tr{padding:0.5rem 0;}

#maincontent .col2.media_list .col2_l{
    padding: 1em 0 0;
}
#maincontent .col2.media_list .col2_r{padding: 0 0 1em;}

#maincontent .col2 .col2_l,
#maincontent .col2 .col2_r,
#maincontent .col3 .col3_l,
#maincontent .col3 .col3_m,
#maincontent .col3 .col3_r,
#maincontent .col2 .col2 .col2_l,
#maincontent .col2 .col2 .col2_r {
	display: block;
	width:100% !important;
	/*padding: 0 0 15px;*/
	padding:0 0 1.6rem;
}

#maincontent .wrp_anchor .col2_r{padding:0;}


#maincontent .col2 .col2 .col2_r,
#maincontent .col2 .col3 .col3_r,
#maincontent .col3 .col2 .col2_r,
#maincontent .col3 .col3 .col3_r {
	padding-bottom: 0;
	/*padding-bottom: 0.9rem;*/
}
/* table head_horizon */
#maincontent .head_horizon {
	width: 100% !important;
}
#maincontent .head_horizon tr.head {
	display: none;
}
#maincontent .head_horizon > tbody > tr > th,
#maincontent .head_horizon > tbody > tr > td {
	display: block;
	width: 100% !important;
	text-align: left !important;
}
#maincontent .head_horizon th::before,
#maincontent .head_horizon td::before {
	display: block;
	content: attr(data-head);
	margin: 0 0 5px;
	font-weight: bold;
}
/* table head_vertical */
#maincontent .head_vertical {
	width: 100% !important;
}
#maincontent .head_vertical > tbody > tr > th,
#maincontent .head_vertical > tbody > tr > td,
#maincontent .head_vertical .head {
	display: block;
	width: 100% !important;
}

/*-----------------------------------------------------------------------/
	5: FOOTER
/*----------------------------------------------------------------------*/

#wrp_ftr{position: static;}

#wrp_ftr .pagetop{bottom: 80px;right: 10px;}
#wrp_ftr .pagetop a::before, #wrp_ftr .pagetop a::after{top:16px;}
#wrp_ftr .pagetop a{width:40px;height:40px;}


#ftr .ftr_nav,#ftr .ftr_nav li{
	display: block;
	margin-bottom: 0;
}

#ftr .ftr_nav li ul li{display: none;}
#ftr .ftr_nav li:last-child ul li{display:block;}

#ftr .ftr_cnt {
	display: block;
}
#wrp_ftr .change a {
	display: block;
	padding: 0.7em 0;
	background-color: #F0F0F0;
	font-size: 1.4rem;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
#wrp_ftr .change a span {
	padding: 0 0 0 27px;
	background: url(../_smt/_cmn/icn_change_pc.png) 0 50% no-repeat;
	background-size: 16px 12px;
}

#wrp_ftr .ftr_cnt{display:block;padding: 2em 2em 6em;}
.ftr_logo{width:140px;margin-bottom: 0.5em;}
#ftr{padding: 2em;}

.wrp_fb ul li{margin: 0 0.5em;}
.wrp_fb ul li a{background-size:1.5em !important;padding:1.5em;}

/*-----------------------------------------------------------------------/
	6: OTHER
/*----------------------------------------------------------------------*/
/* news */
.news_list .news {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_list .news .title {
	-webkit-flex: auto;
	flex: auto;
	width: 100%;
}
.news_list .news .title,
.news_list .news .title a,
.news_list .news .news_link {
	display: block;
}
#maincontent .newsresult .newsimg {
	float: none;
	display: block;
	max-width: 100%;
	margin-right: 0;
}

#maincontent .newsresult h2.title{font-size:2rem;font-weight: 600;}

.s .link span {
	display: block;
}
/* form */
table.frm_tbl {
	width: 100% !important;
	border-top: 1px solid #ccc;
}
table.frm_tbl th,
table.frm_tbl td {
	display: block;
	border-top: none;
}
table.frm_tbl label {
	display: block;
}
table.frm_tbl input.no_search {
	margin-top: 5px;
	padding: 5px 10px;
}
.form_btn {
	margin:0 0 50px;
	text-align:center;
}
.form_btn button {
	width: 100%;
	margin: 0 0 20px;
}

.link_btn a,.link_btn2 a, .link_btn_w a{padding:1em 2em;}
#maincontent .link_btn a,#maincontent .link_btn2 a,#maincontent .link_btn_w a,#maincontent .btn_anchor a span{min-width:100%;}

#maincontent .btn_anchor a span{font-size:0.85em;margin:0;}


/*トップコンテンツ*/
.slide-img.main3{background-image: url('../_prt/_top/bg_sp_main0.jpg');}
.slide-img.main1{background-image: url('../_prt/_top/bg_sp_main1.jpg');}
.slide-img.main2{background-image: url('../_prt/_top/bg_sp_main2.jpg');}
.slide-img.main3{background-image: url('../_prt/_top/bg_sp_main3.jpg');}

.swiper-slide .slide-content .link_btn_w{}

body#index #wrp_bnr {width:90%;margin:5%;position: relative;right: 0;box-shadow: 0 0 10px rgba(0,0,0,0);}
body#index #wrp_bnr .side_banner img{border: 1px solid #ddd;}

.wrp_ttl h3{font-size:2.2em;}
.wrp_ttl span{font-size: 0.9em;}
.wrp_cont h4{font-size:1.5em;}

.wrp_guide {padding:6em 0;background-size: contain;background-position: 100% 100%;background-image: url(../_prt/_top/bg_sp_guide.jpg);}
.wrp_guide .wrp_ttl{margin-bottom:3em;}
.wrp_guide .wrp_cont{display:block;width: 85%;}
.wrp_guide .box,.wrp_guide ul{width:100%;display:block;}
.btn_detail span{padding: 0.8em 2.5em 0.8em 0.5em;}
.wrp_guide .box ul {border-top: none;}
.wrp_guide .box {border-top: 1px solid #ccc;}
.wrp_guide .btn_detail span{font-size:1em;}

.wrp_about{padding:6em 0;background-position: 90% 80%;background-size: 250%;background-image: url(../_prt/_top/bg_sp_about.jpg);}
.wrp_about .wrp_cont {width: 85%;}

.wrp_service{padding:4em 0;}
.wrp_service .wrp_cont{display:block;width: 85%;}
.wrp_service .wrp_ttl{margin-bottom:2em;}
.wrp_service ul{width:100%;display:block;}
.wrp_service .box,.wrp_service ul li{width: 100%;}
.wrp_service .btn_detail2 span{padding: 1em 2.5em 1em 3.5em;font-size: 1em;}
.wrp_service ul li .btn_detail2 span{background-size: 28px;}


.wrp_business{background-image: url(../_prt/_top/bg_sp_business.jpg);}
.wrp_business .wrp_cont {width: 85%;}
.wrp_business{padding:4em 0 8em;background-size: 320%;/*background-size: cover;*/background-position: 15% 20%;}

.wrp_other .box{margin: 3em 0.5em;}
.wrp_other .box ul li{width:48%;margin-bottom: 1em;}
.wrp_other .box ul li .business_img{height:80px;}
.wrp_other .btn_detail{font-size: 0.7em;padding: 0.5em;}
.wrp_other .btn_detail::before {right: 10px;width: 10px;}
.wrp_other .btn_detail::after {right: 29px;}


.wrp_fb{padding: 3em 1em;}
.wrp_fb p br{display:block;}


/*開閉コンテンツ*/
.switch_cnt {
    padding: 1em 1em;
}


/* timetabel fixed_midashi */
.scroll_div::-webkit-scrollbar {
	height: 5px;
}
.scroll_div::-webkit-scrollbar-track {
	background: #ebebeb;
}
.scroll_div::-webkit-scrollbar-thumb {
	background: #969696;
}
.scroll_div {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0 0 10px;
	/*-webkit-overflow-scrolling: touch;*/
}
.scroll_div table {
	min-width: 960px;
	font-size: 1.6rem;
}

/*----------------------------------------------------------------------*/
}/* @media screen and (max-width:767px) */