@charset "utf-8";

.amazonWrap {
	margin-top:50px;
	padding:40px 40px 20px ;
	border:3px solid #eee;
}
.amazonWrap .ti {
	margin-top:0;
	font-size:24px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
}
.amazonWrap ol li {
	margin-bottom:20px;
}
.amazonWrap ol li h3 {
	font-size:16px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
}
.amazonWrap ol li p {
	margin-top:10px;
	font-size:14px;
}
.amazonWrap ol li .waku {
	margin-top:10px;
	padding:15px;
	font-size:14px;
	background:#eee;
}
@media screen and (max-width: 767px) {
	.amazonWrap {
		margin-top:20px;
		padding:20px 3% 10px ;
	}
	.amazonWrap .ti {
		font-size:18px;
	}
	.amazonWrap ol li {
		margin-bottom:10px;
		line-height:1.4;
	}
	.amazonWrap ol li h3 {
		font-size:14px;
	}
	.amazonWrap ol li p {
		margin-top:5px;
		font-size:12px;
	}
	.amazonWrap ol li .waku {
		margin-top:10px;
		padding:10px;
		font-size:12px;
	}
}
.merrit {
	margin-top:20px;
	text-align:center;
}
.annotation2 {
	display:flex;
	justify-content: center;
}
.annotation2 ul {
	list-style-type: none;
	margin-left:1em;
}
.annotation2 ul li:before {
	content: '※';
	margin-left:-1em;
}

.annotation {
	font-size:12px;
}
.appeal_color {
	color:#f00;
}
h1 {
	padding:0.5em 0;
	font-size:40px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#fff;
	background:#0b2c5f;
	text-align:center;
}

input, select, textarea {
	padding:5px 10px;
}

.formWrap {
	margin:0 auto;
	padding:0 0 50px;
	width:650px;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size:26px;
	}
	.formWrap {
		width:90%;
	}
}
.formWrap h2 {
	margin-top:60px;
	margin-bottom:25px;
	font-size:40px;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	text-align:center;
	color:#29aae1;
}
.formWrap h2 span {
	padding-bottom:10px;
	border-bottom:2px solid #333;
}
@media screen and (max-width: 767px) {
	.formWrap h2 {
		margin-bottom:20px;
		font-size:26px;
	}
}
.formWrap p {
	margin-top:20px;
}
.formWrap ol li {
	margin-left:30px;
	list-style:decimal;
}

.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 10px;
/*	background-image: url(../img/box_bg01.gif);*/
	border: 1px solid #EEE;
	background-color: #FFF;
}
.formBox input ,
.formBox textarea {
	font-size:14px;
}
@media screen and (max-width: 767px) {
	.formBox {
		padding: 20px 3% 0 ;
	}
	.formBox input ,
	.formBox textarea ,
	.formBox select {
		font-size:16px;
	}
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	float: left;
	width: 23%;
	clear: both;
	padding: 1%;
	margin: 0px;
	text-align: right;
	color: #000;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
}
.formBox dd {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 73%;
}
.formBox dd select {
	margin-bottom:10px;
}
.formBox .catalogList .inBox {
	margin-bottom: 10px;
	text-align: center;
	font-size: 85%;
	line-height: 1.5em;
}
.formBox .catalogList .inBox .photo {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom: 10px;
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.error_form .radio input[type=radio] + .radio-label:before {
  background: #fcf1f2;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #2f803f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #2f803f;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.contact__formWrap-check {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}
.contact__formWrap-check a {
	color:#2f803f;
	text-decoration: underline;
}
.contact__formWrap-check .txt {
	padding:7px 0 0 10px;
}
.CheckboxInput {
  cursor: pointer;
}
.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.CheckboxInput:hover > .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  border: solid 1px #767676;
  background: #FFFFFF;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../root/img/form_check.png) no-repeat center;
  background-size: contain;
}
.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  border: solid 1px #888888;
  background: #FFFFFF;
}
.CheckboxInput-DummyInput.error_form {
	background:#fcf1f2!important;
}
.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}

input[type = "submit"]{
  border: 0;
  background-color: #0b2c5f;
  display: block;
  margin: 20px auto;
  width: 200px;
  height:50px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	border-radius: 40px;
	box-shadow:3px 4px 0px #ccc;
}
input[type = "submit"]:hover {
  background-color: #1953ac;
}

input[type = "button"]{
  border: 0;
  background-color: #ccc;
  display: block;
  margin: 20px auto;
  width: 200px;
  height:50px;
  outline: none;
  color: #333;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	border-radius: 40px;
	box-shadow:3px 4px 0px #444;
}
input[type = "button"]:hover {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .formBox dt {
    float: none;
    width: auto;
    clear: both;
    text-align: left;
  }
  .formBox dd {
    padding: 0.5%;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
}

.formlist_flex {
	margin-top: 0;
	display:flex;
}
.formlist_flex li {
	margin-right:1em;
}
@media screen and (max-width: 767px) {
	.formlist_flex {
		flex-direction: column;
	}
	.formlist_flex li {
		margin-right:0;
		margin-bottom:5px;
	}
}

.text_small {
	font-size:12px;
}
.box_waku01 {
	margin:40px 0;
}
@media screen and (max-width: 767px) {
	.box_waku01 {
		font-size:12px;
	}
}

#msgBox {
	margin-top: 40px;
	margin-bottom: 40px;
}
#msgBox table {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#msgBox table td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 10px;
	text-align: left;
}
#msgBox table td.l_Cel {
	background-color: #EEE;
	text-align: center;
	width: 25%;
}
@media screen and (max-width: 767px) {
  #msgBox table {
    width:100%;
  }
  #msgBox table th,
  #msgBox table td {
    display: block;
    width: calc(100% - 22px);
  }
  #msgBox table td.l_Cel {
    width: calc(100% - 22px);
  }
}
.errMsg {
	color: #FF0000;
}


/*-------------------- 基本設定 --------------------*/

ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
.align_center {
	text-align: center;
}
.align_center-justify {
	text-align: center;
}
.margin_top00 {
	margin-top: 0px!important;
}
.margin_top05 {
	margin-top: 5px!important;
}
.margin_top10 {
	margin-top: 10px!important;
}
.margin_top20 {
	margin-top: 20px!important;
}
.margin_top30 {
	margin-top: 30px!important;
}
.margin_top40 {
	margin-top: 40px!important;
}
.margin_top60 {
	margin-top: 60px!important;
}
.margin_top80 {
	margin-top: 80px!important;
}
.textmodeZenkaku {
	ime-mode: active;   /* 全角モード */
}
.textmodeHankaku {
	ime-mode: disabled; /* 半角モード */
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.w3percent {
	width: 3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w30percent {
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w80percent {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w100percent {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
