@charset "UTF-8";
/* CSS Document */

/*********************************************************************
*
* Copyright (c) CUBIC DESIGN INC.
*
* Url : http://www.cubicdesign.co.jp
*
* Built       : 2018/09/25
* Last update : 2018/12/11
* Made by     : Murata Hiroyuki
* Updated by  : Murata Hiroyuki
*
**********************************************************************/


#contact{ background: #f7f7f7; }


/*************************************************************************************************************************
* form
*************************************************************************************************************************/
.form{ padding: 0 15px 30px;}
.form h3{ background: url(../img/form_title_sp.svg) no-repeat center/contain; max-width: 345px; height: 78px; margin: 0 auto; overflow: hidden; text-indent: 100%; white-space: nowrap; transform: translateY(-30px);}
.form form{ background: #fff; margin: 20px 0 0; padding: 0 0 35px; box-shadow: 0 0 2px 1px #ccc;}
.form form dl{ padding: 30px 15px;}
.form form dl dt{ background: url(../img/form_dot.svg) repeat-x 0 0/2px 1px; margin: 20px 0 0; padding: 15px 0; font-weight: 500; text-align: left;}
.form form dl dt:first-of-type{ margin-top: 0;}
.form form dl dt.company{ margin-top: 0; padding-top: 0; background: none;}
.form form dl dt span{ display: inline-block; background: #DD0716; width: 34px; height: 20px; margin: 0 0 0 10px; font-size: 10px; line-height: 20px; color: #fff; text-align: center; transform: translateY(-1px);}
.form form dl dd:last-of-type{ background: url(../img/form_dot.svg) repeat-x 0 bottom/2px 1px; padding: 0 0 15px;}
.form form .btns{ display: flex; justify-content: space-around; width: 100%; max-width: 630px; margin: 0 auto;}
.form form .btns li{ width: 100%; max-width: 300px;}
#preview .form form .btns li{ width: calc(50% - 30px);}
.form form .btns li input,
.form form .btns li a{ display: block; background: #2e919e; width: 100%; height: 50px; padding: 0; border: none; border-radius: 5px; box-shadow: 0 5px 0 0 #046d75; outline: none; font-weight: 500; font-size: 16px; line-height: 50px; color: #fff; text-align: center; transition: background .3s, transform .3s, box-shadow .3s;}
.form form .btns li input[disabled]{ background: #ccc; box-shadow: 0 5px 0 0 #999; pointer-events: none;}
.form form .btns li input:not([disabled]):hover{ transform: translateY(3px); box-shadow: 0 2px 0 0 #046d75;}
.form .g-recaptcha{ margin: 5px 0 40px 0;}
.form .g-recaptcha > div{ margin: 0 auto;}
.form .g-recaptchaErr{ width: 100%; text-align: center; color: #FF0000;}

/* error text */
.form .err{ display: block; width: 100%; margin: 5px 0 0 0; font-size: .9em; line-height: 1.5; color: #be0716;}

@media print, screen and (min-width:681px){
  .form{ padding: 0 15px 60px;}
  .form h3{ background-image: url(../img/form_title_pc.svg); max-width: 900px; height: 89px; transform: translateY(-40px);}
  .form form{ width: 950px; margin: 20px auto 0;}
  .form form dl{ display: flex; flex-wrap: wrap; padding: 60px; position: relative;}
  /*.form form dl::after{ content: ""; background: url(../img/form_dot.svg) repeat-x 0 bottom/2px 1px; width: 780px; height: 1px; position: absolute; bottom: 30px; left: 30px;}*/
	.form form dl::after{ content: ""; background: url(../img/form_dot.svg) repeat-x 0 bottom/2px 1px; width: calc(100% - 120px); height: 1px; position: absolute; bottom: 59px; left: 50%; transform: translateX(-50%); }
  .form form dl dt{ background-color: #ececec; width: 260px; margin: 0; padding: 30px;}
  .form form dl dt.company{ margin: 0; padding: 30px; background: #ececec url(../img/form_dot.svg) repeat-x 0 0/2px 1px;}
  .form form dl dd{ display: flex; flex-wrap: wrap; align-items: center; background: url(../img/form_dot.svg) repeat-x 0 0/2px 1px!important; width: 570px; padding: 20px 0 20px 20px!important;}
  .form form .btns li input,
  .form form .btns li a{ height: 65px; font-size: 18px; line-height: 65px;}
}

/* name / kana */
.form form dl dd.name,
.form form dl dd.kana{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.form form dl dd.name input,
.form form dl dd.kana input{ width: calc(50% - 10px);}

@media print, screen and (min-width:681px){
  .form form dl dd.name input,
  .form form dl dd.kana input{ width: calc(50% - 15px);}
}

/* factory */
.form form dl dd.factory ul{ display: flex; flex-wrap: wrap; width: 260px; margin: -15px 0 0;}
.form form dl dd.factory ul li{ width: 50%; margin: 15px 0 0;}

@media print, screen and (min-width:681px){
  .form form dl dd.factory ul{ width: 100%; margin: 0;}
  .form form dl dd.factory ul li{ width: auto; margin: 0 25px 0 0;}
}

/* zip */
.form form dl dd.zip{ display: flex; flex-wrap: wrap;}
.form form dl dd.zip input{ width: 120px;}
.form form dl dd.zip .no-hyphen{ margin: 0 0 0 10px; line-height: 40px;}

@media print, screen and (min-width:681px){
  .form form dl dd.zip input{ width: 180px;}
}


/* tel */
.form form dl dd.tel{ display: flex; flex-wrap: wrap;}
.form form dl dd.tel input{ width: 120px;}
.form form dl dd.tel .no-hyphen{ margin: 0 0 0 10px; line-height: 40px;}

@media print, screen and (min-width:681px){
  .form form dl dd.tel input{ width: 180px}
}


/* category */
.form form dl dt.category p{ margin: 3px 0 0; font-size: 11px;}
.form form dl dd.category ul{ display: flex; flex-wrap: wrap; max-width: 420px; margin: -15px 0 0;}
.form form dl dd.category ul li{ width: 50%; margin: 15px 0 0;}

@media print, screen and (min-width:681px){
  .form form dl dd.category ul{ margin-top: -20px;}
  .form form dl dd.category ul li{ width: 33%; margin-top: 20px;}
}


/* agree */
.form form dl dd.agree a{ color: #dd0716; text-decoration: underline;}
.form form dl dd.agree a:hover{ text-decoration: none;}
.form form dl dd.agree div{ margin: 10px 0 0;}


@media print, screen and (min-width:681px){
  .form form dl dd.agree{ display: block;}
  .form form dl dd.agree div{ margin-top: 12px;}
}


/* text
**********************************************************************/
.form input[type=text],
.form textarea{ -webkit-appearance: none; border-radius: 0; font: 14px/1 'Noto Sans JP', sans-serif;}

.form input[type=text]{ width: 100%; height: 44px; padding: 0 12px; border: 2px solid #d4d4d4; line-height: 1;}
.form input[type=text].err{ border-color: #dd0716;}

.form textarea{ width: 100%; height: 200px; padding: 12px; border: 2px solid #d4d4d4; line-height: 1.5;}
.form textarea.err{ border-color: #dd0716;}

@media print, screen and (min-width: 680px){
  .form input,
  .form textarea{ font-size: 15px;}
  .form textarea{ height: 235px;}
}


/* select box
**********************************************************************/
.select-wrap{ width: 190px; position: relative; border: 2px solid #d4d4d4; overflow: hidden;}
.select-wrap.err{ border-color: #dd0716;}
.select-wrap::after{ display:block; content: ""; width: 0; height: 0; position: absolute; top: 50%; right: 14px; transform: translateY(-50%); border-style: solid; border-width: 5px 4px 0 4px; border-color: #2e919e transparent transparent transparent;}
.select-wrap select{ -webkit-appearance: none; background: transparent; width: 150%; height: 40px; padding: 0 0 0 12px; border: none; border-radius: 0; font: 14px/1 'Noto Sans JP', sans-serif;}

@media print, screen and (min-width: 680px){
  .form select{ font-size: 15px;}
}


/* radio / checkbox
**********************************************************************/
input[type=radio],
input[type=checkbox]{ display: none;}
.radio-label,
.checkbox-label{ padding: 0 0 0 28px; position: relative; line-height: 20px; cursor: pointer;}
.radio-label::after,
.checkbox-label::after{ display: block; content: ''; width: 16px; height: 16px; position: absolute; top: 0; left: 0; border: 2px solid #ddd;}
.radio-label::after{ border-radius: 50%;}
.radio-label::before,
.checkbox-label::before{ opacity: 0; display: block; content: ""; position: absolute; transition: opacity 0.2s;}
.radio-label::before{ background: #2E919E; width: 8px; height: 8px; top: 6px; left: 6px; border-radius: 50%;}
.checkbox-label::before{ width: 5px; height: 10px; top: 1px; left: 6px; border-right: 3px solid #2E919E; border-bottom: 3px solid #2E919E; transform:rotate(45deg);}
input[type=radio]:checked + .radio-label::before,
input[type=checkbox]:checked + .checkbox-label::before{ opacity: 1;}


/* placeholder
**********************************************************************/
::-webkit-input-placeholder{ line-height: 1; color: #ccc;}
:-ms-input-placeholder{ line-height: 1; color: #ccc;}
::-ms-input-placeholder{ line-height: 1; color: #ccc;}
::-moz-placeholder{ line-height: 38px!important; color: #ccc;}
::placeholder{ line-height: 24px; color: #ccc;}

:focus::-webkit-input-placeholder{ color: transparent;}
:focus:-ms-input-placeholder{ color: transparent;}
:focus::-ms-input-placeholder{ color: transparent;}
:focus::-moz-placeholder{ color: transparent;}
:focus::placeholder{ color: transparent;}



/* sent message
**********************************************************************/
.form .sent{ display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255,255,255,.9); width: 100%; height: 100%; position: fixed; top: 0; left: 0; transition: opacity .3s;}
.form .sent p{ font-weight: 500; font-size: 16px;}
.form .sent a{ display: block; background: #2e919e; width: 200px; height: 50px; margin: 30px auto 0; border-radius: 5px; box-shadow: 0 5px 0 0 #046d75; font-weight: 500; font-size: 16px; line-height: 50px; color: #fff; text-align: center; transition: transform .3s, box-shadow .3s;}
.form .sent a:hover{ transform: translateY(3px); box-shadow: 0 2px 0 0 #046d75;}



/* preview
**********************************************************************/
#preview{ padding-top: 170px!important;}
.preview-text{ padding: 30px 15px 0; text-align: center;}
.preview-text_cap{ width: calc(100% - 30px); margin: 0 auto 30px auto; padding: 10px 0 9px 0; color: #ff0000; text-align: center; border: 2px solid #ff0000;}

@media print, screen and (min-width: 680px){
  .preview-text{ padding: 30px 30px 0;}
  .preview-text_cap{ width: calc(100% - 60px);}
  .preview-text_cap .sp-only{ display: none;}
}

/* thanks
**********************************************************************/
#thanks{ }
#thanks .thanks-msg{ background: #fff; margin: 20px 0 0; padding: 30px 15px 35px; box-shadow: 0 0 2px 1px #ccc;}
#thanks .thanks-msg > p{ padding: 0 0 30px 0; }
#thanks .thanks-msg > p > br{ display: none;}
#thanks .thanks-msg > ul{ width: 100%; margin: 0px auto; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;}
#thanks .thanks-msg > ul > li > a{ color: #333; text-decoration: underline; transition: color .2s linear;}
#thanks .thanks-msg > ul > li > a:hover{ color: #2e919e; text-decoration: none;}
#thanks .thanks-msg > a{ display: block; background: #2e919e; width: 100%; max-width: 300px; height: 50px; margin: 40px auto 0; padding: 0; border: none; border-radius: 5px; box-shadow: 0 5px 0 0 #046d75; outline: none; font-weight: 500; font-size: 16px; line-height: 50px; color: #fff; text-align: center; transition: background .3s, transform .3s, box-shadow .3s;}
#thanks .thanks-msg > a:hover{ transform: translateY(3px); box-shadow: 0 2px 0 0 #046d75;}
#thanks .thanks-msg .ex{ font-size: .9em;}

@media print, screen and (min-width: 680px){
  #thanks .thanks-msg{ width: 840px; margin: 20px auto 0; padding: 30px 30px 35px;}
  #thanks .thanks-msg > p{ text-align: center;}
  #thanks .thanks-msg > p > br{ display: block;}
  #thanks .thanks-msg > a{ height: 65px; margin-top: 50px; font-size: 18px; line-height: 65px;}
  #thanks .thanks-msg > ul{ width: 500px; margin: 20px auto; padding: 20px 0;}
}

