/*************************************
style.css
*************************************/

.f_ss {font-size: 80%;}

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

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

/* day_place
============================ */

.day_place {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.day_place p {
    font-weight: bold;
}

.day_place p:nth-of-type(1) {
    font-size: 1.4rem;
}

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



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


.h1ttl {
  display: none;
}

.spl_tbox {
	text-align: center;
	margin: 3rem 0 5rem;
    background: #FCB045;
background: linear-gradient(90deg,rgba(252, 176, 69, 0.1) 0%, rgba(240, 82, 24, 1) 30%, rgba(240, 82, 24, 1) 70%, rgba(252, 176, 69, 0.1) 100%);
	padding: 4rem 0;
	position: relative;
}

.spl_tbox .free {
	position: absolute;
	top: 8%;
	right: 7rem;
	font-size: 1rem;
	color: #fff;
	border:1px solid #fff;
	padding: 3px 10px 1px;
}

.spl_tbox h1 {
	font-size: 2rem;
	font-weight: 900;
    line-height: 3rem;
    font-family: var(--Font_Weight_Bold);
    letter-spacing: .2rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 1rem 0;
	text-shadow: 1px 1px 2px #555;
}


.main_title {
  max-width: 800px;
  margin: 5rem auto 7rem auto;
  text-align: center;
  color: #f05218;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  position: relative;
}

.main_title::before, .main_title::after {
	position: absolute;
	width: 30px;
	height: 30px;
	content: '';
}
.main_title::before {
	border-left: solid 2px;
	border-top: solid 2px;
	top: -1rem;
	left: 0rem;
}
.main_title::after {
	border-right: solid 2px;
	border-bottom: solid 2px;
	bottom: -1rem;
	right: 0rem;
}

.main_title h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
}

.main_title h3 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}


.main_message {
  max-width: 800px;
  margin: 1rem auto 4rem auto;
    background-color: #fff7ef;
    padding: 2rem 3rem;
    border-radius: 1rem;
}

.main_message h5 {
    color: #f05218;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.main_message p {
	letter-spacing: .1rem;
}

.main_message p:last-of-type {
    font-weight: bold;
}

.main_message ul {
    border: 2px solid #fff;
    padding: 1rem 2rem;
    margin-top: 2rem;
    border-radius: .5rem;
}

.main_message ul li {
    margin: 1rem 0 1rem 1.4rem;
    letter-spacing: .1rem;
    font-weight: bold;
    text-indent: -1.4rem;
}

.main_message .u_name {
    text-align: right;
    font-size: .9rem;
    margin-top: 1rem;
}


.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){
	
	.spl_tbox {
	margin: 0rem 0 2rem;
	padding: 4rem 0;
}
    
    .spl_tbox h1 {
	font-size: 1.8rem;
}
	
	.spl_tbox .free {
	top: 8%;
	right: 1rem;
		font-size: .9rem;
}
	

  .main_title {
  margin: 2rem 0 2rem 0;
  font-size: 1.2em;
  letter-spacing: 0.1rem;
}
.main_title::before, .main_title::after {
	display: none;
}
    
    
    .main_title h2 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    letter-spacing: 0rem;
}

.main_title h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}
    

.main_message {
    width: 90%;
    padding: 1rem 1.5rem;
  }
    
    .main_message h5 {
    margin-bottom: 1.5rem;
}
	
.main_message p {
	line-height: 1.8rem;
	letter-spacing: .05rem;
}
	
.main_message ul {
    padding: 0rem 1rem;
}

.main_step {
	margin: 3rem 0rem 1rem;
}
.main_step_title {
	font-size: 1.2rem;
}
.main_step_title:before, .main_step_title:after {
  width: 5em; /* 線の長さ */
}

	
.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);
}
	
}


/* pic_message
============================ */

.pic_message {
    border: 5px double #6fa2c1;
    padding: 2rem 3rem;
    max-width: 800px;
    margin: 0rem auto;
    letter-spacing: .1rem;
    position: relative;
}

.pic_message::before {
    position: absolute;
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background-image: url(/lp/hs1_spl/common/imgs/teacher.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
}

.pic_message::after {
    position: absolute;
    content: "講師：高林 真人";
    bottom: .5rem;
    right: 2.5rem;
    font-size: .9rem;
}

.pic_message h4 {
    font-weight: bold;
    color: #036eb8;
}

.pic_message dl {
    color: #036eb8;
    margin-top: 2rem;
}

.pic_message dl dt {
    font-weight: bold;
    margin-bottom: 1.5rem;
    border-bottom: 1px dotted #6fa2c1;
    font-size: .9rem;
}

.pic_message dl dd {
    margin-top: 1rem;
    text-indent: -1rem;
    margin-left: 1rem;
}

.pic_message dl dd::before {
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: "\f058";
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .pic_message {
        width: 90%;
        padding: 1rem 1.5rem;
    }
    
    .pic_message dl {
    margin-bottom: 5rem;
}
    
    .pic_message::before {
    width: 90px;
    height: 90px;
    bottom: 2rem;
    right: 1rem;
}

.pic_message::after {
    bottom: .2rem;
    right: .5rem;
}
    
}



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

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