@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
font-family: 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Meiryo UI, 'MS Pゴシック', 'MS PGothic';
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust:none;
color: #333;
}
a{
transition: background-color .2s linear, border .2s linear, color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, border .2s linear, color .2s linear, opacity .2s linear;
cursor: pointer;
text-decoration: none;
color: #333;
text-decoration: none;
}
a:visited{
color: #333;
}
.showSP{
display: none;
}
.hideSP{
display: block;
}
header{
text-align: center;
width: 100%;
background-color: #FFF;
}
header .inner{
text-align: left;
margin: 0 auto;
max-width: 996px;
padding: 10px 20px;
}
#siteLogo img{
height: 49px;
width: auto;
}

/* SP button */
#SPBtn{
width: 30px;
height: 30px;
position: fixed;
top: 16px;
right: 18px;
z-index: 1200;
cursor: pointer;
display: none;
background-color: #FFF;
}
#SPBtn span {
display: block;
position: absolute;
height: 2px;
width: 20px;
background: #083b68;
left: 5px;
transition:.35s ease-in-out; 
}
#SPBtn span:nth-child(1) {
top:8px
}
#SPBtn span:nth-child(2) {
top:14px
}
#SPBtn span:nth-child(3) {
top:20px
}
#SPBtn.active span:nth-child(1) {
top: 16px !important;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform:rotate(315deg)
}
#SPBtn.active span:nth-child(2) {
width: 0 !important;
left:50% !important
}
#SPBtn.active span:nth-child(3) {
top: 16px !important;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform:rotate(-315deg)
}

/* global navigation */
.globalNav{
background-color: #032582;
}
.globalNav ul{
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 996px;
margin: 0 auto;
padding: 0 20px;
}
.globalNav ul li{
width: calc(100 / 5 * 1%);
}
.globalNav ul li a{
padding: 20px 10px;
display: block;
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: bold;
white-space: nowrap;
text-decoration: none;
}
.globalNav ul li:not(.current) a:hover{
color: #032582;
background-color: #FFF;
animation: fadein 0.5s;
-webkit-animation: fadein 0.5s;
}
.globalNav ul li.current a,
.globalNav ul li.current a:hover{
color: #032582;
background-color: #FFF;
}
.globalNav+.subNav{
display: none;
}
.globalNav ul li ul.localNav{
display: none;
}

@keyframes fadein {
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes fadein {
0%{opacity:0}
100%{opacity:1}
}

/* button pagetop */
#btnPagetop {
display: none;
position: fixed;
z-index: 1200;
bottom: 40px;
right: 0;
}
#btnPagetop a {
padding: 10px 10px 10px 25px;
display: inline-block;
vertical-align: middle;
font-size: 12px;
color: #FFF;
background-color: #032582;
border: 1px solid #032582;
border-right: none;
position: relative;
}
#btnPagetop a::before{
content: "";
display: block;
width: 6px;
height: 6px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
position: absolute;
left: 7px;
top: 11px;
transform: rotate(-45deg);
}
#btnPagetop a::after{
content: "";
display: block;
width: 2px;
height: 9px;
background-color: #FFF;
position: absolute;
left: 10px;
top: 12px;
}
#btnPagetop a:hover {
color: #032582;
background-color: #FFF;
}
#btnPagetop a:hover:before{
border-color: #032582;
}
#btnPagetop a:hover::after{
background-color: #032582;
}

/* footer */
footer{
width: 100%;
text-align: center;
background-color: #efefef;
padding: 20px 0;
}
footer .inner{
max-width: 996px;
margin: 0 auto;
margin: 35px auto 80px;
padding: 0 20px;
display: flex;
justify-content: flex-start;
}
.footerCompanyInfo{
width: 320px;
text-align: left;
border-right: 1px solid #CCC;
padding-right: 45px;
}
.footerLogo img{
width: 174px;
height: auto;
}
footer .inner address{
font-size: 14px;
line-height: 1.5em;
font-weight: bold;
font-style: normal;
text-align: left;
white-space: nowrap;
}
.footerNav ul{
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
margin-left: 45px;
}
.footerNav ul li{
margin-bottom: 14px;
text-align: left;
}
.footerNav ul li a{
margin: 0 20px 15px 0;
font-size: 14px;
font-weight: bold;
}

/***********************
level 2 page
***********************/
/*key visual*/
.keyVisual{
width: 100%;
margin: 2px 0 0;
height: 300px;
overflow: hidden;
position: relative;
transition: all .3s;
}
.keyVisual .kvTitle{
position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
font-size: 40px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight: bold;
color: #FFF;
text-shadow: 0 1px 0 #000;
padding: 40px;
max-width: 966px;
width: 100%;
margin: 0 auto;
z-index: 100;
}
.keyVisual img{
width: 100%;
height: auto;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

@media screen and (max-width: 980px){
.keyVisual{
height: 200px;
}
}
@media screen and (max-width: 670px){
.keyVisual img{
width: auto;
height: 100%;/
}
}

#contents{
background-color: #FFF;
}
.wrapper{
max-width: 996px;
margin: 0 auto;
padding: 25px 20px 50px;
display: flex;
flex-wrap: nowrap;
}
.wrapper.noLocalNav{
display: block;
}
aside{
width: 200px;
order: 1;
}
aside nav.localNav{
background-color: #FFF;
}
aside nav.localNav ul li a{
display: block;
font-size: 16px;
line-height: 16px;
font-weight: bold;
color: #333;
padding: 15px 20px;
background-color: #FFF;
border-bottom: 1px solid #e0e0e0;
}
aside nav.localNav .catTitle{
font-size: 16px;
line-height: 16px;
font-weight: bold;
color: #FFF;
padding: 20px 20px;
background-color: #0b5bb1;
}
aside nav.localNav ul li.current a, 
aside nav.localNav ul li:not(.current) a:hover{
color: #019bdd;
background-color: #e4f4ff;
}
main{
width: calc(100% - 240px);
margin-left: 40px;
background-color: #FFF;
order: 2;
}
.wrapper.noLocalNav main{
width: 100%;
margin-left: 0;
}
article{
padding: 40px 50px;
}
section+section{
margin: 40px 0;
padding: 30px 0;
border-top: 1px dotted #ddd;
}

section+section.noDelimiter{
border-top: none;
}
/*.scrollPadding{
scroll-padding: 20px;
}*/

/* content headline */

h1.h1Title{
font-size: 40px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight: bold;
color: #022583;
padding: 30px 0;
border-bottom: 2px solid #022583;
margin-bottom: 20px;
}

h2.h2Title{
font-size: 27.2px;
font-weight: bold;
margin-bottom: 50px;
padding-bottom: 25px;
border-bottom: 1px solid #bdbdbd;
}
h3.h3Title{
font-size: 20px;
font-weight: bold;
line-height: 20px;
margin-bottom: 20px;
padding-left: 15px;
color: #0b5bb1;
position: relative;
vertical-align: bottom;
}
h3.h3Title::before{
content: "";
width: 3px;
height: 20px;
display: block;
background-color: #0b5bb1;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-top: 2px;
}

/* p */
p.fontStyle1{
font-size: 16px;
line-height: 1.8em;
margin: 15px 0;
}
p.fontStyle2{
font-size: 16px;
line-height: 1.8em;
margin: 15px 0;
}
p.fontStyle1 a{
transition: all 0.3s;
}
p.fontStyle1 a:hover{
color: #4B97DB;
}
.alignLeft{
text-align: left;
}
p.textAlignRight{
text-align: right;
}
.alignCenter{
text-align: center;
}
p.img{
margin-bottom: 20px;
}
p.img img{
vertical-align: bottom;
max-width: 100%;
}
p.img .caption{
margin: 12px 0 0;
font-size: 16px;
line-height: 1.5em;
font-weight: bold;
color: #032582;
display: block;
}
p.img .captionText{
margin: 6px 0 8px;
width: auto !important;
font-size: 16px;
font-weight: normal;
line-height: 1.5em;
display: block;
}

/* table */
/*table style 1*/
.tableStyle1{
width: 100%;
margin-bottom: 20px;
}
.tableStyle1 tbody th{
padding: 12px 15px;
vertical-align: middle;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
font-weight: bold;
background: #eaeaea;
margin: 15px 0;
font-size: 16px;
line-height: 1.8em;
font-weight: bold;
}
.tableStyle1 tbody td{
padding: 12px 15px;
vertical-align: middle;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 15px 0;
font-size: 16px;
line-height: 1.8em;
}
/*table style 2*/
.tableStyle2{
width: 100%;
margin-bottom: 20px;
}
.tableStyle2 th,
.tableStyle2 td{
font-size: 16px;
line-height: 1.8em;
font-weight: bold;
margin: 15px 0;
padding: 12px 15px;
vertical-align: middle;
border: 1px solid #ccc;
}
.tableStyle2 thead th,
.tableStyle2 thead td{
background:#dfdfdf;
}
.tableStyle2 tbody th{
background: #eaeaea;
}

/* list */
.listStyle1{
margin: 15px 0 1.5em;
}
.listStyle1 li{
padding-left: 1em;
text-indent: -1em;
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
.listStyle1 li::before{
content: "・";
color: #666;
}
ol.listStyleNum1{
counter-reset: item;
margin: 15px 0 1.5em;
}
ol.listStyleNum1 li{
text-indent: -1.8em;
padding-left: 1.8em;
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
ol.listStyleNum1 ol{
counter-reset: item;
padding-left: 1em;
}
ol.listStyleNum1 li::before{
counter-increment: item;
content: counter(item)'.';
padding-right: 1em;
}

/* column */
.column2Set{
display: flex;
flex-wrap: wrap;
}
.column2Set > div{
margin: 0 0 10px;
width: calc((100% - 20px) / 2);
}
.column2Set > div:nth-child(even){
margin-left: 20px;
}
.column3Set{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.column3Set > div{
margin: 0 0 10px;
width: calc((100% - 40px) / 3);
margin-left: 20px;
}
.column3Set > div:nth-child(1),
.column3Set > div:nth-child(3n+1){
margin-left: 0;
}
.column2Set img,
.column3Set img{
max-width: 100%;
}

/* btn set */
.btnSet{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.btnSet a{
padding: 12px 40px;
display: inline-block;
font-size: 16px;
font-weight: bold;
color: #FFF;
background-color: #000;
border: none;
transition: all .3s ease 0s;
border-radius: 4px;
}
.btnSet a:hover{
background-color: #3186bc;
}

/* InnerLink Btn Set */
.innerLinkBtnSet{
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.innerLinkBtnSet div{
border: 1px solid #bdbdbd;
}
.innerLinkBtnSet a{
padding: 12px 30px 12px 20px;
display: inline-block;
font-size: 16px;
font-weight: bold;
color: #0b5bb1;
background-color: #FFF;
transition: all .3s ease-in-out;
/*border-radius: 4px;*/
position: relative;
}
.innerLinkBtnSet a::after{
display: block;
content: '';
width: 7px;
height: 7px;
border-top: 2px solid #25579e;
border-right: 2px solid #25579e;
transform: rotate(135deg);
position: absolute;
top: 0.8em;
right: 10px;
transition: all .3s ease-in-out;
}
.innerLinkBtnSet a:hover{
color: #3186bc;
background-color: #f5f3f3;
}
.innerLinkBtnSet a:hover:after{
border-color: #3186bc;
}




@media screen and (min-width: 769px){
aside nav.localNav {
position: sticky;
top: 20px;
}
}
@media screen and (max-width: 768px){
#siteLogo img {
height: 36px;
width: auto;
}
.showSP{
display: block;
}
.hideSP{
display: none;
}
header{
position: sticky;
top: 0;
z-index: 15000;
border-bottom: 1px solid #eaeaea;
}
#SPBtn{
display: block;
}
.globalNav{
display: none;
}
.globalNav ul{
padding: 0;
}
.globalNav ul li{
flex-basis: 100%;
border-bottom: 1px solid #FFF;
}
.globalNav ul li ul.localNav{
display: block;
border-bottom: 1px solid #d4d4d4;
}
.globalNav ul li ul.localNav li{
width: 100%;
border-top: 1px solid #d4d4d4;
}
.globalNav ul li ul.localNav li a{
color: #019bdd;
}
.globalNav ul li ul.localNav li a:hover{
background-color: #f5f3f3;
animation: none;
-webkit-animation: none;
}
.bannerHeader p.img+p{
margin: 0 0 10px;
}
footer .inner{
margin: 30px auto;
padding: 0 10px;
flex-wrap: wrap;
}
footer .inner .footerCompanyInfo{
order: 2;
flex-basis: 100%;
margin: 20px 0 0;
border: none;
text-align: center;
padding-right: 0;
}
footer .inner address{
text-align: center;
}
footer .inner .footerNav{
order: 1;
flex-basis: 100%;
margin: 0;
}
.footerNav ul{
margin-left: 0;
justify-content: center;
border-bottom: 1px solid #eaeaea;
}
article{
padding: 25px 4%;
}
.wrapper {
max-width: 100%;
}
.wrapper main {
width: 100%;
margin-left: 0;
}
.wrapper aside{
display: none;
}
}

@media screen and (max-width: 540px){
.column2Set{
display: block;
}
.column2Set > div{
width: 100%;
margin-bottom: 40px;
}
.column2Set > div:nth-child(even){
margin-left: 0;
}
.btnSet a{
padding: 20px 20px;
}
}

@media screen and (max-width: 480px){
.wrapper{
padding: 10px;
}
.sectionBanner .banners div a img{
max-width: calc(100% - 20px);
}
.sectionBanner .banners div a::before{
top: 50%;
transform: translateY(-50%);
}
.footerLogo{
margin-bottom: 15px;
}
footer .inner address{
white-space: normal;
}
}

/* ***************
privacy
*************** */
.privacySection h3.h3Title{
padding-left: 0;
}
.privacySection h3.h3Title::before{
display: none;
}
/*table for privacy*/
.tableStyle3{
width: 100%;
margin-bottom: 20px;
}
.tableStyle3 th,
.tableStyle3 td{
font-size: 16px;
line-height: 1.8em;
margin: 15px 0;
padding: 12px 15px;
vertical-align: middle;
border: 1px solid #ccc;
text-align: left;
}
.tableStyle3 thead th,
.tableStyle3 thead td{
background:#dfdfdf;
}
.tableStyle3 tbody th{
background: #eaeaea;
}
/* box */
.boxStyle1{
display: flex;
justify-content: center;
}
.boxInner{
padding: 15px 25px;
border: 1px solid #CCC;
}
/* issuer */
.boxIssuer{
display: flex;
justify-content: right;
}
.privacySection a img{
transition: all .3s;
}
.privacySection a:hover img{
filter: saturate(200%);
}