@charset "utf-8";
/* 
---------------------------*/
.eye_search {
  width: 100%;
  height: auto;
  background: url(../images/eye_bg.jpg) no-repeat center 0;
  text-align: center;
  background-size: cover;
  overflow: hidden;
  padding: 0 0 6em 0;
  background-position: right bottom 10%;
}
.eye_case {
  width: 630px;
  margin: 0 auto;
}
.eye_case .ectit {
  width: 32%;
  float: left;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin-right: 1%;
  margin-bottom: 1%;
}
.eye_case .ectit {
  text-align: center;
  color: #2d577d;
  font-size: 20px;
  font-weight: bold;
  padding: 1em 0 0.5em;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-height: 150px;
}
.eye_case .ectit img {
  padding-bottom: 0.8em;
  padding-top: 1em;
}
.eye_case .ectit.cv img {
  padding-bottom: 0.8em;
  padding-top: 0em;
}
.eye_case .ectit.current,
.eye_case .ectit.activ,
.eye_case .ectit:hover {
  background: rgba(255, 255, 255, 0.8);
}
.eye_case .ectit.current,
.eye_case .ectit:hover img {
  opacity: 1;
}
.eye_case .ec_box {
  background: rgba(255, 255, 255, 0.8);
  clear: both;
  width: 98%;
  padding: 2em 0 3em;
  margin-bottom: 1em;
}
.eye_case .ec_box {
  display: none;
}
.eye_case .ec_box.show {
  display: block;
}
.eye_case .select_area {
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.eye_case .select_area select {
  width: 100%;
}
.eye_case .select_area input {
  width: 100%;
}
.eye_case ul.btn_set02 li a.home {
  background: #2d577d url("../../common/images/common/es_home.svg") no-repeat
    left 30px bottom 12px;
}
.eye_case ul.btn_set02 li a.home:hover {
  background: #fff url("../../common/images/common/es_home_hv.svg") no-repeat
    left 30px bottom 12px;
  background-color: rgba(255, 255, 255, 1);
  color: #2d577d;
  border: 1px solid #2d577d;
}
.eye_case ul.btn_set02 li a.mans {
  background: #2d577d url("../../common/images/common/es_mans.svg") no-repeat
    left 30px bottom 9px;
}
.eye_case ul.btn_set02 li a.mans:hover {
  background: #fff url("../../common/images/common/es_mans_hv.svg") no-repeat
    left 30px bottom 9px;
  background-color: rgba(255, 255, 255, 1);
  color: #2d577d;
  border: 1px solid #2d577d;
}
.eye_case ul.btn_set02 li a.toti {
  background: #2d577d url("../../common/images/common/es_toti.svg") no-repeat
    left 38px bottom 10px;
}
.eye_case ul.btn_set02 li a.toti:hover {
  background: #fff url("../../common/images/common/es_toti_hv.svg") no-repeat
    left 38px bottom 10px;
  background-color: rgba(255, 255, 255, 1);
  color: #2d577d;
  border: 1px solid #2d577d;
}
.eye_case ul.btn_set02 li {
  vertical-align: middle;
  width: 25%;
  margin: 3% 1%;
}
.eye_case ul.btn_set02 li a {
  width: 100%;
}
.eye_case ul.btn_set02 li span {
  width: 62%;
  text-align: left;
  float: right;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
.eye_case ul.btn_set02 li a.toti span {
  width: 55%;
}
.btnset_area.kensaku a {
  width: 360px;
  font-size: 24px;
  margin: 0 auto;
}

.pickup_content {
  width: 100%;
  opacity: 0;
  height: 0;
  margin: 0 auto;
  display: none;
  clear: both;
}
.pickup_content.show {
  display: block;
  opacity: 1;
  height: auto;
}
.pickup_area {
  margin-top: 100px;
}
.pickup_area ul.pa_list li {
  width: 366px;
  height: 366px;
  float: left;
  position: relative;
  z-index: 10;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.pickup_area ul.pa_list li::after {
  content: "";
  border: 2px solid #2d577d;
  transform: rotate(135deg);
  width: 260px;
  height: 260px;
  display: block;
  position: absolute;
  top: 0;
  left: 53px;
  z-index: -1;
  transform-origin: center center;
  box-sizing: border-box;
}
.pickup_area ul.pa_list li.pickup_tab.active::after {
  background-color: #2d577d;
}
.pickup_area ul.pa_list li.pickup_tab.active {
  color: #fff;
}
.pickup_area ul.pa_list li .pa_tit {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.pickup_area ul.pa_list li .pa_txt {
  font-size: 11px;
  display: block;
  text-align: center;
  padding-top: 80px;
}
.pickup_area .btnset_area {
  text-align: center;
}
.pickup_area .btn_set03 {
  display: inline-block;
}
.pickup_tab.active .btn_set03 a {
  border: 2px solid #2d577d;
  background-color: #fff;
  color: #2d577d;
  text-decoration: none;
  opacity: 1;
  background-image: url("../../common/images/common/icon_more_hv.svg");
}

/**/
#s_about_area {
  background: url(../images/s_about_area_bg.jpg) center top;
  width: 100%;
  min-height: 400px;
  display: block;
}
#s_list_area {
  background: url(../images/s_list_area_bg.png) 0 0;
  width: 100%;
  height: 400px;
}
#s_cyumon_area {
  background: url(../images/s_cyumon_area_bg.png) 0 0;
  width: 100%;
  height: 400px;
}
#s_about_area .s_about {
  width: 950px;
  height: 256px;
  margin: 0 auto;
}
#s_list_area .s_list {
  width: 950px;
  height: 400px;
  margin: 0 auto;
}
#s_cyumon_area .s_cyumon {
  width: 950px;
  height: 400px;
  margin: 0 auto;
}
#s_about_area .s_about img {
  margin-top: 100px;
}
#s_list_area .s_list img {
  margin-top: 100px;
  float: right;
}
#s_cyumon_area .s_cyumon img {
  margin-top: 100px;
}
#open_bn {
  width: 960px;
  min-height: 333px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
#open_bn.topwide {
  width: 1254px;
}
#open_bn ul {
  padding-top: 10px;
}
#open_bn ul li {
  float: left;
  position: relative;
  z-index: 10;
}
#obn-1,
#obn-2,
#obn-3 {
  width: 950px;
  top: 184px;
  z-index: 0;
  margin: 0 auto;
}
#obn-1 .obn-box,
#obn-2 .obn-box,
#obn-3 .obn-box {
  background: #fff;
  margin: 0;
}
#obn-1 .close,
#obn-2 .close,
#obn-3 .close {
  cursor: pointer;
  padding-bottom: 20px;
}
#obn-2 .close img {
  height: 58px;
}
#obn-1 .obn-box .obn-in,
#obn-2 .obn-box .obn-in,
#obn-3 .obn-box .obn-in {
  background: #fff;
  margin: 90px 0 0 0;
  padding: 0px 20px 0 20px;
  min-height: 50px;
}
#obn-2 .obn-box .obn-in {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 10px 20px 0 20px;
  height: 100%;
}
#obn-1 .obn-box .obn-in {
  background: url(../images/open_bn_01_bg.jpg) no-repeat 0 0;
  margin: 10px 0 0 0;
  padding: 0px 20px 0 20px;
  height: 436px;
}
#obn-3 .obn-box .obn-in {
  background: url(../images/open_bn_03_bg.jpg) no-repeat 0 0;
  margin: 10px 0 0 0;
  padding: 0px 20px 0 20px;
  height: 357px;
}
#obn-2 .obn-2_table table {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
}
#obn-2 .obn-2_table table td {
  padding: 10px 20px;
  text-align: center;
  border-right: 3px solid #fff;
}
#obn-2 .obn-2_table table td a:link,
#obn-2 .obn-2_table table td a:visited {
  color: #000;
  text-decoration: none;
}
#obn-2 .obn-2_table table td span.clr_red a:link,
#obn-2 .obn-2_table table td span.clr_red a:visited {
  color: #d80000;
  text-decoration: none;
}

#obn-2 .obn-2_table table td a:hover,
#obn-2 .obn-2_table table td span.clr_red a:hover {
  color: #004699;
  text-decoration: underline;
}

#obn-2 .obn-2_table table .bg_g_01 {
  background: #f5f5f5;
}
#obn-2 .obn-2_table table .bg_g_02 {
  background: #ebebeb;
}
#obn-2 .obn-2_table table .bg_g_03 {
  background: #626262;
  border-bottom: 2px solid #fff;
}
#obn-2 .obn-2_table .alg_right {
  margin-top: 10px;
  text-align: right;
  padding-right: 130px;
}
#obn-2 .obn-2_table .alg_right_text_span {
  line-height: 30px;
}
#obn-2 .obn-2_table .alg_right_text_img {
  margin: 0 0 0 15px;
}

#obn-1 .obn-box .obn-in .open_bn_01_btn_01 {
  padding: 236px 0 0 186px;
  float: left;
}
#obn-1 .obn-box .obn-in .open_bn_01_btn_02 {
  padding: 236px 0 0 374px;
}

#obn-3 .obn-box .obn-in .open_bn_03_btn_01 {
  padding: 270px 20px 0 75px;
  float: left;
}
#obn-3 .obn-box .obn-in .open_bn_03_btn_02 {
  padding: 320px 20px 0 555px;
}

#open_bn ul li.obn1_bg a {
  background: url(../images/open_bn_01.jpg) no-repeat 0 0;
  width: 280px;
  height: 320px;
  display: block;
  padding: 10px;
  margin: 0 0 0 10px;
  white-space: normal;
}
#open_bn ul li.obn1_bg.ui-tabs-selected a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
#open_bn ul li.obn2_bg a {
  background: url(../images/open_bn_01.jpg) no-repeat 0 0;
  width: 280px;
  height: 320px;
  display: block;
  padding: 10px;
  margin: 0 15px;
  white-space: normal;
}
#open_bn ul li.obn2_bg.ui-tabs-selected a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
#open_bn ul li.obn3_bg a {
  background: url(../images/open_bn_01.jpg) no-repeat 0 0;
  width: 280px;
  height: 320px;
  display: block;
  padding: 10px;
  margin: 0;
  white-space: normal;
}
#open_bn ul li.obn3_bg.ui-tabs-selected a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
#obn-1 .close {
  position: relative;
}
#et_search {
  height: 500px;
  width: 1134px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}
#open_bn ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.sf_photo {
  width: 100%;
}
.sf_photo img {
  width: 100%;
}
.sf_areabox{
min-height: 68px;
}
.sf_area {
  font-size: 22px;
  border: 1px solid #707070;
  padding: 2px 1em;
  display: inline-block;
  margin: 0.8em 0 0.5em 0;
  font-weight: bold;
}
.sf_txt {
  font-size: 18px;
  margin-bottom: 1em;
}
.buken_list_01.sf_list .rda_data span {
  width: auto;
  margin-right: 2.5em;
}
.buken_list_01.sf_list ul {
  margin-bottom: 20px;
  display: inline-block;
}
.buken_list_01.sf_list ul li {
  background: #fff url("") no-repeat right bottom;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 12px;
}
.buken_list_01.sf_list ul li a {
  color: #333;
  text-decoration: none;
}
.buken_list_01.sf_list ul li a:hover {
  color: #999;
  text-decoration: none;
}
ul.sf_sp_list {
  margin-bottom: 0px !important;
  display: inline-block;
  width: 100%;
}
ul.sf_sp_list li {
  float: left;
  /*width: 19%;*/
  width: 24%;
  margin: 0 1% 0 0;
}
ul.sf_sp_list li button {
  width: 100%;
}
.panel{
margin-top: 10px;

}
.bn_size {
  width: 960px;
}
.tb_btns a{
border:2px solid rgba(45, 87, 125, 1);
border-radius: 0.25rem;
font-size: 1rem;
line-height: 1.5rem;
padding: 10px 20px ;
color: rgba(45, 87, 125, 1);
background-color: rgba(255, 255, 255, 1);
width: 100%;
display: block;
box-sizing: border-box;
text-align: center;
}
.tb_btns a:hover,.tb_btns a.active,
.tb_btns a:hover,.tb_btns.active a{
border:2px solid rgba(45, 87, 125, 1);
border-radius: 0.25rem;
font-size: 1rem;
line-height: 1.5rem;
padding: 10px 20px ;
color: #fff;
background-color: rgba(45, 87, 125, 1);
width: 100%;
display: block;
box-sizing: border-box;
text-align: center;text-decoration: none;
}

/**/
.buken_list_01 ul li{
min-height: 310px;
}
.buken_list_01.sf_list ul li{
padding-bottom: 0;

}

/*sp*/
@media only screen and (max-width: 767px) {
  ul.sf_sp_list li:first-child {
    float: left;
    width: 100%;
    margin: 0 1% 1% 0;
}
.bn_size {
    width: 100%;
  }
  .eye_case {
    width: 98%;
    margin-left: 2%;
  }
  .eye_case .select_area {
    width: 80%;
  }
  .eye_case ul.btn_set02 li {
    vertical-align: middle;
    width: 80%;
    margin: 3% 1% 0;
  }
  .eye_case .btnset_area ul.btn_set02 li:nth-child(2n) {
    width: 80%;
    margin: 3% 1% 0;
  }
  .eye_case .btnset_area ul.btn_set01 li a {
    width: 80%;
    font-size: 24px;
    margin: 0 12px;
  }
  ul.sf_sp_list {
    margin-bottom: 10px !important;
    display: inline-block;
  }
  ul.sf_sp_list li {
    float: right;
    width: 48%;
    margin: 0 1% 1% 0;
  }
  ul.sf_sp_list li:nth-child(2n) {
    float: left;
  }
  ul.sf_sp_list li button {
    width: 100%;
  }
  .pickup_area ul.pa_list li {
    width: 366px;
    height: 366px;
    float: none;
    margin: 0 auto;
  }
  .btnset_area.kensaku a {
    width: 80%;
    font-size: 24px;
    margin: 0 auto;
  }
  .sf_areabox{
min-height: 15px;
}
} /**/

/*urinushi_bn*/
.urinushi_bn {
  text-align: center;
  padding: 2em 0 0em;
  width: 1100px;
  margin: 0 auto;
}
.urinushi_bn .ub_title {
  display: inline-block;
  padding-bottom: 1em;
}
.urinushi_bn .ub_title dl {
  display: table;
  font-size: 20px;
}
.urinushi_bn .ub_title dl dt {
  display: table-cell;
  background: #d80000;
  color: #fff;
  padding: 0 15px;
}
.urinushi_bn .ub_title dl dd {
  display: table-cell;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 3px 15px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.urinushi_bn ul {
  text-align: center;
}
.urinushi_bn ul li {
  float: left;
}
.urinushi_bn ul li.urcenter {
  padding: 0 22px;
}
.urinushi_bn ul::after {
  content: " ";
  display: block;
  clear: both;
}
.urinushi_bn ul li.urright {
  float: right;
}

/*urinushi_bn-sp*/
@media only screen and (max-width: 767px) {
  .urinushi_bn {
    width: 100%;
  }
  .urinushi_bn .ub_title {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
  .urinushi_bn .ub_title dl {
    display: block;
    font-size: 20px;
    width: 100%;
  }
  .urinushi_bn .ub_title dl dt {
    display: block;
    text-align: center;
  }
  .urinushi_bn .ub_title dl dd {
    display: block;
    border-top: 0px solid #ddd;
    border-left: 2px solid #ddd;
    text-align: center;
  }
  .urinushi_bn ul {
    width: 100%;
    margin-left: 0%;
  }
  .urinushi_bn ul li {
    width: 100%;
  }

  .urinushi_bn ul li,
  .urinushi_bn ul li.urcenter {
    padding: 0 0 10px;
  }
  .urinushi_bn ul li img {
    width: 100%;
  }
} /**/
