@charset "UTF-8";
body, head, html, section{
	margin: 0;
	padding: 0;
}
h1.right_text{
	text-align: right;
	font-size: 1em;
	padding: .5em 0 0 0;
}
/* チェックボックス02 */
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 100%;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
#mail_form{
	text-align: center;
}
.Form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  text-align: left;
}
.choice{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.choice_box{
display: flex;
}
.half{
	width: 48%;
}
.Form-Item-Label span{
	font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
.choice_box{
display: inline;
}
	.half{
		width: 100%;
	}
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 31%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label.isMsg span{
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
span.Form-Item-Label-Required{
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 69%;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Input-short {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 300px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
.Form-Item-Input-short {
  margin-left: 0px;
}
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac!important;
  color: #fff!important;
  font-weight: bold!important;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.form_comment, .mailattention{
	display: block;
	margin-left: 40px;
	
}
@media screen and (max-width: 480px) {
.form_comment, .mailattention{
	margin-left: 0px;
  }
}
/*------ 個人情報保護 2018.09.12追加 ------*/
#policy{
  width:90%;
  height:150px;
  margin:0px auto 60px;
  overflow-y:scroll;
  border: 2px solid #ccc;
  text-align:left;
}
#policy h2{
  text-align:center;
  font-weight:bold;
  font-size:1.6rem;
  margin: 5px 0;
}
#policy p{
  line-height:1.2;
}
#policy ol{
  padding: 0 5% 0 5%;
}
#policy li{
  padding-bottom:1%;
}
@media only screen and (max-width : 680px) {
 #policy h2{
  text-align:center;
  font-size:120%;
  padding:5px;
 }
 #policy li{
  padding-top:2%;
 }
 #privacy_company{
  width:105%;
 }
 #privacy_company p{
  margin-right:-10px;
 }
}
/*------ 個人情報保護 / ------*/
@media screen and (max-width: 480px) {
	.shuha_radio{
		width: 36%;
		margin: 0 0 .5em 0;
	}
label.shuha_radio{
		margin: 0;
	
}
}