@charset "utf-8";
/* ========TEMPLATE LAYOUT======== */

body {
    font-size: 14px;
    overflow-x: hidden;
    color: #eee;
    background: #2f363b;
}

#container {
    /* background: #2f363b; */
    position:relative;
}
#container:before {
    content: "";
    /* opacity: .6; */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    right: 0;
/*    background: #414950;*/
    z-index: -1;
}
a {
    color: #0000ff;
}
a:hover {
    color: #0000ff;
}

.policywrap a, .contactbox a{
    color: #a4a4ea !important;
}
.policywrap a:hover, .contactbox a:hover {
    color: #7e7ece !important;
}

a img:hover{opacity:0.8;}
a img{transition: all .3s ease;}

img.responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ========HEADER LAYOUT======== */
#prtxtwrap{
  background: #000;
}
.prtxt{
	color: #fff;
	padding-left: 2%;
}
.toph1{
	line-height: 14px;
	 font-size: 12px;
}
#headerwrap {
    background:#2f363b;
	position:fixed;
	width: 100%;
	z-index: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#header {
	width: 100%;
    margin: 0 auto;
	position:relative;
	display:table;
}
#header .logo {
    width: 45%;
	display: table-cell;
	vertical-align: middle;
}
#header .logo img {
	max-height: 44px;
	width: auto;
	margin-left:5%;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
#header .btnwrap {
	font-size: 16px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNi42MiAxMC43OWMxLjQ0IDIuODMgMy43NiA1LjE0IDYuNTkgNi41OWwyLjItMi4yYy4yNy0uMjcuNjctLjM2IDEuMDItLjI0IDEuMTIuMzcgMi4zMy41NyAzLjU3LjU3LjU1IDAgMSAuNDUgMSAxVjIwYzAgLjU1LS40NSAxLTEgMS05LjM5IDAtMTctNy42MS0xNy0xNyAwLS41NS40NS0xIDEtMWgzLjVjLjU1IDAgMSAuNDUgMSAxIDAgMS4yNS4yIDIuNDUuNTcgMy41Ny4xMS4zNS4wMy43NC0uMjUgMS4wMmwtMi4yIDIuMnoiIGZpbGw9IiNmOWY5ZjkiLz48L3N2Zz4g');
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 12px 50%;
	padding: 0 10px 0 40px;
}
.headtel{
	width: 15%;
	color: #335;
	display: table-cell;
	vertical-align: middle;
	background-color:#ec6d71;
	line-height: 14px;
}
.headtel a{
	text-decoration:none;
	color:#fff;
}
.headtel span{
	font-size:11px;	
	}
/* ========MENU LAYOUT======== */
#menuwrap {
	width:40%;
	display: table-cell;
    position: relative;
}
#menulist {
    margin: 0 auto;
}
#menulist ul li {
    float: left;
	width: 20%;
}
#menulist ul li a {
    font-size: 14px;
    color: #eee;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    position: relative;
	padding: 18px 0;
}
@media (min-width: 991px) {
.transnav.fixed{
	padding:8px 0 !important;
	font-size: 13px !important;
}
}
#menulist ul li{
    /*border-left: 1px solid #DAE0E7;*/
}
/*#menulist ul li:first-child {
    border:none
}*/
#menulist ul li a:hover{
	background-color: #ec6d71;
	color:#fff;
}

#menulist ul li a span.bg {
    opacity: .5;
    transition: all .3s ease;
}
#menulist ul li a:hover span.bg {
    opacity: 1;
    transition: all .3s ease;
}
#menulist ul li a.last {
    border-right: 1px solid #999;
}
#menulist ul li a span.en {
    font-size: 85%;
    display: block;
    position: relative;
    top: -5px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menulist li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  z-index: 1;
}
#menulist li ul li{
  overflow: hidden;
  width: 100vw;
  height: 0;
  color: #fff;
  transition: .2s;
  border: none;
}
#menulist li ul li a::before{
  font-family: 'FontAwesome';
  content: "\f054";
  padding-right: 5px;
  font-size:10px;
  color:#ec6d71;
}
#menulist li ul li a{
  padding: 13px 15px;
  background: #2f363b;
  text-align: left;
  font-weight: normal;
}
#menulist li:hover > a{
  background: #2b2b2b;
  color: #fff;
}
#menulist > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#menulist li:hover ul li{
  overflow: visible;
  height: 48px;
}
#menulist li:hover ul li:first-child{
  border-top: 0;
}
#menulist li:hover ul li:last-child{
  border-bottom: 0;
}

.menu{ 
	width: 30px;
	height:30px;  
	position:absolute; 
	cursor:pointer;
	display: none;
	top: 25px;
	right: 20px; 
}
.menu1
{ width:30px; height:3px; background-color:#ec6d71; position:absolute; top:0px;} 
.menu2
{ width:30px; height:3px; background-color:#ec6d71; position:absolute; top:10px;} 
.menu3
{ width:30px; height:3px; background-color:#ec6d71; position:absolute; top:21px;} 
.menu1,.menu2,.menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */ }
.menuclick1
{ top:10px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:10px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }



/* ========MAIN LAYOUT======== */
#ground {
    background-image: url(images/top/sampleimg2.jpeg);
    background-repeat: repeat;
    background-attachment: fixed;
	background-position:center;
}

.topSliderwrap {
	padding-top: 77px;
	/* background: #222 url("https://www.toptal.com/designers/subtlepatterns/patterns/dark_fish_skin.png") repeat scroll 0% 0%; */
}
.topSlider {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.topSlider .mvtxt {
    position: absolute;
    top: 35%;
    width: 96%;
    color: #fff;
	margin-left: 0;
	padding-right: 20px;
	opacity: 0.25;
}
.topSlider .mvtxt p, .topSlider .mvtxt h1{
  font-size:14px;
  margin-top: 1%;
  margin-left: 15px;
}
.topSlider .mvtxt p, .topSlider .mvtxt .h1txt{
	font-size:14px;
	margin-top: 1%;
	margin-left: 15px;
}
.topSlider .mvtxt span{
	font-size:28px;
	line-height: 24px;
}
.mvtxtinner{
    margin: 0 auto;
    max-width: 1200px;
	border-left: 1px solid #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.readmore{
	width: 96px;
	/* background: #fff; */
	text-align: center;
	line-height: 24px;
	border: 1px solid #fff;
}
.readmore:hover{
    transition: all .2s ease;
    width: 110px;
}
.readmore i{
	color:#ec6d71;
	font-size:10px;
}
.readmore a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
.topSlider img {
    width: 100%;
    height: auto;
	opacity: 0.9;
}
.topSlider .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0px;
    transform: translateZ(0px);
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ec6d71;
}
.topSlider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0,0,0,.5);
}
#contentswrap {
}

#contents {
}
#contents .basewidth {
    max-width: 1200px;
    margin: 0 auto;
}
.topblock1 {
    text-align: center;
	height:200px;
}
.topblock1 h2{
	margin:80px 0  50px;
	letter-spacing:5px;
}
.parenttitle {
    font-size: 26px;
}
.widebg {
    margin: 0 -500%;
    padding: 0 500%;
    background: #97928b;
}

.koumokutitle {
    font-size: 18px;
}

.koumokutitle {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 14px 5px 10px 10px;
  /* transform: translateY(-150px); */
}
.koumokutitle:before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  color: #fff;
  top: 16px;
  left: -10px;
  height: 12px;
  width: 12px;
  font-size:14px;
}
.koumokutitle span{
	color:#ec6d71;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	vertical-align: middle;
}
.topics{
	margin:50px 0;
}

/* ========SIDEBAR LAYOUT======== */


/* ========FOOTER LAYOUT======== */
#footerwrap {
    /* background: #222; */
}
#footer {
    margin: 0 auto;
    padding: 40px 0;
}
#footer .footareawrap {
    overflow: hidden;
	font-size: 13px;
}
#footer .footarea1 {
    /*width: 35%;*/
    width: 40%;
    float: left;
	padding-left: 5%;
	letter-spacing: 0;
}
#footer .footarea1 img{
	max-height: 44px;
	width: auto;
}
#footer .footarea3 {
    /*width: 15%;*/
    width: 10%;
    float: left;
}
#footer .footarea3_b {
    width: 20%;
}
#footer .footarea3_c {
    width: 11%;
}
#footer .footarea3_d {
    width: 15%;
}
#footer .footarea4 {
    width: 5%;
    float: left;
}
#footer .footarea4 a{
	font-size:24px;
	color:#eee;
}
#footer h3.menutitle {
    border-left: 3px solid #d4c6bf;
    padding: 3px 3px 3px 10px;
}
#footer .footarea1 h3 {
}
#footer .footarea3 ul li {
    margin: 2px 0;
}
#footer .footarea3 ul li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    padding-right: 5px;
	color: #ec6d71;
	font-size: 10px;
}
#footer .footarea3 ul li a {
    color: #eee;
    text-decoration: none;
}
.copywrap {
    text-align: center;
    padding: 3px 0;
    color: #aaa;
    background: #000;
    font-size: 80%;
}
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    color: #E4E8EC;
    transition: all .2s ease;
}
#pagetop:hover{
   border-radius: 50%;
    bottom:5px;
    right:5px;
	color: #fff;
	background:#ec6d71;
}
/* ========EACH PAGE LAYOUT======== */
.toppickpanel {
    overflow: hidden;
    /* padding: 10px 0 30px; */
    transform: translateY(-30px);
}
.toppickpanel .each {
    background: #2f363b;
    width: 24%;
    margin-left: .5%;
    float: left;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.toppickpanel .each.last {
    margin-right: -45px;
}
.toppickpanel .each img{
    width: 100%;
}
.toppickpanel .each .thumb {
    overflow: hidden;
    position: relative;
}

.toppickpanel .each .thumb .clickdtl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.toppickpanel .each:hover .thumb .clickdtl {
    opacity: 1;
    transition: all .3s ease;
}
.toppickpanel .each .thumb .clickdtl .fa {
    position: absolute;
    top: 44%;
    color: #fff;
    font-size: 30px;
    margin-left: -10px;
}

.toppickpanel .each .thumb img {
    max-width: 100%;
    height: auto;
    -moz-transition: -moz-transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    -ms-transition: -ms-transform .5s linear;
    transition: transform .5s linear;
}
.toppickpanel .each .thumb img:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.toppickpanel .each .pickcontent {
    padding:0 20px 15px;
    text-align: center
}
.pickcontent p{
    text-align: left
}
.toppickpanel .each .pickcontent::before {
    font-family: 'FontAwesome';
    content: "\f0d8";
	color:#ec6d71;
}
.titstyle1 {
    height: 350px;
    position: relative;
}
.titstyle1 .wrapbg {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titstyle1 .wrapbg h2 {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    text-align: center;
	letter-spacing:8px;
}
.titstyle1 .wrapbg h2 span {
    color: #eee;
    font-size: 20px;
    display: block;
}
.titstyle1 .wrapbg .tolist {
    text-align: center;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
}
.titstyle1 .wrapbg .tolist a {
    border-radius: 20px;
    color: #fff;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 14px;
    background:#ec6d71;
	transition: all .3s ease;
}
.titstyle1 .wrapbg .tolist a:hover{
	box-shadow: 0 0 15px rgba(255,255,255,0.4);
}

.titstyle1 {
    text-align: center;
}
.list_news li {
    border-bottom: 1px solid #444;
    overflow: hidden;
    clear: both;
    padding: 5px 0;
}
.list_news li a {
    display: block;
    padding: 7px 10px;
    color: #eee;
    text-decoration: none;
}
.list_news li a .date{
    width: 285px;
    float: left;
}
.icon {
    display: inline-block;
    width: 140px;
    text-align: center;
    background: #081B42;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
	border-radius: 2px;
}
.category-1 {
    background: #4100ff !important;
}
.category-3 {
    background: #00d4e0 !important;
}
.category-4 {
    background: #f90092 !important;
}
.category-5 {
    background: #f97341 !important;
}

.list_news li a .text {
    width: 100%;
    padding-left: 300px;
    display: block;
    box-sizing: border-box;
    /*overflow: hidden;*/
    font-size: 14px;
}
.list_news li a:hover .text {
    text-decoration: underline;
}
.topblock2 .col2wrap {
    padding-right: 30px;
}
.topblock2 .col2wrap .each {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 2px #999;
    box-sizing: border-box;
    padding: 5px;
    height: 170px;
}
.topblock2 .col2wrap .each .thumb {
    float: left;
    width: 160px;
    margin-right: 10px;
}
.topblock2 .col2wrap .each .exp {
    overflow: hidden;
}
.topblock2 .col2wrap .each .exp .dtllink {
    text-align: right;
}
.topblock2 .col2wrap .each .thumb img {
    max-width: 100%;
    height: auto;
}
.topblock2 .col2wrap .each:nth-of-type(2n) {
    margin-right: -30px;
}
.topblock2 .listlink {
    text-align: center;
    clear: both;
}
.topblock2 .listlink a {
    background: #7F6657;
    color: #081B42;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    border-radius: 5px;
}
.topblock2 .col1wrap {

}



/* ========RESPONSIVE PAGE LAYOUT======== */
@media (min-width: 1200px) {
    /*フル最大幅レイアウト*/
}
@media (max-width: 1200px) {
    /*通常最大幅レイアウト*/
}
@media (max-width: 990px) {
    /*PC通常幅レイアウト*/
#menuwrap {
    width: 100%;
    display: table-cell;
    position: absolute;
    background: #2f363b;
	z-index: 1;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
#menulist ul li {
    width: 100%;
	border-top: 1px solid #292929;
}
#menulist li ul {
	position:relative;
}
#menulist li ul li {
     overflow: visible; 
     height: 50px; 
}
#menulist ul li a{
	text-align:left;
	padding-left:10%;
}
#menulist li ul li a{
	padding-left:15%;
}

.menu{
	display:block;
	z-index: 10;
}
.mainmenu{
	display: none;
}
#header{
	display:block;
}
.headtel{
	position: absolute;
	top: 0;
	right: 75px;
	width: 180px;
	height: 100%;
	padding-top: 20px;
}
#header .logo img{
	margin: 15px;
}
.topSlider .mvtxt{
	top:20%;
}

}
@media (max-width: 768px) {
    /*タブレットレイアウト*/
.topSlider .mvtxt span {
    font-size: 24px;
}
.subtxt {
	display:none;	
}
.toppickpanel .each{
	width:50%;
	margin:0;
}
.list_news li a .text{
	padding:0;
	float:left;
	margin:10px 0;
}
.titstyle1 .wrapbg h2{
	font-size:22px;
	top:28%;
	padding: 0 25px;
}
#footer .footarea1{
	width:80%;
}
.footerlink{
	display:none;
}
#footer .footarea4 {
    float: right;
    margin-right: 40px;
}
}
@media screen and (max-width: 480px) {
    /*スマホレイアウト*/
.topSlider .mvtxt span {
    font-size: 18px;
}
.telnum{
	display:none;
}
#header .btnwrap{
	height:35px;
	background-position: 28px 50%;
}
.headtel{
	width:80px;
}
}
/*Service*/
.svarea1 {
    width: 70%;
    float: left;
    background: url(images/common/svimg.jpg);
    height: 300px;
    position: relative;
}
.svarea2 {
    width: 30%;
    float: left;
    background: #000;
    height: 300px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.svservice{
	background-image:url(images/service/sv01.jpg);
}
.svcompany{
	background-image:url(images/company/sv01.jpg);
}
.svcontact{
	background-image:url(images/contact/sv01.jpg);
}
.svpolicy{
	background-image:url(images/policy/sv01.jpg);
}
.svnews{
	background-image:url(images/news/sv01.jpg);
}
.basebg{
	background-color:#f3f7fb;
}
.compo01{
	margin-bottom:20px;
}
.secimage{
    float: left;
    width: 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:600px;
}
.secimg01{
	background-image:url(images/service/img01.jpg);
}
.secimg02{
	background-image:url(images/service/img02.jpg);
}
.secimg03{
	background-image:url(images/company/img01.jpg);
}
.seccontents{
    background: #98928c;
    float:left;
    width:50%;
    min-height: 300px;
	padding: 25px;
}
.seccontentslong{
    background: #98928c;
    float:left;
    width:50%;
    min-height: 600px;
	padding: 25px;
}
.seccontents h4, .seccontentslong h4{
	font-size:20px;
	margin-bottom: 10px;
    font-weight: bold;
}
.seccontents h4:before, .seccontentslong h4:before{
	font-family: 'FontAwesome';
	content: "\f054";
	padding-right: 5px;
	color: #ec6d71;
	font-size: 14px;
	vertical-align: middle;
}
.koumokubg{
	width:100%;
	/*background:#98928c;*/
	height:60px;
	padding: 10px;
}
.compo01 table,.contactbox table{
	color:#30363b
}
.compo01 h3{
	margin-left: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.pagelink{
}
.pagelink ul {
  font-size: 0;
}
.pagelink li{
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  width: 30%;
  display: inline-block;
  margin: 30px 1%;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  transition: all .3s ease;
  border: 1px solid #ec6d71;
}
.pagelink li:hover{
	background:#ec6d71;
}
.pagelink a{
	font-size:16px;
	text-decoration:none;
	color:#ec6d71;
}
.pagelink a:hover{
	color:#eee
}
.signeture{
	text-align:right;
	margin-top:15px;
	font-family:"游明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

table {
  table-layout: fixed;
  margin: 0 0 20px;
  width: 100%;
}
  table th, table td {
    padding: 20px;
    border: 1px solid #30363b;
}
  table thead td, table th {
    background: #ffffff;
}
  table th {
    width: 30%;
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
}
  table th strong {
      font-weight: normal;
}
  table td {
    background: #ffffff;
}

table th{
  border: 1px solid #30363b;
}
.table th {
  width: 22%;
}
.table td {
  width: auto;
}

@media (min-width: 1200px) {
    /*フル最大幅レイアウト*/
}
@media (max-width: 1200px) {
    /*通常最大幅レイアウト*/
}
@media (max-width: 990px) {
.secimage{
	width:100%;
	min-height:500px;
}
.seccontents{
	width:100%;
	min-height: 200px;
}
.seccontentslong{
	width:100%;
}
.pagelink ul{
	margin: 15px auto;
}
.pagelink li{
	width: 90%;
	margin: 5px 5%;
}
.svarea1{
	width:100%;
	height:200px;
}
.svarea2{
	display:none;
}
}
@media (max-width: 768px) {
    /*タブレットレイアウト*/
}
@media screen and (max-width: 480px) {
    /*スマホレイアウト*/
}


/*contact*/
.nec {
    color: #fff;
    background: #ec6d71;
    display: inline-block;
    padding: 2px 3px;
    margin: 0 10px;
    font-size: 80%;
}
select, input, textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	max-width: 100%;
}
.soushin{
	font-weight: bold;
	padding: 15px 50px;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 14px;
	background:#ec6d71;
	transition:.2s;
}
.soushin:hover{
	box-shadow:0 5px 3px rgba(0,0,0,0.2)
}

/*policy*/
.policywrap{
	padding: 20px 20px 50px 20px;
	background: #98928c;
	margin-top: 5px;
}
.policywrap p{
	margin-top:10px;
}
.policywrap h4{
	margin-top:25px;
	border-bottom: 4px dotted #eee;
	padding-bottom: 5px;
}
.policywrap h4::before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #ec6d71;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
}

/*news*/

.sidearea{
	float:left;
	width:23.5%;
	margin-right:.5%;
	background:#98928c;
	padding:10px 20px;
}
.sidearea a, .mainarea a{
	text-decoration:none;
	color:#fff;
	display: block;
	padding: 5px 0;
}
.sidearea dt {
    padding-left: 8px;
  margin:10px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: .4em;
}

.sidearea dt ::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	box-sizing: border-box;
}
.sidearea dt ::after {
  bottom: 0;
  border-top: 1px solid #aaa;
  border-bottom: 2px solid #081B42;
}

.sidearea h2 {
  padding-left: 8px;
  margin:10px 0;
  font-size: 18px;
  position: relative;
  padding: .4em;
}
.sidearea h2:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  box-sizing: border-box;
}
.sidearea h2:after {
	bottom: 0;
	border-top: 1px solid #525252;
	border-bottom: 2px solid #2f363b;
}

.sidearea span{
	color: #ec6d71;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}
.sidearea li a:hover{
    text-decoration: underline;
}
.sidearea li a::before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #ec6d71;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
}
.mainarea{
	float:left;
	width:76%;
}
.maiareatitle{
	background:#98928c;
	padding-top:8px;
}
.newscontentsarea{
	margin-top:5px;
	/*! padding:20px; */
}
.newscontentsarea li{
	width: 49.9%;
	float: left;
	background:#98928c;
	margin-right: .1%;
    margin-bottom: 5px;
	position: relative;
}
.newscontentsarea li:nth-child(even){
    margin-right:0;
}
.newscontentsarea li a{
	text-decoration:none;
	color:#fff;
	display: block;
	min-height: 120px;
	padding: 15px;
}
.newscontentsarea li a.thumbnailimg {
  padding: 0;
}
.newscontentsarea li a .title {
    display: block;
    margin-left: 130px;
}
.newscontentsarea li a:hover .title {
    text-decoration: underline;
}
.newscontentsarea li a .date {
    float: left;
	color: #ec6d71;
}
.newscontentsarea li img{
    /*display: block;*/
    width: 100%;
    height: auto;
}
.categoryname {
    position: absolute;
    padding: 3px 20px;
    color: #fff;
    z-index: 5;
}

@media (max-width: 990px) {
.sidearea{
	width:100%;
}
.mainarea{
	width:100%;
}
	.toppickpanel{
		transform: none;
		padding: 30px 0;
	}
}

@media (max-width: 768px) {
    /*タブレットレイアウト*/
.newscontentsarea li{
	width: 100%;
}
}

/*newsdetail*/
.eachnews{
	background:#98928c;
	margin-top:5px;
	padding: 5px 20px 20px 20px;
}
.eachnews li {
    width: 100%;
}
.eachnews p{
	box-sizing: border-box;
	margin: 10px 0;
	line-height: 1.85em;
}
.eachnews img{
    width: 100%;
	margin-bottom:15px;
	height: auto;
}
.eachnews a{
    padding-bottom: 0;
  border-bottom: 1px dotted #333;
  display: inline;
}
.eachnews a:hover {
    border-bottom: 1px dotted #009ee0;
}