@charset "UTF-8";

/* ---------------------------------------------------------------------- COMMON CLASS
----------------------------------------------------------------------*/
/* device-type */
.pc {
  display: none !important;
}

#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

#wrapper .js_text {
  margin: 10px;
  padding: 10px;
  border: 1px solid #F00;
  color: #FF0000;
  box-shadow: 0px 0px 0px 10px rgba(200, 200, 200, 1);
  line-height: 1.4;
  font-size: 14px;
}

#header {
  position: relative;
}

#header #header_in {
  max-width: 720px;
  margin: 0 auto;
}
#header #header_in::after{
  content: "";
  margin: 0 -100%;
  padding: 50px 100% 0 100%;
  border-bottom: 1px solid #BEBEBE;
  display: block;
}

#header #header_in #hd_logo {
  width: 75px;
  height: 14.19px;
  margin: 18px 10px 15px 0;
  float: left;
}

#header #header_in #hd_logo a {
  display: block;
}

#header #header_in #hd_logo a svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

#header #header_in #hd_title {
  float: left;
  margin-top: 17px;
}

#header #header_in h1 {
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#header #header_in select {
  float: right;
  width: 100px;
  padding: 5px 10px 3px 5px;
  margin: 10px 12px 0 0;
}

#language_switcher {
  background-image:
    linear-gradient(45deg, transparent 50%, #3b3b3b 50%), linear-gradient(135deg, #3b3b3b 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 10px) calc(0.5em + 5px), calc(100% - 5px) calc(0.5em + 5px), calc(100% - 1.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.2em;
  background-repeat: no-repeat;
}

#language_switcher:focus {
  background-image:
    linear-gradient(45deg, #1976D2 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1976D2 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 5px) calc(0.5em + 5px), calc(100% - 10px) calc(0.5em + 5px), calc(100% - 1.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.2em;
  background-repeat: no-repeat;
  border-color: #1976D2;
  outline: 0;
}

#contents {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 25px;
  position: relative;
}

#contents #qsa {
  width: 100%;
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid #BEBEBE;
  overflow: hidden;
}
#contents #qsa h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
}
#contents #qsa #popup {
  display: none;
}
#contents #qsa label.popup-open {
  font-size: 10px;
  width: 60px;
  height: 21px;
  padding-top: 7px;
  border-radius: 15px;
  background-color: #F2F2F3;
  border: 1px solid #BEBEBE;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

#contents #qsa label.popup-open:hover {
  border: 1px solid #464646;
  cursor: pointer;
}

#contents #qsa .popup-overlay {
  display: none;
}

#contents #qsa #popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#contents #qsa .popup-window {
  width: 60%;
  max-width: 560px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contents #qsa .popup-text {
  margin: 0;
}

#contents #qsa .popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

#contents #qsa .popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

#contents #main_bottom {
  width: 100%;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 60px;
  border-top: 1px solid #BEBEBE;
  overflow: hidden;
}

.home #contents #main_bottom {
  border-top: none;
  padding: 0;
  margin: 0;
}

#contents #main_bottom #btn_back,
#contents #main_bottom #btn_next{
  float: left;
  display: inline-block;
}
#contents #main_bottom #btn_next{
  float: right;
}

#contents #main_bottom #btn_back p,
#contents #main_bottom #btn_next p {
  font-size: 12px;
  padding: 9px 20px 9px 35px;
  border: solid 1px #BEBEBE;
  background: #F5E7DB url(../images/burette/back.svg) no-repeat left 15px center;
  border-radius: 25px;
  cursor: pointer;
}
#contents #main_bottom #btn_next p {
  background: #F5E7DB url(../images/burette/next.svg) no-repeat right 15px center;
  padding: 9px 35px 9px 20px;
}

#footer {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
}

#footer #footer_in {
  margin-top: 10px;
  padding: 12px 20px;
  background-color: #fff;
  overflow: hidden;
}

#footer #footer_in p,
#footer #footer_in a {
  color: #464646;
  font-size: 10px;
}

#footer #footer_in #info {
  float: left;
}

#footer #footer_in #terms {
  float: right;
  text-align: right;
}

#footer #footer_in #ft_copy {
  direction: ltr;
  margin: 0;
}

.second #footer #footer_in{
  border-top: 1px solid #BEBEBE;
}
.second #footer #footer_in #terms {
  float: none;
}
.second #footer #footer_in #terms p:nth-child(1) {
  float: left;
}
.second #footer #footer_in #ft_copy {
  float: right;
}

#header {
  margin: 0px;
}

.home #contents {
  margin: 50px auto 0 auto;
}

.home #contents #accent {
  margin-bottom: 30px;
  overflow: hidden;
}

.home #contents #accent #module {
  position: relative;
}

.home #contents #accent #module .img {
  margin: 30px 0;
}

.home #contents #accent #module .img img {
  width: 100%;
  max-width: 820px;
  border-radius: 15px;
}

.home #contents #accent .model img {
  position: absolute;
  top: 9.715vw;
  left: 2.5vw;
  width: 100%;
  max-width: 11.656vw;
}

.home #contents #accent .cover_title {
  position: absolute;
  left: 2vw;
  bottom: 2.453vw;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px 9px 15px;
  border-radius: 25px;
}

.home #contents #accent .cover_title h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.home #contents #accent p {
  text-align: center;
}

.home #contents .cell {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 20px;
}
.home #contents .cell:nth-child(1){
  margin-top: 30px;
}

.home #contents .cell {
  direction: rtl;
}

.home #contents .cell .cell70 {
  direction: ltr;
}

.home #contents .cell img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}

.home #contents .cell .title {
  margin: 0 0 10px 0;
  display: block;
}
.home #contents .cell .title::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 -100%;
  padding: 0 100%;
  background-color: #F5E7DB;
  display: block;
}

.home #contents .cell .title h2 {
  color: #DD9B8C;
  font-size: 16px;
}

.home #contents .cell .title h2 span {
  color: #D7D8DB;
  font-size: 36px;
  margin-right: 20px;
}


.home #contents .cell .link {
  margin-top: 15px;
  display: block;
}
.home #contents .cell .link a {
  color: #fff;
  background: #DD9B8C;
  padding: 7px 17px 7px 20px;
  border-radius: 20px;
  margin-bottom: 0 !important;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home #contents .cell .link a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 0 0 3px;
  vertical-align: -7%;
  background: url(../images/burette/link_01.svg) no-repeat right center;
  display: inline-block;
}
.home #contents .cell .link a:active,
.home #contents .cell .link a:hover {
  animation-name: fadeInScale;
  animation-fill-mode: backwards;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

@keyframes fadeInScale {
  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.8, 0.8);
  }
}

.home #contents .sub_menu {
  background-color: #F2F2F3;
  padding: 30px 100%;
  margin: 65px -100% 0 -100%;
}

.home #contents .sub_menu .sub_title {
  margin-bottom: 5px;
}

.home #contents .sub_menu .sub_title h3 {
  font-size: 16px;
  font-weight: normal;
}

.home #contents .sub_menu ul {
  overflow: hidden;
  clear: both;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding: 20px 0;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}

.home #contents .sub_menu ul li {
  clear: left;
  padding-left: 15px;
}

.home #contents .sub_menu ul li::before {
  content: "";
  background-color: #464646;
  margin-left: -11px;
  margin-right: 6px;
  text-align: left;
  line-height: 1em;
  height: 3px;
  width: 3px;
  vertical-align: 23%;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 385px) {
  #contents {
    padding: 0 15px;
  }
  .home #contents #accent #module .img img {
    border-radius: 10px;
  }

  .home #contents #accent #module .img {
    margin: 20px 0;
  }

  .home #contents #accent .cover_title {
    padding: 5px 10px 4px 10px;
    border-radius: 15px;
    bottom: 3.5vw;
  }

  .home #contents #accent .cover_title h2 {
    font-size: 12px;
  }
  .home #contents #accent p,
  .home #contents #main .article p,
  .home #contents #main .article a {
    font-size: 12px;
  }

  .home #contents .cell {
    margin-top: 45px;
  }

  .home #contents .cell30 {
    text-align: center;
  }

  .home #contents .cell .link a{
    padding: 7px 18px 5px 15px;
  }
  .home #contents .cell .link a::after {
    vertical-align: -13%;
  }
}

.home #contents #main {
  clear: both;
}
.home #contents #main .article {
  position: relative;
}

.second #contents {
  margin: 251px auto 0 auto;
}
.second.searchex #contents {
  margin: 281px auto 0 auto;
}
:lang(es).second.searchex #contents {
  margin: 301px auto 0 auto;
}

.second #accent {
  clear: both;
  max-width: 720px;
  margin: 20px auto 20px auto;

  overflow: hidden;
}

.second #accent #module {
  float: left;
  margin-top: 5px;
}

.second #accent #module .img {
  float: left;
}
.second #accent #module .img img {
  width: 100%;
  max-width: 100px;
}
.second #accent #module .model {
  float: left;
  color: #8B8F99;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 10px;
}
.second #accent #module .model img{
  width: 100%;
  max-width: 57px;
}

.trouble {
  float: right;
  margin-top: 0;
}

.trouble a {
  font-size: 12px;
  width: 35px;
  height: 35px;
  background: url(../images/icon/trouble.svg) no-repeat center center;
  border: 1px solid #BEBEBE;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50%;
  display: block;
}
.trouble a:hover {
  border: 1px solid #DD9B8C;
}
.trouble a span {
  display: none;
}
#guide {
  height: auto;
}
#btn_guide {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 385px) {
  #btn_guide {
    padding: 0 15px;
  }
}
/* main
----------------------------------------------------*/
.second #contents #main {
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.second #contents #main .article {
  width: 100%;
}

.second #contents #main .article .pageTitle {
  position: relative;
  z-index: 100;
}

.second #contents #main .article h1 {
  font-size: 24px;
  line-height: 1.2;
  border-bottom: solid 6px #F5E7DB;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.second #contents #main .article h1::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 60px;
  height: 6px;
  background-color: #DD9B8C;
  display: block;
}

.second #contents #main .article .toc_title,
.second #contents #main .article .title {
  background-color: #F5E7DB;
  padding: 5px 10px 5px 0;
  margin: 60px 0px 25px 0px;
  clear: both;
}

.second.pl #contents #main .article .img+.toc_title,
.second.pl #contents #main .article .img+.title {
  margin: 20px 0px 25px 0px;
}

.second #contents #main .article .toc_title h2,
.second #contents #main .article .title h2 {
  border-left: solid 5px #DD9B8C;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  padding-left: 5px;
}

.second #contents #main .article .toc_title+.toc_title.level2nd {
  margin: 10px 0px 10px 0px !important;
}

.second #contents #main .article .toc_title.level2nd {
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 0;
  margin: 40px 0px 10px 0px;
  clear: both;
  background-color: #f4f4f4;
}

.second #contents #main .article .toc_title.level2nd h2 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  border-left: solid 4px #8894ba;
}

.second #contents #main .article .sub_title {
  background-color: #F2F2F3;
  padding: 5px 10px 5px 15px;
  margin: 40px 0px 20px 0px;
  clear: both;
  position: relative;
}

.second #contents #main .article .sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #DD9B8C transparent transparent transparent;
}

.second #contents #main .article .sub_title h3 {
  font-size: 14px;
  font-weight: normal;
}

.second #contents #main .article .third_title {
  margin: 30px 0px 10px 0px;
}

.second #contents #main .article .third_title h4 {
  font-size: 14px;
  font-weight: normal;
}

.second #contents #main .article .fourth_title {
  margin: 20px 0px 5px 0px;
}
.second #contents #main .article .fourth_title h5 {
  font-size: 14px;
  font-weight: normal;
  padding-left: 18px;
}
.second #contents #main .article .fourth_title h5:before {
    content: "";
    background-color: #464646;
    margin-left: -18px;
    margin-right: 8px;
    text-align: left;
    line-height: 1em;
    height: 10px;
    width: 10px;
    vertical-align: 0;
    display: inline-block;
}

.second #contents #main .article .img {
  text-align: center;
  margin: 15px auto;
}

.second #contents #main .article .img img {
  width: 100%;
}

.second #contents #main .article table .img .img-w80 {
  width: 40px;
}

#contents .page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}

#contents .page_top a {
  text-align: center;
  margin-top: 12px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/pagetop.svg) no-repeat center center;
  background-size: 40px auto;
  display: block;
}

#contents .page_top:active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------------------------------------------
	INDEX
----------------------------------------------------*/
.home #nav .column {
  display: block;
}

.home #nav .cat {
  width: 100%;
}

/*----------------------------------------------------
	MENU
----------------------------------------------------*/

/* top
----------------------------------------------------*/
#btn_home {
  margin-right: 10px;
}

/* button
----------------------------------------------------*/
.btn_menu {
  margin-right: 10px;
}
.btn_box>.btn_menu {
  float: left;
  height: 35px;
  padding: 0px 18px 0px 42px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: solid 1px #BEBEBE;
  box-sizing: border-box;
  border-radius: 25px;
  background: url(../images/icon/ico_menu.svg) no-repeat center left 8px;
}
:lang(ja).btn_box>.btn_menu {
  margin-bottom: 0px;
}
.btn_box>.btn_menu p{
  line-height: 33px;
  font-size: 12px;
}

#nav > .btn_menu {
  top: 75px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/close.svg) no-repeat center center;
  background-size: 30px auto;
  z-index: 1100;
}

.supp{
  font-size: 12px;
  padding: 7px 15px;
  margin-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 385px) {
  .btn_box>.btn_menu {
    margin-right: 10px;
  }
}

/* main list
----------------------------------------------------*/
#nav {
  display: none;
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: rgba(25, 25, 25, 0.7);
  z-index: 1000;
}

#nav>.navbox {
  max-height: calc(100% - 100px);
  max-width: 820px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 50px 25px 0 25px;
  padding: 30px 15px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}
#nav>.navbox::-webkit-scrollbar {
  height: 11px;
  width: 11px;
}

#nav>.navbox .title {
  text-align: center;
}

#nav>.navbox .title h2 {
  font-size: 20px;
  font-weight: normal;
  color: #DD9B8C;
}

#nav .navbox>ul{
  margin-top: 20px;
}
#nav .navbox>ul>li {
  border-top: 1px solid #F5E7DB;
  padding: 4px 0 0 0;
  margin-top: 4px;
}

#nav .navbox>ul>li a {
  font-size: 14px;
  background: url(../images/burette/link_02.svg) no-repeat left 10px top 12px;
  padding: 10px 10px 10px 30px;
  border-radius: 3px;
  display: block;
}
#nav .navbox>ul>li.block a,
#nav .navbox>ul>li a:hover  {
  color: #DD9B8C;
  background: #F2F2F3 url(../images/burette/link_03_c.svg) no-repeat left 10px top 12px;
}
#nav .navbox>ul>li.block a {
  background-color: #F5E7DB;
}

#nav .navbox ul>ul {
  margin-top: 0px;
  margin-left: 0px;
}

#nav .navbox ul>ul>li a {
  font-size: 12px;
  background: url(../images/burette/link_02.svg) no-repeat left 30px top 5px;
  padding-left: 25px;
  padding: 5px 10px 5px 50px;
  border-radius: 3px;
  display: block;
}
#nav .navbox ul>ul>li.block a,
#nav .navbox ul>ul>li a:hover  {
  color: #DD9B8C;
  background: #F2F2F3 url(../images/burette/link_03_c.svg) no-repeat left 30px top 5px;
}
#nav .navbox ul>ul>li.block a {
  background-color: #F5E7DB;
}

@media screen and (max-width: 385px) {
  #nav>.navbox {
    max-height: calc(100% - 100px);
    margin: 50px 15px 0 15px;
    padding: 30px 15px;
    border-radius: 15px;
  }
}
/* secondary
----------------------------------------------------*/
.secondary{
  display: block;
  grid-template-columns: 100%;
}
:lang(ja).secondary{
  display: grid;
  grid-template-columns: 100%;
}
.secondary .movie_link{
  order: 3;
}
:lang(ja).secondary .movie_link{
  margin-top: 15px;
}
.secondary .acc_title{
  margin-right: 0px;
  order: 1;
}
.secondary .acc_box,
.second.searchex .acc_box{
  grid-column-start: 1;
  grid-column-end: 3;
  order: 2;
}
.secondary .acc_box{
  padding: 10px 20px 20px 20px !important;
}
.second.searchex .acc_box{
  display: block;
  padding: 10px 20px 20px 20px;
}
.secondary .acc_box ul,
.second.searchex .acc_box ul{
  text-align: center;
  display: grid;
  place-items: center;
  gap: 15px;
  grid-template-columns: 1fr 1fr ;
}
.secondary .acc_box ul li + li {
  margin-left: 0px;
}
@media screen and (max-width: 385px) {
.secondary .movie_link p,
.secondary .acc_title p{
  font-size: 12px;
}
.secondary .movie_link a::after{
  background: url(../images/icon/movie.svg) no-repeat center center;
  background-size: 30px auto;
  top: -3px;
}
.secondary .acc_title p::after{
  margin-left: 4px;
  background: url(../images/icon/plus.svg) no-repeat center center;
  background-size: 23px auto;
  top: -3px;
}
.secondary .acc_title.open p::after{
  background: url(../images/icon/minus.svg) no-repeat center center;
  background-size: 23px auto;
}
}
/* explain
----------------------------------------------------*/
.explain{
  padding-top: 30px;
}
.explain p{
  display: flex;
  gap: 0 0px;
  justify-content: center;
  align-items: center;
}
.explain p .i_book{
  flex: 1;
}
:lang(en).explain p span:nth-of-type(2){
  width: 65px;
}
:lang(es).explain p span:nth-of-type(2) {
  width: 75px;
}
:lang(ja).explain p{
  display: block;
}

.popbox {
  max-height: calc(100% - 60px);
  padding: 30px 20px;
  margin: 20px 25px  0 25px ;
  border-radius: 15px;
}
.popbox::-webkit-scrollbar {
  height: 11px;
  width: 11px;
}
.batu {
  top: 75px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/close.svg) no-repeat center center;
  background-size: 30px auto;
  z-index: 1100;
  margin-right: 10px;
}
.popup {
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: rgba(25, 25, 25, 0.7);
  z-index: 1000;
}

.popbox {
  max-height: calc(100% - 100px);
  max-width: 820px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 50px 25px 0 25px;
  padding: 30px 15px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  counter-reset: popbox;
}
#nav>.navbox::-webkit-scrollbar {
  height: 11px;
  width: 11px;
}
.popbox .title{
  padding: 0 40px;
  margin: 0;
}
.popbox .title h2{
  font-size: 20px;
}
.popbox .sub_title{
  margin-top: 20px;
  padding: 15px 0 10px 0;
}
.popbox .sub_title h3{
  font-size: 16px;
  padding-left: 30px;
}
.popbox .note{
  font-size: 12px;
}
@media screen and (max-width: 385px) {
  .popbox {
    margin: 50px 15px 0 15px;
}
}
/* moflin_info
----------------------------------------------------*/
.moflin_info .lead{
  font-size: 13px;
  padding: 25px 10px 0 ;
  padding-top: 25px;
  margin-top: 20px;
}
.moflin_info .lead + .lead{
  margin-top: 10px;
}
.moflin_info .lead:last-child {
  padding-bottom: 25px;
}
.moflin_info p{
  font-size: 13px;
}
.moflin_info .sub_story{
  border-top: 1px solid #BEBEBE;
  margin-top: 25px;
  padding-top: 15px;
}
.moflin_info .sub_story .title{
  margin-top: 10px;
}
.moflin_info .sub_story .title h2{
  font-size: 30px;
}
.moflin_info .sub_title h3{
  padding-left: 0;
}
.moflin_info .cell_2nd {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 10px;
  grid-template-areas: 
  "areaA areaB"
  "areaA areaC"
  "areaA areaD";
  max-width: 450px;
  margin: 0 auto;
}
.moflin_info .cell_2nd .sub_cell{
  text-align: left;
}
.moflin_info .cell_2nd .third_title{
  margin: 5px 0;
  font-size: 14px;
}

.moflin_info .cell_3rd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
/*----------------------------------------------------
	bread
----------------------------------------------------*/
#breadcrumbs {
  max-width: 720px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  direction: rtl;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}
.second.searchex #breadcrumbs{
  margin: 10px 0 0 0;
}

#breadcrumbs::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#breadcrumbs::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#breadcrumbs::-webkit-scrollbar-thumb {
  background: #BEBEBE;
}

#breadcrumbs ul {
  display: table;
  direction: ltr;
  text-align: left;
  margin: 0 auto 0 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: table-cell;
  white-space: nowrap;
}

#breadcrumbs li + li{
  background: url(../images/burette/bread.svg) no-repeat left 5px center;
}

#breadcrumbs li{
  font-size: 12px;
  position: relative;
  padding: 8px 5px 8px 30px;
}

#breadcrumbs li:first-child {
  padding-left: 0;
}
#breadcrumbs li:last-child {
  color: #dd9b8c;
}
#breadcrumbs a:hover {
  color: #dd9b8c;
}


/*----------------------------------------------------
	search
----------------------------------------------------*/
.search_box_table {
  margin-bottom: 20px;
}

.search_box_table {
  margin-bottom: 0px;
}
.home .search_box_table {
  float: left;
  clear: left;
  width: calc(100% - 45px);
  margin-bottom: 0px;
}
:lang(ja).home .search_box_table {
  clear: none;
  width: calc(100% - 160px);
}

.search_box_table #searchButton {
  right: 0px;
}

@media screen and (max-width: 385px) {
  :lang(ja).home .search_box_table {
    width: calc(100% - 140px);
  }
}

/*----------------------------------------------------
	tabs
----------------------------------------------------*/
.second #contents #main .article .tabs {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.second #contents #main .article .tabs .tab_menu {
  display: block;
  width: 100%;
}

.second #contents #main .article .tab_menu li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: none;
}

.second #contents #main .article .tab_menu li a {
  font-size: 90%;
  text-align: center;
  background: #EFEFEF;
  color: #226AB7;
  margin: 0px;
  padding: 10px;
  -moz-box-shadow: 0 0 5px #999 inset;
  -webkit-box-shadow: 0 0 5px #999 inset;
  box-shadow: 0 0 5px #999 inset;
  display: block;
}

.second #contents #main .article .tab_menu li a:hover {
  background: #BDD5EA;
}

.second #contents #main .article .tab_menu li.active a {
  background: #226AB7;
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.second #contents #main .article .tab_menu li a {
  text-decoration: none;
}

.second #contents #main .article .tabbox {
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 5px 15px 15px 15px;
  border: 1px solid #226AB7;
}

/*----------------------------------------------------
	item_explanation
----------------------------------------------------*/
@media screen and (max-width: 600px) {
  .spec .item {
    grid-template-columns: 8em 1fr !important;
  }
}
@media screen and (max-width: 385px) {
  .spec .item {
    grid-template-columns: 7em 1fr !important;
  }
  :lang(ja).spec .item {
    grid-template-columns: 6em 1fr !important;
  }
}
/*----------------------------------------------------
	個別設定
----------------------------------------------------*/
#nav .column {
  margin: auto;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

ol.operation>.img {
  margin-left: 30px !important;
}

.multi-column {
  clear: both;
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

img.img-w300 {
  max-width: 300px;
}
