.sect + .type1 {
  margin-top: 40px; }
.paging1 > ul {
  text-align: center;
  letter-spacing: -0.4em; }
  .paging1 > ul > li {
    display: inline-block;
    margin: 0 5px;
    letter-spacing: normal;
    vertical-align: middle; }
    .paging1 > ul > li > * {
      display: block;
      background-color: #fff;
      width: 34px;
      height: 34px;
      padding-top: 10px;
      font-size: 13px;
      line-height: 1;
      border: 1px solid #ddd; }
    .paging1 > ul > li.here > * {
      background-color: #add863;
      padding-top: 11px;
      color: #fff;
      border: none; }
    .paging1 > ul > li.txtOnly > * {
      display: inline;
      background: none;
      width: auto;
      padding-top: 0;
      border: none; }
    .paging1 > ul > li.txtOnly.pre {
      margin-right: 15px; }
    .paging1 > ul > li.txtOnly.nxt {
      margin-left: 15px; }
    .paging1 > ul > li.txtOnly.fst {
      margin-right: 30px; }
    .paging1 > ul > li.txtOnly.lst {
      margin-left: 30px; }
@media screen and (max-width: 991px) {
  .paging1 > ul > li.txtOnly.pre {
    margin-right: 10px; }
  .paging1 > ul > li.txtOnly.nxt {
    margin-left: 10px; }
  .paging1 > ul > li.txtOnly.fst {
    margin-right: 10px; }
  .paging1 > ul > li.txtOnly.lst {
    margin-left: 10px; } }
@media screen and (max-width: 767px) {
  .paging1 > ul > li {
    margin: 0 3px; }
    .paging1 > ul > li > * {
      width: 24px;
      height: 24px;
      padding-top: 6px;
      font-size: 11px; }
    .paging1 > ul > li.here > * {
      padding-top: 7px; }
    .paging1 > ul > li.txtOnly.pre {
      margin-right: 7px; }
    .paging1 > ul > li.txtOnly.nxt {
      margin-left: 7px; }
    .paging1 > ul > li.txtOnly.fst {
      margin-right: 7px; }
    .paging1 > ul > li.txtOnly.lst {
      margin-left: 7px; } }
.mce-read-more {
  margin: 10px 0 10px 0;
  height: 20px;
  width: 100%;
  background: url(../common/img/more.png) repeat-y scroll center center;
}

.mce-index {
  margin: 10px 0 10px 0;
  height: 20px;
  width: 100%;
  background: url(../common/img/index.png) repeat-y scroll center center;
}
strong {
  font-weight: bold !important;
}
em {
  font-style: italic !important;
}
.callout {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.callout-danger {
  color: #a94442;
  background-color: #FFF9CE;
  border-color: #E7E1CA;
}
.ogpBox{
	border:1px solid #CCC;
	padding:15px;
	margin-top:30px;
}
.ogpBox .thumb{
	width:150px;
	float:left;
}
.ogpBox .thumb img{
	width:100%;
}

.ogpBox .txt{
	margin-left:170px;
}
.ogpBox .txt .ttl{
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0px;
}
.ogpBox .txt .summery{
	font-size:14px;
	margin:0px;
	line-height:1.6;
}
.ogpBox .txt .txtUrl{
    font-size: 12px;
    padding: 10px 0 10px 0;
    margin: 0px;
    color: #D30000;
    word-wrap: break-word;
    display: block;
    line-height: 1.4 !important;
}

.accbox {
    margin: 2em 0;
    padding: 0;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    font-weight: bold;
    background :#a5d552;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#bcd88c;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #FFF;
    opacity: 1;
}


.m_gray .box_list {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px;
    overflow: hidden;
}

:root .clearfix_glossary{
    margin: 0;
    padding: 0;
}

.clearfix_glossary:before, .clearfix_glossary:after {
    content: "";
    display: block;
    overflow: hidden;
}

.box_list_five li {
    width: 20%;
    padding: 10px;
    text-align: center;
}
.box_list li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.box_list li:hover {
  color: #FFF;
  background : #a5d552;
}

.box_list li.break_point{
   border-right: #e6e9ee 1px solid;
}

.box_list li:nth-child(-n+5){
   border-top: #e6e9ee 1px solid;
}

.box_list li, .box_list td {
   border-left: #e6e9ee 1px solid;
   border-bottom: #e6e9ee 1px solid;
}

.clearfix_glossary{
  padding:10px;
  margin-bottom:20px;
}

.box_list li a{
  display : block;
}

.glossary_items{
  flex: 0 0 100%;
  max-width: 100%;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */
/*
 *	CSS add new column for TOP - START
 */

.l-header .navs ul li:nth-child(1) {
  width: 14%;
}

.l-header .navs ul li:nth-child(2) {
  width: 16%;
}

.l-header .navs ul li:nth-child(3) {
  width: 12%;
}

.l-header .navs ul li:nth-child(4) {
  width: 11%;
}

.l-header .navs ul li:nth-child(5) {
  width: 11%;
}

.l-header .navs ul li:nth-child(6) {
  width: 11%;
}

.l-header .navs ul li:nth-child(7) {
  width: 9%;
}

.l-header .navs ul li:nth-child(8) {
  width: 19%;
}

/*
 *	CSS add new column for TOP - END
 */

.l-pankz ul li .no-slash:after {
    content: "" !important;
    padding-left: 0 !important;
}

.fixbtns .btn_tel_l {
    display: none !important;
}

@media screen and (max-width: 767px) {
  .fixbtns .txt1, .fixbtns .txt2, .fixbtns .txt3 {
    display: none !important;
  }
  .fixbtns .btn_tel_l {
    display: block !important;
  }
}