@charset "UTF-8";

/** COMMON CSS  @version   0.01 2012-06-27 @copyright All Rights Reserved, Copyright (C) CASIO COMPUTER CO., LTD @link      http://casio.jp/  */
/* ---------------------------------------------------------------------- HTML NORMALIZE
----------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

p {
  line-height: 1.5;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
}

img {
  border: 0;
}

.multi-column {
  margin-top: 15px;
}
.multi-column img{
  width: 100%;
}
.multi-column .img{
  margin-top: 0 !important;
  max-width: 300px;
}
.multi-column .area{
  break-inside: avoid;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: 1;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollable /* アンケート */{
  overflow: hidden !important;
}

/* ---------------------------------------------------------------------- CONTAINER
----------------------------------------------------------------------*/
html {
  background: #fff;
}

body {
  background: #fff;
  color: #464646;
  font-family: 'NotoSans-R', 'NotoSansJP-R', sans-serif;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:lang(zh) {
  font-family: STXihei, STHeiti, '华文细黑', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 'Lantinghei SC', Lantinghei, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}

:lang(th) {
  font-family: Thonburi, DokChampa, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}

:lang(ar) {
  font-family: 'Geeza Pro', GeezaPro, 'Microsoft Sans Serif', MicrosoftSansSerif, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}

/* ---------------------------------------------------------------------- FONT
----------------------------------------------------------------------*/

@font-face {
  font-family: 'NotoSansJP-R';
  font-style: normal;
  font-weight: normal;
  src: url('../font/NotoSansJP-Regular.ttf') format('woff'),
    url('../font/NotoSansJP-Regular.woff2') format('woff2'),
    url('../font/NotoSansJP-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansJP-B';
  font-style: normal;
  font-weight: bold;
  src: url('../font/NotoSansJP-Bold.ttf') format('woff'),
    url('../font/NotoSansJP-Bold.woff2') format('woff2'),
    url('../font/NotoSansJP-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansJP-Bl';
  font-style: normal;
  font-weight: 900;
  src: url('../font/NotoSansJP-Black.ttf') format('woff'),
    url('../font/NotoSansJP-Black.woff2') format('woff2'),
    url('../font/NotoSansJP-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans-R';
  font-style: normal;
  font-weight: normal;
  src: url('../font/NotoSans-Regular.ttf') format('woff'),
    url('../font/NotoSans-Regular.woff2') format('woff2'),
    url('../font/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans-B';
  font-style: normal;
  font-weight: bold;
  src: url('../font/NotoSans-Bold.ttf') format('woff'),
    url('../font/NotoSans-Bold.woff2') format('woff2'),
    url('../font/NotoSans-Bold.ttf') format('truetype');
}

/* ---------------------------------------------------------------------- HEADER
----------------------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#language_switcher:-moz-focusring,
#parent:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #464646;
}

#contents #main #parent {
  padding: 12px 50px 12px 10px;
}

#language_switcher,
#parent {
  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% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), calc(100% - 2.6em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 80%;
}

#language_switcher:focus,
#parent: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% - 12px) calc(1em + 4px), calc(100% - 17px) calc(1em + 4px), calc(100% - 2.6em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
  border-color: #1976D2;
  outline: 0;
}

/*----------------------------------------------------
	索引機能
----------------------------------------------------*/
.word {
  margin-top: 25px;
}

.hit_too_much {
  font-size: 100% !important;
  color: #FF0004;
}

.second #contents #main .article .word p {
  font-weight: bold;
}

.second #contents #main .article .word ul {
  margin-top: 10px;
  overflow: hidden;
}

.second #contents #main .article .word ul li {
  background: none;
  float: left;
  font-size: 100%;
  line-height: auto;
  padding-left: 0;
  margin-right: 10px;
}

.second #contents #main .article .word ul li p {
  display: inline-block;
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: auto;
}

.second #contents #main .article .word ul li a {
  position: relative;
  display: inline-block;
  color: #464646;
  padding: 0px 10px;
  font-weight: bold;
  background-color: #f2f2f1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f2f2f1));
  background-image: -webkit-linear-gradient(top, white, #f2f2f1);
  background-image: -moz-linear-gradient(top, white, #f2f2f1);
  background-image: -o-linear-gradient(top, white, #f2f2f1);
  background-image: -ms-linear-gradient(top, white, #f2f2f1);
  background-image: linear-gradient(top, white, #f2f2f1);
  -pie-background: linear-gradient(#ffffff, #f2f2f1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: solid 1px #fff;
  line-height: auto;
}

.second #contents #main .article .word ul li a {
  height: 33px;
  line-height: 33px;
}

/*----------------------------------------------------
	MENU
----------------------------------------------------*/
#guide {
  overflow: hidden;
}

/* top
----------------------------------------------------*/
#btn_home {
  float: left;
  margin-right: 20px;
}

#btn_home a {
  width: 35px;
  height: 35px;
  border: solid 1px #BEBEBE;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: inherit;
  background: url(../images/icon/ico_home.svg) no-repeat center center;
  border-radius: 50%;
  display: block;
}

#btn_home a:hover {
  border: 1px solid #DD9B8C;
}

/* button
----------------------------------------------------*/
.btn_menu {
  cursor: pointer;
}

.btn_box>.btn_menu {
  float: left;
  height: 35px;
  margin-right: 20px;
  padding: 0px 18px 0px 42px;
  border: solid 1px #BEBEBE;
  box-sizing: border-box;
  border-radius: 25px;
  overflow: hidden;
  text-indent: inherit;
  background: url(../images/icon/ico_menu.svg) no-repeat center left 8px;
  display: block;
}
.second .btn_box>.btn_menu{
  width: 35px;
  padding: 0px;
  background: url(../images/icon/ico_menu.svg) no-repeat center center;
}

.btn_box>.btn_menu:hover {
  border: 1px solid #DD9B8C;
}

.btn_box>.btn_menu p{
  line-height: 33px;
  font-size: 12px;
}

#nav>.btn_menu {
  position: fixed;
  top: 100px;
  right: calc(50% - 290px);
  width: 40px;
  height: 40px;
  background: url(../images/icon/close.svg) no-repeat center center;
  z-index: 1100;
}

.supp {
  text-align: center;
  font-size: 14px;
  background-color: #ebf4f1;
  padding: 10px 20px;
  margin-top: 20px;
  box-sizing: border-box;
  border-radius: 6px;
}

span.movie {
  background: url(../images/icon/movie.svg) no-repeat right center;
  background-size: 1.4em auto;
  width: 1.4em;
  height: 1.4em;
  vertical-align: -22%;
  margin-left: 0.3em;
  padding-top: 0;
  display: inline-block;
}

/* 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: 720px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 50px auto 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

#nav>.navbox::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}

#nav>.navbox::-webkit-scrollbar-track {
  background: #fff;
}

#nav>.navbox::-webkit-scrollbar-thumb {
  background: #DD9B8C;
}

#nav>.navbox .title {
  text-align: center;
}

#nav>.navbox .title h2 {
  font-size: 24px;
  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: 18px;
  background: url(../images/burette/link_02.svg) no-repeat left 10px top 15px;
  padding: 10px 10px 10px 35px;
  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 15px;
}

#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: 14px;
  background: url(../images/burette/link_02.svg) no-repeat left 35px top 8px;
  padding-left: 25px;
  padding: 5px 10px 5px 60px;
  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 35px top 8px;
}

#nav .navbox ul>ul>li.block a {
  background-color: #F5E7DB;
}

#nav.fixed {
  top: 0 !important;
}

.sect {
  margin-right: 0.5em;
}
/* secondary
----------------------------------------------------*/
.secondary{
  padding-top: 30px;
  position: relative;
  clear: both;
  display: block;
  grid-template-columns: 60% 40%;
}
:lang(ja).secondary{
  display: grid;
}
.secondary .movie_link p,
.secondary .acc_title p{
  font-size: 14px;
}
.secondary .movie_link{
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  order: 2;
}
.secondary .movie_link:hover{
  border-top: 1px solid #DD9B8C;
  border-bottom: 1px solid #DD9B8C;
}
.secondary .movie_link a{
  display: block;
  position: relative;
  padding-right: 42px;
}
.secondary .movie_link a::after{
  content: "";
  width: 35px;
  height: 23px;
  margin-left: 7px;
  background: url(../images/icon/movie.svg) no-repeat center center;
  background-size: 35px auto;
  display: inline-block;
  position: absolute;
  top: -1px;
}
.secondary .word{
  margin-top: 0;
}
.secondary .acc_title{
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  margin-right: 20px;
  cursor: pointer;
  order: 1;
}
.secondary .acc_title:hover{
  border-top: 1px solid #DD9B8C;
  border-bottom: 1px solid #DD9B8C;
}
.secondary .acc_title p{
  position: relative;
  padding-right: 32px;
}
.secondary .acc_title p::after{
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 7px;
  background: url(../images/icon/plus.svg) no-repeat center center;
  display: inline-block;
  position: absolute;
  top: -2px;
}
.secondary .acc_title.open{
  color: #DD9B8C;
  border-top: 1px solid #DD9B8C;
  border-bottom: 1px solid #fff;
}
.secondary .acc_title.open p::after{
  background: url(../images/icon/minus.svg) no-repeat center center;
}
.second.searchex .acc_title {
  text-align: center;
}
.secondary .acc_box,
.second.searchex .acc_box{
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 30px 20px;
  display: none;
  border-bottom: 1px solid #DD9B8C;
  order: 3;
}
.second.searchex .acc_box{
  border-bottom: 1px solid #BEBEBE;
}
.secondary .acc_box{
  margin-bottom: 0 !important;
}
.second.searchex .acc_box{
  display: block;
  padding: 10px 20px 30px 20px;
  margin-bottom: 20px;
}
.secondary .acc_box ul,
.second.searchex .acc_box ul{
  text-align: center;
  display: grid;
  gap: 15px;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.secondary .acc_box ul li,
.second.searchex .acc_box ul li{
  width:100%;
  padding: 5px 12px;
  box-sizing: border-box;
  background-color: #f2f2f3;
  border: 1px solid #BEBEBE;
  border-radius: 15px;
  cursor: pointer;
}
.secondary .acc_box ul li:hover,
.second.searchex .acc_box ul li:hover{
  background-color: #F5E7DB;
}
.secondary .acc_box ul li + li {
  margin-left: 10px;
}
.secondary .acc_box ul li p{
  font-size: 12px;
}
.second.searchex .acc_box ul li p{
  font-size: 12px !important;
  margin: 0 !important;
}

/* explain
----------------------------------------------------*/
.explain+.explain{
  padding-top: 30px;
}
.explain{
  clear: both;
  text-align: center;
  padding-top: 40px;
  overflow: hidden;
}
.explain p{
  background: #F5EEE6;
  font-size: 14px;
  line-height: 1.8;
  padding: 8px 10px;
  border-radius: 6px;
}
.explain p span{
  display: inline-block;
}
.explain p .i_book{
  background: url(../images/icon/book.svg) no-repeat left center;
  padding: 0 0 0 40px;
  text-align: left;
}
:lang(ja).explain p .i_book{
  text-align: center;
}
.explain p .ins{
  color: #fff;
  font-size: 12px;
  background-color: #75A19F;
  background-image: none;
  padding: 1px 12px;
  margin-left: 12px;
  border-radius: 15px 15px;
  cursor: pointer;
}
.explain p .ins::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;
  }
.explain p .ins:hover{
  opacity: 0.7;
}

.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: 720px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 50px auto 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  counter-reset: popbox;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.popup.show {
  opacity: 1;
  visibility: visible; 
}
.popbox::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}

.popbox::-webkit-scrollbar-track {
  background: #fff;
}

.popbox::-webkit-scrollbar-thumb {
  background: #75A19F;
}

.moflin_info .popbox::-webkit-scrollbar-thumb {
  background: #DD9B8C;
}


.batu {
  position: fixed;
  top: 100px;
  right: calc(50% - 290px);
  width: 40px;
  height: 40px;
  background: url(../images/icon/close.svg) no-repeat center center;
  z-index: 1100;
  cursor: pointer;
}
.popbox .title{
  text-align: center;
  margin: 0 0 20px 0;
}
.popbox .title h2{
  font-weight: normal;
  font-size: 24px;
  color: #75A19F;
}
.popbox .sub_title{
  border-top: 1px solid #BEBEBE;
  margin-top: 20px;
  padding: 15px 0 10px 0;
}
.popbox .sub_title h3{
  font-size: 18px;
  color: #75A19F;
  padding-left: 30px;
}
.popbox .sub_title h3::before{
  content: counter(popbox);
  counter-increment: popbox;
  margin-left: -30px;
  width: 30px;
  display: inline-block;
}
.popbox .note{
  font-size: 14px;
  margin-left: 30px;
}
.popbox .note+.note{
  margin-top: 0.5em;
}
.popbox .note::before{
  background-color: #333;
}
/* moflin_info
----------------------------------------------------*/
.moflin_info .title h2{
  color: #8B8F99;
}
.moflin_info .lead{
  font-size: 16px;
  border-top: 1px solid #BEBEBE;
  padding-top: 45px;
}
.moflin_info .lead + .lead{
  margin-top: 15px;
  padding-top: 0;
  border-top: none;
}
.moflin_info .lead:last-child {
  padding-bottom: 45px;
  border-bottom: 1px solid #BEBEBE;
}
.moflin_info p{
  font-size: 15px;
}
.moflin_info .sub_story{
  border-top: 1px solid #BEBEBE;
  margin-top: 45px;
  padding-top: 25px;
}
.moflin_info .sub_story .title{
  margin-top: 20px;
}
.moflin_info .sub_story .title h2{
  font-size: 40px;
  font-weight: bold;
  color: #E6D2C7;
}
.moflin_info .sub_story .title+p{
  text-align: center;
}
.moflin_info .sub_title{
  border-top: none;
  margin-top: 20px;
  padding: 15px 0 20px 0;
}
.moflin_info .sub_title h3{
  font-size: 18px;
  color: #8B8F99;
  padding-left: 0;
}
.moflin_info .sub_title h3::before{
  display: none;
}
.moflin_info .img img{
  max-width: 100%;
  border-radius: 0;
}
.moflin_info .cell_2nd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
  grid-template-areas: 
  "areaA areaA areaA"
  "areaB areaC areaD";
}
.moflin_info .cell_2nd .sub_cell{
  text-align: center;
}
.moflin_info .cell_2nd .sub_cell:nth-child(1) {
  grid-area: areaA;
}
.moflin_info .cell_2nd .sub_cell:nth-child(2) {
  grid-area: areaB;
}
.moflin_info .cell_2nd .sub_cell:nth-child(3) {
  grid-area: areaC;
}
.moflin_info .cell_2nd .sub_cell:nth-child(4) {
  grid-area: areaD;
}
.moflin_info .cell_2nd .third_title{
  margin: 20px 0;
}
.moflin_info .cell_3rd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  text-align: center;
}
.moflin_info .cell_3rd .sub_cell:nth-child(1){
  color: #F19763;
  .sub_title h3{
    color: #fff;
    background-color: #F19763;
  }
}

.moflin_info .cell_3rd .sub_cell:nth-child(2){
  color: #A778AC;
  .sub_title h3{
    color: #fff;
    background-color: #A778AC;
  }
}
.moflin_info .cell_3rd .sub_cell:nth-child(3){
  color: #E07E73;
  .sub_title h3{
    color: #fff;
    background-color: #E07E73;
  }
}
.moflin_info .cell_3rd .sub_cell:nth-child(4){
  color: #5573B3;
  .sub_title h3{
    color: #fff;
    background-color: #5573B3;
  }
}
.moflin_info .cell_3rd .sub_cell .sub_title h3{
  font-size: 15px;
  max-width: 140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}

/* sub list in-page link
----------------------------------------------------*/
.second #contents #page_nav {
  margin: 15px 0 30px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-bottom: 1px;
}

.second #contents #page_nav ul {
  padding-top: 0;
  border-bottom: none;
}

.second #contents #page_nav ul li {
  clear: both;
}

.second #contents #page_nav ul li a {
  color: #464646 !important;
  display: block;
  line-height: 1.4;
  padding: 8px 10px 8px 40px;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: #f4f4f4 url(../images/burette/pagedown.svg) no-repeat left 10px center;
  background-size: 20px auto;
  border-top: solid 1px #FFF;
}

/* sub list
----------------------------------------------------*/
.second #contents #lnav {
  width: 100%;
  margin-top: 15px;
  border-bottom: solid 1px #ccc;
  float: right;
}

.second #contents #lnav ul {
  padding-top: 0;
  border-bottom: none;
}

.second #contents #lnav ul li {
  clear: both;
}

.second #contents #lnav>ul>li {
  padding-top: 10px;
}

.second #contents #lnav>ul>li:first-child {
  padding-top: 0px;
  border-top: solid 1px #ccc;
}

.second #contents #lnav ul>li a,
.second #contents #lnav ul>ul li a {
  display: block;
  line-height: 1.4;
  padding: 10px 25px 10px 10px;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: #f4f4f4 url(../images/burette/ico_arw_01.svg) no-repeat right 7px center;
  background-size: 18px auto;
  border-top: solid 1px #FFF;
}

.second #contents #lnav ul>li a {
  font-weight: bold;
}

.second #contents #lnav ul li.current a,
.second #contents #lnav ul li#acc.current a {
  background: #D7DFED;
}

.second #contents #lnav ul li.end a {
  border-bottom: none;
}

.second #contents #lnav ul #space {
  margin-top: 20px;
  border-bottom: none;
}

.second #contents #lnav #space_b {
  border-bottom: none;
}

.second #contents #lnav ul #acc {
  background: #f2c0c0;
  border-bottom: none;
}

.second #contents #lnav #acc_b {
  border-bottom: 1px solid #CCC;
}

.second #contents #lnav ul #acc p {
  background: url(../images/icon/ico_plus_s.svg) no-repeat right center;
}

.second #contents #lnav ul #acc a {
  background: url(../images/burette/ico_arw_01.svg) no-repeat right 7px center;
  background-size: 18px auto;
}

.second #contents #lnav ul #acc.open,
.second #contents #lnav ul .scroll-block#acc {
  background: #ECA2A2;
}

.second #contents #lnav ul #acc.open p,
.second #contents #lnav ul .scroll-block#acc p {
  background: url(../images/icon/ico_minus_s.svg) no-repeat right center;
  background-size: 13px auto;
}

.second #contents #lnav ul li.scroll {
  background: #f4f4f4;
  clear: both;
  border-bottom: none;
}

.second #contents #lnav ul li.li_scroll,
.second #contents #lnav ul li.li_scroll-block {
  width: 100%;
  background-color: #E9E9E9;
  display: table;
}

.second #contents #lnav ul li.li_scroll a,
.second #contents #lnav ul li.li_scroll-block a {
  background: #f4f4f4;
  padding: 10px;
}

.second #contents #lnav ul li.li_scroll-block a {
  background: #D7DFED;
}

li.li_scroll+li.scroll,
li.li_scroll+li.scroll-block,
li.li_scroll-block+li.scroll-block,
li.li_scroll-block+li.scroll {
  float: left;
  width: 35px !important;
  background: #E9E9E9 !important;
  padding: 9px 0px;
  clear: none !important;
  border-bottom: none !important;
  border-top: solid 1px #F4F4F4 !important;
  cursor: pointer;
}

.second #contents #lnav ul li .scroll,
.second #contents #lnav ul li .scroll-block,
.second #contents #lnav ul li .scroll-block.open {
  display: table-cell;
  line-height: 1.4;
  font-weight: normal;
  font-size: 81%;
  border: none;
  background: url(../images/icon/ico_plus_s.svg) no-repeat center center;
  width: 33px;
}

.second #contents #lnav ul li.scroll.open,
.second #contents #lnav ul li.scroll-block {
  background: #DFDFDF;
}

.second #contents #lnav ul li .scroll.open,
.second #contents #lnav ul li .scroll-block {
  background: url(../images/icon/ico_minus_s.svg) no-repeat center center;
}

.second #contents #lnav ul li.scroll {
  border-top: solid 1px #FFF;
}

.second #contents #lnav ul li.scroll.open {
  border-bottom: none;
}

.second #contents #lnav .scroll_box,
.second #contents #lnav .scroll_box-block {
  background-color: #ccc;
  clear: both;
  border-top: solid 1px #fff;
}

.second #contents #lnav .scroll_box a,
.second #contents #lnav .scroll_box-block a {
  padding: 10px 25px 10px 20px;
  border-bottom: solid 1px #d8d8d8;
  background-color: #e9e9e9;
  border-top: none;
}

.second #contents #lnav .scroll_box li:last-child a,
.second #contents #lnav .scroll_box-block li:last-child a {
  border-bottom: none;
}

/* ---------------------------------------------------------------------- FOOTER
----------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 1000;
  overflow: hidden;
}

/* ---------------------------------------------------------------------- INDEX
----------------------------------------------------------------------*/

/* ---------------------------------------------------------------------- COMMON ELEMENT
----------------------------------------------------------------------*/
.second.pl #contents #main .article>.img {
  margin: 70px 0 0 0;
}

h2+.img {
  margin: 15px 0 !important;
}

a {
  color: #464646;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p a {
  word-wrap: break-word;
}

em {
  color: #226AB7;
}

.screenReader {
  display: none;
}

.nowrap {
  white-space: nowrap !important;
}

ul li {
  list-style: none;
}

ul+p {
  margin-top: 5px;
}

.no_ind {
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.att {
  color: #f00;
  font-size: 81%;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.red01 {
  color: #f00 !important;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie_img{
	margin: 20px auto 0;
	text-align: center;
}
.movie_img img {
	margin-bottom:10px;
	width: 100%;
	max-width: 430px !important;
}

img.img-w80 {
  width: 40px;
}

img.img-w120 {
  width: 60px;
}

img.img-w160 {
  width: 80px;
}

img.img-w240 {
  width: 140px;
}

img.img-w300 {
  max-width: 600px;
}

img.img-w600 {
  max-width: 600px;
}

img.img-inline {
  height: 1.3em;
  width: auto;
  padding: 0 3px;
  vertical-align: -22%;
}

img.img-inline2 {
  width: 1em;
  padding: 0 3px;
  vertical-align: -5%;
}

img.img-inline3 {
  width: 1.4em;
  padding: 0 3px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

img.img-oblong {
  width: 50px;
  vertical-align: -15%;
}

img.img-warning {
  width: 30px;
  vertical-align: -8px;
}
.img.right{
  float: right;
  margin: 0 0 0 10px !important;
}
.img.left{
  float: left;
  margin: 0 10px 0 0 !important;
}

.dir {
  font-size: 100% !important;
  color: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
  white-space: nowrap;
  display: inline-block;
}

.title+.operation,
.sub_title+.operation {
  margin: 0px;
}

ol.operation>p,
ol.operation>.tablescroll,
ol.operation>.foot_note,
ol.operation>.memo,
ol.operation>.important,
ol.operation>ol,
ol.operation>div.float_t,
ol.operation>.link {
  margin-left: 30px;
}

ol.operation>.sub_note {
  margin-left: 30px !important;
  margin-bottom: 20px;
}

ol.operation {
  padding: 5px 0 0 0;
  margin-top: 5px;
  counter-reset: operation;
  list-style: none;
  overflow: hidden;
}

ol.operation>li {
  padding-top: 10px;
  padding-left: 30px;
  position: relative;
  clear: left;
}

ol.operation.float>li {
  clear: both;
}

ol.operation>li:nth-child(1) {
  padding-top: 0px;
}

ol.operation>li p:before {
  content: counter(operation)".";
  counter-increment: operation;
  font-size: 20px;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  position: relative;
  color: #DD9B8C;
  margin-left: -30px;
  text-align: left;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}

ol.item_num>p,
ol.item_num>.tablescroll,
ol.item_num>.foot_note,
ol.item_num>.memo {
  margin-left: 25px;
}

ol.item_num>.link {
  margin: -5px 0 0 20px;
}

.tablescroll+li {
  margin-top: 10px;
}

ol.item_num {
  margin-top: 10px;
  counter-reset: item;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

ol.item_num li {
  margin-bottom: 0px;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}

ol.item_num li p {
  font-weight: bold;
}

ol.item_num li p:before {
  content: counter(item);
  counter-increment: item;
  background-color: #FFF;
  font-size: 90%;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  border: 1px solid #464646;
  line-height: 16px;
  margin-left: -25px;
  margin-right: 8px;
  text-align: center;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

ol.i_n_2nd li p:before {
  content: counter(item, upper-alpha);
  color: #FFF;
  background-color: #FF4630;
  border: 1px solid #FF4630;
}

.sub_note ol.item_num {
  margin-left: 10px;
}

ol.sub_step>p,
ol.sub_step>.tablescroll,
ol.sub_step>.foot_note,
ol.sub_step>.memo {
  margin-left: 30px;
}

ol.sub_step>.sub_note {
  margin-left: 45px !important;
}

ol.sub_step {
  clear: left;
  margin-top: 10px;
  counter-reset: sub_step;
  list-style: none;
  padding: 0;
  overflow: hidden;
}

ol.sub_step li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
  clear: left;
}

ol.sub_step li p:before {
  content: counter(sub_step)".";
  counter-increment: sub_step;
  font-size: 120%;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  margin-left: -30px;
  text-align: left;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}

ol.sub_step.st_2nd li p:before {
  content: "(" counter(sub_step, lower-alpha)")";
  font-size: 100%;
}

.second.pl ol.sub_step {
  margin-top: 0.5em;
}

.second.pl ol.sub_step li {
  margin-bottom: 0px;
  padding-left: 20px;
}

.second.pl ol.sub_step li p:before {
  font-size: 100%;
  margin-left: -20px;
  width: 20px;
}
.sub_story{
  display: block;
}
.sub_story .title{
  margin: 0;
}

.memo,
.important {
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0px;
  background-color: #FFE5E5;
}

.memo h4,
.important h4 {
  color: #D77171;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBC7C7;
}

.memo {
  background-color: #EBF4F1;
}

.memo h4 {
  color: #75A19F;
  border-bottom: 1px solid #B7CCC5;
}

table+ul,
table+p {
  margin-top: 10px;
}

.tablescroll+ul,
.tablescroll+p {
  margin-top: 10px;
}

.tablescroll {
  margin: 5px 0px;
  overflow-y: hidden !important;
  clear: both;
}

.tablescroll.scroll {
  margin: 5px 0px;
  overflow-x: auto;
  overflow-y: hidden !important;
  clear: both;
}

.tablescroll::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.tablescroll .hide-table-header th {
  border: none;
  padding: 0px;
}

.tablescroll.nowidth table {
  min-width: auto;
}

.tablescroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.tablescroll::-webkit-scrollbar-thumb {
  background: #BEBEBE;

}

.tablescroll table {
  margin-top: 0px;
}

table.table_style_3rd {
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

table.table_style_3rd th,
table.table_style_3rd td {
  padding: 10px;
}

table.table_style_2nd {
  border: none;
}

table.table_style_2nd th,
table.table_style_2nd td {
  border: none;
  vertical-align: top;
}

table.table_style_2nd .img,
table.table_style_3rd .img {
  margin: 0 !important;
}

table.table_style_2nd .img img {
  width: 40px !important;
}
table.table_style_2nd .img img {
  width: 40px !important;
}

table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1px;
  border-left: hidden;
  border-right: hidden;
}

.tablescroll.scroll table {
  min-width: 500px;
}

table th,
table td {
  border: 1px solid #BEBEBE;
}

table th {
  background: #3b3b3b;
  color: #fff;
  text-align: center;
}

.second #contents #main .article table p {
  margin: 0;
}

th,
td {
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}

tr.hide-table-header th {
  padding: 0px;
  border: 1px solid #FFF;
  border-bottom: 1px solid #ccc;
}

.second #contents #main .article p,
.second #contents #main .article li {
  font-weight: normal;
}

.home #contents #main .article p,
.home #contents #main .article a,
.second #contents #main .article p {
  font-size: 14px;
  margin-bottom: 5px;
}

.home #contents #accent p {
  font-size: 14px;
}

/*----------------------------------------------------
	search共通
----------------------------------------------------*/
#search_result {
  font-size: 14px;
  background: #FFF;
  padding: 10px 15px 20px 15px;
}

#search_result p {
  font-size: 100%;
}

#search_result a {
  font-size: 100%;
  color: #00A9FF;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
}

.search_box_table .not_found,
.search_box_table .not_found.on.not {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 35px;
  display: block;
  cursor: pointer;
}

.search_box_table .not_found::before,
.search_box_table .not_found.on.not::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  text-align: center;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%238b8f99" d="m13.9,11.7c-1.5.4-3.4,2.1-4.1,3.3l-2.8-1.3c.4-1.3.5-3.9-.1-5.2l7,3.2Zm-5.1,5.3h-3.3l1.3-2.7,2.8,1.3-.8,1.4Zm5.4-5.9l-7-3.3L10.8,0h-.8C4.5,0,0,4.5,0,10s4.5,10,10,10,10-4.5,10-10c0-2.4-.9-4.7-2.3-6.4l-3.5,7.5Z" /></svg>') no-repeat center center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_box_table .not_found.on::before,
.search_box_table .not_found.on:active::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  text-align: center;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23DD9B8C" d="m13.9,11.7c-1.5.4-3.4,2.1-4.1,3.3l-2.8-1.3c.4-1.3.5-3.9-.1-5.2l7,3.2Zm-5.1,5.3h-3.3l1.3-2.7,2.8,1.3-.8,1.4Zm5.4-5.9l-7-3.3L10.8,0h-.8C4.5,0,0,4.5,0,10s4.5,10,10,10,10-4.5,10-10c0-2.4-.9-4.7-2.3-6.4l-3.5,7.5Z" /></svg>') no-repeat center center;
  background-size: 20px;
  transform: scale(0.8, 0.8);
}

.search_box_table .not_found.on::before {
  transform: scale(1, 1);
}

/* erase default hint text on focus */
input#searchText:focus::placeholder,
input.search_box:focus::placeholder {
  color: transparent;
}

/*----------------------------------------------------
	item_explanation
----------------------------------------------------*/
.item {
  position: relative;
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 0 20px;
}

.item_explanation_title {
  position: relative;
}

.item_explanation_title::before {
  content: ":";
  width: 20px;
  text-align: center;
  position: absolute;
  right: -20px;
}


/*----------------------------------------------------
----------------------------------------------------*/
h4+h4 {
  margin-top: 0px !important;
}

#parent {
  position: relative;
  z-index: 2;
}

select {
  width: 100%;
  color: #464646;
  font-size: 100%;
  padding: 10px;
  border: 1px solid #B3B3B3;
}

option {
  background-color: #FFF;
}

form.hide {
  margin-top: 0px;
}

form.hide select {
  border-top: none;
  background: #EFEFEF url(../images/icon/ico_plus_s.svg) no-repeat right center;
}

div.hide {
  padding: 5px 10px 10px 10px;
  border: 1px solid #B3B3B3;
  border-top: none;
}

div.hide span {
  color: #0099FF;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
}
.note+.indent{
  margin-left: 20px;
} 
.note {
  clear: left;
  padding-left: 20px;
}

.note:before {
  content: "";
  background-color: #DD9B8C;
  margin-left: -14px;
  margin-right: 9px;
  text-align: left;
  line-height: 1em;
  height: 5px;
  width: 5px;
  vertical-align: 15%;
  border-radius: 50%;
  display: inline-block;
}

.foot_note .note {
  padding-left: 0.7em;
}
:lang(ja).foot_note .note {
  padding-left: 1em;
}

.foot_note .note:before {
  content: "*";
  background-color: inherit !important;
  margin-left: -0.7em;
  margin-right: 0px;
  height: 0.7em;
  width: 0.7em;
  vertical-align: 0;
  border-radius: 0;
}

:lang(ja).foot_note .note:before {
  content: "※";
  background-color: inherit !important;
  margin-left: -1em;
  margin-right: 0px;
  height: 1em;
  width: 1em;
  vertical-align: 0;
  border-radius: 0;
}

.foot_note {
  counter-reset: foot_note;
}

.foot_note>p.num {
  padding-left: 30px;
}

.foot_note>p.num:before {
  content: "*" counter(foot_note);
  counter-increment: foot_note;
  position: relative;
  margin-left: -30px;
  text-align: left;
  line-height: 1em;
  height: 1em;
  width: 30px;
  display: inline-block;
}

.sub_note {
  clear: left;
  margin-left: 20px;
}

.sub_note .note:before {
  content: "";
  height: 1px;
  width: 5px;
  background-color: #464646;
  vertical-align: 30%;
  border-radius: 0;
}

.important .note:before,
.memo .note:before {
  background-color: #8B8F99;
}

.hide {
  display: none;
}

.pull_box,
.scroll_box {
  display: none;
}

.scroll_box a,
.scroll_box-block a {
  font-size: 72% !important;
}

.procedure_step {
  margin: 10px 0px 0px 0px;
}

.procedure_step .step {
  margin: 0px;
}

.procedure_step .step h3 {
  font-size: 82% !important;
  font-weight: normal;
  line-height: 1.5;
  background: none !important;
  border: 1px solid #464646;
  margin: 0px !important;
  padding: 6px 10px !important;
}

.procedure_step .step h3 span {
  padding: 0px 5px;
  margin: 0px;
}

.procedure_step .step_box {
  background: url(../images/background/arrow_yes.png) no-repeat 8px bottom;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 15px 30px;
}

.procedure_step #last.step_box {
  background: none;
}

.procedure_step .step_box p {
  margin: 5px 0 0 0 !important;
}
.third_title+.accent_box_line{
  margin-top: 0;
}
.accent_box_line {
  border: 1px solid #CCC;
  margin: 20px 0px 5px 0px;
  padding: 5px 10px;
}
.accent_box_line > .third_title:first-child{
  margin-top: 0 !important;
}
.accent_box_line p {
  margin: 0px !important;
}

.law_story {
  border: 1px solid #464646;
  margin: 5px 0px;
  padding: 5px 10px;
}

.law_story p {
  margin: 0px !important;
}

.link,
.extlink,
.pop .popbox .link {
  margin-top: 5px;
  border-bottom: none;
  background: none;
}

ol.operation>.note+.link,
ol.operation>.note+.link+.link,
ol.operation>.note+.link+.link+.link {
  margin-left: 40px;
}

.link+.link {
  margin-top: 0px;
}

.link+p,
.link+ul,
.link+.img,
.extlink+p,
.extlink+ul,
.extlink+.img {
  margin-top: 10px;
}

#sub_menu {
  margin-top: 30px;
}

.inlinelink,
.link a,
.pop .popbox .link a {
  color: #1976D2;
  font-size: 14px;
  background: url(../images/burette/link_04.svg) no-repeat left top 4px;
  padding-left: 25px;
  margin-bottom: 5px;
  display: inline-block;
}

.home .inlinelink,
.inlinelink.txonly {
  color: #1976D2;
  padding: 0;
  margin: 0;
  background: none;
  display: inline;
}

.inlinelink{
  font-size: 100%;
}

.url {
  color: #1976D2;
}

.extlink a {
  font-size: 14px;
  line-height: 1.3;
  display: block;
}

.nobrcss {
  color: #464646 !important;
  font-size: inherit !important;
  padding: 0px !important;
}

/*----------------------------------------------------
	search
----------------------------------------------------*/
.search_box_table form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn_box {
  max-width: 720px;
  margin: auto;
  overflow: hidden;
}

.search_box_table {
  position: relative;
  overflow: hidden;
}

#searchText {
  font-family: 'NotoSans-R', 'NotoSansJP-R', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #808080;
  background-color: #fff;
  padding: 0px 40px 0px 40px;
  border-radius: 19px;
  border: 1px solid #ccc;
  display: block;
}

.home #searchText {
  padding: 0px 10px 0px 40px;
}

#searchText {
  border: 1px solid #BEBEBE;
  box-sizing: border-box;
  background-color: #FFF;
}

#searchButton {
  position: absolute;
  top: 0;
  left: 5px;
  width: 35px;
  height: 35px;
  padding: 9px 2px 9px 2px;
  background: url(../images/icon/btn_search.svg) no-repeat center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: block;
  cursor: pointer;
}

#text_hidden {
  display: none;
}

/*----------------------------------------------------
	found text
----------------------------------------------------*/
span.found {
  background: #ff0;
}

span.found.not {
  background: transparent;
}

/*----------------------------------------------------
	suggest
----------------------------------------------------*/
#suggest {
  position: absolute;
  top: 35px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#suggest>div {
  font-size: 90%;
  padding: 10px;
  cursor: pointer;
}

#suggest>div:hover,
#suggest>div.select {
  color: #fff;
  background-color: #1976D2;
}

/*----------------------------------------------------
	smartphone application link (moflin specific)
----------------------------------------------------*/
div.badge-icons {

  >div.display_name,
  >div.app_icon {
    display: none;
  }
}

/*----------------------------------------------------
	ご意見フォーム
----------------------------------------------------*/
div#qualtrics_moflin_survey div div {
  overflow: visible !important;
  transform: none !important;
}
div#qualtrics_moflin_survey div div div {
  transform: none !important;
  z-index: auto !important;
}