@charset "UTF-8";

/* ================================================== *
 *
 *    common
 *
 * ================================================== */

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjp-DemiLight.eot');
    src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.eot');
    src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.eot');
    src: url('../font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Black.woff') format('woff'),
    url('../font/NotoSansCJKjp-Black.ttf')  format('truetype');
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
  color: #222;
  width: 100%;
}

a {
  text-decoration: none;
  color: #222;
}

.header a { text-decoration: none; color: #f2f2f2; }
.header a:hover { color: #ee7600; } … ポイント時のリンク
.header a:active { color: #ee7600; } … 選択中のリンク

.ft_area a { text-decoration: none; color: #222; }
.ft_area a:hover { color: #ee7600; } … ポイント時のリンク
.ft_area a:active { color: #ee7600; } … 選択中のリンク

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

hr {
  clear: both;
  border: none;
}

/*
#df2718
#ee7600
*/

/* ================================================== *
 *
 *    common_header
 *
 * ================================================== */
 
h1{
  width: 279px;
  float: left;
}

header{
  width: 100%;
  height: 139px;
  background-color: #df2718;
}

.header{
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 44px;
  font-size: 14px;
  font-weight: 200;
}

.header span{
  font-size: 9px;
  font-weight: 500;
}

.header ul{
  width: 400px;
  float: right;
}

.header li{
  float: left;
}

.header li:nth-child(-n+3){
  padding-right: 33px;
}

/* ================================================== *
 *
 *    main_area
 *
 * ================================================== */

#content_area{
  width: 100%;
  font-weight: 300;
}

#content_area img{
  width: 100%;
}

h2{
  text-align: center;
  margin: 6% 0 3%;
  font-size: 33px;
  line-height: 1;
}

h2 span{
  font-size: 13px;
}

ul.bnr_row{
  max-width: 1160px;
  margin: 0 auto;
}

ul.bnr_row li{
  width: 33.33%;
  max-width: 387px;
  /*display: inline-block;*/
  float: left;
}

/* ================================================== *
 *
 *    news_area
 *
 * ================================================== */

main {
  min-height: calc(100vh - 412px);
}

.news_area h3{
  padding: 0.6% 0 1%;
}

.news_area{
  max-width: 1160px;
  width: 100%;
  min-height: 240px;
  margin: 4% auto 0;
  font-size: 14px;
  /*padding: 5%;/*上下の余白*/*/
  border-top: solid thin #dedede;
  border-bottom: solid thin #dedede;}

.news_area dl{
  float: left;
  width: 30%;
  line-height: 1.6;
margin-right:10px;
}

.news_area dl.pa_3{
  margin: 0 5%;
}

.news_area dt{
  color: #df2718;
  font-weight: 700;
}

.news_area dt > span{
  padding-left: 1em;
}

dd.arrow2 {
  padding-top: 1%;
}

/*
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #df2718;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}*/

.arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
}
.arrow2:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #df2718;
    border-radius: 50%;
    position: absolute;
    top: 58%;
    left: 0;
    margin-top: -7px;
}
.arrow2:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -1px;
}

/* ================================================== *
 *
 *    common_footer
 *
 * ================================================== */

footer{
  margin-top: 6%;
  background-color: #f3f3f3;
    /*position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    min-height: 392px;*/
  min-height: 392px;
  font-size: 12px;
  font-weight: 200;
}

/* chrome のみ適用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
footer{
  margin-top: 6%;
  background-color: #f3f3f3;
  min-height: 388px;
  font-size: 12px;
  font-weight: 200;
  }
}

footer .ft_area{
  max-width: 1160px;
  margin: 0 auto;
}

footer ul{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4%;
}

footer ul:before {
content: " ";
display: block;
border-top: solid 3px #df2718;
/*bottom: -3px;*/
padding-bottom: 8%;
width: 4%;
}

footer li{
  line-height: 2.4;
}

footer li:first-child{
  font-weight: 500;
  margin-bottom: 3%;
}

footer div.ft_bg{
  background-image: url("../img/common/ft_bg.gif");
  background-repeat: repeat-x;
  width: 100%;
  height: 118px;
}

footer div.copy{
  background-color: #222;
  width: 100%;
  height: 55px;
  font-size: 10px;
  font-weight: 200;
}

footer p{
  max-width: 1160px;
  color: #f3f3f3;
  text-align: right;
  padding-top: 20px;
  margin: 0 auto;
}


/* ================================================== *
 *
 *    hover
 *
 * ================================================== */
 
.news_area a:hover{
  cursor:pointer;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}


/* ================================================== *
 *
 *    sp
 *
 * ================================================== */

@media screen and (max-width: 768px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/
}