@charset "UTF-8";
#about .trouble_btn {
  padding-bottom: 15px;
}
#about .trouble_btn li {
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
}
#about .trouble_btn li.lastitem {
  margin-right: 0;
}
#about .other_btn li.btn01 {
  float: left;
}
#about .other_btn li.btn02 {
  float: right;
}
.arr {
  color: #ff007f;
}
@media screen and (max-width: 640px) {
  #about .trouble_btn li {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #about .other_btn li {
    width: 100%;
    text-align: center;
  }
  #about .other_btn li.btn01 {
    float: none;
  }
  #about .other_btn li.btn02 {
    float: none;
  }
}

#method .agreement {
  line-height: 160%;
}
#method .agreement a {
  margin-right: 20px;
}
#method .agreement a::after {
  content: url("../img/new-window-icon.png");
  padding-left: 10px;
}

#trouble .box {
  padding: 0;
}
#trouble .box .inner {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 18px 21px;
}
#trouble .box .inner h3 {
  border-bottom: 1px solid #b2b3b3;
  font-size: 18px;
  font-weight: bold;
  color: #036ec5;
  line-height: 160%;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
#trouble .box .inner h4 {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 1em;
}
#trouble .box .inner p {
  margin-bottom: 0;
}
#trouble .box .inner p + p {
  margin-top: 1em;
}
#trouble .box .inner img {
  margin-top: 1em;
  width: 100%;
  height: auto;
}
#trouble .box.box-a .inner, #trouble .box.box-c .inner {
  border-color: #e7d598;
}
#trouble .box.box-b .inner, #trouble .box.box-d .inner {
  border-color: #82cef8;
}

#attention .box {
  padding: 0;
}
#attention .box .ill {
  width: 200px;
  float: left;
}
#attention .box .text {
  width: 500px;
  float: right;
}
#attention .box .text ol li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #e1f1ff;
}
#attention .box .text ol li .inner {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  #attention .box .ill {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #attention .box .text {
    width: 100%;
    float: none;
  }
  #attention .box .text ol li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 20px;
    background-color: #e1f1ff;
  }
  #attention .box .text ol li .inner {
    margin-left: 1em;
    text-indent: -1em;
  }
}
#attention h3 {
  font-size: 22px;
  color: #036ec5;
  margin-bottom: 1em;
}

.header h1 {
  margin-bottom: 0;
}

.subtitle {
  padding: 5px 10px;
  background-color: #e1dcca;
  margin-bottom: 15px;
}

ul {
  margin-bottom: 15px;
}
ul.list li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.list li::before {
  content: "●";
  color: #d9bd6e;
}

ol.notes li, ul.notes li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ol.notes li::before, ul.notes li::before {
  content: "※";
}
ol.notes_strong li, ul.notes_strong li {
  font-size: 12px;
  color: #ff5500;
}

.banner img {
  display: inline-block;
  margin-bottom: 0.5em;
}

.fig {
  margin: 30px 0;
  text-align: center;
}
.fig + .notes li {
  font-size: 14px;
}

hr.solid {
  padding: 0 0 15px;
  height: 2px;
  border-top: 0 !important;
  border-top: 1px solid #b2b3b3 !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.topnote{
	font-size: 10px;
	vertical-align: top;
}

.contact,#trouble .contact,#attention .contact{
	border: solid 2px #af7d00;
	padding: 1em 1em 0;
	margin-bottom: 2em;
}

  .inner_toggle_old,
  .inner_toggle_new{display: block;}

/* 20240624_add */
.inner_toggle_old {display: none;}

@media screen and (max-width: 640px) {
  .inner_toggle_old,
  .inner_toggle_new{display: none;}

  .toggle_swich_old,
  .toggle_swich_new{
    padding: 10px 40px 10px 5px;
    width: auto;
    display: block;
    cursor: pointer;
    border: none;
    background: #eeeeee url(/shared/img/bg/tab-bg.png) repeat-x 0 100%;
  }

  .swich_icon_new,.swich_icon_old{
    position: relative;
    right: -35%;
    top: -10px;
  }
}

