@charset "UTF-8";

.orange{color: #ffa900;}
.green{color: #85b300;}

.column_tag{
    display: inline-block;
    margin: 0 0 30px;
}

.column_tag p{
	color: #FFF;
	padding: 2px 10px 0;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
	background: #949494;
}
.column_head{margin: 10px 0 0;}

.column_head .entry_date{
	display: inline-block;
	float: right;
	color: #888;
}
.box_index ul{
    list-style: none;
    margin: 0;
}
.box_index ul ul{padding-left: 1rem;}
.box_index ul ul ul{padding-left: 1.2rem;}
.box_index ul li{
    list-style: none;
    font-size: 1.8rem;
    line-height: 1.6;
}
.box_index ._index {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
}
.entry_date + .blk__head.__image{
	background: none;
	padding: 0;
	border: none;
}
.Thmlist_box{
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
}
.Thmlist_box a:hover{opacity:0.8;}
.Thmlist_box a:hover .Thmlist_box_ttl{color:#f00}


.Thmlist_box_img{
	float: left;
	width: 176px;
	height: 186px;
	position:  relative;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
}
.Thmlist_box_img img{
	width: auto;
	height: 100%;
	position:  absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Thmlist_box_txt{
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px 0;
	padding-left: 190px;
	margin-left: -190px;
	text-decoration: none;
}
.Thmlist_box_ttl{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #336da2;
	line-height: 1.3;
}
.Thmlist_box_date{float: left;font-size: 12px;color: #666666;margin-right: 10px;}

.Thmlist_txt{font-size: 14px;margin-bottom: 10px;color: #303030;}

.Thmlist_box_txt .column_tag{ margin: 0;}
.Thmlist_box_txt .column_tag p{ font-size: 80%;}

/*SNS*/
.icon_sns{float: right;margin: 0;}

ul.icon_sns li{
	padding-left: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
}
ul.icon_sns li img{width: 100%; height: auto;}

.index_page .icon_sns{
    float: none;
    text-align: right;
    margin-bottom: 0;
}
.box_index{margin-top:0;}

.box_index ul{
    list-style: none;
    margin: 0;
}
.box_index ul ul{padding-left: 1rem;}
.box_index ul ul ul{padding-left: 1.2rem;}

.column_img{
    max-width: 567px;
    margin: 1rem auto;
}
.column_img img{
    width: 100%;
}
.main_page .txt__lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 18px 0;
    margin: 1.125rem 0;
}

.Writer{
	margin-bottom: 30px;
	background: #fcf9e6;
	padding: 15px;
	overflow: hidden;
	position: relative;
}
.Writer_photo{
	float: left;
	width: 80px;
}
.Writer_detail{
	float: right;
	width: 100%;
	padding-left: 95px;
	margin-left:-95px;
	box-sizing: border-box;
}
.Writer_detail p.Writer_name{
	font-weight: bold;
	padding-bottom: 10px;
	}

.Writer_link{
	position: absolute;
	top: 15px;
	right: 15px;
}
.Writer_link a{
	color: #33b4d6;
	background:url(../images/arrow_blue.png) no-repeat right;
	background-size: 5px 12px;
	padding-right: 10px;}

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


/* tbl__block */
.tbl {
    margin: 1.56rem auto 2.18rem;
    width: 100%;
    border: solid 1px #a8a8a8;
    border-collapse: collapse;
    text-align: left;
    font-size: 16px;
    position: relative;
}
.tbl caption{font-weight: bold;padding-bottom: 5px;font-size: 1.8rem;}

.tbl th,
.tbl td {
    padding: 0.65rem 0.65rem;
    border: solid 1px #a8a8a8;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.4;
}
.tbl th {
    padding: 0.62rem 0.62rem;
    background-color: #f7ffcc;
    text-align: center;
    font-weight: bold;
}
.tbl_sub_ttl{display:none;}

.tbl_intbl{  width: 100%;}
.tbl_intbl th,
.tbl_intbl td{
    border: none;
    padding: 0;
}
.line{
 	position:relative; 
  border: none !important;
}
.line:after{
    position:absolute;
    display:inline-block;
    content:"";
    width: 309px;
    height: 2px;
    left: -6px;
    top: 47px;
    background: #d2d2d2;
    -webkit-transform: rotate(343deg) translate(0 ,-50%);
    -ms-transform: rotate(343deg) translate(0 ,-50%);
    transform: rotate(343deg) translate(0 ,-50%);
}
.txtlink{
    display: block;
    text-align: right;
    margin-top: 1.125rem;
}
.txtlink a{
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
	padding-left: 1.4rem;
	}
.txtlink a:before{
    color: #f8b634;
    font-size: 1.25em;
    position: absolute;
    left: 0;
}
.top_link{text-align: right;margin: 1.5rem 0;}
.top_link a{
  background: url(../../column/images/icon02.gif) no-repeat  0 0.1em;
  padding: 0 1rem 0 24px;
}
/*  pager_right
--------------------------------------------- */
.pager_right {margin: 0 0 20px;}

.pager_right .item_links {
	overflow: hidden;
	list-style: none;
	float: right;
}
.pager_right .item_link {
	float: left;
	margin-left: 5px;
}
.pager_right .item_link.skin_gofirst {
	margin-left: 0;
}
.pager_right .item_link.skin_prev,
.pager_right .item_link.skin_golast {
	margin-left: 3px;
}
.pager_right .item_link_inner {
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 30px;
	line-height: 30px;
	font-size: 93%;
	font-weight: bold;
	color: inherit;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
}
.pager_right .item_link_inner:hover,
.pager_right .item_link.skin_current .item_link_inner {
	color: #fff;
	border-color: #f9b634;
	background-color: #f9b634;
}
.pager_right .item_link.skin_gofirst .item_link_inner,
.pager_right .item_link.skin_prev .item_link_inner,
.pager_right .item_link.skin_next .item_link_inner,
.pager_right .item_link.skin_golast .item_link_inner {
	width: 49px;
	padding-top: 1px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../../column/images/bg_pager.png);
}
.pager_right .item_link.skin_gofirst .item_link_inner,
.pager_right .item_link.skin_prev .item_link_inner {
	padding-left: 3px;
	background-position: 0 0;
}
.pager_right .item_link.skin_gofirst .item_link_inner:hover,
.pager_right .item_link.skin_prev .item_link_inner:hover {
	background-position: 0 -35px;
}
.pager_right .item_link.skin_next .item_link_inner,
.pager_right .item_link.skin_golast .item_link_inner {
	padding-right: 3px;
	background-position: -54px 0;
}
.pager_right .item_link.skin_next .item_link_inner:hover,
.pager_right .item_link.skin_golast .item_link_inner:hover {
	background-position: -54px -35px;
}
.blk__head.__image h1{font-size: 2.7rem;font-weight: bold;}

.Sale_contentList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
.Sale_contentList li{
	width: 48%;
	margin-bottom: 3rem;
}
.Sale_contentList li img{
    width: 100%;
}
.Sale_contentList li span{
	background: #034667;
	color: #fff;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.2rem 0.5rem;
	margin-bottom: 0.5rem;
}
.Sale_contentList li h4{font-weight: normal;margin: 0.7rem 0;}

.Intro__values {
    margin: 1.5em 0.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.Intro__valueItem {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 1.5rem;
    width: 32%;
}


.Intro__valueIndex {
    font-size: 0.5rem;
    position: absolute;
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
    padding: 0.4rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #a88e50;
}


.Intro__valueIndex span:last-child {
        font-size: 1.2rem;
        display: block;
        line-height: 1;
    }

.Intro__valueImage {
    display: block;
    width: 100%;
    height: auto;

    flex-shrink: 0;
    max-width: 100%;
}
.Intro__valueText {
    padding: 0.5rem;
    font-size: 0.9rem;
}

.Intro__valueText em {
        color: #b10510;
        color: var(--color-red);
    }
.Intro__valueText span {
        font-size: 0.5rem;
        line-height: 1.66667;
        display: block;
        color: #505050;
        letter-spacing: -0.5px;
    }
.lst__disc {
    margin-left: 20px;
    margin-left: 1.25rem;
}
.lst__disc li{
   font-size: 18px;
   font-size: 1.125rem;
   margin-bottom: 0.2rem;
   list-style: disc;
}
.box__simple{
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.box__simple p{margin: 0;}

/* blk__image */
.blk__image {
    margin: 1rem 0;
}
.blk__image img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 690px;
}
@media screen and (max-width: 950px) {
     .type_pc{display: none !important;}
     .type_sp{display: block;}
	 
     .column_head{margin: 0 10px 0;}
     .column_top .column_head{margin: 0 0 1rem;}
    
	.column_head + .txt__lead{ margin: 0 10px;}
	
	.Thmlist_box{	margin: 0 10px 20px;}
	 .Thmlist_box_img{
       width: 100px;
       height: 140px;
    }
    .Thmlist_box_txt{ padding-left: 110px; }
    .Thmlist_box_ttl{ font-size: 110%; } 
    .Thmlist_txt{ display: none;}
     .Thmlist_box_txt .column_tag{margin: 0 0 0 0;}
     
    .Thmlist_box_txt .column_tag p{
       font-size: 74%;
       padding: 0 6px;
    }
    .tbl{width: 97%;margin: 0 auto;}

    .box__simple{ margin: 0 10px;}
    
    .txt__lead{padding: 0 10px;}
    
    .Writer{margin: 0 0.5rem 30px;}
    
    .blk__assessment .sateiButton{margin-top: 1rem !important;}

   .tbl caption{
	font-size: 1.6rem;
	}
   .tbl.sp_block{border:none;}
   .tbl.sp_block colgroup{display:none;}
   .tbl.sp_block tr{
       margin-bottom: 1rem;
       display: block;
    }
   .tbl.sp_block th,
   .tbl.sp_block td{display: block;}
    .tbl.sp_block .sp_none{display:none;}
    .tbl_sub_ttl{display:block;background: #d8d8d8;padding: 5px;margin: -10px -7px 5px;text-align: left;}

    .tbl.sp_block .line{
       height: 72px;
       border: solid 1px #a8a8a8 !important;
    }
    .line:after{
    width: 100%;
    height: 2px;
    left: 0px;
    top: 49px;
    -webkit-transform: rotate(343deg) translate(0 ,-50%);
    -ms-transform: rotate(343deg) translate(0 ,-50%);
    transform: rotate(355deg) translate(0 ,-50%);
    }
    .Sale_contentList{ margin: 0 0.5rem;}
}

@media screen and (max-width: 758px) {
    .blk__head.__image{
      padding: 10px;
      background-position: 95% 100%;
    }
    .blk__image{width: 80%;margin: 1rem auto;}
    .blk__image img{width: 100%;height: auto;}

     .box_index {
        padding: 0;
    }
    .box_index ._tag {
        font-size: 1.6rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .box_index ._index {
        padding-right: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        font-size: 1.6rem;
    }
    .column_top .column_head .blk__head.__image{padding: 10px;}
    .column_head .blk__head.__image{padding: 0; }
    
    .Intro__values{}
    .Intro__valueItem{width: 48%;}
    
    .txt__lead{
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
      margin-bottom: 16px;
      margin-bottom: 1.6rem;
    }
    .txt__lead a{ word-break: break-all;}
    .txtlink{margin: 1rem 0.5rem 0;text-align: left;}
    .txtlink a{font-size: 1rem;}
    
    .Sale_contentList{display: block;}
    .Sale_contentList li{width: auto;margin-bottom: 1.5rem;}
    .Sale_contentList li .img{
    	 height: 120px;
    	 overflow: hidden;
    	 position: relative;
    }
    .Sale_contentList li img{
       margin: 0 auto;
       position: absolute;
       top: -78%;
    }
}
@media screen and (min-width: 950px) {
    .pc_center{text-align: center;display: inline-block;width: 100%;}
}