@charset "utf-8";
/* CSS Document */
html {
	background-color: initial;
}
input, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#top #footer {
	padding: 0px;
}
@media screen and (min-width: 640px) {
#header {
	border-bottom: 1px solid #ccc;
}
.header-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
}
#header-logo img, #header-tel img {
	display: block;
}
#header-logo {
	float: left;
}
#header-tel {
	float: right;
}
.article-f{
  width: 1200px;
  position: fixed;
  margin:0px auto;
  left:0%;
  right:0%;
	bottom: 10px;
	text-align: center;

  }
.article-f-box {
	width: 350px;
  margin:0px 0px 0px auto;
}
.article-f-button {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px;
	background: #fcebee;
	box-shadow: 0px 0px 0px 3px #c60b3d;
  border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.button_sp {
	display: none;
}
a.article-f-button:visited {
	color: #c60b3d;
	text-decoration: none;
}
a.article-f-button:link {
	color: #c60b3d;
	text-decoration: none;
}
a.article-f-button:hover {
	color: #c60b3d;
	text-decoration: none;
}
#main_tit {
	text-align: center;
	padding: 50px 0px 50px 0px;
	font-size: 36px;
}
.main_over {
	max-width: 1200px;
	margin: 0 auto 20px auto;
}
.main_over p {
	font-size: 22px;
	text-align: center;
}
.filter_box{
  width:100%;
  border-bottom:2px solid #e3e3e3;
  }
.filter_medium_box{
  display:flex;
  justify-content: flex-end;
  width:1200px;
  height: 60px;
  margin:0 auto;
  text-align: justify;
  align-items:center;
  }
  .filter_count{
    font-size:28px;
    padding:5px;
    margin-right: 30px;
  }
  .filter_count_big{
    font-size:40px;
  }
  .filter_button{
    width: 200px;  
    padding:7px;
    background-color:#e3e3e3;
    border-radius: 12px 12px 0 0;
  }  
  .filter_text{
    font-size:28px;
    display: block;
    margin:auto;
    text-align: center;
    cursor :pointer;
  }
.filter_box{
    background: #fff;
}
.filter_content.fixed{
    position: fixed;
    top: 0;
}
.filter_content{
  width:100%;
  border-bottom:2px solid #e3e3e3;
}
.container {
  margin: 0 auto;
}
.container .btm {
  background: #fff;
  display: none;
}
.container .top .topbtn {
  display: block;
  cursor: pointer;
}
.btm-wrap{
    position: relative;
  }
 .fixed.btm-wrap{
    position: relative;
    top: 61px;
  }
.container .btm-wrap .btm {
  position:absolute;
  top:0;
  left:50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  background: #fff;
  display: none;
}
.container .btm-wrap .btm2 {
  position: absolute;
  top:380px;
  left:50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  background: #fff;
  display: none;
}
.search{
  width: 1200px;
  border: solid 3px #e3e3e3;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin:0 auto;
  border-top:  1px solid #e3e3e3;
  font-size:20px;
  padding:30px 0;
  }
.searchbox {
  width: 910px;
  margin:0 auto;
  font-size:18px;
  }
  .question_box {
    width: 910px;
    margin: 0 auto;
    font-size: 18px;
  }
  .question p{
  width: 40%;
  height: 100%;
  border-left: 3px solid #404040;
  margin-right: 35px;
  padding-left: 10px;
  font-size:18px;
  }

  .item_select {
    width: 120px;
    margin-left:52px;
    display: inline-block;
    position: relative;
  }
  .item_box {
    margin: 0 auto;
    padding: 13px 0;
    display: flex;
    border-bottom:  1px solid #e3e3e3;
  }
  .item_box:last-child{
    border:none;
  }
  .item_medium_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
  }
  .choice_box {
    width: 60%;
    text-align:center;
    margin:35px auto 0px;
    display:flex;
    justify-content: space-between;
  }  
  .btn-flat-border {
  font-size:18px;
  padding: 0.6em 1.5em;
  margin-left:50px;
  color: #404040;
  background-color: #f4f4f4;
  border: solid 1px #404040;
  border-radius: 3px;
}
  .btn-flat-border-all {
  font-size:18px;
  padding: 0.6em 1.5em;
  color: #404040;
  background-color: #fff;
  border: solid 1px #404040;
  border-radius: 3px;
}
.cp_ipcheck .option-input05 {
	margin: 0 1.5rem 0 0;
	cursor: pointer;
}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.4rem;
	left: -0.2rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.cp_ipcheck .option-input05:after {
	position: absolute;
	top: 0.25rem;
	left: -0.52rem;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #f2f2f2;
	background: #ffffff;
}
.back_img {
	padding: 40px 0px 40px 0px;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img.png);
	background-repeat: repeat;
}
.back_img_vp_top {
	padding: 40px 0px 40px 0px;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img_vp_top.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.back_img_vp_bottom {
	padding: 40px 0px 40px 0px;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img_vp_bottom.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg {
	width: 1200px;
	height: 100%;
	margin: 0px auto 30px auto;
	background-color: #FFFDF8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.enquete_text{
  padding: 40px;
  font-size: 2vw;
  text-align:center;
  }
.user_info {
  width:1150px;
  margin:0 auto;
}
.user_name {
	text-align: center;
	padding: 30px 0px 0px;
	font-size: 20px;
}
.addition_day{
    float: right;
}
.order {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.writ {
	width: 680px;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 30px;
}
.text_area {
	width: 470px;
	padding: 0px 20px 30px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text_area dt {
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: 600;
	color: #c60b3d;
	letter-spacing: -0.02em;
}
.q_wd {
	padding-top: 20px;
}
.q_wd:first-child{
	padding-top: 0px;
}
}

@media screen and (max-width: 640px) {
html {
	background-color: initial;
  -webkit-overflow-scrolling: touch;
}
main {
	width: 100%;
	margin: 0 auto;
}
#header {
	border-bottom: 1px solid #ccc;
}
.header-inner {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}
#header-logo {
	float: left;
	width: 45%;
}
#header-tel {
	float: right;
	width: 45%;
}
.filter_box{
  width:100%;
  border-bottom:2px solid #e3e3e3;
  }
.filter_medium_box{
  display:flex;
  justify-content: flex-end;
  width:95%;
  height: 35px;
  margin:0 auto;
  padding-top: 5px;
  text-align: justify;
  align-items:center;
  }
.filter_box{
    background: #fff;
}
.filter_content.fixed{
    position: fixed;
    top: 0;
}
.filter_content{
  width:100%;
  border-bottom:2px solid #e3e3e3;
  z-index: 2;
}
  .filter_count{
    font-size:4vw;
    padding:5px;
    margin-right: 20px;
  }
    .filter_count_big{
    font-size:6vw;
  }
  .filter_button{
    width: 38vw;  
    padding:7px;
    margin-bottom: 4px;
    background-color:#e3e3e3;
    border-radius: 12px 12px 0 0;
  }  
  .filter_text{
    font-size:4vw;
    display: block;
    margin:auto;
    text-align: center;
    cursor :pointer;
  }
.container {
  margin: 0 auto;
}
.container .btm {
  background: #fff;
  display: none;
}
.container .top .topbtn {
  display: block;
  cursor: pointer;
}
.btm-wrap{
    position: relative;
  }
 .fixed.btm-wrap{
    position: relative;
    top: 61px;
  }
.container .btm-wrap .btm {
  top:0px;
  background: #fff;
  display: none; 
  height: 70vh;
  overflow: scroll; 
  z-index: 5;
}
.search{
  width: 1200px;
  border: solid 3px #e3e3e3;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin:0 auto;
  border-top:  1px solid #e3e3e3;
  font-size:20px;
  padding:30px 0;
  bottom: 44px; /* fallback for enviroment can't use calc & env function */
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  }
.searchbox {
  width: 910px;
  margin:0 auto;
  font-size:4vw;
  }
  .question_box {
    margin: 0 auto;
    font-size: 18px;
  }
  .question p{
  width: 40%;
  height: 100%;
  border-left: 3px solid #404040;
  margin-right: 35px;
  padding-left: 10px;
  font-size:18px;
  }

  .item_select {
    width: 30vw;
    display: inline-block;
    position: relative;
  }
  .item_box {
    margin: 0 auto;
    padding: 13px 0;
    border-bottom:  1px solid #e3e3e3;
  }
  .item_box:last-child{
    border:none;
  }
  .item_medium_box {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .choice_box {
    text-align:center;
  }   
.search{
  width: 100vw;
  border-top:  1px solid #e3e3e3;
  font-size:20px;
  padding:30px 0;
  }
.searchbox{
  width: 85%;
  margin: 0 auto ;
  font-size:18px;
  }
  .question p{
  width: 100%;
  margin-right: 35px;
  font-size:17px;
  text-justify:inter-ideograph;
  }
  .question_box .item_box:last-child{
    border-bottom:none;
  }
  .item_select{
    width: 50%;
    margin:　5px 10px 0  0;
    display: inline-block;
    position: relative;
  }
  .item_box{
    padding:4px 0;
    border-bottom:  1px solid #e3e3e3;
  }
  .choice_box p{
    font-size:24px;
    margin-bottom:7px;
  }
  .btn-flat-border {
  font-size:4vw;
  display: inline-block;
  padding: 0.6em 1.3em;
  text-decoration: none;
  background-color: #f4f4f4;
  color: #404040;
  border: solid 2px #404040;
  border-radius: 3px;
}
.btn-flat-border-all{
  font-size:4vw;
  display: inline-block;
  margin-bottom:35px;
  padding: 0.6em 1.5em;
  text-decoration: none;
  background-color: #fff;
  color: #404040;
  border: solid 2px #404040;
  border-radius: 3px;
  }
.cp_ipcheck .option-input05 {
  margin: 0 1.4rem 0 0;
	cursor: pointer;

}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.4rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.cp_ipcheck .option-input05:after {
	position: absolute;
	top: 0.25rem;
	left: -0.12rem;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #f2f2f2;
	background: #ffffff;
}
.article-f-box {
	width: 100%;
	position: fixed;
	bottom: 35px;
	text-align: center;
  z-index: 1;
}
.article-f-button {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 15px;
	background: #fcebee;
	transition: .4s;
	box-shadow: 0px 0px 0px 3px #c60b3d;
}
.button_sp {
	display: none;
}
a.article-f-button:visited {
	color: #c60b3d;
	text-decoration: none;
}
a.article-f-button:link {
	color: #c60b3d;
	text-decoration: none;
}
#main_tit {
	text-align: center;
	padding-top: 25px;
	font-size: 24px;
}
.main_over {
	width: 90%;
	margin: 20px auto 20px auto;
}
.main_over p {
	font-size: 12px;
	text-align: center;
}
.back_img {
	padding: 40px 0px 600px 0px;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img.png);
	background-repeat: repeat;
}
.back_img_vp_top {
	padding: 40px auto 40px auto;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img_vp_top.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.back_img_vp_bottom {
	padding: 40px auto 40px auto;
	display: block;
	background-image: url(/assets/img/voice/myseed/back_img_vp_top.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg {
	width: 95%;
	height: 100%;
	margin: 0px auto 30px auto;
  border-radius: 5px;
	text-align: center;
	background-color: #FFFDF8;
	
  border-bottom-left-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.enquete_text{
  text-align:center;
  padding: 25px;
  font-size: 4vw;
  }

.user_info {
  width:90%;
  margin:0 auto;
}
.user_name {
	text-align: center;
	padding: 15px 0px 0px;
	font-size: 16px;
}
.user_name_br::after {
  content: "\A" ;
  white-space: pre;
}
.addition_day{
    float: right;
}
.order {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.writ {
	width: 90%;
	height: 100%;
	margin: 0px auto 15px auto;
}
.text_area {
	width: auto;
	padding: 0px 20px 30px 20px;
  border-radius: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #FFFDF8;
}
.text_area dt {
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #c60b3d;
	letter-spacing: -0.02em;
}
.text_area dd p {
	background-color: #FFFDF8;
}
.q_wd {
	padding-top: 8px;
}
.q_wd:first-child{
	padding-top: 0px;
}
/* ------------------------------
footer
-------------------------------*/
#footer {
	padding: 10px 0 0;
	background: #fff;
  z-index: 1;
}
#top #footer {
	padding: 0px;
}
.footer-upper {
	background: #ededed;
	border-top: 1px solid #ccc;
}
.footer-upperList {
	width: 97%;
	margin: 0 auto;
}
.footer-upperList li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 5px 0 0 30px;
}
.upperList-myaccount {
	background: url(/assets/img/lp/myseed/common/icon_key.png) no-repeat 5px center;
	background-size: 16px 20px;
}
.upperList-cart {
	background: url(/assets/img/lp/myseed/common/icon_key.png) no-repeat left center;
	background-size: 22px 20px;
}
.footer-upperList li a {
	color: #1b3765;
}
.footer-upperList li a:hover {
	color: #ed5f92;
}
.footer-inner {
	background: #1b3765;
}
#footer-list {
	list-style: none;
	display: flex;
	flex-flow: wrap;
	width: 100%;
  height: 10em;
  align-content: flex-start;
	justify-content: space-between;
}
#footer-list li {
	box-sizing: border-box;
	width: auto;
	padding-right: 5%;
}
#footer .totop a, #footer-list li a {
	position: relative;
	display: block;
	padding: 0 10px 0 21px;
	color: #fff;
	line-height: 25px;
}
#footer .totop a:after, #footer-list li a:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#copyright {
	background: #21539b;
	color: #fff;
	text-align: center;
}
#copyright small {
	line-height: 20px;
	font-size: 10px;
}
/* ------------------------------
会社概要　プライバシーポリシー　お問い合わせ窓口　特商
-------------------------------*/
.tit-info {
	background: #1b3765;
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
}
#company dl dt, #company dl dd, #tokusyo dl dt, #tokusyo dl dd {
	padding: 5px 15px;
}
#company dl dt, #tokusyo dl dt {
	background: #cbe2f4;
}
#privacy dl, #contact dl {
	margin: 0 15px;
}
#privacy dd, #contact dd {
	margin-left: 15px;
	margin-bottom: 15px;
}
#privacy p, #contact p {
	margin: 15px 15px 15px;
}
#privacy .sign {
	text-align: right;
}
}
