@charset "UTF-8";
/* CSS Document */
/*リセットCSS*/
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-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Meiryo' !important; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.pc--enable{
  display: block;
}
.sp--enable{
  display: none;
}
@media (max-width: 750px){
  .pc--enable{
    display: none;
  }
  .sp--enable{
    display: block;
  }
}

/*clearfix*/
.clear-fix::after {
  content: "";
  display: block;
  clear: both; }

/*hide-contents*/
.pc-hide {
  display: none; }

.sp-hide {
  display: block; }

@media screen and (max-width: 1000px) {
  .pc-hide {
    display: block; }

  .sp-hide {
    display: none; } }
.img-fluid {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

#tel_reserve_other_container {
  max-width: 1800px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 1080px) {
  .container {
    max-width: 1000px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media screen and (max-width: 1000px) {
  	/*============
  nav
  =============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0; }

  .open nav {
    left: 0;
    opacity: 1; }

  nav .inner {
    padding: 25px; }

  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333; }

  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s; }

  nav .inner ul li a:hover {
    background: #e4e4e4; } }
@media screen and (max-width: 1000px) and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px; } }
@media screen and (max-width: 1000px) {
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3; }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s; }

  .toggle_btn span:nth-child(1) {
    top: 4px; }

  .toggle_btn span:nth-child(2) {
    top: 14px; }

  .toggle_btn span:nth-child(3) {
    bottom: 4px; }

  .open .toggle_btn span {
    background-color: #fff; }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg); }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0; }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg); }

  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s; }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer; }

  /*============
  main
  =============*/
  main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center; }

  /*============
  body
  =============*/
  body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; } }
.accessibility {
  display: flex; }

.size_up {
  margin-right: 10px;
  display: flex;
  align-items: center; }

#sizeup {
  display: none; }

.toggle_label {
  display: block;
  position: relative;
  margin-left: 1rem;
  width: 56px;
  height: 24px;
  border-radius: 80px;
  background: #d0d2d9;
  /* チェックされていない時の背景色 */
  cursor: pointer;
  transition: .2s ease;
  /* 円が動くスピードを指定 */ }

#sizeup:checked + .toggle_label {
  background: #41c9b4;
  /* チェックされた時の背景色 */ }

.toggle_label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 80px;
  width: 20px;
  height: 20px;
  background: #fff;
  transition: .2s ease;
  /* 円が動くスピードを指定 */ }

#sizeup:checked + .toggle_label:before {
  left: 33px; }

#sizeup:checked + body {
  font-size: 20px; }

.color_change {
  display: flex; }
  .color_change .colors {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    display: block;
    margin-right: 10px; }
  .color_change #color_base {
    background-color: #fff; }
  .color_change #color_blue {
    background-color: blue; }
  .color_change #color_black {
    background-color: #000; }

/*contents*/
body {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0px 2px 5px #ccc;
  box-sizing: border-box;
  color: #411714;
  line-height: 1.5;
  font-size: 18px;
  transition-duration: .5s; }
#admin_body {
  max-width: 1050px;
  margin: 0 auto;
  box-shadow: 0px 2px 5px #ccc;
  box-sizing: border-box;
  color: #411714;
  line-height: 1.5;
  font-size: 1rem;
  transition-duration: .5s; }
#tel_reserve_other_body {
  max-width: 1800px;
  margin: 0 auto;
  box-shadow: 0px 2px 5px #ccc;
  box-sizing: border-box;
  color: #411714;
  line-height: 1.5;
  font-size: 1rem;
  transition-duration: .5s; }
iframe html body {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: none;
  box-sizing: border-box;
  color: #411714;
  line-height: 1.5;
  font-size: 18px;
  transition-duration: .5s; }
@media screen and (max-width: 750px) {
body {
  font-size: 12px;}}

body.font_big {
  font-size: 150%; }

body.bg_blue {
  background-color: blue;
  color: yellow; }
  body.bg_blue header {
    background-color: blue; }
  body.bg_blue .box_bg {
    background-color: transparent; }
  body.bg_blue .personal table th, body.bg_blue .personal table td {
    background-color: transparent;
    color: yellow; }
  body.bg_blue .btns a {
    color: yellow; }
  body.bg_blue article {
    background-color: transparent; }
  body.bg_blue .answer .fl_box .label_q, body.bg_blue .sub_box .fl_box .label_q {
    background-color: transparent; }
  body.bg_blue .answer .fl_box input[type="radio"]:checked + .label_q, body.bg_blue .answer .fl_box input[type="checkbox"]:checked + .label_q, body.bg_blue .sub_box .fl_box input[type="radio"]:checked + .label_q, body.bg_blue .sub_box .fl_box input[type="checkbox"]:checked + .label_q {
    color: blue; }

body.bg_black {
  background-color: black;
  color: #fff; }
  body.bg_black header {
    background-color: black; }
  body.bg_black .box_bg {
    background-color: transparent; }
  body.bg_black .personal table th, body.bg_black .personal table td {
    background-color: transparent;
    color: #fff; }
  body.bg_black article {
    background-color: transparent; }
  body.bg_black .answer .fl_box .label_q, body.bg_black .sub_box .fl_box .label_q {
    background-color: transparent; }
  body.bg_black .answer .fl_box input[type="radio"]:checked + .label_q, body.bg_black .answer .fl_box input[type="checkbox"]:checked + .label_q, body.bg_black .sub_box .fl_box input[type="radio"]:checked + .label_q, body.bg_black .sub_box .fl_box input[type="checkbox"]:checked + .label_q {
    color: black; }

.wrap {
  padding: 0 0 10px;
  position: relative; }

header {
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid;
  background-color: #fff;
  z-index: 9000; }
  header .symbol_logo img {
    max-width: 50px; }

.user_head {
	font-size: 1rem;
}
@media screen and (max-width: 750px) {
.user_head {
	font-size: 0.6rem;} }

/*
main {
  padding-top: 50px; }
*/
main {
  padding-top: 2rem; }
  
.pop_main {
  padding-top: 0; }

.top .logo {
  width: 13rem;
  margin: 0 auto; }
.top h1 {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin: 0.5rem 0 0.5rem; }
.top h2 {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  margin: 1rem 0 0.5rem; }
.top p {
  font-size: 1em; }
.index-title {
	font-size: 0.9em;
}
.top_name{
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    margin: -0.8rem 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .top h1 {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 0.5rem 0 0.5rem; }
  .top_name{
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    margin: -0.8rem 0 0.5rem;} }
  .index-title {
	font-size: 0.8rem !important; }

.box_bg{
  background-color: #FEDE92;
  padding: 1rem;
  line-height: 1.8;
}

.personal {
  margin: 1rem; }
  .personal table {
    width: 100%; }
    .personal table th {
      padding: 0 0.5rem;
      width: 35%;
      font-size: 0.8rem !important; }
    .personal table td {
      padding: 0 0.5rem;
      font-size: 0.8rem !important;
       }
.certificate {
  margin: 1rem; }
  .certificate table {
  	border: 1px solid #ced4da;
    width: 100%; }
    .certificate table th {
      border: 1px solid #ced4da;
      vertical-align: middle;
      text-align: center;
      padding: 0 0.5rem;
      width: 15%; }
    .certificate table td:nth-of-type(1) {
      border: 1px solid #ced4da;
      padding: 0 0.5rem;
      width: 50%;
      vertical-align: middle; }
    .certificate table td:nth-of-type(2) {
      border: 1px solid #ced4da;
      padding: 0 0.5rem;
      width: 35%;
      font-size: 0.9em;
      vertical-align: middle; }

.start h2 {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold; }
  .start h2 span {
    display: block;
    font-size: 0.6em; }
.start h3 {
  font-size: 1em;
  text-align: center;
  font-weight: bold; }
  .start h3 span {
    display: block;
    font-size: 0.3em; }
.start h4 {
  font-size: 0.8em;
  text-align: center;
  font-weight: bold; }
  .start h4 span {
    display: block;
    font-size: 0.3em; }

@media screen and (max-width: 750px) {
    .personal table th {
      padding: 0 0.5rem;
      width: 30%;
      font-size: 11px !important; }
    .personal table td {
      padding: 0 0.5rem;
      font-size: 11px !important; }
    .certificate_title {
      font-size: 0.8em;}
    .certificate table {
      font-size: 0.8em;}
    .certificate table th {
      width: 25%; }
    .certificate table td {
      display: block;
      position: relative;}
    .certificate table td:nth-of-type(1) {
      border-bottom: none;
      padding: 0 0.5rem;
      width: 100%; }
    .certificate table td:nth-of-type(2) {
      border-top: none;
      width: 100%;
      font-size: 0.8em; }
	.start h2 {
	  font-size: 1em;
	  text-align: center;
	  font-weight: bold; }
	.start h2 span {
	    display: block;
	    font-size: 0.8em; }
    .start h3 {
	  font-size: 0.8em;
	  text-align: center;
	  font-weight: bold; }
	.start h3 span {
	    display: block;
	    font-size: 0.5em; }
    .start h4 {
	  font-size: 0.5em;
	  text-align: center;
	  font-weight: bold; }
	.start h4 span {
	    display: block;
	    font-size: 0.5em; }
}

.index_btns {
  width: 200px;
  margin: 2px auto 2px; }
  .index_btns a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    padding: 1em;
    border-radius: 5px;
    display: block; }
.certificate_btns {
  max-width: 400px;
  word-wrap: break-word;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .certificate_btns a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    padding: 0.2em;
    border-radius: 5px;
    display: block; }
.monsin_index_font, .certificate_font {
	font-size: 0.8rem;
}
.btns {
  width: 90%;
  max-width: 190px;
  margin: 20px auto; }
  .btns a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    padding: 1em;
    border-radius: 5px;
    display: block; }
.btns2 {
  width: 90%;
  max-width: 190px;
  margin: 20px auto; }
  .btns2 a {
    background-color: #ef41f2;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    padding: 1em;
    border-radius: 5px;
    display: block; }
.btns_sel_reserve {
  width: 25%;
  max-width: 190px; }
  .btns_sel_reserve a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 5px;
    display: block; }
.btns_sel_reserve_off {
  width: 25%;
  max-width: 190px; }
  .btns_sel_reserve_off a {
  	pointer-events: none;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 5px;
    display: block; }
@media screen and (max-width: 750px) {
	.btns_sel_reserve,
	.btns_sel_reserve_off {
	  width: 40%; }
	.certificate_btns {
	  max-width: 300px; }
  .monsin_index_font, .certificate_font {
      font-size: 11px !important;
    }
}
.btns_reserve_confirm {
  width: 70%;
  max-width: 300px; }
  .btns_reserve_confirm a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    padding: 1em;
    border-radius: 5px;
    display: block; }
.btns_week {
  width: 100%;
  max-width: 190px; }
  .btns_week a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 5px;
    display: block; }
.btns_day {
  width: 100%;}
  .btns_day a {
    background-color: #FFCC66;
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 5px;
    display: block; }
.btns_day_off {
  width: 100%;
  max-width: 190px; }
  .btns_day_off a {
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 5px;
    display: block; }
.sel_month {
    font-size: 0.8em;
    padding: 0.5em;
    width: 70px;
    margin-right: 1rem;
    border-radius: 5px;
    display: block;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }

footer {
  font-size: .8em;
  text-align: center; }
  footer .copyright {
    margin: 20px 0; }

section .container {
  padding: 0 20px; }

article {
  padding: 1rem 2rem 1rem; }
  article:nth-of-type(odd) {
    background-color: #fcf0be; }

.password_disp {
	 color: #0000FF;
	 text-decoration:underline;
}
.question {
  margin: 0; }
  .question h3, .sub_box h3 {
    font-weight: bold; }
.s02_question {
  margin: 2rem 0 0.5rem; }
  .s02_question h3 {
    font-weight: bold; }
.sk_question {
  margin: 0; }
  .sk_question h3 {
    font-weight: bold; }
.ss_question {
  margin: 0; }
  .ss_question h3 {
    font-weight: bold; }

.ss_article {
  padding: 0.5rem 1rem;
}

.answer,
.sub_box {
  margin: 0.5rem 0; }
  .answer .fl_box,
  .sub_box .fl_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .answer .fl_box::after,
    .sub_box .fl_box::after {
      content: '';
      width: 45%;
      height: 0; }
    .answer .fl_box li,
    .sub_box .fl_box li {
      width: 45%;
      margin-bottom: .5rem; }
    #VM27_ans .V_date li {
      width: 100%;
      margin-bottom: .5rem; }
    .answer .fl_box input[type="radio"],
    .answer .fl_box input[type="checkbox"],
    .sub_box .fl_box input[type="radio"],
    .sub_box .fl_box input[type="checkbox"] {
      display: none; }
    .answer .fl_box .label_q,
    .sub_box .fl_box .label_q {
      padding: 0.5rem;
      border: 1px solid #9d9d9d;
      box-sizing: border-box;
      border-radius: 5px;
      width: 100%;
      display: block;
      text-align: center;
      background-color: #fff;
      box-shadow: 0 2px 0px #9d9d9d; }
    .answer .fl_box input[type="radio"]:checked + .label_q,
    .answer .fl_box input[type="checkbox"]:checked + .label_q,
    .sub_box .fl_box input[type="radio"]:checked + .label_q,
    .sub_box .fl_box input[type="checkbox"]:checked + .label_q {
      background: #ffc107;
      /* チェックされた時の背景色 */
      box-shadow: none;
      transform: translateY(2px); }

.s02_ans {
  margin: 0.5rem 0;
}

article .btn_off .label_q,
section .btn_off .fl_box .label_q {
  background-color: rgba(209, 213, 219, 1) !important;
  pointer-events: none; }
article .btn_off .how_old input,
section .btn_off .other_box input{
  background-color: #9d9d9d;
  pointer-events: none; }
  article .how_old input[type="number"]:disabled {
  	pointer-events: none;
  }
article .how_old {
  margin: 1rem; }
  article .how_old input {
    margin-right: 1rem;
    width: 20%; }
  article .how_old .PM041,
  article .how_old .PM051 {
    margin-right: 0;
    width: 20%; }
    
.how_old .NG031A, .how_old .NG032A, .how_old .NG033A, .how_old .NG034A, .how_old .S18A, .how_old .S182, .how_old .S183, .how_old .NG051, .how_old .NG052, .how_old .NG08A {
    width: 30%; }
.how_old .S184 {
    width: 30%; }
@media screen and (max-width: 750px) {
	.how_old .NG031A, .how_old .NG032A, .how_old .NG033A, .how_old .NG034A, .how_old .NG051, .how_old .NG052, .how_old .NG08A {
    	width: 50%; }
    .answer .V_date li {
	    width: 100%;
	    margin-bottom: .5rem; }
}

article .btn_off .how_old2 input, article .btn_off .how_old2 select {
  background-color: #9d9d9d;
  pointer-events: none; }
  article .how_old2 input[type="number"]:disabled {
  	pointer-events: none;
  }
article .how_old2 {
  margin: 0.5rem 2rem; }
  article .how_old2 input {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 20%; }
  article .how_old2 select {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 15%; }
  article .how_old2 #S02A,
  article .how_old2 #S03A,
  article .how_old2 #NG01A,
  article .how_old #NG04A {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 30%; }
  article .how_old2 .parts {
    width: 65%;
    margin-left: 1rem; }
  article .how_old2 .S03E {
    width: 45%; }
  article .how_old2 .S082, article .how_old2 .S083 {
    width: 50%; }
  article .how_old2 .S183 {
    width: 30%; }
  article .how_old2 .disease_name {
    width: 60%;
    margin-bottom: 1rem;
    margin-right: 1rem; }
  article .how_old4 .IK10A {
    width: 25%; }
  article .how_old4 .IK10E {
    width: 40%;
    margin-right: 0; }
article .btn_off .how_old3 input {
  background-color: #9d9d9d;
  pointer-events: none; }
  article .how_old3 input[type="number"]:disabled {
  	pointer-events: none;
  }
article .how_old4 {
  margin: 0.5rem 2rem; }
  article .how_old4 input {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 25%; }
  article .subBox53 .how_old4 .IK05B {
    width: 20%;
    margin-left: 3rem;
    margin-right: 0.5rem; }
    
@media screen and (max-width: 750px) {
  article .how_old input {
    width: 40%; }
  article .how_old .PM041,
  article .how_old .PM051 {
    width: 25%;
    margin-right: 0; }
  article .how_old2 input, article .how_old2 select {
    width: 40%; }
  article .how_old2 .parts {
    width: 90%;
    margin: 0.5rem 0rem; }
  article .how_old2 .disease_name {
    width: 80%;
    margin: 1rem 0rem; }
  article .how_old2 .S183 {
    width: 60%; }
  article .how_old2 #S02A,
  article .how_old2 #S03A,
  article .how_old2 #NG01A,
  article .how_old #NG04A {
    width: 60%; }
  article .how_old2 #S03A {
  	margin-bottom: 1rem;
  }
  article .how_old4 {
    margin: 0rem 1rem; }
  article .how_old4 input {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 50%; }
  article .subBox53 .how_old4 .IK05B {
    width: 30%;
    margin-left: 0rem;
    margin-right: 0.5rem; }
  article .how_old4 .around {
    margin-right: 2rem; }
  article .how_old4 .IK10A {
    width: 55%; }
  article .how_old4 .IK10E {
    width: 70%;
    margin-right: 0; }
}

article .btn_off .how_old3 input {
  background-color: #9d9d9d;
  pointer-events: none; }
  article .how_old3 input[type="number"]:disabled {
  	pointer-events: none;
  }
article .how_old3 {
  margin: 1rem; }
  article .how_old3 input {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 15%; }

article .btn_off .how_old4 input {
  background-color: #9d9d9d;
  pointer-events: none; }
  article .how_old4 input[type="number"]:disabled {
  	pointer-events: none;
  }
article .how_old3 {
  margin: 1rem; }
  article .how_old3 input {
    padding: 1rem;
    margin-right: 0.5rem;
    width: 15%; }

article .btn_off .how_other input {
  background-color: #9d9d9d;
  pointer-events: none; }
article .how_other {
  margin: 1rem; }
  article .how_other input {
    width: 80%; }
@media screen and (max-width: 750px) {
  article .how_other input {
    width: 100%; }
}

article .btn_off .how_other2 input {
  background-color: #9d9d9d;
  pointer-events: none; }
article .how_other2 {
  margin: 0.5rem 1rem; }
  article .how_other2 input {
    padding: 1rem;
    margin-right: 1rem;
    width: 80%; }
  article .how_other2 label {
    width: 15%; }
@media screen and (max-width: 750px) {
  article .how_other2 input {
    margin-right: 0rem;
    width: 75%; }
  article .how_other2 label {
    width: 30%; }
}

article .btn_off .part24_other input, article #subBox24 ul .btn_off input {
  background-color: #9d9d9d;
  pointer-events: none; }
.SG121_li, .SG131_li, .SG141_li, .SG151_li {
  width: 30% !important; }
.part24_other {
  width: 60% !important; }
#SG12E::placeholder, #SG13E::placeholder, #SG14E::placeholder, #SG15E::placeholder {
	font-size: 13px; }
article .part24_other {
  margin-bottom: 0.5rem;
   }
  article .part24_other input {
    padding: 1rem;
    margin-right: 1rem;
    width: 65%; }
  article .part24_other label {
    width: 30%; }
@media screen and (max-width: 750px) {
  article .part24_other input {
    margin-right: 0rem;
    width: 60%; }
  article .part24_other label {
    width: 35%; }
  .SG121_li, .SG131_li, .SG141_li, .SG151_li {
    width: 35% !important; }
  .part24_other {
  	width: 55% !important; }
}

article #subBox19 .how_old2 .btn_off input,
article #subBox20 .how_old2 .btn_off input,
article #subBox21 .how_old2 .btn_off input,
article #subBox22 .how_old2 .btn_off input,
article #subBox23 .how_old2 .btn_off input {
  background-color: #9d9d9d;
  pointer-events: none; }
  
article .btn_off .part48_other input, article #subBox48 ul .btn_off input {
  background-color: #9d9d9d;
  pointer-events: none; }
article .part48_other {
  margin-bottom: 0.5rem;
   }
  article .part48_other input {
    padding: 1rem;
    width: 70%; }
  article .part48_other label {
    font-size: 16px;
    width: 22%; }
@media screen and (max-width: 750px) {
  article .part48_other input {
    margin-right: 0rem;
    width: 75%; }
  article .part48_other label {
    width: 25%; }
}

#SS05E::placeholder, #SS05A::placeholder, #SG13E::placeholder, #SG14E::placeholder, #SG15E::placeholder {
  font-size: 14px;
}

.U251 {
	width: 30%;
}
.U252 {
	width: 20%;
}
@media screen and (max-width: 750px) {
	/*
	.U25 {
		display: block;
		margin: 1rem 0rem;
	}
	*/
	.U251 {
		width: 40% !important;
		margin-right: 0.5rem;
	}
	.U252 {
		width: 20%;
		margin-left: 0rem;
		margin-right: 0.5rem;
	}
}

.result_contents {
	overflow: hidden;
}

.result_table {
   width: 100%;
}

.result_table th {
	width: 60%;
	font-weight: bold;
	padding: 1rem 1rem 1rem 0rem;
	vertical-align: top;
}
.result_table td {
	padding: 1rem 0rem;
	vertical-align: top;
}
.result_table td a {
	 display: block;
}
.result_table td a label {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}

.v_date_table {
   width: 100%;
}

.v_date_table th {
	width: 100%;
	font-weight: bold;
	padding-top: 1rem;
	vertical-align: top;
}
.v_date_table td {
	padding-bottom: 1rem;
	vertical-align: top;
}
.v_date_table td a {
	 display: block;
}
.v_date_table td a label {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}

@media screen and (max-width: 750px) {
	.result_table th {
      width: 60%;
	}
}

.other_table {
   width: 100%;
}

.other_table th {
	width: 15%;
	font-weight: bold;
	vertical-align: top;
}
.other_table td {
	width: 30%;
	vertical-align: top;
}
.other_table td a {
	 display: block;
}
.other_table td a label {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}

.tokusyu_table {
   width: 100%;
}

.tokusyu_table th {
	width: 30%;
	font-weight: bold;
	padding: 1rem 1rem 1rem 0rem;
	vertical-align: top;
}
.tokusyu_table td {
	padding: 1rem 0rem;
	vertical-align: top;
}
.tokusyu_table td a {
	 display: block;
}
.tokusyu_table td a label {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}

article a {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}
.chk_ans {
	 color: #0000FF;
	 text-decoration:underline;
	 cursor: pointer;
}

/*
@media screen and (max-width: 750px) {
  .result_table {
    width: 100%;
    table-layout: fixed;
  }
  .result_table th {
    display: block;
    width: 100%;
    padding: 1rem 0rem;
  }
  .result_table td {
    display: block;
    width: 100%;
    padding: 0rem 0rem 1rem;
  }
}
*/

.tokusyu_only .answer .fl_box li, .tokusyu_only .sub_box .fl_box li {
  width: 100%;
  text-align: left; }
.tokusyu_only .answer .fl_box .label_q, .tokusyu_only .sub_box .fl_box .label_q {
  text-align: left;
  text-indent: -2rem;
  padding-left: 3rem; }

@media screen and (max-width: 750px) {
  #subBox4 .fl_box #li_S182, #subBox4 .fl_box #li_S18A, #subBox4 .fl_box #li_S184 {
  	width: 100%;
  	}
}

.monsin_title {
	background-color: #411714;
	color: #fff;
	font-weight: bold;
	padding: 1rem;
}

.btn_area {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 1rem;
	margin-bottom: 2rem;
}
.btn_area2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 1rem;
	margin-top: 2rem;
}

.link_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bg_sec {
	background-color: #fcf0be;
}

@media screen and (max-width: 750px) {
  article {
    padding: 0.5rem 1rem; }
  .btn_area2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0.5rem;
  }
 }

rt {
	font-size: 0.8em;
	position: relative;
	top: -.2em;
	transform: translateY(-.2em);
}

.btn_not {
	background-color: #fcf0be !important;
	color: #411714 !important;
}

.S03E_label, .S082_label, .S083_label {
	margin-left: 1rem;
}
@media screen and (max-width: 750px) {
	article .how_old2 .S03E {
    	width: 79%; }
   	article .how_old2 .S082, article .how_old2 .S083 {
    	width: 100%; }
	.S08A_label, .S08B_label {
		width: 50%;
	}
	.S03E_label, .S082_label, .S083_label {
		margin-left: 0rem;
	}
	.S03A_label {
		margin-right: 3rem;
	}
	.S05E {
		width: 70% !important;
	}
	.S183 {
		width: 50% !important;
	}
	#li_S182, #li_S18A, #li_S183, #li_S184 {
		width: 90%;
	}
}


.err_bkcolor {
    background-color: #ffff00 !important; }
.err_font {
	font-size: 20px;
}

.unanswered {
	background-color: #b9b5b5 !important;
	color: #fff !important;
}

.modal-dialog {
	max-width: 700px;
}
#selectdate_table tbody tr th {
    /*background-color: #fcf0be;*/
    text-align: center;
    vertical-align: middle;
    width: 10%;
}
#manager_edit_table tbody tr th, #personal_billings_edit_table tbody tr th {
    background-color: #fcf0be;
    text-align: center;
    vertical-align: middle;
}
#manager_edit_table tbody tr th,
#manager_edit_table tbody tr td,
#personal_billings_edit_table tbody tr th,
#personal_billings_edit_table tbody tr td {
	padding: 0;
}
#manager_edit_table input[type="text"],
#personal_billings_edit_table input[type="text"] {
    border: 1px solid #fff;
}
#showdetail3 body {
    max-width: 900px;
}
#time_table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: .5rem;
}
.table-item {
    text-align: center;
    padding: 0.5rem;
}

@media screen and (max-width: 750px) {
	.modal-dialog {
		max-width: 25rem;
	}
	.container-fluid {
		padding: 0;
	}
	#selectdate_table {
		font-size: 0.8rem;
	}
	#selectdate_table tbody tr th {
	    width: 5%;
	    padding: 0.2rem;
	}
}

input[type=time] {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.2rem 0.5rem;
}

.modal-open {
	padding-right: 0 !important;
}

.btn-close {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-result {
    background-color: #FFCC66;
    border-color: #FFCC66;
}

.individual_billing_none {
  background-color: #9d9d9d;
  pointer-events: none; }

.V_date_y {
	width: 25%;
}
.V_date_m {
	width: 20%;
}
.V_date_d {
	width: 20%;
}
#VM062 {
  width: 10%;
}
#VM06E {
  width: 55%;
}

#VM27_ans .V_date input[type='text'] {
	width: 50%;
	margin-right: 2rem;
}
#VM27_ans .V_date .V_date_y {
	width: 15%;
}
#VM27_ans .V_date .V_date_m {
	width: 10%;
}
#VM27_ans .V_date .V_date_d {
	width: 10%;
}
#VM32_ans {
	margin: 0;
}
.VM33E, .VM34E, .VM35E, .VM36E {
	margin-left: 1rem;
	width: 100%;
}
#VM39E_add {
  width: 5%;
  display: inline-block;
  padding: 0.2rem;
  position: absolute;
  right: 1rem;
}

.no-spin,
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

@media screen and (max-width: 750px) {
  #VM062 {
    width: 20%;
  }
  .VM06E_label {
    width: 100%;
    margin-top: 0.5rem;
  }
  #VM06E {
    width: 100%;
  }
	#VM27_ans .V_date input[type='text'] {
		width: 100%;
		margin-right: 2rem;
	}
	#VM27_ans .V_date .V_date_y {
		margin-top: 0.2rem;
		margin-left: 5rem;
		width: 25%;
	}
	#VM27_ans .V_date .V_date_m {
		width: 20%;
	}
	#VM27_ans .V_date .V_date_d {
		width: 20%;
	}
	.VM33E, .VM34E, .VM35E, .VM36E {
		margin-left: 0.5rem;
		width: 80% !important;
	}
}



/*
.V_date_y::placeholder,
.V_date_m::placeholder,
.V_date_d::placeholder {
	font-size: 12px;
}
*/
.V_date_y::-webkit-outer-spin-button,
.V_date_y::-webkit-inner-spin-button,
.V_date_m::-webkit-outer-spin-button,
.V_date_m::-webkit-inner-spin-button,
.V_date_d::-webkit-outer-spin-button,
.V_date_d::-webkit-inner-spin-button,
.in_num::-webkit-outer-spin-button,
.in_num::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance:textfield;
}

.input_off {
  background-color: #9d9d9d;
  pointer-events: none; }
  .input_off input[type="text"]:disabled,
  .input_off input[type="number"]:disabled {
  	pointer-events: none;
  }

.file_btn {
  display: inline-block; /* テキストに応じて幅を可変させるため */
  padding: 0.3em 1em; /* 塗りの余白 */
  background-color: #FFCC66; /* 背景色 */
  cursor: pointer; /* カーソルを指マークに */
  border-radius: 3px; /* 角の丸み */
  border: 0; /* 枠線を消す */
  transition: 0.3s; /* ホバーの変化を滑らかに */
}

.link_text {
	text-decoration: underline;
	color: #00F;
}
.pocket_book1,
.pocket_book2,
.pocket_book3 {
	display: none;
}

.PM041_country,
.PM051_country,
.PM141_country,
.VM441_country {
	width: 55%;
}

.PM041_country,
.PM051_country,
.PM141_country,
.VM441_country {
	width: 55%;
}

.countryCodes {
	width: 8rem;
}

.image_cancel_input {
	width: 55%;
	padding: 0.7rem !important;
	background-color: transparent !important;
	border: none !important;
}

@media screen and (max-width: 750px) {
	.image_cancel_input {
		width: 35%;
	}
	.PM041_country,
	.PM051_country,
	.PM141_country,
	.VM441_country {
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}
	.countryCodes {
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}
}

/*****************
 ローディングアニメーション
*/
#loading, #modal_loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: rgb(109 107 107 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 
/* コンテンツ部分の装飾 */
.loaded {
  opacity: 0;
  visibility: hidden;
}

.en, .zh {
	display: none;
}