@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:https://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

/* form
========================================================================================================
*/

#purchase-form{
  width:100%;
  padding: 0;
  /*padding: 0 0 30px 0;*/
}

#offer-form{
  width:100%;
  padding: 0;
}

#cooperation-form{
  width:100%;
  padding: 0;
}

#offer-form .form h2.offer-ttl{
  width:100%;
  height: 120px;
  background: #4AB8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #FFF;
}
@media print, screen and (min-width:768px) {
#offer-form .form h2.offer-ttl{
  width:100%;
  height: 230px;
  font-size: 3.0rem;
  }
}

#purchase-form .form,
#offer-form .form,
#cooperation-form .form{
  width:95%;
  max-width: 1100px; 
  background: #FFF;
  border: 10px solid #4AB8CF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);  
  margin:0 auto 100px auto;
}

.form-wrap01{
  width:100%;
  background: #4AB8CF;
  padding:30px 0;
}

@media print, screen and (min-width:768px) {
.form-wrap01{
  width:100%;
  background: #4AB8CF;
  padding:50px 0 60px 0;
  }
}

.form-wrap02{
  width:100%;
  background: #FFF;
  padding: 30px 0 50px 0;
}

@media print, screen and (min-width:768px) {
.form-wrap02{
  width:100%;
  background: #FFF;  
  padding: 50px 0 100px 0;
  }
}

.form dl dt{
  margin: 0 0 20px 0;
  font-weight: 700;
}

.form dl dt span{
  display: inline-block;  
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}  

.form .form-wrap01 dl{
  max-width: 900px;
  margin: 0 auto;
}

.form .form-wrap01 dl dt{
  color: #FFF;
}

.form .form-wrap02 dl dt{
  color: #000;
}

.form01{
  width:100%;
  margin: 0 auto;
}

.form02{
  width:90%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  grid-row-gap: 30px;
  margin: 0 auto;
}

@media print, screen and (min-width:1050px) {
.form02{
  width:90%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  grid-row-gap: 45px;
  margin: 0 auto;
  }
}

.form03{
  width:90%;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:1050px) {
.form03{
  width:90%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  }
}

.form .form04{
  width:90%;
  max-width: 900px;
  margin: 50px auto 0 auto;
}

.form .agree{  
  width:90%;
  max-width: 900px;
  text-align: center;
  margin: 60px auto;
}

.form .agree ul li{ 
  display: block;
  margin: 0 15px;
}

.form .agree ul li + li{ 
  margin: 30px 15px 0 15px;
}

@media print, screen and (min-width:768px) {
.form .agree ul li{ 
  display: inline-block;
  margin: 0 15px;
  }
}

.form .agree ul li label span{ 
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0 0 0 45px;
}

/*---------------  check-wrap  ---------------*/

div.form ul.check-wrap01 li span.wpcf7-checkbox{  
  width:100%;  
  display:flex;
  flex-flow: row wrap;
  align-items: flex-start;
  background:#FFF;
  padding: 10px 10px; 
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
 div.form ul.check-wrap01 li span.wpcf7-checkbox{  
  width:100%;  
  height:60px;
  display:flex;
  flex-flow: row nowrap;
  align-items: center;
  background:#FFF;
  padding: 0 20px; 
  margin: 0 auto;
  }
}

/*---------------  radio-wrap  ---------------*/

div.form ul.radio-wrap{
  width: 100%;  
  min-height: 80px;
  background: #FFF;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
div.form ul.radio-wrap{
  width: 100%;  
  max-width: 900px;
  height: 80px;
  background: #FFF;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
 }
}
#cooperation-form ul.radio-wrap,
#manage-form ul.radio-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}

@media print, screen and (min-width:768px) {
#cooperation-form ul.radio-wrap,
#manage-form ul.radio-wrap{
  padding: 0 0 0 40px;
 }
}

div.form ul.radio-wrap li span.wpcf7-radio{
  display: flex;
  flex-flow: column wrap;
  column-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
}

@media print, screen and (min-width:768px) {
div.form ul.radio-wrap li span.wpcf7-radio{
  display: flex;
  flex-flow: row wrap;
  column-gap: 25px;
  justify-content: center;
  align-items: center;
  padding: 0;
  }
}

div.form ul.radio-wrap li span.wpcf7-radio span{
  display: block;
}

/* form
========================================================================================================
*/
/*---------------------------------------------------------------------------
                              input
-----------------------------------------------------------------------------*/

div.form input[type="text"],
div.form input[type="email"]{
	width:100%;
	height: 60px;
	border: 3px solid #999999;
  border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4 rem;
	font-weight: 500;
	padding: 0 10px;
}

@media print, screen and (min-width:768px) {
div.form input[type="text"],
div.form input[type="email"]{
	font-size: 1.6rem;
  }
}

/*  input  error */
div.form input.wpcf7-not-valid[type="text"] ,
div.form input.wpcf7-not-valid[type="email"]{
	/*border: 2px solid #FF8000;
  background: #FFF;*/
}

div.form input[type="text"]:focus,
div.form input[type="email"]:focus,
div.form textarea:focus{
	outline: none;
  border: 3px solid #FF8000;
  background: #FFF;
}

div.form textarea{
	width:100%;
	height: 180px;
	border: 3px solid #9B9B9B;  
  border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	resize: vertical;
	padding: 20px;
}

@media print, screen and (min-width:768px) {
div.form textarea{
	font-size: 1.6rem;	
  padding: 20px 35px;
  }
}

/*  input  error */
div.form textarea.wpcf7-not-valid{
	/*border: 2px solid #FD339D;
  background: #F0FDFF;*/
}

div.form placeholder{	
  font-family: 'Noto Sans JP', sans-serif;
	color: #EEE;
	font-weight: 500;
}


/*---------------------------------------------------------------------------
                                checkbox
-----------------------------------------------------------------------------*/

div.form input[type="checkbox"] {
 display: none;
}

div.form label{
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
@media print, screen and (min-width:768px) {
div.form label{  
  width: 100%;
  /*height: 60px;*/
  }
}

div.form label span{  
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
div.form label span{  
  font-size: 1.6rem;
  }
}

div.form div.form01 label span{
  padding: 0 0 0 25px;
}

div.form div.form02 label span,
div.form div.form03 label span{
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  padding: 0 0 0 10px;
  margin: 0 auto;
}

div.form span.wpcf7-list-item-label::before,
div.form span.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s;
}

div.form ul.check-wrap span.wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;  
	background: #FFF;
	border: 2px solid #999;
  margin-top: -7px;
  border-radius: 3px;
}
@media print, screen and (min-width:768px) {
div.form ul.check-wrap span.wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;  
  margin-top: -9px;
  border-radius: 3px;
  }
}

div.form ul.check-wrap span.wpcf7-list-item-label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 6px;
  margin-top: -5px;
  border-left: 2px solid #6086B0;
  border-bottom: 2px solid #6086B0;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5);
  z-index: 301;
}

div.form .form03 ul.check-wrap span.wpcf7-list-item-label::before {
  top: 50%;
  left: 10px;
}
div.form .form03 ul.check-wrap span.wpcf7-list-item-label::after {
  opacity: 0;
  top: 50%;
  left: 13px;
}

/*  agree  checkbox  */

div.form .agree ul li label{  
  height: inherit;
}

div.form .agree ul li .wpcf7-checkbox{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width:768px) {
div.form .agree ul li .wpcf7-checkbox{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  }
}

div.form .agree ul li span.wpcf7-list-item-label::before,
div.form .agree ul li span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

div.form div.agree span.wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;  
	background: #FFF;
	border: 3px solid #999;
  margin-top: -14px;
  border-radius: 5px;
}

div.form div.agree span.wpcf7-list-item-label::after {
  opacity: 0;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 12px;
  margin-top: -8px;  
  border-left: 3px solid #FF8001;
  border-bottom: 3px solid #FF8001;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5);
  z-index: 301;
}

div.form ul.check-wrap input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  background: #FFF;
  border: 2px solid #FF8001;
}

div.form ul.check-wrap input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

div.form div.agree ul li input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  background: #FFF;
	border: 2px solid #FF8001;
}

div.form div.agree ul li input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/*---------------------------------------------------------------------------
                                 radio
-----------------------------------------------------------------------------*/

div.form input[type="radio"] {
 display: none;
}

div.form ul.radio-wrap span.wpcf7-list-item-label::before{ 
  display: block; 
  content: "";
  width:18px;
  height: 18px;
  cursor: pointer; 
  background: #FFF;
  border:2px solid #999;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0px;
  margin: -8px 0 0 0;  
}
div.form ul.radio-wrap span.wpcf7-list-item-label::after{ 
  display: block; 
  content: "";
  width:10px;
  height: 10px;
  cursor: pointer; 
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0px;
  margin: -4px 0 0 4px;  
}

div.form ul.radio-wrap input[type="radio"]:checked + span.wpcf7-list-item-label::before {
  border:2px solid #FF8000;
}
div.form ul.radio-wrap input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  background: #FF8000;
}

/*---------------------------------------------------------------------------
                                 select
-----------------------------------------------------------------------------*/

select{
  position: relative;
  width:100%;
  height: 60px;
  background: transparent;	
  border: 3px solid #999;  
  border-radius:5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0 10px 0 20px;
  z-index: 101;
}
@media print, screen and (min-width:768px) {
select{
	font-size: 1.6rem;
  }
}

.select-wrap .select-box select{
  border: none;
}

.birth-box select{
  height: 56px;
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
select:focus{
	outline: none;
  border: 3px solid #001340;
}

.select-box{
  position: relative;
  background: #FFF; 
  border-radius: 10px;
  z-index:101;
}

/*materal icon*/
.select-box i{
  position: absolute;
  top:50%;
  right:3px;
  transform: translateY(-50%);    
  z-index:100;
}

.select-box i::before{
  content: "expand_more";  
}

div.form ul.select-wrap{
	width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 2px solid #6086B0;
}

div.form ul.select-wrap li{
  display: grid;
  grid-template-columns: 1fr 36px;
}

div.form ul.select-wrap li span.date{
  background: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------  submit  ---------------*/

div.form input[type="submit"] {
	display: block;
	width:60%;
	height: 60px;
	background: #143841;
	color: #FFF;
	border-radius: 10px;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 40px auto 0 auto;   
  transition: 1s;
}

@media only screen and (min-width:600px) {
 div.form input[type="submit"] {
	 display: block;
	 width:320px;
	 height: 70px;
	 font-size: 2.2rem;
	 margin: 50px auto 0 auto;  
  }
}

div.form input[type="submit"]:hover {
  	background: #266D7E;
}

/* ------  privacy  -------*/
 
.form .form04 dl dd div.form-policy{
	width:100%;
	height: 200px;
	background-color: #FFF;
	border: 3px solid #999;
  border-radius: 5px;
  box-shadow:none;
  padding: 40px 10px 0 10px;
	margin: 0;
	overflow-y: scroll;
}

@media only screen and (min-width:768px) {
 .form .form04 dl dd div.form-policy{
	 width:100%;
	 height: 280px;  
   padding: 50px 50px 0 50px;
	}
}

.form .form04 dl dd div.form-policy h3{
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}

@media print, screen and (min-width:768px) {
 .form .form04 dl dd div.form-policy h3{
   font-size: 2.4rem;
   margin: 0 0 45px 0;
 } 
}

.form .form04 dl dd div.form-policy h3 + p{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2em;
  margin: 0 0 40px 0;
}

@media print, screen and (min-width:768px) {
.form .form04 dl dd div.form-policy h3 + p{
  font-size: 1.5rem;
  margin: 0 0 80px 0;
  }
}

/* error
========================================================================================================
*/

div.screen-reader-response ul{
  display:none;
}

div.screen-reader-response  p{
  display:none;
}

div.form  span.wpcf7-not-valid-tip{
    display: inline-block;
    color: #D90000;
    font-weight: 500;
    margin: 10px 0;
}

@media print, screen and (min-width:768px){
  div.form  span.wpcf7-not-valid-tip{
    margin: 10px 0 0 0;
  }
}

div.wpcf7-response-output{
  display: none;
}

div.form .birth-box .wpcf7-not-valid-tip{
  display: none;
}

div.form .birth-box .error-message {
  color: #D90000;
  font-weight: 500;
  margin: 10px 0 0 0;
  display: none;
}

div.form .birth-box:has(.wpcf7-not-valid-tip) .error-message{
  display: block;
}


/* contact-complete
========================================================================================================
*/

#complete{
  width:100%;
  background: #EEE;
  padding: 40px 0 100px 0;
}

@media only screen and (min-width:768px) { 
#complete{
  padding:150px 0;
  }
}

.buy-ct-wrap #complete{
  width:100%;
  background: #FFF;
  padding:0;
}

@media only screen and (min-width:768px) { 
.buy-ct-wrap #complete{
  padding:0;
  }
}

#complete div.form-complete{
  position: relative;
  width:90%;
  background: #FFF; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  margin: 0 auto 40px auto;
}

@media only screen and (min-width:768px) { 
 #complete div.form-complete{
   max-width: 1140px;
   padding: 140px 0 ;
   margin: 0 auto;
  }
}

.buy-ct-wrap #complete div.form-complete{
  width:100%;  
  background: #EEE;
}

@media only screen and (min-width:768px) { 
.buy-ct-wrap #complete div.form-complete{
  width:100%; 
  margin:0 0 20px 0;
  }
}

#complete div.form-complete div{
  width:90%;
  margin:0 auto ;
}

div.form-complete h2{
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width:768px) { 
  div.form-complete h2{
     font-size: 4.0rem;
  }
}

div.form-complete h2+ p{
  width:90%;
  font-size: 1.5rem;
  line-height: 200%;
  text-align: center;
  margin: 40px auto 60px auto;
}

@media only screen and (min-width:768px) { 
  div.form-complete h2+ p{
    width:100%;
    font-size: 1.8rem;
    margin: 40px 0 100px 0;
  }
}

div.form-complete a{
  display: flex;
  align-items: center;
  justify-content: center;
	width:60%;
	height: 60px;
	background: #143841;
	border-radius: 10px;
	border: none;
	margin: 40px auto 0 auto;   
  transition: 1s;
}

@media only screen and (min-width:768px) { 
 div.form-complete a{
	 width:320px;
	 height: 70px;
	 font-size: 2.2rem;
	 margin: 50px auto 0 auto;  
  }
}

div.form-complete a span{
	font-size: 1.8rem;
	font-weight: 600;
  color: #FFF;
}

@media only screen and (min-width:768px) { 
  div.form-complete a span{
    font-size: 2.2rem;
  }
}

div.form-complete a:hover{
	background: #266D7E;
}


/*-- file --*/

.file-wrap{
  width:100%;  
  border: 3px solid #999;
  border-radius: 8px;
  padding: 20px;  
  color: #646473;
  font-weight: 600;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
.file-wrap{
  padding: 35px;  
  }
}

.file-wrap .file-cap{
  display: block;
  width:100%;
  margin: 20px 0 15px 0;
}

.file-wrap div#file-btn01 {
	  width:120px;
	  height:30px;
    background: #143841;
	  border-radius: 5px;
	  font-size: 1.4rem;
	  font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 0 10px 0 0;
}

div.form .file-wrap input[type="text"] {
	  display:block;
		width: 100%;
	  height: 30px;
	  background: #FFF;
    box-shadow: none;
    border: none;
	  font-weight:700;
	  padding: 0;
	  margin: 5px 0 0 0;
}

@media only screen and (min-width:768px) {
div.form .file-wrap input[type="text"] {
	   display:inline-block;
		 width: 60%;
	   height: 30px;
	}
}

.file-wrap input::placeholder {
  color: #000;
}

.file-wrap input[type="text"]:focus {
  border: none;
	outline: none;
}

.file-wrap span.your-resume{
  display: none;
}

.unsubscribe{
  width:100%;
  text-align: center;
  margin: 40px auto 0 auto;
}

.unsubscribe a{
  color: #666;
}



