img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_hd{
display: none;
}

/*
==========================================================
header
==========================================================
*/

.drawer-toggle{
display: none;
}
.drawer-nav{
display: none;
}
#header_sp{display: none;}

header {
    width: 1200px;
    height: 150px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
  }

header .head_l{
width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header .logo{
background: url(../commonImage/logo.png) no-repeat top;
background-size: 100%;
height: 70px;
width: 300px;
	margin:0px 0px 0px;
	padding: 0;
	text-align: left;
}
header .logo a{
display: block;
height: 42px;
width: 275px;
}
header .logo:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
header .catch{
	padding: 0;
	margin: 0;
	font-size: 10px;
}

header .head_r{
width: 30%;
padding: 0;
}
header .head_r .sub_menu{
color: #183d96;
border-bottom: 3px solid #183d96;
text-align: left;
display: flex;
justify-content: space-between;
padding: 0;
margin: 30px 0px 10px;
}
header .head_r .sub_menu p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}
header .head_r .sub_menu a{
	color: #fff;
	background: #183d96;
	padding: 2px 10px;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom: 3px;
}
header .head_r .sub_text{
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
}

header .header_top .icon{
	position: absolute;
	top:0px;
	right: 20px;
	float: right;
	width: 100px;
	display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.menu{
	width: 1200px;
	height:  100px;
	margin: 0px auto 50px;
	padding: 0px;
	background: #fff;
  display: flex;
  justify-content: space-around;
}

.menu li{
	padding:10px;
	margin: 20px;
	color: #000;
	font-size: 20px;
    position: relative;
}
.menu li a{
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	border-bottom: 2px solid #ccc;
	padding: 30px 0px;
}
.menu li a:hover{
	color: #000;
	border-bottom: 3px solid #000;
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.menu li:hover ul {
   display: block;      /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.menu ul {
top: 70px;
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.menu ul li {
   width: 100%;               /* サブメニュー1項目の横幅(135px) */
   border-top: 1px solid #fff; /* 項目上側の枠線(ピンク色で1pxの実線) */
   background: #00076b;
   padding: 10px;
   margin: 0;
   line-height: 100%;
}
ul.menu ul li a {
font-size: 12px;
   text-align: left;      /* 文字列の配置(左寄せ) */
   font-weight: normal;   /* 太字にはしない */
   color: #fff;
   border-bottom: none;
   line-height: 100%;
   margin: 0;
}
ul.menu ul li a:hover {
   color: #ececec;
   border-bottom: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 80%;
	background-color: hsla(0,0%,100%,0.85);
}


/*パンくず*/
.breadCrumb{
width: 100%;
	text-align: left;
	font-size: 0.8em;
	clear: both;
	overflow: hidden;
}
.breadCrumb ol{
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.breadCrumb li{
float: left;
}

h2{
	font-size: 58px;
	text-align: center;
	line-height: 120%;
	margin: 70px auto 0px auto;
}

h3{
	font-size: 20px;
	line-height: 140%;
	margin: 0px auto 0px auto;
	color:#0A32B3;
	font-weight:bold;
}
h4{
	font-size: 18px;
	text-align: center;
	margin: 0px auto 40px auto;
}

/* .simple-frame{
	padding: 1rem;
    border: double;
    margin: 1rem 0;
} */


/*
==========================================================
footer
==========================================================
*/
footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	background: #fff;
	bottom: 0;
}

footer .footer_menu{
	width: 1200px;
	margin: 0px auto;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}
footer .footer_menu a{
	text-decoration: none;
	color: #222;
}
footer .footer_menu a.sitemap{
	background: #000;
	color: #fff;
	padding: 8px;
	border-radius: 25px;
}

footer .foot{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

footer .footer_logo{
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccc;
	width: 220px;
	height: 60px;
	float: left;
}
footer .footer_logo img{
	width: 100%;
}

footer .footer_catch{
	width: 50%;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
}
footer .footer_catch .sub_menu{
	color: #23398C;
	font-size: 16px;
	margin: 0px 0 0px;
}
footer .footer_catch .sub_text{
	color: #000;
	font-size: 16px;
	margin: 0px 0 0px;
}


footer .contact_btn{
	float: right;
	background:#24398C;
	padding: 5px 10px;
	margin: 10px 0px 0px;
}
footer .contact_btn a{
	color: #fff;
	text-decoration: none;
}


footer .footer_sp_menu{
	display: none;
}

footer .copyright{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 45px;
	background: #183d96;
}


