@charset "UTF-8";

/*======================
  body
========================*/

html {
  font-weight: normal;
  height: 100%;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 2px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 1076px){
	img {
    width: 100%;
	}
}


/* レイアウト -------------*/

.container {
	margin: 0 auto;
	width: 1200px;
}

section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1024px){
	.container,
	article {
		width: 100%;
	}
	article {
		overflow: hidden;
	}
}

/* 黄色タイトル ---------*/

.section_ttl {
	background: #ffd40a;
	padding: 15px 0 20px;
}

@media (max-width: 1076px){
	.section_ttl img {
    	width: 80%;
	}
}

/* misc -------------*/

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.a-otf {
	font-family: "a-otf-shin-go-b101-pr6n", sans-serif;
}

.midashi {
	font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
}

.jun {
	font-family: "a-otf-jun-pro",sans-serif;
}

/*======================
  header
========================*/

header {
	position: fixed;
	top: 0;
	background: #ffffffd9;
	font-size: 1vw;
	overflow: hidden;
	z-index: 10;
	width: 100vw;
}

.logo {
	float: left;
	width: 220px;
	margin: 1% 2% 0.5%;
}

.logo img {
	width: 100%;
}

@media (max-width: 1024px){
	.logo {
		width: 10vw;
	}
}

/* header_nav ---------*/

.header_nav {
	font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
	margin-top: 2em;
}

.header_nav {
	float: right;
	margin-right: 2em;
}

.header_nav li {
	display: inline-block;
	padding: 0px .7vw;
	font-size: 22px;
}

.header_nav li a:hover {
	color: #777;
}

.header_nav li:last-child {
	padding-right: 0px;
}

.header_cta {
	float: right;
	margin-right: 1%;
    margin-top: 1.7em;
}

.header_cta li {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}

.header_cta a {
	padding: .3vw 2vw;
	display: block;
}

.header_cta a:hover {
	opacity: 0.6;
}

/* btn --*/

.header_btn {
	color: white;
	background: #888;
	letter-spacing: 1px;
}

.line {
	background: #a5db00;
}

.web {
	background: #212121;
}

@media (max-width: 2000px){
	.header_nav {
		margin-top: 2.2em;
	}
	.header_cta {
    	margin-top: 2em;
	}
	.header_nav li ,
	.header_cta li {
		font-size: 20px;
	}
}

@media (max-width: 1600px){
	.header_nav {
		margin-top: 2.5em;
	}
	.header_cta {
    	margin-top: 2.2em;
	}
	.header_nav li ,
	.header_cta li {
		font-size: 18px;
	}
}

@media (max-width: 1400px){
	.header_nav {
		margin-top: 2.7em;
	}
	.header_cta {
    	margin-top: 2.5em;
	}
	.header_nav li ,
	.header_cta li {
		font-size: 16px;
	}
}

@media (max-width: 1024px){
	.header_nav {
		margin-top: 1.3em;
	}
	.header_cta {
    	margin-top: 1em;
	}
	.header_nav li ,
	.header_cta li {
		font-size: 10px;
	}
	.header_nav li {
		padding: 0px 5px;
	}
	img {
    width: 100%;
	}
}


/*======================
  main_img
========================*/

.main_img img {
	width: 100vw;
	position: relative;
	z-index: -1;
}

.main_img_girl {
    position: absolute;
    top: 35vw;
    right: 21vw;
    width: 15vw;
}
.main_img img.main_img_girl_illust {
    width: 11vw;
}

.main_img_cta {
    background: #ff3399;
    margin-top: -1%;
}

.main_img_cta {
	padding: 1vw;
	font-size: 1vw;
}

.main_img_cta a {
	padding: 1vw 2.3vw;
	display: block;
	border-radius: 5px;
	color: #fff;
}

.main_img_cta li:last-child a{
	padding:1vw 2vw 1vw 3vw;
}


.main_img_cta a:hover {
	opacity: 0.9;
}


.main_img_cta ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_img_cta li {
	margin: .5vw;
}

/* btn --*/

.tel {
	position: relative;
	background: #fff;
	color: #ff3399 !important;
	z-index: 1
}

.tel::before {
	position: absolute;
	content: '';
  	top: .8vw;
  	left:1.3vw;
    background-image: url(../img/icon_tel.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 9%;
	height: 200px;
}

/*======================
  concept
========================*/
.sec00_concept {
  background: #f8f8f8;
  padding: 50px;
  text-align: center;
}
.sec00_concept h2 {
  margin: 54px 0;
}
.sec00_concept p {
  line-height: 28px;
}

@media (max-width: 1024px){
	.concept img,
	.sec00_concept h2 img {
		width: 50%;
	}

}

/*======================
  reason
========================*/

.sec01_reason {
	padding-top: 6%;
}

.cours {
	text-align: center;
	padding: 65px 0 30px;
	padding-top: 65px;
}
.cours_ttl {
	padding-bottom: 2%;
	margin-left: -20%;
}

.cours_hour {
	position: relative;
	padding-bottom: 120px;
}

.cours_hour::before {
	position: absolute;
	content: '';
	background-image: url(../img/sec01_cours_baloon.png);
	background-size: 100%;
    background-repeat: no-repeat;
    width: 24%;
    height: 400px;
    top: 16px;
    right: 66px;
}

.cours_8hour::before {
    top: -6px;
    right: 66px;
}

.cours_16hour::before {
    top: -6px;
    right: 45px;
}

.cours_hour::after {
	position: absolute;
	content: '';
	background-image: url(../img/sec01_3hour_girl.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20%;
    height: 400px;
    top: 153px;
    right: -196px;
}

.cours_8hour::after {
	background-image: url(../img/sec01_8hour_girl.png);
	height: 420px;
    width: 19%;
    top: 129px;
    right: -187px;
}

.cours_16hour::after {
	background-image: url(../img/sec01_16hour_girl.png);
	height: 420px;
    width: 18%;
    top: 138px;
    right: -145px;
}

.cours_info {
	margin: 30px auto 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2
}
.cours_info > p {
	display: inline-block;
	text-align: left;
	font-family: 'Noto Sans Japanese', Helvetica, Arial, sans-serif
}

@media (max-width: 1024px) {
	.cours_ttl {
	    margin-left: -24%;
	    width: 56%;
	}
	.cours_info {
		font-size: 18px
	}
	.sec01_bnr {
		width: 70%;
		margin-right: 20%;
	}
	.cours_hour::after {
	    width: 17%;
	    top: 133px;
	    right: 31px;
	}
	.cours_info > p {
	    margin-right: 10%;
	}
}

/*======================
  treatment
========================*/

.sec02_treatment {
	padding-bottom: 85px;
}

.sec02_treatment h3 {
	text-align: center;
	margin: 3% 0 90px;
}

.sec02_left_wrap {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.sec02_right_wrap {
	width: 750px;
	margin: 0 80px 0 30px;
	float: right;
	font-size: 24px;
	text-align: justify;
}

.sec02_right_info {
	padding-bottom: 20px;
	letter-spacing: 0;
	line-height: 1.8;
	border-bottom: solid 1px #7f7f7f;
}

.sec02_right_info span {
	color: #335284;
	font-size: 45px;
	line-height: 1;
}

.exam {
	color: #93bd00;
	font-size: 56px;
	text-align: center;
	margin: 20px 0;
}

.sec02_btm_wrap {
	clear: both;
	padding-top: 70px;
}

.sec02_btm_wrap > p {
	padding-bottom: 90px;
}

.sec02_btm_wrap > p,
.coursback > p {
	padding-top: 30px;
	font-size: 35px;
	color: #335284;
}

/* coursback --*/

.coursback {
	margin: 30px 0 0;
	letter-spacing: 1px;
}

.coursback a {
	color: #fff;
	font-size: 38px;
	background: #335284;
	padding: 20px 100px;
	border-radius: 5px;
}

.coursback > p {
	padding-top: 60px;
}

.coursbac_box {
	padding-top: 40px;
}

.coursbac_box img:first-child {
	padding-right: 35px;
}

/* simuration --*/

.sec02_simuration {
	width: 1030px;
	margin: 120px auto 0;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
}

.sec02_simuration::before {
	position: absolute;
    content: '';
    background-image: url(../img/sec02_simuration_girl.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 33%;
    height: 600px;
    top: 185px;
    left: -165px;
}

.sec02_simuration h2 {
	padding-bottom: 75px;
}

.sec02_simuration h3 {
	color: #fff;
	background: #ff4474;
	font-size: 45px;
	width: 725px;
	margin: auto;
	padding: 15px 0;
}

.sec02_simuration > p {
	font-size: 45px;
	color: #335284;
	padding: 20px 0;
}

.course90 ,
.course120 {
	margin-top: 28px;
	font-size: 45px;
	color: #335284;
}

.course90 > p,
.course120 > p {
	display: inline-block;
	vertical-align: middle;
}

.course120 > p.green {
  padding: 20px 56px;
}

.green {
	background: #85d200;
	font-size: 37px;
	color: #fff;
	padding: 20px 70px;
	margin-right: 20px;
}

.font40 {
	font-size: 40px !important;
	padding-top: 35px !important;
}

.font56 {
	font-size: 56px !important;
}

.rest {
	width: 800px;
	margin: 12px auto 0;
	padding-top: 30px;
	border-top: 10px solid #335284;
}

.rest > p {
	font-size: 56px;
	color: #335284;
	padding-bottom: 30px;
}

.rest > p > span {
	font-size: 80px;
}

.plus {
	font-size: 60px !important;
}

.rest_dt {
	color: #ff4474;
	font-size: 36px;
	padding-bottom: 35px;
}

@media (max-width: 1024px) {
	.sec02_left_wrap {
		width: 25%
	}
	.sec02_right_wrap {
	    width: 65%;
	    margin: 0 3%;
	    font-size: 14px;
	}
	.sec02_right_info span {
		font-size: 28px;
	}
	.sec02_btm_wrap > p,
	.coursback > p {
		font-size: 24px;
	}
	.coursback a {
	    font-size: 26px;
	    padding: 20px 60px;
	}
	.sec02_cours75,
	.sec02_cours90 {
		width: 46.5%;
	}
	.sec02_simuration {
	    width: 88%;
	    margin: 120px 2% 0 10%;
	}
	.sec02_simuration h3 {
		width: 85%;
		font-size: 28px;
	}
	.sec02_simuration > p {
    	font-size: 30px;
    }
    .course90, .course120 {
    	font-size: 24px;
    }
    .green {
	    font-size: 30px;
	    padding: 20px 40px;
	    margin-right: 10px;
	}
	.font56 {
	    font-size: 40px !important;
	}
	.rest {
    	width: 80%;
	}
	.rest > p {
    	font-size: 30px;
    }
    .rest_dt {
    	font-size: 25px;
    }
    .rest_dt_img {
    	width: 80%;
    }
    .sec02_simuration::before {
	    width: 28%;
	    top: 228px;
	    left: -58px;
	}
}


/*======================
  sec03
========================*/

.sec03 {
	background: #ffebf1;
	padding: 85px 0;
}

.sec03_ttl {
	background: #f47070;
	text-align: center;
	padding: 20px 0;
}

.sec03_ttl h2 {
	color: #fff;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 900;
}

.sec03_bnr_wrap {
	margin-top: 4%;
	position: relative;
}


/* 応募ボタン --*/

.btn_enter img:hover {
	opacity: .8;
}

.sec03_bnr_wrap::after {
    position: absolute;
    content: '';
    background-image: url(../img/sec03_bnr_girl.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24.5%;
    height: 619px;
    bottom: 101px;
    right: -186px;
}

@media (max-width: 1024px) {
	.sec03_bnr_wrap::after {
	    display: none;
	}
}

/*======================
  workplace
========================*/

.sec04_cont_info {
	padding: 50px 0 0 45px;
	position: relative;
}

.sec04_cont_info::after {
   	position: absolute;
    content: '';
    background-image: url(../img/sec01_8hour_girl.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 19%;
    height: 434px;
    top: 19px;
    right: 36px;
    transform: rotate(-8deg);
}

.sec04_cont_ttl {
	color: #335284;
	font-size: 32px;
	letter-spacing: 1px;
	padding-top: 2%;
}

.sec04_cont_ttl span {
	font-size: 47px;
	letter-spacing: 2px !important;
}

.sec04_cont_dt {
	padding: 2% 0 4%;
	width: 800px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.sec04_4point {
	width: 94%;
	margin: 0 3%;
}

.sec04_4point td {
	width: 50%;
    font-size: 23px;
    line-height: 1.3;
    padding-bottom: 5%;
}

.sec04_4point td img,
.sec04_4point td p {
	display: inline-block;
	vertical-align: middle;
}

.sec04_4point td img {
	width: 28%;
	padding-right: 3%;
}

.sec04_4point td p {
	width: 65%;
}

@media (max-width: 1024px) {
	.sec04_cont_ttl {
		width: 75%;
		font-size: 28px;
	}
	.sec04_cont_dt {
		width: 96%;
	}
	.sec04_4point td {
		font-size: 18px;
	}
	.sec04_cont_info::after {
		width: 19%;
		right: 11px;
	}

}

/*======================
  support
========================*/

.sec05_list {
    margin: 70px 50px 70px 30px;
    letter-spacing: 1px;
    position: relative;
}

.sec05_list ul {
	display: flex;
	justify-content: space-around;
}

.sec05_list li {
	width: 23%;
	font-weight: bold;
	position: relative;
}

.sec05_list::before {
	position: absolute;
    content: '';
    background-image: url(../img/sec05_list_girl.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 203px;
    height: 420px;
    top: -180px;
    right: -125px;
}

.sec05_list li::before {
	position: absolute;
    content: '';
    background-image: url(../img/sec05_list_star.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
    top: -49px;
    left: -29px;
}

.sec05_list li:nth-child(2) {
	width: 24%;
}

.sec05_list li:last-child  {
	width: 25%;
}

.sec05_list_ttl {
	font-size: 30px;
	padding-bottom: 15px;
	color: #335284;
}

.sec05_list_txt {
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.sec05_list ul {
		margin-right: 10%
	}
	.sec05_list li {
		width: 23%;
		font-size: 14px;
	}
	.sec05_list_ttl {
		font-size: 17px;
	}
	.sec05_list::before {
	    width: 138px;
	    height: 400px;
	    top: -109px;
	    right: -24px;
	}
}


/*======================
  interview
========================*/
.sec06_interview {
	padding-bottom: 40px;
	position: relative;
}

.interview_wrap {
	overflow: hidden;
    padding-top: 100px;
    position: relative;
}

.interview_img {
	width: 340px;
	float: left;
}

.interview_name {
	position: absolute;
    top: 55px;
    left: 290px;
}

.interview_cont {
	font-size: 20px;
	padding: 125px 135px 35px 0;
	line-height: 1.55;
	width: 695px;
	float: right;
	letter-spacing: 1px;
}

.interview_cont  h3 {
	font-size: 34px;
	color: #335284;
}

.interview_cont > p {
	padding-bottom: 40px;
}

.change_btn.prev_btn {
	position: absolute;
	top: 500px;
	left: 5vw;
}

.change_btn.next_btn {
	position: absolute;
	top: 500px;
	right: 5vw;
}

.slide {
	float: left;
    width: 1200px;
    height: 800px;
}

.slider {
	width: 1200px;
	height: 830px;
	overflow: hidden;
	position: relative;
}

.slideSet  {
	position: absolute;
}

@media (max-width: 1024px) {
	.slide {
	    width: 545px;
	    height: 560px;
	}
	.slider {
    	width: 545px;
    	margin: 0 auto;
    	height: 590px;
    }
    .change_btn.next_btn,
    .change_btn.prev_btn {
    	width: 30px;
    	top: 450px;
    }
    .change_btn.prev_btn {
		left: 6vw;
	}

	.change_btn.next_btn {
		right: 6vw;
	}
    .interview_wrap {
    	padding-top: 80px;
    }
    .interview_img {
    	width: 28%;
    }
    .interview_name {
    	width: 30%;
    	top: 56px;
    	left: 144px;
	}
    .interview_cont {
		width: 58%;
	    font-size: 12px;
	    padding: 60px 38px 35px 0;
    }
    .interview_cont > p {
	    padding-bottom: 20px;
	}
    .interview_cont h3 {
    	font-size: 20px;
    }

}

/*======================
  system
========================*/
.sec07_wrap {
	padding-top: 75px;
	padding-bottom: 250px;
}
.sec07_company img,
.sec07_photo img {
	float: right;
}

.sec07_txt {
	clear: both;
	text-align: center;
	position: relative;
}

.sec07_txt > p {
	display: inline-block;
    text-align: left;
    padding: 30px 0 0 30px;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
}

.sec07_company .sec07_txt > p {
    margin-left: 120px;
}

.company_icon {
	position: absolute;
    top: -25px;
    left: 110px;
}

.sec07_camera,
.sec07_photo {
	padding-top: 220px;
}

.sec07_camera .sec07_txt > p {
    margin-right: 20px;
}

.camera_icon {
	position: absolute;
    top: 31px;
    left: 30px;
}

.sec07_photo .sec07_txt > p {
	margin-left: 290px;
}

.photo_icon {
	position: absolute;
    top: -16px;
    left: 130px;
}
@media (max-width: 1024px) {
	.sec07_wrap {
	    width: 80%;
	    padding-bottom: 100px;
	}
	.sec07_company img,
	.sec07_camera img,
	.sec07_photo img {
		width: 70%;
	}
	.company_icon {
	    top: -25px;
	    left: 38px;
	    width: 18% !important;
	}
	.sec07_camera, .sec07_photo {
	    padding-top: 100px;
	}
	.camera_icon {
		left: -5px;
	    width: 18% !important;
	}
	.sec07_txt > p {
		font-size: 13px;
	}
	.sec07_camera .sec07_txt > p {
	    margin-right: -53px;
	    padding-left:100px
	}
	.sec07_photo .sec07_txt > p {
	    margin-left: 148px;
	}
}

/*======================
  Q&A
========================*/
.sec08_qanda {
	padding-bottom: 120px;
}

.sec08_qanda h2 {
	text-align: center
}

.sec08_border {
	width: 1200px;
	border-top: solid 1px #d0d0d0;
	margin-top: -15px
}

.sec08_qanda dl {
	width: 820px;
	margin-left: 190px;
	margin-top: 45px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.sec08_qanda dt {
	margin-bottom: 50px;
	vertical-align: middle;
}

.sec08_qanda dt::before {
	content: url(../img/sec08_icon_q.png);
    width: 60px;
    height: 60px;
    top: 22px;
    left: 0;
    margin-right: 15px;
    position: relative;
}

.sec08_qanda dd {
	margin-bottom: 25px;
	position: relative;
	padding-left: 80px;
}

.sec08_icon_pos::before {
	content: url(../img/sec08_icon_a.png);
    width: 60px;
    height: 60px;
    top: -6px;
    left: 0;
    margin-right: 15px;
    position:absolute;
}

.sec08_icon_pos_esp::before {
	content: url(../img/sec08_icon_a.png);
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    margin-right: 15px;
    position: absolute;
}

@media (max-width: 1024px) {
	.qanda_ttl {
		width: 43%;
	}
	.sec08_border {
		width: 95%;
		margin: -15px 2% 0;
	}
	.sec08_qanda dl {
	    width: 80%;
	    margin-left: 10%;
	    font-size: 14px;
	}
	.sec08_qanda dt {
    	margin-bottom: 37px;
    }
    .sec08_qanda dd {
	    margin-bottom: 17px;
	}
}

/*======================
  3step
========================*/

.sec09_3step {
	width: 100%;
    margin: 0px auto;
    background-image: url(../img/3step_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 1222px;
}

.sec09_3step h2 {
	text-align: center;
	padding-top: 160px;
}

.sec09_3step ul {
	color: #fff;
	padding-top: 80px;
	display: flex;
	justify-content: space-around;
}

.step {
	font-size: 40px;
	padding-bottom: 20px;
}

.step_name {
	background: #fff;
	color: #000;
	font-size: 26px;
	width: 295px;
	padding: 10px 0;
}

.step_img {
	margin-top: 15px;
}

.step_text {
	width: 300px;
	font-size: 24px;
	padding-top: 20px;
	line-height: 1.4;
	text-align: justify;
	letter-spacing: -2px;
}

@media (max-width: 1024px) {
	.step {
	    font-size: 28px;
	}
	.step_name {
	    font-size: 20px;
	    width: 240px;
	}
	.step_img {
	    width: 240px;
	}
	.step_text {
	    width: 231px;
    	font-size: 18px;
	}
}


/*======================
  enter
========================*/

.sec10_enter {
	padding-top: 30px;
	text-align: center;
}

.sec10_enter h2 {
	position: relative;
	display: inline-block;
 	margin: 1.5em auto;
	padding: 15px 70px;
	border-radius: 5px;
 	color: #fff;
	font-size: 24px;
	background: #ff4172;
}

.sec10_enter h2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff4172;
}

.sec10_enter h3 {
	font-size: 45px;
}

/* お電話・LINEで応募 --*/

.sec10_card {
	padding: 35px 0 85px;
}
.sec10_card ul {
	vertical-align: middle;
}
.sec10_card li {
	display: inline-block;
	width: 590px;
	height: 338px;
	color: #fff;
	font-size: 28px;
	vertical-align: top;
}

.sec10_card h4 {
	border-bottom: solid 5px #fff;
	display: inline-block;
	padding: 30px 0 10px;
}

.enter_line {
	background: url('../img/enter_green.png') no-repeat;
}

.enter_line_inner {
	margin-top: 25px;
	clear: both;
    text-align: left;
}

.enter_qr {
	width: 210px;
	margin-left: 40px;
	display: inline-block;
}

.enter_line_right {
	width: 294px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.enter_id {
  background: #fff;
  font-size: 28px;
  margin: 15px 0;
  padding: 10px;
  color: #6bb138;
  /* width: 145px; */
  text-align: center;
}

.enter_txt {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}

.enter_tel {
	margin-left: 11px;
	background: url('../img/enter_black.png') no-repeat;
}

.tel_dial {
	padding: 25px 0 20px;
}

.enter_num {
	background: #fff;
	font-size: 28px;
	color: #202020;
	padding: 10px 30px;
	width: 60%;
	letter-spacing: 0;
	margin: 0 auto 20px;
}

@media (max-width: 1024px) {
	.sec10_enter h3 {
		font-size: 36px;
	}
	.sec10_card li {
	    width: 362px;
	    height: 220px;
	    color: #fff;
	    font-size: 15px;}
	.enter_line,
	.enter_tel {
	    background-size: 100%;
	}
	.enter_line_inner {
	    margin-top: 16px;
	}
	.enter_qr {
	    width: 100px;
	    margin-left: 10px;
	}
	.sec10_card h4 {
	    border-bottom: solid 3px #fff;
	    padding: 19px 0 7px;
	}
	.enter_line_right {
    	width: 240px;
    }
    .enter_id {
	    font-size: 18px;
	    margin: 8px 0;
	    padding: 10px 44px;
	    width: 125px;
	}
	.enter_txt {
	    font-size: 13px;
	    margin-left: 5px;
	}
	.tel_dial {
	    padding: 16px 0 20px;
	}
	.enter_num {
	    font-size: 18px;
	}
}


/*======================
  form
========================*/

.sec11_form {
	text-align: center;
}
.sec11_form h2 {
	font-size: 45px;
	margin-bottom: 30px;
}

.sec11_form_info {
	font-size: 22px;
	line-height: 1.4;
}

.form {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 135px;
}

.form h2 {
	border: solid 1px #ff4172;
	color: #ff4172;
	font-size: 26px;
	padding: 15px 0;
	margin: 30px 0 40px;
}

.sec11_form form {
	border-top: solid 1px #aaaaaa;
}

.sec11_form table {
	width: 100%;
}

.sec11_form table tr {
	border-bottom: solid 1px #aaaaaa;
}


.form_item {
	text-align: left;
	padding: 50px 10px;
	width: 200px;
}

input[type="text"],
input[type="tel"] {
	height: 45px;
	width: 580px;
	border: solid 1px #d2d2d2;
	font-size: 18px;
	padding: 0 1em;
}
input,select{
	border: solid 1px #d2d2d2;
}

input[type="submit"] {
    margin-top: 45px;
    padding: 10px 0;
    width: 40%;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 60px;
    color: #fff;
    background: #ff4172;
    border: none;
}



 .radio {
 	position: absolute;
    margin-top: -34px;
    margin-left: 65px;
 }

 .form_big {
 	padding-top: 72px;
 }

 .form_big2 {
 	padding-bottom: 30px;
}

.form_big3 {
	padding: 40px 0;
}

 .must {
    font-size: 1em;
    color: #c9000c;
    display: inline-block;
    padding-left: 10px;
    vertical-align: -1px;
    font-weight: bold;
}

.location {
	text-align: left;
    padding-left: 65px;
}

.id_info {
    position: absolute;
    margin-top: -47px;
    margin-left: 65px;
}

.datetimepicker {
	margin-bottom: 10px;
	width: 490px !important;
}

.form_att {
	margin-right: 10px;
}

textarea {
	width: 580px;
	height: 65px;
	font-size: 18px;
    padding: .5em 1em;
    border: solid 1px #d2d2d2;
    vertical-align: middle;
}

@media (max-width: 1024px) {
	.sec11_form h2 {
	    font-size: 36px;
	    margin-bottom: 20px;
	}
	.sec11_form_info {
    	font-size: 18px;
    }
	.form {
		width: 90%;
	}
	.form_item {
		font-size: 14px;
	}
	input[type="text"] {
		width: 82%;
		height: 35px;
		font-size: 14px;
	}
	input[type="radio"], input[type="checkbox"] {
	    margin: 0;
	    vertical-align: -0.2em;
	}
	textarea {
    	width: 82%;
	}
	.datetimepicker {
    	width: 331px !important;
    }
    .form_att {
	    font-size: 12px;
	}
	label {
	    font-size: 12px;
	}
	.radio {
	    margin-left: 27px;
	}
	.location {
	    padding-left: 32px;
	}
	.id_info {
	    margin-top: -38px;
	    margin-left: 32px;
	    font-size: 12px;
	}
}

/*======================
  footer
========================*/

.footer_box {
	background: #f3f3f3;
	padding: 45px 0 50px;
	overflow: hidden;
}

.footer_box_left{
	float: left;
}

.footer_box_left img {
	padding-bottom: 10px;
}

.footer_box_right {
	float: right;
}

.footer_txt {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.footer_txt span {
	font-size: 18px !important;
}

.footer_nav {
	background: #ff4172;
	color: #fff;
}

.footer_nav ul {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	letter-spacing: 0;
}

.footer_nav a {
	color:#fff;
}

@media (max-width: 1024px) {
	.footer_box {
		padding: 45px 50px 50px;
	}
	.footer_txt {
		font-size: 12px;
	}
	.footer_box_left {
		padding-bottom: 4%;
	}
	.footer_box_left img {
	    width: 28%;
	}
	.footer_box_right {
	    width: 50%;
	    margin: -14% 4% 5%;
	}
	.footer_nav ul {
		font-size: 13px;
	}
	.footer_txt span {
	    font-size: 15px !important;
	}
}

p.mikke_link{
margin-top: 15px;
text-align: left;
font-size: 10px;
}

p.mikke_link a{
color: pink;
}


/*======================
  thanks
========================*/

.thanks {
	margin: 10em auto;
}

.thanks h1 {
	text-align: center;
    color: #e9639e;
    font-size: 130%;
    padding-bottom: 2em;
}

.sec_thanks_top a {
    display: block;
    background: #313131;
    color: #fff;
    text-align: center;
    width: 40%;
    margin: 5em auto 1em;
    padding: 1em 0;
}

.sec_thanks_top a:hover {
	opacity: .7;
}

.hhw_link { margin: 16px auto; }
