/* reset*/

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, strong, 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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*--- default */
body {
	color: #333;
	font-size: 83%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*--- clearfix */
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 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:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

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 #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	text-align:left;
	background-color:#fff;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/* ===================================================================
 header
=================================================================== */
#header{
	border-top: 27px solid #314979;
	}
#sub_menu{
	width:1000px;
	margin:0px auto 20px;
	}
#add_area{
	float:left;
	margin-top:11px;
	}
	
/*20190807 ヘッダーh2変更前*/
/*#add_area h2{
	font-size:0.9em;
	float:right;
	margin-top:-7px;
	margin-right:6px;
	font-weight:400;
	}*/
#sub_area{
	float:right;
	position:relative;
}
#sub_area ul .tel{
	/* background: rgba(0, 0, 0, 0) url("../../img/header/tel.png") no-repeat scroll left center;
	padding-left:20px;*/
	display: inline-block;
	  background: rgba(0, 0, 0, 0);
    font-size: 14px;
    margin: 0 0 8px 14px;
	}
#sub_area ul .tel a{
	color:#333;
	}
	#topimg {
		min-width:1000px;
}
/*ヘッダーh2変更前*/
#add_area h2 {
    font-size: 0.9em;
    margin-top: -3px;
    margin-left: 6px;
    font-weight: 400;
}

/*201912ヘッダー変更前*/
#add_area .headerinfo{
	margin-top: -50px;
margin-left: 70px;
	}
#add_area .headerinfo li{
	display:inline-block;
	}

.hover {
  /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #4CAF50;
  padding: 0.6em 2em;*/
  color: #f00;
  display: inline-block;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hover:hover {
  /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);*/
  transform: translateY(-0.1875em);
}


/* ===================================================================
メインメニュー
=================================================================== */
#main_menu{
	width:1000px;
	margin:0 auto;
	border-bottom:2px solid #980903;
	}
#main_menu .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_menu .menu li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	/*padding: 5px;*/
	width: 167px;
	display: block;
	text-align:center;
	font-size:1.1em;
	font-weight:600;
	z-index:999;
	border-right:dotted 1px #ccc;
}
#main_menu .menu li:last-child {
	border:none;
	}
#main_menu .menu li.s {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	/*padding: 5px;*/
	width:80px;
	display: block;
	text-align:center;
	font-size:1.1em;
	font-weight:600;
	z-index:999;
	cursor:pointer;
}
#main_menu .menu li.s2 {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	/*padding: 5px;*/
	width:147px;
	display: block;
	text-align:center;
	font-size:1.1em;
	font-weight:600;
	z-index:999;
	cursor:pointer;
}
#main_menu .menu li,
#main_menu .menu li a{
	text-decoration:none;
	color:#333;
}

#main_menu .menu li .sub{
	position: absolute;
	display: none;
	margin-left:-6px;
	padding: 0;
	z-index:99999;
}

#main_menu .menu li .sub li{
	font-size:0.9em;
	width:216px;
	padding:0;
	text-align:left;
	margin-left:44px;
	border-right:none;
	background-color:rgba( 255, 255, 255, 0.9);
	}
	
#main_menu .menu .s .sub li{
	font-size:0.9em;
	width:216px;
	padding:0;
	text-align:left;
	margin-left:14px;
	border-right:none;
	background-color:rgba( 255, 255, 255, 0.9);
	}
	
#main_menu .menu li .sub li a{
	display: block;
	padding: 11px 7px 0;
	/*margin-left:-7px;*/
	color: #333;
	width:216px;
}
#main_menu .menu li .sub li a:hover {
	display: block;
	color:#7d7d7d;
}


/* ===================================================================
メインメニュー2
=================================================================== */
#main_menu{
	width:1000px;
	margin:0 auto;
	border-bottom:2px solid #980903;
	}
	
.menu2{
	display: flex;
	justify-content: space-around;
}

.menu2 li{
	border-right:dotted 1px #ccc;
	font-size:1.1em;
	font-weight:600;
	}
.menu2 li:last-child {
	border:none;
	}
.menu2 li,
.menu2 li a{
	text-decoration:none;
	color:#333;
	padding-right: 16px;
	
}
.menu2 li a:hover {
	display: block;
	color:#7d7d7d;
}
/* ===================================================================
 pankuzu
=================================================================== */

#pankuzu {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:6px 0;
	margin:10px 0 20px 0;
	font-size:0.9em;
	text-align:right;
}
#pankuzu a {
	color:#666;
	text-decoration:none;
}
#pankuzu a:hover {
	color:#333;
	text-decoration:underline;
}

/* ===================================================================
 contents
=================================================================== */
#main{
	float:right;
	width:730px;
	}
.cp_h1title {
	color:#c92734;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:254%;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.cp_h1title:before {
	content: '';
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 40%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c92734;
	border-radius:1px;
}
#main .subti-s{
	color:#333;
	font-size:110%;
	text-align:center;
	margin-bottom: 0px;
	}
#main .subti-s-b{
	color:#333;
	font-size:110%;
	text-align:center;
	margin-top: -16px;
	}

/* ===================================================================
 左カラム
=================================================================== */
#side {
	width:250px;
	float:left;
}
/* ===================================================================
 side-nav 201906 まで使用
=================================================================== */
#side_nav {
	width:250px;
	border:1px solid #8C8C8C;
	margin:20px 14px 20px 0;
	border-bottom:17px solid #314979;
}
#side_nav h1{
	width:254px;
	background:#314979;
	font-size:1.3em;
	text-align:center;
	padding:14px 0;
	margin-left:-2px;
	}
#side_nav h1 a{
	color:#fff;
	text-decoration:none;
	}
#side_nav h1 a:hover{
	color:#ccc;
	}
#side_nav ul li{
	padding:5px 0 4px 20px;
	font-size:1.0em;
	line-height:177%;
	border-bottom:1px dotted #ccc;
	}
#side_nav ul li a {
	color:#333;
	text-decoration:none;
	}
#side_nav ul .tokusyu2{
	line-height:140%;
	}
#side_nav ul .tokusyu a,
#side_nav ul .tokusyu2 a{
	padding:5px 0 4px 10px;
	font-size:1.0em;
	}
#side_nav ul .lineheight{
	line-height:140%;
	}
#side_nav ul li a:hover{
	color:#ccc;
	opacity:0.8;
}
#side_nav ul li:last-child {
	border:none;
}
.my-skyblue {color: skyblue}

/* ===================================================================
 side-nav-アコーディオン
=================================================================== */

.accordion1 .inner {display: none;}
.accordion1 p{cursor: pointer;}
/*.accordion1 p.ac1{background: #F50057;}
.accordion1 p.ac2{background: #FFEA00;}
.accordion1 p.ac3{background: #64DD17;}
.accordion1 .inner li{padding: 0 0;}*/

/* ===================================================================
side-contact
=================================================================== */
#side_contact {
	width:250px;
	margin:20px 14px 20px 0;
	border:1px solid #ccc;
	background-color:#eeeeee;
}
#side_contact h1{
	width:254px;
	background:#314979;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	padding:14px 0;
	margin-left:-2px;
	}
#side_contact .tel{
	line-height:190%;
	background: rgba(0, 0, 0, 0) url("/img/side/tel.png") no-repeat scroll left center;
    font-size: 17px;
    margin: 9px 0 -4px 27px;
	padding-left:37px;
	}
#side_contact .tel a{
	color:#333;
	}
#side_contact ul{
	text-align:center;
	margin:10px auto 10px;
	}
#side_contact ul li{
	margin-bottom:10px;
	}

/* ===================================================================
side-nav2
=================================================================== */
#side_nav2{
	width:250px;
	margin:7px 14px 20px 0;
	border:1px solid #ccc;
	background-color:#eeeeee;
}
#side_nav2 .cp_list li a{
	margin:10px auto 10px;
	text-decoration:none;
	font-weight:bold;
	color:#314979;}
	
#side_nav2 .cp_list {
	padding:0.5em;
	list-style-type:none;
}
#side_nav2 .cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
#side_nav2 .cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}

/* ===================================================================
 footer
=================================================================== */
#pagetop {
    position: fixed;
    bottom:50px;
    right:20px;
	z-index:1000;
}
footer{
	clear:both;
	background-color:#F1F1F1;
	padding:1% 0;
	height:340px;
	}
.f-inner{
	width:1000px;
	margin:0 auto;
	}
/*#footer {
	clear:both;
	padding-top:9px;
	background:#F1F1F1;
	height:314px;
	padding-bottom:40px;
	min-width: 1000px;
}*/
footer a {
	text-decoration:none;
	color:#333;
}
footer a:hover {
	text-decoration:underline;
}

/*footer div {
	padding:10px 0 10px 0;
}*/
#f-left{
	float:left;
	width:450px;
}
#f-left .address dt{
	font-size:1.2em;
	font-weight:700;
	margin:9px 0 0 4px;
	}
#f-left .address dd{
	font-size:1.0em;
	margin-left:4px;
}
#f-left .address .t{
	font-size:1.1em;
	margin:4px 0 0 4px;
	font-weight:600;
	}
#f-left .address .s{
	font-size:0.9em;
	margin-left:4px;
	}
#f-center{
	float:left;
	width:250px;
}

#f-right{
	float:right;
	width:300px;
}
#f-right .f-en{
	font-size:1.0em;
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
	}
#f-right .f-en a{
	color:#FFF;
	}
#f-right .f-en a span{
	background-color:#314979;
	padding: 5px;
border-radius: 6px;
	}
/* ===================================================================
 共通
=================================================================== */
/* 各ページ共通　section id="main" */
#main{
	margin:20px 0 60px;
	width:730px;
	}
#left_space{
	padding-left:20px;
	}
/* 各ページ共通 */
.tl{
	text-align:left;
	}
.tr{
	text-align:right;
	}
.tc{
	text-align:center;
	}
.imgr {
	float:right;
}
.imgl {
	float:left;
}
.red{
	color:#980903;
	}
.red2{
	color:#F00;
	}
.blue{
	color:#03F;
	}
.blue2{
	color:#0068b7;
	}
.darkblue{
	color: #314979;
	font-weight:bold;
}
.c_or{
	color:#eb6100;
	}
.green{
	color:#009944;
}
.ul{
	text-decoration:underline;
	}
.ss{
	font-size:0.7em;
	}
.sl{
	font-size:1.1em;
	}
.margintop40{
	margin-top:40px;
	}
.mt20{
	margin-top:20px;
	}

.subtitle{
	color:#fff;
	background:url(../../img/subtitle.gif) no-repeat;
	height:33px;
	margin-top:33px;
	font-size:1.3em;
	padding:5px 0 5px 14px;
	}
.subtitle2{
	color:#fff;
	background:#62C6F2;
	margin: 33px 0 17px;
	font-size:1.3em;
	padding:5px 0 5px 14px;
	}
.subtitle3{
	color:#fff;
	background:url(../../img/subtitle3.gif) no-repeat;
	height:33px;
	margin-top:20px;
	font-size:1.2em;
	padding:5px 0 5px 14px;
	}
.subtitle4{
	color:#fff;
	background:url(../../img/subtitle4.gif) no-repeat;
	height:33px;
	margin-top:33px;
	font-size:1.3em;
	padding:5px 0 5px 14px;
	}
.line-h200{
	line-height:200%;
	}
.fw-bold{
	font-weight:bold;
	}

/*トップ右上英語ボタン*/
#sub_area .tr .en{
	background-color:#314979;
	padding:1px;
	}
#sub_area .tr .en a{
	text-decoration:none;
	color:#FFF;
	}
.cl{
	clear:both;
	}

/*reCAPTCHAバッジを非表示*/
.grecaptcha-badge { visibility: hidden; }

/* ===================================================================
スマホ対応
=================================================================== */
@media only screen and (max-width : 480px) {
#f-left {
	font-size:70%;
	
}
}
