<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#pageUnder #form .title_box_main {
width: 70%;
  margin: 60px auto;
}

#pageUnder #form .title_box {
background-color: #FF5AAF;
color: #fff;
padding: 20px 2em 0 2em;
margin: 0 0 30px 0;
}



#pageUnder #form .title {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
		font-size: 2rem;
	padding: 10px 0 40px;
	line-height: 1.6em;
}

.resources #form .title {
border-bottom: 2px solid #fff;
padding: 10px 0 20px !important;
}



#pageUnder #form .title_box .title_sub {
font-size: 1.3rem;
padding: 40px 0 50px;
}




#pageUnder #form .induction {
	font-size: 2.25rem;
	color: #e66c73;
	padding: 0 0 30px;
	border-bottom: 2px solid #e66c73;
	font-weight: bold;
	text-align: center;
}

#pageUnder #form .triangle{
width: 0;
height: 0;
border-top: 35px solid #e66c73;
border-right: 40px solid transparent;
border-left: 40px solid transparent;
margin: 0 auto;
}


#pageUnder #form .title:before {
    content: '';
    display: inline-block;
    width: 220px;
    height: 130px;
    background-image: url(/images/contact/title_form_left.png);
    background-size: contain;
    vertical-align: -40px;
    padding-right: 7px;
    background-repeat: no-repeat;
}

.resources #form .title:before {
    content: none !important;
}


#pageUnder #form .title:after {
    content: '';
    display: inline-block;
    width: 220px;
    height: 130px;
    background-image: url("/images/contact/title_form_right.png");
    background-size: contain;
    vertical-align: -40px;
    padding-left: 7px;
    background-repeat: no-repeat;
}

.resources #form .title:after  {
    content: none !important;
}

.resources #form h2 {
border-bottom: 2px solid #FF5AAF !important;
}

@media all and (max-width: 768px) {
    #main_ph .contents_wrap{
        padding: 0 3% 12%;
    }
    #main_ph .contents_wrap .main_icon_left{
        left: 0;
    }
    #main_ph .fixed-bg_fx .contents_wrap .txt br{
        display: none;
    }
    #pageUnder .body {
        padding: 0 0;
        width: 90%;
    }
  
    #pageUnder h2 {
      text-align: left;
      margin: 0 auto;
      width: 90%;
    }
  
    #pageUnder h2 br {
      display: none;
    }

    #formWrap td div.hd_tel{
        text-align: center;
    }
  
    #pageUnder #form .induction {
      font-size: 1.8rem;
      color: #e66c73;
      line-height: 1.4em;
      padding: 0 0 20px;
      border-bottom: 2px solid #e66c73;
      font-weight: bold;
      text-align: center;
    }
  
    #pageUnder #form .title {
      font-size: 1.6em;
      line-height: 1.4em;
      text-align: center;
      margin: 0 auto 4%;
      padding: 30px 80px 30px 80px;
      position: relative;
      width: 100%;
    }
  
		
		   .resources #form .title {
					font-size: 1.4em !important;
     padding: 20px 0 10px 0 !important;
    }
		
		
		
#pageUnder #form .title:before {
    content: '';
    display: inline-block;
    width: 220px;
    height: 130px;
    background-image: url(/images/contact/title_form_left.png);
    background-size: contain;
    vertical-align: -40px;
    padding-right: 7px;
    background-repeat: no-repeat;
}


    .resources #form .title:before {
      content: none !important;
    }
  
    #pageUnder #form .title:after {
      content: "";
      background-image: url(/images/contact/title_form_right.png);
      background-size: 100%;
      background-repeat: no-repeat;
      width: 95px;
      height: 74px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      z-index: -1;
    }
				
    .resources #form .title:after {
      content: none !important;
    }
				
  #pageUnder #form .title_box .title_sub {
		font-size: 1.2rem;
  padding: 10px 0 30px;
  line-height: 1.8em;
		}
		
    #pageUnder #form .title_sub {
      text-align: left;
    }
  
    #pageUnder #form .title_sub br {
      display: none;
    }
				
	.resources #formWrap h2 {
	background-color: #FF5AAF !important;
	width: 100% !important;
	}
				
  }
</pre></body></html>