@charset "UTF-8";

/*
---
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:62.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size:1.6rem;
	line-height:1.5;
	color:#4d4d4d;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3;
}
h1{
	font-size: 2.8rem;
	font-weight: 500;
}
h2{
	font-size: 2.6rem;
	font-weight: 500;
}
h2.h2-intervew {
    color: #5A918D;
}
h2.h2-intervew:before {
    display: none;
}
h2.h2-intervew:after {
    content: '';
    position: absolute;
    background-color: #5A918D;
    width: 40px;
    height: 8px;
    top: 12px;
    left: -50px;
    z-index: -1;
}
h3{
	font-size: 2.4rem;
	font-weight: 500;
}
h4{
	font-size: 2.2rem;
	font-weight: 500;
}
h5{
	font-size: 2.0rem;
	font-weight: 500;
}
h6{
	font-size: 1.8rem;
	font-weight: 500;
}

ul,ol{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

p{
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: #3268D9;
	transition: all .5s;
}

.table-font-small tr.bg_color{
	background-color: #f7f7f7;
	}

sub.shita{
	font-size: .5em;
	vertical-align: sub;
}

/*
---margin&padding
-------------------------------------------------------------------------------- */
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { 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; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }


.mt05em { margin-top: 0.5em !important; }
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mt3em { margin-top: 3em !important; }
.mt4em { margin-top: 4em !important; }
.mt5em { margin-top: 5em !important; }
.mt6em { margin-top: 6em !important; }
.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt05em { padding-top: 0.5em !important; }
.pt1em { padding-top: 1em !important; }
.pt2em { padding-top: 2em !important; }
.pt3em { padding-top: 3em !important; }
.pt4em { padding-top: 4em !important; }
.pt5em { padding-top: 5em !important; }
.pt6em { padding-top: 6em !important; }
.pb05em { padding-bottom: 0.5em !important; }
.pb1em { padding-bottom: 1em !important; }
.pb2em { padding-bottom: 2em !important; }
.pb3em { padding-bottom: 3em !important; }
.pb4em { padding-bottom: 4em !important; }
.pb5em { padding-bottom: 5em !important; }
.pb6em { padding-bottom: 6em !important; }


/*
---font-family
-------------------------------------------------------------------------------- */
.family_mincho{
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.family_yugo{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*
---
---------------------------------------------------------------------------*/
.floating_box{
	margin: 30px 0;
}
.floating_box:after{
	content: "";
	display: table;
	clear: both;
}
.floating_box .floating_box-rowInner{
	display: block;
}
.floating_box .floating_box-rowInner > :first-child{
	margin-top: 0 !important;
}
.floating_box .floating_box-rowInner > :last-child{
	margin-bottom: 0 !important;
}

.clr{
	clear: both;
}

@media only screen and (min-width: 768px) {
	.floating_box-row{
		float: left;
	}

	.floating_box-5rows > .floating_box-row{
		width: 20%;
	}
	.floating_box-4rows > .floating_box-row{
		width: 25%;
	}
	.floating_box-3rows > .floating_box-row{
		width: 33.3333333333333%;
	}
	.floating_box-2rows > .floating_box-row{
		width: 50%;
	}

	.floating_box-space60px{
		margin-left: -30px;
		margin-right: -30px;
	}
	.floating_box-space50px{
		margin-left: -25px;
		margin-right: -25px;
	}
	.floating_box-space40px{
		margin-left: -20px;
		margin-right: -20px;
	}
	.floating_box-space30px{
		margin-left: -15px;
		margin-right: -15px;
	}
	.floating_box-space20px{
		margin-left: -10px;
		margin-right: -10px;
	}
	.floating_box-space10px{
		margin-left: -5px;
		margin-right: -5px;
	}
	.floating_box-space00px{
	}

	.floating_box-space60px > .floating_box-row{
		padding: 0 30px;
		margin-top: 60px;
	}
	.floating_box-space50px > .floating_box-row{
		padding: 0 25px;
		margin-top: 50px;
	}
	.floating_box-space40px > .floating_box-row{
		padding: 0 20px;
		margin-top: 40px;
	}
	.floating_box-space30px > .floating_box-row{
		padding: 0 15px;
		margin-top: 30px;
	}
	.floating_box-space20px > .floating_box-row{
		padding: 0 10px;
		margin-top: 20px;
	}
	.floating_box-space10px > .floating_box-row{
		padding: 0 5px;
		margin-top: 10px;
	}
	.floating_box-space00px > .floating_box-row{
	}

	.floating_box-5rows > :nth-of-type(5n+1),
	.floating_box-4rows > :nth-of-type(4n+1),
	.floating_box-3rows > :nth-of-type(3n+1),
	.floating_box-2rows > :nth-of-type(2n+1){
		clear: both;
	}
	.floating_box-5rows > :nth-of-type(-n+5),
	.floating_box-4rows > :nth-of-type(-n+4),
	.floating_box-3rows > :nth-of-type(-n+3),
	.floating_box-2rows > :nth-of-type(-n+2){
		margin-top: 0;
	}

}


/*
---
---------------------------------------------------------------------------*/
.bottun_basic{
	
}
.bottun_basic-a{
	display: block;
	color: #fff !important;
	padding: 15px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	transition: all .5s;
	max-width: 100%;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.bottun_basic-a:before{
	z-index: -1;
	background-color: #3e6361;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.bottun_basic-a:after{
	z-index: -1;
	background-color: #5a918d;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.bottun_gray-a{
	color: inherit !important;
}
.bottun_gray-a:before{
	background-color: #999999;
}
.bottun_gray-a:after{
	background-color: #e6e6e6;
}

.bottun_orange-a:before{
	background-color: #ab6a00;
}
.bottun_orange-a:after{
	background-color: #f69800;
}

.blockWrapper{
    
}
.blockWrapper > :first-child{
    margin-top: 0 !important;
}
.blockWrapper > :last-child{
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1025px) {
	.bottun_basic-a:hover{
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px);
	}
	.bottun_basic-a:hover:before{
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}
	.bottun_basic-a:hover:after{
		opacity: 0.65;
	}
}



/*
---
---------------------------------------------------------------------------*/
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:5px 36px 5px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	background-image: url(../images/icon_select_open.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	min-width:150px;
	max-width: 100%;
	font-size: inherit;
}

.bottun_submit-a{
	padding: 0;
}
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width: 0;
	display: block;
	width: 100%;
	background: transparent;
	padding: 15px;
	font-size: 1.6rem;
	cursor: pointer;
}
.bottun_submit-a input[type="submit"]{
	color: #fff;
}


/*
---
---------------------------------------------------------------------------*/
#content_header nav ul li.active01 a {
	color:#fff;
	background: none;
}
#content_header nav ul li a:hover {
	color: #D1568D;
	background: #ffffff;
}
#content_header nav ul li.active04 a{
	color: #D1568D;
	background: #ffffff;
}


/*
---
---------------------------------------------------------------------------*/
#sp_menu{
	padding-top: 0;
}
#sp_menu ul{
	margin: 0;
	padding: 20px 0;
}
#sp_menu ul li{
	padding: 0;
	margin: 0;
}
#sp_menu ul li:before{
	display: none;
}
#footer{
	padding-top: 40px;
}
#content_header{
	background-color: #fff;
	height: auto;
	margin-bottom: 0;
}
.contents_sectionWrapper{
	max-width: 100%;
	overflow: hidden;
	background-image: url(../images/bg_wrapper_article_51x51.png);
	-webkit-background-size: 51px auto;
	background-size: 51px auto;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}
.contents_section{
	margin-top: 80px;
}
.contents_section-inner{
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.contents_section-textArea{
	padding-left: 20px;
	padding-right: 20px;
}
.contents_section-textArea:after{
	content: '';
	display: table;
	clear: both;
}
.contents_section-textArea > :first-child{
	margin-top: 0 !important;
}
.contents_section-textArea > :last-child{
	margin-bottom: 0 !important;
}

.contents_section-inner > h2{
	margin-bottom: 30px;
}


/*
---
---------------------------------------------------------------------------*/
.box_childMargin0 > :first-child{
	margin-top: 0 !important;
}
.box_childMargin0 > :last-child{
	margin-bottom: 0 !important;
}



/*
---
---------------------------------------------------------------------------*/
.navi_search{
	width: 100%;
	margin-top: 15px;
}
.navi_search th,
.navi_search td{
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #ddd;
}
.navi_search th{
	background-color: #f2f2f2;
	color: inherit;
	width: 150px;
}
.navi_search td{
	font-size: 1.4rem;
}
.navi_search-chkboxWrapper span{
	display: block;
	float: left;
	margin-right: 2em;
}
.navi_search-chkboxWrapper input[type="checkbox"]{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.navi_search-chkboxWrapper label{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.navi_search-sexLabel{
	height: 26px;
	line-height: 26px;
	padding-left: 31px;
	background-position: 0 center;
	background-repeat: no-repeat;
	-webkit-background-size: 26px auto;
	background-size: 26px auto;
}
.navi_search-chkboxWrapper span:nth-of-type(1) .navi_search-sexLabel{
	padding-left: 0;
}
.navi_search-chkboxWrapper span:nth-of-type(2) .navi_search-sexLabel{
	background-image: url(../images/icon_man_woman_26x26.png);
}
.navi_search-chkboxWrapper span:nth-of-type(3) .navi_search-sexLabel{
	background-image: url(../images/icon_man_26x26.png);
}
.navi_search-chkboxWrapper span:nth-of-type(4) .navi_search-sexLabel{
	background-image: url(../images/icon_woman_26x26.png);
}

.navi_search-bottuns{
	max-width: 240px;
	margin: 30px auto 0;
}
.navi_search-bottuns a{
	margin-top: 15px;
}



@media only screen and (max-width: 767px) {
	/*
	---
	---------------------------------------------------------------------------*/
	body{
		background-image: url(../images/bg_wrapper_article_51x51.png);
		-webkit-background-size: 51px auto;
		background-size: 51px auto;
	}
	#content_header{
		background-color: transparent;
	}
	.contents_sectionWrapper{
		background-image: none;
	}
	.contents_section{
		margin-top: 40px;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.floating_box-row{
		margin-top: 20px;
	}

	.spFloating_box > .floating_box-row{
		float: left;
	}

	.spFloating_box-5rows > .floating_box-row{
		width: 20%;
	}
	.spFloating_box-4rows > .floating_box-row{
		width: 25%;
	}
	.spFloating_box-3rows > .floating_box-row{
		width: 33.3333333333333%;
	}
	.spFloating_box-2rows > .floating_box-row{
		width: 50%;
	}

	.spFloating_box-space60px{
		margin-left: -30px;
		margin-right: -30px;
	}
	.spFloating_box-space50px{
		margin-left: -25px;
		margin-right: -25px;
	}
	.spFloating_box-space40px{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spFloating_box-space30px{
		margin-left: -15px;
		margin-right: -15px;
	}
	.spFloating_box-space20px{
		margin-left: -10px;
		margin-right: -10px;
	}
	.spFloating_box-space10px{
		margin-left: -5px;
		margin-right: -5px;
	}
	.spFloating_box-space00px{
	}

	.spFloating_box-space60px > .floating_box-row{
		padding: 0 30px;
		margin-top: 60px;
	}
	.spFloating_box-space50px > .floating_box-row{
		padding: 0 25px;
		margin-top: 50px;
	}
	.spFloating_box-space40px > .floating_box-row{
		padding: 0 20px;
		margin-top: 40px;
	}
	.spFloating_box-space30px > .floating_box-row{
		padding: 0 15px;
		margin-top: 30px;
	}
	.spFloating_box-space20px > .floating_box-row{
		padding: 0 10px;
		margin-top: 20px;
	}
	.spFloating_box-space10px > .floating_box-row{
		padding: 0 5px;
		margin-top: 10px;
	}
	.spFloating_box-space00px > .floating_box-row{
	}

	.spFloating_box-5rows > :nth-of-type(5n+1),
	.spFloating_box-4rows > :nth-of-type(4n+1),
	.spFloating_box-3rows > :nth-of-type(3n+1),
	.spFloating_box-2rows > :nth-of-type(2n+1){
		clear: both;
	}
	.spFloating_box-5rows > :nth-of-type(-n+5),
	.spFloating_box-4rows > :nth-of-type(-n+4),
	.spFloating_box-3rows > :nth-of-type(-n+3),
	.spFloating_box-2rows > :nth-of-type(-n+2){
		margin-top: 0;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.navi_search,
	.navi_search tbody,
	.navi_search tr,
	.navi_search th,
	.navi_search td {
		display: block;
		width: auto;
	}
	.navi_search tr:nth-of-type(n+2) th,
	.navi_search td {
		border-top-width: 0;
	}
	.navi_search-chkboxWrapper span{
		display: block;
		width: 33.3333333333%;
		margin-right: 0;
	}
	.navi_search-chkboxWrapper span:nth-of-type(1){
		margin-bottom: 10px;
	}
	.navi_search-chkboxWrapper span:nth-of-type(2){
		clear: both;
	}
	.navi_search-sexLabel {
		height: 18px;
		line-height: 18px;
		background-size: 18px auto;
		padding-left: 23px;
	}
	
	
	/*
---
---------------------------------------------------------------------------*/


}
