@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
html.pc{position:static!important;}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	color: #333;
	word-wrap: break-word;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #333;
	outline: none;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
		display: inline-block;/*for ie11*/
	}
}
@media screen and (max-width:767px){
	input,select,textarea {
		font-size: 16px;
	}
}

._isPC{display:block!important;}
img._isPC{display:inline-block!important;}
._isSP{display:none!important;}
@media screen and (max-width:767px){
	._isPC,
	img._isPC{display:none!important;}
	._isSP{display:block!important;}
	img._isSP{display:inline-block!important;}
}

/* ----------------------------------------

container

---------------------------------------- */
#container {
	margin: 0 auto;
	/*font-size: 100%;  fontsize 13px */
	font-size: 107.7%; /* fontsize 14px */
	min-width: 1170px;
    position: relative;
}
.pc #container {
    position: relative!important;
    left: 0!important;

}
@media screen and (max-width:767px){
	#container {
		min-width: inherit;
        width: 100%;
        padding-top: 74px;
	}
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
.header {
    width: 100%;
    z-index: 15;
    background: #fff;
	position: relative;
}
.headerInner {
    width: 1170px;
    height: 138px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.header a {
    text-decoration: none;
}
.header .siteID {
    position: absolute;
    left: 15px;
    top: 39px;
}
.headerNav {
    position: absolute;
    right: 15px;
    top: 16px;
	z-index: 2;
}
.headerNav .lang {
    float: left;
}

.headerNav .lang li a {
    display: block;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 10px;
    position: relative;
}
.headerNav .lang li a:hover {
    color: #00a9e0;
}

.headerNav .lang li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #b3b3b3;
    margin-right: 5px;
}
/*
.headerNav .lang li a.active {
    border: none;
    line-height: 30px;
    background: #efefef;
    color: #333!important;
}*/
.headerNav .contact {
    float: left;
    line-height: 30px;
    margin-left: 25px;
}
.headerNav .contact a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #b3b3b3;
    margin-right: 5px;
}
.headerNav .contact a:hover,
.headerNav .contact a:hover:before {
    color: #00a9e0;
}
.headerNav .recruit {
    float: left;
    margin-left: 25px;
}
.headerNav .recruit a {
    display: block;
    width: 135px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #00a9e0;
    text-align: center;
}
.headerNav .recruit a:hover {
    opacity: .5;
}
.headerNav .recruit a:after {
    content: "";
    display: inline-block;
    background: url(../../img/common/icon_external_01.png) no-repeat center center;
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin-left: 10px;
}
.headerNav .search {
    float: left;
    margin-left: 13px;
	position: relative;
}
.headerNav .search a {
    display: block;
    width: 41px;
    height: 30px;
    border: 1px solid #f2f2f2;
    text-align: center;
    line-height: 25px;
}
.headerNav .search a .fa-close {display: none;}
.headerNav .search a.active .fa-search {display: none;}
.headerNav .search a.active .fa-close {display: inline-block;}

.searchBox {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 41px;
    background: #F2F2F2;
    padding: 10px;
    display: none;
}
.searchBox:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #F2F2F2;
    position: absolute;
    right: 14px;
    top: -10px;
}
.searchArea {
    width: 520px;
    margin: 0 auto;
}
.searchArea input {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    outline: none!important;
    border-radius: 0;
    border: none;
}
.searchArea .searchText {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 70px;
    margin-right: -70px;
    
}
.searchArea input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.searchArea button[type="submit"] {
    width: 70px;
    height: 36px;
    background: #193771;
    color: #fff;
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 700;
}
.searchArea button[type="submit"] i {
    margin-right: 3px;
}
.globalNav {
    position: absolute;
    right: 15px;
    top: 85px;
    line-height: 1;
	z-index: 1;
}
.globalNav ul li {
    float: left;
    margin-left: 55px;
}
.globalNav ul li a {
    font-size: 114.3%;
    font-weight: 700;
	display: inline-block;
    position: relative;
}
.globalNav ul li a:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #00a9e0;
    transform: scale(0, 1);
    /*transform-origin: right top;*/
    transform-origin: center top;
    transition: transform .2s;
}
.globalNav ul li a:hover:after {
    /*transform-origin: left top;*/
    transform: scale(1, 1);
}

.globalNav ul li a.active:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #00a9e0;
    transform: scale(1, 1);
    /*transform-origin: left top;*/
    transition: transform .2s;
}
.spNavBtn {
    display: none;
}
.spOverlay {display: none;}
.pc .spOverlay {display: none!important;}
.header#headerFixed {
    z-index: 16;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ccc;
    top:-88px;
    opacity:0;
}
.header#headerFixed .headerInner {
    height: 88px;
}
.header#headerFixed .siteID {
    top: 25px;
}
.header#headerFixed .siteID img {
    width: 110px;
    height: auto;
}
.header#headerFixed .headerNav  {
    top: 12px;
}
.header#headerFixed .headerNav .lang li a {
    /*width: 33px;*/
    height: 26px;
    line-height: 24px;
    font-size: 92.9%;
}
.header#headerFixed .headerNav .lang li a.active {
    line-height: 26px;
}
.header#headerFixed .headerNav .contact {
    line-height: 26px;
    font-size: 92.9%;
}
.header#headerFixed .headerNav .recruit a {
    width: 112px;
    height: 26px;
    line-height: 26px;
    font-size: 92.9%;
}
.header#headerFixed .headerNav .recruit a::after {
    margin-left: 5px;
}
.header#headerFixed .headerNav .search a {
    height: 26px;
    line-height: 21px;
}
.header#headerFixed .globalNav {
    top: 55px;
}
.header#headerFixed .globalNav ul li a {
    font-size: 107.2%;
}

@media screen and (max-width:767px){
    .header {
        top: 0;
        position: fixed;
        border-bottom: 1px solid #ccc;
    }
    .headerInner {
        width: 100%;
        height: 74px;
    }
    .header .siteID {
        top: 14px;
    }
    .header .siteID img {
        float: left;
        height: 38px;
        width: auto;

    }
    .headerNav {
        top: 22px;
        right: 78px;
        width: auto;
    }
    .headerNav .contact,
    .headerNav .recruit,
    .headerNav .search,
    .globalNav {
        display: none;
    }
    .spNavBtn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .spOverlay {
        width: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        z-index: 15;
        left: 0;
        top: 0;
    }
    .header#headerFixed{display:none!important;}
	.searchBox {
		right: -54px;
		top: 58px;
		width: 230px;
	}
	.searchBox:before {
		right: 68px;
	}
	.searchArea {
		width: 100%;
	}
	.searchArea .searchText {
		padding-right: 36px;
		margin-right: -36px;
	}
	.searchArea button[type="submit"] {
		width: 36px;
		height: 36px;
	}
	.searchArea button[type="submit"] i {
		margin-right: 0;
	}
}
/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------

megamenu

---------------------------------------- */
.megamenuOverlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 14;
    display: none;
}
.megamenu {
    width: 100%;
    position: fixed;
    top: 138px;
    z-index: 15;
    display: none;
}
.megamenuOut {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.megamenuIn {
    width: 880px;
    margin: 0 0 0 260px;
    padding: 1px 20px 0 20px;
    background: #F2F2F2;
    box-sizing: border-box;
    position: relative;
}
.mmBtnClose {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: -40px;
    background: #00a9e0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    cursor: pointer;
}
.mmBtnClose:hover {opacity: .6;}
.mmBtnClose:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 5px;
}
.mmList01 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.mmList01 ul li {
    width: 33.333%;
    padding: 0 9px;
    margin-bottom: 20px;
}
.mmList01 ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 11px 10px 12px;
    text-decoration: none;
    color: #193771;
    font-weight: 700;
    line-height: 1.5;
    font-size: 121.5%;
    position: relative;
}
.mmList01 ul li a:hover {
	opacity: .6;
}
.mmList01 ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    font-weight: normal;
    font-size: 20px;
}
.mmList02 {
    position: relative;
    padding-bottom: 20px;
}
.mmList02 h2 {
    position: absolute;
    left: 0;
    width: 277px;
    text-align: center;
    color: #193771;
    font-weight: 700;
    font-size: 121.5%;
}
.mmList02 h2 a {
    color: #193771;
    text-decoration: none;
}
.mmList02 h2 a:hover {
    opacity: .6;
    text-decoration: none;
}
.mmList02 > ul {
    margin-left: 277px;
    border-left: 1px solid #CCC;
    padding-left: 30px;
}
.mmList02 > ul > li {
    margin: 10px;
}
.mmList02 > ul li a {
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    padding-left: 15px;
    position: relative;
}
.mmList02 > ul li a:hover {
	opacity: .5;
}
.mmList02 > ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}
.mmList02 > ul > li > ul {
    margin: 10px 0 0 15px;
}


.mmTop {
    margin:20px;
}
.mmTop a{
    font-size: 121.5%;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: #193771;
}
.mmTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.mmTop a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-weight: normal;
    font-size: 20px;
}
@media screen and (max-width:767px){
	.megamenuOverlay,
	.megamenu {display: none!important;}
}

/* ----------------------------------------

spNavWrapper

---------------------------------------- */
.spNavWrapper {
    display: none;
}
@media screen and (max-width:767px){
    .spNavWrapper {
        display: block;
        width: 275px;
        position: fixed;
        z-index: 16;
        right: -275px;
        top: 0;
        background: #193771;
    }
    .spNavInner {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .spNavTop {
        height: 74px;
        border-bottom: 1px solid #666;
        position: relative;
    }
    .spNavTop .recruit {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .spNavTop .recruit a {
        display: block;
        width: 134px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        background: #00a9e0;
        text-align: center;
        text-decoration: none;
    }
    .spNavTop .recruit a:after {
        content: "";
        display: inline-block;
        background: url(../../img/common/icon_external_01.png) no-repeat center center;
        background-size: 11px 10px;
        width: 11px;
        height: 10px;
        margin-left: 10px;
    }
    .spNavTop .search {
        position: absolute;
        right: 69px;
        top: 15px;
    }
    .spNavTop .search a {
        display: block;
        background: #fff;
        width: 44px;
        height: 44px;
        border-radius: 5px;
        color: #193771;
        font-size: 26px;
        text-align: center;
    }
    .spNavTop .search a i {
        margin-left: -2px;
    }
    .spNavTop .spNavBtnClose {
        position: absolute;
        right: 15px;
        top: 15px; 
    }
	.globalNavSp {
		position: relative;
		z-index: 1;
	}
    .globalNavSp a {
        text-decoration: none;
        line-height: 1.5;
        display: block;
        position: relative;
    }
    .globalNavSp a:after {
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
         content: "\f105";
	    font-family: FontAwesome;
        right: 13px;
        font-size: 16px;
    }
    .globalNavSp > li ul {
        display: none;
    }
    .globalNavSp > li {
        border-bottom: 1px solid #666;
    }
    .globalNavSp > li:last-of-type {
        border: none;
    }
    .globalNavSp > li > a {
        color: #fff;
        font-size: 16px;
        padding: 13px 30px 13px 15px;
        font-weight: 700;   
    }
    .globalNavSp > li > a:after {
        color: #fff;
    }
    .globalNavSp > li.hasChild > a:after {
        content: "";
        width: 13px;
        height: 13px;
        background: url(../../img/common/icon_plus_01.png) no-repeat;
        background-size: 100% 100%;
        right: 10px; 
    }
    .globalNavSp > li.hasChild > a.active:after {
        background-image: url(../../img/common/icon_minus_01.png);
    }
    .globalNavSp > li > ul {
        background: #fff;
    }
    .globalNavSp > li > ul > li {
        border-bottom: 1px solid #ccc;
    }
    .globalNavSp > li > ul > li:last-of-type {
        border: none;
    }
    .globalNavSp > li > ul > li > a {
        padding: 13px 30px 13px 15px;
        background-color: #f1f1f1;
    }
    .globalNavSp > li > ul > li a:after {
        color: #193771;
    }
    .globalNavSp > li > ul > li.hasChild > a:after {
        content: "";
        width: 13px;
        height: 13px;
        background: url(../../img/common/icon_plus_02.png) no-repeat;
        background-size: 100% 100%;
        right: 10px; 
    }
    .globalNavSp > li > ul > li.hasChild > a.active:after {
        background-image: url(../../img/common/icon_minus_02.png);
    }
    .globalNavSp > li > ul > li > ul {
        border-top: 1px solid #ccc;
    }
    .globalNavSp > li > ul > li > ul > li {
        border-bottom: 1px solid #ccc;
    }
    .globalNavSp > li > ul > li > ul > li:last-of-type {
        border: none;
    }
    .globalNavSp > li > ul > li > ul > li > a {
        padding: 10px 30px 10px 15px;
        background: #fff;
        font-size: 85.8%;
    }
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
#contentHeader {
    height: 100px;
    background: #193771;
}
#contentHeader .pageTit {
    width: 1170px;
    padding: 0 15px;
    line-height: 100px;
    color: #fff;
    margin: 0 auto;
    font-size: 200%;
    font-weight: 700;
}

#contentInner {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (max-width:767px){
    #contentHeader {
        height: 60px;
    }
    #contentHeader .pageTit {
        width: auto;
        font-size: 142.9%;
        line-height: 60px;
    }
    #contentInner {
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width:767px){
    #sa #contentHeader,
    #fee #contentHeader,
    #disclosure #contentHeader {
        width: auto;
        height: auto;
        padding: 10px 0;
    }
    #sa #contentHeader .pageTit,
    #fee #contentHeader .pageTit,
    #disclosure #contentHeader .pageTit {
        width: auto;
        font-size: 142.9%;
        line-height: 1.67;
    }
    #sa #contentInner,
    #fee #contentInner {
        width: auto;
        padding: 0;
    }
}

/* topicPath
------------------------------- */
#topicPath {
    text-align: right;
    margin: 10px 0 25px; 
}
#topicPath li {
	display: inline-block;
	padding-right: 4px;
}
#topicPath li a {
    text-decoration: none;
}
#topicPath li a:hover {
    color: #00a9e0;
}
#topicPath li:before {
	content: '＞';
	margin-right: 5px;
	font-size: 92.9%;
	vertical-align: middle;
}
#topicPath li#topPage {
	padding-left: 0;
	background: none;
}
#topicPath li#topPage:before {
	content: none;
}
@media screen and (max-width:767px){
    #topicPath {
        display: block;
        text-align: left;
        margin: 10px 0 15px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    #topicPath::-webkit-scrollbar {
        height: 5px;
    }
    #topicPath::-webkit-scrollbar-track {
        margin: 0 2px;
        /*background: #ccc;*/
        border-radius: 5px;
    }
    #topicPath::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #ccc;
    }
    #topicPath li#topPage {
        padding-left: 15px;
    }
}

/* ----------------------------------------

content - main

---------------------------------------- */
#main {
    float: right;
    width: 880px;
}
@media screen and (max-width:767px){
    #main {
        float: none;
        width: auto;
    }
}

#main a.linkIco {
    position: relative;
}
#main a.linkIco:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
}

/* advantage
------------------------------- */
#advFig {
    margin-bottom: 40px;
}
#advFig div {
    float: left;
    width: 48%;
}
#advFig div h4 {
    margin-bottom: 20px;
    padding: 5px 0 7px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 157.2%;
    background: #193771;
}
#advFig div h4 span {
    font-weight: 300;
    font-size: 72.8%;
}

#advFig div.right {
    float: right;
}
#advFig div.right h4 {
    background: #999999;
}
@media screen and (max-width:767px){
    #advFig div h4 {
        margin-bottom: 15px;
    }
    #advFig {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width:480px){
    #advFig div {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }
    #advFig div h4 {
        margin-bottom: 15px;
    }
    #advFig div.right {
        margin: 0;
    }
}

/* IR */
#container #content #main a.linkLine  {
    text-decoration: underline !important;
}
#container #content #main a.linkLine:hover {
    color: #00a9e0;
}

#sub a:hover,
#sub a:active,
.globalNav a:hover,
.globalNav a:active {
    text-decoration: none;
}
#megamenu03 .mmList02 h2 {
    text-align: left;
    margin: 0 20px;
}
#megamenu03 .mmList02 h2 a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-weight: normal;
    font-size: 20px;
}


/* ----------------------------------------

content - sub

---------------------------------------- */
#sub {
    width: 220px;
    float: left;
}
#sub .tit {
    font-weight: 700;
    font-size: 157.2%;
    color: #193771;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 10px;
    line-height: 1.4;
    position: relative;
    margin-top: -3px;
}
#sub .tit:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 50px;
    background: #193771;
    bottom: -3px;
}
.subNav > li {
    border-bottom: 1px solid #f2f2f2;
}
.subNav a {
    display: block;
    text-decoration: none;
}
.subNav a:hover,
.subNav a:hover:before {
    color: #00a9e0;
}
.subNav > li > p {
    padding: 18px 15px 18px 26px;
    font-size: 114.3%;
    font-weight: 700;
    position: relative;  
}
.subNav > li > a {
    padding: 18px 15px 18px 26px;
    font-size: 114.3%;
    font-weight: 700;
    position: relative;  
}
.subNav > li > a:before {
    content: "\f105";
	font-family: FontAwesome;
    position: absolute;
	top: 50%;
    left: 10px;
    font-size: 120%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
    color: #b3b3b3;
    font-weight: normal;
}
.subNav > li > p:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 120%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #b3b3b3;
    font-weight: normal;
}
.subNav > li.active > a {
    background: #193771;
    color: #fff;
}
.subNav > li.active > a:before {
    content: "\f107";
    left: 8px;
    color: #fff!important;
}
/*
.subNav > li > ul {
    border-top: 1px solid #f2f2f2;
}
*/
.subNav > li > ul > li {
    border-bottom: 1px solid #f2f2f2;
}
.subNav > li > ul > li:last-of-type {
    border: none;
}
.subNav > li > ul > li > a {
    padding: 7px 5px 7px 40px;
    position: relative;
} 
.subNav > li > ul > li > a:before {
    content: "ー";
    position: absolute;
	top: 50%;
    left: 23px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
    font-weight: normal;
    font-size: 10px;
}
.subNav > li > ul > li.active > a {
    background: #b3b3b3;
    color: #fff;
}
.subNav > li > ul > li.active > a:before {
    color: #fff;
}
@media screen and (max-width:900px){
    #sub {
        border-top: 2px solid #f2f2f2;
        display: block;
        margin:  30px auto 10px !important;
        padding: 0 15px;
        float: none;
        width: 100%;
        background: none repeat scroll 0 0 #FFFFFF;
    }
    #sub .tit {
        font-size: 16px;
        color: #333;
        border-bottom: none;
        padding: 10px;
        margin-top:10px;
        background-color: #b3b3b3;
    }
    #sub .tit:before {
        display: none;
    }
    .subNav > li > a {
        font-size: 14px;
    }
}

/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	position: relative;
    background: #193771;
    z-index: 1;
}
.footerInner {
    width: 1170px;
    padding: 45px 15px 40px;
    margin: 0 auto;
    color: #fff;
}
.footerInner a:hover {
    opacity: .7;
}
.footerInner .nav_01 {
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	justify-content: space-between;
}
.footerInner .nav_01 li {
	line-height: 1;
	/*
    float: left;
    margin-right: 62px;
	*/
}
/*
.footerInner .nav_01 li:nth-last-of-type(2) {
    margin-right: 0;
}
.footerInner .nav_01 li:last-of-type {
    float: right;
    margin-right: 0;
}
*/
.footerInner .nav_01 li a {
    color: #fff;
    text-decoration: none;
    font-size: 114.3%;
}
.footerInner .nav_01.nav_ex {
	padding-bottom: 0;
	border: none;
	margin-bottom: 30px;
}
.footerInner .nav_01.nav_ex {
	display: block;
}
.footerInner .nav_01.nav_ex li {
	float: left;
	margin-right: 35px;
}

.footerInner .nav_02 {
    float: right;
}
.footerInner .nav_02 li {
    float: left;
    margin-left: 18px;
	width: 300px;
}
.footerInner .nav_02 li a {
    display: inline-block;
    background: #fff;
    max-width: 300px;
	width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    text-decoration: none;
    font-size: 128.6%;
    font-weight: 700;
    color: #193771;
}
/*
.footerInner .nav_02 li a:after {
    content: "";
    display: inline-block;
    background: url(../../img/common/icon_external_02.png) no-repeat center center;
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin-left: 10px;
}*/
.footerInner .ftText {
    font-weight: 300;
    font-size: 85.8%;
    float: left;
}
.footerInner .ftText h2 {
    font-weight: 500;
}
@media screen and (max-width:767px){
    .footerInner {
        width: auto;
        padding: 30px 15px;
    }
    .footerInner .nav_01 {
        display: none!important;
    }
    .footerInner .nav_02 {
        float: none;
        margin-bottom: 20px;
    }
    .footerInner .nav_02 li {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
		width: auto;
    }
}
/* ----------------------------------------

pagetop

---------------------------------------- */
#pagetop {
	z-index: 5;
	position: fixed;
	right: 20px;
    bottom: 20px;
    opacity: 0; 
    pointer-events: none;
	transition: opacity 0.1s;
}
#pagetop.active{ 
	pointer-events: auto;
	opacity: 1;
}
#pagetop a {
	display: block;
	position: relative;
	width: 50px; 
	height: 50px;
	background-color: #193771;
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
#pagetop a:hover {
    opacity: .7;
}
#pagetop .fa {
	position: absolute;
	font-size: 110%;
	left: 50%;
	top: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
}
@media screen and (max-width:767px){
    #pagetop {
		right: 10px;
        bottom: 10px;
	}
	#pagetop a {
		width: 40px; 
		height: 40px;
	}
	#pagetop .fa {
		font-size: 85.7%;
	}
}

#contentInner .PageTop a {
	color: #193771;
}
#contentInner .PageTop a:before {
	display: inline-block;
	content: "\f077";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 3px;
}



/* ----------------------------------------

cookieText

---------------------------------------- */
#cookieText {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    height: 125px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: none;
}
.cookieTextInner {
    width: 1170px;
    padding: 20px 15px 0;
    margin: 0 auto;
    font-weight: 300;
    position: relative;
}
.cookieTextInner  h2 {
    font-weight: 700;
    font-size: 114.3%;
    margin-bottom: 5px;
}
.cookieTextInner p {
    margin-right: 70px; 
}
#cookieBtn {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
#cookieBtn a:hover {
    opacity: .7;
}
@media screen and (max-width:767px){
    #cookieText {
        height: auto;
    }
    .cookieTextInner {
        width: auto;
        padding: 15px;
    }
    .cookieTextInner  h2 {
        margin-bottom: 10px;
        font-size: 100%;
    }
    .cookieTextInner p {
        margin-right: 0;
        font-size: 85.8%;
    }
    #cookieBtn {
        position: absolute;
        right: 15px;
        top: 10px;
        bottom: auto;
    }
    #cookieBtn a img {
        width: 26px;
        width: 26px;
    }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.searchArea:after,
#advFig:after,
#contentInner:after,
.footerInner .nav:after,
.footerInner:after,
.footerInner .nav_01.nav_ex:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.searchArea,
#advFig,
#contentInner,
.footerInner .nav,
.footerInner,
.footerInner .nav_01.nav_ex:after {
	*zoom: 1;
}