@charset "utf-8";
/* CSS Document */

/*=====================================
   Common
=======================================*/

* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	padding-bottom: 100px;
	font-size: 14px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
	min-width: 1050px;
}
input , select , textarea {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	margin-left:1px;
	font-size:16px;
}
/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
ul.radio {
	overflow:hidden;
}
img {
	border: none;
	vertical-align: top;
	max-width:100%;
}
strong{
	font-weight:normal;
}
p, dt, dd, li {
	line-height: 1.5;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.mt1 {
	margin-top: -1px;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sp {
	display: none;
}

.tag_shain {
	background-color: #FEE100;
}
.tag_hall {
	background-color: #002060;
}
.tag_haken {
	background: #FF8282;
}
.tag_kitchen {
	background: #FF8282;
}
.tag_other {
	background: #FF8282;
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.maintxt_wrap .maintxt {
    font-size: 14px;
    color: #002060;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}
.head_area_wrap {
    width: 100%;
}
.head_area {
    width: 1200px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: left;
    margin-top: 15px;
}
.head_area .logo {
    float: left;
    padding-top: 0;
}
.nav {
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.nav ul li {
    float: left;
}
.nav ul li:first-child a {
    margin-left: 20px;
}
.nav ul li a {
    display: block;
    text-align: center;
    color: #001F5F;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    margin-left: 50px;
}
.nav ul li a:after {
    content: '';
    position: absolute;
    border-left: 1px solid #000;
    width: 50px;
    height: 18px;
    top: 7px;
    right: -77px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(20deg);
}
.nav ul li .engttl {
    display: block;
    font-size: 8px;
}



.head_area .entry {
	float: left;
	padding-top: 5px;
	margin-left:20px;
}
.hdleft {
    float: left;
}
.head_area .head_right {
    float: right;
    text-align: right;
    width: 790px;
}
.topnav {
    float: right;
    text-align: right;
    display: block;
    width: 500px;
    margin-bottom: 20px;
}
.head_area_sp {
	display: none;
}
.headnav {
    text-align: right;
    margin-top: 5px;
    font-size: 0px;
    float: left;
}
.head_area .sns {
    overflow: hidden;
    float: right;
}
.head_area .sns li {
    float: left;
}
.headnav li {
	font-size: 12px;
	display: inline-block;
	margin-left: 9px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1;
}
.headnav li:first-child {
	border-left-style: none;
}
.head_area .tel {
    overflow: hidden;
    float: right;
}
.head_area .time {
    float: left;
    width: 110px;
    border: 3px solid #002060;
}
.head_area .time p {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #002060;
    padding: 5px;
}
.head_area .time p span {
    display: block;
    font-size: 10px;
}
.head_area .headbtn {
    text-align: right;
    font-size: 0px;
    float: right;
    width: 408px;
}
.head_area .headbtn li {
    float: left;
    display: block;
}
.head_area .headbtn li.tel {
    padding-left: 15px;
    margin-right: 10px;
}
.head_area .headbtn li.tel a {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
nav.pc {
	border-bottom: 1px solid #333;
}
ul#gnav {
	display: none;
}
#nav {
	text-align: center;
	width: 999px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	display: table;
}
#nav li {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	width: 16%;
	position:relative;
}
#nav li a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 1.3;
    letter-spacing: -0.02em;
    padding-top: 5px;
    padding-bottom: 5px;
}
#nav li a span>span {
	font-size: 17px;
}
#nav li a:hover {
	text-decoration: none;
	color: #666;
}

#nav li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: -1px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}
#nav li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    display: block;
    z-index: 9999;
    background-color: #fff;
}
#nav li ul li:first-child a{
	border-top:solid 1px #ccc;
}
#nav li:last-child ul{
  left: -100%;
  width: 100%
}
#nav li ul li a {
    padding: 7px 5px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
    display: block;
}
#nav li:hover ul li {
    overflow: visible;
    height: 51px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc!important;
}
#nav li:hover ul .top{
  border-top: 1px solid #cccccc;
}
#nav li:hover ul li a:hover{
	text-decoration: none;
	border-bottom:none;
}

#mainwrap {
    position: relative;
    width: 100%;
}
.mainwrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mainwrap #main .image div.slide {
	position: absolute;
	top: 0;
	left: 0;
}
.mainwrap .slide01 .slider {
	width: 100%;
	margin: 0 auto 80px;
}
.mainwrap .slide01 .slick-slide img {
	width: 100%;
	height: auto;
}
.mainwrap .slide01 .slick-list {
    overflow: inherit!important;
    width: 1196px;
    padding: 0!important;
    margin: 0 auto!important;
}
.mainwrap .slide01 .slick-slide:not(.slick-center) {
	background:rgba(255,255,255,0.5);
}
.mainwrap .slide01 {
    position: relative;
    width: 1196px;
    margin: 0 auto;
    text-align: left;
}
.layerR {
    right: 0;
}
.layerL {
    left: 0;
}
.layer {
    position: absolute;
    top: 0;
    min-width: 80px;
    height: 430px;
    background: #eee;
    opacity: 0.5;
}
.slick-slide:focus {
  outline: none;
}
.slick-prev, .slick-next {
    width: 44px!important;
    height: 44px!important;
	z-index:10;
	top: 50%!important;
    margin-top: -22px;
}
.slick-next {
	right:-60px!important;
    background-image: url(../img/common/arr_05.png)!important;
    background-repeat: no-repeat;
}
.slick-prev {
	left:-60px!important;
    background-image: url(../img/common/arr_04.png)!important;
    background-repeat: no-repeat;
}
.slick-dots li button:before {
    font-size: 30px!important;
    color: #002060!important;
}

.searchwrap{
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -500px;
	width:1000px;
}
.searcharea {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
    width: 410px;
    background: rgba(0,32,96,0.9);
    color: #fff;
    border-radius: 5px;
}
.searcharea .box01 {
	
}
.searcharea .box01 .txt01 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-right: 15px;
    line-height: 1;
    padding: 14px 0;
}
.searcharea .box01 .btn-txt {
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	text-align: left;
	margin-bottom: 12px;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	margin-right:8px;
}
.btn-select {
    width: 160px;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #FFF;
    background-image: url(../img/common/arr_select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    float: left;
    margin-right: 18px;
    font-weight: bold;
    text-align: left;
}
.label {
    color: #002060;
    position: absolute;
    width: 16em;
    z-index: 1;
    top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    left: 50%;
    margin-left: -5em;
    line-height: 1;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
	padding-top: 8px;
    padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
    opacity: 0;
    position: relative;
    z-index: 2;
}

.searcharea .box02 {
    float: right;
}
.searcharea .box02 .pt01 button {
    font-size: 18px;
    color: #FFF;
	text-align:center;
    vertical-align: middle;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
}





.addtop{
    padding-top: 190px;
}
.rightreg {
    position: absolute;
    top: 0;
    right: 0;
}
/* top_info */
.top_info_wrap {
    width: 100%;
    margin: 0 auto 44px;
    text-align: left;
    padding: 100px 0 80px;
    position: relative;
}
.top_info {
    width: 1000px;
    display: block;
    margin: 0 auto;
	text-align:left;
}
.top_info_wrap .pickup_wrap {
	margin-bottom: 39px;
	padding: 5px;
	position: relative;
	display: inline-block;
	width: 990px;
	background-color: #FFF;
	border: 5px solid #333;
}
.top_info_wrap .pickup_wrap h2 {
	position: absolute;
	right: -33px;
	top: -33px;
	z-index: 309;
	color: #001F5F;
}
.top_info_wrap .pickup_wrap .inner {
	padding: 25px 30px 23px 23px;
}
.top_info_wrap .pickup_wrap .inner a {
	display: block;
}
.top_info_wrap .pickup_wrap .inner a:hover {
 	opacity: 0.9;
}
.top_info_wrap .pickup_wrap .inner .image {
	float: left;
	width: 204px;
}
.top_info_wrap .pickup_wrap .inner .image img {
	max-width: 100%;
	height: auto;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup {
	float: right;
	width: 705px;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .tag_area {
	margin-bottom: 15px;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .tag_area ul li {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	padding: 4px;
	min-width:4em;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .tag_area ul li.tag01 {
	width: auto;
	padding-left: 7px;
    padding-right: 7px;
	font-weight:bold;
	margin-bottom: 5px;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .tag_area ul li.tag02 {
	width: auto;
	font-weight:bold;
	margin-bottom: 5px;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .title {
	padding: 5px 0;
	border-bottom: 2px solid #333;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .title h3 {
	font-size: 18px;
	color: #001F5F;
	float: left;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .title p.num {
	text-align: right;
	color: #fff;
	font-size: 14px;
	padding-top: 2px;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .text {
	padding: 15px 0px 5px 0;
}
.top_info_wrap .pickup_wrap .inner .cnt_pickup .text p {
	font-size: 16px;
	color: #000;
	min-height: 48px;
}

.top_info_wrap .news_bloc {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info_wrap .news_bloc .nbox01 {
    padding: 10px 18px;
    height: 240px;
    overflow-y: auto;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
}
.top_info_wrap .news_bloc h3 {
    padding-bottom: 15px;
    line-height: 1;
    font-size: 22px;
    color: #001F5F;
    font-weight: bold;
    padding-top: 14px;
    padding-right: 25px;
    padding-left: 25px;
	text-align:center;
}
.top_info_wrap .news_bloc h3 span {
	padding: 2px 0 3px 0;
	font-size: 22px;
}
.top_info_wrap .news_bloc .list {
    padding: 11px 0 7px;
    border-bottom: 1px dotted #D6D6D6;
}
.top_info_wrap .news_bloc .list:last-child {
	border: none;
}
.top_info_wrap .news_bloc .list a {
	text-decoration: underline;
	color: #FE5B5B;
	font-size: 16px;
	font-weight: bold;
}
.top_info_wrap .news_bloc .list a:hover {
	text-decoration: none;
}
.top_info_wrap .news_bloc .list a .title h4 {
	float: none;
	font-size: 12px;
	display:block;
}
.top_info_wrap .news_bloc .list a .title h4 span {
    display: block;
    font-weight: normal;
}
.top_info_wrap .news_bloc .list a .title h4 span.tag01 {
    display: inline-block;
    margin-right: 8px;
    width: auto;
    font-size: 9px;
    color: #002060;
    text-align: center;
    vertical-align: top;
    padding: 2px 4px;
    font-weight: normal;
    margin-bottom: 5px;
    min-width: 80px;
}
.top_info_wrap .news_bloc .list a .title h4 span.tag02 {
	display: inline-block;
	margin-right: 12px;
	width: auto;
	font-size: 9px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 2px 4px;
	font-weight: normal;
	margin-bottom:5px;
}
.top_info_wrap .news_bloc .list a .title p.area {
	text-align: right;
	font-size: 12px;
	display: -webkit-inline-box;
}
.top_info_wrap .news_bloc .list a:hover .title p.area {
	text-decoration:underline;
}
.top_info_wrap .news_bloc .list a .text p {
	font-size: 12px;
}
.top_info_wrap .news_bloc .btn_more {
	text-align: right;
	margin-top: 8px;
}
.top_info_wrap .news_bloc .btn_more a {
	font-size: 13px;
	color: #265985;
	padding-left: 16px;
	background: url(../img/top/ico_more.png) no-repeat left center;
}


.topcont_wrap {
    padding: 40px 0 60px;
    margin: 0;
}
.topcont_wrap.bg02 {
    background: url(../img/common/cmn_bg_03.png);
    padding: 60px 0;
}
.topcont {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.topcont .cmntitle01 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: none;
    color: #001F5F;
    margin-bottom: 30px;
    padding: 0;
}
.topcont .cmntitle01 span{
    padding: 0;
}
.topcont .cmn01_txt {
	text-align:center;
	margin-bottom:40px;
}
.topcont .cont01.bg01{
    margin-bottom: 40px;
}
.topcont .cont01.bg01 .box01 {
    width: 238px;
    min-height: 330px;
    float: left;
    margin-right: 15px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}
.topcont .cont01.bg01 .box01 .image{
	margin-bottom:15px;
}
.topcont .cont01.bg01 .box01 .title {
    padding: 0 15px;
    color: #002060;
    font-size: 12px;
}
.topcont .cont01.bg01 .box01 .title p {
    margin-bottom: 10px;
}
.topcont .cont01.bg01 .box01 .title p span {
    min-width: 78px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    margin-right: 5px;
}
.topcont .cont01.bg01 .box01 .title p span.tag01{
    color: #002060;
}
.topcont .cont01.bg01 .box01 .title p span.tag02{
	color: #FFF!important;
	background-color:#002060!important;
}
.topcont .cont01.bg01 .box01 .title h4, .title p.area {
    font-weight: normal;
}
.topcont .cont01.bg01 .box01 a {
    display: block;
}
.topcont .cont01.bg01 .box01 a:hover {
    text-decoration: none;
}






.topcont .cont01.bg02 {
    width: 800px;
    margin: 0 auto;
}
.topcont .cont01.bg02 .box01 {
    width: 238px;
    /*min-height: 330px;*/
    float: left;
    margin-right: 43px;
    background: url(../img/common/cmn_bg_04.png);
    border-radius: 5px;
    padding: 20px 0 10px;
    text-align: center;
}
.topcont .cont01.bg02 .box01:last-child {
    margin-right: 0;
}
.topcont .cont01.bg02 .ttl {
    color: #001F5F;
    font-size: 16px;
    font-weight: bold;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    min-height: 50px;
}
.topcont .cont01.bg02 .ttl span {
    vertical-align: middle;
    display: table-cell;
	width:100%
}
.topcont .cont01.bg02 .img {
    margin-bottom: 15px;
}
.topcont .cont01.bg02 .btn {
    margin-bottom: 15px;
}
.topcont .cont01.bg02 .list {
    padding: 0 15px;
    text-align: left;
}
.topcont .cont01.bg02 .list ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 11px;
    color: #001F5F;
}

.topcont .cont01.bg03 {
    width: 800px;
    margin: 0 auto 60px;
}
.topcont .cont01.bg03 .box01 {
    width: 238px;
    /*min-height: 330px;*/
    float: left;
    margin-right: 43px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0 10px;
    text-align: center;
}
.topcont .cont01.bg03 .box01:last-child {
    margin-right: 0;
}
.topcont .cont01.bg03 .ttl {
    color: #001F5F;
    font-size: 16px;
    font-weight: bold;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    min-height: 50px;
}
.topcont .cont01.bg03 .ttl span {
    vertical-align: middle;
    display: table-cell;
	width:100%
}
.topcont .cont01.bg03 .img {
    margin-bottom: 15px;
}
.topcont .cont01.bg03 .btn {
    margin-bottom: 15px;
}
.topcont .cont01.bg03 .list {
    padding: 0 15px;
    text-align: left;
}
.topcont .cont01.bg03 .list ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 11px;
    color: #001F5F;
	text-indent: -16px;
    margin-left: 16px;
}
.topcont .cont01 .list ul li .pt01 {
    color: #FF0000;
    font-size: 14px;
}
.topcont .cont02 {
    width: 1000px;
    margin-bottom: 55px;
}
.topcont .cont02 .box01 {
    width: 250px;
    float: left;
    margin: 0;
    padding: 0;
}
.topcont .cont03 {
    text-align: center;
}
.topcont .twibox {
    float: right;
}
.topcont .fbbox {
    float: left;
}
.topcont_wrap.bn01 {
    padding: 30px 0;
    margin: 0;
}




#topicpath {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 65px;
}
#topicpath a {
	color: #b82f4f;
}
.cmntitle01 {
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    background-color: #001F5F;
	background-image: url(../img/common/icon_title_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding: 18px 0px;
}
.cmntitle01 span {
    padding-left: 35px;
}
#content_wrap {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	padding-top:30px;
}
#content {
    float: none;
    width: 1000px;
    text-align: left;
}
#topcontent {
	float: left;
	width: 640px;
	text-align: left;
}
.top_bnr {
	margin-bottom: 45px;
}
.infoblock .title {
	position: relative;
}
.infoblock .title p.linktxt {
	position: absolute;
	top: 2px;
	right: 0;
}
.infoblock a  {
	color: #999;
}
.infoblock .title01 {
	font-size: 16px;
	font-weight: bold;
	color: #265985;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265985;
}
.infoblock .list {
	position: relative;
}

.infoblock .list dt{
	position: absolute;
	padding-top: 14px;
	font-weight: bold;
	color: #000;
}
.infoblock .list dd {
	color: #000;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.infoblock .list dd a {
	color: #444;
}
.infoblock .list dt:first-child+dd {
	border-top: 0;
}
.infoblock .linktxt {
	text-align: right;
}
.infoblock .linktxt a {
	font-size: 14px;
	color: #A30210;
	padding-left: 16px;
	background: url(../img/top/ico_more.png) no-repeat left center;
}


.topmain .cont01 .boxwrap {
	margin-bottom: 45px;
}
.topmain .cont01 .boxwrap .box01 {
	float: left;
	width: 308px;
	background-color: #EA8F8C;
	/*background-image: url(../img/common/cmn_triangle01.png);*/

	background-position: 99% 58%;
	background-repeat: no-repeat;
}
.topmain .cont01 .boxwrap .box02 {
	float: right;
	width: 308px;
	background-color: #1F95B9;
	/*background-image: url(../img/common/cmn_triangle01.png);*/
	background-position: 99% 58%;
	background-repeat: no-repeat;
}
.topmain .cont01 .boxwrap .box03 {
	background-color: #EA8F8C;
	/*background-image: url(../img/common/cmn_triangle01.png);*/
	background-position: 99% 4%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.topmain .cont01 .boxwrap .box03:hover{
	opacity:0.8;
}
.topmain .cont01 .boxwrap .box03 a{
	display:block;
}
.topmain .cont01 .boxwrap .box03 .imgblock {
	float: left;
}
.topmain .cont01 .boxwrap .box03 .txtwl{
	float: right;
	margin-right: 20px;
	width:405px;
	padding-top:10px;
}
.topmain .cont01 .boxwrap .box03 .txtwl h3 {
	padding: 12px 0px;
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
}
.topmain .cont01 .boxwrap .box03 .txtwl .txtblock {
	font-size: 14px;
	color: #FFF;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	display: block;
}

.topmain .cont01 .boxwrap h3 {
	padding: 12px 15px 0;
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
}
.topmain .cont01 .boxwrap .txtblock {
	font-size: 14px;
	color: #FFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	display: block;
}
.topmain .cont01 .boxwrap a:hover {
	text-decoration: none;
}

/* sub */
#sub .sidetop_wrap .sheetbox {
	border: 3px solid #16657B;
}
#sub .sidetop_wrap .sheet{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sub .sidetop_wrap .sheet li{
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
}

#sub {
	float: right;
	width: 320px;
}
#sub .sidetop_wrap {
	margin-bottom: 17px;
}
#sub .sidetop_wrap .inner {
	padding: 18px 0 15px;
	float: left;
	width: 150px;
	border: 3px solid #16657B;
}
#sub .sidetop_wrap .inner p.ico {
    float: left;
    padding-left: 12px;
}
#sub .sidetop_wrap .inner.right {
	float: right;
}
#sub .sidetop_wrap .inner ul li:first-child {
	margin-bottom: 5px;
}
#sub .sidetop_wrap .inner h3 {
	color: #16657B;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
    padding-left: 48px;
}

#sub .btn_down {
	margin-bottom: 20px;
	position: relative;
}
#sub .btn_down .btn01 {
	position: absolute;
	left: 88px;
	top: 62px;
}
#sub .btn_down .btn02 {
	position: absolute;
	left: 200px;
	top: 62px;
}
#sub .submenu li {
	margin-bottom: 25px;
}
#pagetop {
    text-align: right;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    right: 3%;
}
#footer_bnr {
	background-color: #EAF3DA;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	min-width: 1050px;
}
#footer_bnr li {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

#footer {
    text-align: left;
    width: 100%;
    background-color: #002060;
    padding: 30px 0;
}
#footer nav {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#footer nav dl {
    float: left;
    color: #fff;
    margin-right: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#footer nav dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#footer nav dt .bd01 {
    border-left: 4px solid #fff;
    margin-left: -10px;
    padding-left: 10px;
}
#footer nav dd {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
}
#footer nav dd:before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: relative;
    left: -9px;
    top: -3px;
}
#footer nav dd a {
    color: #fff;
}
#footer address {
    font-style: normal;
    font-weight: normal;
    width: 1000px;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 10px;
    padding-left: 10px;
}




/* 下層共通クラス */
.pagetitle_wrap {
    text-align: left;
    background: #FEE100;
    padding: 21px 0;
    /*border-top: solid 1px #333;
     border-bottom: solid 1px #333; */
}
.pagetitle {
	width: 1000px;
	margin: 0 auto;

	color: #fff;
}
.pagetitle h2 {
    font-size: 24px;
    font-weight: bold;
    color: #001F5F;
    background-image: url(../img/common/icon_title_01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
.pagetitle h2 strong {
    font-weight: bold;
}
.topicpath {
    text-align: left;
    width: 1000px;
    margin: 10px auto 10px;
    color: #001F5F;
    font-size: 12px;
}
.topicpath span.arrow {
  padding: 0 7px;
}
.topicpath a {
    color: #001F5F;
}


.area_wrap .category_wrap ul {
	overflow: hidden;
}
.area_wrap .category_wrap ul li {
	/*float: left;*/
	width: 21%;
	margin-bottom: 5px;
	margin-left: 20px;
	text-indent: -20px;
	vertical-align: text-top;
	display: inline-block;
}
.area_wrap .category_wrap ul li input[type="checkbox"] {
	margin-right: 8px;
}
.area_wrap .category_wrap .btn_search {
    width: 290px;
    margin: 60px auto;
    border: none;
    display: block;
    background-position: 96% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.area_wrap .category_wrap .btn_search:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

/* さらに絞り込む */
.more_wrap form dt {
	margin-bottom: 15px;
	font-size: 15px;
	padding: 10px 0 10px 30px;
	background-image: url(../img/common/ico_toggle_close.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #001F5F;
	cursor: pointer;
	border-bottom: 1px solid #333;
	font-weight: bold;
}
.more_wrap form dt.active {
	background-image: url(../img/common/ico_toggle_open.png);
}
.more_wrap form dd {
	display: none;
	margin-bottom: 30px;
}
.more_wrap form dd.db {
	display: block;
}
.more_wrap form input[type="text"] {
	width: 295px;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.more_wrap form img.ui-datepicker-trigger {
	padding: 3px 15px;
	cursor: pointer;
}
.more_wrap form ul.category {
	overflow: hidden;
}
.more_wrap form ul.category li {
	float: left;
	width: 25%;
	margin-bottom: 5px;
}
.more_wrap form ul.category li input[type="checkbox"] {
	margin-right: 8px;
}


.more_wrap form ul.category li:nth-child(4n+1) {
	clear:both;
}

.more_wrap form .fmselect {
	display: block;
	font-size: 14px;
	width: 340px;
	line-height: 1.2;
	padding: 11px 5px 11px 15px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	background: url(../img/common/arrow_select.png) no-repeat 95% center;
}
.more_wrap form .fmselect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.more_wrap form .fmselect::-ms-expand {
	display: none;
}

.more_wrap form .btn_search {
    width: 250px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.more_wrap form .btn_search:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.more_wrap .item_wrap {
	margin-top: 55px;
}
.more_wrap .item_wrap .page_nav {
	overflow: hidden;
	margin-bottom: 12px;
}
.more_wrap .item_wrap .page_nav p.num {
	float: left;
	color: #001F5F;
	font-weight: bold;
	padding-top: 5px;
}
.more_wrap .item_wrap .page_nav .pager {
	float: right;
}
.more_wrap .item_wrap .page_nav .pager ul {
	overflow: hidden;
}
.more_wrap .item_wrap .page_nav .pager ul li {
	float: left;
	margin-left: 7px;
}
.more_wrap .item_wrap .page_nav .pager ul li.active {
	color: #fff;
	background: #001F5F;
	width: 28px;
	padding: 4px 0 3px;
	text-align: center;
}
.more_wrap .item_wrap .page_nav .pager ul li a {
	display: block;
	color: #001F5F;
	width: 28px;
	padding: 3px 0 2px;
	text-align: center;
	border: 1px solid #001F5F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.more_wrap .item_wrap .item_bloc {
	margin-bottom: 30px;
}
.more_wrap .item_wrap .item_bloc .title {
	padding: 14px 20px;
	background-color: #001F5F;
	overflow: hidden;
}
.more_wrap .item_wrap .item_bloc h3 {
	font-size: 16px;
	color: #fff;
	float: left;
	font-weight: normal;
}
.more_wrap .item_wrap .item_bloc p.num {
	text-align: right;
	color: #fff;
	font-size: 14px;
	padding-top: 2px;
	display: none;
}
.more_wrap .item_wrap .item_bloc .comment {
    padding: 17px 20px 17px 20px;
    min-height: 1px;
    background: #fffaeb;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.more_wrap .item_wrap .item_bloc .comment p {
	font-size: 18px;
}
.more_wrap .item_wrap .item_bloc .item_inner {
	padding: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area {
	margin-bottom: 20px;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul {
	overflow: hidden;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li {
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 12px;
	margin-bottom:10px;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag01,.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag02 {
	color: #fff;
	padding: 4px;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag01 {
	width: auto;
	padding-left: 7px;
    padding-right: 7px;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag02 {
	width: auto;
	padding-left: 7px;
    padding-right: 7px;
}

.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag03 {
	color: #fff;
	padding: 4px 7px;
	width: auto;
	background-color: #001F5F;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li.tag04 {
	color: #fff;
	padding: 4px 7px;
	width: auto;
	background-color: #009999;
}

.more_wrap .item_wrap .item_bloc .item_inner .detail_area {
	margin-bottom: 30px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top {
	overflow: hidden;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top .image {
    float: left;
    margin-bottom: 12px;
    width: 300px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top dl {
    float: right;
    width: 630px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area dl dt {
	float: left;
	padding-top: 12px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area dl dd {
	padding: 12px 0 12px 80px;
	border-top: 1px dotted #000;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area .detail_top dl dt:first-child {
	padding-top: 0;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area .detail_top dl dt:first-child + dd {
	padding-top: 0;
	border-top: 0;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area {
	/*background: #fffaeb;*/
	border-radius: 5px;
	overflow: hidden;
	text-align: -webkit-center;
	padding-bottom: 15px;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area p.tel {
	float: left;
	color: #265985;
	padding-top: 22px;
}

.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry a {
    width: 250px;
    float: none;
    padding: 18px 30px 18px 60px;
    border: none;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #001F5F;
    background-image: url(../img/common/ico_mail.png);
    background-repeat: no-repeat;
    background-position: 55px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry.type02 a {
    background-image: url(../img/common/ico_mail02.png);
	background-position: 55px 11px;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry a:before {
	content: url(../img/common/cmn_triangle01.png);
	position: absolute;
	top: 2px;
	right: 5px;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry a:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}


/* お申し込みフォーム */

.form_wrap dl dt {
	float: left;
    padding-top: 18px;
    padding-bottom: 18px;
}
.form_wrap dl dd {
	padding: 18px 0 18px 220px;
    border-bottom: 1px dotted #CCCCCC;
    min-height: 21px;
}
.form_wrap dl dd.text {
	padding: 9px 0 9px 220px;
}
.form_wrap dl dd span.id {
	font-weight: bold;
	color: #001F5F;
	pointer-events: none;
}

.form_wrap dl dd ul.radio li {
	float: left;
	width: 6em;
}
.form_wrap dl dd ul.radio li input[type="radio"] {
	margin-right: 5px;
}
.form_wrap dl dd input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrap dl dd textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrap dl dd ul.day li {
    width: 6em;
    display: inline-block;
    margin-right: 5px;
	vertical-align: middle;
}
.form_wrap dl dd ul.day li input[type="text"] {
	width: 100%;
}
.form_wrap dl dd ul.day.add01 li {
    width: 6em;
}
.form_wrap dl dd ul.day.add01 li.add {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
}
.form_wrap dl dd ul.day li span {
	margin-left: 0;
}
.form_wrap dl dd ul.day li.add span {
    /* padding-top: 19px; */
    position: relative;
    top: 9px;
}
.form_wrap select {
	border: 1px solid #ccc;
	height:39px;
}
.form_wrap .btn_confirm {
    width: 250px;
    margin: 35px auto;
    border: none;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #ff870f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.form_wrap .btn_confirm:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

/* お問い合わせ */
.req {
	color: #F00;
}
.contact_wrap p.outline {
	margin-bottom: 18px;
}
.contact_wrap .attention {
	border: 1px solid #001F5F;
	padding: 25px 30px;
	margin-bottom: 20px;
	background-image: url(../img/common/cmn_bg_01.png);
	background-repeat: repeat;
}
.contact_wrap .attention ol {
	margin: 10px 0;
}
.contact_wrap .attention ol li{
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
}
.contact_wrap .attention p.last {
	font-weight: bold;
	text-align: right;
}
.contact_wrap dl dt {
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
}
.contact_wrap dl dd,.contact_wrap dl.conf dd.text {
	padding: 18px 0 18px 220px;
	border-bottom: 1px dotted #CCCCCC;
	min-height: 21px;
}
.contact_wrap dl dd.text {
	padding: 9px 0 9px 220px;
}
.contact_wrap .mw_wp_form_confirm dl dd.text {
	padding: 18px 0 18px 220px;
}
.contact_wrap dl dd span.id {
	font-weight: bold;
	color: #000;
	pointer-events: none;
}

.contact_wrap dl dd ul.radio li {
	float: left;
	width: 10em;
}
.contact_wrap dl dd ul.radio li input[type="radio"] {
	margin-right: 5px;
}
.contact_wrap dl dd input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_wrap dl dd input[type="email"] {
	width: 70%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_wrap dl dd textarea {
	width: 100%;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #ccc;
}
.contact_wrap dl dd ul.day li {
    width: 220px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.contact_wrap dl dd ul.day li input[type="text"] {
	width: 70%;
}
.contact_wrap dl dd ul.day.add01 li input[type="text"] {
	width: 100%;
}
.contact_wrap dl dd ul.day.add02 li input[type="text"] {
	width: 100%;
}
.contact_wrap dl dd ul.day li span {
	margin-left: 5px;
}
.contact_wrap dl dd ul.zip li {
	float: left;
}
.contact_wrap dl dd ul.zip li span {
	padding: 10px;
	display: inline-block;
}
.contact_wrap dl dd ul.zip li.zip1 {
	width: 85px;
}
.contact_wrap dl dd ul.zip li.zip2 {
	width: 140px;
}

.contact_wrap .btn_confirm {
	width: 250px;
	margin: 35px auto;
	font-size: 16px;
	color: #FFF;
	border: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.contact_wrap .btn_confirm:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.contact_wrap .error{
	color:#F00;
	display:block;
}
.contact_wrap input.error {
    color: #000;
}
.contact_wrap textarea.error {
    color: #000;
}
/* 会社案内 */
.company_wrap table {
	width: 100%;
}
.company_wrap th,.company_wrap td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.company_wrap th {
	/* color: #001F5F; */
	width: 6.5em;
	vertical-align: top;
	text-align: left;
}
.company_wrap td {
	padding-left: 25px;
}
.company_wrap th.bdn {
	border: none;
}
.company_wrap tr.nb th,.company_wrap tr.nb td{
	border-bottom:none;
}
.company_wrap .gmap{
	width:100%;
	margin:0 auto;
}
.company_wrap #map{
	margin-top:60px;
}
.company_wrap .gmap{
	width:100%;
	height: 330px;
	margin:0 auto;
}

/* ニュースリリース */
.news_wrap .list {
	position: relative;
}

.news_wrap .list li {
    color: #001F5F;
    padding: 5px 10px;
    border-bottom: 1px dotted #D6D6D6;
}
.news_wrap .list li a {
    color: #001F5F;
}

.regmain .policy .policymain .box01 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-top: 0!important;
    border-bottom: 1px dotted #000;
    border-left: 0!important;
    border-right: 0!important;
    overflow: inherit!important;
    height: auto;
}
.regmain .policy .policymain .txt04 dt {
    position: absolute;
    float: none;
    padding: 0;
}
.regmain .policy .policymain .txt04 dd {
    padding-left: 3em;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}









/* 個人情報保護方針 */
.policy_wrap .bloc01 {
	margin-bottom: 50px;
}
.policy_wrap .bloc01 p,.policy_wrap .bloc01 ol li {
	margin-bottom: 10px;
}
.policy_wrap .bloc02 {
	margin-bottom: 50px;
}
.policy_wrap .bloc02 .inner {
	margin-bottom: 25px;
}
.policy_wrap .bloc02 .inner table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #001F5F;
	border-right: 1px solid #001F5F;
	border-left: 1px solid #001F5F;
}
.policy_wrap .bloc02 .inner table th,.policy_wrap .bloc02 .inner table td {
	font-weight: normal;
	padding: 15px;
	border-bottom: 1px solid #001F5F;
	vertical-align: top;
}
.policy_wrap .bloc02 .inner table thead th {
	text-align: center;
}
.policy_wrap .bloc02 .inner table tbody th {
	width: 25%;
}
.policy_wrap .bloc02 .inner table th {
	border-right: 1px solid #001F5F;
}
.policy_wrap .bloc02 .contact_bloc {
	width: 85%;
	margin: 15px auto;
	border: 1px solid #001F5F;
}
.policy_wrap .bloc02 .contact_bloc p {
	padding: 15px;
}
.policy_wrap .bloc02 .tar.mt {
	margin-top: 40px;
}
.policy_wrap .bloc03 h3.cmntitle01 {
	margin-bottom: 0;
}
.policy_wrap .bloc03 dl dt {
	float: left;
	font-weight: bold;
	color: #265985;
	padding-top: 12px;
}
.policy_wrap .bloc03 dl dd {
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 10px 315px;
}
.policy_wrap .bloc03 dl dt:first-child + dd {
	border-top: none;
}

/* サイトマップ */
.sitemap_wrap {
	margin-bottom: 25px;
}
.sitemap_wrap ul li a {
	display: block;
	padding: 10px 0;
	color: #333;
	border-top: 1px solid #e5e5e5;
}
.sitemap_wrap ul li:first-child a {
	border-top: 0;
}
.wp-pagenavi {

	text-align: center;
	margin-top: 15px;
}
/*-------------------------------------------------------------------*/
.form_wrap .guest,.form_wrap .member{
	margin-bottom: 50px;
}
.form_wrap .guest p.catch,.form_wrap .member p.catch{
	margin-top:20px;
}
.form_wrap .guest h4,.form_wrap .member h4{
	font-size:20px;
	color: #001F5F;
	border-bottom: solid 2px #333;
	margin-bottom: 24px;
	margin-top: 40px;
}
.form_wrap .guest h4{

}
.form_wrap ul.selectradio {
	margin-top:20px;
	padding-bottom:10px;
	border-bottom: #ddd solid 2px;
	padding-left:20px;
}
.form_wrap ul.selectradio li {
	float: left;
	width: 80px;
}
.form_wrap ul.selectradio li input[type="radio"] {
	margin-right: 5px;
}
.form_wrap ul.flow{
	overflow:hidden;
}
.form_wrap ul.flow li{
	float:left;
	width:133px;
}
.form_wrap ul.flow li.arrow{
	width:22px;
	padding:80px 7px;
}
.form_wrap ul.flow li h5{
	color:#001F5F;
	font-size:103%;
	margin-top:8px;
	padding-bottom:6px;
	border-bottom:solid 1px #333;
	margin-bottom:6px;
}

.topaddboxwrap {
    text-align: center;
    position: relative;
    top: 0;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    z-index: 500;
    margin-top: -80px;
    margin-bottom: 40px;
}
.topaddboxwrap .pt01 {
	　position: relative;
	padding: 10px;
	float: left;
	width: 470px;
	border: 1px solid #BF7281;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -2px #999;
	-moz-box-shadow: 0px 0px 10px -2px #999;
	-webkit-box-shadow: 0px 0px 10px -2px #999;
}
.topaddboxwrap .pt02 {
	position: relative;
	padding: 10px;
	float: right;
	width: 470px;
	border: 1px solid #748C9D;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -2px #999;
	-moz-box-shadow: 0px 0px 10px -2px #999;
	-webkit-box-shadow: 0px 0px 10px -2px #999;
}
.topaddboxwrap .pt04 {
    text-align: center;
}
.topaddboxwrap .pt05 {
	font-size: 22px;
	color: #FFF;
	background-color: #C0153E;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
	font-weight: bold;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.topaddboxwrap .pt06 {
	text-align: center;
}
.topaddboxwrap .pt06 li {
    display: inline-block;
    margin-right: 5px;
	margin-left: 5px;
    font-size: 16px;
    background: url(../img/top/topadd_03.png) no-repeat left 6px;
    padding-left: 15px;
}
.topaddboxwrap .pt06 li a {
	color: #C0153E;
}
.topaddboxwrap .pt06 li button {
	color: #C0153E;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.topaddboxwrap .pt06 li button:hover {
	text-decoration:underline;
}
.topaddboxwrap .pt07 {
	font-size: 22px;
	color: #FFF;
	background-color: #265985;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
	font-weight: bold;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.topaddboxwrap .pt08 {
	text-align: center;
}
.topaddboxwrap .pt08 li {
    display: inline-block;
    margin-right: 5px;
	margin-left: 5px;
    font-size: 16px;
    background: url(../img/top/topadd_04.png) no-repeat left 6px;
    padding-left: 15px;
}
.topaddboxwrap .pt08 li a {
	color: #265985;
}
.topaddboxwrap .pt09 {
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	min-height: 110px;
	background-image: url(../img/top/bg_top_01.png);
	background-position: center center;
	background-size:cover;
}
.topaddboxwrap .pt10 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-radius: 5px;
	min-height:110px;
	background-image: url(../img/top/bg_top_02.png);
	background-position: center center;
	background-size:cover;
}

.adv_btn01{
	margin-bottom:30px;
}

/*追記用*/
.topcont_wrap {
    margin-top: 50px;
}

.form_wrap .fmblock dl {
	display:table;
	width:100%;
	border-bottom: 1px solid #265985;
}
.form_wrap .fmblock dl dt {
	float: none;
	display:table-cell;
	vertical-align:middle;
	padding-top: 12px;
	padding-bottom: 12px;
    clear: both;
	width: 10em;
}
.form_wrap .fmblock dl dd {
	display:table-cell;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 10px;
    padding: 12px 20px;
	border-bottom: none;
}
.form_wrap .fmblock dl dd.text {
    padding: 12px 20px;
}
.form_wrap .fmblock dl dd span.id {
	font-weight: bold;
	color: #265985;
}

.form_wrap .fmblock dl dd ul.radio li {
	float: left;
	width: 80px;
}
.form_wrap .fmblock dl dd ul.radio li input[type="radio"] {
	margin-right: 5px;
}
.form_wrap .fmblock dl dd input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #265985;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrap .fmblock dl dd ul.day li {
    float: left;
    width: auto;
}
.form_wrap .fmblock dl dd ul.day li input[type="text"] {
	width: 4em;
}
.form_wrap .fmblock dl dd ul.day li span {
    margin-left: 5px;
    margin-right: 1em;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none;
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}
.clist li{
	margin-bottom:10px;
}

.policy_wrap .inner h4{
	color: #001F5F;
}


/* sub */
#sub .sidetop_wrap .sheet {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 15px;
	border: 3px solid #5C5C5C;
}
.sheetbox01{
	text-align:center;
	margin-bottom:7px;
}
#sub .sidetop_wrap .sheet li{
	vertical-align: middle;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.flow_wrap{
	overflow:hidden;
}
.bnr_entry{
	margin-top:30px;
	margin-bottom:30px;
}

.form_wrap dl dd input[type="tel"] {
    width: 70%;
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_wrap dl dd input[type="email"] {
    width: 70%;
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_wrap .entrybtn{
    text-align: center;
}

.form_wrap .entrybtn input {
    width: 250px;
    margin: 35px 10px;
    height: 60px;
    background-image: url(../img/common/btn_confirm.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0px;
    text-indent: -9999px;
    border-style: none;
    display: inline-block;
}
.form_wrap .entrybtn.login input {
    background-image: url(../img/common/btn_login.png);
}

.form_wrap .mw_wp_form_confirm  .entrybtn input {
    background-image: url(../img/common/btn_submit.png);
}
.entrybtn button {
    width: 250px;
    margin: 35px auto;
    font-size: 16px;
    color: #FFF;
    border: none;
    display: block;
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 11px;
    padding-left: 25px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #265985;
    background-image: url(../img/common/arr_02.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top dl.imgn {
    float: none;
    width: auto;
}
.hf {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}





.regmain .list01 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #666;
}
.regmain .list01 dt {
	font-size: 17px;
	font-weight: bold;
	color: #265985;
	margin-bottom: 10px;
	background-image: url(../img/common/icon_title_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 1px;
}
.regmain .list01 ul {
	margin-bottom:20px;
}
.regmain .txt01{
	font-weight: bold;
	margin-bottom: 5px;
}
.regmain .txt02{
	margin-bottom: 15px;
}
.regmain .txt03{
	margin-bottom: 15px;
}
.regmain .txt04{
	color: #FFF;
	background-color: #265985;
	display: inline-block;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.regmain .txt06{
	color: #16334E;
	font-weight: bold;
}
.regmain .txt07{
	text-indent: -1em;
	margin-left: 1em;
}
.regmain .box01{
	float:left;
	width:390px;
}
.regmain .box02{
	float:left;
	width:510px;
	margin-left:40px;
}
.regmain .img01{
	margin-bottom: 25px;
}
.regmain .ktxt01{
	padding: 12px;
	margin-bottom: 45px;
	border: 1px solid #CCC;
}
.regmain .ktxt02{
	padding: 12px;
	height:190px;
	overflow-y:auto;
}
.regmain .ktxt02::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.regmain .ktxt02::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 2px;
}
.regmain .btn01{
	text-align:center;
}

/* Q&A */
.faq_wrap .faq_bloc {
	margin-bottom: 40px;
}
.faq_wrap .faq_bloc h4 {
	font-size: 18px;
	padding-bottom: 5px;
	/* color: #001F5F; */
	border-bottom: 1px solid #001F5F;
}
.faq_wrap .txt01 {
	margin-bottom:20px
}
.faq_wrap .faq_bloc .inner {
	margin-bottom:20px
}
.faq_wrap .faq_bloc .qbox {
	background-image: url(../img/qa/bg_q.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.faq_wrap .faq_bloc .abox {
	background-image: url(../img/qa/bg_a.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.faq_wrap .faq_bloc .inner h5 {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 10px 30px;
	background: url(../img/qa/ico_q.png) no-repeat left 10px;
}
.faq_wrap .faq_bloc .inner .a_text {
	font-size: 16px;
	padding: 10px 0 10px 30px;
	background: url(../img/qa/ico_a.png) no-repeat left 10px;
}

.policymain .txt01 {
	margin-bottom: 25px;
}
.policymain .txt02 {
    font-weight: bold;
    margin-bottom: 5px;
}
.policymain .txt03 {
}
.policymain .txt04 {
	position: relative;
}
.policymain .txt04 dt {
	position: absolute;
}
.policymain .txt04 dd {
	padding-left: 3em;
}
.policymain .txt05 li {
	padding-left: 3em;
}
.policymain .box01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
.policymain .box01:last-child {
	border-bottom: 1px none #000;
}
.policymain .box01 a {
	text-decoration:underline;
}
.policymain .box01 a:hover {
	text-decoration:none;
}

.rcbox01 {
	position: relative;
}
.rcbox01 dt {
	position: absolute;


}
.rcbox01 dd {
	padding-left: 9em;
	border-bottom: 1px dotted #000;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.rcbox01 dd:last-child {
	border-bottom: 1px none #000;
}
.rcbox01 a {
	color: #265985;
}

.combox01 {
	margin-bottom:60px;
}
.combox03 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #000;
}
.combox02 .list01 {
	margin-bottom: 20px;
	float:right;
	width:490px;
}
.combox02 .list01 dt {
	font-size: 17px;
	font-weight: bold;
	color: #EB933E;
	margin-bottom: 5px;
	background-image: url(../img/common/icon_title_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top:1px;
}
.combox02 .map {
	float:left;
	width:490px;
}

.stmainwrap {
    background-image: url(../img/style/pic_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 489px;
    background-size: cover;
}
.stmainwrap.type02 {
	background-image: url(../img/pl/pic_01.png);
}
.stmain {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	text-align:left;
}
.stmain dl {
	padding-left:490px;
	padding-right:15px;
}
.stmain dl dt {
	font-size: 27px;
	margin-bottom: 10px;
	color: #265985;
}
.stmain dl dd {
	font-size: 16px;
	margin-bottom: 10px;
}

.forcmain .cont01 {
	background-color: #FBF4F1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.forcmain .cont02 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.forcmain .cont03 {
	background-color: #FBF4F1;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom:35px;
}
.forcmain .block01 {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.forcmain .box01 .pt01 {
	float:right;
	width:570px;
}
.forcmain .box01 .pt02 {
	float:left;
	width:405px;
}
.forcmain .box02 .pt01 {
	float:left;
	width:570px;
}
.forcmain .box02 .pt02 {
	float:right;
	width:335px;
}
.forcmain .box03 .pt01 {
	float:left;
	width:570px;
}
.forcmain .box03 .pt02 {
	float:right;
	width:405px;
}
.forcmain .title01 {
	display:table;
	margin-bottom:25px;
}
.forcmain .title01 dt {
	display:table-cell;
	vertical-align:middle;
}
.forcmain .title01 dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 32px;
	color: #265985;
}

.stylemain .cont01 {
	background-color: #FBF4F1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.stylemain .cont02 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.stylemain .cont03 {
	background-color: #FBF4F1;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom:60px;
}
.stylemain .block01 {
	width:1000px;
	margin:0 auto;
}
.stylemain .title01 {
	display:table;
	margin-bottom:25px;
}
.stylemain .title01 dt {
	display:table-cell;
	vertical-align:middle;
}
.stylemain .title01 dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 32px;
	color: #265985;
}
.stylemain .box01 p {
	font-size:16px;
	line-height:1.8;
}
.stylemain .box01 .pt01 {
	float: left;
	width: 400px;
}
.stylemain .box01 .pt02 {
	float: right;
	width: 575px;
}
.stylemain .box01 .pt03 {
	float: right;
	width: 400px;
}
.stylemain .box01 .pt04 {
	float: left;
	width: 575px;
}
.stylemain .box01 .txt01 li {
	font-size: 16px;
	font-weight: bold;
	color: #265985;
	width: 310px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #265985;
}
.stylemain .box02 {
	margin-bottom: 60px;
}
.stylemain .box03 {
	float:left;
	margin-left:30px;
	width:176px;
}
.stylemain .box03:first-child {
	margin-left:0;
}
.stylemain .box03 .img {
	margin-bottom:15px;
}
.stylemain .box03 dl dt {
	margin-bottom: 10px;
	font-size: 20px;
	color: #265985;
	text-align: center;
}
.stylemain .btn01 {
	text-align:center;
	margin-bottom:60px;
}

/*.mapblock {
	margin-bottom: 90px;

	position: relative;
}
.mapblock .mapimg {
}
.mapblock .maparea {
}
.mapblock .maparea li {
	position: absolute;
}
.mapblock .maparea li.pt01 {
    left: 721px;
    top: 202px;
}
.mapblock .maparea li.pt02 {
    left: 724px;
    top: 297px;
}
.mapblock .maparea li.pt03 {
    left: 127px;
    top: 163px;
}
.mapblock .maparea li.pt04 {
    left: 129px;
    top: 328px;
}
.mapblock .maparea li.pt05 {
    left: 128px;
    top: 88px;
}
.mapblock .maparea li button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}*/


.map_wrap {
	margin-bottom: 50px;
}
.map_wrap .map_inner {
    overflow: hidden;
    background: rgba(201,205,224,0.5);
}
 .map_wrap .map_inner .other_area {
	padding: 12px 25px 30px;
}
.map_wrap .map_inner .other_area h4 {
	font-size: 21px;
	color: #001F5F;
	border-bottom: 2px solid #001F5F;
}
.map_wrap .map_inner .other_area ul {
	overflow: hidden;
}
.map_wrap .map_inner .other_area ul li {
	float: left;
	margin-right: 4%;
}
.map_wrap .map_inner .other_area ul li:first-child,.map_wrap .map_inner .other_area ul li:first-child+li {
	border-top: 0;
}
.map_wrap .map_inner .other_area ul li a {
	display: block;
	padding: 11px 0 10px 20px;
	font-weight: bold;
	color: #001F5F;
	background: url(../img/common/ico_arrow_area.png) no-repeat left center;
}
.map_wrap .map_inner .map_image {
	float: right;
}

.map_detail {
	background: url(../img/map/tokyo_bg.png) no-repeat;
}
.map_detail img {
	max-width:640px;
}



.form_wrap .mw_wp_form_confirm dl dd ul.day.add01 li {
    width: auto;
}
.form_wrap .mw_wp_form_confirm dl dd .clearfix:after {
    display: none;
}
.form_wrap .mw_wp_form_confirm dl dd ul.day li {
    width: auto;
}
.form_wrap .mw_wp_form_confirm dl dd ul.day li.add span {
    top: 0;
}

.form_wrap .mw_wp_form_confirm dl dt {
    padding-top: 18px;
    padding-bottom: 18px;
}
.form_wrap .mw_wp_form_confirm dl dd.text {
    padding: 18px 0 18px 220px;
    min-height: 22px;
}
.form_wrap .entrybtn input.btnback {
    background-image: url(../img/common/btn_back.png);
	background-color:#666;
}
.entrybtn button.btnback {
    background-image: url(../img/common/arr_07.png);
    background-position: 8% center;
	background-color:#666;
}


.regulationsmain .chapter {
    margin-bottom: 40px;
}
.regulationsmain .chapterTtlBox {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1px;
}
.regulationsmain .chapterNo {
    margin-right: 25px;
}
.regulationsmain .chapterTtl {
    letter-spacing: 1em;
}
.regulationsmain .txtBoxTtl {
    text-align: center;
    font-size: 15px;
    margin-bottom: 1px;
}
.regulationsmain .txtBoxNo {
    margin-right: 15px;
}
.regulationsmain .txtTtl {
    letter-spacing: 0em;
}

.regulationsmain .txtBox {
    margin-bottom: 40px;
}
.regulationsmain .articleBox {
    margin-bottom: 10px;
}
.regulationsmain .articleBox .articleTtl {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
}
.regulationsmain .articleBox dl {
    display: block;
    width: 100%;
}
.regulationsmain .articleBox dt {
    display: block;
    width: 5%;
    float: left;
    margin-right: 3%;
}
.regulationsmain .articleBox dt .no01 {
    text-align: right;
    display: block;
}
.regulationsmain .articleBox .articleTxt{
    display: block;
    float: left;
    width: 92%;
}
.regulationsmain .articleBox .articleTxt02{
	margin-left:8%;
}
/*中身*/
.regulationsmain .articleBox .articleNestbox {
    margin: 10px 0 10px 8%;
    display: block;
    float: left;
    width: 92%;
}
.regulationsmain .articleBox .articleNestbox ul li {
    text-indent: -1em;
    padding-left: 1em;
	margin-bottom:3px;
}
.regulationsmain .articleBox .articleNestbox .table01 {
    width: 500px;
	border: 1px solid #333;
}
.regulationsmain .articleBox .articleNestbox .table01 th{
    padding: 5px 10px;
    border: 1px solid #333;
    font-weight: normal;
}
.regulationsmain .articleBox .articleNestbox .table01 td{
	padding: 5px 10px;
	border: 1px solid #333;
}
.regulationsmain .articleBox .articleNestbox .table01 td.center{
	text-align: center;
}
.regulationsmain .articleBox .articleNestbox .table01.nonbd {
    border: 0;
}
.regulationsmain .articleBox .articleNestbox .table01.nonbd th {
    vertical-align: top;
    font-weight: normal;
    padding: 5px 0;
	border: 0;
}
.regulationsmain .articleBox .articleNestbox .table01.nonbd td {
    vertical-align: text-bottom;
    padding: 5px 0;
	border: 0;
}
.form_wrap dl dd .addf {
    margin-left: -10px;
}
.form_wrap .mw_wp_form_confirm dl dd .addf {
    margin-left: 0px;
}
.form_wrap dl dd .addf.ml {
    margin-left: 0;
}
.form_wrap dl dd .addf input[type="text"] {
	width: 6em;
    margin-left: 10px;
    margin-right: 10px;
}
.form_wrap dl dd ul.day.addf input[type="text"] {
	width: 6em;
    margin-left: 10px;
    margin-right: 10px;
}

.id input {
	border:none!important;
}
dl.normal dd p.TitleArea span.title {
    padding-right: 90px;
    display: block;
}

.type_news h3.cmntitle01 {
    line-height: 1.3;
}


/* mame */
.knowledge_wrap .knowledge_bloc {
	margin-bottom: 65px;
}
.knowledge_wrap .knowledge_bloc .image {
	float: right;
}
.knowledge_wrap .knowledge_bloc .text {
	float: left;
	width: 320px;
	color: #001F5F;
}

.knowledge_wrap .knowledge_bloc:nth-child(even) .image {
	float: left;
}
.knowledge_wrap .knowledge_bloc:nth-child(even) .text {
	float: right;
}

.knowledge_wrap .knowledge_bloc .text02 {
	color: #001F5F;
}
.knowledge_wrap .knowledge_bloc p {
	margin-bottom: 10px;
}
.knowledge_wrap .pager {
	position: relative;
	overflow: hidden;
}
.knowledge_wrap .pager ul {
	position: relative;
	left: 50%;
	float: left;
}
.knowledge_wrap .pager ul li {
	float: left;
	margin-left: 7px;
	position: relative;
	left: -50%;
}
.knowledge_wrap .pager ul li.active {
	color: #fff;
	background: #001F5F;
	width: 28px;
	padding: 4px 0 3px;
	text-align: center;
}
.knowledge_wrap .pager ul li a {
	display: block;
	color: #001F5F;
	width: 28px;
	padding: 3px 0 2px;
	text-align: center;
	border: 1px solid #92acc2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 体験談 */
.exp_wrap .exp_bloc {
	margin-bottom: 35px;
}
.exp_wrap .exp_bloc .title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}
.exp_wrap .exp_bloc .title h4 {
	float: left;
	color: #001F5F;
	font-size: 16px;
}
.exp_wrap .exp_bloc .title p.age {
	text-align: right;
	padding-top: 2px;
}

/* 初めての派遣登録 */

.beginner_wrap p.outline {
	margin-bottom: 30px;
}
.beginner_wrap .flow_wrap ul {
	margin-left: -19px;
}
.beginner_wrap .flow_wrap ul li {
	float: left;
	width: 112px;
	margin-left: 19px;
	position: relative;
}
.beginner_wrap .flow_wrap ul li:before {
	content: url(../img/beginner/ico_arrow_step.png);
	position: absolute;
	left: -20px;
	top: 60px;
}
.beginner_wrap .flow_wrap ul li:first-child:before {
	content: none;
}
.beginner_wrap .flow_wrap ul li span {
	display: block;
}
.beginner_wrap .flow_wrap ul li span.title {
	color: #001F5F;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
}

/*　temp　*/
.temporary_wrap .cta_wrap {
	background-image: url(../img/temporary/bnr_temporary_bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: #fcf3df;
	height: 170px;
	margin-bottom: 40px;
	position: relative;
}
.temporary_wrap .cta_wrap h3 {
    position: absolute;
    top: 31px;
    left: 38px;
}
.temporary_wrap .cta_wrap .s_btn {
	position: absolute;
	bottom: 14px;
	left: 38px;
}

.temporary_wrap .main_wrap {
	margin-bottom: 35px;
}
.temporary_wrap .main_wrap h3.cmntitle01 {
	margin-bottom: 12px;
}
.temporary_wrap .main_wrap .inner {
	position: relative;
}
.temporary_wrap .main_wrap .inner h4 {
	/* color: #DB0414; */
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 18px;
}
.temporary_wrap .main_wrap .inner .list_area h5 {
	background: #EA8F8C;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	padding: 6px 0;
}
.temporary_wrap .main_wrap .inner .list_area h5 span {
	padding: 0 10px 0 6px;
	display: inline-block;
	float: left;
}
.temporary_wrap .main_wrap .inner .list_area ul {
	margin-right: 30px;
}
.temporary_wrap .main_wrap .inner .list_area ul li {
	padding: 23px 0 9px 60px;
	border-bottom: 3px solid #EA8F8C;
	font-size: 15px;
	/* color: #001F5F; */
	font-weight: bold;
	background: url(../img/temporary/ico_lits_title.png) no-repeat left center;
}

.temporary_wrap .main_wrap .inner .image {
	position: absolute;
	right: -10px;
	bottom: 0;
}
.temporary_wrap .temporary_main {
	margin-bottom: 60px;
}
.temporary_wrap .temporary_main h3 {
	color: #001F5F;
	font-size: 22px;
	margin-bottom: 18px;
}


.temporary_area_wrap.area_wrap .category_wrap .btn_search {
	background-color: #265985;
}

/*　tem02　*/
.regular_wrap .cta_wrap {
	background-image: url(../img/regular/bnr_fulltime_bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: #fcf3df;
	height: 170px;
	margin-bottom: 40px;
	position: relative;
}
.regular_wrap .cta_wrap h3 {
    position: absolute;
    top: 19px;
    left: 43px;
}
.regular_wrap .cta_wrap .s_btn {
	position: absolute;
	bottom: 25px;
	left: 54px;
}

.regular_wrap .main_wrap {
	margin-bottom: 35px;
}
.regular_wrap .main_wrap h3.cmntitle01 {
	margin-bottom: 12px;
}
.regular_wrap .main_wrap .inner {
	position: relative;
}
.regular_wrap .main_wrap .inner h4 {
	color: #333;
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 18px;
}
.regular_wrap .main_wrap .inner .list_area h5 {
	background: #34BBB7;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	padding: 6px 0;
}
.regular_wrap .main_wrap .inner .list_area h5 span {
	padding: 0 10px 0 6px;
    display: inline-block;
    float: left;
}
.regular_wrap .main_wrap .inner .list_area ul {
	margin-right: 30px;
}
.regular_wrap .main_wrap .inner .list_area ul li {
	padding: 23px 0 9px 60px;
	border-bottom: 3px solid #34BBB7;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.regular_wrap .main_wrap .inner .list_area ul li.point1 {
	background: url(../img/regular/ico_point01.png) no-repeat left 21px;
}
.regular_wrap .main_wrap .inner .list_area ul li.point2 {
	background: url(../img/regular/ico_point02.png) no-repeat left 21px;
}
.regular_wrap .main_wrap .inner .list_area ul li.point3 {
	background: url(../img/regular/ico_point03.png) no-repeat left 21px;
}
.regular_wrap .main_wrap .inner .list_area ul li.point4 {
	background: url(../img/regular/ico_point04.png) no-repeat left 21px;
}
.regular_wrap .main_wrap .inner .image {
	position: absolute;
	right: -10px;
	bottom: 0;
}

.regular_wrap .voice_wrap h3 {
	font-size: 25px;
	color: #001F5F;
	margin-bottom: 25px;
}
.regular_wrap .voice_wrap ul {
	margin-left: -33px;
}
.regular_wrap .voice_wrap ul li {
	float: left;
	width: 190px;
	height: 80px;
	padding: 10px 12px 0 35px;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/regular/ico_question.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff9e5;
	margin-left: 33px;
	margin-bottom: 28px;
}
.regular_wrap .voice_wrap .arrow {
	text-align: center;
	margin-bottom: 28px;
}
.regular_wrap .voice_wrap .voice_bottom {
	border: 4px solid #001F5F;
	padding: 15px 0;
	margin-bottom: 45px;
}
.regular_wrap .voice_wrap .voice_bottom p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #001F5F;
}

/* os */
.placement_wrap .top_bnr_wrap {
	background: url(../img/placement/bnr_placement_bg.jpg) no-repeat;
	height: 298px;
	margin-bottom: 45px;
	position: relative;
}
.placement_wrap .top_bnr_wrap .tag {
    font-size: 28px;
    color: #fff;
    background: #e79418;
    padding: 2px 15px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 64px;
    margin-left: 278px;
    line-height: 1.4;
}
.placement_wrap .top_bnr_wrap h4 {
    font-size: 40px;
    margin-left: 274px;
    margin-top: 10px;
    color: #３３３;
}
.placement_wrap .top_bnr_wrap .text {
	position: absolute;
	bottom: 0;
	background: url(../img/recruitment/bg_text.png);
	    padding: 11px 30px;
}
.placement_wrap .top_bnr_wrap .text p {
	color: #fff;
}
.placement_wrap .service_list {
	margin-bottom: 45px;
	overflow: hidden;
	border-top: 1px solid #d4dee7;
	border-right: 1px solid #d4dee7;
	border-left: 1px solid #d4dee7;
}
.placement_wrap .service_list ul {
	overflow: hidden;
	background: #fffff5;
}
.placement_wrap .service_list ul li {
	padding: 12px 0 10px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d4dee7;
}

.placement_wrap .service_list ul.left {
	width: 40%;
	float: left;
	border-right: none;
}
.placement_wrap .service_list ul.right {
	width: 60%;
	float: left;
}
.placement_wrap .use_list {
	margin-bottom: 45px;
	overflow: hidden;
	border-top: 1px solid #d4dee7;
	border-right: 1px solid #d4dee7;
	border-left: 1px solid #d4dee7;
}
.placement_wrap .use_list ul {
	overflow: hidden;
	background: #fffff5;
}
.placement_wrap .use_list ul li {
	padding: 12px 0 10px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d4dee7;
}
.placement_wrap .use_list ul.left {
	width: 30%;
	float: left;
	border-right: none;
}
.placement_wrap .use_list ul.right {
	width: 70%;
	float: left;
}

.placement_wrap .about_wrap h3.cmntitle01 span{
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
}
.placement_wrap .about_wrap ul {
	overflow: hidden;
	margin-left: -26px;
}
.placement_wrap .about_wrap ul li {
	float: left;
	width: 196px;
	margin-left: 26px;
	margin-bottom: 40px;
}
.placement_wrap .about_wrap ul li h4 {
	color: #001F5F;
	font-size: 15px;
	margin: 10px 0;
}

/* recruit */
.recruitment_wrap .top_bnr_wrap {
	background: url(../img/recruitment/bnr_recruitment_bg.jpg) no-repeat;
	height: 326px;
	margin-bottom: 45px;
	position: relative;
}
.recruitment_wrap .top_bnr_wrap .tag {
    font-size: 28px;
    color: #fff;
    background: #e79418;
    padding: 2px 15px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 64px;
    margin-left: 278px;
    line-height: 1.4;
}
.recruitment_wrap .top_bnr_wrap h4 {
    font-size: 40px;
    margin-left: 274px;
    margin-top: 10px;
    color: #265985;
}


.recruitment_wrap .top_bnr_wrap .text {
	position: absolute;
	bottom: 0;
	background: url(../img/recruitment/bg_text.png);
	padding: 15px 30px;
}
.recruitment_wrap .top_bnr_wrap .text p {
	color: #fff;
}
.recruitment_wrap .service_wrap {
	margin-bottom: 20px;
}
.recruitment_wrap .service_wrap h3.cmntitle01 {
	margin-bottom: 0;
}


.recruitment_wrap .service_wrap ul {
	margin-bottom: 10px;
}
.recruitment_wrap .service_wrap ul li {
	padding: 18px 0 18px 60px;
	border-top: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: bold;
	/* color: #001F5F; */
}
.recruitment_wrap .service_wrap ul li span.og {
	color: #E59218;
}
.recruitment_wrap .service_wrap ul li:first-child {
	border-top: 0;
}
.recruitment_wrap .service_wrap ul li.mh {
	padding: 30px 0 30px 60px;
}
.recruitment_wrap .service_wrap ul li.point1 {
	background-image: url(../img/recruitment/ico_point1.png);
}
.recruitment_wrap .service_wrap ul li.point2 {
	background-image: url(../img/recruitment/ico_point2.png);
}
.recruitment_wrap .service_wrap ul li.point3 {
	background-image: url(../img/recruitment/ico_point3.png);
}
.recruitment_wrap .service_wrap ul li.point4 {
	background-image: url(../img/recruitment/ico_point4.png);
}
.recruitment_wrap .service_wrap .image {
	/* text-align: center; */
	width: 332px;
	margin-left: 56px;
}


.recruitment_wrap .service_list {
	margin-bottom: 45px;
	overflow: hidden;
	border-top: 1px solid #d4dee7;

	border-right: 1px solid #d4dee7;
	border-left: 1px solid #d4dee7;
}

.recruitment_wrap .service_list ul {
	overflow: hidden;
	background: #fffff5;
}
.recruitment_wrap .service_list ul li {
	padding: 12px 0 10px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d4dee7;
}
.recruitment_wrap .service_list ul.left {
	width: 40%;
	float: left;
	border-right: none;
}
.recruitment_wrap .service_list ul.right {
	width: 60%;
	float: left;
}
.recruitment_wrap .service_list.use_list ul.right {
	width: 70%;
}
.recruitment_wrap .service_list.use_list ul.left {
	width: 30%;
}

button {
    border: none;
}
button:hover {
	cursor: pointer;
}
.fstitle {
	font-size: 15px;
	font-weight: bold;
	color: #001F5F;
	margin-bottom: 20px;
	margin-top: 25px;
}
.form_wrap dl dd ul.day.add02 li {
    width: 12em;
}
.mw_wp_form .addf .error {
	margin-left:10px;
}
.form_wrap dl dd .addf.ml .error {
	margin-left:0;
}
.form_wrap dl dd ul.day.add03 li {
    width: auto;
}
/*-------------------------------------------------------------------*/

.company_wrap tr:last-child th, .company_wrap tr:last-child td {
    border-bottom: 1px none #ccc;
}
.ccbox {
	background-image: url(../img/common/cmn_bg_01.png);
	background-repeat: repeat;
	padding: 30px;
	border: 1px solid #7F8FAF;
}
.ccbox .txtr {
    float: right;
    /*width: 745px;*/
}
.ccbox .imgl {
    float: left;
}
.cbox01 {
	padding: 10px;
}
.cbox01 .pt01 li {
	font-size: 16px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.cbox01 .pt01 li:nth-child(odd) {
	background-image: url(../img/common/cmn_bg_01.png);
	background-repeat: repeat;
}
.cbox01 .pt01 li:nth-child(even) {
	background-image: url(../img/common/cmn_bg_02.png);
	background-repeat: repeat;
}
.cbox01 .pt02 {
	margin-bottom:20px;
}
.cbox01 .pt03 {
	text-align:right;
}
.cbox01 .pt04 {
	color: #001F5F;
	padding-top: 15px;
}

.cbox02 {
	margin-bottom: 10px;
}
.cbox02 .bl01 {
	float: left;
	/*width: 180px;*/
}
.cbox02 .bl02 {
	float: right;
	/*width: 800px;*/
}
.cbox02 .bl02 p {
}
.clbox01 {
	margin-bottom:60px;
}
.clbox02 {
	float: left;
	width: 740px;
}
.clbox02 dl {
}
.clbox02 dl a {
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.clbox02 dl a:hover {
	opacity:0.8;
}
.clbox02 dl:nth-child(odd) {
	background-image: url(../img/common/cmn_bg_01.png);
	background-repeat: repeat;
}
.clbox02 dl:nth-child(even) {
	background-image: url(../img/common/cmn_bg_02.png);
	background-repeat: repeat;
}
dl.normal dd p.TitleArea span.date {
	padding-right: 15px;
	display: inline-block;
	color: #001F5F;
	font-weight: bold;
	font-size: 14px;
	vertical-align:middle;
}
dl.normal dd p.TitleArea span.title {
    padding-right: 0px;
    display: inline-block;
	color: #001F5F;
	font-size: 14px;
	vertical-align:middle;
}
.clbox03 {
	float: right;
	width: 230px;
}

.more_wrap .item_wrap .item_bloc .item_inner .detail_area dl dd h3 {
	float:none;
}

.mw_wp_form_input .intype02 {
	display:none;
}
.mw_wp_form_confirm .intype01 {
	display:none;
}

.wpcf7-form .intype03 {
    margin: 50px auto 50px;
	text-align: left;
	width: 75%
}

@media screen and (max-width: 767px) {
▼sp {
}

input[type="submit"] , input[type="button"]  {
	-webkit-appearance: none;
}
html, body {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0!important;
}
html {
	background-color: #FFFFFF;
}

body {
	font-size: 12px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	background-image: none;
}
.sp {
	display: block;
}
.pc {
	display: none!important;
}

input[type="radio"] {
	position:relative;
	top:3px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 1;
}
.maintxt_wrap {
	display: none;

}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header .head_area_wrap {
	display: none;
}
#header #nav {
	display: none;
}
.head_area {
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: left;
    margin-top: 15px;
    display: none;
}
#header .head_area_sp {
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
}

#header .head_area_sp .logo {
	float: left;
	width: 75px;
	padding-top: 0px;
}
#header .head_area_sp .head_right {
	float: right;
}
#header .head_area_sp .head_right .head_top {
    float: left;
    text-align: right;
	margin-right: 6px;
}
#header .head_area_sp .head_right .head_top li {
    line-height: 1;
}
#header .head_area_sp .head_right .head_top li a {
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
#header .head_area_sp .head_right .head_top li.time {
	text-align: right;
}
#header .head_area_sp .head_right .head_top li.time img {
	width: 50%;
	text-align: right;
}
#header .head_area_sp .head_right .head_top li.btnmap {
}
#header .head_area_sp .head_right .menu {
	float: right;
	width: 38px;
	padding-top: 2%;
}

ul#gnav {
	display: none;
	position: absolute;
	top: 63px;
	width: 100%;
	z-index: 9999;
}
#gnav li {
	list-style: none;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
}
#gnav li.lnav {
	float: left;
	width: 50%;
}
#gnav li.lnav a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#gnav li.rnav {
	float: right;
	width: 50%;
}

#gnav li img {
	vertical-align: middle;
	width: 156px;
}
#gnav li a {
	color: #444;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#gnav li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 1px #001F5F;
	border-right: solid 1px #001F5F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#gnav li.nest {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}
#gnav li.nest ul {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    width: 268px;
    margin: 0 auto;
}
#gnav li.nest ul li a {
    border: none;
    float: left;
    padding: 10px 0;
    background: none;
}
#gnav li.nest ul li a img {
    width: 100%;
    background: none;
}
#gnav li.nest ul li a:after {
    content: none;
}


#t_clear {
	background-color: #000000;
	position: fixed;
	width: 100%;
	height: 10000px;
	z-index: 1000;
	filter: alpha(opacity=50);
	-moz-opacity: 0;
	opacity: 0.5;
}
#mainwrap {
    position: relative;
    width: 100%;
}
.mainwrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mainwrap #main .image div.slide {
	position: absolute;
	top: 0;
	left: 0;
}
.mainwrap .slide01 .slider {
	width: 100%;
	margin: 0 auto 80px;
}
.mainwrap .slide01 .slick-slide img {
	width: 100%;
	height: auto;
}
.mainwrap .slide01 .slick-list {
    overflow: inherit!important;
	width: 100%;
    padding: 0!important;
    margin: 0 auto!important;
}
.mainwrap .slide01 .slick-slide:not(.slick-center) {
	background:rgba(255,255,255,0.5);
}
.mainwrap .slide01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.layerR {
    right: 0;
}
.layerL {
    left: 0;
}
.layer {
    position: absolute;
    top: 0;
    min-width: 80px;
    height: auto;
    background: #eee;
    opacity: 0.5;
}
.slick-slide:focus {
  outline: none;
}
.slick-prev, .slick-next {
    width: 20px!important;
    height: 20px!important;
	z-index:10;
	top: 50%!important;
    margin-top: -22px;
}
.slick-next {
	right:-3%!important;
    background-image: url(../img/common/arr_05.png)!important;
    background-repeat: no-repeat;
}
.slick-prev {
	left:-3%!important;
    background-image: url(../img/common/arr_04.png)!important;
    background-repeat: no-repeat;
}
.slick-dots li button:before {
    font-size: 30px!important;
    color: #002060!important;
}

.searchwrap {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-top: -9%;
}
.searcharea {
    width: 100%;
    background: rgba(0,32,96,0.9);
    color: #fff;
    border-radius:0px;
	margin:0 auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.searcharea .box01 {
    overflow: hidden;
    float: none;
    width: 100%;
    padding: 0;
}
.searcharea .box01 .txt01 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    float: none;
    margin-right: 0;
    line-height: 1;
    padding: 15px;
}
.searcharea .box01 .txt01 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    float: none;
    margin-right: 0;
    line-height: 1;
    padding: 15px;
}
.selectarea {
    overflow: hidden;
    padding: 0 15px;
}
.btn-select {
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #FFF;
    background-image: url(../img/common/arr_select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}
.label {
    color: #000000;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    left: 0;
    margin-left: 10px;
    line-height: 1;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    padding-top: 6px;
	padding-bottom: 6px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.searcharea .box02 {
    float: none;
	text-align:center;
}
.searcharea .box02 .pt01 button {
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
	padding-top: 8px;
	padding-bottom: 0;
}



.addtop{
    padding-top: 190px;
}
.rightreg {
    position: fixed!important;
    top: inherit!important;
    right: 0;
    display: block;
    bottom: 100px!important;
    z-index: 8000;
    width: 40px;
}
/* top_info */
.top_info_wrap {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
    padding: 20px 0 0;
    position: relative;
}
.top_info {
    width: 96%;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.top_info_wrap .news_bloc {
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info_wrap .news_bloc .nbox01 {
    padding: 5px;
    height: 180px;
    overflow-y: auto;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.top_info_wrap .news_bloc.right {
	float: right;
}
.top_info_wrap .news_bloc h3 {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    color: #001F5F;
    font-weight: bold;
    padding-top: 14px;
    padding-right: 25px;
    padding-left: 25px;
	text-align:center;
}
.top_info_wrap .news_bloc h3 span {
	padding: 2px 0 3px 0;
	font-size: 22px;
}
.top_info_wrap .news_bloc .list {
    padding: 11px 0 7px;
    border-bottom: 1px dotted #D6D6D6;
}
.top_info_wrap .news_bloc .list:last-child {
	border: none;
}
.top_info_wrap .news_bloc .list a {
	color: #FE5B5B;
	font-size: 12px;
}
.top_info_wrap .news_bloc .list a .title h4 {
	float: none;
	font-size: 12px;
	display:block;
}
.top_info_wrap .news_bloc .list a .title h4 span {
    display: block;
    font-weight: normal;
}
.top_info_wrap .news_bloc .list a .title h4 span.tag01 {
    display: inline-block;
    margin-right: 8px;
    width: auto;
    font-size: 9px;
    color: #002060;
    text-align: center;
    vertical-align: top;
    padding: 2px 4px;
    font-weight: normal;
    margin-bottom: 5px;
    min-width: 80px;
}
.top_info_wrap .news_bloc .list a .title h4 span.tag02 {
	display: inline-block;
	margin-right: 12px;
	width: auto;
	font-size: 9px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 2px 4px;
	font-weight: normal;
	margin-bottom:5px;
}
.top_info_wrap .news_bloc .list a .title p.area {
	text-align: right;
	font-size: 12px;
	display: -webkit-inline-box;
}
.top_info_wrap .news_bloc .list a:hover .title p.area {
	text-decoration:underline;
}
.top_info_wrap .news_bloc .list a .text p {
	font-size: 12px;
}
.top_info_wrap .news_bloc .btn_more {
	text-align: right;
	margin-top: 8px;
}
.top_info_wrap .news_bloc .btn_more a {
	font-size: 13px;
	color: #265985;
	padding-left: 16px;
	background: url(../img/top/ico_more.png) no-repeat left center;
}


.topcont_wrap {
    padding: 40px 0 60px;
    margin: 0;
}
.topcont_wrap.bg02 {
    background: url(../img/common/cmn_bg_03.png);
    padding: 30px 0;
}
.topcont {
	text-align: left;
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.topcont .cmntitle01 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: none;
    color: #001F5F;
    margin-bottom: 15px;
    padding: 0;
}
.topcont .cmntitle01 span{
    padding: 0;
}
.topcont .cmn01_txt {
	text-align:center;
	margin-bottom:20px;
}
.topcont .cont01.bg01{
    margin-bottom: 20px;
}
.topcont .cont01.bg01 .box01 {
    width: 250px;
    min-height: 280px;
    float: left;
    margin-right: 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}
.topcont .cont01.bg01 .box01 .image{
	margin-bottom:15px;
}
.topcont .cont01.bg01 .box01 .image img {
    width: 100%;
}
.topcont .cont01.bg01 .box01 .title {
    padding: 0 15px;
    color: #002060;
    font-size: 12px;
}
.topcont .cont01.bg01 .box01 .title p {
    margin-bottom: 10px;
}
.topcont .cont01.bg01 .box01 .title p span {
    min-width: 78px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    margin-right: 5px;
}
.topcont .cont01.bg01 .box01 .title p span.tag01{
    color: #002060;
}
.topcont .cont01.bg01 .box01 .title p span.tag02{
	color: #FFF!important;
	background-color:#002060!important;
}
.topcont .cont01.bg01 .box01 .title h4, .title p.area {
    font-weight: normal;
}
.topcont .cont01.bg01 .box01 a {
    display: block;
}
.topcont .cont01.bg01 .box01 a:hover {
    text-decoration: none;
}
.slide02.slick-initialized.slick-slider {
    width: 250px;
    margin: 0 auto;
}
.topcont .cont01.bg01 .slick-prev, .slick-next {
    width: 20px!important;
    height: 20px!important;
	z-index:10;
	top: 50%!important;
    margin-top: -10px;
}
.topcont .cont01.bg01 .slick-next {
	right:-10%!important;
    background-image: url(../img/common/arr_05.png)!important;
    background-repeat: no-repeat;
}
.topcont .cont01.bg01 .slick-prev {
	left:-10%!important;
    background-image: url(../img/common/arr_04.png)!important;
    background-repeat: no-repeat;
}




.topcont .cont01.bg02 {
    width: 96%;
    margin: 0 auto;
}
.topcont .cont01.bg02 .box01 {
    width: 100%;
    min-height: auto;
    float: none;
    margin-right: 0;
    background: url(../img/common/cmn_bg_04.png);
    border-radius: 5px;
    padding: 10px 0 20px;
    text-align: center;
    margin-bottom: 10px;
}
.topcont .cont01.bg02 .box01:last-child {
    margin-right: 0;
}
.topcont .cont01.bg02 .ttl {
    color: #001F5F;
    font-size: 16px;
    font-weight: bold;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    min-height: 25px;
}
.topcont .cont01.bg02 .ttl span {
    vertical-align: middle;
    display: table-cell;
	width:100%
}
.topcont .cont01.bg02 .img {
    margin-bottom: 15px;
}
.topcont .cont01.bg02 .img img {
    width: 100%;
}
.topcont .cont01.bg02 .btn {
    margin-bottom: 15px;
}
.topcont .cont01.bg02 .list {
    padding: 0 15px;
    text-align: left;
}
.topcont .cont01.bg02 .list ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 11px;
    color: #001F5F;
}

.topcont .cont01.bg03 {
    width: 96%;
    margin: 0 auto 30px;
}
.topcont .cont01.bg03 .box01 {
    width: 100%;
    min-height: auto;
    float: none;
    margin-right: 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0 20px;
    text-align: center;
    margin-bottom: 10px;
}
.topcont .cont01.bg03 .box01:last-child {
    margin-right: 0;
}
.topcont .cont01.bg03 .ttl {
    color: #001F5F;
    font-size: 16px;
    font-weight: bold;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    min-height: 25px;
}
.topcont .cont01.bg03 .ttl span {
    vertical-align: middle;
    display: table-cell;
	width:100%
}
.topcont .cont01.bg03 .img {
    margin-bottom: 15px;
}
.topcont .cont01.bg03 .img img {
    width: 100%;
}

.topcont .cont01.bg03 .btn {
    margin-bottom: 15px;
}
.topcont .cont01.bg03 .list {
    padding: 0 15px;
    text-align: left;
}
.topcont .cont01.bg03 .list ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 11px;
    color: #001F5F;
}
.topcont .cont01 .list ul li .pt01 {
    color: #FF0000;
    font-size: 14px;
}
.topcont .cont02 {
    width: 96%;
    margin-bottom: 25px;
    margin: 0 auto;
}
.topcont .cont02 .box01 {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0;
}
.topcont_wrap .cont03 {
    width: 96%;
    margin: 0 auto;
}
.topcont_wrap .cont03 a {
    display: block;
}
.topcont_wrap.bn01 {
    padding: 30px 0;
    margin: 0;
}
.topcont .fbbox, .topcont .twibox {
    position: relative;
    width: 260px;
    height: 300px;
    float: none;
    margin: 0 auto 20px;
}
.topcont .fbbox iframe, .topcont .twibox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#topicpath {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 65px;
}
#topicpath a {
	color: #b82f4f;
}

.top_bnr {
	margin-bottom: 20px;
}

.topmain .cont01 .boxwrap h3 {
  padding: 12px 10px;
  line-height: 1;
  font-size: 20px;
 }
 .topmain .cont01 .boxwrap .box01 a , .topmain .cont01 .boxwrap .box02 a {
	display:block;
	min-height: 1px;
	/*background-color: #F0F5E7;*/
}

 .topmain .cont01 .boxwrap .box03 {
	background-color: #EA8F8C;
	background-image: url(../img/common/cmn_triangle01.png);
	background-position: 99% 4%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.topmain .cont01 .boxwrap .box03 a{
	display:block;
}
.topmain .cont01 .boxwrap .box03 .imgblock {
	float: none;
}
.topmain .cont01 .boxwrap .box03 .txtwl{
	float: none;
	margin-right: 10px;
	margin-left: 10px;
	width: auto;
	padding-top: 10px;
	display: block;
}
.topmain .cont01 .boxwrap .box03 .txtwl h3 {
	padding: 12px 0px;
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.topmain .cont01 .boxwrap .box03 .txtwl .txtblock {
	font-size: 14px;
	color: #FFF;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	display: block;
}
.cmntitle01 {
	  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 7px;
}
#content_wrap {
	width: 100%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top:0;
}
#content {
	float: none;
	width: 96%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#topcontent {
	float: none;
	width: 96%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.infoblock {
	margin-bottom: 25px;
}
.infoblock a  {
	color: #999;
}
.infoblock .title p.linktxt {
	top: 0;
}
.infoblock .title01 {
	font-size: 14px;
	font-weight: bold;
	color: #265985;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265985;
}
.infoblock .list {
	position: relative;
}

.infoblock .list dt{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding-top: 7px;
}
.infoblock .list dt:first-child {
	border-top: 0;
}
.infoblock .list dd {
	font-size: 12px;
	color: #333;
	margin-top: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0em;
	border: 0;
}
.infoblock .linktxt {
	text-align: right;
	font-size: 14px;
}

.topmain .cont01 .boxwrap {
	margin-bottom: 20px;
}
.topmain .cont01 .boxwrap .box01 {
	float: none;
	width: 100%;
	min-height: 1px;
	margin-bottom:15px;
}
.topmain .cont01 .boxwrap .box02 {
	float: none;
	width: 100%;
	margin-left:0;
	min-height: 1px;
	margin-bottom:15px;
}
.topmain .cont01 .boxwrap .txtblock {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: block;
}
.topmain .cont01 .boxwrap .imgblock img {
	width: 100%;
}
.topmain .cont01 .boxwrap a:hover {
	text-decoration: none;
}
#sub {
	float: none;
	width: 96%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#sub .sidetop_wrap {
	margin-bottom: 14px;
}
#sub .sidetop_wrap .inner {
	text-align: center;
	width: 47%;
}
#sub .sidetop_wrap .inner {
  padding: 14px 0 9px;
 }
#sub .sidetop_wrap .inner p.ico {
    float: left;
    padding-left: 13%;
}
#sub .sidetop_wrap .inner h3 {
	padding-left: 34%;
}
#sub .btn_down {
	margin-bottom: 20px;
	position: relative;
}
#sub .btn_down .btn01 {
	position: absolute;
	left: 28%;
	top: 62%;
	width: 30%;
}
#sub .btn_down .btn02 {
	position: absolute;
	left: 65%;
	top: 62%;
	width: 30%;
}
#sub .submenu {
	text-align: center;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
#sub .submenu li {
	margin-bottom: 10px;
}
#pagetop {
    position: fixed;
    right: 5px;
    display: none;
    width: 30px;
}
.map {
	width: 90%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#footer {
	text-align: center;
	width: 100%;
	min-width: 100%;
	padding-top: 0;
}
#footer_bnr {
	background-color: #F5F5F5;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	overflow: hidden;
	min-width:100%;
}
#footer_bnr li {
	vertical-align: bottom;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	margin-bottom: 20px;
}
#footer {
    text-align: center;
    width: 100%;
    padding: 0 0;
}
.footernav {
	text-align: center;
	margin-bottom: 5px;
	display: none;
}
.footernav li {
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #265985;
	line-height: 1;
}
.footernav li:first-child {
	border-left-style: none;
}
#footer address {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
    padding-left: 0;
}


/* 下層共通クラス */
.pagetitle_wrap {
	padding: 10px 0;
}
.pagetitle {
	width: 96%;
}
.pagetitle h2 {
	font-size: 16px;
}
.topicpath {
	width: 96%;
	margin: 7px auto 14px;
	font-size: 11px;
}
.topicpath a {
	font-size: 11px;
}
.topicpath a, .topicpath span {
	display: inline-block;
}

/* エリア */
.area_wrap {
	margin-bottom: 20px;
}
.area_wrap .category_wrap ul li {
	width: 42%;
	margin-bottom: 10px;
}
.area_wrap .category_wrap .btn_search {
    width: 80%;
    margin: 20px auto;
    padding: 0;
}
.map_detail {
	-webkit-background-size: contain;
	background-size: contain;
}
.area_wrap .map_wrap .map_inner .other_area {
	padding: 2% 2%;
}


/* さらに絞り込む　*/
.more_wrap form dt {
	font-size: 14px;
}
.more_wrap form dd {
	margin-bottom: 20px;
}
.more_wrap form input[type="text"] {
	max-width: 100%;
}
.more_wrap form input[type="text"]#datepicker {
	width: 75%;
}
span.customSelectInner {
  max-width: 100%;
}
.more_wrap form ul.category li {
	width: 50%;
	margin-bottom: 10px;
}
.more_wrap form .fmselect {
	max-width: 100%;
}
/*.more_wrap form .btn_search {
    width: 80%;
    margin: 20px auto;
    font-size: 13px;
}*/
.more_wrap .item_wrap {
	margin-top: 25px;
}
.more_wrap .item_wrap .page_nav .pager ul li.active {
	padding: 5px 0;
}
.more_wrap .item_wrap .page_nav .pager ul li a {
	padding: 4px 0;
}
.more_wrap .item_wrap .item_bloc .title {
	padding: 7px 10px 5px;
}
.more_wrap .item_wrap .item_bloc .title h3 {
	float: none;
	font-size: 14px;
}
.more_wrap .item_wrap .item_bloc .title p.num {
	text-align: left;
	font-size: 12px;
	display: none;
}
.more_wrap .item_wrap .item_bloc .comment {
    padding: 3% 3% 1% 55px;
    background-size: 29px 25px;
}
.more_wrap .item_wrap .item_bloc .comment p {

	font-size: 14px;
}
.more_wrap .item_wrap .item_bloc .item_inner {
	padding: 5% 3%;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area {
	margin-bottom: 5px;
}
.more_wrap .item_wrap .item_bloc .item_inner .tag_area ul li {
	margin-bottom: 10px;
	font-size: 11px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top .image {
    float: none;
    margin-bottom: 12px;
    width: 100%;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top .image img {
	width: 100%;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_top dl {
	float: none;
	width: 100%;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area dl dd {
	padding: 12px 0 12px 65px;
}
.more_wrap .item_wrap .item_bloc .item_inner .detail_area {
	margin-bottom: 15px;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area {
	padding: 3%;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area p.tel {
	float: none;
	padding: 10px 0;
	text-align: center;
}
.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry a {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
}

/* お申込みフォーム */
.form_wrap dl dt {
	padding-top: 16px;
}
.form_wrap dl dd {
	padding: 16px 0 16px 0px;
}
.form_wrap dl dd.text {
	padding: 9px 0 9px 0px;
}
.form_wrap dl dd input[type="text"] {
	font-size: 16px;
	padding: 8px 5px;
	width: 100%;
}
.form_wrap dl dd ul.day li {
	width: 33.3%;
}
.form_wrap dl dd ul.day li span {
	margin-left: 3px;
}
.form_wrap .btn_confirm {
    /* width: 80%; */
    margin: 20px auto;
    font-size: 13px;
    /* -webkit-background-size: 10px 12px; */
    /* background-size: 10px 12px; */
    /* background-position: 24% center; */
    /* padding: 5% 5% 4% 13%; */
}
.form_wrap .entrybtn {
	margin-bottom:25px;
}
.form_wrap .entrybtn input {
    width: 250px;
    margin: 10px auto;
    font-size: 13px;
    display: block;
}
.entrybtn button {
    width: 80%;
    margin: 20px auto;
    font-size: 13px;
}

/* お問い合わせ */
.contact_wrap p.outline {
	margin-bottom: 15px;
}
.contact_wrap .attention {
	padding: 5%;
	margin-bottom: 10px;
}
.contact_wrap .attention p.last {
	font-size: 11px;
}
.contact_wrap dl dt {
    padding-top: 9px;
	padding-bottom: 5px;
    clear: both;
	float:none;
}
.contact_wrap dl dd {
    padding: 0px 0 9px 0;
}
.contact_wrap dl dd.text {
    padding: 9px 0 9px 0px;
}
.contact_wrap dl dd, .contact_wrap dl.conf dd.text {
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #CCCCCC;
    min-height: 1px;
}
.contact_wrap .mw_wp_form_confirm dl dd.text {
	padding: 0px 0 9px 0;
}
.contact_wrap .mw_wp_form_confirm dl dd.text {
	padding: 0px 0 9px 0;
}
.contact_wrap dl dd input[type="text"] {
	font-size: 16px;
	padding: 8px 5px;
	width:100%;
}
.contact_wrap dl dd input[type="email"] {
	font-size: 16px;
	padding: 8px 5px;
	width:100%;
}

.contact_wrap dl dd textarea {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 5px;
    border: 1px solid #ccc;
}
.form_wrap dl dd ul.day.add01 li {
    width: 5em;
	margin-bottom: 7px;
}
.form_wrap dl dd ul.day.add01 li:nth-child(odd) {
	clear:both;
}
.form_wrap dl dd ul.day.add01 li:first-child {
	clear:inherit;
}
.form_wrap dl dd ul.day li {
	width: 33.3%;
}
.form_wrap dl dd ul.day.add02 li {
    width: 100%;
    margin-bottom: 7px;
}
.form_wrap dl dd ul.day li span {
	margin-left: 3px;
}



.contact_wrap dl dd ul.day li {
	width: 33.3%;
}
.contact_wrap dl dd ul.day.add02 li {
    width: 100%;
    margin-bottom: 7px;
}
.contact_wrap dl dd ul.day li span {
	margin-left: 3px;
}
.contact_wrap .btn_confirm {
	width: 250px;
	margin: 20px auto;
	font-size: 13px;
}
.contact_wrap dl dd ul.radio li {
	width: 50%;
}
.contact_wrap dl dt.mail2 {
	padding-top: 10px;
}
.contact_wrap dl dd ul.zip li.zip1 {
	width: 30%;

}
.contact_wrap dl dd ul.zip li.zip2 {
	width: 50%;
}

/* 会社案内 */
.company_wrap th {

	width: 6em;
}
.company_wrap td {
	padding-left: 3%;
}
.company_wrap .gmap{
	width:100%;
	height:300px;
	margin-bottom:10%;
}

/* ニュースリリース */
.news_wrap {
	margin-bottom: 15px;
}
.news_wrap .list {
	position: relative;
}

.news_wrap .list dt{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #265985;
	border-top: 1px solid #ccc;
	padding-top: 7px;
}
.news_wrap .list dt:first-child {
	border-top: 0;
}
.news_wrap .list dd {
	font-size: 12px;
	color: #333;
	margin-top: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0em;
	border: 0;
}



.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 20px 0;
}

ul.single-pagenavi {
	text-align: center;
	margin: 20px 0;
	display: block !important;
}
ul.single-pagenavi li {
    display: inline-block !important;
    padding: 0 4px !important;
    text-align: center !important;
    width: 28%;
}
ul.single-pagenavi li a {
	padding: 8px 1.5% !important;
	display: block;
	font-size: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.single-pagenavi li a:hover {
	font-weight: normal !important;
}

.fb{
	margin-left:-2%;
	margin-right:-2%;
	text-align:center;
}
.form_wrap ul.flow {
	margin-left:1%;
}
.form_wrap ul.flow li{
	margin-bottom:8%;
}
.form_wrap ul.flow li:nth-child(3),.form_wrap ul.flow li:nth-child(7){

	margin-left:10%;
}
.form_wrap ul.flow li.arrow{
	display:none;
}
.form_wrap ul.flow li h5{
	font-size:103%;
	margin-top:8px;
	padding-bottom:6px;
	margin-bottom:6px;
}




.topaddboxwrap {
    text-align: center;
    position: relative;
    top: 0px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
	margin-top:0;
	margin-bottom:20px;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.topaddboxwrap .pt01 {
	position: relative;
	padding: 10px;
	float: none;
	width: 100%;
	background-color: #FFF;
	border-radius:5px;
	box-shadow:0px 0px 10px -2px #999;
-moz-box-shadow:0px 0px 10px -2px #999;
-webkit-box-shadow:0px 0px 10px -2px #999;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
.topaddboxwrap .pt02 {
	position: relative;
	padding: 10px;
	float: none;
	width: 100%;
	background-color: #FFF;
	border-radius:5px;
	box-shadow:0px 0px 10px -2px #999;
-moz-box-shadow:0px 0px 10px -2px #999;
-webkit-box-shadow:0px 0px 10px -2px #999;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topaddboxwrap .pt03 {
	float: none;
	width: 60px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.topaddboxwrap .pt04 {
	float: none;
	width: 100%;
}
.topaddboxwrap .pt05 {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    padding: 10px;
	width: auto;
}
.topaddboxwrap .pt06 {
	text-align: left;
}
.topaddboxwrap .pt06 li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    background: url(../img/top/topadd_03.png) no-repeat left 5px;
    padding-left: 18px;
	margin-bottom:5px;
}
.topaddboxwrap .pt06 li a {
}
.topaddboxwrap .pt06 li button {
	top:0px;

}
.topaddboxwrap .pt07 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:5px;
	padding: 10px;
	width: auto;
}
.topaddboxwrap .pt08 {
	text-align: left;
}
.topaddboxwrap .pt08 li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    background: url(../img/top/topadd_04.png) no-repeat left 5px;
    padding-left: 18px;
	margin-bottom:5px;
}
.topaddboxwrap .pt08 li a {
	color: #265985;
}
.topaddboxwrap .pt09 {
	background-color: #F0F5E7;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:110px;
}
.topaddboxwrap .pt10 {
	background-color: #E8F1F5;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-radius: 5px;
	min-height:110px;
}

/*追記用*/
.topcont_wrap {
    margin-top: 0px;
}

.form_wrap .fmblock dl {
	display:table;
	width:100%;
	border-bottom: 1px solid #265985;
}
.form_wrap .fmblock dl dt {
	float: none;
	display:block;
	vertical-align:middle;
	padding-top: 15px;
	padding-bottom: 0px;
    clear: both;
	width: 100%;
}
.form_wrap .fmblock dl dd {
	display:block;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px 0px 15px 0;
	border-bottom: none;
}
.form_wrap .fmblock dl dd.text {
    padding: 5px 0px 15px 0;
}
.form_wrap .fmblock dl dd span.id {
	font-weight: bold;
	color: #265985;
}

.form_wrap .fmblock dl dd ul.radio li {
	float: left;
	width: 80px;
}
.form_wrap .fmblock dl dd ul.radio li input[type="radio"] {
	margin-right: 5px;
}
.form_wrap .fmblock dl dd input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 10px 5px;
	border: 1px solid #265985;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_wrap .fmblock dl dd ul.day li {
    float: left;
    width: auto;
}
.form_wrap .fmblock dl dd ul.day li input[type="text"] {
	width: 4em;
}
.form_wrap .fmblock dl dd ul.day li span {
    margin-left: 5px;
    margin-right: 1em;
}
.form_wrap dl dd textarea {
    width: 100%;
}
/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none;
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}




.topcmnbox01 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.styleblock {
	background-color: #F4F4EA;
	padding-top: 20px;
}
.styleblock .title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
.styleblock .box01 {
	color: #FFF;
}
.styleblock .box01.type01 {
	background-color: #91B681;
}
.styleblock .box01.type02 {
	background-color: #BC8FB0;
}
.styleblock .box01.type03 {
	background-color: #238DB1;
}

.styleblock .box01 .pt01 img {
	width:100%;
}
.styleblock .box01 .pt01.type01 {
	width: 100%;
	float: none;
}
.styleblock .box01 .pt01.type02 {
	width: 100%;
	float: none;
}
.styleblock .box01 .pt02.type01 {
	width: auto;
    float: none;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.styleblock .box01 .pt02.type02 {
    width: auto;
    float: none;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.styleblock .box01 .txt01 {
	text-align: center;
		margin-bottom: 1px;
}
.styleblock .box01 .txt02 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFF;
}
.styleblock .box01 .txt03 {
	margin-bottom: 15px;
}
.styleblock .box01 .txt04 {
	margin-bottom: 15px;
}
.styleblock .box01 .btn01 {
	text-align:center;
}
.styleblock .box01 .btn01 a {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	border: 1px solid #FFF;
	text-decoration: none;
	border-radius:15px;
}

.rebtnblock {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rebtn {
	background-color: #FFA244;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 98% center;
}
.rebtn a {
	display: block;
	text-decoration: none;
}
.rebtn .pt01 {
	float: none;
	width: 100%;
}
.rebtn .pt01 img {
	width:100%;
}
.rebtn .pt02 {
    float: none;
    width: 100%;
    background-image: url(../img/common/arr_05.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px;
}
.rebtn .pt02 dl {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.rebtn .pt02 dl dt {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFF;
}
.rebtn .pt02 dl dd {
	font-size: 20px;
	color: #FFF;
}

.btmblock {
	background-color: #F4F4EA;
	padding-top: 25px;
	padding-bottom: 5px;
}
.btmblock ul {
	text-align: center;
	width:260px;
	margin-left:auto;
	margin-right:auto;
}
.btmblock ul li {
	vertical-align: top;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:20px;
}
.btmblock ul li a {
	display: block;
	text-decoration: none;
}
.btmblock ul li a span.pt01 {
	display: block;
}
.btmblock ul li a span.pt02 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	text-align: center;
	display: block;
	padding-top: 7px;
}



.regmain .list01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666;
}
.regmain .list01 dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 12px;
    padding-top: 0px;
}
.regmain .list01 ul {
	margin-bottom:12px;
}
.regmain .txt01{
	font-weight: bold;
	margin-bottom: 5px;
}
.regmain .txt02{
	margin-bottom: 12px;
}
.regmain .txt03{
	margin-bottom: 12px;
}
.regmain .txt04{
	color: #FFF;
	display: inline-block;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.regmain .txt07{
	text-indent: -1em;
	margin-left: 1em;
}
.regmain .box01{
	float:none;
	width:100%;
	margin-bottom:15px;
}
.regmain .box02{
	float:none;
	width:100%;
	margin-left:0;
}
.regmain .img01{
	margin-bottom: 15px;
	width:90px;
	margin-left:auto;
	margin-right:auto;
}
.regmain .ktxt01{
	padding: 7px;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}
.regmain .ktxt02{
	padding: 12px;
	height:150px;
	overflow-y:auto;
}
.regmain .btn01{
	text-align: center;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

.rcbox01 dd {
	padding-left: 6em;
}

.faq_wrap .faq_bloc h4 {
    font-size: 15px;
}
.faq_wrap .faq_bloc .inner h5 {
    background-size: 15px;
    font-size: 14px;
}
.faq_wrap .faq_bloc .inner .a_text {
    background-size: 15px;
    font-size: 14px;
}

.combox01 {
	margin-bottom:20px;
}
.combox03 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #000;
}
.combox02 .list01 {
	margin-bottom: 12px;
	float:none;
	width:100%;
}
.combox02 .list01 dt {
	    font-size: 14px;
    font-weight: bold;
    color: #EB933E;
    margin-bottom: 10px;
    background-image: url(../img/common/icon_title_01.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 12px;
    padding-top: 0px;
}
.combox02 .map {
	float:none;
	width:90%;
}

.stmainwrap {
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height: auto;
    margin-bottom: 25px;
	margin-top:0;
}
.stmain {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
}
.stmain dl {
	padding-left:2%;
	padding-right:2%;
}
.stmain dl dt {
	font-size: 18px;
	margin-bottom: 12px;
}
.stmain dl dd {
	font-size: 13px;
}

.forcmain .cont01 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.forcmain .cont02 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.forcmain .cont03 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.forcmain .block01 {
	text-align: left;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.forcmain .box01 {
	margin-bottom:20px;
}
.forcmain .box01 .pt01 {
	float:none;
	width:100%;
	padding-top:0px;
	margin-bottom:20px;
}
.forcmain .box01 .pt02 {
	float:none;
	width:100%;
	margin-right:0px;
}
.forcmain .box02 .pt01 {
	float:none;
	width:100%;
	padding-top:0px;
	margin-bottom:20px;
}
.forcmain .box02 .pt02 {
	float:none;
	width:100%;
	margin-left:0px;
}
.forcmain .box03 .pt01 {
	float:none;
	width:100%;
	padding-top:0px;
	margin-bottom:20px;
}
.forcmain .box03 .pt02 {
	float:none;
	width:100%;
	margin-left:0px;
}
.forcmain .box01 img {
	width:100%;
}
.forcmain .box02 img {
	width:100%;
}
.forcmain .box03 img {
	width:100%;
}
.forcmain .title01 {
    display: table;
    margin-bottom: 15px;
}
.forcmain .title01 dt {
    width: 45px;
}
.forcmain .title01 dd {
    padding-left: 10px;
    font-size: 18px;
}
.stmainwrap {
    background-image: url(../img/style/sp_pic_01.png);
}
.stmainwrap.type02 {
    background-image: url(../img/pl/sp_pic_01.png);
}
.stylemain .cont01 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.stylemain .cont02 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.stylemain .cont03 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.stylemain .block01 {
	width:96%;
	margin:0 auto;
}
.stylemain .title01 {
    margin-bottom: 15px;
}
.stylemain .title01 dt {
	vertical-align:middle;
	width: 150px;
	margin-bottom:10px;
}
.stylemain .title01 dd {
	padding-left: 5px;
    font-size: 16px;
}
.stylemain .box01 p {
	font-size:12px;
	line-height:1.5;
}
.stylemain .box01 .pt01 {
	float: none;
	width: 100%;
	margin-bottom:12px;
	text-align: center;
}
.stylemain .box01 .pt02 {
	float: none;
	width: 100%;
}
.stylemain .box01 .pt03 {
	float: none;
	width: 100%;
	margin-bottom:12px;
	text-align: center;
}
.stylemain .box01 .pt04 {
	float: none;
	width: 100%;
}
.stylemain .box01 .txt01 li {
	font-size: 14px;
	font-weight: bold;
	color: #265985;
	width: auto;
	margin-bottom: 12px;
	padding-bottom: 3px;
	border-bottom: 1px solid #265985;
}
.stylemain .box02 {
	margin-bottom: 20px;
}
.stylemain .box03 {
	float:none;
	margin-left:0;
	width:100%;
	margin-bottom: 20px;
}
.stylemain .box03:first-child {
	margin-left:0;
}
.stylemain .box03 .img {
	margin-bottom:15px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
.stylemain .box03 dl dt {
	margin-bottom: 10px;
	font-size: 20px;
	color: #265985;
	text-align: center;
}
.stylemain .btn01 {
	text-align:center;
	margin-bottom:60px;
}

/*.mapblock {
	margin-bottom: 20px;
	position: relative;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.mapblock .mapimg {
}
.mapblock .maparea {
}
.mapblock .maparea li {
	position: absolute;
	width:100px;
}
.mapblock .maparea li.pt01 {
    left: auto;
    right: 35px;
    top: 209px;
}
.mapblock .maparea li.pt02 {
    left: auto;
    right: 0px;
    top: 150px;
}
.mapblock .maparea li.pt03 {
    left: auto;
    right: 164px;
    top: 168px;
}
.mapblock .maparea li.pt04 {
    left: 26px;
    top: 211px;
}
.mapblock .maparea li.pt05 {
    left: 80px;
    top: 115px;
}*/



.map_wrap .map_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map_wrap .map_inner .map_image {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.map_wrap .map_inner .other_area {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map_wrap .map_inner .other_area h4 {
	font-size: 16px;
}
.category_wrap ul li {
	width: 50%;
	margin-bottom: 10px;
}
.category_wrap .btn_search {
  margin-top: 20px;
  width: 80%;
  font-size: 13px;
  padding: 5% 5% 4% 13%;
  background-position: 9% 50%;
  background-size: 18px;
}
.map_detail {
	-webkit-background-size: contain;
	background-size: contain;
}
.map_detail img {
	max-width:100%;
}
.map_wrap .map_inner .other_area {
	padding: 2% 2%;
}





.top_info_wrap .news_bloc .list a .title h4 span.tag01 {
    width: auto;
    padding: 2px 7px;
}
.top_info_wrap .news_bloc .list a .title h4 span.tag02 {
    width: auto;
    padding: 2px 7px;
}

.form_wrap .mw_wp_form_confirm dl dd .clearfix:after {
    display: block;
}
.form_wrap .mw_wp_form_confirm dl dt {
    padding-top: 18px;
    padding-bottom: 18px;
}
.form_wrap .mw_wp_form_confirm dl dd.text {
    padding: 0px 0 9px 0;
}




.regulationsmain .chapter {
    margin-bottom: 20px;
}
.regulationsmain .chapterTtlBox {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1px;
}
.regulationsmain .chapterNo {
    margin-right: 15px;
}
.regulationsmain .chapterTtl {
    letter-spacing: 0em;
}
.regulationsmain .txtBoxTtl {
    text-align: center;
    font-size: 13px;
    margin-bottom: 1px;
}

.regulationsmain .txtBox {
    margin-bottom: 20px;
}
.regulationsmain .articleBox {
    margin-bottom: 10px;
}
.regulationsmain .articleBox .articleTtl {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
}
.regulationsmain .articleBox dl {
    display: block;
    width: 100%;
}
.regulationsmain .articleBox dt {
    display: block;
    width: 13%;
    float: left;
    margin-right: 3%;
}
.regulationsmain .articleBox .articleTxt {
    display: block;
    float: left;
    width: 84%;
}
.regulationsmain .articleBox .articleTxt02 {
    margin-left: 16%;
	/*margin-left: 0;*/
    float: left;
}
.regulationsmain #last .articleBox .articleTxt {
    width: 100%;
}




.regulationsmain .articleBox .articleNestbox {
    margin: 5px 0px 5px 16%;
    display: block;
    float: left;
    width: 84%;
}
.regulationsmain .articleBox .articleNestbox .table01 {
    width: 116%;
    border: 1px solid #333;
    margin-left: -16%;
}
.regulationsmain .articleBox .articleNestbox .table01 th {
    padding: 3px 5px;
    border: 1px solid #333;
    font-weight: normal;
}
.regulationsmain .articleBox .articleNestbox .table01 td {
    padding: 2px 5px;
    border: 1px solid #333;
}
.regulationsmain .articleBox .articleNestbox .table01.nonbd th {
    vertical-align: top;
    font-weight: normal;
    padding: 5px 0;
    border: 0;
}
.regulationsmain .articleBox .articleNestbox .table01.nonbd td {
    vertical-align: text-bottom;
    padding: 3px 0;
    border: 0;
}
.form_wrap dl dd .addf {
    margin-left: -5px;
}

.form_wrap dl dd .addf input[type="text"] {

	width: 5em;
    margin-left: 5px;
    margin-right: 5px;
}
.form_wrap dl dd ul.day.addf input[type="text"] {
	width: 4em;
    margin-left: 5px;
    margin-right: 5px;
}

.form_wrap dl dt {
    padding-top: 9px;
    padding-bottom: 5px;
    clear: both;
    float: none;
}

/* mame */
.knowledge_wrap .knowledge_bloc {
	margin-bottom: 25px;
}
.knowledge_wrap .knowledge_bloc h3.cmntitle01 span {
	display: inline-block;
}
.knowledge_wrap .knowledge_bloc .image {
	margin-bottom: 15px;
	float: none;
}
.knowledge_wrap .knowledge_bloc .image img {
	width: 100%;
}
.knowledge_wrap .knowledge_bloc .text {
	float: none;
	width: 100%;
}
.knowledge_wrap .knowledge_bloc:nth-child(even) .image {
	float: none;
}
.knowledge_wrap .knowledge_bloc:nth-child(even) .text {
	float: none;
}
.knowledge_wrap .pager {
	margin-bottom: 20px;
}
.knowledge_wrap .pager ul li.active {
	padding: 5px 0;
}
.knowledge_wrap .pager ul li a {
	padding: 4px 0;
}
/* 体験談 */
.exp_wrap .exp_bloc {
	margin-bottom: 18px;
}

.exp_wrap .exp_bloc .title h4 {
	float: none;
	font-size: 14px;
}
.exp_wrap .exp_bloc .title p.age {
	text-align: left;
	padding-top: 2px;
}
/* 初めての派遣登録 */
.beginner_wrap {
	margin-bottom: 20px;
}
.beginner_wrap p.outline {
	margin-bottom: 15px;
}
.beginner_wrap .flow_wrap ul {
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 25px;
}
.beginner_wrap .flow_wrap ul li {
	margin-bottom: 15px;
	width: 25%;
	margin-left: 5%;
}
.beginner_wrap .flow_wrap ul li:before {
	content: none;
}
.beginner_wrap .flow_wrap ul li span.title {
	font-size: 11px;
}


/* temp　*/
.temporary_wrap .cta_wrap {
	margin-bottom: 20px;
	height: auto;
	padding: 5% 5% 8%;
	-webkit-background-size: cover;
	background-size: cover;
}
.temporary_wrap .cta_wrap h3 {
    position: absolute;
    width: 50%;
    top: 20%;
    left: 24%;
}
.temporary_wrap .cta_wrap .s_btn {
  position: initial;
 text-align: center;
 width: 60%;
 margin: 0 auto;
 padding-top: 25%;
}
.temporary_wrap .cta_wrap h3 img,.temporary_wrap .cta_wrap .s_btn img {
	width: 100%;
}
.temporary_wrap .main_wrap .inner h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
.temporary_wrap .main_wrap .inner .image {
	display: none;
}
.temporary_wrap .main_wrap .inner .list_area h5 {
	font-size: 15px;
	line-height: 1.2;
	padding: 3%;
}
.temporary_wrap .main_wrap .inner .list_area h5 span {
	width: 60px;
	display: block;
	padding: 0 0 2%;
	float: none;
}
.temporary_wrap .main_wrap .inner .list_area ul {
	margin-right: 0;
}
.temporary_wrap .main_wrap .inner .list_area ul li {
	-webkit-background-size: 20px 13px !important;
	background-size: 20px 13px !important;
	background-position: left 16px !important;
}
.temporary_wrap .main_wrap .inner .list_area ul li {
  padding: 13px 0 5px 32px;
  font-size: 13px;
  font-weight: bold;
}
.temporary_wrap .temporary_main {
	margin-bottom: 30px;
}
.temporary_wrap .temporary_main h3 {
  font-size: 17px;
  margin-bottom: 10px;

}

/* temp02　*/
.regular_wrap .cta_wrap {
	margin-bottom: 20px;
	height: auto;
	padding: 5% 5% 8%;
	-webkit-background-size: cover;
	background-size: cover;
}
.regular_wrap .cta_wrap h3 {
    position: absolute;
    width: 50%;
    top: 20%;
    left: 24%;
}
.regular_wrap .cta_wrap .s_btn {
  position: initial;
 text-align: center;
 width: 60%;
 margin: 0 auto;
 padding-top: 25%;
}
.regular_wrap .cta_wrap h3 img,.regular_wrap .cta_wrap .s_btn img {
	width: 100%;
}
.regular_wrap .main_wrap .inner h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
.regular_wrap .main_wrap .inner .image {
	display: none;
}
.regular_wrap .main_wrap .inner .list_area h5 {
	font-size: 15px;
	line-height: 1.2;
	padding: 3%;
}
.regular_wrap .main_wrap .inner .list_area h5 span {
	width: 60px;
    display: block;
    padding: 0 0 2%;
    float: none;
}
.regular_wrap .main_wrap .inner .list_area ul {
	margin-right: 0;
}
.regular_wrap .main_wrap .inner .list_area ul li {
	-webkit-background-size: 20px 10px !important;
	background-size: 20px 10px !important;
	background-position: left 18px !important;
}
.regular_wrap .main_wrap .inner .list_area ul li {
  padding: 13px 0 5px 32px;
  font-size: 13px;
  font-weight: bold;
}

.regular_wrap .voice_wrap h3 {
	font-size: 13px;
	margin-bottom: 12px;
}
.regular_wrap .voice_wrap ul {
	margin-left: 0;
}
.regular_wrap .voice_wrap ul li {
	float: none;
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-bottom: 12px;
	padding: 10px 7px 10px 20px;
	-webkit-background-size: 15px;
	background-size: 15px;
	font-size: 12px;
}
.regular_wrap .voice_wrap .arrow {
	margin-bottom: 14px;
}
.regular_wrap .voice_wrap .arrow img {
	width: 88px;
}
.regular_wrap .voice_wrap .voice_bottom {
	padding: 15px 3%;
	margin-bottom: 24px;
}
.regular_wrap .voice_wrap .voice_bottom p {
	font-size: 13px;
}


/* os */
.placement_wrap .top_bnr_wrap {
	margin-bottom: 25px;
	height: auto;
	background-size: 100%;
	background-position: left top;
}
.placement_wrap .top_bnr_wrap .tag {
    font-size: 14px;
    padding: 0;
    margin-top: 24px;
    margin-right: 15px;
    display: block;
    margin-left: 0;
    background: none;
    text-align: right;
	padding-top:8%;
}
.placement_wrap .top_bnr_wrap .tag span {
	display:inline-block;
	background: #e79418;
    padding: 1% 3%;
}
.placement_wrap .top_bnr_wrap h4 {
    font-size: 20px;
    margin-left: 130px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 15px;
}
.placement_wrap .top_bnr_wrap .text {
	position: relative;
	padding: 3% 5%;
	background: #001F5F;
}
.placement_wrap .service_list  {
	margin-bottom: 25px;
}
.placement_wrap .service_list ul.left,.placement_wrap .service_list ul.right {
	width: 100%;
	float: none;
}
.placement_wrap .service_list ul li {
	padding: 10px 0 8px 9px;
}

.placement_wrap .service_list ul li.last {
	display: none;
}
.placement_wrap .use_list  {
	margin-bottom: 25px;
}
.placement_wrap .use_list ul.left,.placement_wrap .use_list ul.right {
	width: 100%;
	float: none;
}
.placement_wrap .use_list ul li {
	padding: 10px 0 8px 9px;
}

.placement_wrap .about_wrap h3.cmntitle01 span {
	font-size: 15px;
}

.placement_wrap .about_wrap ul {
	margin-left: -4%;
}
.placement_wrap .about_wrap ul li {
	width: 46%;
	margin-left: 4%;
}
.placement_wrap .about_wrap ul li img {
	width: 100%;
}
.placement_wrap .about_wrap ul li h4 {
  font-size: 13px;
  margin: 5px 0;
}



/* recruit */

.recruitment_wrap .top_bnr_wrap {
    margin-bottom: 25px;
    height: auto;
    background-size: 100%;
    background-position: left top;
    padding-top: 35%;
}
.recruitment_wrap .top_bnr_wrap .tag {
	font-size: 16px;
	padding: 1% 3%;
	margin-top: 24px;
	margin-left: 194px;
}
.recruitment_wrap .top_bnr_wrap h4 {
	font-size: 25px;
	margin-left: 194px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.recruitment_wrap .top_bnr_wrap .text {
	position: relative;
	padding: 3% 5%;
	background: #001F5F;
}
.recruitment_wrap .service_wrap ul li {
	padding: 10px 0 10px 30px;
	-webkit-background-size: 24px;
	background-size: 24px;
}
.recruitment_wrap .service_wrap ul li.mh {
	padding: 15px 0 15px 30px;
}
.recruitment_wrap .service_list  {
	margin-bottom: 25px;
}
.recruitment_wrap .service_list ul.left,.recruitment_wrap .service_list ul.right {
	width: 100%;
	float: none;
}
.recruitment_wrap .service_list ul li {
	padding: 10px 0 8px 9px;
}
.form_wrap dl dd ul.day.add02 li {
    width: 100%;
}
.form_wrap dl dd ul.day li.add span {
    top: 2px;
}
.ccbox {
	padding: 15px;
}
.ccbox .imgl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30%;
}
.ccbox .txtr {
    float: none;
    width: 100%;
}
.cbox01 {
	margin-bottom: 20px;
}
.cbox01 .pt01 li {
	font-size: 12px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.cbox01 .pt02 {
	margin-bottom:20px;
}
.cbox01 .pt03 {
    text-align: right;
    width: 150px;
    margin: 0 0 0 auto;
}
.cbox01 .pt04 {
	padding-top: 12px;
}

.cbox02 {
	margin-bottom: 20px;
}
.cbox02 .bl01 {
	text-align: center;
	float: none;
	/*width: 120px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.cbox02 .bl02 {
	text-align: center;
	float: none;
	width: 100%;
}

.sp .maintxt {
	font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
	padding-left:10px;
}

.more_wrap .item_wrap .item_bloc .item_inner .cta_area .btn_entry.type02 a {
	background-position: 55px 13px;
    background-size: 26px;
}

.fstitle {
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 15px;
}


▲SP{
}

}


.top_info_box {
	padding-top: 60px;
	padding-bottom: 110px;
	background-color: #B8D8FF;
}
.top_title {
    display: flex;
    box-sizing: border-box;
    border: 4px solid #002060;
}
.top_title .img_wrap {
    margin-right: 20px;
}
.top_title .img_wrap img {
	max-width: 360px;
}
.top_title .text_wrap_title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #002060;
}
.top_title .text_wrap_text {
    font-size: 16px;
}
.top_title .text_wrap_guide {
    margin-top: 20px;
    margin-bottom: 5px;
}
.top_title .text_wrap_guide a {
    font-size: 16px;
    color: #002060;
    text-decoration: none;
}
.top_title .text_wrap_guide a:hover {
    text-decoration: underline;
}

.btn-free01 {
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: middle;
    float: left;
    text-align: left;
}
.btn-free01 * {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.btn-free02 {
  display:inline-block;
  vertical-align:middle;
}
.btn-free02 input {
  width: 190px;
	padding-top: 6px;
  padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
  border-style: none;
  border-radius: 2px;
  color: #002060;
}
.btn-free03 {
  display:inline-block;
  vertical-align:middle;
  padding-left:1em;
}
.btn-free03 li {
  display:inline-block;
  vertical-align:middle;
}


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

.top_title {
	display: block;
	border: 3px solid #002060;
    margin-top: 30px;
    margin-bottom: 0;
}
.top_title .img_wrap {
	margin-right: 0;
	text-align: center;
	margin-bottom:15px;
}
.top_title .img_wrap img {
	max-width: 100%;
}
.top_title .text_wrap_title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.top_title .text_wrap_text {
	font-size: 12px;
}

.top_title .text_wrap_guide {
	margin-top: 10px;
	margin-bottom: 0px;
}
.top_title .text_wrap_guide a {
	font-size: 12px;
}

.btn-free01 {
    float: none;
    text-align: left;
    margin-top:10px;
}
.btn-free02 {
  display:block;
  vertical-align:middle;
}
.btn-free02 input {
  width: 100%;
}
.btn-free03 {
  display:block;
  vertical-align:middle;
  padding-left:0;
}
.btn-free03 li {
  padding-top:5px;
  display:inline-block;
  vertical-align:middle;
}
input[type="radio"] {
    position: relative;
    top: 0;
}
input[type="radio"] {
}

}


/*/////////////add 0222////////////////*/

.hover {
	opacity: 1;
	transition: 0.2s;
}
.hover:hover {
	opacity: 0.7;
}
.newmain {
	width: 100%;
	height: 523px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/add/pic_mv.png);
}
.cmnwrap_1000 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
.newmain_txt {
	padding-top: 120px;
	text-align: right;
}
.fixnav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #FFE600;
}
.fixnav01 {
	float: left;
	margin-right: 9px;
}
.fixnav01:last-child {
	margin-right: 0;
}
.cmnwrap_1200 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.logo_img {
	display: inline-block;
	vertical-align: middle;
}
.logo_txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
	color: #002060;
}
.head_right_top {
	margin-bottom: 15px;
	text-align: left;
	font-size: 0;
	font-weight: 500;
}
.head_right_top01 {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 5px;
	width: 250px;
	text-align: center;
}
.head_right_top01:last-child {
	margin-right: 0;
}
.head_right_top01 span {
	font-weight: bold;
	font-size: 36px;
}
.bd_red {
	border-bottom: 3px solid #FE5B5B;
}
.bd_green {
	border-bottom: 3px solid #4CAF41;
}
.bd_blue {
	border-bottom: 3px solid #447BAB;
}
.red {
	color: #FE5B5B;
}
.green {
	color: #4CAF41;
}
.blue {
	color: #447BAB;
}
.btn-free03 {
	position: absolute;
	top: -999px;
	opacity: 0;
}
.btnsearch01 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.btnsearch01:focus {
	outline: none;
}
.head_right_btm_txt {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	font-size: 16px;
}
.head_right_btm_txt a {
	color: #000;
}
.searcharea {
	display: inline-block;
	vertical-align: middle;
}
.mw_wp_form_complete {
	padding-bottom: 80px;
}
.fixnav {
	min-width: 1220px;
}
.mw_wp_form_confirm .only_input {
	display: none;
}
.taea01 {
	width: 70%!important;
	height: 170px;
	resize: none;
}
.mwform-checkbox-field {
  display:inline-block;
  margin-right:10px;
  margin-bottom:2px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
	
	body {
		padding-bottom: 80px;
	}
	.newmain {
		height: auto;
		background-image: none;
	}
	.top_info_box {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.top_info_sp {
		background-color: #fff;
	}
	.top_info_sp_inner {
		display: table;
		table-layout: fixed;
		margin-right: auto;
		margin-left: auto;
		width: 280px;
	}
	.top_info_sp_left {
		width: 94px;
		padding-right: 10px;
		display: table-cell;
		vertical-align: middle;
	}
	.top_info_sp_right {
		display: table-cell;
		vertical-align: middle;
	}
	.head_right_top {
		margin-bottom: 0;
	}
	.head_right_top01 {
		width: 100%;
		font-size: 10px;
		text-align: left;
		margin-bottom: 3px;
		padding-left: 10px;
		box-sizing: border-box;
		margin-right: 0;
	}
	.head_right_top01 span {
		font-size: 18px;
		width: 7em;
	}
	.top_info_sp {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.fixnav {
		box-sizing: border-box;
		padding-top: 5px;
		padding-right: 6px;
		padding-bottom: 5px;
		padding-left: 6px;
	}
	.fixnav01 {
		width: calc(33.33% - 2px);
		margin-right: 3px;
	}
	.fixnav01:last-child {
		margin-right: 0;
	}
	.logo {
		width: auto!important;
	}
	.logo_img {
		width: 37px;
	}
	.logo_txt {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		color: #18346F;
	}
	.btn_sp01 {
		padding-top: 5px;
		width: 85px;
	}
	.maintxt {
		font-size: 10px;
		text-align: left;
		line-height: 1;
		margin-bottom: 7px;
	}
	#header {
		position: relative;
		background-color: #fff;
		z-index: 9999;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mw_wp_form_complete {
		padding-bottom: 40px;
	}
	.fixnav {
		min-width: 1px;
	}
	.btn-free01 {
		margin-top: 8px;
	}
	.taea01 {
		width: 100%!important;
	}
}



.form_wrap dl dd.text.typejune {
    padding-bottom: 70px;
}
.mwform-radio-field {
    margin-right: 10px;
}
.addbtn li {
    vertical-align: top;
}
.btntel01 {
}
.btntel01 a {
	display: block;
	width: 261px;
	height: 65px;
	background-color: #002060;
	color: #FFF;
	font-weight: bold;
	background-position: right top;
	background-image: url(../img/common/icon_btn_tel_01.png);
	background-repeat: no-repeat;
	text-decoration:none;
}
.btntel02 {
	display: block;
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
}
.btntel03 {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    background-position: left 7px;
    background-image: url(../img/common/icon_btn_tel_02.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
.head_right_top {
    text-align: right;
}
.head_area .head_right {
    width: 870px;
}
.head_right_btm_txt {
    margin-right: 6px;
}
.head_right_btm_txt a {
    background-position: left 4px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 18px;
}
.head_right_btm_txt.type01 a {
    background-image: url(../img/common/icon_hn_01.png);
}
.head_right_btm_txt.type02 a {
    background-image: url(../img/common/icon_hn_02.png);
}
.head_right_btm_txt.type03 a {
    background-image: url(../img/common/icon_hn_03.png);
    background-position: left 8px;
}
.fixnav01 {
    float: none;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}
.more_wrap .item_wrap .item_bloc .title {
	position:relative;
	padding-right:140px;
}
.btnbook input {
	font-size: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 115px;
	border-style: none;
	position: absolute;
	top: 10px;
    right: 10px;
	cursor:pointer;
}
.btnbook.type01 input {
    background-image: url(../img/common/btn_bookmark_01.png);
}
.btnbook.type02 input {
    background-image: url(../img/common/btn_bookmark_02.png);
}
.areach {
	overflow:hidden;
	margin:15px 0 ;
}
.areach li {
	float:left;
	width:20%;
	margin-bottom:7px;
}
.areach li:nth-child(5n+1) {
	clear:both;
}
.areach li input {
    margin-right: 5px;
}

.parea01 {
	margin:0 auto;
	max-width:734px;
	background-color:#FFF;
	/*min-height:480px;*/
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.parea02 {
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
	background-color: #002060;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	position:relative;
}
.top_area_box {
    padding-top: 60px;
	padding-bottom:60px;
    background-color: #B8D8FF;
}
.areatopwrap {
	width:100%;
	min-height:428px;
    background-image: url(../img/top/bg_top_area.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}

.areabtn li {
	position:absolute;
}
.areabtn li.area01 {
	top: 20px;
    right: 25px;
}
.areabtn li.area02 {
	top: 250px;
    right: 120px;
}
.areabtn li.area03 {
	top: 105px;
    right: 305px;
}
.areabtn li.area04 {
	top: 335px;
	right:190px;
}
.areabtn li.area05 {
	top: 335px;
	right:355px;
}
.areabtn li.area06 {
	top: 175px;
    right: 430px;
}
.areabtn li.area07 {
	top: 335px;
    right: 520px;
}

.top_area_box * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btnReturn {
	position:absolute;
	top: 2px;
    left: 5px;
}
.areadt {
	overflow:hidden;
}
.areadt li {
	float:left;
	width:50%;
	border-bottom:solid 1px #CCC;
}
.areadt li:nth-child(odd) {
	border-right:solid 1px #CCC;
}
.areadt li input {
	background-image: url(../img/top/btn_top_arrow.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	font-size: 18px;
	font-weight: bold;
	color: #18346F;
	background-color: transparent;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 14px;
	padding-left: 25px;
	display:block;
	width:100%;
	text-align:left;
	border:none;
	cursor:pointer;
}
.areadt li a {
	background-image: url(../img/top/btn_top_arrow.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	font-size: 18px;
	font-weight: bold;
	color: #18346F;
	background-color: transparent;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 14px;
	padding-left: 25px;
	display:block;
	width:100%;
	text-align:left;
	border:none;
	cursor:pointer;
	text-decoration:none;
}
dt.skts {
	margin-left:20px;
	color:#333!important;
}
dd.skts {
	margin-left:20px;
}
.favnum {
    font-size:25px;
    font-weight:bold;
    color:#E53D54;
    display:inline-block;
    line-height:1;
    padding:0 3px;
}

@media screen and (max-width: 767px) {
	
.form_wrap dl dd.text.typejune {
    padding-bottom: 9px;
}
.btntel01 a {
    margin: 0 auto;
}
.fixnav01 {
    width: calc(49% - 2px);
    margin: 0 2px;
}
.more_wrap .item_wrap .item_bloc .title {
    position: relative;
    padding-right: 10px;
}
.btnbook input {
    font-size: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    display: block;
    height: 32px;
    width: 115px;
    border-style: none;
    position: relative;
    top: inherit;
    right: inherit;
    cursor: pointer;
    margin-top: 10px;
    margin-block: 7px;
}
.areach {
	overflow:hidden;
	margin:15px 0 ;
}
.areach li {
	float:left;
	width:33%;
	margin-bottom:7px;
}
.areach li:nth-child(5n+1) {
	clear: inherit;
}
.areach li:nth-child(3n+1) {
	clear:both;
}
.areach li input {
    margin-right: 5px;
}

.parea01 {
	margin:0 auto;
	max-width:300px;
	background-color:#FFF;
	min-height:1px;
}
.parea02 {
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	position:relative;
}
.top_area_box {
    padding-top: 25px;
	padding-bottom:25px;
}
.areatopwrap {
	width:100%;
	height:auto;
    background-image: url(../img/top/bg_top_area.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
    background-size: 300px;
    min-height: 200px;
}

.areabtn li {
	position:absolute;
}
.areabtn li img {
	height:33.5px;
}
.areabtn li.area01 {
	top: 15px;
    right: 5px;
}
.areabtn li.area02 {
	top: 100px;
    right: 30px;
}
.areabtn li.area03 {
	top: 45px;
    right: 115px;
}
.areabtn li.area04 {
	top: 150px;
    right: 50px;
}
.areabtn li.area05 {
	top: 150px;
    right: 130px;
}
.areabtn li.area06 {
	top: 75px;
    right: 165px;
}
.areabtn li.area07 {
	top: 150px;
    right: 210px;
}

.btnReturn {
	position: absolute;
    top: 2px;
    left: 2px;
    width: 70px;
}
.areadt {
	overflow:hidden;
}
.areadt li {
	float:left;
	width:50%;
	border-bottom:solid 1px #CCC;
}
.areadt li:nth-child(odd) {
	border-right:solid 1px #CCC;
}
.areadt li input {
	background-position: right 10px center;
	font-size: 14px;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display:block;
	width:100%;
	text-align:left;
	border:none;
	cursor:pointer;
    background-size: 12px;
}
.areadt li a {
	background-position: right 10px center;
	font-size: 14px;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display:block;
	width:100%;
	text-align:left;
	border:none;
	cursor:pointer;
    background-size: 12px;
}

.spheadnav {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 7px 10px;
	border-top: 1px solid #C1C1C1;
}
.spheadnav li {
	width: 49%;
	flex-shrink: 0;
}
.spheadnav li a {
	display:block;
	text-align: center;
	border: 2px solid #18346F;
	border-radius:5px;
	padding:6px 0 9px;
}
.spheadnav li img {
	width:75px;
	margin:0 auto;
	vertical-align:middle;
}
dt.skts {
	margin-left:10px;
	color:#333!important;
}
dd.skts {
	margin-left:10px;
}



}