@charset "utf-8";

/* LP PAGE STYLE
---------------------------------*/
.column-wrapper {
  display: table;
  width: 100%;
  max-width: 1670px;
  margin: 36px 0 0;
}

.column-left,
.column-main {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.column-left {
  width: 240px;
  padding: 0 0 0 5px;
}

.column-main {
  width: 100%;
  padding: 0;
}

.column-main_inner {
  max-width: 100%;
  margin:0 auto;
}

.top70 { margin: 70px 0 0; }

.page-header {
  border-bottom: none;
  margin:0;
  padding-bottom: 80px;
}

.page-header .picture { width: 100%; }

.page-header_introduction { margin: 50px 0 0; }

.page-header_introduction .sentence {
  margin: 20px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

.page-header_introduction .sentence .span {
  font-size: 22px;
  font-weight: bold;
}

.page-contents { padding-bottom: 80px; }

.page-contents .picture { width: 100%; }

.page-contents .picture:nth-of-type(n+2) { margin: 40px 0 0; }

.page-section {
  display: block;
  padding-bottom: 80px;
}

.page-section:nth-of-type(1) { margin-top: 0; }

.page-section .headline,
.page-section .subheading {
  display: table;
  width: 100%;
}

.page-section .headline + .subheading { margin: 20px 0 0; }

.page-section .subheading:nth-of-type(n+2) { margin-top: 40px; }
.page-section .headline .span,
.page-section .subheading .span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1;
}
/* for Microsoft IE11 */
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .page-section .headline .span, .page-section .subheading .span {
  padding: 0.15em 0 0 10px;
}
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.page-section .headline .span,
.page-section .subheading .span {
  padding: 0.15em 0 0 10px;
}
}

.page-section .headline .span {
  height: 50px;
  font-size: 24px;
}

.page-section .subheading .span {
  border-radius: 3px;
  height: 40px;
  margin-top: 20px;
  font-size: 18px;
}

.link-block { display: block; }

.cols-box {
  width: 100%;
  display: flex;
   flex-wrap: wrap;
}

.cols-box:after {
  content: "\0020";
  clear: both;
  display: block;
}

.cols-box .product {
  margin-top: 25px;
  padding: 0 10px;
}

.cols-box.col3 .product { width: 33.3333%; }

.cols-box.col3 .product:nth-child(n+4) { margin: 5% 0 0; }

.cols-box.col4 .product { width: 50%; }

.cols-box.col4 .product:nth-child(n+5) { margin: 3% 0 0; }
@media only screen and (min-width: 768px){
.cols-box.col4 .product { width: 25%; }
}

.product { box-sizing: border-box; }

.product_link { display: block; }

.product_link:hover { text-decoration: none; }

.product_figure {
  width: 95.455%;
  margin: 0 auto;
}

.product_picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.cols-box.col3 .product_picture {
  width: 90%;
  max-width: 380px;
}

.product_name {
  margin-top: 10px;
  color: #0098cb;
}
.product_price,
.product_text { line-height: 1.7; }

.product-text_link { color: #0098cb !important; }

.link_proposal-page .btn {
  border-radius: 10px;
  box-shadow: 2px 2px 2px #bbb;
  margin: 0 auto;
}

.link_proposal-page .btn-body {
  height: 72px;
  text-align: center;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.related-page {
  width: 900px;
  margin: 8% auto 0;
}

.related-page .headline {
  padding: 0 0 3% 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.related-page_menu { display: block; }

.related-page_menu:after {
  content: "\0020";
  clear: both;
  display: block;
}

.related-page_menu .btn { float: left; }

.related-page_menu.col2 .btn {
  background-color: #4b73ae;
  border-radius: 5px;
  width: 49%;
  margin: 2% 0 0 2%;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.related-page_menu.col2 .btn:first-child,
.related-page_menu.col2 .btn:nth-child(2n+1) { margin: 2% 0 0 0; }

.related-page_menu .btn-body {
  height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.sp-mode .footer {
  width: 100%;
  min-width: 1200px;
}

.memo {
  margin: 2% 0 0;
  padding: 0 0 1% 0;
}

.memo .headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.memo .sentence {
  margin: 0.5em 0 0;
  font-size: 15px;
}
