@charset "utf-8";
/* ==========================================================

title : キッチンリフォームの豆知識 お役立ちガイド 配下
scope : /products/kitchen/guide-tips/

Last modify : 2020/12/01 TCV_ヴィ/ Doan Thi Tuong Vi 　ボタン・バナーブロックの記述追加

2020/04/10 TCV_ヴィ/ Doan Thi Tuong Vi　リード文幅変更
2020/04/01 TCV_ヴィ/ Doan Thi Tuong Vi　葉っぱ柄のタイトルの背景調整
2020/03/20 TCV_ヴィ/ Doan Thi Tuong Vi 新規作成
========================================================== */
/* scrollbar 
------------------------------------------------------ */
@media screen and (max-width: 600px) {
  .scrollbar {
    overflow-x: scroll;
    padding-bottom: 5%;
  }

  .scrollbar::-webkit-scrollbar {
    height: 2px;
  }

  .scrollbar::-webkit-scrollbar-track {
    background: #e8f2f8;
    border-radius: 2px;
  }

  .scrollbar::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }

  .scrollbar::-webkit-scrollbar-thumb {
    background: #8dc1dc;
    border-radius: 2px;
  }

  .scrollbar::-webkit-scrollbar-button {
    display: none;
  }

  .scrollbar_inner {
    min-width: 744px;
  }
}

/* anchor_block 
------------------------------------------------------ */
.anchor_block {
  margin: 2.9% auto 0;
  max-width: 744px;
}

.anchor_block #ttl_anchor_block {
  background-color: #d3a37b;
  color: #fff;
  font-size: 22px;
  letter-spacing: .17em;
  padding: .85% 1%;
  text-align: center;
}

.anchor_block ul {
  border-bottom: 1px solid #d3a37b;
  border-left: 1px solid #d3a37b;
  border-right: 1px solid #d3a37b;
  box-sizing: border-box;
  padding: .2em 1.162em .209em;
}

.anchor_block ul li {
  padding: .51em 0 .553em;
}

.anchor_block ul li:nth-of-type(n+2) {
  border-top: 1px solid #d3a37b;
}

.anchor_block ul li a {
  color: #000;
  display: inline-block;
  font-size: 17px;
  padding-left: 2.5em;
  position: relative;
}

.anchor_block ul li a::before {
  background: url(../image-cmn/ico-anchor.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: .7em;
  top: .2em;
  width: 18px;
}

#main .anchor_block ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  #main .anchor_block ul li a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 600px) {
  .anchor_block {
    margin-top: 4%;
  }
}

@media screen and (max-width: 400px) {
  .anchor_block #ttl_anchor_block {
    font-size: 5vw;
  }

  .anchor_block ul li a {
    font-size: 4.25vw;
  }
}

/* ttl lead 
------------------------------------------------------ */
.ttl_lead {
  border-left: 8px solid #43519c;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .05em;
  margin: 3.2% auto 0;
  max-height: 64px;
  max-width: 744px;
  padding-left: 1.4%;
}

.txt_lead {
  letter-spacing: .049em;
  margin: 1.8% auto 0;
  max-width: 650px;
}

@media screen and (max-width: 970px) {
  .ttl_lead {
    max-height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .ttl_lead {
    font-size: 6.5vw;
    letter-spacing: -.06em;
  }

  .meiryo .ttl_lead {
    letter-spacing: -.04em;
  }
}
/* ttl_section 
------------------------------------------------------ */
.ttl_section {
  background: url(../image-cmn/bg-title01.jpg) left top repeat;
  border-bottom: 4px solid #494798;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: .185em .5em;
}

.meiryo .ttl_section {
  padding: .285em .5em .085em;
}

@media all and (-ms-high-contrast:none) {
  .ttl_section {
    padding: .285em .5em .085em;
  }
}

@media screen and (max-width: 600px) {
  .ttl_section {
    font-size: 6.2vw;
    letter-spacing: 0;
  }

  .meiryo .ttl_section {
    letter-spacing: 0;
  }
}

.ttl_section_inner {
  align-items: center;
  background: url(../image-cmn/ico-title02-left.png) left bottom no-repeat, url(../image-cmn/ico-title02-right.png) right top no-repeat, #d8e8fa;
  background-size: contain, contain !important;
  box-sizing: border-box;
  color: #1a186d;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1.5;
  padding: .404em .5em;
}

@supports (-moz-appearance:none) {
  .ttl_section_inner {
    background: url(../image-cmn/ico-title02-left-ff.png) left bottom no-repeat, url(../image-cmn/ico-title02-right-ff.png) right top no-repeat, #d8e8fa;
  }
}

.ttl_section_inner.fix {
  min-height: 2.308em;
  padding: .12em .5em;
}

@media all and (-ms-high-contrast:none) {
  .ttl_section_inner.fix {
    padding: .18em .5em .1em;
  }
}

.ttl_section_inner.fix span {
  line-height: 1.3;
}

.meiryo .ttl_section_inner {
  letter-spacing: -.02em;
  padding: .504em .5em .304em;
}

@media all and (-ms-high-contrast:none) {
  .ttl_section_inner {
    padding: .504em .5em .304em;
  }

  .meiryo .ttl_section_inner {
    padding: .554em .5em .254em;
  }
}
@media screen and (max-width: 600px) {
  .ttl_section_inner {
    font-size: 5.6vw;
  }

  .meiryo .ttl_section_inner {
    padding: .404em .5em .112em;
  }
}

.ttl_section_inner .small {
  color: #1a186d;
  display: block;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  .ttl_section_inner .small {
    font-size: 3.8vw;
  }
}

.ttl_section_inner_arr > * {
  display: block;
  overflow: hidden;
  position: relative;
}

.ttl_section_inner_arr > * > * {
  align-items: stretch;
  background: url("../image-cmn/ico-leaf.png") no-repeat, #d8e8fa;
  background-position: right -2.4em center !important;
  background-size: auto 200% !important;
  display: flex;
  position: relative;
}

.ttl_section_inner_arr.drop > * > * {
  background-size: auto 120% !important;
}

@supports (-moz-appearance:none) {
  .ttl_section_inner_arr > * > * {
    background: url("../image-cmn/ico-leaf-ff.png") no-repeat, #d8e8fa;
  }
}

.ttl_section_inner_arr .title01 {
  align-items: center;
  background: #1a186d;
  position: relative;
}

.ttl_section_inner_arr .title01_inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.ttl_section_inner_arr .title01_content {
  box-sizing: border-box;
  padding: .5em 1.65em .45em 1.75em;
  width: 7.95em;
}

.ttl_section_inner_arr.drop .title01_content {
  padding: 1.7em 1.65em 1.6em 1.75em;
}

@media screen and (max-width: 400px) {
  .ttl_section_inner_arr .title01_content {
    width: 6em;
  }
}

.ttl_section_inner_arr .title01_txt {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

@media screen and (max-width: 600px) {
  .ttl_section_inner_arr .title01_content {
    padding: .4em .2em .3em .5em !important;
  }

  .ttl_section_inner_arr .title01_txt {
    font-size: 4.4vw;
  }
}

.ttl_section_inner_arr .triangle {
  position: relative;
  left: -3px;
  width: 2.5em;
}

/*----MS Edge Browser CSS Start----*/
.ttl_section_inner_arr .triangle {
  background: transparent;
  clip-path: none;
  left: 0;
}

.ttl_section_inner_arr .triangle::before,
.ttl_section_inner_arr .triangle::after {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 51% 100%;
  height: 50.5%;
  position: absolute;
  width: 3.125em;
}

.ttl_section_inner_arr .triangle::before {
  background-image: linear-gradient(to left bottom, transparent 50%, #1a186d 50%);
  content: "";
}

.ttl_section_inner_arr .triangle::after {
  background-image: linear-gradient(to left top, transparent 50%, #1a186d 50%);
  bottom: 0;
  content: "";
}
/*----MS Edge Browser CSS End----*/

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .ttl_section_inner_arr .triangle {
    background: #1a186d;
    clip-path: polygon(0 -10%, 0px 110%, 70% 50%) !important;
    left: -3px;
  }
}

.ttl_section_inner_arr .title02 {
  align-items: center;
  color: #1a186d;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.3;
  padding: .219em .25em .219em .2em;
  position: relative;
  width: 100%;
}

@media all and (-ms-high-contrast:none) {
  .ttl_section_inner_arr .title02 {
    padding: .369em .25em .069em .2em;
  }
}

@media screen and (max-width: 600px) {
  .ttl_section_inner_arr .title02 {
    font-size: 5.6vw;
    letter-spacing: -.03em;
    padding: .4em .2em;
  }
}
/* =================================
  common
==================================== */
.content {
  margin: 0 auto;
  max-width: 920px;
  overflow: inherit;  
}

@media screen and (max-width: 600px) {
  .content {
    margin: 12% auto 0 !important;
  }
}

.content .content_inner {
  margin: 0 auto;
  max-width: 864px !important;
  width: 95% !important;
}

.content .content_list {
  margin: 0 auto;
  max-width: 744px !important;
  width: 98% !important;
}
.content .content_block {
  max-width: 366px !important;
  width: 95% !important;
}

@media screen and (max-width: 600px) {
  .content .content_block {
    max-width: 600px !important;
    width: 98% !important;
  }
}

@media screen and (max-width: 970px) {
  .id_content {
    margin: 0 auto;
    width: 95% !important;
  }
}
/* End Content */

/* Structure
-----------------*/
.text_c {
  text-align: center;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_j {
  text-align: justify;
}

.text_bold {
  font-weight: 600;
}

.text_light {
  font-weight: 300;
}

.text_indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.overlay {
  flex-wrap: wrap;
  justify-content: center;
}

.overlay:after {
  background-position: center center;
  background-size: cover;
  content: "";
  flex-grow: 2;
  overflow: hidden;
  padding-right: 0;
}

@media screen and (max-width: 970px) {
  .overlay:after {
    background-position-y: center !important;
  }
}

@media screen and (max-width: 600px) {
  .overlay:after {
    content: none;
  }
}
/* End Text Indent */

/* .text_block
-----------------*/
.text_block .text {
  text-align: justify;
}

/* .title p (breadcrums SP)
------------------*/
@media screen and (max-width: 600px) {
  .title p {
    font-size: 5.5vw !important;
  }
}
/* End Breadcrums SP */

/* .flex & .flex.not
------------------*/
.flex {
  display: flex;
  justify-content: space-between;
}

.flex.wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .flex.not {
    display: block;
  }

  .flex.not > * {
    width: auto !important;
  }

  .flex.space_around {
    justify-content: space-around;
  }
}

.image_border {
  border: 1px solid #e4c6ae;
}

.blue_txt {
  color: #0a0aef;
}

.display_full {
  width: 100% !important;
}

@media screen and (max-width: 600px) {
  .fullwidth_sp {
    width: 100% !important;
  }

  .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* =================================
  btn_block
==================================== */
.btn_block {
  text-align: center;
}

.btn_block a {
  background: #e3754f;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(53, 53, 53, .35);
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 0 auto;
  max-width: 290px;
  padding: .383em 2em;
  position: relative;
  width: 80%;
}

.meiryo .btn_block a {
  padding: .45em 2em .315em;
}

@media all and (-ms-high-contrast:none) {
  .btn_block a {
    padding: .5em 2em .24em;
  }
}

.btn_block a::after {
  border: solid #f2f7ff;
  border-width: 0 .12em .12em 0;
  content: "";
  display: inline-block;
  padding: .21em;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 970px) {
  .btn_block a {
    letter-spacing: 0;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    width: 92%;
  }

  .btn_block a::after {
    right: .5em;
  }
}

.btn_block.yellow {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .btn_block.yellow {
    margin-top: 4% !important;
    max-width: 90%;
  }
}

.btn_block.yellow a {
  background-color: #cfa747;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0 rgba(53, 53, 53, .2);
  color: #fff;
  display: block;
  font-size: 21px;
  max-width: 100%;
  padding: .38em 1.8em .38em 1em;
  position: relative;
  text-align: center;
  width: calc(684 / 864 * 100%);
}

@media screen and (max-width: 600px) {
  .btn_block.yellow a {
    font-size: 4.5vw;
    width: auto !important;
  }
}

.btn_block.yellow a::after {
  border: solid #f2f7ff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: .9em;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

/* .head_yel
------------------*/
.head_yel > * {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.head_yel > * > * {
  background-image: url(../image-cmn/bg-line-01.jpg);
  background-position-y: .58em;
  background-repeat: repeat-x;
  background-size: 100% .8em;
  display: inline-block;
  letter-spacing: .038em;
  padding: 0 .26em;
}

.head_yel.choco > * {
  color: #553c17;
  font-size: 22px;
}

@media screen and (max-width: 600px) {
  .head_yel > * {
    font-size: 5.4vw !important;
  }
}

.head_yel .space {
  margin: 0 .25em;
}

.head_yel .spacing {
  letter-spacing: .12em;
}

/* .head_blue
------------------*/
.head_blue > * {
  border-bottom: 1px solid #86c1cf;
  color: #347ea4;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 .35em;
}

@media screen and (max-width: 600px) {
  .head_blue > * {
    font-size: 5vw;
  }
}

/* .storage
------------------*/
.storage {
  background: #faf4e8;
  margin: 3.5% auto 0;
  padding: 3.5% 0;
  width: calc(804 / 864 * 100%);
}

@media screen and (max-width: 970px) {
  .storage {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .storage {
    margin: 4% auto 0;
    padding: 4% 0;
  }
}

.storage ul li {
  background: #fff;
  border: solid 1px #948b7b;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 4%;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .storage ul li {
    margin-top: 6%;
  }
}

.storage .detail_image {
  margin: 0 auto;
  width: calc(560 / 804 * 100%);
}

@media screen and (max-width: 600px) {
  .storage .detail_image {
    margin: 0 calc(30 / 804 * 100%) 0;
    width: auto;
  }
}

.storage .storage_product {
  margin: 0 calc(30 / 804 * 100%) 0;
}

.storage .storage_product .number {
  align-items: center;
  background: #235d9b;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  width: calc(40 / 240 * 100%);
}

.storage .storage_product .jp {
  align-items: center;
  background-color: #e7f3ff;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: .4em;
  width: calc(200 / 240 * 100%);
}

.meiryo .storage .storage_product .jp {
  padding: .5em .4em .3em;
}

@media screen and (max-width: 600px) {
  .storage .storage_product .jp {
    font-size: 5vw;
  }
}

.storage .storage_product .jp .small {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .storage .storage_product .jp .small {
    font-size: 3.4vw;
  }
}

.storage .storage_product .content_text {
  margin: 7% auto 0;
  padding-bottom: 5.1%;
}

@media screen and (max-width: 600px) {
  .storage .storage_product .content_text {
    margin: 4% auto 0;
    padding-bottom: 4%;
  }
}

.storage .two_columns .left_text {
  letter-spacing: 0;
  margin-top: 4.7%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .storage .two_columns .left_text {
    margin-top: 4%;
  }
}

.storage .two_columns .right_image {
  float: right;
  margin-left: calc(16 / 326 * 100%);
  margin-top: 4%;
  width: calc(130 / 326 * 100%);
}

.storage .two_columns li:nth-child(n+3) .right_image {
  margin-top: 1.3%;
}

@media screen and (max-width: 600px) {
  .storage .two_columns li:nth-child(n+3) .right_image {
    margin-top: 0%;
  }
}

.storage .two_columns .right_image .image {
  margin-top: 0;
}

.storage .storage_product .content_text .text {
  margin: 0 auto;
  text-align: justify;
  width: calc(198 / 238 * 100%);
}

.storage .storage_product .image {
  margin: 4% auto 0;
  width: calc(204 / 238 * 100%);
}

/* Number column */
.storage ul.two_columns li:nth-child(n+3) {
  margin-top: 1.5%;
}

@media screen and (max-width: 600px) {
  .storage ul.two_columns li:nth-child(n+3) {
    margin-top: 6%;
  }
}

.storage .three_columns > * {
  width: calc(240 / 744 * 100%);
}

.storage .two_columns > * {
  width: calc(366 / 744 * 100%);
}

.storage .storage_product .two_columns .number {
  width: calc(40 / 364 * 100%);
}

.storage .storage_product .two_columns .jp {
  width: calc(324 / 364 * 100%);
}

.storage .storage_product .two_columns .content_text {
  margin: 0 auto;
  padding-bottom: 5.2%;
  width: calc(326 / 364 * 100%);
}

@media screen and (max-width: 600px) {
  .storage .storage_product .two_columns .content_text {
    padding-bottom: 4%;
  }
}

.storage .storage_product .two_columns .content_text .text {
  width: 100%;
}

.storage .storage_product .two_columns .image {
  width: 100%;
}

/* .points
------------------*/
.points {
  border: solid 1px #92a7db;
  box-sizing: border-box;
  margin: 2.3% auto 0;
  padding: 2.8% calc(26 / 804 * 100%) 3.1%;
  width: calc(804 / 864 * 100%);
}

@media screen and (max-width: 970px) {
  .points {
    margin: 6% auto 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .points {
    padding: 4% calc(26 / 804 * 100%) 4% !important;
  }
}

.points .point {
  padding-bottom: 2.1%;
}

@media screen and (max-width: 600px) {
  .points .point {
    padding-bottom: 3%;
  }
}

.points .point:last-child {
  padding-bottom: 0;
}

.points .point:nth-child(n+2) {
  border-top: 1px dotted #a9bdec;
}

.points .point:nth-child(n+2) .head_yel {
  margin-top: 2%;
}

@media screen and (max-width: 600px) {
  .points .point:nth-child(n+2) .head_yel {
    margin-top: 4%;
  }
}

.points .point .content_text {
  margin-top: 1.8%;
}

@media screen and (max-width: 600px) {
  .points .point .content_text {
    margin-top: 2%;
  }
}

.points .point .content_text .text {
  text-align: justify;
}

.points .point .content_text .text:nth-child(n+2) {
  margin-top: 1.7%;
}

@media screen and (max-width: 600px) {
  .points .point .content_text .text:nth-child(n+2) {
    margin-top: 1.5%;
  }
}

/* .customize
------------------*/
.customize {
  background: #fdfbdf;
  box-sizing: border-box;
  margin: 6.4% auto 0;
  padding: 4.1% 0 5.1%;
  width: calc(550 / 700 * 100%);
}

@media screen and (max-width: 970px) {
  .customize {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .customize {
    margin: 8% auto 0;
    padding: 4% 0;
  }
}

.customize .customize_inner {
  margin: 0 auto;
  width: calc(722 / 804 * 100%);
}

.head_blu_yel > * {
  color: #35338d;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .head_blu_yel > * {
    font-size: 5.8vw !important;
  }
}

.head_blu_yel span {
  background-image: url(../image-cmn/bg-line-02.jpg);
  background-position-y: .7em;
  background-repeat: repeat-x;
  background-size: 100% .74em;
  display: inline-block;
  letter-spacing: .05em;
  padding: 0 .05em;
  
}

.customize .customize_inner .content_text .text {
  margin-top: 2%;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  .customize .customize_inner .content_text .text {
    margin-top: 3%;
  }
}

.customize .customize_inner .content_text .text:nth-child(n+2) {
  margin-top: 1.6%;
}

@media screen and (max-width: 600px) {
  .customize .customize_inner .content_text .text:nth-child(n+2) {
    margin-top: 1.5%;
  }
}

.head_violet > * {
  border-bottom: 1px solid #35338d;
  color: #35338d;
  font-size: 20px;
  font-weight: 600;
	text-align: center;
  margin-top: 3%;
  padding-bottom: .1em;
  padding-left: .35em;
}

@media screen and (max-width: 600px) {
  .head_violet > * {
    font-size: 5.3vw;
    margin-top: 8%;
  }
}
.customize .customize_inner .content_block {
  max-width: 100% !important;
  width: auto !important;
}
.customize .customize_inner .content_block ul {
	width: 79%;
	margin: 0 auto;
}
.customize .customize_inner .content_block li {
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, .3);
  margin-top: 2.5%;
  position: relative;
  width: calc(234 / 570 * 100%);
}

@media screen and (max-width: 600px) {
  .customize .customize_inner .content_block li {
    margin-top: 6%;
    width: 47.5%;
  }
}

.customize .customize_inner .content_block li a {
  display: block;
}

.customize .customize_inner .content_block li .caption p {
  background: rgba(255, 255, 255, .85);
  bottom: 0;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  left: 0;
  padding: .188em 0 .188em .563em;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .customize .customize_inner .content_block li .caption p {
    font-size: 3.4vw;
  }
}

.customize .customize_inner .content_block li .caption::after {
  background: url(../image-cmn/ico-yellow-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 2.5em;
  position: absolute;
  right: 0;
  width: 2.5em;
}

@media screen and (max-width: 600px) {
  .customize .customize_inner .content_block li .caption::after {
    font-size: 3.4vw;
  }
}


/* Block .banner */
.banner .wrap_banner {
  margin: 0 auto;
  max-width: 700px;
  width: 95%;
}

.banner .wrap_banner ul li:nth-child(n+2) {
  margin-top: calc(25 / 700 * 100%);
}

.banner .wrap_banner ul li .wrap_content {
  padding: 0 calc(14 / 700 * 100%);
}

@media screen and (max-width: 600px) {
  .banner .wrap_banner ul li .wrap_content {
    padding: 0;
  }
}


.banner .wrap_banner ul li p.text {
  line-height: 1.3;
  margin-top: .9%;
}

@media screen and (max-width: 600px) {
  .banner .wrap_banner ul li p.text {
    margin-top: 2%;
  }
}

/* Block .link_block */
.link_block_child {
  background: url("../image-cmn/bg-link-block.jpg") left top repeat;
  box-sizing: border-box;
  margin: 4% auto 0;
  max-width: 744px;
  padding: 1.75% 0 1.9%;
}

.meiryo .link_block_child {
  padding: 2% 0 1.4%;
}

.link_block_inner {
  background: #fff;
  box-sizing: border-box;
  margin: 2% auto 0;
  width: calc( 716 / 744 * 100%);
  padding: 2.754% calc(20 / 744 * 100%);
}

.ttl_link_block>* {
  font-size: 22px;
  font-weight: 600;
  padding: 0 .6em;
}

@media screen and (max-width: 970px) {
  .ttl_link_block>* {
    font-size: 2.8vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 600px) {
  .ttl_link_block>* {
    font-size: 5.6vw;
  }

  .meiryo .ttl_link_block>* {
    letter-spacing: -.03em;
  }
}

.link_block_inner .image_block {
  width: calc(279 / 676 * 100%);
}

.link_block_inner .text_block {
  margin-top: -.8%;
  width: calc(374 / 676 * 100%);
}

.link_block_inner .text_block>p {
  letter-spacing: 0;
  margin-top: 2%;
}

@media screen and (max-width: 600px) {
  .link_block_child {
    margin-top: 6%;
  }
}

@media screen and (max-width: 970px) and (min-width: 601px) {
  .link_block_inner .text_block>p {
    font-size: 1.8vw !important;
  }
}

@media screen and (max-width: 600px) {
  .link_block_inner .text_block {
    margin-top: 2%;
  }
}

/* Button Area */

.btn_block01 {
  margin-left: auto;
  width: calc(270 / 744 * 100%);
}

@media screen and (max-width: 970px) and (min-width: 601px) {
  .btn_block01 {
    width: calc(290 / 744 * 100%);
  }
}

@media screen and (max-width: 600px) {
  .btn_block01 {
    margin: 4% auto 0;
    max-width: 744px;
    width: 88%;
  }
}

.btn_block01.yellow a {
  background-color: #cfa747;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0 rgba(53, 53, 53, .2);
  color: #fff;
  display: block;
  font-size: 17px;
  max-width: 100%;
  padding: .38em 1.8em .38em 1em;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .btn_block01.yellow a {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 970px) and (min-width: 601px) {
  .btn_block01.yellow a {
    font-size: 2vw;
  }
}

.btn_block01.yellow a::after {
  border: solid #f2f7ff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: .9em;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.btn_block02 {
  margin: 2.4% auto 0;
  width: calc(245 / 374 * 100%);
}

@media screen and (max-width: 600px) {
  .btn_block02 {
    margin: 4% auto 0;
    width: 65%;
  }
}

.btn_block02.yellow a {
  background-color: #cfa747;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0 rgba(53, 53, 53, .2);
  color: #fff;
  display: block;
  font-size: 17px;
  max-width: 100%;
  padding: .38em 1.8em .38em 1em;
  position: relative;
  text-align: center;
}

.btn_block02.yellow a::after {
  border: solid #f2f7ff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: .9em;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
