@charset "UTF-8";

/* パンくずリスト */
.breadcrumb_bg {
	background: #F7F7F7;
	width: 100%;
	padding: 0;
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
}
ul.breadcrumb {
	width: 960px;
	margin: 0 auto;
}
ul.breadcrumb li {
	display: inline-block;
	position: relative;
	*display: inline;  
   *zoom: 1;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	font-size: 0.625em;
	color: #515151;
}
ul.breadcrumb li span {
	color: #29abdb;
}
ul.breadcrumb li:before {
	content: ">";
	position: absolute;
	left: 10px;
}
ul.breadcrumb li:first-child { padding-left: 20px;}
ul.breadcrumb li:first-child:before { content: none;}
ul.breadcrumb li a {
	color: #515151;
	text-decoration: underline;
}
ul.breadcrumb li a.bread_home:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 11px;
	height: 10px;
	top: 18px;
	left: 0px;
	background: url(../image/bread_home.png) left center no-repeat;
	background-size: 100%;
}
ul.breadcrumb a:hover {
	text-decoration: none;
}
/* ~~ Container ~~ */
.Container {
	width: 100%;
	margin: 0;
	padding: 15px 0 30px;
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.breadcrumb_bg { display: none; }
	.Container {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 30px;
		margin: 0;
	}
	.inner {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
}/*/mediaquery*/
/* ~~ lo_Column ~~ */
.lo_Column {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.Main_Column {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 75%;
	padding: 30px 40px 30px 0;
	-webkit-box-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}
.Main_Column_inner {
	display: block;
}
/* ~~ Sub_Column ~~ */
.Sub_Column {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 25%;
	padding: 30px 0px 30px 30px;
	-webkit-box-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	border-left: 1px solid #e3e3e3;
}
.Sub_Column_inner {
	display: block;
}
.Sub_Column_Nav {
	margin-bottom: 50px;
}
.Sub_Nav_title,
.Sub_Nav_title_child {
	display: block;
}
.Sub_Nav_title a,
.Sub_Nav_title_child a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}
.Sub_Nav_title a {
	background: #29abdb;
	height: 60px;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
   border-radius: 2px;
	margin-top: 15px;
}
.Sub_Nav_title a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background:  url(../image/Sub_Nav_list_arrow.png) no-repeat;
	background-size: 100%;
}
.Sub_Nav_title_child a {
	background: #aaa;
	border-radius: 2px;
	height: 60px;
	font-size: 0.875em;
	font-weight: 400;
	color: #FFF;
}
.Sub_Nav_title_child a:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 9px;
	margin-right: 10px;
	background: url(../image/Sub_Nav_list_title_down_arrow.png) no-repeat;
	background-size: 100%;
}
.Sub_Nav_title a:hover,
.Sub_Nav_title_child a:hover {
	background: #3d70a1;
}
.Sub_Nav_list {
	display: block;
}
.Sub_Nav_list ul {
	margin: 10px 0;
}
.Sub_Nav_list li {
	border-bottom: 1px dotted #e3e3e3;
}
.Sub_Nav_list li a {
	display: block;
	padding: 20px 0;
	font-size: 0.875em;
	line-height: 1.8em;
	font-weight: 400;
	color: #2a2a2a;
}
.Sub_Nav_list li a:hover {
	text-decoration: underline;
}
.Sub_Nav_list li a:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 13px;
	height: 13px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	border-radius: 50%;
	background: #3d70a1 url(../image/Sub_Nav_list_arrow.png) no-repeat;
	background-size: 100%;
}
.Sub_Column_banner {
	width: 100%;
	overflow: hidden;
}
.Sub_Column_banner img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
/* ~~ Contact ~~ */
.Side_Contact {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	background: #fcfcfc;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	font-size: 16px;
	margin-bottom: 30px;
}
.Side_Contact_title {
	position: relative;
	color: #222;
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding-left: 10px;
}
.Side_Contact_title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #222;
	width: 2px;
	height: 100%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Side_Contact_inner {
	padding: 0;
	text-align: center;
	line-height: 1.4em;
}
.Side_Contact_inner span {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3d70a1;
	font-size: 1.75em;
}
.Side_Contact_inner span a {
	color: #3d70a1;
}
.Side_Contact_inner p {
	color: #555;
	font-size: 0.675em;
	font-weight: 200;
	line-height: 1.5em;
	margin: 7px 0 7px;
}
.Side_Contact_inner .bnt_stream {
	display: block;
	background: #FFF;
	width: 100%;
	border: 1px solid #3d70a1;
	font-size: 0.75em;
	color: #3d70a1;
	padding: 5px;
	font-weight: 600;
	margin-top: 10px;
	border-radius: 3px;
	box-sizing: border-box;
}
.Side_Contact_inner .bnt_stream:hover {
	background: #3d70a1;
	color: #FFF;
}
@media screen and (max-width:480px) {
	.lo_Column,
	.Main_Column,
	.Sub_Column {
		display: block;
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0;
		margin: 0;
		border: none;
	}
   .Main_Column {
      padding-top: 30px;
   }
	.lo_Column {
		padding-left: 30px;
		padding-right: 30px;
	}
}/*/mediaquery*/

.head_title {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #222;
	padding: 0;
	margin-top: 50px;
}
.head_title:after {
   content: "";
	display: inline-block;
	background: #eee;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
   bottom: 0;
	border-radius: 2px;
}
.heading_topl {
	position: relative;
	font-size: 1.5em;
	margin: 30px 0;
	font-weight: 200;
	color: #333;
	padding-left: 20px
}
.heading_topl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #29abdb;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h_border {
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: 500;
	color: #3d70a1;
	padding: 0;
	margin: 20px 0 15px;
}
.h_border:after {
   content: "";
	display: block;
	background: #ddd;
   width: 100%;
   height: 3px;
   position: relative;
   left: 0;
   bottom: 0;
	border-radius: 2px;
}
.Recruit_title {
   color: #444;
	font-size: 1.4em;
	font-weight: 500;
	margin: 30px 0 20px;
}
/* ~~ border_title ~~ */
.border_title {
   margin-top: 50px;
	padding: 30px 0;
}
.border_title h2,
.border_title p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
	font-weight: 500;
	text-align: center;
}
.border_title h2:before,
.border_title p:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -7px;
	width: 36px;
	height: 1px;
	background: #b3b3b3;
	margin-right: 20px;
}
.border_title h2:after,
.border_title p:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -7px;
	width: 36px;
	height: 1px;
	background: #b3b3b3;
	margin-left: 20px;
}
.headline {
	color: #29abdb;
	font-size: 1.7em;
	font-weight: 500;
	margin: 30px 0;
}
/* ~~ description ~~ */
.description {
	padding: 10px 0;
	margin: 15px 0 50px;
	overflow: hidden;
	font-size: 16px;
}
.center { text-align: center; }
.description p {
	color: #222;
	line-height: 1.6em;
	font-size: 0.9375em;
	letter-spacing: .05em;
	font-weight: 300;
}
.description_img img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.heading_topl { font-size: 1.2em; }
   .Recruit_title {
      margin: 30px 0;
      padding: 0 30px;
   }
}/*/mediaquery*/

/* ~~ greeting_area ~~ */
.greeting_area {
	padding: 20px 0 50px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
}
.textArea {
	width: 60%;
}
.textArea p {
	color: #222;
	line-height: 1.7em;
	font-size: 0.875em;
	letter-spacing: 0.05em;
	font-weight: 200;
}
.photoArea {
	width: 35%;
}
.photoArea img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.greeting_area {
		display: block;
		padding-top: 0;
	}
	.photoArea {
      width: 70%;
      margin: 0 auto;
   }
    .textArea {
       width: 85%;
       margin: 0 auto;
   }
   .textArea p { font-size: 0.9375em;}
	.photoArea {
		text-align: center;
		margin-bottom: 30px;
	}
	.photoArea img { width: 100%; }
}/*/mediaquery*/

/* ~~ map ~~ */
.map {
	margin: 15px 0 50px;
	padding: 0;
}
.map p {
	color: #444;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.map {
		margin-bottom: 50px;
	}
	.map iframe { max-width: 100%; height: 280px; }
}/*/mediaquery*/

/* ~~ table ~~ */
.table {
	margin: 30px 0 50px;
	padding-bottom: 30px;
	font-size: 16px;
}
.table p {
	color: #222;
	line-height: 1.7em;
	font-size: 0.9375em;
	letter-spacing: .05em;
	font-weight: 300;
}
.table table {
    font-size: 0.9em;
	color: #222;
	line-height: 2em;
    letter-spacing: 0.1em;
    margin: 0px;
	width: 100%;
}
.table table tr th {
	background: #f5f6f8;
	width: 20%;
	padding: 20px;
    color: #000;
	font-weight: 400;
    text-align: left;
	vertical-align: top;
	border-top: solid 1px #e3e3e3;
}
.table table tr td {
    padding: 20px;
	color: #444;
	font-weight: 200;
    border-top: solid 1px #e3e3e3;
}
.table table tr td a {
	color:#09F ;
	text-decoration: underline;
}
.table table tr td a:hover {
	text-decoration: none;
}
.table table .last {
    border-bottom: solid 1px #e3e3e3;
}
.table table td iframe {
	width: 100%;
	height: 400px;
}
/* ul */
ul.table_li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.table_li li {
	color: #222;
	padding-left: 13px;
	background: url(../image/table_li_mk.png) left center no-repeat;
	margin-bottom: 4px;
}

/* ~~ table option ~~ */
.date01 {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.date02 {
	border-left: 1px solid #e3e3e3;
}
.date02 span {
	position: relative;
	padding-left: 15px;
}
.date02 span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #222;
	width: 3px;
	height: 100%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.td_R { text-align: right;}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.date01 {
		border-top: 1px solid #e3e3e3;
	}
}/*/mediaquery*/

/* ~~ Recruit_table ~~ */
.Recruit_table {
	margin: 15px 0;
	padding: 30px 0;
	font-size: 16px;
}
.Recruit_table dl {
	display: table;
	table-layout: fixed;
	width: 100%;
   font-size: 0.9em;
	color: #222;
	line-height: 2em;
   letter-spacing: 0.1em;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #eee;
	*overflow: auto;
}
.Recruit_table dl.last {
	border-bottom: 1px solid #eee;
}
.Recruit_table dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
   font-size: 1.2em;
	font-weight: 500;
	color: #444;
   letter-spacing: 0.2em;
	background: #f9fafa;
	border-radius: 2px;
	padding: 13px;
	margin: 0;
	*float:left;
}
.Recruit_table dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
	margin: 0;
	*float:left;
    font-size: 0.9em;
	font-weight: 300;
	color: #000;
}
.Recruit_table dd iframe  {
	display: block;
	width: auto;
	height: auto;
}
@media screen and (max-width:480px) {
	.table table tr th {
		background: #f5f6f8;
		display: block;
		width: 100%;
		font-weight: bold;
		font-size: 90%;
		color: #444;
		border-left: none; 
		border-right: none;
		border-bottom: none;
		padding: 10px;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.table table tr td {
		display: block;
		font-size: 90%; 
		padding: 10px;
		border-top: none; 
	}
	.table table tr th.last { border: none; border-top: solid 1px #eee; }
   .table table tr th.table_img {
		background: #f5f6f8;
		display: block;
		width: 100%;
		font-weight: bold;
		color: #444;
		border-left: none; 
		border-right: none;
		border-bottom: none;
		padding: 10px;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
    .table table tr td.table_img_td {
       display:  inline-block;
       border:  none;
       padding: 10px 10px 0;
    }
    .Recruit_table {
        margin: 0;
        padding: 0;
    }
    .Recruit_table dl {
        display: block;
        border: none;
    }
    .Recruit_table dt {
        display: block;
        width: 100%;
        background: #eee;
        border-radius: 0;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
    }
    .Recruit_table dd {
        display: block;
        padding: 30px;
    }
}/*/mediaquery*/

/* ~~ entry_date ~~ */
.entry_date {
	padding: 15px 30px;
	margin: 50px auto 30px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	position: relative;
	width: 50%;
}
.entry_date:before,
.entry_date:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.entry_date:before{
    border-left: solid 1px #222;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    left: 0;
}
.entry_date:after{
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    right: 0;
}
.entry_date p {
	color: #222;
	line-height: 1.8em;
	font-size: 0.875em;
	letter-spacing: .05em;
	font-weight: 200;
}
.entry_date p.call_num {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0;
	color: #222;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:780px) {
	.entry_date {
		width: 80%;
		margin: 30px auto;
      padding: 15px 0;
	}
	.entry_date .call_num {
		font-size: 100%;
	}
}/*/mediaquery*/
@media screen and (max-width:480px) {
	.entry_date {
		width: 100%;
	}
}/*/mediaquery*/

/* ~~ entry btn ~~ */
.entry_btn_area {
	margin: 30px 0 50px;
	font-size: 16px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
.entry_btn_item {
	width: 40%;
}
.entry_btn_item a {
	display: block;
	position: relative;
	padding: 20px;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	color: #FFF;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}
.entry_btn_item a:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../image/btn_arrow_circle_FFF.png) no-repeat;
	background-size: 100%;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}
.entry_btn_item a.entry_btn_item_01 {
	background: #aaa;	
}
.entry_btn_item a.entry_btn_item_01:hover {
	background: #999;	
}
.entry_btn_item a.entry_btn_item_02 {
	background: #12acd6;
}
.entry_btn_item a.entry_btn_item_02:hover {
	background: #154bd1;
	color: #FFF;
}
.entry_btn_item a:hover:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../image/btn_arrow_circle_FFF.png) no-repeat;
	background-size: 100%;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
   .entry_area_bg { padding: 0 30px;}
	.entry_btn_area {
		display: block;
	}
	.entry_btn_item {
		width: 80%;
		margin: 15px auto;
	}
	.entry_btn_item:last-child { margin-top: 30px;}		
	.entry_btn_item a {
		padding: 15px;
		padding-left: 0;
		padding-right: 0;
	}
}/*/mediaquery*/
/* ~~ entry form ~~ */
.entry_form {
	overflow: hidden;
	background: #FFF;
	margin: 50px 0;
	padding: 0;
	font-size: 16px;
	border: solid 1px #e3e3e3;
	border-radius: 4px;
	padding-bottom: 20px;
}
.entry_form table,
.entry_form tbody {
	width: 100%;
}
.entry_form th {
	background: #FFF;
    color: #000;
	font-size: 1em;
	font-weight: 400;
    width: 30%;
    text-align: left;
	vertical-align: middle;
    padding: 25px 50px 25px 30px;
    border-bottom: solid 1px #e3e3e3;
}
.entry_form td {
	text-align: left;
    padding: 25px 30px 25px;
    border-bottom: solid 1px #e3e3e3;
}
label {
	outline: none;
    position: relative;
    display: block;
    width: 70%;
}
label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #222;
}
select {
	 outline: none;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 8px 10px;
    color: #000;
    border: none;
    border-radius: 2px;
    background: transparent;
	 border: 1px solid #e3e3e3;
    border-radius: 2px;
	 font-size: 12px;
}
.entry_form ::-ms-expand {
    display: none;
}
.entry_form input[type="name"],
.entry_form input[type="age"],
.entry_form input[type="email"],
.entry_form input[type="tel"],
.entry_form input[type="text"] {
	outline: none;
	width: 50%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	margin: 0;
	padding: 8px 10px;
	font-size: 15px;
}
.entry_form input[type="age"] {
	width: 50px;
	margin-right: 15px;
}
.entry_form input[type="email"] {
	margin: 5px 0;
}
.entry_form input[type="name"]:focus,
.entry_form input[type="age"]:focus,
.entry_form input[type="email"]:focus,
.entry_form input[type="tel"]:focus,
.entry_form input[type="text"]:focus,
.entry_form input[type="text"]:focus,
.entry_form textarea:focus {
    box-shadow: 0 0 2px #3498db;
    border: 1px solid #3498db;
}
.entry_form textarea {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e2e6e8;
    box-sizing: border-box;
	margin: 0;
	padding: 15px 10px;
    outline: none;
	border-radius: 2px;
	font-size: 15px;
}
.entry_form .tlt{
	text-align: center;
	margin: 5px 0;
}
.entry_form input[type="submit"] {
	-webkit-appearance: none;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	cursor: pointer;
	padding: 15px 25px;
	background: #12acd6;
	border-radius: 2px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.095em;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}
.entry_form input[type="submit"]:hover {
	background: #154bd1;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form input[type="button"] {
	-webkit-appearance: none;
	margin-left: 15px;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	cursor: pointer;
	padding: 10px 30px;
	background: #12acd6;
	border-radius: 2px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.0.5em;
	box-shadow: 0 3px 0px 0px rgba(115, 115, 115, .6);
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}
.entry_form input[type="button"]:hover {
	background: #154bd1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry_form span.entry_form_presence {
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	font-size: 0.5625em;
	float: right;
}
span.entry_form_presence::before {
	content: '必須';
	display: inline-block;
	background: #ed1c24;
	color: #FFF;
	border-radius: 2px;
	margin: 0;
	padding: 5px;
}
.entry_form .tipped {
	color: #CCC;
}
.entry_form span.work_location {
   display: block;
   width: 40%;
   text-align: center;
   font-size: 0.75em;
	background: #CCC;
	color: #FFF;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 5px;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.entry_form {
		margin: 30px 0;
	}
	.entry_form table,
	.entry_form table tbody,
	.entry_form table tr,
	.entry_form table th,
	.entry_form table td {
		display: block;
		width: 100%;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.entry_form table {
		border: none;
	}
	.entry_form table th {
		background: none;
		border-bottom: none;
		padding: 20px 15px 10px;
	}
	.entry_form table td {
		padding: 15px 15px 20px;
	}
	.entry_form label { width: 100%;}
	.entry_form input[type="file"],
	.entry_form input[type="email"],
	.entry_form input[type="text"],
	.entry_form input[type="password"] {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.entry_form input[type="name"] { width: 45%; }
	.entry_form span.entry_form_presence {
		float: none;
		margin-left: 15px;
	}
}/*/mediaquery*/

/* ~~ Contact_form ~~ */
.Contact_form {
	margin: 15px 0;
	padding: 0 0 50px;
	font-size: 16px;
}
.Contact_form table,
.Contact_form tbody {
	width: 100%;
}
.Contact_form th {
    color: #222;
	font-size: 1em;
	font-weight: 500;
    width: 200px;
    text-align: left;
	vertical-align: middle;
    padding: 25px 0 25px 0;
}
.Contact_form td {
	text-align: left;
    padding: 25px 0;
}
::-ms-expand {
    display: none;
}
input[type="name"],
input[type="age"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
	outline: none;
	width: 80%;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
	margin: 0;
	padding: 8px 10px;
	font-size: 15px;
}
input[type="email"] {
	margin: 5px 0;
}
input[type="name"]:focus,
input[type="age"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus {
    border: 2px solid #3498db;
}
textarea {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
    box-sizing: border-box;
	margin: 0;
	padding: 15px 10px;
    outline: none;
}
.tlt{
	text-align: center;
	margin: 5px 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	cursor: pointer;
	padding: 15px 25px;
	background: #12acd6;
	border-radius: 2px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.095em;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
   border: none;
}
input[type="submit"]:hover {
	background: #154bd1;
	color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="button"] {
	-webkit-appearance: none;
	margin-left: 15px;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	cursor: pointer;
	padding: 15px 25px;
	background: #DBDBDB;
	border-radius: 2px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.095em;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
   border: none;
}
input[type="button"]:hover {
	background: #BABABA;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
span.Contact_form_presence {
	display: inline-block;
	vertical-align: middle;
	color: transparent;
	font-size: 0.5625em;
	margin-left: 10px;
}
span.Contact_form_presence::before {
	content: '必須';
	display: inline-block;
	background: #ed1c24;
	color: #FFF;
	border-radius: 2px;
	margin: 0;
	padding: 5px;
}
.tipped {
	font-size: 0.675em;
	color: #CCC;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.Contact_form {
		border: none;
	}
	.Contact_form table,
	.Contact_form table tbody,
	.Contact_form table tr,
	.Contact_form table th,
	.Contact_form table td {
		display: block;
		width: 100%;
		letter-spacing: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.Contact_form table {
		border: none;
		padding: 0;
	}
	.Contact_form table th {
		padding: 20px 0 10px;
		border-bottom: none;
	}
	.Contact_form table td {
		padding: 10px 0 20px;
	}
	label { width: 100%;}
	input[type="name"] { width: 40%; } 
	input[type="file"],input[type="email"],input[type="text"],input[type="password"] {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	span.Contact_form_presence {
		float: none;
		margin-left: 15px;
	}
}/*/mediaquery*/

.Confirmation {
	background: #FFF;
	margin: 10px 0 80px;
	padding: 40px 50px;
	font-size: 16px;
	border-radius: 2px;
	border: 2px solid #e3e3e3;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
/* table */
.Confirmation table {
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.Confirmation table th,
.Confirmation table td {
	font-size: 1em;
	padding: 30px 0;
	border-bottom: 1px dotted #e3e3e3;
}
.Confirmation table th {
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	color: #222;
	font-size: 1em;
	padding-left: 15px;
	position: relative;
}
.Confirmation table th:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #222;
	width: 3px;
	height: 15px;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Confirmation table td {
	font-size: 0.9375em;
	font-weight: 200;
	color: #222;
}
.error_messe {
	color: red;
}
@media screen and (max-width:480px) {
	.Confirmation { padding: 30px;}
	.Confirmation table th {
		display: block;
		width: 100%;
		font-size: 1em;
		font-weight: 400;
		padding: 10px 10px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none;
	}
	.Confirmation table td {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 1em;
		padding: 0px 10px 10px;
		margin-bottom: 20px;
	}
}/*/mediaquery*/

/* ~~ sitemap ~~ */
.site_map {
	padding: 30px 0;
}
.site_map dl {
	line-height: 2em;
	font-size: 16px;
}
.site_map dl a:hover {
	text-decoration: underline;
}
.site_map dt {
	display: block;
	margin: 10px 0;
	font-size: 1em;
}
.site_map dt:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../image/btn_arrow_circle_222.png) no-repeat;
	background-size: 100%;
}
.site_map dt a {
	color: #222;
}
.site_map dd {
	display: block;
	font-size: 0.875em;
	color: #444;
	font-weight: 300;
	text-decoration: underline;
	margin-left: 25px;
}
.site_map dd a {
	color: #444;
}

/* ~~ index_contents_lv1 ~~ */
.index_contents_lv1 {
	font-size: 16px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	background: #FFF;
}
.index_contents_lv1_main {
	padding: 0 30px;
   width: 61.8%;
}
.index_contents_lv1_img {
   width: 38.2%;
}
.index_contents_lv1_img img {
	width: 100%;
	height: auto;
}
.index_contents_lv1_copy {
	line-height: 2em;
}
.index_contents_lv1_copy span {
	font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	color: #253461;
}
.index_contents_lv1_copy h2 {
	font-size: 1.2em;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 15px;
	position: relative;
}
.index_contents_lv1_copy h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #29abdb;
	width: 4px;
	height: 70%;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index_contents_lv1_copy { margin-bottom: 15px; }
.index_contents_lv1_description p {
	color: #222;
	line-height: 1.7em;
	font-size: 0.9375em;
	font-weight: 300;
}
a:hover .index_contents_lv1_description p { text-decoration: underline; }
a:hover .index_contents_lv1_img img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.index_contents_lv1 {
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0px 0 50px;
	}
	.index_contents_lv1_main,
   .index_contents_lv1_img {
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
      width: 100%;
   }
	.index_contents_lv1_main {
		padding: 50px 20px 20px;
	}
	.index_contents_lv1_copy span {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 1.4em;
	}
	.index_contents_lv1_copy h2:after {
		height: 1px;
		width: 20px;
		top: 10px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-bottom: 30px;
	}
	.index_contents_lv1 .bnt_stream span {
		padding: 15px;
		margin: 15px auto;
	}
}/*/mediaquery*/

/* ~~ Content_box ~~ */
.Content_box {
	background: #FFF;
	margin: 30px 0 80px;
	padding: 40px 50px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 4px solid #ddd;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.Content_box h2,
.Content_box h3 {
	font-size: 1em;
	font-weight: 400;
	color: #222;
}
/* table */
.Content_box table {
	width: 100%;
	line-height: 1.7em;
}
.Content_box table th,
.Content_box table td {
	font-size: 1em;
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
.Content_box table th {
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	color: #097e6a;
	position: relative;
}
.Content_box table th:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	width: 25px;
	height: 25px;
}
.Content_box table td {
	font-size: 0.9375em;
	font-weight: 400;
	color: #222;
}
.Content_box table .last { border-bottom: none; }
/* ul */
.Content_box ul li {
	line-height: 1.7em;
	color: #222;
	font-weight: 200;
	font-size: 1em;
	padding-left: 13px;
	background: url(../image/table_li_mk.png) left center no-repeat;
	margin-bottom: 4px;
}
@media screen and (max-width:480px) {
	.Content_box { padding: 15px;}
	.Content_box table th {
		display: block;
		width: 100%;
		font-size: 0.8em;
		font-weight: 600;
		padding: 10px 10px 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none;
	}
	.Content_box table th:after {
		content: none;
	}
	.Content_box table td {
		display: block;
		font-size: 0.875em;
		padding: 10px 0;
	}
}/*/mediaquery*/

/* ~~ news_home ~~ */
.news_home {
   width: 100%;
   margin: 30px 0 70px;
   font-size: 16px;
   border: 10px solid #F2F2F2;
   padding-left: 50px;
   padding-right: 50px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.news_home_block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
}
.news_home_ttl,
.news_home_link {
   line-height: 1.5em;
   padding: 15px 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   border-bottom: 1px solid #F2F2F2;
}
.news_home_ttl {
   width: 20%;
   text-align: left;
}
.news_home_link {
   width: 80%;
}
.news_home_ttl p {
   color: #222;
   font-weight: 500;
}
.news_home_link a {
   color: 222;
}
@media screen and (max-width:1280px) {
   .news_home {
      width: 100%;
		padding-left: 50px;
		padding-right: 50px;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
   }
}
@media screen and (max-width:780px) {
   .news_home {
      width: 100%;
		padding-left: 30px;
		padding-right: 30px;
   }
}
@media screen and (max-width:480px) {
   .news_home {
      display: block;
      padding: 15px;
   }
   .news_home_block {
      display: block;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
   }
   .news_home_ttl,
   .news_home_link {
      width: 100%;
      padding: 0px;
      line-height: 1.7em;
      border: none;
   }
}/*/mediaquery*/