@charset "utf-8";

html { font-size: 62.5%; } /* 10px */
body {
    color: #000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    letter-spacing: 2px;
    background: #FFF;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
	font-size: 1.5rem;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (min-width:768px) {
    body {
        font-size: 1.8rem;
        line-height: 2.0em;
    }
}
a:link {
	color: #fe0000;
}
a:hover {
    text-decoration: none;
}
a:visited {
	color: #fe0000;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}
.pc_br {
	display: none;
}
.font_s {
    font-size: 1.4rem;
}
@media screen and (min-width:768px) {
	.sp_br {
		display: none;
	}
	.pc_br {
		display: block;	
	}
    .font_s {
        font-size: 1.6rem;
    }
}

#wrap {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

.outline {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
}

#header {
    width: 100%;
    background: #fe0000;
    text-align: center;
    margin-bottom: 40px;
}
#header img {
    width: 100%;
    max-width: 1200px;
    height: auto;
}
.ttl_img {
    text-align: center;
    margin-bottom: 5%;
}
.ttl_img img {
    width: 70%;
    max-width: 626px;
    height: auto;
}
.ttl_text {
    text-align: center;
    margin-bottom: 40px;
}
.overview {
    border: 4px solid #fe0000;
    border-radius: 10px;
    width: 86%;
    padding: 3%;
    margin: 0 auto 40px auto;
}
.overview dt {
    font-weight: bold;
}
.overview dt:before {
    content: "●";
    color: #fe0000;
}
.overview dd {
    margin-bottom: 10px;
    padding-left: 16px;
}
.overview ul {
    list-style-type: decimal;
    margin-left: 20px;
}
.overview ul li {
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
     #header {
        margin-bottom: 80px;
    }
    .ttl_text {
        margin-bottom: 80px;
    }
    .overview {
        max-width: 740px;
        padding: 20px;
        margin-bottom: 80px;
    }
    .overview dt {
        float: left;
        width: 200px;
    }
    .overview dd {
        padding-left: 200px;
    }
}

.product_list {
    width: 96%;
    background: #fe0000;
    margin-bottom: 6%;
    padding: 40px 2%;
}
.product_list h3 {
    max-width: 318px;
    width: 50%;
    margin: 0 auto 3% auto;
}
.product_list h3 img {
    width: 100%;
    height: auto;
}
.product_list .shop li {
    background: #FFF;
    border-radius: 10px;
    padding: 5% 3%;
    margin-bottom: 4%;
}
.product_list .shop {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.product_list .shop li h4 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.product_list .shop li h4 span {
     border-bottom: 4px solid #fe0000;
     padding-bottom: 10px;
}
.product_name {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2%;
}
.product_name span {
    font-size: 1.4rem;
}
.product_list .text {
    margin-bottom: 2%;
}
.product_list dt:before {
    content: "●";
    color: #fe0000;
}
.form105 li {
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
    .product_list {
        padding: 80px 2%;
    }
    .product_list .shop li h4 {
        font-size: 3.0rem;
    }
    .product_name {
        font-size: 2.2rem;
    }
    .product_name span {
        font-size: 1.8rem;
    }
    .product_list .shop li h4 {
        margin-bottom: 50px;
    }
}
.c-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 80%;*/
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.c-container img {
    display: inline; //念のため
    width: auto; //念のため
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    align-self: center; //上下の中央揃え
}

/*  form101 */
.inp20 {
	width: 20%;
}
.inp30 {
	width: 30%;
}
.inp50 {
	width: 50%;
}
.inp60 {
	width: 60%;
}
.inp80 {
	width: 80%;
}
.inp100 {
	width: 100%;
}

.form101 input,
.form101 select,
.form101 textarea {
	margin: 0;
	padding: 12px;
	line-height: 1.75;
	border: none;
	background: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 1.6rem;
}
.form101 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/arrow.jpg") right 50% no-repeat #eee;
	background-size: 30px, 100%;
}
.req {
    background: #df0000;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 1.6rem;
}
.form101 .req {
        margin-left: 2%;
}

.form101 {
	margin-bottom: 30px;
}
.form101 dt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.form101 dd {
    font-size: 16px;
	padding: 10px 0 20px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

@media screen and (min-width:768px) {
    .form101 dt {
        font-size: 24px;
    }
    .form101 dd {
        font-size: 18px;
        padding: 16px 0 40px 10px;
        margin-bottom: 40px;
    }
}


/*  privcy */
.privcy {
	width: 90%;
	height: 200px;
	border: 1px solid #DDD;
	background: #EEE;
	margin: 20px auto;
	padding: 4% 4% 0;
	overflow: auto;
	style="overflow-y : scroll ;"
}
.privcy h3 {
	margin-bottom: 20px;
    font-size: 2.0rem;
}
.privcy dt {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.6rem;	
}
.privcy dd {
	margin-bottom: 40px;
	font-size: 1.4rem;
}
.privcy_check {
	text-align: center;	
}
.privcy_check p {
	margin-bottom: 20px;
    font-weight: bold;
}


input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #df0000;
    border-bottom: 3px solid #df0000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

@media screen and (min-width:768px) {
    .privcy h3 {
        font-size: 2.4rem;
    }
    .privcy dt {
        font-size: 1.8rem;	
    }
    .privcy_check p {
        margin-bottom: 40px;	
    }
}


/* submit */
input[type="submit"] {
	text-decoration: none;
	width: 80%;
	max-width: 500px;
	padding: 20px 0;
	background-color: #df0000;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
}
input[type="submit"][disabled] {
	background-color: #CCC;
    color: #000;
	cursor: default;
    border: none;
}
input[name="button"] {
	text-decoration: none;
	width: 80%;
	max-width: 500px;
	padding: 20px 0;
	background-color: #AAA;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
}
input[name="button"][disabled] {
	background-color: #CCC;
    color: #000;
	cursor: default;
    border: none;
}
@media screen and (min-width:768px) {
    input[type="submit"],
    input[name="button"]{
    font-size: 2.4rem;
    }
}
.form302 input {
    width: 42%;
    margin: 0 2%;
}

/* mb */
.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}
@media screen and (min-width:768px) {
    .mb20 { margin-bottom: 40px;}
    .mb40 { margin-bottom: 80px;}
}

#copyright {
    text-align: center;
    font-size: 1.2rem;
}

/* error */
.error01 {
    border: 4px solid #fe0000;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    padding: 3%;
    margin: 0 auto 40px auto;
	color: #fe0000;
}
.error02 {
	margin: 0 0 2em 0;
	padding: 0.5em 1em;
	/*background-color: #FFCFFF;*/
}
.error03 {
	display: block;
	margin: 0;
	padding: 0 0 0.3em 0;
	font-size: 0.9em;
	color: #fe0000;
    font-weight: bold;
}

/* check  */
.check01 {
    font-weight: bold;
    color: #fe0000;
    font-size: 1.8rem;
}
@media screen and (min-width:768px) {
    .check01 {
        font-size: 2.2rem;
    }
}
.acc {
    display: none;
}