/* 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, 
a:visited img {
	color: #194e9e;
}

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

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


/***********************************
　　共通ヘッダ
***********************************/
header {
	width: 100%;
	max-width: 1200px;
	min-width: 950px;
	height: 135px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
	z-index: 100;
}
@media screen and (max-width:1025px) {
header {
	width: 100%;
	max-width: 1000px;
	min-width: 950px;
}
} /**** END media screen *****/
header h1 {
	width: 406px;
	margin-top: 15px;
}
header h1 img {
	width: 100%;
	height: auto;
}

header ul#loginMenu {
	width: 100px;
	position: absolute;
	right: 460px;
	top: 25px;
	display: block;
}
header ul#loginMenu li {
	float: none;
	margin: 0 0px 20px 0px;
}
header ul#loginMenu li a {
	background: #fff;
	border: 1px solid #194e9f;
	color: #194e9f;
	font-family: "M PLUS 1p";
	width: 100px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
}
header ul#loginMenu li a { color: #194e9f; }
header ul#loginMenu li a:link { color:#194e9f; }
header ul#loginMenu li a:visited { color:#194e9f;}
header ul#loginMenu li a:hover { background:#194e9f; text-decoration: none; color:#FFF; opacity: 0.75; }
header ul#loginMenu li a:active { text-decoration: none;}


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: "M PLUS 1p";
	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; }





/***********************************
　　共通設定
***********************************/
section {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 50px 0 50px 0;
}

section.bgBlue { background: #194e9f; }
section.bgBeige { background: #fff7da; }
section.bgSkyblue { background: #d1dcec; }
section > h3 {
	width: 100%;
	font-size: 24px;
	font-family: "M PLUS 1p";
	text-align: center;
	font-weight: 600;
	letter-spacing: 10px;
	padding: 0 0 40px 0;
}
section > h3.blue {
	color: #194e9f;
}


/***********************************
　　共通ボタン
***********************************/
p.button {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	font-family: "Sawarabi Mincho";
	letter-spacing: -1px;
	font-weight: bold;
}
p.button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
}
p.button:hover {
	opacity: 0.8;       /* マウスオーバー */  
}

p.button a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}

p.colorA {
	background: rgb(139,128,117); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(139,128,117,1) 0%, rgba(66,33,11,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(139,128,117,1) 0%,rgba(66,33,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(139,128,117,1) 0%,rgba(66,33,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8075', endColorstr='#42210b',GradientType=0 ); /* IE6-9 */
}

p.colorB {
background: rgb(233,161,30); /* Old browsers */
background: -moz-linear-gradient(top, rgba(233,161,30,1) 0%, rgba(227,90,36,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(233,161,30,1) 0%,rgba(227,90,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(233,161,30,1) 0%,rgba(227,90,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9a11e', endColorstr='#e35a24',GradientType=0 ); /* IE6-9 */
}

p.colorC {
background: rgb(151,124,82); /* Old browsers */
background: -moz-linear-gradient(top, rgba(151,124,82,1) 0%, rgba(128,98,57,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(151,124,82,1) 0%,rgba(128,98,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(151,124,82,1) 0%,rgba(128,98,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#977c52', endColorstr='#806239',GradientType=0 ); /* IE6-9 */
}


/*--------------------------------------------------------
　　footer
--------------------------------------------------------*/
#footMark {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#footMark img {
	width: 200px;
}
footer {
	width: 100%;
	height: auto;
	line-height: 1.5;
	background: #194e9f;
	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: 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;
}

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

@media screen and (max-width:1025px) {
#footer {
	width: 1000px;
}
#footer .comapnyAD {
	width: 250px;
}
#footer .comapnyAD address {
	width: 230px;
	margin-top:20px;
	margin-left:20px;
}
} /**** END media screen *****/

#footer .subNav {
	border-left: 1px solid #FFF;
	padding-left: 20px;
}
#footer .subNav {
	width: 240px;
	float: left;
	overflow:hidden ;
}
#footer .subNav2, 
#footer .subNav3 {
	width: 210px;
	float: left;
	overflow:hidden ;
}
#footer .subNav li, 
#footer .subNav2 li, 
#footer .subNav3 li {
	float: none;
	width: 200px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	margin-top: 8px;
	display: inline-block;
	padding: 0px 0 0px 0;
}
#footer .subNav li:last-child {
}
#footer .subNav li.st, 
#footer .subNav2 li.st, 
#footer .subNav3 li.st {
	width: 190px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: rgba(0,0,0, 0.3);
}
#footer .subNav li.st2, 
#footer .subNav2 li.st2, 
#footer .subNav3 li.st2 {
	width: 190px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footer .subNav li a, 
#footer .subNav2 li a, 
#footer .subNav3 li a { color: #FFF; }
#footer .subNav li a:link, 
#footer .subNav2 li a:link, 
#footer .subNav3 li a:link { color:#FFF; }
#footer .subNav li a:visited, 
#footer .subNav2 li a:visited, 
#footer .subNav3 li a:visited { color:#FFF; }
#footer .subNav li a:hover, 
#footer .subNav2 li a:hover, 
#footer .subNav3 li a:hover {text-decoration: none; color:#FFF; background-color: #8ca7cf; }
#footer .subNav li a:active, 
#footer .subNav2 li a:active, 
#footer .subNav3 li a:active {text-decoration: none;}

#footer .subNav li a, 
#footer .subNav2 li a, 
#footer .subNav3 li a {
position: relative;
display: inline-block;
padding: 2px 0 1px 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 14px;
}
#footer .subNav li a::before,
#footer .subNav li a::after, 
#footer .subNav2 li a::before,
#footer .subNav2 li a::after, 
#footer .subNav3 li a::before,
#footer .subNav3 li a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
/*
#footer .subNav li a::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FFF;
}
*/
#footer .subNav li a::after, 
#footer .subNav2 li a::after, 
#footer .subNav3 li a::after{
left: 0px;
box-sizing: border-box;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 8px solid #FFF;
}


#footer ul.addNav {
	width: 700px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
#footer ul.addNav li {
	padding: 40px 40px 0 0;
	float: left;
}
#footer ul.addNav li:nth-child(3) {
	padding: 40px 0px 0 0;
}
#footer ul.addNav li > a {
	display: block;
	color: #FFF;
	width: 200px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#footer ul.addNav il a { color: #FFF; }
#footer ul.addNav a:link { color:#FFF; }
#footer ul.addNav a:visited { color:#FFF;}
#footer ul.addNav a:hover { text-decoration: none; color:#FFF; background: rgba(255,255,255, 0.5); }
#footer ul.addNav 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(248, 234, 33, 1.0);
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #194e9f !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;
}


