﻿@charset "utf-8";
/* ==========================================================

title : 東建コーポレーション／土地活用「建築用語辞典」
scope : 建築用語辞典

last modify : 2019/05/15 TCI_sakaguchi TOP:見出しとボタンの文字の調整、「cat_design.shtml」:見出しの変更、「search.shtml」:ボタンの追加と文言変更

2019/05/14 TCI_sakaguchi デザイン変更による修正。「index_design.shtml」
2019/01/19 TCI_sakaguchi .srch_opposite_result_boxを追記
2019/01/04 TCI_sakaguchi レスポンシブ対応に伴いtext-indentを追加
2018/12/27 TCI_sakaguchi TCI_goto デザイン変更による修正とレスポンシブ対応
2018/10/00 342_mori 新規
========================================================== */

/* ======================================
common
====================================== */

/* contents
-------------------------------------- */
.contents {
  font-size: 17px;
  margin: 0 auto 30px;
  width: 870px;
}
.contents section {
  overflow: visible;
}

@media only screen and (min-width:813px) {
  .result_box_img {
    margin-top: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width:812px) {
  .contents {
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
  }
  .result_box_img {
    margin: 1rem auto 0;
    width: 80%;
  }
}

/* .mv_box
-------------------------------------- */
.mv_box {
  background: url("../image/img-mainvisual-01.png?v2") no-repeat;
  background-size: contain;
  height: 180px;
  margin: 0 auto 10px;
  position: relative;
  width: 870px;
}
.mv_box .ttl_mv {
  font-size: 32px;
  font-weight: bold;
	text-align: center;
	line-height: 1.15em;
  color: #862b67;
  position: absolute;
  top: 46px;
  left: 55px;
  text-shadow    : 
    #fbfbfb 4px 0px 0px, #fbfbfb -4px 0px 0px,
    #fbfbfb 0px -4px 0px, #fbfbfb 0px 4px 0px,
    #fbfbfb 4px 4px 0px, #fbfbfb -4px 4px 0px,
    #fbfbfb 4px -4px 0px, #fbfbfb -4px -4px 0px,
    #fbfbfb 2px 4px 0px, #fbfbfb -2px 4px 0px,
    #fbfbfb 2px -4px 0px, #fbfbfb -2px -4px 0px,
    #fbfbfb 4px 2px 0px, #fbfbfb -4px 2px 0px,
    #fbfbfb 4px -2px 0px, #fbfbfb -4px -2px 0px,
    #fbfbfb 2px 2px 0px, #fbfbfb -2px 2px 0px,
    #fbfbfb 2px -2px 0px, #fbfbfb -2px -2px 0px;
}
.mv_box .ttl_mv span {
	font-weight: 600;
}

@media screen and (max-width: 812px) {
  .mv_box {
    padding-top: calc(100% * 360 / 1740);
    height: 0;
    margin: 0;
    width: 100%;
  }
  .mv_box .ttl_mv {
    font-size: 1.2rem;
    top: 27%;
    left: 6.5%;
  }
	.mv_box .ttl_mv span {
		margin-left: 0.5em;
	}
}

/* category
-------------------------------------- */
.contents .category {
  background:url(../image/bg-heading-ttl.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
}

@media only screen and (max-width:812px) {
  .contents .category {
    background:url(../image/bg-heading-ttl.jpg) no-repeat 0 0 / auto 100%;
    font-size: 1.38rem;
    margin-top: .5rem;
    padding: .1rem 0;
  }

}/* lead_top
-------------------------------------- */
.lead_top {
  margin: 25px auto 50px;
  width: 700px;
}
#toppage .lead_top {
  margin: 25px auto;
	line-height: 1.5;
}


@media screen and (max-width: 812px) {
  .lead_top {
    margin: 1rem auto 0;
    width: 100%;
  }
  #toppage .lead_top {
    margin: 1rem auto 0;
  }
}

/* ----------------------------
フォントサイズbutton
------------------------------ */

#control-wrap {
  margin: 0 20px 0 0;
  overflow: hidden;
}

#control-wrap ul {
  background-image: url(/useful/image_cmn/font-bg.gif);
  display: block;
  float: right;
  height: 33px;
  width: 220px;
}

#control-wrap ul li {
  float: right;
  padding: 0 3px 0 13px;
}

/* ======================================
top
====================================== */

/* srch_keyword_box
-------------------------------------- */

.srch_keyword_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.srch_keyword_box > p {
  -webkit-align-self: center;
  align-self: center;
  color: #5A2300;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  width: 260px;
}
.srch_keyword_box > p::before {
  color: #3b64aa;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.2;
  padding-right: .5em;
}
#toppage .srch_keyword_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    width: 426px;
}
.srch_keyword_box input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 3px solid #3b64aa;
  border-radius: 0;
  font-size: 15px;
  height: 18px;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 7px 10px;
  width: 300px;
}
.srch_keyword_box input[type="button"] {
  outline: none;
  overflow: visible;
}
.srch_keyword_box input[type="button"]:hover {
  opacity: .7;
}
.srch_keyword_box .search_btn {
  background: linear-gradient(0deg, #0d3272 0%, #597ab4 99%);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  vertical-align: bottom;
  width: 88px;
}

@media screen and (max-width: 812px) {
  .srch_keyword_box {
    margin-top: 1rem;
  }
  .srch_keyword_box form {
    margin-top: .5rem;
    text-align: center;
    width: 100%;
  }
  #toppage .srch_keyword_box form {
    width: 100%;
  }
  .srch_keyword_box > p {
    font-size: 1rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .srch_keyword_box > p:before {
    line-height: 1.2;
    padding-right: .5em;
  }
  .srch_keyword_box input[type="text"] {
    border: .2rem solid #3b64aa;
    font-size: .833rem;
    height: auto;
    padding: 1.5% 2%;
    width: 70%;
  }
  .srch_keyword_box input[type="button"] {
    width: 22%;
  }
  .srch_keyword_box .search_btn {
    font-size: 1.1rem;
    height: auto;
  }
}

/* dic_box
-------------------------------------- */

.contents .dic_box {
  margin-top: 35px;
}
.dic_box .glossary_box {
  margin: 25px auto 20px;
  width: 800px;
}
.dic_box .glossary_box li * {
  overflow: visible;
}
.dic_box .glossary_box>li {
  background: #fafaf3;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.dic_box .glossary_box>li.space {
  background: transparent;
  box-shadow: none;
}
.dic_box .glossary_box>li {
  width: calc(100% / 2 - 40px / 2);
}
.dic_box .glossary_box>li:nth-of-type(n+3) {
  margin: 25px 0 0;
}
.dic_box .glossary_box .ribbon_box {
  background: url(../image/bg-ribbon-long-h.png) no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin: 10px 0 0 -21px;
  overflow: visible;
  position: relative;
  padding: 3px 0;
  width: calc(100% + 42px);
}
.dic_box .glossary_box .opposite {
  padding: 3px 0 6px;
}
.dic_box .glossary_box .ribbon_box.long {
  background-image: url(../image/bg-ribbon-long-h.png);
}
.dic_box .glossary_box .ribbon_box h2 {
  /*border-top: 2px solid #c66d6d;
  border-bottom: 2px solid #c66d6d;*/
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin: 0;
  padding: 8px 10px 11px;
  text-align: center;
  vertical-align: middle;
}
.dic_box .glossary_box .ribbon_box:after,
.dic_box .glossary_box .ribbon_box:before {
  border: none;
  content: '';
  position: absolute;
  top: 100%;
}
/*.dic_box .glossary_box .ribbon_box:before {
  left: 0;
  border-bottom: solid 6px transparent;
  border-right: solid 6px #000;
}
.dic_box .glossary_box .ribbon_box:after {
  border-bottom: solid 6px transparent;
  border-left: solid 6px #000;
  right: 0;
  visibility: visible;
}*/

.dic_box .glossary_box .ribbon_box2 {
  background: url(../image/bg-ribbon-long-j.png) no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin: 10px 0 0 -21px;
  overflow: visible;
  position: relative;
  padding: 3px 0;
  width: calc(100% + 42px);
}
.dic_box .glossary_box .opposite {
  padding: 3px 0 6px;
}
.dic_box .glossary_box .ribbon_box2.long {
  background-image: url(../image/bg-ribbon-long-j.png);
}
.dic_box .glossary_box .ribbon_box2 h2 {
  /*border-top: 2px solid #d3ba8c;
  border-bottom: 2px solid #d3ba8c;*/
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin: 0;
  padding: 8px 10px 11px;
  text-align: center;
  vertical-align: middle;
}
.dic_box .glossary_box .ribbon_box2:after,
.dic_box .glossary_box .ribbon_box2:before {
  border: none;
  content: '';
  position: absolute;
  top: 100%;
}
/*.dic_box .glossary_box .ribbon_box2:before {
  left: 0;
  border-bottom: solid 6px transparent;
  border-right: solid 6px #000;
}
.dic_box .glossary_box .ribbon_box2:after {
  border-bottom: solid 6px transparent;
  border-left: solid 6px #000;
  right: 0;
  visibility: visible;
}*/
.dic_box .glossary_box .bd_bottom {
  padding: 17px 0 0;
}
.contents .ico_arrow {
  background: #fff3f3;
  border: 1px #a23c3c solid;
  border-radius: 5px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  display: block;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}
.contents .ico_arrow:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.2;
  padding: 0 .5em 0 15px;
}
.contents .ico_arrow:after {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #000;
  border-top: 4px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
}
.dic_box .glossary_box .bd_top {
  margin: 15px 0 0;
}
.dic_box .bd_top .glossary_lst {
  margin: 0 15px;
}
.dic_box .bd_top .glossary_lst li {
  margin: 15px 0 0;
  width: calc(100% / 2 - .5em);
}
.dic_box .bd_top .glossary_lst li a {
  background: rgba(239, 226, 197, 1);
  border: 1px solid #ccc;
  border-bottom: solid 2px rgba(193, 193, 196, 1);
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #502608;
  display: block;
  font-weight: bold;
  padding: .51em 1em .49em;
  position: relative;
  text-align: left;
}
.dic_box .bd_top .glossary_lst li a:after {
  border-color: #502608 #502608 transparent transparent;
  border-style: solid;
  border-width: 2px;
  content: '';
  font-weight: bold;
  height: 5px;
  position: absolute;
  top: 44%;
  right: 1em;
  transform: rotate(45deg);
  width: 5px;
  z-index: 2;
}
.dic_box .bd_top .glossary_lst li a:hover,
.dic_box .bd_top .glossary_lst li a.active {
  background: rgba(60, 24, 1, 1);
  color: #fff;
}
.dic_box .bd_top .glossary_lst li a:hover:after,
.dic_box .bd_top .glossary_lst li a.active:after {
  border-color: #fff #fff transparent transparent;
}
.dic_box .bd_top .glossary_lst li a:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, .30);
}
.dic_box .bd_top .glossary_lst li a.active {
  pointer-events: none;
}
.dic_box .glossary_box .bd_top .subttle a,
.dic_box .glossary_box .bd_bottom .subttle a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.dic_box .glossary_box .bd_top .subttle a:hover,
.dic_box .glossary_box .bd_bottom .subttle a:hover {
  opacity: .7;
}
.dic_box .glossary_box .bd_top.text {
  padding: 0 0 9px;
  margin-top: 17px;
}
.dic_box .glossary_box li .text p {
  line-height: 1.6;
  padding: 0;
}

@media screen and (max-width: 812px) {
  .contents .dic_box {
    margin: 1rem auto 0;
  }
  .dic_box .glossary_box {
    background: none;
    margin: 0;
    width: 100%;
  }
  .dic_box .glossary_box > li:nth-of-type(-n+2),
  .dic_box .glossary_box > li:nth-of-type(n+3) {
    margin: 1rem auto 0;
    width: 100%;
  }
  .dic_box .glossary_box > li:first-child {
    margin-top: 0;
  }
  .dic_box .glossary_box .ribbon_box {
    background-image: url(../image/bg-ribbon-long-h.png);
  }
  /*.dic_box .glossary_box .ribbon_box h2 {
    font-size: 1.1rem;
    padding: .4rem 1rem;
  }*/
  .dic_box .glossary_box .bd_top .subttle a,
  .dic_box .glossary_box .bd_bottom .subttle a {
    font-size: 1rem;
  }
  .dic_box .glossary_box .bd_top {
    margin: 0;
  }
  .dic_box .bd_top .glossary_lst li {
    font-size: .88rem;
  }
  .contents .ico_arrow {
    padding: .6rem 0;
  }
  .contents .ico_arrow:after {
    border-bottom: .2rem solid transparent;
    border-left: .4rem solid #000;
    border-top: .2rem solid transparent;
    right: 1rem;
  }
  .dic_box .bd_top .glossary_lst li a:after {
    border-width: .1rem;
    height: .5rem;
    top: 40%;
    width: .5rem;
  }
  .dic_box .glossary_box .bd_top.text {
    padding: 0 0 .6rem;
    margin-top: 0.8rem;
  }
  .dic_box .glossary_box .bd_bottom {
    padding: .95rem 0 0;
  }
}

@media screen and (max-width: 375px) {
  .dic_box .glossary_box .ribbon_box h2 {
    font-size: 1.3rem;
  }
}

/* ======================================
another
====================================== */
/* -------------------------
srch_result_box
-------------------------- */

.contents .srch_result_box {
  margin: 30px auto 0;
  padding: 0 30px;
}
.srch_result_box .srch_target_box {
  background: url(../image/bg-result-01.gif) repeat-x 0 0;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
}
.srch_result_box .srch_target_box .search_category dt {
  margin-left: .5rem;
}
.srch_result_box .srch_target_box .search_category dt:first-child {
  margin-left: 0;
}
.born_start{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.srch_result_box .srch_target_box.born_start li:first-of-type {
  margin-right: 1.5em;
}
.srch_result_box .srch_target_box.born_start dt:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: .2em;
}
.srch_result_box .box_wrap {
  border: 2px solid #b7a68b;
  border-top: none;
}
.srch_result_box .srch_keywords_box {
  background: #fff1d0 url(../image/bg-result-02.gif) repeat-x 0 bottom;
  background-size: 3px 4px;
  padding: 10px 0 13px 25px;
  position: relative;
}
.srch_result_box .srch_keywords_box dt {
  padding-top: .3em;
}
.srch_result_box .srch_keywords_box dt:before {
  content: "\f02d";
  color: #B62929;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: .2em;
}
.srch_result_box .srch_keywords_box dd,
.srch_result_box .srch_keywords_box p span {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.srch_result_box .srch_keywords_box .keyword+dd {
  width: 220px;
}
.srch_result_box .srch_keywords_box .search_keyword+dd {
  width: 200px;
}
.srch_result_box .srch_keywords_box .no_pager_box dd {
  width: 640px;
}
.srch_result_box .srch_keywords_box .no_pager_box .search_keyword+dd {
  width: 620px;
}
.srch_result_box .srch_keywords_box p span {
  color: #b62929;
  width: 66px;
}
.srch_result_box .result_lst,
.srch_50on_lst_box .result_lst {
  background: #fffaee;
  padding: 10px 25px 25px;
}

.srch_result_box .result_lst li,
.srch_50on_lst_box .result_lst li {
  margin: 10px 10px 0 0;
}
.srch_result_box .result_lst li a,
.srch_50on_lst_box .result_lst li a {
  background: rgba(239, 226, 197, 1);
  border: 1px solid #ccc;
  border-bottom: solid 2px rgba(193, 193, 196, 1);
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #502608;
  display: block;
  font-weight: bold;
  padding: .5em 2.5em .5em .5em;
  position: relative;
  text-align: left;
}
.srch_result_box .result_lst li a:after,
.srch_50on_lst_box .result_lst li a:after {
  border-color: transparent #502608 #502608 transparent;
  border-style: solid;
  border-width: 2px;
  content: '';
  font-weight: bold;
  height: 8px;
  position: absolute;
  top: 32%;
  right: 1em;
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}
.srch_result_box .result_lst li a:hover,
.srch_result_box .result_lst li a.active,
.srch_50on_lst_box .result_lst li a:hover,
.srch_50on_lst_box .result_lst li a.active {
  background: rgba(60, 24, 1, 1);
  color: #fff;
}
.srch_result_box .result_lst li a:hover:after,
.srch_result_box .result_lst li a.active:after,
.srch_50on_lst_box .result_lst li a:hover:after,
.srch_50on_lst_box .result_lst li a.active:hover {
  border-color: transparent #fff #fff transparent;
}
.srch_result_box .result_lst li a:active,
.srch_50on_lst_box .result_lst li a:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, .30);
}
.srch_result_box .result_lst li a.active,
.srch_50on_lst_box .result_lst li a.active {
  pointer-events: none;
}
.search_results {
  margin-top: 1.9em;
}
.search_results li {
  margin-top: 1.7em;
}
.result_notfound {
  background: #fffaee;
  padding: 15px;
}
.result_notfound p {
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.result_notfound p::before {
  border-color: transparent transparent transparent #b7a68b;
  border-style: solid;
  border-width: .4em 0 .4em .6em;
  content: '';
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
}

@media screen and (max-width: 812px) {
  .contents .srch_result_box {
    margin: 1.3rem auto 0;
    padding: 0;
  }
  .srch_result_box .srch_keywords_box {
    padding: .6rem 1rem .9rem 1.2rem;
  }
  .srch_result_box .srch_target_box {
    font-size: .8rem;
    padding: .5rem 1.2rem;
  }
  .search_results {
  margin-top: 1.1em;
  }
  .srch_result_box .srch_keywords_box dt {
    padding-top: 0;
  }
  .srch_result_box .srch_keywords_box dd,
  .srch_result_box .srch_keywords_box p span {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    width: 11rem;
  }
  .srch_result_box .srch_keywords_box .search_keyword {
    width: 9.3rem;
  }
  .srch_result_box .srch_keywords_box .search_keyword + dd {
    width: calc(100% - 9.3rem);
  }
  .srch_result_box .srch_keywords_box .no_pager_box .search_keyword+dd {
    width: calc(100% - 9.3rem);
  }
  .srch_result_box .srch_keywords_box .keyword {
    width: 7.2rem;
  }
  .srch_result_box .srch_keywords_box .keyword + dd {
    width: calc(100% - 7.2rem);
  }
  .srch_result_box .srch_keywords_box p span {
    width: 3rem;
  }
  .srch_result_box .result_lst,
  .srch_50on_lst_box .result_lst {
    padding: .4rem 1.2rem .8rem;
  }
  .srch_result_box .result_lst li,
  .srch_50on_lst_box .result_lst li {
    margin: .4rem .4rem 0 0;
  }
  .srch_result_box .result_lst li a:after,
  .srch_50on_lst_box .result_lst li a:after {
    border-width: .1rem;
    height: .5rem;
    width: .5rem;
  }
  .result_notfound {
    padding: 1rem;
  }
  .srch_result_box .srch_keywords_box dt:before{
    line-height: 1.3;
  }
}


/* -------------------------
srch_50on_box
-------------------------- */

.contents .srch_50on_box {
  margin: 0 auto 66px;
  width: 760px;
}
.heading_A {
  border-left: 8px solid #b83e39;
  color: #3e1e06;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 12px;
  margin-bottom: 5px;
}
.heading_A_outer {
  display: inline-block;
}
.heading_A_outer::after {
  background: linear-gradient(to right, #b83e39 90%,transparent);
  content: "";
  display: block;
  height: 3px;
  width: 130%;
}
.srch_50on_box .lead_top {
  letter-spacing: -.055rem;
  margin: 25px auto;
}
.srch_50on_box .row_lst_wrap {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 79%;
}
.srch_50on_box .row_lst_wrap::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.srch_50on_box .row_lst_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.srch_50on_box .row_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  width: 8.5%;
}
.srch_50on_box .row_lst li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.srch_50on_box .row_lst li.no_link,
.srch_50on_box .row_lst a {
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 12% 0;
}
.srch_50on_box .row_lst li.no_link {
  background: #fff;
  border: solid 1px rgba(189, 189, 189, 1);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #BDBDBD;
}
.srch_50on_box .row_lst a {
  background: rgba(239, 226, 197, 1);
  border: 1px solid #ccc;
  border-bottom: solid 2px rgba(193, 193, 196, 1);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #502608;
}
.srch_50on_box .row_lst a:hover,
.srch_50on_box .row_lst a.active {
  background: rgba(60, 24, 1, 1);
  color: #fff;
}
.srch_50on_box .row_lst a:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, .30);
}
.srch_50on_box .row_lst a.active,
.srch_50on_box .row_lst a.no_link {
  pointer-events: none;
}

@media only screen and (max-width:812px) {
  .contents .srch_50on_box {
    margin: 5% auto 0;
    width: 100%;
  }
  .heading_A {
    border-left: .3rem solid #b83e39;
    font-size: 1.38rem;
    padding-left: .4rem;
    margin-bottom: .16rem;
  }
  .heading_A_outer::after {
    height: .1rem;
  }
  .srch_50on_box .lead_top {
    letter-spacing: 0;
    margin: 1rem auto 0;
  }
  .srch_50on_box .row_lst_wrap {
    margin-top: 1rem;
    padding: 0;
    width: 98%;
  }
  .srch_50on_box .row_lst_wrap::before {
    padding-top: 49%;
  }
  .srch_50on_box .row_lst li.no_link,
  .srch_50on_box .row_lst a {
    font-size: .9rem;
    padding: 9% 0;
  }
}

/* -------------------------
category_list
-------------------------- */
.category_list {
  margin: 0 auto;
  width: 760px;
}

@media only screen and (max-width:812px) {
  .category_list {
    margin: 5% 0 0;
    width: 100%;
  }
}
/* -------------------------
srch_cat_lst_box
-------------------------- */

.contents .srch_cat_lst_box {
  margin: 3% auto 0;
  width: 93.43%;
}
.srch_cat_lst_box .result_row_lst>li {
  border: 2px solid #b7a68b;
  margin-top: 20px;
}
.srch_cat_lst_box dt {
  background: #fff1d0 url(../image/bg-result-02.gif) repeat-x 0 bottom;
  background-size: 3px 4px;
  color: #503306;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.srch_cat_lst_box dd {
  margin: 0;
}
.srch_cat_lst_box dd .result_cat_lst {
  background: #fffaee;
  padding: 27px 25px;
}
.srch_cat_lst_box dd .result_cat_lst li {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  padding-left: 3em;
  text-align: left;
  text-indent: -2em;
  width: 320px;
}
.srch_cat_lst_box dd .result_cat_lst li:nth-child(-n+2) {
  margin: 0;
}
.srch_cat_lst_box dd .result_cat_lst li:before {
  color: #4f2f01;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
}

@media only screen and (max-width:812px) {
  .srch_cat_lst_box .result_row_lst>li {
    margin-top: 3.75%;
  }
  .srch_cat_lst_box dt {
    font-size: 1.2rem;
    padding: .41rem 0;
  }
  .srch_cat_lst_box dd .result_cat_lst {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
     -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.1rem 1rem;
  }
  .srch_cat_lst_box dd .result_cat_lst li {
    font-size: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
  .srch_cat_lst_box dd .result_cat_lst li:nth-of-type(2) {
    margin-top: .8rem;
  }
}

/* -------------------------
selectbox
-------------------------- */

/* easy-select-box adjust */

.easy-select-box {
  background: #fff;
  border: 3px solid #b52d2d;
  color: #5a2804;
  font-size: 16px;
  outline: none;
  text-align: left;
  width: 224px !important;
}
.easy-select-box .esb-displayer {
  color: #5a2804;
  cursor: default;
  height: 32px;
  line-height: 32px;
  padding: 0 3px;
  text-indent: 5px;
  width: 195px;
}
.easy-select-box .esb-displayer:hover {
  cursor: pointer;
  opacity: .7;
}
.easy-select-box:hover .esb-displayer {
  cursor: pointer;
  text-decoration: none;
}
.easy-select-box .esb-dropdown {
  background: #fff;
  border: 3px solid #b52d2d;
  border-top: none;
  display: none;
  max-height: 200px;
  overflow: auto;
  padding-top: 3px;
  position: absolute;
  top: 33px;
  left: 0px;
  width: 189px !important;
  z-index: 999;
}
.easy-select-box .esb-item {
  background: #fff;
  border-top: 1px dotted #ffa9a9;
  color: #5a2804;
  cursor: default;
  padding: 6px 8px;
}
.easy-select-box .esb-item:last-child {
  border-bottom: none;
}
.easy-select-box .esb-item:hover {
  background: #d2ba85;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* -------------------------
srch_50on_result_box
-------------------------- */

.contents .srch_50on_result_box {
  margin: 0 auto;
  width: 760px;
}
.srch_50on_result_box .h_ttl .sub_ttl,
.contents .srch_50on_lst_box .sub_ttl {
  display: inline-block;
  font-size: 16px;
  margin-left: .5em;
  margin-top: 0;
  letter-spacing: -.05em;
}
.srch_50on_result_box .h_ttl {
  background: url(../image/bg-heading-pattern.jpg) repeat-x 0 0;
  background-size: contain;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 115px 16px 25px;
  position: relative;
  text-align: left;
}
.srch_50on_result_box .h_ttl::after {
  background: url(../image/ico-ttl-word.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  height: 42px;
  position: absolute;
  bottom: 14%;
  right: .8%;
  width: 108px;
}
.srch_50on_result_box .h_ttl h3 {
  display: inline-block;
  font-weight: bold;
}
.srch_50on_result_box>div {
  background: #fffaee;
  border: 2px solid #b7a68b;
  border-top: none;
  padding: 25px;
}
.srch_50on_result_box div p {
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 812px) {
  .contents .srch_50on_result_box {
    margin: 3% 0 0;
    width: 100%;
  }
  .srch_50on_result_box .h_ttl .sub_ttl,
  .contents .srch_50on_lst_box .sub_ttl {
    font-size: .6rem;
    margin-left: 0;
    letter-spacing: -.05em;
  }
  .srch_50on_result_box .h_ttl {
    font-size: 1rem;
    padding: 1rem 6rem 1rem 1.2rem;
    position: relative;
    text-align: left;
  }
  .srch_50on_result_box .h_ttl::after {
    height: 2rem;
    width: 5.14rem;
  }
  .srch_50on_result_box>div {
    padding: 1.2rem;
  }
}

/* .re-search_box */

.re-search_box {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 50px;
}
.re-search_box li:first-child {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  width: 544px;
}
.btn_anchor_green:visited,
.btn_anchor_green:link {
  background: linear-gradient(0deg, #e0ebff 0%, #ffffff 100%);
  border: 1px solid #062964;
  border-radius: 4px;
  color: #062964;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: .5em 1.5em .5em 1em;
  text-align: left;
  position: relative;
  width: 9em;
  margin: 0 auto 0;
}
.btn_anchor_green:after {
  border-color: transparent #062964 #062964 transparent;
  border-style: solid;
  border-width: 2px;
  content: '';
  height: 8px;
  position: absolute;
  top: 32%;
  right: 1em;
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}
.btn_anchor_green:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, .30);
}
.btn_anchor_green:hover{
  opacity: .7;
}

@media screen and (max-width: 812px) {
  .re-search_box {
    align-items: normal;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
     -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
    padding: 0 1.2rem;
  }
  .re-search_box li {
    font-size: .9rem;
    margin-top: 1em;
  }
  .re-search_box li:first-child {
    font-size: .8rem;
    margin-top: 0;
    width: 100%;
  }
  .btn_anchor_green:visited,
  .btn_anchor_green:link {
    font-size: 1.27rem;
  }
  .btn_anchor_green:after {
    border-width: .12rem;
    height: .5rem;
    top: 36%;
    width: .5rem;
  }
}

/* .srch_opposite_result_box */

.contents .srch_opposite_result_box {
  width: 810px;
}
.srch_opposite_result_box {
  background: #fffaee;
  border: 2px solid #b7a68b;
  padding: 1.44rem;
}
.srch_opposite_result_box>div {
  background: #fff;
  border: none;
}
.srch_opposite_result_box .updown_arrow {
  background: #fffaee;
  padding: .5rem 0;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .contents .srch_opposite_result_box {
    width: 100%;
  }
  .srch_opposite_result_box {
    padding: 1.2rem;
  }
  .srch_opposite_result_box .updown_arrow {
    margin: 0 auto;
    width: 18%;
  }
}

/*辞典内検索*/

#jiten_search {
  margin: 40px auto 0;
}
#jiten_search h3 {
  background: url(../image/bg-jiten-search.jpg) no-repeat;
  color: #fff;
  font-size: 24px !important;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
#jiten_search p {
  font-size: 17px;
  margin: 0 auto;
  line-height: 1.5;
}
#jiten_search .txt_lead {
  padding: 0 35px;
  margin-top: 30px;
}
#jiten_search .srch_keyword_box input[type="text"],
#jiten_search .srch_keyword_box input[type="button"] {
  display: block;
  margin: 0 auto;
}
#jiten_search .jiten_search_btn {
  background: linear-gradient(0deg, #0d3272 0%, #597ab4 99%);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  margin-top: 42px;
  width: 210px;
}
.keyword_block {
  border: 20px solid #d4e4ff;
}
#jiten_search .btn {
  margin-top: 42px;
}

/*css radio02*/

.radio02 {
  font-size: 18px;
  margin: 24px 0 23px;
  padding: 0 5rem 0 6.5rem;

}
.radio02 li {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
}
.radio02 li:nth-of-type(n+4) {
  margin-top: 20px;
}
.radio02-input {
  display: none;
}
.radio02-input+label {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.radio02-input+.indent_active {
  text-indent: -.5em;
}
.radio02-input+label::before {
  border: 1px solid #999;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 20px;
}
.radio02-input:checked+label {
  color: #194485;
}
.radio02-input:checked+label::after {
  background: #062964;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 14px;
}
/*.btn {
  background: linear-gradient(0deg, #ffe8e8 0%, #ffffff 100%);
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  width: 340px !important;
  border: 1px solid #c92e2e;
  border-radius: 3px;
  color: #bd3c3c !important;
}
.btn a {
  color: #b82e2e !important;
  display: block;
  font-weight: bold;
  padding: .5em 1em;
  position: relative;
}
.btn a::after {
  border-color: #b82e2e #b82e2e transparent transparent;
  border-style: solid;
  border-width: 2px;
  content: '';
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  transform: rotate(45deg);
  width: 10px;
  z-index: 2;
}
.btn:hover {
  opacity: .7;
}*/

@media only screen and (max-width:812px) {
  #jiten_search {
    margin: 2rem auto 0;
  }
  #jiten_search h3 {
    background: url(../image/bg-jiten-search.jpg) no-repeat 0 0 / 100% 100%;
    font-size: 1rem !important;
    padding: .2rem 0;
  }
  #jiten_search p {
    font-size: 1rem;
    margin: 1rem auto;
  }
  .keyword_block {
    border: .64rem solid #d4e4ff;
  }
  #jiten_search .txt_lead {
    padding: 0 1.2rem;
  }
  #jiten_search .srch_keyword_box {
    margin-bottom: 1rem;
  }
  #jiten_search .srch_keyword_box input[type="text"] {
    font-size: 1rem;
    width: 85%;
  }
  .radio02 {
    font-size: 1rem;
    margin: .8rem 0;
    padding: 0 1rem;
  }
  .radio02 li {
    margin-right: .1rem;
    text-align: left;
    width: 49%;
  }
  .radio02 li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .radio02 li:nth-of-type(n+3) {
    margin-top: .7rem;
  }
  .radio02 li:nth-of-type(3n+2) {
    margin-right: .1rem;
  }
  .radio02-input+label {
    padding-left: 1.5rem;
  }
  .radio02-input+.indent_active {
    padding-left: 1.6rem;
    text-indent: -.5rem;
  }
  .radio02-input+label::before {
    height: .9rem;
    left: 0;
    width: .9rem;
  }
  .radio02-input:checked+label::after {
    left: .15rem;
    width: .6rem;
    height: .6rem;
  }
  #jiten_search .jiten_search_btn {
    font-size: 1rem;
    height: 2.5rem;
    width: 50%;
  }
  #jiten_search .btn {
    margin-top: 2rem;
    width: 85% !important;
  }
  .btn a::after {
    border-width: .15rem;
    height: .6rem;
    right: 1rem;
    width: .6rem;
  }
}

/* -------------------------
.pager_box
-------------------------- */

.pager_box {
  letter-spacing: -.4em;
}
.pager_box li {
  color: #666;
  display: inline-block;
  letter-spacing: normal;
  margin-right: .5em;
  position: relative;
}
.pager_box li:last-child {
  margin-right: 0;
}
.pager_box>li>a,
.pager_box>li>.current {
  border: 1px solid #a82020;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: .43em 0 .37em;
}
.pager_box .page-numbers {
  width: 2.3em;
}

.pager_box>li>a {
  background: #a82020;
}
.pager_box>li>a:hover,
.pager_box>li>.current {
  background: #fff;
  color: #be5858;
}
.pager_box>li>a:hover.prev:before {
  border-color: transparent transparent #be5858 #be5858;
}
.pager_box>li>a:hover.next:after {
  border-color: #be5858 #be5858 transparent transparent;
}
.pager_box>li>.no_link {
  background: #ccc;
  border: 1px solid #8e8e8e;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .19);
  color: #8E8E8E;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: .43em 0 .37em;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.pager_box li a:hover {
  opacity: 1;
}
.pager_box li .prev,
.pager_box li .next {
  position: relative;
}
.pager_box li .prev:before,
.pager_box li .first:after,
.pager_box li .next:after,
.pager_box li .last:before {
  border-style: solid;
  border-width: 2px;
  content: '';
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  width: 6px;
  z-index: 2;
}
.pager_box li .prev:before {
  border-color: transparent transparent #fff #fff;
  left: 1em;
}
.pager_box li .next:after {
  border-color: #fff #fff transparent transparent;
  right: 1em;
}
.pager_box li a:hover.prev::after {
  border-color: transparent transparent #be5858 #be5858;
}
.pager_box li a:hover.next::before {
  border-color: #be5858 #be5858 transparent transparent;
}

@media screen and (max-width: 812px) {
  .rwd>li>a,
  .rwd>li>.current {
    font-size: .7rem;
  }
  .rwd>li>.no_link {
    font-size: .7rem;
  }
  .pager_box li .prev:before,
  .pager_box li .first:after,
  .pager_box li .next:after,
  .pager_box li .last:before {
  border-width: .08rem;
  height: .3rem;
  width: .3rem;
  }
}

/*上部*/

.srch_keywords_box .pager_box {
  font-size: .85em;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 400px;
}
.srch_keywords_box .pager_box li .prev {
  padding: .25em 1.2em .15em 2em;
}
.srch_keywords_box .pager_box li .next {
  padding: .25em 2em .15em 1.2em;
}
.srch_keywords_box .pager_box li .first:after {
  border-color: transparent transparent #fff #fff;
  left: 1.3em;
}
.srch_keywords_box .pager_box li .last:before {
  border-color: #fff #fff transparent transparent;
  right: 1.3em;
}
.srch_keywords_box .pager_box li .no_link.first:after{
  border-color: transparent transparent #8e8e8e #8e8e8e;
}
.srch_keywords_box .pager_box li .no_link.last:before {
  border-color: #8e8e8e #8e8e8e transparent transparent;
}
@media screen and (max-width: 812px) {
  .srch_keywords_box .pager_box {
    position: static;
    text-align: right;
    font-size: .85rem;
    margin-top: .5rem;
    top: 0;
    right: 0;
    width: 20.5rem;
  }
}

/*下部*/

.pager_box.btm {
  margin-top: 30px;
  text-align: center;
}
.pager_box.btm li .prev {
  padding: .43em 1.2em .37em 2em;
}
.pager_box.btm li .next {
  padding: .43em 2em .37em 1.2em;
}
.pager_box.btm .no_link.prev {
  padding: .43em 1.2em .37em 2em;
}
.pager_box.btm .no_link.next {
  padding: .43em 2em .37em 1.2em;
}
.pager_box .no_link.prev:before {
  border-color: transparent transparent #8E8E8E #8E8E8E;
  left: 1em;
}
.pager_box .no_link.next:after {
  border-color: #8E8E8E #8E8E8E transparent transparent;
  right: 1em;
}

@media screen and (max-width: 812px) {
  .pager_box.btm li {
    margin-bottom: 3%;
  }
  .pager_box.btm .hide_sp {
    display: none;
  }
}

/* ----------------------------------------------------------
 ページナビ(ページへ戻る部分 .page_select)
---------------------------------------------------------- */

.page_select_ttl {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
  width: 155px;
}
.page_select_ttl:before {
  background: #a82020;
  border-radius: 0 4px 4px 0;
  color: #fff;
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 900;
  line-height: 33px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 32px;
}
.page_select_ttl:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #a82020;
  content: '';
  height: 0;
  margin: auto;
  position: absolute;
  right: 12px;
  top: -2px;
  bottom: 0;
  width: 0;
}
.page_select_ttl span {
  border: 1px solid #a82020;
  border-radius: 4px;
  color: #062964;
  cursor: pointer;
  display: block;
  font-size: 15px;
  padding: .45em 0 .35em .4em;
  position: relative;
  text-align: left;
}
.page_select_ttl_hover.page_select_ttl:after {
  border-bottom: 6px solid #a82020;
  border-top: none;
}
.page_select_ttl_hover span {
  border-bottom: 1px dotted #a82020;
  border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
}
.page_select_menu {
  border-bottom: 1px solid #a82020;
  border-left: 1px solid #a82020;
  border-right: 1px solid #a82020;
  font-size: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 195px;
  position: absolute;
  text-align: left;
  width: 155px;
  z-index: 1000;
}
.page_select_menu ul {
  background: #fff;
  width: 155px;
}
.page_select_menu li a {
  border-bottom: 1px dotted #a82020;
  padding: .4em 0 .4em .6em;
}
.page_select_menu li:last-child a {
  border-bottom: none;
}
.page_select_menu a {
  display: block;
  width: 145px;
}
.page_select_menu li a:hover {
  background: rgba(240, 98, 146, .2);
  color: #f00;
  text-decoration: none;
}
.page_select_menu::-webkit-scrollbar {
  width: 12px;
}
.page_select_menu::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 1);
}
.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200, 230, 255, 1);
}
.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200, 230, 255, 1);
}

/* -------------------------
1文字対策
-------------------------- */
.letter_space_n02em {
  letter-spacing: -.02em;
}
.letter_space_n07em {
  letter-spacing: -.07em;
}
@media screen and (max-width: 812px) {
  .letter_space_n02em {
    letter-spacing: 0;
  }
  .letter_space_n07em {
    letter-spacing: 0;
  }
  .letter_space_n05em_sp {
    letter-spacing: -.05em;
  }
}

/*---------------------------------------------
  ページトップへ
---------------------------------------------*/
#page_top {
  display:none;
  position: fixed;
  z-index:100;
}

#page_top a {
  position:relative;
  display: block;
  background-color:#fff;
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  text-decoration: none;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#page_top a::hover {
  transition: all 0.3s;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #000 !important;
}

#page_top a::after {
  display: block;
  content: '';
  position: absolute;
  top: 1.75em;
  right: 1em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 812px) {
  #page_top a {
    display: none;
  }
}
@media screen and (min-width: 813px) {
  #page_top {
    bottom: 50px;
    right: 50px;
  }

  #page_top a {
    font-size: 12px;
    padding: 15px 30px 15px 10px;
    border-radius: 3px;
    border:1px solid #196ba7;
    box-shadow: 0 0 4px #2c93dd;
  }

  #page_top a::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #2c93dd;
    border-bottom: 1px solid #2c93dd;
  }
}

/* ----------------------------------------------------------
 #banner_box
---------------------------------------------------------- */
#banner_box {
  margin: 40px auto 0;
}
figure.banner_center {
  line-height: 1.5;
}
#banner_box ul.banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#banner_box ul.banners li {
  box-sizing: content-box;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  #banner_box {
    margin: 4vw 4vw 0;
  }
  figure.banner_center,
  #banner_box ul.banners li {
    font-size: 3.6vw;
    line-height: 1.5;
    margin: 0 auto 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  figure.banner_center {
    font-size: 14px;  
    margin: 0 auto 38px;
    width: 520px;
  }
  #banner_box ul.banners {
    margin: 0 auto 15px;
    width: 868px;
  }
  #banner_box ul.banners li {
    font-size: 14px;
    margin: 0 0 22px;
    padding: 0 17px;
    width: 400px;
  }
	
	figcaption{
		padding: 0 0.75em;
	}
}