
@charset "utf-8";
/* ===================================================================
	 common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #4a4a4a;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #4a4a4a;
	text-decoration: none;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}
a:hover,
a:hover img {
	text-decoration: none;
	transition: all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #cccccc;
	margin: 15px 0;
	padding: 10px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(../images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(../images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(../images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.top-right {
	float: right;
	margin: 0px 0px 30px 30px;
}
.top-left {
	float: left;
	margin: 0px 30px 30px 0px;
}
.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.bottom-right {
	float: right;
	margin: 30px 0px 0px 30px;
}
.bottom-left {
	float: left;
	margin: 30px 30px 0px 0px;
}
.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}
.entry-container b {
	font-weight: bold;
}
.entry-container i {
	font-style: italic;
}
input.base_ja,
textarea.base_ja {
ime-mode:active;
/*全角日本語/半角英数*/
}
input.base_en {
ime-mode:inactive;
/*半角英数/全角日本語*/
}
input.all_en {
ime-mode:disabled;
/*半角英数*/
}


/* form ---------------------------- */

/* reset */
input[type="text"],
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
	background: #fff;
	box-shadow: none;
}
input[type="text"],
textarea,
select {
	padding: 5px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
textarea {
	resize: none;
}


/* style */
input[type="text"],
textarea,
select {
	background-color: #f4f4f4;
}
input[type="text"] {
	height: 40px;
	width: 100%; /*default*/
}
textarea {
	height: 230px;
	width: 100%;
}
input[type="radio"] {
	border: solid 1px #adadad;
}
input::-webkit-input-placeholder,
input::-moz-input-placeholder {
	color: #bfbfbf;
}

/* label */
input[type="checkbox"],
input[type="radio"] {
	opacity: 0;
	position: absolute;
}
.ralabel {
	background: url(../images/radio_off.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	position: relative;
	cursor: pointer;
	/*margin-right: 20px;*/
}
.ralabel.on {
	background: url(../images/radio_on.png) no-repeat left center;
}


/* focus */
input[type="text"]:focus,
textarea:focus,
select:focus {
	border: solid 1px #cbd8e7;
}

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

	/* reset */
	input[type="text"],
	textarea,
	select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		border: none;
		background: #fff;
		box-shadow: none;
	}
	input[type="text"],
	textarea,
	select {
		padding: 5px 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		font-size: 113.6%;
	}
	textarea {
		resize: none;
	}


	/* style */
	input[type="text"],
	textarea,
	select {
		background-color: #f4f4f4;
	}
	input[type="text"] {
		height: 32px;
		width: 100%; /*default*/
	}
	textarea {
		height: 115px;
		width: 100%;
	}
	input[type="radio"] {
		border: solid 1px #adadad;
	}
	input::-webkit-input-placeholder,
	input::-moz-input-placeholder {
		color: #bfbfbf;
	}

	/* label */
	input[type="checkbox"],
	input[type="radio"] {
		opacity: 0;
		position: absolute;
	}
	.ralabel {
		background: url(../images/radio_off.png) no-repeat left center;
		padding: 5px 0 5px 30px;
		position: relative;
		cursor: pointer;
		margin-right: 20px;
	}
	.ralabel.on {
		background: url(../images/radio_on.png) no-repeat left center;
	}


	/* focus */
	input[type="text"]:focus,
	textarea:focus,
	select:focus {
		border: solid 1px #cbd8e7;
	}
}



/*---------------------------------------------------------------------------*/

div,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#container {
	width: 100%;
	min-width: 1000px;
	position: relative;
	/*overflow: hidden;*/
	clear: both;
}
#contents {
	width: 1000px;
	margin: 0 auto;
	min-height: 600px;
}
.contents_l {
	width: 753px;
	padding-right: 79px;
	position: relative;
	float: left;
}
.contents_r {
	width: 247px;
	float: right;
}


.inner {
	width: 1000px;
	margin: 0 auto;
}
.btn {
	text-align: center;
}
.for_sp {
	display: none;
}
.switch {
	visibility: hidden;
}

@media screen and (max-width:780px){
	body,
	td,
	th,
	input,
	textarea {
		color: #323232;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
		font-size: 11px;
		line-height: 1.5;
	}

	a,
	a:link,
	a:visited,
	a:active,
	a:hover {
		color: #323232;
		text-decoration: none;
	}
	a:hover,
	a:hover img {
		text-decoration: none;
		transition: none;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: .8;
	}

	#container {
		width: 100%;
		min-width: 100%;
		position: relative;
		/*overflow: hidden;*/
		clear: both;
	}
	#contents {
		width: 94%;
		margin: 0 auto;
		min-height: 100%;
	}
	.contents_l {
		width: 100%;
		padding-right: 0;
		position: relative;
		float: none;
	}
	.contents_r {
		width: 100%;
		float: none;
	}
	.inner {
		padding: 0 2%;
		width: 100%;
	}
	.btn {
		text-align: center;
	}
	img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	.for_sp {
		display: inline-block;
	}
	.for_pc {
		display: none;
	}


}

/* header
---------------------------------------------------------------------------*/
header {
	height: 102px;
	position: relative;
	z-index: 999;
	border-bottom: solid 1px #e3e3e3;
}
header .head_inner {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 26px 36px;
}
header .logos {
	float: left;
	line-height: 1.0;
}
header .logos li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
header .logos li + li {
	margin-left: 20px;
}
header .head_btn {
	float: right;
}
header .head_btn ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}
header .head_btn ul li + li {
	margin-left: 18px;
}
header .head_btn ul li a {
	display: block;
}

@media screen and (max-width:780px){
	header {
		height: 49px;
		position: relative;
		z-index: 999;
		border-bottom: solid 1px #e3e3e3;
	}
	header .head_inner {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
		padding: 12px 3%;
	}
	header .logos {
		float: none;
		line-height: 1.0;
	}
	header .logos li {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		vertical-align: middle;
	}
	header .logos li + li {
		margin-left: 5px;
	}
	header .logos li:first-child {
		width: 96px;
	}
	header .logos li:last-child {
		width: 147px;
	}
	header .head_btn {
		display: none;
	}

}

/* footer
---------------------------------------------------------------------------*/

footer {
	width: 100%;
	min-width: 1000px;
	clear: both;
	border-bottom: solid 4px #000;
}
footer .foot_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
footer .copy {
	text-align: center;
	padding-bottom: 20px;
}
footer .pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:780px){
	footer {
		width: 100%;
		min-width: 100%;
		clear: both;
		border-bottom: solid 4px #000;
	}
	footer .foot_inner {
		width: 94%;
		margin: 0 auto;
		display: table;
		padding-bottom: 5px;
	}
	footer .copy {
		text-align: left;
		padding: 0 4%;
		display: table-cell;
		vertical-align: middle;
	}
	footer .pagetop {
		position: static;
		vertical-align: middle;
		display: table-cell;
		width: 47px;
	}
}


/*---------------------------------------------------------------------------*/
/* container parts
---------------------------------------------------------------------------*/

/* rayout */

.photo_box,
.txt_box {
	display: inline-block;
	/display: inline;
	/zoom:1;
	vertical-align: top;
}


/* btn */
.btn_area {
	text-align: center;
}
.btn_area div {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
.btn_base {
	position: relative;
	width: 240px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
}
.btn_base span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 34px;
	line-height: 34px;
	border: solid 1px #000;
	box-shadow: 2px 2px 0 0 #000;
	-webkit-box-shadow: 2px 2px 0 0 #000;
	-moz-box-shadow: 2px 2px 0 0 #000;
	-ms-box-shadow: 2px 2px 0 0 #000;
	-o-box-shadow: 2px 2px 0 0 #000;
	text-align: center;
	background: url(../images/icon_arrow_bla.png) no-repeat 98% center;
	font-size: 12px;
	transition: all 0.1s ease 0s;
		-webkit-transition:all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		-ms-transition: all 0.1s ease 0s;
		-o-transition: all 0.1s ease 0s;
}
.btn_base a {
	display: block;
	color: #000;
}
.btn_base a:hover span {
	top: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

@media screen and (max-width:780px){
	.btn_area {
		text-align: center;
	}
	.btn_area div {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		vertical-align: top;
	}
	.btn_base {
		width: 94%;
		height: 34px;
		line-height: 34px;
		position: relative;
		margin: 0 auto;
	}
	.btn_base span {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 34px;
		line-height: 34px;
		border: solid 1px #000;
		box-shadow: 2px 2px 0 0 #000;
		-webkit-box-shadow: 2px 2px 0 0 #000;
		-moz-box-shadow: 2px 2px 0 0 #000;
		-ms-box-shadow: 2px 2px 0 0 #000;
		-o-box-shadow: 2px 2px 0 0 #000;
		text-align: center;
		background: url(../images/icon_arrow_bla.png) no-repeat 98% center;
		font-size: 12px;
	}
	.btn_base a {
		display: block;
		color: #000;
	}
	.btn_base a:hover span {
		top: 2px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
	}
}


/* title */
.page_ttl {
	padding: 85px 0 88px;
	margin-bottom: 60px;
	background: url(../images/pagettl_line.png) no-repeat left bottom;
}
@media screen and (max-width:780px){
	.page_ttl {
		padding: 23px 0;
		margin-bottom: 23px;
		background: url(../images/pagettl_line.png) no-repeat left bottom;
	}
	.page_ttl img {
		height: 20px;
		width: auto;
	}
}


/* table */
table {
	width: 100%;
}
table th {
	text-align: left;
}

/* bxslider */
.bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}


