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

/*---------------------
お問い合わせ
---------------------*/
.red {
	color: red;
}
.mw_wp_form_complete .check,.mw_wp_form_confirm .check{
	display: none;
}
input[type="text"],
input[type="email"],
textarea,
select{
    width: 100%;
    border-radius: 5px;
    background: #f3f3f3;
    padding: 15px;
    box-sizing: border-box;
    color: #787878;
    font-size: 1.6rem;
    border: none;
}
.form-area {
  text-align: center;
}
.form {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.info {
	padding-bottom: 50px;
}
.item-ttl {
  text-align: left;
  width: 25%;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.6rem;
  vertical-align: middle;
}
.form-item {
  border-top: solid 1px #d9d9d9;
  padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.address-sub {
  display: inline-block;
  width: 20%;
}
.sub-input {
  display: inline-block;
  width: 60%;
}
.address-grounp span {
  width: 50%;
}
.label {
  display: inline-block;
  width: 200px;
  text-align: left;
}
.lineup {
  display: inline-block;
  width: 70%;
  text-align: left;
}
.lineup span {
  margin-bottom: 5px;
}
.content {
  overflow: scroll;
}
.ninni::after {
  content: "任意";
  color: #111111;
  background: #d9d9d9;
  font-size: 1.5rem;
  padding: 0.8rem;
  border-radius: 0.1em;
  margin:0 1.5rem;
}
.hissu::after {
  content: "必須";
  color: #ffffff;
  background: #003066;
  font-size: 1.5rem;
  padding: 0.8rem;
  border-radius: 0.1em;
  margin-left:1rem;
}

input[type="submit"] {
    text-align: center;
    transition: .4s;
    padding: 20px 30px;
    width: 35%;
    background-color: #003066;
    color: #fff;
    font-family:'Noto Serif JP';
    font-weight: 600;
    position: relative;
    font-size: 2.2rem;
    margin: 80px auto 80px auto;
    display: block;
    box-sizing: border-box;
    border: solid 1px #003066;
}

input[type="submit"]:hover{
    background:#ffffff;
    color: #003066;
    border: solid 1px #003066;
    box-sizing: border-box;
    opacity: 1;
}
.aisatsu {
	font-size: 2rem;
}
.kannryou {
	margin-top: 30px;
}
.kannryou-box {
	margin-bottom: 80px;
}

@media screen and (max-width:900px){
	.form {
		padding: 0 30px;
	}
}

@media screen and (max-width:768px){
	label p {
			font-size: 1.8rem;
	}
	.form {
		margin-top: 0;
	}
}
@media screen and (max-width:660px) {
	.label {
		width: 135px;
	}
	.ninni::after {
		margin: 0 0.5rem;
	}
	.hissu::after {
		margin: 0 0.5rem;
	}
	input[type="submit"] {
		width: 60%;
	}
}
@media screen and (max-width:479px) {
	  .item-ttl {
			font-weight: 600;
		}
    .content {
        font-size: 1.6rem;
    }
		.label{
        display: block;
        padding: 10px 0;
				width: 100%;
    }
    .form-item{
        display: block;
    }
    .lineup{
        width: 100%;
    }

    .form-item:first-of-type label{
        padding-top: 0;
    }
    .lineup{
        padding: 0 0 15px;

    }
    input[type="text"],
    input[type="email"],
    textarea, select{
        padding: 10px;
    }
    .form{
        padding: 0 20px;
    }
}
@media screen and (max-width:425px) {
    .label {
        padding: 0 0 5px 0;
    }
    .label p {
        justify-content: flex-start;
    }
    input[type="submit"] {
        padding: 20px 40px;
        font-size: 1.8rem;
    }
		.address-sub {
			width: 30%;
		}
}
@media screen and (max-width:370px) {
	input[type="submit"] {
		width: 75%;
	}
}
