@charset 'UTF-8';
/*========================================*/
/* Foundation
/*========================================*/
/*--------------------------------------
  Reset Css
---------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
embed,
figure,
figcaption,
footer,
header,
nav,
section,
summary,
time,
audio,
video,
input,
button,
textarea,
select
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

ol,
ul
{
    list-style: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: none;
}

/*--------------------------------------
  Common-Setting
---------------------------------------*/
html
{
    font-size: 10px;

    overflow-y: scroll;
}

body,
input,
button,
select,
textarea
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body
{
    font-size: 1.6rem;
    line-height: 1;

	/*
        overflow-x: hidden;
    -ms-overflow-x: hidden;
	*/

    width: 100%;
    min-width: 320px;
    margin: 0 auto;

    word-wrap: break-word;

    color: #000;
    background: #fff;

    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.is-fixed
{
    position: fixed;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
@media print, screen and (min-width: 800px)
{
    img
    {
        width: auto;
    }
}

input,
button,
textarea,
select
{
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-outline-style: none;
}
input ::-moz-focus-inner,
button ::-moz-focus-inner,
textarea ::-moz-focus-inner,
select ::-moz-focus-inner
{
    border: none;
}

label
{
    cursor: pointer;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

a
{
    transition: opacity .3s;
    text-decoration: none;

    color: #000;
    transition: .2;
}

a:hover
{
	opacity: .7;
}

a img {
	transition: .2;
}

a img:hover {
	opacity: .7;
}


*
{
    box-sizing: border-box;
}

*:before,
*:after
{
    box-sizing: border-box;
}

.cf::after
{
    display: block;
    clear: both;

    content: '';
}

/*========================================*/
/* Layout
/*========================================*/
/*========================================*/
/*  Module
/*========================================*/
/*========================================*/
/*  Page
/*========================================*/
.l-main
{
    display: block;
	position: relative;
    padding-bottom: 80px;
    /*margin-top: 1px;*/
}

/* pagetop */
.pagetop-wrapper
{
    position: relative;
}

#pagetop
{
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: -2px;
    width: 54px;
	cursor: pointer;
	z-index: 10000;
}

/* togglemenu */
.menu-trigger-wrap
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 50px;

    background: #fff;
}
@media print, screen and (min-width: 800px)
{
    .menu-trigger-wrap
    {
        display: none !important;
    }

    .l-main
	{
	    padding-top: 80px;
	}
}

.menu-trigger
{
    position: absolute;
    top: 13px;
    right: 13px;

    width: 25px;
    height: 24px;
}

.menu-trigger,
.menu-trigger span
{
    display: inline-block;

    box-sizing: border-box;

    transition: all .4s;
}

.menu-trigger span
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 3px;

    border-radius: 2px;
    background-color: #009de9;
}

.menu-trigger span:nth-of-type(1)
{
    top: 2px;
}

.menu-trigger span:nth-of-type(2)
{
    top: 10px;
}

.menu-trigger span:nth-of-type(3)
{
    bottom: 3px;
}

.menu-trigger-text
{
    font-size: .9rem;

    position: absolute;
    bottom: 8px;

    width: 100%;

    text-align: center;

    color: #fff;
}

.menu-trigger.is-open span:nth-of-type(1)
{
    -webkit-transform: translateX(0px) translateY(8px) rotate(-45deg);
        -ms-transform: translateX(0px) translateY(8px) rotate(-45deg);
            transform: translateX(0px) translateY(8px) rotate(-45deg);
}

.menu-trigger.is-open span:nth-of-type(2)
{
    opacity: 0;
}

.menu-trigger.is-open span:nth-of-type(3)
{
    -webkit-transform: translateX(0px) translateY(-8px) rotate(45deg);
        -ms-transform: translateX(0px) translateY(-8px) rotate(45deg);
            transform: translateX(0px) translateY(-8px) rotate(45deg);
}

/* layout */
.l-inner
{
    padding: 0 10px;
}
@media print, screen and (min-width: 800px)
{
    .l-inner
    {
        width: 1050px;
        margin: 0 auto;
        padding: 0;
    }
}

.heading
{
    text-align: center;
}
.heading-small,
.heading-main
{
    display: block;
}
.heading-main
{
    font-size: 1.7rem;
    font-weight: bold;

    position: relative;

    margin-bottom: 8px;
    padding-bottom: 9px;
}
.heading-main::after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 265px;
    height: 1px;
    margin-left: -133px;

    content: '';

    background: #000;
}
.heading-small
{
    font-size: 12px;
    font-weight: normal;
}
.heading--news
{
    margin-bottom: 33px;
}
.heading--panel
{
    margin-bottom: 28px;
}
.heading--panel .heading-main
{
    font-size: 1.8rem;
}
.heading--panel .heading-main-sub
{
    display: none;
}
.heading--panel .heading-main::after
{
    width: 135px;
    margin-left: -67px;

    background: #fff;
}
.heading--panel .heading-small
{
    line-height: 1.47;
}
@media print, screen and (min-width: 800px)
{
    .heading-main
    {
        font-size: 2.8rem;

        margin-bottom: 8px;
        padding-bottom: 10px;
    }
    .heading-main::after
    {
        width: 346px;
        margin-left: -173px;
    }
    .heading-small
    {
        font-size: 18px;
    }
    .heading--news
    {
        margin-bottom: 50px;
    }
    .heading--panel
    {
        line-height: 1.47;

        width: 100%;
        margin-bottom: 15px;

        text-align: left;
    }
    .heading--panel .heading-main
    {
        font-size: 2.0rem;
    }
    .heading--panel .heading-main-sub
    {
        font-size: 1.4rem;

        display: block;

        margin-top: 14px;

        color: #00a0e9;
    }
    .heading--panel .heading-small
    {
        font-size: 1.4rem;
        line-height: 1.86;
    }
}

/* more-btn */
.more-btn
{
    font-size: 1.3rem;
    font-weight: bold;

    position: relative;
    z-index: 1;

    display: block;

    width: 200px;
    margin: 0 auto;
    padding: 8px 0 7px;

    text-align: center;

    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e9e9e9;
    border-radius: 2px;
}
.more-btn::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 4px;
    background: #2095da;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2095da 0%, #0071b5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2095da', endColorstr='#0071b5',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
.more-btn::after
{
    position: absolute;
    top: 50%;
    right: 14px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -4px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.more-btn--opct
{
    font-size: 1.1rem;

    width: 110px;
    padding: 5px 0;
}
.more-btn--opct::before
{
    opacity: .7;
}
.more-btn--opct::after
{
    right: 8px;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media print, screen and (min-width: 800px)
{
    .more-btn
    {
        font-size: 1.8rem;

        width: 310px;
        height: 50px;
        padding: 16px;
    }
    .more-btn::after
    {
        right: 10px;

        width: 12px;
        height: 12px;
        margin-top: -6px;

        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);

        border-width: 2px !important;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .more-btn--opct
    {
        font-size: 1.6rem;

        display: inline-block;

        width: 220px;
        height: 42px;
        padding: 13px;

        color: #000;
        border: 1px solid #00a0e9;
        border-radius: 0;
    }
    .more-btn--opct::before
    {
        opacity: 0;
    }
    .more-btn--opct::after
    {
        right: 10px;

        width: 12px;
        height: 12px;
        margin-top: -6px;

        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);

        border-width: 2px !important;
        border-top: 1px solid #00a0e9;
        border-right: 1px solid #00a0e9;
    }
    .more-btn--opct-wrap
    {
        width: 100%;

        text-align: right;
    }
}

.footer
{
    padding-bottom: 25px;
}
@media print, screen and (min-width: 800px)
{
    .footer
    {
        width: 1050px;
        margin: 0 auto;
    }
}
.footer-inner
{
    margin: 0 10px;
    padding: 15px 13px 30px;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 800px)
{
    .footer-inner
    {
        margin: 0;
        padding: 20px 45px 50px;
    }
}
.footer .copy
{
    font-size: .8rem;

    margin-top: 20px;

    text-align: center;
}
@media print, screen and (min-width: 800px)
{
    .footer .copy
    {
        font-size: 1.0rem;

        text-align: right;
    }
}
.footer-logo
{
    width: 92px;
}
@media print, screen and (min-width: 800px)
{
    .footer-logo
    {
        display: inline-block;

        width: 100px;
    }
}
.footer-logo2
{
    width: 90px;
    margin-top: 5px;
    margin-bottom: 18px;
}
@media print, screen and (min-width: 800px)
{
    .footer-logo2
    {
        display: inline-block;

        width: 138px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 14px;

        vertical-align: -15px;
    }
}
.footer address
{
    font-size: 1.2rem;
    font-style: normal;

    margin-bottom: 30px;
}
@media print, screen and (min-width: 800px)
{
    .footer address
    {
        font-size: 1.4rem;

        margin: 20px 0 50px;
    }
}
.footer-col-right
{
    display: none;
}
@media print, screen and (min-width: 800px)
{
    .footer-col-right
    {
        display: block;
    }
}
@media print, screen and (min-width: 800px)
{
    .footer-row
    {
        display: -ms-flexbox;
        display: flex;
    }
    .footer-col-left
    {
        width: 100%;
        width: 430px;
    }
    .footer-col-right
    {
        width: calc(100% - 430px);
        padding-top: 15px;
    }
    .footer .footer-sitemap
    {
        display: -ms-flexbox;
        display: flex;
    }
    .footer .footer-sitemap li:not(:last-child)
    {
        margin-right: 60px;
    }
    .footer .footer-sitemap .sitemap-cat
    {
        margin-bottom: 20px;
    }
    .footer .footer-sitemap .sitemap-link
    {
        font-size: 1.4rem;

        display: block;

        margin-bottom: 10px;
    }
    .footer .footer-sitemap .sitemap-link-main
    {
        font-weight: bold;

        color: #00a0e9;
    }
}
.footer-links li:not(:last-child)
{
    margin-bottom: 15px;
}
.footer-links a
{
    font-size: 1.2rem;

    position: relative;

    display: block;

    padding-left: 15px;
}
.footer-links a::after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -4px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #03a1e9;
    border-right: 1px solid #03a1e9;
}
@media print, screen and (min-width: 800px)
{
    .footer-links li:not(:last-child)
    {
        margin-bottom: 20px;
    }
    .footer-links a
    {
        font-size: 1.4rem;
    }
}
.footer-banner
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: -15px;
    padding-top: 25px;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-banner li
{
    width: calc(50% - 5px);
    margin-bottom: 15px;
}
.footer-banner a
{
    position: relative;

    display: block;

    width: 100%;

    border: #dcdcdc solid 1px;
}
.footer-banner a img
{
    width: auto;
    height: 31px;
    margin-left: 10px;
}
.footer-banner a .icon-newwindow
{
    position: absolute;
    top: 50%;
    right: 15px;

    display: block;

    width: 13px;
    margin-top: -6px;
}
.footer-banner a .icon-newwindow img
{
    width: auto;
    height: auto;
    margin-left: 0;
}
.footer-banner span
{
    font-size: .85rem;

    display: block;

    margin-top: 5px;

    text-align: center;

    color: #4b4b4b;
}
@media print, screen and (min-width: 800px)
{
    .footer-banner
    {
        margin-bottom: 0;
        padding-top: 0;
    }
    .footer-banner li
    {
        width: 260px;
        margin-bottom: 0;
    }
    .footer-banner li:not(:last-child)
    {
        margin-right: 20px;
    }
    .footer-banner a
    {
        height: 54px;
    }
    .footer-banner a img
    {
        width: auto;
        height: 52px;
        margin-left: 30px;
    }
    .footer-banner a .icon-newwindow
    {
        right: 15px;

        width: 16px;
        margin-top: -8px;
    }
    .footer-banner a .icon-newwindow img
    {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .footer-banner span
    {
        font-size: 1.2rem;

        text-align: center;
    }
}

.footer-inner + .footer-inner
{
    padding: 25px 13px 30px;

    border-top: none;
}
@media print, screen and (min-width: 800px)
{
    .footer-inner + .footer-inner
    {
        padding: 38px 45px 30px;
    }
}

.header
{
    position: relative;

    height: 50px;
    margin-bottom: 6px;
}
.header::before
{
    position: absolute;
    z-index: 10;
    bottom: -1px;
    left: 0;

    display: block;

    width: 100%;
    height: 6px;

    content: '';

    background: #fff;
}

.header::after
{
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .22);
}
@media print, screen and (min-width: 800px)
{
    .header
    {
        position: relative;

        width: 1050px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .header-wrap {
		width: 100%;
	    z-index: 100;
	    background: #fff;
	    position: fixed;
	    top: 0;
	    z-index: 1000;
    }

    .header-inner {
	    position: fixed;
	    width: 1050px;
	    background: #fff;
	    z-index: 1000;
    }
}
@media print, screen and (min-width: 800px) {
.header::before {
    display: none;
}
.header::after {
    display: none;
}

}
.header-logo
{
    display: inline-block;

    width: 75px;
}
@media print, screen and (min-width: 800px)
{
    .header-logo
    {
        width: 120px;
    }
}
.header-logo2
{
    display: inline-block;

    width: 101px;
    margin-left: 8px;

    vertical-align: -12px;
}
@media print, screen and (min-width: 800px)
{
    .header-logo2
    {
        position: absolute;
        top: 37px;
        right: 0;

        width: 150px;
        margin-top: 0;
    }
}
.header-left
{
    padding-top: 10px;
    padding-left: 20px;
}
@media print, screen and (min-width: 800px)
{
    .header-left
    {
        padding-top: 0;
        padding-left: 0;
    }
}
@media print, screen and (min-width: 800px)
{
    .header-row
    {
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        height: 80px;

        -ms-flex-align: center;
        align-items: center;
    }
    .header-left
    {
        width: 205px;
    }
    .header-right
    {
        width: calc(100% - 205px);
    }
}

.header-nav
{
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;
}
@media print, screen and (min-width: 800px)
{
    .header-nav
    {
        position: static;

        display: block !important;
    }
}
.header-nav .header-menu
{
    background: #2095da;
}
.header-nav .header-menu-sub
{
    display: none;
}
.header-nav .header-menu li .menu-link
{
    font-size: 1.2rem;
    font-weight: bold;

    display: block;

    height: 37px;
    padding: 13px 25px 12px;

    color: #fff;
    border-bottom: 1px solid #aad9f5;
}
.header-nav .header-menu li .menu-link.js-accoTrigger
{
    position: relative;
}
.header-nav .header-menu li .menu-link.js-accoTrigger::after
{
    position: absolute;
    top: 50%;
    right: 12px;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    content: '';

    background: url(../images/common/plus.png) no-repeat center center/cover;
}
.header-nav .header-menu li .menu-link.js-accoTrigger.is-open::after
{
    background: url(../images/common/minus.png) no-repeat center center/cover;
}
.header-nav .header-menu li .menu-link-sub
{
    font-size: 1.2rem;
    font-weight: bold;

    display: block;

    width: 100%;
    height: 33px;
    padding: 11px 40px 10px;

    color: #fff;
    border-bottom: 1px solid #aad9f5;
    background: #69b5e2;
}
.header-nav .header-menu-pc
{
    display: none;
}
@media print, screen and (min-width: 800px)
{
    .header-nav .header-menu-pc
    {
        display: block;

        margin: 0 -15px;

        background: none;
    }
    .header-nav .header-menu-pc li
    {
        display: inline-block;

        margin: 0 15px;

    }
    .header-nav .header-menu-pc li .menu-link
    {
        font-size: 1.4rem;


        height: auto;
        padding: 0;

        color: #4c4c4c;
        border-bottom: none;
        height: 82px;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        padding-top: 12px;
    }
    .header-nav .header-menu-sp
    {
        display: none !important;
    }
}

@media print, screen and (min-width: 800px)
{
    .sp-break
    {
        display: none;
    }
}
















.sp-visible {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}


/* parts */

.breadNavi-wrapper {
	background: #5f5f5f;
	position: relative;
	margin-bottom: 30px;
}

.breadNavi {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    color: #fff;
    box-sizing: border-box;
}

.breadNavi_item {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
}

.breadNavi_item a:after {
    content: ">";
    display: inline-block;
    margin: 0 3px 0 8px;
}

.breadNavi a {
    color: #FFF;
}

@media print, screen and (min-width: 800px) {
	.breadNavi-wrapper {
		margin-bottom: 90px;
		min-width: 1050px;
	}

	.breadNavi {
	    width: 100%;
	    max-width: 1050px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 14px 0;
	}

	.breadNavi_item {
	    font-size: 1.2rem;
	}
}

.content-inner {
	width: 100%;
	padding: 0 3%;
}

@media print, screen and (min-width: 800px) {
	.content-inner {
		width: 970px;
		margin: 0 auto;
		padding: 0;
	}
}



.page-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1rem;
	margin-bottom: 20px;
}

.page-ttl-en {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	display: block;
	letter-spacing: 0;
}

@media print, screen and (min-width: 800px) {
	.page-ttl {
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: .1rem;
		margin-bottom: 50px;
	}
	.page-ttl-en {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		margin-top: 5px;
		display: block;
		letter-spacing: 0;
	}
}


/*タイトル*/
.content-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 3px solid #21a8da;
	padding: 3px 0 3px 15px;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 800px) {
	.content-ttl {
		font-size: 2.2rem;
		font-weight: bold;
		border-left: 6px solid #21a8da;
		padding: 7px 0 7px 25px;
		margin-bottom: 30px;
	}
}

.content-ttl_2 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.4;
}

.content-ttl_2::before {
	content: '';
	width: 40px;
	height: 3px;
	background: #00a0e9;
	position: absolute;
	bottom: -10px;
	left: 0;
}

@media print, screen and (min-width: 800px) {
	.content-ttl_2 {
		font-size: 2.2rem;
		font-weight: bold;
		padding: 0 0 5px 0;
		margin-bottom: 40px;
		position: relative;
	}

	.content-ttl_2::before {
		content: '';
		width: 80px;
		height: 6px;
		background: #00a0e9;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
}

.content-ttl_center {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 800px) {
	.content-ttl_center {
		font-size: 1.9rem;
		margin-bottom: 25px;
	}
}

.content-ttl_brdr {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.content-ttl_brdr span {
	border-bottom: 3px solid #00a0e9;
	padding: 3px 5px 4px 5px;
}

@media print, screen and (min-width: 800px) {
	.content-ttl_brdr {
		font-size: 2.6rem;
		font-weight: bold;
		text-align: center;
	}

	.content-ttl_brdr span {
		border-bottom: 3px solid #00a0e9;
		padding: 3px 5px 7px 5px;
	}
}


/*メインイメージ*/

.heroHeading_image {
    position: relative;
    overflow: hidden;
	height: 0;
	padding-bottom: 30%;
}

.heroHeading_image img {
    width: 100%;
    height: auto;
}

.heroHeading_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
	padding: 5px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(57,101,154,0.7);
    text-align: center;
    letter-spacing: .1rem;
}

@media print, screen and (min-width: 800px) {
	.heroHeading_image {
	    min-height: 250px;
	    max-height: 250px;
	    position: relative;
	    overflow: hidden;
	    height: auto;
	    padding-bottom: 0;
	    min-width: 1050px;
	}

	.heroHeading_heading {
	    left: 50%;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0;
	    padding-left: 0;
	    font-size: 2.6rem;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    min-width: 500px;
	    padding: 10px 0;

	}
}



/* リンク */
.external_link {
	position: relative;
	display: inline-block;
}

.external_link::after {
	content: '';
	width: 12px;
	height: 12px;
	background: url("../images/common/img_link.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -6px;
}

@media print, screen and (min-width: 800px) {
	.external_link::after {
		content: '';
		width: 16px;
		height: 16px;
		background: url("../images/common/img_link.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		right: -25px;
		top: 50%;
		margin-top: -8px;
	}
}

.link-arrow {
	text-decoration: underline;
	color: #00a0e9;
	font-size: 1.2rem;
	position: relative;
}

.link-arrow::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: #00a0e9 #00a0e9 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	left: -12px;
    margin-top: -2px;
    top: 50%;
}

@media print, screen and (min-width: 800px) {
	.link-arrow {
		font-size: 1.6rem;
	}
	.link-arrow:hover {
		text-decoration: none;
	}

	.link-arrow::before{
		content: '';
		width: 8px;
		height: 8px;
		border: 1px solid;
		border-color: #00a0e9 #00a0e9 transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		left: -20px;
	    margin-top: -4px;
	    top: 50%;
	}

}

.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
    transform: translateY(0);
    opacity: 1.0;
}




.btn-more {
	text-align: center;
}
.btn-more a {
	min-width: 250px;
	height: 38px;
	border: 2px solid #00a0e9;
	text-align: center;
	display: inline-block;
	transition: .2s;
	color: #00a0e9;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 35px;
}
.btn-more span {
}
.btn-more a:hover {
	background: #00a0e9;
	color: #fff;
}

@media print, screen and (min-width: 800px) {
	.btn-more {
		text-align: center;
	}
	.btn-more a {
		min-width: 310px;
		height: 38px;
		border: 2px solid #00a0e9;
		text-align: center;
		display: inline-block;
		transition: .2s;
		color: #00a0e9;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 35px;
	}
	.btn-more span {
	}
	.btn-more a:hover {
		background: #00a0e9;
		color: #fff;
	}
}






.content-inner.side {
}
.l-content-side {
}

.l-side {
	margin-top: 60px;
}

.side-ttl {
	background: #5f5f5f;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 20px;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 800px) {
	.content-inner.side {
		display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	}
	.l-content-side {
		width: 700px;
	}

	.l-side {
		width: 200px;
		margin-top: 0;
	}

	.side-ttl {
		background: #5f5f5f;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 5px 20px;
		margin-bottom: 30px;
	}




}




#pager {
    margin: 30px auto 0;
    text-align: center;
}

#pager span {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    background: #fff;
    color: #2095da;
    border: 1px solid #2095da;
    text-align: center;
    vertical-align: middle;
    transition: .2s;
}

#pager span:hover {
    background: #2095da;
    color: #fff;
    border: 1px solid #2095da;
}

.page-numbers {
	margin: 0 5px;
}

#pager .now {
    color: #fff;
    background: #2095da;
}

#pager .prev {
    margin-right: 15px;;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2095da;
    display: inline-block;
    line-height: 20px;
}


#pager .next {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2095da;
    display: inline-block;
    line-height: 20px;
}


@media print, screen and (min-width: 800px) {
	#pager {
	    margin: 60px auto 0;
	    text-align: center;
	}

	#pager span {
	    display: inline-block;
	    min-width: 30px;
	    height: 30px;
	    font-size: 1.9rem;
	    font-weight: bold;
	    line-height: 30px;
	    padding: 0;
	    background: #fff;
	    color: #2095da;
	    border: 1px solid #2095da;
	    text-align: center;
	    vertical-align: middle;
	    transition: .2s;
	}

	#pager span:hover {
	    background: #2095da;
	    color: #fff;
	    border: 1px solid #2095da;
	}

	.page-numbers {
		margin: 0 7px;
	}

	#pager .now {
	    color: #fff;
	    background: #2095da;
	}

	#pager .prev {
	    margin-right: 25px;;
	    width: 30px;
	    height: 30px;
	    font-size: 1.9rem;
	    font-weight: bold;
	    color: #2095da;
	    display: inline-block;
	    line-height: 30px;
	}


	#pager .next {
	    margin-left: 25px;
	    width: 30px;
	    height: 30px;
	    font-size: 1.9rem;
	    font-weight: bold;
	    color: #2095da;
	    display: inline-block;
	    line-height: 30px;
	}
}

/* メガメニュー */
@media print, screen and (min-width: 800px) {

.global-nav-trigger
{
    cursor: pointer;
}

.global-sub-nav
{
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 50px 0 40px;

    text-align: center;
}
.global-sub-nav::after
{
    position: absolute;
    z-index: -1;
    top: -2px;
    left: 50%;

    display: block;

    width: 100vw;
    min-width: 980px;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    opacity: .9;
    background: #001e3f;
}
.global-sub-nav li
{
    position: relative;

    display: inline-block;

    margin: 0 20px;

    text-align: left;

    opacity: 0;
}
.global-sub-nav li a
{
    display: block;

    width: 100%;
    height: 100%;
}
.global-sub-nav li span
{
    font-size: 1.4rem;

    position: relative;

    display: block;

    margin-top: 10px;
    padding-left: 20px;

    color: #fff;
}
.global-sub-nav li span::after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #00a0e9;
    border-right: 1px solid #00a0e9;
}
.header-menu-pc > li .menu-link {
    position: relative;
    top: -50px;
    opacity: 0;
}
.header-menu-pc > li .menu-link:hover {
    color: #00a0e9;
}
.header-logo {
    position: relative;
    top: -50px;
    opacity: 0;
}
.header-logo2 {
    top: -13px;
    opacity: 0;
}
}

@media print, screen and (max-width: 799px) {
	.header-logo {
	    opacity: 1 !important;
	}
	.header-logo2 {
	    opacity: 1 !important;
	}
}




@media screen and (max-width: 374px) {
  .footer-banner a img {
	  height: 25px;
  }
  .footer-banner a .icon-newwindow {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 13px;
    margin-top: -6px;
  }

  .footer-banner span {
	  line-height: 1.4;
  }
}