@charset "utf-8";
/*---------------------------------------*/
/* 共通 */
/*---------------------------------------*/
.areaInner{
width:90%;
max-width:980px;
margin:0 auto;
position:relative;
z-index:10;
}
.areaBase{
margin:0 auto 90px;
overflow:hidden;
}
#content{
margin-top:115px;
position: relative;
}
@media screen and (max-width:767px){
#content{
margin-top:71px;
}
}
/*---------------------------------------*/
/* basePage */
/*---------------------------------------*/
#basePage{
text-align:center;
}
#basePage .ttl{
font-size:236%;
text-align:center;
color:#074296;
font-weight:bold;
position:relative;
margin:50px 0;
}
@media screen and (max-width:767px){
#basePage .ttl{
font-size:15pt;
margin:50px 0 20px;
}
}
#basePage .note{
margin-bottom:50px;
}
@media screen and (max-width:767px){
#basePage .note{
margin-bottom:20px;
font-size:10pt;
}
}
#basePage .btn a{
display:block;
margin:0 auto;
width:100%;
max-width:300px;
height:65px;
line-height:65px;
border:2px solid #074296;
color:#074296;
text-align:center;
font-size:114%;
}
@media screen and (max-width:767px){
#basePage .btn a{
height:45px;
line-height:45px;
}
}
#basePage .btn a:hover{
background: #074296;
color:#fff;
}
/*---------------------------------------*/
/* privacy */
/*---------------------------------------*/
#privacy{
max-width:800px;
}
#privacy .ttl{
font-size:236%;
text-align:center;
color:#074296;
font-weight:bold;
position:relative;
margin:50px 0;
}
@media screen and (max-width:767px){
#privacy .ttl{
font-size:15pt;
margin:50px 0 20px;
}
}
#privacy .areattl{
font-size:128.5%;
color:#074296;
font-weight:bold;
position:relative;
margin-bottom:10px;
}
@media screen and (max-width:767px){
#privacy .ttl{
font-size:12pt;
margin-bottom:15px;
}
}
@media screen and (max-width:767px){
#privacy .note{
font-size:9pt;
}
}
/*---------------------------------------*/
/* formArea */
/*---------------------------------------*/
#formArea{
background-position: top left;
background-repeat: repeat-x;
background-size: auto 20px;
padding:100px 0;
}
@media screen and (max-width:767px){
#formArea{
padding:50px 0;
background-size: auto 10px,auto 10px;
}
}
#formArea .areaInner .areaTtl{
font-size:236%;
text-align:center;
color:#074296;
font-weight:bold;
position:relative;
margin-bottom:30px;
}
@media screen and (max-width:767px){
#formArea .areaInner .areaTtl{
font-size:15pt;
margin-bottom:20px;
}
}
#formArea .areaNote{
text-align:center;
font-size:150%;
margin-bottom:50px;
}
@media screen and (max-width:767px){
#formArea .areaNote{
font-size:11pt;
margin-bottom:20px;
}
}
#formArea .areaNote .bold{
font-weight:bold;
}
#formArea dl{
padding-top: 30px;
}
@media screen and (max-width:767px){
#formArea dl{
padding-top:15px;
}
}
#formArea dl dt{
width:35%;
padding-left:30px;
box-sizing: border-box;
font-size: 121%;
}
@media screen and (max-width:767px){
#formArea dl dt{
width:100%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
}
#formArea dl dt .small{
font-size: 76.4%;
}
#formArea dl dt .small .tel{
font-size: 138%;
}
#formArea dl dt .icon{
padding: 2px 5px;
margin-left: 7px;
top: -3px;
font-size: 71%;
}
#formArea dl dd{
width:65%;
padding-right:30px;
box-sizing: border-box;
}
@media screen and (max-width:767px){
#formArea dl dd{
width:100%;
padding-left: 20px;
padding-right: 20px;
}
}
#formArea dl .normal{
font-size: 82%;
}
#formArea dl .small{
font-size: 93%;
}
/*フォーム */
.txt-l,
.txt-m,
.txt-s,
.txt-area,
#btnSubmit .wpcf7-submit{
-webkit-appearance: none;
border-radius:0;
border:1px solid #b1b1b1;
font-size:16px;
}
.txt-l{
height:50px;
width:98%;
padding-left:2%;
}
.txt-m{
height:50px;
width:40%;
padding-left:2.5%;
}
@media screen and (max-width:767px){
.txt-m{
width:60%;
}
}
.txt-s{
height:50px;
width:18%;
padding-left:3.33%;
}
@media screen and (max-width:767px){
.txt-s{
width:50%;
}
}
.txt-area{
width:98%;
padding-left:2%;
height:150px;
padding:0.5em 0;
border:1px solid #b1b1b1;
}
@media screen and (max-width:767px){
.txt-area{
height:90px;
}
}
.form .hasCustomSelect {
width:100%;
}
.form .customSelect{
background: url(https://sgcorporation.co.jp/ecocute/content/images/common/contact-select.gif) no-repeat right center #fff;
background-size: 50px 50px;
height:50px;
line-height:50px;
padding:0 20px;
width:40%;
box-sizing:border-box;
border:1px solid #b1b1b1;
font-size:16px;
}
@media screen and (max-width: 767px) {
.form .customSelect {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width:60%;
}
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 20px 0 0 !important;
}
.form input[type=radio]{
display: none;
}
.form label{
position: relative;
}
.form input[type=radio] + .wpcf7-list-item-label{
cursor: pointer;
display: inline-block;
border: 2px solid rgba(180, 180, 180,0.2);
height: 50px;
line-height:46px;
box-sizing: border-box;
padding: 0 15px 0 35px;
transition: all 0.6s ease;
background: #fff;
font-size: 114%;
font-weight: bold;
position: relative;
}
.form input[type=radio] + .wpcf7-list-item-label:hover{
background: rgba(180, 180, 180,0.2);
}
.form input[type=radio]:checked+.wpcf7-list-item-label{
border: 2px solid #074296;
opacity: 1;
}
.form input[type=radio]:checked+.wpcf7-list-item-label:hover{
background: none;
}
.form input[type=radio] + .wpcf7-list-item-label:after{
content: "";
width: 20px;
height: 20px;
box-sizing: border-box;
border: 2px solid rgba(180, 180, 180,0.2);
background: #fff;
position: absolute;
top:14px;
left: 10px;
border-radius: 50%;
}
@media screen and (max-width:767px){
.form input[type=radio] + .wpcf7-list-item-label:after{
width: 18px;
height: 18px;
}
}
.form input[type=radio]:checked+.wpcf7-list-item-label:after{
box-sizing: border-box;
border: 1px solid #074296;
}
.form input[type=radio] + .wpcf7-list-item-label:before{
content: "";
width:14px;
height: 14px;
box-sizing: border-box;
background: #074296;
position: absolute;
top: 17px;
left: 13px;
border-radius: 50%;
z-index: 10;
opacity: 0;
}
@media screen and (max-width:767px){
.form input[type=radio] + .wpcf7-list-item-label:before{
width:12px;
height: 12px;
}
}
.form input[type=radio]:checked+.wpcf7-list-item-label:before{
opacity: 1;
}
.form .howtoLink{
margin-top:15px;
background: #f1f1f1;
display: block;
width: 290px;
font-weight: bold;
border: 1px solid #eaeaea;
padding:10px;
min-height:91px;
position:relative;
color: #074296;
}
@media screen and (max-width:767px){
.form .howtoLink{
width:100%;
padding:15px 0;
}
}
.form .howtoLink:hover{
background:#fff;
border: 1px solid #aeaeae;
}
.form .howtoLink .img{
position: absolute;
top: 10px;
left: 13px;
width: 85px;
}
.form .howtoLink .img img{
width:100%;
height:auto;
border:3px solid #ca0000;
}
.form .howtoLink .txt{
margin-left: 110px;
margin-top: 11px;
display: block;
font-size: 121%;
}
@media screen and (max-width:767px){
.form .howtoLink .txt{
font-size: 12pt;
margin-left: 120px;
}
}
.form .howtoLink .icon-camera{
width: 30px;
vertical-align: middle;
margin-right: 10px;
display: block;
}
.form .howtoLink .icon-camera img{
width: 100%;
height: auto;
}
.form input.img {
position: relative;
margin-bottom:20px;
font-size: 114%;
}
.form .agree{
margin-top:50px;
}
@media screen and (max-width:767px){
.form .agree{
margin-top:20px;
}
}
.form .message{
font-size:93%;
text-align:center;
}
@media screen and (max-width:767px){
.form .message{
font-size:8pt;
text-align:left;
}
}
.form input:focus,
.form textarea:focus,
.form select:focus
{
border: 1px solid #b1b1b1 !important;
}
div.wpcf7-validation-errors{
border:2px solid #b1b1b1 !important;
}
div.wpcf7-mail-sent-ok{
border:2px solid #b1b1b1 !important;
}
div.wpcf7-response-output{
margin-top:0 !important;
margin-left:30px !important;
margin-right:30px !important;
text-align:center;
}
/*送信ボタン */
.btnSubmit .wpcf7-submit{
-webkit-appearance: none;
display:block;
text-align:center;
width:360px;
height:70px;
line-height:62px;
text-indent: 0;
border:4px solid #074296;
background:#074296;
color:#fff;
font-weight:bold;
font-size:128.5%;
transition: all  0.6s ease;
margin:50px auto 0;
}
@media screen and (max-width:767px){
.btnSubmit .wpcf7-submit{
margin:30px auto;
width:100%;
}
}
.btnSubmit .wpcf7-submit:hover{
text-decoration: none;
background:#fff;
color:#074296;
}
.btnSubmit.disabled input{
opacity:0.5;
}
.btnSubmit.disabled input:hover{
background:#074296;
color:#fff;
}
.btnSubmitAlert{
font-size:86%;
color: #a1a1a1;
max-width:380px;
margin:5px auto 20px;
}
@media screen and (max-width:767px){
.btnSubmitAlert{
font-size:7pt;
margin:5px auto 10px;
}
}
.btnSubmitAlert.none{
display:none;
}
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
color: #d4d4d4;
}
/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
color: #d4d4d4;
}
/* ▼Firefox18以前用 */
:-moz-placeholder {
color: #d4d4d4;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
color: #d4d4d4;
opacity: 1;
}
/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
color: #d4d4d4;
}
