@charset "UTF-8";
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

@media screen and (min-width: 737px), print {
  #faq01, #faq02, #faq03, #faq04, #faq05, #faq06 {
    margin-top: -100px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  #faq01, #faq02, #faq03, #faq04, #faq05, #faq06 {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*--------------------------------------------------
	レイアウトパターン
--------------------------------------------------*/
@media screen and (min-width: 737px), print {
  a:hover {
    opacity: .7;
  }
}

a.btn_back {
  /* update common.css style */
}

@media screen and (max-width: 736px) {
  a.btn_back {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

a.btn_faq {
  /* update common.css style */
}

@media screen and (max-width: 736px) {
  a.btn_faq {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  a.btn_faq span small {
    font-size: 14px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_faq {
    min-height: 110px;
  }
}

a.btn_aside {
  /* update common.css style */
}

@media screen and (max-width: 736px) {
  a.btn_aside {
    font-size: 16px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_aside {
    min-height: 110px;
  }
}

a.btn_aside::after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2b383f;
  border-left: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_aside::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_products_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  height: 68px;
  padding: 0 58px 0 40px;
  border: 2px solid #eff1f3;
  color: #2b383f;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  a.btn_products_link {
    min-width: 100%;
    min-height: 74px;
    padding: 0 66px 0 36px;
    border-width: 1px;
    font-size: 14px;
  }
}

a.btn_products_link span::before {
  display: inline;
  font-weight: normal;
  content: 'NEXT：';
}

@media screen and (max-width: 736px) {
  a.btn_products_link span::before {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

a.btn_products_link::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2b383f;
  border-left: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_products_link::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  height: 68px;
  padding: 0 58px 0 40px;
  border: 2px solid #eff1f3;
  color: #2b383f;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  a.btn_anchor {
    min-width: 100%;
    min-height: 74px;
    padding: 0 66px 0 36px;
    border-width: 1px;
    font-size: 14px;
  }
}

a.btn_anchor span::before {
  display: inline;
  font-weight: normal;
  content: 'NEXT：';
}

@media screen and (max-width: 736px) {
  a.btn_anchor span::before {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

a.btn_anchor::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: scale(1, 0.85) rotate(135deg);
          transform: scale(1, 0.85) rotate(135deg);
  border-top: 2px solid #2b383f;
  border-right: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_anchor::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}

/* mainContents */
.tounan-mainContents {
  overflow: hidden;
}

.tounan-mainContents_container {
  padding-bottom: 100px;
  text-align: center;
}

.tounan-mainContents_header {
  background-color: #fffaf4;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_header {
    margin-bottom: 30px;
    padding: 30px 15px 25px;
    text-align: center;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_header {
    margin-bottom: 80px;
    padding: 60px 0;
  }
}

.tounan-mainContents_header sup {
  top: -.05em;
  font-size: 100%;
}

.tounan-mainContents_header-media {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_header-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_header-media {
    width: 748px;
    margin: auto;
  }
}

.tounan-mainContents_header-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_header-media_image {
    width: 100%;
    padding: 18px 0 0;
    text-align: center;
  }
  .tounan-mainContents_header-media_image img {
    width: 50px;
    height: auto;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_header-media_image {
    width: 140px;
    padding-right: 40px;
  }
}

.tounan-mainContents_header-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_header-text {
    font-size: 25px;
    line-height: 1.28;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_header-text {
    font-size: 40px;
    line-height: 1;
  }
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_header-caption {
    margin-bottom: .466666667em;
    font-size: 14px;
    line-height: 1.36;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_header-caption {
    margin-bottom: .777777778em;
    font-size: 18px;
    line-height: 1.44;
  }
}

.tounan-mainContents_page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_page-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: -20px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_page-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px -20px;
    padding: 0 0 100px;
  }
}

.tounan-mainContents_page-nav_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_page-nav_item {
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_page-nav_item {
    width: calc(100%/3);
    padding: 0 20px 20px;
  }
}

.tounan-mainContents_page-nav .btn_anchor {
  /* common style update */
  text-align: left;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_page-nav .btn_anchor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_page-nav .btn_anchor {
    min-height: 95px;
    padding: 0 45px 0 35px;
  }
  .tounan-mainContents_page-nav .btn_anchor::after {
    right: 24px;
  }
}

.tounan-mainContents_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_body {
    width: 980px;
  }
}

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

.tounan-mainContents_body-text {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_body-text {
    font-size: 18px;
    line-height: 1.71;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_body-text {
    font-size: 26px;
    line-height: 1.62;
  }
}

.tounan-mainContents_body-note {
  margin-top: 2.86em;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_body-note {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_body-note {
    font-size: 14px;
    line-height: 1.7;
  }
}

.tounan-mainContents_item {
  position: relative;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_item {
    margin-top: 40px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_item {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_aside {
    padding: 50px 15px 0;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_aside {
    padding: 100px 0 0;
  }
}

.faq .tounan-mainContents_aside {
  padding-top: 0;
}

.tounan-mainContents_aside_container {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_aside_container {
    width: 862px;
  }
}

.tounan-mainContents_aside-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_aside-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_aside-grid {
    margin: 0 -25px;
  }
}

.tounan-mainContents_aside-grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_aside-grid_item {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_aside-grid_item {
    width: calc(100%/2);
    padding: 0 25px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_footer {
    padding: 50px 15px 0;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_footer {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .tounan-mainContents_footer .btn_back {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-mainContents_footer .btn_back {
    margin-bottom: 30px;
  }
}

.tounan-mainContents_footer .btn_back:last-child {
  margin-bottom: 0;
}

.tounan_article_header {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .tounan_article_header {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan_article_header {
    margin-bottom: 60px;
    padding-bottom: 18px;
  }
}

.tounan_article_header::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #c00;
  content: "";
}

@media screen and (max-width: 736px) {
  .tounan_article_header::after {
    width: 38px;
    height: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan_article_header::after {
    width: 50px;
    height: 3px;
  }
}

@media screen and (max-width: 736px) {
  .tounan_article_header-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan_article_header-text {
    font-size: 36px;
  }
}

.tounan_article_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .tounan_article_body {
    padding-left: 0;
  }
}

@media screen and (min-width: 737px), print {
  .tounan_article_body {
    padding-left: 60px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case .tounan_article_body {
    padding-right: 60px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-case-grid {
    margin: 0 0 -30px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px 0;
  }
}

.tounan-case-grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .tounan-case-grid_item {
    width: 100%;
    padding: 0 0 30px;
  }
  .tounan-case-grid_item img {
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-grid_item {
    width: calc(100%/2);
    padding: 0 25px 0;
  }
}

.tounan-case-section {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .tounan-case-section {
    margin-bottom: 30px;
  }
}

.tounan-case-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .tounan-case-section_header {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-section_header {
    margin-bottom: 20px;
  }
}

.tounan-case-section_header-text {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-case-section_header-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-section_header-text {
    font-size: 22px;
  }
}

.tounan-case-section_header-text::before {
  margin-right: .5em;
  color: #cb0000;
  content: "■";
}

.tounan-case-section_body {
  font-size: 16px;
}

.tounan-case-section_body strong {
  color: #cb0000;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-case-section_body img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-section_body {
    padding-bottom: 300px;
  }
}

.tounan-case-section_footer {
  padding-top: 25px;
}

.tounan-case-section-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .tounan-case-section-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.tounan-case-section-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 736px) {
  .tounan-case-section-media_image {
    padding: 15px 0 0;
    text-align: center;
  }
  .tounan-case-section-media_image img {
    width: 165px;
    height: auto;
  }
}

.tounan-case-section-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tounan-case-section-media_body p {
  letter-spacing: normal;
}

.tounan-case-section-media_body .price {
  margin-top: .25em;
  color: #c20017;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .tounan-case-section-media_body .price {
    font-size: 22px;
  }
}

.tounan-case-section-media_body .price small {
  color: #c20017;
  font-size: 16px;
}

.tounan-case-model {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-case-model {
    margin-top: 25px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.tounan-case-model .model-name {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .tounan-case-model .model-name {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model .model-name {
    font-size: 18px;
  }
}

.tounan-case-model .model-name small {
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-case-model .model-name small {
    font-size: 15px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model .model-name small {
    font-size: 14px;
  }
}

.tounan-case-model .model-price {
  color: #c20017;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .tounan-case-model .model-price {
    font-size: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model .model-price {
    font-size: 26px;
  }
}

.tounan-case-model .model-price small {
  color: #c20017;
}

@media screen and (max-width: 736px) {
  .tounan-case-model .model-price small {
    font-size: 15px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model .model-price small {
    font-size: 16px;
  }
}

.tounan-case-model_row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tounan-case-model_row:nth-child(odd) {
  border: 1px solid #eceff1;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .tounan-case-model_row:nth-child(odd) {
    padding: 15px 13px 10px 20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model_row:nth-child(odd) {
    padding: 20px 36px 20px 40px;
  }
}

.tounan-case-model_row:nth-child(even) {
  background-color: #eceff1;
}

@media screen and (max-width: 736px) {
  .tounan-case-model_row:nth-child(even) {
    padding: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model_row:nth-child(even) {
    padding: 40px;
  }
}

.tounan-case-model-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tounan-case-model-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tounan-case-model-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 30px 0;
}

.tounan-case-model-media_body::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  margin: auto;
  border: 7px solid transparent;
  border-top-color: #2b383f;
  font-size: 0;
  letter-spacing: normal;
  content: "";
}

.tounan-case-model-media .model-name {
  white-space: nowrap;
}

@media screen and (min-width: 737px), print {
  .tounan-case-model-media .model-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model-media .model-name small {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-case-model-media .model-price {
    font-size: 16px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-case-model-media .model-price {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-case-model-media .model-price small {
    font-size: 14px;
  }
}

.tounan-target-products .baishou_article_body {
  padding-left: 0;
}

.tounan-target-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-list {
    margin: 0 -5px -10px;
  }
}

.tounan-target-products-list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/6);
  padding: 0 10px 20px;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-list_item {
    width: calc(100%/2);
    padding: 0 5px 10px;
  }
}

.tounan-target-products-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px 10px;
  border: 1px solid #efefef;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-item {
    width: 100%;
    padding: 0 8px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .tounan-target-products-item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tounan-target-products-item-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-item-media_image {
    width: 55px;
  }
  .tounan-target-products-item-media_image img {
    width: 100%;
    height: auto;
  }
}

.tounan-target-products-item-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-item-media_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }
}

.tounan-target-products-item-media_body.nm {
  margin-top: -.5em;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-item-media_body.nm {
    margin-top: 0;
  }
}

.tounan-target-products-notice {
  -webkit-box-sizing: boader-box;
          box-sizing: boader-box;
  border: 4px solid #efefef;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-notice {
    margin-top: 15px;
    padding: 20px;
    border-width: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-target-products-notice {
    margin-top: 30px;
    padding: 36px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-target-products-notice_header {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-target-products-notice_header {
    margin-bottom: 30px;
  }
}

.tounan-target-products-notice_header strong {
  color: #cb0000;
}

.tounan-target-products-notice_header-text {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-notice_header-text {
    font-size: 18px;
  }
}

.tounan-target-products-notice_body {
  font-size: 16px;
}

.tounan-target-products-notice-list_item {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .tounan-target-products-notice-list_item {
    line-height: 1.56;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-target-products-notice-list_item {
    line-height: 1.88;
  }
}

.tounan-about-insurance-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-section {
    margin-bottom: 30px;
  }
}

.tounan-about-insurance-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-section_header {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-about-insurance-section_header {
    margin-bottom: 20px;
  }
}

.tounan-about-insurance-section_header-text {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-section_header-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-about-insurance-section_header-text {
    font-size: 22px;
  }
}

.tounan-about-insurance-section_header-text::before {
  margin-right: .5em;
  color: #cb0000;
  content: "■";
}

.tounan-about-insurance-section_body {
  font-size: 16px;
}

.tounan-about-insurance-section_body strong {
  color: #cb0000;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-section_body img {
    width: 100%;
    height: auto;
  }
}

.tounan-about-insurance-section_footer {
  padding-top: 25px;
}

.tounan-about-insurance-notice {
  -webkit-box-sizing: boader-box;
          box-sizing: boader-box;
  border: 4px solid #efefef;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-notice {
    margin-top: 15px;
    padding: 20px;
    border-width: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-about-insurance-notice {
    margin-top: 30px;
    padding: 36px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-notice_header {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-about-insurance-notice_header {
    margin-bottom: 30px;
  }
}

.tounan-about-insurance-notice_header-text {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-notice_header-text {
    font-size: 18px;
  }
}

.tounan-about-insurance-notice-list_item {
  padding-left: 1.5em;
  font-size: 16px;
  text-indent: -1.5em;
}

@media screen and (max-width: 736px) {
  .tounan-about-insurance-notice-list_item {
    line-height: 1.56;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-about-insurance-notice-list_item {
    line-height: 1.88;
  }
}

.tounan-step-definition-list_term {
  font-size: 18px;
  font-weight: bold;
}

.tounan-step-definition-list_description {
  margin-bottom: 2.375em;
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .tounan-step-definition-list_description {
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-definition-list_description {
    margin-bottom: 2.375em;
  }
}

.tounan-step-definition-list ul {
  margin-top: .75em;
}

@media screen and (max-width: 736px) {
  .tounan-step-definition-list ul {
    margin-top: 0;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-definition-list ul {
    margin-top: .75em;
  }
}

.tounan-step-definition-list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .tounan-step-definition-list .btn {
    margin-top: .88em;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-definition-list .btn {
    margin-top: 1.75em;
  }
}

.tounan-step-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .tounan-step-section {
    margin-bottom: 30px;
  }
}

.tounan-step-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .tounan-step-section_header {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-section_header {
    margin-bottom: 20px;
  }
}

.tounan-step-section_header-text {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-step-section_header-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-section_header-text {
    font-size: 22px;
  }
}

.tounan-step-section_header-text::before {
  margin-right: .5em;
  color: #cb0000;
  content: "■";
}

.tounan-step-section_body {
  font-size: 16px;
}

.tounan-step-section_body strong {
  color: #cb0000;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-step-section_body img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 736px) {
  .tounan-step-section_footer {
    padding-top: 15px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-section_footer {
    padding-top: 25px;
  }
}

.tounan-step-notice {
  -webkit-box-sizing: boader-box;
          box-sizing: boader-box;
  border: 4px solid #efefef;
}

@media screen and (max-width: 736px) {
  .tounan-step-notice {
    margin-top: 15px;
    padding: 20px;
    border-width: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-notice {
    margin-top: 30px;
    padding: 36px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-step-notice_header {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-notice_header {
    margin-bottom: 30px;
  }
}

.tounan-step-notice_header-text {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .tounan-step-notice_header-text {
    font-size: 18px;
  }
}

.tounan-step-notice-list_item {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .tounan-step-notice-list_item {
    line-height: 1.56;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-step-notice-list_item {
    line-height: 1.88;
  }
}

@media screen and (max-width: 736px) {
  .tounan-faq .tounan_article_body {
    margin: 0 -15px;
  }
}

.tounan-faq-list {
  border-top: 1px solid #b5b5b5;
}

.tounan-faq-list_item {
  border-bottom: 1px solid #b5b5b5;
}

.tounan-faq-section_header-text {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-faq-section_header-text {
    font-size: 12px;
  }
}

.tounan-faq-section_header a {
  display: block;
  position: relative;
  padding: 26px 60px 26px 4.375em;
  color: #2b383f;
  text-indent: -2em;
}

@media screen and (max-width: 736px) {
  .tounan-faq-section_header a {
    padding: 14px 35px 15px 4.375em;
  }
}

.tounan-faq-section_header a::before {
  color: #cb0000;
  content: "Q：";
}

.tounan-faq-section_header a::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: scale(1, 0.85) rotate(135deg);
          transform: scale(1, 0.85) rotate(135deg);
  border-top: 2px solid #2b383f;
  border-right: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  .tounan-faq-section_header a::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}

.tounan-faq-section_header a.is-opened::after {
  top: .5em;
  -webkit-transform: scale(1, 0.85) rotate(-45deg);
          transform: scale(1, 0.85) rotate(-45deg);
}

@media screen and (max-width: 736px) {
  .tounan-faq-section_body {
    font-size: 12px;
  }
}

.tounan-faq-section_body-text {
  padding: 26px 60px 26px 4.375em;
  font-size: 15px;
  text-indent: -2em;
}

@media screen and (max-width: 736px) {
  .tounan-faq-section_body-text {
    padding: 14px 35px 15px 4.375em;
    font-size: 12px;
  }
}

.tounan-faq-section_body-text::before {
  color: #036eb8;
  content: "A：";
}

.tounan-faq-section_body .btn {
  margin-top: .5em;
}

.tounan-contact .tounan_article_body-text {
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .tounan-contact .tounan_article_body-text {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-contact .tounan_article_body-text {
    margin-bottom: 40px;
  }
}

.tounan-contact .icon-phone {
  display: inline-block;
  position: relative;
  top: 0.25em;
  width: 24px;
  height: 32px;
  margin-right: 10px;
  background: url(../../common/img/icon_phone.png) 50% 50% no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .tounan-contact .icon-phone {
    top: 0.1em;
    width: 19px;
    height: 26px;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 736px) {
  .tounan-contact-grid {
    margin: 0 auto -30px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-contact-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.tounan-contact-grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .tounan-contact-grid_item {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-contact-grid_item {
    width: calc(100%/2);
    padding: 0 20px;
  }
}

.tounan-contact-section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section_header {
    margin-bottom: 20px;
  }
}

.tounan-contact-section_header.height-fix {
  height: 5em;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section_header.height-fix {
    height: auto;
  }
}

.tounan-contact-section_header-text {
  font-size: 22px;
  line-height: 1.36;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section_header-text {
    font-size: 17px;
    line-height: 1.47;
  }
}

.tounan-contact-section_header-note {
  display: block;
  margin-top: .75em;
  font-size: 12px;
}

.tounan-contact-section_footer {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section_footer {
    padding-top: 15px;
    font-size: 12px;
  }
}

.tounan-contact-section_footer a {
  color: #2b383f;
  text-decoration: underline;
}

.tounan-contact-section-detail {
  padding: 30px;
  background-color: #eceff1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail {
    padding: 25px;
  }
}

.tounan-contact-section-detail_header {
  margin-bottom: 1em;
}

.tounan-contact-section-detail_header-text {
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail_header-text {
    font-size: 14px;
  }
}

.tounan-contact-section-detail_header-text small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.86;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail_header-text small {
    font-size: 12px;
  }
}

.tounan-contact-section-detail_body {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail_body {
    font-size: 21px;
  }
}

.tounan-contact-section-detail_body small {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail_body small {
    font-size: 13px;
  }
}

.tounan-contact-section-detail_footer {
  padding-top: 18px;
  font-size: 12px;
}

@media screen and (max-width: 736px) {
  .tounan-contact-section-detail_footer {
    padding-top: 10px;
    font-size: 11px;
  }
  .tounan-contact-section-detail_footer p {
    letter-spacing: normal;
  }
}

.tounan-product-lineup {
  padding: 70px 110px 80px;
  background-color: #eceff1;
  /* slick */
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup {
    margin-top: 40px;
    padding: 30px 35px 25px;
  }
}

.tounan-product-lineup_header {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .tounan-product-lineup_header {
    margin-bottom: 40px;
  }
}

.tounan-product-lineup_header-text {
  font-size: 23px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .tounan-product-lineup_header-text {
    font-size: 36px;
  }
}

.tounan-product-lineup_header small {
  display: block;
  color: #cb0000;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup_header small {
    margin-top: .833333333em;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-product-lineup_header small {
    margin: .416666667em auto 0;
    font-size: 14px;
  }
}

.tounan-product-lineup-list_item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px;
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup-list_item_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -8px -30px;
  }
}

.tounan-product-lineup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100%/4);
  padding: 0 13px;
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup-item {
    width: calc(100%/2);
    padding: 0 8px 30px;
  }
}

.tounan-product-lineup-item-media {
  padding: 10px 0 20px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup-item-media {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup-item-media_image img {
    width: 100%;
    height: auto;
  }
}

.tounan-product-lineup-item-media_body.nm {
  margin-top: -1.58em;
}

@media screen and (max-width: 736px) {
  .tounan-product-lineup .slick-slide img {
    margin: auto;
  }
  .tounan-product-lineup .slick-prev,
  .tounan-product-lineup .slick-next {
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    border-radius: 0;
  }
  .tounan-product-lineup .slick-prev::before,
  .tounan-product-lineup .slick-next::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    margin: auto;
  }
  .tounan-product-lineup .slick-prev {
    left: -35px;
  }
  .tounan-product-lineup .slick-next {
    right: -35px;
  }
}

@media screen and (min-width: 737px), print {
  .tounan-product-lineup .slick-slide img {
    margin: auto;
  }
  .tounan-product-lineup .slick-prev,
  .tounan-product-lineup .slick-next {
    z-index: 100;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #cb0000;
  }
  .tounan-product-lineup .slick-prev {
    left: -60px;
  }
  .tounan-product-lineup .slick-next {
    right: -60px;
  }
  .tounan-product-lineup .slick-prev:before, .tounan-product-lineup .slick-next:before {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-transform: scale(0.85, 1) rotate(45deg);
            transform: scale(0.85, 1) rotate(45deg);
    font-size: 0;
  }
  .tounan-product-lineup .slick-prev:before {
    left: 15px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
  }
  .tounan-product-lineup .slick-next:before {
    left: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
