@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
}

strong {
  color: #5cabd1;
}

strong.bk {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
  -webkit-backface-visibility: hidden;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/*IE6*/
* html img {
  vertical-align: bottom;
}

/*IE7*/
*:first-child + html img {
  vertical-align: bottom;
}

a {
  outline: none;
}

sup {
  font-size: 50%;
}

/* Fonts
------------------------------------------------------------*/
body {
  font-size: 5vw;
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  /*
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  -webkit-text-size-adjust: 100%;
}

/* clearfix
------------------------------------------------------------*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
.ani_none,
.ani_none > *,
.ani_none:before,
.ani_none:after {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

/*------------ 初期設定 ------------*/
body,
html {
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

h2, h3, p, dt, dd, li {
  color: #555555;
  font-size: 3.7333vw;
  line-height: 1.7142;
}

/*------------ 全体 ------------*/
.sp {
  display: block;
}

.pc {
  display: none;
}

.pkzl {
  font-size: 2.666vw;
  color: #777777;
  margin: 2.133vw 0 5.33vw;
  padding-left: 1.3333%;
}

._hover {
  opacity: 1;
  transition: all 0.4s;
}

._hover:hover {
  opacity: 0.7;
}

/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  background: #f4f4f4;
}

#wrapper a,
#wrapper a:link,
#wrapper a:visited {
  color: #4d9cc2;
  text-decoration: none;
}

#wrapper a:hover,
#wrapper a:active {
  color: #4d9cc2;
  text-decoration: underline;
}

#wrapper a.link,
#wrapper a.link:link,
#wrapper a.link:visited {
  color: #4d9cc2;
  text-decoration: underline;
}

#wrapper a.link:hover,
#wrapper a.link:active {
  color: #4d9cc2;
  text-decoration: none;
}

/*------------ HEADER ------------*/
#header {
  width: 100%;
  margin: 0px auto 0px;
  position: relative;
  border-top: #009e96 solid 0.8vw;
  border-bottom: #009e96 solid 0.2666vw;
  background-color: #ffffff;
}

#header h1 {
  margin-left: 0px;
  padding: 1.33vw 0 1.33vw 1.33vw;
  width: 13.86vw;
}

#header p,
#header ul li.ec {
  display: none;
}

#header ul {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
}

#header ul li {
  display: inline-block;
}

#header ul li a {
  display: block;
  font-size: 3.2vw;
  line-height: 2;
  text-decoration: none;
  position: relative;
}

#header ul li:nth-child(2) a {
  padding-left: 8vw;
}

#header ul li:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../img/icon02.png) no-repeat left top;
  background-size: 100% auto;
  width: 7vw;
  height: 7.5vw;
  position: absolute;
  left: 0;
  top: -0.6vw;
}

#wrapper #header a,
#wrapper #header a:link,
#wrapper #header a:visited,
#wrapper #header a:hover,
#wrapper #header a:active {
  color: #009e96;
  text-decoration: none;
}

/*------------ FOOTER ------------*/
#footer {
  background: #777777;
  padding: 3.866vw 0 3.2vw;
  text-align: center;
  line-height: 0.1;
}

#footer img {
  width: 59.466vw;
  height: auto;
}

/*------------ MAIN ------------*/
#main dl.intro {
  text-align: left;
  background: url("../img/main_bg02_sp.png") left bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 17.33vw;
}

#main dl.intro dt {
  display: none;
}

#main dl.intro dt + dd.txt {
  padding-top: 5.33vw;
}

#main dl.intro dd.ph {
  width: 89.33vw;
  margin: 0 auto 6.66vw;
}
#main dl.intro dd.ph ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main dl.intro dd.ph ul li {
  box-sizing: border-box;
  flex-basis: 32%;
  margin-bottom: 2%;
}

#main dl.intro dd.txt {
  width: 89.33vw;
  margin: 0 auto 6.66vw;
  font-size: 3.73vw;
  line-height: 1.71;
}

/*------------ ITEM ------------*/
#item {
  padding-bottom: 6.66vw;
}

#item h2 {
  padding-top: 21.33vw;
  margin-bottom: 4.53vw;
}

#item dl {
  position: relative;
  margin-bottom: 8vw;
}

#item dl dd {
  width: 49.33vw;
  position: absolute;
  left: 5.33vw;
  top: 17.93vw;
  font-size: 3.73vw;
  line-height: 1.71;
}
#item dl dd.flat_ttl {
  box-sizing: border-box;
  top: 45.86667vw;
  width: 84vw;
  padding-left: 1em;
  color: #528fb2;
  font-weight: bold;
  line-height: 1.428;
  text-indent: -1em;
}
#item dl dd.flat_nav {
  top: 80vw;
  width: 89.33333vw;
  font-weight: bold;
  text-align: right;
}

#item dl dd a {
  display: inline-block;
  margin-top: 1.86vw;
}

/*------------ LEAD ------------*/
#lead {
  text-align: center;
}

/*------------ SEC01 ------------*/
/* .case */
.case .inner {
  background: url("../img/case_bg_body_sp.png") left bottom repeat-y;
  background-size: 100% auto;
}

.case .inner .cnt {
  background: url("../img/case_bg_bottom_sp.png") left bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 4vw;
}

/* .before */
.before ul {
  width: 89.33vw;
  margin: 0 auto 8.933vw;
}

.before ul li + li {
  margin-top: 6.66vw;
}

.before dl {
  width: 89.33vw;
  margin: 0 auto 8vw;
  box-sizing: border-box;
}

.before dl.hone dt {
  width: 46.4vw;
  margin-bottom: 5.33vw;
}

.before dl.ideal {
  width: 96.93vw;
  background: #fffbd6;
  padding: 9.33vw 3.73vw 8vw;
  margin-bottom: 0;
}

.before dl.ideal dt {
  width: 86.133vw;
  margin-bottom: 5.33vw;
}

.before dl.ideal dd {
  font-size: 3.6vw;
  line-height: 1.62;
}

/* .after */
.after h3 {
  margin-bottom: 5.33333vw;
}

.after dl.item {
  margin: 0 0 5.33vw;
  position: relative;
}

.after dl.item dd {
  width: 89.33vw;
  position: absolute;
  left: 5.33vw;
  top: 28vw;
}

.after dl.item dd.ptn01sp {
  top: 33.33vw;
}

.after dl.item dd a {
  display: inline-block;
  margin-top: 1.86vw;
}

/*------------ SEC02 ------------*/
/* .case */
#sec02 {
  background: #6fbade;
}

#sec02 .before {
  padding-bottom: 20vw;
}

#sec02 .before dl.hone dt {
  width: 55.46vw;
  margin-bottom: 5.33vw;
}

#sec02 .before .inner {
  position: relative;
}

#sec02 .before .inner::after {
  content: "";
  background: url("../img/case_bg_arrow_sp.png") left top no-repeat;
  background-size: 100% auto;
  display: block;
  width: 50.93vw;
  height: 17.06vw;
  position: absolute;
  left: 24.53vw;
  bottom: -17.06vw;
}

#sec02 .after dl.item dd {
  top: 34vw;
}

#sec02 .after dl.item dd.ptn02sp {
  top: 28vw;
  width: 48vw;
}

#sec02 .after dl.item dd.ptn03sp {
  top: 12vw;
}

/*------------ LINK ------------*/
#link {
  background: #f0f7fb;
  padding-bottom: 5.86vw;
}

#link h2 {
  background: url("../img/link_ttl_bg_sp.png") center top no-repeat;
  background-size: 100% auto;
  font-size: 4.66vw;
  line-height: 1.714;
  font-weight: normal;
  padding: 14.66vw 0 14vw;
  text-align: center;
  color: #4d9cc2;
}

#link dl {
  background: url("../img/link_cnt_bg.png") left top repeat-y #fff;
  background-size: 1.066vw auto;
  border-radius: 1.333vw;
  padding: 5.33vw 5.33vw 4vw 5.33vw;
  margin: 0 2.66vw 4.66vw;
  position: relative;
}

#link dl dt {
  font-size: 4vw;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 4.66vw;
  border-bottom: #d0d0d0 solid 1px;
  margin-bottom: 3.066vw;
}

#link dl dd.txt {
  font-size: 3.2vw;
  line-height: 1.625;
}

#link dl dd.btns {
  margin-top: 2.66vw;
  margin-right: -3vw;
  font-size: 0px;
}

#link dl dd.btns a {
  display: inline-block;
  width: 41.06vw;
  margin-bottom: 2.66vw;
  margin-right: 2vw;
}

#link dl.living dd.btns,
#link dl.half dd.btns {
  position: absolute;
  left: 39vw;
  top: 3.066vw;
  margin-top: 0vw;
  text-align: right;
  width: 50vw;
}

#link dl.living dd.btns a,
#link dl.half dd.btns a {
  width: 22.933vw;
  margin-right: 0vw;
  margin-left: 2vw;
}

/*-------- text_right --------*/
.t_right {
  text-align: right;
}

/*-------- text_left --------*/
.t_left {
  text-align: left;
}

/*-------- center --------*/
.t_center {
  text-align: center;
}

/*-------- left --------*/
.left {
  float: left;
}

/*-------- right --------*/
.right {
  float: right;
}

/*-------- ClearBoth --------*/
.cb {
  clear: both;
}

/*-------- COLOR --------*/
.red {
  color: #FF0000;
}

.orange {
  color: #FF6600;
}

.blue {
  color: #0097B2;
}

/*-------- FONT --------*/
.bold {
  font-weight: 700;
}

.f10 {
  font-size: 10px;
}

.f14 {
  font-size: 14px;
}

/*-------- WIDTH --------*/
.w149 {
  width: 149px;
}

.w180 {
  width: 180px;
}

.w287 {
  width: 287px;
}

.w380 {
  width: 380px;
}

.w304 {
  width: 304px;
}

/*-------- HEIGHT --------*/
.h350 {
  height: 350px;
}

.h375 {
  height: 375px;
}

.h500 {
  height: 420px;
}

.h600 {
  height: 470px;
}

/*-------- MARGIN --------*/
.ml3 {
  margin: 0 0 0 3px;
}

.ml10 {
  margin: 0 0 0 10px;
}

.ml30 {
  margin: 0 0 0 30px;
}

.ml40 {
  margin: 0 0 0 40px;
}

.ml60 {
  margin: 0 0 0 60px;
}

.ml70 {
  margin: 0 0 0 70px;
}

.mb10 {
  margin: 0 0 10px 0;
}

.mb15 {
  margin: 0 0 15px 0;
}

.mt3 {
  margin: 3px 0 0 0;
}

.mt10 {
  margin: 10px 0 0 0;
}

.mt20 {
  margin: 20px 0 0 0;
}

.mt30 {
  margin: 30px 0 0 0;
}

/*-------- PADDING --------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

/*-------- COMMON --------*/
.pic {
  padding: 2px;
  display: block;
  border: 1px solid #CCCCCC;
}

.hidden {
  overflow: hidden;
}

.abs {
  position: absolute;
}

.ondes {
  color: #999999;
}

.page_top {
  position: fixed;
  right: -10px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s;
}

.page_top.show {
  opacity: 1;
}

.page_top a {
  display: block;
  padding: 15px;
  font-size: 15px;
  background: #009e96;
  color: #fff;
  text-decoration: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-transition: 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
