@charset "utf-8";

/* ========================================================
	contents.css => ページ共通用css
======================================================== */
@font-face {
	font-family: 'liberation_sansbold';
	src: url('font/LiberationSans-Bold-webfont.eot');
	src: url('font/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/LiberationSans-Bold-webfont.woff') format('woff'),
		 url('font/LiberationSans-Bold-webfont.ttf') format('truetype'),
		 url('font/LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.en {
	font-family: "liberation_sansbold";
	font-weight: normal;
}

/* sp
============================================================================================================ */
.sp {
	display: none !important;
}

@media screen and (max-width: 680px) {
	html.responsive .pc {
		display: none !important;
	}
	html.responsive .sp {
		display: block !important;
	}
	html.responsive span.sp,
	html.responsive br.sp,
	html.responsive em.sp,
	html.responsive strong.sp {
		display: inline !important;
	}
}


/* hv_wh
============================================================================================================ */
.hv_wh {
	position: relative;
	display: block;
}
.hv_wh:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.3);
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 3;
}
.hv_wh.b:after {
	background-color: rgba(255,255,255,0.1);
}
a[href]:hover .hv_wh:after,
.hv_wh[href]:hover:after {
	opacity: 1;
}

@media screen and (max-width: 680px) {
	html.responsive .hv_wh:after {
		content: none;
	}
}


/* パンくず
============================================================================================================ */
.topicpath {
	margin-bottom: 50px;
	padding: 15px 0;
	background-color: #eeeae2;
	font-size: 13px;
	font-size: 1.3rem;
}
.topicpath a {
	text-decoration: none;
}
.topicpath a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	html.responsive .topicpath {
		margin-bottom: 20px;
		padding: 8px 0;
	}
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
	z-index: -1;
}

@media screen and (max-width: 680px) {
	html.responsive .target {
		margin-top: -20px;
		padding-top: 20px;
	}
}


/* 下層ページタイトル
============================================================================================================ */
#underHead {
	padding: 55px 0;
	text-align: center;
	background: #065ed6 url(../img/parts/under_title_bg.png) 50%;
}
#pageHead h1 {
}

@media screen and (max-width: 680px) {
	html.responsive #underHead {
		padding: 18px 0;
		-webkit-background-size: 600px;
		background-size: 600px;
	}
	html.responsive #underHead h1 img {
		width: auto;
		height: 26px;
	}
}





/* タイトル
============================================================================================================ */

/* page_title
------------------------------------------------------------- */
.page_title {
	position: relative;
	margin-bottom: 30px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.page_title:after {
	content: "";
	display: block;
	width: 60px;
	margin: 20px auto 0;
	border-top: 2px solid #0057cd;
}
.page_title.y:after {
	border-top-color: #dbd19f;
}
.page_title.g:after {
	border-top-color: #a9a59d;
}
.page_title.s {
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (max-width: 680px) {
	html.responsive .page_title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	html.responsive .page_title:after {
		margin-top: 10px;
	}
}


/* border_title
------------------------------------------------------------- */
.border_title {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #065ed6;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: normal;
}

@media screen and (max-width: 680px) {
	html.responsive .border_title {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 1.8rem;
	}
}


/* large_title
------------------------------------------------------------- */
.large_title {
	margin-bottom: 20px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.large_title.m {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: normal;
}

@media screen and (max-width: 680px) {
	html.responsive .large_title {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	html.responsive .large_title.m {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}


/* medium_title
------------------------------------------------------------- */
.medium_title {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
}

@media screen and (max-width: 680px) {
	html.responsive .medium_title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}



/* box_title
------------------------------------------------------------- */
.box_title {
	position: relative;
	margin-bottom: 40px;
	padding: 30px 0 25px;
	border: 3px solid #dee5ec;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: normal;
	color: #065ed6;
	text-align: center;
}
.box_title:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border-bottom: 3px solid #0057cd;
}

@media screen and (max-width: 680px) {
	html.responsive .box_title {
		margin-bottom: 30px;
		padding: 15px 0 10px;
		font-size: 2.2rem;
	}
}



/* en_title
------------------------------------------------------------- */
.en_title {
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.en_title .en {
	display: inline-block;
	font-size: 32px;
	font-size: 3.2rem;
}

@media screen and (max-width: 680px) {
	html.responsive .en_title {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	html.responsive .en_title .en {
		display: inline-block;
		font-size: 2.6rem;
	}

}



/* section
============================================================================================================ */
.section {
	margin: 40px 0;
}
.section:first-child,
h1 + .section {
	margin-top: 0;
}

.section_h {
	margin: 30px 0;
}

@media screen and (max-width: 680px) {
	html.responsive .section {
		margin: 30px 0;
	}
	html.responsive .section_h {
		margin: 30px 0;
	}
}


/* bt_section
------------------------------------------------------------- */
.bt_section {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;
}
.btw_section {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #0057cd;
}

@media screen and (max-width: 680px) {
	html.responsive .bt_section {
		margin-top: 20px;
		padding-top: 20px;
	}
	html.responsive .btw_section {
		margin-top: 30px;
		padding-top: 30px;
	}
	html.responsive .w.btw_section {
		padding-left: 0;
		padding-right: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
}



/* ph_title_section
------------------------------------------------------------- */
.ph_title_section {
	position: relative;
	min-height: 240px;
}
.ph_title_section .ph {
	position: absolute;
	top: 0;
}

.ph_title_section.ph_left > * {
	margin-left: 330px;
}
.ph_title_section.ph_left .ph {
	left: 0;
	margin: 0;
}
.ph_title_section.ph_right > * {
	margin-right: 330px;
}
.ph_title_section.ph_right .ph {
	right: 0;
	margin: 0;
}

@media screen and (max-width: 680px) {
	html.responsive .ph_title_section {
		min-height: 0;
	}
	html.responsive .ph_title_section .ph {
		position: static;
		margin-bottom: 10px;
		text-align: center;
	}
	html.responsive .ph_title_section > * {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}



/* para_section
------------------------------------------------------------- */
.para_section > p + p {
	margin-top: 1.8em;
}

@media screen and (max-width: 680px) {
	.para_section > p + p {
		margin-top: 1.5em;
	}
}



/* link
============================================================================================================ */

/* box_link
------------------------------------------------------------- */
a.box_link {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 0.5em 1em;
	background: #065ed6 url(../img/parts/ico_box_link.png) no-repeat 100%;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.box_link.green {
	background-color: #62c4cb;
}
a.box_link.r {
	text-align: center;
	background: #065ed6 url(../img/parts/ico_box_link_l.png) no-repeat 0;
}
a.box_link.pdf {
	background-image: url(../img/parts/ico_btn_pdf.png);
}

/* blank_ico_link
------------------------------------------------------------- */
a.blank_ico_link {
	padding-right: 18px;
	margin-right: 4px;
	background: url(../img/parts/ico_blank.png) no-repeat 100%;
}

/* parts
============================================================================================================ */

/* box_contents
------------------------------------------------------------- */
.box_contents {
	padding: 22px 25px;
	border: 5px solid #eeeae2;
}

@media screen and (max-width: 680px) {
	html.responsive .box_contents {
		padding: 10px 15px;
	}
}


/* bg_contents
------------------------------------------------------------- */
.bg_contents {
	padding: 22px 25px;
	background-color: #eeeae2;
}

@media screen and (max-width: 680px) {
	html.responsive .mb50 + .bg_contents {
		margin-top: -20px;
	}
	html.responsive .bg_contents {
		padding: 10px 15px;
	}
}


/* box_yellow
------------------------------------------------------------- */
.box_yellow {
	padding: 22px 25px;
	background-color: #f5f1d8;
}

@media screen and (max-width: 680px) {
	html.responsive .box_yellow {
		padding: 10px 15px;
	}
}



/* column3
------------------------------------------------------------- */
.column3 {
	zoom: 1;
}
.column3:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.column3 > * {
	float: left;
	width: 300px;
}
.column3 > * + * {
	padding-left: 30px;
}

@media screen and (max-width: 680px) {
	html.responsive .column3 > * {
		float: none;
		width: auto;
	}
	html.responsive .column3 > * + * {
		padding-left: 0;
		margin-top: 20px;
	}
}


/* caption_ph_contents
------------------------------------------------------------- */
.caption_ph_contents + .caption_ph_contents {
	margin-top: 25px;
}
.caption_ph_contents dd {
	margin-top: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 680px) {
	html.responsive .caption_ph_contents + .caption_ph_contents {
		margin-top: 20px;
	}
	html.responsive .caption_ph_contents dt {
		padding: 0 15px;
		text-align: center;
	}
	html.responsive .caption_ph_contents dd {
		margin-top: 10px;
		font-size: 1.3rem;
		text-align: center;
	}
}



/* b_arrow_shadow
------------------------------------------------------------- */
.b_arrow_shadow {
/*
	margin-bottom: 25px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
*/
	margin-bottom: 15px;
	padding-bottom: 26px;
	background: url(../img/parts/bg_arrow_b.png) no-repeat 50% 100%;
	text-align: center;
}

@media screen and (max-width: 680px) {
	html.responsive .b_arrow_shadow {
		position: relative;
		overflow: hidden;
		margin-bottom: 15px;
		padding-bottom: 10px;
		background: none;
	}
	html.responsive .b_arrow_shadow > * {
		position: relative;
		padding-bottom: 5px;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	}
	html.responsive .b_arrow_shadow > *:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 10px;
		height: 10px;
		margin-left: -5px;
		background-color: #f7f4ee;
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	html.responsive .b_arrow_shadow {
		font-size: 1.8rem;
		line-height: 1.4;
	}
}


/* main_txt
------------------------------------------------------------- */
.main_txt {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 680px) {
	html.responsive .main_txt {
		margin-bottom: 30px;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: bold;
	}
}



/* message_contents
------------------------------------------------------------- */
.message_contents {
}
.message_contents .ph {
	float: left;
	padding: 0 60px 20px 0;
}
.message_contents .info {
	margin-left: 425px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #0057cd;
}
.message_contents .info .name {
	margin: 10px 0 20px;
}

/* main_txt
------------------------------------------------------------- */
.main_txt {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 680px) {
	html.responsive .message_contents .ph {
		float: none;
		padding: 0 20px 20px;
		text-align: center;
	}
	html.responsive .message_contents .info {
		margin-left: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}



/* ul,ol,dl
============================================================================================================ */
.li_disc li {
	position: relative;
	padding-left: 1.2em;
}
.li_disc li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
.li_disc.disc_red li:before {
	color: #cd0000;
}
.li_disc li + li,
.li_disc.fmt li {
	margin-top: 0.5em;
}

.li_num li {
	list-style-type: decimal;
	margin-left: 2em;
}
.li_num li + li,
.li_num.fmt li {
	margin-top: 0.5em;
}
.li_num.nmt li + li {
	margin-top: 0;
}


.dl_disc dt,
.dl_disc dd {
	position: relative;
	padding-left: 1.2em;
}
.dl_disc dt:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
.dl_disc dd + dt {
	margin-top: 0.5em;
}



/* font
============================================================================================================ */
.fsr {
	font-size: 14px;
	font-size: 1.4rem;
}
.fss {
	font-size: 13px;
	font-size: 1.3rem;
}
.fsml {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
.fsl {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}
.fsll {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
}
.fsxl {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}
.fwn {
	font-weight: normal;
}

.lhr {
	line-height: 1.8;
}

.color {
	color: #065ed6;
}
.red {
	color: #cd0000;
}

@media screen and (max-width: 680px) {
	html.responsive .fsl {
		font-size: 1.7rem;
	}
	html.responsive .fsll {
		font-size: 2rem;
	}
	html.responsive .fsxl {
		font-size: 2.5rem;
	}
}




/* margin
============================================================================================================ */
.mt {
	margin-top: 25px;
}
.mts {
	margin-top: 15px;
}
.mb {
	margin-bottom: 25px;
}
.mbs {
	margin-bottom: 15px;
}
.mtb {
	margin: 25px 0;
}

/* h2*/

h2{
  color:#F00;	
  font-size:18px;
}

p.tx1{
  color:#F00;	
  font-size:18px;
  margin-left:200px;	
}

li.tx{
  color:#F00;
  margin-left:-2.5em;
}

p.net_ent{
  color:#F00;
}

