body, input, textarea {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;

}
body {
	margin: 0;
}
@media only screen and (max-width: 768px) { 
	body {
		font-size:14px;
	}
}
p {
	font-size: 18px;
}
.sp_text {
	display: none;
}
@media only screen and (max-width: 768px) { 
	p {
		font-size: 14px;
	}
	.sp_text {
		display: block;
	}
}
li {
	list-style: none;
}
a { 
	text-decoration: none;
	color : inherit;
}
a:hover {
   opacity: 0.7;
}
#header {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	#header {
		height: 41px;
	}
}
#header_cont {
	width: 100%;
	position: fixed;
	top:0;
	background: #fff;
	z-index: 2;
	height: 68px;
	margin-bottom: -2px;
}
@media only screen and (max-width: 768px) {
	#header_cont {
		height: 41px;
		position: absolute;
		z-index: 1;
	}
}
.logo {
	width: 15%;
	margin-left: 5%;
}
.logo-cont {
	width: 20%;
	margin-left: 5%;
}
.logo-cont img {
	margin-top: 20px;
	width: 100%;
}
@media only screen and (max-width: 1020px) {
	.logo-cont {
		width: 30%;
	}
}
@media only screen and (max-width: 768px) {
	.logo {
		width: 45%;
	}
	.logo img {
		width: 100%;
	}
	.logo h1 {
		margin: 0;
	}
	.logo-cont {
		width: 45%;
	}
	.logo-cont img {
		width: 100%;
		margin-top: 15px;
	}
	.logo-cont h1 {
		margin: 0;
	}
}
#visual {
	background-image: url("../img/visual_img.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 35.5vw;
	position: relative;
}
@media only screen and (max-width: 768px) {
	#visual {
		background-image: url("../img/top_img_sp.jpg");
		margin-bottom: 25px;
		height: 44.5vw;
	}
}
#visual_all {
	background-image: url("../img/visual_img_all.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 45vw;
	position: relative;
	margin-top: 64px;
}
@media only screen and (max-width: 768px) {
	#visual_all {
		background-image: url("../img/top_img_sp_all.jpg");
		margin-bottom: 25px;
		height: 70vw;
	}
}
#visual_all_02 {
	background-image: url("../img/seikouka_top_all_02.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 45vw;
	position: relative;
	margin-top: 64px;
}
@media only screen and (max-width: 768px) {
	#visual_all_02 {
		background-image: url("../img/top_img_sp_all.jpg");
		margin-bottom: 25px;
		height: 70vw;
	}
}
#visual_all_03 {
	background-image: url("../img/seikouka_top_all.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 45vw;
	position: relative;
	margin-top: 64px;
}
@media only screen and (max-width: 768px) {
	#visual_all_03 {
		background-image: url("../img/sp_seikouka_top_all.jpg");
		margin-bottom: 25px;
		height: 46vw;
		margin-top: 42px;
	}
}
.visual_cont {
	background-size: 100%;
	height: 33.5vw;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 68px;
}
@media only screen and (max-width: 768px) {
	.visual_cont {
		margin-top: 41px;
		margin-bottom: 25px;
		height: 44vw;
	}
}
.h1_area {
	position: absolute;
	bottom: 10%;
    left: 5.5%;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.h1_area {
		bottom: 5px;
		left: 25px;
		font-size: 18px;
	}
}
.menu {
	position: absolute;
	bottom: 0;
	right: 0;
	
}
@media only screen and (max-width: 1020px) {
	.menu {
		display: none;
	}
}
.menu ul {
	background: #72C4DC;
	display: flex;
	padding: 22px ;
	margin: 0;
}
.menu li {
	color: #fff;
	border-right: solid 2px #fff;
	display: inline-block;
}
.menu li a {
    display: block;
    height: 100%;
    width: 100%;
	padding: 0 40px;
}
.menu li:nth-last-child(1)  {
	border-right: none;
}
@media only screen and (max-width: 1300px) {
	.menu ul {
		padding: 22px 22px;
	}
	.menu li a {
		padding: 0 23px;
	}
}
#main {
	width: 80%;
	margin: auto;
}
#main_w {
	width: 100%;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	#main {
		width: 100%;
	}
}
#news {
	display: flex;
	margin-top: 5%;
}
@media only screen and (max-width: 768px) {
	#news {
		display: block;
		width: 90%;
		margin: auto;
	}
}
.news-title {
	width: 20%;
}
@media only screen and (max-width: 768px) {
	.news-title {
		width: 100%;
	}
}
.news-title h2 {
	margin: 0;
	font-weight: normal;
	letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
	.news-title h2 {
		font-size: 18px;
	}
}
.news-area {
	background-color:#FFF;
	margin-bottom:0;
	width: 80%;
}
.news-area dl {
	overflow: hidden;
	zoom: 1;

}
.news-area dt{
	margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
	padding-left:1%;
	padding-right:5px;
}
.news-area dd {
	margin-bottom: 15px;
	margin-left:1%;
    padding: 0% 0% 2% 15%;
	text-align:left;
	line-height:21px;
	border-bottom: dashed #7F7F7F 1px;

}
.news-area dd a {
	color: #00C !important;
}
.news-area dd a:visited {
	color: #00C !important;
}
@media only screen and (max-width: 768px) {
	.news-area {
		width: 100%;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
	}
	.news-area dl {
		margin-left:0px;
		margin-right:0px;
		padding-top:5px;
		padding-bottom:5px;
		text-align: left;
	}
	.news-area dt {
		padding-left:5px;
		padding-right:15px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size:12px;
		float: none;
		border-right:none;
		text-align: left;
	}
	.news-area dd {
		padding-left:0px;
		padding-top: 0px;
		font-size:12px;
		margin-bottom: 5px;
	}
}

/*　ハンバーガーボタン　*/
.hamburger {
	display: none;
}
.globalMenuSp {
	display: none;
}
@media only screen and (max-width: 1020px) {
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 0px;
		top   : 0px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
		background: #72C4DC;
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}

/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;  
		z-index : 2;
		top  : 0;
		left : 0;
		color: #000;
		background: #fff;
		text-align: center;
		transform: translateX(100%);
		transition: all 0.6s;
		width: 100%;
	}
	nav.globalMenuSp ul {
		background: #72C4DC;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		color: #fff;
		text-align: left;
		margin-left: 25px;
		padding-left: 25px;
	}
	nav.globalMenuSp ul li:first-child {
	padding: 0;
	}
	nav.globalMenuSp ul li:hover{
	background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
	}

/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateX(0%);
	}
}

*, *:before, *:after {
	box-sizing: border-box;
}
#top-cont {
	margin: 50px 0;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
@media only screen and (max-width: 768px) {
	#top-cont {
		margin-top: 35px;
	}
}
#top-cont_w {
	margin: 150px 0;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
@media only screen and (max-width: 768px) {
	#top-cont_w {
		margin-top: 35px;
	}
}
.cont-box {
	width: 25%;
	padding: 4% 1% 1% 1%;
	background-image: url("../img/cont_box_bk.png");
	background-repeat: repeat-x;
	background-size: contain;
}

@media only screen and (max-width: 768px) {
	.cont-box {
		padding: 8% 5% 1% 5%;
	}
}
@media screen and (max-width: 1150px) {
	.cont-box {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.cont-box {
		width: 100%;
	}
}
.cont-box img {
	width: 100%;
}
.cont-box h2 {
	color: #1F6685;
	font-weight: 500;
	background-image: url("../img/h2_line.png");
	background-repeat: no-repeat;
	background-position: top 45% right 0;
	background-size: 50%;
	margin: 0.5em;
}
@media only screen and (max-width: 768px) {
	.cont-box h2 {
		background-position: top 45% right 30%;
	}
}
.cont-box p {
	color: #fff;
	margin: 0.5em;
}
.cont-box a {
    display: block;
    width: 100%;
    height: 100%;
}
#footer {
	width: 100%;
	margin: auto;
	background: #E0EAEF;
	margin-top: 8%;
	color: #7F7F7F;
}
.map-box {
	display: flex;
}
@media only screen and (max-width: 768px) {
	.map-box {
		display: block;
	}
}
.cp-box {
	width: 40%;
	text-align: center;
	margin-top: 6%;
}
@media only screen and (max-width: 768px) {
	.cp-box {
		width: 90%;
		margin: auto;
		padding-top: 35px;
	}
}
.cp-box h3 {
	font-size: 1.5vw;
	font-weight: normal;
	border-bottom: solid 1px #7F7F7F;
	width: 60%;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.cp-box h3 {
		font-size: 18px;
		width: 70%;
	}
}
.cp-box img {
	margin-top: 5%;
	width: 45%;
}
@media only screen and (max-width: 768px) {
	.cp-box img {
		margin-top: 0;
		margin-bottom: 35px;
	}
}
.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
	width: 60%;
	margin: 3% 2%;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
	.map-wrap {
		max-width: 96%;
		height: 60vw;
	}
	.map {
		height: 50vw;
		width: 90%;
		margin: auto;
		margin-bottom: 35px;
	}
}
.font_n {
	font-size: 16px;
	color: #227294;
}
.cp_r {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.cp_r {
		font-size: 12px;
	}
}

/* ビジュアル */
.h1_member {
	background-image: url("../img/member_h1.jpg");
}
.h1_info {
	background-image: url("../js/Information_h1.jpg");
}
.h1_group {
	background-image: url("../img/group_h1.jpg");
}
.h1_activity {
	background-image: url("../img/activity_h1.jpg");
}
.h1_inquiry {
	background-image: url("../img/contact_h1.jpg");
}
@media only screen and (max-width: 768px) {
	.h1_member {
		background-image: url("../img/member_h1_sp.jpg");
	}
	.h1_info {
		background-image: url("../img/Information_h1_sp.jpg");
	}
	.h1_group {
		background-image: url("../img/group_h1_sp.jpg");
	}
	.h1_activity {
		background-image: url("../img/activity_h1_sp.jpg");
	}
	.h1_inquiry {
		background-image: url("../img/contact_h1_sp.jpg");
	}
	.sp_h1 {
		left: 9px;
	}
}

/* コンテンツ */
#contents {
	width: 66%;
	margin: auto;
	margin-top: 8%;
}
@media only screen and (max-width: 768px) {
	#contents {
		width: 92%;
		margin-bottom: 20%;
	}
}
#contents_w {
	width: 66%;
	margin: auto;
	margin-top: 8%;
}
@media only screen and (max-width: 768px) {
	#contents_w {
		width: 100%;
		margin-bottom: 20%;
	}
}
#contents h2 {
	color: #fff;
	background: #72C4DC;
	font-weight: normal;
	font-size: 22px;
	width: 40%;
	padding: 10px 15px 10px 35px;
	margin: 5% 0;
}
@media only screen and (max-width: 768px) {
	#contents h2 {
		width: 96%;
		margin: auto;
		font-size: 16px;
		padding: 10px 15px 10px 15px;
		margin-top: 50px;
		margin-bottom: 25px;
	}
}
#contents_w h2 {
	color: #fff;
	background: #72C4DC;
	font-weight: normal;
	font-size: 22px;
	width: 40%;
	padding: 10px 15px 10px 35px;
	margin: 5% 0;
}
@media only screen and (max-width: 768px) {
	#contents_w h2 {
		width: 92%;
		margin: auto;
		font-size: 16px;
		padding: 10px 15px 10px 15px;
		margin-top: 50px;
		margin-bottom: 25px;
	}
}
.member_text {
	width: 90%;
	margin: auto;
}
.member_text img {
	width: 30%;
	margin-top: 25px;
}
.member_text a {
	color:#72C4DC;
	text-decoration:underline;
}
@media only screen and (max-width: 768px) {
	.member_text img {
		width: 80%;
		padding-left: 18%;
	}
}
.info-area {
	background-color:#FFF;
	margin-bottom:0;
	width: 100%;
}
.info-area dl {
	overflow: hidden;
	zoom: 1;

}
.info-area dt{
	margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
	padding-left:1%;
	padding-right:5px;
}
.info-area dd {
	margin-left:1%;
    padding: 0% 0% 2% 15%;
	text-align:left;
	line-height:21px;
	font-size: 24px;
	padding-top: 30px;
	background-image: url("../img/no_bk.png");
	background-repeat: repeat-y;
}
.info-area dd:last-child {
	background-image: none;
}
.info-area dd a {
	color: #0000FF !important;
}
.info-area dd a:visited {
	color: #00C !important;
}
.info-area dd ul {
	margin-top: 50px;
}
.info-area dd li {
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.info-area dt img {
		width: 70%;
	}
	.info-area dd {
		font-size: 18px;
		padding-top: 20px;
		background-size: 16%;
	}
	.info-area dd ul {
		margin-top: 20px;
	}
	.info-area dd li {
		font-size: 16px;
	}
}
.group_table {
	margin-bottom: 10%;
}
.group_table table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 20px 10px 20px 35px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	text-align: left;
}
.tb01 th {
	background: #72C4DC;
	color: #fff;
	width: 25%;
}
.tb01 td p {
	margin-top: 0;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
	 padding: 10px 15px 10px 15px;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
/* table03 */
.activity_table {
	margin-bottom: 8%;
}
.activity_table table {
	border-collapse: collapse;
	width: 100%;
}
#table03 th, #table03 td {
	text-align: center;
	width: 16%;
	min-width: 130px;
	padding: 10px;
	height: 60px;
	border: 1px solid #7F7F7F;
	height: 100px;
}

#table03 th {
  background-color: #E0EAEF;
	height: 60px !important;
}
#table03 td:last-child{
	width: 20%;
}
#table03 .head {
  background-color: #72C4DC;
}

/* tab */
@media only screen and (max-width: 768px) {
	.activity_table {
		width: 92%;
		margin: auto;
	}
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
  }
}
.ship_area {
	display: flex;
	background-image: url("../img/activity_pc_bk01.png");
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	margin-bottom: 10%;
}
.ship_box {
	width: 50%;
	text-align: center;
}
.ship_box img{
	width: 85%;
}
.cleaning_area {
	display: flex;
	background-image: url("../img/cleaning_pc_bk.png");
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	margin-bottom: 8%;
}
.cleaning_box {
	width: 50%;
	text-align: center;
}
.cleaning_box img{
	width: 75%;
}
.cleaning_box p {
	padding: 0 13%;
}
@media only screen and (max-width: 768px) {
	.ship_area {
		display: block;
		background-image: url("../img/sp_activity_bk.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #E0EAEF;
		padding-bottom: 10px;
		margin-top: 50px;
		margin-bottom: 80px;
	}
	.ship_box {
		width: 100%;
		margin: auto;
	}
	.ship_box img{
		width: 90%;
	}
	.cleaning_area {
		display: block;
		background-image:none;
		background-color: #E0EAEF;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.area-first {
		display: block;
		background-image: url("../img/sp_activity_bk.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #E0EAEF;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.cleaning_box {
		width: 100%;
		margin: auto;
	}
	.cleaning_box img{
		width: 90%;
	}
	.cleaning_box p {
		padding: 0 4%;
	}
}
/*-- 
	テーブルCSS
====================================================== --*/
.recruit__details_box {margin-top: 3%; margin-bottom: 5%;}
.recruit__details_box table { width: 100%; border-collapse: collapse; margin-bottom: 5%; }
.recruit__details_box th, .recruit__details_box td  { padding: 10px; border: 1px solid #ddd; padding: 2% 3%; text-align: left; font-size: 18px;}
.recruit__details_box th  { background: #72C4DC; color: #fff; }

.next_table_recruit {margin-top: 5%; padding-top: 3%; border-top: #999999 dotted 2px;}
/*----------------------------------------------------
  .table_recruit01
----------------------------------------------------*/
.table_recruit01 th  { width: 30%; text-align: left; padding: 2% 5%; font-weight: normal; font-size: 18px; }
.recruit__details_box td p {font-size: 18px;}
 
@media only screen and (max-width:480px){
    .table_recruit01 { margin: 0 0px; }
    .table_recruit01 th,
    .table_recruit01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
	.recruit__details_box th, .recruit__details_box td { font-size: 16px; padding: 2% 0%;}
	.table_recruit01 tr:first-child th { border-top: 1px solid #ddd; }
	.table_recruit01 th  { font-size: 16px;padding-left:15px; }
	.recruit__details_box td p {font-size: 16px;}
}
.table_recruit01 ul {
	display: flex;
}
.table_recruit01 li {
	margin-right: 15px;
}
.c-form__middle {
	width: 60%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
	font-size: 16px;
}
.c-form__middle02 {
	width: 50%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.c-form__long {
	width: 80%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.c-form__long_h {
	width: 80%;
	height: 185px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
	font-size: 16px;
}
.contact__form--column01 {
	margin: 0;
	padding: 0;
}
.c-form__zip01 {
	width: 15%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.job_area {
	width: 35%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.c-form__shot {
	width: 25%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.c-form__shot_s {
	width: 15%;
	height: 45px;
	background-color: #F6F6F6;
	border: #CCCCCC solid 1px ;
}
.rightside {
	padding-left: 41%;
}
.red_con_icon {
	color: #fff;
	padding-left: 3%;
	font-weight: normal;
}
.txt_multiple {
	vertical-align: top;
}
.font_s {
	font-size: 	1.0vw;
}
.font_ss{
	letter-spacing: -1px;
}
@media only screen and (max-width: 768px){
	.c-form__middle {
		width: 100%;
		font-size: 16px;
	}
	.c-form__middle02 {
		width: 80%;
	}
	.c-form__shot {
		width: 100%;
	}
	.c-form__long {
		width: 100%;
	}
	.c-form__long_h {
		width: 100%;
		font-size: 16px;
	}
	.contact__form--column01 {
		width: 100%;
	}
	.c-form__zip01 {
		width: 30%;
	}
	.job_area {
		width: 50%;
	}
	.c-form__shot_s {
		width: 42%;
	}
	.rightside {
		padding-left: 65%;
	}
	.font_s {
		font-size: 	12px;
	}
}
/*----------------------------------------------------
  .お問い合わせ
----------------------------------------------------*/
.contact_btn_area {
	margin:auto;
	text-align: center;
	margin-top: 5%;
}
.submit_icon_ara {
	margin:auto;
	text-align: center;
	background-color: #72C4DC;
	width:35%;
	margin-top:1%;
	margin-bottom:1%;
	clear:both;
	border:#72C4DC solid 3px;
	padding:10px;
	color: #ffffff;
	font-size:18px;
	cursor: pointer;
	background-image: url("../../img/other/inquiry_icon.png");
	background-repeat: no-repeat;
	background-position: top 50% right 10%;
	background-size: 2%;
}

.submit_icon_ara a {
	display:block;
	width: 100%; /* 横幅 */
	padding:10px; /* a要素内の余白 */
	text-decoration:none;
	color:#666;
	font-size:18px;
}
.submit_icon_ara:hover {
	cursor: pointer;
	opacity: 0.5;
}
@media only screen and (max-width: 768px) {
	.submit_icon_ara {
		width:80%;
	}
	.submit_icon_ara a {
		font-size:12px;
	}
}
.mycheckbox {
	text-align: center;
	margin-top: 5%;
	font-size: 16px;
}
.mycheckbox p {
	margin: 0;
}
.mycheckbox a{
	color:#2125CC;
}
.mycheckbox a:hover {
	color:#2125CC;
}
.mycheckbox a:visited {
	color:#2125CC;
}
@media only screen and (max-width: 768px){
	.mycheckbox {
		font-size: 14px;
	}
}
.kiyaku_area {
	width: 90%;
	padding: 25px 0 55px 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.kiyaku_area {
		width: 100%;
		padding: 10px 0 35px 0;
	}
}
.kiyaku_area h3 {
	font-size: 24px;
	margin-bottom: 0;
	width: 210px;
	border-bottom: solid 2px #72C4DC; 
}
.kiyaku {
	margin: auto;
	width: 100%;
	height: 300px;
	background-color: #FFFFFF;
	overflow-y: scroll;
	scroll-behavior: smooth;
	border: solid 1px #7F7F7F;
	
}
.kiyaku_txt {
	padding: 0 25px;
	text-align: left;
	
}
.kiyaku_txt p{
	height: 100%;
	font-size: 18px !important;
	line-height: 26px !important;
}
.kiyaku_h2 p{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	
}
@media only screen and (max-width: 768px){
	.kiyaku_area h3 {
		font-size: 18px;
	}
	.kiyaku_txt p{
		font-size: 14px !important;
	}
	.kiyaku_h2 p{
		font-size: 14px !important;;
	}
}
.btn_application_end {
	width: 30%;
	margin: auto;
	position: relative;
    z-index: 1; 
	border: #72C4DC solid 1px;
	padding: 10px;
	margin-top: 5%;
	margin-bottom: 10%;
	background-color: #72C4DC;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.btn_application_end {
		width: 75%;
		padding: 10px;
		margin-top: 35px;
		margin-bottom: 35px;
		font-size: 12px;
	}
}
.btn_application_end a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;	
}
.btn_application_end:hover {
	cursor: pointer;
	opacity: 0.5;
}
.font_kome {
	font-size: 1.0vw !important;
	line-height: 0px !important;
}
@media only screen and (max-width: 768px) {
	.font_kome {
		font-size: 16px !important;
		line-height: 12px !important;
		margin-left: -3% !important;
	}
}
.red {
	color: #FF0000;
}
.h3_area {
	border-bottom: solid 1px #7F7F7F;
}
.comf_h3 {
	padding-bottom: 0 !important;
}
.info_img {
	padding-bottom: 10%;
}
