@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* CSS Document */
*{ margin:0; padding:0; box-sizing:border-box; word-break:break-all;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ul,ol{ list-style:none;}
html,body {
margin:0 auto;
padding:0;
font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;
font-size:20px;
font-weight: 500;
text-align:left;
color:#333;
background: url("../images/bg.jpg") center center fixed;
background-size: cover;
min-width:840px;
}
@media screen and (max-width:840px){
html,body{ font-size:4vw; min-width:240px; max-width:840px;}
}

/*img*/
img{ border-style:none; vertical-align:bottom; padding:0; line-height:0em; max-width:100%; height:auto;}
figure{margin:0 auto; text-align:center;}
figure.img{ margin: 30px auto;}
figure.img:first-child{ margin-top: 0;}
figure.img:last-child{ margin-bottom: 0;}
figure.img img{ margin: 0 auto; padding:8px; background:#fff; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
@media screen and (max-width:840px){
figure.img img{ padding: 0.75vw;}
}


/*txt*/
p{ text-align: justify; line-height:1.75em; margin:0 0 1em; padding:0;}
p:last-child{ margin:0;}
strong{ font-weight:bold;}
.bold { font-weight:bold;}
.normal{ font-weight:normal;}
.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}

.white{ color:#fff;}
.black{ color:#333;}
.gy{ color:#aaa;}
.red{ color:#e6073d;}
.blue{ color:#326496;}
.bg_y{ background: linear-gradient(to bottom, rgba(250,240,120,0) 0%, rgba(250,240,120,0) 50%, rgba(250,240,120,0.5) 51%, rgba(250,240,120,0.5) 100%);}

.left{ text-align:left;}
.right{ text-align:right;}
.center{ text-align:center;}

/*link*/
a{ color:inherit; text-decoration:none;}
a:hover{}
.opa{ transition: opacity 0.3s;}
.opa:hover{ opacity: 0.7;}



/*ヘッダー*/
header{ text-align: center; padding: 30px 45px 0;}
header h1{ display: flex; align-items: center; justify-content: center; background: #e6073d; color: #fff; text-align: center; font-size: 2.5rem; padding: 0.33em; border: 10px double #fff;}
header h2{ color: #e6073d; font-size: 1.5rem; line-height: 1.5em; letter-spacing: 0; padding: 0.5em 0 0.66em; border-top: 6px double #e6073d; border-bottom: 6px double #e6073d;}
@media screen and (max-width:840px){
header{ padding: 7.5% 3.75% 0;}
header h1{ font-size: 1.75rem; border-width: 1.25vw;}
header h2{ font-size: 1.1rem; border-width: 1.25vw;}
}

/*フッター*/
footer{ margin-top: 60px;}
footer p{ background: #000; color: #fff; text-align: center; font-size: 0.66rem; padding: 0.75em;}
@media screen and (max-width:840px){
footer{ margin-top: 10%;}
}

/*メイン*/
#content{ margin: auto; max-width: 840px; background: #fff; overflow:hidden; box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px 5px;}
section{ width:100%; margin:80px auto;}
.maincontent{ padding:0; margin:0 auto; width:750px;}
@media screen and (max-width:840px){
#content{ max-width: 100%;}
section{ margin:15% auto;}
.maincontent{ padding:0; margin:0 auto; width:92.5%;}
}

/*tit*/
h1,h2,h3,h4,h5,h6{ line-height: 1.33em; letter-spacing: 0.1em;}
h2.tit_h2{ background: #2e4b1b; color: #fff; text-align: center; padding: 0.75em 0.25em; font-size: 1.75rem; margin-bottom: 30px; border-top: 8px double #fff; border-bottom: 8px double #fff;}
@media screen and (max-width:840px){
h1,h2,h3,h4,h5,h6{ letter-spacing: 0.05em;}
h2.tit_h2{ padding: 0.66em 0.25em 0.75em; font-size: 1.4rem; margin-bottom: 5%; border-top: 1.25vw double #fff; border-bottom: 1.25vw double #fff;}
}

/*btn*/
figure.btn{ margin: 40px auto;}
figure.btn a{ display: flex; align-items: center; justify-content: center; background: #00B900; color: #fff; font-size: 2rem; font-weight: bold; line-height: 1.25em; letter-spacing: 0.1em; padding: 0.5em; border-radius: 20px; margin: 0 2.5vw; box-shadow:rgba(0, 0, 0, 0.25) 0 0 5px 2px; transition: 0.3s;}
figure.btn a:after{ content: ""; width: 100%; height: 50%; background: rgba(255,255,255,0.1); position: absolute; left: 0; top: 0; border-radius: 20px 20px 0 0;}
figure.btn a:hover{ opacity: 0.7;}
figure.btn a i{ font-size: 4rem; margin-right: 0.25em;}
figure.btn a strong{ font-weight: 900;}
@media screen and (max-width:840px){
figure.btn{ margin: 10% auto;}
figure.btn a{ font-size: 1.5rem; line-height: 1.5em; letter-spacing: 0.05em; padding: 0.33em 0 0.5em; border-radius: 2.5vw;}
figure.btn a:after{ border-radius: 2.5vw 2.5vw 0 0;}
figure.btn a i{ font-size: 2rem; margin-right: 0.25em;}
}

figure.btn a{ animation: btn linear 1.0s alternate infinite;}
@keyframes btn{
0%{ transform: translateX(-1.25vw);}
100%{ transform: translateX(1.25vw);}
}



/*txt*/
p.txt{ font-size: 1rem;}
p.txt strong{ font-size: 1.2rem;}
p.message{ text-align: center; font-size: 1.5rem;}
@media screen and (max-width:840px){
p.txt strong{ font-size: 1.1rem;}
p.message{ font-size: 1.1rem;}
}



/*list*/
.list{ border: 10px double #326496; padding: 20px; margin: 30px auto;}
.list ul li{ font-size: 1.25rem; letter-spacing: 0.1em; line-height: 1.5em; padding: 0.5em 0.5em 0.5em 1.75em; border-bottom: 2px dotted #333; position: relative;}
.list ul li:first-child{ border-top: 2px dotted #333;}
.list ul li i{ color: #326496; line-height: 1.5em; position: absolute; left: 0.5em; top: 0.5em;}
@media screen and (max-width:840px){
.list{ border-width: 1.25vw; padding: 2.5%; margin: 5% auto;}
.list ul li{ font-size: 1.1rem; letter-spacing: 0em;}
}






@media print, screen and (min-width:841px){
.smp{ display:none !important;}
}
@media screen and (max-width:840px){
.pc{ display:none !important;}
}
