@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : news.css
Description : ニュースページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main .mainInner {
    padding-bottom: 10%;
  }
  #main .h1_tit {
    background: url(../images/news/h1_tit_sp.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    width: 87.5%;
    padding-top: 15%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .inner {
    margin: 0 auto;
    width: 87.5%;
  }
  #main .inner .newsBlock .head {
    padding: 20px 0;
  }
  #main .inner .newsBlock .head .date {
    background-color: #a90000;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.0em;
    color: #fff;
  }
  #main .inner .newsBlock .head .h2_tit {
    padding: 10px 0px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
    color: #000;
  }
  #main .inner .newsBlock .article {
    padding: 0px 0 20px;
    border-bottom: 1px dotted #706b67;
  }
  #main .inner .newsBlock .article p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.6em;
  }
  
  /*67コール*/
  .tellBox {
   /* width: 380px;*/
    margin: 0px 10px 25px;
    padding: 17px 0 14px;
    border: solid 1px #000;
	border-radius: .4em;
	background-color: #FFF;
  }
  .tellBox p {
    padding: 0;
    text-align: center !important;
    /*color: #5f4407;*/
	font-weight: bold;
	font-size: 22px !important;
  }
  .tellBox p a {
	text-decoration: underline;
  }
  .tellBox p.tell small {
	width: 100%;
	padding: 30px 0 0 0;
	display: inline-block;
  }
  ul.txt {
	font-size: 16px;
	line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 0.5em;
  }
  .call67 {
	width: 30%;
	position: relative;
	top: 5px;
	padding-right: 3px;
	margin-top: -1em;
	display: inline-block;
  }
  .call67 img {
	padding-left: 15px;
    width: 100% !important;
  }
  span.dates {
	color: #F00;
	font-weight: bold;
	padding: 3px 3px 0 5px;
	background-color: #FFF;
  }
}

@media screen and (orientation: landscape) {
	.call67 {
	  width: 15%;
    }
	
	@media screen and (min-width: 1024px) {

	}
}

@media screen and (min-width: 700px) {
  #main .mainInner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  #main .h1_tit {
    background: url(../images/news/h1_tit.png) no-repeat center center;
    margin: 0 auto 50px;
    width: 960px;
    height: 46px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .inner {
    margin: 0 auto;
    width: 960px;
  }
  #main .inner .newsBlock .head {
    padding: 20px 0;
  }
  #main .inner .newsBlock .head .date {
    background-color: #a90000;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0em;
    color: #fff;
  }
  #main .inner .newsBlock .head .h2_tit {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6em;
    color: #000;
  }
  #main .inner .newsBlock .article {
    padding: 0px 0 20px;
    border-bottom: 1px dotted #706b67;
  }
  #main .inner .newsBlock .article p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.6em;
  }
  
  /*67コール*/
  .tellBox {
	width: 73%;
	clear: both;
    padding: 16px 0 14px;
    margin: 0 auto 28px;
    border: solid 1px #000;
	border-radius: .4em;
	background-color: #fff;
  }
  .tellBox p {
	font-weight: bold;
    text-align: center;
	font-size: 2rem !important;
  }
  .tellBox p a {
	color: #e2007d;
	padding: 10px 0 0;
	font-size: 1.5em;
	display: inline-block;
  }
  .tellBox p a:hover, ul.txt a:hover {
	opacity: 0.6;
  }
  .tellBox p.tell small {
	padding: 25px 0 0 0;
	display: inline-block;
  }
  .tellBox p.tell small img {
	width: 75%;
  }
  figure {
	width: 48.7%;
	float: left;
	margin-bottom: 16px;
  }
  figure img {
	width: 100%;
  }
  figure:first-of-type {
	margin-right: 20px;
  }
  ul.txt {
	width: 718px;
	margin: 0 auto 1em;
  }
  ul.txt li {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
  }
  .call67 {
	position: relative;
	top: 3px;
  }
  .call67 img {
    width: 60px;
    height: auto;
	padding-right: 2px;
	display: inline-block;
  }
  span.dates {
	color: #F00;
	font-weight: bold;
	padding: 3px 3px 0 5px;
	background-color: #FFF;
  }
  ul li:first-of-type span.dates {
	font-size: 1.15em;
  }
}
