 @charset "UTF-8";
/* ↓リセット↓ */
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
backface-visibility: hidden;
}
button,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="date"],
input[type="search"],
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
vertical-align: middle;
}
ul {
font-size: 0;
}
ul li {
font-size: 13px;
}
/* ↑リセット↑ */





/* ↓共通↓ */
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
position: relative;
}
a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.smt {
display: none;
}
h1 {
font: bold 40px/50px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
h1 + p{
	text-align: center;
}
h1 + p b {
font-size: 25px;
padding: 0 5px;
}
h1 small {
font-size: 18px;
}
header {
text-align: center;
}
.waku {
border: 5px solid rgba(0,165,146,1.00);
padding: 15px 30px;
border-radius: 10px;
}

.waku table {
margin: auto;
}
.waku table tr {
border-bottom: 1px solid rgba(200,200,200,1.00);
}
.waku table th,
.waku table td {
padding: 5px;
vertical-align: top;
}
.waku table th {
	font-weight: normal;
	white-space: nowrap;
	color: rgba(0,165,146,1.00);
}

h2 {
text-align: center;
font: bold 20px/30px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
color: rgba(50,50,50,1.00);
margin: 10px auto 20px;
}
h2 + p {
text-align: center;
}

form {
margin-bottom: 100px;
}

table.formTable {
width: 100%;
margin: 0 auto;
border-top: 1px solid rgba(200,200,200,1.00);
border-left: 1px solid rgba(200,200,200,1.00);
margin: 5px;
}
table.formTable td,
table.formTable th {
border-right: 1px solid rgba(200,200,200,1.00);
border-bottom: 1px solid rgba(200,200,200,1.00);
padding:10px;
}
table.formTable th {
width: 20%;
white-space: nowrap;
font-weight: normal;
background-color: rgba(100,110,120,1.00);
color: #FFFFFF;
text-align: left;
}
table.formTable td input[type="text"] {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
margin: 2px 0;
}
table.formTable td textarea {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
}

table.formTable td input[type="number"]{
width: 3em;
background-color: rgba(240,240,240,1.00);
padding: 5px;
border-radius: 5px;
margin: 0;
}

table.formTable td input[type="number"]::-webkit-outer-spin-button, 
table.formTable td input[type="number"]::-webkit-inner-spin-button { 
-webkit-appearance: none; 
margin: 0; 
-moz-appearance:textfield; 
} 



table.formTable td label {
display: inline-block;
background-color: rgba(53,54,104,1.00);
border-radius: 20px;
padding: 0 15px;
margin: 0 5px 5px 0;
color: rgba(255,255,255,1.00);
}
form input[type="submit"] {
display: block;
padding: 10px;
min-width: 300px;
background-color: rgba(255,98,0,1.00);
border-radius: 50px;
color: rgba(255,255,255,1.00);
margin: 15px;
}

.btn-doukou {
padding: 2px 5px;
margin: 15px auto 5px 5px;
background-color: rgba(0,165,146,1.00);
color: rgba(255,255,255,1.00);
border-radius:3px; 
text-align: center;
min-width: 200px;
}

#mv {
	background-color: #7FCBFF;
	background-image: linear-gradient(0deg, #FFF, #7FCBFF);
}

#mv img:nth-child(1) {
width: 250px;
}
#mv img:nth-child(2) {
max-width: 100%;
width: 800px;
margin: 0 auto 50px;
display: block;
}
#mv h2 {
font-size: 23px;
line-height: 30px;
margin: 20px auto 0;
color: rgba(53,54,104,1.00);
}
#mv p {
text-align: center;
}

.gaiyo {
text-align: center;
}
.gaiyo table {
width: 100%;
max-width: 600px;
margin: 20px auto;
text-align: left;
}
.gaiyo table th {
white-space: nowrap;
}

.formTable tbody .group1 th{
background-color: #ffadad;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group2 th{
background-color: #ffd6ad;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group3 th{
background-color: #ffffb2;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group4 th{
background-color: #a8ffd3;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group5 th{
background-color: #bcffff;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group6 th{
background-color: #add6ff;
color: rgba(88,88,88,1.00);
}
.formTable tbody .group7 th{
background-color:#b2b2ff;
color: rgba(88,88,88,1.00);
}

.formTable td input[type="number"].umare {
width: 4em;
}

.formTable td .seireki {
background-color: rgba(100,100,100,1.00);
border-radius: 5px;
padding: 5px;
}


.raijo-sha section {
display: inline-block;
}
.raijo-sha section:nth-child(1) {
width: calc(30% - 30px);
margin-right: 30px;
}
.raijo-sha section:nth-child(2) {
width: calc(70% - 10px);
}






.zaseki {
width: 100%!important;
}
.zaseki input {
display: none;
}
.zaseki input[type="radio"] + label {
display: inline-block;
background-color: rgba(230,230,230,1.00)!important;
width: 40px;
line-height: 40px;
text-align: center;
padding: 0!important;
border-radius: 50px;
font-size: 20px;
margin: 0;
}
.zaseki input[type="radio"]:checked + label {
background-color: rgba(255,80,80,1.00)!important;
margin: 0;
}











/* ↓アコーディオン↓ */

.acd-check + label {
display: inline-block;
background-color: rgba(50,50,50,1.00);
color: rgba(255,255,255,1.00);
padding: 0 10px;
}
.accordion{
margin: 0;
padding: 7px 30px 7px 35px;
display: block;
position: relative;
}
.aco-box{
height: auto;
opacity: 1;
visibility: visible;
display: block;
}
.acd-check:checked ~ .aco-box{
height: 0;
opacity: 0;
visibility: hidden;
display: none;
}
.aco-box table.formTable {
margin-bottom: 20px;
}

.btn {
width: 280px;
display: block;
background-color: rgba(53,54,104,1.00);
padding: 5px 15px;
margin: 30px auto;
color: rgba(255,255,255,1.00);
border-radius: 30px;
}

/* ↑アコーディオン↑ */



@media (max-width: 770px) {
.770-550（sm）ーーーーーーーーーーーーーーー{}
.waku {
border: 3px solid rgba(0,165,146,1.00);
padding: 10px;
}
h2 {
font-size: 30px;
}


table.formTable {
width: calc(100% - 10px);
margin: 5px;
}
table.formTable tbody,
table.formTable tbody tr {
width: 100%;
}
table.formTable td,
table.formTable th {
padding:5px;
display: block;
width: 100%!important;
}
table.formTable th {
width: 30%;
font-weight: normal;
background-color: rgba(100,110,120,1.00);
text-align: left;
}
table.formTable td input[type="text"] {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
margin: 2px 0;
line-height: 20px;
}
table.formTable td textarea {
height: 80px;
}
.aco-box table.formTable td textarea {
height: 55px;
}
table.formTable td label {
border-radius: 30px;
padding: 5px 15px;
margin: 5px 5px 5px 0;
}

/*770-550（sm）*/}

@media (max-width: 550px) {
.550以下（xs）ーーーーーーーーーーーーーーー{}
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
.pc {
display: none;
}
.smt {
display: block;
}
h1 {
font: bold 30px/40px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
h2 {
font-size: 25px;
}

.raijo-sha section {
display: block;
width: 100%!important;
text-align: left!important;
}

/*550以下（xs）*/}

/* ↑共通↑ */




/* ↓ナビゲーション↓ */
nav ul li {
display: inline-block;
width: calc(100% / 5);
}
nav ul li a {
text-align: center;
display: block;
}
/* ↑ナビゲーション↑ */




@media (min-width: 1200px) {
.1200以上（xl）ーーーーーーーーーーーーーーー{}

/*1200 以上（xl）*/}





@media (max-width: 1200px) {
.1200-990（lg）ーーーーーーーーーーーーーーー{}

/*1200-990（lg）*/}





@media (max-width: 990px) {
.990-770（md）ーーーーーーーーーーーーーーー{}

/*990-770（md）*/}





@media (max-width: 770px) {
.770-550（sm）ーーーーーーーーーーーーーーー{}

/* スマホでクリックミスを防ぐ為 */
a:hover {
opacity: 1.00;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}


/*770-550（sm）*/}





@media (max-width: 550px) {
.550以下（xs）ーーーーーーーーーーーーーーー{}

/*550以下（xs）*/}







.ハンバーガーメニューーーーーーーーーーーーーーーーーー{}
@media (max-width: 550px) {
header nav {
pointer-events: none;
}
header nav ul {
border-radius: 10px;
margin: 50px 5px 0;
pointer-events: all;
}
header nav ul li {
display: block;
width: 100%;
margin-bottom: 5px;
}

#nav-toggle {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(236,121,120,1.00);
	border-radius: 50%;
}
#nav-toggle div{
width: 40px;
height: 40px;
}
#nav-toggle > div {
position: relative;
width: 40px;
}
#nav-toggle span {
width: 70%;
height: 3px;
left: 0;
display: block;
background-color: rgba(255,255,255,1.00);
position: absolute;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
margin: 10px auto 0px 15%;
transition: .35s ease-in-out;
border-radius: 10px;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 8px;
}
#nav-toggle span:nth-child(3) {
top: 16px;
}
#overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}



#smt-nav {
position: fixed;
height: 100%;
width: 320px;
top: 0px;
right: -320px;
-webkit-transition: .35s ease-in-out;
transition: .35s ease-in-out;
overflow-y: scroll!important;
-webkit-overflow-scrolling: touch;
margin-top: 0px;
}
/* サブメニューは開けない */
#global-nav .sub-menu-head:after,
#global-nav .sub-menu-nav {
display: none;
}
#nav-toggle {
display: block;
}



/* nav open */
.open {
overflow: hidden;
}
.open #overlay {
display: block;
background-color: rgba(0,0,0,0.70);
}
.open #smt-nav  {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}

/* #nav-toggle close */
.open #nav-toggle {
background-color: rgba(255,255,255,0.00);
}
.open #nav-toggle span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* z-index */
#overlay {
z-index: 100;
}
#smt-nav {
z-index: 200;
}
#nav-toggle {
z-index: 300;
}
/*500*/}

