/* LESS Document */
html {
  font-size: 62.5%;
  /* 10px */
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.pc_hide {
  display: none;
}
@media (max-width: 480px) {
  .pc_hide {
    display: inline-block;
  }
}
.tb_show {
  display: none;
}
@media (max-width: 800px) {
  .tb_show {
    display: inline-block;
  }
}
.sp_hide {
  display: inline-block;
}
@media (max-width: 480px) {
  .sp_hide {
    display: none;
  }
}
/* common -------------------------------  */
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.headline {
  padding: 60px 0 40px;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}
@media (max-width: 800px) {
  .headline {
    padding: 40px 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .headline {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
.headline::before {
  content: "";
  width: 300px;
  height: 43px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/hl_border_l_pc.png") no-repeat right center;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .headline::before {
    background: url("../images/hl_border_l_pc@2x.png") no-repeat right center;
    background-size: 100% auto;
  }
}
@media (max-width: 800px) {
  .headline::before {
    width: 55px;
    height: 7px;
    background: url("../images/hl_border_l_sp.png") no-repeat right center;
    background-size: 100% auto;
  }
}
.headline::after {
  content: "";
  width: 300px;
  height: 43px;
  margin-left: 10px;
  display: inline-block;
  background: url("../images/hl_border_r_pc.png") no-repeat left center;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .headline::after {
    background: url("../images/hl_border_r_pc@2x.png") no-repeat left center;
    background-size: 100% auto;
  }
}
@media (max-width: 800px) {
  .headline::after {
    width: 55px;
    height: 7px;
    background: url("../images/hl_border_r_sp.png") no-repeat right center;
    background-size: 100% auto;
  }
}
.btn {
  width: 100%;
  text-align: center;
}
.btn a {
  width: 100%;
  height: 60px;
  background: #f2454e;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  line-height: 60px;
  color: #fff !important;
  position: relative;
}
.btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: -5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
}
strong {
  color: #f2454e;
  background: -webkit-linear-gradient(transparent 60%, #fff980 60%);
  background: -o-linear-gradient(transparent 60%, #fff980 60%);
  background: linear-gradient(transparent 60%, #fff980 60%);
}
/* layout -------------------------------  */
header {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media (max-width: 480px) {
  header {
    height: 50px;
  }
}
header h1 img {
  width: 332px;
  height: auto;
  margin-top: 22px;
}
@media (max-width: 480px) {
  header h1 img {
    width: 190px;
    margin-top: 6px;
  }
}
header .link {
  line-height: 80px;
  color: #2e4571;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 480px) {
  header .link {
    line-height: 50px;
    font-size: 10px;
    font-size: 1.0rem;
  }
}
header .link a {
  text-decoration: none;
}
header .link::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2e4571;
}
#mainvisual {
  width: 100%;
  height: 460px;
  background: url("../images/main_bg.jpg") repeat center top;
}
@media (max-width: 800px) {
  #mainvisual {
    height: 380px;
  }
}
@media (max-width: 480px) {
  #mainvisual {
    height: auto;
    padding: 20px 0 40px;
  }
}
#mainvisual picture img {
  width: 777px;
}
@media (max-width: 800px) {
  #mainvisual picture img {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  #mainvisual picture img {
    width: 100%;
    margin-top: 0;
  }
}
#mainvisual .text {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  #mainvisual .text {
    width: 46%;
    right: 20px;
  }
}
@media (max-width: 480px) {
  #mainvisual .text {
    width: 100%;
    position: static;
  }
}
#mainvisual .text h2 {
  margin: 50px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #1f53b7;
}
@media (max-width: 800px) {
  #mainvisual .text h2 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#mainvisual .text p {
  font-size: 16px;
  font-size: 1.6rem;
}
#mainvisual .text .catch {
  margin: 30px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 800px) {
  #mainvisual .text .catch {
    margin: 20px 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#mainvisual .text .catch::before {
  content: "";
  display: inline-block;
  margin: 0 0 5px 0;
  width: 20px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainvisual .text .catch::after {
  content: "";
  display: inline-block;
  margin: 0 0 5px 0;
  width: 20px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav {
  width: 100%;
  background: #2e4571;
}
nav ul {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  border-left: 1px solid #586a8d;
  /*font-size: 0;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 800px) {
  nav ul {
    width: 100%;
    height: 60px;
    border-left: none;
  }
}
@media (max-width: 480px) {
  nav ul {
    height: 80px;
  }
}
nav ul li {
  /*display: inline-block;*/
  width: calc(25%);
  border-right: 1px solid #586a8d;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
}
@media (max-width: 800px) {
  nav ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
nav ul li a {
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 800px) {
  nav ul li a {
    height: 60px;
  }
}
@media (max-width: 480px) {
  nav ul li a {
    height: 80px;
    padding-top: 25px;
  }
}
nav ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: -5px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 20%;
}
nav ul li a:hover {
  background-color: #38558a;
}
@media (max-width: 480px) {
  nav ul li:first-child a {
    padding-top: 15px;
  }
}
#about {
  width: 100%;
  background: url("../images/about_bg.jpg") no-repeat center top #ebedf5;
  background-size: 100% auto;
}
#about h3 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  color: #1f53b7;
}
@media (max-width: 800px) {
  #about h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  #about h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#about h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 800px) {
  #about h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media (max-width: 480px) {
  #about h4 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
}
#about .img {
  margin: 30px 0;
  text-align: center;
}
#about .img img {
  width: 560px;
}
@media (max-width: 800px) {
  #about .img img {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #about .img img {
    width: 100%;
  }
}
#about .lead {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #about .lead {
    width: 100%;
  }
}
#about .feature {
  padding: 50px 0 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .feature .block {
  width: 560px;
  background-color: #fff;
}
@media (max-width: 800px) {
  #about .feature .block {
    width: 48%;
  }
}
@media (max-width: 480px) {
  #about .feature .block {
    width: 100%;
  }
}
#about .feature .block .title {
  height: 230px;
  position: relative;
}
@media (max-width: 800px) {
  #about .feature .block .title {
    height: 190px;
  }
}
@media (max-width: 480px) {
  #about .feature .block .title {
    height: 138px;
  }
}
#about .feature .block .title .point {
  width: 120px;
  height: 120px;
  padding-top: 10px;
  padding-right: 40px;
  background: url("../images/feature_corner.png") no-repeat left top;
  background-size: 100% auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  #about .feature .block .title .point {
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  #about .feature .block .title .point {
    width: 80px;
    height: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#about .feature .block .title .point span {
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
}
@media (max-width: 480px) {
  #about .feature .block .title .point span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#about .feature .block .title h3 {
  padding-top: 70px;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0px 0px 8px #2e4571;
}
@media (max-width: 800px) {
  #about .feature .block .title h3 {
    padding-top: 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  #about .feature .block .title h3 {
    padding-top: 40px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media (max-width: 480px) {
  #about .feature .block:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
#about .feature .block:nth-of-type(1) .title {
  background: url("../images/about_feature_01.jpg") no-repeat left top;
}
@media (max-width: 800px) {
  #about .feature .block:nth-of-type(1) .title {
    background: url("../images/about_feature_01.jpg") no-repeat left top;
    background-size: auto 100%;
  }
}
#about .feature .block:nth-of-type(2) .title {
  background: url("../images/about_feature_02.jpg") no-repeat left top;
}
@media (max-width: 800px) {
  #about .feature .block:nth-of-type(2) .title {
    background: url("../images/about_feature_02.jpg") no-repeat left top;
    background-size: auto 100%;
  }
}
@media (max-width: 800px) {
  #about .feature .block:nth-of-type(2) h3 {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  #about .feature .block:nth-of-type(2) h3 {
    padding-top: 20px;
  }
}
#about .feature .block h4 {
  margin: 0;
  padding: 30px 30px 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
  color: #2e4571;
}
@media (max-width: 800px) {
  #about .feature .block h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media (max-width: 480px) {
  #about .feature .block h4 {
    padding: 20px 20px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#about .feature .block h4 + p {
  padding: 0 30px 30px;
}
@media (max-width: 480px) {
  #about .feature .block h4 + p {
    padding: 0 20px 20px;
  }
}
#plan .plan_name {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #plan .plan_name {
    margin-bottom: 30px;
  }
}
#plan .plan_name .catch {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  #plan .plan_name .catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#plan .plan_name .catch::before {
  content: "";
  display: inline-block;
  margin: 0 0 5px 0;
  width: 20px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#plan .plan_name .catch::after {
  content: "";
  display: inline-block;
  margin: 0 0 5px 0;
  width: 20px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#plan .plan_name h3 {
  font-size: 42px;
  font-size: 4.2rem;
  color: #1f53b7;
  text-align: center;
  line-height: 1;
}
@media (max-width: 800px) {
  #plan .plan_name h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}
@media (max-width: 480px) {
  #plan .plan_name h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#plan .plan_name .badge {
  width: 135px;
  height: 135px;
  padding-top: 40px;
  position: absolute;
  top: -20px;
  right: 18%;
  background: url("../images/plan_badge.png") no-repeat left top;
  background-size: 100% auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 800px) {
  #plan .plan_name .badge {
    width: 120px;
    height: 120px;
    top: -20px;
    right: 0;
  }
}
@media (max-width: 480px) {
  #plan .plan_name .badge {
    width: 90px;
    height: 90px;
    padding-top: 30px;
    top: -110px;
    right: 0%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#plan .hl {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 3px 0;
  background: url("../images/texture.png") repeat left top #1f53b7;
}
#plan .hl h4 {
  border-top: 1px solid #8fa9db;
  border-bottom: 1px solid #8fa9db;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 52px;
  color: #fff;
}
@media (max-width: 480px) {
  #plan .hl h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#plan .lead {
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 800px) {
  #plan .lead {
    text-align: left;
  }
}
@media (max-width: 800px) {
  #plan .lead br {
    display: none;
  }
}
#plan .detail ul {
  margin: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #plan .detail ul {
    border-top: 1px solid #ccc;
  }
}
#plan .detail ul li {
  width: calc(25%);
  padding: 0 20px;
  border-right: 1px solid #ccc;
  list-style: none;
}
@media (max-width: 800px) {
  #plan .detail ul li {
    width: 50%;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  #plan .detail ul li {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
#plan .detail ul li:last-child {
  border-right: none;
}
@media (max-width: 800px) {
  #plan .detail ul li:nth-child(2n) {
    border-right: none;
  }
}
#plan .detail ul li h5 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #1f53b7;
}
@media (max-width: 800px) {
  #plan .detail ul li h5 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#plan .detail ul li .icon {
  width: 120px;
  height: 120px;
  margin: 10px auto;
  border-radius: 60px;
  border: 2px solid #1f53b7;
}
#plan .detail ul li .icon.icon1 {
  background: url("../images/plan_icon1.png") no-repeat center center;
  background-size: 68px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #plan .detail ul li .icon.icon1 {
    background: url("../images/plan_icon1@2x.png") no-repeat center center;
    background-size: 68px auto;
  }
}
#plan .detail ul li .icon.icon2 {
  background: url("../images/plan_icon2.png") no-repeat center center;
  background-size: 68px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #plan .detail ul li .icon.icon2 {
    background: url("../images/plan_icon2@2x.png") no-repeat center center;
    background-size: 68px auto;
  }
}
#plan .detail ul li .icon.icon3 {
  background: url("../images/plan_icon3.png") no-repeat center center;
  background-size: 68px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #plan .detail ul li .icon.icon3 {
    background: url("../images/plan_icon3@2x.png") no-repeat center center;
    background-size: 68px auto;
  }
}
#plan .detail ul li .icon.icon4 {
  background: url("../images/plan_icon4.png") no-repeat center center;
  background-size: 68px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #plan .detail ul li .icon.icon4 {
    background: url("../images/plan_icon4@2x.png") no-repeat center center;
    background-size: 68px auto;
  }
}
#plan .detail ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
#plan .detail ul li p strong {
  display: block;
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}
#plan .detail ul + P {
  margin-bottom: 80px;
}
#plan .flow img {
  margin-bottom: 80px;
}
#plan .promo {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#plan .promo dt {
  width: 20%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1f53b7;
}
@media (max-width: 480px) {
  #plan .promo dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#plan .promo dt:nth-of-type(2) {
  border-bottom: none;
}
#plan .promo dd {
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  #plan .promo dd {
    width: 100%;
  }
}
#plan .promo dd strong {
  background: none;
  color: #333;
}
#plan .promo dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#plan .promo dd:nth-of-type(2) {
  border-bottom: none;
}
#services {
  padding-bottom: 60px;
  background-color: #ebedf5;
}
#services h2 {
  padding: 60px 0 40px;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}
@media (max-width: 800px) {
  #services h2 {
    padding: 40px 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #services h2 {
    padding: 40px 0 20px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#services .lead {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #services .lead {
    text-align: left;
  }
}
#services #page,
#services #photo {
  margin-bottom: 60px;
  padding: 50px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 800px) {
  #services #page,
  #services #photo {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 480px) {
  #services #page,
  #services #photo {
    padding: 40px 20px 20px;
  }
}
#services #page .comment,
#services #photo .comment {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background-color: #1f53b7;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  #services #page .comment,
  #services #photo .comment {
    width: 85%;
    height: 40px;
  }
}
#services #page .outline,
#services #photo .outline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#services #page .outline .img,
#services #photo .outline .img {
  width: 32%;
}
@media (max-width: 480px) {
  #services #page .outline .img,
  #services #photo .outline .img {
    width: 100%;
  }
}
#services #page .outline .text,
#services #photo .outline .text {
  width: 68%;
  padding-left: 30px;
}
@media (max-width: 480px) {
  #services #page .outline .text,
  #services #photo .outline .text {
    width: 100%;
    padding-left: 0;
  }
}
#services #page .outline .text h3,
#services #photo .outline .text h3 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #1f53b7;
}
@media (max-width: 800px) {
  #services #page .outline .text h3,
  #services #photo .outline .text h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  #services #page .outline .text h3,
  #services #photo .outline .text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }
}
#services #page .outline .text h3 span,
#services #photo .outline .text h3 span {
  font-size: 20px;
  font-size: 2.0rem;
}
@media (max-width: 480px) {
  #services #page .outline .text h3 span,
  #services #photo .outline .text h3 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#services #page .outline .text h3::before,
#services #photo .outline .text h3::before {
  content: "";
  width: 50px;
  height: 50px;
  margin: -5px 10px 5px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #services #page .outline .text h3::before,
  #services #photo .outline .text h3::before {
    width: 36px;
    height: 36px;
    display: block;
    margin: 20px auto 10px;
  }
}
#services #page .outline .text h3.icon1::before,
#services #photo .outline .text h3.icon1::before {
  background: url("../images/service_icon1.png") no-repeat center center;
  background-size: 50px auto;
}
@media (max-width: 800px) {
  #services #page .outline .text h3.icon1::before,
  #services #photo .outline .text h3.icon1::before {
    background: url("../images/service_icon1.png") no-repeat center center;
    background-size: 36px auto;
  }
}
#services #page .outline .text h3.icon2::before,
#services #photo .outline .text h3.icon2::before {
  background: url("../images/service_icon2.png") no-repeat center center;
  background-size: 50px auto;
}
@media (max-width: 800px) {
  #services #page .outline .text h3.icon2::before,
  #services #photo .outline .text h3.icon2::before {
    background: url("../images/service_icon1.png") no-repeat center center;
    background-size: 36px auto;
  }
}
#services #page h4,
#services #photo h4 {
  margin: 40px 0 20px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #1f53b7;
  overflow: hidden;
}
@media (max-width: 480px) {
  #services #page h4,
  #services #photo h4 {
    margin: 30px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#services #page h4 span,
#services #photo h4 span {
  width: 100%;
  display: inline-block;
  position: relative;
}
#services #page h4 span::after,
#services #photo h4 span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: auto 0 auto 10px;
  background: url("../images/border_dot.png") repeat-x left center;
  background-size: auto 4px;
  position: absolute;
  top: 50%;
}
#services #page .detail,
#services #photo .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#services #page .detail dt,
#services #photo .detail dt {
  width: 12%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1f53b7;
}
@media (max-width: 800px) {
  #services #page .detail dt,
  #services #photo .detail dt {
    width: 20%;
  }
}
@media (max-width: 480px) {
  #services #page .detail dt,
  #services #photo .detail dt {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
#services #page .detail dt span,
#services #photo .detail dt span {
  width: 90px;
  height: 38px;
  display: inline-block;
  background-color: #1f53b7;
  text-align: center;
  line-height: 38px;
  color: #fff;
  position: relative;
}
@media (max-width: 480px) {
  #services #page .detail dt span,
  #services #photo .detail dt span {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  #services #page .detail dt span::before,
  #services #photo .detail dt span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 15px 0;
    border-color: transparent #1f53b7 transparent transparent;
    position: absolute;
    top: 0;
    left: -12px;
  }
}
#services #page .detail dt span::after,
#services #photo .detail dt span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 12px;
  border-color: transparent transparent transparent #1f53b7;
  position: absolute;
  top: 0;
  right: -12px;
}
@media (max-width: 480px) {
  #services #page .detail dt span::after,
  #services #photo .detail dt span::after {
    border-width: 15px 0 15px 12px;
  }
}
#services #page .detail dt:nth-of-type(3),
#services #photo .detail dt:nth-of-type(3) {
  border-bottom: none;
}
#services #page .detail dd,
#services #photo .detail dd {
  width: 88%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 800px) {
  #services #page .detail dd,
  #services #photo .detail dd {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #services #page .detail dd,
  #services #photo .detail dd {
    width: 100%;
    text-align: center;
  }
}
#services #page .detail dd strong,
#services #photo .detail dd strong {
  background: none;
  color: #1f53b7;
}
#services #page .detail dd:nth-of-type(3),
#services #photo .detail dd:nth-of-type(3) {
  border-bottom: none;
}
@media (max-width: 480px) {
  #services #page .detail dd p,
  #services #photo .detail dd p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  #services #page .flow img,
  #services #photo .flow img {
    margin-top: 20px;
  }
}
#contact {
  padding: 40px 0 60px;
  background-color: #1f53b7;
  text-align: center;
  color: #fff;
}
#contact h2 {
  font-size: 30px;
  font-size: 3.0rem;
}
@media (max-width: 800px) {
  #contact h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media (max-width: 480px) {
  #contact h2 + p {
    text-align: left;
  }
}
#contact .adress {
  height: 120px;
  margin-top: 40px;
  background-color: #fff;
  color: #333;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #contact .adress {
    height: auto;
    padding-bottom: 20px;
  }
}
#contact .adress .person {
  width: 28%;
  padding: 30px 0 30px 30px;
  background-color: #ebedf5;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 800px) {
  #contact .adress .person {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
  }
}
#contact .adress .person::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 30px;
  border-color: transparent transparent transparent #ebedf5;
  position: absolute;
  top: 0;
  right: -30px;
}
@media (max-width: 800px) {
  #contact .adress .person::after {
    content: none;
  }
}
#contact .adress .tel {
  width: 26%;
  padding-top: 30px;
  padding-left: 65px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 800px) {
  #contact .adress .tel {
    width: 50%;
    padding-top: 5px;
    padding-left: 75px;
  }
}
@media (max-width: 480px) {
  #contact .adress .tel {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px 0 70px;
  }
}
#contact .adress .tel a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
}
#contact .adress .tel a:hover {
  text-decoration: underline;
}
#contact .adress .mail {
  width: 35%;
  padding-top: 30px;
  padding-right: 30px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 800px) {
  #contact .adress .mail {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  #contact .adress .mail {
    width: 100%;
    padding: 5px 20px 0;
  }
}
#contact .adress .mail a {
  text-decoration: none;
  color: #333;
}
#contact .adress .mail a:hover {
  text-decoration: underline;
}
#contact .adress .icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-top: -25px;
  background-color: #1f53b7;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
}
@media (max-width: 800px) {
  #contact .adress .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 20px;
  }
}
#contact .adress .icon img {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
}
footer {
  width: 100%;
  height: 50px;
  background-color: #1b2c51;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  color: #fff;
}
.pageup {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 50px;
  padding: 30px 10px 10px;
  background: #2e4571;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -ms-filter: "alpha(opacity=95)";
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
.pageup::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: -5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 35%;
}
