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


/*----------------------------------------------------------------------
main コンテンツ枠組み
----------------------------------------------------------------------*/
#contents{
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}
.contents_box{
	width:100%;
	margin-top: 120px;
}
@media only screen and (max-width:768px){
	#contents{
		width:95%;
	}
	.contents_box{
		width:100%;
		margin-top: 80px;
	}
}

/*----------------------------------------------------------------------
wp エントリーフォーム
----------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.contactform{
	width: 95%;
  margin: 0 auto;
}
.inquiry{
	width: 100%;
	margin: 20px 0;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
	color: red;
}
.screen-reader-response{
	display: none;
}
.wpcf7-list-item{
}
.wpcf7-list-item label{
	float:left;
	padding: 0 5%;
}
.birthday{
 display: flex;
}
.birthday select {
    margin: 0 10px;
}
.birthday .wpcf7-form-control-wrap{
	margin:0 3%;
}




@media(max-width:768px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
		.wpcf7-list-item label{
			float:none;
		}
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
		outline:none;
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
.birthday select {
    margin: 0 ;
}




/*----------------------------------------------------------------------
main 規約
----------------------------------------------------------------------*/
#pripoli {
  height:230px;
  border:1px solid #ccc;
  margin:20px 0 0 0px;
  padding:20px;
  overflow:scroll;
  overflow-x:hidden;
  text-align: left;
}
#pripoli p{
  clear: both;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin: 0;
  padding: 0 4px;
  text-align: left;
}
#pripoli h2{
  clear: both;
  color: #104390;
  margin: 0 0 20px 0;
  padding: 25px 24px 23px 24px;
  font-size: 150%;
  line-height: 1.3;
  letter-spacing: 1px;
  background-color: #f6f6f6;
  border-radius: 3px;
  font-weight: bold;
}
#pripoli h3{
  clear: both;
  font-size: 113%;
  font-weight: bold;
  line-height: 1.3;
  color: #104390;
  margin: 40px 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom:1px solid #ddd;
}
button{
	padding:0;
	border:none;
	background:0 0;
}
button img{
	display:block;
}
#button a{
	color:#1E90FF;
	font-size:15px;
}
#button .btn{
	width:100%;
	margin:0 auto;
}
#button .btn:hover{
	cursor:pointer;
	opacity:.7;
}
.button_com{
	font-size:19px;
	color:#ff6959;
	line-height:1.7;
	text-align: left;
}
@media only screen and (max-width:768px){
	#pripoli{
		width:100%;
	}
	#button .btn{
		width:100%;
	}
	#button .btn img{
		width:100%;
	}
}

.logBtn {
    margin: 5% auto;
    padding: 1% 5%;
    min-width: 150px;
    text-align: center;
    display: block;
}
