@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
*{
	box-sizing:border-box;
}

body {
    height: 100%;
	font-size: 14px;
	color: #666;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
}

body.zh {
	font-size: 14px;
	font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.6;
}


.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

header {
	box-sizing: border-box;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fcfcfc;
}

	
nav {
	width: 100%;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}

#contents {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 10px auto 30px;
}

#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 75%;
	padding: 10px;
	background: #fff;
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 24%;
	max-width: 235px;
	padding: 10px;
	background: #fff;
}

#wide {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}

#top_left {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 78%;
	padding: 10px 0px 10px 10px;
	background: #fff;
}

#top_right {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 21%;
	padding: 10px 0px;
	background: #fff;
}

@media print, screen and (max-width:768px) {
	#top_left {
		width: 100%;
		padding: 5px;
	}
	
	#top_right {
		clear:both;
		float: left;
		width: 100%;
	}
}

#top_bottom {
    background-color: #f4f4f6;
    padding: 30px 0 20px;
    clear: both;
    overflow: auto;
}



footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #497EB9;
    text-decoration: none;
}
a:hover {
	color: #497EB9;
	text-decoration: underline;
}

a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

h2 {
	margin: 0 0 20px;
    padding: 5px 10px 1px;
    line-height: 1;
	font-size: 165%;
	font-weight:bold;
    border-left: solid 8px #4B7FBB;
    clear: both;
}

h2 span {
    font-size: 60%;
    color: #FF0033;
}


h3 {
    margin: 0 0 10px;
	font-size: 140%;
    font-weight: bold;
    border-left: solid 8px #4B7FBB;
    padding: 5px 10px 1px;
	clear: both;
}

h4 {
	margin: 0 0 10px;
	font-size: 115%;
	color: #4B7FBB;
    font-weight: bold;
    padding-left: 10px;
	clear: both;
}

h4 a{
	padding-right: 25px;
    background: url(../../image/arrow_blue_big.png) no-repeat 96% center;
}

h5 {
    margin: 20px 0 10px 0;
    padding: 12px 12px 10px;
    line-height: 1.3;
	color: #fff;
    font-weight: bold;
    background-color: #4B7FBB;
    clear: both;
}

h5 span{
    font-size: 140%;
	font-weight:bold;
}

h6 {
	margin-bottom: 0.25em;
	color: #382400;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

ol.list_parentheses{
	margin-left: 1.8em;
	text-indent: -1.8em;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	background: #fff;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	background: #f4f4f6;
	/*white-space:nowrap;*/
}

td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

dl {
    clear: both;
    padding: 0 0 10px;
}

dt {
	clear: both;
    float: left;
	margin: 0 0 0 5px;
	font-weight: bold;
    border-left: solid 5px #CCC;
    padding-left: 7px;
}

dt:before {
    content: none;
}

dd {
	padding-bottom: 5px;
	margin: 0 0 0 120px;
}

.grp dt,
.grp_world dt {
	font-weight: normal;
	border-left: none;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../../image/square_green.png) 0 5px no-repeat;
}

.grp dd {
	padding-bottom: 15px;
}

.grp_world dd {
	padding-bottom: 15px;
	margin: 0 0 0 160px;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #fff;
	border-top: 3px solid #FF0033;
    border-bottom: 5px solid #4B7FBB;
}

header > .inner {
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	padding: 0 0 5px;
}

@media print, screen and (min-width:769px) {
	.header_left,
	.header_right {
		min-height: 104px;
	}
}

.header_left h1 {
	margin: 17px 5px 10px;
	padding: 5px;
	width: 100%;
}

.header_nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;

	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;

}

/* 言語ボタン　*/
.lang{
    padding: 5px 10px;
    overflow: hidden;
	position: relative;
    float: right;
    margin-bottom: 0 !important; 
    padding: 0 10px;
}

.lang li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
	border-left: solid 1px #bbb;
	line-height: 1.5em;
	vertical-align: top;
}

.lang li:first-child {
    border-left: none;
}

.lang a {
	padding: 0 10px;
    color: #666;
    text-decoration: none;
}
.lang a:hover {
    color: #666;
	text-decoration: underline;
}

/* サマリー　*/
.summary {
	clear:both;
	position: relative;
	padding: 10px 10px 5px 0;
	margin: 0;
	font-size: 79%;
	color: #666;
	text-align:right
}

/* 岩谷リンク　*/
.to_iwatani {
	clear:both;
	position: relative;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	font-size: 79%;
	color: #FF0033;
	text-align:right
}

.to_iwatani a{
	padding: 0 0 0 10px;
    background: url(../../image/arrow_red_small.png) no-repeat 0 center;
	color: #FF0033;
    text-decoration: none;
}
.to_iwatani a:hover {
    color: #FF0033;
	text-decoration: underline;
}

@media print, screen and (max-width:768px) {
	header {
		padding: 10px;
	}

	header > .inner {
		display: block;
		padding: 0;
	}

	header h1 {
		margin: 5px !important;
		padding: 0 !important;
	}
	
	.header_left {
		width:80%;
	}
	
	.header_left img {
		width: 100%;
		max-width: 367px;
	}
	
	.header_right br{
		display: none;
	}
	

	
	.header_right {
		width: 100%;
	}
	
	.lang,
	.to_iwatani {
		display:none;
	}
	
	.summary {
		text-align: left;
		font-size: 60%;
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:769px) {
	nav {
		z-index: 3;
	}

	nav .inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
	}


	/* 共通 */
	nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
		vertical-align: middle;
	}
	
	nav ul li a {
		display: block;
		margin: 0;
		padding: 10px 0;
		color: #666;
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}
	
	nav ul li.current > a {
		color: #fff;
		font-weight: bold;
		background: #4B7FBB;
	}

	nav ul li:hover > a {
		color: #fff;
		font-weight: bold;
		background: #4B7FBB;
		text-decoration: none;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position: relative;
		width: 20%;
		float: left;
		margin: 5px 2px 0;
		padding: 0;
		text-align: center;
		list-style: none;
		vertical-align: middle;
	}
	
	nav ul.gnav > li.home {
		width: 17%;
	}

	nav ul.gnav > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 20px;
		width: 0;
		height: 0;
	}

	/* 2段目 */
	nav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;

	}

	nav ul li ul li {
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #fff;
		transition: .4s;
	}

	nav ul li.w26 ul li {
		width: 100%;
	}

	nav ul li ul li a {
		padding: 13px 15px;
		text-align: left;
		background: #eee;
		font-weight: normal;
	}

	nav ul li ul li a:hover {
		background: #4B7FBB;
		border-radius: 0px;
		text-decoration: none;
	}

	nav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
	}

	nav ul li:hover ul li:last-child {
		border-bottom: none;
	}

	nav ul.gnav > li:last-child > ul {
		left: -50%;
	}

	nav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
	}

	/* 3段目（未使用） */
	nav ul li ul li ul {
		margin: 0 0 0 5px;
		top: 0;
		left: 100%;
	}

	nav ul li ul li ul li {
		width: 100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #ccc;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left: -100%;
	}

	nav ul li ul li ul li a {
		background: #ddd;
	}

	nav ul li ul li ul li a:hover {
		background: #79bbe9;
		font-weight: bold;
	}
	
    .lang_sp,
	.to_iwatani_sp {
		display:none;
	}
	
	.gnav {
		display: block !important;
	}

	#spMenu {
		display: none;
	}

	.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width:768px) {
	.lock {
		overflow: hidden;
	}

	nav {
		background: #93b2d6;
	}
	nav ul {
		margin: 0;
		padding: 0;
		}

	nav .inner > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 53px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 53px);
		height: calc(100% - 53px);
	}
	nav li {
		position: relative;
		width: 90%;
		float: none;
		margin: 0 5%;
		text-align: left;
		list-style: none;
		border-top: 1px solid #fff;
		border-bottom: 2px solid #4B7FBB;
		background: #f4f4f6;
		font-weight:bold;
	}
	

	nav li a {
		display: block;
		padding: 10px 30px;
		color: #666;
		text-decoration: none;
		background: #f4f4f6;
	}
	nav li a:hover {
		color: #fff;
		background: #4B7FBB;
		text-decoration:none;
	}

	nav li.lang_sp {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #4d4d4d;
		background: #f4f4f6;
		font-weight: normal;
		font-size: 90%;
		line-height: 1em;
	}
	
	nav li.lang_sp a:hover{
		text-decoration:underline;
		background: #f4f4f6;
		color: #666;
	}
	
	nav li.to_iwatani_sp {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #4d4d4d;
		color: #FF0033;
		text-decoration: none;
		font-size: 90%;
		line-height: 1em;
	}
	
	nav li.to_iwatani_sp a{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #4d4d4d;
		background: url(../../image/arrow_red_small.png) no-repeat 3% center;
		color: #FF0033;
		text-decoration: none;
	}
	
	nav li.to_iwatani_sp a:hover{
		background: url(../../image/arrow_red_small.png) no-repeat 3% center;
		color: #FF0033;
		text-decoration:underline
	}
	
	nav ul ul {
		display: none;
		position: relative;
	}
	nav li li a {
		box-sizing: border-box;
		width: 80%;
		padding: 10px 30px 10px 50px;
		text-align: left;
	}

	nav li li li a {
		padding: 10px 30px 10px 70px;
	}

	.subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	.subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #4A4949;
	}
	.subnav a:hover:after {
	  background: #363535;
	}

	.active > a:before {
		margin-top: 0;
	}
	.active > a:after {
		margin-top: 5px;
	}

	.gnav {
		display: none;
	}

	#spMenu {
		display: block;
		z-index: 2;
		position: fixed;
		top: 10px;
		right: 10px;
	}
	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 5%;
		background: #4D4D4D;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#navBtn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

/*================================================
 *  トピックパス（パンくず）
 ================================================*/
#topicpath {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: url(../../image/bg_cont.png) left top repeat;
    text-align: left;
	font-size: 12px;
}

#topicpath .inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
#sub h2 {
	margin: 0 0 20px;
	padding: 15px;
	font-size: 110%;
    background-color: #4B7FBB;
    color: #fff;
	border: none;
}

.submenu{
	margin:0 0 30px;
	padding:0;
}
.submenu ul{
	margin:0;
	padding:0;
}
.submenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #f4f4f6;
}
.submenu ul li a{
	display:block;
	color:#666;
	text-decoration:none;
	line-height:1.3;
}
.submenu ul li a:hover{
	color:#666;
	text-decoration:none;
}

.submenu > ul > li > a {
	padding:14px 25px;
	background:url(../../image/arrow_blue_big.png) no-repeat 96% center;
	border-top:2px solid #fff;
	border-bottom:2px solid #4B7FBB;
	font-size:100%;
}

.local > ul > li > a {
	background:url(../../image/arrow_bottom_blue_big.png) no-repeat 96% center;
}

.submenu > ul > li.current > a{
	background-image:url(../../image/arrow_white_big.png);
	background-color:#93b2d6;
	color:#fff;
}

.submenu > ul > li > a:hover{
	background-image:url(../../image/arrow_white_big.png);
	background-color:#4B7FBB;
	color:#fff;
}

.local > ul > li > a:hover{
	background-image:url(../../image/arrow_bottom_white_big.png);
}

.contact_sub {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 10px;
	background-color: #4d4d4d;
}

.contact_sub p {
	margin: 10px 5px;
	text-align: center;
	color: #fff;
	font-size: 90%;
}

.contact_sub span {
	font-weight: bold;
}

.contact_sub >.btn a {
	font-size: 100%;
}

.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.bnr img {
	width: 100%;
	border: 1px #4d4d4d solid;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}

.footlink {
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	background-color: #e6e6e6;
}
  
.footlink ul {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 10px;
}
.footlink li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	border-left: solid 1px #bbb;
	line-height: 1.5em;
    vertical-align: top;
}

.footlink li:first-child {
    border-left: none;
}

.footlink a {
	padding: 0 10px;
    color: #666;
    text-decoration: none;
}
.footlink a:hover {
    color: #666;
	text-decoration: underline;
}

.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #1e7ac4;
	border-bottom: 1px solid #62a2d6;
}
.footmenu ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px;
}
.footmenu li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
}
.footmenu a {
	padding: 0 0 0 10px;
    background: url(../../image/arrow_white_small.png) no-repeat 0 center;
    color: #fff;
    text-decoration: none;
}
.footmenu a:hover {
    color: #fff;
	text-decoration: underline;
}

.copyright {
	width: 100%;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	color: #fff;;
	background: #4d4d4d;
	text-align: center;
}

.copyright a{
	color: #fff;
}

.copyright ul {
	/*float: left;*/
	margin: 0;
	padding: 0 10px;
}
.copyright li {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 80%;
}

.copyright li.cp_right {
	float: right;
	text-align: right;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #FF0033;
}
.totop img:hover {
	background: #ff6685;
}

/*================================================
 *  アンカー
 ================================================*/
ul.arrowAnchorList {
    margin: 0 0 20px;
    padding: 0;
}

ul.arrowAnchorList li {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0 15px;
    list-style: none;
    vertical-align: top;
    border-left: 1px solid #ccc;
}

ul.arrowAnchorList li:last-child {
    border-right: 1px solid #ccc;
}

ul.arrowAnchorList li a {
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0 12px;
    background: url(../../image/arrow_bottom_green_small.png) 0 8px no-repeat;
    color: #666;
}

ul.arrowAnchorList li a:hover {
    text-decoration: underline;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../../image/check.png) 0 5px no-repeat;
}

.linkstyle_a a {
	color: #333;
    padding: 0 0 0 10px;
    background: url(../../image/arrow_green_small.png) no-repeat 0 center;	
}

.linkstyle_a a:hover {
    color: #497EB9;
}

/* column_one */
.column_one {
	overflow: hidden;
	margin-bottom: 20px;
}

.column_one img {
	clear: both;
	width: 100%;
	margin-bottom: 2.5%;
}
.inner p span {
	display: inline-block;
}


/* column_two */
.column_two {
	overflow: hidden;
	margin-bottom: 20px;
}

.column_two ul {
	overflow: hidden;
	margin: 0 -2% 0 0;
}
.column_two li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.column_two li:nth-child(2n+1) {
	clear: both;
}
.column_two li img {
	width: 100%;
	margin-bottom: 2.5%;
}

.column_two li p {
	text-align:center;
}

.column_two a {
	color: #333;
    text-decoration: none;
}
.column_two a:hover {
	color: #497EB9;
	text-decoration: underline;
}

/* column_two_b */
.column_two_b {
	overflow: hidden;
	margin-bottom: 20px;
	max-width: 715px;
	width: 100%;
}

.column_two_b ul {
	margin: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.column_two_b li {
	list-style: none;
	width: 40%;
	margin: 0 2% 2% 0;
}

.column_two_b li:nth-child(2n) {
	list-style: none;
	margin: 0 2% 2% 0;
	width: 53.2%;
}

.column_two_b li:nth-child(2n+1) {

}
.column_two_b li img {
	margin-bottom: 2.5%;
}

.column_two_b li p {
	text-align:center;
}

.column_two_b a {
	color: #333;
    text-decoration: none;
}
.column_two_b a:hover {
	color: #497EB9;
	text-decoration: underline;
}

/* column_three */
.column_three {
	overflow: hidden;
	margin-bottom: 20px;
}

.column_three ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.column_three li {
	list-style: none;
	float: left;
	width: 31%;
	margin: 0 2% 2% 0;
}
.column_three li:nth-child(3n+1) {
	clear: both;
}
.column_three li img {
	width: 100%;
	margin-bottom: 2.5%;
}

.column_three li p {
	text-align:center;
}

.column_three a {
	color: #333;
    text-decoration: none;
}
.column_three a:hover {
	color: #497EB9;
	text-decoration: underline;
}

.column_three h4 {
	display: block;
    margin-bottom: 20px;
    font-size: 115%;
	color: #ff0033;
}

/* column_four */
.column_four {
	overflow: hidden;
	margin-bottom: 20px;
}

.column_four ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.column_four li {
	list-style: none;
	float: left;
	width: 23%;
	margin: 0 2% 2% 0;
}
.column_four li:nth-child(4n+1) {
	clear: both;
}
.column_four li img {
	width: 100%;
	margin-bottom: 2.5%;
}

.column_four a {
	color: #333;
    text-decoration: none;
}
.column_four a:hover {
	color: #333;
	text-decoration: underline;
}

/* column_four red */
.column_four_red {
	overflow: hidden;
	margin-bottom: 20px;
}

.column_four_red ul {
	overflow: hidden;
	margin: 2% 0 0 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.column_four_red li {
	list-style: none;
	width: 18%;
	margin: 0 0 2% 2%;
	font-size: 0.8rem;
	/*background:url(../../jp/wire/image/yajirusi.png) no-repeat right top;*/
}
.column_four_red li:nth-child(2n) {
	width: 4%;
}
.column_four_red li:nth-child(1), .column_four_red li:nth-child(3) {
	width: 14%;
}
.column_four_red li:nth-child(7) {
	width:25%;
}
.column_four_red li:nth-child(9), .column_four_red li:nth-child(11) {
	width: 15%;
}

.column_four_red li img {
	width: 100%;
	margin-bottom: 2.5%;
}

.column_four_red a {
	color: #333;
    text-decoration: none;
}
.column_four_red a:hover {
	color: #333;
	text-decoration: underline;
}
.column_four_red h4 {
	display: block;
    margin-bottom: 20px;
    font-size: 115%;
	color: #ff0033;
}

/* しましまテーブル */
.stripe {
	border-collapse: collapse;
	border: none;
	margin-bottom: 30px;
}

.stripe tr,
.stripe th,
.stripe td {
	border: none;
}

.stripe tr:nth-child(2n+1) {
	background: aliceblue;
}

/* サイトマップ_リスト*/
.sitemap {
	padding: 10px 20px 30px;
	font-size: 110%;
}

.sitemap ul {
	margin-bottom: 30px
}

.sitemap li {
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../../image/arrow_blue_big.png) 0 6px no-repeat;
}

.sitemap li a{
	color: #333;
    text-decoration: none;
}
.sitemap li a:hover {
	color: #333;
	text-decoration: underline;
}

/* お問合せ*/
.contact {
	margin: 5px 0 30px;
    padding: 0;
    line-height: 1.3;
    background-color: #f4f4f6;
    clear: both;
}

.contact h3{
	min-height: 20px;
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    line-height: 1.3;
	font-size: 100%;
	background-color: #4B7FBB;
}

.contact p{
    margin: 0;
    padding: 10px 15px;
    line-height: 2;
}

.contact span{
	font-weight:bold;
}

/* ボタン */
 
.btn a{
	position: relative;
	display: inline-block;
	padding: 15px 25px 15px 15px;
	margin-bottom: 30px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	line-height: 1;
    font-size: 100%;
    font-weight: bold;
	z-index: 1;
	background-image: url(../../image/arrow_white_big.png);
    background-size: 8px 12px !important;
    background-repeat: no-repeat;
    background-position: right center;
	border-right: solid 10px transparent;
}

.btn a {
	background-color: #4B7FBB;
	}

.btn_n a {
	background-color: #4B7FBB;
	}


.btn a:hover{
	color: #fff;
	background-image: url(../../image/arrow_white_big.png);
    background-size: 8px 12px !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.btn a:hover {
	background-color: #93b2d6;
}


/* 校正用コメント（校了したら削除）*/
.cmt {
	margin: 10px;
    padding: 20px;
	font-size: 1.2em;
	color: crimson;
    border: 3px solid crimson;
    border-radius: 10px;
    clear: both;	
}

/*================================================
 *  スライダー 上下
 ================================================*/
/* slide */

.slide {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	max-height: 680px;
}
.slide img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.slide {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.slide img {
	width: 100%;
}
}

/* slide_bottom */
.slide_bottom {
	margin: 0 0 20px;
    padding: 20px 0;
    width: 100%;
    background: url(../../image/bg_cont.png) left top repeat;
}

.multiple {
	padding: 0;
	margin: 0 auto;
    width: 960px;
}
.multiple img {
	width: 100%;
}
.multiple div {
	margin: 0 4px;
}

.slide-arrow{
	position: absolute;
	height: 15px;
    width: 24px;
	line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.prev-arrow {
  left: -25px;
}

.next-arrow {
  right: -40px;
}

.prev-arrow img,
.next-arrow img {
  width: auto;
}


/*================================================
 *  トップ_事業内容
 ================================================*/
.business_top {
	margin: 0 5px;
    padding: 5px;
    width: 47%;
	position: relative;
	float: left;
}

.business_top img{
	width: 100%;
}

.business_top p {
	bottom: 0.5em;
	width: 98%;
	color: #666;
	line-height:1.5;
	padding: 5px 0;
	font-size: 96%;
}

.business_top a {
	text-decoration: none;
	color: #666;
}
.business_top p span {
	display: inline-block;
}

@media screen and (max-width:610px) {
	.business_top {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		}
		
	.business_top img{
		max-height: 160px !important;
		object-fit: cover;
	}
}

/*================================================
 *  トップページ 会社概要
 ================================================*/

.about_top{
	margin:0 5px;
	padding:0;
}

.about_top li{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #f4f4f6;
}
.about_top ul li a{
	display:block;
	color:#666;
	text-decoration:none;
	line-height:1.3;
}
.about_top li a:hover{
	color:#666;
	text-decoration:none;
}

.about_top > ul > li.current {
	background-color:#4B7FBB;
	color:#fff;
}
.about_top > ul > li > a {
	padding:14px 25px;
	background:url(../../image/arrow_blue_big.png) no-repeat 96% center;
	border-top:2px solid #fff;
	border-bottom:2px solid #4B7FBB;
	font-size:100%;
}

.about_top > ul > li > a:hover{
	background-image:url(../../image/arrow_white_big.png);
	background-color:#4B7FBB;
	color:#fff;
}

/*================================================
 *  トップページ アクセス
 ================================================*/

.contact_top {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.contact_top img {
	float:left;
	margin:10px 20px;
}

.contact_top p {
	margin: 30px 20px 10px;
	text-align: center;
	font-size: 115%;
}

.contact_top span {
	font-weight: bold;
}


@media screen and (max-width:768px) {
	.contact_top {
		text-align:center;
		margin-bottom:20px;
	}
	.contact_top img {
		float:none;
		margin:0 auto;
		width: 100%;
	}
}

/*================================================
 *  会社概要_事業案内
 ================================================*/

.company_business {
    clear: both;
    overflow: hidden;
	padding: 5px;
    margin-bottom: 50px;
}

.company_business img {
	float:left;
	width:47%;
	max-width: 280px;
	margin-right: 20px;
}

.company_business p {
	text-align: left;
}

.company_business span {
	
}
.company_business p span {
	display: inline-block;
}
.company_business p.tel {
	text-align: left;
	font-size: 115%;
	font-weight: bold;
}

@media screen and (max-width:576px) {
	.company_business　p {
		text-align:center;
		margin-bottom:20px;
	}
	.company_business img {
		float:none;
		margin:0 auto;
		width: 100%;
		max-width: 768px;
	}
}

/*================================================
 *  アクセスマップ
 ================================================*/
 
@media print, screen and (min-width:854px) {
	.map_large {
		width: 100%;
		max-width: 604px;
		margin: 20px auto;
		text-align:center;
	}
	
	.map_small,
	.map_middle {
		display:none;
	}
}

@media print, screen and (min-width:609px) and (max-width:853px) {
	.map_large,
	.map_small {
		display:none;
	}
	
	.map_middle {
		width: 100%;
		max-width: 554px;
		margin: 20px auto;
		text-align:center;
	}
}

@media print, screen and (max-width:608px) {
	.map_large,
	.map_middle {
		display:none;
	}
	
	.map_small {
		width: 100%;
		max-width: 284px;
		margin: 20px auto;
		text-align:center;
	}
}

/*================================================
 *  グループ会社
 ================================================*/
 
.group_list {
	width: 49%;
	float:left;
	margin-bottom: 30px;
}

.group_list:nth-child(2n) {
	clear: both;
}

.group_list ul li{
	 list-style: none;
	 margin-left: 0;
}
@media screen and (max-width:576px) {
	.group_list {
		width: 100%;
		clear: both;
	}
}

/*================================================
 *  お問い合わせ
 ================================================*/
.contact_us {
    margin: 50px auto;
    width: 90%;
}

.contact_us th{
    width: 30%;
	font-weight: bold;
}

.input_text {
    padding: 5px;
	line-height:2;
    width: 100%;
	border: 2px solid #ddd;
}

.select_box {
    padding: 5px;
    width: 60%;
	border: 2px solid #ddd;
	min-height: 36px;
}

.textarea_text {
	padding: 5px;
	line-height:2;
    height: 160px;
	width: 100%;
	border: 2px solid #ddd;
}

.confirm_btn {
	text-align:center;
}

.confirm_btn input {
    position: relative;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
	border: none;
    background-size: 8px 12px !important;
	background-color: #4B7FBB;
}

.confirm_btn input:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.thanks {
    margin: 0 0 40px 10px;
    font-size: 115%;
}

.thanks span {
	font-weight: bold;
}

/*================================================
 *　　利用規約
 ================================================*/
.tou h3,
.privacy h3 {
	margin: 30px 0 10px;
	font-size: 100%;
    font-weight: normal;
    border-left: none;
    padding: 0;
	clear: both;
}

.privacy h4 {
	margin: 30px 0 10px;
	font-size: 100%;
    color: #666;
    font-weight: normal;
    padding-left: 0px;
	clear: both;
}

.privacy ol li{
	margin-left: 2em;
	text-indent: -2em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}

.privacy ol li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}


/*================================================
 *  汎用クラス
 ================================================*/
/* マージン */
.ml1 {
	margin-left: 1px;
}
.ml2 {
	margin-left: 2px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr-15 {
	margin-right: -15px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}

.mlr1 {
	margin-left: 1px;
	margin-right: 1px;
}

/* パディング */
.p5pc {
	padding-left:5%;
	padding-right:5%;
}

/* 幅　*/
.w20pc {
	width: 20%;
}
.w30pc {
	width: 30%;
}
.w40pc {
	width: 40%;
}
.w50pc {
	width: 50%;
}
.w60pc {
	width: 60%;
}
.w70pc {
	width: 70%;
}
.w80pc {
	width: 80%;
}
.w90pc {
	width: 90%;
}


/* 中央寄せ */
.center {
	text-align: center!important;
}

/* 左寄せ */
.left {
	text-align: left!important;
}

/* 右寄せ */
.right {
	text-align: right!important;
}
.right_adjust{
	text-align: right;
}

/* 回り込み解除 */
.clear {
	clear: both;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header > .inner {
		padding: 0 10px;
	}

	.inner {
		width: 100%;
	}

	#contents {
		width:100%;
		margin: 10px 0;
		padding: 0 10px;
	}

	#wide {
		width:100%;
		margin: 10px 0;
		padding: 10px;
	}

	#topicpath .inner {
		width: 100%;
	}

	footer {
		width: 100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}

	#sub {
		float: none;
		width: 100%;
		max-width:100%;
	}

	.col_two_one ul {
		margin-right: 0;
	}
	.col_two_one li {
		width: 100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}
}