@charset "utf-8";

/* ===============================================
# ÉÏ²¿¥³¥ó¥Æ¥ó¥Ä
=============================================== */
.box_topcont {
  position: relative;
  background: #f7f5f2;
}

/* ===============================================
# ¥×¥í¥â
=============================================== */
.box_topcont .sec_promo {
  background:#fff url(/library/img/bg_promo.jpg) no-repeat 400px center;
  height: 500px;
}
.box_topcont .sec_promo .box_promo {
  position: absolute;
  left: 545px;
}
.box_topcont .sec_promo .box_promo .text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  font-size:20px;
  font-size:2rem;
  line-height: 2.8;
  margin: 50px 0 0 0;
}
.box_topcont .sec_promo .box_promo .text span {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: digits; 
}
@media screen and (min-width :1801px) {
  .box_topcont .sec_promo {
    background:#fff url(/library/img/bg_promo.jpg) no-repeat right center;
  }  
}
@media screen and (max-width :1400px) {
  .box_topcont .sec_promo {
    background:#fff url(/library/img/bg_promo.jpg) no-repeat center center;
  }   
  .box_topcont .sec_promo .box_promo {
    display: none;
  }
}
@media screen and (max-width :1000px) {
  .box_topcont .sec_promo {
    background:#fff url(/library/img/bg_promo.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
  }   
}
@media screen and (max-width :768px) {
  .box_topcont .sec_promo {
    background:#fff url(/library/img/bg_promo_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 250px;
  }   
}

/* ===============================================
# Search
=============================================== */
.box_topcont .sec_search {
  margin: 0 0 0 505px;
  padding: 40px 0;
  max-width: 1000px;
}
.box_topcont .sec_search .ttl {
  text-align: center;
  font-size:50px;
  font-size:5rem;
  line-height: 1;
}
.box_topcont .sec_search .subttl {
  text-align: center;
  font-size:18px;
  font-size:1.8rem;  
  font-weight: bold;
}
.box_topcont .sec_search .subttl span {
  border-bottom: 1px solid #f98c8c;
  padding: 0 0 12px 0;
}
@media screen and (max-width :1400px) {
  .box_topcont .sec_search {
    margin: 0 0 0 385px;
  }
}
@media screen and (max-width :1000px) {
  .box_topcont .sec_search {
    width: 94.6%;
    margin: 0 auto;
  }
}
@media screen and (max-width :768px) {
  .box_topcont .sec_search {
    padding: 25px 0;
  }
  .box_topcont .sec_search .ttl {
    font-size:32px;
    font-size:3.2rem;
  }
  .box_topcont .sec_search .subttl {
    font-size:13px;
    font-size:1.3rem;  
  }
}

/*¥á¥Ë¥å©`-------------------------*/
.box_topcont .sec_search .box_menu {
  text-align: center;
  margin: 30px 15px 0 15px;
  overflow: hidden;
}
.box_topcont .sec_search .box_menu >  li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  text-align: center;
}
.box_topcont .sec_search .box_menu >  li:last-child {
  margin-right: 0;
}
.box_topcont .sec_search .box_menu >  li a {
  display: block;
}
.box_topcont .sec_search .box_menu >  li p {
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 0 0;
  font-size:14px;
  font-size:1.4rem;
}
.box_topcont .sec_search .box_menu >  li figure {
  position: relative;
  width: 80%;
  height: 80%;
  margin: auto;
  padding: 40%;
  border-radius: 50%;
  background: #f7aaaa;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;  
}
.box_topcont .sec_search .box_menu >  li.collection figure {
  background: #cfcbe9;
}
.box_topcont .sec_search .box_menu >  li figure img {
  width: 67.85%;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width :769px) {
  .box_topcont .sec_search .box_menu >  li:hover figure {
    background: #df6b70;
  }
  .box_topcont .sec_search .box_menu >  li.collection:hover figure {
    background: #afa8de;
  }
}
@media screen and (max-width :1280px) {
  .box_topcont .sec_search .box_menu >  li p {
    font-size:12px;
    font-size:1.2rem;
  }
}
@media screen and (max-width :1150px) {
  .box_topcont .sec_search .box_menu >  li {
    width: 19.2%;
    margin-right: 1%;
  }
  .box_topcont .sec_search .box_menu >  li p {
    font-size:10px;
    font-size:1rem;
  }  
}
@media screen and (max-width :768px) {
  .box_topcont .sec_search .box_menu {
    margin: 30px 0 0 0;
  }
  .box_topcont .sec_search .box_menu >  li p span {
    display: block;
  }   
}


/* ===============================================
# Calendar
=============================================== */
.box_topcont .sec_calendar {
  position: absolute;
  top:54px;
  left: 88px;
  width: 357px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(252, 245, 245, 1);
  padding: 30px 40px 35px 40px;
}
@media screen and (max-width :1400px) {
  .box_topcont .sec_calendar {
    top: 25px;
    left: 30px;
  }
}
@media screen and (max-width :1000px) {
  .box_topcont .sec_calendar {
    position: static;
    top:auto;
    left: auto;
    width: 100%; 
    box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  }
  .box_topcont { 
    border-bottom: 13px solid #f5f4f4;
   }
}
@media screen and (max-width :768px) {
  .box_topcont .sec_calendar {
    padding: 20px 0 5px 0;
  }  
}

/*howto-------------------------*/
.box_topcont .sec_calendar .btn_howto {
  text-align: center;
}
.box_topcont .sec_calendar .btn_howto a {
  display: block;
  background: #d53d45;
  color: #fff;
  padding: 11px 0;
  border-radius:50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.box_topcont .sec_calendar .btn_howto .text {
  font-size:14px;
  font-size:1.4rem;
  line-height: 1.3;
  display: inline-block;
  background: url(/library/img/bg_howto.svg) no-repeat left center;
  background-size: 44px auto;
  padding: 5px 0 0 54px;
  text-align: left;
  min-height: 38px;
}
.box_topcont .sec_calendar .btn_howto .ttl {
  font-size:22px;
  font-size:2.2rem;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width :769px) {
  .box_topcont .sec_calendar .btn_howto a:hover{
    background: #cb212a;
  }
}
@media screen and (max-width :768px) {
  .box_topcont .sec_calendar .btn_howto {
    width:94.6%;
    margin:0 auto;
    line-height: 1.3;
  }  
  .box_topcont .sec_calendar .btn_howto .text {
    background:none;
    padding:0;
    display:block;
    text-align: center;
    min-height:inherit;
  }  
  .box_topcont .sec_calendar .btn_howto .ttl {
    font-size:17px;
    font-size:1.7rem;
    background: url(/library/img/bg_howto.svg) no-repeat left center;
    background-size:32px auto;
    display:inline-block;
    padding:5px 0 0 40px;
    min-height:27px;
  }
}

/*¥«¥ì¥ó¥À©`-------------------------*/
.box_topcont .sec_calendar .box_calendar {
  margin: 17px 0 0 0;
  padding: 26px 0 0 0;
  border-top: 1px solid #e4e4e4;
}
.box_topcont .sec_calendar .box_calendar .box_ttl {
  font-size:22px;
  font-size:2.2rem;
  text-align: center;
  background: url(/library/img/bg_calendar.svg) no-repeat center top;
  background-size: 36px auto;
  padding: 35px 0 0 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width :768px) {
  .box_topcont .sec_calendar .box_calendar {
    padding:0;
  }  
  .box_topcont .sec_calendar .box_calendar .js-acd_calendar {
    display:none;
    padding: 10px 50px 0 50px;
    position: relative;
  }
  .box_topcont .sec_calendar .box_calendar .box_ttl {
    font-size:20px;
    font-size:2rem;
    text-align: left;
    background: url(/library/img/bg_calendar.svg) no-repeat 10px center;
    padding: 22px 0 20px 60px;
    min-height:35px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
  }
  .box_topcont .sec_calendar .box_calendar .box_ttl:hover {
    cursor:pointer;
  }
  .box_topcont .sec_calendar .box_calendar .box_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom:10%;
    right: 15px;
    margin:auto;    
    width: 14px;
    height: 14px;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
    transform: translateX(-50%) rotate(135deg);
    -ms-transform:  translateX(-50%) rotate(135deg);
    -webkit-transform:  translateX(-50%) rotate(135deg);
  }  
  .box_topcont .sec_calendar .box_calendar .box_ttl.open::before {
    top: 10%;
    bottom:0;
    right: 30px;   
    transform: translateX(50%) rotate(-45deg);
    -ms-transform:  translateX(50%) rotate(-45deg);
    -webkit-transform: translateX(50%) rotate(-45deg);
  }    
}

/*¥«¥ì¥ó¥À©`ÇÐÌæ*/
.box_topcont .sec_calendar .box_calendar .btn_prevNext {
  display: table;
  width: 100%;
  font-size:16px;
  font-size: 1.6rem;
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext li {
  display: table-cell;
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_prev,
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next {
  width: 30%;
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_prev:hover,
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next:hover {
  cursor:pointer;
}
.box_topcont .sec_calendar .box_calendar .btn_month  {
  text-align: center;
}
.box_topcont .sec_calendar .box_calendar .btn_month  span {
  font-size:32px;
  font-size:3.2rem; 
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_prev a {
  border-right: 1px solid #ccc;
  display:inline-block;
  padding:  0 12px 0 36px;
  background: url(/library/common/img/ico_arrow_left.svg) no-repeat left center; 
  background-size: 17px 5px;  
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next {
  text-align: right;
}
.box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next a {
  border-left: 1px solid #ccc;
  display:inline-block;
  padding:  0 36px 0 12px;
  background: url(/library/common/img/ico_arrow.svg) no-repeat right center; 
  background-size: 17px 5px;
}
@media screen and (max-width :768px) {
  .box_topcont .sec_calendar .box_calendar .btn_prevNext {
    display: block;
    font-size:14px;
    font-size: 1.4rem;
  }
  .box_topcont .sec_calendar .box_calendar .btn_prevNext li {
    display: block;
  }
  .box_topcont .sec_calendar .box_calendar .btn_month {
     text-align: left;
  }  
  .box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_prev {
    position:absolute;
    top:40%;
    left:10px;
  }  
  .box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_prev a {
    border-right: none;
    display:inline-block;
    padding: 15px 0 0 0;
    background: url(/library/common/img/ico_arrow_left.svg) no-repeat left top;
    background-size: 17px 5px;
  }
  .box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next {
    position:absolute;
    top: 40%;
    right: 10px;
  }  
  .box_topcont .sec_calendar .box_calendar .btn_prevNext .btn_next a {
    border-left: none;
    display:inline-block;
    padding: 15px 0 0 0;
    background: url(/library/common/img/ico_arrow.svg) no-repeat right top; 
    background-size: 17px 5px;
  }  
}

/*¥«¥ì¥ó¥À©`table*/
.box_topcont .sec_calendar .box_calendar table.calendar {
	width:100%;
  table-layout: fixed;  
}
.box_topcont .sec_calendar .box_calendar table.calendar th,
.box_topcont .sec_calendar .box_calendar table.calendar td {
	text-align:center;
	font-weight:normal;
	line-height:2.2;
	border: 1px solid #e2e2e2;
}
.box_topcont .sec_calendar .box_calendar table.calendar a {
	color: #000;
	text-decoration:none;
	display:block;
}
.box_topcont .sec_calendar .box_calendar table.calendar a:hover {
	text-decoration:underline;
}
.box_topcont .sec_calendar .box_calendar table.calendar th {
	color: #FFF;
	background: #f38287;
}
.box_topcont .sec_calendar .box_calendar table.calendar td.collar01 {
	background: #bad2df;
}
.box_topcont .sec_calendar .box_calendar table.calendar td.collar02 {
	background: #f08580;
}
.box_topcont .sec_calendar .box_calendar table.calendar td.collar03 {
	background: #2bd420;
}
/*ÕhÃ÷-------------------------*/
.box_topcont .sec_calendar .box_ex {
  margin: 15px 0 25px 0;
}
.box_topcont .sec_calendar .box_ex dl {
  display: table;
  width: 100%;
  line-height: 1.5;
  font-size:16px;
  font-size:1.6rem;
}
.box_topcont .sec_calendar .box_ex dt {
  display: table-cell;
  width: 1.3em;
  vertical-align: top;
  color: #f6eabb;
}
.box_topcont .sec_calendar .box_ex .ex02 dt {
  color:#c7d6f5;
}
.box_topcont .sec_calendar .box_ex .ex03 dt {
  color:#82daba;
}
.box_topcont .sec_calendar .box_ex .ex04 dt {
  color:#cdcdcd;
}
.box_topcont .sec_calendar .box_ex dd {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width :768px) {
  .box_topcont .sec_calendar .box_ex {
    margin: 10px 0 15px 0;
  }
  .box_topcont .sec_calendar .box_ex dl {
    font-size: 13px;
    font-size: 1.3rem;
  }  
}

/*Äêég¥«¥ì¥ó¥À©`¥Ü¥¿¥ó-------------------------*/
.btn_year .cmn_btn {
  border: none;
  background: #feeded;
  padding: 19px 30px;  
  font-size:16px;
  font-size:1.6rem;
  margin: 0;
}
@media screen and (min-width :769px) {
  .btn_year .cmn_btn:hover span::after{
    background-image: url(/common/img/ico_arrow_w.svg);
  }
  .btn_year .cmn_btn:hover{
    background: #df6b70;
    color: #fff;
  }  
}
@media screen and (max-width :768px) {
  .btn_year .cmn_btn {
    margin: 15px auto;
    width:94.6%;
  }
}


/* ===============================================
# Å·¹ÚÌåÓýÍ¶×¢_×ãÇò365±È·Ö-Ö±²¥*¹ÙÍø
=============================================== */
.sec_news {
  position: relative;
  z-index: 1;
  padding: 90px 0 50px 0;
}
.sec_news::before {
  content:"";
  position: absolute;
  width: 500px;
  height: 100%;
  top:0;
  left: 0;
  background: #f7f5f2;
  z-index: -1;
}
.sec_news .news_inner {
  max-width: 1348px;
  margin: 0 auto;
}
.sec_news .area_left {
  width: 577px;
}
.sec_news .area_right {
  width: calc(100% - 577px);
  padding: 0 0 0 50px;
}
@media screen and (max-width :1400px) {
  .sec_news {
    padding: 65px 0 50px 0;
  }  
  .sec_news .news_inner {
    padding: 0 20px;
  }
  .sec_news .area_left {
    width: 450px;
  }
  .sec_news .area_right {
    width: calc(100% - 450px);
  }  
}
@media screen and (max-width: 1000px) {
  .sec_news::before {
    display: none;
  }  
  .sec_news .news_inner  {
    display: block;
    padding: 0;
  }
  .sec_news .area_left {
    margin: 0 auto 30px auto;
    width: 94.6%;
  }
  .sec_news .area_right {
    width: auto;
    padding: 0;
  }    
}

/*ÐÂ×Å±¾---------------------*/
/*¥¿¥¤¥È¥ë*/
.sec_news .area_left .box_ttl {
  font-size:50px;
  font-size:5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: -25px 0 -24px 0;
  letter-spacing: 0.025em;
  color:#464646;
}
.sec_news .area_left .box_ttl:before {
  width: 30px;
  background: #d1d0cd;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.sec_news .area_left .box_ttl:before {
  margin-right: 10px;
}
.sec_news .area_left .box_ttl:after {
  width: calc(100% - 25px );
  background: #d1d0cd;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.sec_news .area_left .box_ttl:after {
  margin-left: 10px;
}
.sec_news .area_left .box_newbook {
  border-right: 1px solid #d1d0cd;
  border-left: 1px solid #d1d0cd;
  padding: 30px 15px 70px 40px;
}
.sec_news .area_left .box_newbook:last-child {
  border-bottom: 1px solid #d1d0cd;
  padding-bottom: 20px;
}
.sec_news .area_left .box_newbook .box_subttl {
  margin: 0 0 15px 0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1400px) {
  .sec_news .area_left .box_newbook .box_book .book_cont .cmn_btn {
    padding: 19px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_news .area_left .box_ttl {
    font-size:37px;
    font-size:3.7rem;
    margin: -25px 0 -18px 0;
    display: block;
    text-align: left;
  }
  .sec_news .area_left .box_ttl span {
    font-size:15px;
    font-size:1.5rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
  }
  .sec_news .area_left .box_ttl:before,
  .sec_news .area_left .box_ttl:after {
    display: none;
  }
  .sec_news .area_left .box_ttl p {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    margin: 0 0 0 10px; 
  }  
  .sec_news .area_left .box_newbook {
    padding: 30px 15px 42px 15px;
    border-top: 1px solid #d1d0cd;    
  }

}
@media screen and (max-width: 374px) {
  .sec_news .area_left .box_ttl {
      font-size: 30px;
      font-size: 3rem;
  }
}
/*±¾¤Î½B½é*/
.sec_news .area_left .box_newbook .box_book li {
  display: table;
  width: 100%;
}
.sec_news .area_left .box_newbook .box_book figure {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
.sec_news .area_left .box_newbook .box_book .book_cont {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 26px;
  margin: 0 0 0 30px;
}
.sec_news .area_left .box_newbook .box_book .book_cont .days {
  font-size:17px;
  font-size:1.7rem;
}
.sec_news .area_left .box_newbook .box_book .book_cont .new {
  font-size:14px;
  font-size:1.4rem;
  font-weight: bold;
  background: #f98c8c;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1.2;
  position: relative;
}
.sec_news .area_left .box_newbook .box_book .book_cont .new::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f98c8c transparent transparent transparent;
  border-width: 8px 10px 0 10px;
}
.sec_news .area_left .box_newbook .box_book .book_cont .ttl {
  font-size:20px;
  font-size:2rem;
  display: block;
  line-height: 1.4;
  font-weight: bold;
  margin: 13px 0 20px 0;
}
.sec_news .area_left .box_newbook .box_book .book_cont .cmn_btn {
  font-size:17px;
  font-size:1.7rem;
  min-width: 272px;
}
@media screen and (max-width: 1400px) {
  .sec_news .area_left .box_newbook .box_book .book_cont .cmn_btn {
    min-width:inherit;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_news .area_left .box_newbook .box_book figure {
    width: 100px;
  }
  .sec_news .area_left .box_newbook .box_book .book_cont {
    padding: 0 0 0 15px;
  }  
  .sec_news .area_left .box_newbook .box_book .book_cont .days {
    font-size:12px;
    font-size:1.2rem;
  }
  .sec_news .area_left .box_newbook .box_book .book_cont .new {
    font-size:11px;
    font-size:1.1rem;
    padding: 5px 10px;
  }
  .sec_news .area_left .box_newbook .box_book .book_cont .new::after{
    bottom: -5px;
    border-width: 5px 6px 0 6px;
  }
  .sec_news .area_left .box_newbook .box_book .book_cont .ttl {
    font-size:15px;
    font-size:1.5rem;
    display: block;
    line-height: 1.4;
    font-weight: bold;
    margin: 13px 0 20px 0;
  }
  .sec_news .area_left .box_newbook .box_book .book_cont .cmn_btn {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
  }
}

/*ÖØÒª¤Ê¤ªÖª¤é¤»---------------------*/
.sec_news .area_right .box_important  {
  display: table;
  width: 100%;
  background: #f7f7f7;
  border-radius: 50px;
  padding: 15px 20px;
}
.sec_news .area_right .box_important .box_ttl  {
  display: table-cell;
  white-space: nowrap;
  background: #df6b70;
  color: #fff;
  border-radius: 50px;
  padding: 17px 22px;
  text-align: center;
  font-size:16px;
  font-size:1.6rem;
  vertical-align: middle;
  line-height: 1;
}
.sec_news .area_right .box_important .cmn_news_box  {
  display: table-cell;
  border: none;
  vertical-align: middle;
}
.sec_news .area_right .box_important .cmn_news_box li  {
  border: none;
  font-size:17px;
  font-size:1.7rem;  
}
.sec_news .area_right .box_important .cmn_news_box li a {
  padding: 0 0 0 10px;
}
.sec_news .area_right .box_important .cmn_news_box li a:hover {
  background: none;
  opacity: .6;  
}
.sec_news .area_right .box_important .cmn_news_box li .date {
  width: auto;
}
.sec_news .area_right .box_important .cmn_news_box li .ttl {
  padding-left: 10px;
}
@media screen and (max-width :1400px) {
  .sec_news .area_right .box_important  {
    display: block;
  }
  .sec_news .area_right .box_important .box_ttl  {
    display:  inline-block;
    padding: 8px 22px;
    margin: 0 0 10px 0;
  }
  .sec_news .area_right .box_important .cmn_news_box  {
    display:  block;
  }
}
@media screen and (max-width: 1000px) {
  .sec_news .area_right .box_important {
    background: #f6f6f6;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
.sec_news .area_right .box_important  {
    padding: 15px 2.7%;
  }  
  .sec_news .area_right .box_important .box_ttl  {
    padding: 10px 22px;
    font-size:12px;
    font-size:1.2rem;
  }
  .sec_news .area_right .box_important .cmn_news_box li  {
    font-size:13px;
    font-size:1.3rem;  
  }
   .sec_news .area_right .box_important .cmn_news_box li a {
     display:block;
   }
   .sec_news .area_right .box_important .cmn_news_box li .ttl {
    padding-left: 0;
  }
  .sec_news .area_right .box_important .cmn_news_box li .date {
    margin:0 0 3px 0;
  }
}


/*¥Ë¥å©`¥¹---------------------*/
.sec_news .area_right .box_news .box_ttl {
  font-size:20px;
  font-size:2rem;
  vertical-align: middle;
  line-height: 1;
  margin: 50px 0 40px 0;
  letter-spacing: 0.025em;
}
.sec_news .area_right .box_news .box_ttl span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 0 30px;
}
.sec_news .area_right .box_news .box_ttl .en {
  font-size:50px;
  font-size:5rem;
  padding: 0;
}
.sec_news .area_right .box_news .cmn_btn  {
  margin: 25px 14px 25px auto;
  width: 270px;
  padding: 12px 50px;
}
@media screen and (max-width :1000px) {
  .sec_news .area_right .box_news {
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_news .area_right .box_news .box_ttl {
    margin: 30px 0 15px 0;
    display: block;
    text-align: center;
  }
  .sec_news .area_right .box_news .box_ttl span {
    display: block;
    padding:5px 0 0  0 ;
  }  
  .sec_news .area_right .box_news .cmn_btn  {

    margin: 25px auto;
  }
}
@media screen and (max-width :768px) {
  .sec_news .area_right .box_news .box_ttl {
    font-size:14px;
    font-size:1.4rem;
  }
  .sec_news .area_right .box_news .box_ttl .en {
    font-size:33px;
    font-size:3.3rem;
  }  
}