@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #f8f8f8;
  color: #27313d;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

p {
  text-align: justify;
}

#content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  width: 100%;
  padding-bottom: 20px;
}

#header .logo {
  padding: 12px 0 10px 20px;
}

#header .logo a {
  display: block;
  width: 96px;
  height: 40px;
  background-image: url(../img/header_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}

#header .title {
  position: relative;
  width: 100%;
  background-image: url(../img/title_bk.png);
  background-size: 960px 310px;
  background-position: 50% 50%;
  background-color: #4a7fc0;
}

#header .title h1 {
  display: block;
  width: 100%;
  height: 152px;
  background-image: url(../img/h1_home.png);
  background-size: 560px 152px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#header .title:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}

#footer {
  width: 100%;
  margin-top: 40px;
  background-color: #394a5f;
}

#footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 20px;
}

#footer p {
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

#footer a {
  display: block;
  position: fixed;
  width: 160px;
  height: 174px;
  bottom: -179px;
  right: 15px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 10;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#footer a.btn_01 {
  background-image: url(../img/pagetop_01.png);
}

#footer a.btn_02 {
  background-image: url(../img/pagetop_02.png);
}

#footer a.btn_03 {
  background-image: url(../img/pagetop_03.png);
}

#footer a.btn_04 {
  background-image: url(../img/pagetop_04.png);
}

#footer a.btn_05 {
  background-image: url(../img/pagetop_05.png);
}

#footer a.btn_06 {
  background-image: url(../img/pagetop_06.png);
}

#footer a.active {
  bottom: -5px;
}

.btn {
  display: block;
  position: relative;
  width: 150px;
  height: 14px;
  margin: 0 auto;
  padding: 11px 0 11px;
  border-radius: 24px;
  border: 2px solid #606e80;
  background-color: #606e80;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.btn:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 100%;
  content: "\f105";
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.btn:hover {
  border: 2px solid #606e80;
  background-color: #f0f0f0;
  color: #606e80;
}

.btn:hover:after {
  right: 10px;
  color: #acacac;
}

.btn.back:after {
  right: auto;
  left: 14px;
  content: "\f104";
}

.btn.back:hover:after {
  left: 10px;
}

.btn.none:after {
  display: none;
}

.btn.submit {
  border: 2px solid #55acee;
  background-color: #55acee;
  color: #fff;
}

.btn.submit:after {
  color: #fff;
}

.btn.submit:hover {
  background-color: #fff;
  color: #55acee;
}

.btn.submit:hover:after {
  color: #55acee;
}

.btn.caution {
  border: 2px solid #ee5555;
  background-color: #ee5555;
  color: #fff;
}

.btn.caution:after {
  color: #fff;
}

.btn.caution:hover {
  background-color: #fff;
  color: #ee5555;
}

.btn.caution:hover:after {
  color: #ee5555;
}

.btn.middle {
  width: 180px;
}

.btn.long {
  width: 100%;
  height: auto;
  max-width: 360px;
  padding: 11px 30px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dis_btn {
  display: block;
  position: relative;
  width: 150px;
  height: 14px;
  margin: 0 auto;
  padding: 11px 0 11px;
  border-radius: 24px;
  border: 2px solid #acacac;
  background-color: #acacac;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.35;
}

.dis_btn.middle {
  width: 180px;
}

.dis_btn.long {
  width: 360px;
}

.btn + .btn {
  margin-top: -10px !important;
}

.section_box {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: url(../img/post_bk.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section_box.bottom_less {
  background-image: none;
}

.section_box.bottom_less .inner {
  padding-bottom: 10px;
}

.section_box .header {
  width: 100%;
  height: 45px;
  background-image: url(../img/h2_bk.png);
  background-position: 0 0;
  background-size: 804px 50px;
}

.section_box .header h2 {
  width: 100%;
  height: 100%;
  background-position: 2px 0;
  font-size: 0;
  background-size: 750px 45px;
}

.section_box .inner {
  padding: 25px 30px 30px;
}

.section_box .inner h4 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
}

.section_box .inner h3 {
  margin-bottom: 6px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #989fa7;
  font-size: 14px;
  line-height: 125%;
  font-weight: 700;
}

.section_box .inner h3.caution {
  color: #ee5555;
}

.section_box .inner * + h3 {
  padding-top: 20px;
}

.section_box .inner > img {
  width: 280px;
  height: auto;
  margin: 5px 0 20px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.section_box .inner p {
  padding: 0 0 15px;
}

.section_box .inner p a {
  color: #55acee;
  font-weight: 700;
  text-decoration: underline;
}

.section_box .inner p a:hover {
  color: #48cf2d;
}

.section_box .inner p strong {
  color: #d13232;
}

.section_box .inner p.err_code {
  padding-top: 25px;
  text-align: right;
  font-size: 10px;
  opacity: 0.6;
}

.section_box .inner ul.tip {
  padding-bottom: 15px;
  color: #979fa6;
  font-size: 11px;
  line-height: 18px;
}

.section_box .inner ul.tip li:before {
  display: inline-block;
  padding-right: 2px;
  content: "※";
}

.section_box .inner .img {
  margin: 5px 0 20px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.section_box .inner .btn {
  margin: 5px auto 20px;
}

.section_box .inner p + h3 {
  margin-top: -15px;
}

.section_box .inner hr {
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px auto 25px;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.section_box.error {
  color: #fff;
  background-color: #ea6766;
}

.section_box.error h3 {
  border-bottom: 1px dotted #fff !important;
}

.section_box.error a {
  color: #fff !important;
}

.section_box.message {
  color: #fff;
  background-color: #00b894;
}

.section_box.message h3 {
  border-bottom: 1px dotted #fff !important;
}

.section_box.message a {
  color: #fff !important;
}

.back_box {
  padding: 30px 0;
}

.back_box .btn:after {
  display: none;
}

p.p_alphabet {
  width: 100%;
  word-wrap: break-word;
}

.ureshino {
  width: 100%;
  height: 200px;
  margin: 10px 0 15px;
  background-image: url(../img/formentry_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.ureshino2 {
  width: 100%;
  height: 200px;
  margin: 10px 0 15px;
  background-image: url(../img/overlap_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.ureshino3 {
  width: 100%;
  height: 200px;
  margin: 10px 0 15px;
  background-image: url(../img/delete_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.suzuki {
  width: 100%;
  height: 200px;
  margin: 10px 0 15px;
  background-image: url(../img/404_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

dl.form {
  width: 100%;
  padding: 0;
}

dl.form dt {
  display: block;
  margin-bottom: 10px;
  padding: 8px 0 8px 12px;
  border-left: 3px solid #aaa;
  background-color: #fafafa;
  font-weight: 700;
  line-height: 130%;
}

dl.form dt i {
  position: relative;
  top: -1px;
  color: #d94747;
}

dl.form dt .tip {
  display: block;
  color: #989fa7;
  padding: 3px 0 0;
  font-size: 13px;
  font-weight: 400;
}

dl.form dd {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 20px;
}

dl.form dd input[type="text"],
dl.form dd input[type="email"],
dl.form dd input[type="password"],
dl.form dd textarea {
  width: 100%;
  padding: 10px 12px 8px;
  border-radius: 4px;
  border: 1px solid #989fa7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

dl.form dd input[type="text"]:focus,
dl.form dd input[type="email"]:focus,
dl.form dd input[type="password"]:focus,
dl.form dd textarea:focus {
  background-color: #eff6ff;
  outline: none;
}

dl.form dd input[type="file"] {
  width: 100%;
  padding: 10px 12px 8px;
  border-radius: 4px;
  border: 1px solid #989fa7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

dl.form dd textarea {
  height: 250px;
  font-size: 14px;
  line-height: 130%;
  resize: vertical;
}

dl.form dd select {
  width: 100%;
  position: relative;
  height: 36px;
  margin-right: 5px;
  padding: 0 0 0 12px;
  border-radius: 4px;
  border: 1px solid #989fa7;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

dl.form dd select:focus {
  background-color: #eff6ff;
  outline: none;
}

dl.form dd .err {
  display: block;
  position: absolute;
  max-width: 500px;
  top: 42px;
  left: 0;
  padding: 7px 10px;
  border-bottom: 2px solid #c93d3d;
  background-color: #d94747;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  z-index: 20;
}

dl.form dd .err span {
  display: inline-block;
}

dl.form dd .err:empty {
  display: none;
}

dl.form dd .err:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 12px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d94747 transparent;
  content: "";
}

.select {
  margin: -5px 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.select input {
  display: none;
}

.select label {
  display: block;
  width: 49.2%;
  margin-top: 4px;
}

.select label .label {
  display: block;
  position: relative;
  padding: 5px 15px 5px 35px;
  border-radius: 8px;
  background-color: #dfe6e9;
  color: #636e72;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease background;
  -moz-transition: 0.2s ease background;
  -o-transition: 0.2s ease background;
  transition: 0.2s ease background;
  -webkit-transition: 0.2s ease color;
  -moz-transition: 0.2s ease color;
  -o-transition: 0.2s ease color;
  transition: 0.2s ease color;
}

.select label .label:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 12px;
  margin-top: -8px;
  color: #636e72;
  font-size: 16px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 100%;
  content: "\f00c";
  opacity: 0.1;
  -webkit-transition: 0.2s ease color;
  -moz-transition: 0.2s ease color;
  -o-transition: 0.2s ease color;
  transition: 0.2s ease color;
}

.select label input:checked + .label {
  background-color: #636e72;
  color: #fff;
}

.select label input:checked + .label:before {
  color: #fff;
  opacity: 1;
}

.none_address {
  display: block;
  position: relative;
  margin: 5px 0 15px;
  padding: 4px 15px 4px 35px;
  border-radius: 8px;
  border: 1px solid #dfe6e9;
  color: #bdc7cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.none_address:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 12px;
  margin-top: -8px;
  color: #bdc7cb;
  font-size: 16px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 100%;
  content: "\f00d";
}

.submit_wrapper {
  margin: 30px 0 0;
}

form label {
  cursor: pointer;
}

form input[type="submit"] {
  display: none;
}

#intro_info .header h2,
#intro_inheriting .header h2 {
  background-image: url(../img/h2_13.png);
}

#intro_info .item,
#intro_inheriting .item {
  position: relative;
  width: 100%;
  background-image: url(../img/intro_img_01.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}

#intro_info .item:before,
#intro_inheriting .item:before {
  display: block;
  padding-top: 40%;
  content: "";
}

#intro_info .img_btn,
#intro_inheriting .img_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 396px;
  height: auto;
  margin: 8px auto 25px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  -moz-transition: 0.2s ease opacity, 0.2s ease transform;
  -o-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#intro_info .img_btn:before,
#intro_inheriting .img_btn:before {
  content: "";
  display: block;
  padding-top: 25.2525%;
}

#intro_info .img_btn:hover,
#intro_inheriting .img_btn:hover {
  opacity: 0.75;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#intro_info .img_btn.btn_01,
#intro_inheriting .img_btn.btn_01 {
  margin-bottom: 12px;
  background-image: url(../img/intro_btn_01.jpg);
  box-shadow: 0 1px 4px rgba(131, 57, 67, 0.3);
}

#intro_info .img_btn.btn_02,
#intro_inheriting .img_btn.btn_02 {
  background-image: url(../img/intro_btn_02.jpg);
  box-shadow: 0 1px 4px rgba(66, 81, 106, 0.3);
}

#intro_info .img_btn.btn_03,
#intro_inheriting .img_btn.btn_03 {
  background-image: url(../img/intro_btn_03.jpg);
  box-shadow: 0 1px 4px rgba(121, 106, 206, 0.3);
}

#intro_info .img_btn.btn_04,
#intro_inheriting .img_btn.btn_04 {
  background-image: url(../img/intro_btn_04.jpg);
  box-shadow: 0 1px 4px rgba(121, 106, 206, 0.3);
}

#intro_inheriting .header h2 {
  background-image: url(../img/h2_17.png);
}

#forgot .header h2 {
  background-image: url(../img/h2_21.png);
}

#mypage_thankyou .inner {
  background-image: url(../img/mypage_bk.png);
  background-size: 250px 200px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#mypage_thankyou .inner .mailadd {
  color: #4a7fc0;
}

#mypage_thankyou .inner p {
  text-align: left;
}

@media (max-width: 640px) {
  #mypage_thankyou .inner {
    background-image: none;
  }
}

#mypage_ohb .header h2 {
  background-image: url(../img/h2_01.png);
}

#mypage_ohb .inner dl {
  margin: 20px 0 0;
}

#mypage_ohb .inner dl dt {
  color: #4a7fc0;
}

#mypage_ohb .inner dl dd {
  color: #888;
}

#mypage_ohb .ohb_2020w {
  display: block;
  width: 264px;
  height: 372px;
  margin: 0 auto;
  border-radius: 5px;
  background-image: url(../ohb/ohb_2020_winter.jpg);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}

#mypage_ohb .backnumber a {
  color: #4a7fc0;
}

#mypage_ohb .backnumber a:hover {
  opacity: 0.5;
}

#mypage_ohb .tip {
  margin-top: 20px;
}

#mypage_user .header h2 {
  background-image: url(../img/h2_02.png);
}

#mypage_user .boolean_on {
  color: #0984e3;
}

#mypage_user .boolean_off {
  color: #ff7675;
}

#mypage_user .change_date {
  color: #636e72;
}

#mypage_user_receive .header h2 {
  background-image: url(../img/h2_04.png);
}

#mypage_user_mail .header h2 {
  background-image: url(../img/h2_15.png);
}

#mypage_user_mail #letter_add_submit_true {
  display: none;
}

#mypage_user_mail #letter_add_submit_false,
#mypage_user_mail #letter_add_submit_true {
  margin-top: 40px;
}

#mypage_user_address_change .header h2 {
  background-image: url(../img/h2_20.png);
}

#mypage_user_letter .header h2 {
  background-image: url(../img/h2_16.png);
}

#mypage_user_address .header h2 {
  background-image: url(../img/h2_18.png);
}

#mypage_user_close .header h2 {
  background-image: url(../img/h2_19.png);
}

#mypage_user_address_form .group {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#mypage_user_address_form .name_s {
  width: 80px;
  margin-right: 15px;
}

#mypage_user_address_form .name_m {
  width: 80px;
}

#mypage_user_address_form .zip_1 {
  width: 80px;
}

#mypage_user_address_form .zip_2 {
  width: 80px;
}

#mypage_user_address_form .old {
  width: 80px;
}

#mypage_user_address_form .hyphen {
  margin: 0 8px;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #636e72;
}

#mypage_user_address_form .settou {
  position: relative;
  top: -2px;
  padding: 0 10px 0 0;
  color: #636e72;
  font-size: 14px;
  line-height: 100%;
}

#mypage_user_address_form .setubi {
  position: relative;
  top: -2px;
  padding: 0 0 0 10px;
  color: #636e72;
  font-size: 14px;
  line-height: 100%;
}

#mypage_tip {
  background-image: none;
  background-color: #4a7fc0;
  color: #fff;
}

#mypage_tip .inner {
  padding: 10px 30px 10px;
}

#mypage_tip .inner p {
  padding-bottom: 0;
  text-align: center;
}

#mypage_user_success .header h2 {
  background-image: url(../img/h2_09.png);
}

#mypage_user_error .header h2 {
  background-image: url(../img/h2_00.png);
}

#mypage_check .header h2 {
  background-image: url(../img/h2_03.png);
}

#singup .header h2 {
  background-image: url(../img/h2_11.png);
}

#login .header h2 {
  background-image: url(../img/h2_10.png);
}

#logout .header h2 {
  background-image: url(../img/h2_12.png);
}

#mypage_user_serial .header h2 {
  background-image: url(../img/h2_07.png);
}

#mypage_user_serial .btn {
  margin-top: 25px;
}

#mypage_user_serial .send_serial {
  padding-bottom: 15px;
}

#mypage_user_serial .send_serial li {
  display: block;
  margin-bottom: 3px;
  padding: 8px 0 8px 12px;
  border-left: 3px solid #55acee;
  background-color: #fafafa;
  line-height: 125%;
  font-weight: 700;
}

#mypage_user_serial .send_serial li .date {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  color: #636e72;
  font-weight: 400;
}

#mypage_user_serial .send_serial li .code {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  color: #636e72;
  font-weight: 400;
}

#mypage_user_serial_form .group {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#mypage_user_serial_form .type {
  display: none;
}

#mypage_user_serial_form .mini {
  width: 80px;
}

#mypage_user_serial_form .hyphen {
  margin: 0 8px;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #636e72;
}

#mypage_user_serial_form .settou {
  position: relative;
  top: 0;
  margin-right: 8px;
  color: #636e72;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

#mailinfo_cancel .header h2 {
  background-image: url(../img/h2_22.png);
}

/*# sourceMappingURL=style.css.map */