@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a,
a:hover,
a:visited {
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img,
input,
select,
textarea {
  vertical-align: middle;
}

select,
input,
textarea,
button {
  font-family: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul li,
ol li {
  list-style-type: none;
}

body {
  max-width: 600px;
  padding-top: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 440px) {
  body {
    width: 100%;
    min-width: auto;
    font-size: 13px;
  }
}

h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 440px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 440px) {
  h2 {
    font-size: 26px;
  }
}

.rakuten_attention {
  background: #efefef;
  padding: 13px;
}
.rakuten_attention ul li {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.rakuten_attention ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 3px;
  left: 0;
  top: 6px;
}

.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 140px;
  height: 40px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background: #1d2088;
  border-radius: 20px;
  line-height: 1;
}

.img_box img {
  width: 100%;
  height: auto;
}

.instruction_box {
  background: #efefef;
  padding: 20px;
  padding-top: 40px;
}
.instruction_box ol li {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 33px;
  margin-bottom: 20px;
}
.instruction_box ol li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #1d2088;
  border-radius: 13px;
  left: 0;
  top: 1px;
}
.instruction_box ol li .icon {
  position: absolute;
  left: 1px;
  top: -15px;
  font-size: 12px;
  line-height: 1;
}
.instruction_box ol li .icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #231815;
  left: -10px;
  bottom: 5px;
  transform: rotate(60deg);
}
.instruction_box ol li .icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #231815;
  right: -10px;
  bottom: 5px;
  transform: rotate(-60deg);
}
.instruction_box ol li::after {
  content: "1";
  position: absolute;
  font-size: 20px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  line-height: 1;
}
.instruction_box ol li:nth-child(1)::before {
  border: 1px solid #231815;
  box-sizing: border-box;
  background: #fff;
}
.instruction_box ol li:nth-child(1)::after {
  content: "1";
  color: #231815;
}
.instruction_box ol li:nth-child(2)::after {
  content: "2";
}
.instruction_box ol li:nth-child(3)::after {
  content: "3";
}
.instruction_box ol li:nth-child(4)::after {
  content: "4";
}
.instruction_box ol li:nth-child(5)::after {
  content: "5";
}
.instruction_box ol li .view_icon {
  display: inline-block;
}
.instruction_box ol li .view_icon img {
  width: 74px;
  height: auto;
}
.instruction_box ol li .three_icon {
  display: inline-block;
}
.instruction_box ol li .three_icon img {
  width: 30px;
  height: auto;
}
.instruction_box ol li .small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.production_attention {
  background: #ffebae;
  padding: 20px;
}
.production_attention .attention_box {
  margin-bottom: 20px;
}
.production_attention .attention_box:last-child {
  margin-bottom: 0;
}
.production_attention .attention_box h3 {
  font-size: 16px;
  font-weight: 700;
}
.production_attention .attention_box .txt_box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.production_attention .attention_box .txt_box ul li {
  font-size: 11px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
.production_attention .attention_box .txt_box ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 2px;
  left: 0;
  top: 7px;
}
.production_attention .start_btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.production_attention .start_btn button {
  width: 400px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202088;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 440px) {
  .production_attention .start_btn button {
    font-size: 14px;
    width: 100%;
  }
}
.production_attention .start_btn button::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.production_attention .start_btn button::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}