body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
  sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 20px;
  border-top: 1px solid #dcdddd;
}

ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
  clear: both;
}

a,
a:link,
a:active,
a:visited {
  color: #ed6c00;
  outline: none;
  border: none;
  text-decoration: underline;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

p {
  color: #3e3a39;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 2px;
}

a.btn:hover {
  color: #fff;
}

a.btn {
  display: block;
  width: 350px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 5px 15px 5px;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 20px 23px;
  background-color: #3F8FCE;
  text-decoration: none;
  border-radius: 5px;
  clear: both;
}

span.tel-none{
  pointer-events: none;
}
span.tel-none a{
  color: #333;
  text-decoration: none;
}

@media (min-width: 991px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
      color: #333;
      text-decoration: none;
  }
  }

@media screen and (max-width: 600px) {
  a.btn {
    width: 90%;
  }
  
}

/*	header
________________________________________*/

header {
  position: relative;
  z-index: 10;
  padding: 0px 30px 10px 30px;
}
header h1,
header p{
  font-size: 11px;
  line-height: 14px;
  color: #333;
  margin-top:5px;
  font-weight: normal;
  display: block;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
header .left{
  float: left;
  width: 20%;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 0px 0px 0px;
}
header .left img{
  width: 230px;
  margin-left: 0;
}
header .right{
  float: right;
  width: 80%;
}
header .right .first{
  float: left;
  width: 20%;
  margin-top: 35px;
}
header .right .first ul{
  float: right;
}
header .right .first ul li{
  float: left;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
header .right .first ul a{
  color: #333;
}
header .right .first img{
  width: 30px;
}
header .right .wrapeer .second,
header .right .wrapeer .third{
  float: left;
  width: 39%;
  margin-top: -30px;
  text-align: center;
  padding: 15px 12px 12px 12px;
}
header .right .wrapeer .second{
  margin-right: 10px;
  background-color: #EC6D74;
}
header .right .wrapeer .third{
  background-color: #127BB5;
}
header .right .wrapeer h2{
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 0px;
}
header .right .wrapeer a{
  color: #fff;
  text-decoration: none;
}
header .right .wrapeer ul{
  padding-top: 6px;
}

header .right .wrapeer ul li a{
  float: left;
  border: #fff 1px solid;
  padding: 8px 5px 8px 5px;
  width: 49%;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  font-size: 16px;
  color: "#fff";
}
header .right .wrapeer ul li:first-child a {
  margin-right: 2%;
}
header .right .wrapeer ul li:last-child a{
  background: url("../img/common/arrow-right-pink.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  background-color: #fff;
}
header .right .wrapeer .third ul li:last-child a{
  background: url("../img/common/arrow-right-blue.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  background-color: #fff;
}

header .right .wrapeer .second ul li:last-child a{
  color: #EC6D74;
}
header .right .wrapeer .third ul li:last-child a{
  color: #127BB5
}


/*	drawer
_________________*/

.drawer-menu img {
  width: 200px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.drawer-menu li a {
  color: #333;
  text-decoration: none;
}

.drawer-menu li {
  border-bottom: 1px solid #dcdddd;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 0px 0px 20px 20px;
  background: url("../img/common/arrow-right-blue.svg") no-repeat;
  background-size: 6px 6px;
  background-position: 0px 7px;
}

.drawer-menu li:first-child {
  background: none;
  margin: 10px 20px 20px 20px;
  padding: 0px 0px 20px 0px;
}
.drawer-menu li.title {
  padding: 10px 0px 10px 2px;
  background: none;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

ul.drawer-menu {
  padding: 10px 0px 10px 0px;
}


@media screen and (min-width: 1700px) {
  header .right .wrapeer .second,
  header .right .wrapeer .third{
    width: 500px;
  }
}
@media screen and (max-width: 1300px) {
  header {
    padding: 0px 10px 10px 10px;
  }
  header .right .wrapeer h2{
    font-size: 18px;
    letter-spacing: 1px;
  }
  header .right .wrapeer ul li a{
    padding: 8px 5px 8px 5px;
    font-size: 14px;
    background-position: 10px 14px;
  }
  header .right .wrapeer ul li:last-child a{
    background-position: 10px 14px;
  }
  header .right .wrapeer .third ul li:last-child a{
    background-position: 10px 14px;
  }
  header h1,
  header p{
  font-size: 10px;
  letter-spacing: 0px;
}
header .left img{
  width: 210px;
}
header .right .first{
  width: 20%;
  margin-top: 30px;
}
header .right .first ul li{
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
header .right .first ul li img{
  margin-top: -5px;
}
}


@media screen and (min-width: 1101px) {
  .d-menu{
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .right{
    display: none;
  }
  header .left{
    width: 300px;
    padding: 5px 0px 0px 0px;
  }
}



/*	main
________________________________________*/

.home main{
  padding-top: 400px;
  margin-top: -40px;
  height: 950px;
  position: relative;
  background: url("../img/home/main.jpg") no-repeat;
  background-size: 2700px 950px;
  background-position: center top;
  z-index: 1;
}
.home main img{
  width: 1000px;
}

@media screen and (max-width: 1300px) {
  .home main{
    padding-top:310px;
    height: 750px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 2300px 750px;
    background-position: center top;
  }
  .home main img{
    width: 70%;
  }
}
@media screen and (max-width: 1101px) {
  .home main{
    padding-top:120px;
    height:550px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1600px 550px;
    background-position: center top;
  }
  .home main img{
    width: 500px;
  }
}
@media screen and (max-width: 790px) {
  .home main{
    padding-top:90px;
    height:450px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1300px 450px;
    background-position: right 44% top 0;
  }
  .home main img{
    width: 80%;
  }
}
@media screen and (max-width: 510px) {
  .home main{
    padding-top:80px;
    height:350px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1000px 350px;
    background-position: right 42% top 0;
  }
  .home main img{
    width: 300px;
  }
}


/*	home
________________________________________*/

.home .sc01{
  background: url("../img/home/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 70px;
  padding-bottom: 40px;
}
.home .sc01 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;

}

.home .sc01 p::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.home .anchor-block{
  border-top: #dcdddd 1px solid;
  border-bottom: #dcdddd 1px solid;
}
.home .anchor-block a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.home .anchor-block .left{
  text-align: center;
  width: 50%;
  float: left;
}
.home .anchor-block .right{
  text-align: center;
  width: 50%;
  float: right;
}
.home .anchor-block .inner{
  padding: 30px 20px 30px 20px;
  width: 100%;
  background: url("../img/common/btn-under-pink.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #EC6D74;

}
.home .anchor-block .right .inner{
  margin-left: 1px;
  background: url("../img/common/btn-under-blue.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #127BB5;
}

.home .sc02{
  position: relative;
  margin-top: 100px;
  background: url("../img/home/sc02-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% + 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.home .sc02 .respons-full{
  width: 54%;
  float: left;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.home .sc02 .respons-full img{
  position: absolute;
  width: 400px;
  margin-top: -90px;
  margin-left: 95px;
  z-index: 10;
}
.home .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #EC6D74;
  border: solid 1px #EC6D74;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.home .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #EC6D74;
  z-index: 1;
}

.home .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home .sc02 .respons-full p{
  margin-bottom: 0;
}

.home .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 70px;
  margin-top: -150px;
}

.home .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.home .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.home .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.home .sc0202 .respons-4 img{
  width: 160px;
  position: absolute;
  margin-top: -90px;
  margin-left: 70px;
}
.home .sc0202 .respons-4:nth-child(2) img{
  width: 140px;
  margin-top: -99px;
  margin-left: 95px;
}
.home .sc0202 .respons-4:nth-child(3) img{
  width: 150px;
  margin-top: -85px;
  margin-left: 75px;
}

.home .sc0202 .respons-6 .inner{
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-pink.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #fff;
}
.home .sc0202 .respons-6.right .inner{
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #B60005;
}

.home .sc0202 .second{
  margin-top: 30px;
}
.home .sc0202 .respons-6 a{
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.home .sc0202 .respons-6.right a{
  color: #fff;
}

.home .sc0202 .respons-6.left .inner span{
  display: block;
  margin-top: 10px;
}

.home .sc0202 .respons-6.right .inner {
  line-height: 22px;
}
.home .sc0202 .respons-6.right .inner span small{
  font-size: 14px;
}


.home .sc03{
  position: relative;
  margin-top: 100px;
  background: url("../img/home/sc03-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% - 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.home .sc03 .respons-full{
  width: 54%;
  float: right;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.home .sc03 .respons-full img{
  position: absolute;
  width: 400px;
  margin-top: -90px;
  margin-left: 105px;
  z-index: 10;
}
.home .sc03 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #127BB5;
  border: solid 1px #127BB5;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.home .sc03 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #127BB5;
  z-index: 1;
}

.home .sc03 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home .sc03 .respons-full p{
  margin-bottom: 0;
}


.home .sc0302{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 70px;
  margin-top: -150px;
}

.home .sc0302 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  height: 105px;
  text-align: center;
}
.home .sc0302 .respons-4:nth-child(2) .inner{
  padding: 15px 45px 0px 45px;
}

.home .sc0302 .respons-4 span{
  background-color: #FFF33F;
}
.home .sc0302 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.home .sc0302 .respons-4 img{
  width: 130px;
  position: absolute;
  margin-top: -95px;
  margin-left: 70px;
}
.home .sc0302 .respons-4:nth-child(2) img{
  width: 150px;
  margin-top: -75px;
  margin-left: 85px;
}
.home .sc0302 .respons-4:nth-child(3) img{
  width: 140px;
  margin-top: -87px;
  margin-left: 85px;
}
.home .sc0302 .respons-6 .inner{
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-blue.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #fff;
}
.home .sc0302 .respons-6.right .inner{
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #004EA2;
}

.home .sc0302 .second{
  margin-top: 30px;
}
.home .sc0302 .respons-6 a{
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.home .sc0302 .respons-6.right a{
  color: #fff;
}

.home .sc0302 .respons-6.left .inner span{
  display: block;
  margin-top: 10px;
}

.home .sc0302 .respons-6.right .inner {
  line-height: 22px;
}
.home .sc0302 .respons-6.right .inner span small{
  font-size: 14px;
}


.home .sc04{
  background: url("../img/home/sc04-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  padding-top: 70px;
  padding-bottom: 40px;
}
.home .sc04 h2{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home .sc04 h2::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.home .sc04 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.home .sc04 .respons-6{
  text-align: center;
}
.home .sc04 .respons-6 a{
  color: #333;
  text-decoration: none;
}

.home .sc04 .respons-6.left .inner{
  float: right;
}
.home .sc04 .respons-6.right .inner{
  float: left;
}
.home .sc04 .respons-6 .inner img{
  width: 360px;
}
.home .sc04 .respons-6 .inner .inner02 img{
  width: 50px;
}

.home .sc04 .respons-6 .inner .inner02{
  background-color: #F9F8F8;
  padding: 20px 20px 20px 20px;
}
.home .sc04 .respons-6 .inner .inner02 span.name{
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.home .sc04 .respons-6 .inner .inner02 span.title{
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.home .sc04 a.inst img{
  display: block;
  width: 400px;
  padding: 10px 120px 10px 120px;
  border: 1px solid #dcdddd;
  border-radius: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 1201px) {
  .home .sc02,
  .home .sc03{
    padding-bottom: 50px;
  }

  .home .sc0202 .respons-4 img{
    width: 160px;
    margin-top: -90px;
    margin-left: 40px;
  }
  .home .sc0202 .respons-4:nth-child(2) img{
    width: 140px;
    margin-top: -99px;
    margin-left: 65px;
  }
  .home .sc0202 .respons-4:nth-child(3) img{
    width: 150px;
    margin-top: -85px;
    margin-left: 45px;
  }
  .home .sc0302 .respons-4 .inner{
    text-align: left;
  }
  .home .sc0302 .respons-4 .inner br{
    display: none;
  }
  .home .sc0302 .respons-4 h4{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .home .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 0px 15px;
  }
  .home .sc0302 .respons-4 img{
    width: 130px;
    position: absolute;
    margin-top: -95px;
    margin-left: 70px;
  }
  .home .sc0302 .respons-4:nth-child(2) img{
    width: 150px;
    margin-top: -75px;
    margin-left: 55px;
  }
  .home .sc0302 .respons-4:nth-child(3) img{
    width: 140px;
    margin-top: -87px;
    margin-left: 60px;
  }

}
@media screen and (max-width: 991px) {
  .home .sc01 p{
    text-align: left;  
  }
  .home .sc01 p br{
   display: none;
  }
  .home .sc02{
    margin-top: 20px;
    background: url("../img/home/sc02-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .home .sc03{
    margin-top: 20px;
    background: url("../img/home/sc03-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .home .sc02 .respons-full,
  .home .sc03 .respons-full{
    width: 100%;
    float: none;
    background-color: #fff;
    border: none;
    padding: 30px 45px 40px 45px;
  }
  .home .sc0202 .respons-4 img{
    width: 120px;
    margin-top: -70px;
    margin-left: -10px;
  }
  .home .sc0202 .respons-4:nth-child(2) img{
    width: 100px;
    margin-top: -73px;
    margin-left: 10px;
  }
  .home .sc0202 .respons-4:nth-child(3) img{
    width: 110px;
    margin-top: -62px;
    margin-left: 0px;
  }

  .home .sc0302 .respons-4 .inner{
    height: auto;
    text-align: center;
  }
  .home .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 28px 15px;
  }
  .home .sc0302 .respons-4 img{
    width: 110px;
    position: absolute;
    margin-top: -80px;
    margin-left: 15px;
  }
  .home .sc0302 .respons-4:nth-child(2) img{
    width: 130px;
    margin-top: -65px;
    margin-left: 0px;
  }
  .home .sc0302 .respons-4:nth-child(3) img{
    width: 120px;
    margin-top: -74px;
    margin-left: 10px;
  }
  .home .sc0202 .respons-4,
  .home .sc0302 .respons-4{
    margin-bottom: 50px;
  }
  .home .sc0202 .respons-6,
  .home .sc0302 .respons-6 {
    margin-bottom: 20px;
  }
  .home .sc04 p{
    text-align: left;
  }
  .home .sc04 p br{
    display: none;
  }
  .home .sc04 .respons-6.left .inner{
    float: left;
    width: 48%;
  }
  .home .sc04 .respons-6.right .inner{
    float: right;
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .home .sc01{
    padding-bottom: 20px;
  }
  .home .anchor-block a{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:normal;
  }
  .home .anchor-block .inner{
    padding: 10px 10px 10px 10px;
    background: url("../img/common/btn-under-pink.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left 10px top 10px;
    background-color: #EC6D74;
  }
  .home .anchor-block .right .inner{
    background: url("../img/common/btn-under-blue.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left 10px top 10px;
    background-color: #127BB5;
  }
}
@media screen and (max-width: 600px) {
  .home .sc02,
  .home .sc03{
    margin-top: 20px;
    background:none;
    padding-top: 130px;
  }
  .home .sc02 .respons-full,
  .home .sc03 .respons-full{
    padding: 30px 25px 40px 25px;
  }
  .home .sc02 .respons-full img,
  .home .sc03 .respons-full img{
    width: 260px;
    margin-top: -56px;
    margin-left: 75px;
  }
  .home .sc03 .respons-full img{
    margin-left:80px;
  }
  
  .home .sc02 .respons-full h2,
  .home .sc03 .respons-full h2{
    margin: -60px 0px 20px 0px;
    padding: 13px 10px;
    width: 250px;
    font-size: 18px;
  }

  .home .sc04 .respons-6 .inner .inner02 span.name{
    font-size: 17px;
  }
  .home .sc04 .respons-6 .inner .inner02 span.title{
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .home .anchor-block .left,
  .home .anchor-block .right{
    text-align: center;
    width: 100%;
    float: none;
  }
  .home .anchor-block .right .inner{
    margin-left: 0px;
    margin-top: 1px;
  }
  .home .sc0202 .respons-6 .inner{
    padding: 30px 45px 30px 45px;
    height: 105px;
    background: url("../img/common/btn-right-pink.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 20px top 35px;
    background-color: #fff;
  }
  .home .sc0202 .respons-6.right .inner{
    background: url("../img/common/btn-right-wr.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 20px top 35px;
    background-color: #B60005;
  }
}


/*	footer
________________________________________*/

footer{
  margin-top: 30px;
}
footer .first img{
  width: 180px;
  margin-right: 0;
}

footer .navi01{
  margin-top: 120px;
  border-top: #dcdddd 1px solid;
  border-bottom: #dcdddd 1px solid;
}
footer .navi01 a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

footer .navi01 .left{
  text-align: center;
  width: 50%;
  float: left;
}
footer .navi01 .right{
  text-align: center;
  width: 50%;
  float: right;
}
footer .navi01 .inner{
  padding: 30px 20px 30px 20px;
  width: 100%;
  background: url("../img/footer/btn-right-wp.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #EC6D74;

}
footer .navi01 .right .inner{
  margin-left: 1px;
  background: url("../img/footer/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #127BB5;
}

footer .navi01 img{
  position: absolute;
  width: 200px;
  margin-top: -85px;
  margin-left: 260px;
}

footer .second{
  background-color: #F9F8F8;
  padding-bottom: 30px;

}
footer .second a{
  color: #333;
  text-decoration: none;
}
footer .second ul{
  float: right;
}
footer .second ul li{
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("../img/footer/arrow-right-red.svg") no-repeat;
  background-size: 8px 8px;
  background-position: left 22px;
  padding-left: 15px;
  float: left;  
  margin-left: 30px;
  letter-spacing: 1px;
}
footer .second .last{
  text-align: center;
}
footer .second .last img{
  width: 200px;
}
footer .second .last span.name{
  display: block;
  font-size: 12px;
  font-weight: bold;
}
footer .second .last span.copy{
  width: 160px;
  margin-top: 10px;
  display: block;
  font-size: 11px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  footer .navi01 a{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:normal;
  }
  footer .navi01 img{
    width: 160px;
    margin-top: -70px;
    margin-left: 10px;
  }
  footer .navi01 .inner{
    padding: 20px 20px 20px 20px;
    background: url("../img/footer/btn-right-wp.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 10px top 15px;
    background-color: #EC6D74;
  
  }
  footer .navi01 .right .inner{
    background: url("../img/footer/btn-right-wb.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 10px top 15px;
    background-color: #127BB5;
  }
}
@media screen and (max-width: 650px) {
  footer .navi01 .left,
  footer .navi01 .right{
    width: 100%;
    float: none;
  }
  footer .navi01 .right .inner{
    margin-left: 0px;
    margin-top: 1px;
  }
  footer .navi01 img{
    display: none;
  }
  footer .navi01{
    margin-top: 40px;
  }
}

/*	page main
________________________________________*/

.page main{
  padding-top: 200px;
  margin-top: -40px;
  height: 450px;
  position: relative;
  background: url("../img/page/main.jpg") no-repeat;
  background-size: 2700px 450px;
  background-position: center top;
  z-index: 1;
  text-align: center;
}
.page.service main img{
  top: 42%;
  left: 54%;
  transform: translate(-50%, -50%);
  margin-top: -0px;
  position: absolute;
  width: 180px;
}
.page.service main h1{
  width: 550px;
  height: 105px;
  background-color:#EC6D74;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 10px 20px 10px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
.page.service.d-c main h1{
  background-color:#127BB5;
}
.page.service main h1::after {
  display: block;
  content: "";
  background: url(../img/page/01-ttitle.svg) no-repeat;
  width: 170px;
  height: 25px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.page.service.d-c main h1::after {
  background: url(../img/page/02-ttitle.svg) no-repeat;
  width: 140px;
  height: 25px;
}
.page.service.contact main h1::after {
  background: none;
}
.page.base main h1{
  width: 550px;
  background-color:#B60005;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 30px 10px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}


@media screen and (max-width: 600px) {
  .page.service main img{
    margin-top: 10px;
    width: 150px;
  }
  .page main{
    padding-top: 160px;
    margin-top: -60px;
    height: 350px;
  }
  .page.service main h1{
    height: 95px;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
    letter-spacing: 1px;
    width: 95%;
  }
  .page.service main h1::after,
  .page.service.d-c main h1::after {
    width: 150px;
    height: 25px;
    margin-top: 5px;
  }
  .page.base main h1{
    width: 95%;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
  }
}

/*	page 
________________________________________*/

.page .sc01{
  background: url("../img/page/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 70px;
  padding-bottom: 40px;
}
.page .sc01 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;

}
.page .sc01 p::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}


@media screen and (max-width: 991px) {
  .page .sc01 p{
    text-align: left;
  }
  .page .sc01 p br{
    display: none;
  }
}




/*	page d-h
________________________________________*/

.page.d-h .sc02{
  position: relative;
  margin-top: 0px;
  background: url("../img/home/sc02-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% + 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.page.d-h .sc02 .respons-full{
  width: 54%;
  float: left;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.page.d-h .sc02 .respons-full img{
  position: absolute;
  width: 150px;
  margin-top: -28px;
  margin-left: 100px;
  z-index: 10;
}
.page.d-h .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #EC6D74;
  border: solid 1px #EC6D74;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.page.d-h .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #EC6D74;
  z-index: 1;
}

.page.d-h .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.d-h .sc02 .respons-full p{
  margin-bottom: 0;
}

.page.d-h .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 0px;
  margin-top: -150px;
}

.page.d-h .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.page.d-h .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.page.d-h .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.page.d-h .sc0202 .respons-4 img{
  width: 160px;
  position: absolute;
  margin-top: -90px;
  margin-left: 70px;
}
.page.d-h .sc0202 .respons-4:nth-child(2) img{
  width: 140px;
  margin-top: -99px;
  margin-left: 95px;
}
.page.d-h .sc0202 .respons-4:nth-child(3) img{
  width: 150px;
  margin-top: -85px;
  margin-left: 80px;
}

.page.d-h .sc0202 .respons-full .inner{
  margin-bottom: -50px;
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #B60005;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page.d-h .sc0202 .second{
  margin-top: 30px;
}
.page.d-h .sc0202 .respons-full a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.page.d-h .sc0202 .respons-full .inner {
  line-height: 22px;
}
.page.d-h .sc0202 .respons-full .inner span small{
  font-size: 14px;
}

.page.service .sc03{
  background: url("../img/page/sc03-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 40px;
}
.page.service .sc03 h3{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;

}
.page.service .sc03 h3::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.page.service .sc03 .wrapper{
  margin-top: 30px;
}
.page.service .sc03 .wrapper img{ 
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page.service .sc03 .wrapper .inner{
  border: 1px solid #DCDDDD;
  padding: 30px 30px 30px 130px;
  background: url("../img/page/01s01.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(2) {
  background: url("../img/page/01s02.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(3) {
  background: url("../img/page/01s03.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(4) {
  background: url("../img/page/01s04.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(5) {
  background: url("../img/page/01s05.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(6) {
  background: url("../img/page/01s06.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner h4{
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0px;
  border-bottom: 1px solid #DCDDDD;
}
.page.service .sc03 .wrapper .inner p{
  margin-bottom: 0;
}
.page.service .sc03 .wrapper .inner span{
  color: #D7000F;
  font-weight: bold;
}

.page.service .sc03 .margin-top{
  margin-top: 50px;
}
.page.service .sc03 .margin-top p{
display: block;
text-align: center;
font-size: 20px;
line-height: 32px;
letter-spacing: 1px;
font-weight: bold;

}
.page.service .sc03 .margin-top p::before {
display: block;
content: "";
background: url(../img/page/navi-icon.svg) no-repeat;
width: 80px;
height: 75px;
background-size: contain;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.page.service .sc03 .margin-top .inner{
  background-color: #F5F4F4;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.page.service .sc03 .margin-top .inner a{
  display: block;
border: 1px solid #dcdddd;
padding: 25px 0px 25px 0px;
text-align: center;
background: url("../img/common/btn-right-wr.svg") no-repeat;
background-size: 55px 55px;
background-position: left 20px top 23px;
background-color: #B60005;
width: 600px;
margin-left: auto;
margin-right: auto;
color: #fff;
text-decoration: none;
font-size: 18px;
}

/*	page d-c
________________________________________*/

.page.service.d-c .sc02{
  position: relative;
  margin-top: 0px;
  background: url("../img/home/sc03-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% - 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.page.service.d-c .sc02 .respons-full{
  width: 54%;
  float: right;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.page.service.d-c .sc02 .respons-full img{
  position: absolute;
  width: 150px;
  margin-top: -28px;
  margin-left: 100px;
  z-index: 10;
}
.page.service.d-c .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #127BB5;
  border: solid 1px #127BB5;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.page.service.d-c .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #127BB5;
  z-index: 1;
}

.page.service.d-c .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.service.d-c .sc02 .respons-full p{
  margin-bottom: 0;
}

.page.service.d-c .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 0px;
  margin-top: -150px;
}

.page.service.d-c .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  height: 105px;
  text-align: center;
}
.page.service.d-c .sc0202 .respons-4:nth-child(2) .inner{
  padding: 15px 45px 0px 45px;
}

.page.service.d-c .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.page.service.d-c .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.page.service.d-c .sc0202 .respons-4 img{
  width: 130px;
  position: absolute;
  margin-top: -95px;
  margin-left: 110px;
}
.page.service.d-c .sc0202 .respons-4:nth-child(2) img{
  width: 150px;
  margin-top: -75px;
  margin-left: 85px;
}
.page.service.d-c .sc0202 .respons-4:nth-child(3) img{
  width: 140px;
  margin-top: -87px;
  margin-left: 95px;
}

.page.service.d-c .sc0202 .respons-full .inner{
  margin-bottom: -50px;
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #004EA2;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page.service.d-c .sc0202 .second{
  margin-top: 30px;
}
.page.service.d-c .sc0202 .respons-full a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.page.service.d-c .sc0202 .respons-full .inner {
  line-height: 22px;
}
.page.service.d-c .sc0202 .respons-full .inner span small{
  font-size: 14px;
}


.page.service.d-c .strong{
  background: url("../img/page/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 100px;
  padding-bottom: 60px;
}
.page.service.d-c .strong h3{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page.service.d-c .strong h3::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page.service.d-c .strong .inner{
  margin-top: 40px;
}
.page.service.d-c .strong .inner img{
  display: block;
  position: relative;
  width: 80px;
  margin-top: -50px;
}
.page.service.d-c .strong .inner{
  background-color: #fff;
  padding: 20px 40px 30px 40px;
}
.page.service.d-c .strong .inner h4{
  margin-top: 20px;
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDDDD;
}
.page.service.d-c .sc03 p.center{
  text-align: center;
}
.page.service.d-c .sc03 .wrapper .inner{
  border: 1px solid #DCDDDD;
  padding: 30px 30px 30px 130px;
  background: url("../img/page/02s01.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(2) {
  background: url("../img/page/02s02.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(3) {
  background: url("../img/page/02s03.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(4) {
  background: url("../img/page/02s04.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(5) {
  background: url("../img/page/02s05.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(6) {
  background: url("../img/page/02s06.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .margin-top .inner a{
background: url("../img/common/btn-right-wb.svg") no-repeat;
background-size: 55px 55px;
background-position: left 20px top 23px;
background-color: #004EA2;
}




@media screen and (max-width: 1201px) {
  .page.service .sc02,
  .page.service .sc03{
    padding-bottom: 50px;
  }

  .page.service .sc0202 .respons-4 img{
    width: 160px;
    margin-top: -90px;
    margin-left: 40px;
  }
  .page.service .sc0202 .respons-4:nth-child(2) img{
    width: 140px;
    margin-top: -99px;
    margin-left: 65px;
  }
  .page.service .sc0202 .respons-4:nth-child(3) img{
    width: 150px;
    margin-top: -85px;
    margin-left: 45px;
  }
  .page.service .sc0302 .respons-4 .inner{
    text-align: left;
  }
  .page.service .sc0302 .respons-4 .inner br{
    display: none;
  }
  .page.service .sc0302 .respons-4 h4{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .page.service .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 0px 15px;
  }
  .page.service .sc0302 .respons-4 img{
    width: 130px;
    position: absolute;
    margin-top: -95px;
    margin-left: 70px;
  }
  .page.service .sc0302 .respons-4:nth-child(2) img{
    width: 150px;
    margin-top: -75px;
    margin-left: 55px;
  }
  .page.service .sc0302 .respons-4:nth-child(3) img{
    width: 140px;
    margin-top: -87px;
    margin-left: 60px;
  }

}
@media screen and (max-width: 991px) {
  .page.service .sc02{
    margin-top: 0px;
    background: url("../img/home/sc02-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .page.service.d-c .sc02{
    margin-top: 20px;
    background: url("../img/home/sc03-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .page.service .sc02 .respons-full,
  .page.service.d-c .sc02 .respons-full{
    width: 100%;
    float: none;
    background-color: #fff;
    border: none;
    padding: 30px 45px 40px 45px;
  }
  .page.service .sc0202 .respons-4 img{
    width: 120px;
    margin-top: -70px;
    margin-left: -10px;
  }
  .page.service .sc0202 .respons-4:nth-child(2) img{
    width: 100px;
    margin-top: -73px;
    margin-left: 10px;
  }
  .page.service .sc0202 .respons-4:nth-child(3) img{
    width: 110px;
    margin-top: -62px;
    margin-left: 0px;
  }

  .page.service.d-c .sc0202 .respons-4 .inner{
    height: auto;
    text-align: center;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 28px 15px;
  }
  .page.service.d-c .sc0202 .respons-4 img{
    width: 110px;
    position: absolute;
    margin-top: -80px;
    margin-left: 15px;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(2) img{
    width: 130px;
    margin-top: -65px;
    margin-left: 0px;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(3) img{
    width: 120px;
    margin-top: -74px;
    margin-left: 10px;
  }
  .page.service .sc0202 .respons-4,
  .page.service.d-c .sc0202 .respons-4{
    margin-bottom: 50px;
  }

  .page.service.d-c .sc03 p.center{
    text-align: left;
  }
  .page.service.d-c .sc03 p.center br{
    display: none;
  }

  .page.service .sc03 .wrapper .inner,
  .page.service .sc03 .wrapper .inner:nth-of-type(2),
  .page.service .sc03 .wrapper .inner:nth-of-type(3),
  .page.service .sc03 .wrapper .inner:nth-of-type(4),
  .page.service .sc03 .wrapper .inner:nth-of-type(5),
  .page.service .sc03 .wrapper .inner:nth-of-type(6),
  .page.service.d-c .sc03 .wrapper .inner,
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(2),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(3),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(4),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(5),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(6){
    padding: 25px 20px 20px 100px;
    background-size: 60px 60px;
  }
  .page.service .sc03 .margin-top p{
    text-align: left;
    }
    .page.service .sc03 .margin-top p br{
      display: none;
    }
    .page.service .sc03 .margin-top .inner a{
    background: url("../img/common/btn-right-wr.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 15px top 35px;
    background-color: #B60005;
    width: 90%;
    }
    .page.service.d-c .sc03 .margin-top .inner a{
      background: url("../img/common/btn-right-wb.svg") no-repeat;
      background-size: 35px 35px;
      background-position: left 15px top 35px;
      background-color: #004EA2;
      width: 90%;
      }

}

@media screen and (max-width: 700px) {
.page.d-h .sc0202 .respons-full .inner{
  width: 90%;
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 35px 35px;
  background-position: left 15px top 35px;
  background-color: #B60005;
}
.page.service.d-c .sc0202 .respons-full .inner{
  width: 90%;
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 35px 35px;
  background-position: left 15px top 35px;
  background-color: #004EA2;
}

}

@media screen and (max-width: 600px) {
  .page.service .sc02,
  .page.service.d-c .sc02{
    margin-top: 0px;
    background:none;
    padding-top:100px;
  }
  .page.service .sc02 .respons-full,
  .page.service.d-c .sc02 .respons-full{
    padding: 30px 25px 40px 25px;
  }
  .page.service .sc02 .respons-full img,
  .page.service.d-c .sc02 .respons-full img{
    width: 160px;
    margin-top: -30px;
    margin-left: 50px;
  }

  
  .page.service .sc02 .respons-full h2,
  .page.service.d-c .sc02 .respons-full h2{
    margin: -60px 0px 20px 0px;
    padding: 13px 10px;
    width: 250px;
    font-size: 18px;
  }
  .page.service.d-c .sc02 .respons-full h2{
    width: 270px;
  }


}


/*	page company
________________________________________*/

.page.company h2{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page.company h2::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page.company .sc02,
.page.company .sc03{
  margin-top: 30px;
}
.page.company .sc02 p.title{
  text-align: center;
}

.page.company .sc02 .margin-top{
  margin-top: 50px;
}

.page.company .sc02 .left{
  width: 35%;
  float: left;
  text-align: center;
}
.page.company .sc02 .right{
  width: 62%;
  float: right;
}

.page.company .sc02 .left span.name{
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.page.company .sc02 .left span.title{
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}


.page.company .sc02 .right h3{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.company .sc02 .right p{
  margin-bottom: 30px;
}

.page.company .sc02 .bloon{
  margin-bottom: 50px;
}

.page.company .sc02 .bloon span{
  position: relative;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  width: 230px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #B60005;
  border: solid 1px #B60005;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
  letter-spacing: 2px;
}

.page.company .sc02 .bloon span:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #B60005;
  z-index: 1;
}
.page.company .sc02 .bloon ul li{
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page.company .table > tbody > tr > th,
.page.company .table > tbody > tr > td {
  vertical-align: middle;
  padding: 30px 40px 30px 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.page.company .table > tbody > tr > th{
  width: 20%;
}
.page.company tbody > tr > th {
  background-color: #F9F8F8;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .page.company .sc02 p.title{
    text-align: left;
  }
  .page.company .sc02 p.title br{
   display: none;
  }
  .page.company .sc02 .right h3{
    font-size: 22px;
    line-height: 30px;
  }
  .page.company .sc02 .right h3 br{
    display: none;
  }
  .page.company .table > tbody > tr > th,
.page.company .table > tbody > tr > td {
  width: 100%;
  padding: 15px 20px 15px 20px;
}
}
@media screen and (max-width: 800px) {
  .page.company .sc02 .left,
  .page.company .sc02 .right{
    width: 100%;
    float: none;
  }
  .page.company .sc02 .left img{
    width: 300px;
  }
}

/*	privacy
________________________________________*/

.page.privacy .sc02 p{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page.privacy .sc02 p.margin-top{
  margin-top: 50px;
}
.page.privacy .sc02 h3{
  background-color: #EFEFEF;
  padding: 15px 10px 15px 15px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 50px;
}


.page.privacy ul{
	list-style-type:disc;
	margin-left: 20px;
}
.page.privacy li{
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 7px;
	border: none;
}



/*	page contact
________________________________________*/

.page.service .contact-block{
  margin-top: 30px;
}

.page.service .contact-block h2{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}


.page.contact p.margin-bottom{
	margin-bottom: 10px;
  font-size: 15px;
}
.page.contact span.mast{
	color: #fff;
	margin-left: 5px;
	border-radius: 0px;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #B60005;
	text-align: center;
}

.page.contact th{
	width: 23%;
	letter-spacing: 1px;
  background-color: #F9F8F8;
}


.form-control.short {
		width: 50%;
	  }


.page.contact .btn-lg{
	margin-top: 30px;
	display: block;
	color: #fff;
	border-radius: 0px;
	padding: 15px 20px 15px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	width: 300px;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-color: #B60005;
	background-size: 9px 9px;
	background-position: 20px 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 2px solid #fff;
}

.page.contact a.privcy{
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #999;
}




/*	form
________________________________________*/

.page.contact span.pink{
	color:#d7000f;
	font-size: 12px;
	display: inline;
	letter-spacing: 1px;
}
.page.contact table th{
	font-weight: normal;
	background-color:#f9f9f9;
	white-space: nowrap;
}
.page.contact p.important{
	text-align : center ;
	font-size: 12px;
	line-height: 28px;
}
.page.contact th{
	vertical-align:middle;
}



.form-btn {
	letter-spacing: 2px;
	text-align : center ;
	margin: 30px 0px 40px 0px;

}

.btn{
	font-size: 18px;
	letter-spacing: 2px;
	padding: 15px 50px 15px 50px;

}


.btn.btn-sm{
	font-size: 16px;
	letter-spacing: 2px;
}

.btn-default {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color:#ED6C00;
	border-color: #ED6C00;
	color: #fff;
	margin-bottom:10px;
	width: 300px;
}

.btn-default:hover{
	background-color:#F7B981;
	border-color: #F7B981;
	color: #fff;
}


.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	background-color:#F7B981;
	border-color: #F7B981;
	color: #fff;
}
.form02 td{
	width:60%;
}

td.cell01{
	background: #f8f8f8;
}

.form02 h4{
	font-weight:bold;
	color: #333;
}

p.error_messe{
	text-align : center ;
	color: #FF0000;
}

.page.contact p.thanks{
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}
.page.contact .contact-block .inner{
	background: #FFFBF8;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
}




.col-md-12 .form02{
	margin: 20px 0px 20px 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 17px;
}

.form-control01 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 20%;
  	float: left;
}

.form-control02 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 10%;
  	float: left;
}

.form-control03 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
  	float: left;
}

.form-control04 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  	float: left;
}
.form-short{
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.form-control03.clear {
	display: inline;
  	float: none;
}

span.float{
	margin-right: 5px;
	padding-top: 7px;
	display: block;
	font-size: 14px;
  	float: left;
}

.page.contact .confirmation h2{
	text-align: center;
}


@media screen and (max-width: 991px) {
  .page.service .contact-block{
    margin-top: 10px;
  }
  .page.service .contact-block h2{
	font-size: 20px;
  letter-spacing: 0px;

}

.page.contact table > tbody > tr > th,
.page.contact table > tbody > tr > td{
	width: 100%;
}
.table > tbody > tr > th{
	border-left: none;
	border-right: none;
	display: block;
}

.table > tbody > tr > td{
	border: none;
	display: block;
}

.page.contact p.msg{
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
}

.page.contact .confirmation h2{
	margin-top: 100px;
	text-align: center;
}
}

@media screen and (max-width: 740px) {
.form-control01 {
	margin-bottom: 15px;
	width: 33%;
}

.form-control02 {
	margin-bottom: 15px;
    width: 100%;
}
.form-control03 {
	margin-bottom: 15px;
    width: 100%;
}
.form-control.short {
  width: 100%;
}

span.float{
	font-size: 12px;
}

label {
	font-size: 13px;
}

.confirmation-screen table.formTable th,
.confirmation-screen table.formTable td{
	font-size: 12px;
	padding: 10px;
}
label .confirmation-screen table.formTable th,
label .confirmation-screen table.formTable td{
	font-size: 12px;
	padding: 10px;
}


.page.contact .page-title span{
	letter-spacing: 1px;
}

.page.contact .confirmation h2{
	margin-top: 70px;

	font-size: 18px;
	line-height: 22px;
}
.page.contact p.thanks{
	font-size: 16px;
	line-height: 28px;
}
}

@media screen and (max-width: 540px) {
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 14px;
	padding: 10px 10px 10px 10px;

}
}



#formWrap input.btn-big{
	padding: 20px 0px 20px 0px;
	width: 300px;
	background-color:#B60005;
	color: #fff;
	margin-bottom:10px;
	border: 1px solid #fff;
}
#formWrap input.btn-small{
	margin-top: 20px;
	display: block;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	width: 180px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color:#cdcdcd;
	color: #fff;
	margin-bottom:10px;
	border: 1px solid #fff;
}
