@charset "UTF-8";


img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.brtab, .brsp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
@media screen and (max-width: 600px) {
.brclear {
 	display: none;
 }
.brsp {
 	display: block;
 }
}
/*.loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}*/

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


header {
	height: 80px;
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
header .logobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 410px;
	position: absolute;
	top: 17px;
	left: 30px;
}
header .logo {
	width: 100px;
	position: relative;
	margin: 8px 0 0;
}
header .logobox p {
	width: calc(100% - 120px);
	font-size: 13px;
	line-height: 1.8em;
}
header .logobox p span {
	font-size: 17px;
	font-weight: 500;
	display: block;
}
/* header */

.header ul {
  margin: 25px 30px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.header li a {
	font-size: 14px;
	font-weight: 500;
  padding: 0 18px;
	display: block;
  text-decoration: none;
	color: #000;
	position: relative;
}
.header li.nwin a {
	padding-right: 26px;
}
.header li.nwin a:after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	right: 5px;
	top: calc(50% - 6px);
	background: url("../img/nwin.png") no-repeat center center;
	background-size: contain;
}

.header .menu {
 clear: none;
 float: right;
 max-height: none;
}
.header .menu-icon {
 display: none;
}
.header .menu-btn {
  display: none;
}
@media (max-width: 800px) {
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}
/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */


.header .menu-btn:checked ~ .menu {
  max-height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.header ul {
	background: #FFF;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1000;
	display: block;
}
.header ul li {
	width: 100%;
	padding: 10px 0 10px 10px;
	border-bottom: solid 1px #E6E6E6;
	display: block;
	position: relative;
}
.header li a {
	font-size: 15px;
	font-weight: 500;
  padding: 0 18px;
	display: block;
  text-decoration: none;
	color: #000;
	position: relative;
	width: 100%;
}
.header li.nwin a:after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	right: auto;
	left: 100px;
	top: calc(50% - 6px);
	background: url("../img/nwin.png") no-repeat center center;
	background-size: contain;
}
}














.topmain {
	position: relative;
}
.copybox {
	position: absolute;
	z-index: 2;
	top: 20%;
	left: 10%;
}
.copybox .p01 {
	font-size: 60px;
	font-weight: 300;
	letter-spacing: .07em;
	color: #006FC6;
	line-height: 1.6em;
	padding-bottom: 20px;
	transition: all 1.2s;
	opacity: 0;
	transform: translate(-20px, 0);
	transition-delay: 1s;
}
.copybox.eon .p01 {
	transform: translate(0, 0);
	opacity: 1;
}
.copybox .p02 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .07em;
	line-height: 1.8em;
	transition: all 1.2s;
	opacity: 0;
	transform: translate(-20px, 0);
	transition-delay: 1.5s;
}
.copybox.eon .p02 {
	transform: translate(0, 0);
	opacity: 1;
}
.mainslide {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 850px;
	opacity: 0;
	transition: all 1s;
}
.mainslide.eon {
	opacity: 1;
}
.swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}
.pagetop {
	position: fixed;
	z-index: 5;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	transition: all .5s;
}
.pagetop.fixed {
	bottom: 60px;
}
.top_contents {
	width: 100%;
	padding: 80px 0;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.top h2 {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: .07em;
	color: #006FC6;
	line-height: 1em;
	margin-left: 10%;
	position: relative;
	margin-bottom: 30px;
}

.top h2 span {
	font-size: 17px;
	color: #0B0B0B;
	font-weight: 200;
	margin-left: 30px;
	display: inline-block;
	position: relative;
	top: -10px;
}

.top h3 {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .07em;
	color: #006FC6;
	padding-left: 20px;
	margin-left: 10%;
	position: relative;
}
.top h3:before {
	content: "";
	width: 4px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: calc(50% - 9px);
	background: #006FC6;
}
.topbnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 50px;
}
.topbnr li {
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}
.topbnr li p {
	text-align: center;
	padding: 15px 0 0;
	font-size: 17px;
	font-weight: 300;
	color: #0B0B0B;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	transition: all .8s;
}
.topbnr li p span {
	font-size: 23px;
	display: block;
}
.topbnr li p:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: -60px;
	top: 50%;
	background: url("../img/arrow_g.png") no-repeat center center;
	background-size: contain;
	transition: all .8s;
}
.bnrdivider {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnrdivider .bdbox {
	width: 50%;
}
.bnrdivider .bdbox h3 {
	margin-left: 20%;
	position: relative;
}
.bnrdivider .bdbox h3.h32 {
	margin-left: 15%;
	position: relative;
}
.bnrdivider .bdbox li {
	width: 100%;
}

.bnrcover {
	width: 100%;
	height: 1px;
	padding: 0 0 46.2%;
	background: #00477E;
	overflow: hidden;
}
.bnrimg {
	transform: scale(1.01);
	opacity: 1;
	transition: all .8s;
}
.topbnr li:hover .bnrimg {
	transform: scale(1.05);
	opacity: 0.9;
}
.topbnr li:hover p {
	color: #00477E;
}

.topbnr li:hover p:after {
	right: -65px;
	top: 50%;
	background: url("../img/arrow_blue.png") no-repeat center center;
	background-size: contain;
	transition: all .8s;
}


.top_medical {
	width: 100%;
	padding: 80px 0;
	background: #F7F7F7;
}
.medicalbnr {
	width: 80%;
	min-height: 300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.medicalbnr:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	top: -40px;
	right: -40px;
	background: url("../img/medipop.png") no-repeat center center;
	background-size: contain;
}
.medicalbnr .text {
	width: 50%;
	background: #006FC6;
	box-sizing: border-box;
	transition: all .8s;
}
.medicalbnr .text p {
	display: inline-block;
	position: relative;
	width: 260px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.medicalbnr .imgbox {
	width: 50%;
	background: url("../img/mediimg.jpg") no-repeat center center;
	background-size: cover;
}
.medicalbnr:hover .text {
	background: #1781D3;
}



.contactbtn {
	width: 100%;
	height: 200px;
	position: relative;
	border-top: solid 1px #00477E;
}
.contactbtn p {
	display: inline-block;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	top: calc(50% + 5px);
	left: 50%;
	font-size: 30px;
	letter-spacing: .02em;
	font-weight: 500;
	color: #006FC6;
	line-height: 1.4em;
	transition: all .5s;
}
.contactbtn p span {
	font-size: 17px;
	display: block;
	color: #0B0B0B;
	font-weight: 300;
	transition: all .5s;
}
.contactbtn:hover p, .contactbtn:hover p span {
	color: #FFF;
}
.contactbtn p:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	right: -65px;
	background: url("../img/arrow_white.png") no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: all .5s;
}
.contactbtn:hover p:before {
	opacity: 1;
	right: -75px;
}
.contactbtn:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -2;
}
.contactbtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #006FC6;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.contactbtn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}



footer {
	background: #00477E;
}
.footerbox {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbox a {
	color: #FFF;
	text-decoration: none;
}
.footerbox a:hover {
	text-decoration: underline;
}
.footerbox .box01 {
	width: 20%;
}
.footerbox .box02 {
	width: 60%;
}
.footerbox .box03 {
	width: 20%;
}
.footerbox .box02 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbox .box02 > ul > li {
	width: 32.33%;
}
.footerbox .p01 {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 5px;
}
.footerbox .p02 {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	left: -15px;
}
.links {
	margin-bottom: 20px;
}
.footer_bottom {
	width: 100%;
	position: relative;
	height: 50px;
	border-top: solid 1px rgba(255,255,255,0.40);
}
.logobox2 {
	height: 40px;
	position: absolute;
	left: 15px;
	top: 5px;
}
.logobox2 .logo2 {
	width: 80px;
	margin: 10px 0 0;
}
.logobox2 p {
	position: absolute;
	left: 100px;
	top: 5px;
	line-height: 1.4em;
	font-size: 12px;
	color: #FFF;
	width: 300px;
}
.cr {
	font-size: 12px;
	color: #FFF;
	text-align: right;
	margin: 15px;
	line-height: 1.4em;
}
.footerbox .nwin {
	position: relative;
}
.footerbox .nwin:after {
	content: "";
	position: absolute;
	right: -20px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	background: url("../img/nwinw.png") no-repeat center center;
	background-size: contain;
}




/*  /////////////////////////////////////////////////////////   TAB  */
@media screen and (max-width: 1000px) {
.header ul {
  margin: 15px 15px 0 0;
}

.header li a {
	font-size: 13px;
  padding: 0 12px;
}
header {
	height: 60px;
}
header .logobox {
	width: 350px;
	top: 10px;
	left: 15px;
}
header .logo {
	width: 80px;
	margin: 8px 0 0;
}
header .logobox p {
	width: calc(100% - 90px);
	font-size: 11px;
	line-height: 1.8em;
}
header .logobox p span {
	font-size: 14px;
}
.copybox {
	top: 20%;
	left: 8%;
}
.copybox .p01 {
	font-size: 50px;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.mainslide {
	max-height: 500px;
	opacity: 0;
	transition: all 1s;
}
.mainslide.eon {
	opacity: 1;
}
.swiper-slide img {
	height: 100%;
	width: 100%;
}

.top h2 {
	font-size: 40px;
	margin-bottom: 30px;
}
.top h2 span {
	font-size: 16px;
	top: -8px;
}
.top h3 {
	font-size: 20px;
}
.topbnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 50px;
}
.topbnr li {
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}
.topbnr li p {
	padding: 10px 0 0;
	font-size: 15px;
}
.topbnr li p span {
	font-size: 20px;
}
.medicalbnr {
	width: 80%;
	min-height: 250px;
}
.medicalbnr .text p {
	width: 200px;
}



.contactbtn {
	width: 100%;
	height: 150px;
	position: relative;
	border-top: solid 1px #00477E;
}
.contactbtn p {
	font-size: 20px;
}
.contactbtn p span {
	font-size: 15px;
}
.contactbtn p:before {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	right: -65px;
}
.contactbtn:hover p:before {
	opacity: 1;
	right: -75px;
}



footer {
	background: #00477E;
}
.footerbox {
	width: 90%;
}
.footerbox .box01 {
	width: 100%;
}
.footerbox .box02 {
	width: 100%;
}
.footerbox .box03 {
	width: 100%;
}
.footerbox .box02 > ul > li {
	width: 48%;
}
.footerbox .p01 {
	font-size: 15px;
}
.footerbox .p02 {
	font-size: 14px;
	left: -15px;
}
.links {
	margin-bottom: 20px;
}
}


/*  /////////////////////////////////////////////////////////   SP  */
@media screen and (max-width: 700px) {

header {
	height: 60px;
}
header .logobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 280px;
	position: absolute;
	top: 12px;
	left: 10px;
}
header .logo {
	width: 70px;
	position: relative;
	margin: 8px 0 0;
}
header .logobox p {
	width: calc(100% - 77px);
	font-size: 9px;
	line-height: 1.8em;
}
header .logobox p span {
	font-size: 13px;
	font-weight: 500;
	display: block;
}



.topmain {
	position: relative;
}
.copybox {
	position: absolute;
	z-index: 2;
	top: 25%;
	left: 5%;
}
.copybox .p01 {
	font-size: 24px;
	letter-spacing: .02em;
	color: #006FC6;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.copybox .p02 {
	font-size: 14px;
	letter-spacing: .02em;
}
.mainslide {
	min-height: 300px;
	max-height: 400px;
	opacity: 0;
	transition: all 1s;
}
.pagetop {
	width: 30px;
	height: 30px;
	bottom: 10px;
	right: 10px;
}
.pagetop.fixed {
	bottom: 90px;
}
.top_contents {
	padding: 60px 0;
}

.top h2 {
	font-size: 22px;
	font-weight: 300;
	margin-left: 5%;
	margin-bottom: 20px;
}

.top h2 span {
	font-size: 12px;
	margin-left: 0;
	display: block;
	top: 2px;
}

.top h3 {
	font-size: 18px;
	letter-spacing: .03em;
	padding-left: 15px;
	margin-left: 5%;
}
.top h3:before {
	content: "";
	width: 3px;
}
.topbnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 50px;
}
.topbnr li {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.topbnr li p {
	padding: 15px 0 0;
	font-size: 14px;
}
.topbnr li p span {
	font-size: 20px;
	display: block;
}
/*TOPクイックチェイサー用の文字サイズ*/
.topbnr li .fs17 span {
	font-size: 17px;
}
.topbnr li p:after {
	width: 20px;
	height: 20px;
	right: -40px;
}
.bnrdivider {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnrdivider .bdbox {
	width: 100%;
}
.bnrdivider .bdbox h3 {
	margin-left: 5%;
	position: relative;
}
.bnrdivider .bdbox h3.h32 {
	margin-left: 5%;
	position: relative;
}
.bnrdivider .bdbox li {
	width: 100%;
}
.topbnr li:hover p:after {
	right: -45px;
}


.top_medical {
	width: 100%;
	padding: 80px 0;
	background: #F7F7F7;
}
.medicalbnr {
	width: 80%;
	min-height: 320px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.medicalbnr:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	top: auto;
	bottom: -20px;
	right: -20px;
	background: url("../img/medipop.png") no-repeat center center;
	background-size: contain;
}
.medicalbnr .text {
	width: 100%;
	background: #006FC6;
	box-sizing: border-box;
	transition: all .8s;
	height: 130px;
}
.medicalbnr .text p {
	display: inline-block;
	position: relative;
	width: 200px;
}
.medicalbnr .imgbox {
	width: 100%;
	height: 200px;
	background: url("../img/mediimg.jpg") no-repeat center center;
	background-size: cover;
}



.contactbtn {
	width: 100%;
	height: 150px;
	position: relative;
	border-top: solid 1px #00477E;
	overflow: hidden;
}
.contactbtn p {
	display: inline-block;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	top: calc(50% + 5px);
	width: 100%;
	left: 50%;
	font-size: 18px;
	letter-spacing: .02em;
	font-weight: 500;
	color: #006FC6;
	line-height: 1.4em;
	transition: all .5s;
	box-sizing: border-box;
}
.contactbtn p span {
	font-size: 17px;
	display: block;
	color: #0B0B0B;
	font-weight: 300;
	transition: all .5s;
}
.contactbtn:hover p, .contactbtn:hover p span {
	color: #FFF;
}
.contactbtn p:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	right: -65px;
	background: url("../img/arrow_white.png") no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: all .5s;
}
.contactbtn:hover p:before {
	opacity: 1;
	right: -75px;
}
.contactbtn:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -2;
}
.contactbtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #006FC6;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.contactbtn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}



footer {
	background: #00477E;
}
.footerbox {
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbox a {
	color: #FFF;
	text-decoration: none;
}
.footerbox a:hover {
	text-decoration: underline;
}
.footerbox .box01 {
	width: 100%;
	margin-bottom: 20px;
}
.footerbox .box02 {
	width: 100%;
}
.footerbox .box02 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbox .box02 > ul > li {
	width: 48%;
}
.footerbox .p01 {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 5px;
}
.footerbox .p02 {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	left: -15px;
}
.links {
	margin-bottom: 20px;
}
.footer_bottom {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	height: 80px;
	border-top: solid 1px rgba(255,255,255,0.40);
}
.logobox2 {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}
.logobox2 .logo2 {
	width: 50px;
	margin: 10px 0 0 10px;
}
.logobox2 p {
	position: absolute;
	left: 65px;
	top: 5px;
	line-height: 1.4em;
	font-size: 10px;
	color: #FFF;
	width: calc(100% - 80px);
}
.cr {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	bottom: 2px;
	text-align: left;
	margin: 15px;
	line-height: 1.4em;
}
}




.form {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;;
	box-sizing: border-box;
}
.form table {
	width: 100%;
	margin: 0 auto;
}
.form table th, .form table td  {
	border-bottom: dotted 1px #BFBFBF;
	padding: 20px 0;
	margin: 20px 0;
}
.form table td.lasttd {
	border-bottom: none;
}
.form table th {
	width: 200px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	vertical-align: top;
	color: #1084E3;
	position: relative;
}
.form table th span.ns {
	display: block;
	position: absolute;
	right: 20px;
	top: 35px;
	padding: 0 2px 0 4px;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	background: #F26060;
	line-height: 18px;
}
.form table td {
	width: calc(100% - 200px);
}
.form01 p {
	font-size: 16px;
	line-height: 50px;
}
.form01 input[type='text'] {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 1em;
	background: #FFF;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	background: #FFF;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
	margin: 20px 0 0;
	min-height: 200px;
}
.form01 input[type='text']:invalid:not(:focus),
.form01 textarea:invalid:not(:focus){
  border: solid 1px red;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	width: 100%;
	font-size: 16px;
	padding: 0;
	color: #666666;
	line-height: 50px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select01 select::-ms-expand {
    display: none;
}
.select01::before {
	position: absolute;
	top: 1.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #78B8ED;
	pointer-events: none;
}
.cp {
	position: absolute;
	z-index: 2;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #1084E3;
    content: '';
    display: block;
    height: 24px;
    left: -5px;
		border-radius: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.checkbox01::after {
    border-right: 4px solid #1084E3;
    border-bottom: 4px solid #1084E3;
    content: '';
    display: block;
    height: 16px;
    left: 2px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}



.formBtm {
	text-align: center;
}
.ppbox {
	background: #F7F7F7;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 0px 20px 20px;
	margin-bottom: 30px;
}
.inner {
  height: 100%;
	padding-right: 20px;
	overflow-y: scroll;
}
.ppbox .p01 {
	font-size: 16px;
	font-weight: 500;
}
.ppbox .p02 {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}
.ppbox::-webkit-scrollbar {
    width: 6px;
}
.ppbox::-webkit-scrollbar-track {
  border-radius: 6px;
	background-color: rgba(224, 224, 224, 1);
}
.ppbox::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 1);
  border-radius: 10px;
}
.form input[type=submit], .form input[type=button] {
  -webkit-appearance: none;
  border-radius: 5px;
}
.subbtn {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 110px;
	text-align: center;
	width: 545px;
	height: 110px;
	margin: 50px auto;
	background: #1084E3;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 30px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: 50px;
	top: calc(50% - 15px);
}
.subbtn:hover {
	background: #3B9BEA;
}
.comfirmBtns {
	width: 600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	color: #1084E3;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 80px;
	text-align: center;
	width: 46%;
	height: 80px;
	margin: 50px 1%;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	border: solid 1px #1084E3;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn2:hover {
	background: #D9E8F4;
}


.subbtn3 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 80px;
	text-align: center;
	width: 46%;
	height: 80px;
	margin: 50px 1%;
	background: #1084E3;
	box-sizing: border-box;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn3:hover {
	background: #3B9BEA;
}
.thanksbox {
	width: 100%;
	min-height: 650px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 1000px) {
.form_layout .contents01 {
	top: 150px;
	margin-bottom: 50px;
}
.form_layout .contents01:after {
	z-index: -2;
	width: 95%;
}



.form {
	width: 80%;
}
.form table th, .form table td  {
	padding: 15px 0;
	margin: 15px 0;
}
.form table th {
	width: 200px;
	font-size: 14px;
}
.form table td {
	width: calc(100% - 200px);
}
.form01 p {
	font-size: 16px;
	line-height: 40px;
}
.form01 input[type='text'] {
	font-size: 16px;
	line-height: 40px;
	padding: 0 1em;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: .5em;
	margin: 10px 0 0;
	min-height: 200px;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	line-height: 40px;
}
input[type=checkbox] {
    display: none;
}
.subbtn {
	font-size: 22px;
	letter-spacing: .08em;
	line-height: 80px;
	width: 400px;
	height: 80px;
	margin: 50px auto;
}

.comfirmBtns {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	font-size: 18px;
	line-height: 60px;
	width: 46%;
	height: 60px;
	margin: 50px 1%;
}
.subbtn3 {
	font-size: 18px;
	line-height: 60px;
	width: 46%;
	height: 60px;
	margin: 50px 1%;
}
.check {
	width: 100%;
}
.thanksbox {
	width: 100%;
	min-height: 450px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	font-weight: 500;
}

}


@media screen and (max-width: 700px) {

.form_layout .contents01 {
	width: 100%;
	position: relative;
	top: 150px;
	margin-bottom: 50px;
	height: 100%;
	padding-bottom: 150px;
}
.form_layout .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	height: 65%;
	border-radius: 0 40px 40px 0;
	background: #EAF5FF;
	z-index: -1;
}



.form {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;;
	box-sizing: border-box;
}
.form table {
	width: 100%;
	margin: 0 auto;
}
.form table th, .form table td  {
	
}

.form table td.lasttd {
	border-bottom: none;
}
.form table th {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	vertical-align: top;
	color: #1084E3;
	position: relative;
	border-bottom: none;
}
.form table th span.ns {
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
	padding: 0 2px 0 4px;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	background: #F26060;
	line-height: 18px;
}
.form table td {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	display: block;
	border-bottom: dotted 1px #78B8ED;
}
.form01 p {
	font-size: 16px;
	line-height: 50px;
}
.form01 input[type='text'] {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	margin: 0px 0 0;
	min-height: 200px;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	width: 100%;
	font-size: 16px;
	padding: 0;
	color: #666666;
	line-height: 50px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select01 select::-ms-expand {
    display: none;
}
.select01::before {
	position: absolute;
	top: 1.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #78B8ED;
	pointer-events: none;
}
.cp {
	position: absolute;
	z-index: 2;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #1084E3;
    content: '';
    display: block;
    height: 24px;
    left: -5px;
		border-radius: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.checkbox01::after {
    border-right: 4px solid #1084E3;
    border-bottom: 4px solid #1084E3;
    content: '';
    display: block;
    height: 16px;
    left: 2px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}



.formBtm {
	text-align: center;
}
.ppbox {
	background: #F7F7F7;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 0px 20px 20px;
	margin-bottom: 30px;
}
.inner {
  height: 100%;
	padding-right: 20px;
	overflow-y: scroll;
}
.ppbox .p01 {
	font-size: 16px;
	font-weight: 500;
}
.ppbox .p02 {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}
.ppbox::-webkit-scrollbar {
    width: 6px;
}
.ppbox::-webkit-scrollbar-track {
  border-radius: 6px;
	background-color: rgba(224, 224, 224, 1);
}
.ppbox::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 1);
  border-radius: 10px;
}
.subbtn {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 60px;
	text-align: center;
	width: 100%;
	height: 60px;
	margin: 50px auto;
	background: #1084E3;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 30px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: 50px;
	top: calc(50% - 15px);
}
.subbtn:hover {
	background: #3B9BEA;
}
.comfirmBtns {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	color: #1084E3;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	border: solid 1px #1084E3;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn2:hover {
	background: #D9E8F4;
}


.subbtn3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	background: #1084E3;
	box-sizing: border-box;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn3:hover {
	background: #3B9BEA;
}
.deco_wrap {
	width: 100%;
	position: relative;
}
.deco_wrap:before {
	width: 50px;
	height: 50px;
	position: absolute;
	content: "";
	top: -50px;
	left: 5%;
	background: url("../img/rbb01_pink.png") no-repeat center center;
	background-size: contain;
}
.deco_wrap:after {
	display: none;
}
.form:before {
	width: 230px;
	height: 230px;
	position: absolute;
	content: "";
	bottom: 40%;
	left: -45%;
	background: url("../img/bb01.png") no-repeat center center;
	background-size: contain;
}

.thanksbox {
	width: 100%;
	min-height: 350px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 500;
}
}

}