@charset "utf-8";
/* CSS Document */
.pc {
	display: none;
}
.sp {
	display: block;
}
#wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
img {
	max-width: 100%;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;
}
.space-between {
	justify-content: space-between;
	align-items: center;
}
.inner {
	width: 98%;
	margin: 0 auto;
}
.cont_inner {
	width: 96%;
	margin: 0 auto;
}

#main_img {
	margin-top: 3.4rem;
}

/* header
-------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0;
}
#header.fix_head {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 6;
}
.head_left {
	width: 50%;
	align-items: center;
}
.logo {
	width: 75%;
	margin-right: 3%;
}
h1 {
	font-size: 0.85rem;
	width: 33%;
	text-align: left;
}
.head_right {
	width: 45%;
	align-items: center;
}
.head_sns {
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	width: 100%;
}
.head_sns li {
	width: 40%;
}

/* contents01
------------------------------------------------------*/
.contents01 {
	background: url(../../images/sp/bg01_sp.jpg) no-repeat;
	/*background-size: 100% auto;*/
	background-size: 100% auto;
}
.sns {
	width: 50%;
	margin: 0 auto;
	padding-top: 2.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.sns a {
	width: 20%;
	margin-right: 20%;
}
.sns a:last-child {
	margin-right: 0;
}
.btn_area {
	margin: 0 auto;
	padding: 3rem 0;
	width: 90%
}
.btn_area .btn_link {
	color: #fff;
	background: #3cc4de;
	text-align: center;
	display: block;
	width: 45%;
	margin-right: 9.8%;
	text-decoration: none;
	padding: 20px 0;
	font-size: 0.8rem;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 1px;
}
.btn_area .btn_link:last-child {
	margin-right: 0;
}
h2 {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0.1rem 0 2rem 0;
}
h2 span {
	font-size: 2rem;
	display: block;
	padding-top: 5px;
}
.txt {
	text-align: left;
	width: 100%;
	font-size: 0.95rem;
	line-height: 2;
	letter-spacing: 1px;
	padding-bottom: 2rem;
	position: relative;
}
.txt span {
	background: #fff350;
    font-weight: bold;
}
/* twitter
------------------------------------------------------*/
.twitter_frame {
	width: 92%;
	height: 400px;
	overflow: auto;
	border: 2px solid #d5d5d5;
	border-radius: 9px;
	margin: 15px auto;
}

/* contents02
------------------------------------------------------*/
.contents02 {}
.cate {
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 3rem 0;
}
.cate li {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 4%;
}
.cate li:nth-child(2n) {
	margin-right: 0;
}
.cate li .ttl {
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 0 8px 0;
}
.cate li .txt02 {
	font-size: 0.72rem;
	line-height: 1.5;
}
.cate li .txt02 span {
	display: block;
}
.cate li .btn_detail {
	color: #fff;
	text-align: center;
	display: block;
	background: #3cc4de;
	width: 90%;
	margin: 15px auto 10px auto;
	text-decoration: none;
	padding: 9px 0;
	font-weight: bold;
	border-radius: 12px;
	letter-spacing: 1px;
}

/* contents03
------------------------------------------------------*/
.contents03 {
	background: url(../../images/sp/bg02_sp.jpg) no-repeat;
	background-size: 100% auto;
	/*background-size: cover;*/
	padding-bottom: 4rem;
}
h3.ttl03 {
	color: #3cc4de;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3rem 0;
}
h3.ttl03 span {
	display: block;
	width: 5%;
	margin: 15px auto 0 auto;
	border-bottom: 1px solid #3cc4de;
}
h3.ttl03.bk {
	color: #000;
}
h3.ttl03.bk span {
	border-bottom: 1px solid #000;
}
h3.ttl03.white {
	color: #fff;
}
.flow {
	padding-bottom: 4rem;
	width: 92%;
	margin: 0 auto;
}
.flow li {
	width: 100%;
	margin-bottom: 30px;
}
.flow li:last-child {
	margin-bottom: 0;
}
.flow li figure {
	width: 20%;
	margin: 0 auto;
}
.flow li .flow_ttl {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3cc4de;
	padding: 15px 0;
}
.flow li .flow_txt {
	text-align: justify;
	line-height: 1.9;
	font-size: 0.95rem;
}
.contents03 .btn_detail02 {
	color: #fff;
	text-align: center;
	display: block;
	background: #3cc4de;
	width: 80%;
	margin: 0 auto;
	text-decoration: none;
	padding: 15px 0;
	font-weight: bold;
	border-radius: 12px;
	letter-spacing: 1px;
}

/* contents04
------------------------------------------------------*/
.contents04 {
}
.left_box dl {
	/*margin-bottom: 50px;*/
	width: 90%;
	margin: 0 auto 30px auto;
}
.left_box dl dt {
	width: 100%;
}
.left_box dl dd {
	width: 100%;
}
.left_box dl dd > div {
	align-items: center;
}
.left_box dl dd a {
	color: #3cc4de;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0 0 15px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 30%;
  color: #fff;
  font-size: 16px;
  background: #b5b5b5;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 7px solid #b5b5b5;
}
.none:before {
	content: none;
}
.fukidashi p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.txt04 {
	padding-top: 10px;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}
.txt04 b {
	display: block;
	font-size: 1rem;
}

/* contents05
------------------------------------------------------*/
.contents05 {
	background: #3cc4de;
	position: relative;
	margin-top: 5rem;
}
.bg_item {
	position: absolute;
	top: -3%;
	left: 50%;
	transform: translate(-50%, -3%);
	width: 40%;
}
.access {
	width: 75%;
	margin: 0 auto 0.5rem auto;
	justify-content: space-between;
}
.access dl {
	width: 100%;
	align-items: center;
	color: #fff;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8;
}
.access dl dt {
	width: 35%;
	margin-bottom: 20px;
}
.access dl dd {
	line-height: 1.6;
	margin-bottom: 20px;
}

/* footer
------------------------------------------------------*/
.footer {
	background: #3cc4de;
	padding: 4rem 0 7rem 0;
	color: #fff;
	text-align: left;
}
.footer > .flex_box {
	align-items: center;
}
.foot_logo {
	width: 100%;
	text-align: center;
}
.foot_logo img {
	width: 60%;
}
.footer h4 {
	width: 65%;
	margin: 25px auto;
	line-height: 1.6;
}
.footer > .flex_box > ul {
	width: 70%;
	margin: 0 auto;
}
.footer > .flex_box > ul > li {
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}
.footer li .fukidashi {
	background: #fff;
	color: #3cc4de;
	width: 26%;
	padding: 6px 0;
}
.footer li .fukidashi:before {
	border-left: 7px solid #fff;
}
.footer li .fukidashi p {
	font-size: 0.8rem;
	letter-spacing: 0;
}
.footer > .flex_box > ul > li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 0 0 20px;
}
.footer > .flex_box > ul > li a span {
	font-size: 0.75rem;
	font-weight: normal;
	display: block;
}
.footer small {
	text-align: center;
	display: block;
	padding-top: 2.9rem;
	margin: 0 auto;
	font-size: 0.8rem;
}

.fixed_foot {
	width: 100%;
	background: #3cc4de;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0.8rem 0 0.5rem 0;
	display: none;
	z-index: 5;
}
.fixed_foot ul {
	width: 98%;
	margin: 7px auto 0 auto;
	justify-content: space-between;
}
.fixed_foot li {
	width: 22%;
	text-align: center;
}
.fixed_foot li img {
	width: 37%;
}
.fixed_foot li a {
	color: #fff;
	text-decoration: none;
}
.fixed_foot li a span {
	display: block;
}
.on {
	display: block;
}

/* ハンバーガーメニュー
------------------------------------------------------*/
nav.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	/*background: #fff;背景を白にする*/
	color: #fff; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-120%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	visibility: hidden;
}
nav.NavMenu ul{
	background: #3cc4de; /*背景をグレーにする*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
nav.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #fff;
}
nav.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}
nav.NavMenu ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #fff;
	padding: 1em 0;
}
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
	transform: translateY(0%);
	visibility: visible;
}
/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	/*position: fixed;
	right: 10px;
	top: 6px;*/
	position: relative;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	margin: 0 0 0 15px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #000;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;			/*変化の速度を指定*/
	left: 6px;
}
.Toggle span:nth-child(1) {
	top: 9px;
} 
.Toggle span:nth-child(2) {
	top: 18px;
}
.Toggle span:nth-child(3) {
	top: 27px;
} 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* shinodayama
--------------------------------------------------------------------*/
#point01 {
	padding-top: 3rem;
}
.cont_sub {
	margin-bottom: 4rem;
	text-align: left;
}
.left_cont {
	width: 100%;
	margin-bottom: 10px;
}
.ttl_sub {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.txt_sub {
	font-size: 0.95rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
.img_sub {
	width: 100%;
}
.img_sub img {
	width: 100%;
}
.system {
	align-items: flex-start;
	position: relative;
	margin: 15px auto 15px auto;
}
.system dt {
	width: 10%;
	margin-right: 5%;
	margin-bottom: 35px;
	z-index: 3;
}
.system dd {
	width: 85%;
	font-size: 0.9rem;
	line-height: 1.8;
	margin-bottom: 35px;	
}
.system dt:last-of-type,
.system dd:last-of-type {
	margin-bottom: 0;
}
.charm {
	width: 100%;
	border-left: 5px solid #3cc4de;
	line-height: 1.9;
	letter-spacing: 1px;
	margin: 0 auto 50px auto;
}
.charm:last-of-type {
	margin-bottom: 30px;
}
.charm dt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0.9rem;
}
.charm dd {
	font-size: 0.9rem;
	padding-left: 0.9rem;
}
.charm dd span {
	background: #fff352;
}

/* salary
--------------------------------------------------------------------*/
.pt_none {
	padding-top: 0px !important;
}
.cont_inner02 {
	width: 96%;
	margin: 0 auto;
}
.salary_txt {
	font-size: 1rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 4rem;
	line-height: 1.8;
}
.salary_txt span {
	background: #fff352;
	line-height: 2;
}
.salary_txt02 {
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2.2;
	margin-bottom: 1rem;
}
.salary_txt02 span {
	background: #fff352;
}
.price {
	width: 220px;
	margin: 0 auto 4rem auto;
	font-size: 1.3rem;
}
.price dt {
	width: 40%;
	text-align: left;
	margin-bottom: 30px;
}
.price dd {
	width: 60%;
	text-align: right;
	margin-bottom: 30px;
}
.price dt:last-of-type,
.price dd:last-of-type {
	margin-bottom: 0;
}

.lady_box {
	box-shadow: 0 0 5px #ccc;
	padding: 15px 20px;
	margin-bottom: 50px;
	align-items: center;
}
.lady_box figure {
	width: 30%;
	margin: 0 auto;
}
.lady_box figure span {
	display: block;
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.6;
}
.lady_box .right {
	width: 100%;
	margin-left: 0%;
}
.lady_box dl {
	align-items: center;
}
.lady_box dt {
	background: #83deec;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 5px 0;
	width: 62%;
}
.lady_box dt span {
	font-size: 2rem;
	/*margin: 0 3px;*/
}
.lady_box dd {
	width: 33%;
	margin-left: 5%;
	font-size: 0.9rem;
}
.lady_box dd span {
	font-size: 1.5rem;
	/*margin: 0 3px;*/
}
.txt_price {
	font-size: 0.9rem;
	/*letter-spacing: 1px;*/
	margin-top: 15px;
}
.txt_price span {
	color: #83deec;
	font-size: 2rem;
	margin-left: 5px;
}
.txt_price span.blue {
	color: #83deec;
	font-size: 0.9rem;
}
.square_box {
	border: 3px solid #eeeeee;
	padding: 7px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}
.square_ttl {
	background: #83deec;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.square_txt {
	text-align: center;
	font-size: 1.05rem;
	padding: 18px 0 10px 0;
	line-height: 1.8;
}
span.red {
	color: #B80306;
	background: none;
}

/* work
--------------------------------------------------------------------*/
.work_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}
.tbl01 {
	width: 100%;
	margin: 0 auto 3rem auto;
	border: 1px solid #959595;
	border-collapse: collapse;
	font-size: 0.95rem;
}
.tbl01 th {
	border: 1px solid #959595;
	background: #eefafc;
	text-align: left;
	padding: 15px 5px;
	vertical-align: middle;
}
.tbl01 td {
	border: 1px solid #959595;
	text-align: left;
	padding: 15px 5px;
	vertical-align: middle;
}
.work_flow {
	text-align: center;
}
.work_flow dt {
	width: 15%;
	text-align: center;
	margin: 0 auto 5px auto;
}
.work_flow dd {
	font-size: 1.04rem;
	margin-bottom: 3rem;
	letter-spacing: 1px;
	line-height: 2;
}
.work_flow dd span {
	background: #fff350;
	font-weight: bold;
}
.photo_img {
	justify-content: center;
	margin: 3rem auto;
}
.photo_img figure {
	margin-right: 5%;
	width: 42%;
}
.photo_img figure:last-child {
	margin-right: 0;
}
.photo_img figure p {
	text-align: center;
	padding-top: 10px;
}
.tbl02 {
	width: 100%;
	margin: 0 auto 4rem auto;
	border: 1px solid #959595;
	border-collapse: collapse;
	font-size: 0.95rem;
}
.tbl02.mt {
	margin-top: 3rem;
}
.tbl02 th {
	border: 1px solid #959595;
	background: #eefafc;
	text-align: center;
	padding: 15px 0;
	width: 30%;
	vertical-align: middle;
}
.tbl02 td {
	border: 1px solid #959595;
	text-align: left;
	padding: 15px 10px;
	vertical-align: middle;
}

/* recruit
--------------------------------------------------------------------*/
.recruit_box figure {
	width: 29%;
}
.tbl02.w100 {
	width: 100%;
}

/* migrant
--------------------------------------------------------------------*/
.center_txt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.standard_area {
	justify-content: space-between;
	align-items: center;
}
.standard_area li:first-child {
	width: 23%;
}
.standard_area li:nth-child(2) {
	width: 47%;
}
.standard_area li:last-child {
	width: 25%;
}
.bg_blue {
	background: #5bcde2;
	color: #fff;
	text-align: center;
	font-size: 0.85rem;
	padding: 10px 0;
	border-radius: 10px;
	margin-bottom: 30px;
}
.standard_area li .bg_blue:last-of-type {
	margin-bottom: 0;
}
.marker {
	font-size: 1.1rem;
	font-weight: bold;
	color: #163973;
	text-align: center;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	letter-spacing: 1px;
	margin-bottom:30px;
}
.standard_area li .marker:last-of-type {
	margin-bottom: 0;
}
.marker span {
	font-size: 1.8rem;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #5bcde2;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :90px;
  text-align:center;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.7;
}
.bg_skyblue {
	background: #e8f8fb;
	padding-bottom: 3rem;
}
.bg_white {
	background: #fff;
	border-radius: 10px;
	padding: 35px 10px 35px 10px;
	margin-bottom: 3rem;
}
.margin0 {
	margin-bottom: 0;
}
.mt5 {
	margin-top: 5rem;
}
.blue_box {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}
.blue_box li {
	width: 100%;
	background: #6cd0e3;
	color: #fff;
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.step_ttl {
	font-size: 1.15rem;
	padding-bottom: 15px;
}
.step_ttl span {
	display: block;
	width: 20%;
	margin: 3px auto;
	border-top: 2px solid #fff;
}
.blue_box li figure {
	width: 60%;
	margin: 0 auto;
}
.step_txt {
	padding-top: 15px;
	line-height: 1.7;
}
.cont_inner02 .btn_detail03 {
    color: #3cc4de;
    text-align: center;
    display: block;
    background: #fff;
    width: 55%;
    margin: 0 auto;
    text-decoration: none;
    padding: 15px 0;
    font-weight: bold;
    border-radius: 12px;
    letter-spacing: 1px;
	border: 2px solid #3cc4de;
}
.cont_inner02 .btn_detail03:hover {
	background: #3cc4de;
	color: #fff;
}

/* inexperienced
--------------------------------------------------------------------*/
.faq {}
.faq dt {}
.faq dt .q {
	color: #28acc6;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.faq dt .q span {
	display: block;
	width: 15%;
	border-top: 1px solid #28acc6;
	margin: 10px auto;
}
.faq dt .q_txt {
	text-align: center;
	color: #28acc6;
	font-size: 1.05rem;
	margin: 15px auto 20px auto;
}
.faq dd {
	margin-bottom: 50px;
}
.faq dd .a {
	width: 12%;
	color: #dd3c69;
	font-size: 1.7rem;
	font-weight: bold;
}
.faq dd .a_txt {
	width: 85%;
	font-size: 1.05rem;
	line-height: 1.7;
}

/* flow
--------------------------------------------------------------------*/
.edit {
	margin-top: -5px;
}
.spacer02 {
	padding: 0rem 0;
}
dl.flow_area {
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 55px;
	position: relative;
}
dl.flow_area:after {
	content: "∨";
	position: absolute;
	bottom: -56%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #5bcde2;
	font-size: 1.8rem;
	font-weight: bold;
}
dl.flow_area:last-of-type:after {
	content: none;
}
dl.flow_area dt {
	width: 25%;
	background: #5bcde2;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 15px 0;
	line-height: 1.6;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
dl.flow_area dt p {
	margin: 0 auto;
	font-size: 0.9rem;
}
dl.flow_area dd {
	width: 70%;
	padding: 10px 2.5%;
	font-size: 0.9rem;
	line-height: 1.6;
}
.flow_ttl02 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin: 2.5rem auto 1.5rem auto;
}
.item_area {
	width: 100%;
	margin: 0 auto 50px auto;
	justify-content: space-between;
}
.item_area li {
	width: 48%;
	text-align: center;
}
.item_area li figure {
	width: 65%;
	margin: 10px auto;
}
.item_ttl {
	font-size: 0.85rem;
	font-weight: bold;
}
.item_txt {
	font-size: 0.9rem;
	line-height: 1.6;
}
.photo03 {
	display: block;
	width: 60%;
	margin: -2rem auto 2rem auto;
}

/* form
--------------------------------------------------------------------*/
.error_read {
	color: #FF0004;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0 3px 0;
}
.form_txt {
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin: 4rem 0 3rem 0;
}
dl.form_area {
	border-bottom: 1px solid #ccc;
}
dl.form_area dt {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 15px 0 15px 10px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	position: relative;
}
dl.form_area dd {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
	padding: 15px 0 15px 10px;
	vertical-align: middle;
}
span.txt_ess {
	background: #ff6571;
	color: #fff;
	font-size: 0.8rem;
	padding: 0px 5px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0%, -50%);
}
input[type="text"] {
	width: 90%;
	padding: 5px 5px;
	font-size: 16px;
}
textarea {
	width: 90%;
	padding: 5px;
	height: 120px;
	font-size: 16px;
}
select {
	width: 60%;
	padding: 5px;
	-webkit-appearance:none;
	font-size: 16px;
}
.nolabel {
	display: inline-block;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #ff6571;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff6571;
  border-right: 3px solid #ff6571;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
  display: inline-block;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #ff6571;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #ff6571;
  border-radius: 50%;
}
.box_btn {
	text-align: center;
    padding: 30px 0;
}
input[type="submit"] {
	padding: 10px 0px;
    width: 30%;
	-webkit-appearance:none;
}
input[type="button"] {
	padding: 10px 0px;
    width: 20%;
	margin-left: 30px;
	-webkit-appearance:none;
}
