/* 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: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	width:100%;
}

.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#masthead {
	width: 100%;
	max-width: 1200px;
	min-width: 950px;
	height: 130px;
	padding: 0 0 0 0;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
	z-index: 100;
}
header#masthead h1#logo {
	width: 383px;
	position: absolute;
	left: 0px;
	top: 10px;
}
header#masthead h1#logo img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
header#masthead h3 {
	position: absolute;
	right: 0px;
	top: 10px;
	display: block;
}
header#masthead h3 img {
	float:left;
	width: 56px;
	margin-right:15px;
}

header#masthead ul#menu {
	width: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
}
header#masthead ul#menu li {
	float: left;
	margin: 0 0px 0px 0px;
	border-left: 1px solid #0068b5;
}
header#masthead ul#menu li:nth-last-child(1) {
	border-right: 1px solid #0068b5;
}
header#masthead ul#menu li a {
	color: #000;
	font-family: "M PLUS 1p";
	width: auto;
	height: 45px;
	text-align: center;
	display: block;
	line-height: 45px;
	font-size: 18px;
	padding: 0 15px 0 15px;
}
header#masthead ul#menu li a { color: #000; }
header#masthead ul#menu li a:link { color:#000; }
header#masthead ul#menu li a:visited { color:#000;}
header#masthead ul#menu li a:hover { text-decoration: none; color:#000; opacity: 0.75; background: #d1ebf9; }
header#masthead ul#menu li a:active { text-decoration: none;}



	


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

section.bgBlue { background: #d1ebf9; }



/***********************************
　　共通設定
***********************************/
#content {
	width: 100%;
	border-top: 10px solid #0068b5;
	background: #EEFFFF;
}
#contents {
	border-top: 10px solid #0068b5;
}

#main {
	width: 100%;
	max-width: 1200px;
	min-width: 950px;
	background: #FFFFEE;
	margin: 0 auto;
}
section {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 50px 0 50px 0;
}
section#title {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 10px 0 10px 0;
	background: #0068b5;
	color: #FFF;
	font-size: 36px;
	font-family: "M PLUS 1p";
	text-align: center;
	font-weight: 700;
}

section > h3 {
	width: 100%;
	font-size: 36px;
	font-family: "M PLUS 1p";
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 0 30px 0;
}
section > h4 {
	width: 100%;
	font-size: 24px;
	font-family: "M PLUS 1p";
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 20px 0;
}
section > h5 {
	width: 100%;
	max-width: 1100px;
	font-size: 24px;
	font-family: "M PLUS 1p";
	text-align: left;
	font-weight: bold;
	padding: 0 0 20px 0;
	color: #0068b5;
	display: block;
	margin: 0 auto;
}
section > h3.blue {
	color: #194e9f;
}
section > p.txtBox {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	overflow: hidden;
	display: block;
}
section > p.other {
	background: rgba(255,255,2555, 0.5);
	padding: 10px;
}
section > p.txtBox strong.h5 {
	font-size: 24px;
	font-family: "M PLUS 1p";
	text-align: left;
	font-weight: bold;
	padding: 0 0 20px 0;
	color: #0068b5;
	margin: 0 auto;
}
section > p.txtBox span {
	width: 750px;
	padding:10px;
	display: inline-block;
	background: rgba(255,255,2555, 0.5);
	border: 1px solid #DDD;
	font-size: 16px;
	margin-top: 20px;
}
section > p.center {
	text-align: center;
}
section img.right {
	float: right;
	margin-left: 10px;
}

/***********************************
　　共通ボタン
***********************************/
section > a.btn1 {
	width: 350px;
	font-family: "M PLUS 1p";
	text-align: center;
	font-weight: 700;
	background: #f6921e;
	font-size: 18px;
	color: #FFF;
	display: block;
	margin: 30px auto 0 auto;
	padding: 15px 0 15px 0;
	position: relative;
	border-radius: 6px;
	box-shadow: rgba(0,0,0, 0.5) 1px 1px;
}
section > a.btn1:hover {
	opacity: 0.8;
}
section > a.btn1:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 18px;
	right: 13px;
	color: #FFF;
}
section > a.btn1 { color: #FFF; }
section > a.btn1:link { color:#FFF; }
section > a.btn1:visited { color:#FFF;}
section > a.btn1:hover { text-decoration: none; color:#FFF; opacity: 0.75; }
section > a.btn1:active { text-decoration: none;}


/*--------------------------------------------------------
　　footer
--------------------------------------------------------*/
footer {
	width: 100%;
	height: auto;
	line-height: 1.5;
	background: #0068b5;
	text-align: center;
	font-size: 12px;
	padding: 30px 0 15px 0;
	margin: 0px auto 0 auto;
	color: #FFF;
	display: block;
	z-index: 1000;
}

#footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 30px 0;
}
#footer .comapnyAD {
	width: 650px;
	float: left;
	margin-right: 10px;
/*	border-right: 1px solid #FFF;*/
	overflow: hidden;
	padding-bottom: 20px;
}
#footer .comapnyAD > h5 {
	padding-top: 5px;
	width: 300px;
	float: left;
	display: inline-block;
	background: none !important;
}
#footer .comapnyAD > h5 img {
	width: 90%;
}

#footer .comapnyAD address {
	width: 350px;
	float: left;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
	padding-top: 0px;
	text-align: left;
}

#footer .subNav {
	width: 500px;
	float: right;
	overflow:hidden;
}
#footer .subNav li {
	float: left;
	width: auto;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	margin-top: 8px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #FFF;
}
#footer .subNav li:last-child {
	border-right: 1px solid #FFF;
}
#footer .subNav li a { color: #FFF; }
#footer .subNav li a:link { color:#FFF; }
#footer .subNav li a:visited { color:#FFF; }
#footer .subNav li a:hover { text-decoration: none; color:#FFF; background-color: #8ca7cf; }
#footer .subNav li a:active { text-decoration: none;}




.cRight {
	border-top: 1px solid #FFF;
	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(242, 150, 0, 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(242, 150, 0, 0.6);
	text-decoration: none;
}





/***********************************
　　PC共通
***********************************/
.mt30 { margin-top: 50px !important; }

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

.c-both {
	clear: both;
}


