@charset "UTF-8";

/*
page: single-page
layout: column-layout
last-update: 2019.03.25
author: masahito nakai
comment: サーバー側で、自動ミニファイ処理＋他ファイル自動統合？のようなものが動いている様子。キャッシュなど強いので要注意
*/

.column-layout p {
  margin-bottom: 20px !important;;
}

.column-layout p.color-blue,
.column-layout h3.color-blue{
  margin-top: 30px !important;
  font-weight: bold !important;
  color: #2b92e9 !important;
}

.column-layout .flex-list {
  width: 100% !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0 5% !important;
  height: 90px !important;
}

.column-layout .flex-list__item small {
  font-size: 10px;
}

.column-layout .column-index {
  padding: 5% !important;
  border: 2px solid #ccc !important;
  background-color: #fafafa !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-weight: bold !important;
}

.column-layout .column-index > ul li {
  margin-bottom: 10px !important;
}

.column-layout .column-index > ul li a{
  border-bottom: 1px solid;
}
.column-layout .column-index > p.mokuji {
  font-weight: 700;
  font-size: 17px;
  margin: 10px 0;
  color: #164c9b !important;
}

.column-layout > h2 {
  color: #164c9b !important;
  font-size: 20px !important;
  border-bottom: 2px solid #164c9b !important;
  margin: -80px 0 10px 0 !important;
  padding: 100px 0 10px 0 !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  letter-spacing: 0em !important;
}

.column-layout > h3 {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-top: 30px !important;
}

.column-layout > h4 {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  color: #164c9b !important;
}

.column-layout > ul,
.column-layout > ol{
  margin: 20px 0!important;
  background: #f9f9f9 !important;
  padding: 5% 8% 5% 5% !important;
  border-radius: 10px !important;
}

.column-layout > ul li {
  position: relative !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
  margin-left: 1em;
}
.column-layout > ol li {
  position: relative !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
  margin-left: 1em;
  list-style-type: none;
}

.column-layout > ul li.list_title {
  font-weight: bold;
  margin: 0 !important;
  padding-bottom: 10px;
}

.column-layout > ul li a {
  border-bottom: 1px solid;
}

.column-layout > ul li::before {
  content: '・' !important;
  position: absolute;
  display: inline-block !important;
  left: -20px !important;
}

.column-layout > ul li.list_title::before {
  content: ' ' !important;
}

.column-layout table {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.column-layout table th {
  width: auto !important;
  padding: 8px 0 !important;
  border: none !important;
  font-size: 13px;
  background-color: #224b9b !important;
}

.column-layout table,
.column-layout tbody {
  table-layout: fixed;
}

.column-layout table img  {
  width: 100%;
  margin: 0 !important;
}

.column-layout table td {
  width: 20%;
  padding: 10px 0 10px 20px;
}

table.vertical th,
table.vertical-sp th{
  padding: 5px !important;
  width: 10% !important;
}

table.vertical td.fs ,
table.vertical-sp td.fs{
  border-top: 1px solid #e6e6e6;
}
.columnpost-section01 .detail table td {
  text-align: center;
}

.columnpost-section01 .detail img {
  margin: 0 auto !important;
}

table.vertical td,
table.vertical-sp td{
  text-align: left !important;
}
table.vertical td.cent,
table.vertical-sp td.cent{
  text-align: center!important;
}
.column-layout table td img {
  width: 100px;
  padding: 10px 0px !important;
}

.column-layout table td img.big {
  width: 200px !important;
}
.column-layout table td img.middle {
  width: 200px !important;
}
@media screen and (max-width: 400px){
  .column-layout table td img.middle {
  width: 150px !important;
}
}
.column-layout table.comparison th.model 
.column-layout table.comparison td.model{
  width: 15% !important;
}

.column-layout table.comparison th,
.column-layout table.comparison td {
  width: 15% !important;
}

td.text_left{
  text-align:left !important;
}
.text_red{
  color:#ff6666;
}
.sw{
  width: 100%;
}
.sw img{
  width: 6%;
  padding: 0 0 5px;
}


@media screen and (max-width: 350px) {
  .column-layout table th {
    font-size: 10px;
  }
  .column-layout table td {
    font-size: 10px;
  }
  .column-list .box .detail-box {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {

  .column-list .overscroll {
    margin-bottom: 30px;
    overflow-y: auto;
  }
  
  .column-list .overscroll img {
    margin: 0;
  }

  .column-list .overscroll::-webkit-scrollbar {
    width: 5px;
    background: #bac1e0;
  }
  .column-list .overscroll::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #bac1e0;
  }
  .column-list .overscroll::-webkit-scrollbar-thumb {
    background: #224b9b;
    border-radius: 2px;
  }
  .column-list .overscroll::-webkit-scrollbar-thumb:horizontal {
    background: #224b9b;
    border-radius: 2px;
  }

  .column-list .overscroll img,
  .column-list .overscroll table
  {
    min-width: 500px;
  }
}

@media screen and (min-width: 760px) {
  .column-layout p.color-blue {
    margin-top: 40px;
  }
  .column-layout .flex-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-layout .flex-align div {
    min-width: 200px;
    margin-left: 20px;
  }
  .column-layout > h4 {
    margin-top: 40px;
  }
  .sw{
    display: none;
  }
}
.column-layout ul.tw-column{
    width:100%!important;
	clear:both!important;
	background-color:transparent!important;
	overflow:hidden!important;
    list-style: none!important;
	padding:0px 35px 0px 35px!important;
	border-radius: 0px !important;
	}
.column-layout ul.tw-column li::before{
	content:none!important;
}
.column-layout ul.tw-column li{
	width:46%;
	display:inline-block;
	text-align:center;
	margin-bottom:30px!important;
	vertical-align:top;
	margin-left:0px!important;
}
.column-layout ul.tw-column li:nth-child(odd){
	margin-right:7%;
}
.column-layout ul.tw-column li img{
	width:200px;
	padding-bottom:5px!important;
}
@media screen and (max-width: 400px) {
	.column-layout ul.tw-column {
	padding:0px!important;
	border-radius: 0px !important;
}
}
@media screen and (max-width: 400px) {
	.column-layout ul.tw-column li img{
	width:100%;
}
}
@media screen and (max-width: 400px) {
.column-layout table.vertical-sp{
	min-width:400px!important;
}
.column-layout table.vertical-sp th{
	width:20%
}
.column-layout table.vertical-sp td{
	vertical-align:bottom
}
}
