@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600&display=swap');

/*　   ベース
------------------------------------------------------------- */
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 240px;
}
body {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.6em;
-webkit-text-size-adjust: 100%;
font-family: 'Noto Sans JP', sans-serif;
color: #020202;
letter-spacing: .4px;
}
a {
outline:none;
color: #009DDA;
}
a:hover {
text-decoration: none;
}
a,a:hover,a:hover img {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
text-decoration: none;
}
a:hover {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}
ul {
list-style: none;
}
img {
height: auto;
vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
}
.pc { display: block !important; }
.sp { display: none !important; }
@media (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*　   ヘッダー
------------------------------------------------------------- */
header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 80px;
line-height: 1.6;
background: rgba(0, 12, 24, 0.8);
z-index: 3;
display: flex;
justify-content:space-between;
align-items:flex-start;
}
header .top_headerlogo{
width: 50px;
margin: 15px 0 0 50px;
display: block;
}
header .headerlogoSP{
display:none;
}
header nav{
}
/*header nav > .logo{
width: 24%;
margin: 3% 0 0 ;
z-index: 1;
}*/
header nav ul{
margin: 0;
padding: 0;
display: flex;
}
nav ul li {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
nav ul li.tel {
height: 80px;
padding: 0 0 0 40px;
font-family: 'Teko', sans-serif;
font-size: 26px;
color: #FFF;
flex-flow: nowrap;
justify-content: center;
align-items: center;
}
nav ul li.tel > i{
margin: 0 5px 4px 0;
font-size: 20px;
}
nav > ul > li > a{
height: 80px;
padding: 0 0 0 40px;
font-size: 12px;
line-height: 1.0;
text-align: center;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
color: #999999;
}
nav > ul > li > a.contact{
height: 40px;
margin: 0 40px 0 40px;
padding: 0 40px 2px 40px;
color: #FFF;
font-size: 18px;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
background: #0066CC;
border-radius:50px;
}
/*nav > ul > li > a.parent {
position: relative;
width: 100%;
}
nav > ul > li > a.parent::after{
position: absolute;
content: '';
top: 42%;
right: 13px;  
width: 5px;
height: 5px;
border-top: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(135deg);
transition: all .3s;
}
nav > ul > li > a.parent:hover::after {
transform: rotate(-45deg);
}*/
nav > ul > li > ul {
position: absolute;
display: none;
overflow: visible;
width: max-content;
white-space: nowrap;
}
nav > ul > li li {
display: block;
padding: 0 30px;
background: rgba(255,255,255,.8);
}
nav > ul > li li > a {
display: block;
font-size: 14px;
color: #000;
padding: 10px 0;
border-bottom: 1px solid #E5F5FB;
}
nav > ul > li li > a.last {
padding: 10px 0 20px;
border-bottom: none;
}
nav ul li a > .en{
font-family: 'Teko', sans-serif;
font-size: 26px;
font-weight: 400;
line-height: 1.0;
color: #FFF;
display: block;
}
@media (max-width: 767px) {
header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 50px;
line-height: 1.3;
/*box-shadow: 0 1px 3px rgba(0,0,0,.16);*/
z-index: 3;
}
header .top_headerlogo{
width: 35px;
margin: 8px 0 0 20px;
display: block;
}
.hamburger {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 4;
transition: all .4s;
}
.hamburger span {
position: absolute;
left: 0;
width: 26px;
height: 2px;
background-color: #FFF;

transition: all .4s;
}
.hamburger span:nth-of-type(1) {
top: 14px;
}
.hamburger span:nth-of-type(2) {
top: 23px;
}
.hamburger span:nth-of-type(3) {
top: 33px;
}
nav {
position: fixed;
right: -100%; /* これで隠れる */
top: 0;
width: 100%; /* スマホに収まるくらい */
height: 110vh;
padding-top: 30px;
background: #FFF;
transition: all .6s;
overflow-y: auto;
}
/*nav > .logo{
width: 55%;
margin: 0 auto 20px;
display: block;
}*/
header > nav > ul{
display: block !important;
}
/*nav > ul {
width: 100%;
margin: 0 auto;
}
nav > ul > li {
width: 100%;
}
nav > ul > li {
text-align: center;
padding: 0 14px;
}
nav ul li:last-child{
text-align: center;
}*/
nav > ul > li > a {
border: none;
position: relative;
}
nav > ul > li > a {
width: 80%;
height: auto;
padding: 16px 0;
font-size: 14px;
border-bottom: 1px solid #EDEEF2;
text-decoration: none;
}
nav ul li a > .en{
color: #000;
}
nav > ul > li > ul {
position: static;
width: 100%;
}
nav > ul > li li {
width: 100%;
display: block;
padding: 0 20px;
background:#F7FDFF;
border-bottom: 1px solid #E5F5FB;
}
nav > ul > li li > a {
width: 100%;
display: block;
color: #000;
font-size: 13px;
font-weight: 300;
padding: 15px 0;
border: none;
}nav > ul > li li > a.last {
padding: 15px 0;
}
nav > ul > li > a.contact{
width: 60% !important;
height: auto;
padding: 15px 0 17px 0;
color: #FFF;
font-size: 18px;
}
nav ul li.tel {
height: auto !important;
padding: 30px 0 60px 0!important;
color: #000 !important;
}
nav ul li.tel > i{
margin: 0 5px 4px 0;
font-size: 21px !important;
}
nav ul li.tel a{
color: #000 !important;
width:auto !important;
height: auto !important;
padding: 0 !important;
font-size: 26px !important;
border-bottom: none !important;
}
}
.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 1;
background-color: #000;
opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open nav {
right: 0;
}
.nav-open .black-bg {
opacity: .1;
visibility: visible;
}
.nav-open .hamburger span:nth-of-type(1) {
transform: translateY(10px) rotate(-315deg);
background-color: #000;
}
.nav-open .hamburger span:nth-of-type(2) {
opacity: 0;
}
.nav-open .hamburger span:nth-of-type(3) {
transform: translateY(-9px) rotate(315deg);
background-color: #000;
} 


/*　   トップページ
------------------------------------------------------------- */
.is-tablet .topFv_box {
height: 50vh;
}
.topFv_box {
position: relative;
width: 100%;
height: 100vh;
min-height: 650px;
background: url(../img/topFv.webp) no-repeat;
background-size: cover;
background-position:0% 50%;
}
.topFv_box .logo{
position: absolute;
top: -5%;
right: 0;
bottom: 0;
left: 0;
max-width: 400px;
width: 40%;
margin: auto;
z-index: 1;
transition: transform 1s;
filter: drop-shadow(2px 2px 3px rgb(0,0,0,0.6));
}
@media (max-width: 767px) {
.topFv_box {
height: 90vh;
min-height: 90vh;
padding: 0;
background-position:55% 50%;
}
.topFv_box .logo{
width: 50%;
top: 20px;
}
}
.topFv_box .logo:hover {
transition: transform 1s;
transform: rotateY(360deg);
}
.topFv_box .fvCopy{
position: absolute;
right: 0;
bottom: -80px;
left: 0;
width: 100%;
margin: auto;
z-index: 2;
filter: drop-shadow(0 1mm 1mm rgb(0,0,0,0.2));
}
@media (max-width: 767px) {
.topFv_box .fvCopy{
bottom: -60px;
}
}
.top_intro{
padding: 150px 0 0 0;
}
@media (max-width: 767px) {
.top_intro{
padding: 100px 0 0 0;
}
}
h2.n01{
margin: 0 0 40px;
font-family: 'Teko', sans-serif;
font-size: 50px;
font-weight: 500;
line-height: 1.0;
color: #0066CC;
text-align: center;
display:flex;
flex-flow: column;
}
h2.n01:after {
content: attr(data-title);
padding: 5px 0;
font-size: 14px;
font-weight: 300;
color: #888;
}
@media (max-width: 767px) {
h2.n01{
margin: 0 0 20px;
font-size: 34px;
}
h2.n01:after {
padding: 3px 0;
font-size: 12px;
}
}
.top_technology{
max-width: 1100px;
width: 90%;
margin: 0 auto 150px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px; /* 画像間の隙間 */
}
.top_technology img{
width: 100%;
aspect-ratio: 1 / 1; /* 正方形にする */
}
@media (max-width: 767px) {
.top_technology {
margin: 0 auto 50px;
grid-template-columns: repeat(3, 1fr); /* スマホでは2列 */
gap: 10px;
}
}

.top_about{
width: 100%;
margin: 100px 0 0 0;
background: linear-gradient(to right, #EDEEF2 0%, #EDEEF2 60%, #FFFFFF 40%, #FFFFFF 100%);
display: flex;
justify-content:space-between;
align-items: flex-start;
flex-direction:row-reverse;
}
.top_about:nth-child(even){
width: 100%;
margin: 100px 0 0 0;
background: linear-gradient(to left, #EDEEF2 0%, #EDEEF2 60%, #FFFFFF 40%, #FFFFFF 100%);
flex-direction: row;
}
@media (max-width: 767px) {
.top_about{
width: 100%;
margin: 30px 0 0 0;
background: #EDEEF2;
display: block;
}
.top_about:nth-child(even){
width: 100%;
margin: 30px 0 0 0;
background: #EDEEF2;
}
}
.top_about img{
width: 50%;
margin: -50px 0 0 0;
}
.top_about div{
width: 50%;
padding: 50px 5% 110px 50px;
}
.top_about div.fst{
width: 45%;
padding: 50px 0 8% 5%;
}
@media (max-width: 767px) {
.top_about img{
width: 100%;
margin: 0 auto;
}
.top_about div{
width: 90%;
margin: 0 auto;
padding: 30px 0 40px;
}
.top_about div.fst{
width: 90%;
margin: 0 auto;
padding: 30px 0 40px;
}
}


.top_about div h3{
margin: 0 0 50px;
font-family: 'Teko', sans-serif;
font-size: 40px;
font-weight: 500;
line-height: 1.0;
color: #0066CC;
display:flex;
flex-flow: column;
}
.top_about div h3:after {
content: attr(data-title);
padding: 5px 0;
font-size: 14px;
font-weight: 300;
color: #888;
}
@media (max-width: 767px) {
.top_about div h3{
margin: 0 0 10px;
font-size: 32px;
font-weight: 500;
line-height: 1.0;
display:block;
}
.top_about div h3:after {
content: attr(data-title);
margin: 0 0 0 15px;
font-size: 12px;
}
.top_about div{
width: 90%;
margin: 0 auto;
padding: 30px 0 40px;
}
}
.top_about div a {
color: #0066CC;
}
.top_map{
margin: 100px 0;
}
@media (max-width: 767px) {
.top_map{
margin: 50px 0;
}
}
.top_map .address{
width:fit-content;
margin: 0 auto;
}
.top_map .googlemap{
width:1100px;
height:250px;
margin:30px auto 0;
padding:0;
}
.top_map .googlemap iframe{
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.top_map .googlemap{
width:90%;
height:300px;
margin:30px auto;
padding:0;
}
.top_map .googlemap iframe{
width: 100%;
height: 100%;
vertical-align: bottom;
}
}
.top_banner{
width: 50%;
margin: 0 auto 100px;
display: flex;
justify-content:space-between;
gap: 100px;
}
.top_banner img:first-child {
width: 60%;
}
.top_banner img:last-child {
width: 25%;
}
@media (max-width: 767px) {
.top_banner{
width: 70%;
margin: 0 auto 100px;
display: block;
gap: 0;
}
.top_banner img:first-child {
width: 100%;
margin: 0 0 50px;
}
.top_banner img:last-child {
width: 60%;
margin: 0 auto;
display: block;
}
}



/*　ページタイトル・パンくず
------------------------------------------------------------- */
h1.pageTtl{
margin: 0 0 40px;
font-family: 'Teko', sans-serif;
font-size: 50px;
font-weight: 600;
line-height: 1.0;
color: #FFF;
text-align: center;
display:flex;
flex-flow: column;
}
h1.pageTtl:after {
content: attr(data-title);
padding: 5px 0;
font-size: 14px;
font-weight: 300;
color: #FFF;
}
@media (max-width: 767px) {
h1.pageTtl{
margin: 0 0 50px;
font-size: 40px;
}
h1.pageTtl:after {
content: attr(data-title);
padding: 2px 0;
font-size: 12px;
font-weight: 300;
color: #FFF;
}
}
.breadcrumb_wrapper{
width:100%;
margin: 0 0 100px;
padding:5px 0;
background:#EDEEF2;
font-size: 12px;
}
.breadcrumbs {
margin: 0;
padding: 0 0 0 50px;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.breadcrumbs li {
display: inline-block;
position: relative;
padding-right: calc(16px + 8px);
margin-right: 8px;
}
.breadcrumbs li:not(:last-of-type)::after {
content: "";
width: 5px;
height: 5px;
border: 0;
border-top: solid 1px #A7A7A7;
border-right: solid 1px #A7A7A7;
position: absolute;
top: 50%;
right: 5px;
margin-top: -2px;
transform: rotate(45deg);
}
.breadcrumbs a {
color: #000;
}
.breadcrumbs a:hover {
color: #0066CC;
}
@media (max-width: 767px) {
.breadcrumb_wrapper{
margin: 0 0 50px;
}
.breadcrumbs {
padding: 0 0 0 20px;
}
}
/*　設備
------------------------------------------------------------- */
.facilityFv{
height: 300px;
margin: 0;
padding: 120px 0 0 0;
background: url(../img/facility_fv.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.facilityFv{
height: 200px;
}
}
.facilityBox{
max-width: 1100px;
width: 90%;
margin: 0 auto;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.facilityBox .box{
width: 46%;
margin: 0 0 100px;
display: flex;
flex-direction: column;
align-items: center;
}
.facilityBox .box.nophoto{
margin: 0 0 50px !important;
}
@media (max-width: 767px) {
.facilityBox{
max-width: 90%;
width: 90%;
display:block;
}
.facilityBox .box{
width: 100%;
margin: 0 0 70px;
display: flex;
flex-direction: column;
align-items: center;
}
}
.facilityBox .box img{
width: 80%;
margin: 0 0 20px;
}
.facilityBox .box div{
width: 100%;
margin: 0;
padding: 20px;
font-size: 14px;
background: #EDEEF2;
flex-grow: 1;
}
.facilityBox .box h2{
margin: 0 0 15px;
font-size: 18px;
font-weight: 500;
}


/*　設備
------------------------------------------------------------- */
.aboutFv{
height: 300px;
margin: 0;
padding: 120px 0 0 0;
background: url(../img/about_fv.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.aboutFv{
height: 200px;
}
}
table.tb01{
width: 60%;
margin: 0 auto 100px;
border-collapse: collapse;
}
.tb01 tr{
border: 1px solid #BABBBE;
}
.tb01 th,
.tb01 td{
padding: 15px 20px;
box-sizing:border-box;
}
.tb01 th {
width: 20%;
text-align: left;
background: #ECEFF5;
font-weight: 400;
}
@media (max-width: 767px) {
table.tb01 {
width: 85%;
}
.tb01 tr{
border: 1px solid #000;
}
table.tb01 th,
table.tb01 td {
display: block;
width: 100%;
border-bottom:none;
}
table.tb01 td {
border-top:none;
}
.tb01 tr:last-child{
border-bottom: solid 1px #000;
}
}
table.tb01 .googlemap{
max-width:630px;
width: 100%;
height:290px;
margin:15px 0 0 0;
padding:0;
}
table.tb01 .googlemap iframe{
width: 100%;
height: 100%;
border: 1px solid #B4B5B5;
}
@media (max-width: 767px) {
table.tb01 .googlemap{
width:100%;
height:350px;
}
table.tb01 .googlemap iframe{
width: 100%;
height: 100%;
vertical-align: bottom;
}
}

/*　技術紹介
------------------------------------------------------------- */
.technologyFv{
height: 300px;
margin: 0;
padding: 120px 0 0 0;
background: url(../img/technology_fv.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
.tec_intro{
margin: -20px auto 0; 
font-size: 100%;
font-weight: normal;
text-align: center;
}
@media (max-width: 767px) {
.technologyFv{
height: 200px;
}
.tec_intro{
width: 85%;
margin: -10px auto 50px; 
font-size: 100%;
font-weight: normal;
text-align: center;
}
}
.tec_btn_box{
max-width: 1100px;
width: 90%;
margin: 50px auto; 
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.tec_btn_box a{
width: 23%;
margin: 0;
padding: 15px 0;
color: #FFF;
text-align: center;
background: #0066CC;
}
@media (max-width: 767px) {
.tec_btn_box{
display:none;
}
}
.tec_wrp{
width: 100%;
margin: 150px 0 0 0;
background: linear-gradient(to right, #EDEEF2 42%, #FFFFFF 42%);
}
.tec_wrp:nth-child(even){
width: 100%;
margin: 100px 0 0 0;
background: linear-gradient(to left, #EDEEF2 42%, #FFFFFF 42%);
}
.tec_wrp:last-of-type{
margin: 150px 0 100px;
}
@media (max-width: 767px) {
.tec_wrp{
width: 100%;
margin: 50px 0 0 0;
background: #FFFFFF;
display: block;
}
.tec_wrp:nth-child(even){
width: 100%;
margin: 50px 0 0 0;
background: #FFFFFF;
}
.tec_wrp:last-of-type{
margin: 50px 0 100px;
}
}

.tec_wrp .inner{
max-width: 1100px;
width: 90%;
margin: 0 auto;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
align-items: flex-start;
}
.tec_wrp .inner.rev{
flex-direction: row-reverse;
}
.tec_wrp .inner .b{
width: 38%;
margin: -50px 0 0;
}
.tec_wrp .inner .box{
width: 58%;
display:flex;
justify-content:space-between;
flex-flow: column-reverse;
}
@media (max-width: 767px) {
.tec_wrp .inner{
width: 90%;
margin: 0 auto;
display:block;
}
.tec_wrp .inner.rev{
flex-direction: row;
}
.tec_wrp .inner .b{
width: 100%;
margin: 0;
}
.tec_wrp .inner .box{
width: 100%;
display:flex;
justify-content:space-between;
flex-flow: column;
}
}
.tec_wrp .inner .box .nmb{
width: 450px;
height: 95px;
margin: 30px 0 50px;
padding: 40px 0 0 0;
}
.tec_wrp .inner .box .nmb.one{
background: url(../img/why01.svg) left top no-repeat;
background-size: auto 100%;
}
.tec_wrp .inner .box .nmb.two{
background: url(../img/why02.svg) left top no-repeat;
background-size: auto 100%;
}
.tec_wrp .inner .box .nmb.three{
background: url(../img/why03.svg) left top no-repeat;
background-size: auto 100%;
}
.tec_wrp .inner .box .nmb.four{
background: url(../img/why04.svg) left top no-repeat;
background-size: auto 100%;
}
.tec_wrp .inner .box p{
margin: 0 5px;
}
@media (max-width: 767px) {
.tec_wrp .inner .box .nmb{
width: 100%;
height: auto;
margin: 0 0 15px 5px;
padding: 0;
}
.tec_wrp .inner .box .nmb.one,
.tec_wrp .inner .box .nmb.two,
.tec_wrp .inner .box .nmb.three,
.tec_wrp .inner .box .nmb.four{
background: none;
}
.tec_wrp .inner .box p{
margin: 0 5px 20px 5px;
}
}
.tec_wrp .inner .box span {
margin: 0 0 80px 32px;
font-size: 24px;
font-weight: 500;
color: #0C4FBA;
display: flex;
align-items: center;
}
.tec_wrp .inner .box span:before {
border-top: 1px solid #0C4FBA;
content: "";
width: 50px;
margin-right: 0.5em;
}
.tec_wrp .inner .box .img {
margin: 45px auto 20px;
display:flex;
justify-content:space-between;
}
.tec_wrp .inner .box .img img{
width: 47%;
margin: 0;
}
@media (max-width: 767px) {
.tec_wrp .inner .box span {
margin: 0;
font-size: 24px;
font-weight: 500;
color: #0C4FBA;
display: flex;
align-items: center;
}
.tec_wrp .inner .box span:before {
border-top: none;
width: 0;
margin-right: 0;
}
.tec_wrp .inner .box .img {
margin: 10px auto 20px;
}
.tec_wrp .inner .box .img img{
width: 48%;
margin: 0;
}
}






/*　お問い合わせフォーム
-------------------------------------------------- */
.contactFv{
height: 300px;
margin: 0;
padding: 120px 0 0 0;
background: url(../img/contact_fv.webp);
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.contactFv{
height: 200px;
}
}
.noteanq{
width: 60%;
margin: 0 auto;
}
.formTxt{
text-align: center;
}
mark {
margin: 0;
padding: 0 15px;
color:#FFF;
font-weight: 400;
font-size: 12px;
background:#CE2222;
display: inline-block;
}
@media (max-width: 767px) {
.formTxt{
font-size: 3.6vw;
}
mark {
margin: 0 0 0 20px;
}
}
.cp_table *, .cp_table *:before, .cp_table *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_table {
width: 60%;
margin: 40px auto 0;
border-collapse: collapse;
}
.cp_table tr {
border: 1px solid #BABBBE;
border-top:none;
display: flex;
}
.cp_table tr:first-child{
border-top: solid 1px #BABBBE;
}
.cp_table th {
width: 35%;
padding: 20px ;
font-weight: 400;
text-align: left;
display: inline-flex;
justify-content:space-between;
align-items: center;
background: #ECEFF5;
}
.cp_table td {
width: 65%;
padding: 20px 10px 20px 30px;
text-align: left;
}
.cp_table td .error{
width: 100%;
font-size: 12px;
display: block;
}
.cp_table .sml{
font-size:12px;
padding:2px;
}
/*.sendbtn{
margin:50px auto 80px;
text-align:center;
}*/
.tbl_hdn{
display:none;
}
@media (max-width: 767px) {
.cp_table {
width: 90%;
margin: 30px auto 0;
}
.cp_table tr {
display: block;
border: 1px solid #BABBBE;
}
.cp_table tr {
border-bottom: none !important;
}
.cp_table tr:last-of-type {
border-bottom: 1px solid #BABBBE !important;
}
.cp_table tr {
display: block;
border: 1px solid #BABBBE;
}
.cp_table th, .cp_table td {
width: 100%;
display: block;
border-top: none;
}
.cp_table th {
padding: 20px 15px;
background: #ECEFF5;
}
.cp_table td {
width: 100%;
padding: 20px 15px;
/*display: flex;*/
}
}
.cp_table td .attJAPAN{
width: 22%;
margin: 0 15px 0 0;
display: inline-block;
}
@media (max-width: 767px) {
.cp_table td .attJAPAN{
width: 100%;
margin: 0 ;
}
}
.cp_table input[type=text] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: #FFF;
border: 1px solid rgba(0, 0, 0, 0.26);
color: #000;
font-family: inherit;
font-size: 1em;
padding: 0.4em 0.8em;
width: 60%;
border-radius: 6px;
}
.cp_table input[name=count01],
.cp_table input[name=count02],
.cp_table input[name=count03],
.cp_table input[name=count04],
.cp_table input[name=count05]
{
width: 30%;
margin: 0 0 5px;
}
.cp_table input[type=text]:focus {
border: 1px solid #A8090E;
box-shadow: none;
outline: none;
background:#EBEBEB;
}
.cp_table textarea {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: #FFF;
border: 1px solid rgba(0, 0, 0, 0.26);
color: #000;
font-family: inherit;
font-size: 1em;
height: 100px;
padding: 0.4em 0.8em;
width: 90%;
border-radius: 6px;
}
.cp_table textarea:focus {
border: 1px solid #A8090E;
box-shadow: none;
outline: none;
background:#EBEBEB;
}
@media (max-width: 767px) {
.cp_table input[type=text] {
width: 100%;
}
.cp_table textarea {
width: 100%;
}
#form_wrapper .owlet-rules-1 .owlet-rules-agree{
width: 90%;	
}
}
.err{
color:#F33;
}
::placeholder {
  color: #BABABA;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #BABABA;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #BABABA;
}
.submit{
margin: 70px 0 100px 0;
text-align: center;
}
@media (max-width: 767px) {
.submit{
margin: 40px 0 0 0;
}
}
a.hBack{
color: #D3753B;
text-decoration: underline;
}
/*.submit input.submit{
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: button;
appearance: none;
border-radius: 10px;
cursor:pointer;
border:none;
display: block;
width:300px;
background:#000;
color: #FFF;
margin:20px auto 5px;
padding: 20px 15px;
}*/
.submit input.submit2{
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: button;
appearance: none;
border-radius: 50px;
cursor:pointer;
border:none;
display: block;
width:300px;
background:#04B2C9;
color: #FFF;
margin:0 auto 20px;
padding: 20px 15px;
}
@media (max-width: 767px) {
/*.submit input.submit{
width:250px;
padding: 15px 10px;
font-size: 16px;
}*/
.submit input{
width:250px;
}
.submit input.submit2{
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: button;
appearance: none;
border-radius: 50px;
cursor:pointer;
border:none;
display: block;
width:250px;
background:#04B2C9;
color: #FFF;
margin:0 auto 20px;
padding: 20px 15px;
}
}
input[type="submit"] {
display:block;
width: 250px;
height:50px;
margin:0 auto;
line-height: 40px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #000;
border: none;
border-radius: 5px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:16px;
cursor: pointer;
}
input[type="button"] {
display:block;
width: 250px;
height:50px;
margin:0 auto;
line-height: 40px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #CCCCCC;
border: none;
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:16px;
cursor: pointer;
}
@media (max-width: 767px) {
.form_button{
width:98%;
margin:30px auto;
display:block;
}
.form_button a{
display:block;
width: 48%;
height:34px;
margin:10px auto;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #999999; /*ボタン色*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
input[type="submit"] {
width: 50%;
height:40px;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
input[type="button"] {
width: 50%;
height:40px;
line-height: 30px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #CCCCCC; /*ボタン色*/
border-radius: 5px; /*角丸*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size:14px;
cursor: pointer;
}
}
.form_err{
width: 100%;
margin: 0 auto 50px;
color: #CE2222;
font-weight: 500;
text-align: center;
}
.form_err a{
color: #404040;
}
a.p_link{
color: #04B2C9;
text-align: center;
}
.thanksBox{
width: 50%;
margin: 0 auto 100px;
}
.thanksBox a{
color: #0066CC;
}
.confirm_err{
color: #CE2222;
}
.note02{
width: 60%;
margin:0 auto 120px;
text-align:center;
}

/*　   フッター
----------------------------------------------------- */
#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: -50px;
color: #FFF !important;
background: #0066CC;
border-radius: 50%;
z-index: 2;
transition: bottom 0.3s;
display: flex;
justify-content: center;
align-items: center;
}
#page_top a {
font-size: 20px;
text-decoration: none;
}
#page_top.is-show {
bottom: 30px;
}
footer{
width: 100%;
padding: 0 0 15px;
background: #000;
}
@media (max-width: 767px) {
footer{
}
}
footer .footerMenu{
width:100%;
margin:0 0 15px ;
padding:22px 0;
font-size: 13px;
text-align: center;
background: #EDEEF2;
}
footer .footerMenu a{
margin:0 20px;
font-size: 12px;
font-weight: 300;
color: #000;
}
footer .footerMenu a:hover{
color: #0066CC;
}
@media (max-width: 767px) {
footer .footerMenu{
width:100%;
margin:35px auto 15px;
padding:15px 0;
font-size: 12px;
}
footer .footerMenu a{
margin:0 7px;
}
}
footer small{
font-size: 10px;
font-weight: 300;
color: #FFF;
text-align: center;
display: block;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}