p:empty {
    display: none;
}
.template .container .contents section a{text-decoration:underline!important;}
.template .container .contents span.small{font-size:0.8em;}
.template .container .contents p.text_right{text-align:right;}

/* company */

.template .container .contents section.page_company p.catch{
    font-size: 26px;
    text-align: center;
    margin-top: 70px;
}
.template .container .contents section.page_company dl.greeting{
  grid-template-columns: 600px 1fr;
}
.template .container .contents section.page_company .policy{
    text-align: center;
    font-size: 18px;
}
.template .container .contents section.page_company .roots{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 30px 0;
}
.template .container .contents section.page_company .roots .roots_box{
    width: 450px;
    background: #e6f9ff;
    padding: 20px;
}
.template .container .contents section.page_company .roots .roots_box .title{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.template .container .contents section.page_company .roots .roots_box .text{
    line-height: 1.7;
    margin-top: 20px;
}
.template .container .contents section.page_company .roots .roots_box .logo{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.template .container .contents section.page_company .customerlist{
    margin-top:30px;
}
section.page_company .customerlist ul{
    column-count: 3;
    column-gap: 40px;
}
section.page_company .customerlist ul li{
    break-inside: avoid;
}
.template .container .contents section.page_company table.history th{
    width: 200px;
}
@media screen and (max-width: 767px) {
.template .container .contents section.page_company p.catch{
    margin-top: 10vw;
    font-size: 5.4vw;
}
.template .container .contents section.page_company dl.greeting{
    margin-top: 10vw;
}
.template .container .contents section.page_company p.policy{
    font-size: 4.2vw;
	text-align:left;
}
.template .container .contents section.page_company .roots{
    flex-direction:column;
}
.template .container .contents section.page_company .roots .roots_box{
    width:100%;
}
.template .container .contents section.page_company .customerlist{
    margin:30px 16px;
}
.template .container .contents section.page_company .customerlist ul{
    column-count: auto;
}
.template .container .contents section.page_company .customerlist ul li{
    width:100%;
}
.template .container .contents section.page_company table.history th{
    width: 100px;
}
}

/* office */

section.page_office{
/*	display:none; */
    margin-top:50px;
}
section.page_office iframe.gmap{
    display: block;
    width: 800px;
    margin: 0 auto;
    height: 400px;
}
@media screen and (max-width: 767px) {
section.page_office iframe.gmap{
    width: 100%;
    height: auto;
	aspect-ratio:1 / 1;
}
}

/* contact */

.template .container .contents section.page_contact .tel_number{
	font-size:24px;
}
.template .container .contents section.page_contact .tel_time{
	margin-top:0;
}
.template .container .contents section.page_contact .mailform{
	margin-top:50px;
}
.template .container .contents section.page_contact .mailform + .mailform{
	margin-top:0;
}
.template .container .contents section.page_contact h4 + .mailform{
	margin-top:20px;
}
.template .container .contents section.page_contact .mailform th{
    width:250px;
}
.template .container .contents section.page_contact span.required{
    color: #ff0000;
    margin-left: 5px;
	vertical-align: super;
	font-size:12px;
}
.template .container .contents section.page_contact .mailform input[type="text"],
.template .container .contents section.page_contact .mailform input[type="tel"],
.template .container .contents section.page_contact .mailform input[type="email"]{
    height:36px;
	width:100%;
}
.template .container .contents section.page_contact .mailform select{
    height:36px;
}
.template .container .contents section.page_contact .mailform textarea{
    width: 100%;
    height: 200px;
    font-family: inherit;
    padding: 5px;
}
section.page_contact .mailform tr.business td p.title{
    margin-top:15px;
}
section.page_contact .mailform tr.business td p.select{
    margin-top:0;
}
section.page_contact .mailform tr.business td p.select span{
    font-size:0.9em;
}
.template .container .contents section.page_contact .acceptance{
    text-align: center;
    background: #ffeeee;
    padding: 15px;
	margin-top: 50px;
    margin-bottom: 30px;
}
.template .container .contents section.page_contact .submit input{
  width: 340px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 45px;
  border: 1px solid #08478F;
  font-size: 15px;
  color: #fff;
  background:#08478F;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .template .container .contents section.page_contact .submit input {
    height: 50px;
  }
}
@media (any-hover: hover) {
  .template .container .contents section.page_contact .submit input:hover {
    background: #fff;
    color: #08478F;
  }
}
.template .container .contents section.page_contact p.comment{
    text-align: center;
    margin-top: 0;
}
section.page_contact .wpcf7 form .wpcf7-response-output{
	padding: 15px;
}

/*# sourceMappingURL=page.css.map */
