@charset "utf-8";

/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style: none;
}

/* 基本設定 */
img,object,embed {max-width: 100%}


/* リンク */
a:link {
color:#3865e0;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
transition: all .2s ease-out;
}
a:hover {text-decoration: none}
a:visited {color:#9c35e0}





/*//////////////////////////////////////////////////*/
/* 全体 */
* {box-sizing: border-box}
html {
font-family: sans-serif;
line-height: 1.15;
font-feature-settings: "palt";
font-size: 100%;
height: 100%;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #363636;
    width: 100%;
    height: 100%;
    background: #E3EAF0;
    position: relative;
}

body.about {background: #fff !important;border-bottom: none !important}





/*//////////////////////////////////////////////////*/
/*トップページ*/
.top_main {
    position: relative;
    background: rgb(26,48,123);
    background: url(../images/bg.png) repeat, linear-gradient(180deg, rgba(26,48,123,1) 0%, rgba(24,147,212,1) 100%);
    width: 100%;
    min-height: 400px;
    color: #fff;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.2);
    z-index: 2;
}
.inner {
    position: relative;
    width: 1025px;
    margin: 0 auto;
    padding: 60px 60px 30px;
}

.top_main h1 {
    display: block;
    margin: 0 auto;
    background: url(../images/logo.svg) no-repeat;
    width: 283px;
    height: 86px;
    text-indent: -9999rem;
    margin-bottom: 30px;
}

body.en > .top_main h1 {
    width: 232px;
    background: url(../images/logo_en.svg) no-repeat;
}

.top_main h1 + p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.85rem;
    letter-spacing: 0.15rem;
}

.center {
    display: block;
    text-align: center;
    overflow: hidden;
}

.top_main a {
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: underline;
    background: url(../images/about.svg) no-repeat left center;
    background-size: 24px 24px;
    padding-left: 28px;
    margin:  30px auto 0;
    color: #fff;
}
.top_main a:hover {text-decoration: none}

.top_bottom {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 45px 60px;
    text-align: center;
}

.lang {
    color: #666666;
    background: url(../images/lang.svg) no-repeat left center;
    background-size: 28px 24px;
    padding: 15px 0 15px 34px;
    font-weight: bold;
    display: inline;
}

.top_bottom select {
    font-size: 1.2rem;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.select {
    width: 150px;
    height: 45px;
    margin: 10px auto 0 auto;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #fff;
}

.select::before {
    position: absolute;
    top: 1.2rem;
    right: 0.9rem;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}

.select select {
    padding: 8px 38px 8px 8px;
    color: #666;
}

button.large {
    border-style: none;
    background: #459EE2 url(../images/arrow.svg) no-repeat right 18px center;
    padding-right: 36px;
    background-size: 36px 36px;
    width: 256px;
    height: 70px;
    border-radius: 35px;
    cursor: pointer;
    margin: 30px auto 0 auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

button.large:hover {
    background: #1A307B url(../images/arrow.svg) no-repeat right 12px center;
    background-size: 36px 36px;
}

button.large span {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
}

.copy {
}

.copy p {
    width: 300px;
    height: 25px;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8rem;
    color: #666;
    position: relative;
    bottom: 0;
    right: 25%;
    left: 50%;
    margin-left: -150px;
    
}





/*//////////////////////////////////////////////////*/
/*コンテンツ一覧ページ*/
header {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 58px;
    background: rgb(26,48,123);
    background: linear-gradient(180deg, rgba(26,48,123,1) 0%, rgba(24,147,212,1) 100%);
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.2);
}

header > h1 a {
    text-indent: -9999em;
    display: block;
    background: url(../images/logo_header.svg) no-repeat center;
    background-size: 318px 24px;
    padding-top: 32px;
}

body.en > header > h1 a {
    background: url(../images/logo_header_en.svg) no-repeat center;
    background-size: 318px 24px;
}

.main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px 30px;
    background: #E3EAF0;
    height: calc(100% - 58px);
}

.main h3 {
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 7px;
    border-left: 5px solid #FF001A;
    margin-top: 30px;
    margin-bottom: 12px;
}

.main ul li {
    border-bottom: 1px solid #999999;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.main ul li a {
    display: flex;
    flex-wrap: wrap;
}

.main ul li a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.img_wrap {
    max-width: 300px;
    width: 40%;
    margin-bottom: 10px;
}

.title {
    width: 57%;
    margin-left: 3%;
    font-size: 1.2rem;
    font-weight: bold;
}

.main ul li p {font-size: 1rem}

.copy_main {
    position: fixed;
    bottom: 0;
    width: calc(100% - 120px);
    border-top: 1px solid #999;
    padding-top: 3px;
    background: #E3EAF0;
    z-index: 3;
}

.copy_main p {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8rem;
    color: #666;
    float: left;
    margin-top: 3px;
}

.copy_main .popup_btn {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8rem;
    color: #666;
    font-size: 1rem;
    text-decoration: underline;
    background: url(../images/about_gray.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 24px;
    float: right;
    margin-bottom: 5px;
}





/*//////////////////////////////////////////////////*/
/*コンテンツページ*/
.back {
    background: #fff;
    margin: -30px -60px 30px;
    padding: 10px 10px;
}
.back a {
    display: block;
    color: #363636;
    font-weight: bold;
    background: url(../images/back.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 23px;
    padding-top: 2px;
}

ul.contents_list {
    padding-bottom: 50px;
}

ul.contents_list li {
    padding-top: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.contents_list li a {
    position: relative;
    display: flex;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

ul.contents_list li a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

ul.contents_list li a img {
    position: relative;
    border: 3px solid #93ADC5;
}

.thumbnail {
    position: relative;
    max-width: 300px;
    width: 30%;
}

.thumbnail::before {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 30%;
    background: url(../images/play.svg) no-repeat center;
    z-index: 2;
}

ul.contents_list li a p {
    width: 68%;
    margin-left: 2%;
    font-size: 1.1rem;
}

.pdf a {
    font-weight: bold;
    display: block;
    height: 58px;
    text-decoration: none;
    background: url(../images/pdf.png) no-repeat left center;
    background-size: 58px 58px;
    padding-left: 62px;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
ul.contents_list li a:hover, pdf a:hover {
    text-decoration: underline;
}





/*//////////////////////////////////////////////////*/
/*ポップアップ*/
.popup_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.popup {
    display: none;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 0;
    left: 0;    
    position: absolute;
    z-index: 4;
    margin: 30px;
    padding: 30px 15px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

    .popup_iframe > h2 {
        text-decoration: underline;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .popup_iframe > h3 {
        font-size: 1.1rem;
        font-weight: bold;
        padding-top: 3px;
        padding-left: 7px;
        border-left: 5px solid #FF001A;
        background: #f3f3f3;
        margin-top: 30px;
        margin-bottom: 12px;
    }
    
    .popup_iframe > p {
        font-size: .9rem;
        color: #666;
        line-height: 1.5rem;
        padding: 0 10px;
    }

    .popup_iframe > ul {padding: 0 10px}

    .popup_iframe > ul li {
        font-size: .9rem;
        color: #666;
        margin-bottom: 15px;
        line-height: 1.5rem;
    }

    .popup_iframe b {
        font-weight: bold;
        color: #363636;
    }

.popup_close {
    position: absolute;
    background: url(../images/close.svg) no-repeat ;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
    cursor: pointer;
}





/*//////////////////////////////////////////////////*/
/*メディアクエリ*/
@media screen and ( max-width: 1025px) {
    .inner {max-width: 100%}
    
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
    
}

@media screen and (max-width: 767px) {
    .top_main {min-height: 430px;}
    .top_main h1 + p {text-align: justify}
    .top_main a {float: right; margin: 15px auto 0;}
    /*.top_bottom {height: calc(100% - 430px)}*/
    
    .inner {padding: 45px 30px 30px}
    
    .main {padding: 15px 30px}
    
    .back {margin: -15px -30px 30px}
    .copy_main {width: calc(100% - 60px);}
}

@media screen and (min-width:380px) {
    .copy p {position: absolute}
}


@media screen and (max-width: 400px) {
    
    .top_bottom {padding: 30px 0}
    .top_main h1 {margin-bottom: 20px; width: 240px}
    .top_main h1 + p {line-height: 1.5rem}
    .copy_main .popup_btn {font-size: 0.8rem;height: 20px;background-size: 16px 16px; padding-left: 18px;}
    .title {font-size: 1rem;}
    button.large {margin: 15px auto}
}

@media screen and (max-width: 360px) {
    header > h1 a {background-size: 280px 24px}
    .main {padding: 15px;}
    .back {margin: -15px -15px 30px}
    .copy_main {width: calc(100% - 30px);}
}

@media (max-height: 650px) {
    .copy p {position: relative}   
}












