@charset "utf-8";
/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 共通 */
main article a{transition: 0.4s ease-in-out;}

main article a:hover{opacity: 0.7;}

.caution {
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.caution:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"※";
}

.ast {
  padding: 1em 0 0 0;
  font-size:1.6rem;
  line-height: 1.6;
}

.ast.red {
  color: #f00;
}

.ast strong {
  display:block;
}

.ast strong::before {
  content:"【";
}

.ast strong::after {
  content:"】";
}

.ast span {
  display:block;
  padding: 0 0 0 1em;
  text-indent:-1em;
}

.ast span::before {
  content:"※";
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----* vh100 */
html,body {height:100%;}
.wrap{min-height:100%;}

main.vh100 {
  position: relative;
  padding-bottom:10em;
  box-sizing: border-box;
}

main.vh100 + footer{
  position: absolute;
  bottom: 0;
}

/*-----------------------*----*----*----*----*----*----*----*----*----* cart */
main article.cart {
  max-width: 800px;
  width: 94%;
  margin: 0 auto 0 auto;
  padding:0 1em 0 1em;
}

main article.cart div.info {
  max-width:50em;
  width:100%;
  margin: 0 auto 0 auto;
  padding:0 0 1em 0;
  font-size:1.5rem;
}

main article.cart div.info h1,
main article.cart div.info h2 {
  margin: 0 0 0.5em 0;
  font-size:1.7rem;
  line-height: 1.4;
  text-align: center;
  color: #008fc2;
}

main article.cart div.info h3 {
  margin: 0.5em 0 0.3em 0;
  font-size:1.5rem;
  line-height: 1.7;
  text-align: center;
  color: #008fc2;
}

main article.cart div.info p {
  margin: 0 0 0.5em 0;
  font-size:1.4rem;
  line-height: 1.9;
  text-align: center;
}

main article.cart div.info a {
  text-decoration:underline;
}

main article.cart div.info ul {
  padding: 0.5em 0 0.5em 0;
}

main article.cart div.info li {
  margin: 0 0 0.5em 1.5em;
  padding:0 0 0 0;
  font-size:1.4rem;
  line-height: 1.6;
  list-style-type: disc;
}

main article.cart div.info .bluebutton {
  width:20em;
  margin:0.5em auto 0 auto;
  letter-spacing: normal;
  font-size: 1em;
}

main article.cart div.info .bluebutton a{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: -moz-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
  background: -webkit-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
  background: linear-gradient(to bottom, #89dcfb 0%, #00aeef 100%);
  border-radius: 2em;
  padding: 0.8em 0;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

/*-----------------------*----*----*----*----*----*----*----*----* STEP */
ul#STEP {
  width: 100%;
  margin: 20px 0 40px 0;
  padding:30px 0 0 0;
  float: left;
  clear: both;
  font-size:0;
  overflow: hidden;
  letter-spacing: -.4em;
  border-top: 5px solid #3DB9E8;
}

ul#STEP li,
ul#STEP li:before ,
ul#STEP li:after {
  background-color: #eee;
}

ul#STEP li {
  display: block;
  width:20%;
  line-height:54px;
  float: left;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color:#999;
}

ul#STEP li span {
  padding: 0 0 0 20px;
  font-size:1.4rem;
}

ul#STEP li:first-child span {
  padding: 0 0 0 0;
}

ul#STEP li span br {
  display: none;
}

ul#STEP li:before ,
ul#STEP li:after {
  content: "";
  display: block;
  width: 20px;
  height:30px;
  margin-right: -8px;
  margin-left: auto;
  box-shadow: 2px 0 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
}

ul#STEP li:before {
  float: right;
  margin-bottom: -30px;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
}

ul#STEP li:after {
  position: relative;
  margin-top: -30px;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
}

ul#STEP.step01 li.s01 ,
ul#STEP.step02 li.s02 ,
ul#STEP.step03 li.s03 ,
ul#STEP.step04 li.s04 ,
ul#STEP.step05 li.s05 {
  background-color:#3DB9E8;
  color: #FFFFFF;
}

ul#STEP.step01 li.s01::before,
ul#STEP.step01 li.s01::after {
  background-color:#3DB9E8;
}

ul#STEP.step01 li.s01::before,
ul#STEP.step01 li.s01::after ,
ul#STEP.step02 li.s02::before,
ul#STEP.step02 li.s02::after ,
ul#STEP.step03 li.s03::before,
ul#STEP.step03 li.s03::after ,
ul#STEP.step04 li.s04::before,
ul#STEP.step04 li.s04::after ,
ul#STEP.step05 li.s05::before,
ul#STEP.step05 li.s05::after {
  background-color:#3DB9E8;
}

ul#STEP.step01 li.s01 span ,
ul#STEP.step02 li.s02 span ,
ul#STEP.step03 li.s03 span ,
ul#STEP.step04 li.s04 span ,
ul#STEP.step05 li.s05 span {
  font-weight: bold;
}

@media screen and (max-width:782px){
  ul#STEP li {
    line-height:0;
    height: 50px;
  }

  ul#STEP li span {
    display: block;
    margin: 6px 0 0 0;
    padding:0 0 0 5px;
    font-size:1.0rem;
    line-height: 1.2;
  }

  ul#STEP li:last-child span {
    margin: 12px 0 0 0;
  }

  ul#STEP li span br {
    display:inline;
  }

  ul#STEP li:before ,
  ul#STEP li:after {
    width: 4px;
    height: 25px;
    margin-right:-3px;
    box-shadow: 2px 0 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
  }

  ul#STEP li:before {
    margin-bottom:0px;
    transform: skew(6deg);
    -o-transform: skew(6deg);
    -ms-transform: skew(6deg);
    -moz-transform: skew(6deg);
    -webkit-transform: skew(6deg);
  }

  ul#STEP li:after {
    margin-top: -17px;
    transform: skew(-6deg);
    -o-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -webkit-transform: skew(-6deg);
  }
}

/*-----------------------*----*----*----*----*----*----*----*----* DONATION */
section#DONATION {
  width: 100%;
  margin:0 0 0 0;
}

section#DONATION .read {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

section#DONATION .txt.red {
  margin: 0 0 40px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  color: #f00;
}

section#DONATION .txt.red.as {
  width:-webkit-calc(100% - 2em);
  width:calc(100% - 2em);
  margin: 0em 0em 1em 1em;
  text-indent: -1em;
}

section#DONATION .txt.red.as::before {
  content: "※";
}

section#DONATION table {
  width: 100%;
  margin:0 0 3em 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #3DB9E8;
}

section#DONATION table caption {
  padding:0 0 0.5em 0.5em;
  text-align: left;
  font-size:1.8rem;
  font-weight: bold;
}

section#DONATION table th ,
section#DONATION table td {
  vertical-align: middle;
  border-top: 1px solid #3DB9E8;
}

section#DONATION table th span {
  color: #f00;
}

section#DONATION table th {
  width:12em;
  padding: 1em 0;
  font-weight: bold;
  background:#e6f8ff;
}

section#DONATION table td {
  padding: 1.5em 2em 1.5em 2em;
}

section#DONATION ::-webkit-input-placeholder {color:#999;}

section#DONATION :-moz-placeholde {color:#999;}

section#DONATION ::-moz-placeholder {color:#999;}

section#DONATION :-ms-input-placeholder {color:#999;}

/*-----------------------*----*----*----*----*----*----*----*----* orderSUBMIT */
section#DONATION ul.orderSUBMIT {
  width: 100%;
  margin:1.5em 0 5em 0;
  letter-spacing: -.4em;
}

section#DONATION ul.orderSUBMIT li {
  letter-spacing:normal;
}

section#DONATION.flow02 ul.orderSUBMIT li ,
section#DONATION.flow03 ul.orderSUBMIT li ,
section#DONATION.flow04 ul.orderSUBMIT li ,
section#DONATION.flow05 ul.orderSUBMIT li {
  display: inline-block;
  width: 39.9%;
  margin: 0 5%;
}

section#DONATION.flow01 ul.orderSUBMIT li ,
section#DONATION.flow05.none ul.orderSUBMIT li {
  display:block;
  width:100%;
  margin:0;
}

section#DONATION ul.orderSUBMIT li a {
  display: inline-block;
  width:100%;
  padding:1em 2em 1em 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color:#3DB9E8;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

section#DONATION ul.orderSUBMIT li a:before {
  position: absolute;
  top: 0;
  right:10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

section#DONATION ul.orderSUBMIT li.back a {
  font-size: 1.4rem;
  background-color:#ccc;
}

@media screen and (max-width:480px){
  section#DONATION.flow02 ul.orderSUBMIT li ,
  section#DONATION.flow03 ul.orderSUBMIT li ,
  section#DONATION.flow04 ul.orderSUBMIT li ,
  section#DONATION.flow05 ul.orderSUBMIT li {
    display: block;
    width: 100%;
    margin:0 0 2em 0;
  }
}

/*-----------------------*----*----*----*----*----*----*----*----*----* check */
section#DONATION div.check {
  margin: 0 0 3em 0;
}

section#DONATION div.check p {
  margin: 0 0 1em 0;
  text-align: left;
  font-size:1.6rem;
}

@media screen and (min-width:481px){
  section#DONATION div.check table {
    margin: 0 0 0.5em 0;
  }

  section#DONATION div.check table th {
    vertical-align: middle;
    text-align: center;
  }

  section#DONATION div.check table th br {
    display: none;
  }

  section#DONATION div.check table tr td {
    text-align: right !important;
    vertical-align: middle !important;
  }

  section#DONATION div.check table th ,
  section#DONATION div.check table td {
    border-right: 1px solid #3DB9E8;
  }

  section#DONATION div.check table tr td:nth-child(1) {
    text-align: left !important;
  }

  section#DONATION div.check table tr td:nth-child(1) div,
  section#DONATION div.check table tr td:nth-child(1) span {
    display:inline-block;
    vertical-align: middle;
  }

  section#DONATION div.check table tr td:nth-child(1) div {
    width:70px;
    margin:0 10px 0 0;
  }

  section#DONATION div.check table tr td:nth-child(2) ,
  section#DONATION div.check table tr td:nth-child(3) ,
  section#DONATION div.check table tr td:nth-child(4) {
    width:17%;
  }

  section#DONATION div.check table tr th:last-child ,
  section#DONATION div.check table tr td:last-child {
    border-right:none;
    border-right:0;
  }

  section#DONATION div.check table tr:nth-child(2) td:nth-child(1) ,
  section#DONATION div.check table tr:nth-child(2) td:nth-child(2) ,
  section#DONATION div.check table tr:nth-child(2) td:nth-child(3) ,
  section#DONATION div.check table tr:nth-child(2) td:nth-child(4) {
    text-align: center;
  }

  section#DONATION div.check table tr:nth-child(3) th ,
  section#DONATION div.check table tr:nth-child(4) th {
    padding: 0 1em 0 0;
    text-align: right;
  }

/*
  section#DONATION div.check table tr:nth-child(3) th ,
  section#DONATION div.check table tr:nth-child(3) td ,
  section#DONATION div.check table tr:nth-child(4) th ,
  section#DONATION div.check table tr:nth-child(4) td {
    background:#f8fdff;
  }
*/
    
  section#DONATION div.check table tr:last-child th ,
  section#DONATION div.check table tr:last-child td {
    background:#f8fdff;
  }
    
  section#DONATION div.check table tr.bg-blue , {
    background:#f8fdff;
  }
}

  section#DONATION div.check table tr:last-child td:nth-child(1) {
    text-align:right !important;
  }

section#DONATION div.check .notes {
  margin:0.5em 0 0 0;
  text-align: left;
  font-size:1.4rem;
  line-height: 1.6;
  color: #f00;
}

@media screen and (max-width:480px){
  section#DONATION div.check table {
    display: block;
    width: 100%;
  }

  section#DONATION div.check table tr {
    display: block;
    width: 100%;
    text-align: right;
    border-top: 1px solid #3DB9E8;
  }

  section#DONATION div.check table tr th ,
  section#DONATION div.check table tr td {
    border:none;
  }

  section#DONATION div.check table tr:first-child {
    text-align: center;
  }

  section#DONATION div.check table tr th {
    display:none;
  }

  section#DONATION div.check table tr th:nth-child(1) {
    display: block;
    width: 100%;
  }

  section#DONATION div.check table tr td {
    display: inline-block;
    width:100%;
    margin: 0 0 0 0;
    padding:0.5em 5% 0.5em 5%;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  section#DONATION div.check table tr td:nth-child(1) div {
    margin:1em 0 0 0;
  }

  section#DONATION div.check table tr td:nth-child(1) span {
    display:inline-block;
    width: 100%;
    text-align: center;
  }

  section#DONATION div.check table tr td:nth-child(2) ,
  section#DONATION div.check table tr td:nth-child(3) ,
  section#DONATION div.check table tr td:nth-child(4) {
    border-top: 1px dotted #3DB9E8;
  }

  section#DONATION div.check table tr td:nth-child(2)::before {
    content:"寄付金：";
  }

  section#DONATION div.check table tr td:nth-child(3) select {
    display: inline;
    width: 5em;
  }

  section#DONATION div.check table tr td:nth-child(3)::before {
    content:"購入数：";
  }

  section#DONATION div.check table tr td:nth-child(4)::before {
    content:"小計：";
  }

  section#DONATION div.check table tr:last-child {
    margin:0.5em 0 0 0;
    padding:1em 0em 1em 0em;
    background:#f8fdff;
  }

  section#DONATION div.check table tr:last-child td:nth-child(1) {
    display:none;
  }

  section#DONATION div.check table tr:last-child td:nth-child(2) {
    font-weight: bold;
    border-top:none;
  }

  section#DONATION div.check table tr:last-child td:nth-child(2)::before {
    content:"合計：";
  }

}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* index.html */
/*-----------------------*----*----*----*----*----*----*----*----* flow01 */
section.flow01 form p {
  width:100%;
  text-align: left;
  font-size: 1.4rem;
}

section.flow01 form p span {
  color: #f00;
}

section.flow01 form p br {
  display:none;
}

section.flow01 div.iframe {
  overflow: auto;
  width:100%;
  height:300px;
  margin:0 auto 2em auto;
  padding: 2em;
  border: 1px solid #3DB9E8;
}

section.flow01 div.iframe h3 {
  margin:0 0 0.5em 0;
  padding:0 0 0.5em 0;
  font-size:1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #3DB9E8;
}

section.flow01 div.iframe p.txt.right {
  text-align: right;
  margin:0 0 1em 0em;
  font-size: 1.4rem;
}

section.flow01 div.iframe p.mark:before {
  content: "※";
}

section.flow01 div.iframe .sub-title {
  text-align: left;
  margin: 1em 0;
  font-size: 1.4rem;
  font-weight: bold;
}

section.flow01 div.iframe .sub-title:before {
  content: "";
}

section.flow01 div.iframe dl {
  text-align:left;
}

section.flow01 div.iframe dt {
  margin:0 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

section.flow01 div.iframe dt:before {
  content: "・";
}

section.flow01 div.iframe dd {
  margin:0 0 1.5em 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width:481px){
  section.flow01 div.iframe .sample {
    display: table;
    width: 100%;
    margin:0 0 3em 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #3DB9E8;
  }

  section.flow01 div.iframe .sample .tr1,
  section.flow01 div.iframe .sample .tr2 {
    display:table-row;
  }

  section.flow01 div.iframe .sample .th ,
  section.flow01 div.iframe .sample .td {
    display:table-cell;
    width: 25%;
    padding: 1em 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.4rem;
    border-top: 1px solid #3DB9E8;
    border-right: 1px solid #3DB9E8;
  }

  section.flow01 div.iframe .sample .th:last-child ,
  section.flow01 div.iframe .sample .td:last-child {
    border-right:none;
  }

  section.flow01 div.iframe .sample .th {
    font-weight: bold;
    background:#e6f8ff;
  }
}


@media screen and (max-width:480px){
  section.flow01 div.iframe {
    height:50vh;
  }

  section.flow01 div.iframe .sample {
    width: 100%;
    margin:0 0 3em 0;
    letter-spacing: -.4em;
    border-bottom: 1px solid #3DB9E8;
  }

  section.flow01 div.iframe .sample .tr1,
  section.flow01 div.iframe .sample .tr2 {
    display: inline-block;
    letter-spacing:normal;
    vertical-align: top;
  }

  section.flow01 div.iframe .sample .tr1 {
    width: 7em;
  }

  section.flow01 div.iframe .sample .tr2 {
   width : -webkit-calc(100% - 7em) ;
   width : calc(100% - 7em) ;
  }

  section.flow01 div.iframe .sample .th ,
  section.flow01 div.iframe .sample .td {
    width:100%;
    height:4.5em;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #3DB9E8;
  }

  section.flow01 div.iframe .sample .th {
    padding:0.5em 0 0.5em 0;
    font-weight: bold;
    background:#e6f8ff;
    border-right: 1px solid #3DB9E8;
  }

  section.flow01 div.iframe .sample .td {
    padding:1.5em 0 0 0;
  }
}

section.flow01 ul.orderSUBMIT li {
  width: 100%;
}

@media screen and (max-width:480px){
  section.flow01 form p br {
    display: inline;
  }

  section.flow01 form table td ul li {
    display: block;
    margin:0 0 0.5em 0;
  }
}

section.flow01 label.doui {
  display: inline-block;
  width: 100%;
  margin:1em 0 1em 0;
  text-align: center;
  font-size: 1.6rem;
}

section.flow01 label.doui input[type="checkbox"] {
  display: inline-block;
  width:auto;
  margin:0 0.5em 0 0;
}

/*-----------------------*----*----*----*----*----*----*----*----* aside */
aside.notes {
  width: 100%;
  margin:3em 0 3em 0;
}

aside.notes p {
  margin:0em 0 1em 0;
  text-align: left;
  font-size:1.6rem;
  color: #ff2836;
}

aside.notes em {
  padding-top: 1.5em;
  display: block;
  font-size:1.4rem;
  color: #666;
}

aside.notes p {
  margin:0em 0 1em 0;
  text-align: left;
  font-size:1.6rem;
  color: #ff2836;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 02.html */
/*-----------------------*----*----*----*----*----*----*----*----* flow02 */
section#DONATION div.input p {
  margin: 0 0 1em 0;
  text-align: left;
  font-size:1.6rem;
  text-align: left;
}

section#DONATION div.input p br {
  display: none;
}

section#DONATION div.input p.txt {
  font-size:1.4rem;
}

section#DONATION div.input p.txt br {
  display:inline;
}

section#DONATION div.input p span {
  color: #f00;
}

section#DONATION div.input tr td input {
  display: inline-block;
  width:auto;
}

section#DONATION div.input tr td input[type="radio"] ,
section#DONATION div.input tr td input[type="checkbox"] {
  margin: 0 0.5em 0 0;
  cursor: pointer;
}

section#DONATION div.input tr td input[type="text"] {
  width:100%;
}

section#DONATION div.input tr td label{
  display: inline-block;
  width: 100%;
}

section#DONATION div.input tr th,
section#DONATION div.input tr td {
  line-height: 1.6;
}

section#DONATION div.input tr th {
  width: 13em;
  padding: 0 1em 0 1em;
  text-align: center;
}

section#DONATION div.input tr:nth-child(2) td {
  line-height: 2;
}

section#DONATION div.input tr:nth-child(2) td p {
  font-size:1.4rem;
}

section#DONATION div.input tr:nth-child(4) label {
  font-size:1.6rem;
  font-weight:bold;
  margin: 0 0 0.5em 0;
}

section#DONATION div.input input[type="email"]:nth-child(1) {
  margin: 0 0 1em 0;
}

section#DONATION div.input input[type="password"] ,
section#DONATION div.input input[type="email"] {
  width:100%;
}

section#DONATION div.input input[name="zip1"] {
  display: inline;
  width:5em !important;
}

section#DONATION div.input input[name="zip2"] {
  display: inline;
  width:6em !important;
}

section#DONATION div.input tr:nth-child(11) select {
  display: inline-block;
  width:-webkit-calc(100% - 8em);
  width:calc(100% - 8em);
}

section#DONATION div.input tr:nth-child(11) p {
  margin:1em 0 0 0;
}

section#DONATION div.input tr:nth-child(12) label {
  font-weight:bold;
}

section#DONATION div.input tr blockquote em {
  font-weight: bold;
  font-size:1.4rem;
}

section#DONATION div.input tr blockquote p {
  width: 100%;
  font-size:1.4rem;
}

section#DONATION div.input tr blockquote img {
  width: 100%;
  max-width: 550px;
  text-align: center;
}

section#DONATION div.input tr td textarea {
  width: 100%;
  height:10em;
}

section#DONATION div.input tr:last-child td li {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 1em;
  text-indent:-1em;
}

section#DONATION div.input tr:last-child td a {
  font-weight: bold;
}

@media screen and (max-width:480px){
  section#DONATION div.input p br {
    display:inline;
  }
}

section#DONATION form div.input table ul.thankscard {
  width: 100%;
  margin: 0;
  padding:0;
  letter-spacing: -.4em;
}

section#DONATION form div.input table ul.thankscard li{
  display: inline-block;
  width: 25%;
  margin: 0 0 1.5em 0;
  padding:0 1em 0 0;
  text-indent:0;
  letter-spacing:normal;
  vertical-align: top;
  box-sizing:border-box;
  line-height: 1.6;
  font-weight: bold;
}

section#DONATION form div.input table ul.thankscard li label{
  line-height: 1.6;
  font-weight: bold;
}

section#DONATION form div.input table ul.thankscard li:before {
  content: "";
}

@media screen and (max-width:480px){
  section#DONATION div.input p {
    margin: 0 0 1em 0;
    text-align: left;
    font-size:1.6rem;
    text-align: left;
  }

  section#DONATION form div.input table ,
  section#DONATION form div.input caption ,
  section#DONATION form div.input tbody ,
  section#DONATION form div.input tr ,
  section#DONATION form div.input th ,
  section#DONATION form div.input td {
    display: block;
    width: 100%;
  }

  section#DONATION form div.input table ul.thankscard li{
    width: 33%;
    margin: 0 0 1.5em 0;
    padding:0 1em 0 0;
  }
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 04.html */
/*-----------------------*----*----*----*----*----*----*----*----* flow04 */
section#DONATION.flow04 p {
  font-size: 1.6rem;
  text-align: left;
}

section#DONATION.flow04 table {
  margin:1em 0 3em 0;
}

section#DONATION.flow04 th,
section#DONATION.flow04 td {
  line-height: 1.6;
}

section#DONATION.flow04 th {
  width: 13em;
  padding: 0 1em 0 1em;
  text-align: center;
}


section#DONATION.flow04 table tr dl dt {
  margin:1.5em 0 0.5em 0;
  font-weight: bold;
  border-bottom: 1px solid #3DB9E8;
}

section#DONATION.flow04 table tr dl dd {
  padding: 0 1em;
}

section#DONATION.flow04 table tr blockquote em {
  font-weight: bold;
  font-size:1.4rem;
}

section#DONATION.flow04 table tr blockquote p {
  width: 100%;
  margin:0 0 1em 0;
  font-size:1.4rem;
}

section#DONATION.flow04 table tr blockquote img {
  width: 100%;
  max-width: 550px;
  text-align: center;
}

section#DONATION.flow04 table tr:nth-child(1) td input ,
section#DONATION.flow04 table tr:nth-child(2) td input {
  width:100%;
}

section#DONATION.flow04 table tr:nth-child(4) td input {
  width:12em;
}

section#DONATION.flow04 table tr:nth-child(3) td select {
  display: inline;
  width:9em;
}

@media screen and (max-width:480px){
  section#DONATION.flow04 table tr:nth-child(3) td select {
    width:-webkit-calc(50% - 3.5em);
    width:calc(50% - 3.5em);
  }

  section#DONATION.flow04 table ,
  section#DONATION.flow04 caption ,
  section#DONATION.flow04 tbody ,
  section#DONATION.flow04 tr ,
  section#DONATION.flow04 th ,
  section#DONATION.flow04 td {
    display: block;
    width: 100%;
  }
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 06.html */
/*-----------------------*----*----*----*----*----*----*----*----* flow05 */
section.flow05 .thanks {
  width: 100%;
  margin: 0 0 3em 0;
  padding:0 0 0 0;
  text-align: center;
}

section.flow05 .thanks h1 {
  width:11.5em;
  margin: 0 auto 0 auto;
  padding:5em 0 0 0;
  font-size: 4.1rem;
  font-weight: bold;
  color:#3DB9E8;
  background: url(../img/angel.png) right bottom no-repeat;
  background-size:120px auto;
}

section.flow05 .thanks p {
  margin:1.5em auto 1.5em;
  padding:0 0 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

section.flow05 .thanks p strong {
  font-size: 2.8rem;
  font-weight: bold;
  color:#3DB9E8;
}

section.flow05 .thanks div {
  max-width:400px;
  width:95%;
  margin:0 auto 0 auto;
}

@media screen and (max-width:480px){
  section.flow05 .thanks h1 {
    width:100%;
    padding:3em 0 0 0;
    font-size: 3.2rem;
    background: url(../img/angel.png) right bottom no-repeat;
    background-size:68px auto;
  }

  section.flow05 .thanks p {
    font-size: 1.4rem;
  }

}

.form-notice-txt{
  position: relative;
  margin: auto;
  padding: 1em 1em 1em 1.2em;
  color: #f30;
  font-size: 1.6rem;
  line-height: 1.4;
}

.form-notice-txt:before{
  position: absolute;
  top: 1em;
  left: 0;
  padding: 0;
  color: #f30;
  font-size: 1.6rem;
  line-height: 1.4;
  content: "※";
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* choice.html */
article#CHOICE ul.orderSUBMIT {
  max-width:13em;
  width: 100%;
  margin:1.5em auto 3em auto;
  letter-spacing: -.4em;
}

article#CHOICE ul.orderSUBMIT li {
  letter-spacing:normal;
}

article#CHOICE ul.orderSUBMIT li a {
  display: inline-block;
  width:100%;
  padding:1em 2em 1em 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color:#3DB9E8;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

article#CHOICE ul.orderSUBMIT li a:before {
  position: absolute;
  top: 0;
  right:10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

article#CHOICE ul.orderSUBMIT li.back a {
  font-size: 1.4rem;
  background-color:#ccc;
}

section.choice,
section.choice2 {
  position: relative;
  width: 100%;
  clear: both;
  margin:0 0 3em 0;
}

section.choice div,
section.choice2 div {
  width:100%;
  padding:1.8em 0.25% 1.8em 0.25%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

section.choice div h1,
section.choice2 div h1 {
  width: 100%;
  margin:0 0 1.2em 0;
  font-size: 1.8rem;
}

section.choice2 div p.lead-txt {
  margin:1em 0 0.5em 0;
  padding:0 1em;
  font-size: 1.5rem;
}

section.choice2 div span.border {
  border-bottom: 1px dotted #333;
}

section.choice button,
section.choice .pattern1 a,
section.choice .pattern3 a,
section.choice2 button,
section.choice2 .pattern1 a,
section.choice2 .pattern3 a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 80%;
  height: 3em;
  margin:0 auto;
  padding:0 0 0 0;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #3DB9E8;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.4s ease-in-out;
  box-sizing: content-box;
}

section.choice button:hover,
section.choice .pattern1 a:hover,
section.choice .pattern3 a:hover,
section.choice2 button:hover,
section.choice2 .pattern1 a:hover,
section.choice2 .pattern3 a:hover {
  opacity: 0.7;
}

section.choice button::before,
section.choice .pattern1 a::before,
section.choice .pattern3 a::before,
section.choice2 button::before,
section.choice2 .pattern1 a::before,
section.choice2 .pattern3 a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content: "";
}

section.choice button,
section.choice2 button {
  height: 2.8em;
}

div.pattern1 {
  margin:0 0 3em 0;
  border: 1px solid #3DB9E8;
}

div.pattern2 {
  background-color: #dbf4ff;
}

div.pattern2 dl {
  width: 90%;
  margin:0 auto;
  text-align: left;
}

div.pattern2 dt {
  margin:0 0 0.5em 0;
  font-size: 1.6rem;
}

div.pattern2 dd {
  margin:0 0 1.5em 0;
  font-size: 1.6rem;
}

div.pattern2 dd a{
  display: inline-block;
  margin:0.3em 0 0 0;
}

div.pattern3 {
  margin:3em 0 0 0;
  background-color: #eee;
}

@media screen and (min-width:1000px){
  section.choice div {
    width:calc(50% - 0.8em);
    width:-webkit-calc(50% - 0.8em);
    padding:1.8em 0.25% 1.8em 0.25%;
  }

  div.pattern1 {
    margin:0 0 1.6em 0;
  }

  div.pattern2.center {
    margin: 0 auto 0 auto;
  }

  div.pattern3 {
    height: 100%;
    margin:0 0 0 0;
    position: absolute;
    top: 0;
    right:0;
  }

  div.pattern3 p {
    margin:12em 0 0 0;
  }

}

.clear.both {clear:both;}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* member_entry.html */
section#DONATION div.input.member td input+p {
    margin:1em 0 0.5em 0;
}

section#DONATION div.input.member td p br {
  display:inline;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* REMINDER */
#REMINDER {
  width: 100%;
  margin: 20px auto 30px auto;
  padding: 30px 0 0 0;
  border-top: 5px solid #3DB9E8;
}

#REMINDER h1 {
  margin:2.4em 0 2em 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

#REMINDER input[type="email"] ,
#REMINDER input[type="password"] {
  max-width:390px;
  width:90%;
  margin: 0 auto 2em auto;
}

#REMINDER p {
  width:95%;
  margin: 0 auto 1.2em auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}

#REMINDER em {
  font-size: 1.6rem;
  font-weight: bold;
}

#REMINDER ul.orderSUBMIT li button,
#REMINDER ul.orderSUBMIT li a {
  background-color:#3DB9E8;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* MYPAGE */
#MYPAGE {
  border-top-color:#F39A38;
}

#MYPAGE .system.message{
  border-color:#F39A38;
}

#MYPAGE .log td:last-child a,
#MYPAGE ul.orderSUBMIT li button,
#MYPAGE ul.orderSUBMIT li a {
  background-color:#F39A38;
}

#MYPAGE {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 30px 0 90px 0;
  border-top-width: 5px;
  border-top-style:solid;
}

#MYPAGE h1 {
  margin:0em 0 30px 0;
  padding:0 0 0 0;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

#MYPAGE h2 {
  width: 100%;
  margin: 0 0 1em 0;
  padding:0.5em 0 0.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #666;
}

#MYPAGE h2 b {
  display: inline-block;
  width:calc(100% - 0em);
  width:-webkit-calc(100% - 0em);
  text-align:right;
  font-size: 1.4rem;
}

#MYPAGE h3 {
  width: 100%;
  padding:0 0 0.5em 0;
  font-size: 1.7rem;
  font-weight: bold;
}

#MYPAGE .news{
  margin: 0.5em 0 0.5em 0;
  text-align: center;
}

#MYPAGE .news a,
#MYPAGE .log .notice a{
  text-decoration: underline;
}

#MYPAGE .log .notice {
  margin: 1em 1em 0.5em 0;
  text-align: left;
}

#MYPAGE section {
  width: 90%;
  margin:0 auto 3em auto;
  box-sizing: border-box;
}

#MYPAGE span.sp {
  display: none;
}

#MYPAGE div.info {
  max-width:50em;
  width:95%;
  padding:1em 2em 1.5em 2em;
  margin-top: 1em;
  border-radius: 0.4em;
  background-color: #f1f1f1;
}


@media screen and (min-width:1000px){
  #MYPAGE section {
    width:100%;
  }
  #MYPAGE span.sp {
    display:inline;
  }
  #MYPAGE br.sp {
    display: none;
  }
}

#MYPAGE table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}

#MYPAGE th ,
#MYPAGE td {
  padding:0.8em 1em 0.8em 1em;
  font-size: 1.6rem;
  line-height: 1.2;
}

#MYPAGE th {
  vertical-align: middle;
  background-color: #eee;
}

#MYPAGE .system.message {
  padding:2em 2em 2em 2em;
  border-width: 1px;
  border-style:solid;
  letter-spacing:-.4em;
}

#MYPAGE .system.message p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: normal;
}

#MYPAGE .system.message .lockbutton {
  width:180px;
  margin:1.5em auto 0 auto;
  letter-spacing: normal;
}

#MYPAGE .system.message .bluebutton,
#MYPAGE .system.message .bluebutton_k{
  width:18em;
  margin:1.5em auto 0 auto;
  letter-spacing: normal;
  font-size: 1em;
}

#MYPAGE .system.message .bluebutton a,
#MYPAGE .system.message .bluebutton_k a{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: -moz-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
  background: -webkit-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
  background: linear-gradient(to bottom, #89dcfb 0%, #00aeef 100%);
  border-radius: 2em;
  padding: 0.8em 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

#MYPAGE .system.message .lockbutton a {
  display:block;
  width: 100%;
  padding:0.4em 0 0.4em 0;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 1.2em;
  -moz-border-radius:1.2em;
  -webkit-border-radius:1.2em;
  background:url("../img/icon_logout.png") no-repeat 8px center;
  background-size:16px;
}

@media screen and (min-width:1000px){
  #MYPAGE .system.message {
    display: table;
  }
  #MYPAGE .system.message div {
    margin: 0 0 0 0;
  }
  #MYPAGE .system.message div a {
    margin: 0 auto 0 auto;
  }
  #MYPAGE .system.message p ,
  #MYPAGE .system.message .lockbutton ,
  #MYPAGE .system.message .bluebutton ,
  #MYPAGE .system.message .bluebutton_k {
    display: table-cell;
    width:calc(100% / 5);
    width:-webkit-calc(100% / 5);
    vertical-align: bottom;
  }
  #MYPAGE .system.message .lockbutton a {
    width:180px;
  }
  #MYPAGE .system.message .bluebutton a {
    width:18em;
  }
  #MYPAGE .system.message .bluebutton_k a{
    width:10em;
  }
}

#MYPAGE .system.message em {
  font-weight: 600;
}

#MYPAGE .data th ,
#MYPAGE .data td {
  border-top: 1px solid #ccc;
}

#MYPAGE .data th {
  width: 7em;
}

#MYPAGE .log td:last-child a {
  position: relative;
  display: block;
  width:6em;
  margin: 0 auto 0 auto;
  padding:0.5em 1em 0.5em 0;
  color: #fff;
  box-sizing: border-box;
}

#MYPAGE .log td:last-child a:before {
  position: absolute;
  top: 0;
  right:4px;
  bottom: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

@media screen and (min-width:1000px){
  #MYPAGE .data th {
    width: 9em;
  }
}

@media screen and (max-width:999px){
  #MYPAGE .log tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  #MYPAGE .log tr:first-child {
    display: none;
  }

  #MYPAGE .log tr:last-child {
    border-bottom: none;
  }

  #MYPAGE .log td {
    display: block;
    margin: 0 0 0 1em;
  }

  #MYPAGE .log tr td::before {
    display: block;
    margin: 0 0 0.5em -1em;
    font-weight: bold;
  }

  #MYPAGE .log tr td:nth-child(1)::before {
    content: "注文日";
  }

  #MYPAGE .log tr td:nth-child(2)::before {
    content: "注文内容";
  }

  #MYPAGE .log tr td:nth-child(3)::before {
    content: "配送状況";
  }

  #MYPAGE .log tr td:nth-child(4)::before {
    content: "領収書";
  }

  #MYPAGE .log td:last-child a {
    text-align: center;
    margin:0;
  }

}

@media screen and (min-width:1000px){
  #MYPAGE .log th ,
  #MYPAGE .log td {
    text-align: center;
  }

  #MYPAGE .log th ,
  #MYPAGE .log td {
    border-right: 1px solid #ccc;
  }

  #MYPAGE .log th:last-child ,
  #MYPAGE .log td:last-child {
    border-right:none;
  }

  #MYPAGE .log td {
    border-top: 1px solid #ccc;
  }

  #MYPAGE .log td:nth-child(2) {
    text-align: left;
  }
}

#MYPAGE .input p {
  margin: 1em 0 1em 0;
  text-align: left;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}

#MYPAGE .input span {
  font-weight: bold;
  color: #ff2836;
}

#MYPAGE .input span.sp {
  font-weight:normal;
  color: #333;
}

#MYPAGE .input table {
  border-top: 1px solid #ccc;
}

#MYPAGE .input caption {
  padding: 0 0 0.5em 0.5em;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}

#MYPAGE .input th ,
#MYPAGE .input td {
  border-bottom: 1px solid #ccc;
}

#MYPAGE .input th {
  width:8.5em;
}

#MYPAGE .input td input[name="zip1"] ,
#MYPAGE .input td input[name="zip2"] {
  display: inline-block;
}

#MYPAGE .input td input[name="zip1"] {
  width:3em;
}

#MYPAGE .input td input[name="zip2"] {
  width:3.5em;
}

@media screen and (min-width:1000px){
  #MYPAGE .input th {
    width:11em;
  }
}

#MYPAGE .end  h1 {
  width: 100%;
  text-align: left;
  margin: 0 0 1em 0;
  padding:0 0 0.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
}

#MYPAGE .end p {
  margin: 3em 0 2em 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}


/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* orderSUBMIT */
#REMINDER ul.orderSUBMIT ,
#MYPAGE ul.orderSUBMIT {
  width:90%;
  margin:1.5em auto 3em auto;
  text-align: center;
  letter-spacing: -.4em;
}

#REMINDER ul.orderSUBMIT li,
#MYPAGE ul.orderSUBMIT li {
  display: block;
  width:100%;
  margin:2em 0 0 0;
  letter-spacing:normal;
}

#REMINDER ul.orderSUBMIT li button,
#REMINDER ul.orderSUBMIT li a,
#MYPAGE ul.orderSUBMIT li button,
#MYPAGE ul.orderSUBMIT li a {
  display: inline-block;
  width:100%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.4s ease-in-out;
}

#REMINDER ul.orderSUBMIT li button,
#MYPAGE ul.orderSUBMIT li button{
  padding:0.7em 1em 0.7em 0em;
}

#REMINDER ul.orderSUBMIT li a,
#MYPAGE ul.orderSUBMIT li a {
  padding:0.8em 1em 1em 0em;
}

#REMINDER ul.orderSUBMIT li button:hover,
#REMINDER ul.orderSUBMIT li a:hover,
#MYPAGE ul.orderSUBMIT li button:hover,
#MYPAGE ul.orderSUBMIT li a:hover {
  opacity: 0.7;
}

#REMINDER ul.orderSUBMIT button::before,
#REMINDER ul.orderSUBMIT a::before,
#MYPAGE ul.orderSUBMIT button::before,
#MYPAGE ul.orderSUBMIT a::before {
  position: absolute;
  top: 0;
  right:10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

#REMINDER ul.orderSUBMIT li.back button,
#REMINDER ul.orderSUBMIT li.back a,
#MYPAGE ul.orderSUBMIT li.back button,
#MYPAGE ul.orderSUBMIT li.back a {
  font-size: 1.4rem;
  background-color:#ccc;
}

@media screen and (min-width:1000px){
  #REMINDER ul.orderSUBMIT ,
  #MYPAGE ul.orderSUBMIT {
    max-width:34em;
  }

  #REMINDER ul.orderSUBMIT li ,
  #MYPAGE ul.orderSUBMIT li {
    display: inline-block;
    width:39%;
    margin:0 5% 0 5%;
  }

}
