@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

#wrap {
  margin: 0 auto;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
}

#header {
  padding: 12px 0 15px;
}

#header .inner {
  overflow: hidden;
}

#header h1 {
  float: left;
}

#header .top_contact {
  float: right;
  padding: 8px 0 0;
}

#header .top_contact a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #ff9602;
  padding: 18px 30px;
  border-radius: 50px;
}

.fv {
  text-align: center;
  background: #e1f0ff;
}

.fv img {
  margin: 0 auto;
}

.solution {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.solution h2 {
  font-weight: normal;
  text-align: center;
  background: rgb(1,85,160);
  background: linear-gradient(90deg, rgba(1,85,160,1) 0%, rgba(40,128,200,1) 50%, rgba(1,85,160,1) 100%);
  color: #fff;
  padding: 30px 0;
  font-size: 34px;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.solution h2 span {
  font-size: 40px;
}

.solution .ly {
  overflow: hidden;
  margin: 110px 0 0;
}

.solution .ly .ly-img {
  float: left;
}

.solution .ly .ly-txt {
  float: right;
  width: 45%;
}

.solution .ly .ly-txt h3 {
  position: relative;
  font-size: 50px;
  color: #3067b5;
  font-weight: normal;
  line-height: 1.3em;
  border-bottom: 4px solid #a6c6f4;
  padding: 0 0 8px;
}

.solution .ly .ly-txt h3:after {
  content: "";
  display: block;
  width: 35%;
  height: 4px;
  background: #518bdd;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.solution .ly .ly-txt h3 span {
  font-size: 60px;
}

.solution .ly .ly-txt ul {
  margin: 20px 0 0;
}

.solution .ly .ly-txt ul li {
  position: relative;
  padding: 8px 0 8px 50px;
  font-size: 24px;
}

.solution .ly .ly-txt ul.list-chk li {
  background: url('../img/ico-chk.png') no-repeat 10px 50%;
  padding: 12px 0 12px 65px;
}

.solution .ly .ly-txt ul.list-no li:before {
  content: "01";
  position: absolute;
  left: 0;
  color: #3067b5;
}

.solution .ly .ly-txt ul.list-no li:nth-of-type(2):before {
  content: "02";
}

.solution .ly .ly-txt ul.list-no li:nth-of-type(3):before {
  content: "03";
}

.solution .ly:nth-child(2n) .ly-img {
  float: right;
}

.solution .ly:nth-child(2n) .ly-txt {
  float: left;
}

.btn_contact {
  padding: 80px 0;
  text-align: center;
}

.results {
  position: relative;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background: #0154a0 url('../img/bg_results.jpg') no-repeat 50% 50%;
  padding: 90px 0 130px;
  text-align: center;
  background-size: cover;
}

.results:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 45px;
  border-color: #ffffff transparent transparent transparent;
}

.results h2 strong {
  display: block;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 30px 0 50px;
}

.results h2 strong span {
  font-size: 60px;
}

.voice h2 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  font-size: 60px;
  color: #3067b5;
  font-weight: normal;
  margin: 100px 0 50px;
}

.voice ul li {
  background: rgb(184,166,142);
  background: linear-gradient(90deg, rgba(184,166,142,1) 0%, rgba(234,216,192,1) 50%, rgba(184,166,142,1) 100%);
  padding: 8px;
  margin: 0 0 35px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.voice ul li .voice_box {
  display: flex;
  background: #fff;
  padding: 30px 30px 20px 10px;
}

.voice ul li figure {
  margin: 0 30px 0 0;
}

.voice ul li dl dt {
  font-weight: bold;
}

.voice ul li dl dt span {
  font-size: 18px;
}

.voice ul li dl dt strong {
  display: block;
  font-size: 23px;
  color: #3067b5;
  padding: 15px 0;
  border-bottom: 1px dotted #999;
  margin: 0 0 15px;
}

.voice ul li dl dd {
  font-size: 18px;
  line-height: 1.8em;
}

.flow {
  background: #e1e2e4 url('../img/bg_flow.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.flow h2 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  font-size: 50px;
  color: #3067b5;
  font-weight: normal;
  padding: 100px 0 50px;
}

.flow h2 span {
  font-size: 60px;
}

.contact {
  background: #0a4292;
  padding: 100px 0;
  color: #fff;
}

.contact h2 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 60px;
}

.contact form {
  padding: 0 270px 0 230px;
} 

.contact ul li {
  margin: 17px 0;
}

.contact ul li dl {
  display: table;
  width: 100%;
}

.contact ul li dl dt {
  position: relative;
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  font-size: 22px;
}

.contact ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}

.contact ul li dl dd input {
  width: 100%;
  background: #fff;
  border: 0 none;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact ul li dl dd span {
  display: inline-block;
  font-size: 22px;
  padding: 10px 0 0;
}

.contact ul li dl dd select {
  width: 100%;
  background: #fff;
  border: 0 none;
  font-size: 20px;
  padding: 13px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.contact ul li dl dd p {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 10px 0 0;
}

.contact ul li dd.address input {
  width: 75%;
  float: right;
}

.contact .btn_send {
  text-align: center;
  margin: 40px 0 0;
}

.contact .btn_send input {
  width: 180px;
  height: 45px;
  background: #ff7900;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  border: 0 none;
}

#footer {
  background: #313131;
  padding: 20px 0;
  text-align: center;
}

#footer p.copy {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #fff;
  font-size: 12px;
}