@charset "UTF-8";


/* mainimg
------------------------------------------------- */
.mainimg {
    width: 100%;
    height: 46.875em;
    background: url("../img/top/mainimg2.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 16.25em;
}
.mainimg h1 {
    color: #fff;
    font-weight: 700;
    padding: 8em 0 1em;
}
.mainimg h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.285;
    padding-bottom: 0.2em;
}
.mainimg .btn a {
    display: block;
    width: 11.25em;
    line-height: 3.375;
    text-align: center;
    font-weight: 700;
    color: #ED0000;
    background-color: #fff;
    border-radius: 0.75em;
}
.mainimg .scroll {
    width: 100%;
    height: 6.25em;
    padding-left: 2.5em;
    background-color: #ED0000;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -19.75em;
    bottom: -3.125em;
    box-sizing: border-box;
}
.mainimg .scroll p {
    color: #fff;
    font-weight: 200;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22Oval%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') left 0.35em no-repeat;
    background-size: 0.65em auto;
    padding-left: 1.35em;
    line-height: 1;
}
@media only screen and (max-width:750px){
.mainimg {
    height: 85vw;
    margin-bottom: 25vw;
}
.mainimg h1 {
    padding: 6em 0 1em;
}
.mainimg h2 {
    font-size: 7.2vw;
    padding-bottom: 0.75em;
}
.mainimg .btn a {
    font-size: 4.266vw;
    line-height: 3;
}
.mainimg .scroll {
    height: 4em;
    padding-left: 2.5em;
    left: 25%;
    margin-left: 0;
    bottom: -2em;
}
.mainimg .scroll p {
    font-size: 5vw;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding-bottom: 11.5em;
}
.cont1 .sec {
    height: 35.625em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cont1 .sec .con {
    width: 56.5%;
}
.cont1 .sec .con .headline1 {
    text-align: left;
}
.cont1 .sec .con ul li {
    border-left: 0.3125em solid #ED0000;
    padding-left: 1.25em;
    margin-bottom: 2.5em;
}
.cont1 .sec .con ul li h4 {
    line-height: 1.3;
}
.cont1 .sec .con ul li p {
    line-height: 1.375;
    color: #939393;
}
.cont1 .sec .photo {
    width: 47.5%;
    height: 35.625em;
    background: url("../img/top/photo1.jpg") right center no-repeat;
    background-size: cover;
    position: absolute;
    left: -7.5em;
}
@media only screen and (max-width:750px){
.cont1 {
    padding-bottom: 25vw;
}
.cont1 .sec {
    height: auto;
    display: block;
}
.cont1 .sec .con {
    width: 100%;
}
.cont1 .sec .con .headline1 {
    text-align: center;
    padding-bottom: 1.5em;
}
.cont1 .sec .con ul li h4 {
    font-size: 5.8vw;
    padding-bottom: 0.5em;
}
.cont1 .sec .photo {
    width: 100%;
    height: 86.66vw;
    position: static;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 10em;
    position: relative;
}
.cont2 .photo {
    width: 100%;
    height: 41.375em;
    background: url("../img/top/photo3.jpg") center center no-repeat;
    background-size: cover;
    margin: 23em 0;
}
.cont2 .box {
    width: 50.625em;
    height: 30em;
    background-color: #fff;
    padding: 4.2em 5.5em 0;
    box-sizing: border-box;
    position: absolute;
}
.cont2 .box.box1 {
    right: 50%;
    margin-right: -5.5em;
    top: 9em;
}
.cont2 .box.box2 {
    left: 50%;
    margin-left: -5.5em;
    bottom: 10em;
}
.cont2 .box h4 {
    line-height: 1.36;
    font-weight: 700;
    padding-bottom: 0.5em;
}
.cont2 .box h4 span {
    display: block;
    color: #ED0000;
    padding-bottom: 1.5em;
}
@media only screen and (max-width:1440px){
.cont2 .box.box1 {
    right: auto;
    left: 0;
    margin-right: 0;
}
.cont2 .box.box2 {
    left: auto;
    right: 0;
    margin-left: 0;
}
}
@media only screen and (max-width:750px){
.cont2 {
    padding-bottom: 25vw;
}
.cont2 .photo {
    width: 100%;
    height: 60vw;
    background: url("../img/top/photo3.jpg") center center no-repeat;
    background-size: cover;
    margin: 0;
}
.cont2 .box {
    width: 100%;
    height: auto;
    padding: 2em 2em 1em;
    position: static;
}
.cont2 .box.box1 {
    margin-right: 0;
}
.cont2 .box.box2 {
    margin-left: 0;
}
.cont2 .box h4 {
    font-size: 6vw;
}
.cont2 .box h4 span {
    font-size: 4.8vw;
    padding-bottom: 0.5em;
}
}


/* cont3
------------------------------------------------- */
.cont3 {
    padding-bottom: 7.5em;
}
.cont3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2em;
}
.cont3 ul li {
    width: 33.3333%;
    height: 23.5em;
    border: 1px solid #fff;
    padding: 11em 3em 0;
    color: #fff;
    box-sizing: border-box;
}
.cont3 ul li:nth-child(1) {
    background: url("../img/top/icon1.png") 3em 3.45em no-repeat #ED0000;
    background-size: 3.4375em auto;
}
.cont3 ul li:nth-child(2) {
    background: url("../img/top/icon2.png") 3em 3.45em no-repeat #ED0000;
    background-size: 4.75em auto;
}
.cont3 ul li:nth-child(3) {
    background: url("../img/top/icon3.png") 3em 3.45em no-repeat #ED0000;
    background-size: 4.65625em auto;
}
.cont3 ul li:nth-child(4) {
    height: 25em;
    background: url("../img/top/icon4.png") 3em 3.45em no-repeat #ED0000;
    background-size: 6.25em auto;
}
.cont3 ul li:nth-child(5) {
    height: 25em;
    background: url("../img/top/icon5.png") 3em 3.45em no-repeat #ED0000;
    background-size: 4.46875em auto;
}
.cont3 ul li:nth-child(6) {
    height: 25em;
    background: url("../img/top/icon6.png") 3em 3.45em no-repeat #ED0000;
    background-size: 5.28125em auto;
}
.cont3 ul li h4 {
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}
.cont3 ul li p {
    line-height: 1.5;
    padding-top: 0.75em;
}
@media only screen and (max-width:750px){
.cont3 {
    padding-bottom: 25vw;
}
.cont3 .inner {
    width: 100%;
}
.cont3 ul {
    padding-top: 0;
}
.cont3 ul li {
    width: 100%;
    height: auto;
    padding: 7em 10vw 7vw;
    border: none;
    border-bottom: 1px solid #fff;
}
.cont3 ul li:nth-child(1),
.cont3 ul li:nth-child(2),
.cont3 ul li:nth-child(3),
.cont3 ul li:nth-child(4),
.cont3 ul li:nth-child(5),
.cont3 ul li:nth-child(6) {
    height: auto;
    background-position: center 6vw;
}
.cont3 ul li h4 {
    font-size: 5.8vw;
    white-space: normal;
}
.cont3 ul li p {
    padding-top: 1em;
}
}


/* cont4
------------------------------------------------- */
.cont4 {
    padding-bottom: 7.5em;
}
.cont4 .txt {
    text-align: center;
    padding-bottom: 2em;
}
.cont4 table {
    width: 42em;
    margin: 0 auto;
    text-align: center;
}
.cont4 table th {
    font-weight: 400;
    padding: 0.25em;
    border: 1px solid #DDDDDD;
    border-radius: 0.35em;
}
.cont4 table td {
    font-weight: 700;
    padding: 0.25em;
    border: 1px solid #DDDDDD;
    border-radius: 0.35em;
}
.cont4 table td:first-child {
    width: 40%;
}
.cont4 table td span {
    font-weight: 400;
}
.cont4 .note {
    width: 84em;
    margin: 1.5em auto 3em;
    color: #939393;
}
.cont4 .btn a {
    display: block;
    width: 25.5em;
    line-height: 3.25;
    margin: 0 auto;
    background-color: #ED0000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0.65em;
}
@media only screen and (max-width:750px){
.cont4 {
    padding-bottom: 25vw;
}
.cont4 .txt {
    text-align: left;
    line-height: 1.5;
}
.cont4 table {
    width: 100%;
}
.cont4 table td {
    font-size: 4.5vw;
    vertical-align: middle;
}
.cont4 table td:first-child {
    width: 50%;
}
.cont4 table td span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.35;
    padding: 0.5em 0;
}
.cont4 .note {
    font-size: 3vw;
    width: 100%;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
}
.cont4 .btn a {
    font-size: 4.266vw;
    width: 100%;
}
}


/* cont5
------------------------------------------------- */
.cont5 {
    background-color: #F5F5F5;
    padding: 5em 0 2em;
    margin-bottom: 8em;
    text-align: center;
}
.cont5 h4 {
    font-weight: 700;
    padding-bottom: 1em;
}
.cont5 ul {
    display: flex;
    flex-wrap: wrap;
}
.cont5 ul li {
    width: 31.55%;
    height: 20.625em;
    margin: 0 2.675% 2em 0;
    background-color: #fff;
    border-radius: 1em;
    position: relative;
    box-sizing: border-box;
}
.cont5 ul li::before {
    content: '';
    width: 10.75em;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    left: 50%;
    margin-left: -5.375em;
    bottom: 7.375em;
}
.cont5 ul li:nth-child(3n) {
    margin-right: 0;
}
.cont5 ul li:nth-child(7),
.cont5 ul li:nth-child(8) {
    height: 23.125em;
}
.cont5 ul li h5 {
    width: 100%;
    font-weight: 700;
    line-height: 1.285;
    position: absolute;
    top: 1.15em;
}
.cont5 ul li .cover {
    max-width: 19.625em;
    margin: 7em auto 0;
    display: flex;
    justify-content: center;
}
.cont5 ul li:nth-child(7) .cover,
.cont5 ul li:nth-child(8) .cover {
    margin: 10em auto 0;
}
.cont5 ul li ul {
    display: block;
}
.cont5 ul li ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}
.cont5 ul li ul li::before {
    content: '・';
    width: auto;
    height: auto;
    position: static !important;
    margin: 0;
    background-color: #fff;
}
.cont5 ul li .btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.85em;
}
.cont5 ul li .btn a {
    display: block;
    width: 11.5em;
    line-height: 3.25;
    border: 1px solid #ED0000;
    border-radius: 0.65em;
    text-align: center;
    font-weight: 700;
    color: #ED0000;
    margin: 0 auto;
}
@media only screen and (max-width:750px){
.cont5 {
    padding: 15vw 0 25vw;
}
.cont5 h4 {
    font-size: 7vw;
    padding-bottom: 1em;
}
.cont5 ul {
    display: block;
}
.cont5 ul li {
    width: 100%;
    height: auto;
    margin: 0 0 8vw;
    padding: 2em 0.5em;
    box-sizing: border-box;
}
.cont5 ul li::before {
    bottom: 25vw;
}
.cont5 ul li:nth-child(7),
.cont5 ul li:nth-child(8) {
    height: auto;
}
.cont5 ul li h5 {
    font-size: 5.8vw;
    padding: 0 1em;
    box-sizing: border-box;
    position: static;
}
.cont5 ul li .cover {
    max-width: 90%;
    margin: 1.5em auto 0.5em;
}
.cont5 ul li:nth-child(7) .cover,
.cont5 ul li:nth-child(8) .cover {
    margin: 1.5em auto;
}
.cont5 ul li ul {
    display: block;
}
.cont5 ul li ul li {
    line-height: 1.5;
}
.cont5 ul li .btn {
    position: static;
    padding-top: 10vw;
}
.cont5 ul li .btn a {
    line-height: 3;
}
}


/* checker
------------------------------------------------- */
.checker {
    padding-bottom: 8em;
}
.checker .box {
    width: 70.625em;
    margin: 1em auto 0;
    border-radius: 1.25em;
    box-shadow: 0 0.25em 1.55em 0 rgba(0,0,0,0.1);
    padding: 2.5em 0 2em;
}
.checker .box .sec {
    display: flex;
    justify-content: space-between;
    padding: 0 3.125em;
}
.checker .box .sec .con1,
.checker .box .sec .con2 {
    width: 45.2%;
}
.checker .con1 dl {
    padding-bottom: 1.75em;
}
.checker .con1 dl dt {
    font-weight: 700;
    position: relative;
}
.checker .con1 dl dt span {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #939393;
    border-radius: 1em;
    margin-left: 1em;
    cursor: pointer;
}
.checker .con1 dl dt .fuki {
    width: 16.2em;
    position: absolute;
    background-color: #343434;
    padding: 1.1em;
    border-radius: 1em;
    box-sizing: border-box;
    box-shadow: 0 0.11em 0.83em 0 rgba(0,0,0,0.2);
    z-index: 99;
    display: none;
}
.checker .con1 dl dt .fuki::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.5em 0 0.5em;
    border-color: #343434 transparent transparent transparent;
    position: absolute;
    left: 2em;
    bottom: -0.4em;
}
.checker .con1 dl dt .fuki p {
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}
.checker .con1 dl dt .fuki.fuki1 {
    left: 6em;
    top: -7em;
}
.checker .con1 dl dt .fuki.fuki2 {
    left: 10em;
    top: -9.2em;
}
.checker .con1 dl dd {
    line-height: 3.375;
    border: 1px solid #DDDDDD;
    border-radius: 0.5em;
    box-sizing: border-box;
}
.checker .con1 dl dd input {
    border: none;
    width: 88%;
    margin: 0 2%;
    outline: none;
}
.checker .con1 dl dd .select {
    position: relative;
    z-index: 2;
}
.checker .con1 dl dd .select::after {
    position: absolute;
    content: '';
    width: 0.5em;
    height: 0.5em;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #939393;
    border-right: 1px solid #939393;
    z-index: 1;
}
.checker .con1 dl dd select {
    appearance: none;
    background: none;
    border: none;
    outline: none;
    color: #343434;
    width: 96%;
    height: 3.375em;
    margin: 0 2%;
}
.checker .con1 dl dd span {
    color: #939393;
}
.checker .con1 table {
    width: 100%;
    border-top: 1px solid #DDDDDD;
}
.checker .con1 table th,
.checker .con1 table td {
    text-align: left;
    font-weight: 700;
    padding: 0.1em 0;
}
.checker .con1 table td {
    text-align: right;
}
.checker .con1 table tr:first-child th,
.checker .con1 table tr:first-child td {
    padding-top: 1em;
}
.checker .con2 dl {
    font-weight: 700;
    text-align: center;
}
.checker .con2 dl dt {
    color: #939393;
}
.checker .con2 .conin {
    border: 1px solid #DDDDDD;
    border-radius: 1em;
    padding: 1em;
}
.checker .con2 .conin p {
    text-align: center;
    padding-bottom: 0.5em;
}
.checker .con2 .conin table {
    width: 100%;
}
.checker .con2 .conin table th,
.checker .con2 .conin table td {
    text-align: left;
    font-weight: 400;
}
.checker .con2 .conin table td {
    font-family: 'Josefin Sans', sans-serif;
    text-align: right;
}
.checker .con2 .conin table tr:nth-child(2) th,
.checker .con2 .conin table tr:nth-child(6) th,
.checker .con2 .conin table tr:nth-child(7) th {
    color: #939393;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.5%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2010.5%2010.5%22%3E%20%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%2C0H10V10%22%20transform%3D%22translate(10.5%2010)%20rotate(-180)%22%20fill%3D%22none%22%20stroke%3D%22%23ddd%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E') left 0.5em no-repeat;
    background-size: 0.625em auto;
    padding-left: 1em;
}
.checker .con2 .conin table tr:nth-child(2) td,
.checker .con2 .conin table tr:nth-child(6) td,
.checker .con2 .conin table tr:nth-child(7) td {
    color: #939393;
    padding-bottom: 1em;
}
.checker .con2 .conin table tr:nth-child(6) td {
    padding: 0;
}
.checker .con2 .conin table tr:nth-last-child(2) td {
    padding-bottom: 1em;
}
.checker .con2 .conin table tr:nth-last-child(1) th,
.checker .con2 .conin table tr:nth-last-child(1) td {
    color: #FA0000;
    border-top: 1px solid #DDDDDD;
    padding-top: 1em;
}
.checker .box .note {
    color: #939393;
    line-height: 1.65;
    padding: 2em 4.2em 0;
}
.checker .box .note li {
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (min-width:751px){
.checker .con1 dl dt span {
	transition: 0.4s;
}
.checker .con1 dl dt span:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: 0.4s;
}
}
@media only screen and (max-width:750px){
.checker {
    padding-bottom: 30vw;
}
.checker .box {
    width: 100%;
    padding: 8vw 0;
    margin: 0;
}
.checker .box .sec {
    display: block;
    padding: 0 5vw;
}
.checker .box .sec .con1,
.checker .box .sec .con2 {
    width: 100%;
}
.checker .con1 dl {
    padding-bottom: 1em;
}
.checker .con1 dl dt {
    font-size: 4vw;
}
.checker .con1 dl dt .fuki {
    width: 100%;
}
.checker .con1 dl dt .fuki.fuki1::before {
    left: 32.5vw;
}
.checker .con1 dl dt .fuki.fuki2::before {
    left: 49vw;
}
.checker .con1 dl dt .fuki p {
    font-size: 3.466vw;
}
.checker .con1 dl dt .fuki.fuki1 {
    left: 0;
    top: -7.6em;
}
.checker .con1 dl dt .fuki.fuki2 {
    left: 0;
    top: -10em;
}
.checker .con1 dl dd {
    line-height: 3;
}
.checker .con1 dl dd input {
    width: 82%;
}
.checker .con1 dl dd select {
    height: 3em;
}
.checker .con1 dl dd span {
    font-size: 3.2vw;
}
.checker .con1 table {
    font-size: 4vw;
    margin-bottom: 15vw;
}
.checker .con2 dl dd {
    font-size: 11vw;
    white-space: nowrap;
}
.checker .con2 .conin p {
    font-size: 4vw;
}
.checker .box .note {
    font-size: 3vw;
    line-height: 1.5;
    padding: 2em 1.5em 0;
}
}


/* cont7
------------------------------------------------- */
.cont7 {
    padding-bottom: 12.5em;
}
.cont7 .headline1 {
    padding-bottom: 1em;
}
.cont7 dl {
    width: 67.5em;
    border: 1px solid #DDDDDD;
    border-radius: 1.35em;
    padding: 1.6em 2.1em;
    margin: 0 auto 1.2em;
    box-sizing: border-box;
}
.cont7 dl dt {
    cursor: pointer;
    background: url("../img/top/icon_p.png") right center no-repeat;
    background-size: 1.45em auto;
}
.cont7 dl dt.open {
    font-weight: 700;
    background: url("../img/top/icon_m.png") right center no-repeat;
    background-size: 1.45em auto;
}
.cont7 dl dd {
    display: none;
    line-height: 1.5;
    padding-top: 0.5em;
}
@media only screen and (min-width:751px){
.cont7 dl dt:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: 0.4s;
}
}
@media only screen and (max-width:750px){
.cont7 {
    padding-bottom: 25vw;
}
.cont7 .headline1 {
    padding-bottom: 1.5em;
}
.cont7 dl {
    width: 100%;
    padding: 1.6em 2em;
    margin: 0 auto 1em;
}
.cont7 dl dt {
    font-size: 4vw;
    line-height: 1.5;
    padding-right: 2em;
}
.cont7 dl dd {
    padding-top: 1em;
}
}


/* cont8
------------------------------------------------- */
.cont8 {
    background-color: #F5F5F5;
    padding: 3.5em 0 2.5em;
}
.cont8 .sec {
    width: 68.75em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cont8 .sec .con {
    width: 66%;
}
.cont8 .sec .con .headline1 {
    text-align: left;
}
.cont8 .sec .con p {
    line-height: 1.5;
}
.cont8 .sec .con .btn a {
    display: block;
    width: 16.5em;
    line-height: 3.25;
    border: 1px solid #ED0000;
    border-radius: 0.65em;
    color: #ED0000;
    text-align: center;
    font-weight: 700;
    margin-top: 2em;
}
.cont8 .sec .img {
    width: 27.2%;
}
@media only screen and (max-width:750px){
.cont8 {
    padding: 15vw 0 10vw;
}
.cont8 .sec {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cont8 .sec .con {
    width: 100%;
}
.cont8 .sec .con .headline1 {
    text-align: center;
}
.cont8 .sec .con img {
    display: block;
    width: 60%;
    margin: 0 auto 8vw;
}
.cont8 .sec .con .btn a {
    font-size: 4.266vw;
    margin: 2em auto 0;
    width: 100%;
}
.cont8 .sec .img {
    display: none;
}
}


/* cont9
------------------------------------------------- */
.cont9 {
    padding: 1.25em 0 8em;
}
.cont9 img {
    display: block;
    width: 65.625em;
    margin: 0 auto;
}
.cont9 p {
    text-align: center;
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width:750px){
.cont9 {
    padding: 10vw 0 20vw;
}
.cont9 img {
    width: 100%;
    margin-bottom: 8vw;
}
.cont9 p {
    font-size: 3vw;
    text-align: left;
    line-height: 1.5;
}
}



























