@charset "utf-8";
/* insurance*/
/* common
=========================================*/
#insurance {}
#insurance:after {
  content: "";
  clear: both;
  display: block;
}
#insurance #main {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0px;
}
#insurance .inner {
  width: 1280px;
  margin: 0 auto;
}
#insurance p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.7
}
#insurance a {
  transition: 0.3s
}
#insurance .fL {
  float: left
}
#insurance .fR {
  float: right
}
#insurance p.note {
  font-size: 14px;
  color: #00438E;
  text-indent: -1.2em;
  padding-left: 1.2em
}
#insurance p.noteRed {
  color: #de7e04;
}
#insurance p.indentTxt {
  text-indent: -1.0em;
  padding-left: 1.0em
}
#insurance .red {
  color: #bc0000
}
#insurance .orange {
  color: #ff6600
}
#insurance ol.num {
  font-size: 16px;
  list-style: none;
  margin-top: 1.0em;
  counter-reset: number 0;
}
#insurance ol.num li {
  margin-bottom: 5px
}
#insurance ol.num li:before {
  counter-increment: number 1;
  content: counter(number)".";
  margin-right: 5px;
}
#insurance .circleList {
  margin: 30px 0;
}
#insurance .circleList li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1.0em;
  margin-bottom: 20px;
}
#insurance .circleList li:before {
  content: "●"
}
#insurance .circleList .name {
  font-weight: bold
}
#insurance h2 {
  font-size: 40px;
  color: #000;
  border-bottom: 1px solid #000000;
  margin: 0px 0px 20px;
  text-shadow: rgba(150, 150, 150, .0)0 0 0px;
}
#insurance h2 span.border {
  border-left: 7px solid #02418E;
  padding: 5px 0px 0px 20px;
  margin: 0px 0px 7px;
  display: inline-block;
}
#insurance h2 span.small {
  font-size: 20px
}
#insurance #facilityResultArea h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#insurance h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.0em;
  font-weight: bold;
  padding: 15px 15px;
  background-color: #4A69A4;
  margin-bottom: 1em;
}
#insurance #myModal h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  background-color: #FFF;
}
#insurance h3.table {
  margin-bottom: 0em;
}
#insurance h3.table img {
  margin: 0px 0 0px 8px;
  vertical-align: middle
}
#insurance h3.table .requiredTxt {
  color: #FFFFFF;
}
#insurance h4 {
  font-size: 16px;
  margin-bottom: 1.0em;
  font-weight: 600;
  border-bottom: 1px solid #999999;
}
#insurance h4 span.border {
  border-left: 5px solid #02418E;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 5px;
  display: inline-block;
}
#insurance .btnStyle {
  color: #004289;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 60px;
  text-align: center;
  border: 1px solid #004289;
  font-size: 16px;
  transition: 0.3s;
  background-image: url(../mrso_img/insurance/arrow01.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
#insurance .btnStyle:hover {
  opacity: 0.8;
  text-decoration: none;
}
#insurance .btn.style01 a {
  display: block;
}
#insurance .btn.style01 a {
  cursor: pointer;
  border-radius: 3px;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #f97f00;
  text-align: center;
  padding: 20px 100px;
  display: inline-block;
  margin: 20px auto 60px;
  transition: 0.3s;
}
#insurance .btn.style01 a:hover {
  opacity: 0.8;
  text-decoration: none
}
#insurance .btn.style02 a {
  display: block;
}
#insurance .btn.style02 a {
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #f97f00;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  transition: 0.3s;
}
#insurance .btn.style02 a:hover {
  opacity: 0.8;
  text-decoration: none
}
#insurance table.tableStyle01 {
  border-collapse: collapse;
  margin: 0px 0 20px;
  font-size: 16px;
  border: 1px solid #4A69A4;
}
#insurance table.tableStyle01 th, #insurance table.tableStyle01 td {
  padding: 20px;
  color: #000;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
#insurance table.tableStyle01 th {
  background-color: #f6f6f6;
}
#insurance table.tableStyle01 th img {
  vertical-align: middle;
  top: -2px;
  position: relative;
  cursor: pointer;
}
#insurance table.tableStyle01 tr:last-child th, #insurance table.tableStyle01 tr:last-child td {
  border-bottom: none;
}
#insurance table.tableStyle01 .num {
  font-weight: bold
}
#insurance table.tableStyle01 .nowrap {
  white-space: nowrap
}
#insurance table.tableStyle01 .tax {
  font-size: 14px
}
#insurance table.tableStyle02 {
  border-collapse: collapse;
  font-size: 16px;
  margin: 60px auto
}
#insurance .records table.tableStyle02, #insurance .memberEdit table.tableStyle02 {
  margin: 20px auto 60px
}
#insurance table.tableStyle02 th, #insurance table.tableStyle02 td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle
}
#insurance table.tableStyle02 th {
  background-color: #f6f6f6
}
#insurance .memberEdit.member02 th {
  width: 200px
}
#insurance table.tableStyle02 p.note {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
}
#insurance .radio-input {
  display: none;
}
#insurance .radio-input + label {
  padding-left: 35px;
  position: relative;
  margin-right: 20px;
}
#insurance .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #666666;
  border-radius: 50%;
  background-color: #FFFFFF;
}
#insurance .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 10px;
  background: #de7800;
  border-radius: 50%;
}
#insurance .checkArea {
  margin: 10px 0 30px;
}
#insurance .checkArea .radio-input + label {
  padding-left: 35px;
  position: relative;
  margin-right: 0px;
}
#insurance .checkArea .radioBox {
  background-color: #F6F6F6;
  padding: 20px;
  position: relative;
  margin-right: 2%;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  width: auto;
}
#insurance .checkArea .radioBox label{
  cursor:pointer;
}
/*Radio Check*/
label.checkbox_text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}
label.checkbox_text {
  padding-left: calc(24px + 8px);
  line-height: 24px;
}
/** before after **/
label.checkbox_text:before, label.checkbox_text:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
}
label.checkbox_text:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 3px solid #de7800;
  border-bottom: 3px solid #de7800;
  top: 10px;
  display: block;
  margin-top: calc(((17px / 12) * 5) * -1);
  width: calc(((17px / 12) * 5));
  height: 17px;
  z-index: 1;
}
label.checkbox_text:before {
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0;
  border: 1px solid #666666;
  z-index: 3;
  border-radius: 5px;
  box-sizing: border-box;
}
label.checkbox_text:after {
  left: calc((24px / 2) - (((17px / 12) * 5) / 2));
}
/** input **/
label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  outline: none;
}
label.checkbox_text input[type="checkbox"] {
  left: calc(24px * -1);
  padding: 0;
}
label.checkbox_text input[type="checkbox"] {
  display: block;
  box-shadow: 24px 0px #FFF;
}
/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
  opacity: 0.1;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 24px 0px #666;
}
label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 24px 0px #EEE;
}
#insurance .boxStyle01 {
  background-color: #F6F6F6;
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#insurance ::placeholder {
  color: #666666;
  font-weight: normal
}
#insurance input[type="text"] {
  border: 1px solid #666666;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0em
}
#insurance input[type="text"].free-search-text {
  padding-top: 4px;
  padding-bottom: 4px;
}
#insurance textarea {
  border: 1px solid #666666;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  width: 100%;
}
#insurance .selectWrap {
  position: relative;
  display: inline-block;
}
#insurance .sp-none.yearTxt {
  display: inline-block
}
#insurance .selectWrap:after {
  content: url("../mrso_img/insurance/icon_arrow05.png");
  position: absolute;
  top: 8px;
  right: 30px;
}
#insurance select {
  height: auto;
  border-radius: 5px;
  padding: 8px 20px;
  cursor: pointer;
  border: 1px solid #666666;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
#insurance select::-ms-expand {
  display: none;
}
#insurance p.info {
  color: #DE7800;
}
#insurance input.middle {
  width: 100%
}
#insurance input.name {
  width: 190px;
  margin-right: 20px;
}
#insurance .year {
  width: 210px;
  margin-right: 10px;
}
#insurance .month {
  width: 100px;
  margin-left: 20px;
  margin-right: 10px;
}
#insurance .day {
  width: 100px;
  margin-right: 10px;
  margin-left: 20px;
}
#insurance input.zip {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
#insurance .prefectures {
  width: 210px;
  margin-right: 10px;
}
#insurance .city {
  width: 210px;
  margin-right: 10px;
  margin-left: 10px;
}
#insurance .modal.city {
  width: 100%;
}
#insurance .addWrap {
  margin-top: 20px;
}
#insurance .address {
  width: 500px;
  margin-right: 10px;
  margin-left: 10px;
}
#insurance input::placeholder {
  color: #666;
  font-size: 16px
}
#insurance .tel {
  width: 100px;
}
#insurance .requiredTxt {
  color: #DE7800;
  font-size: 14px;
}
#insurance .alertPopUserInput {
  margin-bottom: 20px;
  border: 3px solid #E2020B;
  color: #C01214;
  font-size: 18px;
  font-weight: bold;
  background-color: #F8ECEC;
  background-image: url(/mrso_img/step/alert.png);
  background-repeat: no-repeat;
  padding: 15px 15px 15px 65px;
  background-position: 20px center;
}
#insurance .alertPopUserInput p {
  margin-bottom: 0px
}
#insurance .error {
  display: block;
  line-height: 1.4em;
  font-size: 16px;
  width: 100%;
  margin: 10px 0 5px;
  color: #c01214;
}
#insurance .error span {
  display: block;
  background: url(/mrso_img/step/icon_attention.png) 5px top no-repeat;
  padding: 0px 30px;
}
.tabMenu {
  margin-top: 20px;
  position: relative;
  border-bottom: 4px solid #4A69A4;
}
.tabMenu li {
  width: 49%;
  float: left;
  position: relative;
}
.tabMenu li.active {
  top: 0px;
}
.tabMenu li:last-child {
  float: right;
}
.tabMenu li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 0 10px;
  background-color: #99ADC8;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  top: 15px;
}
.tabMenu li.active a {
  background-color: #4A69A4;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0 15px;
  position: relative;
  top: 0px;
}
.tabMenu li a:hover {
  background-color: #4A69A4;
  text-decoration: none;
  padding: 18px 0 15px;
  top: 0px;
  font-size: 24px;
  font-weight: bold;
}
.insuranceBox .fR {
  width: 385px;
}
.insuranceBox .fL {
  width: 820px;
  border-radius: 10px;
  background-color: #F0F5FE;
  padding: 60px 80px;
  border: 1px solid #4A69A4;
  text-align: center;
}
.insuranceBox .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px
}
.insuranceBox li {
  margin: 8px;
  display: inline-block;
}
.insuranceBox li a {
  color: #004289;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #4A69A4;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
}
.insuranceBox li.jichitai {
  margin: 8px auto;
  display: block;
  width: 80%;
}
.insuranceBox li a.area {
  background-image: url(../mrso_img/insurance/icon_area.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  padding: 10px 30px 10px 60px;
  display: block;
  text-align: left;
}
.insuranceBox li a.add {
  background-image: url(../mrso_img/common/icon/search/icon_map.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  display: block;
  text-align: left;
  padding: 10px 30px 10px 60px;
}
.insuranceBox li a.area span, .insuranceBox li a.add span {
  background-image: url(../mrso_img/insurance/arrow01.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 0px;
  display: block
}
.insuranceBox li:last-child a {
  padding: 10px 68px;
}
.insuranceBox li:last-child a.area {
  padding: 10px 30px 10px 60px;
}
.insuranceBox li:last-child a.add {
  padding: 10px 30px 10px 60px;
}
.insuranceBox li a:hover {
  text-decoration: none;
  background-color: #4A69A4;
  color: #FFFFFF;
}
.inline-content {
  border-radius: 10px;
  padding: 50px 60px;
  background-color: #FFFFFF;
}
.inline-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.inline-content h3 span {
  font-size: 36px;
  font-weight: 600;
}
.inline-content h4 {
  font-size: 24px;
  margin-bottom: 1.0em;
  font-weight: 600;
  border-bottom: 1px solid #999999;
}
.inline-content h4 span.border {
  border-left: 5px solid #02418E;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 5px;
  display: inline-block;
}
.inline-content h4 span.small {
  font-size: 16px
}
.inline-content p {
  font-size: 16px;
  margin-bottom: 1em;
}
.inline-content p strong {
  font-weight: bold
}
.inline-content li {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
.inline-content li:nth-child(2n) {
  float: right
}
.inline-content li a {
  font-size: 16px;
  color: #004289;
  border-radius: 5px;
  border: 1px solid #4A69A4;
  padding: 10px 20px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../mrso_img/insurance/arrow01.png);
  background-position: 95% 50%;
}
.inline-content li a:hover {
  text-decoration: none;
  background-color: #4A69A4;
  color: #FFFFFF;
}
.ttlChoice {
  color: #4A69A4;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.8em;
}
.searchSortTab li .label.area {
  background-image: url(../mrso_img/insurance/icon_area.png);
  background-repeat: no-repeat;
  background-position: 0% 70%;
  padding-left: 30px;
  padding-right: 10px;
}
#facilityResultArea .pager {
  margin: 10px 0;
  border-bottom: 1px solid #BFBFBF;
  height: 50px;
  overflow: hidden;
}
#facilityResultArea .pager.top .pageNav {
  display: none;
}
#facilityResultArea .pager .this {
  float: left;
  font-size: 16px;
  padding-top: 5px;
}
#facilityResultArea .this span {
  font-size: 20px;
  margin-right: 5px;
  color: #ff6e1d;
  font-weight: bold;
}
#facilityResultArea .head {
  position: relative;
}
#facilityResultArea .head .this {
  position: absolute;
  right: 0px;
  top: 5px;
}
#facilityResultArea .pageNav ul {
  text-align: right;
  padding: 10px 0;
  overflow: hidden;
  height: 100%;
  float: right;
}
#facilityResultArea .pageNav li {
  display: inline;
  float: left;
  margin: 0 0 0 3px;
}
#facilityResultArea .pageNav ul a {
  font-size: 14px;
  background-color: #f2f2f2;
  color: #00408F;
  position: relative;
  border: 1px solid #BFBFBF;
  padding: 0 3px;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 1.00);
  min-width: 27px;
  height: 27px;
  text-align: center;
  display: block;
  line-height: 27px;
  border-radius: 5px;
}
#facilityResultArea .pageNav ul a:hover, #facilityResultArea .pageNav ul .current a {
  background-color: #00408F;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #00408F;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
}
#facilityResultArea .pageNav ul .prev a, #facilityResultArea .pageNav ul .next a {
  width: auto;
  font-size: 12px;
  padding: 0 4px;
}
#facilityResultArea .checkTpoint {
  position: relative;
  width: 282px;
  height: 28px;
  margin-bottom: 10px;
}
#facilityResultArea .head.pageNav {
  display: none;
}
.searchSortTab {
  border-left: solid #999999 1px;
  z-index: 9999;
  float: left;
  overflow: hidden;
  margin: 0px 0 0 20px;
  padding: 5px 10px;
}
.searchSortTab ul {
  margin-top: -5px;
}
.searchSortTab > ul {
  float: right;
}
.searchSortTab > ul > li {
  float: left;
  margin-left: 5px;

}
.searchSortTab li a {
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset;
  color: #282828;
  display: block;
  font-size: 14px;
  line-height: 27px;
  padding: 2px 10px;
  position: relative;
  text-align: center;
}
.searchSortTab li a:hover, .searchSortTab li.current a {
  background-color: #00408f;
  border: 1px solid #00408f;
  border-radius: 5px;
  box-shadow: none;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
}
.searchSortTab li .label {
  padding-top: 10px;
}
.facilities {
  border-top: 4px solid #4A69A4;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
}
.facilities .thumb {
  float: left;
  width: 20%;
  margin-bottom: 15px;
}
.facilities .facilitiesInfo {
  float: left;
  width: 80%;
  padding: 15px 0px 15px 15px;
}
.facilities .facilitiesInfo .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
 #main .facility-name {
  color: #004289;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#main .noPlanInfo .ttl{
  color: #004289;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#main .noPlanInfo .reserve-info-header {
  color: #004289;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#main .noPlanInfo .reserve-info {
  color: #FF0004;
  font-size: 20px;
  margin-top: 20px;
}
#main .no-plan-tel {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0.6em;
}

@media only screen and (max-width: 767px) {
    #main .no-plan-tel {
      font-size: 30px;
      font-weight: bold;
      margin-top: 0.6em;
    }
}

.facilities .facilitiesInfo .dayInfo {
  font-size: 14px;
  margin-bottom: 1em;
}
.facilities .facilitiesInfo .dayInfo .dayAttention {
  background-color: #7F7F7F;
  padding: 3px 10px;
  color: #FFFFFF;
  margin-right: 10px;
}
.facilities .facilitiesInfo .add, #main .noPlanInfo .add {
  background-image: url(/mrso_img/common/icon/search/icon_map.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 2px 50%;
  margin-bottom: 0.5em;
}
.facilities .facilitiesInfo .station, #main .noPlanInfo .station  {
  background-repeat: no-repeat;
  background-image: url(../mrso_img/insurance/icon_station.png);
  padding-left: 20px;
  background-position: 0px 50%;
  margin-bottom: 0.5em;
}
.facilities .facilitiesInfo .addressAndStation  {
  display: flex;
}
.facilities .facilitiesInfo .addressAndStation .add  {
  float: left;
}  
.facilities .facilitiesInfo .addressAndStation .station  {
  margin-left: 10px;
}
.facilities .planInfo {
  float: left;
  padding: 15px;
  width: 40%;
}
.facilities.noImg .planInfo {
  float: left;
  padding: 15px;
  width: 60%;
}
.facilities .planInfo .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.facilities .planInfo .tagList {
  font-size: 14px;
}
.facilities .planInfo .tagList li {
  background-color: #F1F1F1;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
  margin-right: 5px;
}
.facilities .planInfo .tagList li.active {
  background-color: #F1F6FE;
  border: 1px solid #3E5786;
  color: #3E5786;
}
.facilities .plan {
  padding: 20px;
  border-top: 1px dotted #B5B5B5;
}
.facilities .plan .fR .sp-none {
  display: inline-block
}
.facilities .plan .planName a {
  color: #004289;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
.facilities .plan .price {
  display: inline-block;
  color: #BE1C1C;
  font-size: 24px;
  font-weight: bold;
}
.facilities .plan .price .taxTxt {
  font-size: 14px;
  display: inline-block;
  color: #000;
}
.facilities .plan .tpoint {
  display: inline-block;
  padding-left: 20px;
}
.facilities .plan .btn {
  display: inline-block;
  margin-left: 20px;
}
h3.toggle {
  background-image: url(../mrso_img/insurance/icon03.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  cursor: pointer;
  transition: 0.3s
}
h3.toggle:hover {
  opacity: 0.7
}
h3.toggle.active {
  background-image: url(../mrso_img/insurance/icon04.png);
}
.toggleMenu {
  display: none
}
.scrollBtn {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999999
}
#insurance .btn.style01.scrollBtn a {
  margin: 0 0;
  font-size: 28px;
  padding: 20px 120px;
  font-weight: 600
}
/* sp用
=========================================*/
@media only screen and (max-width: 767px) {
  /* common
  =========================================*/
  #insurance {
    width: 100%;
    padding: 20px 4% 0px;
  }
  #insurance .inner {
    width: 100%;
    margin: 0 auto;
  }
  #insurance p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.7
  }
  #insurance a {
    transition: 0.3s
  }
  #insurance .fL {
    float: left
  }
  #insurance .fR {
    float: right
  }
  #insurance #main {
    width: 100%;
    float: none;
    padding: 20px 0px;
  }
  #insurance p {
    font-size: 14px
  }
  #insurance ol.num {
    font-size: 14px;
  }
  #insurance h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #insurance h2 span.border {
    padding-left: 10px;
    line-height: 1.1em;
  }
  #insurance h3 {
    font-size: 16px;
    padding: 15px 15px;
  }
  #insurance h4 {
    font-size: 16px;
  }
  #insurance h4 span.border {
    border-left: 5px solid #02418E;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 5px;
    display: inline-block;
  }
  #insurance .btn.style01 a {
    font-size: 14px;
    padding: 15px 0px;
    margin: 20px auto;
    width: 100%
  }
  #insurance .btn.style01 a span {
    padding-right: 20px;
  }
  #insurance .btn.style02 a {
    display: block;
  }
  #insurance .btn.style02 a {
    font-size: 14px;
    padding: 5px 15px;
  }
  #insurance table.tableStyle01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #insurance table.tableStyle01 thead {
    display: none
  }
  #insurance table.tableStyle01 th, #insurance table.tableStyle01 td {
    padding: 10px;
    text-align: left;
    width: 100%;
    display: block;
  }
  #insurance table.tableStyle01 th {
    border: none
  }
  #insurance table.tableStyle01 td {
    border: 0px;
  }
  #insurance table.tableStyle01 td.receipt {
    display: none
  }
  #insurance table.tableStyle01 .tax {
    font-size: 14px
  }
  #insurance table.tableStyle02 {
    font-size: 14px;
    width: 100%;
    margin: 10px auto
  }
  #insurance .records table.tableStyle02, #insurance .memberEdit table.tableStyle02 {
    margin: 10px auto
  }
  #insurance table.tableStyle02 th, #insurance table.tableStyle02 td {
    padding: 10px;
    display: block;
    border-bottom: none;
    width: 100%
  }
  #insurance .memberEdit.member02 th {
    width: 100%
  }
  #insurance table.tableStyle02 td {
    padding-bottom: 20px
  }
  #insurance table.tableStyle02 tr:last-child td {
    border-bottom: 0px solid #ccc;
  }
  #insurance table .btnStyleTpoint {
    display: block;
    background-position: 20px 50%;
    text-align: left;
    position: relative;
  }
  #insurance table .btnStyleTpoint:after {
    content: url("../mrso_img/insurance/icon_arrow03.png");
    position: absolute;
    right: 5%;
    top: 33%
  }
  #insurance .checkArea .radioBox {
    padding: 20px;
    margin-right: 0%;
    display: block;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
  }
  #insurance input.name {
    width: 49%;
    margin-right: 0%;
  }
  #insurance .selectWrap.yearBox {
    display: block;
    margin-bottom: 10px
  }
  #insurance .sp-none.yearTxt {
    display: none;
  }
  #insurance .year {
    width: 100%;
    margin-right: 10px;
  }
  #insurance .month {
    width: 100px;
    margin-left: 0px;
    margin-right: 10px;
  }
  #insurance .day {
    width: 100px;
    margin-right: 10px;
    margin-left: 20px;
  }
  #insurance .year.ymd {
    width: 90px;
    margin-right: 5px;
  }
  #insurance .month.ymd {
    width: 70px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0;
  }
  #insurance .day.ymd {
    width: 70px;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 0;
  }
  #insurance input.zip {
    width: 80px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #insurance .prefectures {
    width: 100%;
    margin-right: 10px;
  }
  #insurance .city {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  #insurance .addWrap {
    margin-top: 20px;
  }
  #insurance .address {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  #insurance .tel {
    width: 27.5%;
  }
  #insurance .alertPopUserInput {
    margin-bottom: 20px;
    border: 3px solid #E2020B;
    color: #C01214;
    font-size: 18px;
    font-weight: bold;
    background-color: #F8ECEC;
    background-image: url(/mrso_img/step/alert.png);
    background-repeat: no-repeat;
    padding: 15px 15px 15px 65px;
    background-position: 20px center;
  }
  #insurance .alertPopUserInput p {
    margin-bottom: 0px
  }
  #insurance .error {
    display: block;
    line-height: 1.4em;
    font-size: 16px;
    width: 100%;
    margin: 10px 0 5px;
    color: #c01214;
  }
  #insurance .error span {
    display: block;
    background: url(/mrso_img/step/icon_attention.png) 5px top no-repeat;
    padding: 0px 30px;
  }
  .tabMenu {
    margin-top: 10px;
  }
  .tabMenu li a {
    padding: 8px 0 5px;
    font-size: 13px;
    top: 24px
  }
  .tabMenu li.kenpo a {
    padding: 8px 0 5px;
    font-size: 13px;
    top: 7px
  }
  .tabMenu li.kenpo a:hover {
    padding: 8px 0 5px;
    font-size: 13px;
    top: 7px
  }
  .tabMenu li.active.kenpo a {
    font-size: 14px;
    padding: 10px 0 10px;
    top: 0px;
  }
  .tabMenu li.active.kenpo a:hover {
    font-size: 14px;
    padding: 10px 0 10px;
    top: 0px;
  }
  .tabMenu li.active.jichitai a {
    font-size: 14px;
    padding: 17px 0 17px;
    top: 0px;
  }
  .tabMenu li.active.jichitai a:hover {
    font-size: 14px;
    padding: 17px 0 17px;
    top: 0px;
  }
  .tabMenu li a:hover {
    padding: 8px 0 5px;
    top: 24px;
    font-size: 13px;
    font-weight: normal;
  }
  .insuranceBox .fR {
    width: 100%;
    padding: 0 10%
  }
  .insuranceBox .fL {
    width: 100%;
    padding: 15px 20px;
  }
  .insuranceBox .ttl {
    font-size: 18px;
    margin-bottom: 5px
  }
  .insuranceBox li {
    margin: 4px;
  }
  .insuranceBox li a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .insuranceBox li:last-child a {
    padding: 5px 51px;
  }
  .insuranceBox li a.area {
    padding: 10px 30px 10px 40px;
  }
  .insuranceBox li:last-child a.area {
    padding: 10px 30px 10px 40px;
  }
  .insuranceBox li:last-child a.add {
    padding: 10px 30px 10px 40px;
  }
  .inline-content h4 {
    font-size: 16px;
  }
  .inline-content h4 span.small {
    font-size: 14px
  }
  .inline-content p {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .inline-content p strong {
    font-weight: bold
  }
  #cboxLoadedContent {
    overflow: scroll !important
  }
  .inline-content {
    -webkit-overflow-scrolling: touch;
    border-radius: 0px;
    padding: 10px 4%;
    border-top: 5px solid #4A69A4;
    overflow: scroll
  }
  .inline-content h3 {
    font-size: 18px;
    padding: 0 4%;
    margin-bottom: 0.7em;
  }
  .inline-content h3 span {
    font-size: 18px;
  }
  .inline-content li {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
  .inline-content li:nth-child(2n) {
    float: none;
  }
  .inline-content li a {
    font-size: 16px;
    border-radius: 0px;
    border-top: 1px solid #c2c3c9;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 10px 4%;
  }
  .ttlChoice {
    font-size: 16px;
    margin-bottom: 0.8em;
    text-align: center;
  }
  #facilityResultArea .pager {
    margin: 0px 0 10px;
    height: auto;
    overflow: visible;
    border-style: none;
  }
  #facilityResultArea .pager.top .pageNav {
    display: none;
  }
  #facilityResultArea .pager .this {
    font-size: 14px;
    padding-top: 0px;
  }
  #facilityResultArea .this span {
    font-size: 16px;
    margin-right: 5px;
  }
  #facilityResultArea .pageNav ul {
    text-align: right;
    padding: 10px 0;
    overflow: hidden;
    height: 100%;
    float: right;
  }
  #facilityResultArea .pageNav li {
    display: inline;
    float: left;
    margin: 0 0 0 3px;
  }
  #facilityResultArea .pageNav ul a {
    font-size: 14px;
    background-color: #f2f2f2;
    color: #00408F;
    position: relative;
    border: 1px solid #BFBFBF;
    padding: 0 3px;
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 1.00);
    min-width: 27px;
    height: 27px;
    text-align: center;
    display: block;
    line-height: 27px;
    border-radius: 5px;
    color: #282828;
  }
  #facilityResultArea .pageNav ul a:hover, #facilityResultArea .pageNav ul .current a {
    background-color: #00408F;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #00408F;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
  }
  #facilityResultArea .pageNav ul .prev a, #facilityResultArea .pageNav ul .next a {
    width: auto;
    font-size: 12px;
    padding: 0 4px;
  }
  #facilityResultArea .checkTpoint {
    position: relative;
    width: 282px;
    height: 28px;
    margin-bottom: 10px;
  }
  #facilityResultArea .head.pageNav {
    display: none;
  }
  .searchSortTab {
    border-left: solid #999999 0px;
    float: none;
    margin: 0px 0 0 0px;
    padding: 0px;
    clear: both;
    overflow: visible
  }
  .searchSortTab ul {
    margin-top: 0px;
  }
  .searchSortTab ul {
    float: none;
  }
  .searchSortTab li {
    margin-left: 0px;
  }
  .searchSortTab li a {
    display: inline-block;
  }
  .searchSortTab li .label {
    padding-top: 10px;
  }
  .facilities {
    padding: 10px;
  }
  .facilities .thumb {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .facilities .thumb img {
    width: 100%
  }
  .facilities .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .facilities .facilitiesInfo {
    float: none;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #CCCCCC;
  }
  .facilities .facilitiesInfo .dayInfo {
    font-size: 13px;
  }
  .facilities .facilitiesInfo .dayInfo .dayAttention {
    padding: 3px 10px;
  }
  .facilities .facilitiesInfo .addressAndStation  {
    display: block;
  }
  .facilities .facilitiesInfo .addressAndStation .add  {
    float: none;
  }
  .facilities .facilitiesInfo .addressAndStation .station  {
    margin-left: 0;
  }
  .facilities .planInfo {
    float: none;
    padding: 10px 0;
    width: 100%;
  }
  .facilities.noImg .planInfo {
    float: none;
    padding: 10px 0;
    width: 100%;
  }
  .facilities .planInfo .ttl {
    font-size: 14px;
  }
  .facilities .planInfo .tagList {
    font-size: 14px;
  }
  .facilities .planInfo .tagList li {
    font-size: 13px;
    padding: 3px 5px;
  }
  .facilities .plan {
    padding: 5px 0;
  }
  .facilities .plan .fL {
    width: 65%;
  }
  .facilities .plan .fR {
    width: 35%;
    text-align: right;
    padding-top: 15px;
  }
  .facilities .plan .fR .sp-none {
    display: none
  }
  .facilities .plan .planName a {
    font-size: 14px;
    margin-top: 10px;
  }
  .facilities .plan .price {
    font-size: 16px;
  }
  .facilities .plan .price .taxTxt {
    font-size: 12px;
    display: inline-block;
  }
  .facilities .plan .tpoint {
    padding-left: 20px;
    font-size: 12px;
  }
  .facilities .plan .btn {
    margin-left: 0px;
  }
  .scrollBtn {
    padding: 10px 0;
  }
  #insurance .btn.style01.scrollBtn a {
    margin: 0 0;
    font-size: 18px;
    padding: 10px 0px;
    width: 90%
  }
}

.facility .pager {
  padding: 0 38px 0 35px;
  height: 50px;
  overflow: hidden;
}

.facility .pager.top .pageNav {
  display: none;
}

.facility .pager .this {
  float: left;
  font-size: 16px;
  padding-top: 5px;
}

.facility .this span {
  font-size: 20px;
  margin-right: 5px;
  color: #ff6e1d;
  font-weight: bold;
}

.facility .pageNav ul {
  text-align: right;
  padding: 10px 0;
  overflow: hidden;
  height: 100%;
  float: right;
}

.facility .pageNav li {
  display: inline;
  float: left;
  margin: 0 0 0 3px;
}

.facility .pageNav ul a {
  font-size: 14px;
  background-color: #f2f2f2;
  color: #00408F;
  position: relative;
  border: 1px solid #BFBFBF;
  padding: 0 3px;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 1.00);
  min-width: 27px;
  height: 27px;
  text-align: center;
  display: block;
  line-height: 27px;
  border-radius: 5px;
  color: #282828;
}

.facility .pageNav ul a:hover,
.facility .pageNav ul .current a {
  background-color: #00408F;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #00408F;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
}

.facility .pageNav ul .prev a,
.facility .pageNav ul .next a {
  width: auto;
  font-size: 12px;
  padding: 0 4px;
}

.modalOpen {
  cursor: pointer;
}

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 140001;
  opacity: 0.6;
}

.modal {
  z-index: 140000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal .modal-dialog {
  background-color: #FFF;
  max-width: 900px;
  min-height: 300px;
  margin: 30px auto;
  z-index: 140003;
  padding: 10px;
  position: relative;
}

.modal .modal-dialog .close-button {
  background-image: url(/mrso_img/popups/btn_close.png);
  width: 64px;
  height: 19px;
  border-style: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 5px;
  background-color: transparent;
}

.modal .modal-dialog .close-button:hover {
  opacity: 0.8;
}

.modal .modal-dialog div#show-all-station.sp-none {
  margin-top: 5px;
  text-align: right;
}

.modal .modal-dialog div#show-all-station.sp-none div a {
  cursor: pointer;
}

.modal .modal-dialog div#show-all-station-sp {
  position: fixed;
  bottom: 80px;
  width: 100%;
  text-align: right;
}

.modal .modal-dialog div#show-all-station-sp div a {
  cursor: pointer;
}

.modal .modal-dialog div#show-narrow-station.sp-none {
  margin-top: 5px;
  text-align: right;
}

.modal .modal-dialog div#show-narrow-station.sp-none div a {
  cursor: pointer;
}

.modal .modal-dialog div#show-narrow-station-sp {
  position: fixed;
  bottom: 80px;
  width: 100%;
  text-align: right;
}

.modal .modal-dialog div#show-narrow-station-sp div a {
  cursor: pointer;
}

.modal .modal-dialog .modal-header {
  margin-bottom: 10px;
  color: #00408F;
  font-weight: bold;
  font-size: 120%;
}

.modal .modal-dialog table {
  border-top: 1px #BFBFBF solid;
  border-left: 1px #BFBFBF solid;
  width: 100%;
}

.modal .modal-dialog table td,
.modal .modal-dialog table th {
  padding: 5px;
  border-bottom: 1px #BFBFBF solid;
  border-right: 1px #BFBFBF solid;
}

.modal .modal-dialog table th {
  white-space: nowrap;
}

.modal .modal-dialog table td span {
  display: inline-block;
  padding: 3px 5px;
}

.modal.city .modal-dialog table td span {
  width: 32%;
}

.modal.line .modal-dialog table td span {
  width: 32%;
}

.modal .modal-dialog table td label {
  margin-right: 5px;
}

.modal .modal-dialog .modal-footer {
  text-align: center;
}

.modal .modal-dialog button {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #eb7f4f 0%, #fc7033 40%, #fd9565 100%) repeat scroll 0 0;
  border: 1px solid #e5611f;
  border-radius: 3px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 0 2px;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
  margin: 10px auto;
  height: 40px;
  width: 218px;
}

.modal .modal-dialog button:disabled {
  background: #aaa;
  border: 1px solid #999;
}

.modal .modal-dialog button:disabled:hover {
  cursor: default;
  opacity: 1;
}

.modalOpen[data-type="city"],
.modalOpen[data-type="line"],
.modalOpen[data-type="station"] {
  display: none;
}

.modal.city table td label,
.modal.line table td label {
  /*
width: 30%;*/
  display: inline-block;
}
.sp-hide {
  display: block !important;
}

.sp-show {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  .modal-table-area table td {
      width: 780px;
  }
}

@media only screen and (max-width: 900px) {

  .modal.city table td label,
  .modal.line table td label {
      width: 40%;
  }

  .modal.city .modal-dialog table td span,
  .modal.line .modal-dialog table td span {
      width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
  li.sp-show {
    display: inline-block !important;
  }
  .sp-show {
    display: block !important;
  }
  .modal.city table td label,
  .modal.line table td label,
  .modal.station table td label,
  .modal.city-sp table td label{
      width: 100%;
      display: inline-block;
  }

  .modal.prefecture table td label {
      display: inline-block;
      width: 40%;
  }
}



/* insurermodal */
#myModal.modal-insurer  #cboxClose {
  background: url(/mrso_img/popups/btn_close.png) no-repeat;
  width: 64px!important;
  height: 19px!important;
  position: relative;
  /* top: 28%; */
  /* right: 21%; */
  margin-left: 76%;
  margin-top: 0%;
  z-index: 9999;
  cursor: pointer;
  background-position: 0 0;
}
#myModal.modal-insurer .inline-content {
  border-radius: 10px;
  width: 60%;
  padding: 50px 60px;
  background-color: #FFFFFF;
  margin: auto;
}
#myModal.modal-insurer .inline-content-ins-auth {
  border-radius: 10px;
  width: 40%;
  padding: 20px 60px;
  background-color: #FFFFFF;
  margin: auto;
}
  /* The Modal (background) */
  .modal-insurer {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 255px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(192, 186, 186);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-insurer .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 65%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-insurer .modal-header {
    padding: 8px 16px;
    background-color: #00408f;
    color: white;
    font-size: 20px;
    height: 40px;
} 

.modal-insurer .modal-body {
    padding: 2px 16px;
    height: auto;
}

.modal-insurer .modal-footer {
    padding: 2px 16px;
    background-color: #00408f;
    color: white;
}

.modal-insurer .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 85%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
} 
/* insurermodal */
#main > .modal.city.in, #facilityResultArea div.modal.city.in{
  width:100%;
}
.facilities .btn:after{
  display: inline-block;
}
 a.back-btn{
	margin: 10px auto 10px auto;
	color: #004289;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 60px;
    text-align: center;
    border: 1px solid #004289;
    font-size: 16px;
    transition: .3s;
    background-image: url(../mrso_img/insurance/arrow01.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
.noPlanInfo .tagList li.active {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cbcbcb;
  margin-bottom: 10px;
  margin-right: 5px;

  background-color: #f1f6fe;
  border: 1px solid #3e5786;
  color: #3e5786;
  }


  #insurance .btn.style99 a {
    cursor: pointer;
    color: #fff;
    background-color: #5677C3;
    padding: 3px 20px;
    display: inline-block;
    transition: .3s;
    border:none;
    border-radius: 5px;
    box-shadow:none;
    font-size: 14px;
    line-height: 27px;
    position: relative;
    text-align: center;
}
#insurance .btn.style99 a:hover {
  opacity: 0.8;
  text-decoration: none
}
  #insurance .btn.style100 a {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    background-color: #f2f2f2;
    text-align: center;
    padding: 2px 20px;
    display: inline-block;
    transition: .3s;
}
#HealthInsuranceAuthInsuranceName {
  width:100%;
}
.js-select_ins_class{
  display:none
}
.kenpo-login-img {
margin: 10px 0;
}

.ajax-load-animation {
  -webkit-animation: load 1.5s ease-in-out infinite;
  -moz-animation: load 1.5s ease-in-out infinite;
  -o-animation: load 1.5s ease-in-out infinite;
  animation: load 1.5s ease-in-out infinite;
}
.ajax-loader {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 10002;
}
.loading-text {
  display:none;
}
.hide-e {
  display:none;
}
.ajax-loader .loading-text {
  display:block;
  font-size: 20px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  top: 48%;
  left: 48%;
  margin-top: -45px;
  margin-left: -10px;
}
.ajax-loader .loader-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #1aa2dd;
  top: 50%;
  left: 45%;
  margin-left: -7px;
  margin-top: -7px;
  opacity: 0;
  -webkit-animation: load 1.5s ease-in-out infinite;
  -moz-animation: load 1.5s ease-in-out infinite;
  -o-animation: load 1.5s ease-in-out infinite;
  animation: load 1.5s ease-in-out infinite;
}
.ajax-loader .loader-dot.dot-1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  left: 45%;
}
.ajax-loader .loader-dot.dot-2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 47%;
}
.ajax-loader .loader-dot.dot-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 49%;
}
.ajax-loader .loader-dot.dot-4 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  left: 51%;
}
.ajax-loader .loader-dot.dot-5 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
  left: 53%;
}
@keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.alertPop {
    border: 3px solid #E2020B;
    color: #C01214;
    font-size: 18px;
    font-weight: bold;
    background-color: #F8ECEC;
    background-image: url(/mrso_img/step/alert.png);
    background-repeat: no-repeat;
    padding: 15px 15px 15px 65px;
    background-position: 20px center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .searchSortTab li .label.area {
    background-image: url(../mrso_img/insurance/icon_area.png);
    background-repeat: no-repeat;
    background-position: 0% 70%;
    padding-left: 30px;
    padding-right: 10px;
    display:block;
    width: 100%;
  }
  .searchSortTab  > ul > li{
    display:block;
    width: 100%;
    margin-bottom: 5px;
  }
  .searchSortTab  li .area,  .searchSortTab  li .add{
    width: 100%;
  }
  .searchSortTab  li#clear-btn-block, .searchSortTab  li#pref-search-btn-block{
    width: 50%;
  }
  .searchSortTab  li#clear-btn-block a, .searchSortTab  li#pref-search-btn-block a{
    width: 100%;
    display: inline-block;
  }
  .searchSortTab  li#label-area{
    padding: 5px;
    margin-right: auto;
    background-color: azure;
  }
  .facility .pager.top {
    padding: 5px;
  }
  .searchSortTab  li #pref-search-btn{
    display:block;
    width: 100%;
    margin-bottom: 5px;
  }
}


/* スマホ用検索ボックス */
@media only screen and (max-width: 640px) {

  #searchBoxArea,
  #areaBoxArea,
  #cityBoxArea,
  .modal {
      font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  #searchBoxArea .box,
  #areaBoxArea .box,
  #cityBoxArea .box {
      background-color: #E6ECF4;
      border-radius: 0;
      border: none !important;
      border-top: #07438C solid 2px !important;
      border-radius: 0 !important;
  }
  #searchBoxArea .box .search-swich {
      display: none !important;
  }
  #searchBoxArea .searchBoxHeader,
  #areaBoxArea .searchBoxHeader,
  #cityBoxArea .searchBoxHeader {
      text-align: center;
      color: #07438C;
      font-size: 15px;
      font-weight: bold;
      border-bottom: #BFC2C6 solid 1px;
      margin: 0 -15px 10px -15px;
      padding-bottom: 7px;
  }

  #searchBoxArea .box .advanced-search a {
      background-color: #EFEFEF;
      border: 1px solid #bfc2c6;
      border-radius: 4px;
      color: #444;
      background-image: url(../mrso_img/sp/common/add-conditions-icon.png);
      background-position: 95% center;
      background-repeat: no-repeat;
      background-size: 20px;
      height: 40px;
      width: auto;
      margin: 0 auto;
      font-size: 14px;
      padding: 9px 60px;
      border-radius: 4px;
      display: inline-block;
  }
  #searchBoxArea .box .advanced-search.open a {
      background-image: url(../mrso_img/sp/common/remove-conditions-icon.png);
  }
  #searchBoxArea .box section .aC {
      margin: 10px -15px -13px -15px;
      background-color: #3669A8;
      padding: 10px 0;
  }

  #searchBoxArea .box section .aC .submit > input[type="submit"] {
      background: #FE6500;
      color: #FFF;
      box-shadow: none;
      text-shadow: none;
      position: static;
      font-weight: bold;
      font-size: 15px;
      border-radius: 6px;
      margin: 0;
      border: none;
      height: 50px;
      padding-top: 0;
      width: 100%;;
      padding: 0 30px;
  }

  #searchBoxArea .box section .aC .submit > input[type="submit"]:hover {
      background: #FEA366;
      opacity: 1;
  }
  #searchBoxArea .box input[type=submit].btn03.datail.disable:hover {
      background: #aaa;
  }
  #searchBoxArea .box section .aC .resetBtnBox .resetBtn {
      color: #9F9F9F;
      background-color: #FFFFFF;
      font-weight: bold;
      font-size: 15px;
      border-radius: 6px;
      margin: 0;
      border: none;
      height: 50px;
      width: 100%;
  }

  #searchBoxArea .box section .aC .resetBtnBox {
      display: inline-block;
      margin-right: 2%;
      cursor: pointer;
      width: 40%;
  }
  #searchBoxArea .box section .aC .submit {
      display: inline-block;
      position: relative;
      width: 47%;
  }
  #searchBoxArea .box input[type="text"],
  #searchBoxArea .box select,
  #searchBoxArea .box input#SearchFacilityFacilityNameRuby[type="text"],
  #searchBoxArea .box #PlanResFrom {
      -webkit-appearance:none;
      background-color: #FFFFFF;
      border: 1px #BFC2C6 solid;
      height: 40px;
      border-radius: 6px;
      padding: 7px 10px;
      text-indent: 0;
      font-size: 15px;
      min-height: 40px !important;
  }

  #searchBoxArea .box #PlanResFrom {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  #searchBoxArea .box section.searchSection {
      border-bottom: 1px #BFC2C6 solid;
      margin-bottom: 10px;
  }
  #searchBoxArea .box section.searchSection:first-of-type {
      border-bottom: 0;
      margin-bottom: 0;
  }
  #searchBoxArea .box section.searchSection .searchBoxh2 {
      color:#212121;
      font-size:13px;
      margin-bottom:10px;
  }
  #searchBoxArea .box h2,
  #searchBoxArea .box p.search-filter {
      margin-bottom: 10px;
  }
  #searchBoxArea .box div.checkbox input[type="checkbox"],
  #searchBoxArea .box .other-conditions input[type="checkbox"] {
      display: none;
  }
  #searchBoxArea .box div.checkbox input[type="radio"] {
      display: none;
  }
  #searchBoxArea .box div.checkbox label,
  .other-conditions label {
      background-image: url(/mrso_img/sp/common/check-icon.png);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 5px center;
      font-size: 14px;
      background-color: #FFFFFF;
      border-radius: 6px;
      margin-bottom: 10px;
      border: 1px #BFC2C6 solid;
      height: 40px;
      padding: 10px 5px 10px 30px;
      width: auto;
      cursor: pointer;
      width: 100%;
  }
  #searchBoxArea .box div.checkbox label {
      background-image: url(/mrso_img/sp/common/select-icon.png);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 5px center;
      font-size: 14px;
      background-color: #FFFFFF;
      border-radius: 6px;
      margin-bottom: 10px;
      border: 1px #BFC2C6 solid;
      height: 40px;
      padding: 10px 5px 10px 30px;
      width: auto;
      cursor: pointer;
      width: 100%;
  }
  .other-conditions label {
      white-space: nowrap;
  }
  #searchBoxArea .box div.checkbox {
      display: inline-block;
      width: 49%;
  }
  #searchBoxArea .box div.checkbox label {
      white-space: nowrap;
  }
  #searchBoxArea .box div.checkbox.full {
      width: 100%;
  }
  #searchBoxArea .box div.checkbox label,
  .other-conditions .sp-only label {
      display: inline-block;
  }
  #searchBoxArea .box div.checkbox input[type="checkbox"]:checked + label,
  #searchBoxArea .box .other-conditions input[type="checkbox"]:checked + label {
      color: #007AFF;
      font-weight: bold;
      background-image: url(/mrso_img/sp/common/checked-icon.png);
  }
  #searchBoxArea .box div.checkbox input[type="radio"]:checked + label {
      color: #007AFF;
      font-weight: bold;
      background-image: url(/mrso_img/sp/common/selected-icon.png);
  }
  #searchBoxArea .box div.checkbox label.full {
      width: 100%;
  }

  #searchBoxArea .box .other-conditions {
      margin-top: 10px !important;
  }
  #searchBoxArea .box .other-conditions div {
      width: 49%;
      display: inline-block;
  }
  #searchBoxArea .box .other-conditions label,
  #searchBoxArea .box .other-conditions div.full {
      width: 100%;
  }
  #searchBoxArea .box #PlanResFrom {
      background-image: none;
  }
  #searchBoxArea .box .sdSelectDate .clear-button {
      height: 40px;
  }
  #mainContents.facility #searchBoxArea section select {
      height: 40px;
  }
  #searchBoxArea .box select {
      background-image: url("../mrso_img/sp/common/ar-b-blue.png");
      background-repeat: no-repeat;
      background-position: 90% center;
      background-size: auto 9px;
  }
  #searchBoxArea .box .areaSelectBtn {
      font-size: 14px;
      display: inline-block;
      background-color: #FFFFFF;
      border-radius: 6px;
      margin-bottom: 10px;
      border: 1px #BFC2C6 solid;
      height: 40px;
      padding: 10px 5px;
      width: 49%;
      cursor: pointer;
      text-align: left;
      background-image: url("../mrso_img/sp/common/ar-r-blue.png") , -moz-linear-gradient(top, #FCFDFE 0%, #F6F8FB 49%, #F1F4F9 50%, #EBF0F6);
      background-image: url("../mrso_img/sp/common/ar-r-blue.png") , -webkit-gradient(linear, center top, center bottom, from(#FCFDFE), to(#EBF0F6));
      background-repeat: no-repeat , no-repeat;
      background-position: 95% center, 0 0;
      background-size: 9px auto, 100% 100%;
  }

  #searchBoxArea .popularityInspectionItems small, #searchBoxArea .popularityInspectionItems span.small, #searchBoxArea .inspectionItemsBox small {
      margin-left: 0;
  }
  #searchBoxArea .popularityInspectionItems span.small {
      display: inline;
  }
  #searchBoxArea .popularityInspectionItems small {
      display: none;
  }
  #searchBoxArea .inspectionItemsBox fieldset legend {
      margin-bottom: 5px;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox {
      margin-left: 0;
  }
  #searchBoxArea .box .sp-area-selected-area {
      position: relative;
      display: none;
  }
  #searchBoxArea .box .sp-area-selected-area .areaSelectBtn {
      width: 89%;
  }
  #searchBoxArea .box .sp-area-selected-area .resetBtn {
      width: 11%;
      background-image: url(../mrso_img/sp/common/remove-icon.png);
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      background-size: cover;
      border: none;
      background-color: transparent;
      cursor: pointer;
      position: absolute;
      top: 7px;
      right: 5px;
  }
  #searchBoxArea .popularityInspectionItemsMoreBtn, #searchBoxArea .popularityInspectionItemsCloseBtn {
      width:100%;
  }
  #searchBoxArea .inspectionSection .synthesis {
      background:#f8e9e6;
      border-bottom:1px solid #d7d8db;
      margin:-51.5% -3% 0;
      padding:53% 3% 3%;
  }
  #searchBoxArea .inspectionSection .synthesis dt {
      color:#ac2121;
      font-weight:bold;
      margin-bottom:5px;
  }
  #searchBoxArea .inspectionSection .synthesis dt span,
  #searchBoxArea .inspectionSection .single dt span {
          font-weight:bold;
  }
  #searchBoxArea .inspectionSection .single {
      padding:3% 0;
  }
  #searchBoxArea .inspectionSection .single dt {
      font-weight:bold;
      margin-bottom:5px;
  }

  /* Modal */
  .modal {
      top: 0;
  }
  .modal .modal-dialog {
      margin: 0;
      padding: 0;
  }
  .modal .modal-dialog .close-button {
      background-image: url("../mrso_img/sp/common/ar-l-blue.png");
      background-size: 14px auto;
      background-position: left center;
      background-repeat: no-repeat;
      border: medium none;
      box-shadow: none;
      color: #007aff;
      font-size: 15px;
      height: auto;
      left: 10px;
      padding: 0 0 0 15px;
      position: fixed;
      right: auto;
      text-shadow: none;
      top: 10px;
      width: auto;
      z-index: 99999999;
  }
  .modal .modal-dialog .modal-header {
      background-color: #F4F5F6;
      color: #000;
      border-bottom: 1px solid #CCD2D9;
      margin: 0 0 0 0;
      padding: 20px 0 15px 0;
      font-size: 16px;
      text-align: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
  }
  .modal .modal-dialog .modal-header:before {
      background-color: #3669a8;
      content: "";
      height: 4px;
      left: 0;
      position: fixed;
      right: 0;
      top: 2px;
      width: 100%;
      z-index: 99999999;
  }

  .modal .modal-dialog .modal-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #3669A8;
      padding: 10px 1.5%;
  }
  .modal .modal-dialog .modal-footer .searchCountBox {
      box-sizing: border-box;
      float: left;
      width: 28%;
      background: none;
      padding: 0 1%;
  }
  .modal .modal-dialog .modal-footer .searchCountBox span:last-child {
      color: #FFF;
      float: left;
      text-align: left;
      font-size: 12px;
      padding: 0 3px;
  }
  .modal .modal-dialog .modal-footer .searchCountBox span.type {
      padding: 0;
  }
  .modal .modal-dialog .modal-footer .searchCountBox .searchCount {
      float: left;
      font-size: 27px;
      display: inline-block;
      line-height: 110%;
      text-align: left;
      padding: 0;
      width: 100%;
  }
  .modal .modal-dialog .modal-footer .searchCountBox span br {
      display: inline;
  }
  .modal .modal-dialog .modal-footer .narrow-button {
      background: #FE6500;
      color: #FFF;
      box-shadow: none;
      box-sizing: border-box;
      text-shadow: none;
      position: static;
      font-weight: bold;
      font-size: 15px;
      border-radius: 6px;
      margin: 0;
      border: none;
      height: 50px;
      padding-top: 0;
      width: 42%;
      padding: 0 7px;
      display: inline-block;
  }
  .modal .modal-dialog .modal-footer .narrow-button:disabled {
      background: #aaa;
      opacity: 0.6;
  }
  .modal .modal-dialog .modal-footer .narrow-button:disabled:hover {
      opacity: 1;
  }
  .modal .modal-dialog .modal-footer .resetBtn {
      background: #ffffff;
      border: medium none;
      box-shadow: none;
      box-sizing: border-box;
      text-shadow: none;
      border-radius: 6px;
      color: #9f9f9f;
      font-size: 15px;
      font-weight: bold;
      height: 50px;
      margin: 0 0.5% 0 0;
      display: inline-block;
      width: 28%; 
      padding: 0 3px;
  }
  .modal .modal-dialog .modal-footer .resetBtn:disabled {
      opacity: 0.6;
  }
  .modal .modal-dialog .modal-body {
      margin: 60px 0 60px 0;
      height: 100vh;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
  }
  .modal .modal-dialog .modal-body {
      background-color: #E6ECF4;
      font-size: 18px;
  }
  .modal.station .modal-dialog .modal-body table {
      border-left: 0;
  }
  .modal .modal-dialog .modal-body table tr > th {
      background-color:#d0dbeb;
      border-bottom: #BFC2C6 1px solid;
  }
  .modal.station .modal-dialog .modal-body table tr > th {
      border-right: 0;
      display: block;
      padding: 0;
      width: 100%;
  }
  .modal.station .modal-dialog .modal-body table tr > td {
      display: block;
      padding: 0;
      width: 100%;
  }
  .modal.station .modal-dialog .modal-body table tr > td label {
      background-position: 20px center;
      padding: 15px 15px 15px 50px;
  }
  .modal .modal-dialog .modal-body table tr > th label {
      padding: 15px 15px 15px 40px;
      cursor: pointer;
      background-image: url(/mrso_img/sp/common/check-icon-multiple.png);
      background-repeat: no-repeat;
      background-size: 23px 23px;
      background-position: 10px center;
      width: 100%;
      display: inline-block;
  }
  .modal .modal-dialog .modal-body table tr > td {
      border: none;
  }
  .modal .modal-dialog .modal-body table tr > td label {
      padding: 15px 15px 15px 40px;
      border-bottom: #BFC2C6 1px solid;
      cursor: pointer;
      background-image: url(/mrso_img/sp/common/check-icon.png);
      background-repeat: no-repeat;
      background-size: 23px 23px;
      background-position: 10px center;
  }
.modal .modal-dialog table td span {width: 100%}
  .modal .modal-dialog .modal-body input[type="checkbox"] {
      display:none;
  }
  .modal .modal-dialog .modal-body input[type="checkbox"]:checked + label {
      color: #007AFF;
      font-weight: bold;
      background-image: url(/mrso_img/sp/common/checked-icon.png);
  }
  .modal {
      opacity: 0;
      transition: opacity .15s linear;
  }
  .modal.in {
      opacity: 1;
  }

  /* Kenpo */
  #searchBoxKenpo,
  #searchBoxChina {
      background-color: #FDE8E9;
      float: none !important;
      color: #ED1C24;
      border-top: #AFA8A9 solid 1px;
      border-bottom: #AFA8A9 solid 1px;
      position: relative;
      margin-bottom: 0px;
  }
  #searchBoxChina {
      margin-bottom: 20px;
      border-top:none;
  }
  #searchBoxKenpo a:before,
  #searchBoxChina a:before {
      background-image: url(../mrso_img/sp/common/exclamation-icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px;
      height: 100%;
      width: 45px;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #ED1C24;
      content: "";
      display: inline-block;
      position: absolute;
  }
  #searchBoxKenpo a,
  #searchBoxChina a {
      color: #ED1C24;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 10px 0 10px 60px;
      background-image: url(../mrso_img/sp/common/ar-r-red.png);
      background-position: 97% center;
      background-repeat: no-repeat;
      background-size: 9px;
      text-align: left;
  }
  #searchBoxKenpo a:hover,
  #searchBoxChina a:hover {
      text-decoration: none;
      opacity: 0.6;
  }

  #searchBoxChina a:before {
      background-image: url(../mrso_img/sp/common/user-icon.png);
  }

  .register-link {
      display: block;
      background-color: #f8bb00;
      background-image: -moz-linear-gradient(top, #f8bb00 0%, #f6aa00 25%, #f19100 75%, #ed7900);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#f8bb00), to(#ed7900));
      margin: 10px 0;
      font-size: 18px;
      color: #FFF;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      position: relative;
  }
  .register-link:hover {
      text-decoration: none;
      opacity: 0.6;
  }
  .register-link span:first-child {
      background-color: #044392;
      color: #fcee21;
      text-shadow: none;
      width: 92px;
  }
  .register-link span:first-child:after {
      border: 10px solid transparent;
      border-left: #044392 solid 15px;
      width: 0px;
      height: 0px;
      content: "";
      display: block;
      position: absolute;
      left: 86px;
      top: 13px;
  }
  .register-link span {
      display: inline-block;
      padding: 10px;
  }

  #searchBoxArea .inspectionItemsBox fieldset .checkbox {
      margin: 0;
      min-width: 0;
      width: 49%;
      display: inline-block;
      float: none;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox label {
      padding-top: 12px;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox label small {
      display: inline;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox label .full {
      display: block;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox label .full.long-text {
      font-size: 13px;
  }
  #searchBoxArea .inspectionItemsBox fieldset .checkbox label .full.long-text small {
      letter-spacing:-0.1em; }
  #searchBoxArea .box .inspectionItemsBox fieldset {
      display: block;
  }

}

@media only screen and (min-width: 640px) {
  .other-conditions .sp-none {
      display: inline !important;
  }
}
.searchCountBox {
  background-color: #F2F2F2;
  color: #222;
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
}
.searchCountBox .searchCount {
  color: #F15A24;
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.searchCountBox span br {
  display: none;
}

#searchBoxArea .closeButton {
  display: none;
}
.spSearchInfo {
  display: none;
}
.error-message {
  display: block;
  background: url(/mrso_img/step/icon_attention.png) 5px top no-repeat;
  padding: 0px 30px;
  margin-top: 2px;
	color: #FF0004;
}

@media only screen and (max-width: 640px) {
  .modal-body .modal-table-area {
  }
  .spSearchInfo {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100000;
      padding: 5px 5%;
      background-color: #c5e7f3;
      color: #00408f;
      /*height: 54px;*/
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  }
  .spSearchInfo .searchTxt {
      color:#2c4c59;
      font-size:12px;
  }
  .spSearchInfo .searchCountBox ,
  .spSearchInfo .searchCountBox .searchCount {
      background-color: transparent;
      font-size: 13px;
      font-weight: normal;
      text-align: left;
      padding: 0;
      color: #000;
  }
  .spSearchInfo .searchCountBox .searchCount {
      color: #FE6500;
      margin-left: 5px;
      font-weight: bold;
      font-size: 110%;
  }
  .spSearchInfo .pull-left {
      float: left;
      width: 50%;
  }
  .spSearchInfo .pull-right {
      float: right;
      width: 50%;
      text-align: right;
  }

  .spSearchInfo .searchConditions {
      font-size: 12px;
      margin: 0;
      padding: 0;
      background-color: transparent;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-text-overflow:ellipsis;
      overflow: hidden;
  }
  .spSearchInfo .searchConditions span {
      display: none;
  }
  .searchesSearchBox .spSearchInfo {
      display: block !important;
  }
  .spSearchInfo button.displaySearchBox {
      background-color: #38b3df;
      color: #FFF;
      border: none;
      font-size: 13px;
      font-weight: bold;
      border-radius: 4px;
      padding: 4px 15px 4px 30px;
      cursor: pointer;
      background-image: url(../mrso_img/sp/common/search_w27.png);
      background-repeat: no-repeat;
      background-size: auto 16px;
      background-position: 15px center;
      margin-top: 3px;
      width: 95%;
  }
  .spSearchInfo button.displayAreaBox {
      background-color: #38b3df;
      color: #FFF;
      border: none;
      font-size: 13px;
      font-weight: bold;
      border-radius: 4px;
      padding: 4px 15px 4px 30px;
      cursor: pointer;
      background-image: url(../mrso_img/sp/common/area_w27.png);
      background-repeat: no-repeat;
      background-size: auto 16px;
      background-position: 15px center;
      margin-top: 3px;
      width: 95%;
  }
  .searchesSearchBox #searchBoxArea,
  .searchesSearchBox #areaBoxArea,
  .searchesSearchBox #cityBoxArea {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100001;
      margin: 0;
      border: 0;
      background-color: #e6ecf4;
      height: 100vh;
      display: none;
  }
  .searchesSearchBox #searchBoxArea .box,
  .searchesSearchBox #searchBoxArea .box {
      border-top: none !important;
  }
  .modal .modal-dialog .modal-body input[type="radio"] {
      display: none;
  }
  .searchesSearchBox #searchBoxArea .inputArea {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100001;
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 65px 10px 0 10px;
      -webkit-overflow-scrolling : touch;
      border-top: 0 #07438c solid;
      margin-bottom: 70px;
  }
  .searchesSearchBox #searchBoxKenpo {
      display: none;
  }
  .searchesSearchBox #searchBoxArea .box,
  .searchesSearchBox #areaBoxArea .box,
  .searchesSearchBox #cityBoxArea .box {
      padding-bottom: 80px;
  }

  .searchesSearchBox #areaBoxArea .areaWrap,
  .searchesSearchBox #cityBoxArea ul {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100001;
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 63px 0 0 0;
      -webkit-overflow-scrolling : touch;
      border-top: 0 #07438c solid;
  }
  .searchesSearchBox #areaBoxArea .areaWrap dl {
      background:#fff;
  }
  .searchesSearchBox #areaBoxArea .areaWrap dt {
      background:url(../mrso_img/sp/search/arrow02.png) no-repeat 96% center #e6ecf5;
      background-size:12px;
      border-bottom:1px solid #c4c7cd;
      font-size:18px;
      padding:12px 13px;
  }
  .searchesSearchBox #areaBoxArea .areaWrap dt.show {
      background:url(../mrso_img/sp/search/arrow02_show.png) no-repeat 96% center #e6ecf5;
      background-size:12px;
  }
 .searchesSearchBox #areaBoxArea .areaWrap dd {
      display:none;
  }
  .searchesSearchBox #areaBoxArea .areaWrap dd li {
      background:url(../mrso_img/sp/search/arrow03.png) no-repeat 95% center #fff;
      background-size:6px;
      border-bottom:1px solid #c4c7cd;
  }
  .searchesSearchBox #areaBoxArea .areaWrap dd li button {
      -webkit-appearance: none;
      background:none;
      border:0;
      box-sizing: border-box;
      display:block;
      font-size:16px;
      padding:12px 20px;
      text-align: left;
      width:100%;
  }
  .searchesSearchBox #cityBoxArea ul li {
      background:url(../mrso_img/sp/common/ar-r-blue.png) no-repeat 95% center;
      background-size:6px;
      border-bottom:1px solid #c4c7cd;
  }
  .searchesSearchBox #cityBoxArea ul li button {
      -webkit-appearance: none;
      border:0;
      box-sizing: border-box;
      display:block;
      font-size:18px;
      padding:15px 15px 15px 40px;
      text-align: left;
      width:100%;
  }
  .searchesSearchBox #cityBoxArea ul li.citySelect button {
      background:url(../mrso_img/sp/search/icon_city.png) no-repeat 10px center;
      background-size:18px;
  }
  .searchesSearchBox #cityBoxArea ul li.trainSelect button {
      background:url(../mrso_img/sp/search/icon_train.png) no-repeat 10px center;
      background-size:18px;
  }

  .searchesSearchBox #searchBoxArea .searchBoxHeader,
  .searchesSearchBox #areaBoxArea .searchBoxHeader,
  .searchesSearchBox #cityBoxArea .searchBoxHeader {
      position: fixed;
      z-index: 100002;
      top: 0;
      left: 0;
      right: 0;
      background-color: #F4F5F6;
      color: #000000;
      padding: 10px 0;
      font-size: 16px;
      padding: 20px 0 15px;
  }
  .searchesSearchBox #searchBoxArea .searchBoxHeader::before,
  .searchesSearchBox #areaBoxArea .searchBoxHeader::before,
  .searchesSearchBox #cityBoxArea .searchBoxHeader::before {
      background-color: #3669a8;
      content: "";
      height: 4px;
      left: 0;
      position: fixed;
      right: 0;
      top: 2px;
      width: 100%;
      z-index: 99999999;
  }

  .searchesSearchBox #searchBoxArea .searchBoxFooter {
      position: fixed;
      z-index: 100002;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #00408F;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .searchCountBox {
      box-sizing: border-box;
      float: left;
      width: 30%;
      background-color: #00408F;
      padding: 12px 0 10px 2.5%;
  }

  .searchesSearchBox #searchBoxArea .searchBoxFooter .searchCountBox span:last-child {
      color: #FFF;
      float: left;
      text-align: left;
      font-size: 12px;
      padding: 0 5px;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .searchCountBox span.type {
      padding: 0 2px;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .searchCountBox .searchCount {
      float: left;
      font-size: 27px;
      display: inline-block;
      line-height: 110%;
      padding-right: 5px;
      text-align: left;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .searchCountBox span br {
      display: inline;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .resetBtnBox {
      box-sizing: border-box;
      float: left;
      padding: 10px 0;
      width: 28%;
  }
  .searchesSearchBox #searchBoxArea .searchBoxFooter .resetBtnBox button {
      background: #ffffff;
      border: medium none;
      box-shadow: none;
      text-shadow: none;
      border-radius: 6px;
      color: #9f9f9f;
      font-size: 15px;
      font-weight: bold;
      height: 50px;
      margin: 0;
      display: inline-block;
      width: 100%;
      padding: 0 5px;
  }
  .searchesSearchBox #searchBoxArea .box section .aC  {
      box-sizing: border-box;
      margin: 0;
      padding: 10px 2%;
      background-color: #00408F;
      float: right;
      width: 42%;
  }
  .searchesSearchBox #searchBoxArea .box section .aC .submit {
      width: 100%;
  }
  .searchesSearchBox #searchBoxArea .box section .aC .submit input{
      padding: 0 5px;
  }
  .searchesSearchBox #searchBoxArea .closeButton,
  .searchesSearchBox #areaBoxArea .closeButton,
  .searchesSearchBox #cityBoxArea .closeButton {
      display: inline-block;
      position: fixed;
      top: 20px;
      left: 10px;
      padding-left: 15px;
      z-index: 100002;
      background-image: url("../mrso_img/sp/common/ar-l-blue.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 14px auto;
      background-color: transparent;
      border: none;
      color: #007aff;
      font-size: 15px;
      cursor: pointer;
  }
  .modal-table-area tr:last-child td {
      padding-bottom: 200px;
  }
  .searchSortTab li#pref-search-btn-block-sp , .searchSortTab li#clear-btn-block{
    width: 48%;
    display: inline-block;
  }
  .searchSortTab li#pref-search-btn-block-sp{
    margin-right: 4%;
  }
  .searchSortTab li #pref-search-btn-sp a{
    width: 100%;
  }
  .searchSortTab > ul > li {
    float: left;
    margin-left: 0px;
  }
  #insurance .free-search-text {
    font-size: 14px;
    width: 100%;
  }
  #myModal.modal-insurer .inline-content {
    border-radius: 0px;
    width: 100%;
    padding: 30px 20px 20px 20px;
    background-color: #FFFFFF;
    margin: auto;
  }

  #myModal.modal-insurer  #cboxClose {
    display: none;
    background: url(/mrso_img/popups/btn_close.png) no-repeat;
    width: 64px!important;
    height: 19px!important;
    position: relative;
    /* top: 28%; */
    /* right: 21%; */
    margin-left: 80%;
    margin-top: 0%;
    z-index: 9999;
    cursor: pointer;
    background-position: 0 0;
  }
  #insurance #myModal h3 {
    padding: 10px;
    margin-bottom: 0px;
  }
}

.search-ins-btn.disable-btn {
      color: #FFFFFF;
      background:-moz-linear-gradient( 90deg, rgba(101,100,101,1.00) 0%, rgba(142,142,142,1.00) 100%);
      background:-webkit-linear-gradient( 90deg, rgba(101,100,101,1.00) 0%, rgba(142,142,142,1.00) 100%);
      background:-ms-linear-gradient( 90deg, rgba(101,100,101,1.00) 0%, rgba(142,142,142,1.00)100%);
      background-repeat: no-repeat;
      background-position: 95% 50%;
      box-shadow: 0px 2px 2.67px 0.33px rgba(0, 0, 0, 0.22);
      display: block;
      cursor: not-allowed!important;
      opacity: 0.5;
      pointer-events: none;
  }
  #insurance #myModal.modal-insurer h3 {
    font-weight: normal;
  }
  #myModal.modal-insurer.auth-ins #cboxClose {
    background: none;
    position: relative;
    font-weight: bold;
    color: #007aff;
    font-size: 17px;
    margin-left: 70%;
  }

  @media only screen and (max-width: 767px) {
  #myModal.modal-insurer .inline-content-ins-auth {
    border-radius: 10px;
    width: 90%;
    padding: 20px 20px;
    background-color: #FFFFFF;
    margin: auto;
  }
}
select.selectWrap {
  background-image: url(/mrso_img/users/icon_arrow05.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.p-plan-items {
  display: flex;
  flex-wrap: wrap
}

.p-plan-items>.-list {
  margin: 0 3px 3px 0;
  position: relative;
  text-align: center;
}
.p-plan-items>.-list a{
    text-decoration: none;
}
.p-plan-items>.-list>.-mark {
  padding: 2px 4px
}

@media (min-width:20em) and (max-width:40.0525em) {
  .p-plan-items>.-list>.-mark {
    position: relative;
    font-size: 13px
  }
}

.p-plan-items>.-list>.-mark:before {
  border: 12px solid transparent;
  border-bottom-color: #fffcf4;
  content: "";
  display: none;
  position: absolute;
  top: 12px;
  left: calc(50% - 11px);
  z-index: 9999
}

@media (min-width:20em) and (max-width:40.0525em) {
  .p-plan-items>.-list>.-mark:before {
    top: 10px
  }
}

.p-plan-items>.-list>.-mark:after {
  border: 13px solid transparent;
  border-bottom-color: #0065b8;
  content: "";
  display: none;
  position: absolute;
  top: 8px;
  left: calc(50% - 12px);
  z-index: 9998
}

@media (min-width:20em) and (max-width:40.0525em) {
  .p-plan-items>.-list>.-mark:after {
    top: 6px
  }
}

.p-plan-items>.-list>.-explain {
  display: none;
  background: #fffcf4;
  border: 2px solid #0065b8;
  border-radius: .5em;
  color: #0065b8;
  font-size: 12px;
  line-height: 1.5em;
  padding: .8em 1em;
  position: absolute;
  top: 32px;
  z-index: 9997;
  margin: 0 0 0 -200px;
  left: 50%
}

@media (min-width:20em) and (max-width:40.0525em) {
  .p-plan-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px
  }

  .p-plan-items.-desktop {
    display: none !important
  }

  .p-plan-items>.-list>.-explain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 88vw;
    margin: 40vh auto 0
  }

  .p-plan-items>.-list>.-explain>.-explain-mark {
    font-weight: 700;
    display: block
  }

  .p-plan-items>.-list.-active>.-explain {
    display: block
  }
}

@media (min-width:40.0625em) {
  .p-plan-items {
    display: flex;
    flex-wrap: wrap
  }

  .p-plan-items.-sp {
    display: none !important
  }

  .p-plan-items>.-list>.-explain {
    width: 400px
  }

  .p-plan-items>.-list>.-explain>.-explain-mark {
    display: none
  }

  .p-plan-items>.-list:hover>.-explain,
  .p-plan-items>.-list:hover>.-mark.has-description:after,
  .p-plan-items>.-list:hover>.-mark.has-description:before {
    display: block
  }
}
.ins-tbl-th{
    width: 300px;
    @media screen and (max-width: 640px) {
        width: 100%;
    }
}
