@charset "UTF-8";
/* CSS Document */

@import url("../../../common/css/font.css");

/*--- body -------------------------------------------------------------------------------------------------------------*/

body {
  background: url(../images/content-bg.jpg) no-repeat center top,#fff;
  color: #333;
  font-family: ArialMT,'Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  text-align: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited,
a:active { text-decoration: none;}
a:hover { text-decoration: underline;}

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

/*--- /body -------------------------------------------------------------------------------------------------------------*/

.content {
  margin: 0 auto;
  width: 1080px;
}

.sp-only { display: none;}

/*--------------------txtlink--------------------*/


.txt-box {
  margin: -10px auto 10px;
  max-width: 1081px;
  width: 100%;
  height: 45px;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
}

.txt-box a{
  color: #ff0000 !important;
}

.txt-box p {
  margin-right: 20px;
}

@media screen and (max-width: 950px){
.txt-box {
  margin: -10px auto 10px;
  font-size: 14px;
}
.txt-box p {
  margin-right: 20px;
}
}
@media screen and (max-width: 600px){
.txt-box {
  height: auto;
  margin: -10px auto 30px;
  line-height: 190%;
  font-size: 3.4vw;
}
.txt-box p {
  margin-right: 5px;
}
}

/*--------------------mv--------------------*/

.mv {
  padding: 0;
  position: relative;
  margin-top: -19px;
}

.mv_img.pc { display: block; }
.mv_img.sp { display: none; }

.mv_img {
    max-width: 1081px;
    width: 100%;
    margin: 0 auto;
}

.mv-tell {
  position: absolute;
  width: 364px;
  left: 50%;
  margin-left: 172px;
  top: 15px;
}

.mv a {
    position: absolute;
    left: 50%;
    margin-left: 25px;
    bottom: 42px;
    width: 505px;
    -webkit-appearance: none;
    background: none;
    border: none;
  display: block;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.mv a:hover { opacity: .7;}

/*--------------------dogvoice--------------------*/
.dogvoice{
  background: url(../images/dogvoice_bg.jpg) no-repeat center bottom;
  margin-top: 70px;
}
.dogvoice .content {
    text-align: center;
    padding: 30px 0 45px;
}

/*--------------------copy--------------------*/
.copy .content01 {
    background: url(../images/copy-bg01.jpg) no-repeat center bottom;
    padding: 35px 0 20px;
    margin: 60px auto 0;
    max-width: 1080px;
}
.copy .content02 {
    background: url(../images/copy-bg02.jpg) no-repeat center top;
    padding: 120px 0 30px;
    margin: 0 auto;
    max-width: 1080px;
}

.copy h2 { text-align: center;}

.copy .content01 dl {
  display: table;
  margin: 40px auto 0;
  width: 89%;
}
.copy .content01 dt {
  display: table-cell;
  vertical-align: top;
  width: 35%;
}

.copy .content01 dd {
    display: table-cell;
    vertical-align: top;
    width: 52%;
}

.copy .content02 dl {
  display: table;
  margin: 40px auto 0;
  width: 89%;
}
.copy .content02 dt {
  display: table-cell;
  font-size: 20px;
  line-height: 1.8;
  vertical-align: top;
  width: 53%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.075em;

}

.copy .content02 dd {
  display: table-cell;
  /* font-size: 20px;
  line-height: 1.8; */
  vertical-align: top;
  /* width: 18%; */
}

.copy dd p + p { margin-top: 1em;}

.copy dd span {
  color: #009ef1;
  font-weight: bold;
}

/* .copy dd img {
  position: relative;
  right: -30px;
} */

/*--------------------prejudice--------------------*/

.prejudice { margin-top: 50px;}

.prejudice .content {
  /* background: url(../images/prejudice-bg.jpg) no-repeat center top; */
  padding: 0 0 110px;
}

.prejudice h2 {
  /* margin-bottom: 60px; */
  text-align: center;
}

/* .prejudice-in {
  margin: 0 auto;
  width: 960px;
} */

.prejudice dl {
  display: table;
  /* margin-top: 50px; */
  width: 100%;
}

.prejudice dd {
  display: table-cell;
  /* font-size: 20px; */
  line-height: 1.8;
  position: relative;
  vertical-align: top;
}
.prejudice dd.txt {
    width: 61%;
    font-size: 20px;
}

.prejudice dd.sp-only { display: none;}

.prejudice dd:first-child.txt { 
  /* padding-right: 30px; */
  padding-left: 70px;
  padding-top: 15px;
}
.prejudice dd:first-child.txt p{
  padding-right: 77px;
  margin-top: 20px;
  font-feature-settings: "palt";
}
.prejudice dd.txt p {
  margin-top: 20px;
  font-feature-settings: "palt";
}
.prejudice dd:nth-child(2).txt {
  padding: 30px 56px 0 56px;
}

.prejudice dd span { color: #e03131;}

.prejudice dd p + p { margin-top: 1em;}

.deco { position: absolute;}

/*----------block01----------*/

/* .prejudice .block01 dd:nth-child(2) img {
  position: relative;
  top: -40px;
} */
.prejudice .block01 dl{
  background: url(../images/prejudice01-bg.jpg) no-repeat center top;
  background-size: cover;
}
.prejudice .block01 .deco {
  bottom: 40px;
  right: 0;
}

/*----------block02----------*/

/* .prejudice .block02 { margin-top: 50px;} */
.prejudice .block02 dl{
  background: url(../images/prejudice02-bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 10px;
}
.prejudice .block02 .deco {
  bottom: -30px;
  right: 0;
}

/*----------block03----------*/

/* .prejudice .block03 { margin-top: 80px;} */
.prejudice .block03 dl{
  background: url(../images/prejudice03-bg.jpg) no-repeat center top;
  background-size: cover;
}
.prejudice .block03 .deco {
  bottom: 30px;
  left: 120px;
}

/*----------block04----------*/

/* .prejudice .block04 { margin-top: 80px;} */
.prejudice .block04 dl{
  background: url(../images/prejudice04-bg.jpg) no-repeat center top;
  background-size: cover;
}
/* .prejudice .block04 dd:first-child img {
  position: relative;
  top: -40px;
} */

.prejudice .block04 .deco {
  bottom: -70px;
  right: 0;
}

/*----------block05----------*/

/* .prejudice .block05 { margin-top: 80px;} */
.prejudice .block05 dl{
  background: url(../images/prejudice05-bg.jpg) no-repeat center top;
  background-size: cover;
}
/* .prejudice .block05 dd:nth-child(2) img {
  position: relative;
  top: -40px;
} */

.prejudice .block05 .deco {
  bottom: -50px;
  right: -50px;
}

/*--------------------voice--------------------*/

/*--clearfix----------*/

.voice ul:after {
  content: '';
  display: block;
  clear: both;
}

/*--/clearfix----------*/

.voice { margin-top: 40px;}

.voice .content {
  background: url(../images/voice-bg.jpg) no-repeat center bottom;
  padding: 60px 0 250px;
}

.voice h2 { text-align: center;}

.voice ul {
  margin: 30px auto 0;
  width: 940px;
}

.voice li:nth-child(even) { float: right;}
.voice li:nth-child(odd) { float: left;}

.voice .center{
  margin:20px 0 0;
}

/*--------------------completed--------------------*/

.completed.tab-only { display: none;}

.completed .content {
    background: url(../images/completed-bg.jpg) repeat center top;
    margin-top: 70px;
    padding: 0 0 30px;
    width: 942px;
}

.completed dl {
  display: table;
  margin: 60px auto 0;
  width: 100%;
}
.completed dl.sp-only{
  display:none;
}
.completed dl:first-of-type {
  background: url(../images/completed-bg2.jpg) no-repeat center top;
  padding-top: 74px;
  margin: 0 auto;
}

.completed dd {
  display: table-cell;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  vertical-align: top;
}
.completed dl:nth-of-type(1) dd:first-child{
    width: 60%;
    padding: 80px 10px 0 45px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.completed dl:nth-of-type(3) dd:first-child,
.completed dl:nth-of-type(4) dd:last-of-type{
  text-align:center;
}
.completed dl:nth-of-type(3) dd:last-of-type{
    width: 65%;
    padding: 0 45px 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.completed dl:nth-of-type(4) dd:first-child{
    width: 67%;
    padding: 0 10px 0 45px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.completed dl:nth-of-type(1) dd span{
  color: #d6336c;
}
.completed dl:nth-of-type(3) dd span{
  color: #5bb86b;
}
.completed dl:nth-of-type(4) dd span{
  color: #009ef1;
}

.completed dd p{
  text-align:left;
}
.completed dd p + p { margin-top: 1em;}

.completed dd h2 {
    position: absolute;
    left: 70px;
    top: -115px;
}

/*----------name----------*/

.completed dd:nth-child(2) { text-align: center;}

.name span { font-size: 20px;}
.name span.min { font-size: 16px;}

/*--------------------cv--------------------*/

.cv .content {
  background: url(../images/cv-bg.jpg) repeat left top;
  border-radius: 20px;
  margin-top: 90px;
  padding: 1px 0 40px;
  position: relative;
  text-align: center;
}

.cv .content .inner {
    max-width: 961px;
    margin: 108px auto 0;
}

.cv-flag {
    left: 0;
    right: 0;
    position: absolute;
    top: -80px;
}

.cv-price { 
  float: left;
  width: 50%;
}
.cv-price img{
  vertical-align: middle;
}

.cv-batch {
  position: absolute;
  right: -10px;
  top: -30px;
}

.cv-txt {
  float: right;
  width: 50%;
  margin-bottom: 45px;
}
.cv-txt img{
  vertical-align: middle;
}

.cv-btn01 {
    margin: 45px auto 40px;
    text-align: center;
    width: 1080px;
}
.cv-btn01 a {
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cv-btn01 a:hover { opacity: .7;}

/*----------cv-teiki----------*/
.cv-teiki {
	margin: 3% auto;
	position: relative;
	width: 88.52%;
	max-width: 956px;
}
.cv-teiki img {
	vertical-align: top;
}
.cv-teiki a {
	display: block;
}
.cv-teiki > p:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 76%;
}
.cv-teiki > p:nth-child(2) a {
	display: block;
	margin: 0 auto;
	width: 75.73%;
	max-width: 724px;
}
@media screen and (min-width: 601px){
	.cv-teiki > p:nth-child(2) {
		padding-top: 45%;
	}
}
@media screen and (min-width: 769px){
	.cv-teiki > p:nth-child(2) a:hover {
		opacity: .7;
	}
}
/*
.cv-teiki {
  background: rgba(255,255,255,.8);
  border: 5px solid #ed8948;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.15);
  margin: 0 auto;
  padding: 20px 0;
  width: 95%;
}

.cv-teiki dl {
  display: table;
  width: 100%;
}

.cv-teiki dd {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.cv-teiki-tit {
  left: 0;
  position: absolute;
  top: -50px;
}

.cv-teiki dd a {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cv-teiki dd a:hover { opacity: .7;}
*/

/*--------------------material--------------------*/

.material .content {
  background: url(../images/material-bg.jpg) no-repeat center bottom;
  border-radius: 40px;
  margin-top: 60px;
  padding: 70px 0;
  position: relative;
}

.material-in {
  margin: 0 auto;
  width: 950px;
}

.material h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.material-copy {
  color: #3e3a39;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 100px;
}

.material-deco {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 0;
}

.material-pic-sp { display: none;}

/*----------material-block----------*/

/*--clearfix----------*/

.material dl:after,
.material .block-tit:after,
.right-pic:after {
  content: '';
  display: block;
  clear: both;
}

/*--/clearfix----------*/

.material dl {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}

.material-pic {
  /* display: block; */
  margin-top: 15px;
}

/*-----block-tit-----*/

.material .block-tit {
  /* background: url(../images/material-tit-line.png) no-repeat center bottom; */
  background-size: 100%;
  color: #5bb86b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.material .block-tit p { float: left;}

.material .block-tit p.material-name {
  background: #5bb86b;
  border-radius: 100px;
  color: #fff;
  float: right;
  font-size: 30px;
  padding: 3px 40px;
  text-align: center;
}

/*-----right-pic-----*/

.right-pic p {
  float: left;
  width: 58%;
}

.right-pic p:nth-child(2) {
  float: right;
  width: 38%;
}

/*-----col02-----*/

.col02 + .col02 { margin-top: 40px;}

.col02 dd {
  float: right;
  width: 460px;
}

.col02 dd:first-child { float: left;}

/*-----col03-----*/

.col03 { text-align: center;}

.col03 dd {
  display: inline-block;
  margin-top: 35px;
  vertical-align: top;
  width: 289px;
}

.col03 dd p { text-align: left;}

.col03 dd:nth-child(2) { margin: 35px 35px 0;}
.col03 dd:nth-child(5) { margin-left: 35px;}

.col03 .block-tit {
  background: none;
  font-size: 20px;
  padding-bottom: 0;
  text-align: center;
}

.col03 .block-tit p { float: none;}

.col03 .block-tit p.material-name {
  float: none;
  margin-top: 10px;
}

/*--------------------flow--------------------*/

.flow .content {
  background: url(../images/flow-bg.jpg) no-repeat center bottom;
  border-radius: 40px;
  margin-top: 90px;
  padding: 70px 0 50px;
}

.flow-in {
  margin: 0 auto;
  width: 800px;
}

.flow h2 {
  margin-bottom: 80px;
  text-align: center;
}

.flow dl {
  display: table;
  position: relative;
  width: 100%;
}

.flow dl + dl {
    margin-top: 45px;
}
.flow dl + .clear + dl{
  margin-top: 45px;
}

.flow dd {
  display: table-cell;
  font-size: 24px;
  line-height: 1.8;
  position: relative;
  vertical-align: top;
  font-feature-settings: "palt";
}

.flow dd h3 { margin-bottom: 20px;}

.flow dd:first-child.txt { padding-right: 30px;}
.flow dd:nth-child(2).txt {
    padding-left: 20px;
}

.flow .arrow { position: absolute;}

/*----------block01----------*/

.flow .block01 .arrow {
  bottom: -70px;
  right: -20px;
}

/*----------block02----------*/

.flow .block02 .arrow {
    bottom: -30px;
    left: 270px;
}

/*----------block04----------*/

.flow .block04 { width: 75%;}

.flow .block04 dd:first-child.txt { padding-right: 0;}

.flow .block04 .arrow {
  bottom: -20px;
  right: -120px;
}

/*----------block05----------*/

.flow .block05 {
  margin-left: 30%;
  width: 75%;
}

.flow .block05 dd:nth-child(2).txt { padding-left: 0;}

.flow .block05 .arrow {
  bottom: -20px;
  left: -150px;
}

/*----------block06----------*/

.flow .block06 { width: 78%;}

.flow .block06 dd:first-child.txt { padding-right: 0;}

.flow .block06 .arrow {
  bottom: -30px;
  right: -80px;
}

/*----------block07----------*/

.flow .block07 {
  margin-right: auto;
  margin-left: auto;
  width: 78%;
}

.flow .block07 dd:nth-child(2).txt { padding-left: 0;}

/*----------flow-copy----------*/

.flow-copy {
  background: #f7b86d;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  left: -100px;
  margin-top: 50px;
  padding: 20px 10px 20px 30px;
  position: relative;
}

.flow-copy span { color: #e8410b;}

/*--------------------arrange--------------------*/
.arrange .content {
    background: url(../images/arrange-bg-green.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 60px;
}
.arrange .content dl {
    display: table;
    background: url(../images/arrange-bg.png) no-repeat center top;
    background-size: cover;
    width: 85%;
    margin: -10px auto 0;
    padding: 25px 40px 65px 46px;
    font-feature-settings: "palt";
}
.arrange .content dt{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.arrange .content dt span{
  color: #e03131;
}
.arrange .content dt img{
  margin-bottom: 25px;
}
.arrange .content dd{
  display: table-cell;
  width: 45%;
  vertical-align: top;
  padding-left: 5%;
  font-size: 16px;
}
.arrange .content dd img {
  padding-top: 53px;
  margin-bottom: 25px;
}
/*--------------------commodity--------------------*/

.commodity { margin-top: 60px;}

.commodity .content {
  background: url(../images/commodity-bg.png) repeat left top;
  padding: 60px 0 50px;
}

.commodity h2 { 
  text-align: left;
  padding-left: 156px;
  padding-left: 15%;
  position: relative;
}

.commodity h2 span {
  display: inline-block;
}

.commodity h2 .deco {
  bottom: 0;
  left: 70px;
  position: absolute;
}
.commodity h2 .tit {
  margin-left: 70px;
}
.commodity h2 .pic {
    position: absolute;
    right:0;
    bottom: -168px;
}

.commodity-copy {
    font-size: 20px;
    line-height: 1.8;
    margin: 40px auto;
    width: 960px;
    font-feature-settings: "palt";
}

.commodity-in {
  margin: 0 auto;
  width: 1000px;
}

/*----------commodity-block----------*/

.commodity .block {
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  padding: 20px 0 30px;
  position: relative;
  text-align: center;
}

.commodity .block + .block { margin-top: 40px;}

.commodity .block .pic {
  left: 0;
  position: absolute;
  top: 0;
}

.commodity .block h3 {
  margin-bottom: 15px;
  position: relative;
}

.commodity .block h3 .deco { position: absolute;}

/*-----uma-----*/

.uma { background: url(../images/uma-bg.jpg) repeat left top;}

.uma .deco {
  right: 70px;
  top: -10px;
}

/*-----tori-----*/

.tori { background: url(../images/tori-bg.jpg) repeat left top;}

.tori .deco {
  bottom: -16px;
  right: 90px;
}

/*-----yasai-----*/

.yasai { background: url(../images/yasai-bg.jpg) repeat left top;}

.yasai .deco {
  top: -20px;
  right: 20px;
}

/*--------------------faq--------------------*/

.faq .content {
  background: url(../images/faq-bg.jpg) no-repeat center bottom;
  margin-top: 60px;
  padding: 30px 0 20px;
}

.faq h2 {
  margin: 0 0 40px 20px;
  position: relative;
}

.faq h2 .deco {
  bottom: -130px;
  position: absolute;
  right: 50px;
}

/*--------------------step--------------------*/
.step {
    margin-bottom: 140px;
}
.step .content {
  background: url(../images/step-bg.jpg) repeat left top;
  border-radius: 40px;
  margin-top: 140px;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.step h2 { margin-bottom: 40px;}

.step .deco {
  position: absolute;
  right: 40px;
  top: -96px;
}

/*--------------------application--------------------*/

.application { margin-top: 50px;}

/*----------tit----------*/

.application .tit {
  background: url(../images/application-tit-bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.application .tit h2 { margin-bottom: -40px;}

.application .package {
  bottom: -20px;
  margin-left: 460px;
  position: relative;
}

.application .deco {
  bottom: -19px;
  left: 40px;
  position: absolute;
}

.application .coupon {
  margin: 20px auto 0;
  padding:35px 0 25px;
  text-align: center;
}
.application .coupon img{
  width:71.66%;
  max-width:774px;
}
.application .about{
  margin: 0 auto;
  width:71.66%;
  max-width:774px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application .about img{
  width:47%;
}
.application .about p{
  width:50%;
  font-size:18px;
}
.application .about p span{
  font-size:16px;
  display:block;
  margin:5px 0 0;
}
.application h3{
  font-size:34px;
  color:#8a5512;
  font-weight:bold;
  margin:40px auto 15px;
  text-align:center;
}
.application h3:before,
.application h3:after {
  margin:0 1em;
  font-family: 'dogfood';
  content: "\e90a";
  font-weight:normal;
}
.application h3 br{
  display:none;
}
/*----------btn----------*/

.application .btn {
  font-size: 0;
  margin: 10px auto 0;
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
}

.application .btn li {
  width:33.3%;
  text-align:center;
}
.application .btn li img.arrow{
  width:20%;
}

.application .btn a {
  display: block;
  margin-top:5px;
}

.application .btn a img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width:100%;
}

.application .btn a:hover img,
.application .btn .on a img { opacity: 0.7;}


.select-txt {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

.form-wap {
  margin: 10px auto 0;
  width: 800px;
}

.form-wap iframe#egg_form {
  height: 2030px;
  margin: 0 auto;
  width: 100% !important;
}

.ano-block {
  margin: 20px auto 40px;
  width:88%;
  max-width:950px;
  padding-bottom: 20px;
}

.ano-block p {
  text-align: left;
  font-size:16px;
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------regularly--------------------*/

.regularly .content {
  background: url(../images/regularly-bg.jpg);
  padding-bottom: 60px;
}

.regularly .copy {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
  text-align: center;
}

.regularly .copy sup {
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}

.regularly .copy span { font-size: 32px;}
.regularly .copy span.red { color: #f03e3e;}

.regularly .copy span.sp-top {
  display: inline-block;
  margin-top: .5em;
}

.copy-ano {
  font-size: 16px;
  text-align: center;
}

.copy-att {
  font-size: 14px;
  text-align: left;
  margin: 10px auto 0;
  padding: 0 0 0 5%;
}

.regularly-in {
  margin: 0 auto;
  width: 920px;
}

.postage {
  font-size: 15px;
  margin: 30px auto 0;
  width: 943px;
}

.postage img {
  display: block;
  margin-bottom: 5px;
}

.if-regularly { margin-top: 40px;}

.if-mini {
  margin: 40px auto 0;
  text-align: center;
}

.postage img.sp-only { display: none;}

/*----------reason----------*/

.reason {
  background: #99c93c;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
  border-radius: 10px;
  color: #362e2b;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 80px;
  padding: 60px;
  position: relative;
}

.reason h3 {
  background: #3ab449;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding: 0 20px;
  position: absolute;
  right: 50%;
  top: -20px;
  text-shadow: 3px 3px 10px rgba(0,0,0,.25);
  white-space: nowrap;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.reason h3 span { color: #f1eb0a;}

.reason .tit {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.reason .tit.tit05 { margin-bottom: 0;}

.reason .tit:before {
  background: #fff;
  border-radius: 100px;
  color: #3ab449;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  padding: 3px 0;
  text-align: center;
  width: 30px;
}

.reason .tit.tit01:before { content: '1';}
.reason .tit.tit02:before { content: '2';}
.reason .tit.tit03:before { content: '3';}
.reason .tit.tit04:before { content: '4';}
.reason .tit.tit05:before { content: '5';}

.reason p + .tit { margin-top: 20px;}

.reason-deco {
  bottom: 20px;
  position: absolute;
  right: -110px;
}

.regularly-btn-tit {
  color: #362e2b;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 70px;
  text-align: center;
}

.regularly-btn-tit span {
  color: #ff9a2e;
  font-size: 40px;
}

.regularly-btn-arrow {
  margin: 20px 0 30px;
  text-align: center;
}

.regularly-btn {
  font-size: 0;
  text-align: center;
}

.regularly-btn li{
	width:23%;
	display:inline-block;
}

.regularly-btn li img{
	width:100%;
	height:auto;
}

.regularly-btn li a {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.regularly-btn li a:hover { opacity: .7;}

/*--------------------footer--------------------*/

footer {
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
}

/*--------------------vertical-alert--------------------*/

.vertical-alert {
  background: #9fc238;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.vertical-alert p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------
            liquid
------------------------------*/

@media screen and (max-width: 1100px){

  .content { width: 95%;}

  /*--------------------mv--------------------*/

  .mv img { width: 100%;}

  .mv .content {
    background: url(../images/mv-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
  }

  .mv-tell {
      width: 33.6%;
      left: auto;
      right: 0.5%;
      top: 2%;
      margin-left: 0;
  }

  .mv a {
      width: 47%;
      right: 1%;
      bottom: 3.1%;
      left: auto;
      margin-left: 0;
  }

  /*--------------------copy--------------------*/

  .copy h2 img,
  .copy dd img { width: 100%;}

  .copy .content { background-size: cover;}

  .copy h2 {
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }

  .copy dd { width: 40%;}

  .copy dd:first-child { width: 60%;}

  /* .copy dd img { right: -30px;} */

  /*--------------------prejudice--------------------*/

  .prejudice h2 img,
  .prejudice h3 img,
  .prejudice dd img { width: 100%;}

  /* .prejudice .content {
    background: url(../images/prejudice-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0 110px;
  } */

  /* .prejudice h2 {
    margin: 60px auto 30px;
    width: 80%;
  } */

  /* .prejudice-in { 
    width: 90%;
  } */

  .prejudice dd { width: 40%;}

  .prejudice dd:first-child.txt{
      padding-left: 0;
      padding-top: 0;
  }
  .prejudice dd:first-child.txt,
  .prejudice dd:nth-child(2).txt { 
    width: 60%;
    padding: 5%;
  }

  .prejudice dd:first-child.txt p{
      padding-right: 0;
  }

  /*----------block01----------*/

  .prejudice .block01 .deco {
    bottom: 0;
    right: -25%;
    width: 30%;
  }

  /*----------block02----------*/

  .prejudice .block02 .deco {
    bottom: -25%;
    width: 35%;
  }

  /*----------block03----------*/

  .prejudice .block03 .deco {
    bottom: -8%;
    width: 30%;
  }

  /*----------block04----------*/

  .prejudice .block04 .deco {
    bottom: -20%;
    right: 0;
    width: 40%;
  }

  /*----------block05----------*/

  .prejudice .block05 .deco {
    bottom: -40%;
    right: -40%;
    width: 70%;
  }

  /*--------------------voice--------------------*/

  .voice h2 img,
  .voice ul img { width: 100%;}

  .voice .content { background-size: cover;}

  .voice h2 {
    margin: 0 auto;
    width: 80%;
  }

  .voice ul {
    margin: 30px auto 0;
    width: 95%;
  }

  .voice li { width: 48%;}

  .voice li:nth-child(5) {
    margin-top: 10px;
    width: 80%;
  }

  /*--------------------completed--------------------*/

  .completed dd img,
  .completed dd h2 img { width: 100%;}

  .completed .content {
    width: 90%;
  }

  .completed dl:nth-of-type(1)  dd { width: 45%;}

  .completed dl:nth-of-type(1)  dd:first-child {
    padding: 50px 30px 0 45px;
    width: 55%;
  }

  .completed dl:nth-of-type(3) dd:first-child,
  .completed dl:nth-of-type(4) dd:last-of-type { 
    width: 30%;
  }
  .completed dl:nth-of-type(3) dd:first-child img,
  .completed dl:nth-of-type(4) dd:last-of-type img { 
    width: 80%;
  }

  .completed dl:nth-of-type(3) dd:last-of-type{
    padding-left: 30px;
    width: 70%;
  }
  .completed dl:nth-of-type(4) dd:first-child { 
    padding-right: 30px;
    width: 70%;
  }

/*
  .completed dd h2 {
    right: -10%;
    top: -20%;
    width: 100%;
  }
*/

  /*----------name----------*/

  /* .name {
    font-size: 23px;
    padding: 15px;
  } */

  .name span { font-size: 16px;}
  .name span.min { font-size: 16px;}

  /*--------------------cv--------------------*/

  .cv-price img,
  .cv-txt img,
  .cv-flag img { width: 100%;}

  /* .cv-flag {
    left: -1%;
    top: -5%;
    width: 50%;
  } */

  /* .cv-price {
    margin: 0 auto;
    width: 95%;
  } */

  .cv-price img.cv-batch {
    right: -2%;
    top: 0;
    width: 10%;
  }

  /* .cv-txt {
    margin: 40px auto 0;
    width: 95%;
  } */

  .cv-btn01 { width: 65%;}

  .cv hr {
    background-size: 100% auto;
    margin: 30px auto 60px;
    width: 95%;
  }

  /*----------cv-teiki----------*/

  .cv-teiki img { width: 100%;}
/*

  .cv-teiki {
    background: rgba(255,255,255,.8);
    border: 5px solid #ed8948;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    margin: 0 auto;
    padding: 20px 0;
    width: 95%;
  }

  .cv-teiki img.cv-teiki-tit {
    top: -60%;
    width: 60%;
  }
*/

  /*--------------------material--------------------*/

  .material h2 img { width: 100%;}

  .material .content {
    background: url(../images/material-bg.jpg) no-repeat center bottom,
                url(../images/material-bg-plus.jpg) no-repeat center top;
    background-size: 100%;
  }

  .material-in { width: 95%;}

  .material h2 { width: 80%;}

  .material-copy {
    color: #3e3a39;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 100px;
  }

  .material-deco {
    right: 2%;
    top: -.5%;
    width: 40%;
  }

  /*----------material-block----------*/

  /*--clearfix----------*/

  .material dl:after,
  .material .block-tit:after,
  .right-pic:after {
    content: '';
    display: block;
    clear: both;
  }

  /*--/clearfix----------*/

  .material-pic { width: 100%;}

  /*-----block-tit-----*/

  .material .block-tit p.material-name { padding: 3px 20px;}

  /*-----right-pic-----*/

  .right-pic p img { width: 100%;}

  .col02 dd { width: 49%;}

  /*-----col03-----*/

  .col03 { text-align: center;}

  .col03 dd { width: 32%;}

  .col03 dd:nth-child(2) { margin: 35px 1% 0;}
  .col03 dd:nth-child(5) { margin-left: 2%;}

  /*--------------------flow--------------------*/

  .flow h2 img,
  .flow dd img { width: 100%;}

  .flow .content {
    background: url(../images/flow-bg.jpg) no-repeat center bottom,
                url(../images/flow-bg-plus.jpg) no-repeat center top;
    background-size: 100%;
  }

  .flow-in {
    margin: 0 auto;
    width: 95%;
  }

  .flow h2 {
    margin: 0 auto 80px;
    width: 80%;
  }

  .flow dd { width: 40%;}

  .flow dd:first-child.txt,
  .flow dd:nth-child(2).txt{ width: 60%}

  .flow dd br { display: none;}

  .flow .arrow{
    display: none;
  }
  /*----------block01----------*/

  /* .flow .block01 .arrow {
    bottom: -20%;
    right: -5%;
    width: 7%;
  } */

  .flow .block01 h3 { width: 75%;}

  /*----------block02----------*/

  /* .flow .block02 .arrow {
    bottom: -5%;
    left: 5%;
    width: 15%;
  } */

  .flow .block02 h3 { width: 80%;}

  /*----------block03----------*/

  .flow .block03 h3 { width: 80%;}

  /*----------block04----------*/

  .flow .block04 { width: 75%;}

  .flow .block04 h3 { width: 85%;}

  /* .flow .block04 .arrow {
    bottom: -5%;
    right: -70%;
    width: 25%;
  } */

  /*----------block05----------*/

  .flow .block05 { margin-left: 25%;}

  .flow .block05 h3 { width: 85%;}

  /* .flow .block05 .arrow {
    bottom: -5%;
    left: -70%;
    width: 25%;
  } */

  /*----------block06----------*/

  .flow .block06 dd:first-child.txt { padding-right: 5%;}

  .flow .block06 h3 { width: 85%;}

  /* .flow .block06 .arrow {
    bottom: -5%;
    right: -40%;
    width: 20%;
  } */

  /*----------block07----------*/

  .flow .block07 {
    margin-right: auto;
    margin-left: auto;
    width: 78%;
  }

  .flow .block07 h3 { width: 85%;}

  /*----------flow-copy----------*/

  .flow-copy {
    left: 0;
    width: 60%;
  }

  /*--------------------commodity--------------------*/
  .commodity{
    margin-top: 160px;
  }

  .commodity img { width: 80%;}

  .commodity h2 span { width: 60%;}

  .commodity h2 .deco {
    left: 0;
    width: 25%;
  }
  .commodity h2 .pic {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 37%;
}

  .commodity-copy {
    font-size: 20px;
    line-height: 1.8;
    margin: 40px auto;
    width: 90%;
  }

  .commodity-in {
    margin: 0 auto;
    width: 95%;
  }

  /*----------commodity-block----------*/

  .commodity .block .pic { width: 25%;}

  .commodity .block img {
    margin: 0 auto;
    width: 90%;
  }

  .commodity .block h3 {
    margin: 0 auto 15px;
    width: 75%;
  }

  .commodity .block h3 .deco { position: absolute;}

  /*-----uma-----*/

  .commodity .block.uma img.deco {
    right: -10%;
    width: 20%;
  }

  /*-----tori-----*/

  .commodity .block.tori img.deco {
    right: -8%;
    width: 15%;
  }

  /*-----yasai-----*/

  .commodity .block.yasai img.deco {
    right: -5%;
    width: 20%;
  }

  /*--------------------faq--------------------*/

  .faq img { width: 100%;}

  .faq h2 {
    margin: 0 0 40px 2%;
    width: 88%;
  }

  .faq h2 .deco {
    bottom: -70%;
    right: -10%;
    width: 20%;
  }

  /*--------------------step--------------------*/

  .step img { width: 100%;}

  .step h2 {
    margin: 0 auto 40px;
    width: 80%;
  }

  .step h2 + img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .step .deco {
    right: 3%;
    top: -17%;
    width: 30%;
  }

  /*--------------------application--------------------*/

  .application { margin-top: 50px;}

  /*----------tit----------*/

  .application .tit img { width: 100%;}

  .application .tit {
    background: url(../images/application-tit-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
    padding-top: 50px;
    position: relative;
    text-align: center;
  }

  .application .tit h2 {
    margin: 0 auto;
    width: 85%;
  }

  .application .package {
    margin-left: 40%;
    width: 60%;
  }

  .application img.deco {
    bottom: -4%;
    left: 3%;
    width: 35%;
  }
  .application .coupon img,
  .application .about{
    width:88%;
  }
  .application h3 {
    font-size: 3.4vw;
  }

  /*----------btn----------*/

  .form-wap {
    overflow: hidden;
    width: 100%;
  }

  /*--------------------regularly--------------------*/

  .regularly h2 img,
  .postage img,
  .if-regularly img { width: 100%;}

  .regularly .copy {
    margin: 30px auto 0;
    width: 90%;
  }

  .regularly .copy sup {
    font-size: 16px;
    font-weight: normal;
    vertical-align: top;
  }

  .regularly-in {
    margin: 0 auto;
    width: 95%;
  }

  .postage { width: 95%;}

  .if-regularly {
    margin: 40px auto 0;
    width: 100%;
  }

  .if-mini img {
    width: 95%;
  }

  /*----------reason----------*/

  .reason { padding: 60px 30px;}

  .reason-deco {
    bottom: -5%;
    right: -5%;
    width: 25%;
  }

  .regularly-btn-tit {
    margin: 70px auto 0;
    width: 95%;
  }

}

/*------------------------------
              tab
------------------------------*/

@media screen and (max-width: 768px){

  /*--------------------mv--------------------*/

  .mv a:hover { opacity: 1;}

  /*--------------------copy--------------------*/

  .copy dd:first-child {
    padding-right: 5%;
    width: 55%;
  }

  .copy dd {
    margin: 0 auto;
    width: 40%;
  }

  /* .copy dd img { right: 0;} */

  /*--------------------prejudice--------------------*/

  /*----------block03----------*/

  .prejudice .block03 .deco { right: -25%;}

  /*----------block04----------*/

  .prejudice .block04 .deco { bottom: -40%;}

  /*----------block05----------*/

  .prejudice .block05 .deco {
    bottom: auto;
    right: -60%;
    top: 80%;
    width: 70%;
  }

  /*--------------------completed--------------------*/
  .completed .content{

  }
  .completed dl {
    display: table;
    width: 95%;
    margin: 30px auto 0;
  }
  .completed dl:first-of-type{
    padding-top: 8vw;
    margin: 0 auto;
  }
/*
  .completed dd h2{
    top: -24%;
  }
*/
  .completed dl:first-of-type dd {
    text-align: left;
    width: 40%;
  }

  .completed dl:first-of-type dd:first-child {
    padding: 0 5% 0 0;
    text-align: left;
    width: 55%;
  }

  .completed dl:first-of-type dd:nth-child(2) { text-align: left;}
  .completed dl:nth-of-type(3) dd:last-of-type{
    padding: 0 0 0 5%;
  }
  .completed dl:nth-of-type(4) dd:first-child{
    padding: 0 5% 0 0;
  }

  /*--------------------cv--------------------*/

  .cv-btn01 a:hover { opacity: 1;}

  /*----------cv-teiki----------*/

/*  .cv-teiki dd a:hover { opacity: 1;}*/

  /*--------------------material--------------------*/

  .material .content {
    background: url(../images/material-bg.jpg) no-repeat center bottom,
                url(../images/material-bg-plus.jpg) repeat center top;
    background-size: 100%;
  }

  /*----------material-block----------*/

  .material-pic {
    margin: 0 auto;
    width: 80%;
  }

  /*-----right-pic-----*/

  .right-pic p img { width: 100%;}

  .col02 dd { width: 48%;}

  /*-----col03-----*/

  .col03 { margin-top: 30px;}

  .col03 dd {
    margin: 10px;
    vertical-align: top;
    width: 30%;
  }

  .material .block-tit p.material-name { font-size: 25px;}

  .col03 dd:nth-child(2) { margin: 10px 1%;}
  .col03 dd:nth-child(5) { margin-left: 2%;}

  /*--------------------flow--------------------*/

  .flow .content {
    background: url(../images/flow-bg.jpg) no-repeat center bottom,
                url(../images/flow-bg-plus.jpg) repeat center top;
    background-size: 100%;
  }

  /*----------block02----------*/

  .flow .block02 .arrow {
    bottom: -10%;
    left: 20%;
  }

  /*--------------------commodity--------------------*/
  .commodity{
    margin-top: 100px;
  }


  /*--------------------application--------------------*/

  .application .coupon {
    width: 100%;
    padding: 7.3vw 0 4.6vw;
  }

  .application .coupon img{
  	width:100%;
  	height:auto;
  }

  .application .about{
    display: block;
    width: 96%;
  }
  .application .about img {
    width: 88%;
    margin:0 6% 1rem;
  }
  .application .about p{
    width: 100%;
    font-size:15px;
  }
  .application .about p span{
    font-size:14px;
  }
  .application h3{
    font-size: 4.3vw;
    line-height:1.25;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .application h3:before,
  .application h3:after{
    margin: 0 0.5em;
  }
  .application .btn{
    margin: 10px -1%;
    width: 102%;
  }
  .application .btn a{
    padding: 0.6vw;
    margin-top: 2vw;
  }
  .application .btn li a img{
    filter: drop-shadow(0 0 1vw rgba(0,0,0,0.3));
  }

  .ano-block{
    margin: 1rem auto 2rem;
    width: 96%;
  }
  .ano-block p{
    font-size: 14px;
  }

  /*----------btn----------*/

  .application .btn li img.arrow{ width: 33%;}
  .application .btn a:hover img,
  .application .btn .on a img,
  .application .btn a:hover { opacity: 1;}

  .application .btn a .sp-none{
    display:none;
  }
  .application .btn a .sp-only{
    display:block;
  }
  /*--------------------regularly--------------------*/

  /*----------reason----------*/

  .reason h3 { font-size: 30px;}

  .reason-deco {
    bottom: -9%;
    right: -2%;
    width: 25%;
  }

  .regularly-btn li a:hover { opacity: 1;}

}

/*------------------------------
              sp
------------------------------*/

@media screen and (max-width: 600px){

  .content { width: 100%;}

  .sp-none { display: none;}
  .sp-only { display: block;}

  img { width: 100%;}

  /*--------------------mv--------------------*/

  .mv {
      position: relative;
      text-align: center;
  }

  .mv_img.pc { display: none; }
  .mv_img.sp { display: block; }

  .mv-tell {
    position: absolute;
    width: 62.5%;
  left: 19%;
  top: auto;
  bottom: 3.6%;
  }

  .mv a {
      position: absolute;
      width: 90%;
      bottom: 10.7%;
      left: 5.8%;
  }
  /*--------------------dogvoice--------------------*/
  .dogvoice{
      padding: 0 5% 5% 5%;
      background: url(../images/sp/dogvoice_bg.jpg) no-repeat center top;
      background-size: cover;
      margin-top: 0;
  }
  .dogvoice .content {
      padding: 20px 0 60px;
  }
  .dogvoice h3{
    margin-bottom: 40px;
  }

  /*--------------------copy--------------------*/

  .copy .content01 {
    background: url(../images/sp/copy-bg01.jpg) no-repeat center bottom;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    padding: 35px 0 45px;
  }
  .copy .content02{
    background: url(../images/sp/copy-bg02.jpg) no-repeat center top;
    background-size: cover;
    padding: 55px 0;
    position: relative;
  }
  .copy .content02 .deco02{
      width: 153px;
      position: absolute;
      right: 0;
      bottom: -10px;
  }

  /* .copy h2 { width: 90%;} */

  .copy .content02 dl {
    display: block;
    margin: 30px auto 0;
    position: relative;
    width: 90%;
  }
  .copy .content02 dt{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }

  .copy dd {
    display: block;
    font-size: 13px;
    width: 100%;
  }

  .copy dd:first-child {
    padding-right: 0;
    width: 100%;
  }

  .copy dd p:nth-child(2) { width: 50%;}

  /* .copy dd img { position: static;} */

  .copy dd:nth-child(2) {
      display: block;
      width: 100%;
      position: static;
  }

  .copy .content01 dl{
    display: block;
    width: 90%;
  }
  .copy .content01 dt {
      display: block;
      width: 67%;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 35px;
  }
  .copy .content02 dd:nth-child(2){
      margin-top: 35px;
  }

  /*--------------------prejudice--------------------*/

  .prejudice { margin-top: 0;}

  /* .prejudice .content {
    background: url(../images/sp/prejudice-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0 30px;
  } */

  /* .prejudice h2 {
    margin: 0 auto 30px;
    width: 73%;
  } */

  /* .prejudice-in { width: 90%;} */
  .prejudice .content{
      padding-bottom: 48px;
  }
  .prejudice dl {
    display: block;
    /* margin-top: 25px; */
    width: 100%;
  }

  .prejudice dd {
    display: block;
    font-size: 13px;
    width: 100%;
  }

  .prejudice dd.sp-none { display: none;}
  .prejudice dd.sp-only { display: block;}

  .prejudice dd.txt p{
      font-size: 14px;
      margin-top: 25px;
  }
  .prejudice dd.txt p.fs16{
      font-size: 12px !important;
  }
  .prejudice dd:first-child.txt p{
      padding-right: 0;
      margin-top: 25px;
  }
  .prejudice dd:nth-child(2).txt {
    padding: 0;
    width: 90%;
    padding-top: 35px;
    margin: 0 auto;
  }

  /*----------block01----------*/

  /* .prejudice .block01 dd:nth-child(2) img {
    left: 40%;
    right: auto;
    top: 0;
    width: 50%;
  } */
  .prejudice dd:first-child.txt {
    background: url(../images/sp/prejudice01-bg.jpg) top center no-repeat;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2%;
    
  }
  .prejudice .block01 dd:nth-child(2) img.deco {
    bottom: 0;
    left: 5%;
    position: absolute;
    right: auto;
    top: auto;
    width: 30%;
  }

  /*----------block02----------*/

  /* .prejudice .block02 { margin-top: 30px;} */

  /* .prejudice .block02 dd:nth-child(3) img {
    left: 10%;
    position: relative;
    top: 0;
    width: 40%;
  } */
  .prejudice .block02 dl{
    background: url(../images/sp/prejudice02-bg.jpg) no-repeat center top;
  }
  .prejudice .block02 dd:nth-child(3) img.decso {
    bottom: 0;
    left: 55%;
    position: absolute;
    right: auto;
    top: auto;
    width: 40%;
  }

  /*----------block03----------*/

  /* .prejudice .block03 { margin-top: 30px;} */
  .prejudice .block03 dd.txt{
    background: url(../images/sp/prejudice03-bg.jpg) top center no-repeat;
    padding-top: 35px;
  }
  /* .prejudice .block03 dd:nth-child(2) { margin-top: 20px;} */

  /* .prejudice .block03 dd:nth-child(2) img {
    left: 40%;
    position: relative;
    top: 0;
    width: 50%;
  } */

  .prejudice .block03 dd:nth-child(2) img.deco {
    bottom: 0;
    left: 10%;
    position: absolute;
    right: auto;
    top: auto;
    width: 30%;
  }

  /*----------block04----------*/

  /* .prejudice .block04 { margin-top: 30px;} */

  .prejudice .block04 dd:nth-child(3) { margin-top: 20px;}

  /* .prejudice .block04 dd:nth-child(3) img {
    left: 5%;
    position: relative;
    top: 0;
    width: 50%;
  } */

  .prejudice .block04 dd:nth-child(3) img.deco {
    bottom: 0;
    left: auto;
    position: absolute;
    right: -5%;
    top: auto;
    width: 45%;
  }

  /*----------block05----------*/

  /* .prejudice .block05 { margin-top: 30px;} */
  .prejudice .block05 dd.txt{
    padding-top: 25px;
  }
  /* .prejudice .block05 dd:nth-child(2) { margin-top: 20px;} */

  /* .prejudice .block05 dd:nth-child(2) img {
    left: 50%;
    position: relative;
    top: 0;
    width: 50%;
  } */

  .prejudice .block05 dd:nth-child(2) img.deco {
    bottom: 0;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 50%;
  }

  /*--------------------voice--------------------*/

  .voice { margin-top: 0;}

  .voice .content {
    background: url(../images/sp/voice-bg.jpg)  no-repeat center bottom;
    background-size: cover;
    padding: 30px 0 100px;
  }

  .voice h2 { width: 85%;}

  .voice ul {
    margin: 30px auto 0;
    text-align: center;
    width: 90%;
  }

  .voice li {
    display: inline-block;
    width: 100%;
  }

  /* .voice li:nth-child(even),
  .voice li:nth-child(odd) { float: none;} */

  .voice li:nth-child(even),
  .voice li:nth-child(odd){ 
    width: 80%;
  }

  .voice li:nth-child(3),
  .voice li:nth-child(4),
  .voice li:nth-child(5) { margin-top: 0;}

  .voice .center img{
      width:80%;
  }

  /*--------------------completed--------------------*/
  .completed{
    margin-bottom: 35px;
  }
  .completed .content {
    background-size: 100% auto;
    margin-top: 35px;
    padding: 0 0 15px;
  }

  .completed dl,
  .completed dl.sp-only {
    display: flex;
    flex-wrap: wrap;
  }
  .completed dl.sp-none {
    display: none;
  }
  .completed dl:nth-of-type(2){
    background: url(../images/completed-bg2.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 50px 0 0;
  }

  .completed dd {
    display: block;
    font-size: 13px;
    width: 100% !important;
    text-align: center;
  }

  .completed dd:first-child {
    margin-bottom: 10px;
    padding-right: 0;
    position: relative;
  }

  .completed dl:nth-of-type(3) dd:last-of-type,
  .completed dl:nth-of-type(4) dd:first-child{
    padding: 0;
  }
  .completed dl:nth-of-type(4) dd:first-child{
    order:2;
  }
  .completed dl:nth-of-type(4) dd:last-of-type{
    order:1;
  }
  .completed dl:nth-of-type(3) dd:first-child img,
  .completed dl:nth-of-type(4) dd:last-of-type img{
    width:40%;
  }
  .completed dd p {
      padding: 0 5%;
  }

  /* .name {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 15px;
  } */

  .name span.min { font-size: 13px;}

  .name span { font-size: 14px;}

  .completed dd img {
      width: 82%;
  }
  .completed dd .name img {
      width: 33%;
      position: absolute;
      left: 11px;
      bottom: 64px;
  }

  .completed dd h2 {
      right: 15%;
      top: -31%;
      width: 70%;
  }

  /*--------------------cv--------------------*/

  .cv .content {
    border-width: 4px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px 0 15px;   
    width: 90%;
  }

  .cv .content .inner{
    margin: 0;
    margin-top: 20px;
  }

  .cv-flag {
    left: 0;
    right: 0;
    position: absolute;
    top: -5%;
    width: 100%;
  }

  .cv-price { position: relative;}

  .cv-batch { display: none;}

  .cv-txt { 
    margin-top: 0;
    float: none;
    width: 85%;
    margin: 0 auto;
  }

  .cv-btn01 {
    margin: 17px auto;
    position: static;
    width: 90%;
    -webkit-transform: none;
    transform: none;
  }

  .cv hr {
    background: url(../images/cv-line.png) no-repeat center center;
    background-size: auto 100%;
    height: 10px;
    margin: 10px auto 35px;
  }

  /*----------cv-teiki----------*/

/*
  .cv-teiki {
    border-width: 4px;
    border-radius: 10px;
    padding: 20px 2%;
    width: 88%;
    margin-top: 25px;
  }

  .cv-teiki dl,
  .cv-teiki dd { display: block;}

  .cv-teiki img.cv-teiki-tit {
    left: 50%;
    top: -40%;
    width: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
*/

  /*--------------------material--------------------*/

  .material .content {
    background: url(../images/sp/material-bg-deco.png) no-repeat center bottom,
                url(../images/sp/material-bg.jpg) no-repeat center center;
    background-size: 100% auto, cover;
    border-radius: 0;
    margin-top: 50px;
    padding: 30px 0 0;
  }

  .material-in { width: 90%;}

  .material h2 img{
    width: 63%;
  }
  .material-deco {
      right: 0;
      top: -1.5%;
      width: 57%;
  }

  .material-copy {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .col02 dd {
    float: none;
    width: 100%;
  }

  .col02 dd:first-child { float: none;}

  /*----------block-tit----------*/

  .material .block-tit {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .material .block-tit p { float: none;}

  .material .block-tit p br { display: none;}

  .material .block-tit p.material-name {
    float: none;
    font-size: 18px;
    margin-top: 5px;
    padding: 5px 0;
  }

  .material dl { font-size: 13px;}

  .material-pic-sp {
    display: table;
    margin: 15px auto 0;
    width: 100%;
  }

  .material-pic-sp li {
      display: table-cell;
      vertical-align: top;
      width: 32%;
  }

  .material-pic-sp li:first-child {
      padding-right: 2%;
      width: 65%;
  }

  .col02 + .col02 { margin-top: 20px;}

  .col02 dd:first-child { margin-bottom: 20px;}

  .material-pic { 
    margin-top: 15px;
    width: 100%;
  }

  .block-tit + p br { display: none;}

  /*----------material-block----------*/

  /*-----right-pic-----*/

  .right-pic p {
    float: none;
    width: 100%;
    font-size: 12px;
  }

  .right-pic p:nth-child(2) { display: none;}

  /*-----col03-----*/

  /*--clearfix----------*/

  .col03:after {
    content: '';
    display: block;
    clear: both;
  }

  /*--/clearfix----------*/

  .col03 { margin-top: 10px;}

  .col03 dd {
    display: block;
    float: right;
    margin: 15px 0;
    width: 48%;
  }

  .col03 dd:nth-child(2),
  .col03 dd:nth-child(4) { margin: 15px 0;}

  .col03 dd:nth-child(odd) { float: left;}

  .col03 .block-tit p {
    font-size: 13px;
    text-align: center;
  }

  .col03 .material-pic { width: 100%;}

  /*--------------------flow--------------------*/

  .flow .content {
    background: url(../images/sp/flow-bg.png)  no-repeat center center;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    padding: 40px 0 25px;
  }

  .flow dl + dl {
      margin-top: 5%;
  }
  .flow dl + .clear + dl{
      margin-top: 5%;
  }

  .flow h2 {
    margin-bottom: 40px;
    width: 90%;
  }
  .flow dl{
    width: 95%;
  }
  .flow dd {
    font-size: 13px;
    line-height: 1.5;
    width: 50%;
  }
  .flow dd:first-child.txt, .flow dd:nth-child(2).txt {
      width: 50%;
  }
  .flow dd:nth-child(2).txt { padding-left: 0;}
  .flow dd:first-child.txt { padding-right: 0;}

  .flow dd h3 { margin-bottom: 10px;}

  .flow dd.txt{
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
  }

  /*----------block01----------*/

  .flow .block01 .arrow {
    bottom: -20%;
    right: -5%;
    width: 6%;
  }

  .flow .block01 h3 { width: 100%;}

  /*----------block02----------*/
  .flow .block02{
    float: right;
  }
  .flow .block02 .arrow {
    bottom: -25%;
    left: 5%;
    width: 10%;
  }

  .flow .block02 dd { width: 50%;}

  .flow .block02 dd:first-child.txt { width: 50%;}

  .flow .block02 h3 { width: 100%;}

  /*----------block03----------*/

  .flow .block03 .arrow {
    bottom: -20%;
    right: -4%;
    width: 5%;
  }

  .flow .block03 h3 { width: 100%;}

  .flow .block03 dd { width: 50%;}

  .flow .block03 dd:nth-child(2).txt { width: 50%;}

  .flow .block03 dd{
    position: relative;
  }
  .flow .block03 .deco{
    width: 60%;
    right: 10px;
  }

  /*----------block04----------*/

  .flow .block04 { 
    width: 95%;
    float: right;
  }

  /* .flow .block04 h3 { width: 80%;} */

  .flow .block04 .arrow {
    bottom: -30%;
    left: 5%;
    right: auto;
    width: 10%;
  }

  .flow .block04 .deco {
    bottom: -35%;
    position: absolute;
    right: 20%;
    width: 20%;
  }

  .flow .block04 dd:first-child.txt {
    padding-right: 10px;
    width: 50%;
  }


  /*----------block05----------*/

  .flow .block05 {
    margin-left: 0;
    width: 95%;
  }

  .flow .block05 h3 { width: 80%;}

  .flow .block05 .arrow {
    bottom: -50%;
    left: auto;
    right: 0;
    width: 6%;
  }

  .flow .block05 dd { width: 50%;}

  .flow .block05 dd:nth-child(2).txt {
    padding-left: 10px;
    width: 50%;
  }


  /*----------block06----------*/

  .flow .block06 { 
    width: 90%;
    float: right;
  }

  /* .flow .block06 h3 { width: 80%;} */

  .flow .block06 .arrow {
    bottom: -35%;
    left: 30%;
    right: auto;
    width: 14%;
  }

  .flow .block06 dd { width: 50%;}

  .flow .block06 dd:first-child.txt { width: 50%;}

  /*----------block07----------*/


  .flow .block07 {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    float: left;
  }

  .flow .block07 h3 { width: 80%;}

  .flow .block07 dd { width: 50%;}

  .flow .block07 dd:nth-child(2).txt {
    padding-left: 10px;
    width: 50%;
  }

  /*----------flow-copy----------*/

  .flow-copy {
      border-radius: 10px;
      font-size: 14px;
      left: 0;
      margin: 40% 5% 0;
      padding: 4%;
      width: 80%;
  }

  .flow-copy img {
    bottom: 100%;
    position: absolute;
    right: 0;
    width: 90%;
  }

  /*----------arrange----------*/
  .arrange .content{
    margin-top: 40px;
  }
  .arrange h3{
    text-align: center;
    margin: 0 auto;
  }
  .arrange h3 img {
      padding-top: 25px;
      width: 95%;
      margin: 0 auto 25px;
  }
  .arrange .content .inner{
    width: 90%;
    margin: 0 auto;
  }
  .arrange .content dl {
    position: relative;
    background-image: url(../images/sp/arrange_bg_top.jpg),url(../images/sp/arrange_bg_bottom.jpg),url(../images/sp/arrange_bg.jpg);
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100%;
    width: 90%;
    padding: 5%;
    margin: 0;
  }
  .arrange .content dt{
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .arrange .content dt img{
    margin-bottom: 10px;
  }
  .arrange .content dt p.sp-only{
    font-size: 10px;
    margin-bottom: 25px;
  }
    .arrange .content dt p.fs16{
    font-size: 12px !important;
  }
  .arrange .content dd{
    display: block;
    width: 100%;
    padding-left: 0;
  }


  /*--------------------commodity--------------------*/

  .commodity { margin-top: 0;}

  .commodity .content {
    background: url(../images/commodity-bg.png) repeat left top;
    padding: 0 0 25px;
    margin-top: 60px;
  }
  .commodity h2{
    padding-left: 0;
  }
  .commodity h2 .pic{
    position: static;
    width: 100%;
  }
  .commodity img{
    width: 100%;
  }

  .commodity h2 .deco {
    bottom: -24%;
    left: -18%;
    width: 32%;
  }

  .commodity-copy {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .commodity .block { border-radius: 10px;}

  .commodity .block + .block { margin-top: 20px;}

  .commodity .block img { vertical-align: bottom;}

  .commodity .block.yasai img.deco {
    right: -15%;
    width: 23%;
  }

  /*--------------------faq--------------------*/

  .faq .content {
    background: url(../images/sp/faq-bg.jpg) no-repeat center bottom;
    background-size: cover;
    margin-top: 0;
    padding: 30px 0 40px;
  }

  .faq h2 .deco { display: none;}

  /*--------------------step--------------------*/
  .step{
    margin-bottom: 80px;
  }
  .step .content {
    background: url(../images/step-bg.jpg) repeat left top;
    border-radius: 20px;
    margin-top: 15%;
    padding: 10px 0 30px;
    width: 90%;
  }

  .step h2 {
    margin-bottom: 10px;
    width: 72%;
  }

  .step .deco {
    bottom: 97%;
    right: 5%;
    top: auto;
    width: 40%;
  }

  .step h2 + img { display: none;}

  .step h2 + img + img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  /*--------------------application--------------------*/

  .application { margin-top: 0;}

  .application .tit {
    background: url(../images/application-tit-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0;
    padding-top: 20px;
    position: relative;
    text-align: center;
  }

  .application .tit h2 {
    padding-top: 1.4%;
    margin-bottom: -4%;
  }
  .application h3{
    font-size: 26px;
  }
  .application h3 br{
    display:block;
  }
  .application .coupon{
    width:95.2%;
  }
  .application .about{
    width:90.6%;
  }
  .application .btn{
    margin: 10px auto;
    width: 97%;
  }
  .ano-block{
    width:90.6%;
  }

  .form-wap { width: 90%;}

  .form-wap iframe#egg_form { height: 2440px;}

  /*--------------------regularly--------------------*/

  .regularly .content {
    background: url(../images/regularly-bg.jpg);
    padding-bottom: 30px;
  }

  .regularly .copy {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
  }

  .regularly .copy sup { font-size: 10px;}

  .regularly .copy span { font-size: 16px;}

  .copy-ano {
    font-size: 13px;
    margin-top: 1em;
  }

  .postage {
    font-size: 13px;
    line-height: 1.3;
  }

  .postage img.sp-none { display: none;}
  .postage img.sp-only { display: block;}

  .if-regularly { margin-top: 20px;}

  .if-mini img{
    width: 90%;
    margin: 0 auto;
  }

  /*----------reason----------*/

  .reason {
    border-radius: 5px;
    font-size: 13px;
    margin-top: 50px;
    padding: 40px 20px 30px;
  }

  .reason h3 {
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 10px;
  }

  .reason h3 span { font-size: 22px;}

  .reason .tit {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .tit04 + p { padding-right: 20px;}

  .reason .tit:before { width: 25px;}

  .reason p + .tit { margin-top: 20px;}

  .reason-deco {
    bottom: 1%;
    right: 0;
    width: 25%;
  }

  .regularly-btn-tit {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 35px;
  }

  .regularly-btn-tit span { font-size: 20px;}

  .regularly-btn-arrow {
    margin: 10px auto 20px;
    width: 10%;
  }

  .regularly-btn {
    margin: 0 auto;
    width: 90%;
  }

  .regularly-btn li {
    display: block;
    width: 100%;
    margin:5px 0;
  }


  /*--------------------footer--------------------*/

  footer {
    font-size: 13px;
    padding: 20px 0;
  }

  /*--------------------vertical-alert--------------------*/

  .vertical-alert p { font-size: 16px;}

  .select-txt { font-size: 13px;}

}



/* bnr teiki */

footer {
	padding-bottom: 5%;
}
.bnr-teiki {
	background-color: #333b6a;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
}
.bnr-teiki > div {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.teiki-wrap {
	width: 100%;
	margin: 0 auto;
	letter-spacing: -.5em;
}

.bnr-teiki img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 768px){
	
}

@media screen and (min-width: 1060px){
	.teiki-wrap {
		max-width: 1060px;
	}
}
@media screen and (min-width: 1080px){
	.teiki-wrap {
		max-width: 1080px;
	}
}

.teiki-wrap > p {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.teiki-wrap > p:nth-child(1) {
	width: 64.81%;
}
.teiki-wrap > p:nth-child(2) {
	width: 32%;
}
@media screen and (min-width: 601px){
	.teiki-wrap > p:nth-child(1) {
		width: 62.93%;
	}
	.teiki-wrap > p:nth-child(2) {
		width: 33.73%;
	}
	.teiki-wrap > p a:hover {
		opacity: .7;
	}
	
}

.bnr-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-top: -38px;
	display: block;
	box-sizing: border-box;
}
.bnr-close img {
	vertical-align: top;
	display: block;
	box-sizing: border-box;
}
@media screen and (max-width: 600px){
	.bnr-close img {
		border: 2px solid #333b6a;
	}
}
@media screen and (min-width: 601px){
	.bnr-close {
		top: 0;
		cursor: pointer;
		width: 15px;
		height: 15px;
		margin-top: 0;
	}
}

/* 5つのメリット
------------------------------ */
.merit-area {
	width: 98.8%;
	margin: 10% auto;
}
@media screen and (min-width: 601px) {
  .merit-area {
    width: 90.83%;
    max-width: 981px;
    margin: 5% auto;
  }
}
.merit-area ol {
	background: #734326 url("../images/merit/merit_bg.jpg") repeat-y center top;
	background-size: 100% auto;
	margin: -3.7% auto 0;
	padding: 3.5% 0 2%;
	list-style-type: none;
	width: 88%;
	text-align: center;
	border-radius: 0 0 2vw 2vw;
}
@media screen and (min-width: 601px) {
  .merit-area ol {
  	margin: -3.5% auto 0;
  	width: 91%;
  	max-width: 900px;
  }
}
.merit-area ol > li {
	width: 91%;
	max-width: 808px;
	margin: 0 auto;
}

.merit-area ol + p {
	font-size: 3vw;
	width: 91%;
	max-width: 900px;
	margin: .5em auto 0;
	padding-left: 1.8vw;
	box-sizing: border-box;
}
@media screen and (min-width: 601px) {
  .merit-area ol + p {
    font-size: 1.11vw;
  }
}
@media screen and (min-width: 1100px) {
	.merit-area ol + p {
		font-size: 12px;
	}
}
