@charset "utf-8";

/*リセット*/
body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p 	{
	margin: 0;	padding: 0;
}


img {
	border: none;
	vertical-align: bottom;
	-webkit-touch-callout:none;
	-webkit-user-select: none;
	user-select:none;
}

.copy_guard {
	-webkit-touch-callout:none;
	-webkit-user-select: none;
	user-select:none;
}



button {
	border: none;
}

a:link {
	text-decoration: none;
	color: #073E77;
}
a:visited {
	text-decoration: none;
	color: #073E77;
}
a:hover {
	text-decoration: none;
	color: #073E77;
}
a:active {
	text-decoration: none;
	color: #073E77;
}

.men_color {
	color: #4376AB;
}
.women_color {
	color: #CD4695;
}


.men_light_color {
	color: #A6BDD5;
}
.women_light_color {
	color: #E7B0D0;
}





/*文字サイズ*/
@media screen and (max-width:400px) {
	html {
		font-size: 14px;
	}
}
@media screen and (min-width:401px) and ( max-width:600px) {
	html {
		font-size: 15px;
	}
}
@media screen and (min-width:601px) and ( max-width:800px) {
	html {
		font-size: 15px;
	}
}
@media screen and (min-width:801px) {
	html {
		font-size: 16px;
	}
}

h1 {
	font-size: 1.6em;
	color: #666666;
	text-shadow: 1px 1px 0 #FFF;
	margin:5px;
}

h2 {
	font-size: 1.3em;
	color: #555555;
	text-shadow: 1px 1px 0 #FFF;
	margin:3px;
}

h3 {
	font-size: 1.1em;
	color: #444444;
	text-shadow: 1px 1px 0 #FFF;
}

h1.heading,h2.heading,H3.heading  {
	margin-top:15px;
}


body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	overflow-wrap:break-word;
	background:#F5F5F5;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
}

.centering {
	max-width: 900px;
	margin: auto;
}

.i-b {
	display:inline-block;
}

.underline {
	background: linear-gradient(transparent 70%, #E7B0D0 70%);
}

.dot {
	position: relative;
	padding-top: 0.25em;
}

.dot::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #FFF;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: #000 0px 1px 6px;
}
/*ヘッダー*/

#header {

}

#header_top {
    padding:0px;
	width: 100%;
	z-index:501;
	position: relative;
	background-color: #FFF;
}


@media screen and (max-width:400px) {
	#header_logo {
		height:20px;
		width:auto;
		margin:5px;
	}
}
@media screen and (min-width:401px) and ( max-width:600px) {
	#header_logo {
		height:22px;
		width:auto;
		margin:5px;
	}
}

@media screen and (min-width:601px) and ( max-width:800px) {
	#header_logo {
		height:26px;
		width:auto;
		margin:5px;
	}
}

@media screen and (min-width:801px) {
	#header_logo {
		height:30px;
		width:auto;
		margin:5px;
	}
}

@media screen and (max-width:400px) {
	#header_partners_icon {
		height:20px;
		width:auto;
		margin:5px;
	}
	#header_menu_table td.none {
		display:none;
	}
}
@media screen and (min-width:401px) and ( max-width:600px) {
	#header_partners_icon {
		height:22px;
		width:auto;
		margin:5px;
	}
	#header_menu_table td.none {
		display:none;
	}
}

@media screen and (min-width:601px) and ( max-width:800px) {
	#header_partners_icon {
		height:26px;
		width:auto;
		margin:5px;
	}
}

@media screen and (min-width:801px) {
	#header_partners_icon {
		height:30px;
		width:auto;
		margin:5px;
	}
}

#header_menu {
	background-color: #FFF;
	width: 100%;
	z-index:999;
	will-change: transform;
	position: relative;
	box-shadow: 0px 6px 3px -3px rgba(128, 128, 128, 0.4);
}
#header_menu.fixed {
	position: fixed;
	left: 0;
	top: 0;
}



/*ヘッダーヘルプ*/
#header_help {
	font-size:0.8em;
	color:#A6BDD5;
	text-align:right;
	margin:3px;
}
#header_help .helpDialog {
	cursor:pointer;
}



/*パンくず*/
#breadcrumb {
	color: #444;
	list-style: none;
	width: 100%;
	font-size:0.9em;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#breadcrumb ul{
	display:table;
	border-collapse:separate;
	border-spacing:6px;
}
#breadcrumb li {
	display:table-cell;
	white-space:nowrap;
}
#breadcrumb li:first-child {
	padding-left:6px;
}
#breadcrumb a {
	color: #777;
}




/*装飾*/
.round {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.round12 {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.round48 {
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	border-radius:48px;
}

.shadow {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.shadow_inset {
	-webkit-box-shadow:0 0 4px 2px #EEE inset;
	-moz-box-shadow:0 0 4px 2px #EEE inset;
	box-shadow:0 0 4px 2px #EEE inset;
}

.text_border_white {
	text-shadow:
	1px  1px 0px #FFF,
	-1px  1px 0px #FFF,
	1px -1px 0px #FFF,
	-1px -1px 0px #FFF,
	1px  0px 0px #FFF,
	0px  1px 0px #FFF,
	-1px  0px 0px #FFF,
	0px -1px 0px #FFF;
}

.post_trim {
	position: relative;
	max-height: 240px;
	width: 100%;
	overflow: hidden;

}
.post_trim:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}




hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

/*中央*/
.align_vertical_center {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
}


/*フォーム*/

.input_blue {
	border: 1px solid #aaa;
	padding: 4px;
	color: #333;
	width:100%;
	min-height:45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: inset 0 0 3px #CCC;
	-webkit-box-shadow: inset 0 0 3px #CCC;
	box-shadow: inset 0 0 3px #CCC;

	background: #FFF;
}
.input_blue:focus {
	border: 1px solid #0072E3;
	box-shadow: 0 0 3px #0072E3;
}

.input_red {
	padding: 4px;
	color: #5D0036;
	width:100%;
	min-height:45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: 0 0 3px #CB0077;
	-webkit-box-shadow: 0 0 3px #CB0077;
	box-shadow: 0 0 3px #CB0077;
	border: 1px solid #CB0077;
	background: rgba(231, 176, 208, 0.3);


}
.input_red:focus {

}


.select_blue {
	border: 1px solid #aaa;
	padding: 4px;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: inset 0 0 3px #CCC;
	-webkit-box-shadow: inset 0 0 3px #CCC;
	box-shadow: inset 0 0 3px #CCC;

	background: #FFF;
}
.select_blue:focus {
	border: 1px solid #0072E3;
	box-shadow: 0 0 3px #0072E3;
}

.select_red {
	padding: 4px;
	color: #5D0036;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: inset 0 0 3px #CCC;
	-webkit-box-shadow: inset 0 0 3px #CCC;
	box-shadow: inset 0 0 3px #CCC;

	background: rgba(231, 176, 208, 0.3);
	border: 1px solid #CB0077;
	box-shadow: 0 0 3px #CD4695;
}
.select_red:focus {

}


.input_fake {
	position: relative;
	color:#333333;
	cursor: pointer;
	display:inline-block;
	background: #FFF;
	padding: 4px 28px 4px 6px;
	border: 1px solid #BBB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow:0 0 4px 2px #EEE inset;
	-moz-box-shadow:0 0 4px 2px #EEE inset;
	box-shadow:0 0 4px 2px #EEE inset;
}
.input_fake:after {
	font-family: FontAwesome;
	content: "\f078";
	position: absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	height:1.2em;
	right:6px;
	font-size:0.9em;
	color:#666;
}
.input_fake:active {
	background: #FAFAFA;
}

/*ヘルプ*/
.helpDialog {
	cursor: pointer;
}

/*絵文字*/
.emoji {
	vertical-align: middle;
}



.grecaptcha-badge {
	visibility: hidden;
}


/*フッターメニュー*/

#footer_bigImage_block .title {
	color: #FFF;
	text-shadow: #000 0px 1px 4px;
	animation-name: fadein;
    animation-duration: 1.5s;
}

#footer_menu_block {
	text-align:left;
	line-height:2em;
}

#footer_menu_block a {
	color:#FFF;
	text-align:left;
}

#footer_menu_block li {
	list-style-type: none;
	margin-left:15px;
}
#footer_menu_block li:before {
    content: "• ";
    color: grey;
}

@media screen and (max-width:400px) {
	#footer_menu_block {
		font-size:1.1em;
	}
	#footer_menu_block .col2.left {
		width:100%;
	}
	#footer_menu_block .col2.right {
		width:100%;
	}
}
@media screen and (min-width:401px) and ( max-width:600px) {
	#footer_menu_block {
		font-size:1em;
	}
	#footer_menu_block .col2.left {
		float:left;
		width:60%;
	}
	#footer_menu_block .col2.right {
		float:left;
		width:40%;
	}

}
@media screen and (min-width:601px) {
	#footer_menu_block {
		font-size:1.2em;
	}
	#footer_menu_block .col2.left {
		float:left;
		width:60%;
	}
	#footer_menu_block .col2.right {
		float:left;
		width:40%;
	}
}
