@charset "UTF-8";
/****************common********************************************/
#contents.shubun30 {
  background: #beeff3;
  color: #221912;
}
footer {
  background: #beeff3;
}
#contents .code ul {
  position: relative;
  width: calc(100vw / (1200 / 300));
  margin: 0 auto calc(100vw / (1200 / 10));
  padding: 0;
  background: #ca4040;
  border: 4px solid #ca4040;
  vertical-align: middle;
  line-height: 1.4;
}
#contents .code li:nth-child(1) {
  padding-bottom: calc(100vw / (1200 / 10));
  text-align: center;
  color: #fff;
  font-size: calc(100vw / (1200 / 18));
}
#contents .code li:last-child {
  padding-bottom: calc(100vw / (1200 / 5));
  background: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: calc(100vw / (1200 / 40));
  font-weight: bold;
  color: #5e432c;
}
/****************layout********************************************/
/*****key****/
#contents.shubun30 .key {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contents.shubun30 .key ul li {
  display: inline-block;
  position: absolute;
  top: calc(100vw / (1200 / 360));
  right: calc(100vw / (1200 / 45));
  padding: 0;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  font-size: calc(100vw / (1200 / 40));
  color: #5e432c;
}
/********* main common ********/
#contents.shubun30 .inner {
  width: calc(100vw / (1200 / 900));
  margin: calc(100vw / (1200 / 50)) auto calc(100vw / (1200 / 50));
}
#contents.shubun30 .inner.bg_w {
  padding: calc(100vw / (1200 / 50)) calc(100vw / (1200 / 30));
  position: relative;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #cecece;
}
#contents.shubun30 h2 {
  width: calc(100vw / (1200 / 300));
  margin: 0 auto calc(100vw / (1200 / 30));
  text-align: center;
}
#contents p, #contents li, #contents dt, #contents dd {
  font-size: calc(100vw / (1200 / 16));
}
/********************** co_01 **********************/
#contents.shubun30 .co_01 {
  padding: calc(100vw / (1200 / 60)) 0 calc(100vw / (1200 / 20));
  position: relative;
  text-align: center;
}
#contents.shubun30 .co_01  h2 {
  width: calc(100vw / (1200 / 450));
  margin: 0 auto;
  text-align: center;
}
#contents.shubun30 .co_01 .inner {
  width: calc(100vw / (1200 / 900));
  margin: calc(100vw / (1200 / 10)) auto;
}
#contents.shubun30 .co_01 p.read {
  margin: 0 auto calc(100vw / (1200 / 10));
  text-align: center;
  color: #5e432c;
  font-weight: bold;
  font-size: calc(100vw / (1200 / 24));
}
#contents.shubun30 .co_01 p.fs {
  margin: 0 auto;
  padding-right: calc(100vw / (1200 / 20));
  font-size: calc(100vw / (1200 / 13));
}
/******point_ex********/
#contents.shubun30 .point_ex {
  margin: 0;
  padding: calc(100vw / (1200 / 1)) calc(100vw / (1200 / 0)) calc(100vw / (1200 / 40));
  position: relative;
}
#contents.shubun30 .point_ex .ttl_sub {
  width: calc(100vw / (1200 / 400));
  position: absolute;
  top: calc(100vw / (1200 / -30));
  left: calc(100vw / (1200 / 250));
}
#contents.shubun30 .point_ex h2 {
  width: calc(100vw / (1200 / 450));
  margin: 0 auto calc(100vw / (1200 / 25));
}
#contents.shubun30 .point_ex ul.point_01 li {
  margin-bottom: calc(100vw / (1200 / 20));
}
#contents.shubun30 .point_ex p.fs {
  line-height: 1.4;
  font-size: calc(100vw / (1200 / 14));
}
#contents.shubun30 .point_ex ul.point_01 {
  width: calc(100vw / (1200 / 800));
  position: relative;
  margin: calc(100vw / (1200 / 20)) auto 0;
}
#contents.shubun30 .point_ex ul.point_02 {
  width: calc(100vw / (1200 / 450));
  position: relative;
  margin: calc(100vw / (1200 / 30)) auto calc(100vw / (1200 / 10));
}
#contents.shubun30 .point_ex ul.point_02 li:nth-child(2) {
  width: calc(100vw / (1200 / 80));
  position: absolute;
  top: calc(100vw / (1200 / -17));
  left: calc(100vw / (1200 / -37));
}
/********************** co_02 **********************/
#contents.shubun30 .co_02 {
  padding: calc(100vw / (1200 / 60)) 0 calc(100vw / (1200 / 60));
  background: #fdf4dc;
  border-bottom: 1px solid #ccc;
}
#contents.shubun30 .co_02 .inner {
  margin-bottom: calc(100vw / (1200 / 80));
  padding: calc(100vw / (1200 / 50)) calc(100vw / (1200 / 40)) calc(100vw / (1200 / 10));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.shubun30 .co_02 .inner h3 {
  width: calc(100vw / (1200 / 230));
  margin: 0 auto calc(100vw / (1200 /10));
  padding-left: calc(100vw / (1200 /40));
  background: #5e432c;
  border-radius: 1px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-size: calc(100vw / (1200 / 18));
  font-weight: normal;
  position: relative;
}
#contents.shubun30 .co_02 .inner h3 span {
  width: calc(100vw / (800 / 40));
  position: absolute;
  top: calc(100vw / (1200 / -12));
  left: calc(100vw / (1200 / 6));
}
#contents.shubun30 .co_02 .inner .box_in {
  width: calc(100vw / (1200 / 550));
  margin-bottom: calc(100vw / (1200 / 20));
  text-align: left;
}
#contents.shubun30 .co_02 .inner .box_in h4 {
  margin: 0 auto calc(100vw / (1200 / 10));
  line-height: 1.5;
  font-size: calc(100vw / (1200 / 22));
  font-weight: bold;
}
#contents.shubun30 .co_02 .inner .box_in p {
  margin: 0 0 calc(100vw / (1200 / 20));
}
#contents.shubun30 .co_02 .inner .box_in p.fs {
  margin: calc(100vw / (1200 / 10)) 0;
  font-size: calc(100vw / (1200 / 15));
  font-weight: normal;
}
#contents.shubun30 .co_02 .inner .box_in p.atn {
  font-size: calc(100vw / (1200 / 14));
  color: #c9151e;
}
#contents.shubun30 .co_02 .inner .code ul {
  width: calc(100vw / (1200 / 500));
  margin: 0;
  display: flex;
  align-items: center;
}
#contents.shubun30 .co_02 .inner .code ul li {
  width: 50%;
  padding: 0;
}
#contents.shubun30 .co_02 .inner.innr02 {
  width: calc(100vw / (1200 /600));
  margin: 0 auto;
  position: relative;
  border: 10px solid #e0b94f;
  padding: calc(100vw / (1200 /10)) 0;
  text-align: center;
  color: #233469;
}
#contents.shubun30 .co_02 .inner.innr02 h3 {
  width: calc(100vw / (1200 / 200));
  padding: calc(100vw / (1200 / 6)) 0;
  background: #e0b94f;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: calc(100vw / (1200 / 24));
  position: absolute;
  top: calc(100vw / (1200 / -30));
  left: calc(100vw / (1200 / 190));
}
#contents.shubun30 .co_02 .inner.innr02 .pointup .txt {
  width: calc(100vw / (1200 /600));
  padding: calc(100vw / (1200 /20));
  color: #5e432c;
}
#contents.shubun30 .co_02 .inner.innr02 .pointup .txt h4 {
  font-size: calc(100vw / (1200 /22));
}
#contents.shubun30 .co_02 .inner.innr02 .pointup .txt u {
  text-decoration: underline;
  font-weight: bold;
}
/********************** co_03 **********************/
#contents.shubun30 .co_03 {
  padding: calc(100vw / (1200 / 60)) 0 calc(100vw / (1200 / 60));
  border-bottom: 1px solid #ccc;
}
#contents.shubun30 .co_03 .inner {
  margin: 0 auto calc(100vw / (1200 / 50));
  padding-top: calc(100vw / (1200 / 30));
  padding-bottom: calc(100vw / (1200 / 30));
  text-align: center;
}
#contents.shubun30 .co_03 p.icon {
  width: calc(100vw / (1200 / 80));
  margin: calc(100vw / (1200 / 10)) auto calc(100vw / (1200 / 30));
  text-align: center;
  font-size: calc(100vw / (1200 / 16));
  font-weight: bold;
  color: #1176b0;
}
#contents.shubun30 .co_03 .inner .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contents.shubun30 .co_03 .inner .box h3 {
  width: calc(100vw / (1200 / 230));
  margin: 0 auto calc(100vw / (1200 / 20));
  background: #f7be32;
  line-height: 2em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  font-size: calc(100vw / (1200 / 17.2));
  font-weight: normal;
}
#contents.shubun30 .co_03 .inner .box.coupon h3 {
  background: #ca4040;
}
#contents.shubun30 .co_03 #coupon {
  margin-top: calc(100vw / (1200 / 60));
}
#contents.shubun30 .co_03 .inner .box_in {
  width: calc(100vw / (1200 / 550));
  margin-bottom: calc(100vw / (1200 / 40));
  text-align: left;
}
#contents.shubun30 .co_03 .inner .box h4 {
  margin: 0 0 calc(100vw / (1200 / 10));
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: calc(100vw / (1200 / 22));
  font-weight: bold;
}
#contents.shubun30 .co_03 .inner .box p {
  margin-bottom: 0.5em;
  font-weight: bold;
}
#contents.shubun30 .co_03 .inner .box .fs {
  font-size: calc(100vw / (1200 / 15));
  font-weight: normal;
}
#contents.shubun30 .co_03 .co_icon {
  width: calc(100vw / (1200 / 110));
  position: absolute;
  top: calc(100vw / (1200 / -197));
  right: calc(100vw / (1200 / 40));
}
/*********03********/
#contents.shubun30 .co_04 {
  padding: calc(100vw / (1200 / 60)) 0 calc(100vw / (1200 / 60));
  background: #fdf4dc;
  border-bottom: 1px solid #ccc;
}
#contents.shubun30 .co_04 .inner {
  margin-bottom: calc(100vw / (1200 / 70));
}
#contents.shubun30 .co_04 .in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.shubun30 .co_04 .box {
  width: calc(100vw / (1200 / 410));
}
#contents .co_04 .inner h3 {
  margin-bottom: calc(100vw / (1200 / 19));
  padding: 0;
  background: #5e432c;
  height: calc(100vw / (1200 / 45));
  font-size: calc(100vw / (1200 / 19));
  font-weight: bold;
  color: #fff;
}
#contents .co_04 .inner h3 span {
  width: calc(100vw / (1200 / 45));
  margin-right: calc(100vw / (1200 / 10));
  padding: 0;
  border-right: calc(100vw / (1200 / 3)) solid #fff;
  display: inline-block;
  background: #5e432c;
  height: calc(100vw / (1200 / 45));
  text-align: center;
  font-size: calc(100vw / (1200 / 24));
  color: #fff;
}
#contents .co_04 .inner dl {
  margin-bottom: calc(100vw / (1200 / 50));
  line-height: 1.5;
  text-align: center;
}
#contents.shubun30 .co_04 .in dt {
  height: 6em;
}
#contents.shubun30 .co_04 .in dt span.fs {
  letter-spacing: -0.1em;
  font-size: calc(100vw / (1200 / 11));
}
#contents.shubun30 .co_04 .inner dd.atn {
  padding: calc(100vw / (1200 / 15));
  letter-spacing: 0.05em;
  font-size: calc(100vw / (1200 / 15));
}
#contents .co_04 .code {
  margin: calc(100vw / (1200 / 40)) 0 0;
}
#contents .co_04 .tyuui {
  font-size: calc(100vw / (1200 / 14));
}
#contents .co_04 .inner .marker {
  font-weight: bold;
}
#contents .co_04 .btn {
  margin-bottom: calc(100vw / (1200 / 10));
}
#contents.shubun30 .co_04 .co_icon {
  width: calc(100vw / (1200 / 200));
  position: absolute;
  top: 0;
  left: calc(100vw / (1200 / 200));
}
#contents.shubun30 .co_04 .co_icon2 {
  width: calc(100vw / (1200 / 200));
  position: absolute;
  top: 0;
  right: calc(100vw / (1200 / 200));
}
#contents.shubun30 .co_04 .code.yoko {
  margin: 0 auto;
}
#contents.shubun30 .co_04 .code.yoko ul {
  width: calc(100vw / (1200 / 600));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents.shubun30 .co_04 .code.yoko ul li:nth-child(1) {
  width: calc(100vw / (1200 / 350));
  color: #fff;
  padding: 0;
}
#contents.shubun30 .co_04 .code.yoko ul li:nth-child(2) {
  width: calc(100vw / (1200 / 250));
}
/*********notes********/
#contents.shubun30 .notes_point {
  padding: calc(100vw / (1200 / 60)) 0 calc(100vw / (1200 / 60));
}
#contents.shubun30 .notes_point .co_icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(100vw / (1200 / 32));
}
#contents.shubun30 .notes_point .co_icon img {
  width: calc(100vw / (1200 / 50));
}
#contents.shubun30 .notes_point .inner {
  margin-bottom: calc(100vw / (1200 / 10));
  padding-bottom: calc(100vw / (1200 / 10));
}
#contents.shubun30 .notes_point {
  line-height: calc(100vw / (1200 / 24));
  font-size: calc(100vw / (1200 / 16));
}
#contents.shubun30 .notes_point .inner h2 {
  margin: 0 auto calc(100vw / (1200 / 50));
}
#contents.shubun30 .notes_point .inner .box {
  width: calc(100vw / (1200 / 730));
  margin: 0 auto calc(100vw / (1200 / 100));
  text-align: left;
}
#contents.shubun30 .notes_point .inner .in p {
  margin-bottom: 1em;
}
#contents.shubun30 .notes_point h3 {
  width: calc(100vw / (1200 / 360));
  margin: 0 auto calc(100vw / (1200 / 50));
  padding: 0.4vw 0;
  border: 2px solid #5e432c;
  border-radius: 10vw;
  color: #5e432c;
  text-align: center;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
}
#contents.shubun30 .notes_point h4 {
  margin: 0 auto calc(100vw / (1200 / 30));
  text-align: center;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
}
#contents.shubun30 .notes_point .inner ul.list {
  margin-bottom: calc(100vw / (1200 / 60));
}
#contents.shubun30 .notes_point .inner ul.list li {
  border-top: 1px dashed #959595;
  margin-top: calc(100vw / (1200 / 18));
  padding: calc(100vw / (1200 / 18)) 0 0;
}
#contents.shubun30 .notes_point .inner ul.list li:last-child {
  border-bottom: 1px dashed #959595;
  padding-bottom: 1vw;
}
#contents.shubun30 .notes_point p.algnC {
  margin-top: calc(100vw / (1200 / 30));
}
#contents.shubun30 .notes_point .marker {
  font-weight: bold;
}
#contents.shubun30 .notes_point .inner .point {
  margin: calc(100vw / (1200 / 30)) 0;
  padding-bottom: calc(100vw / (1200 / 30));
  border: 3px solid #5e432c;
  border-radius: 3px;
  text-align: center;
}
#contents.shubun30 .notes_point .inner .point h4 {
  margin-bottom: calc(100vw / (1200 / 25));
  background: #5e432c;
  line-height: 1;
  padding: calc(100vw / (1200 / 5)) 0 calc(100vw / (1200 / 10));
  font-size: calc(100vw / (1200 / 22));
  color: #fff;
}
#contents.shubun30 .notes_point .inner .point .img {
  width: calc(100vw / (1200 / 640));
  margin: calc(100vw / (1200 / 20)) auto;
}
#contents.shubun30 .notes_point .inner .point dl {
  font-size: calc(100vw / (1200 / 15));
}
#contents.shubun30 .notes_point .inner .point dl dt {
  font-weight: bold;
}
#contents.shubun30 .notes_point .inner .fs {
  margin: 0.5em 0 2em;
  font-size: calc(100vw / (1200 / 15));
}
/*********bn********/
#contents.shubun30 .btnarea {
  padding-bottom: calc(100vw / (1200 / 100));
}
#contents .btnarea .btn {
  margin-bottom: calc(100vw / (1200 / 50));
}