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

style.css

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

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

/* title

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

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0 4rem;
}

.title h1 {
    font-size: 2rem;
    font-weight: bold;
}

.title h2 {
    margin-right: 2rem;
    background-color: #036eb8;
    color: #fff;
    padding: .1rem .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .title {
    display: block;
    margin: 3rem 0 1.5rem;
}
    
    .title h1 {
        margin-left: 1.5rem;
    }

.title h2 {
    margin-right: 0rem;
     margin-bottom: .5rem;
    padding: .1rem 1.5rem;
}
    
}


/* catch

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

.catch {
    margin: 0 5rem 2rem auto;
    width: fit-content;
    letter-spacing: .1rem;
    position: relative;
}

.catch h3 {
    font-size: 1.3rem;
    color: #036eb8;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.catch h4 {
    font-size: 1.1rem;
    line-height: 2rem;
}

.catch figure img {
    position: absolute;
    left: -15rem;
    top: 0rem;
    width: 180px;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .catch {
    margin: 0 auto 2rem;
    width: 90%;
}
    
    .catch h4 {
    font-size: 1rem;
    line-height: 1.8rem;
        letter-spacing: .03rem;
}
    
    .catch figure img {
    left: 15rem;
    top: 9rem;
    width: 130px;
}

    
}

/* date_place

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

.date_place {
    width: fit-content;
    margin: 5rem auto;
    letter-spacing: .05rem;
}

.date_place h5 {
    display: inline-block;
    border-bottom: 2px solid #036eb8;
    padding-bottom: .1rem;
}

.date_place dl {
    display: flex;
    align-items: center;
}

.date_place dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 1rem;
}

.date_place dl dt span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #036eb8;
}

.date_place dl dd {
    border-left: 2px solid #036eb8;
    padding-left: 1rem;
    font-size: 1.1rem;
}

.date_place dl dd span {
    margin-right: .8rem;
    background-color: #036eb8;
    color: #fff;
    font-size: .8rem;
    padding: .1rem .5rem;
    display: inline-block;
    text-align: center;
    text-align-last: justify;
    width: 5.5rem;
}

.date_place dl dd p {
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
}

.date_place dl dd ul li {
    margin-top: .5rem;
    display: flex;
    align-items: center;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .date_place {
    width: 90%;
    margin: 2rem auto 3rem;
}
    
    .date_place h5 {
    margin-bottom: 1rem;
}
    
    .date_place dl {
    display: block;
}
    
    .date_place dl dd {
    padding-left: .5rem;
        margin: 1rem 0 0 .4rem;
}
    
    .date_place dl dd span {
    width: 5rem;
}
    
}



/* main_message

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

.main_message {
    position: relative;
    background-color: #deebf7;
    width: 80%;
    margin: 0 auto 1rem;
    padding: 2rem 3rem;
    box-shadow: 2px 2px 0 #036eb8;
}

.main_message p {
    letter-spacing: .08rem;
    margin: 0;
    line-height: 2rem;
    text-align: justify;
}

.main_message p::first-letter {
    font-size: 1.6rem;
    color: #036eb8;
}

.main_message figure img {
    position: absolute;
    right: -4rem;
    bottom: -3rem;
    width: 120px;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .main_message {
    width: 90%;
    margin: 0 auto 3.5rem;
    padding: 1rem 1rem;
}
    
    .main_message p {
    letter-spacing: .05rem;
    line-height: 1.8rem;
}
    
    .main_message figure img {
    right: -1.2rem;
    bottom: -5rem;
    width: 90px;
}
    
}

/* application

============================ */
.application {
	text-align: center;
	margin-top: 3rem;
}

.application p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #036eb8;
}

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #036eb8 transparent transparent transparent;
	margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.application {
	margin-top: 3rem;
}
	
}



/* phone

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

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