@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700&display=swap');

/* ---------------------------------------------
	reset
--------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { margin: 0; padding: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
img { display: block; }
img a { border: none; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; line-height: 1.0; }
q:before, q:after {	content: ""; }
figure { width: 100%; margin: 0; padding: 0;}

/* ---------------------------------------------
	common
--------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	color: #333;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 400;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;min-height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

img { width: 100%; height: auto; }
a { text-decoration: none; }
a:link {color: #333;}
a:visited {color: #333;}
a:hover { color: rgba(229,0,50,1); text-decoration: underline; -webkit-transition: all .3s; transition: all .3s;}
a:active {color: rgba(229,0,50,1);}
p {line-height: 1.6;}
.indent {text-indent: -1em;padding-left: 1em;}
.bold {font-weight: 700;}

/* ---------------------------------------------
    header
--------------------------------------------- */
#headerFix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    z-index: 1000;
    background: #fff;
}
header {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo {
    width: 100%;
    max-width: 280px;
}
header .lang {
    flex: 1;
    margin-right: 30px;
}
header .lang ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 26px;
}
header .lang > ul > li {
    font-size: 13px;
    border-right: 1px solid rgba(0,0,0,0.3);
    line-height: 1;
}
header .lang > ul > li:last-child {
    border-right: none;
}
header .lang > ul > li > a {
    display: block;
    padding: 0 10px;
}
/* header .headerNavi ul {display: flex;} */
header .headerNavi ul li {
    width: 200px;
    /* position: relative; */
    /* display: inline-block; */
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    /* font-weight: 500; */
    line-height: 1;
    margin-bottom: 5px;
}
header .headerNavi ul li:last-child {
    margin-bottom: 0;
}
header .headerNavi ul li a {
    color: #fff;
    display: block;
    background: rgba(0,52,100,1);
    border-radius: 6px;
    padding: 10px 10px;
}
header .headerNavi ul li a:hover {
    text-decoration: none;
    background: rgba(37,76,164,1);
}
header .headerNavi ul li i {
    margin-right: 5px;
}
header .headerNavi ul li:first-child i {
    color: #e27a41;
}
header .headerNavi ul li:last-child i {
    color: #8adfd2;
}
/*
header .headerNavi ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 12px white;
    border-bottom: solid 44px transparent;
    z-index: 1;
}
header .headerNavi ul li a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 12px transparent;
    border-bottom: solid 44px white;
    z-index: 1;
}
*/

/* .globalNavi {background: rgba(37,76,164,1);} */
.globalNavi ul {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {

    /* ---------------------------------------------
        header
    --------------------------------------------- */
    #headerFix {
        position: static;
        height: 47px;
    }
    header {
        padding: 3px 50px 0 10px;
    }
    #logo {
        width: 100%;
        max-width: 172px;
        text-align: center;
        margin: 2px 0 0;
    }
    header .lang {
        margin-right: 5px;
    }
    header .lang ul {
        margin-bottom: 0px;
    }
    header .lang > ul > li {
        font-size: 11px;
    }
    header .lang > ul > li > a {
        padding: 0 5px;
    }
        

    .headerRight {display: none;}

    .globalNavi .pcNav {display: none !important;}
}

.container {margin-top: 91px;}
@media only screen and (max-width: 768px) {
    .container {margin-top: 0px;}
}

footer {
    margin-top: 40px;
    background-color: rgba(0,52,100,1);
}
footer .footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer .footer-inner .lj-logo-inner,
footer .footer-inner div:nth-child(3) {
    flex: 1;
}
footer .footer-info {
    flex: 2;
}
footer .lj-logo {
    max-width: 90px;
}
footer .address {
    font-size: 0.88em;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
footer .contact-info {
    font-size: 0.88em;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
footer .footer-navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer-navi ul li {
    font-size: 0.88em;
    border-left: 1px solid #fff;
}
footer .footer-navi ul li:first-child {
    border-left: none;
}
footer .footer-navi ul li a {
    display: block;
    color: #fff;
    padding: 0 10px;
}
footer #pageTop {
    max-width: 60px;
    margin-left: auto;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
}

/* SSL Smart Seal Styles */
.lj-logo-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ssl-seal img {
    height: 80px;
    width: auto;
}

/* 英語版は小さめのサイズに調整 */
.ssl-seal.lang-en img {
    height: 50px;
}
@media only screen and (max-width: 640px) {
    footer .footer-info {
        flex: 4;
    }
    footer .footer-inner {padding: 20px 10px;}
    footer .lj-logo {
        max-width: 50px;
    }
    footer .footer-inner .address {
        margin-bottom: 20px;
        font-size: 0.75em;
    }
    footer .contact-info {
        font-size: 0.75em;
    }
    footer .footer-navi ul li {
        font-size: 0.75em;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        border: none;
    }
    footer #pageTop {
        max-width: 50px;
        bottom: 20px;
        right: 10px;
    }
    
    /* SSL Smart Seal - Mobile */
    .lj-logo-inner {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .ssl-seal {
        margin-top: 10px;
    }
    
    .ssl-seal img {
        height: 70px;
    }
    
    /* 英語版モバイルも調整 */
    .ssl-seal.lang-en img {
        height: 45px;
    }
            
}

@media only screen and (max-width: 768px) {
    .sp-footer-btn {
        position: fixed;
        bottom: 20px;
        width: 100%;
        padding: 0 20px;
    }
    .sp-footer-btn ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 480px;
        margin: 0 auto;
    }
    .sp-footer-btn ul li {
        width: calc((100% - 20px) / 2);
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        margin-right: 20px;
    }
    .sp-footer-btn ul li:last-child {
        margin-right: 0;
    }
    .sp-footer-btn ul li a {
        color: #fff;
        display: block;
        background: rgba(0,52,100,1);
        border: 2px solid #fff;
        border-radius: 6px;
        padding: 10px 10px;
    }
    .sp-footer-btn ul li a:hover {
        text-decoration: none;
        background: rgba(37,76,164,1);
    }
    .sp-footer-btn ul li i {
        margin-right: 5px;
    }
    .sp-footer-btn ul li:first-child i {
        color: #e27a41;
    }
    .sp-footer-btn ul li:last-child i {
        color: #8adfd2;
    }
}
@media only screen and (max-width: 640px) {
    .sp-footer-btn {
        bottom: 10px;
    }
    .sp-footer-btn ul {
        max-width: 220px;
    }
    .sp-footer-btn ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .sp-footer-btn ul li:last-child {
        margin-bottom: 0;
    }
}

.contentsTTL {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 10px;
    background-image: url(../img/bg-contents-title.jpg);
    background-position: center center;
    background-size: cover;
}
.contentsTTL h1 {
    text-align: center;
    font-size: 1.875em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0,0,0,0.8);
}
.contentsTTL h1 span {
    display: block;
    font-size: 0.88rem;
    margin-top: 10px;
}
.contentsWrap {padding: 0 10px;}
.contentsBody1 {
    max-width: 960px;
    margin: 0 auto;
}
.contentsBody2 {
    max-width: 1120px;
    margin: 0 auto;
}
.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.col2 .main {
    flex: 1;
    margin-left: 40px;
}
.col2 .localNavi {
    width: 23%;
    min-width: 200px;
}
.col2 .localNavi .subTTL1,
.col2 .localNavi .subTTL2 {
    width: 100%;
    border: 1px solid #999;
}
.col2 .localNavi .subTTL1 {border-bottom: none;}
.col2 .localNavi .subTTL2 {margin-top: -1px;}
.col2 .localNavi .subTTL1 a,
.col2 .localNavi .subTTL2 a {
    background: #eeeeee;
    display: block;
    padding: 10px;
    font-size: 0.94em;
    font-weight: 600;
    color: rgba(0,52,100,1);
}
.col2 .localNavi .subTTL1 a:hover,
.col2 .localNavi .subTTL2 a:hover {
    text-decoration: none;
    background: rgba(60,106,209,1);
    color: #fff;
}
.col2 .localNavi ul {
    border: 1px solid #999;
    border-bottom: none;
}
.col2 .localNavi ul li {
    font-size: 0.9em;
    border-bottom: 1px solid #999;
}
.col2 .localNavi ul li a {
    display: block;
    padding: 10px 10px 10px 23px;
    background-image: url(../img/arrow1.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: 10px center;
}
.col2 .localNavi ul li a:hover {
    text-decoration: none;
    background-color: rgba(198,216,255,0.4);
    color: rgba(0,52,100,1);
}
.headline01 {
    width: 100%;
    font-size: 1.12em;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 14px;
    background-color: rgba(0,52,100,1);
    color: #fff;
}
.marker1 {
    background: linear-gradient(transparent 70%, rgba(198,216,255,0.7) 70%);
}
@media only screen and (max-width: 960px) {
    .col2 .main {margin-left: 20px;}
}
@media only screen and (max-width: 768px) {
    .contentsTTL {padding: 40px 10px;}
    .contentsTTL h1 {font-size: 1.625em;}
    .col2 {flex-direction: column;}
    .col2 .main {flex: none; margin-left: 0; margin-bottom: 20px;}
    .col2 .localNavi {
        width: 100%;
        min-width: auto;
    }
    .col2 .localNavi .subTTL1 a,
    .col2 .localNavi .subTTL2 a {padding: 8px;}
    .col2 .localNavi ul {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #999;
    }
    .col2 .localNavi ul li {width: 50%; font-size: 0.8em;}
    .col2 .localNavi ul li:nth-child(2n+1) {border-right: 1px solid #999;}
    .col2 .localNavi ul li:last-child,
    .col2 .localNavi ul li:nth-last-child(2):nth-child(odd) {border-bottom: none;}
    .col2 .localNavi ul li a {
        padding: 7px 7px 7px 23px;
    }
    .headline01 {
        font-size: 1em;
        padding: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .contentsTTL {padding: 30px 10px;}
    .contentsTTL h1 {font-size: 1.5em; text-shadow: 0 1px 1px rgba(0,0,0,0.8);}
}
@media only screen and (max-width: 480px) {
    .contentsTTL {padding: 24px 10px;}
    .contentsTTL h1 {font-size: 1.25em;}
    .contentsTTL h1 span {font-size: 0.75rem; margin-top: 5px;}
}