@charset "utf-8";

body {
  font-family: "Meiryo", "メイリオ",Avenir , "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , "Open Sans", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , sans-serif;
  background-color: #fff;
  color: #444;
}
a {
  color: #666;
}
a:hover {
  color: #e4007f;
  text-decoration: underline;
}
/*調整クラス*/
.h200 {
  height: 200px;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-1em {
  font-size: 1em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
/*.title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.title>span {
  font-size: 13px;
  margin-left: 10px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: normal;
}
*/

/*ページ共通*/
header {
  padding: 0;
}
header #mobile-menu {
  font-size: 16px;
  background: #e4007f;
  padding: 5px;
  text-align: right;
}
header #mobile-menu .btn-custom {
  font-weight: bold;
  color: #e4007f;
  margin: 5px 5px 6px;
  background-color: #fff;
  border-radius: 4px;
}
header #mobile-menu #mobile-menu-list {
  text-align: left;
}
header #mobile-menu #mobile-menu-list ul li a {
  padding: 5px 10px;
  margin: 2px 5px;
  color: #fff;
  border-bottom: 1px #fff solid;
  display: block;
}
header #site-title {
  font-size: 13px;
  text-align: right;
}
header #h-tel {
  text-align: right;
  color: #e4007f;
  font-family: "Arial Black", Gadget, "sans-serif";
  font-size: 40px;
}
header #h-tel:before {
  content: url(../img/tel.png);
  margin: 10px 0 0 0;
  position: relative;
  top: 0;
}
header #h-btime {
  /*margin-top: 10px;*/
  text-align: right;
  font-size: 15px;
}
header #navi {
  text-align: right;
  margin-top: 30px;
}
header #navi ul#menu li {
  display: inline;
  margin-left: 5px;
  color: #898989;
  border: 1px #b5b5b6 solid;
  border-radius: 5px;
  padding: 2px 0;
  font-size: 18px;
  text-align: center;
}
header #navi ul#menu li:hover {
  border: 1px #e7007f solid;
}
header #navi ul#menu li a {
  padding: 0;
  border: 0;
  background: none;
  font-size: 15px;
  margin-left: 0;
  display: inline-block;
  margin: auto;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
  width: 128px;
}
header #navi ul#menu li a:hover {
  text-decoration: none;
}
header #navi ul#menu li#litop {
  padding-left: 0;
  font-size: 16px;
  background-color: #e7007f;
  color: #fff;
}
header #navi ul#menu li#litop a {
  color: #fff;
  text-shadow: none;
}
footer .footer-contact-wrapper {
  background: url(../img/foot_img.png) center top no-repeat;
  /*background-size: cover;*/
  height: 400px;
}
footer #footer-contact {
  text-align: center;
  padding: 100px 0;
}
footer #footer-contact .text1 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
footer #footer-contact .tel-btn {
  color: #fff;
  background-color: #e4007f;
  border: 1px #e4007f solid;
  border-radius: 15px;
  width: 100%;
  font-size: 18px;
  padding: 5px 0;
  margin-top: 20px;
}
footer #footer-contact .contact-btn {
  border: 1px #e4007f solid;
  border-radius: 15px;
  font-size: 18px;
  padding: 5px 0;
  margin-top: 20px;
}
footer #footer-contact .contact-btn a {
  color: #e4007f;
  display: block;
}
footer #footer-menu {
  text-align: center;
  margin-top: 30px;
}
footer #copy {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  header #h-tel, header #h-btime {
    text-align: center;
  }
  footer .footer-contact-wrapper {
    background: #efefef;
    height: auto;
  }
}
.sub-nav {
  margin: 20px 0;
  text-align: center;
}

/*最上部に戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 15px 0 0 0;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*slider*/
.slider-box {
  overflow: hidden;
  margin-bottom: 20px;
}

/*top page*/
#news-index {
  padding: 50px 0;
}
#news-index .news-title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}
#news-index .news-title span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
#news-index ul {
  border-left: 1px #dcdddd solid;
  padding-left: 20px;
}
#news-index ul li {
  line-height: 3.0em;
}
#news-index ul li span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  width: 90px;
  line-height: 1.3em;
  padding: 5px;
  border: 1px #188a06 solid;
  border-radius: 5px;
  color: #188a06;
  margin-right: 10px;
}
#news-index .list-link {
  float: right;
}
@media screen and (max-width: 767px) {
  #news-index .news-title span {
    display: inline-block;
    margin-left: 10px;
  }
  #news-index ul {
    border: none;
  }
}
.con1-index-wrapper {
  background: url(../img/con1_bg.png) repeat-x;
}
#con1-index {
  padding: 50px 0;
}
#con1-index #scon1-list div {
  padding-top: 5px;
}
#con1-index .con1-index-title {
  color: #e4007f;
  font-size: 24px;
  line-height: 32px;
}
#con1-img-index {
  background: url(../img/con1_img02.png) center top no-repeat;
  padding-top: 180px;
}
#con1-img-index .con1-text-box {
  width: 70%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
}
#con1-img-index .con1-text-box .con1-text-box-title {
  text-align: center;
  color: #e4007f;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #con1-img-index {
    background: url(../img/smart/scon1_img02.png) center top no-repeat;
    background-size: contain;
  }
  #con1-img-index .con1-text-box {
    width: 100%;
    padding: 20px;
  }
}
#imgbtn-area-index {
  padding: 10px 0;
}
#imgbtn-area-index a.imgbtn1 {
  background: url(../img/con2_img01.png);
}
#imgbtn-area-index a.imgbtn2 {
  background: url(../img/con2_img02.png);
}
#imgbtn-area-index a.imgbtn1, #imgbtn-area-index a.imgbtn2 {
  background-size: cover;
  display: block;
  height: 280px;
  color: #fff;
  padding-top: 120px;
}
#imgbtn-area-index a:hover.imgbtn1, #imgbtn-area-index a:hover.imgbtn2 {
  text-decoration: underline;
}
#imgbtn-area-index .imgbtn1 div, #imgbtn-area-index .imgbtn2 div {
  text-align: center;
  font-size: 24px;
}
#imgbtn-area-index .imgbtn1 div span, #imgbtn-area-index .imgbtn2 div span {
  font-size: 15px;
}

/*service*/
.service-topimg {
  background: url(../img/service_topimg.png) center top no-repeat;
  height: 250px;
  position: relative;
}
.service-topimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#service-con1 {
  padding-bottom: 50px;
}
#service-con1 .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e4007f;
}
.service-con2-wrapper {
  background-color: #efefef;
  width: 100%;
}
#service-con2 {
  padding: 30px 0;
}
#service-con2 .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
#service-con2 .title span {
  font-size: 14px;
  font-weight: normal;
}
#service-con2 .service-con2-box {
  position: relative;
  margin-top: 30px;
}
#service-con2 .service-con2-box span {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #325591;
}

/*company*/
.company-topimg {
  background: url(../img/company_topimg.png) center top no-repeat;
  height: 250px;
  position: relative;
}
.company-topimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.company-con2-wrapper {
  background-color: #efefef;
  width: 100%;
  margin-top: 30px;
}
#company-con2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#company-con2 .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e4007f;
  margin-bottom: 30px;
}
#company-con2 dl.dl-horizontal {
  border-bottom: 1px #ccc solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#company-con2 .dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}
#company-con3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#company-con3 .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e4007f;
  margin-bottom: 30px;
}
#company-con3 .name span {
  font-size: 24px;
  font-weight: bold;
}

/*contact*/
.contact-topimg {
  background: url(../img/contact_topimg.png) center top no-repeat;
  height: 250px;
  position: relative;
}
.contact-topimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#contact-con1 {
  padding-bottom: 50px;
}
#contact-con1 .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e4007f;
}
#contact-con1 .required-text {
  font-size: 13px;
}
#contact-con1 .required-text span {
  color: #da6272;
}
#contact-con1 .form-horizontal .control-label {
  text-align: left;
}
#contact-con1 .privacy-protection {
  width: 80%;
  height: 250px;
  overflow: auto;
  border: 1px #dcdcdc solid;
  padding: 10px;
  margin: 20px auto 0;
}

/*policy*/
.policy-topimg {
  background: url(../img/privacy_topimg.png) center top no-repeat;
  height: 250px;
  position: relative;
}
.policy-topimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#policy-con1 .title, #policy-con2 .title, #policy-con3 .title, #policy-con4 .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e4007f;
  margin: 20px 0;
}
#policy-con4 .sitemap-list li {
  background: url(../img/line_dotted_brown.png) repeat-x 0 1.8em;
  font-size: medium;
  text-indent: 0;
  padding: 0 0 12px 0;
  margin: 12px 0;
  list-style-type: none;
}
#policy-con4 .sitemap-list li a {
  color: #666;
  background: url(../img/ico_lv1.png) no-repeat left center;
  text-decoration: none;
  display: inline-block;
  padding-left: 25px;
  line-height: 32px;
}

/*notcie_detail*/
.notice-topimg {
  background: url(../img/news_topimg.png) center top no-repeat;
  height: 250px;
  position: relative;
}
.notice-topimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#notice-detail {
  margin-top: 20px;
}
#notice-detail .title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: 1px #c9c9c9 solid;
  position: relative;
}
#notice-detail .title:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 1px #e4007f solid;
}
#notice-detail .date {
  float: right;
  color: #777;
  font-size: 12px;
}
#notice-detail .comment {
  clear: both;
  padding-top: 12px;
}
#notice-detail .right-column .right-title {
  color: #222;
  border-bottom: 1px #c9c9c9 solid;
}
#notice-detail .right-column ul {
  padding: 0;
}
#notice-detail .right-column ul li {
  list-style: none;
  margin-top: 5px;
  text-indent: 0.5em;
}

/*notice*/
#notice {
  margin-top: 20px;
}
#notice .notice-box {
  margin-top: 20px;
}
#notice .notice-box .title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: 1px #c9c9c9 solid;
  position: relative;
}
#notice .notice-box .title:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 1px #e4007f solid;
}
#notice .notice-box .date {
  float: right;
  color: #777;
  font-size: 12px;
}
#notice .notice-box .comment {
  clear: both;
  padding-top: 12px;

}
#notice .right-column .right-title {
  color: #222;
  border-bottom: 1px #c9c9c9 solid;
}
#notice .right-column ul {
  padding: 0;
}
#notice .right-column ul li {
  list-style: none;
  margin-top: 5px;
  text-indent: 0.5em;
}

/*トップページ対応エリア*/
#service-area {
  padding-bottom: 50px;
}
.servicearea-title {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.servicearea-title:before, .servicearea-title:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.servicearea-title:before {
  border-left: solid 1px #e4007f;
  border-top: solid 1px #e4007f;
  top:0;
  left: 0;
}
.servicearea-title:after {
  border-right: solid 1px #e4007f;
  border-bottom: solid 1px #e4007f;
  bottom:0;
  right: 0;
}
#service-area table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#service-area table td{
  padding: 10px 0;
  text-align: center;
}
#service-area table tr:nth-child(odd){
  background-color: #eee
}