/* Unchanged */
@charset "utf-8";
/****************************************************************************
　pc_common.css
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2019.02.01
   Last up date   : 2019.02.01
****************************************************************************/

/*============================================================
//  初期設定
//==========================================================*/
.on {
	display:block !important;
}


/* モダンブラウザ（Firefox Opera Safari）対策 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* Win版IE7とMac版IE5対策 */

.clearfix {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}


/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
}

a img {
	border: 0;
	transition: .2s;
}

ul,
ol,
dl {
	list-style: none;
}

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	width:100%;
	background:url(../img/bg.png);
/*	background-size:cover;
	background-position:center center;*/
}

.wf-mplus1p { font-family: "M PLUS 1p"; }

a {
	color: #194e9e;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #d1dcec;
	text-decoration: underline;
}
a:link,
a:visited img {
	color: #194e9e;
}

a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

img {
	vertical-align: bottom;
	border: none;
}
/* CSS Document */


header ul.sns {
	position: absolute;
	top: 15px;
	right: 10%;
}
header ul.sns li {
	width: 50px;
	float: left;
	margin-left:20px;
}
header ul.sns li.ig {
	display: none;
}
header ul.sns li.language {
	width: 50px;
	height: 50px;
	float: left;
	margin-left:20px;
}
header ul.sns li.language a{
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	background: #000;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	display: block;
	border-radius: 10px;
}
header ul.sns li img {
	width: 100%;
}
header ul#menu {
	width: 440px;
	position: absolute;
	right: 0px;
	top: 25px;
	display: block;
}
header ul#menu li {
	float: left;
	margin: 0 0px 20px 20px;
}
header ul#menu li a {
	background: #194e9f;
	color: #FFF;
	font-family: 'Libre Baskerville', serif;
	width: 200px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
}
header ul#menu li a { color: #FFF; }
header ul#menu li a:link { color:#FFF; }
header ul#menu li a:visited { color:#FFF;}
header ul#menu li a:hover { text-decoration: none; color:#FFF; opacity: 0.75; }
header ul#menu li a:active { text-decoration: none;}



#menu > li.menuSingle {
	position: relative;
    width: 200px; /* グローバルナビ4つの場合 */
    height: 40px;
    line-height: 40px;
    z-index: 100;
}

#menu > li.menuSingle a {
    display: block;
    color: #fff;
	margin: 0;
	padding: 0px 0 0 0;
}


#menu > li.menuSingle a:hover {
    color: #999;
}

ul.menu__second-level {
	position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
	margin: 0;
	padding: 0px 0 0 0;
}

#menu > li.menuSingle:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level > li {
	margin: 0;
	padding: 0px 0 0 0;
    border-top: 1px solid #FFF;
	display: block;
}

.menu__second-level > li a{
	margin: 0;
	padding: 0px 0 0 0;
}
.menu__second-level li a:hover {
}
#menu > li.menuSingle:hover a.top {
	background-color: #123b77;
}

/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/


#menu {
    *zoom: 1;
}
#menu > li.menuSingle {
    position: relative;
}

li.menuSingle ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
	margin: 0;
	padding: 0px 0 0 0;
    background: #CCC;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menuSingle:hover ul.menu__second-level {
	margin: 0;
	padding: 0px 0 0 0;
    top: 40px;
    visibility: visible;
    opacity: 1;
}
li.menuSingle ul.menu__second-level > li {
	margin: 0 !important;
	padding: 0px 0 0 0 !important;
}
li.menuSingle ul.menu__second-level > li a {
	margin: 0;
	padding: 0px 0 0 0;
}
	


/***********************************
　　共通カラー
***********************************/
.red { color: #F00; }

#contents {
	padding: 0;
	margin: 0;
}



/***********************************
　　共通設定
***********************************/
section {
	width: 100%;
	margin:0 auto;
	display: block;
	padding: 0px 0 200px 0;
	position: relative;
}

section div.test{
	width: 950px;
	display: block;
	padding: 0px 0 0 0;
	margin:0 auto;
}

section > h3 {
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0px auto;
	font-size: 32px;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0px;
	padding: 0 0 5px 0;
	color: #C0272D;
}
section > h3.blue {
	color: #194e9f;
}






/*--------------------------------------------------------
　　footer
--------------------------------------------------------*/
#footMark {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#footMark img {
}
footer {
	width: 100%;
	height: auto;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
	padding: 0px 0 15px 0;
	margin: 0px auto 0 auto;
	color: #000;
	display: block;
	z-index: 1000;
}

#footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 30px 0;
}

#footer .comapnyAD {
	width: 450px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
#footer .comapnyAD h5 {
	padding-top: 5px;
	width: 210px;
	float: left;
	display: inline-block;
}
#footer .comapnyAD h5 img {
	width: 180px;
}





.cRight {
	border-top: 1px solid #000;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
}

.pcLayer,
img.pcImg {
	display: block;
}
.spLayer, 
img.spImg {
	display: none;
}


/* --- pagetop --- */

.pagetop {
	position: fixed;
	bottom: 58px;
	right: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.3);
	transition: all .6s;
}

.pagetop a {
	background: rgba(193, 39, 45, 1.0);
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #FFF !important;
	font-size: 1.6rem;
	text-decoration: none;
	background: -moz-border-radius: 05px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.pagetop.show {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.pagetop a:hover {
	background: rgba(248, 234, 33, 0.6);
	text-decoration: none;
}





/***********************************
　　PC共通
***********************************/
.pcLayer, 
img.pcImg {
	display: block !important;
}
.spLayer, 
img.spImg {
	display: none !important;
}

.c-both {
	clear: both;
}




.emergency {
	width:100%;
	text-align:center;
	color: #F00;
	font-weight:bold;
	font-size:18px;
}






