@charset "utf-8";
/*----------------------------------------
application flow
----------------------------------------*/
#yui3-css-stamp.cssreset{display:none}
a{text-decoration: none;}

body {
	background: #fff;
}
#Content{
	padding-top: 40px;
}
/*----------------------------------------
clearfix
----------------------------------------*/
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}

/*----------------------------------------
miffy
----------------------------------------*/

/* .miffy-Contents{
	background: #eb6100;
	font-family: Meiryo, メイリオ, sans-serif;
}
.miffy-Contents img{
	display: block;
	margin: 0 auto;
}
.cm-box{}
.cm-box .movie{
	display: block;
	margin: 38px 0 62px 76px;
	width: 701px;
}
.miffy-oubo{
	background: #fdcd00;
	padding:30px 0 40px;
}
.miffy-oubo-ttl{
	margin-bottom: 35px;
}
.miffy-oubo--1{
	position: relative;
	margin-bottom: 40px;
}
.miffy-oubo-btn{
	position: absolute;
	bottom:33px;
	right:0;
	left:0;
	width: 552px;
	margin: auto;
}
.miffy-taisho{
	background: #eb6101;
	padding:30px 0 40px;
}
.miffy-taisho-ttl{
	margin-bottom: 35px;
}

.miffy-youkou{
	padding: 40px 0;
	background: #1a7327;
}
.miffy-youkou-ttl{
	margin-bottom: 20px;
}
.miffy-youkou-box{
	width: 800px;
	margin:0 auto;
	background: #fdcd00;
	border-radius: 10px;
	padding: 20px 14px;
	box-sizing: border-box;
}
.miffy-youkou-box table{
	width: 100%;
	font-size: 14px;
	border-spacing: 2px;
	border-collapse: separate;
}
.miffy-youkou-box th{
	width: 16%;
	background: #ffe780;
	font-size: 15px;
	font-weight: bold;
	color:#000;
	padding:15px 0 0 15px;
	box-sizing: border-box;
}
.miffy-youkou-box td{
	width: 70%;
	box-sizing: border-box;
	padding:15px 13px;
	background: #fff;
}

.miffy-youkou-box strong{
	font-weight: bold;
	font-size: 18px;
}

.miffy-attention{
	padding:0 0 40px;
	background: #1a7327;
}
.miffy-attention-body{
	padding: 20px 40px;
	color:#fff;
}
.miffy-attention-body li{
	font-size: 14px;
	line-height: 24px;
} */


/*----------------------------------------
miffytote_process
----------------------------------------*/
/* .miffyprocess-Contents{
	background: #fdcd00;
	padding:40px 0;
}

.miffyprocess-Contents img{
	display: block;
	margin: 0 auto;
}
.miffyprocess-Contents h2{
	margin: 0 auto 40px ;
}
.miffy-process img{
	margin:0 auto 20px;
	display: block;
}
.process-box--1{
	position: relative;
	width: 870px;
	margin:0 auto;
}
.process-btn{
	position: absolute;
	bottom:20px;
	right:20px;
	width: 382px;
}

.download_attention{
	position: relative;
	width: 870px;
	margin:0 auto 30px;
}
.miffy-attention-body li{
	text-indent: -2em;
	padding-left: 2em;
}
.miffy-attention-body a{
	color:#fff;
}
.miffy-attention-body a:hover{
	color: #FF0000;
}
.adobebox{
	position: absolute;
	top:80px;
	left:0;
	padding: 0 0 0 30px;
}
.adobebox a ,.adobebox img{
	display: inline-block;
	vertical-align: middle;
}
.adobebox img{
	margin-left: 20px;
}
.adobebox a{
	font-size: 14px;
	line-height: 24px;
	color:#141414;
}
*/


/*----------------------------------------
commingsoon
----------------------------------------*/

.commingsoon-wrapper {
	max-width: 902px;
	width: 100%;
	margin: 0 auto;
}

.commingsoon-img {
	width: 100%;
	line-height: 0;
}

.commingsoon-img img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}


/*----------------------------------------
top
----------------------------------------*/

#top-main {
	max-width: 902px;
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 640px) {
	#top-main {
		font-size: 10px;
	}
}

#top-main *, #top-main *::before, #top-main *::after {
	box-sizing: border-box;
}

#top-main img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#top-main .-wrapper {
	width: 89.2%;
	margin: 0 auto;
}

#top-main .-ttl{
	width: 100%;
	margin: 0 0 30px 0;
}

/* title */

#top-main .title{
}

#top-main .title-wrapper{

}
#top-main .title-img {
	width: 100%;
	line-height: 0;
}

/* movie */

#top-main .movie {
	background-color: #1A7326;
}

#top-main .movie-wrapper{
	padding: 82px 0 93px 0;
}

@media (max-width: 640px) {
	#top-main .movie-wrapper{
		padding: 34px 0 33px 0;
	}
}

#top-main .movie-box {
	margin: 0 auto;
}

/* method */

#top-main .method{
	background-color: #EB6100;
}

#top-main .method-wrapper {
	padding: 30px 0 10px 0;
}

#top-main .method-box {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

#top-main .method-box .-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 573px;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

@media (max-width: 640px) {
	#top-main .method-box .-btn {
		bottom: 3%;
		width: 82%;
	}
}

#top-main .method-box .-btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* products */

#top-main .products {
	background-color: #004C97;
}

#top-main .products-wrapper {
	padding: 30px 0;
}

#top-main .products-box{
	width: 100%;
}

/* requirements */

#top-main .requirements {
	background-color: #1A7326;
}

#top-main .requirements-wrapper {
	padding: 30px 0;

}

#top-main .requirements-box {
	background-color: #EB6100;
	padding: 24px 0 26px 0;
	border-radius: 10px;
}

#top-main .requirements-ttl {
	width: 14.5%;
	margin: 0 auto 23px;
}

#top-main .requirements-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: top; */
	width: 95%;
	margin: 0 auto;
}

#top-main .requirements-detail-item {
	margin: 0 0 4px 0;
}

#top-main .requirements-detail-item.-left {
	width: 22.3%;
	background-color: #FAD7BF;
	padding: 14px 0 0 14px;
}

/* @media (max-width: 640px) {
	#top-main .requirements-detail-item.-left {
		width: 15.7%;
	}
} */

#top-main .requirements-detail-item.-right {
	width: 77.1%;
	background-color: #fff;
	padding: 10px;
}

#top-main .requirements-detail-item-txt {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: -0.06em !important;
}

#top-main .requirements-detail-item-txt .-bigtxt {
	font-size: 18px;
	font-weight: bold;
}

#top-main .requirements-detail-item-products {
	width: 34.7%;
}

#top-main .requirements-detail-item-method {
	width: 35%;
}

#top-main .requirements-detail-item-adress {
	width: 16.9%;
}

#top-main .requirements-detail-item-period {
	width: 34.7%;
}

#top-main .requirements-detail-item-gift {
	width: 16.6%;
}

#top-main .requirements-detail-item-send {
	width: 35%;
}

#top-main .requirements-detail-item-inquiry {
	width: 61.9%;
}

@media (max-width: 640px) {
	#top-main .requirements-detail-item-products {
		width: 69.4%;
	}
	#top-main .requirements-detail-item-method {
		width: 70%;
	}

	#top-main .requirements-detail-item-adress {
		width: 33.8%;
	}

	#top-main .requirements-detail-item-period {
		width: 69.4%;
	}

	#top-main .requirements-detail-item-gift {
		width: 33.2%;
	}

	#top-main .requirements-detail-item-send {
		width: 70%;
	}

	#top-main .requirements-detail-item-inquiry {
		width: 74.28%;
	}
}


/* notes */

#top-main .notes {
	background-color: #1A7326;
}

#top-main .notes-wrapper {
	padding: 0 0 40px 0;
}

#top-main .notes-ttl {
	width: 100%;
	margin: 0 0 28px 0;
}

#top-main .notes-list {
}

#top-main .notes-list-item {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-indent: -1.3em;
	padding-left: 1.2em;
	letter-spacing: -0.06em !important;
}

#top-main .notes-list-item::before {
	display: inline;
	content: "※";
}


/*----------------------------------------
process
----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

#process-main {
	max-width: 902px;
	width: 100%;
	margin: 0 auto;
}

#process-main .process img {
	width: 100%;
}

#process-main .process {
	background-color: #EB6100;
}

#process-main .process-wrapper {
	max-width: 862px;
	width: 95.5%;
	margin: 0 auto;
	padding: 29px 0 64px 0;
}

#process-main .process-ttl {
	margin: 0 auto 25px;
	width: calc((802/862)*100%);
}

#process-main .process-box-item {
	position: relative;
	margin-bottom: 20px;
}

#process-main .process-box-item .-btn {
	display: block;
	position: absolute;
	top: 46%;
	right: 2.4%;
	max-width: 392px;
	width: 45.4%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

#process-main .process-box-item .-btn:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#process-main .process-box-item:last-child {
	background-color: #fff;
	padding: 30px 50px 33px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 50px;
}

#process-main .process-box-item-notes {
	margin-bottom: 14px;
}

#process-main .process-box-item-notes-item {
	font-size: 14px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

#process-main .process-box-item-notes-item .-blue {
	color: #004C92;
}

#process-main .process-dl {
	display: flex;
	align-items: flex-end;
}

#process-main .dl-link {
	opacity: 0.8;
}

#process-main .process-dl-txt {
	font-size: 14px;
	text-decoration: underline;
	margin-right: 18px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

#process-main .process-dl-txt:hover {
	color: #EB6100;
}

#process-main .process-dl-img {
	max-width: 158px;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

#process-main .process-dl-img:hover {
	opacity: 0.7;
}

#process-main .process-btn {
	max-width: 498px;
	width: 57.7%;
	margin: 0 auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

#process-main .process-btn:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}




/*----------------------------------------
footer
----------------------------------------*/
footer {
	text-align: left;
}

#Footer dl.lineup {
	height: auto;
	padding: 12px 0 9px;
}

#Footer ul.navi-f {
	height: auto;
}