/* -----------------------------------------------------------
  common
------------------------------------------------------------*/
/* font */

.subheading{
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
.subheading {
    font-size: 1.6rem;
}
}
/* -----------------------------------------------------------
  top
------------------------------------------------------------*/
/* top */

.box-item01{
  width: calc(100% - 380px);
  padding: 0 20px 0 0;
}
.box-item02{
  width: 460px;
}
a.btn01{
  width: 240px;
  height: 50px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 1.5rem;
}
.attention-title{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin: 0 0 10px 0;
  color: red;
}
#attention-box{
  padding: 16px;
  background-color: #fff;
}
#attention-box dl{
  font-size: 1.4rem;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 6px 0 0 0;

}

#attention-box dt{
  width:50px;
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 500;
}

#attention-box .tel{
  color: #1d1d1d;
  font-size: 1.8rem;
  font-weight: 600;
      line-height: 1;
}
#attention-box .mail{
  color: #1d1d1d;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
#attention-box .hours{
      font-size: 1.4rem;
        color: #1d1d1d;
          font-weight: 500;
}
#attention-box dd{
  width:calc(100% - 50px);
 font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
.box-item01 {
    width: calc(100% - 300px);
}
}

@media screen and (max-width: 575px) {
.box-item01{
  width: 100%;
    padding: 0;
}
.box-item02{
  width: 100%;
  margin: 20px 0 0 0;
}
}

/* -----------------------------------------------------------
  about
------------------------------------------------------------*/
/* about */

#about-table table{
  width: 100%;
}
#about-table th, #about-table td{
  padding: 8px 16px;
  border: 1px solid #ccc;
}
#about-table .th-bg{
  background-color: #e3eafb;
}
#about-table th.th-left{
  width: 200px;
  height: auto;
  vertical-align: middle;
}
#about-table td{
  width: 440px;

}
img.about03-img{
  width: 200px;
  display: inline-block;
}
.td-img{
 text-align: center;
}
/* -----------------------------------------------------------
  concept
------------------------------------------------------------*/
/* concept */

.concept-txt{
  width: 90%;
}
.concept-space{
  margin-top: 20px;
}

.radius10{
  border-radius: 10px;
}

.attention{
  font-size: 1.4rem;
}


/* -----------------------------------------------------------
  domestic
------------------------------------------------------------*/
/* domestic */

.domestic-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:30px;
}

.domestic-flex{
  display: flex;
  margin-top: 30px;
}

.iso-img{
  width: 130px;
  height: 200px;
  margin: 20px 0 0 20px;
}

.ttl02{
    position: relative;
    font-size: 3.3rem;
    color: #00449b;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 1.3rem 0 3rem 11rem;
    font-weight: bold;
}
.ttl02:before {
    content: '';
    position: absolute;
    top: -0.7em;
    left: -1.4em;
    width: 2px;
    height: 60px;
    background-color: #00449b;
    margin-left: 25px;
    transform: rotate(40deg);
}

.ttl-box .ttl02 {
    margin: 1em auto 1em;
    display: inline-block;
}

.handle-ttl{
    font-size: 2rem;
	line-height: 1.4;
	color: #00449b;
	font-weight: bold;
	font-feature-settings:"palt";
	letter-spacing: 0.05em;
	margin: 0 0 6px 0;
}
#attention-box p{
	color: #00449b;
}
@media screen and (max-width: 575px) {
	.handle-ttl{
    font-size: 1.8rem;
}
}