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

style.css

*************************************/
.sp_br {display: none;}
.pc_br {display: block;}

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

.f_bold {font-weight: bold;}

.f_red {color: red;}
.f_mblue {color: #f95353;}


#main_content {
	max-width: 960px;
    margin: 0 auto;
    line-height: 1.6rem;
	letter-spacing: .1rem;
}

/* main_imgs

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

.main_imgs {
    width: 100%;
}

.main_imgs img {
    width: 100%;
}

    
/* main_message

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

.main_message {
  width: fit-content;
  margin: 3rem auto 3rem;
    letter-spacing: .1rem;
    border-left: 2px solid #f95353;
    padding-left: 2rem;
}

.main_message h1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 2rem;
}

.main_message h2 {
   font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 2rem;
}


@media screen and (orientation: portrait) and (max-width: 767px){
	.sp_br {display: block;}
	.pc_br {display: none;}

  .main_message {
      width: 90%;
      border-left: none;
    padding-left: .5rem;
  }
	
	
}


/* main_read

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

.main_read {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem 3rem 1.5rem;
    background-color: #ffe3e3;
    border-radius: .5rem;
}

.main_read h4 {
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
}

.main_read h5 {
    border: 1px solid #f95353;
    padding: .5rem;
    text-align: center;
    margin: 2rem 0;
    background-color: #fff5f5;
    border-radius: .5rem;
}

.main_read h5 p {
    font-size: 1.05rem;
    font-weight: bold;
    color: #f95353;
    margin: 1rem 0;
}

.main_read > p {
    line-height: 2rem;
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .main_read {
    width: 95%;
        margin: 0 auto 3rem;
    padding: 1rem 1.5rem .5rem;
}
    
    .main_read h4 {
    font-size: 1rem;
}
    
    .main_read h5 {
    padding: .2rem;
    margin: 1.5rem 0;
}
    
    .main_read h5 p {
    font-size: 1rem;
    margin: 1rem 0;
}
    
    .main_read > p {
    line-height: 1.8rem;
}
    
}


/* seminar_anc

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

.seminar_anc {
    display: flex;
    column-gap: 4rem;
    justify-content: center;
    margin-bottom: 4rem;
}

.seminar_anc a {
    background-color: #f95353;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    position: relative;
}

.seminar_anc a::after {
    position: absolute;
    content: "▼";
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%); 
    color: #f95353;
}

.seminar_anc a:hover {
    opacity: .5;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .seminar_anc {
    column-gap: 2rem;
        padding: 0 1rem;
        margin-bottom: 3.5rem;
}
    
    .seminar_anc a {
    padding: 1rem 1rem;
}
    
}

/* seminar_detail

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

.seminar_detail {
    border: 1px solid #f95353;
    padding: 2rem 3rem;
    width: 90%;
    margin: 0 auto 3rem;
}

.seminar_detail dl dt {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #f95353;
    color: #fff;
}

.seminar_detail dl dd.day_place {
    display: flex;
    column-gap: 4rem;
    justify-content: center;
}

.seminar_detail dl dd.day_place .each_dp {
    background-color: #ffe3e3;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 2px 2px 0px #f98a8a;
}

.seminar_detail dl dd.day_place .each_dp p {
    margin: 0;
}

.seminar_detail dl dd.day_place .each_dp .each_d {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px dotted #f95353;
    padding-bottom: .5rem;
}

.seminar_detail dl dd.day_place .each_dp .each_p {
    margin-top: .5rem;
    
}

.seminar_detail dl dd > p {
    text-align: justify;
    line-height: 1.8rem;
}

.seminar_detail dl dd > p:last-of-type {
    text-align: center;
    margin: 1rem 0 0 0;
}

.seminar_detail dl dd > ul {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto 2rem;
}

.seminar_detail dl dd > ul li {
    color: #f95353;
    margin: 1rem 0 0 0;
    letter-spacing: .05rem;
    border-bottom: 1px solid #ffe3e3;
}

.seminar_detail dl dd > ul li::before {
    content: "・";
}



@media screen and (orientation: portrait) and (max-width: 767px){
    
    .seminar_detail {
    padding: 1rem 1rem;
    width: 90%;
    margin: 0 auto 2rem;
}
    
    .seminar_detail dl dd.day_place {
    display: block;
}
    
    .seminar_detail dl dd.day_place .each_dp {
    padding: 1rem 1rem;
}
    
    .seminar_detail dl dd > p:last-of-type {
    text-align: left;
}
    
    .seminar_detail dl dd > ul li {
    margin: .5rem 0 0 0rem;
}
    
    .seminar_detail dl dd > ul li::before {
    content: "";
}
    

    
}


/* u_asta

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

.u_asta {
    width: 90%;
    margin: 0 auto;
}

.u_asta li {
    font-size: .9rem;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
    text-align: justify;
}

.u_asta li::before {
    content: "※";
    padding-right: .5rem;
}


/* 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: #f95353;
  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; /* 文字の左隣 */
}



.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 #f95353;
  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;
}
 

    
}




/* contact_online

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

/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}


.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_kichijoji {
  display: none;
}