@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #efefef;
	color: #333;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 1.6;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #183abc;
	text-decoration: underline;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #183abc;
	text-decoration: none;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.inner {
	clear: both;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #005cb1;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.text_strong {
	font-weight: bold;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginbottom200 {
	margin-bottom: 200px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.2!important;
/*	text-align: right; */
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 18px;
	text-align: center;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
img {
	width: 100%;
	height: auto;
}
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}


/* ===============
header
================*/
header {
	width: 100%;
	height: 82px;
	background: url("../images/back_page.gif") repeat-x 0 0;
}
header h1 {
	width: 240px;
	background-color: #fff;
	text-align: center;
	padding: 10px 20px 4px 20px;
	float: left;
}
header .corp_name {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 0 10px;
}
header .corp_name a {
	color: #fff;
	text-decoration: none;
}

header nav {
	float: right;
	width: 250px;
  background-image: -moz-linear-gradient( 90deg, rgb(238,244,255) 0%, rgb(175,194,255) 90%, rgb(232,233,255) 96%, rgb(207,219,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,244,255) 0%, rgb(175,194,255) 90%, rgb(232,233,255) 96%, rgb(207,219,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(238,244,255) 0%, rgb(175,194,255) 90%, rgb(232,233,255) 96%, rgb(207,219,255) 100%);
	border-radius: 0 0 4px 4px;
	padding: 10px 10px 10px 16px;
	overflow: hidden;
}
header nav ul li {
	font-size: 12px;
	float: left;
	display: block;
	background: url("../images/arrow.png") no-repeat left center;
	background-size: 6px;
	padding-left: 10px;
	margin-right: 12px;
}
header nav ul li a {
	display: block;
	text-decoration: none!important;
	color: #333!important;
}
header nav ul li a:hover {
	text-decoration: underline!important;
  background-image: -moz-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 90%, rgb(49,100,225) 92%, rgb(85,145,255) 94%, rgb(172,207,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 90%, rgb(49,100,225) 92%, rgb(85,145,255) 94%, rgb(172,207,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 90%, rgb(49,100,225) 92%, rgb(85,145,255) 94%, rgb(172,207,250) 100%);
	color: #fff!important;
}

/* ===============
main
================*/
main {
	clear: both;
	width: 100%;
	background-color: #efefef;
}
main img {
	width: 100%;
	height: auto;
	text-align: center;
}


/* ===============
main nav
================*/
main nav {
	width: 100%;
	height: 36px;
	margin: 0 auto;
  background-image: -moz-linear-gradient( 90deg, rgb(238,244,255) 0%, rgb(175,194,255) 90%, rgb(232,233,255) 96%, rgb(207,219,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,244,255) 0%, rgb(175,194,255) 90%, rgb(232,233,255) 96%, rgb(207,219,255) 100%);

}
main nav .main_menu {
	display: flex;
	height: 36px;
	line-height: 36px;
	flex-diretion: row;
	flex-wrap:nowrap;
	justify-content: space-between;
	border-right: 1px solid #fff;
}
main nav .main_menu div {
	flex-basis: 100%;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
main nav .main_menu div span {
	display: block;
	text-align: center;
	font-size: 9px!important;
	color: #6d6d6d;
	font-style: italic;
	line-height: 1;
	margin-top: 4px;
	letter-spacing: -0.03em;
	font-weight: normal;
}
main nav .menu_e div {
	font-size: 12px;
	letter-spacing: -0.03em;
	line-height: 26px;
}
main .main_menu div a {
	display: block;
	height: 36px;
	text-decoration: none!important;
	text-align: center;
	color: #333!important;
	padding: 6px 0;
}
main .main_menu div a:hover,
main .main_menu div.on {
	 background-image: -moz-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 89%, rgb(49,100,225) 92%, rgb(85,145,255) 95%, rgb(172,207,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 89%, rgb(49,100,225) 92%, rgb(85,145,255) 95%, rgb(172,207,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(84,118,248) 0%, rgb(12,55,195) 89%, rgb(49,100,225) 92%, rgb(85,145,255) 95%, rgb(172,207,250) 100%);
	color: #fff!important;
	padding: 6px 0;
}
main .main_menu div a:hover span,
main .main_menu div.on span {
	color: #dbdbdb;
}

/* ===============
.main_contents
================*/
main .topimage {
	width: 860px;
	background-color: #fff;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}
main .main_contents {
	width: 860px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
}


/* ===============
.left_side
================*/
main .left_side {
	background-color: #e6eaf7;
	width: 200px;
}

/* ===============
.main_article 
================*/
main .main_article {
	margin: 20px 0 20px 40px;
	width: 576px;
}
main .main_article h2 {
	color: #183abc;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #183abc;
	margin-bottom: 20px;
}

main .main_article table.tbline {
	border-top: 1px solid #CACACA;
	font-size: 14px;
	line-height: 1.8;
	width: 100%;
}
main .main_article table.tbline th {
	padding: 8px 4px;
	background-color: #e6eaf7;
	font-weight: bold;
	border-bottom: 1px solid #CACACA;
	color: #000;
	font-size: 13px;
}
main .main_article table.tbline td {
	padding: 8px 4px;
	border-bottom: 1px solid #CACACA;
	font-size: 13px;
}

/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ===============
footer
================*/
footer {
	width: 100%;
	background-color: #efefef;
	padding: 10px 0;
}
footer p {
	text-align: center;
	font-size: 10px!important;
}





