@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-family: 'NotoSans-B', 'NotoSansJP-B', sans-serif;
}

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: 250px;
}
.multi-column .area{
  break-inside: avoid;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: 1;
}
button{
  border: none;
  color: #464646;
  background: none;
}
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;
}

.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;
}
#main {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#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;
}
.grid{
  margin-top: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr;
  grid-gap: 10px 20px;
}
.grid > div{
  position: relative;
}
.home #contents #main .article .grid > div p{
  font-size: 18px;
}
.grid .link > a:first-child {
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    aspect-ratio: 4 / 3;
    color: #fff;
    border: 1px solid #FFF;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
}
.grid .link a, .grid .link p {
    text-align: left;
    font-size: 14px;
    padding: 0px;
    display: block;
    background: #fff;
    font-weight: normal;
    max-width: 300px;
    position: relative;
}
.grid .link > a img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid .cell_link {
  margin-top: 15px;
}
.grid .cell_link a {
  color: #fff;
  background: #5A8C8C;
  padding: 7px 17px 7px 20px;
  margin-bottom: 0 !important;
  border-radius: 20px;
  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;
}
.grid .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 #main .article >.title{
  margin-top: 30px;
}
.home #main .article > .title h2{
  font-size: 28px;
}
.home #main .article > .title h2::before{
    content: "";
    width: 1.5em;
    height: 4px;
    margin: 0 5px 0 0;
    vertical-align: 20%;
    background: #5A8C8C;
    display: inline-block;
}

/*----------------------------------------------------
	索引機能
----------------------------------------------------*/
.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: 10px;
}

#btn_home a {
  font-size: 14px;
  line-height: 33px;
  height: 35px;
  border: solid 1px #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: inherit;
  background: #F2F2F2 url(../images/icon/ico_home.svg) no-repeat left 10px center;
  padding:0 10px 0 32px;
  border-radius: 6px;
  display: block;
}



/* button
----------------------------------------------------*/
.btn_menu {
  cursor: pointer;
}

.btn_box>.btn_menu {
  float: left;
  height: 35px;
  margin-right: 10px;
  padding: 0px 10px 0px 36px;
  border: solid 1px #F2F2F2;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  text-indent: inherit;
  background: #F2F2F2 url(../images/icon/ico_menu.svg) no-repeat center left 5px;
  display: block;
}



.btn_box>.btn_menu p{
  line-height: 33px;
  font-size: 14px;
}

#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: 16px;
  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;
}
.home #nav>.navbox {
  height: auto !important;
  top: 0 !important;
}
#nav>.navbox::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}

#nav>.navbox::-webkit-scrollbar-track {
  background: #fff;
}

#nav>.navbox::-webkit-scrollbar-thumb {
  background: #5A8C8C;
}

#nav>.navbox .title {
  text-align: center;
}

#nav>.navbox .title h2 {
  font-size: 26px;
  font-weight: normal;
  color: #5A8C8C;
}

#nav .navbox>ul {
  margin-top: 20px;
}

#nav .navbox>ul>li {
  border-top: 1px solid #CDDCDC;
  padding: 0;
  margin-top: 0;
}

#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{
  color: #5A8C8C;
  background: #F2F2F3 url(../images/burette/link_03_c.svg) no-repeat left 10px top 15px;
}

#nav .navbox>ul>li.block a {
  background-color: #CDDCDC;
}

#nav .navbox ul>ul {
  margin-bottom: 5px;
  margin-left: 0px;
}

#nav .navbox ul>ul>li a {
  font-size: 16px;
  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 {
  color: #5A8C8C;
  background: #F2F2F3 url(../images/burette/link_03_c.svg) no-repeat left 35px top 8px;
}

#nav .navbox ul>ul>li.block a {
  background-color: #CDDCDC;
}

#nav.fixed {
  top: 0 !important;
}

.sect {
  margin-right: 0.5em;
}
/* secondary
----------------------------------------------------*/
/*video*/
.video-lazy {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #F2F2F2;
}
/*.video-lazy::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(156, 160, 164, 0.3);
  pointer-events: none;
  z-index: 100;
}
.video-lazy.playing:before{
  opacity: 0;
}*/
/*.video-lazy .thumb,*/
.video-lazy .video {
  width: 100%;
  display: block;
}

/*.video-lazy .video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.video-lazy.playing .video {
  opacity: 1;
  pointer-events: auto;
}*/

/*.video-lazy.playing .thumb,*/
.video-lazy.playing .play-btn {
  opacity: 0;
}
/*.video-lazy .thumb,
.video-lazy .play-btn,*/
.video-lazy .video {
  transition: opacity 0.3s ease;
}

/*.video-lazy .thumb {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/

/*.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    background: url(../images/icon/playback.svg) no-repeat center center;
    opacity: 0.5;
    border: none;
    z-index: 101;
}*/
.video-control {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 33px;
  height: 33px;
  border: none;
  cursor: pointer;
  background-color: #F2F2F3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
}

.video-control.is-playing {
  background-image: url(../images/icon/pause.svg);
}
.video-control.is-paused {
  background-image: url(../images/icon/play.svg);
}
.video-control.is-ended {
  background-image: url(../images/icon/reload.svg);
}

/*movie*/
#movie{
  padding:20px 65px;
  margin:15px -65px 20px -65px;
  position:relative;
  background:#F2F2F2;
}
.movie_view{
  overflow:hidden;
}
.movie_track{
  display:flex;
  gap:30px;
  transition:transform .35s ease;
}
.movie_link{
  flex:0 0 calc(50% - 15px);
}
@media (max-width:815px){
  .movie_link{
    flex:0 0 100%;
  }
}
.second .movie_link{
  margin: 20px auto;
  max-width: 345px;
}
#movie .movie_arrow{
  display:none;
}
#movie.ready .movie_arrow{
  display:block;
}
.movie_arrow{
  width:42px;
  height:42px;
  border:none;
  position:absolute;
  top:43%;
  transform:translateY(-43%);
  background:#5A8C8C;
  border-radius:50%;
  cursor:pointer;
  z-index: 10;
}
.movie_arrow.prev{ left:45px }
.movie_arrow.next{ right:45px }
.movie_arrow::before{
  content:"";
  border:solid #fff;
  border-width:0 3px 3px 0;
  display:inline-block;
  padding:6px;
  margin-top: 2px;
}
.movie_arrow.prev::before{
  margin-left: 5px;
  transform:rotate(135deg);
}
.movie_arrow.next::before{
  margin-right: 5px;
  transform:rotate(-45deg);
}

/* インジケーター */
.movie_pager{
  text-align:center;
}
.movie_pager span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ccc;
  display:inline-block;
  margin:0 4px;
}
.movie_pager span.active{
  background:#5A8C8C;
}
.movie_arrow.disabled{
  opacity:0;
  pointer-events:none;
  cursor:default;
}
.movie_link .sub_title {
  margin-bottom: 10px;
}
.movie_link .sub_title h3 {
  text-align: center;
  font-size: 20px;
}
/* 画像リンク */
.movie_link a {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 15px;
  border: 1px solid #F2F2F2;
}
.movie_link a::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  background: url(../images/icon/playback.svg) no-repeat center center;
  opacity: 1;
  z-index: 100;
}
.movie_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 67, 65, 0.15);
}

.movie_link a img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trouble {
 margin: 0 0 20px 0;
 text-align: center;
}
.trouble a {
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  background: url(../images/icon/trouble.svg) no-repeat left 10px center;
  border: 1px solid #BEBEBE;
  padding: 0 10px 0 32px;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
}

.second .trouble {
  margin-top: 60px;
  margin-bottom: 0;
  text-align: right;
}

.btn_box .acc_title{
  float: right;
  text-align: center;
  padding: 0px 10px;
  line-height: 35px;
  color: #fff;
  background-color: #35373A;
  border-radius: 5px;
  cursor: pointer;
  order: 1;
  border: none;
}
.btn_box .acc_title{
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.btn_box .acc_title::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon/plus.svg) no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: 5px;
}
.btn_box .acc_title.open::after{
  background: url(../images/icon/minus.svg) no-repeat center center;
}
.btn_box.searchex .acc_title {
  text-align: center;
}
.btn_box .acc_box,
.btn_box.searchex .acc_box{
  clear: both;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 15px 20px;
  display: none;
  border-bottom: 1px solid #35373A;
  order: 3;
}
.btn_box.searchex .acc_box{
  border-bottom: 1px solid #BEBEBE;
}
.btn_box .acc_box{
  margin-bottom: 0 !important;
}
.btn_box.searchex .acc_box{
  display: block;
  padding: 10px 20px 30px 20px;
  margin-bottom: 20px;
}
.btn_box .acc_box ul,
.btn_box.searchex .acc_box ul{
  text-align: center;
  display: grid;
  gap: 15px;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.btn_box .acc_box ul li,
.btn_box.searchex .acc_box ul li{
  width: 100%;
}
.btn_box .acc_box ul li + li {
  margin-left: 10px;
}
.btn_box .acc_box ul li button,
.btn_box.searchex .acc_box ul li button{
  width:100%;
  padding: 5px 12px;
  box-sizing: border-box;
  background-color: #f2f2f3;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}
.btn_box .acc_box ul li button{
  font-size: 14px;
      }
.btn_box.searchex .acc_box ul li button{
  font-size: 14px !important;
  margin: 0 !important;
}

/* explain
----------------------------------------------------*/
.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: #5A8C8C;
}


.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;
  border: none;
}
.popbox .title{
  text-align: center;
  margin: 0 0 20px 0;
}
.popbox .title h2{
  font-weight: normal;
  font-size: 26px;
  color: #75A19F;
}
.popbox .sub_title{
  border-top: 1px solid #BEBEBE;
  margin-top: 20px;
  padding: 15px 0 10px 0;
}
.popbox .sub_title h3{
  font-size: 20px;
  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 p{
  font-size: 16px;
}
.popbox .note{
  font-size: 16px;
  margin-left: 30px;
}
.popbox .note+.note{
  margin-top: 0.5em;
}
.popbox .note::before{
  background-color: #35373A;
}
/* 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: 16px;
}
.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: 42px;
  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: 20px;
  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: 16px;
  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
----------------------------------------------------------------------*/
.indextab{
  border-bottom: 5px solid #5A8C8C; /* 下の青ライン */
  width: 100%;
  margin: 30px -65px 0;
  padding: 0 65px;
  max-width: 1020px;
}
.faq .indextab{
  margin: 0px auto 0;
  box-sizing: border-box;
}
.tab-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  grid-gap: 0 30px;
  margin: auto;
  max-width: 1020px;
}
.tab a{
  text-align: center;
  padding: 10px 10px;
  margin: 0;
  font-size: 18px;
  color: #5A8C8C;
  background: #CDDCDC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
}

.tab.active a{
  font-size: 22px;
  padding: 19px 10px 15px 10px;
  margin: 0;
  color: #fff;
  background: linear-gradient(#5A8C8C, 70%, #FFF);
  border-bottom: 2px solid #FFF; /* 下線を消す用 */
  margin-bottom: -5px;
  display: block;
  transition: none;
}

/* ---------------------------------------------------------------------- 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;
}

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;
}

img.img-w300 {
  max-width: 250px;
}
img{
  max-width: 250px;
}
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: 15px 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,
ol.operation>.sub_title,
ol.operation>.third_title {
  margin-left: 30px !important;
}
p+ol.operation{
  margin-top: 1em;
}

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 {
  margin-top: 15px;
  padding-top: 5px;
  padding-left: 30px;
  position: relative;
  clear: left;
  border-top: 1px solid #BEBEBE;
}

ol.operation.float>li {
  clear: both;
}

ol.operation>li:nth-child(1) {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}
ol.operation>li p{
  font-size: 18px !important;
  font-family: 'NotoSans-B', 'NotoSansJP-B', sans-serif;
}
ol.operation>li p:before {
  content: counter(operation);
  counter-increment: operation;
  font-size: 20px;
  font-family: arial, "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  font-weight: bold;
  position: relative;
  color: #5A8C8C;
  background-color: #CDDCDC;
  margin-left: -30px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  border-radius: 5px;
  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;
}

.tb_auto_inc{
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%; 
  border: 1px solid #464646;
  letter-spacing:-0.05em;
  margin-top: 1px !important;
}

.sub_story{
  display: block;
}
.sub_story .title{
  margin: 0;
}

.memo,
.important {
  border-radius: 6px;
  margin: 10px 0px;
  background-color: #FFE5E5;
  box-shadow: 2px 2px 5px #cecece;
}

.memo h4,
.important h4 {
  color: #D77171;
  font-size: 18px;
}
.memo .word,
.important .word{
  background-color: #EBC7C7;
  padding: 10px 15px;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.memo .col,
.important .col{
  padding: 10px;
}

.memo {
  background-color: #DEE9E8;
}
.memo .word{
  background-color: #CDDCDC;
}
.memo h4 {
  color: #5A8C8C;
}

table+ul,
table+p {
  margin-top: 10px;
}

.tablescroll+ul,
.tablescroll+p {
  margin-top: 10px;
}

.tablescroll {
  margin: 5px 0px;
  overflow-y: hidden !important;
}

.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;

}

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 {
  margin-top: 10px;
  margin-bottom: 1px;
  border-left: hidden;
  border-right: hidden;
}

table th,
table td {
  border: 1px solid #BEBEBE;
}

table th {
  background: #636464;
  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,
.second #contents #main .article p {
  font-size: 16px;
  margin-bottom: 5px;
}

.home #contents > p {
  text-align: center;
  font-size: 16px;
}

/*----------------------------------------------------
	search共通
----------------------------------------------------*/
#search_result {
  font-size: 16px;
  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="%235A8C8C" 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: 20px;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
}
.note+.indent{
  margin-left: 20px;
} 
.note {
  clear: left;
  padding-left: 20px;
}

.note:before {
  content: "";
  background-color: #5A8C8C;
  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,
.caption_illust_container .note.foot {
  padding-left: 0.7em;
}
:lang(ja).foot_note .note,
:lang(ja).caption_illust_container .note.foot  {
  padding-left: 1em;
}

.foot_note .note:before,
.caption_illust_container .note.foot: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,
:lang(ja).caption_illust_container .note.foot: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,
:lang(ja).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;
}

:lang(ja).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: 16px;
  background: url(../images/burette/link_04.svg) no-repeat left top 4px;
  padding-left: 25px;
  margin-bottom: 5px;
  display: inline-block;
}
#sub_menu .link a {
  font-size: 16px;
}

.home .inlinelink,
.inlinelink.txonly {
  color: #1976D2;
  padding: 0;
  margin: 0;
  background: none;
  display: inline;
}

.inlinelink{
  font-size: 100%;
  background: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline;
}

.url, .extlink a{
  color: #1976D2;
}

.extlink a {
  font-size: 16px;
  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: 18px;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #808080;
  border: 1px solid #BEBEBE;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 0px 40px 0px 40px;
  border-radius: 6px;
  display: block;
}

#searchText:focus {
  outline: none;
  border: 1px solid #5A8C8C;
}

.home #searchText {
  padding: 0px 10px 0px 40px;
}

#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.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;
}