@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* pagetitle */
/* -------------------------------------------- */
.pagetitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagetitle p.sub {
  margin-right: .8em;
  padding: 0.1em 0.8em 0;
  border: 1px solid black;
  font-size: .5em;
  vertical-align: middle;
}

/* -------------------------------------------- */
/* pagelink */
/* -------------------------------------------- */
.pagelink {
  width: 1000px;
  margin: 0 auto 4em;
  padding: 4px;
  background-image: linear-gradient(-45deg, #ffffff 49%, #333333 49%, #333333 51%, #ffffff 51%);
  background-size: 3px 3px;
}

.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5em 1.5em 1em;
  background-color: #fff;
}

.pagelink ul li {
  margin: 0 0.8em 0.8em;
}

.pagelink ul li a {
  position: relative;
  padding: 0.5em 0.8em 0.5em 1.8em;
  color: #061834;
  font-size: 1em;
}

.pagelink ul li a:before {
  position: absolute;
  content: "\f105";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
}

.pagelink ul li a:hover {
  background-color: #e2eaf6;
  text-decoration: none;
}

/* -------------------------------------------- */
/* guide-block */
/* -------------------------------------------- */
.guide-block {
  margin-bottom: 6em;
}
.guide-block h2 {
  margin-bottom: 1.3em;
  padding: 0 0.5em 0.3em;
  border-bottom: 1px solid black;
  font-size: 1.7em;
}
.guide-block .inner {
  width: 98%;
  margin: 0 auto;
}
.guide-block .inner p {
  font-size: 1.05em;
}
.guide-block .inner p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- */
/* pay */
/* -------------------------------------------- */
#pay .pagelink ul li.link-pay a {
  background-color: #e2eaf6;
}

#pay .pagelink ul li.link-pay a:hover {
  cursor: default;
}

#pay .pay-contact {
  margin-bottom: 2em;
  text-align: center;
}
#pay .pay-contact .read {
  margin-bottom: .5em;
}
#pay .pay-contact .read span {
  display: inline-block;
}
#pay .pay-contact .btn-style a {
  padding: 0.5em 1.5em;
  display: inline-block;
  background: #061834;
  color: #fff;
}
#pay .pay-contact .btn-style a:before {
  color: #fff;
}

#pay .guide-block:last-of-type {
  margin-bottom: 8em;
}

#pay .guide-block .inner {
  width: 98%;
  margin: 0 auto;
}

#pay .guide-block .inner a {
  text-decoration: underline;
}

#pay .guide-block .inner a:hover {
  text-decoration: none;
}

#pay #credit .inner .credit {
  margin-bottom: 2em;
}

#pay #credit .inner .credit dl dt {
  font-size: 1.05em;
}

#pay #daibiki .inner p {
  margin-bottom: 2em;
}

#pay #daibiki .inner .other {
  padding: 3em;
  border: 1px solid #e5e5e5;
}

#pay #daibiki .inner .other h3 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: normal;
}

#pay #daibiki .inner .other .block:not(:last-of-type) {
  margin-bottom: 3em;
}

#pay #daibiki .inner .other .block h4 {
  margin-bottom: .5em;
  padding-left: .7em;
  border-left: 4px solid #04132a;
  font-weight: bold;
}

#pay #daibiki .inner .other .block p {
  padding-left: 1em;
}

#pay #daibiki .inner .other .block dl {
  padding-left: 1em;
}

#pay #np .inner ul {
  width: 98%;
  margin: 0 auto 2em;
}

#pay #np .inner ul li {
  position: relative;
  padding-left: .9em;
  font-size: 1.05em;
}

#pay #np .inner ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

/* -------------------------------------------- */
/* e-gift */
/* -------------------------------------------- */
#gift .pagelink ul li.link-gift a {
  background-color: #e2eaf6;
}

#gift h2 {
  margin: 0 auto;
  text-align: center !important;
  padding: 0 0.5em 0.3em;
  border-bottom: none;
  font-size: 3em;
  font-weight: bold;
}
#gift h3 {
  margin: 0 auto 1em;
  text-align: center !important;
  padding: 0 0.5em 0.3em;
  border-bottom: none;
  font-size: 2em;
  font-weight: bold;
}
#gift p.read {
  margin: 0 auto 1.5em;
  font-size: 1.4em;
  text-align: center;
}
#gift p.read span {
  display: block;
}
#gift .gift-icon {
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  max-width: 700px;
}
#gift .gift-icon dl {
  width: 23%;
  margin: 0 1% 1em;
}
#gift .gift-icon dl dt {
  text-align: center;
}
#gift .gift-icon dl dt img {
  max-width: 100px;
  width: 100%;
}
#gift .gift-icon dl dd {
  font-weight: bold;
  text-align: center;
}
#gift .about {
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
}
#gift .about p {
  position: relative;
  width: 48%;
}
#gift .about p:first-child::after {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  right: -8%;
  top: 45%;
  display: inline;
  font-size: 3em;
  color: #002156;
}
#gift .howto {
  margin: 0 auto 3em;
  display: flex;
  flex-wrap: wrap;
}
#gift .howto .step {
  margin: 0 2% 6em;
  width: 29.333%;
}
#gift .howto .step h4 {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 30px;
}
#gift .howto .step h4::before {
  margin-right: 7px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #002156;
  color: white;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
#gift .howto .step p {
  margin: 0 auto;
  font-size: 1.1em;
}
#gift .howto .step p.fig {
  margin: 0 auto 2em;
}
#gift .howto .step1 h4::before {
  content: "1";
}
#gift .howto .step2 h4::before {
  content: "2";
}
#gift .howto .step3 h4::before {
  content: "3";
}

/* -------------------------------------------- */
/* receipt 領収書について*/
/* -------------------------------------------- */
#receipt .pagelink ul li.link-receipt a {
  background-color: #e2eaf6;
}

#receipt .guide-block {
  margin-bottom: 8em;
}
#receipt .guide-block h2 span {
  font-size: 1.2rem;
}
#receipt .guide-block ol {
  margin-bottom: 1em;
  padding-left: .5em;
}
#receipt .guide-block .import {
  margin-bottom: 3em;
  font-weight: bold;
}
#receipt .guide-block .receipt-box {
  margin-bottom: 3em;
}
#receipt .guide-block .receipt-box:last-child {
  margin-bottom: 0;
}
#receipt .guide-block .receipt-box h3 {
  margin-bottom: .8em;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: .7em;
  border-left: 4px solid #04132a;
  line-height: 1.2;
}
#receipt .guide-block .receipt-box .read span {
  font-weight: bold;
  color: #ae0002;
}
#receipt .guide-block .receipt-box .read strong {
  font-weight: bold;
}
#receipt .guide-block .receipt-box ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style: disc;
}
#receipt .guide-block .receipt-box .btn-style a {
  padding: 0.5em 1.5em;
  display: inline-block;
  background: #061834;
  color: #fff;
}
#receipt .guide-block .receipt-box .btn-style a:before {
  color: #fff;
}
#receipt .member {
  margin-bottom: 5em;
}
#receipt .member .read-area {
  margin-bottom: 3em;
}
#receipt .member .read-area .read {
  margin-bottom: 1em;
}
#receipt .member .read-area .read strong {
  font-weight: bold;
}
#receipt .member .read-area .note {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border: 1px solid #cccccc;
}
#receipt .member .read-area .note dl dt {
  font-weight: bold;
}
#receipt .member .read-area .note dl dd.list p {
  color: #e40000;
  font-weight: bold;
}
#receipt .member .read-area .note dl dd.list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  list-style: disc;
  gap: 0 2.5em;
}
#receipt .member .procedure .block {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #9f9f9f;
}
#receipt .member .procedure .block:first-child {
  margin-top: 1.5em;
}
#receipt .member .procedure .block .inner {
  width: 96%;
}
#receipt .member .procedure .block a {
  text-decoration: underline;
}
#receipt .member .procedure .block a:hover {
  text-decoration: none;
}
#receipt .member .procedure .block .read {
  margin-bottom: 1em;
}
#receipt .member .procedure .block .fig-area {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1em;
  background: #f5f5f5;
}
#receipt .member .procedure .block .fig-area .fig {
  line-height: 0;
  border: 10px solid white;
}
#receipt .member .procedure .block .fig-area table {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}
#receipt .member .procedure .block .fig-area table th, #receipt .member .procedure .block .fig-area table td {
  padding: .6em;
  border: 1px solid #cacaca;
  background: #fff;
}
#receipt .member .procedure .block .fig-area table th {
  font-weight: bold;
  vertical-align: middle;
}
#receipt .member .procedure .block .fig-area table thead th {
  background: #061834;
  color: #fff;
}
#receipt .member .procedure .block .fig-area table thead th.short {
  min-width: 90px;
}
#receipt .member .procedure .block .fig-area table tbody th {
  vertical-align: middle;
}
#receipt .member .procedure .block .fig-area.status {
  margin-bottom: 2.5em;
}
#receipt .member .procedure .block .pdf-area h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
#receipt .member .procedure .block .pdf-area .fig {
  margin-top: 0;
}
#receipt .member .procedure .block .pdf-area .item {
  padding: 1em 0.5em 0;
  background: #f5f5f5;
}
#receipt .member .procedure .block .pdf-area .item dt {
  margin-bottom: .5em;
  font-weight: bold;
}
#receipt .member .procedure .block .pdf-area .item dd ol {
  margin-bottom: 0!important;
  padding-left: 1.5em!important;
  list-style: decimal;
}

/* -------------------------------------------- */
/* faq-wrapper */
/* -------------------------------------------- */
.faq-wrapper h2 {
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid black;
  font-size: 1.5em;
}

.faq-wrapper .faq-box {
  width: 98%;
  margin: 0 auto 4em;
  padding: 1.5em;
}

.faq-wrapper .faq-box dl {
  margin-bottom: 2px;
  background-color: #fff;
  border-bottom: 1px dotted #cccccc;
}

.faq-wrapper .faq-box dl dt {
  position: relative;
  padding: 0.8em 2.5em 0.8em 3.5em;
  font-size: 1.2em;
}

.faq-wrapper .faq-box dl dt:hover {
  cursor: pointer;
  color: #0f3779;
  background-color: #f5f9ff;
}

.faq-wrapper .faq-box dl dt:hover:after {
  color: #0f3779;
}

.faq-wrapper .faq-box dl dt:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "Q.";
  padding: 0.1em 1em 0;
  color: #0f3779;
  font-size: 1.2em;
  font-weight: bold;
}

.faq-wrapper .faq-box dl dt:after {
  position: absolute;
  top: 16px;
  right: 15px;
  content: "\f067";
  color: #d7d7d7;
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 1;
  transform-origin: 50% 53%;
  transition: all 0.15s ease;
}

.faq-wrapper .faq-box dl dt.active:after {
  content: "\f068";
}

.faq-wrapper .faq-box dl dd {
  padding-bottom: 1.5em;
  display: none;
}

.faq-wrapper .faq-box dl dd .wysiwyg {
  position: relative;
  width: 95%;
  padding: 1em 1.5em 1em 4.5em;
}

.faq-wrapper .faq-box dl dd .wysiwyg:before {
  position: absolute;
  top: 7px;
  left: 15px;
  content: "A.";
  padding: 0.1em 1em 0;
  color: #a20000;
  font-size: 1.4em;
  font-weight: bold;
}

/* -------------------------------------------- */
/* fax */
/* -------------------------------------------- */
#fax .pagelink ul li.link-fax a {
  background-color: #e2eaf6;
}

#fax .pagelink ul li.link-fax a:hover {
  cursor: default;
}

#fax .fax-order .inner {
  display: flex;
}

#fax .fax-order .inner .detail {
  width: calc(100% - 313px);
  padding-right: 3em;
}

#fax .fax-order .inner .detail .read {
  margin-bottom: 1em;
}

#fax .fax-order .inner .detail .fax {
  margin-bottom: 2.5em;
  padding: 0.5em 1em;
  background-color: #f2f2f2;
}

#fax .fax-order .inner .detail .fax dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

#fax .fax-order .inner .detail .fax dl dt {
  margin-right: 1em;
  color: #555;
  font-size: 1.05em;
}

#fax .fax-order .inner .detail .fax dl dd {
  font-size: 1.8em;
}

#fax .fax-order .inner .detail .fax dl dd span {
  font-size: .7em;
}

#fax .fax-order .inner .detail .attention input[type="checkbox"] {
  margin: 0 !important;
  vertical-align: middle;
}

#fax .fax-order .inner .detail .attention input[type="checkbox"]:hover {
  cursor: pointer;
}

#fax .fax-order .inner .detail .attention input[type="checkbox"]:checked ~ p a {
  border-color: #061834;
  color: #000;
  background-color: #fff;
  pointer-events: auto;
}

#fax .fax-order .inner .detail .attention input[type="checkbox"]:checked ~ p a:hover {
  color: #fff;
  background-color: #061834;
  text-decoration: none;
}

#fax .fax-order .inner .detail .attention input[type="checkbox"]:checked ~ p a:hover:before {
  color: #fff;
}

#fax .fax-order .inner .detail .attention label {
  padding: .5em;
  font-size: 1.05em;
}

#fax .fax-order .inner .detail .attention label:after {
  content: "";
  display: block;
}

#fax .fax-order .inner .detail .attention label:hover {
  cursor: pointer;
}

#fax .fax-order .inner .detail .attention label a {
  text-decoration: underline;
}

#fax .fax-order .inner .detail .attention label a:hover {
  text-decoration: none;
}

#fax .fax-order .inner .detail .attention .button {
  display: inline-block;
  margin-top: 1em;
}

#fax .fax-order .inner .detail .attention .button a {
  position: relative;
  display: block;
  padding: 1.2em 2.5em 1.2em 3.5em;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  color: #888;
  transition: all 0.15s ease;
  pointer-events: none;
}

#fax .fax-order .inner .detail .attention .button a:before {
  position: absolute;
  content: "\f019";
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
}

#fax .fax-order .inner .fig {
  width: 313px;
}

#fax .dm-order .inner {
  display: flex;
  justify-content: space-between;
}

#fax .dm-order .inner .fig {
  width: 360px;
}

#fax .dm-order .inner .read {
  width: calc(100% - 360px);
  padding-right: 3em;
}

#fax .tel-order .read {
  width: 98%;
  margin: 0 auto 2em;
  font-size: 1.05em;
}

#fax .tel-order .telarea {
  width: 700px;
  margin: 0 auto;
  padding: 1.2em;
  background-color: #f2f2f2;
}

#fax .tel-order .telarea dl dt {
  margin-bottom: .7em;
  font-size: 1.2em;
  letter-spacing: normal;
  text-align: center;
}

#fax .tel-order .telarea dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
}

#fax .tel-order .telarea dl dd .tel {
  display: flex;
  margin-right: .5em;
  font-size: 2.4em;
}

#fax .tel-order .telarea dl dd .tel span {
  display: flex;
  align-items: center;
  margin-right: .5em;
  padding: 0 0.5em;
  font-size: .45em;
  border: 1px solid black;
}

#fax .tel-order .telarea dl dd .tel p {
  line-height: 1;
}

#fax .tel-order .telarea dl dd .sub {
  color: #555;
}

#fax .caution {
  margin-bottom: 8em;
}

#fax .caution .title {
  display: flex;
  margin-bottom: 1em;
}

#fax .caution .title p {
  display: flex;
  align-items: center;
  margin-right: .8em;
  padding: 0.1em 0.8em 0;
  background-color: #ae0002;
  font-size: 1.2em;
  color: #fff;
}

#fax .caution .title h2 {
  font-size: 1.5em;
  line-height: 1.6;
}

#fax .caution .inner {
  padding: 2em;
  border: 1px solid #061834;
  text-align: center;
}

#fax .caution .inner .read {
  margin-bottom: 1em;
  font-size: 1.05em;
}

#fax .caution .inner .shipping p {
  margin-bottom: .5em;
  font-size: 1.05em;
}

#fax .caution .inner .shipping p span {
  font-weight: bold;
  color: #ae0002;
}

#fax .caution .inner .shipping table {
  width: 500px;
  margin: 0 auto;
  border-collapse: collapse;
}

#fax .caution .inner .shipping table tr th, #fax .caution .inner .shipping table tr td {
  padding: .6em;
  border: 1px solid #cacaca;
  font-size: 1.05em;
}

#fax .caution .inner .shipping table tr th {
  background-color: #061834;
  color: #fff;
  font-weight: bold;
}

/* -------------------------------------------- */
/* point */
/* -------------------------------------------- */
#point h3 {
  padding: 0 0 10px 12px;
  font-size: 1.2em;
  font-weight: bold;
}

#point .red {
  color: #e40000;
}

#point .pagelink ul li.link-point a {
  background-color: #e2eaf6;
}

#point .pagelink ul li.link-point a:hover {
  cursor: default;
}

#point .point .read {
  width: 98%;
  margin: 0 auto;
  font-size: 1.05em;
}

#point .mypage .inner {
  display: flex;
  justify-content: space-between;
}

#point .mypage .inner .read {
  width: calc(100% - 395px);
  padding-right: 3em;
}

#point .mypage .inner .fig {
  width: 395px;
}

/* -------------------------------------------- */
/* shipping */
/* -------------------------------------------- */
#shipping .pagelink ul li.link-shipping a {
  background-color: #e2eaf6;
}

#shipping .pagelink ul li.link-shipping a:hover {
  cursor: default;
}

#shipping #souryo .read {
  width: 98%;
  margin: 0 auto 2em;
  font-size: 1.05em;
}

#shipping #souryo .special {
  max-width: 800px;
  margin: 0 auto 1.5em;
  padding: 2em;
  background-color: #f2f2f2;
}

#shipping #souryo .special h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: center;
}

#shipping #souryo .special p {
  margin-bottom: 1em;
  font-size: 1.05em;
  text-align: center;
}

#shipping #souryo .special p strong {
  color: #a20000;
}

#shipping #souryo .special table {
  width: 450px;
  margin: 0 auto;
  border-collapse: collapse;
}

#shipping #souryo .special table tr th {
  width: 30%;
  background-color: #061834;
  color: #fff;
  font-weight: bold;
}

#shipping #souryo .special table tr td {
  background-color: #fff;
}

#shipping #souryo .special table tr th, #shipping #souryo .special table tr td {
  padding: .7em;
  border: 1px solid #cacaca;
  font-size: 1.05em;
  text-align: center;
}

#shipping #souryo .shipping-free {
  max-width: 800px;
  margin: 0 auto 2.5em;
  padding: .7em;
  background-color: #a20000;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

#shipping #souryo .shipping-free strong {
  font-weight: bold;
}

#shipping #souryo .bikou {
  width: 98%;
  margin: 0 auto 3em;
}

#shipping #souryo .bikou ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.05em;
}

#shipping #souryo .bikou ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

#shipping #souryo .fig {
  text-align: center;
}

#shipping #commission {
  margin-bottom: 10em;
}

#shipping #commission p {
  width: 98%;
  margin: 0 auto;
  font-size: 1.05em;
}

/* -------------------------------------------- */
/* privacy */
/* -------------------------------------------- */
#privacy .pagelink ul li.link-privacy a {
  background-color: #e2eaf6;
}

#privacy .pagelink ul li.link-privacy a:hover {
  cursor: default;
}

#privacy .guide-block .box {
  width: 97%;
  margin: 0 auto 4em;
}

#privacy .guide-block .box h3 {
  margin-bottom: 2em;
  padding: 0.7em 1em;
  background-color: #f2f2f2;
  border-left: 1px solid black;
  font-weight: bold;
}

#privacy .guide-block .box p {
  width: 97.5%;
  margin: 0 auto;
  font-size: 1.05em;
}

#privacy .guide-block .box a {
  text-decoration: underline;
}

#privacy .guide-block.pmark > p {
  width: 98%;
  margin: 0 auto 2em;
}

#privacy .guide-block.pmark > p:not(:last-of-type) {
  margin-bottom: 2em;
}

#privacy .guide-block.pmark .mark {
  display: flex;
  margin-bottom: 2em;
}

#privacy .guide-block.pmark .mark .fig {
  margin-right: 2em;
}

#privacy .guide-block.pmark .mark .detail {
  width: 100%;
}

#privacy .guide-block.pmark .mark .detail table {
  width: 350px;
  border-collapse: collapse;
}

#privacy .guide-block.pmark .mark .detail table tr th, #privacy .guide-block.pmark .mark .detail table tr td {
  padding: 0.4em 1em;
  border: 1px solid #cccccc;
}

#privacy .guide-block.pmark .mark .detail table tr th {
  width: 35%;
  background-color: #f2f2f2;
}

#privacy .guide-block.policy p {
  width: 98%;
  margin: 0 auto 2em;
  font-size: 1.05em;
}

#privacy .guide-block.policy p.t-right {
  text-align: right;
}

#privacy .guide-block.policy ol {
  margin-bottom: 2em;
}

#privacy .guide-block.policy ol li {
  margin-left: 2em;
  font-size: 1.05em;
  list-style-type: decimal;
}

/* -------------------------------------------- */
/* wrapping */
/* -------------------------------------------- */
#wrapping .pagelink ul li.link-wrapping a {
  background-color: #e2eaf6;
}

#wrapping .pagelink ul li.link-wrapping a:hover {
  cursor: default;
}

#wrapping #housou .inner {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}

#wrapping #housou .inner .detail {
  width: calc(100% - 530px);
  padding-right: 3em;
}

#wrapping #housou .inner .detail p a,
#wrapping #housou .inner .photo a {
  text-decoration: underline;
}

#wrapping #housou .inner .detail p a:hover,
#wrapping #housou .inner .photo a:hover {
  text-decoration: none;
}

#wrapping #housou .inner .photo {
  display: flex;
  justify-content: space-between;
  width: 530px;
}

#wrapping #housou .inner .photo dl {
  width: 48%;
}

#wrapping #housou .inner .photo dl dt {
  margin-bottom: 0.8em;
}

#wrapping #housou .inner .photo dl dt img {
  vertical-align: bottom;
}

#wrapping #housou .inner .photo dl dd {
  text-align: center;
  font-size: 1.05em;
  letter-spacing: normal;
  font-feature-settings: "palt";
}

#wrapping #noshi .read {
  width: 98%;
  margin: 0 auto 2em;
  font-size: 1.05em;
}

#wrapping #noshi .kind {
  width: 98%;
  margin: 0 auto;
  padding: 1.5em 1.5em 0.5em;
  background-color: #f2f2f2;
  font-size: 1.05em;
}

#wrapping #noshi .kind .kind-detail {
  margin-bottom: 1.5em;
}

#wrapping #noshi .kind .kind-detail:last-child {
  margin-bottom: 0;
}

#wrapping #noshi .kind .kind-detail h4 {
  margin-bottom: .8em;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: .7em;
  border-left: 4px solid #04132a;
  line-height: 1.2;
}

#wrapping #noshi .kind .kind-detail .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#wrapping #noshi .kind .kind-detail dl {
  width: 49%;
  background: #fff;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

#wrapping #noshi .kind .kind-detail dl dt {
  font-weight: bold;
  font-size: 1.05em;
}

#wrapping #noshi .kind .kind-detail dl dt:before {
  content: "\f10c";
  font-family: "FontAwesome";
  padding: 0 0.5em 0 0;
  font-size: .7em;
  vertical-align: middle;
  font-weight: normal;
}

#wrapping #noshi .kind ul {
  display: flex;
  flex-wrap: wrap;
}

#wrapping #noshi .kind ul li {
  position: relative;
  min-width: 155px;
  padding-left: 1em;
}

#wrapping #noshi .kind ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

#wrapping #takuhai .inner {
  display: flex;
  justify-content: space-between;
}

#wrapping #takuhai .inner .detail {
  width: calc(100% - 298px);
  padding-right: 4em;
}

#wrapping #takuhai .inner .photo {
  width: 298px;
}

#wrapping #housou .note, #wrapping #noshi .note {
  font-weight: bold;
  color: #a40000;
}

#wrapping #housou .note2, #wrapping #noshi .note2 {
  font-weight: bold;
}

/* -------------------------------------------- */
/* law */
/* -------------------------------------------- */
#law .pagelink ul li.link-law a {
  background-color: #e2eaf6;
}

#law .pagelink ul li.link-law a:hover {
  cursor: default;
}

#law .outline {
  width: 1000px;
  margin: 0 auto 8em;
}

#law .outline table {
  border-collapse: collapse;
}

#law .outline table tr th {
  width: 20%;
  background-color: #f2f2f2;
}

#law .outline table tr th, #law .outline table tr td {
  padding: 1.5em;
  border: 1px solid #e5e5e5;
  font-size: 1.05em;
}

#law .outline table tr td a {
  text-decoration: underline;
}

#law .outline table tr td a:hover {
  text-decoration: none;
}

#law .outline table tr td p:not(:last-child) {
  margin-bottom: 1em;
}

#law .outline table tr td .shipping {
  margin-bottom: 1.5em;
}

#law .outline table tr td .shipping p {
  margin-bottom: 0;
}

#law .outline table tr td .shipping p span {
  color: #ae0002;
  font-weight: bold;
}

#law .outline table tr td .shipping table {
  width: 600px;
  text-align: center;
}

#law .outline table tr td .shipping table tr th {
  background-color: #061834;
  color: #fff;
  font-weight: bold;
}

#law .outline table tr td .shipping table tr th, #law .outline table tr td .shipping table tr td {
  padding: .5em;
  border-color: #cacaca;
}

/*===========================================================================*/
/*  media quary:1150px  */
/*===========================================================================*/
@media screen and (max-width: 1150px) {
  /* -------------------------------------------- */
  /* pagelink */
  /* -------------------------------------------- */
  .pagelink {
    width: 100%;
    margin: 0 auto 3em;
  }

  .pagelink ul {
    padding: 1.2em 1em 0.7em;
  }

  .pagelink ul li {
    margin: 0 0.5em 0.6em;
  }

  .pagelink ul li a {
    padding: 0.5em 0.8em 0.5em 1.6em;
    letter-spacing: normal;
  }

  /* -------------------------------------------- */
  /* guide-block */
  /* -------------------------------------------- */
  .guide-block {
    margin-bottom: 4em;
    font-size: .9em;
  }

  .guide-block h2 {
    margin-bottom: 1em;
    font-size: 1.4em;
  }

  /* -------------------------------------------- */
  /* e-gift */
  /* -------------------------------------------- */
  #gift h2 {
    font-size: 2.3em;
  }
  #gift p.read {
    font-size: 1.2em;
  }
  #gift .about p:first-child::after {
    right: -8%;
  }

  #receipt .guide-block h2 {
    font-size: 1.6rem;
  }
  #receipt .guide-block h2 span {
    font-size: 1rem;
  }

  /* -------------------------------------------- */
  /* fax */
  /* -------------------------------------------- */
  #fax .fax-order .inner .detail {
    padding-right: 2.5em;
  }

  #fax .fax-order .inner .detail .fax {
    padding: 0.5em;
  }

  #fax .fax-order .inner .detail .fax dl dt {
    font-size: .9em;
  }

  #fax .fax-order .inner .detail .fax dl dd {
    font-size: 1.4em;
  }

  #fax .dm-order .inner .read {
    padding-right: 2.5em;
  }

  #fax .tel-order .telarea {
    width: 100%;
    padding: 1em;
  }

  #fax .tel-order .telarea dl dt {
    font-size: 1em;
  }

  #fax .tel-order .telarea dl dd .tel {
    margin-right: .4em;
    font-size: 1.9em;
  }

  #fax .tel-order .telarea dl dd .tel span {
    font-size: .5em;
  }

  #fax .caution {
    margin-bottom: 6em;
  }

  #fax .caution .title p {
    margin-right: .5em;
    padding: 0.1em 0.5em 0;
    font-size: 1em;
  }

  #fax .caution .title h2 {
    font-size: 1.2em;
  }

  #fax .caution .inner {
    padding: 1.5em;
    font-size: .9em;
    letter-spacing: normal;
  }

  #fax .caution .inner .shipping table {
    width: 400px;
  }

  #fax .caution .inner .shipping table tr th, #fax .caution .inner .shipping table tr td {
    padding: .5em;
  }

  /* -------------------------------------------- */
  /* law */
  /* -------------------------------------------- */
  #law .outline {
    width: 100%;
    margin: 0 auto 6em;
  }

  #law .outline table tr th, #law .outline table tr td {
    font-size: .9em;
  }

  #law .outline table tr td .shipping table {
    width: 100%;
  }

  #law .outline table tr td .shipping table tr th, #law .outline table tr td .shipping table tr td {
    padding: .4em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* pagelink */
  /* -------------------------------------------- */
  .pagelink ul {
    padding: 1em 0.5em 0.5em;
  }

  .pagelink ul li {
    margin: 0 0.1em 0.4em;
    font-feature-settings: "palt";
  }

  .pagelink ul li a {
    padding: 0.4em 0.6em 0.4em 1.4em;
    font-size: .9em;
  }

  .pagelink ul li a:before {
    left: 7px;
  }

  /* -------------------------------------------- */
  /* guide-block */
  /* -------------------------------------------- */
  .guide-block {
    margin-bottom: 3em;
  }

  .guide-block h2 {
    font-size: 1.2em;
  }

  /* -------------------------------------------- */
  /* e-gift */
  /* -------------------------------------------- */
  #gift h2 {
    font-size: 1.8em;
  }
  #gift h3 {
    font-size: 1.5em;
  }
  #gift .howto {
    margin: 0 auto 3em;
    display: block;
  }
  #gift .howto .step {
    margin: 0 auto 6em;
    width: 90%;
    max-width: 500px;
  }
  #gift .howto .step h4 {
    margin-bottom: 0.5em;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 24px;
  }
  #gift .howto .step h4::before {
    margin-right: 7px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #002156;
    color: white;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 1em;
  }
  #gift .howto .step p {
    margin: 0 auto;
    font-size: 1.1em;
  }
  #gift .howto .step p img {
    width: 100%;
  }
  #gift .howto .step p.fig {
    margin: 0 auto 1em;
  }
  #gift .howto .step1 h4::before {
    content: "1";
  }
  #gift .howto .step2 h4::before {
    content: "2";
  }
  #gift .howto .step3 h4::before {
    content: "3";
  }
  #gift .about {
    margin: 0 auto 2.5em;
    display: block;
  }
  #gift .about p {
    margin: 0 auto 2.5em;
    max-width: 500px;
    width: 90%;
  }
  #gift .about p:first-child::after {
    content: "\f063";
    font-family: "FontAwesome";
    position: absolute;
    right: 46%;
    top: 96%;
    display: block;
    font-size: 2.5em;
    color: #002156;
  }

  /* -------------------------------------------- */
  /* fax */
  /* -------------------------------------------- */
  #fax .fax-order .inner {
    flex-wrap: wrap;
  }

  #fax .fax-order .inner .detail {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1.5em;
  }

  #fax .fax-order .inner .detail .fax dl dt {
    font-size: .85em;
  }

  #fax .fax-order .inner .detail .fax dl dd {
    font-size: 1.2em;
  }

  #fax .fax-order .inner .detail .button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #fax .fax-order .inner .fig {
    width: 100%;
    text-align: center;
  }

  #fax .fax-order .inner .fig img {
    max-width: 240px;
  }

  #fax .dm-order .inner {
    flex-wrap: wrap;
  }

  #fax .dm-order .inner .read {
    width: 100%;
    padding-right: 0;
  }

  #fax .dm-order .inner .fig {
    width: 100%;
    text-align: center;
  }

  #fax .dm-order .inner .fig img {
    vertical-align: bottom;
  }

  #fax .tel-order .telarea dl dt {
    font-size: 1em;
  }

  #fax .tel-order .telarea dl dd .tel {
    margin-right: .4em;
    margin-bottom: .2em;
    font-size: 1.5em;
  }

  #fax .tel-order .telarea dl dd .tel span {
    font-size: .5em;
  }

  #fax .tel-order .telarea dl dd .sub {
    font-size: .85em;
  }

  #fax .caution {
    margin-bottom: 4em;
  }

  #fax .caution .title {
    flex-wrap: wrap;
    margin-bottom: .5em;
  }

  #fax .caution .title p {
    margin-right: 0;
    margin-bottom: .2em;
    font-size: .85em;
  }

  #fax .caution .title h2 {
    width: 100%;
    font-size: 1.1em;
  }

  #fax .caution .inner {
    padding: 1.2em;
  }

  #fax .caution .inner .read {
    font-size: .9em;
    text-align: left;
  }

  #fax .caution .inner .shipping table {
    width: 100%;
  }

  #fax .caution .inner .shipping table tr th, #fax .caution .inner .shipping table tr td {
    padding: .4em;
    font-size: .9em;
  }

  /* -------------------------------------------- */
  /* wrapping */
  /* -------------------------------------------- */
  #wrapping #housou .inner {
    flex-wrap: wrap;
    width: 100%;
  }

  #wrapping #housou .inner .detail {
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0;
  }

  #wrapping #housou .inner .photo {
    width: 100%;
    justify-content: center;
  }

  #wrapping #housou .inner .photo dl {
    width: auto;
    margin: 0 0.5em;
  }

  #wrapping #noshi .kind {
    padding: 1em 1em 0.5em;
  }

  #wrapping #noshi .kind h3 {
    margin-bottom: .8em;
  }

  #wrapping #noshi .kind ul li {
    min-width: 150px;
    padding-left: 1em;
  }

  #wrapping #noshi .kind ul li:before {
    top: 8px;
  }

  #wrapping #noshi .kind .kind-detail {
    margin-bottom: 2em;
  }

  #wrapping #noshi .kind .kind-detail h4 {
    font-size: 1.1em;
  }

  #wrapping #noshi .kind .kind-detail .box {
    display: block;
  }

  #wrapping #noshi .kind .kind-detail dl {
    width: 100%;
  }

  #wrapping #noshi .kind .kind-detail dl dt {
    font-size: 1em;
  }

  #wrapping #takuhai .inner {
    flex-wrap: wrap;
  }

  #wrapping #takuhai .inner .detail {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0;
  }

  #wrapping #takuhai .inner .photo {
    width: 100%;
    text-align: center;
  }

  /* -------------------------------------------- */
  /* point */
  /* -------------------------------------------- */
  #point .mypage .inner {
    flex-wrap: wrap;
  }

  #point .mypage .inner .read {
    width: 100%;
    padding-right: 0;
  }

  #point .mypage .inner .fig {
    width: 100%;
    text-align: center;
  }

  #point .mypage .inner .fig img {
    width: 100%;
    max-width: 300px;
  }

  /* -------------------------------------------- */
  /* privacy */
  /* -------------------------------------------- */
  #privacy .guide-block .box {
    margin: 0 auto 2em;
  }

  #privacy .guide-block .box h3 {
    margin-bottom: 1em;
  }

  #privacy .guide-block.pmark .mark {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }

  #privacy .guide-block.pmark .mark .fig {
    width: 100%;
    margin-bottom: .5em;
    text-align: center;
  }

  #privacy .guide-block.pmark .mark .detail {
    width: 100%;
  }

  #privacy .guide-block.pmark .mark .detail table {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-collapse: collapse;
  }

  #privacy .guide-block.pmark .mark .detail table tr th, #privacy .guide-block.pmark .mark .detail table tr td {
    padding: 0.4em 1em;
    border: 1px solid #cccccc;
  }

  #privacy .guide-block.pmark .mark .detail table tr th {
    width: 35%;
    background-color: #f2f2f2;
  }

  /* -------------------------------------------- */
  /* law */
  /* -------------------------------------------- */
  #law .outline table tr th, #law .outline table tr td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }

  #law .outline table tr th {
    border-bottom: none;
  }

  #law .outline table tr td .shipping table {
    width: 100%;
  }

  #law .outline table tr td .shipping table tr th, #law .outline table tr td .shipping table tr td {
    display: table-cell;
    width: 30%;
  }

  #law .outline table tr td .shipping table tr td {
    border-bottom: 1px solid #e5e5e5;
  }

  #law .outline table tr:not(:last-of-type) td {
    border-bottom: none;
  }

  /* -------------------------------------------- */
  /* shipping */
  /* -------------------------------------------- */
  #shipping #souryo .special {
    padding: 1.5em;
  }

  #shipping #souryo .special h3 {
    margin-bottom: .5em;
    font-size: 1.2em;
    letter-spacing: normal;
  }

  #shipping #souryo .special table {
    width: 100%;
  }

  #shipping #souryo .special table tr th, #shipping #souryo .special table tr td {
    padding: .5em;
    font-size: .9em;
  }

  #shipping #souryo .shipping-free {
    font-size: 1.1em;
    font-feature-settings: "palt";
  }

  #shipping #souryo .shipping-free strong {
    display: inline-block;
  }

  #shipping #souryo .bikou ul li:before {
    top: 8px;
  }

  /* -------------------------------------------- */
  /* pay */
  /* -------------------------------------------- */
  #pay #daibiki .inner .other {
    padding: 2em;
  }

  #pay #daibiki .inner .other h3 {
    font-size: 1.3em;
  }

  #receipt .guide-block h2 {
    font-size: 1.5rem;
  }
  #receipt .guide-block h2 span {
    font-size: .9rem;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* pagelink */
  /* -------------------------------------------- */
  .pagelink ul {
    justify-content: flex-start;
  }

  .pagelink ul li {
    min-width: 46%;
    margin: 0 0.1em 0.2em;
  }

  /* -------------------------------------------- */
  /* e-gift */
  /* -------------------------------------------- */
  #gift p.read span {
    display: inline;
  }
  #gift .gift-icon {
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 86%;
  }
  #gift .gift-icon dl {
    width: 48%;
    margin: 0 1% 1em;
  }
  #gift .gift-icon dl dt {
    text-align: center;
  }
  #gift .gift-icon dl dt img {
    max-width: 100px;
    width: 100%;
  }
  #gift .gift-icon dl dd {
    font-weight: bold;
    text-align: center;
  }
  #gift .faq-wrapper .faq-box {
    width: 98%;
    margin: 0 auto 4em;
    padding: 0em;
  }

  /* -------------------------------------------- */
  /* wrapping */
  /* -------------------------------------------- */
  #wrapping #noshi .kind ul li {
    min-width: auto;
    width: 50%;
  }

  /* -------------------------------------------- */
  /* pay */
  /* -------------------------------------------- */
  #pay #daibiki .inner .mark img {
    max-width: 230px;
  }

  #pay #daibiki .inner .other {
    padding: 1.5em;
  }

  #pay #daibiki .inner .other h3 {
    font-size: 1.1em;
  }

  .member {
    margin-bottom: 5em;
  }
  .member .read-area {
    margin-bottom: 3em;
  }
  .member .read-area .read {
    margin-bottom: 1em;
  }
  .member .read-area .read strong {
    font-weight: bold;
  }
  .member .read-area .note {
    display: iblock;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border: 1px solid #cccccc;
  }
  .member .read-area .note dl dt {
    font-weight: bold;
  }
  .member .read-area .note dl dd.list p {
    color: #e40000;
    font-weight: bold;
  }
  .member .read-area .note dl dd.list ul {
    display: flex;
  }

  #receipt .guide-block h2 {
    font-size: 1.1rem;
  }
  #receipt .guide-block h2 span {
    font-size: .8rem;
  }
  #receipt .member .read-area .note dl dd.list ul {
    display: block;
  }
  #receipt .member .procedure .block .fig-area {
    padding: .8em;
  }
  #receipt .member .procedure .block .fig-area .fig {
    border: none;
  }
  #receipt .member .procedure .block .fig-area table th {
    font-size: .75rem;
  }
  #receipt .member .procedure .block .fig-area table thead th.short {
    min-width: 80px;
  }
  #receipt .member .procedure .block .pdf-area h4 {
    margin-bottom: 5px;
    font-size: .8rem;
  }
}
