@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
@media screen and (min-width: 751px) {
img { 
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  }
}
@media screen and (max-width: 750px) {
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
}
ul {list-style: none;}

/* ========================================
General
======================================== */
@media screen and (min-width: 751px) {

html,body {
	font-size:62.5%;
	line-height: 1.75;
	box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    color: #000;
    word-wrap: break-word;
    min-width: 750px;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 750px;
    margin: 0 auto;
    background: #fff;
    filter: drop-shadow(0px 50px 30px rgba(0, 0, 0, .2));
}

._mb_10 {margin-bottom: 10px;}
._mb_20 {margin-bottom: 20px;}
._mb_30 {margin-bottom: 30px;}
._mb_40 {margin-bottom: 40px;}

/* ========================================
Cart
======================================== */
.cart_btn {position: relative;}

.cart_btn .btn {
    position: absolute;
	left: -50%;
	transform: translate(61%,-270%);
	-webkit- transform: translate(61%,-270%);
	transition: .3s;
	width: 90%;
}

.cart_btn .btn {top: 2%;}

.cart_btn a.btn:hover  {
	opacity: .7;
}

.cart_btn02 {position: relative;}

.cart_btn02 .btn {
    position: absolute;
	left: 4%;
	transform: translateY( -342%);
	-webkit- transform: translateY( -342%);
	transition: .3s;
	width: 92%;
}

.cart_btn .btn {top: 2%;}

.cart_btn a.btn:hover  {
	opacity: .7;
}

/* ========================================
Note
======================================== */
.info_inner,
.note_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.info_inner dl dt {
    font-weight: bold;
    color: #00a3e1;
}
.info_inner dl dd {margin: 0 0 10px;}

.list_bullet_a ul li {
	position: relative;
    padding-left: 1em;
}

.list_bullet_a ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.note_toggle>ul:first-child {
	border-top: 1px solid #CCC;
}

.note_toggle a.toggle {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.note_toggle a.toggle.active:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box_toggle {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

.note_em, .note_contents dl dt {
    font-weight: bold;
    color: #8cd3e2;
}

.list_bullet_a ul li {
	position: relative;
    padding-left: 1em;
}

.list_bullet_a ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.list_note_a li {display: flex;}
.list_note_a .mark {margin-right: .3rem;}

.info_inner .list_note_a {font-size: 1rem;}


/* ========================================
アンケート
======================================== */

.question_num_bg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #91c0e5;
  margin: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.question_num {
  margin: auto;
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
}

.question_box {
  background: url(../images/bg_line.png) repeat-y 0 0 / 100%;
}

.question_text_box {
  position: relative;
  width: 574px;
  margin: 24px auto 0;
}

.question_text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #687178;
}

.radiobox::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #91c0e5;
  position: absolute;
  top: -40px;
}

.radiobox {
  position: relative;
  width: 574px;
  margin: 65px auto 0;
  padding: 0 0 60px;
}

input[type='radio'],
input[type='checkbox']{
  display: none;
}

.radiobox label{
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  color: #687178;
}

.radiobox label::before,
.radiobox input[type="radio"]+label::after,
.radiobox input[type="checkbox"]+label::after{
  content: "";
  display: inline-block;
}

.radiobox label::before{
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border: 3px solid #f88a97;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  border-radius: 10px;
}

.radiobox input[type="radio"]+label::after,
.radiobox input[type="checkbox"]+label::after{
  opacity: 0;
}

.radiobox input[type="radio"]:checked+label::after,
.radiobox input[type="checkbox"]:checked+label::after{
    width: 12px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 14px;
    opacity: 1;
    border-right: 4px solid #f88a97;
    border-bottom: 4px solid #f88a97;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  bottom: 10%;
  margin: auto;
    
}

.sup {
  font-size: 35%;
  vertical-align: top;
  position: relative;
  top: 10px;
}

.question_img {
  text-align: center;
  position: relative;
  padding: 40px 0 20px;
}

.question_img_label {
  position: absolute;
  top: 0;
  right: 20px;
}

.ans_area {
  position: relative;
}

.ans_btn {
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 33%;
}


.cart_text_box_wrap {
  position: relative;
}


.cart_text_box {
  position: absolute;
  width: 750px;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0; 
}

.cart_text_box .list-note {
  padding: 4% 2%;
  line-height: 1.5;
}

.list-note {
  padding-top: 4%;
}

.list-note>ul>li {
  display: flex;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: #687178;
  margin-top: 2%;
}

.list-note>ul>li:first-child {
  margin-top: 0;
}

.list-note>ul>li>.mark {
  margin: 0 2% 0 0;
  white-space: nowrap;
}

/* ========================================
Fotter
======================================== */
.footer {
  margin-top: 2em;
  padding: 0 3%;
}

.footer h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #95b31d;
  border-bottom: 1px #c5c5c5 solid;
  padding: 1em;
}

.footer .footer__block:first-child > h4 {
  border-top: 1px #c5c5c5 solid;
}

.footer h5 {
  color: #95b31d;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .5em;
}

.footer p {
  color: #676767;
  padding-bottom: 1%;
}

.footer .text-url {
  word-break: break-all;
}

.footer .copyright {
  font-size: .8em;
  margin-top: 2em;
  text-align: center;
}

.footer__block {

}

.footer__block div {
  display: none;
}

.footer__block span {
  color: #f00;
}
.pnk {
  color: #f88a97;
}
.sec02_note {
  padding: 2% 5%;
}
.sec01_note {
  position: relative;
}
.sec01_note .list-note {
  padding: 0 5% 2% 5%;
  position: absolute;
  top: 0;
}

.footer h4 {
  position: relative;
}

.footer h4 a {
  color: #95b31d;
  text-decoration: none;
  display: block;
}

.footer h4.expandable::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer h4.expandable.open::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer h4.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 3px solid #CCC;
  border-right: 3px solid #CCC;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer h4.expandable + div {
  padding: 1em;
}
}

@media screen and (max-width: 750px) {
html,body {
	font-size:62.5%;
	line-height: 1.75;
	box-sizing: border-box;
}

body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #000;
	word-wrap: break-word;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

._mb_10 {margin-bottom: 10px;}
._mb_20 {margin-bottom: 20px;}
._mb_30 {margin-bottom: 30px;}
._mb_40 {margin-bottom: 40px;}

/* ========================================
Cart
======================================== */
.cart_btn {position: relative;}

.cart_btn .btn {
    position: absolute;
	left: 5%;
	transform: translateY( -260%);
	-webkit- transform: translateY( -260%);
	transition: .3s;
	width: 90%;
}

.cart_btn .btn {top: 2%;}

.cart_btn a.btn:hover  {
	opacity: .7;
}

.cart_btn02 {position: relative;}

.cart_btn02 .btn {
    position: absolute;
	left: 4%;
	transform: translateY( -342%);
	-webkit- transform: translateY( -342%);
	transition: .3s;
	width: 92%;
}

.cart_btn .btn {top: 2%;}

.cart_btn a.btn:hover  {
	opacity: .7;
}

/* ========================================
Note
======================================== */
.info_inner,
.note_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
    font-size: 1.2rem;
}

.info_inner dl dt {
    font-weight: bold;
    color: #00a3e1;
}
.info_inner dl dd {margin: 0 0 10px;}

.list_bullet_a ul li {
	position: relative;
    padding-left: 1em;
}

.list_bullet_a ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.note_toggle>ul:first-child {
	border-top: 1px solid #CCC;
}

.note_toggle a.toggle {
    position: relative;
    display: block;
    padding: 8px 5px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}


.note_toggle a.toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.note_toggle a.toggle.active:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box_toggle {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

.note_em, .note_contents dl dt {
    font-weight: bold;
    color: #8cd3e2;
}

.list_bullet_a ul li {
	position: relative;
    padding-left: 1em;
}

.list_bullet_a ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.list_note_a li {display: flex;}
.list_note_a .mark {margin-right: .3rem;}

.info_inner .list_note_a {font-size: 1rem;}

/* ========================================
アンケート
======================================== */

.question_num_bg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #91c0e5;
  margin: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.question_num {
  margin: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

.question_box {
  background: url(../images/bg_line.png) repeat-y 0 0 / 100%;
}

.question_text_box {
  position: relative;
  width: 80%;
  margin: 22px auto 0;
}

.question_text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #687178;
}

.question_img>.question_text_box {
  width: 91.3%;
}

.radiobox::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #91c0e5;
  position: absolute;
  top: -30px;
}

.radiobox {
  position: relative;
  width: 80%;
  margin: 50px auto 0;
  padding: 0 0 20px;
}

input[type='radio'],
input[type='checkbox']{
  display: none;
}

.radiobox label{
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  color: #687178;
}

.radiobox label::before,
.radiobox input[type="radio"]+label::after,
.radiobox input[type="checkbox"]+label::after{
  content: "";
  display: inline-block;
}

.radiobox label::before{
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border: 2px solid #f88a97;
  box-sizing: border-box;
  margin: 0 14px 0 0;
  border-radius: 8px;
}

.radiobox input[type="radio"]+label::after,
.radiobox input[type="checkbox"]+label::after{
  opacity: 0;
}

.radiobox input[type="radio"]:checked+label::after,
.radiobox input[type="checkbox"]:checked+label::after{
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 11px;
  opacity: 1;
  border-right: 3px solid #f88a97;
  border-bottom: 3px solid #f88a97;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  bottom: 15%;
}

.sup {
  font-size: 50%;
  vertical-align: top;
  top: 0;
  word-break: keep-all;
}

.txt-note{
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #687178;
}

.txt-note::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  top: 0;
  left: 0;
}

table.info_contents {
    border-collapse: collapse;
    border-spacing: 0;
}

.info_contents th,
.info_contents td {
  padding: 0;
}

.question_img {
  text-align: center;
  position: relative;
  padding: 40px 0 0;
  max-width: 87.5%;
  margin: 0 auto;
}

.question_img_label {
  position: absolute;
  top: -1%;
  right: -5%;
  width: 32%;
}

.ans_area {
  position: relative;
}

.ans_btn {
  display: block;
  width: 10%;
  height: 16%;
  position: absolute;
  top: 50%;
  right: 33%;
}


.cart_text_box_wrap {
  position: relative;
}

.cart_text_box {
  position: absolute;
  width: 96%;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0; 
}


.cart_text_box .list-note {
  padding: 4% 2%;
  line-height: 1.5;
}


.list-note {
  padding-top: 4%;
}

.list-note>ul>li {
  display: flex;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #687178;
  margin-top: 2%;
}
  
.list-note>ul>li:first-child {
  margin-top: 0;
}

.list-note>ul>li>.mark {
  margin: 0 4px 0 0;
  white-space: nowrap;
}

/* ========================================
Fotter
======================================== */
.footer {
  margin-top: 2em;
  padding: 0 3%;
}

.footer h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #95b31d;
  border-bottom: 1px #c5c5c5 solid;
  padding: 1em;
}

.footer .footer__block:first-child > h4 {
  border-top: 1px #c5c5c5 solid;
}

.footer h5 {
  color: #95b31d;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .5em;
}

.footer p {
  color: #676767;
  padding-bottom: 1em;
}

.footer .text-url {
  word-break: break-all;
}

.footer .copyright {
  font-size: .8em;
  margin-top: 2em;
  text-align: center;
}

.footer__block {

}

.footer__block div {
  display: none;
}

.footer__block span {
  color: #f00;
}
.pnk {
  color: #f88a97;
}.sec02_note {
  padding: 2% 5%;
}
.sec01_note {
  position: relative;
}
.sec01_note .list-note {
  padding: 0 5% 2% 5%;
  position: absolute;
  top: 0;
}

.footer h4 {
  position: relative;
}

.footer h4 a {
  color: #95b31d;
  text-decoration: none;
  display: block;
}

.footer h4.expandable::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer h4.expandable.open::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer h4.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 3px solid #CCC;
  border-right: 3px solid #CCC;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer h4.expandable + div {
  padding: 1em;
}
}
/*ーーーーーーーーーーーーーーーー
フローティングボタン
ーーーーーーーーーーーーーーーー*/

.floating {
display: none;
position: fixed;
bottom: 20px;
right: 0;
left: 0;
width: 680px;
margin: auto;
}

@media screen and (max-width: 750px) {
	.floating {
		width: 94%;
	}
	
}