@charset "UTF-8";


/* -------------------------------------------
ALL
 ------------------------------------------- */
body {
color: #333;
}
#wrap {
margin: 0 auto;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
line-height: 1.4;
}
a {
color: #333;
}
a.disabled {
pointer-events:none;
opacity: 0.6;
}

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

.bgBlockA01 {
background: #eee url(../img/bg_001.jpg) repeat 0 0;
width: 100%;
}
.bgBlockA02 {
background: #ffedeb;
width: 100%;
}
.bgBlockA03 {
background: #eee;
width: 100%;
}
.txR {
color: #e50011;
font-weight: bold;
}
@media screen and (min-width: 721px) and (max-width: 3000px) { 
.pc {display: none;}
}

@media screen and (min-width: 0px) and (max-width: 720px) { 
.sp {display: none;}
}

/* -------------------------------------------
HEAD
 ------------------------------------------- */
#wrap #header {
display: flex;
margin: 0 auto;
}
#wrap #header #logoA {
width: 140px;
}
#wrap #header nav {
width: calc(100% - 160px);
margin-left: auto;
}
#wrap #header nav .menu-btn {
display: none;
}
#wrap #header nav ul {
display: flex;
justify-content:flex-end;
align-items: center;
}
#wrap #header nav ul li a {
min-height: 86px;
line-height: 81px;
padding: 0 20px 0;
font-weight: bold;
display: flex;
justify-content:center;
align-items:center;
box-sizing: border-box;
position: relative;
}
@media screen and (min-width: 721px) and (max-width: 900px) {
#wrap #header nav ul li:first-child {
display: none;
}
#wrap #header nav ul li a {
padding: 0 8px 0;
border-right: 1px dotted #ccc;
}
}
@media screen and (min-width: 720px) and (max-width: 2000px) { 
#wrap #header nav ul li a.ac {
pointer-events: none;
border-bottom: #EA0000 5px solid;
padding-top: 6px;
min-height: 75px;
line-height: 75px;
}
#wrap #header nav ul li a::after {
background:#EA0000;
content: "";
position: absolute;
left: 0;
bottom: 0;
display: block;
height: 5px;
width: 0;
transition:.3s all;
}
#wrap #header nav ul li a:hover::after {
width: 100%;
}
}
/* --------------------------------------------------- SP */
@media screen and (min-width: 0px) and (max-width: 720px) {
#wrap {
min-width: 320px;
}
#wrap #header {
width: 100%;
background: #fff;
box-shadow: 0 0 3px #ccc;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
#wrap main {
padding-top: 12vw;
}
#wrap #header #logoA {
height: 12vw;
}
#wrap #header #logoA a img {
height: 12vw;
width: auto;
}
#wrap #header nav {
width: calc(100% - 12vw);
margin-left: auto;
}
#wrap #header nav .menu-btn {
position: fixed;
top: 0px;
bottom: 0;
right: 0px;
z-index: 2;
height: 12vw;
line-height: 12vw;
min-width: 12vw;
display: flex;
justify-content: center;
align-items: center;
background: #333;
color: #fff;
font-size: 7vw;
}
#wrap #header nav .menu {
position: fixed;
top: 12vw;
right: 0;
z-index: 1;
width: 280px;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content:flex-start;
background: rgba(51,51,51,0.9);
transform: translateX(300px);
transition: transform .2s linear;
}
#wrap #header nav .menu-item {
width: 100%;
text-align: center;
box-sizing: border-box;
border-bottom: 1px dotted #ddd;
}
#wrap #header nav .menu-item a {
color: #fff;
padding: 10px 20px;
font-size: 16px;
line-height: 32px;
min-height: 32px;
}
#wrap #header nav .menu-item:last-child a {
border-bottom: none;
}
#wrap #header nav .menu.is-active{
transform: translateX(0);
display: flex;
}
}

/* -------------------------------------------
汎用
 ------------------------------------------- */
main section {
width: 1000px;
margin: 0 auto;
}
main section h2 {
padding: 0 25% 40px;
}
main p.txt01 {
font-weight: bold;
text-align: center;
font-size: 143%;
line-height: 1.8;
}
main .plans {
padding: 24px;
background: #fff;
max-width: 512px;
width: 100%;
border: 1px dashed #000;
}
main .plans p {
font-weight: bold;
text-align: center;
font-size: 115%;
line-height: 1.4;
}
main .lineBlock {
background: #fff;
width: 800px;
margin: auto;
padding: 30px;
border-radius: 20px;
}
main .lineBlock dl {
display: flex;
justify-content:space-between;
}
main .lineBlock dl dt {
width: 370px;
line-height: 1.6;
font-weight: bold;
text-align: justify;
}
main .lineBlock dl dt strong {
display: block;
font-size: 122%;
background: #ff3;
margin: 0 0 10px 0;
padding: 3px 8px;
text-align: center;
}
main .lineBlock dl dd.pc {
margin:20px auto 0;
position: relative;
}
main .lineBlock dl dd.pc a {
text-align: center;
display: block;
color: #fff;
background: #00B900;
line-height: 56px;
min-height: 56px;
border-radius:28px;
padding: 0 9vw;
font-weight: bold;
}
main .lineBlock dl dd.pc a:before {
content: "";
position: absolute;
top: 24px;
right: 3vw;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 7px;
border-color: transparent transparent transparent #ffffff;
}


main ul.listBlock {
display: flex;
justify-content:space-between;
}
main .listBlock li {
position: relative;
width: calc((100% - 40px) / 3);
}
main .listBlock li span.img01 {
display: block;
border-radius: 50px;
height: 226px;
overflow: hidden;
}
main .listBlock li span.img01 img {
height: 100%;
width: auto;
}
main .listBlock li a span.img01:hover {
border-radius: 0px;
transition: 0.4s ease-in-out;
}
main .listBlock li span.icon01 {
position: absolute;
width: 64px;
height: 64px;
line-height: 1.4;
border-radius: 50%;
top:-22px;
right: 0px;
background: #0049a7;
color: #fff;
display: flex;
align-items:center;
justify-content:center;
text-align: center;
}

main .btnA01 a {
text-align: center;
margin: 20px auto;
display: block;
color: #fff;
background: #f94841;
line-height: 64px;
min-height: 64px;
border-radius:32px;
max-width: 420px;
font-size: 150%;
letter-spacing: 2px;
}
main .listBlock li span.btn01 a {
margin: 20px 36px 0 36px;
display: block;
color: #fff;
background: #f94841;
line-height: 50px;
min-height: 50px;
border-radius: 25px;
font-size: 129%;
text-align: center;
}
main .btnA01 a:hover,
main .listBlock li span.btn01 a:hover {
background: #ff918c;
transition: 0.4s ease;
}
main ul.imgList {
display: flex;
justify-content:space-between;
}
main ul.imgList li {
width: calc((100% - 20px) / 2);
}

main .ftrTopBlock  {
padding: 38px 0 42px;
width: 90%;
margin: auto;
}
main .ftrTopBlock .plans {
margin: 0 auto 40px;
}


@media screen and (min-width: 0px) and (max-width:720px) {
main section h2 {
padding: 0 20px 20px 0;
}
main ul.listBlock {
flex-direction:column;
}
main .listBlock li {
width: 100%;
min-height: 0%;
}
main .listBlock li:not(:last-child) {
margin: 0 0 30px 0;
}
main .listBlock li span.img01 {
height: auto;
}
main .listBlock li span.img01 img {
height: auto;
width: 100%;
}
main .btnA01 a {
text-align: center;
margin: 20px auto;
display: block;
color: #fff;
background: #f94841;
line-height: 64px;
min-height: 64px;
border-radius:32px;
max-width: 90%;
font-size: 140%;
letter-spacing: 1px;
}
}
@media screen and (min-width: 0px) and (max-width:820px) {
main .lineBlock {
width: 100%;
margin: auto;
padding: 20px;
}
main .lineBlock dl dt strong {
display: block;
font-size: 118%;
background: #ff3;
margin: 0 0 10px 0;
padding: 3px 3px;
text-align: center;
}
main .lineBlock dl {
display: flex;
justify-content:space-between;
flex-direction:column;
}
main .lineBlock dl dt {
width: 100%;
}
main .lineBlock dl dd {
margin: 10px auto 0;
}
}
@media screen and (min-width: 0px) and (max-width:990px) {
main section {
width: 90%;
margin: 0 auto;
}
}

/* ------------------------------------------- 
FOOTER
 ------------------------------------------- */
#wrap #footer {
background: #eee;
width: 100%;
text-align: center;
}
#wrap #footer #contact {
padding: 30px 0 30px;
}
#wrap #footer #contact h4 {
margin: 0 0 10px 0;
}
#wrap #footer #contact h4,
#wrap #footer #contact address {
font-size: 129%;
font-weight: bold;
letter-spacing: 0.1em;
}
#wrap #footer #contact address a {
cursor:default;
}
#wrap #footer #contact ul {
margin: 20px 0 0 0;
}
#wrap #footer #contact ul li {
line-height: 1.8;
}
#wrap #footer #contact ul li a {
text-decoration: underline;
}
#wrap #footer #contact ul li a:hover {
text-decoration: none;
}
#wrap #footer #footerLogo {
background: #fff;
padding: 30px;
}
#wrap #footer #footerLogo #logoB {
width: 210px;
margin:0 auto 30px;
}
@media screen and (min-width: 0px) and (max-width: 720px) {
#wrap #footer #contact address {
line-height: 1.6;
}
#wrap #footer #contact address a {
display: block;
width: 12em;
margin: auto;
}
}
