@charset "UTF-8";
/* ttl_page
----------------------------------------*/
.ttl_page {
  margin: 0 auto 45px;
  overflow: hidden;
  max-width: 1200px;
}

.ttl_page figure img {
  display: block;
  width: auto;
  min-height: 284px;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl_page .ttl_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 550px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 30px;
}

.ttl_page h1 {
  width: 100%;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: .8px;
  margin-bottom: 7px;
}

.ttl_page p {
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9;
}

.ttl_category {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #003147;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* &.two, &.three{
    display: none;
  }
  &.two[style*='display: block']{
    display: flex !important;
  }
  &.three[style*='display: block']{
    display: flex !important;
  }*/
}

.ttl_category .ttl_txt {
  font-size: 4.6rem;
  position: relative;
}

.ttl_category .ttl_bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
  right: 0;
  background: #0E4A6C;
}

.ttl_category .ttl_bg:before, .ttl_category .ttl_bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  right: 0;
}

.ttl_category .ttl_bg:before {
  top: 0;
  background: #02718F;
}

.ttl_category .ttl_bg:after {
  bottom: 0;
  background: #03A2AC;
}

.ttl_category.green {
  background-color: #86B300;
}

.ttl_category.green .ttl_bg {
  background: #4C7C06;
}

.ttl_category.green .ttl_bg:before {
  background: #ABCF02;
}

.ttl_category.green .ttl_bg:after {
  background: #C1E700;
}

.ttl_category.purple {
  background-color: #500850;
}

.ttl_category.purple .ttl_bg {
  background: #82177C;
}

.ttl_category.purple .ttl_bg:before {
  background: #A60D8A;
}

.ttl_category.purple .ttl_bg:after {
  background: #D11DA4;
}

.ttl_category.brown {
  background-color: #5C1C05;
}

.ttl_category.brown .ttl_bg {
  background: #AF2F06;
}

.ttl_category.brown .ttl_bg:before {
  background: #DA3B09;
}

.ttl_category.brown .ttl_bg:after {
  background: #FF6832;
}

.ttl_category.red {
  background-color: #C4013A;
}

.ttl_category.red .ttl_bg {
  background: #a00739;
}

.ttl_category.red .ttl_bg:before {
  background: #ff6383;
}

.ttl_category.red .ttl_bg:after {
  background: #FFD1DD;
}

@media screen and (max-width: 768px) {
  .ttl_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ttl_page .ttl_txt {
    color: #FFF;
    background: #0E4A6C;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 25px;
  }
  .ttl_page .ttl_txt h1 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .ttl_page .ttl_txt p {
    display: none;
  }
  .ttl_page figure img {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
  }
  .ttl_category {
    min-height: 65px;
    height: auto;
    padding: 10px 25px;
    width: 100%;
  }
  .ttl_category .ttl_txt {
    font-size: 2.3rem;
  }
  .ttl_category .ttl_bg {
    display: none;
  }
  .ttl_category .ttl_bg.top {
    width: 130px;
    display: block;
  }
}

/* title
----------------------------------------*/
.ttl_h1 {
  background: #0064d2;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  margin: 72px 0 80px;
  padding: 50px 160px;
  font-family: sans-serif;
}

.ttl_h1:first-child {
  margin-top: 0;
}

.ttl_h1::before {
  content: "";
  width: 150px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ttl_h2 {
  max-width: 1048px;
  font-size: 2.8rem;
  margin: 0 auto 57px;
  line-height: 2;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: sans-serif;
}

.contents > .ttl_h2 {
  margin: 45px auto;
}

.ttl_h3 {
  font-size: 2.2rem;
  line-height: 2;
  padding-left: 24px;
  margin-bottom: 26px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: sans-serif;
}

.ttl_h3::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 6px;
  display: block;
  background: #0064d2;
}

.ttl_h3 sup {
  font-size: 1.1rem;
}

.ttl_h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: sans-serif;
}

.ttl_h4 sup {
  font-size: 1.1rem;
}

.ttl_h3.align_c::before, .ttl_h4.align_c::before {
  display: none;
}

.ttl_h3.align_c {
  padding-left: 0;
}

.ttl_h5 {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: sans-serif;
}

.ttl_h6 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: sans-serif;
}

.ttl_accordion {
  background: #f4f4f4;
  font-weight: bold;
  margin: 23px 0 20px;
  padding: 10px 50px 8px 20px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-family: sans-serif;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ttl_accordion:first-child {
  margin-top: 0;
}

.ttl_accordion:hover {
  opacity: .6;
}

.ttl_accordion::before {
  content: "＋";
  font-weight: 500;
  font-size: 2.4rem;
  display: block;
  color: #0065D2;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -1em;
}

.ttl_accordion.open::before {
  content: "－";
}

.ttl_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl_icon img {
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
}

.ttl_icon span {
  width: calc(100% - 60px);
}

@media screen and (max-width: 736px) {
  .ttl_h1 {
    text-align: left;
    font-size: 2rem;
    margin: 30px 0 40px;
    padding: 20px 10px 20px 60px;
  }
  .ttl_h1::before {
    width: 50px;
  }
  .ttl_h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .contents > .ttl_h2 {
    margin: 30px 5%;
  }
  .ttl_h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    padding-left: 18px;
  }
  .ttl_h3::before {
    top: 5px;
    bottom: 5px;
    width: 4px;
  }
  .ttl_h4 {
    font-size: 2.4rem;
  }
  .ttl_h5 {
    font-size: 1.5rem;
  }
  .ttl_h6 {
    font-size: 1.4rem;
  }
  .ttl_accordion:hover {
    opacity: 1;
  }
  .ttl_accordion::before {
    padding-left: 0;
    padding-right: 1px;
  }
}

/* lnav
----------------------------------------*/
.lnav {
  display: none;
}

.lnav ul {
  width: 1048px;
  margin: 0 auto;
  height: 93px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column wrap;
}

.lnav li {
  margin: 6px 0;
}

.lnav li a, .lnav li span {
  color: #acacac;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lnav li.current a {
  color: #fff;
}

.lnav li a:hover, .lnav li span {
  opacity: .6;
}

.lnav li:last-child:nth-child(-n+6) {
  margin-right: 33.333%;
}

@media screen and (max-width: 736px) {
  .lnav {
    padding: 15px 5%;
  }
  .lnav ul {
    width: auto;
    height: auto;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lnav li {
    width: 100%;
    margin: 5px 0 5px 2%;
  }
  .lnav .sp_col2 li {
    width: 49%;
  }
  .lnav .sp_col2 li:nth-child(2n+1) {
    margin-left: 0;
  }
  .lnav li a {
    display: block;
  }
  .lnav li:last-child:nth-child(-n+6) {
    margin-right: 0;
  }
}

/* responsive display
----------------------------------------*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 736px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* reason_block
----------------------------------------*/
.reason_block {
  margin-bottom: 80px;
}

.reason_block:last-child {
  margin-bottom: 0;
}

.reason_block h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 22px;
  font-feature-settings: "palt";
}

.reason_block p {
  text-align: center;
  font-size: 1.4rem;
}

.reason_list {
  margin: 38px auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reason_list li {
  width: 159px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

.reason_list li:nth-child(n+3) {
  margin-bottom: 0;
}

.reason_list figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.reason_list figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}

.reason_list figcaption span {
  display: block;
  font-weight: bold;
}

.reason_list h3 {
  font-size: 1.9rem;
  font-weight: 500;
}

.reason_list .txt_number {
  font-size: 2.2rem;
  font-weight: 500;
}

.reason_list .txt_number span {
  font-size: 4.7rem;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
}

.place_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -55px -35px 0;
}

.place_list:not(:last-child) {
  margin-bottom: 15px;
}

.place_list li {
  margin: 0 55px 35px 0;
  width: calc(33.3333333333% - 55px);
  text-align: center;
  line-height: 0;
  color: #FFF;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.place_list li:before {
  content: "";
  border-radius: 50%;
  background: #02718F;
  width: 100%;
  padding-bottom: 100%;
}

.place_list li .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.place_list li .detail p {
  font-size: 1.8rem;
  padding-bottom: 10px;
  line-height: 1;
}

.place_list li .detail h3 {
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .reason_block {
    padding: 0 5%;
    margin-bottom: 40px;
  }
  .reason_block h2 {
    font-size: 2rem;
  }
  .reason_block p {
    text-align: left;
    font-size: 1.3rem;
  }
  .reason_list {
    width: auto;
    padding: 0;
    margin: 20px auto 0;
  }
  .reason_list li {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .reason_list li:nth-child(n+3) {
    margin-bottom: 30px;
  }
  .reason_list figure {
    max-width: 90px;
    max-height: 90px;
    width: 90%;
  }
  .reason_list figcaption {
    font-size: 1.1rem;
  }
  .reason_list li:last-child {
    margin-bottom: 0;
  }
  .reason_list h3 {
    font-size: 1.3rem;
  }
  .reason_list .txt_number {
    font-size: 1.3rem;
  }
  .reason_list .txt_number span {
    font-size: 2.9rem;
  }
  .place_list {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -30px -22px 0;
  }
  .place_list:not(:last-child) {
    margin-bottom: 13px;
  }
  .place_list li {
    margin: 0 30px 22px 0;
    width: calc(50% - 30px);
  }
  .place_list li .detail p {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
  .place_list li .detail h3 {
    font-size: 2.5rem;
  }
}

/* section_block
----------------------------------------*/
.section {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_block {
  background: #FFF;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 79px;
  padding: 45px;
}

.section_block > figure:first-child {
  margin: -45px -45px 40px;
}

.section_block img {
  width: auto;
}

.section_block:first-child {
  margin-top: 45px;
}

.section_block:last-child {
  margin-bottom: 0;
}

.section_block .txtarea > figure {
  margin: 40px auto;
}

.section_block .txtarea > figure img {
  width: auto;
}

.section_block .txtarea > figure > figcaption {
  margin-top: 10px;
}

.section_block .txtarea > picture > source, .section_block img, .section_txt .txtarea > picture > source, .section_txt img {
  margin: 40px 0;
}

.section_txt {
  background: #FFF;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.section_txt:not(:last-child) {
  margin-bottom: 60px;
}

.section_txt img {
  margin: 0 auto;
  width: auto;
}

.section_txt .txtarea > figure {
  margin: 60px 0;
}

.section_txt .txtarea > figure img {
  margin: 40px 0;
}

.section_txt .txtarea > figure > figcaption {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .section {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .section_block {
    width: auto;
    margin: 0 20px 40px;
    padding: 20px 12px;
  }
  .section_block > figure:first-child {
    margin: -20px 0 20px;
  }
  .section_block > img {
    margin-bottom: 20px;
  }
  .section_block:first-child {
    margin-top: 30px;
  }
  .section_txt {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 12px;
  }
  .section_txt.pt0-sp {
    padding-top: 0;
  }
  .section_txt:not(:last-child) {
    margin-bottom: 40px;
  }
  .section_txt .txtarea {
    margin-left: 0;
    margin-right: 0;
  }
  .section_txt .txtarea > figure {
    margin: 40px 0;
  }
}

/* text
----------------------------------------*/
.txtarea {
  max-width: 1049px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.txtarea + .txtarea {
  margin-top: 60px;
}

.txtarea.hidden {
  margin-bottom: 65px;
}

.txtarea p {
  line-height: 2;
}

.txtarea p + p {
  margin-top: 20px;
}

.txtarea p.align_r + p.align_r {
  margin-top: 5px;
}

.txtarea p a {
  color: #0065D2;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.txtarea .text_link a {
  text-decoration: none;
  color: #0065D2;
}

.txtarea li a, .txtarea dl a {
  color: #0065D2;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.txtarea a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #0065D2;
}

.txtarea a.url {
  word-break: break-all;
}

.txtarea a:hover {
  text-decoration: underline;
}

.txtarea .txt_small {
  font-size: 1.2rem;
}

.txtarea .asterisk {
  font-size: 1.5rem;
  margin-top: 6px;
  margin-left: 1em;
  text-indent: -1em;
}

.txtarea table {
  margin: 0 0 8px;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
}

.txtarea table + table {
  margin-top: 16px;
}

.txtarea ol {
  counter-reset: content-main-ol-default;
  margin: 7px 0;
  font-weight: bold;
}

.txtarea ol.nonumber > li::before {
  display: none;
}

.txtarea ol > li {
  padding: 0 0 7px 20px;
}

.txtarea ol > li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.txtarea ol > li ol > li::before {
  color: #333;
}

.txtarea ol > li p {
  font-weight: normal;
}

.txtarea table caption {
  text-align: left;
  margin-bottom: 13px;
}

.txtarea table th, .txtarea table td {
  border: 1px solid #B4B4B4;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  line-height: 1.6;
}

.txtarea table thead th {
  background-color: #03A2AC;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

.txtarea table tbody th {
  font-size: 1.6rem;
  font-weight: bold;
}

.txtarea table.green thead th {
  background-color: #86B300;
}

.txtarea .table_comparison td {
  width: 20%;
}

.txtarea .table_comparison th {
  text-align: center;
  font-size: 1.8rem;
}

.txtarea .table_comparison th.table_comparison_ebay {
  border-top: solid 2px #93c9ff;
  border-left: solid 2px #93c9ff;
  border-right: solid 2px #93c9ff;
}

.txtarea .table_comparison td.table_comparison_ebay {
  border-left: solid 2px #93c9ff;
  border-right: solid 2px #93c9ff;
}

.txtarea .table_comparison tr:last-child td.table_comparison_ebay {
  border-bottom: solid 2px #93c9ff;
}

.txtarea .color_red {
  color: #c00;
}

.txtarea .color_orange {
  color: #f60;
}

.txtarea .color_green {
  color: #9c0;
}

.txtarea .color_green02 {
  color: #008000;
}

.txtarea .video {
  margin-top: 20px;
}

.scroll_table + table, table + .scroll_table, .block_table + table, table + .block_table, .scroll_table + .block_table, .block_table + .scroll_table {
  margin-top: 16px;
}

th.table_comparison_ebay span {
  font-size: 1.4rem;
}

th.table_comparison_other span {
  font-size: 1.4rem;
  color: #ccc;
}

@media screen and (max-width: 736px) {
  .txtarea {
    width: auto;
    font-size: 1.5rem;
  }
  .hidden .txtarea {
    margin-left: 0;
    margin-right: 0;
  }
  .txtarea + .txtarea {
    margin-top: 30px;
  }
  .txtarea .txt_small, .txtarea .asterisk {
    font-size: 1.1rem;
  }
  .txtarea table th, .txtarea table td {
    padding: 8px 10px;
    line-height: 1.2;
  }
  .txtarea table thead th {
    font-size: 1.7rem;
  }
  .txtarea table tbody th {
    font-size: 1.2rem;
  }
  .txtarea table tbody td {
    font-size: 1.2rem;
  }
  .scroll_table {
    width: auto;
    overflow: auto;
    padding-bottom: 0;
    margin: 0 0 8px;
  }
  .scroll_table table {
    width: 700px !important;
    margin: 0;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 5px;
  }
  .block_table table {
    display: block;
    width: 100% !important;
  }
  .block_table table caption {
    display: block;
    width: 100% !important;
  }
  .block_table thead, .block_table tbody, .block_table tr, .block_table th, .block_table td {
    display: block;
    width: 100% !important;
  }
  .block_table th + td {
    border-top: none !important;
  }
  .block_table td + th, .block_table td + td {
    border-top: none !important;
  }
  .txtarea .table_comparison th {
    font-size: 1.5rem;
    padding: 10px 5px;
  }
  th.table_comparison_ebay span, th.table_comparison_other span {
    font-size: 1.2rem;
  }
  .txtarea .video {
    width: 100%;
    padding-top: 56.25%;
  }
  .txtarea .video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

/* list
----------------------------------------*/
.list_disc {
  margin: 31px 0;
}

.list_disc:first-child {
  margin-top: 0;
}

.list_disc.list_bold li {
  font-size: 2.4rem;
  font-weight: bold;
}

.list_disc.list_bold li:before {
  top: 11px;
}

.list_disc.list_bold li p {
  font-weight: normal;
  font-size: 1.6rem;
}

.list_disc.bg_gary {
  background: #f1f1f1;
  padding: 40px 39px 26px;
}

.list_disc.bg_blue li::before {
  background: #0065D2;
}

.list_disc li {
  padding-left: 20px;
  margin-bottom: 7px;
}

.list_disc li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.list_disc li ul li::before {
  content: "";
  width: 8px;
  height: 2px;
  background: #333;
}

.list_disc li p {
  line-height: 2;
}

.list_disc li h5 {
  margin-bottom: 10px;
}

.list_simple {
  margin: 31px 0;
}

.list_simple li:not(:last-child) {
  margin-bottom: 7px;
}

.list_simple li a {
  text-decoration: none;
}

.list_simple li a:hover {
  text-decoration: underline;
}

.list_link {
  margin: 7px 0 14px;
}

.list_link li {
  margin-bottom: 7px;
  padding-left: 0;
}

.list_link li::before {
  display: none;
}

.list_link li a {
  padding: 0 0 0 13px;
  color: #0065D2;
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.list_link li a:hover {
  opacity: .6;
  text-decoration: none;
}

.list_link li a::before {
  content: "";
  width: 6px;
  height: 13px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/common/icon_arrow_blue02.svg) no-repeat;
  background-size: 100% auto;
}

.list_number li {
  margin: 7px 0;
  counter-reset: content-main-ol-default;
}

.txtarea ul.asterisk {
  text-indent: 0;
  margin-left: 0;
}

.txtarea ul.asterisk:last-child {
  margin-bottom: 120px;
}

.txtarea ul.asterisk li {
  margin-left: 1em;
  margin-bottom: 7px;
  text-indent: -1em;
}

.list_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 20px 0 0;
}

.list_dl:first-child {
  margin-top: 0;
}

.list_dl dt {
  width: 4em;
  margin-bottom: 7px;
}

.list_dl dt::after {
  content: "：";
}

.list_dl dd {
  width: calc(100% - 4em);
  margin-bottom: 7px;
}

.list_disc p, ol p {
  line-height: inherit;
}

.list_sr li {
  border-bottom: 1px solid #ededed;
}

.list_sr li a {
  display: block;
  padding: 30px 30px 30px 0;
  color: #333;
  background: url(../img/info/sr/arrow_icon.png) no-repeat right center;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
}

.box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: -25px;
}

.box_list .box {
  width: calc(50% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  background: #BDE6FE;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #004B6F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.box_list .box > * {
  max-width: 100%;
}

.box_list .box.bg_navy {
  background-color: #004B6F;
  color: #B5F4EF;
}

.box_list .box.bg_navy .box_link a {
  color: #B5F4EF;
  background-image: url(../img/common/arw_sml_navy.svg);
}

.box_list .box.bg_navy_2 {
  background-color: #BDE6FE;
}

.box_list .box.bg_navy_3 {
  background-color: #85CAFF;
}

.box_list .box.bg_cyan {
  background-color: #B5F4EF;
  color: #0E4A6C;
}

.box_list .box.bg_green {
  background-color: #C1E700;
}

.box_list .box.bg_green_2 {
  background-color: #4C7C06;
  color: #FEF2B6;
}

.box_list .box.bg_green_2 .box_link a {
  color: #FEF2B6;
  background-image: url(../img/common/arw_sml_yellow.svg);
}

.box_list .box.bg_orange {
  background-color: #FFDDC4;
  color: #AF2F06;
}

.box_list .box.bg_orange .box_link a {
  color: #AF2F06;
  background-image: url(../img/common/arw_sml_orange.svg);
}

.box_list .box.bg_orange_2 {
  background-color: #FDB786;
  color: #AF2F06;
}

.box_list .box.bg_orange_2 .box_link a {
  color: #AF2F06;
  background-image: url(../img/common/arw_sml_orange.svg);
}

.box_list .box.bg_orange_3 {
  background-color: #FF8459;
  color: #5C1C05;
}

.box_list .box.bg_orange_3 .box_link a {
  color: #5C1C05;
  background-image: url(../img/common/arw_sml_orange_dark.svg);
}

.box_list .box.bg_red {
  background-color: #ff6383;
  color: #680226;
}

.box_list .box.bg_red .box_link a {
  color: #680226;
  background-image: url(../img/common/arw_sml_red.svg);
}

.box_list .box.bg_red_2 {
  background-color: #e62048;
  color: #680226;
}

.box_list .box.bg_red_2 .box_link a {
  color: #680226;
  background-image: url(../img/common/arw_sml_red.svg);
}

.box_list .box.bg_red_3 {
  background-color: #c4003a;
  color: #ffdec7;
}

.box_list .box.bg_red_3 .box_link a {
  color: #ffdec7;
  background-image: url(../img/common/arw_sml_veige.svg);
}

.box_list .box.bg_purple {
  background-color: #D11DA4;
}

.box_list .box.bg_purple_2 {
  background-color: #A60D8A;
}

.box_list .box.bg_purple_3 {
  background-color: #82177C;
}

.box_list .box_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box_list .box_ttl_s {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box_list .box_bottom {
  margin-top: auto;
}

.box_list .box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: auto;
}

.box_list .box_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: url(../img/common/arw_sml.svg) no-repeat right center;
  padding-right: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004B6F;
  text-decoration: none;
}

.box_list .box_link a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.box_list .box > p:not(:last-child) {
  margin-bottom: 15px;
}

.box_list .box.box_white h4 {
  color: #FFF;
}

.box_list .box.box_white p a {
  color: #FFF;
  background: url(../img/common/arw_sml_white.svg) no-repeat right center;
}

.box_list.col_3 .box {
  width: calc(33.3333333333% - 25px);
}

.box_list.height_240 .box {
  min-height: 240px;
}

.box_list.height_240m .box {
  min-height: 240px;
}

.box_list.height_300 .box {
  min-height: 300px;
}

.box_list.height_180 .box {
  min-height: 180px;
}

.box_list.simple .box {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center;
  -ms-flex-align: flex-start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.outline_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.outline_list > div {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.outline_list > div:not(:last-child) {
  border-right: 1px solid #707070;
  padding-right: 30px;
  margin-right: 30px;
}

.outline_list .ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.outline_list .img {
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 200px;
  margin-bottom: 25px;
}

.outline_list .ttl_h4 {
  text-align: center;
}

.support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}

.support_list li {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 30px);
  text-align: center;
}

.support_list li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 10px;
}

.support_list li .txt {
  width: 220px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.support_list li .txt h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 736px) {
  .list_disc.bg_gary {
    padding: 20px 15px 16px;
  }
  .list_disc.list_bold li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list_disc.list_bold li:before {
    top: 5px;
  }
  .list_disc li {
    padding-left: 15px;
  }
  .list_disc li:before {
    top: 3px;
    width: 13px;
    height: 13px;
  }
  .list_link li a {
    padding: 0 0 0 10px;
  }
  .txtarea ul.asterisk:last-child {
    margin-bottom: 60px;
  }
  .list_sr li a {
    padding: 12px 20px 12px 0;
    background-size: 15px auto;
    font-size: 1.5rem;
  }
  .box_list {
    margin-right: 0;
    margin-bottom: -40px;
  }
  .box_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 15px;
  }
  .box_list .box_ttl {
    font-size: 2.2rem;
  }
  .box_list.col_3 .box {
    width: 100%;
  }
  .box_list.height_240 .box {
    min-height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box_list.height_240 .box_link {
    margin-top: 0;
  }
  .box_list.height_240m .box {
    min-height: 300px;
  }
  .box_list.height_300 .box {
    min-height: 300px;
  }
  .box_list.height_180 .box {
    min-height: 220px;
  }
  .outline_list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .outline_list > div {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .outline_list > div:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .outline_list .ttl {
    font-size: 1.7rem;
  }
  .outline_list .img {
    min-height: 0;
    margin-bottom: 10px;
  }
  .outline_list .ttl_h4 {
    text-align: center;
  }
  .support_list {
    margin-right: 0;
    margin-bottom: -30px;
  }
  .support_list li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .support_list li .img {
    min-height: 0;
    margin-bottom: 0px;
    width: 120px;
    margin-right: 20px;
  }
  .support_list li .txt {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
  }
}

/* article_block
----------------------------------------*/
.article_block {
  margin-bottom: 80px;
}

.article_block:last-child {
  margin-bottom: 0;
}

/* list_article
----------------------------------------*/
.list_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
}

.list_article li {
  width: calc(33.3333333333% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 25px;
}

.list_article li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  background: #FFF;
}

.list_article li a > * {
  padding: 0px 20px;
}

.list_article li a > *:first-child {
  padding: 0px;
}

.list_article li a figure {
  width: 343px;
  height: auto;
  overflow: hidden;
}

.list_article li a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 15px;
}

.list_article li a .info .txt_date {
  padding-left: 22px;
}

.list_article li a h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 6px;
}

.list_article li a .article_detail {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 60px;
}

.list_article li a:after {
  content: "";
  width: 28px;
  height: 18px;
  background: no-repeat center/auto;
  background-image: url(../img/info/down_arrow.svg);
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

@media screen and (max-width: 736px) {
  .article_block {
    margin: 0 5% 40px;
  }
  .article_block .txtarea {
    margin-left: 0;
    margin-right: 0;
  }
  .list_article {
    margin-right: 0px;
  }
  .list_article li {
    width: 100%;
    margin-right: 0px;
  }
  .list_article li a figure {
    width: 100%;
  }
}

.ttl_info {
  margin: 15px 0;
  font-size: 2rem;
}

@media screen and (max-width: 736px) {
  .ttl_info {
    margin: 15px 0;
    font-size: 1.6rem;
  }
}

/* bnr_block
----------------------------------------*/
.bnr_block {
  width: 1048px;
  margin: 24px auto 0;
}

.bnr_block a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.bnr_block a:hover {
  opacity: .6;
}

.bnr_block a img {
  display: block;
}

@media screen and (max-width: 736px) {
  .bnr_block {
    width: auto;
    margin: 24px 5% 0;
  }
}

/* white_block
----------------------------------------*/
.white_block {
  background: #fff;
  margin-top: 101px;
  padding: 75px 0 110px;
}

@media screen and (max-width: 736px) {
  .white_block {
    margin-top: 50px;
    padding: 30px 0 50px;
  }
}

/* border_box
----------------------------------------*/
.border_box {
  border: solid 2px #ccc;
  margin-top: 8px;
  margin-bottom: 15px;
  padding: 25px 25px 24px;
  background: #fff;
}

.border_box.blue {
  border: solid 2px #0064d2;
}

.border_box.green {
  border: solid 2px #c9e43b;
}

.border_box.pink {
  border: solid 2px #fecdab;
}

.border_box.orange {
  border: solid 2px #ffc000;
}

.border_box.blue_l {
  border: solid 2px #93c9ff;
}

@media screen and (max-width: 736px) {
  .border_box {
    padding: 15px;
  }
}

/* btn_box
----------------------------------------*/
.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn_box .btn, .btn_box .btn_back {
  width: 30.534%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px 4.199%;
}

.btn_box.btn_half .btn {
  width: 40%;
}

.btn_box .btn:nth-child(3n+1), .btn_box .btn_back:nth-child(3n+1) {
  margin-left: 0;
}

.btn_box .btn a {
  width: 100%;
  text-decoration: none;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: solid 2px #0065D2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0065D2;
  padding: 10px;
  height: 60px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn a:after {
  content: "";
  width: 26px;
  height: 7px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arw_link.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a:hover {
  background: #0065D2;
  color: #fff;
}

.btn a:hover:after {
  background-image: url(../img/common/arw_link_white.svg);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn_back a {
  display: block;
  width: 100%;
  border: solid 2px #0065D2;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0065D2;
  padding: 22px 52px 22px 22px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 22px 52px;
  background: #0065D2;
  color: #fff;
  text-align: center;
}

.btn_back a::after {
  content: "";
  width: 29px;
  height: 9px;
  display: block;
  background: url(../img/common/icon_arrow_blue01.svg) no-repeat;
  background-size: 29px auto;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
  -webkit-transition: right 300ms;
  transition: right 300ms;
  background-image: url(../img/common/icon_arrow_white01.svg);
  right: auto;
  left: 27px;
  transform: scale(-1, 1);
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.btn_back a:hover {
  background: #fff;
  color: #0065D2;
}

.btn_back a:hover::after {
  background-image: url(../img/common/icon_arrow_blue01.svg);
  left: 17px;
}

.btn_large, .btn_middle {
  margin: 20px 0;
  text-align: center;
}

.btn_large a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 80px;
  border: solid 2px #F5B029;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #F5B029;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_large a:after {
  content: "";
  width: 32px;
  height: 9px;
  background: no-repeat center/contain;
  background-image: url(../img/common/arw_link_white.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_large a:hover {
  background: #FFF;
  color: #F5B029;
}

.btn_large a:hover:after {
  background-image: url(../img/common/arw_link_orange.svg);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn_large.grey a {
  border: 2px solid #989898;
  background: #989898;
  color: #FFF;
}

.btn_large.grey a:hover {
  background: #FFF;
  color: #000;
}

.btn_large.grey a:hover:after {
  background-image: url(../img/common/arw_link_black.svg);
}

.btn_middle a {
  display: inline-block;
  border: solid 1px #0065D2;
  font-size: 3rem;
  font-weight: bold;
  padding: 15px 80px;
  background: #0065D2;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.btn_middle a::after {
  content: "";
  width: 40px;
  height: 10px;
  display: block;
  background: url(../img/common/icon_arrow_white01.svg) no-repeat;
  background-size: 40px auto;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}

.btn_middle a:hover::after {
  right: 17px;
}

.btn2 a {
  color: #0065D2;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn2 a:after {
  content: "";
  background: url(../img/common/arw_link_small.svg) no-repeat;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -10px;
  height: 19px;
  width: 12px;
  display: block;
}

@media screen and (max-width: 736px) {
  .btn_box {
    display: block;
  }
  .btn_box .btn, .btn_box .btn_back {
    width: auto;
    display: block;
    margin: 0 0 10px;
  }
  .btn a {
    font-size: 1.4rem;
    padding: 18px 40px 18px 18px;
  }
  .btn_back a {
    font-size: 1.4rem;
    padding: 18px 40px 18px 18px;
    padding: 18px 40px;
  }
  .btn a::after {
    width: 25px;
    height: 6px;
    background-size: 25px auto;
    right: 15px;
    margin-top: -3px;
  }
  .btn_back a::after {
    width: 25px;
    height: 6px;
    background-size: 25px auto;
    right: 15px;
    margin-top: -3px;
    right: auto;
    left: 15px;
  }
  .btn a:hover::after {
    right: 10px;
  }
  .btn_back a:hover::after {
    left: 10px;
  }
  .btn_large a {
    height: 60px;
    font-size: 1.8rem;
  }
  .btn_large a:after {
    width: 24px;
    height: 6px;
  }
  .btn_middle a {
    font-size: 1.8rem;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .btn_middle a::after {
    width: 25px;
    height: 9px;
    background-size: 25px auto;
  }
}

/* consultant
----------------------------------------*/
.list_consultant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list_consultant li {
  width: 32%;
  height: 150px;
  margin: 0 0 2% 2%;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px;
}

.list_consultant li:nth-child(3n+1) {
  margin-left: 0;
}

.list_consultant li:nth-child(6n+1), .list_consultant li:nth-child(6n+2), .list_consultant li:nth-child(6n+3) {
  background: #c5e5fb;
  color: #0c0b52;
}

.list_consultant li:nth-child(6n+4), .list_consultant li:nth-child(6n+5), .list_consultant li:nth-child(6n) {
  background: #02a2ac;
  color: #fff;
}

.col2_block.consultant .col_box {
  display: block;
}

.col2_block.consultant .col_box * {
  width: auto;
}

.col2_block.consultant .col_box figure {
  max-width: 180px;
  float: left;
  margin-right: 30px;
}

.col2_block.consultant .col_box figure img {
  margin: 0;
}

.col2_block.consultant .col_box h3 {
  font-size: 2rem;
  overflow: hidden;
}

.col2_block.consultant .col_box p {
  overflow: hidden;
}

.col2_block.consultant .col_box .text {
  font-size: 1.5rem;
}

@media screen and (max-width: 736px) {
  .list_consultant li {
    width: 49%;
    height: 39vw;
    padding: 10px;
    margin: 0 0 2% 2%;
    font-size: 2.2rem;
  }
  .list_consultant li:nth-child(3n+1) {
    width: 49%;
    height: 39vw;
    padding: 10px;
    margin: 0 0 2% 2%;
    font-size: 2.2rem;
  }
  .list_consultant li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list_consultant li:nth-child(4n+1), .list_consultant li:nth-child(4n+2) {
    background: #c5e5fb;
    color: #0c0b52;
  }
  .list_consultant li:nth-child(4n+3), .list_consultant li:nth-child(4n) {
    background: #02a2ac;
    color: #fff;
  }
  .col2_block.consultant .col_box figure {
    margin-right: 20px;
    max-width: 120px;
  }
  .col2_block.consultant .col_box .text {
    clear: both;
    padding-top: 14px;
  }
}

/* pager
----------------------------------------*/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 95px;
}

.pager li {
  width: 30px;
  margin: 0 5px;
  text-align: center;
}

.pager li a, .pager li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.white_block .pager li a {
  background: #f1f1f1;
}

.pager li span {
  color: #fff;
  background: #0065D2;
}

.pager li a:hover {
  opacity: 0.6;
}

.pager li.btn_prev a, .pager li.btn_next a {
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/common/icon_arrow_blue02.svg) no-repeat center center;
  background-size: 12px auto;
}

.pager li.btn_prev {
  margin-right: 17px;
  transform: scale(-1, 1);
}

.pager li.btn_next {
  margin-left: 17px;
}

.pager li.btn_next a {
  overflow: hidden;
  text-indent: -999px;
}

@media screen and (max-width: 736px) {
  .pager {
    margin-top: 50px;
    width: 100%;
    padding: 0 35px;
  }
  .pager li {
    margin: 5px;
  }
  .pager li.btn_prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -15px 0 0;
  }
  .pager li.btn_next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -15px 0 0;
  }
}

/* col3_small
----------------------------------------*/
.col3_small .col_box {
  margin-right: 20px !important;
  padding-right: 20px;
  border-right: 1px solid #707070;
}

.col3_small .col_box:first-child {
  margin-left: 20px;
}

.col3_small .col_box:last-child {
  padding-right: 0px !important;
  border-right: 0 none;
}

.col3_small .col_box p:last-child {
  margin-top: 0px;
}

.col3_small .ttl {
  font-size: 2rem;
  font-weight: bold;
}

/* colbox
----------------------------------------*/
.col_block, .col2_block, .col3_block, .col4_block, .col6_block, .col5_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -50px;
}

.col_block.big, .big.col2_block, .big.col3_block, .big.col4_block, .big.col6_block, .big.col5_block {
  margin-right: 0px;
}

.col_block.border .col_box:not(:last-child), .border.col2_block .col_box:not(:last-child), .border.col3_block .col_box:not(:last-child), .border.col4_block .col_box:not(:last-child), .border.col6_block .col_box:not(:last-child), .border.col5_block .col_box:not(:last-child) {
  position: relative;
}

.col_block.border .col_box:not(:last-child):after, .border.col2_block .col_box:not(:last-child):after, .border.col3_block .col_box:not(:last-child):after, .border.col4_block .col_box:not(:last-child):after, .border.col6_block .col_box:not(:last-child):after, .border.col5_block .col_box:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070;
}

@media screen and (min-width: 737px) {
  .col_block.border.col2_block .col_box:nth-child(even):after, .border.col2_block .col_box:nth-child(even):after {
    display: none;
  }
}

.col_block .col_box, .col2_block .col_box, .col3_block .col_box, .col4_block .col_box, .col6_block .col_box, .col5_block .col_box {
  margin-right: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.col_block .col_box > *, .col2_block .col_box > *, .col3_block .col_box > *, .col4_block .col_box > *, .col6_block .col_box > *, .col5_block .col_box > * {
  width: 100%;
}

.col2_block.col_img {
  margin: -50px;
}

.col2_block.col_img .col_box {
  margin: 0px;
  width: 50%;
}

.col2_block.col_img .col_box:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}

.col2_block.col_img .col_box > figure > img {
  width: 100%;
}

.col2_block.col_img .col_box .text_link {
  margin-top: auto;
}

.col2_block .col_box {
  width: calc(50% - 40px);
}

.col3_block .col_box {
  width: calc(33.3333333333% - 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.col4_block .col_box {
  width: calc(25% - 40px);
}

.col4_block .border_box {
  padding: 15px;
}

.col5_block .col_box {
  width: calc(20% - 40px);
}

.col6_block .col_box {
  width: calc(16.6666666667% - 40px);
}

.col6_block .col_box.big {
  width: calc(16.6666666667%);
  margin-right: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.col6_block .col_box.big > figure > img {
  margin: 5px 0;
}

.col6_block .txt_cap {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col6_block figure {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .col3_small .col_box {
    border-bottom: 1px solid #707070;
    border-right: 0 none;
    margin-right: 0px !important;
    padding: 0px 10px 20px 10px;
    margin-bottom: 30px !important;
  }
  .col3_small .col_box:first-child {
    margin-left: 0px;
  }
  .col3_small .col_box:last-child {
    border-bottom: 0 none;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }
  .col_block, .col2_block, .col3_block, .col4_block, .col6_block, .col5_block {
    margin-right: 0;
    margin-bottom: -30px;
  }
  .col_block > *, .col2_block > *, .col3_block > *, .col4_block > *, .col6_block > *, .col5_block > * {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
  }
  .col_block.border .col_box:not(:last-child), .border.col2_block .col_box:not(:last-child), .border.col3_block .col_box:not(:last-child), .border.col4_block .col_box:not(:last-child), .border.col6_block .col_box:not(:last-child), .border.col5_block .col_box:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
  }
  .col_block.border .col_box:not(:last-child):after, .border.col2_block .col_box:not(:last-child):after, .border.col3_block .col_box:not(:last-child):after, .border.col4_block .col_box:not(:last-child):after, .border.col6_block .col_box:not(:last-child):after, .border.col5_block .col_box:not(:last-child):after {
    display: none;
  }
  .col_block.img_txt .col_box, .img_txt.col2_block .col_box, .img_txt.col3_block .col_box, .img_txt.col4_block .col_box, .img_txt.col6_block .col_box, .img_txt.col5_block .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col_block .sp_first, .col2_block .sp_first, .col3_block .sp_first, .col4_block .sp_first, .col6_block .sp_first, .col5_block .sp_first {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col_block:not(:last-child), .col2_block:not(:last-child), .col3_block:not(:last-child), .col4_block:not(:last-child), .col6_block:not(:last-child), .col5_block:not(:last-child) {
    margin-bottom: 0;
  }
  .col_block .col_box, .col2_block .col_box, .col3_block .col_box, .col4_block .col_box, .col6_block .col_box, .col5_block .col_box {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .col_block .col_img, .col2_block .col_img, .col3_block .col_img, .col4_block .col_img, .col6_block .col_img, .col5_block .col_img {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
  .col2_block h3 {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .col2_block p {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .col2_block.col_img {
    margin: -20px -12px 0px -12px;
  }
  .col2_block.col_img .col_box {
    width: 100%;
  }
  .col2_block.col_img .col_box:first-child {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 20px 12px;
  }
  .col2_block.col_img .col_box:last-child {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .col2_block, .col3_block, .col4_block {
    margin-bottom: -20px;
  }
  .col2_block .col_box, .col3_block .col_box {
    width: 100%;
  }
  .col5_block .col_box {
    width: 100%;
  }
  .col4_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .col4_block .col_box {
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
  .col6_block {
    margin-right: -20px;
  }
  .col6_block .col_box {
    width: calc(33.3333333333% - 20px);
    margin-right: 20px;
  }
  .col6_block .col_box.big {
    margin-right: 10px;
    width: calc(33.3333333333% - 10px);
  }
  .col6_block .col_box.big > figure > img {
    margin: 20px 0;
  }
  .col6_block .txt_cap {
    font-size: 1rem;
  }
  .col6_block figure {
    width: 90%;
    margin: 0 auto;
  }
}

/* outline
----------------------------------------*/
.outline .img_float_l {
  width: 288px;
  text-align: center;
}

.outline .img_float_l img {
  margin: 0 auto;
  display: block;
}

.outline .img_float_l img[src$=".svg"] {
  width: 280px;
}

@media screen and (max-width: 736px) {
  .outline .img_float_l {
    width: 100%;
  }
  .outline .img_float_l img[src$=".svg"] {
    width: 90%;
  }
}

/* btn_start
----------------------------------------*/
.coming_soon {
  display: block;
}

.coming_soon::after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-family: 'Heebo', sans-serif;
}

@media screen and (max-width: 736px) {
  .coming_soon::after {
    font-size: 1.5rem;
  }
}

/* btn_faq
----------------------------------------*/
.btn_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_faq a {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 12.626% 10% 10%;
  min-height: 244px;
  width: 100%;
  color: #111a85;
}

.btn_faq a h3 {
  font-size: 2.5rem;
}

.btn_faq a p {
  font-weight: 500;
}

.btn_faq > div {
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 12.626% 10% 10%;
  min-height: 244px;
  width: 100%;
  color: #111a85;
}

.btn_faq > div h3 {
  font-size: 2.5rem;
}

.btn_faq:nth-child(6n+1) a, .btn_faq:nth-child(6n+2) a, .btn_faq:nth-child(6n+3) a, .btn_faq:nth-child(6n+1) > div, .btn_faq:nth-child(6n+2) > div, .btn_faq:nth-child(6n+3) > div {
  background: #c5e5fb;
  color: #0c0b52;
}

.btn_faq:nth-child(6n+4) a, .btn_faq:nth-child(6n+5) a, .btn_faq:nth-child(6n) a, .btn_faq:nth-child(6n+4) > div, .btn_faq:nth-child(6n+5) > div, .btn_faq:nth-child(6n) > div {
  background: #02a2ac;
  color: #fff;
}

.btn_faq a:hover {
  opacity: .6;
}

.list_faq .btn_faq a {
  background: #fff;
  border: solid 1px #ccc;
  color: #111a85;
  width: 100%;
}

.list_faq .btn_faq a::after {
  content: "";
  display: block;
  height: 4px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.list_faq .btn_faq a h3 {
  font-size: 1.8rem;
  height: 54px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list_faq .btn_faq.ttl_single a h3 {
  height: auto;
}

.list_faq .btn_faq a p {
  color: #333;
  position: static;
  line-height: 1.45;
  letter-spacing: -.2px;
}

.list_faq .btn_faq a .text {
  position: static;
  padding-bottom: 1.45em;
}

.list_faq .btn_faq a p:first-child {
  overflow: hidden;
  margin-bottom: 15%;
}

.list_faq .btn_faq a p:last-child {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.list_faq.account .btn_faq a::after, .list_faq.support .btn_faq a::after {
  background: #f7b100;
}

.list_faq.account02 .btn_faq a::after, .list_faq.delivery .btn_faq a::after {
  background: #e9f577;
}

.list_faq.tax .btn_faq a::after, .list_faq.storesetting .btn_faq a::after {
  background: #fad8f0;
}

.list_faq.exhibition .btn_faq a::after {
  background: #2b0eaf;
}

.list_faq.fee .btn_faq a::after {
  background: #01718f;
}

.list_faq.sr .btn_faq a::after {
  background: #02a2ac;
}

.list_faq.fee .btn_faq a::after {
  background: #a60d8a;
}

.list_faq.support .btn_faq a::after {
  background: #e9f577;
}

/* 一部カテゴリ非表示用 */
@media screen and (max-width: 736px) {
  .btn_faq a, .btn_faq > div {
    min-height: 32.187vw;
  }
  .col3_block .btn_faq {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 15px;
  }
  .col3_block .btn_faq:nth-child(3n+1), .col3_block .btn_faq:nth-last-child(-n+3) {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 15px;
  }
  .col3_block .btn_faq:nth-child(2n+1) {
    margin-left: 0;
  }
  .btn_faq:nth-child(4n+1) a, .btn_faq:nth-child(4n+2) a, .btn_faq:nth-child(4n+1) > div, .btn_faq:nth-child(4n+2) > div {
    background: #c5e5fb;
    color: #0c0b52;
  }
  .btn_faq:nth-child(4n+3) a, .btn_faq:nth-child(4n) a, .btn_faq:nth-child(4n+3) > div, .btn_faq:nth-child(4n) > div {
    background: #02a2ac;
    color: #fff;
  }
  .btn_faq a h3, .btn_faq > div h3 {
    font-size: 1.5rem;
  }
  .list_faq .btn_faq a h3 {
    height: auto;
  }
  .btn_faq a p {
    font-size: 1.3rem;
  }
  .list_faq .btn_faq a {
    background: #fff;
  }
  .list_faq .btn_faq:nth-child(4n+1) a, .list_faq .btn_faq:nth-child(4n+2) a, .list_faq .btn_faq:nth-child(4n+1) > div, .list_faq .btn_faq:nth-child(4n+2) > div, .list_faq .btn_faq:nth-child(4n+3) a, .list_faq .btn_faq:nth-child(4n) a, .list_faq .btn_faq:nth-child(4n+3) > div, .list_faq .btn_faq:nth-child(4n) > div {
    color: #111a85;
  }
  .col3_block.list_faq .btn_faq {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .col3_block.list_faq .btn_faq:nth-child(3n+1), .col3_block.list_faq .btn_faq:nth-last-child(-n+3) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

/* price_list
----------------------------------------*/
.price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: -60px;
  margin-bottom: -30px;
}

.price_list li {
  width: calc(33.3333333333% - 60px);
  margin-right: 60px;
  margin-bottom: 30px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #85CAFF;
  color: #004B6F;
  font-size: 2.4rem;
  font-weight: bold;
}

.price_list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 60px;
  height: 100%;
  background: url(../img/start/icon_plus.svg) no-repeat center;
}

@media screen and (max-width: 736px) {
  .price_list {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -60px;
  }
  .price_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    min-height: 80px;
    font-size: 2.3rem;
  }
  .price_list li:not(:last-child):after {
    width: 100%;
    height: 60px;
    left: 0;
    top: 100%;
  }
}

/* support_text
----------------------------------------*/
.support_text {
  margin: 0 5%;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1.5rem;
  background: #eee;
}

.support_block::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -430px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 430px 0;
  border-color: #eee transparent transparent;
}

@media screen and (max-width: 736px) {
  .support_block::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40vw;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 40vw 0;
    border-color: #eee transparent transparent;
  }
}

/* form_block
----------------------------------------*/
.form_block iframe {
  border: none;
  width: 100%;
}

/* text_link
----------------------------------------*/
/* .text_link a {
  padding: 0 0 0 13px;
  color: $blue;
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: all 300ms;
  transition: all 300ms;

  &:hover {
    opacity: .6;
    text-decoration: none;
  }

  &::before {
    content: "";
    width: 6px;
    height: 13px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../img/common/icon_arrow_blue02.svg) no-repeat;
    background-size: 100% auto;
  }
} */
.text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text_link:not(:first-child) {
  margin-top: 50px;
}

.text_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 35px;
  background: url(../img/common/arw_link.svg) no-repeat right center;
  color: #0065D2;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.text_link.align_r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.text_link.align_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* list_faq
----------------------------------------*/
.list_faq {
  margin: 20px 0;
}

.list_faq dt {
  background: #999;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 10px 10px 45px;
  margin-bottom: 20px;
}

.list_faq dt::before {
  content: "Q：";
  position: absolute;
  left: 15px;
  top: 9px;
}

.list_faq dd + dt {
  margin-top: 40px;
}

.list_faq dd p + p {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .list_faq dt {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 10px 10px 10px 40px;
  }
  .list_faq dt::before {
    content: "Q：";
    left: 15px;
    top: 10px;
  }
}

/* info_nav
----------------------------------------*/
.info_nav {
  width: 1048px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 8px 10px 3px;
}

.info_nav li {
  display: inline-block;
  margin: 0 0 5px 5px;
  padding-right: 11px;
}

.info_nav li::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 0;
  display: block;
  width: 1px;
  background: #000;
}

.info_nav li:last-child::after {
  display: none;
}

.info_nav li a {
  display: block;
  color: #0065D2;
  padding: 2px 4px;
  text-decoration: underline;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.info_nav li.current a {
  background: #dedede;
}

.info_nav li a:hover {
  opacity: .6;
}

@media screen and (max-width: 736px) {
  .info_nav {
    width: auto;
    font-size: 1.3rem;
  }
}

/* info_tag
----------------------------------------*/
.info_tag {
  width: 1048px;
  margin: 0 auto 30px;
}

.info_tag ul {
  margin: 0 -5px;
}

.info_tag li {
  display: inline-block;
  margin: 0 5px 10px;
}

.info_tag li a {
  background: #bbb;
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.info_tag li a:hover {
  opacity: .6;
}

@media screen and (max-width: 736px) {
  .info_tag {
    width: auto;
    font-size: 1.3rem;
  }
}

/* worry_block
----------------------------------------*/
.worry_block {
  background-color: #eef4fc;
  padding: 95px 20px 30px;
  text-align: center;
}

.worry_block h2 {
  color: #0a1c6b;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 6rem;
}

.worry_block h3 {
  color: #437fcf;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.worry_block .icon {
  margin: 0 auto 30px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #437fcf;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
}

.worry_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.worry_block ul li {
  width: 31.5%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.worry_block ul li::after {
  display: block;
  content: '';
  width: 30px;
  height: 21px;
  background: url(../img/start/business/support/icon_arrow01.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: calc(100% - 1px);
  right: 15px;
}

.worry_block ul li .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px;
}

.worry_block ul li .desc span {
  color: #0a1c6b;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}

.worry_block .txt_basic {
  color: #437fcf;
  text-align: center;
  margin-top: 40px;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .worry_block {
    padding: 35px 5% 25px;
    margin: 0 -5.555%;
  }
  .worry_block h2 {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .worry_block h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .worry_block ul li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 30px;
  }
  .worry_block ul li:last-child {
    margin-bottom: 0;
  }
  .worry_block ul li::after {
    width: 31px;
    height: 28px;
  }
  .worry_block ul li:nth-child(odd)::after {
    right: -10px;
    top: calc(100% - 18px);
    background: url(../img/start/business/support/icon_arrow02.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .worry_block ul li:nth-child(even)::after {
    left: -10px;
    top: calc(100% - 18px);
    /**background: url(../img/common/arrow-bubble-speech-left-sp.png) no-repeat center center;**/
    background-size: 100% 100%;
  }
  .worry_block ul li .desc {
    padding: 20px;
  }
  .worry_block ul li .desc span {
    font-size: 1.6rem;
  }
  .worry_block .txt_basic {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/* support
----------------------------------------*/
.support_campaign_block {
  border: solid 1px #0065D2;
  padding: 15px 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
}

.support_campaign_block h2 {
  font-size: 2.5rem;
}

.support_campaign_block h2 img {
  width: 100px;
  vertical-align: -10px;
}

.support_campaign_block h2 img + img {
  width: 150px;
  margin: 0 20px;
  vertical-align: -8px;
}

.support_campaign_block h3 {
  font-size: 2.3rem;
  margin-top: 5px;
}

.support_campaign_block h3 span {
  font-size: 2.5rem;
  text-decoration: underline;
}

.support_campaign_block .btn {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.support_campaign_block .btn a {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #0065D2;
  color: #fff;
}

.support_campaign_block .btn a::after {
  background-image: url(../img/common/icon_arrow_white01.svg);
}

.what_support h3 {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.what_support p {
  font-size: 2rem;
  font-weight: 500;
}

.bg_gray {
  background: #ddd;
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .support_campaign_block {
    padding: 10px 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .support_campaign_block h2 {
    font-size: 1.8rem;
  }
  .support_campaign_block h2 img {
    width: 60px;
    vertical-align: -10px;
  }
  .support_campaign_block h2 img + img {
    width: 85px;
    margin: 0 0 0 10px;
    vertical-align: -8px;
  }
  .support_campaign_block h3 {
    font-size: 1.4rem;
    letter-spacing: -.4px;
  }
  .support_campaign_block h3 span {
    font-size: 1.6rem;
  }
  .support_campaign_block .btn {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  .support_campaign_block .btn a {
    padding: 12px 20px;
  }
  .what_support h3 {
    margin-bottom: 10px;
  }
  .what_support p {
    font-size: 1.6rem;
  }
  .bg_gray {
    padding: 15px;
  }
}

/* list_fixed
----------------------------------------*/
.list_fixed {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.list_fixed li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  margin: 0 0 40px 4%;
  background: #fff;
}

.list_fixed li:nth-child(2n+1) {
  margin-left: 0;
}

.list_fixed li figure {
  text-align: center;
  width: 100%;
  height: auto;
}

.list_fixed h3 {
  text-align: center;
  font-size: 2.1rem;
}

.list_fixed h3 span {
  font-size: 1.4rem;
}

.list_fixed .list_detail {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.list_fixed .list_detail > * {
  margin-top: 20px;
}

.list_fixed .list_detail > *:last-child {
  margin-bottom: 14px;
}

.list_fixed .list_detail .txt {
  margin-bottom: 40px;
}

.list_fixed .btn_box {
  margin-top: auto;
}

.list_fixed .btn_box .btn {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .list_fixed {
    width: 100%;
  }
  .list_fixed li {
    width: 100%;
    margin: 15px auto;
  }
  .list_fixed h3 {
    font-size: 1.9rem;
  }
  .list_fixed h3 span {
    font-size: 1.3rem;
  }
  .list_fixed .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* btn_portal
----------------------------------------*/
.txtarea .btn_portal a {
  display: inline-block;
  border: solid 2px #ccc;
  padding: 10px 10px 0;
  text-decoration: none;
}

.btn_portal a::before {
  content: "";
  width: 14px;
  height: 17px;
  display: block;
  margin: 0 auto 5px;
  background: url(../img/common/icon_login.svg) no-repeat;
  background-size: 100% auto;
}

.icon_carfitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.icon_carfitment img {
  width: 100px;
  margin-right: 20px;
}

.about_ebay_motors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about_ebay_motors_text {
  margin-right: 20px;
}

@media screen and (max-width: 736px) {
  .icon_carfitment img {
    width: 70px;
    margin-right: 15px;
  }
  .about_ebay_motors {
    display: block;
  }
}

/* iframe_movie
----------------------------------------*/
.movie {
  max-width: 518px;
  width: 518px;
  max-height: 293px;
  height: 293px;
}

@media screen and (max-width: 736px) {
  .movie {
    max-width: 100%;
    max-height: 100%;
  }
}

/* padding & margin */
.mt_auto {
  margin-top: auto;
}

/* padding & margin */
/* text */
.fs_11 {
  font-size: 1.1rem;
}

.fs_12 {
  font-size: 1.2rem;
}

.fs_13 {
  font-size: 1.3rem;
}

.fs_14 {
  font-size: 1.4rem;
}

.fs_15 {
  font-size: 1.5rem;
}

.fs_16 {
  font-size: 1.6rem;
}

.fs_17 {
  font-size: 1.7rem;
}

.fs_18 {
  font-size: 1.8rem;
}

.fs_19 {
  font-size: 1.9rem;
}

.fs_20 {
  font-size: 2rem;
}

.fs_21 {
  font-size: 2.1rem;
}

.fs_22 {
  font-size: 2.2rem;
}

.fs_23 {
  font-size: 2.3rem;
}

.fs_24 {
  font-size: 2.4rem;
}

.fs_25 {
  font-size: 2.5rem;
}

.fs_26 {
  font-size: 2.6rem;
}

.fs_27 {
  font-size: 2.7rem;
}

.fs_28 {
  font-size: 2.8rem;
}

.fs_29 {
  font-size: 2.9rem;
}

.fs_30 {
  font-size: 3rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.txt_red {
  color: #ff0000;
}

.txt_blue {
  color: #0065D2;
}

.txt_bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 736px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 736px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 736px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 736px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 736px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 736px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 736px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 736px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 736px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 736px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 736px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 736px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 736px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 736px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 736px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 736px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 736px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 736px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 736px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 736px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 736px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 736px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 736px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 736px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 736px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 736px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 736px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 736px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 736px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 736px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 736px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 736px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 736px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 736px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 736px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 736px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 736px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 736px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 736px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 736px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 736px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 736px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 736px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 736px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 736px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 736px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 736px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 736px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 736px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 736px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 736px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 736px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 736px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 736px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 736px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 736px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 736px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 736px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 736px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 736px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 736px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 736px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 736px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 736px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 736px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 736px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 736px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 736px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 736px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 736px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 736px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 736px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 736px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 736px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 736px) {
  .w100p-sp {
    width: 100%;
  }
}

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

br.tablet {
  display: none;
}

@media screen and (min-width: 737px) and (max-width: 1100px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  br.sp {
    display: inline;
  }
}

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

@media screen and (min-width: 737px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 737px) {
  .hidden_pc {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .hidden_sp {
    display: none;
  }
}

/* etc */
