@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  color: #4a4a4a;
  /*font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo, serif;*/
	font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  line-height: 1.4;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #4a4a4a;
  text-decoration: none;
}

a:hover {
  color: #4a4a4a;
  text-decoration: none;
}

/* border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}
strong{
font-weight:500;
}
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}

/* common
---------------------------------------- */
html {
  font-size: 100%;
  line-height: 1.5em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    /*display: inline !important;*/
    display: block !important;
  }
}
/* margin
------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mt24 {
  margin-top: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* padding
------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}
/**/
.fnone {
	float:none !important;
}
.tac {
	text-align:center !important;

}
.bbn{
	border-bottom:none !important;

}
/* hvr
------------------------------*/
@media screen and (min-width: 768px) {
  /*.hvr {*/
  .cat.hvr {
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  /*.hvr:hover {*/
  .cat.hvr:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
 
	.hvr img{
		transition: 0.3s;
	}
	.hvr img:hover{
/*		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
*/
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
/* sbj
------------------------------*/
.sbj01 {
  width: 630px;
  margin: 0 auto;
  padding: 6px 0 10px 0;
  background: #FFF;
  border-radius: 30px;
}

/* sbj
------------------------------*/
.border01 {
  text-align: center;
}

/* head
---------------------------------------- */
.head {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.head .logo {
  /*margin: 0 0 15px 0;*/
  margin: 0px 0 0px 20px;
  display:inline-block;
  float:left;
}
.head .logo img {
  /*width: 190px;*/
  width: 295px;
}
.headinner{
	display:inline-block;
	float:right;
	text-align:right;
	margin-right:20px;

}
.headinner2{
	text-align:right;
	/*padding-bottom:8px;SNSボタンを消す前*/
	padding-bottom:61px;
}
.head .txt {
  display:inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color:#821136;
  padding-bottom:10px;
  padding-right:10px;
}

@media screen and (max-width: 767px) {
  .head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #FFF;
    z-index: 20000;
  }
  .head .logo {
    margin: 0 0 0 20px;
  }
  .head .logo img {
    width: auto;
    height: 35px;
  }
  .head .gnv_sp {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
  }
  .head .gnv_sp img {
    height: 23px;
  }
}

/* gnv
---------------------------------------- */
.gnv {
  /*width: 1000px;*/
  margin: 0 auto;
}
.gnv ul {
	display:inline-block;
  margin: 0 auto;
  text-align: right;
  /*border-bottom: 1px solid #d2d2d2;*/
}
.gnv ul li {
  display: inline-block;
  /*width: 246px;*/
  /*margin: 0 3px;*/
  /*border-top: 2px solid #333;*/
  text-align: center;
  margin-left:1em;
}
.gnv ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
  line-height:1;
  /*width: 100%;
  height: 54px;
  line-height: 54px;*/
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.gnv ul li a:hover {
  color: #FFF;
}
.gnv ul li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: -100%;
  width: 100%;
  height: 100%;
}
.gnv ul li a,
.gnv ul li a::before,
.gnv ul li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.gnv ul li a:hover::after {
  top: 0;
}

.gnv ul li:nth-child(1) {
  /*margin: 0 2px 0 0;
  border-top: 2px solid #48B03B;*/
}
.gnv ul li:nth-child(2) {
  /*border-top: 2px solid #184298;*/
}
.gnv ul li:nth-child(3) {
  /*border-top: 2px solid #E6265E;*/
}
.gnv ul li:nth-child(4) {
  /*margin: 0 0 0 2px;
  border-top: 2px solid #C8870F;*/
}
.gnv ul li:nth-child(1) a{
  color: #48B03B;
}
.gnv ul li:nth-child(2) a{
  color: #184298;
}
.gnv ul li:nth-child(3) a{
  color: #E6265E;
}
.gnv ul li:nth-child(4) a{
  color: #C8870F;
}
.gnv ul li:nth-child(5) a{
  color: #35B0E6;
}
.gnv ul li:nth-child(6) a{
  color: #7626D3;
}
.gnv ul li:nth-child(1) a:hover {
  /*color: #48B03B*/;
  color: #FFF;
}
.gnv ul li:nth-child(2) a:hover {
  /*color: #184298;*/
  color: #FFF;
}
.gnv ul li:nth-child(3) a:hover {
  /*color: #E6265E;*/
  color: #FFF;
}
.gnv ul li:nth-child(4) a:hover {
  /*color: #C8870F;*/
  color: #FFF;
}
.gnv ul li:nth-child(5) a:hover {
  /*color: #35B0E6;*/
  color: #FFF;
}
.gnv ul li:nth-child(6) a:hover {
  /*color: #7626D3;*/
  color: #FFF;
}
.gnv ul li:nth-child(1) a:hover::after {
  background: #48B03B;
}
.gnv ul li:nth-child(2) a:hover::after {
  background: #184298;
}
.gnv ul li:nth-child(3) a:hover::after {
  background: #E6265E;
}
.gnv ul li:nth-child(4) a:hover::after {
  background: #C8870F;
}
.gnv ul li:nth-child(5) a:hover::after {
  background: #35B0E6;
}
.gnv ul li:nth-child(6) a:hover::after {
  background: #7626D3;
}
.gnv ul li:nth-child(7) a:hover::after {
  background: #4a4a4a;
}
.gnv ul li:nth-child(8) a:hover::after {
  background: #4a4a4a;
}



/* gnv_list_sp
---------------------------------------- */
.gnv_list_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnv_list_sp {
    position: fixed;
    top: 90px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 20001;
    overflow-y: auto;
	  }
  .gnv_list_sp .list_main {
    margin: 0 20px 20px 20px;
    text-align: left;
  }
  .gnv_list_sp .list_main li {
    margin: 10px 0 0 0;
  }
  .gnv_list_sp .list_main li:nth-child(1) {
    background: #48B03B;
  }
  .gnv_list_sp .list_main li:nth-child(2) {
    background: #184298;
  }
  .gnv_list_sp .list_main li:nth-child(3) {
    background: #E6265E;
  }
  .gnv_list_sp .list_main li:nth-child(4) {
    background: #C8870F;
  }
  .gnv_list_sp .list_main li:nth-child(5) {
    background: #35B0E6;
  }
  .gnv_list_sp .list_main li:nth-child(6) {
    background: #7626D3;
  }
  .gnv_list_sp .list_main li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gnv_list_sp .inner {
    margin: 0 20px 20px 20px;
    text-align: left;
  }
  .gnv_list_sp .inner .sbj {
    padding: 6px 10px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gnv_list_sp .inner .list-txt li {
    margin: 5px 0 0 0;
    padding: 0 0 0 10px;
    list-style: disc inside;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gnv_list_sp .inner.area .sbj {
    background: url(../img/cmn/bg_sbj01.png) no-repeat right 6px center;
    background-size: auto 10px;
  }
  .gnv_list_sp .inner.category .sbj {
    background: url(../img/cmn/bg_sbj02.png) no-repeat right 6px center;
    background-size: auto 10px;
  }
}

/* breadcrumbs
---------------------------------------- */
.breadcrumbs {
  width: 1000px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/* main_contents
---------------------------------------- */
.main_contents {
  width: 1000px;
  margin: 0 auto;
}
.main_contents .list_entry.entry01 {
  margin: 0 0 17px 0;
  width: 490px;
}
.main_contents .list_entry.entry02 {
  margin: 0 0 13px 18px;
  margin: 0 0 13px 20px;
  width: 235px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .main_contents {
    width: 100%;
    margin: 90px 0 0 0;
  }
  .main_contents .list_entry {
    width: 100%;
  }
  .main_contents .list_entry.entry01, .main_contents .list_entry.entry02 {
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
	.slider{
		overflow:hidden;
		width:1000px;
	
	}
	.slider img{
		transition: 0.3s;
	}
	.slider img:hover{
/*		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
*/
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/* contents
---------------------------------------- */
.contents {
  width: 1000px;
  margin: 0 auto;
  padding: 17px 10px 0;
}
.contents .side {
  width: 238px;
  width: 220px;
  float: right;
}
.contents .side .inner {
  margin: 0 0 20px 0;
}
.contents .side .inner .sbj {
  /*padding: 6px 10px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  font-size: 0.875rem;*/
  padding: 6px 0px;
  font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight:700;
}
.contents .side .inner .list-txt li {
  margin: 8px 0 0 0;
  padding: 0 0 0 10px;
  /*list-style: disc inside;
  font-size: 14px;*/
  font-size: 0.875rem;
}
.contents .side .inner .list-txt li a:hover{
	color:#821136;
}
.contents .side .inner.area .list-txt {
	padding: 5px 0 16px 10px;
	border: 1px solid #ccc;
	background-color:#fdfeef;
}
.contents .side .inner.area .list-txt li {
	font-size: 16px;
	background-size:14px;
}
.contents .side .inner.area .list-txt li a{
	background:url(../img/cmn/icn_arw_r.png) no-repeat right center;
	padding-right:30px;
	background-size: 14px;
}
.contents .side .inner .list-thumbnail li {
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 12px;
  font-size: 0.75rem;
}
.contents .side .inner .list-thumbnail li .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 90px;
  height: 60px;
  vertical-align: top;
}
.contents .side .inner .list-thumbnail li .thumbnail img {
  width: 100%;
}
.contents .side .inner .list-thumbnail li .txt {
  display: inline-block;
  width: 138px;
  line-height: 1.6;
  vertical-align: top;
}
.contents .side .inner .list-thumbnail li:last-child {
  padding: 0;
  border-bottom: 0;
}
.contents .side .inner .list-reporter li {
  overflow: hidden;
  display: inline-block;
  width: 33%;
  margin: 15px 0 0 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
}
.contents .side .inner .list-reporter li .thumbnail {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  vertical-align: top;
}
.contents .side .inner .list-reporter li .txt {
  padding: 5px 0 0 0;
  line-height: 1.2;
  vertical-align: top;
}
.contents .side .inner.reporter p.txt {
	text-align:center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.contents .side .inner .list-banner li {
  margin: 0 0 10px 0;
  overflow:hidden;
}
.contents .side .inner .list-banner li img{
	width:100%;
}
.contents .side .inner.serach input {
  display: inline-block;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.contents .side .inner.serach input[type="text"] {
  width: 190px;
  height: 29px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
}
/*.contents .side .inner.area .sbj {
  background: url(../img/cmn/bg_sbj01.png) no-repeat right 6px center;
  background-size: auto 10px;
}
.contents .side .inner.category .sbj {
  background: url(../img/cmn/bg_sbj02.png) no-repeat right 6px center;
  background-size: auto 10px;
}
.contents .side .inner.ranking .sbj {
  background: url(../img/cmn/bg_sbj03.png) no-repeat right 6px center;
  background-size: auto 10px;
}
.contents .side .inner.recommend .sbj {
  background: url(../img/cmn/bg_sbj04.png) no-repeat right 6px center;
  background-size: auto 10px;
}
.contents .side .inner.reporter .sbj {
  background: url(../img/cmn/bg_sbj05.png) no-repeat right 6px center;
  background-size: auto 10px;
}*/
.contents .left-contents {
  float: left;
  width: 762px;
  width: 720px;
}
@media screen and (max-width: 767px) {
  .contents {
    width: 100%;
    padding: 80px 0 0 0;
  }
  .contents .side {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .contents .side .inner .list-thumbnail li .thumbnail {
    margin: 0 3% 0 0;
    width: 34%;
    height: auto;
  }
  .contents .side .inner .list-thumbnail li .txt {
    width: 63%;
  }
  .contents .side .inner .list-banner li img {
    width: 100%;
  }
  .contents .side .inner.serach input {
    display: inline-block;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 30px;
  }
  .contents .side .inner.serach input[type="text"] {
    width: 90%;
  }
  .contents .left-contents {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

/* single-contents */
.single-contents {
  float: left;
  width: 730px;
}
  .single-contents .single_main img {
    width: 730px;
  }
.single-contents .single_title {
  padding: 40px 40px 20px 40px;
}
.single-contents .single_title .sbj {
  width: 100%;
  padding: 15px 0 25px 0;
  border-bottom: 2px solid #323232;
  font-size: 26px;
  font-size: 1.625rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.single-contents .single_title .box {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #323232;
}
.single-contents .single_title .box .data {
  float: right;
}
.single-contents .single_title .box .like {
  float: left;
}
.single-contents .single_title .box .list-share {
  float: right;
}
.single-contents .single_title .box .list-share li {
  width: 30px;
  width: 50px;
  padding: 0px 4px;
  padding: 5px 4px 0;
  display: inline-block;
}
.single-contents .single_inner {
  padding: 0 40px 40px 40px;
}
.single-contents .single_inner p {
  overflow: hidden;
  clear: both;
  padding: 0 0 20px 0;
  width: 100%;
  line-height: 1.8;
}
.single-contents .single_inner p a{
  line-height: 1.8;
  text-decoration:underline;  
}
.single-contents .single_inner p a:hover{
  text-decoration:none;  
}
.single-contents .single_inner strong {
  line-height: 1.8;
  font-weight:500;
}
.single-contents .single_inner .wp-embedded-content {
  max-width: 100%;
}
.single-contents .single_inner h2 {
  overflow: hidden;
  clear: both;
  display: block;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight:700;
}
.single-contents .single_inner .aligncenter {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.single-contents .single_inner .alignleft {
  overflow: hidden;
  float: left;
}
.single-contents .single_inner .alignright {
  overflow: hidden;
  float: right;
}
.single-contents .single_inner .wp-video {
  margin: 0 0 20px 0;
}
.single-contents .single_inner .kaiwa {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px;
}
.single-contents .single_inner .kaiwa figure div {
  overflow: hidden;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.single-contents .single_inner .kaiwa figure.kaiwa-img-left {
  float: left;
}
.single-contents .single_inner .kaiwa figure.kaiwa-img-right {
  float: right;
}
.single-contents .single_inner .kaiwa figure .kaiwa-img-description {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  margin-bottom:15px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-right,
.single-contents .single_inner .kaiwa .kaiwa-text-left {
  position: relative;
  padding: 10px;
  border: 2px solid #aaa;
  border-radius: 10px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-right {
  margin-left: 120px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
  left: -18px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-left {
  margin-right: 120px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
  right: -22px;
}
.single-contents .single_inner .kaiwa .kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
.single-contents .single_inner .kaiwa .kaiwa-text {
  clear: none;
  padding: 0;
}
.single-contents .single_inner .kaiwa:after, .single-contents .single_inner .kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
.single-contents .single_inner .shop {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px 20px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 767px) {
  .single-contents {
    float: none;
    width: 100%;
  }
  .single-contents .single_main img {
    width: 100%;
  }
  .single-contents .single_title {
    padding: 20px 20px 10px 20px;
  }
  .single-contents .single_inner {
    padding: 0 20px 20px 20px;
  }
  .single-contents .single_inner p img {
    width: 100%;
    height: auto;
  }
  .single-contents .single_inner li img {
    width: 100%;
    height: auto;
  }
}
.mds{
}
.mds span{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	display:inline-block;
	padding-right:1.2em;
	line-height:1;
	background:url(../img/cmn/icn_arw_r.png) no-repeat right 1px;

}
.moretxt{
	text-align:right;
	font-size:16px;
	font-size:13px;
	padding-bottom:40px;
	margin-right:20px;
}
.moretxt a{
	display:inline-block;
	padding-right:20px;
	line-height:1;
	background:url(../img/cmn/icn_arw_r.png) no-repeat right top;
	background-size:14px;
}
#toyotarecommend{
	margin-top:15px;
	margin-bottom:30px;
	padding:15px 0 0;
	border-top:1px dotted #821136;
	border-bottom:1px dotted #821136;
}
@media screen and (max-width: 767px) {
	.mds{
		margin-left:20px;
	}
}
/* list_entry */
.list_entry {
  position: relative;
  float: left;
}
.list_entry .cat {
  position: absolute;
  top: 10px;
  left: 0;
}
.list_entry .like {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
}
.list_entry .txt {
  position: absolute;
  bottom: 0;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 15px 10px 15px;
  z-index: 100;
}
.list_entry .bg {
  position: relative;
}
.list_entry .bg img {
  width: 100%;
}
.list_entry .bg .bg_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url(../img/top/bg_shadow.png) no-repeat bottom left;
  background-size: 100% auto;
}
.list_entry a {
  display: block;
  width: 100%;
  height: 100%;
}
/* list_entry01 */

.list_entry01 {
  position: relative;
  float: left;
  width: 340px;
  margin: 15px 20px 0px 0;
  padding:0 0 15px;
}
.list_entry01 .cat {
  position: absolute;
  top: 10px;
  left: 0;
}
.list_entry01 .like {
  float: right;
}
.list_entry01 .thumbnail{
	overflow:hidden;
  /*width: 238px;*/
  width: 340px;
}
.list_entry01 .thumbnail img {
  /*width: 238px;*/
  width: 340px;
}
.list_entry01 .txt {
  padding: 10px 0;
  /*font-size: 12px;
  font-size: 0.75rem;
  height: 52px;*/
  font-size: 1rem;
  height: 72px;
}
.list_entry01 .data {
  float: right;
}
.list_entry01 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_entry01 {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 15px 0 0;
    /*padding: 0 0 30px 0;*/
	padding: 0 20px 30px;
  }
	.list_entry01 .cat {
	  left: 20px;
	}
.list_entry01 .thumbnail{
	overflow:auto;
    width: 100%;
}
  .list_entry01 .thumbnail img {
    width: 100%;
  }
}

/* list_entry02 */
.list_entry02waku {
  position: relative;
  float: left;
  width: 240px;
  margin: 15px 0px 0 0;
}
.list_entry02 {
  position: relative;
  float: left;
  width: 238px;
  width: 220px;
  margin: 0 20px 20px 0;
}
.list_entry02 .cat {
  position: absolute;
  top: 10px;
  left: 0;
}
.list_entry02 .like {
  float: right;
}
.list_entry02 .thumbnail {
	overflow:hidden;
  /*width: 238px;*/
  width: 220px;
}
.list_entry02 .thumbnail img {
  /*width: 238px;*/
  width: 220px;
}
.list_entry02 .txt {
  padding: 10px 0;
  /*font-size: 12px;
  font-size: 0.75rem;
  height: 52px;*/
  font-size: 1rem;
  height: 92px;
}
.list_entry02 .data {
  float: right;
}
.list_entry02 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
	.list_entry02waku {
    float: none;
    width: 100%;
	}
  .list_entry02 {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0;
    /*padding: 0 0 30px 0;*/
	padding: 0 20px 30px;
  }
	.list_entry02 .cat {
	  left: 20px;
	}
  .list_entry02 .thumbnail{
	  overflow:auto;
    width: 100%;
  }
  .list_entry02 .thumbnail img {
    width: 100%;
  }
}

.catTtl{
	text-align:center;
	font-size:16px;
	margin-bottom:15px;
	margin-right:20px;
	/*border-top:8px solid #48B03B;
	border-bottom:1px solid #48B03B;*/
}
.catTtl a{
	position:relative;
	overflow:hidden;
	display:block;
	padding:8px 0;
	border-top:8px solid #48B03B;
	border-bottom:1px solid #48B03B;
}
.catTtl.cat01 a{border-color:#48B03B;color:#48B03B;}
.catTtl.cat02 a{border-color:#184298;color:#184298;}
.catTtl.cat03 a{border-color:#E6265E;color:#E6265E;}
.catTtl.cat04 a{border-color:#C8870F;color:#C8870F;}
.catTtl.cat05 a{border-color:#35B0E6;color:#35B0E6;}
.catTtl.cat06 a{border-color:#7626D3;color:#7626D3;}
.catTtl a:hover {
  color: #FFF;
}
.catTtl a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: -100%;
  width: 100%;
  height: 100%;
}
.catTtl a,
.catTtl a::before,
.catTtl a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.catTtl a:hover::after {
  top: 0;
}

.catTtl.cat01 a:hover::after {background: #48B03B;}
.catTtl.cat02 a:hover::after {background: #184298;}
.catTtl.cat03 a:hover::after {background: #E6265E;}
.catTtl.cat04 a:hover::after {background: #C8870F;}
.catTtl.cat05 a:hover::after {background: #35B0E6;}
.catTtl.cat06 a:hover::after {background: #7626D3;}



@media screen and (max-width: 767px) {
.catTtl{
	margin-right:20px;
	margin-left:20px;

}
}
/* data */
.data {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

/* cat */
.cat {
  width: 85px;
  padding: 5px 0;
  background: #333;
  border-radius: 0 5px 5px 0;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  z-index: 100;
}
.cat a {
  color: #FFF;
  font-weight:500;
}
.cat.cat01 {
  background: #48B03B;
}
.cat.cat02 {
  background: #184298;
}
.cat.cat03 {
  background: #E6265E;
}
.cat.cat04 {
  background: #C8870F;
}
.cat.cat05 {
  background: #35B0E6;
}
.cat.cat06 {
  background: #7626D3;
}
/* like */
.like {
  /*background: #FFF;
  border: 1px solid #e80c7a;
  color: #e80c7a;
  font-size: 12px;
  font-size: 0.75rem;*/
  text-align: right;
  z-index: 100;
}
.like .counter {
  position: relative;
  padding: 2px 5px 2px 15px;
}
.like .counter a {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.like .counter .count-box {
  color: #e80c7a;
  font-size: 10px;
  font-size: 0.625rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.like .counter .tooltip {
  position: absolute;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
  z-index: 1000000;
  left: auto !important;
  right: 0 !important;
  top: -80px;
}
.like .counter .tooltip .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  width: 180px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* reporterr_enrty */
.reporter_enrty {
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: top;
}
.reporter_enrty_70 {
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  vertical-align: top;
}

/* sns */
.headinner2 .list-share{
 display:inline-block;
 margin-top:-20px;
 
}
.headinner2 .list-share li {
  display: inline-block;
  width: 53px;
  padding: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
	.headinner2 .list-share{
	 margin-top:15px;
	 padding-right:44px;
	 
	}
	.headinner2 .list-share li {
	  width: 43px;
	}
}
.list-share li img {
  width: 100%;
}
.list-share li:last-child {
  margin: 0;
}
.list-share li .arrowBox {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0 10px 0;
}
.list-share li .arrowBox:after, .list-share li .arrowBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.list-share li .arrowBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.list-share li .arrowBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 6px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
.headinner2 .list-share li {
    /*display: inline-block;
    width: 20%;
    padding: 0 4px;
    box-sizing: border-box;*/
  }
/*  .list-share li img {
    width: 100%;
  }*/
.headinner2 .list-share li .arrowBox{
	display:none;
}
}

/* pagenation */
.pagenation {
  float: left;
  width: 762px;
  width: 720px;
  margin: 40px auto;
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
  width: 34px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
  text-align: center;
}
.pagenation ul li.active, .pagenation ul li:hover {
  background: #48B03B;
}
.pagenation ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #191919;
  line-height: 40px;
}
.pagenation ul li.next, .pagenation ul li.prev {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .pagenation {
    float: none;
    width: 100%;
  }
}

/* author-contents */
.author-contents {
  float: left;
  width: 730px;
}
.author-contents .author_title {
  padding: 20px 40px 20px 40px;
}
.author-contents .author_title .sbj {
  width: 100%;
  padding: 15px 0 10px 0;
  font-size: 26px;
  font-size: 1.625rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.author-contents .author_title .box {
  overflow: hidden;
  width: 100%;
}
.author-contents .author_title .box .data {
  float: left;
}
.author-contents .author_title .box .like {
  float: left;
}
.author-contents .author_title .box .list-share {
  float: right;
}
.author-contents .author_title .box .list-share li {
  width: 34px;
}
.author-contents .author_inner {
  padding: 0 40px 20px 40px;
}
.author-contents .author_list {
  padding: 0 35px 40px 35px;
}
.author-contents .author_list h2 {
  display: block;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 22px;
  font-size: 1.375rem;
}
.author-contents .author_list .list_entry {
  margin: 0 5px 5px 5px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .author-contents {
    float: none;
    width: 100%;
  }
  .author-contents .author_main img {
    width: 100%;
  }
  .author-contents .author_list {
    padding: 0 35px 40px 35px;
  }
  .author-contents .author_list h2 {
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .author-contents .author_list .list_entry {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
  }
}

/* sitepolicy-contents */
.sitepolicy-contents {
  float: left;
  width: 730px;
}
.sitepolicy-contents .sitepolicy_title {
  padding: 20px 40px 20px 40px;
}
.sitepolicy-contents .sitepolicy_title .sbj {
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.sitepolicy-contents .sitepolicy_title .box {
  overflow: hidden;
  width: 100%;
}
.sitepolicy-contents .sitepolicy_title .box .data {
  float: left;
}
.sitepolicy-contents .sitepolicy_title .box .like {
  float: left;
}
.sitepolicy-contents .sitepolicy_title .box .list-share {
  float: right;
}
.sitepolicy-contents .sitepolicy_title .box .list-share li {
  width: 34px;
}
.sitepolicy-contents .sitepolicy_inner {
  padding: 0 40px 20px 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.sitepolicy-contents .sitepolicy_inner p {
  line-height: 2;
}
.sitepolicy-contents .sitepolicy_inner .indent {
  padding-left: 28px;
}
.sitepolicy-contents .sitepolicy_inner .sbj {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.sitepolicy-contents .sitepolicy_inner ul li {
  padding-left: 14px;
  text-indent: -14px;
}
.sitepolicy-contents .sitepolicy_inner table th {
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #f6f5f5;
  text-indent: center;
  border: 1px solid #323232;
}
.sitepolicy-contents .sitepolicy_inner table td {
  width: 33%;
  padding: 10px;
  font-size: 12px;
  font-size: 0.85714rem;
  border: 1px solid #323232;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sitepolicy-contents {
    float: none;
    width: 100%;
  }
}

/* about-contents */
.about-contents {
  float: left;
  width: 730px;
}
.about-contents .about_title {
  padding: 20px 40px 20px 40px;
}
.about-contents .about_title .sbj {
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.about-contents .about_inner {
  padding: 0 40px 20px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.about-contents .about_inner .img {
  padding: 30px 0;
  border: 1px solid #aaaaaa;
}
.about-contents .about_inner .txt {
  padding: 30px 0 0 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-contents {
    float: none;
    width: 100%;
  }
  .about-contents .about_inner .img img {
    width: 80%;
  }
  .about-contents .about_inner .txt {
    text-align: left;
  }
}

/* footer
---------------------------------------- */
.foot {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.foot ul {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.foot ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.foot ul li a {
  padding: 0 0 0 12px;
  background: url(../img/cmn/icn01.png) no-repeat left;
  text-decoration: none;
}
.foot ul li a:hover {
  text-decoration: none;
}
.foot .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.foot .inner .logo_foot {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.foot .inner .logo_foot img {
  width: 270px;
}
.foot .inner .copyright {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.foot .inner .copyright small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .foot .inner {
    width: 100%;
  }
  .foot .inner .logo_foot {
    width: 100%;
    text-align: center;
  }
  .foot .inner .copyright {
    width: 100%;
    text-align: center;
  }
}
.slides li{
	overflow:hidden;
}

