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

style.css

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

.f_ss {font-size: 80%;}

.f_bold {font-weight: bold;}

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

.il_block {    
    display: inline-block;
    width: 100%;
}

/*top_title*/

#main_content > .top_title {
    text-align: center;
    margin: 2rem 0;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
    padding: 2rem 0;
    letter-spacing: .1rem;
}

#main_content > .top_title h2 {
    font-size: 1.8rem;
    color: #036eb8;
    font-weight: bold;
}

#main_content > .top_title h3 {display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 1rem 0 .5rem;
    background-color: #036eb8;
    padding: .15rem 1rem;
    border-radius: 1rem;
}

#main_content > .top_title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(180deg, #00578a 0%, #198bdb 50%, #00578a 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}


@media screen and (orientation: portrait) and (max-width: 767px){
    
    .br_sp {display: block;}
    .br_pc {display: none;}
    
    .il_block {    
    display: none;
}
    
    #main_content > .top_title {
    margin: 1rem 0;
    padding: 1.5rem 0;
}
    
    #main_content > .top_title h1 {
    font-size: 2rem;
}
    
    
}


/*message*/

#main_content > .message {
    letter-spacing: .1rem;
    width: 80%;
    margin: 0 auto;
    line-height: 1.8rem;
}

#main_content > .message p {
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .message {
    letter-spacing: .1rem;
    width: 90%;
    margin: 0 auto;
}
    
}


/*details*/

#main_content > .details {
    background-color: transparent;
    border: 1px solid #036eb8;
    padding: 2rem 3rem 1.5rem;
    font-size: 1.1rem;
    margin: 3rem auto;
    width: 80%;
    position: relative;
}

#main_content > .details::after {
    content: '';
    background-color: #e1eef5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: -1;
}

#main_content > .details > dl {
    display: flex;
    letter-spacing: .1rem;  
    padding: 0;
}

#main_content > .details > dl:not(:last-child) {
    margin-bottom: 1.5rem;
}

#main_content > .details > dl dt {
    width: 22%;
   display: inline-block;
    text-align: justify;
    margin-right: 2rem;
}

#main_content > .details > dl dd {
    font-size: 1.2rem;
     width: 85%;
   display: inline-block;
}


@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .details {
    padding: 1.5rem;
    margin: 3rem auto 0rem;
        width: 90%;
}
    
    #main_content > .details > dl {
    display: block;
        margin-left: 1rem;
}
    
    #main_content > .details > dl dt {
    width: 100%;
    margin-right: 0rem;
}
    
    #main_content > .details > dl dd {
     width: 100%;
        margin-left: 1rem;
}
    
    
    
}


/* main_step
============================ */

.main_step {
	max-width: 960px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 6rem auto .5rem auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #036eb8;
  margin-bottom: 1.8rem;
  letter-spacing: .1rem;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.main_step_title:after {
  margin-left: 1rem; /* 文字の左隣 */
}


.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87cefa;
  border-right: 0;
  margin: auto 1.5rem;	
}

.application > section {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.triangle_application {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #036eb8;
  border-bottom: 0;
}



@media screen and (orientation: portrait) and (max-width: 767px){

.main_step {
	margin: 3rem 0rem 1rem;
}
.main_step_title {
	font-size: 1.2rem;
}
.main_step_title:before, .main_step_title:after {
  width: 5rem; /* 線の長さ */
}
	
.application > section {
	margin-bottom: 0rem;
}
 
.triangle {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #87cefa;
  border-right: 0;
  margin: 0px auto 2px auto;	
  transform: rotate(90deg);
}
	
}


/*contact*/

.contact_banner .phone_num li.phone_kichijoji,
.contact_banner .phone_num li.phone_shibuya {
    display: none;
}



