@charset "utf-8";
/* ===================================================================
CSS information

 file name  : sp.css
 style info : スマートフォン用
=================================================================== */
@media screen and (min-width: 1px) and (max-width: 1442px){

body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}
    
#low main .main .topicpass_box {
    display: none;
}
/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: 5vw;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

#panel-btn:after {
  content: "MENU";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bolder;
  color: #ffffff;
  letter-spacing: 0.15em;
}

.open #panel-btn:after {
  content: "CLOSE";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bolder;
  color: #ffffff;
  letter-spacing: 0.15em;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  xmargin: -1px 0 0 -7px;
  background: #FFF;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  margin-left: 0;
  background: #FFF;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
}

.fixed #panel-btn .close:before,
.fixed #panel-btn .close:after {
  margin-top: 0;
  background: #ffffff;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
}
    
.is-fixed #panel-btn-icon {
  background: #000;
}
    
.is-fixed #panel-btn-icon:before,
.is-fixed #panel-btn-icon:after {
  background: #000;
}

.is-fixed #panel-btn:after {
  color: #00af95;
}

.accordion-btn {
  position: relative;
}

.accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 10px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #00af95;
  transition: all .3s ease-in-out;
}

.accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  /*横線*/
  width: 10px;
  height: 2px;
  background: #00af95;
  transition: all .2s ease-in-out;
}

.accordion-btn.open::before {
  transform: rotate(180deg);
}

.accordion-btn.open::after {
  opacity: 0;
}

.accordion-content {

}

/* CSS for CodePen */
.accordion-container {

}
/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0,0,0,.9);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 15%;
}

.open #g_nav {
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}

#g_nav a:link,
#g_nav a:visited,
#g_nav a:hover,
#g_nav a:active {
  color: #ffffff;
}

.fixed #g_nav {
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
    
.fixed #g_nav .u_menu {
        display: none;
}
    
.fixed #g_nav > ul.g_menu {
    flex-flow: column;
    align-items: center;
    font-size: 20px;
}
    
.fixed #g_nav > ul.g_menu > li:not(:first-of-type) {
    margin-left: 0;
}
    
.fixed #g_nav > ul.g_menu > li {
    margin-bottom: 3vw;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu {
    position: static;
}
/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 36px;
  font-size: 3.6rem;
}

.hd_01 span:nth-of-type(2) {
  font-size: 13px;
  font-size: 1.3rem;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  height: 130px;
}

header .site_id {
  width: 250px;
}

/* -----------------------------------------------------------
    .other
----------------------------------------------------------- */
.other {
  padding: 0 5vw;
}

.other > div {
  margin-left: 3vw;
}

.other > div a {
  height: 230px;
}

/* -----------------------------------------------------------
    .inquiry
----------------------------------------------------------- */
.inquiry {
  padding: 0 5vw;
}

.inquiry .inquiry_ttl h2 {
  font-size: 34px;
  font-size: 3.4rem;
}

.inquiry .inquiry_lead {
  font-size: 18px;
  font-size: 1.8rem;
}

.inquiry .inquiry_btn {
  width: 100%;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .above {
    padding: 5vw;
    flex-flow: column;
    align-items: flex-end;
}

footer .above .add_btn {
    margin-top: 2vw;
    font-size: 12px;
}

footer .above .add_btn .link {
    padding-bottom: 0;
}

footer .above .add_box {
    width: 100%;
    justify-content: space-between;
}

footer .above .add_box figure {
    width: 230px;
    margin-right: 2vw;
}
 
footer .above .add_box address {
    font-size: 13px;
}

footer .below {
    padding: 3vw 5vw;
    position: relative;
}
    
footer .below .pagetop {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

footer .below .pagetop a {
    background-color: #00af95;
    border: 1px solid #00af95;
    color: #FFF;
}

footer .below .pagetop a::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
 
footer .below .nav_box nav ul {
    flex-wrap: wrap;
}

footer .below .nav_box nav ul li{
    width: calc(100% / 2);
}

footer .below .nav_box nav ul li a{
    padding: 1vw;
    display: block;
}

footer .below .nav_box nav ul li:not(:first-of-type) {
    margin-left: 0;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top main .main {
    height: 80vh;
    margin-top: 60px;
}

#top main .main .ttl {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: -90px;
}

#top main .main .latestnews a {
  height: 140px;
}

#top main .container > section {
  padding: 7.5vw 5vw;
}

#top main .container #products_sec .contents .products_box .item_box a .txt_box {
  margin-top: 1.5vw;
}

#top main .container #products_sec .contents .products_box .item_box a .txt_box h3 {
    font-size: 17px;
    font-size: 1.7rem;
}
    
#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box {
  margin-top: 1.5vw;
}

#top main .container #news_sec {
  padding-left: 5vw;
  padding-right: 5vw;
}

#top main .container #blog_sec {
  padding-left: 5vw;
  padding-right: 5vw;
}

/* -----------------------------------------------------------
    下層ページ共通
----------------------------------------------------------- */
#low main .main {
    margin-top: 60px;
}

/* -----------------------------------------------------------
    製品紹介
----------------------------------------------------------- */
    
#product_main {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
}

#product_main_box #product_main_title {
    flex-flow: column;
}

#product_main_box #product_main_title figure {
    margin-top: 3vw;
}

#product_main_box {
    padding: 20px;
}

#product_sub > div h3 {
    font-size: 18px;
    margin: 3vw 0 2vw;
}

.detail section:not(:first-child) .heading {
    flex-flow: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    height: auto;
}

.detail .heading > span:nth-child(1) {
    font-size: 17px;
    font-size: 1.7rem;
} 

.detail .heading span:nth-child(2) {
    font-size: 10px;
    font-size: 1.0rem;
}

#product_main_img {
    height: 49vh;
    flex: auto;
    -webkit-flex: auto;
    padding: 20px;
}   

#product_main_box dl dd figure figcaption {
    font-size: 12px;
}

#floor_txt .floor_img {
    flex-flow: column;
}

#floor_txt .floor_img figure {
    width: 100%;
    margin-bottom: 4vw;
}

#floor_txt .floor_img figure figcaption {
    margin-top: 2vw;
}

.detail .inner, .detail .wrapper > section > #function_option .inner {
    flex-flow: column;
    margin: 0;
}

.detail .inner section h3 {
    font-size: 17px;
}

.detail #function .inner > section > div p, .detail .wrapper > section #function_option .inner > section > div p {
    margin: 15px 0;
}

.detail .inner > section > figure, .detail .wrapper > section > #function_option .inner > section > figure {
    margin: 0;
}

.detail .inner > section, .detail .wrapper > section > #function_option .inner > section {
    flex-flow: column;
    margin-top: 20px;
}

dl.other_option {
    flex-flow: column;
}

#color .inner > section > ul {
    flex-wrap: wrap;
}

#color .inner > section > ul li {
    width: 47%;
    margin-bottom: 4vw;
}

#color .inner > section > ul li:nth-child(2n) {
    margin-right: 0;
}
.product__spec-list{
	padding-top:24px;
}
.product__spec-item{
	width:100%;
}


.nr_series #color > .inner > section {
    margin-top: 4vw;
}

.nr_series .blown_circle {
    width: 100px;
    height: 100px;
}

.nr_series .camel_circle {
    width: 100px;
    height: 100px;
}    

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn a i {
    display: none;
}
    
}

@media screen and (min-width: 1px) and (max-width: 1280px){

/* -----------------------------------------------------------
    アイコン
----------------------------------------------------------- */
.mail:before,
.doc:before,
.tel:before {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 0.25em;
}

/* -----------------------------------------------------------
    高さ
----------------------------------------------------------- */
.hit_05 {
  height: 70px;
}

/* -----------------------------------------------------------
    幅
----------------------------------------------------------- */
.wid_04 {
  width: 14em;
}

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 span:nth-of-type(1) {
  font-size: 25px;
  font-size: 2.5rem;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  height: 83px;
  padding-left: 4vw;
  padding-right: 4vw;
}

header.is-fixed {
  height: 60px;
  padding-left: 4vw;
  border-bottom: 1px solid #F0F0F0;
}

header .site_id {
  width: 230px;
}



/* -----------------------------------------------------------
    .inquiry
----------------------------------------------------------- */
.inquiry .inquiry_btn .btn_form ul {
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry .inquiry_btn .btn_tel ul {
  font-size: 20px;
  font-size: 2.0rem;
}

.inquiry .inquiry_btn .btn_tel ul li a {
  letter-spacing: 0.15em;
}

.inquiry .inquiry_btn .btn_tel ul li a.tel:before {
  font-size: 20px;
  font-size: 2.0rem;
}

.inquiry .inquiry_btn .btn_tel > p {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top main .main .latestnews {
    display: none;
}

#top main .main .ttl {
  font-size: 34px;
  font-size: 3.4rem;
}

#top main .main .latestnews a {
  height: 130px;
}

#top main .main .latestnews a .txt_box p {
  font-size: 14px;
  font-size: 1.4rem;
}

#top main .main .latestnews a .pic_box {
  flex: 0 1 90px;
}

#top main .main .latestnews a .pic_box picture img {
  height: 90px;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box h3 span:nth-of-type(1) {
    font-size: 17px;
    font-size: 1.7rem;
}
    
#top main .main .visitor {
    height: auto;
    right: auto;
}

#top main .main .visitor h3 {
  font-size: 20px;
  font-size: 2.0rem;
    margin-bottom: 2vw;
}

#top main .main .visitor ul {
  font-size: 14px;
  font-size: 1.4rem;
}
    

/* -----------------------------------------------------------
    設置事例
----------------------------------------------------------- */
.case_detail .contents {
    flex-flow: column;
}

.case_detail .contents .result_main {
    width: 100%;
}

.case_detail .other_result {
    width: 100%;
    margin-bottom: 20px !important;
    margin-top: 4vw;
}

.case .thum_list figure {
    width: calc(100% / 3);
    border-right: 2px solid #FFF;
    margin-bottom: 2vw;
}
    
/* -----------------------------------------------------------
    販売価格
----------------------------------------------------------- */
.kanto_csecLift {
    flex-flow: column-reverse;
    margin-bottom: 4vw;
}

.kanto_csecLift_textBox {
    width: 100%;
}

.kanto_csecLift_image {
    width: 100%;
    margin-bottom: 3vw;
}
    
}

@media screen and (min-width: 1px) and (max-width: 1024px){
    
html.fixed,
html.fixed body {
  overflow: hidden;
  height: 100%;
}



}

@media screen and (min-width: 1px) and (max-width: 667px){

/* -----------------------------------------------------------
    共通
----------------------------------------------------------- */
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

header.is-fixed .site_id .logo_g {
    display: block;
    width: 170px;
}

.contents {
    margin-top: 4vw;
}

footer {
    padding-bottom: 50px;
}
    
footer .above {
    padding: 8vw;
    flex-flow: column;
    align-items: flex-end;
}

footer .above .add_box {
    flex-flow: column;
}

footer .above .add_box figure {
    margin-bottom: 4vw;
    margin-right: 0;
}

footer .below .nav_box nav ul {
    font-size: 12px;
    font-size: 1.2rem;
}

footer .u_menu {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    background: #00af95;
    width: 100%;
}

footer .u_menu li {
    width: 50%;
}
    
footer .u_menu li:first-of-type a {
    border-right: 1px solid #FFF;
}
    
footer .u_menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 50px;
}



main .main .ttl {
    color: #ffffff;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 30px 0 0 3vw;
}

#low main .main {
    height: 30vh;
}
  
#low main .main .topicpass_box {
    display: none;
}

#pagenation {
    margin: 20px 0 0;
    padding: 20px 0 0;
}    

#pagenation li a {
    font-size: 12px;
    font-size: 1.2rem;
}

#low .pagination {
    font-size: 12px;
}

#low .pagination span, #low .pagination a {
    padding: 8px;
}
/* -----------------------------------------------------------
    トップページ
----------------------------------------------------------- */
#top main .main {
    background-image: url("../img/top/main_img001_sp.jpg");
    background-position: center center;
}
    
#top main .main .ttl {
    font-size: 21px;
    font-size: 2.1rem;
}

#top main .main .visitor h3 {
    font-size: 15px;
    font-size: 1.5rem;
}
    
#top main .main .visitor ul {
    display: flex;
    flex-flow: column;
} 

#top main .main .visitor ul li {
    width: 100%;
} 

#top main .main .visitor ul li a {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.75vw 3vw;
} 

#top main .main .visitor ul li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 2px;
}

#top main .main .visitor .hit_03 {
    height: 45px;
}

#top main .main .visitor {
    right: 3vw;
}

    
.link_box .wid_06 {
    width: 15em;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0;
}
    
.hd_01 span:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
}
    
#top main .container #products_sec .contents .products_box .item_box {
  width: calc(100% / 2 - 1.5vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

#top main .container #products_sec .contents .products_box .item_box:nth-of-type(-n+2) {
  margin-top: 0;
}

#top main .container #products_sec .contents .products_box .item_box:nth-of-type(2n+1) {
  margin-left: 0;
}
    
#top main .container #products_sec .contents .products_box .item_box:nth-of-type(-n+4) {
    margin-top: 3vw;
}
    
#top main .container #products_sec .contents .products_box .item_box a .txt_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

#top main .container #advantage_sec .contents .advantage_box {
    flex-flow: column;
    width: 100%;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5vw;
}

/* -----------------------------------------------------------
    新着情報
----------------------------------------------------------- */

.news.single #title h1 {
    font-size: 17px;
    font-size: 1.7rem;
}
    
.news.single .news_main {
    font-size: 13px;
    font-size: 1.3rem;
}

.news .list-news li a {
    flex-flow: column;
}

.news .list-news li a {
    align-items: flex-start;
}

.news .list-news li a > .txt {
    margin: 6px 0 0 0;
}

.news .list-news li a > .date span:nth-child(1) {
    font-size: 12px;
}

.news .list-news li a > .date span:nth-child(2) {
    margin: 0 0 0 14px;
}
    
.news .list-news li a {
    padding: 16px 0;
}

/* -----------------------------------------------------------
    販売価格
----------------------------------------------------------- */
.price .kanto_csecLift {
    flex-flow: column-reverse;
} 

.price .kanto_csecLift_image {
    width: 100%;
    margin-bottom: 4vw;
}
    
.price .kanto_csecLift_textBox {
    width: 100%;
}

.price .kanto_csecLift_textBox .btn_top {
    margin-top: 4vw;
}

.price .kanto_linkBtn {
    margin-top: 10px;
}

.price .kanto_linkBtn a {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    padding: 12px;
}

.price section:first-of-type {
    padding-bottom: 7.5vw;
}
    
.price .kanto_textLarge {
    font-size: 17px;
}
    
.price .kanto_linkList {
    flex-wrap: wrap;
    justify-content: flex-start;
}
    
.price .kanto_linkList li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
 
.price .kanto_linkList li:nth-child(2n) {
    margin-right: 0;
}

.price .kanto_linkList li::nth-of-type(n+2){
    margin-bottom: 0;  
}

.price .kanto_linkList a {
    font-size: 17px;
    padding: 10px 0;
}

/* -----------------------------------------------------------
    助成金
----------------------------------------------------------- */
.grant .grant_main .comment_box {
    margin-bottom: 3vw;
}

.grant .grant_box section h3 {
    font-size: 16px;
} 

.grant .grant_box section table {
    font-size: 12px;
}

.grant .grant_box section table td:first-of-type {
    width: 20%;
}

.grant .sub_message_box {
    font-size: 20px;
}

.grant .sub_message_box {
    padding: 20px;
}

/* -----------------------------------------------------------
    製品紹介
----------------------------------------------------------- */
#products_sec .contents .products_box {
    width: 100%;
}

#products_sec .contents .products_box .item_box {
    width: calc(100% / 2 - 2vw);
    margin-bottom: 4vw;
    margin-left: 4vw;
}

#products_sec .contents .products_box .item_box:nth-child(2n) {
    margin-left: 4vw;
}

#products_sec .contents .products_box .item_box:nth-child(2n+1) {
    margin-left: 0;
}

#products_sec .contents .products_box .item_box a .txt_box h3 {
    font-size: 17px;
    font-size: 1.7rem;
}

.product .product_sec .thum_list > section .thum_list_box .product_box {
    width: 48%;
}
    
.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) {
    padding: 3vw;
    background: #f2fcfc;
    height: 165px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) h3 {
    font-size: 15px;
}
    
.product .product_sec .thum_list > section .thum_list_box .product_box {
    margin-right: 4%;
}

.product .product_sec .thum_list > section .thum_list_box .product_box:nth-child(2n) {
    margin-right: 0;
}

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn a {
    font-size: 12px;
    padding: 10px 7px;
}
.product__spec-list{
}
.product__spec-item{
	font-size:13px;
}
.product__spec-label,
.product__spec-value{
	padding:1em;
}
.product__spec-label{
	width:42%;
}
.product__spec-value{
}

/* -----------------------------------------------------------
    会社情報
----------------------------------------------------------- */
.company .mission .contents {
    flex-flow: column;
}

.company .mission .contents div {
    flex: auto;
    margin-bottom: 3vw;
}

.company .owner .contents {
    flex-flow: column;
}

.company .owner .contents h2 {
    font-size: 17px;
    margin-bottom: 20px;
}

.company .owner .contents div {
    flex: auto;
    margin-bottom: 3vw;
}

.company .tbl_box > dl {
    flex-flow: column;
    padding: 15px 0;
}

.company .tbl_box > dl > .add_box .add {
    margin-top: 2vw;
}

.company .tbl_box > dl > .add_box .add h3 {
    font-size: 14px;
}

.company .tbl_box > dl > dd > dl {
    flex-flow: column;
}

.company .tbl_box > dl > dd > dl > dt {
    flex: auto;
    -webkit-flex: auto;
}

.company .tbl_box > dl > dd > dl {
    margin-bottom: 2vw;
}

.company #service_area .area_box {
    flex-flow: column;
}

.company #service_area picture {
    width: 100%;
}

.company #service_area .flexbox {
    flex-flow: column;
}

.company #service_area .item_left {
    flex: auto;
    margin: 3vw 0;
}

.company #company_access a {
    width: 100%;
}

/* -----------------------------------------------------------
    よくある質問
----------------------------------------------------------- */
.faq .contents > dl {
    margin: 4vw 0 0;
    padding: 3vw;
}

.faq .contents > dl dd {
    padding: 3vw;
}

/* -----------------------------------------------------------
    お客様の声
----------------------------------------------------------- */
.voice_contain {
    flex-flow: column;
}

.voice_contain > div {
    width: 100%;
}

.voice_area {
    padding: 5vw 5vw 50px;
    margin-bottom: 5vw;
}

/* -----------------------------------------------------------
    設置事例
----------------------------------------------------------- */
.case .thum_list figure {
    width: calc(100% / 2);
    border-right: 2px solid #FFF;
    margin-bottom: 2vw;
}

.case .thum_list figure figcaption {
    font-size: 12px;
}
    
/* -----------------------------------------------------------
    お問い合せ
----------------------------------------------------------- */
.contact_box {
    margin: 0 0 4vw;
    padding: 6vw;
}

.contact_box > div {
    flex-flow: column;
}    

.contact_box.c_page .c_copy {
    margin: 0;
}

.tel_box {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin-top: 4vw;
}

.tel_box p a {
    font-size: 32px;
}

.tel_box p a::before {
    font-size: 35px;
}
  
.tel_box p > span {
    margin-bottom: 2vw;
}

.tel_box dl {
    font-size: 12px;
    align-items: flex-start;
}

.tel_box dl dt {
    width: 40%;
}

.contact main .wrapper #formBox {
    margin: 4vw 0;
    padding: 4vw 0;
}

.contact main .wrapper > ol  {
    display: none;
}
  
.contact main .wrapper #formBox dl {
    flex-flow: column;
    align-items: flex-start;
    padding: 3vw 0 3vw;
}

.contact main .wrapper #formBox dl:first-child {
    border: none;
    padding: 0 0 25px;
}

.contact main .wrapper #formBox dl:last-child {
    padding: 25px 0 0;
}

.contact main .wrapper #formBox dl dt{
    margin-bottom: 3vw;
}
    
.other > div a {
    height: 130px;
}   

.other > div a h2 span:nth-of-type(1) {
    font-size: 17px;
    font-size: 1.7rem;
}

.other > div a h2 span:nth-of-type(2) {
    font-size: 14px;
    font-size: 1.4rem;
}

.inquiry .inquiry_ttl h2 {
    font-size: 17px;
    font-size: 1.7rem;
}

.inquiry .inquiry_lead {
    font-size: 13px;
    font-size: 1.3rem;
}

footer .middle .foot_nav_box .foot_nav {
    display: none;
  }

  footer .nolink {
    pointer-events: none;
  }

  .foot_list > ul {
      display: none;
  }

  footer .middle {
    display: block;
}

footer .middle .foot_nav_box:not(:first-of-type) {
    margin-left: 0;
}

footer .headline {
    padding: 20px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

footer .middle .foot_nav_box .foot_nav {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(235, 235, 235);
}

footer .middle .foot_nav_box dl dt a {
    color: #00af95;
}

footer .middle .foot_nav_box dl dd ul {
    margin-bottom: 14px;
}

footer .middle .foot_nav_box dl dd ul a {
    padding: 12px;
    border-bottom: 1px solid #DDD;
    width: 100%;
    display: block;
}

footer .middle .foot_nav_box ul li {
    display: flex;
    align-items: center;
}

footer .middle .foot_nav_box .foot_list > ul {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(235, 235, 235);
}

footer .headline.sc::after {
    position: absolute;
    top: 22px;
    right: 30px;
    color: #00af95;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
}
    
}