@charset "UTF-8";
/* CSS Document */
html{
	line-height: 1;
}
body {
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
	vertical-align: middle;
	max-width: 100%;
}

span.required{
	color: #f00;
}
.right{
	text-align: right;
}
.header_cont{
	border-bottom: #b2b2b2 solid 4px;
	line-height: 0.1;
}
h1{
	display: inline-block;
	margin: 0;
	line-height: 0.1;
}
h2{
	margin: 2em auto 1em auto;
	display: block;
	text-align: center;
}
.content{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.cont_head, .cont_main{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.goodslists{
	background-color: #ececec;
	padding: 0.5em;
}
/* dl */
dl{
	display:block;
	/*align-items: center;*/
}
dt{
	margin: 0;
	text-align: justify;
	padding-top: 0.5em;
}
dd{
	margin: 0;
}

a{
	text-decoration: none;
}

/* input */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"] {
	border: solid 1px #ccc;
	padding: 0.5em;
	width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
textarea{
	border: solid 1px #ccc;
	padding: 0.5em;
	width: 100% !important;
	height: 10rem !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
	text-align: center;
	margin-top: 2em;
}
button{
	padding: 1em;
	border: #ccc solid 1px;
}
button:hover{
	background-color: #ccc;
}

/* dl */
hr.line{
	border: 0;
	border-bottom: solid #ccc 2px;
	margin-top: 1em;
	margin-bottom: 1em;
}

dl.goods dt{
	flex-basis: 50%;
}
dl.goods dd{
	flex-basis: 50%;
	text-align: right;
}
dl.goods dd input[type="text"]{
	width: 50%;
}
dl.question{
	display: inherit;
}
dl.question dt{
	flex-basis:auto;
}
dl.question dd{
	flex-basis:auto;
}

/* footer */
footer.content {
	margin-top: 2.5em;
	border-top:1px solid #000;
	padding-top: 0.5em;
}
footer.content p{
	text-align: center;
	font-size: 0.75rem;
}

/* thnks.html */
div#mfp_thanks {
	text-align: center;
	font-size: 1rem;
	padding: 1em 0;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
/* 消火器 */
.attention{
	border: 1px solid #f00;
	padding: 0 1em;
	margin-bottom: 1em;
	color: #f00;
}
p.tit_attention{
	background-color: #f00;
	color: #fff;
	padding: 0.2em;
	text-align: center;
}
.box_r{
		text-align: center;
	padding-bottom: 1em;
	}

@media screen and (min-width: 768px) {
dl{
	display: flex;
	/*align-items: center;*/
}
dt{
	margin: 0;
	flex-basis: 20%;
	text-align: justify;
	padding-top: 0.5em;
}
dd{
	margin: 0;
	flex-basis: 80%;
}
	span.item{
	letter-spacing: 2em;
}
span.item2{
	letter-spacing: 1em;
}
span.item3{
	letter-spacing: 0.5em;
}
	.box_l{
		width: 480px;
		float: left;
	}
	.box_r{
		width: 170px;
		float: right;
		text-align: center;
	}
	.all:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
}