/*----------------------------------------------------------------------------- 
[client] Screen Stylesheet 

version:   1.0 
date:      21/03/05 
author:    [sunlighthan] 
email:     [sunlighthan@gmail.com] 
website:   [sunlighthan.com] 

--------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
  font-family: hiragino-w3;
  src: url(../fonts/hiragino-sans-gb-w3.otf);
}

@font-face {
  font-family: hiragino-w6;
  src: url(../fonts/Hiragino-Sans-GB-W6.otf);
}

@font-face {
  font-family: hiragino-w4;
  src: url(../fonts/HiraginoSansW4.otf);
}

@font-face {
  font-family: ShueiMGoStd;
  src: url(../fonts/A-OTF-ShueiMGoStd-B-2.otf);
}


.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.flex {
  display: flex;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  font-size: 19px;
  color: #000000;
  text-align: center;
  font-family: 'hiragino-w6';
}


h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2.0em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

p {
  font-size: 1.2em;
}

.dark-blue {
  color: #FF8643;
}

.bg-yellow {
  background-color: #EAD683;
}

.bg-ligthblue {
  background-color: #9FD9F6;
}

.bg-blue {
  background-color: #0013FF;
}

.bg-lightpink {
  background-color: #F4BFCF;
}

.red {
  color: #ED1C24;
}

.black-red {
  color: #950000;
}
/* header */

.l-header-top {
  min-height: 118px;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 50px;
  text-align: right;
}

.p-register, .p-company, .p-social {
  margin-left: 2vw;
}

.l-phone-contact {
  text-align: center;
  margin-left: 4vw;
	position: relative;
}

.l-phone-contact::before {
    content: '電話受付8時〜22時';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    color: #FF8643;
    font-weight: 500;
}


.logo-txt {
  font-size: 35px;
}

.p-register {
  font-size: 10px;
  text-align: left;
  width: 266px;
  padding: 2px 2px 2px 5px;
  letter-spacing: .9px;
}

.p-phone-btn {
  background-color: #FF8643;
  color: white;
  width: 204px;
  padding: 3px;
  font-size: 13.6px;
  font-family: 'hiragino-w6';
}

.p-phone-num {
  font-size: 26px;
}

.p-company a {
  font-size: 14px;
  font-family: 'hiragino-w3';
}

.p-company div {
  width: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-company i {
  font-size: 7px;
}

.p-social a {
  padding: 5px;
}

.p-social img {
  width: 46px;
}


/* navbar */

.l-nav {
  display: flex;
  justify-content: center;
  color: white;
}

.l-nav ul {
  display: flex;
}

.l-nav ul li {
  list-style-type: none;
  padding: 14.5px 20px;
}

.l-nav a {
  color: white;
  font-size: 16px;
  font-family: 'hiragino-w4';
}

.l-nav ul li:first-child a {
  text-underline-position: under;
  text-decoration: underline;
}

.l-nav ul li:not(:first-child) a {
  text-decoration: none;
}

.nav-vertical-line {
  padding: 0!important;
  display: flex;
  align-items: center;
}

.nav-vertical-line a{
  border-right: 1px solid white;
  width: 1px;
  height: 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 60px;
  left: -8px;
  z-index: 1;
  width: 214px;
}

.dropdown-content.second {
  left: -33px!important;
  width: 215px!important;
}

.dropdown-content a {
  display: block;
  padding: 14.5px 44px;
}

.dropdown-content hr {
  border: .5px solid white;
}

.dropdown:hover .dropdown-content {display: block;}

.header-content {
  width: 100%;
  height: 28.3vw;
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-txt {
  position: absolute;
  top: 11vw;
  left: 14vw;
}

.header-txt img {
  width: 45vw;
}

.scroll {
  position: absolute;
  top: 21vw;
  left: 48.5vw;
  cursor: pointer;
}

.scroll img {
  width: 34.86px;
}

.mailbox {
  position: absolute;
  top: 22vw;
  right: 2vw;
}

.mailbox img {
  width: 81.5px;
}

.l-nav-sp {
  display: none;
}

.sp-content {
  display: none;
}

.show {
  display: block!important;
}

.contact-sp {
  display: none;
}

.contact-sp>.line, .contact-sp>.phone {
  display: inline-block;
} 

.contact-sp>.line a, .contact-sp>.phone a {
  vertical-align: middle;
  display: inline-flex;
} 

@media only screen and (min-width: 1080px) and (max-width: 1250px) {

  .logo-txt {
    font-size: 2vw;
  }

  .p-phone-btn {
    width: 184px;
  }

  .p-phone-num {
    font-size: 2vw;
  }
}

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

  .p-register, .l-phone-contact, .p-company, .p-social {
    display: none;
  }

  .l-header-top {
    justify-content: space-between;
  }
  .l-header {
    border-bottom: 2px solid #0013FF;
  }

  .p-phone-sp {
    border-radius: 50%;
    background-color: #FF8643;
    width: 59px;
    height: 59px;
    font-size: 26px;
    color: white;
    justify-content: center;
    align-items: center;
	position: relative;
  }
	.p-phone-sp::before {
		content: '電話受付8時〜22時';
		position: absolute;
		bottom: -21px;
		left: -10px;
		font-size: 9px;
		color: #FF8643;
		font-weight: 500;
		white-space: nowrap;
	}

  .l-nav {
    display: none;
  }

  .menu-btn {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-left: 20px;
    z-index: 4000;
  }
  
  .container {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    text-align: center;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: white;
    margin: 8px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 10px);
    transform: rotate(-45deg) translate(-7px, 10px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -10px);
    transform: rotate(45deg) translate(-7px, -10px);
  }
  .sp-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mailbox {
    display: none;
  }

  .l-nav-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 19, 255, .9);
    padding-top: 118px;
  }

  .l-nav-sp .logo {
    width: 100%;
    background-color: white;
    color: black;
    font-size: 46px;
    padding: 25px 0;
  }

  .l-nav-sp li {
    padding: 20px 0;
  list-style-type:none;
  }

  .l-nav-sp a {
    text-decoration: none;
    color: white;
    font-size: 32px;
  }

  .horizontal-line {
    border: 1px solid white;
    width: 30px;
    margin: auto;
  }

  .company-sp {
    background-color: white;
    color: black;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
  }

  .company-sp a {
    color: black;
  }

  .company-info {
    display: flex;
    font-size: 24px;
    justify-content: center;
  }

  .company-info div {
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .company-info i {
    font-size: 10px;
    padding-right: 8px;
  }

  .company-btn a {
    color: white;
    font-size: 24px;
  }

  .company-btn {
    background-color: #4F4F4F;
    width: 50%;
    margin: auto;
  }

  .phone-contact-sp {
    color: white;
    padding: 25px 0;
  }

  .phone-btn-sp {
    background-color: #FF8643;
    font-size: 26.16px;
    width: 60%;
    margin: auto;
    padding: 10px;
  }

  .phone-num-sp {
    font-size: 46px;
    margin-top: 20px;
  }

  .mailbox-sp {
    color: white;
    font-size: 43px;
    padding: 30px 0 30px 0;
  }

  .mailbox-sp i {
    margin-right: 30px;
  }

  .contact-sp {
    display: flex;
    padding: 2vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
    z-index: 500;
  }

  .contact-sp img {
    height: 50px;
    padding: 0 2vw;
    vertical-align: middle;
  }

}


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

  .l-header-top {
    padding: 0px 15px;
    min-height: 65px;
  }

  .logo-txt {
    font-size: 6vw;
  }
  .p-phone-sp {
    border-radius: 50%;
    background-color: #FF8643;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: white;
    justify-content: center;
    align-items: center;
  }
	.p-phone-sp::before {
		bottom: -14px;
		left: -14px;
		font-size: 7px;
	}

  .menu-btn {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  
  .container {
    display: inline-block;
    cursor: pointer;
    width: 22px;
    text-align: center;
  }
  
  .bar1, .bar2, .bar3 {
    width: 22px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -4px);
    transform: rotate(45deg) translate(-3px, -4px);
  }

  .sp-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header-txt {
    top: 8vw;
    left: 5vw;
  }

  .header-txt img {
    width: 33vw;
  }

  .scroll img {
    width: 4vw;
  }

  
  .l-nav-sp {
    padding-top: 65px;
  }

  .l-nav-sp .logo {
    font-size: 7vw;
    padding: 4vw 0;
  }

  .l-nav-sp li {
    padding: 3vw 0;
  }

  .l-nav-sp a {
    font-size: 5vw;
  }

  .company-sp {
    padding-bottom: 4vw;
  }

  .company-info {
    font-size: 5.5vw;
  }

  .company-info div {
    padding: 3vw;
  }

  .company-info i {
    font-size: 2vw;
  }

  .company-btn a {
    font-size: 5.5vw;
  }


  .phone-contact-sp {
    padding: 25px 0;
  }

  .phone-btn-sp {
    font-size: 5vw!important;
  }

  .phone-num-sp {
    font-size: 8vw;
    margin-top: 3vw;
  }

  .mailbox-sp {
    font-size: 9vw;
    padding: 3vw 0px;
  }

  .mailbox-sp i {
    margin-right: 5vw;
  }

  .contact-sp {
    display: flex;
    padding: 3vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
  }

  .contact-sp img {
    height: 45px;
    padding: 0 2vw;
    vertical-align: middle;
  }

}

@media only screen and (max-width: 400px) {
  
  .contact-sp {
    display: flex;
    padding: 3vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: center;
  }

  .contact-sp img {
    height: 40px;
    padding: 0 8px;
    vertical-align: middle;
  }
}

/* footer */

.page-top {
  width: 100%;
}

.page-top img {
  width: 94px;
  padding: 11px;
}

.page-top-btn {
  cursor: pointer;
}

.footer-menu {
  margin: 30px 0;
}

.footer-menu div {
  justify-content: center;
}

.footer-menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 8px 35px;
}

.footer-line {
  width: 100%;
}

.footer-line img {
  width: 100%;
}

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

  .footer-menu a {
    font-size: 3.5vw;
    padding: 2vw 4vw;
  }

}


.footer-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer-content .footer-first{
  text-align: left;
}

.footer-logo {
  text-align: left;
  font-size: 24px;
}

.footer-contact {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  text-align: left;
}

.footer-register {
  font-size: 12px;
  width: 266px;
/*   height: 31px; */
  padding-left: 10px;
  letter-spacing: .5px;
}

.position, .distance {
  margin-left: 30px;
}

.footer-company {
  margin-left: 10vw;
}

.footer-company-info {
  display: flex;
  font-size: 13px;
  width: 100%;
  justify-content: center;
}

.footer-company-info div {
  display: flex;
  align-items: center;
  /* margin-right: 30px; */
  padding: 10px 0;
}

.footer-company-info i {
  font-size: 7px;
  margin-right: 10px;
}

.footer-company-btn {
  width: 156px;
  background-color: #4F4F4F;
  font-size: 14px;
  padding: 10px;
}

.footer-company-btn a {
  text-decoration: none;
  color: white;
}

.footer-copyright {
  font-size: 10px;
  padding: 35px 0 22px 0;
}

@media only screen and (min-width: 690px) and (max-width: 1080px) {

  .footer-company {
    margin-left: -122px;
  }

}

@media only screen and (min-width: 600px) and (max-width: 690px) {
  
  .footer-company {
    margin-left: -187px;
  }

}

@media only screen and (min-width: 600px) and (max-width: 1080px) {

  .l-footer {
    margin-bottom: 80px;
  }

  .footer-content {
    display: flex;
    padding: 1.5vw 0 1.5vw 7vw;
  }
  
  .footer-logo {
    text-align: left;
    font-size: 40px;
  }
  
  .footer-contact {
    display: block;
    font-size: 18.63px;
  }
  
  .footer-register {
    font-size: 12px;
    width: 428px;
/*     height: 57px; */
    padding-left: 10px;
    letter-spacing: .5px;
    margin: 30px 0;
  }
  
  .position, .distance {
    margin-left: 0px;
  }

  .distance {
    margin-top: 7px;
  }
  
  .footer-company-info {
    display: flex;
    font-size: 22.25px;
    width: 100%;
  }
  
  .footer-company-info div {
    display: flex;
    align-items: center;
    /* margin-right: 30px; */
    padding: 10px 0;
  }
  
  .footer-company-info i {
    font-size: 13px;
    margin-right: 10px;
  }
  
  .footer-company-btn {
    width: 267px;
    background-color: #4F4F4F;
    font-size: 23.96px;
    padding: 14px;
  }
  
  .footer-company-btn a {
    text-decoration: none;
    color: white;
  }
  
  .footer-copyright {
    font-size: 10px;
    padding: 35px 0 22px 0;
  }
}


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

  .l-footer {
    margin-bottom: 80px;
  }

  .footer-content {
    display: flex;
    align-items: flex-end;
    padding: 1.5vw 0 1.5vw 7vw;
  }
  
  .footer-logo {
    text-align: left;
    font-size: 4vw;
  }
  
  .footer-contact {
    display: block;
    font-size: 3.5vw;
  }
  
  .footer-register {
    font-size: 12px;
    width: 65vw;
    height: auto;
    padding-left: 4px;
    letter-spacing: .5px;
    margin: 9px 0;
  }
  
  .position, .distance {
    margin-left: 0px;
  }

  .distance {
    margin-top: 7px;
  }

  .footer-company {
    margin-left: -49px;
    padding: 0;
  }
  
  .footer-company-info {
    display: flex;
    font-size: 3vw;
    width: 100%;
  }
  
  .footer-company-info div {
    display: flex;
    align-items: center;
    /* margin-right: 7px; */
    padding: 3px 0;
  }
  
  .footer-company-info i {
    font-size: 7px;
    margin-right: 3px;
  }
  
  .footer-company-btn {
    width: 26vw;
    background-color: #4F4F4F;
    font-size: 3.3vw;
    padding: 13px;
  }
  
  .footer-company-btn a {
    text-decoration: none;
    color: white;
  }
  
  .footer-copyright {
    font-size: 10px;
    padding: 35px 0 22px 0;
  }
}

/* ------------------------------------ top page ---------------------------------------*/

/* news section */

.l-news {
  background-color: white!important;
}

.news {
  border: 1px solid #950000;
  width: 60vw;
  margin: auto;
  padding: 20px 30px 23px 30px;
}

.news.second {
  margin-top: 50px;
  padding: 10px 30px 10px 30px;
  /* font-size: 14px; */
}


.news-title {
  font-size: 22px;
  padding: 30px 0;
}

.news.second .news-title {
  font-size: 14px;
  padding: 5px 0;
  text-align: left;
}

.news-content {
  font-size: 1.3vw;
  text-align: left;
}

.news-btn {
  padding: 30px 0;
}

.news-btn a {
  color: #950000;
  font-size: 14px;
  text-decoration: none;
}

.blog-inner.notice {
  padding: 9px 21vw;
  justify-content: flex-start;
  text-align: left;
}

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

  .news {
    width: 85vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .news.second {
    padding: 5px 8px 5px 8px;
  }

  .news-title {
    font-size: 3.3vw;
  }
  .news.second .news-title {
    font-size: 2.5vw;
    padding: 3px 0;
    text-align: left;
  }

  .news-content {
    font-size: 2.5vw;
  }

  .blog-inner div a {
    font-size: 3.5vw;
  }

  .blog-inner.notice {
    padding: 9px 10vw;
    justify-content: flex-start;
    text-align: left;
  }

  .news-title {
    padding: 13px 0;
  }

}

/* question section */

.l-question {
  background-color: #F4F4F4;
  padding: 50px 10px;
}

.l-question h5 {
  padding: 30px 0;
}

.click-icon {
	margin-left: 20px;
}

.question-content {
  font-size: 12px;
  margin: auto;
	max-width:900px;
}

.question-content .flex {
  justify-content: center;
}

.w-30 {
  width: 240px;
  height: 237px;
  background-color: white;
  box-shadow: 2px 2px lightgray;
  margin: 5px;
  text-align: center;
  border: 2px solid #0013FF;
}

.w-30 div:not(:first-child) {
  text-align: left;
  padding-left: 29px;
}
.w-30.poly-div div:not(:first-child) {
  text-align: center;
  padding-left: 0px;
}
.rect-padding {
  padding-right: 1vw!important;
  font-size: 12px;
  line-height: 1.8;
}
.rect-padding span {
  font-size: 13px;
  font-weight: bold;
  color: red;
  margin-top: 10px;
}
.w-30.cross-div div:not(:first-child) {
	padding-left: 61px;
}
.w-30.car-div div:not(:first-child) {
	padding-left: 61px;
}
.w-30.car-div div:first-child {
	height: 148px;
}
.w-30.setting-div div:not(:first-child) {
	padding-left: 46px;
}

.w-30 div:first-child {
  justify-content: center;
  align-items: center;
  height: 160px;
}
.w-30.poly-div div:first-child {
  height: 160px;
}

.search-img img {
  width: 81.886px;
}

.car-img img {
  width: 88.4px;
}

.poly-img img {
  width: 73px;
}

.cross-img img {
  width: 95.3px;
}

.cross-img.rect img {
  width: 123.3px;
}

.bubble-img img {
  width: 56.25px;
}

.setting-img img {
  width: 106.1px;
}

.question-footer {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.txt-01 img {
  width: 375px;
  padding-top: 14px;
}

.question-footer .man img {
  width: 173px;
}

@media only screen and (max-width: 790px) {
  
  .question-content {
    font-size: 1.7vw;
  }

  .rect-padding {
    padding-right: 1vw!important;
    font-size: 1.6vw;
    line-height: 1.8;
  }
  .rect-padding span {
    font-size: 1.8vw;
    font-weight: bold;
    color: red;
    margin-top: 10px;
  }

  .w-30 {
    width: 30vw;
    height: 32vw;
    margin: 5px;
  }

  .w-30 div:not(:first-child) {
    padding-left: 1vw;
  }

  .w-30 div:first-child {
    height: 22vw;
  }
  .w-30.poly-div div:first-child {
    height: 22vw;
  }
	.w-30.cross-div div:not(:first-child) {
		padding-left: 6vw;
	}
	.w-30.car-div div:not(:first-child) {
		padding-left: 7vw;
	}
	.w-30.car-div div:first-child {
		height: 19vw;
	}
	.w-30.setting-div div:not(:first-child) {
		padding-left: 4vw;
	}

  .search-img img {
    width: 12vw;
  }

  .car-img img {
    width: 12vw;
  }

  .poly-img img {
    width: 12vw;
  }

  .cross-img img {
    width: 12vw;
  }

  .cross-img.rect img {
    width: 16vw;
  }

  .bubble-img img {
    width: 10vw;
  }

  .setting-img img {
    width: 14vw;
  }

  .question-footer {
    font-size: 2vw;
    padding: 0 10px;
  }

  .txt-01 img {
    width: 35vw;
    padding-top: 14px;
  }

  .question-footer .man img {
    width: 28vw;
  }

  .l-question h5 {
    font-size: 3.5vw;
  }
  .click-icon {
      width: 10vw;
      margin-left: 1vw;
  }
  
}

@media only screen and (max-width: 450px) {
  .l-question h5 {
    font-size: 13px;
  }
  .rect-padding {
    padding: 0 1px!important;
    text-align: center!important;
  }
  .rect-padding span {
    font-size: 6.5px;
  }
}

/* contact section */

.l-contact {
  background-image: url(../img/top_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.l-contact h5 {
  font-size: 22px;
  padding-top: 6px;

}

.btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-contact .contact {
  width: 266px;
  height: 78px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 25px 55px;
}

.l-contact i {
  font-size: 28px;
  padding-right: 10px;
}

.l-contact .mail {
  background-color: #0013FF;
  font-size: 18px;
}

.l-contact .line img {
  width: 100%;
  height: 78px;
}

.l-contact .line picture {
  height: 78px;
}

.l-contact .line i {
  color: #4FB434;
  background-color: white;
}

.l-contact .phone {
  background-color: #FF8643;
  font-size: 21px;
}

.l-contact .phone i {
  font-size: 16px;
}


@media only screen and (max-width: 850px) {
  
  .l-contact {
    padding: 30px 0;
  }

  .l-contact h5 {
    font-size: 22px;
    padding-top: 6px;

  }

  .l-contact .contact {
    width: 266px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 25px 5px;
  }

  .l-contact i {
    font-size: 7vw;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .l-contact .mail {
    font-size: 2.8vw;
  }

  .l-contact .line img {
    width: 100%;
    height: 112px;
  }

  .l-contact .line picture {
    height: 112px;
  }

  .l-contact .phone {
    font-size: 3vw;
  }

  .l-contact .phone i {
    font-size: 5vw;
  }

}

@media only screen and (max-width: 600px) {
  
  .l-contact {
    padding: 30px 0;
  }

  .l-contact h5 {
    font-size: 16px;
    padding-top: 6px;

  }

  .l-contact .contact {
`	width: 166px;
    height: 16.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 25px 25px;
  }

  .l-contact i {
    font-size: 7vw;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .l-contact .mail {
    font-size: 2.8vw;
  }

  .l-contact .line img {
    width: 100%;
    height: 16.5vw;
  }

  .l-contact .line picture {
    height: 16.5vw;
  }

  .l-contact .phone {
    font-size: 3vw;
  }

  .l-contact .phone i {
    font-size: 5vw;
  }

}
@media only screen and (max-width: 400px) {
  
  .l-contact {
    padding: 25px 0;
  }

  .l-contact h5 {
    font-size: 14px;
    padding-top: 6px;
  }

  .btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-contact .contact {
    width: 130px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 25px 15px;
  }

  .l-contact i {
    font-size: 6vw;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .l-contact .mail {
    font-size: 2.5vw;
  }

  .l-contact .line img {
    width: 100%;
    height: 76px;
  }

  .l-contact .line picture {
    height: 76px;
  }

  .l-contact .phone {
	font-size: 3.5vw;
  }

  .l-contact .phone i {
    font-size: 6vw;
  }

}

/* power section */

.l-power {
  background-color: #F4F4F4;
  position: relative;
}

.power-mailbox {
  position: absolute;
  top: 923px;
  right: 2vw;
}

.power-content {
  background-color: white;
  display: inline-block;
  padding: 70px;
  margin: 100px 0;
}

.power-title {
  justify-content: center;
  align-items: center;
}

.power-title h5 {
  font-size: 22px;
}

.power-title img {
  width: 53px;
}

.eyecache {
  font-size: 16px;
  padding: 20px;
}

.power {
  display: flex;
  justify-content: center;
  padding: 18px 0;
}

.power-ttl {
  font-size: 18px;
  width: 150px;
  text-align: left;
}

.power-txt {
  font-size: 14px;
  text-align: left;
  width: 600px;
}

.power-txt div:last-child {
  padding-top: 5px;
}

.power-txt-ttl {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}

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

  .power-ttl {
    width: 15vw;
    margin-right: 20px;
  }
  
  .power-txt {
    width: 60vw;
  }

}

@media only screen and (max-width: 720px) {
  
  .power-content {
    padding: 3vw;
    margin: 7vw 5vw;
  }

  .power-title h5 {
    font-size: 13px;
  }

  .power-title img {
    width: 6vw;
  }

  .eyecache {
    font-size: 3vw;
    padding: 2vw 0;
  }

  .power {
    display: block;
    text-align: left;
    padding: 18px 0;
  }

  .power-ttl {
    font-size: 3.5vw;
    width: 100%;
    margin-left: -8px;
    margin-bottom: 15px;
  }
  
  .power-txt {
    font-size: 3vw;
    width: 100%;
  }

  .power-txt-ttl {
    font-size: 3.5vw;
    padding-bottom: 10px;
    font-weight: bold;
  }
}

/* reason section */

.l-reason {
  text-align: center;
  padding: 100px 0;
  position: relative;
  background-image: url(../img/l_flow_back.jpg);
  background-repeat: repeat;
  background-position: center center;
}

.reason-img-02 {
  position: absolute;
  left: 0;
  top: 765px;
  text-align: left;
  z-index: -1000;
  padding-left: 10vw;
}

.reason-img-02 img {
  width: 361px;
}

.l-reason h5 {
  font-size: 22px;
  background-color: #BA0000;
  color: white;
  padding: 17px 40px;
  display: inline;
}

.l-reason-wrapped {
  width: 742px;
  margin: auto;
  border:  1px solid lightgray;
  box-shadow: 2px 2px lightgray;
  margin-top: -14px;
  background-color: white;
}

.l-reason-wrapped.reason-repair {
  z-index: 3;
  position: relative;
  padding-top: 45px;
}

.reason-num {
  border-radius: 50%;
  padding: 0 8px;
  color: white;
  margin-right: 10px;
}

.reason-ttl {
  font-size: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.reason-content {
  font-size: 13px;
}

.reason-img img {
  width: 582px;
}

.reason-3 .reason-content {
  text-align: left;
  padding-left: 107px;
  padding-right: 107px;
}

.reason-content div, .reason-content li {
  line-height: 24px;
}

.reason-3 ul li {
  margin-left: 19px;
}

.reason-1, .reason-2, .reason-3 {
  margin: 60px 0;
}

@media only screen and (max-width: 800px) {
    
  .l-reason {
    padding: 100px 0;
    background-color: white;
    background-image: unset;
  }

  .l-reason h5 {
    font-size: 13px;
    padding: 17px 3vw;
  }

  .l-reason-wrapped {
    width: 94%;
    margin: auto;
    border:  1px solid lightgray;
    box-shadow: 2px 2px lightgray;
    margin-top: -14px;
    padding: 0 2vw;
  }

  .reason-num {
    border-radius: 50%;
    padding: 0 1.4vw;
    color: white;
    margin-right: 10px;
  }

  .reason-ttl {
    font-size: 3.5vw!important;
    padding: 13px 0;
  }

  .reason-content {
    font-size: 3vw;
  }

  .reason-img img {
    width: 100%;
  }

  .reason-3 .reason-content {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reason-content div, .reason-content li {
    line-height: 5vw;
  }

  .reason-3 ul li {
    margin-left: 3.5vw;
  }

  .reason-1, .reason-2, .reason-3 {
    margin: 60px 0;
  }

  .rental-wrap {
    margin-top: 20px!important;
  }
}

/* contact 2 section */

.l-contact-2 {
  background-image: url(../img/top_contact_bg_02.png);
}

/* voice section */

.l-voice {
  background-color: #FFFDE1;
  padding: 50px 0;
  position: relative;
}

.l-voice .mailbox {
  top: 751px;
}

.l-voice-wrapped {
  background-color: white;
  width: 828px;
  background-image: url(../img/top_voice_bg.svg);
  background-size: 100% 100%;
  margin: auto;
  padding: 70px 0;
}

.l-voice header {
  justify-content: center;
}

.l-voice header div {
  justify-content: space-between;
  align-items: center;
  width: 275px;
}

.l-voice h5 {
  font-size: 22px;
}

.horizon-line {
  width: 53px;
  border-bottom: 2px solid black;
}

.voice-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice {
  background-color: #FFFDE1;
  width: 345px;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px lightgrey;
  margin: 25px;
  border-radius: 6px;
}

.voice-inner {
  background-color: white;
  border-radius: 17px;
  width: 293px;
  height: 216px;
  position: relative;
}

.voicer-name {
  font-size: 16px;
  border-bottom: 1px solid black;
  margin: 20px;
  text-align: left;
  padding-left: 5px;
}

.name-1 {
  width: 91px;
}

.name-2 {
  width: 181px;
}

.name-3 {
  width: 192.5px;
}

.name-4 {
  width: 180px;
}

.voice-txt {
  font-size: 14px;
  margin: 0 20px;
  text-align: left;
}

.voice i {
  position: absolute;
  font-size: 40px;
  top: 15px;
  right: 20px;
}

@media only screen and (max-width: 900px) {
    
  .l-voice {
    padding: 50px 0;
  }

  .l-voice-wrapped {
    background-image: unset;
    width: 90vw;
    margin: auto;
    padding: 70px 0;
  }

  .l-voice header div {
    justify-content: space-between;
    align-items: center;
    width: 275px;
  }

  .l-voice h5 {
    font-size: 22px;
  }

  .horizon-line {
    width: 53px;
    border-bottom: 2px solid black;
  }

  .voice-content-inner {
    display: block;
    justify-content: center;
    align-items: center;
  }

  .voice {
    width: 75vw;
    display: flex;
    margin: 25px auto;
  }

  .voice-inner {
    width: 60vw;
    height: 216px;
  }

  .voice-txt {
    font-size: 14px;
    margin: 0 20px;
    text-align: left;
  }

  .voice i {
    position: absolute;
    font-size: 40px;
    top: 15px;
    right: 20px;
  }

}

@media only screen and (max-width: 500px) {
    
  .l-voice {
    padding: 40px 0;
  }

  .l-voice-wrapped {
    background-image: unset;
    width: 94vw;
    margin: auto;
    padding: 70px 0;
  }

  .l-voice header div {
    justify-content: space-between;
    align-items: center;
    width: 275px;
  }

  .voice {
    width: 86vw;
    display: flex;
    margin: 25px auto;
  }

  .voice-inner {
    width: 80vw;
    height: 216px;
  }

  .voice-txt {
    font-size: 14px;
    margin: 0 20px;
    text-align: left;
  }

  .voice i {
    position: absolute;
    font-size: 40px;
    top: 4vw;
    right: 2vw;
  }

}

/* flow section */

.l-flow {
  position: relative;
  background-color: white;
  background-image: url(../img/l_flow_back.jpg);
  background-repeat: repeat;
  background-position: center center;
}

.l-flow header div {
  width: 422px;
}

.flow-wrap {
  padding: 40px 0;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.flow-wrap img {
  height: 250px;
}

.flow-content {
  text-align: left;
}

.flow-1 {
  padding: 0px 40px 7px 40px;
}

.flow-2 {
  padding: 20px 40px;
}

.flow-3 {
  padding: 8px 40px;
}

.flow-4 {
  padding: 30px 40px;
}

.flow-5 {
  padding: 7px 40px;
}

.flow-6 {
  padding: 32px 40px;
}

.flow-btn {
  color: #0013FF;
  border: 2px solid #0013FF;
  border-radius: 10px;
  display: inline;
  padding: 7px 33px;
  font-size: 20px;
  z-index: 500;
  position: relative;
  cursor: pointer;
}
.flow-btn-a {
  margin-top: 90px;
  position: relative;
  display: block;
}

/* repair */

  .flow-sec-repair {
    padding-bottom: 0;
    padding-top: 140px;
  }
.flow-img {
  position: absolute;
  top: 274px;
  right: 14vw;
}

.flow-bottom-img {
  margin-top: -8vw;
}

.flow-img img {
  width: 217px;
  height: 138px;
}

.flow-bottom-img img {
  width: 100%;
}

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

  .flow-img {
    right: 20vw;
  }

}

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

  .flow-img {
    right: 15vw;
  }

}

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

  .flow-wrap {
    padding: 10px;
    font-size: 12px;
  }

  .flow-1 {
    padding: 6px 40px 25px 40px;;
  }
  
  .flow-2 {
    padding: 20px 40px;
  }
  
  .flow-3 {
    padding: 20px 40px;
  }
  
  .flow-4 {
    padding: 23px 40px;
  }
  
  .flow-5 {
    padding: 20px 40px;
  }
  
  .flow-6 {
    padding: 25px 40px;
  }

  .flow {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .flow-img {
    top: 180px;
    right: 15vw;
  }

  .flow-img img {
    width: 149px;
    height: 92px;
  }

  .flow-btn {
    padding: 6px 33px;
    font-size: 4vw;
  }
  .flow-btn-a {
    margin-top: 40px;
    position: relative;
    display: block;
  }
  
  .flow-bottom-img {
    margin-top: -5vw;
  }
  .flow-sec-repair {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .l-flow h5 {
    font-size: 18px;
  }

  .l-flow .horizon-line {
    width: 30px;
  }

  .l-flow header div {
    width: 80vw;
    padding: 30px 0;
  }

}

/* blog section */

.l-blog {
  background-color: white;
}

.blog-content {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.blog-inner {
  justify-content: center;
}

.blog {
  text-align: left;
  width: 210px;
  font-size: 16px;
  padding: 20px;
}

.blog h6 {
  background-color: #000000;
  font-size: 12px;
  display: inline;
  color: white;
  padding: 2px;
}

.blog h6 a {
  color: white;
}

.blog img {
  width: 100%;
}

.blog-btn {
  display: inline-block;
  font-size: 16px;
  background-color: #4F4F4F;
  color: white;
  padding: 1.3vw 5.5vw;
}

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

  .blog-content {
    display: grid;
    padding: 30px 0;
    grid-template-columns: auto auto;
  }
  .blog {
    width: 38vw;
  }
}

@media only screen and (max-width: 600px) {
  .blog-btn {
    display: inline-block;
    font-size: 12px;
    background-color: #4F4F4F;
    color: white;
    padding: 2.6vw 22.5vw;
  }
}

/* common */

.l-link {
  padding-top: 10px;
}

.l-link div {
  font-size: 12px;
  text-align: left;
  margin-left: 13vw;
  padding: 8px 0;
}

.l-link a {
  text-decoration: none;
  color: #000000;
}

.l-link hr {
  border-bottom: 1px solid #0013FF;
}


.page-title {
  justify-content: center;
  padding: 50px 0;
}

.page-title div {
  width: 275px;
  justify-content: space-between;
  align-items: center;
}

.page-title.custom div {
  width: 400px;
}

.page-title h5 {
  font-size: 22px;
}

.title-line {
  width: 53px;
  border-bottom: 2px solid black;
}

.l-image {
  width: auto;
  height: 30vw;
  background-image: url(../img/other_01.png);
  background-color: rgba(0, 0, 0, .1);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-txt {
  font-size: 36px;
  color: white;
}

.section-wrap {
  max-width: 735px;
  padding: 30px;
  margin: auto;
}

.content {
  font-size: 16px;
  text-align: left;
}

.content-txt {
  padding: 20px 0;
}

.circle-txt {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.circle-txt i {
  color: #0013FF;
  font-size: 16px;
  padding-right: 10px;
}

.table-half {
  font-size: 15px;
  width: 100%;
  margin: 30px 0 5px 0;
}

.table-half td {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  padding: 30px 0;
}

.table-half td:first-child {
  background-color: rgba(0, 19, 255, .1);
}

.refer-txt-content {
  text-align: left;
}

.refer-txt {
  font-size: 13px;
  line-height: 20px;
}


@media only screen and (max-width: 600px) {
  
  .l-link div {
    margin-left: 5vw;
  }
  .table-half {
    font-size: 3vw;
  }

  .page-title {
    padding: 25px 0;
  }

  .page-title.custom div {
    width: 90vw;
  }

  .page-title.custom .title-line {
    width: 5vw;
    border-bottom: 2px solid black;
  }

  .image-txt {
    font-size: 20px;
  }

  .page-title.custom.cleaning h5 {
    font-size: 4.5vw;
  }

  .page-title.custom.cleaning.big h5 {
    font-size: 4.5vw;
  }

  .page-title.custom.cleaning.big .title-line {
    width: 10px;
  }

  .content {
    font-size: 13px;
  }
  .circle-txt-content.repair  {
    font-size: 12px;
  }
}


.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  font-size: 21px;
}

.btn-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 79px;
  color: white;
  border-radius: 7px;
  margin: 15px ;
  cursor: pointer;
}

.btn-group i {
  padding-right: 10px;
}

.phone-btn i {
  font-size: 15px;
}

.phone-btn {
  background-color: #FF8643;
}

.mail-btn {
  background-color: #0013FF;
}

@media only screen and (max-width: 670px) {
    
  .btn-group {
    padding: 50px 0;
    font-size: 3vw;
  }

  .btn-group .btn {
    width: 40vw;
    height: 60px;
    margin: 15px;
  }

  .btn-group i {
    padding-right: 5px;
  }

  .phone-btn i {
    font-size: 9px;
  }

}

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

  .btn-group {
    padding: 25px 0;
    font-size: 3vw;
  }

  .btn-group .btn {
    width: 40vw;
    height: 40px;
    margin: 3px;
  }
}

/* --------------------------------------------------------------

* * outline page * *

---------------------------------------------------------------*/

.l-outline {
  position: relative;
  padding: 20px;
}

.outline-table-content {
  display: inline-block;
  padding: 30px 0;
  border-top: 1px solid #0013FF;
  border-bottom: 1px solid #0013FF;
  margin-bottom: 100px;
}

.outline-table {
  margin: auto;
  font-size: 16px;
  padding: 20px;
}

.outline-table td {
  padding: 8px 30px;
  text-align: left;
}

.last-td {
  padding-top: 0!important;
}

.l-outline .mailbox {
  top: 36vw;
}

@media only screen and (max-width: 700px) {
    
  .outline-table {
    font-size: 3vw;
    padding: 20px;
  }

  .outline-table td {
    padding: 1vw 3vw;
    text-align: left;
  }
  
  .outline-table-content {
    margin-bottom: 50px;
  }
}

/* --------------------------------------------------------------

* * other page * *

---------------------------------------------------------------*/

.l-description {
  padding: 35px 0px;
}

.l-description h5 {
  font-size: 16px;
}

.l-electricity {
  position: relative;
}

.electricity-mailbox {
  top: -4vw;
}

.l-rental {
  background-color: #F4F4F4;
  padding: 50px;
  position: relative;
}

.rental-wrap {
  background-color: white;
  padding: 0 5vw;
  border: 1px solid lightgrey;
  box-shadow: 2px 2px lightgray;
  max-width: 735px;
  margin: auto;
  margin-top: 50px;
}

.rental-wrap.repair {
  padding: 0 4vw;
}

.circle-txt.other {
  font-size: 20px;
}

.other-refer-txt {
  padding: 10px 0 0 28px;
}

.refer-txt.other {
  padding-top: 3px;
  font-size: 12px;
}

.other-img-content {
  display: flex;
  justify-content: space-between;
}

.other-img img {
  width: 241px;
  padding: 1vw;
}

@media only screen and (max-width: 660px) {
  .circle-txt.other {
    font-size: 12px;
  }
  .other-img img {
    width: 12rem;
    padding: 1vw;
  }
  .refer-txt.other {
    padding-top: 2px;
    font-size: 10px;
  }
  .other-refer-txt {
    padding: 0px 0 0 14px;
  }
  .circle-txt i {
    color: #0013FF;
    font-size: 10px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .other-img img {
    width: 10rem;
    padding: 1vw 0;
  }
}


@media only screen and (max-width: 400px) {
  .other-img img {
    width: 8rem;
    padding: 1vw 0;
  }
  .circle-txt.other {
    align-items: baseline;
}
}

/* --------------------------------------------------------------

* * cleaning page * *

---------------------------------------------------------------*/

.l-image.cleaning {
  background-image: url(../img/cleaning_01.png);
}

.page-title.custom.cleaning div {
  width: 550px;
}


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

  .l-image.other h1 {
    font-size: 6vw;
  }

  .l-description.other h5 {
    font-size: 13px;
  }
}

/* --------------------------------------------------------------

* * alter page * *

---------------------------------------------------------------*/


.l-image.alter {
  background-image: url(../img/alter_01.png);
}

.alter-img {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}

.alter-img img {
  width: 40%;
  height: 100%;
  border: 1px solid #666666;
}

.circle-txt.boxes-line {
  align-items: baseline;
}

@media only screen and (max-width: 600px) {
  
  .alter-img {
    width: 100%;
  }
  .alter-img img {
    width: 45%;
    height: 100%;
  }

  .table-half.text-left.small-font {
    font-size: 2.6vw;
  }

}


/* --------------------------------------------------------------

* * first page * *

---------------------------------------------------------------*/


.l-image.first {
  background-image: url(../img/first_01.png);
}


.l-advance-menu {
  background-color: white!important;
  max-width: 847px;
  margin: auto;
  position: relative;
}

.advance-menu .reason-ttl {
  font-size: 14px!important;
  justify-content: flex-start;
}

.advance-menu .reason-ttl.boxes-line {
  align-items: baseline!important;
}

.advance-menu .reason-num {
  padding: 0;
  width: 27px;
  height: 27px;
  min-width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.advance-menu {
  text-align: left;
}

.rental-wrap.first {
  padding: 2vw 3vw;
  display: inline-block;
}

.first-mailbox {
  top: 56vw;
  right: -2vw;
}

.first-img {
  margin-bottom: 10px;
}

.first-img-content {
  display: grid;
  grid-template-columns: auto auto auto;
  max-width: 847px;
  margin: auto;
}

.first-img-inner {
  text-align: left;
  padding: 10px;
}

.first-img-inner img {
  width: 100%;
}

.first-img-ttl {
  font-size: 20px;
}

.first-img-txt {
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  
  .l-electricity.first .page-title h5 {
    font-size: 18px;
  }

  .first-img-content {
    display: inline-block;
    margin: auto;
  }

  .first-img-inner {
    width: 100%;
    padding: 20px 0px;
  }

  .first-img-inner img {
    width: 100%;
  }

  .first-img-ttl {
    font-size: 15px;
    padding: 10px 0;
  }

  .first-img-txt {
    font-size: 12px;
  }
}


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

  .advance-menu .reason-num {
    font-size: 12px;
    padding: 0;
    width: 27px;
    height: 27px;
    min-width: 27px;
    align-items: center;
  }
}


.content-txt.center {
  text-align: center;
}

.content-txt.big.center {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.table-half.text-left {
  text-align: left;
}

.table-half.text-left td:first-child {
  padding-left: 3vw;
}

.table-half.text-left td:last-child {
  padding: 0 5vw;
  text-align: center;
}


/* --------------------------------------------------------------

* * flow page * *

---------------------------------------------------------------*/


.l-image.flow {
  background-image: url(../img/flow_01.png);
}

.flex-content {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 18px;
}

.flex-content .blue {
  color: #0013FF;
  min-width: 200px;
}

.flex-content .content-txt {
  text-align: left;
}

.rental-wrap.flow-first {
  max-width: 791px;
  margin: auto;
  border: 1px solid #0013FF;
  padding: 3vw;
  background-color: white;
}

.section-wrap.first {
  background-color: #F4F4F4;
}

.l-flow-sec {
  background-color: #F4F4F4;
  padding: 100px 0;
}

.step-2 {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .l-rental {
    padding: 20px 20px;
  }
  .l-flow-sec {
    padding: 50px 12px;
  }
  .rental-wrap.flow-first {
    width: 90%;
    margin: auto;
    border: 1px solid #0013FF;
    padding: 3vw;
    background-color: white;
  }
  
  .flex-content .blue {
    min-width: 106px;
  } 
}



.page-title.flow {
  padding-bottom: 0;
}

.page-title.flow div {
  justify-content: center;
}

.page-title.flow h5 {
  color: #0013FF;
}

.circle-txt.flow {
  font-size: 16px;
}

.l-rental.flow {
  background-color: white;
}

.l-rental.flow .content-txt {
  font-size: 16px;
}

.l-rental.flow .content-txt.center {
  font-size: 18px;
}

.rental-wrap.border-none {
  border: none!important;
  box-shadow: unset;
}

.circle-txt.flow.repair {
  margin-top: 13px;
}

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

  .step-2 {
    display: block;
  }
}


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

  .l-rental.first {
    padding: 0;
  }
  
  .flex-content {
    font-size: 3.5vw;
  }

  .flex-content .blue {
    min-width: 91px;
  } 

  .flex-content.repair .blue {
    min-width: 82px;
  } 

  .section-wrap {
    padding: 20px;
    margin: auto;
  }

  .l-flow-sec {
    padding: 50px 12px;
  }

  .page-title.flow h5 {
    font-size: 15px;
  }

  .l-rental.flow .content-txt.center {
    font-size: 14px!important;
  }
  
  .l-rental.flow .content-txt {
    font-size: 12px;
  }

  .circle-txt.flow {
    font-size: 12px;
  }
  .circle-txt.flow.repair {
    font-size: 11px;
    margin-top: 13px;
  }
  .step-2 {
    display: block;
  }
}



/* --------------------------------------------------------------

* * archive page * *

---------------------------------------------------------------*/

.l-archive-header {
  position: relative;
}

.archive-mailbox {
  top: 54vw;
}

.l-archive.blog-content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding-top: 0;
}

.navigation {
  margin-bottom: 50px;
}

.navigation ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.navigation ul li {
  font-size: 24px;
  padding: 7px 10px;
  border: 1px solid #4F4F4F;
}

.navigation ul li a {
  color: #4F4F4F;
}

.navigation ul li.active {
  background-color: #4F4F4F;
}

.navigation ul li.active a {
  color: white!important;
}


.navigation ul li.next-post-link, .navigation ul li.previous-post-link {
  border: none!important;
}

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

  .l-archive.blog-content {
    display: grid;
    padding: 0px 0;
    grid-template-columns: auto auto;
  }
}


/* --------------------------------------------------------------

* * contact page * *

---------------------------------------------------------------*/

.line-btn {
  padding-top: 36px;
}

.line-btn img{
  width: 232px;
}

.l-description.contact h5 {
  font-size: 28px;
  color: #4FB434;
}

.l-rental.contact {
  background-color: white;
  padding-top: 0;
}

.rental-wrap.contact {
  box-shadow: none;
  border: none;
  margin-top: 0;
}

.section-wrap.contact {
  padding-bottom: 0;
}

.table-half.contact td:first-child {
  width: 15vw;
}

.table-half.contact td:last-child {
  padding: 15px 2vw;
  text-align: left;
}

.table-half input:not(input[type="checkbox"]), textarea{
  width: 100%;
  background-color: #E5E5E5;
}

.table-half.contact input:not(input[type="checkbox"]) {
  height: 42px;
  padding-left: 20px;
  outline: none;
}

.table-half.contact textarea {
  padding: 20px 0 0 20px;
  resize: none;
  outline: none;
}

.table-half.contact .refer-txt-content {
  padding-top: 8px;
  color: #0013FF;
  font-size: 12px;
}

.checkbox-input {
  font-size: 13px;
}

.checkbox-input input[type="checkbox"] {
  margin-right: 10px;
  padding: 5px 0;
}

.checkbox-input>span>span{
  display: flex;
  flex-wrap: wrap;
  width: 84%;
}

.checkbox-input>span>span>span {
  margin-right: 20px;
  padding: 4px 0;
}

.checkbox-input>span>span>span>label{
  display: flex;
  align-items: center;
}

.checkbox-outdoor>span, .checkbox-residence>span {
  display: grid!important;
  grid-template-columns: auto auto auto;
}

.checkbox-mainbody>span {
  display: grid!important;
  grid-template-columns: auto auto auto auto;
}

.checkbox-exist>span>span:nth-child(1), .checkbox-exist>span>span:nth-child(2) {
  margin-right: 82px;
}

.submit-btn {
  border: 2px solid #101010;
  width: 213px;
  height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 50px 0;
}

input[type="submit"] {
  outline: none;
  font-size: 25px;
  background: none;
  cursor: pointer;
}

span.wpcf7-not-valid-tip {
  color: #950000;
  font-size: 13px;
}

.content.contact {
  display: flex;
  align-items: baseline;
}

.content.contact div:first-child {
  margin-right: 5px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  padding: 30px;
}

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

  .rental-wrap.contact {
    padding: 0;
  }

  .table-half.contact td:first-child {
    width: 21vw;
    font-size: 13px;
  }

  .table-half input:not(input[type="checkbox"]), textarea {
    width: 94%;
  }
}


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

  .rental-wrap.contact {
    padding: 0;
  }

  .table-half.contact td:first-child {
    width: 20vw;
    font-size: 10px;
    padding: 0 5px;
  }

  .table-half input:not(input[type="checkbox"]), textarea {
    width: 90%;
  }

  .table-half.contact td:last-child {
    font-size: 10px;
  }
  
  .refer-txt {
    font-size: 10px;
    line-height: 14px;
  }

  .checkbox-input>span>span>span>label {
    align-items: flex-start;
  }

  .checkbox-outdoor>span, .checkbox-residence>span, .checkbox-outdoor>span, .checkbox-mainbody>span {
    display: flex!important;
    flex-wrap: wrap;
  }

  .submit-btn {
    width: 182px;
    height: 43px;
    margin: 30px 0;
  }

  input[type="submit"] {
    font-size: 17px;
  }
  .content.contact {
    font-size: 12px;
  }


}

/* single page */

.single-blog-content {
  display: flex;
  justify-content: center;
  padding: 0 5vw;
}

.single-blog {
  width: 60%;
}

.single-blog header {
  margin: 20px 0;
}

.single-blog h6 {
  font-size: 16px;
  padding: 4px;
}

.single-page-title div {
  width: 100%!important;
  justify-content: center;
  align-items: center;
}

.single-blog-inner {
  font-size: 13px;
  text-align: left;
}

.single-blog-inner img {
  width: 35%;
  margin: 20px 0;
  height: auto;
}

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

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

  .single-blog {
    width: 80%;
  }
}

@media only screen and (max-width: 700px) {
  
  .single-blog {
    width: 90%;
  }

  .single-blog-inner img {
    width: 50%;
  }
}

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

  .single-blog {
    width: 100%;
    padding: 0;
  }

  .single-blog-inner img {
    width: 80%;
  }

  .single-blog-inner {
    font-size: 10px;
    text-align: left;
  }
  
  .single-page-title {
    padding: 25px;
  }
}

/* notice page */

.notice-content {
  margin-bottom: 50px;
}

.page-title.top-p div {
	width: 660px;
}

.page-title.top-p .title-line {
	border-color: #F7931E;
    width: 143px;
}

.page-title.top-p h5{
    color: #F7931E;
    font-size: 33px;
}

@media only screen and (max-width: 1070px) {
	
	.page-title.top-p div {
		width: 574px;
	}

	.page-title.top-p .title-line {
		border-color: #F7931E;
		width: 130px;
	}

	.page-title.top-p h5{
		color: #F7931E;
		font-size: 29px;
	}
}

.section-wrap.top-p {
    max-width: 60vw!important;
}

.section-wrap.top-p .refer-txt.red{
	text-align: center;
    font-size: 16px!important;
}

.top-btn {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    font-size: 26px;
}

.top-new-btn {
    width: 266px;
    height: 76px;
    color: white;
    background-color: #0013FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

@media only screen and (max-width: 950px) {
	
.page-title.top-p div {
	width: 80vw;
}

.page-title.top-p .title-line {
	border-color: #F7931E;
    width: 10vw;
}

.page-title.top-p h5{
    color: #F7931E;
    font-size: 5vw;
}

.section-wrap.top-p {
    max-width: 100%!important;
}

.section-wrap.top-p .refer-txt.red{
	text-align: center;
    font-size: 12px!important;
}

.top-btn {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    font-size: 18px;
}

.top-new-btn {
	width: 188px;
    height: 47px;
    color: white;
    background-color: #0013FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
}

.banner-new {
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .banner-new {
        width: 80vw;
    }
}

.new-box{
	margin:5px;
}

.new-box:hover{
    box-shadow: 1px 1px 12px rgba(0,0,0,.65);
}



/*PC表示しない*/
@media screen and (min-width: 767px) {
  .display__sp {
    display: none !important;
  }
}

/*sp表示しない*/
@media screen and (max-width: 767px) {
  .display__pc {
    display: none !important;
  }
}


/*金バナーい*/
.l-kin {
  padding:30px 0;
}


.size20{
  font-size:12px;
}