/*************************************

style.css

*************************************/
.f_bold {font-weight: bold;}
.fc_blue {color: #036eb8;}
.f_uline {text-decoration: underline;}

.f_ss {font-size: 80%;}
.f_s {font-size: 90%;}
.f_m {font-size: 110%;}
.f_l {font-size: 130%;}

article#main_content {
	letter-spacing: .1rem;
}

h1.h1ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 4rem 0 0rem;
    padding: .5rem 0;
    background-color: #deebf7;
}

.main_catch{
    position: relative;
    padding:1rem 1rem;
    max-width: 800px;
    margin: 3rem auto;
}

.main_catch::before,
.main_catch::after {
    content:'';
    width: 20px;
    height: 100%;
    position: absolute;
    display: inline-block;
}

.main_catch::before {
    border-left: solid 1px #036eb8;
    border-top: solid 1px #036eb8;
    border-bottom: solid 1px #036eb8;
    top:0;
    left: 0;
}

.main_catch::after {
    border-right: solid 1px #036eb8;
    border-top: solid 1px #036eb8;
    border-bottom: solid 1px #036eb8;
    bottom:0;
    right: 0;
}

.main_catch p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.main_message {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.main_message > p {
  text-align: justify;
	line-height: 1.8rem;
}

.br_sp {display: none;}
.br_pc {display: block;}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    h1.h1ttl {
    font-size: 1.4rem;
    margin: 2rem 0 0rem;
}

.main_catch{
    padding:1rem 1rem;
    max-width: 90%;
    margin: 2rem auto;
}
    
    .main_catch p {
    font-size: 1.3rem;
}
	
	
  .main_message {
    width: 90%;
	  margin: 0 auto 2rem;
  }
	
.br_sp {display: block;}
.br_pc {display: none;}
    
}

.main_message p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.main_message p.asta {
    font-size: .9rem;
}

.main_message p.asta::before {
    content: "※";
}


/* about

============================ */

.about {
    display: flex;
    justify-content: center;
}

.about dl {
    width: 50%;
}

.about dl dt {
    text-align: center;
}

.about dl dt p:not(:first-of-type) {
    margin: 1rem 3rem;
}

.about dl dt p:first-of-type {
    background-color: #036eb8;
    padding: .2rem .5rem;
    color: #fff;
    text-align: center;
}

.about dl dt p:nth-of-type(2) {
    font-size: 1.2rem;
}

.about dl dt p:nth-of-type(3) {
    color: #036eb8;
}

.about dl dd {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.about dl dd ul li {
    margin-bottom: .5rem;
}

.about dl dd ul li:first-of-type {
    border-bottom: 1px solid #036eb8;
    padding-bottom: .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .about dl {
    width: 90%;
}


	
}


/* triangle

============================ */

.triangle {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.triangle p {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color: #036EB8 transparent transparent transparent;
}


/* phone

============================ */
.contact_banner.phone .contact_txt {
  display: none;
}
.contact_banner.phone .phone_shibuya,
.contact_banner.phone .phone_ikebukuro, 
.contact_banner.phone .phone_kichijoji {
  display: none;
}