/*infoテーブル*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.h1_common{
font-size: 200%;
font-weight: bold;
color: #007C9A;
text-align: center;
padding: 60px 0;
line-height: 1
}
.h1_common span{
font-size: 50%;
text-align: left;
display: inline;
color: #007C9A;
}
.inq_cont{
padding: 10px 0 50px;
}
.inquiry_form{
width: 80%;
margin: 10px auto;
padding: 40px 0 30px;
border-radius: 30px;
}
/*フォーム*/
.inquiry_form_ba{
background:rgba(62,175,205,0.3);
}
.inq_table{
width: 70%;
border-collapse: collapse;
margin: 10px auto 10px;
}
.inq_table i{
color: #007C9A;
padding-right: 5px;
}
p.setumei{
width: 73%;
font-size: 110%;
margin: 10px auto;
}
.cyui{
width: 80%;
text-align: right;
margin: 0 auto;
}
.inq_table th,.inq_table td {
display: block;
border: none;
}
.inq_table th {
text-align: left;
padding-top: 10px;
}
.inq_box td {
padding: 0 0 5px 0;
}
.infl_link{
font-size: 130%;
text-decoration: underline;
}
/*チェックボックス*/
.ch_box{
font-weight: bold;
color: #434343;
padding-left: 5px;
}
.ch_box:hover{
color: #007C9A;
}
/* ベースのチェックボックス */
.check-btns input[type=checkbox] {
display: none;
}
.check-btns{
margin: 20px 10px;
}
.check-btns label {
position: relative;
padding-left: 25px;
line-height: 2;
}
.check-btns input[type=checkbox]  + label::before {
position: absolute;
content: '';
display: block;
width: 18px;
height: 18px;
background: #FFFFFF;
left: 0;
top: 0;
border-radius: 3px;
}
.check-btns input[type=checkbox]  + label::before:hover {
background: rgba(239,228,83,1.00)
}
.check-btns input[type=checkbox]  + label::after {
position: absolute;
content: '';
display: block;
width: 8px;
height: 12px;
transform: rotate(45deg) scale(0, 0);
border-right: 3px solid #007C9A;
border-bottom: 3px solid #007C9A;
left: 5px;
top: -2px;
transition: .3s;
}
.check-btns input[type=checkbox]:checked + label::after {
transform: rotate(45deg) scale(1, 1);
}
.check-btns input[type=checkbox]:checked + .ch_box{
color: #007C9A;
}
/*テキストボックス*/
.inq_box input[type='text']{
width: 90%;
padding: 8px 0 8px 5px;
transition: 0.3s;
letter-spacing: 1px;
font-size: 110%;
border: none;
font-weight: bold;
color: #004B82;
}
.inq_box textarea[type='text']{
width: 100%;
padding: 8px 0 8px 5px;
transition: 0.3s;
letter-spacing: 1px;
font-size: 120%;
border: none;
font-weight: bold;
color: #004B82;
}
/*項目タイトル*/
label.itemname{
padding: 5px 5px 5px 0;
}
/*テキスト記入欄*/
.inq_box textarea:focus{
background: #FFD9E9;
color: #B72E61;
font-weight: bold;
font-size: 120%;
border: none;
}
.inq_box input:focus{
background: #FFD9E9;
color: #B72E61;
font-weight: bold;
border: none;
}
.inq_box a{
font-size: 60%;
font-weight: 500;
color: dodgerblue;
text-decoration: none;
}
.must{
color: #DD4972;
font-size: 70%;
margin-left:5px;
}
.notmust{
color: #c59921;
border-radius: 3px;
padding: 3px;
font-size: 70%;
margin-right: 3px;
}
::placeholder {
color: darkgray;
font-size: 80%;
font-weight: 300;
}
/*radiobtn*/
.target_btn{
display: none;
}
.target01 label{
border: 2px solid #1ab2d7;
padding: 3px 16px 3px 8px;
border-radius: 5px;
font-weight: bold;
color: #1ab2d7;
background: #ffffff;
}
.target01 label i{
padding-right: 3px;
font-size: 80%; 
color: white;
}
.target01 label:hover{
background: #1ab2d7;
color: #ffffff;
} 
.target_btn:checked + label {
 background-color: pink;
color: #117992;
font-weight: bold;
}
.target_btn:checked + label i{
color: crimson;
font-weight: bold;
opacity: 1;
}
/* submit 送信ボタン*/
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.submit{
padding: 50px 0;
margin: 10px auto;
text-align: center;
}
.submit_btn01{
width: 60%;
margin: 0 auto;
text-align: center;
}
.kakunin,input.confirm,input.backto{ 
border-radius: 30px;
box-shadow:7px 7px 10px #C9CBCD,-8px -8px 12px rgba(219,240,245,0.10);
border:1px solid #e9eaf1;
background: -webkit-gradient(linear,
left top,
left bottom,
from(#007C9A),
to(#dcddde)
);
background: -webkit-linear-gradient(top, #007C9A 0%, #dcddde 100%);
background: linear-gradient(180deg, #F8F8F8 0%, #E6E9E9 100%);
-webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
 0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
width:70%;
color: #007C9A;
font-weight:bold;
cursor: pointer;
text-align: center;
padding: 15px 0;
text-decoration: none;
font-size: 120%;
margin: 20px auto 50px;
transition: .3s;
}
.kakunin:hover,.modoru:hover{
-webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
background: linear-gradient(180deg, #C2E6EF 0%, #C7E6ED 100%);
}
.kakunin span{
display: inline-block;
 -webkit-transition: all 0.3s;
transition: all 0.3s;
}
.kakunin:hover span {
-webkit-transform: scale(0.96);
transform: scale(0.96);
color: #006179;
}
/*check.php*/
.check_table{
width: 70%;
border-collapse: collapse;
margin: 10px auto 60px;
}
.check_box th,.check_box td {
padding: 10px 15px;
border-bottom: 2px solid #ddd;
text-align: left;
}
.check_box th {
width: 27%;
font-weight: bold;
color: #686868;
}
.check_box td {
font-weight: bold;
font-size: 110%;
}
.submit02{
padding: 50px 0;
display: flex;
flex-flow: row;
align-items: center;
margin: 20px auto 30px;
justify-content: space-around;
width: 70%;
}
.submit_btn02{
width: 35%;
text-align: center;
}
.submit_btn03{
width: 63%;
text-align: center;
}
.backto:hover{
-webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
background: linear-gradient(180deg, #C2E6EF 0%, #C7E6ED 100%);
}
.confirm:hover{
-webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
background: linear-gradient(180deg, #F9C7E2 0%, #E8B9BE 100%);
color: #CC2161;
}
.junp{
color: #0C59AA;
margin-top: 10px;
font-size: 110%;
}
.junp i{
padding-left: 10px;
}
a.junp:hover{
color: palevioletred;
}
@media screen and (max-width: 769px) {
.check_table{
width: 80%;
}
.inq_cont{
padding: 0 0 40px;
}
.inquiry_form{
width: 90%;
border-radius: 20px;
padding: 30px 0;
}
.inq_table{
width: 85%;
}
.kakunin,input.confirm,input.backto{ 
width: 90%;
}
.submit02{
width: 90%;
}
.target01 label{
padding: 8px 16px 8px;
border-radius: 5px;
font-weight: bold;
color: #1ab2d7;
background: #ffffff;
}
}
@media screen and (max-width: 479px) {
.inquiry_form{
width: 95%;
border-radius: 20px;
padding: 20px 0 30px;
}
p.setumei{
width: 90%;
font-size: 90%;
margin: 10px auto;
}
.target01{
margin-bottom: 15px;
}
.cyui{
width: 95%;
text-align: center;
margin: 0 auto;
font-size: 90%;
}
/*checkテーブル*/
.inq_table,.check_table{
width: 90%;
}
.inq_table td {
padding: 3px 0 10px;
}
.check_table th,.check_table td {
width: auto;
display: block;
border-top: none;
}
.check_table tr:first-child {
border-top: 1px solid #d5d5d5;
}
/*テキストボックス*/
.inq_box input[type='text']{
width: 95%;
padding: 5px 0 5px 5px;
font-size: 100%;
}
/*テキスト記入欄*/
.inq_box textarea {
font-size: 85%;
}
.inq_box a{
font-size: 80%;
font-weight: 500;
color: dodgerblue;
text-decoration: none;
}

.check_box th {
border-radius:0px;
color: #747474;
}
.check_box th{
border-bottom: none;
}
/* submit 送信ボタン*/
.submit{
padding:0;
margin:30px auto;
text-align: center;
}
.submit_btn01{
width: 90%;
font-size: 100%;
}
.submit02{
padding: 50px 0;
flex-flow: column-reverse;
justify-content: center;
margin: 20px auto 30px;
font-weight: bold;
font-size: 100%;
width: 98%;
}
.submit_btn02{
width: 90%;
}
.submit_btn03{
width: 90%;
margin-bottom: 10px;
}
input.kakunin{ 
width:100%;
background: linear-gradient(180deg, #F8F8F8 0%, #E6E9E9 100%);
padding: 20px 0;
margin: 0 auto 50px;
}
.kakunin:hover,.modoru:hover{
-webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1),
inset 0 3px 3px rgba(0, 0, 0, 0.18);
background: linear-gradient(180deg, #F8F8F8 0%, #E6E9E9 100%);
}
input.modoru{
color: #1ab2d7;
background:rgba(30, 141, 123, 0.1);
border: 2px solid #1ab2d7;
font-weight:bold;
border-radius: 5px;
padding: 20px 15px;
cursor: pointer;	
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 100%;
}

}




