@charset "utf-8";

.article-section,
.button-section {
  padding: 0 0 100px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-section,
.button-section { padding: 0 0 60px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-section,
.button-section { padding: 0 0 60px; }
}

.article-paragraph { margin: 60px 0 0; }
@media screen and (max-width: 667px) {
.article-paragraph { margin: 50px 0 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-paragraph { margin: 40px 0 0; }
}

.article-introduction { padding-bottom: 50px; }
@media screen and (max-width: 667px) {
.article-introduction { padding-bottom: 30px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-introduction { padding-bottom: 30px; }
}

.headline-frame {
  align-items: center;
  background-color: #00a0e9;
  display: flex;
  height: 60px;
  margin: 0 auto 20px;
  min-width: 1000px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.headline-frame {
  height: 45px;
  margin: 0 auto 10px;
  min-width: 100%;
  padding: 0 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-frame {
  height: 50px;
  margin: 0 auto 15px;
  min-width: 100%;
  padding: 0 15px;
}
}

.headline-frame-inner {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.125;
  width: 100%;
}
@media screen and (max-width: 667px) {
.headline-frame-inner { font-size: 20px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-frame-inner { font-size: 22px; }
}

.headline-border-left-twotone {
  align-items: center;
  display: flex;
  height: 50px;
  margin: 0 0 1em;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
.headline-border-left-twotone { padding-top: 0.3em; }
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone {
  height: 40px;
  margin: 0 auto .5em;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone {
  height: 40px;
  margin: 0 auto .5em;
  width: 95%;
}
}

.headline-border-left-twotone:before,
.headline-border-left-twotone:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 5px;
}

.headline-border-left-twotone:before {
  background: #00a0e9;
  height: 25px;
  top: 0;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone:before { height: 20px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone:before { height: 20px; }
}

.headline-border-left-twotone:after {
  background: #777;
  height: 25px;
  top: 25px;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone:after {
  height: 20px;
  top: 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone:after {
  height: 20px;
  top: 20px;
}
}

.headline-border-left-twotone-headline-inner {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone-headline-inner { font-size: 18px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone-headline-inner { font-size: 20px; }
}

.headline-middle {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.headline-middle {
  font-size: 16px;
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-middle {
  font-size: 18px;
  margin: 0 auto;
  width: 95%;
}
}

.color-blue { color: #2458a5; }

.headline-small {
  color: #1a5098;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.headline-small {
  font-size: 15px;
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-small {
  font-size: 16px;
  margin: 0 auto;
  width: 95%;
}
}

.bullet-square,
.bullet-circle,
.bullet-midpoint {
  padding-left: 1.2em;
  position: relative;
}
.bullet-square:before,
.bullet-circle:before,
.bullet-midpoint:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.bullet-square:before { content: '■'; }
.bullet-circle:before { content: '●'; }
.bullet-midpoint:before { content: '・'; }

.bullet-step {
  color: #1a5098;
  padding-left: 4em;
  position: relative;
}
.bullet-step:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.bullet-step.number01:before { content: 'STEP1'; }
.bullet-step.number02:before { content: 'STEP2'; }
.bullet-step.number03:before { content: 'STEP3'; }
.bullet-step.number04:before { content: 'STEP4'; }
.bullet-step.number05:before { content: 'STEP5'; }
.bullet-step.number06:before { content: 'STEP6'; }
.bullet-step.number07:before { content: 'STEP7'; }
.bullet-step.number08:before { content: 'STEP8'; }
.bullet-step.number09:before { content: 'STEP9'; }
.bullet-step.number10:before { content: 'STEP10'; }


/* sentence */
.article-sentence {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0 0 1.2em;
}
@media screen and (max-width: 667px) {
.article-sentence {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 0 1.2em;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-sentence {
  font-size: 14px;
  margin: 0 auto;
  padding: 0 0 1.2em;
  width: 95%;
}
}

.article-section .article-sentence:last-child { padding-bottom: 0; }

.article-sentence.align-center { text-align: center; }
@media screen and (max-width: 667px) {
.article-sentence.align-center { text-align: left; }
}

.article-supplement {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 667px) {
.article-supplement {
  font-size: 12px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-supplement {
  font-size: 13px;
  line-height: 1.5;
}
}

.article-supplement:before {
  content: '※';
  font-size: 1em;
  line-height: inherit;
  left: 0;
  position: absolute;
  top: 0;
}

.article-arrow-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
.article-arrow-link { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-sentence { font-size: 14px; }
}

.article-arrow-link:before {
  color: #1a5098;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.1em;
  font-weight: 900;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.article-ul {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 2em;
}
@media screen and (max-width: 667px) {
.article-ul {
  font-size: 14px;
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-ul {
  font-size: 15px;
  margin: 0 auto;
  width: 95%;
}
}

.article-li {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding-bottom: .5em;
}
.article-ul .article-li:last-child { padding-bottom: 0; }

/* figure */
.article-figure {
  display: block;
  padding: 0 0 1.2em;
}
.article-figure.middle-size { width:; }
@media screen and (max-width: 667px) {
.article-figure {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-figure {
  margin: 0 auto;
  width: 95%;
}
}

.article-figure.size-middle { width: 70%; }
.article-figure.size-half { width: 50%; }
.article-figure.size-small { width: 30%; }
@media screen and (max-width: 667px) {
.article-figure.size-middle,
.article-figure.size-half,
.article-figure.size-small { width: 95%; }
}

.article-image {
  display: block;
  height: auto;
  width: 100%;
}

/* button */
.under-button-sentence { text-align: center; }

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  margin: 0 auto;
  padding: 0 0 1em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-wrap { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-wrap { width: 95%; }
}

.button-list {
  display: block;
  margin: 0;
  padding: 0;
}
.button-list.rows1 { width: 100%; }
.button-list.rows2 {
  margin: 10px 1% 0 1%;
  width: 48%;
}
.button-list.rows3 {
  margin: 10px .5% 0 .5%;
  width: 32%;
}
.button-list.rows4 {
  margin: 10px .5% 0 .5%;
  width: 24%;
}
.button-list.rows5 {
  margin: 10px.5% 0 .5%;
  width: 19%;
}
@media screen and (max-width: 667px) {
.button-list.rows3,
.button-list.rows4,
.button-list.rows5 {
  margin: 10px 1% 0 1%;
  width: 48%;
}
}

.button-frame-radius {
  align-items: center;
  background-color: #1a5098;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  height: 68px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-frame-radius { height: 45px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-frame-radius { height: 50px; }
}

.button-frame-radius.rows1 { width: 100%; }
.button-frame-radius.rows2 {
  margin: 10px 1% 0 1%;
  width: 48%;
}
.button-frame-radius.rows3 {
  margin: 10px .5% 0 .5%;
  width: 32%;
}
.button-frame-radius.rows4 {
  margin: 10px .5% 0 .5%;
  width: 24%;
}
.button-frame-radius.rows5 {
  margin: 10px.5% 0 .5%;
  width: 19%;
}
@media screen and (max-width: 667px) {
.button-frame-radius.rows3,
.button-frame-radius.rows4,
.button-frame-radius.rows5 {
  margin: 10px 1% 0 1%;
  width: 48%;
}
}

.button-list .button-frame-radius { width: 100%; }

.button-frame-radius.color-orange { background-color: #ff9500; }
.button-frame-radius:hover { background-color: #0f2e57; }
.button-frame-radius.color-orange:hover { background-color: #663c00; }

.button-inner {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.rows2 .button-inner { font-size: 18px; }
.rows3 .button-inner { font-size: 16px; }
.rows4 .button-inner { font-size: 15px; }
.rows5 .button-inner { font-size: 14px; }
@media screen and (max-width: 667px) {
.rows2 .button-inner,
.rows3 .button-inner,
.rows4 .button-inner,
.rows5 .button-inner { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rows2 .button-inner { font-size: 16px; }
.rows3 .button-inner { font-size: 14px; }
.rows4 .button-inner { font-size: 13px; }
.rows5 .button-inner { font-size: 12px; }
}

.button-frame-radius:after {
  color: #fff;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: 900;
  line-height: 1;
  margin-top: -.4em;
  position: absolute;
  right: 1em;
  top: 50%;
}
@media screen and (max-width: 667px) {
.button-frame-radius:after { right: .5em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-frame-radius:after { right: .5em; }
}

.button-frame-radius.arrow-down:after { transform: rotate(90deg); }

.button-figuration {
  font-size: 14px;
  line-height: 1.4;
  margin: .5em 0 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.button-figuration { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-figuration { font-size: 12px; }
}

.rows2 + .button-figuration { width: 450px; }
.rows3 + .button-figuration { width: 320px; }
@media screen and (max-width: 667px) {
.rows2 + .button-figuration,
.rows3 + .button-figuration { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.rows2 + .button-figuration,
.rows3 + .button-figuration { width: 100%; }
}

/* bullet number */
.bullet-number {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.bullet-number {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.bullet-number {
  margin: 0 auto;
  width: 95%;
}
}

.number-round {
  background-color: #1a5098;
  border-radius: 1000px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  height: 1.4em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1.4em;
}

.number-round.color-blue { background-color: #4678b2; }
.number-round.color-yellow { background-color: #ff9600; }

.bullet-number-body {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0 .3em;
}

.bullet-number + .article-sentence {
  margin-top: 0.5em;
  padding-bottom: 2em;
}

/* faq */
.article-faq-inner {
  font-size: 15px;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 667px) {
.article-faq-inner {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-faq-inner {
  font-size:;
  margin: 0 auto;
  width: 95%;
}
}

.article-flex-layout {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-flex-layout { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-flex-layout { width: 95%; }
}

.article-flex-layout-contents.rows2 { width: 48%; }
.article-flex-layout-contents.rows3 { width: 31%; }
@media screen and (max-width: 667px) {
.article-flex-layout-contents.rows2,
.article-flex-layout-contents.rows3 { width: 100%; }
.article-flex-layout .article-flex-layout-contents:nth-of-type(n+2) { margin-top: 30px; }
}

.article-flex-layout-contents-picture {
  display: block;
  width: 100%;
}

.faq-list-q,
.faq-list-a {
  font-size: 1em;
  line-height: 2;
  margin: 0;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 667px) {
.faq-list-q,
.faq-list-a { line-height: 1.5; }
.faq-list-q { padding-bottom: 0.5em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.faq-list-q,
.faq-list-a { line-height: 1.5; }
.faq-list-q { padding-bottom: 0.5em; }
}

.faq-list-q:before,
.faq-list-a:before {
  display: block;
  font-family: sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  height: 1.4em;
  left: 0;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.4em;
}
@media screen and (max-width: 667px) {
.faq-list-q:before,
.faq-list-a:before {
  height: auto;
  line-height: 1;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.faq-list-q:before,
.faq-list-a:before {
  height: auto;
  line-height: 1;
}
}

.faq-list-q:before {
  color: #1a5098;
  content: 'Q';
}
.faq-list-a:before {
  color: #ff9500;
  content: 'A';
}

/* table */
.article-table {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-table {
  margin: 0 auto 1em;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-table {
  margin: 0 auto 1em;
  width: 95%;
}
}

.article-section .article-table:last-child { margin-bottom: 0; }

.article-th {
  background-color: #f2f2f2;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px 1%;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 28%;
}
@media screen and (max-width: 667px) {
.article-th {
  font-size: 13px;
  white-space: normal;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-th {
  font-size: 14px;
  white-space: normal;
}
}

.article-th.align-center { text-align: center; }

.article-td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px 1%;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 667px) {
.article-td {
  font-size: 13px;
  vertical-align: top;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-td {
  font-size: 13px;
  vertical-align: top;
}
}

.flow-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 90%;
}
@media screen and (max-width: 667px) {
.flow-wrap {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-wrap {
  margin: 0 auto;
  width: 90%;
}
}

.flow-element {
  border: 3px solid #00a0e9;
  box-sizing: border-box;
  display: block;
  height: 207px;
  margin: 10px 2% 0 0;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 23%;
}
@media screen and (max-width: 667px) {
.flow-element {
  align-items: center;
  border: 2px solid #00a0e9;
  display: flex;
  height: 50px;
  margin: 10px auto;
  padding: 0 10px;
  width: 70%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-element { height: 160px; }
}

.flow-element:hover {
  opacity: .7;
  text-decoration: none;
}

.flow-element:before,
.flow-wrap .flow-element:last-child:after {
  content: '';
  display: block;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 667px) {
.flow-element:before,
.flow-wrap .flow-element:last-child:after {
  height: 20px;
  left: 50%;
  margin: 0 0 0 -25px;
  top: auto;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element:before {
  background-color: #00a0e9;
  right: -11%;
  width: 10%;
}
@media screen and (max-width: 667px) {
.flow-element:before {
  bottom: -48%;
  right: auto;
  width: 50px;
}
}

.flow-wrap .flow-element:last-child:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #00a0e9;
  border-right: none;
  border-top: 25px solid transparent;
  right: -21%;
}
@media screen and (max-width: 667px) {
.flow-wrap .flow-element:last-child:after {
  border-bottom: none;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #00a0e9;
  bottom: -92%;
  right: auto;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-wrap .flow-element:last-child:after { right: -24%; }
}

.flow-element-headline {
  color: #00a0e9;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 667px) {
.flow-element-headline {
  font-size: 16px;
  padding: 0;
  text-align: left;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-element-headline {
  font-size: 17px;
  width: 100%;
}
}

.flow-element-headline:before {
  background-color: #00a0e9;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 667px) {
.flow-element-headline:before { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element-figure {
  align-items: center;
  display: flex;
  height: 135px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.flow-element-figure {
  height: 46px;
  width: 25%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-element-figure {
  height: 105px;
  width: 100%;
}
}

.flow-element-image {
  display: block;
  height: 60px;
  width: 60px;
}
.flow-element-figure .flow-element-image:nth-child(2) { margin-left: 1em; }
@media screen and (max-width: 667px) {
.flow-element-image {
  height: 30px;
  width: 30px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element-detail-wrap {
  display: block;
  margin: 0;
  padding: 0 0 100px;
  list-style-type: none;
  width: 95%;
}
@media screen and (max-width: 667px) {
.flow-element-detail-wrap {
  margin: 0 auto;
  padding: 0 0 60px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-element-detail-wrap { margin: 0 auto; }
}

.flow-element-detail {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.flow-element-detail { padding: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element-detail-dt {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  color: #1a5098;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 65px;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 667px) {
.flow-element-detail-dt {
  background-position: left center;
  background-size: 30px 30px;
  font-size: 15px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 0 0 40px;
  text-align: left;
  width: 40%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element-detail-dt.flow-element-order { background-image: url(/html/user_data/assets/img/user-guide/icon-order_blue.svg); }
.flow-element-detail-dt.flow-element-cart { background-image: url(/html/user_data/assets/img/user-guide/icon-cart_blue.svg); }
.flow-element-detail-dt.flow-element-design { background-image: url(/html/user_data/assets/img/user-guide/icon-design_blue.svg); }
.flow-element-detail-dt.flow-element-payment { background-image: url(/html/user_data/assets/img/user-guide/icon-payment_blue.svg); }
.flow-element-detail-dt.flow-element-printing { background-image: url(/html/user_data/assets/img/user-guide/icon-printing_blue.svg); }
.flow-element-detail-dt.flow-element-delivery { background-image: url(/html/user_data/assets/img/user-guide/icon-delivery_blue.svg); }

.flow-element-detail-dd {
  display: block;
  margin: 0;
  padding: 0;
  width: 83%;
}
@media screen and (max-width: 667px) {
.flow-element-detail-dd {
  margin: 10px 0 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.flow-element-detail-sentence{
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.flow-element-detail-sentence{
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}


/* flow */
.flow {
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 667px) {
.flow {
  margin: 0 auto;
  padding-left: 0;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow {
  margin: 0 auto;
  width: 95%;
}
}

.flow:before {
  background: #eee;
  content: '';
  display: block;
  height: 100%;
  left: 100px;
  margin-left: -8px;
  position: absolute;
  top: 0;
  width: 15px;
}
@media screen and (max-width: 667px) {
.flow:before { display: none; }
}

.flow-figure { max-width:400px; }

.flow-image {
  display: block;
  height: auto;
  width: 100%;
}

.flow-list {
  padding: 0 0 0 45px;
  position: relative;
}
@media screen and (max-width: 667px) {
.flow-list { padding: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-list { padding: 0 0 0 25px; }
}

.flow-list:not(:last-child) { margin-bottom: 50px; }
@media screen and (max-width: 667px) {
.flow-list:not(:last-child) { margin-bottom: 50px; }
}

.flow-step-fukidashi {
  background: #337ab7;
  color: #fff;
  display: block;
  font-size: 12px;
  left: -100px;
  margin: 0;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 667px) {
.flow-step-fukidashi {
  font-weight: 600;
  margin: 0 0 .5em;
  padding: 5px 10px;
  position: static;
  width: 18%;
}
}

.flow-step-fukidashi:after {
  border-color: transparent transparent transparent #337ab7;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  content: '';
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 667px) {
.flow-step-fukidashi:after { display: none; }
}

.flow-list:before,
.flow-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 667px) {
.flow-list:before,
.flow-list:after { display: none; }
}

.flow-list:before {
  background: #00a0e9;
  border-radius: 50%;
  height: 7px;
  left: -4px;
  margin-top: -3px;
  width: 7px;
}

.flow-list:after {
  border-bottom: 1px dashed #999;
  left: 5px;
  position: absolute;
  width: 30px;
}

@media only screen and (min-width: 668px) and (max-width: 1024px) {
.flow-list .headline-middle { padding-top: .25em; }
}

@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
}

.frame-link {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #b7b7b7;
  display: flex;
  justify-content: space-between;
  min-height: 190px;
  margin: 0 0 1em;
  padding: 1.5em 2em;
  position: relative;
  transition: .3s;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.frame-link {
  flex-wrap: wrap;
  min-height: auto;
  margin: 0 auto 1em;
  padding: 1.5em 1em;
  width: 85%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link {
  flex-wrap: wrap;
  min-height: auto;
  margin: 0 0 1em;
  padding: 1.5em 1em;
  width: 48%;
}
.frame-link:nth-child(even) { margin-left: 2%; }
}

.frame-link:before {
  border: 1px solid #ccc;
  border-radius: 5px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.frame-link:hover { text-decoration: none; }
.frame-link:hover:before { border-color: #1a5098; }

.frame-link-inner {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.frame-link-headline {
  color: #1a5098;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 1em;
}
@media only screen and (max-width: 667px) {
.frame-link-headline {
  font-size: 16px;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link-headline {
  font-size: 15px;
  text-align: center;
}
}

.frame-link-sentence {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 1em;
}
@media only screen and (max-width: 667px) {
.frame-link-sentence { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link-sentence { font-size: 14px; }
}

.frame-link-arrow-sentence {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.2em;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 667px) {
.frame-link-arrow-sentence { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link-arrow-sentence { font-size: 13px; }
}

.frame-link-arrow-sentence:before {
  color: #1a5098;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.1em;
  font-weight: 900;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.frame-link .article-figure {
  margin-top: -70px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 380px;
}
@media only screen and (max-width: 667px) {
.frame-link .article-figure {
  margin: 0;
  position: static;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-link .article-figure {
  margin: 0;
  position: static;
  width: 100%;
}
}

.printing-item-contents {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
.printing-item-contents.size-middle { width: 77%; }
@media only screen and (max-width: 667px) {
.printing-item-contents,
.printing-item-contents.size-middle {
  display: block;
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.printing-item-contents,
.printing-item-contents.size-middle {
  margin: 0 auto;
  width: 90%;
}
}

.printing-item-contents-figure,
.printing-item-contents-movie {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 667px) {
.printing-item-contents-figure,
.printing-item-contents-movie { display: block; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.printing-item-contents-figure,
.printing-item-contents-movie { display: block; }
}

.printing-item-contents-figure { width: 360px; }
@media only screen and (max-width: 667px) {
.printing-item-contents-figure { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.printing-item-contents-figure { width: 40%; }
}

.printing-item-contents-image {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.printing-item-contents-movie {
  border-width: 0;
  height: 260px;
  overflow: hidden;
  position: relative;
  transition: .3s;
  width: 490px;
}
@media only screen and (max-width: 667px) {
.printing-item-contents-movie {
  height: 200px;
  margin: 10px 0 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.printing-item-contents-movie {
  height: 241px;
  width: 55%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.printing-item-contents-movie {
  height: 221px;
  width: 55%;
}
}

.printing-item-contents-movie:hover { opacity: .7; }

.printing-item-contents-movie iframe,
.printing-item-contents-movie object {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  width: 100% !important;
  z-index: 11;
}
.youtube-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

.youtube:before {
  background-image: url(/html/user_data/assets/img/user-guide/icon_play-movie.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: all .3s;
  width: 60px;
}
@media screen and (max-width: 667px) {
.youtube:before {
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.youtube:before {
  height: 50px;
  margin: -25px 0 0 -25px;
  width: 50px;
}
}

.youtube:hover:before {
  cursor: pointer;
  transition: all .3s;
}

.zoom-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 667px) {
.zoom-img-wrap { width: 90%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img-wrap { width: 95%; }
}

.zoom-img-inner { width: 49%; }
@media screen and (max-width: 667px) {
.zoom-img-inner { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img-inner { width: 100%; }
}

.zoom-img-inner:nth-of-type(n+3) { margin-top: 40px; }
@media screen and (max-width: 667px) {
.zoom-img-inner:nth-of-type(n+3),
.zoom-img-inner:nth-of-type(n+2) { margin-top: 50px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.zoom-img-frame {
  background-color: #f2f5fd;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.zoom-img-frame {
  padding: 20px 15px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img-frame {
  padding: 20px 15px;
  width: 100%;
}
}

.zoom-img {
  background-color: #1a5098;
  display: block;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.zoom-img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img {
  height: auto;
  max-width: 100%;
}
}

.zoom-img-frame .zoom-img:nth-child(even) { margin-left: 15px; }
@media screen and (max-width: 667px) {
.zoom-img-frame .zoom-img:nth-child(even) { margin: 20px auto 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img-frame .zoom-img:nth-child(even) { margin-left: 4%; }
}

.zoom-img-figure {
  display: block;
  height: auto;
  transition: .3s;
  max-width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.zoom-img:hover .zoom-img-figure { opacity: .5; }

.zoom-img:before,
.zoom-img:after { position: absolute; }

.zoom-img:before {
  background-color: #fff;
  border-radius: 25px;
  bottom: .1em;
  content: '';
  height: 50px;
  right: .1em;
  width: 50px;
  z-index: 2;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.zoom-img:after {
  bottom: .5em;
  color: #1a5098;
  content: '\f00e';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.7em;
  font-weight: 900;
  line-height: 1;
  right: .5em;
  z-index: 3;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.modaal-image .modaal-container { max-width: 50% !important; }
@media screen and (max-width: 667px) {
.modaal-image .modaal-container { max-width: 100% !important; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.modaal-image .modaal-container { max-width: 90% !important; }
}

.zoom-img-frame .button-frame-radius {
  margin: 10px 0 0 auto;
  width: 220px;
}
@media screen and (max-width: 667px) {
.zoom-img-frame .button-frame-radius {
  margin: 10px auto 0;
  width: 70%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.zoom-img-frame .button-frame-radius { width: 48%; }
.zoom-img-frame .button-frame-radius:after { display: none; }
}

.sample-and-pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 667px) {
.sample-and-pdf { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.sample-and-pdf { width: 90%; }
}

.sample-and-pdf-figure {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
.sample-and-pdf-figure { margin: 0 auto 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.sample-and-pdf-contents {
  background-color: #f2f5fd;
  padding: 20px 15px;
  width: 250px;
}
@media screen and (max-width: 667px) {
.sample-and-pdf-contents {
  margin: 0 auto;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.sample-and-pdf-contents-figure {
  display: block;
  height: auto;
  max-width: 100%;
}

.sample-and-pdf-contents .button-frame-radius.rows3 { width: 100%; }

.article-dl {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-dl {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-dl {
  margin: 0 auto;
  width: 95%;
}
}

.article-dl-inner {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 1em .5em;
}
@media screen and (max-width: 667px) {
.article-dl-inner { flex-wrap: wrap; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.article-dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  width: 30%;
}
@media screen and (max-width: 667px) {
.article-dt {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.article-dd {
  font-size: 16px;
  line-height: 1.7;
  width: 70%;
}
@media screen and (max-width: 667px) {
.article-dd {
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-dd {
  font-size: 13px;
  line-height: 1.5;
}
}

@media screen and (max-width: 667px) {
.article-dd .headline-small { margin: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-dd .headline-small { margin: 0; }
}

.guide-keyvisual { margin-bottom: 1em; }

.guide-category {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-category {
  flex-wrap: wrap;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-category { width: 95%; }
}

.guide-category-inner {
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  border-radius: 5px;
  box-shadow: 0 3px 6px #ddd;
  margin: 0;
  padding: 20px 20px 20px 130px;
  position: relative;
  transition: .3s;
  width: 460px;
}
@media screen and (max-width: 667px) {
.guide-category-inner {
  background-position: left 10px center;
  background-size: 35px 35px;
  padding: 20px 10px 20px 55px;
  width: 100%;
}
.guide-category-inner:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: -8px;
  right: 10px;
  position: absolute;
  top: 50%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-category-inner {
background-position: left 10px center;
  background-size: 50px 50px;
  padding: 20px 20px 20px 60px;
  width: 49%;
}
}

.guide-category-inner:nth-of-type(1) { background-image: url(/html/user_data/assets/img/common/icon-guide-beginner.png); }
.guide-category-inner:nth-of-type(2) { background-image: url(/html/user_data/assets/img/user-guide/icon-design_blue.svg); }

.guide-category-inner:hover {
  opacity: .7;
  text-decoration: none;
}

.guide-category-dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.guide-category-dt {
  font-size: 16px;
  padding: 0 0 .5em;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-category-dt {
  font-size: 18px;
  padding: 0 0 .5em;
}
}

.guide-category-dd {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.guide-category-dd { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-category-dd { font-size: 15px; }
}

.guide-faq {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq {
  flex-wrap: wrap;
  padding: 0 0 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq {
  padding: 0 0 15px;
  width: 95%;
}
}

.guide-faq-list { width: 30%; }
@media screen and (max-width: 667px) {
.guide-faq-list { width: 100%; }
.guide-faq-list:nth-of-type(n+2) { margin-top: 10px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-list { width: 32%; }
}

.guide-faq-link {
  align-items: center;
  background-color: #1a5098;
  border-radius: 10px;
  color: #fff;
  display: flex;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.guide-faq-link { height: 3em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-link { height: 3em; }
}

.guide-faq-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.guide-faq-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-inner { font-size: 16px; }
}

@media screen and (max-width: 667px) {
.guide-faq + .article-arrow-link { margin-left: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq + .article-arrow-link { margin-left: 1.5em; }
}

.guide-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-link {
  padding: 0 0 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-link {
  padding: 0 0 10px;
  width: 95%;
}
}

.guide-link-category {
  margin: 60px 0 0;
  width: 48%;
}
@media screen and (max-width: 667px) {
.guide-link-category {
  margin: 0;
  width: 100%;
}
.guide-link-category:nth-of-type(n+2) { margin-top: 30px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-link-category {
  margin: 0;
  width: 49%;
}
.guide-link-category:nth-of-type(n+3) { margin-top: 50px; }
}

.guide-link-dd {
  margin: .5em 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 667px) {
.guide-link-dd { margin: 1em 0 0 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-link-dd { margin: 1em 0 0 1em; }
}

.guide-contact {
  background-color: #f2f5fd;
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-contact { padding: 25px 10px 35px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-contact-heading {
  color: #1a5098;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 36px;
  text-align: center;
}
@media screen and (max-width: 667px) {
.guide-contact-heading {
  font-size: 16px;
  padding: 0 0 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-contact-heading {
  font-size: 20px;
  padding: 0 0 20px;
}
}

.guide-contact-sentence {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 667px) {
.guide-contact-sentence { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-contact-sentence { font-size: 14px; }
}

.guide-contact-link {
  background-color: #1a5098;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
  margin: 26px auto 0;
  padding: 0;
  text-align: center;
  transition: .3s;
  width: 300px;
}
@media screen and (max-width: 667px) {
.guide-contact-link {
  font-size: 15px;
  line-height: 50px;
  margin: 13px auto 0;
  width: 70%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-contact-link {
  font-size: 16px;
  line-height: 50px;
  margin: 13px auto 0;
  width: 40%;
}
}

.guide-contact-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.frame-sentence-wrap {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.frame-sentence {
  align-items: center;
  border: 1px solid #00a0e9;
  display: flex;
  height: 100px;
  margin: 0;
  padding: 0;
  width: 300px;
}
@media screen and (max-width: 667px) {
.frame-sentence {
  height: 80px;
  padding: 0 .5em;
  width: 48%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-sentence {
  height: 70px;
  padding: 0 .5em;
  width: 48%;
}
}

.frame-sentence-wrap .frame-sentence:nth-child(2) { margin-left: 10px; }
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.frame-sentence-inner {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.frame-sentence-inner {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.frame-sentence-inner {
  font-size: 13px;
  line-height: 1.5;
}
}

.frame-sentence-color {
  color: #00afe9;
  font-weight: 500;
}

.frame-sentence-strong {
  color: #00a0e9;
  font-size: 1.5em;
  font-weight: 600;
}

.material-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.material-list-wrap {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.material-list-wrap {
  margin: 0 auto;
  width: 95%;
}
}

.material-list {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  width: 49%;
}
@media screen and (max-width: 667px) {
.material-list {
  margin: 15px 0 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.material-list { margin: 18px 0 0; }
}

.material-list-label {
  background-color: #1a5098;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  padding: 0 .1em;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 667px) {
.material-list-label {
  font-size: 11px;
  line-height: 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.material-list-label {
  font-size: 11px;
  line-height: 20px;
}
}

.material-list-inner {
  display: block;
  font-size: 16px;
  line-height: 23px;
  width: 79%;
}
@media screen and (max-width: 667px) {
.material-list-inner {
  font-size: 13px;
  line-height: 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.material-list-inner {
  font-size: 13px;
  line-height: 20px;
}
}

.diagonal-line {
  margin: 0;
  text-align: center;
  width: 100%;
}

.diagonal-line-inner {
  color: #1a5098;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 667px) {
.diagonal-line-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.diagonal-line-inner { font-size: 15px; }
}

.diagonal-line-inner:before,
.diagonal-line-inner:after {
  content: '';
  background-color: #1a5098;
  bottom: 5px;
  display: block;
  height: 80%;
  position: absolute;
  width: 2px;
}
.diagonal-line-inner:before {
  left: 0;
  transform: rotate(150deg);
}
.diagonal-line-inner:after {
  right: 0;
  transform: rotate(-150deg);
}

.emboss-button {
  align-items: center;
  border-bottom: 5px solid #b84c00;
  background-color: #eb6100;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  color: #fff;
  display: flex;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 20px 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 300px;
}
@media screen and (max-width: 667px) {
.emboss-button {
  padding: 15px 0;
  width: 80%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.emboss-button {
  padding: 15px 0;
  width: 50%;
}
}

.emboss-button-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.emboss-button-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.emboss-button-inner { font-size: 16px; }
}

.emboss-button:hover {
  background-color: #f56500;
  border-bottom: 1px solid #b84c00;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  color: #fff;
  margin-top: 4px;
  text-decoration: none;
}


.article-thumbnail {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-thumbnail {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-thumbnail {
  margin: 0 auto;
  width: 90%;
}
}

.article-thumbnail-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-thumbnail-list {
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.article-thumbnail-figure { width: 10%; }
@media screen and (max-width: 667px) {
.article-thumbnail-figure { width: 15%; }
}

.article-thumbnail-figure .article-image { border: 1px solid #ddd; }

.article-thumbnail-body {
  padding: 0 0 0 2%;
  width: 88%;
}
@media screen and (max-width: 667px) {
.article-thumbnail-body { width: 83%; }
}


.article-thumbnail-commentary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1em 0;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.article-thumbnail-commentary {
  align-items: flex-start;
  padding: 0;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-thumbnail-commentary { width: 90%; }
}

.article-thumbnail-commentary.row-reverse { flex-direction: row-reverse; }
@media screen and (max-width: 667px) {
.article-thumbnail-commentary.row-reverse { flex-direction: column; }
}

.article-thumbnail-commentary-figure { width: 48%; }
@media screen and (max-width: 667px) {
.article-thumbnail-commentary-figure { width: 100%; }
}

.article-thumbnail-commentary-picture {
  display: block;
  height: auto;
  width: 100%;
}

.article-thumbnail-commentary-body {
  height: 100%;
  padding: .5em 0;
  width: 48%;
}
@media screen and (max-width: 667px) {
.article-thumbnail-commentary-body {
  padding: 1em 0;
  width: 100%;
}
}

.article-thumbnail-commentary-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 0 1em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-thumbnail-commentary-title {
  font-size: 15px;
  line-height: 1.25;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-thumbnail-commentary-title { font-size: 16px; }
}

.article-thumbnail-commentary-copy {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.article-thumbnail-commentary-copy {
  font-size: 11px;
  line-height: 1.25;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
thumbnail-commentary-copy {
  font-size: 11px;
  line-height: 1.25;
}
}

.article-thumbnail-commentary-sentence {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.article-thumbnail-commentary-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-thumbnail-commentary-sentence {
  font-size: 14px;
  line-height: 1.5;
}
}
.article-thumbnail-commentary-sentence:last-child { padding-bottom: 0; }

.stripe-dl {
  margin: 0;
  padding: 0;
}

.stripe-dl-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.stripe-dl-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.stripe-dl .stripe-dl-inner:nth-child(even) { background-color: #f0f0f0; }

.stripe-dt {
  box-sizing: border-box;
  color: #1a5098;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 667px) {
.stripe-dt {
  font-size: 15px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.stripe-dt {
  font-size: 16px;
  padding: 0 15px;
}
}

.stripe-dd {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
  padding: 0 20px 0 0;
  width: 70%;
}
@media screen and (max-width: 667px) {
.stripe-dd {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.stripe-dd {
  font-size: 14px;
  line-height: 1.7;
}
}

.guide-step-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide-step-list.rows2 { width: 49%; }
.guide-step-list.rows3 { width: 31%; }
.guide-step-list.rows4 { width: 24%; }
@media screen and (max-width: 667px) {
.guide-step-list.rows2,
.guide-step-list.rows3,
.guide-step-list.rows4 {
  margin: 2em auto 0;
  width: 80%;
}
}

.color-chip {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}

.color-chip:before {
  background-color: #1a5098;
  content: '';
  display: inline-block;
  height: 1em;
  left: .1em;
  margin-top: -.5em;
  position: absolute;
  top: 50%;
  width: 1.5em;
}

/* text */
.indent-text { text-indent: -.5em; }
.link-text {
  color: #1a5098;
  text-decoration: underline;
}
.target-blank { position: relative; }
.target-blank:after {
  content: ' \f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
.pc-only { display: none; }
}

.sp-only,
.tab-only { display: none; }
@media screen and (max-width: 667px) {
.sp-only { display: block; }
.pc-only,
.tab-only,
.pc-tab-only { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.tab-only,
.pc-tab-only { display: block; }
.pc-only,
.sp-only { display: none; }
}