@charset "UTF-8";

/*==============================================================================================

    top css

    ※※※※※ブラウザ対応※※※※※

    safari:9以上
    chrome:63以上
    firefox:43以上
    opera:43以上
    edge:12以上
    IE:10以上


    ※※※※※ベンダープレフィックスを付けるプロパティ※※※※※

    -moz-transform
    -webkit-transform
    transform

    -moz-transition
    -webkit-transition
    transition
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation
    -webkit-animation
    animation

    display: -webkit-flex;
    display: flex;
    

==============================================================================================*/

header {
  background: none;
}

#mv_section {
  background: url(../img/top_mian_bg.png);
  background-size: 100% 100%;
  padding: 160px 0 60px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
}

#mv_section .container{
  padding: 0;
}

.mv_slider {
  width: 80%;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

.mv_logo {
  width: 200px;
  margin: 60px auto 20px;
}

#news_section {
  padding: 50px 0 30px;
}

.news_title {
  width: 180px;
  margin-bottom: 10px;
}

.news_container {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 30px 20px;
}

.news_container a {
  color: #333;
  line-height: 1.6;
}

.news_container a+a {
  margin-top: 20px;
}

.news_container a span {
  display: block;
  text-decoration: underline;
}

.news_listlink {
  text-align: right;
  color: #333;
  margin-top: 10px;
  text-decoration: underline;
}

#banner_section {
  padding: 30px 0 60px;
  font-size: 16px;
  color: rgb(49, 49, 49);
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
}

#banner_section a {
  margin-top: 10px;
}

#banner_section a+a {
  margin-top: 20px;
}


#service_section {
  padding: 30px 0;
  background: #e8f0f9;
}

.service_title {
  width: 100%;
}

.service_text {
  padding: 30px 0 20px;
  text-align: center;
}

.service_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_wrap {
  font-weight: bold;
  width: calc(50% - 10px);
  margin-top: 20px;
  color: #333333;
}

.service_wrap img {
  margin: 5px 0;
}

.service_detail {
  background: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  padding: 0 5px;
}

.service_detail>div {
  font-size: 10px;
  width: 100%;
}

.service_listlink {
  width: 220px;
  height: 52px;
  color: #333333;
  font-weight: bold;
  background: #FFFFFF;
  border: 2px solid #333;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 36px auto 0;
}

footer {
  color: #FFFFFF;
  background-color: #3EB1B2;
  padding-top: 55px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
}

.footer_title {
  letter-spacing: 2px;
  font-size: 22px;
}

.footer_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.footer_container > a{
  width: calc(50% - 7px);
  height: 52px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  background: #FFFFFF;
  color: #3EB1B2;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
}

.footer_terms {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.footer_terms  > a{
  width: calc(50% - 7px);
  height: 52px;
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  margin-top: 14px;
}


footer .copy_container {
  color: #FFFFFF;
  background-color: #3EB1B2;
}