url(//use.fontawesome.com/releases/v5.8.1/css/all.css);

@import 

@charset "UTF-8";

/* CSS Document */

/* Author: H.Nakazawa */

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

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

caption,
th {
    text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 750px) {
    .pc_only {
        display: none;
    }
}

@media screen and (min-width: 750px) {
    .sp_only {
        display: none;
    }
    .sp_only img {
        width: 100%;
    }
}


/*-------------------------------
Base
-------------------------------*/

a img {
    border: 0;
}

a img:hover{
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -o-filter: saturate(200%);
    -ms-filter: saturate(200%);
    filter: saturate(200%);
}

.clear {
    clear: both;
}

body {
    font-family: "メイリオ", meiryo, Arial, Helvetica!important;
    color: #333333;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #333333;
        min-width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

    img {
        max-width: 100%;
        overflow: hidden;
    }
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover,
a:active {
    color: #fff;
    text-decoration: underline;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0px;
}

p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    margin: 0 0 25px 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    p {
        font-size: 14px;
        line-height: 1.8em;
        text-align: justify;
        margin: 0 0 16px 0;
        padding: 0;
    }
}

p.small {
    font-size: 10px;
    line-height: 1.8em;
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0;
}

strong {
    font-weight: bold;
    font-size: 110%;
}

.larg {
    font-weight: bold;
    font-size: 32px;
    line-height:1.6em;
}

.larg-red {
    color: #fa098b;
    font-weight: bold;
    font-size: 32px;
    line-height:1.6em;
}

.larg-red-02 {
    color: #fa098b;
    font-weight: bold;
    line-height:1.6em;
}

.blk_l {
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 1px;
    border-bottom: solid 2px #333333;
}

.blk2 {
    font-weight: bold;
    font-size: 120%;
    text-decoration: underline;
}

.blue {
    color: #009fe4;
    font-weight: bold;
    font-size: 58px;
    text-align: center;
    line-height:1.6em;
}

@media screen and (max-width: 640px) {
    .larg {
        font-weight: bold;
        font-size: 20px;
        line-height:1.4em;
    }

    .larg-red {
        color: #d2135c;
        font-weight: bold;
        font-size: 20px;
        line-height:1.4em;
    }
	.larg-red-02 {
        color: #d2135c;
        font-weight: bold;
        line-height:1.4em;
    }

    .blk_l {
        font-weight: bold;
        font-size: 110%;
        padding-bottom: 1px;
        border-bottom: solid 2px #333333;
    }

    .blk2 {
        font-weight: bold;
        font-size: 120%;
        text-decoration: underline;
    }

    .blue {
        color: #009fe4;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        line-height:1.4em;
    }
}


/*-------------------------------
Contents
-------------------------------*/

#wrapper {
    padding: 0;
    margin: 0 auto;
}

.contents {
    width: 980px;
    margin: 0 auto 0 auto;
}

.contents h1{
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.contents_c {
    width: 980px;
    text-align: center;
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 640px) {
    .contents {
        width: 100%;
        min-width: 100%;
        padding: 0 10px 0 10px;
    }
    
    .contents_c {
        width: 100%;
        min-width: 100%;
        text-align: center;
        padding: 0 10px 0 10px;
    }
}


#key {
    width: 100%;
    height: 711px;
	text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
    background: #eef4f6 url(../images/key.jpg) no-repeat center top;
}

#key2 {
    text-align: center;
    padding: 0;
    margin-bottom: 80px;
    background: url('../images/h2_bg.png') repeat 0 0;
}

@media screen and (max-width: 640px) {
    #key {
        width: 100%;
        height: auto;
        text-align: center;
        text-indent: 0px;
        padding: 0;
        margin: 0 auto 0 auto;
        background:#fff;
    }
    
    #key2 {
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
        background: url('../images/h2_bg.png') repeat 0 0;
    }
}


h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height:1.2em;
    padding: 0;
    margin: 0;
}

.h2bg {
    padding: 38px 0 32px 0;
    margin-bottom: 48px;
    background: url('../images/h2_bg.png') repeat 0 0;
    border-top: solid 6px #fa098b;
	border-bottom: solid 6px #fa098b;
}

@media screen and (max-width: 640px) {
    h2 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height:1.2em;
        padding: 0;
        margin: 0;
    }

    .h2bg {
        padding: 16px 10px 12px 10px;
        margin-bottom: 25px;
        background: url('../images/h2_bg.png') repeat 0 0;
        border-top: solid 4px #fa098b;
    }
}

.phrgt {
    float: right;
    margin: 0 0 20px 40px;
}

@media screen and (max-width: 640px) {
    .phrgt {
        float: right;
        width: 150px;
        margin: 0 0 20px 20px;
    }
    
    .phrgt img {
        width: 150px;
        height: auto;
    }
}

.box01 {
    width: 100%;
    border: solid 1px #009fe4;
    margin: 0 0 60px 0;
    padding: 40px 25px 25px 35px;
    background: #eef4f6;
}

ul li {
    color: #333;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 16px;
}

ul li.none {
    color: #333;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 16px;
}

ul.check li:before {
        font-family: "Font Awesome 5 Free";
    content: "\f058";
        font-weight: bold;
    font-size: 140%;
    padding-right: 6px;
    color: #d2135c;
}

@media screen and (max-width: 640px) {
    .box01 {
        width: 100%;
        border: solid 1px #009fe4;
        margin: 0 0 40px 0;
        padding: 20px 20px 0 20px;
        background: #eef4f6;
    }

    ul li {
        color: #333;
        font-size: 100%;
        font-weight: bold;
        line-height: 1.3em;
        padding-bottom: 16px;
    }

    ul li.none {
        color: #333;
        font-size: 100%;
        font-weight: bold;
        line-height: 1.3em;
        padding-bottom: 16px;
    }

    ul.check li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-weight: bold;
        font-size: 100%;
        padding-right: 4px;
        color: #d2135c;
    }
}

.box2ttl {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box02 {
    width: 100%;
    box-sizing:border-box;
    margin: 0 0 40px 0;
    padding: 0;
    background: #eef4f6;
}

.box02 p {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    margin: 0;
    padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 640px) {
    .box02 {
        width: 100%;
        box-sizing:border-box;
        margin: 0 0 20px 0;
        padding: 0;
        background: #e4f6f4;
    }

    .box02 p {
        font-size: 16px;
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
        padding: 10px 20px 20px 20px;
    }
}

table#table01 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    border-collapse: collapse;
    border: solid 1px #bdbdbd;
}

table#table01 th {
    font-size: 16px;
    font-weight: bold;
    line-height:1.8em;
    text-align: center;
    padding: 20px;
    vertical-align: top;
}
table#table01 th.th02 {
    background: #fff;
    border-bottom: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
}
table#table01 th.th03 {
    background: #eef4f6;
    border-bottom: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
}


table#table01 td {
    font-size: 16px;
    line-height:1.8em;
    padding: 20px;
    vertical-align: top;
}
table#table01 td.td01 {
    width: 11em;
    font-weight:bold;
    vertical-align: middle;
    background: #f7fcfb;
    border-bottom: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
}
table#table01 td.td02 {
    background: #fff;
    border-bottom: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
}
table#table01 td.td03 {
    background: #eef4f6;
    border-bottom: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
}

table#table01 td.td02 .ttl {
    color: #1b64c8;
    font-size: 21px;
    font-weight: bold;
    line-height:1.4em;
    margin-bottom: 5px;
}
table#table01 td.td03 .ttl {
    color: #d2135c;
    font-size: 21px;
    font-weight: bold;
    line-height:1.4em;
    margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
    table#table01 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 40px;
        border-collapse: collapse;
        border: none;
    }

    table#table01 th {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height:1.6em;
        text-align: center;
        padding: 5px;
        vertical-align: middle;
        border: none;
    }
    table#table01 th.th02 {
        border: none;
        background: #aaa;
        padding-bottom: 
    }
    table#table01 th.th03 {
        border: none;
        background: #009fe4;
    }
    
    table#table01 td {
        font-size: 13px;
        line-height:1.8em;
        padding: 8px 0 8px 12px;
        vertical-align: top;
        border: none;
    }
    
    table#table01 td.td01 {
        width: 5em;
        font-size: 18px;
        font-weight:bold;
        vertical-align: middle;
        background: #fa098b;
        border-top: solid 25px #fff;
        border-bottom: solid 10px #fff;
    }
    table#table01 td.td02 {
        background: #fff;
        border: none;
    }
    table#table01 td.td03 {
        background: #fff;
        border: none;
    }
    
    table#table01 td.td02 .ttl {
        color: #1b64c8;
        font-size: 18px;
        font-weight: bold;
        line-height:1.4em;
        margin-bottom: 5px;
        border: none;
    }
    table#table01 td.td03 .ttl {
        color: #d2135c;
        font-size: 18px;
        font-weight: bold;
        line-height:1.4em;
        margin-bottom: 5px;
        border: none;
    }
    table#table01 td.line2 {
        padding: 10px 0 10px 0;
        border-top: none;
    }
    table#table01 td.line2 .line3 {
        height: 1px;
        border-top: dotted 1px #bdbdbd;
    }
}

.box03ttl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.box03 {
    width: 100%;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    box-sizing:border-box;
    margin: 0 0 25px 0;
    padding: 40px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    border-left: solid 6px #01ad8e;
    border-right: solid 6px #01ad8e;
    border-bottom: solid 6px #01ad8e;
    background: #e4f6f4;
}

@media screen and (max-width: 640px) {
    .box03 {
        width: 100%;
        font-size: 14px;
        line-height: 1.8em;
        text-align: justify;
        box-sizing:border-box;
        margin: 0 0 15px 0;
        padding: 15px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: solid 6px #01ad8e;
        border-right: solid 6px #01ad8e;
        border-bottom: solid 6px #01ad8e;
        background: #e4f6f4;
    }
}

.box04 {
    width: 100%;
    border: solid 1px #009fe4;
    margin: 0 0 40px 0;
    padding: 40px 25px 25px 35px;
    background: #eef4f6;
}

.box04 .sns {
    float: left;
    margin: 0 28px 20px 0;
}

.box04 .txt01 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height:1em;
    padding: 10px 0 7px 15px;
    margin: 5px 0 22px 225px;
    background: #009fe4;
}

.box04 .txt02 {
    font-size: 40px;
    font-weight: bold;
    line-height:1em;
    margin: 0 0 14px 0;
}

.box04 .txt03 {
    color: #fa0093;
    font-size: 20px;
    font-weight: bold;
    line-height:1em;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 640px) {
    .box04 {
        width: 100%;
        border: solid 1px #009fe4;
        margin: 0 0 15px 0;
        padding: 20px 15px 0px 15px;
        background: #eef4f6;
    }

    .box04 .sns {
        float: left;
        width: 60px;
        margin: 0 28px 20px 0;
    }
    
    .box04 .sns img {
        width: 100%;
    }

    .box04 .txt01 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height:1em;
        padding: 10px 0 7px 15px;
        margin: 14px 0 18px 70px;
        background: #009fe4;
    }

    .box04 .txt02 {
        clear: both;
        font-size: 24px;
        font-weight: bold;
        line-height:1em;
        margin: 0 0 10px 0;
    }

    .box04 .txt03 {
        color: #666;
        font-size: 16px;
        font-weight: bold;
        line-height:1em;
        margin: 0 0 10px 0;
    }

}

.present {
    margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
    .present {
        margin-bottom: 20px;
    }

}

.box04 .sns2 {
    float: left;
    margin: 0 28px 60px 0;
}

.box04 .sns2 img {
    width: 300px;
    height: auto;
}

.t1 {
	width:100%;
	border-collapse:  collapse;
}
.t1 th {
	width: 30%;
	line-height:1.8em;
	padding:10px;
	/*vertical-align:bottom;*/
	background-color: #f8f8f8;
	border: solid 1px;
}

.t1 td {
	line-height:1.8em;
	padding:10px;
	/*vertical-align:bottom;*/
	border: solid 1px;
}

.mf-01{
	height:40px;
	width:60%;
	/* box-shadow */
	box-shadow:0px 0px 4px 0px #e8e8e8 inset;

	/* border-radius */
	border-radius:1px;

	/* border */
	border:1px solid #cfcbcb;

	/* react native */
	shadowColor:"#e8e8e8",
	shadowOffset:{width:0,height:0},
	shadowOpacity:1,
	shadowRadius:4,
	borderWidth:1,
	borderColor:"#cfcbcb",
	borderRadius:1
}
	
.mf-02{
	height:40px;
	width:80%;
	/* box-shadow */
	box-shadow:0px 0px 4px 0px #e8e8e8 inset;

	/* border-radius */
	border-radius:1px;

	/* border */
	border:1px solid #cfcbcb;

	/* react native */
	shadowColor:"#e8e8e8",
	shadowOffset:{width:0,height:0},
	shadowOpacity:1,
	shadowRadius:4,
	borderWidth:1,
	borderColor:"#cfcbcb",
	borderRadius:1
}

.mf-03{
	height:40px;
	width:100%;
	/* box-shadow */
	box-shadow:0px 0px 4px 0px #e8e8e8 inset;

	/* border-radius */
	border-radius:1px;

	/* border */
	border:1px solid #cfcbcb;

	/* react native */
	shadowColor:"#e8e8e8",
	shadowOffset:{width:0,height:0},
	shadowOpacity:1,
	shadowRadius:4,
	borderWidth:1,
	borderColor:"#cfcbcb",
	borderRadius:1
}

.entry_submit {
    width: 800px;
    height: 120px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    cursor: pointer;
    margin: auto;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../images/btn.png) center top no-repeat;
    overflow: hidden;
}

.entry_submit:hover {
    width: 800px;
    height: 120px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    cursor: pointer;
    margin: auto;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../images/btn.png) center bottom no-repeat;
    overflow: hidden;
}

.entry_submit_sp {
    width: 398px;
    height: 59px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    cursor: pointer;
    margin: auto;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../images/btn_sp.png) center top no-repeat;
    overflow: hidden;
}

.entry_submit_sp:hover {
    width: 398px;
    height: 59px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    cursor: pointer;
    margin: auto;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: url(../images/btn_sp.png) center bottom no-repeat;
    overflow: hidden;
}

.mark{
	color: #E32E31;
}
@media screen and (max-width: 640px) {
    .box04 .sns2 {
        float: none;
        width: 200px;
        margin: 0 auto 16px auto;
    }

    .box04 .sns2 img {
        width: 200px;
        height: auto;
    }
}

.box05 {
    width: 100%;
    border: solid 4px #009fe4;
    margin: 0 0 40px 0;
    padding: 60px 0 60px 0;
    background: #fff;
}

@media screen and (max-width: 640px) {
    .box05 {
        width: 100%;
        border: solid 2px #009fe4;
        margin: 0 0 20px 0;
        padding: 20px 10px 20px 10px;
        background: #fff;
    }
}

.box06 {
    line-height:1.8em;
    margin: 0 0 45px 0;
    padding: 40px 80px 45px 80px;
    background: #fff;
    border: solid 2px #977f1e;
}

.faq_q {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.fab {
    font-size: 21px;
    padding-right: 5px;
        color: #e4003b;
}

.faq_a:before {
        font-family: "Font Awesome 5 Free";
    content: "\f031";
    font-size: 21px;
    font-weight: 400;
    padding-right: 5px;
    color: #0a75c4;
}

.line {
    height: 1px;
    border-bottom: dotted 1px #c2c2c2;
    margin-bottom: 45px;
    padding-top: 20px;
}

@media screen and (max-width: 640px) {
    .box06 {
        font-size: 14px;
        line-height:1.8em;
        margin: 0 0 25px 0;
        padding: 20px 20px 20px 20px;
        background: #fff;
        border: solid 2px #977f1e;
    }

.faq_q {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.fab {
    font-size: 18px;
    padding-right: 5px;
        color: #e4003b;
}

    .faq_a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f031";
        font-size: 18px;
	font-weight: 400;
        padding-right: 5px;
        color: #0a75c4;
    }

    .line {
        height: 1px;
        border-bottom: dotted 1px #c2c2c2;
        margin-bottom: 25px;
        padding-top: 10px;
    }
}


/*----------------------------
Footer
-----------------------------*/

#footer {
    clear: both;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 25px 0 25px 0;
    margin: 80px 0 0 0;
    background: #0ca1d9;
}

#footer .navi {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding:;
}

#footer p.copyright {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
    #footer {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 15px 10px 10px 10px;
        margin: 20px 0 0 0;
        background: #0ca1d9;
    }
    
    #footer .navi {
        font-size: 12px;
        margin: 0 0 8px 0;
        padding:;

    #footer p.copyright {
        color: #fff;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        letter-spacing: 0em;
        text-align: center;
        margin: 0 auto 0 auto;
        padding-top: 15px;
    }
}