@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
html {
  font-family: sans-serif;
  font-size: 10px;
}
img {
  vertical-align: bottom;
}
.container {
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 960px) {
  .container {
    width: 88.8888888889%;
  }
}
/**
 * Header
 */
.top-header {
  margin-bottom: 12px;
}
.top-header:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 960px) {
  .top-header {
    margin-bottom: 0;
  }
  .top-header .container {
    display: table;
    margin: 0 auto 0;
    width: 94.4444444444%;
    display: none;
  }
}
.top-header__logo {
  float: left;
  padding: 12px 0 0;
}
.top-header__logo img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .top-header__logo {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
    width: 62.5%;
  }
}
.top-header__links {
  float: right;
  padding: 22px 0 0;
}
.top-header__links:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 960px) {
  .top-header__links {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
  }
}
@media (max-width: 960px) {
  .top-header__links .top-header__links__list {
    display: none;
  }
}
.top-header__links-sp {
  display: none;
}
@media (max-width: 960px) {
  .top-header__links-sp {
    background-color: #005557;
    display: block;
  }
  .top-header__links-sp .top-header__links__list {
    float: none;
    margin: 0;
  }
  .top-header__links-sp .top-header__links__item {
    border-right: none;
    float: none;
    padding: 0;
  }
  .top-header__links-sp .top-header__links__item__link {
    background-color: #005557;
    border-top: 2px solid #fff;
    color: #dedede;
    display: block;
    font-size: 1.3rem;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
  }
  .top-header__links-sp .top-header__links__item__link:hover {
    background-color: #004446;
    text-decoration: none;
  }
}
.top-header__links__list {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  float: left;
  margin: 12px 23px 0 0;
}
.top-header__links__list:after {
  content: ' ';
  display: table;
  clear: both;
}
.top-header__links__item {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  float: left;
  padding: 1px 18px;
}
.top-header__links__item__link {
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
}
.top-header__links__item__link:hover {
  text-decoration: underline;
}
.top-header__links__button {
  float: right;
}
.top-header__links__button__link {
  background-color: #005557;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 220px;
}
.top-header__links__button__link.form {
  width: 135px;
  margin-left: 10px;
}
.top-header__links__button__link.form .icon {
  background: url(../images/icon_shinsa.png) left center no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.top-header__links__button__link .fa {
  font-size: 2.0rem;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
.top-header__links__button__link:hover {
  background-color: #004446;
}
@media (max-width: 960px) {
  .global-navigation__title:before {
    color: #fff;
    content: '';
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .global-navigation__title:after {
    color: #ffffff;
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #005557;
    padding: 5px 7px;
    border-radius: 3px;
  }
  .opened .global-navigation__title:before {
    content: '閉じる';
    height: 45px;
  }
  .opened .global-navigation__title:after {
    content: '\f00d';
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #024648;
    padding: 5px 7px;
    border-radius: 3px;
  }
}
/**
 * Global Navigation
 */
.global-navigation {
  background-color: #005557;
}
@media (max-width: 960px) {
  .global-navigation {
    position: relative;
    z-index: 10;
  }
  .global-navigation .container {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .global-navigation__title:before {
    color: #fff;
    content: '';
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .global-navigation__title:after {
    color: #fff;
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 2.5rem;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .opened .global-navigation__title:before {
    content: '閉じる';
  }
  .opened .global-navigation__title:after {
    content: '\f00d';
  }
}
@media (max-width: 960px) {
  .global-navigation__inner {
    background-color: #005557;
    display: none;
    position: absolute;
    width: 100%;
  }
  .opened .global-navigation__inner {
    display: block;
  }
}
.global-navigation__list {
  display: table;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .global-navigation__list {
    display: block;
    padding: 0;
  }
}
.global-navigation__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 220px;
  min-height: 100%;
}
.global-navigation__item:first-child .global-navigation__item__link-text-box {
  border-left: 1px solid #fff;
}
@media (max-width: 960px) {
  .global-navigation__item {
    display: block;
    width: 100%;
  }
  .global-navigation__title {
    background: #024648;
  }
  .global-navigation__item:first-child {
    display: none;
  }
}
.global-navigation__item__link {
  background-color: #005557;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  line-height: 1.2857142857;
  padding: 10px 0;
  text-decoration: none;
  height: 100%;
  min-height: 100%;
}
.global-navigation__item__link .fa {
  display: table-cell;
  vertical-align: middle;
}
.global-navigation__item__link:hover {
  background-color: #004446;
}
.global-navigation__item__link.active {
  background-color: #fff;
  color: #005557;
  pointer-events: none;
}
@media (max-width: 960px) {
  .global-navigation__item__link {
    border-top: 2px solid #fff;
    font-size: 1.5rem;
    line-height: 42px;
    padding: 0;
  }
}
.global-navigation__item__link-text-box {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  display: table;
  padding: 2px 20px;
  width: 100%;
  height: 40px;
}
.global-navigation__item.sp {
  display: none;
}
@media (max-width: 960px) {
  .global-navigation__item__link-text-box {
    border-right: none;
    height: auto;
  }
  .global-navigation__item.sp {
    display: block;
  }
}
.global-navigation__item__link-text {
  display: table-cell;
  vertical-align: middle;
}
.global-navigation__item__link-sub {
  display: block;
}
@media (max-width: 960px) {
  .global-navigation__item__link-sub {
    display: inline;
  }
}
.navigation__item__home {
  width: auto;
}
/**
 * Contact
 */
.top-contact {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 50px 0 50px;
}
.top-contact:after { /* for Modern Browser */
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
@media (max-width: 960px) {
  .top-contact {
    padding: 40px 0;
    min-height: 0;
  }
  .top-contact .container {
    width: 100%;
  }
}
.top-contact__box {
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 0 35px;
  width: 60%;
  float: left;
}
.top-contact .footer__list {
  width: 30%;
  float: right;
}
.top-contact .footer__list li {
  display: block;
  width: 100%;
}
@media (max-width: 960px) {
  .top-contact__box {
    background-image: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 30px auto;
    float: none;
  }
  .top-contact .footer__list {
    width: 100%;
    float: none;
    padding: 0;
  }
  .top-contact .footer__list li.footer__item {
    padding: 0 20px;
    border-bottom: solid 1px #ffffff;
    margin: 0;
	box-sizing: border-box;
  }
  .top-contact .footer__list li.footer__item a {
    padding: 10px 0;
    display: block;
  }
}
.top-contact__title {
  color: #005557;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .top-contact__title {
    font-size: 2.2rem;
  }
}
.top-contact__button__link {
  background-color: #005557;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  width: 400px;
  margin-bottom: 10px;
  /*height: 80px;*/
}
.top-contact__button__link .fa {
  font-size: 2.8rem;
  margin-right: 22px;
}
.top-contact__button__link:hover {
  background-color: #004446;
}
@media (max-width: 489px) {
  .top-contact__button__link {
    padding: 10px 0;
    width: 88.8888888889%;
    /*height: 70px;*/
  }
  .top-contact__button__link .fa {
    font-size: 2.6rem;
    margin-right: 6px;
  }
}
.top-contact__button__link .icon {
  background: url(../images/icon_shinsa.png) left center no-repeat;
  background-size: 45px auto;
  width: 50px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.top-contact__button__link-text {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media (max-width: 489px) {
  .top-contact__button__link-text {
    font-size: 2.1rem;
  }
}
.top-contact__button__link-date {
  display: block;
  font-size: 1.2em;
  line-height: 1.2;
}
.top-contact__info {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  text-decoration: none;
  width: 500px;
  /*height: 80px;*/
}
@media (max-width: 960px) {
  .top-contact__info {
    padding: 10px 0;
    width: 88.8888888889%;
    /*height: 70px;*/
	 font-size: 1.4rem;
  }
}
.tel-link {
  color: #005557;
  font-size: 2.4rem;
  font-weight: bold;
}
/**
 * Footer
 */
.footer {
  background-color: #f3f3f3;
}
@media (max-width: 960px) {
  .footer {
    padding-top: 12px;
  }
}
.footer__list {
  margin: 0 auto 13px;
  width: 97.9166666667%;
}
.footer__list:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 960px) {
  .footer__list {
    margin-bottom: 0;
  }
}
.footer__item {
  float: left;
  margin: 0 1.0638297872% 12px;
  width: 22.8723404255%;
}
@media (max-width: 960px) {
  .footer__item {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }
}
.footer__item__link {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-decoration: none;
}
.footer__item__link:hover {
  text-decoration: underline;
}
.footer__item__link:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-right: 5px;
  vertical-align: middle;
}
.footer__item__link-text {
  vertical-align: middle;
}
.footer__contents {
  border-top: 1px solid #bfb8ad;
  margin: 0 auto 22px;
  padding: 20px 0 0;
  text-align: center;
  width: 920px;
}
@media (max-width: 960px) {
  .footer__contents {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer__address {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .footer__address {
    font-size: 1.2rem;
  }
}
.footer__tel {
  font-size: 1.4rem;
  line-height: 1.2142857143;
}
@media (max-width: 960px) {
  .footer__tel {
    font-size: 1.2rem;
  }
}
.footer__copyright-area {
  background-color: #005557;
  text-align: center;
}
.footer__copyright {
  color: #fff;
  font-size: 1rem;
  line-height: 40px;
}
/**
 * Pagetop
 */
.pagetop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  z-index: 100
}
.pagetop__link {
  background-color: #ccc;
  color: #fff;
  display: block;
  text-align: center;
  width: 40px;
}
.pagetop__link .fa {
  font-size: 4rem;
  display: inline-block;
  margin: -2px 0 2px;
}
.pagetop__link:hover {
  background-color: #394c64;
}
/**
 * Block
 */
.sub-block {
  padding: 35px 0;
}
@media (max-width: 960px) {
  .sub-block {
    padding: 35px 0;
  }
  .sub-block .container {
    width: 100%;
  }
}
.sub-box {
  background-color: #fffef9;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 34px 40px 30px 40px;
  width: 83.3333333333%;
}
@media (max-width: 960px) {
  .sub-box {
    border-radius: 0px;
    width: 100%;
    padding: 14px 5.5555555556%;
  }
}
.sub-box__title {
  color: #005557;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 22px;
}
@media (max-width: 960px) {
  .sub-box__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
/**
 * Title
 */
.sub-title-area {
  background-color: #f9f7f4;
  box-sizing: border-box;
  padding: 27px 0 0;
  min-height: 260px;
}
.sub-title-area:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 960px) {
  .sub-title-area {
    background-color: transparent;
    background-image: none;
    padding: 0;
    min-height: 0;
  }
  .sub-title-area .container {
    width: 100%;
    padding-top: 15px;
  }
}
.sub-title-area__body {
  box-sizing: border-box;
  padding: 48px 0 0 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 960px) {
  .sub-title-area__body {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.sub-title {
  color: #005557;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .sub-title {
    background-color: #fcfcfc;
    font-size: 2.5rem;
    line-height: 80px;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .sub-title {
    font-size: 2.4rem;
  }
}
.sub-title-area__summary {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media (max-width: 960px) {
  .sub-title-area__summary {
    margin-bottom: 0;
    font-size: 2.0rem;
    text-align: center;
  }
}
.sub-title-area__aside {
  float: left;
  text-align: center;
  width: 38.5416666667%;
}
@media (max-width: 960px) {
  .sub-title-area__aside {
    display: none;
  }
}
.sub-title-area2 {
  background-color: #fff;
  box-sizing: border-box;
  padding: 55px 0 25px;
}
@media (max-width: 960px) {
  .sub-title-area2 {
    padding: 15px 0 0px;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  .sub-title-area2 {}
}
.sub-title2 {
  color: #005557;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 960px) {
  .sub-title2 {
    font-size: 2.5rem;
    line-height: 80px;
    margin-bottom: 18px;
  }
}
@media (max-width: 640px) {
  .sub-title2 {
    font-size: 2rem;
    line-height: 30px;
    padding-top: 20px;
    margin-bottom: 18px;
  }
}
/**
 * Summary
 */
.sub-summary-area__paragraph {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 960px) {
  .sub-summary-area__paragraph {
    font-size: 1.6rem;
    margin: 0 auto;
    width: 88.8888888889%;
  }
}
/**
 * Headline
 */
.sub-headline {
  color: #005557;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 32px;
  text-align: center;
  position: relative;
  width: 95.8333333333%;
}
.sub-headline:after {
  border-top: 3px solid #005557;
  box-sizing: border-box;
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media (max-width: 960px) {
  .sub-headline {
    font-size: 1.8rem;
    width: 100%;
  }
}
.sub-headline__text {
  background-color: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .sub-headline__text {
    padding: 0 5px;
  }
}
.sub-headline2 {
  border-bottom: 1px solid #999999;
  color: #005557;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 53px auto 14px;
  padding-bottom: 6px;
  text-align: center;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-headline2 {
    width: 88.8888888889%;
    margin-top: 30px;
  }
}
.sub-headline3 {
  color: #005557;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin: 50px auto 10px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-headline3 {
    font-size: 1.5rem;
    margin-top: 35px;
    width: 88.8888888889%;
  }
}
/**
 * Text
 */
.sub-paragraph {
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 auto 25px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-paragraph {
    font-size: 1.4rem;
    margin-bottom: 20px;
    width: 88.8888888889%;
  }
}
.sub-paragraph--medium {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin: 0 auto 14px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-paragraph--medium {
    font-size: 1.6rem;
    width: 88.8888888889%;
  }
}
/**
 * Image
 */
.sub-image--full {
  margin: 0 auto;
  width: 95.8333333333%;
}
.sub-image--full img {
  width: 100%;
}
@media (max-width: 960px) {
  .sub-image--full {
    width: 88.8888888889%;
  }
}
.sub-image--half {
  margin: 0 auto;
  width: 50%;
  /*width: 95.8333333333%;*/
}
.sub-image--half img {
  width: 100%;
}
@media (max-width: 960px) {
  .sub-image--half {
    width: 100%;
    /*width: 88.8888888889%;*/
  }
}
/**
 * Flow
 */
.sub-flow {
  background-color: #fffae4;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 35px auto;
  padding: 63px 67px 12px 98px;
  width: 83.3333333333%;
}
@media (max-width: 960px) {
  .sub-flow {
    padding: 23px 5.2777777778% 12px 11.9444444444%;
    width: 100%;
  }
}
.sub-flow-list {
  list-style-type: disc;
  margin-bottom: 3px;
  padding: 0 0 0 46px;
}
@media (max-width: 960px) {
  .sub-flow-list {
    font-size: 2rem;
    padding: 0 0 0 36px;
  }
}
.sub-flow__step {
  border-left: 3px solid #005557;
  padding-bottom: 34px;
  position: relative;
  z-index: 1;
}
.sub-flow__step:last-child {
  border-left: none;
}
.sub-flow__step:before {
  background-color: white;
  border: 2px solid #005557;
  border-radius: 50%;
  box-sizing: border-box;
  color: #005557;
  font-size: 4.0rem;
  font-weight: bold;
  padding: 10px 0 0;
  position: absolute;
  text-align: center;
  width: 64px;
  height: 64px;
  top: -18px;
  left: -34px;
  z-index: 2;
}
@media (max-width: 960px) {
  .sub-flow__step:before {
    font-size: 3.5rem;
    padding-top: 6px;
    width: 50px;
    height: 50px;
    top: -11px;
    left: -26px;
  }
}
@media (max-width: 960px) {
  .sub-flow__step {
    padding-bottom: 25px;
  }
}
.sub-flow__step01:before {
  content: '1';
}
.sub-flow__step02:before {
  content: '2';
}
.sub-flow__step03:before {
  content: '3';
}
.sub-flow__step04:before {
  content: '4';
}
.sub-flow__step05:before {
  content: '5';
}
.sub-flow__step-title {
  color: #005557;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 0 0 0 46px;
}
@media (max-width: 960px) {
  .sub-flow__step-title {
    font-size: 2rem;
    padding: 0 0 0 36px;
  }
}
.sub-flow__step-body {
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 0 0 0 49px;
}
@media (max-width: 960px) {
  .sub-flow__step-body {
    font-size: 1.4rem;
    padding: 0 0 0 39px;
  }
}
.sub-flow__step-notice {
  font-size: 1.4rem;
  line-height: 1.375;
  padding: 0 0 0 49px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 960px) {
  .sub-flow__step-notice {
    font-size: 1.3rem;
    padding: 0 0 0 39px;
  }
}
.sub-flow .sub-image--full {
  display: block;
  margin: 10px 0;
}
@media (max-width: 960px) {
  .sub-flow .sub-image--full {
    margin: 10px 0;
  }
}
/**
 * Double
 */
.sub-double {
  display: table;
  margin: 0 auto;
  width: 95.8333333333%;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .sub-double {
    width: 88.8888888889%;
  }
}
.sub-double__item {
  background-color: #fffae4;
  border-radius: 10px;
  display: table-cell;
  vertical-align: top;
  width: 48.9130434783%;
}
.sub-double__item:nth-child(2) {
  background-color: transparent;
  border-radius: 0;
  width: 2.0652173913%;
}
.sub-double__item.triple {
  background-color: #fffae4;
  border-radius: 10px;
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.sub-double__item.triple:nth-child(even) {
  background-color: transparent;
  border-radius: 0;
  width: 3.3%;
}
@media (max-width: 750px) {
  .sub-double__item {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sub-double__item.triple {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
.sub-double__item__title {
  background-color: #005557;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
.sub-double__item__body {
  padding: 13px 30px 33px 36px;
}
@media (max-width: 750px) {
  .sub-double__item__body {
    padding-bottom: 13px;
  }
}
.sub-double__list {
  color: #000000;
  list-style-type: disc;
  margin: 0 0 12px 0;
}
.sub-double__list__item {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.sub-double__liste__item-text {
  color: #005557;
}
.sub-double__list__item-memo {
  color: #000000;
  font-size: 1.2rem;
}
.sub-double__list2__item {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-indent: -1em;
}
.sub-double__list2__item:before {
  content: '※';
}
/**
 * List
 */
.sub-list {
  list-style-type: disc;
  margin: 0 auto 54px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-list {
    margin-bottom: 30px;
    width: 88.8888888889%;
  }
}
.sub-list__item {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 8px 18px;
}
@media (max-width: 960px) {
  .sub-list__item {
    font-size: 1.4rem;
  }
}
.sub-list2 {
  margin-left: 16px;
}
.sub-list2__item {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-bottom: 14px;
  text-indent: -1em;
}
.sub-list2__item:before {
  content: '※';
}
.sub-list3 {
  margin-top: 15px;
  margin-left: 30px;
}
.sub-list3__item {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-bottom: 5px;
  text-indent: -1em;
}
.sub-list3__item:before {
  content: '※';
}
/**
 * List Group
 */
.sub-list-group {
  border-top: 3px solid #005557;
  border-bottom: 3px solid #005557;
  margin: 0 auto;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-list-group {
    width: 88.8888888889%;
  }
}
.sub-list-group-item {
  border-top: 1px dashed #b2b2b2;
  padding: 9px 0 7px;
}
.sub-list-group-item:after {
  content: ' ';
  display: table;
  clear: both;
}
.sub-list-group-item:first-child {
  border-top: none;
}
@media (max-width: 960px) {
  .contact-form .sub-list-group-item {
    padding: 9px 0 15px;
  }
}
.sub-list-group-item__title {
  position: relative;
  color: #005557;
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 8px 0;
  width: 18.4782608696%;
}
.sub-list-group-item__title span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1rem;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 5px;
  vertical-align: text-top;
  line-height: 22px;
  float: right;
}
span.must {
  background-color: #e72d2d;
  color: #fff;
}
.contact-form .sub-list-group-item__title {
  width: 25%;
}
@media (max-width: 960px) {
  .contact-form .sub-list-group-item__title {
    padding-bottom: 5px;
    width: 100%;
  }
}
.contact-form .sub-list-group-item__body {
  width: 75%;
}
@media (max-width: 960px) {
  .contact-form .sub-list-group-item__body {
    width: 95.8333333333%;
  }
}
.contact-form textarea {
  width: 80%;
  height: 15rem;
  font-size: 1.5rem;
  border: solid 1px #ccc;
}
@media (max-width: 960px) {
  .contact-form textarea {
    width: 100%;
  }
}
.contact-form input[type="text"] {
  width: 40%;
  padding: .5rem;
  font-size: 1.5rem;
}
.contact-form input.input-text-half {
  width: 20%;
}
@media (max-width: 960px) {
  .contact-form input[type="text"] {
    width: 100%;
  }
  .contact-form input.input-text-half {
    width: 15%;
  }
}
.contact-form input[type="submit"] {
  background-color: #005557;
  color: #fff;
  border: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 440px;
}
.contact-form input[type="submit"]:hover {
  background-color: #004446;
}
.contact-form input[type="submit"]:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 8px;
}
@media (max-width: 489px) {
  .contact-form input[type="submit"] {
    font-size: 1.4rem;
    width: 88.8888888889%;
  }
}
.contact-form input[type="button"] {
  background-color: #C6C6C6;
  color: #fff;
  border: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 440px;
  margin: 10px 0;
}
.contact-form input[type="button"]:hover {
  background-color: #004446;
}
.contact-form input[type="button"]:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 8px;
}
@media (max-width: 489px) {
  .contact-form input[type="button"] {
    font-size: 1.4rem;
    width: 88.8888888889%;
  }
}
.contact-form .sub-buttons-confirm {
  margin: 40px 0 0;
  padding-left: 160px;
  text-align: center;
}
@media (max-width: 960px) {
  .contact-form .sub-buttons-confirm {
    margin: 20px 0 10px;
    padding-left: 0;
  }
}
.contact-form .sub-buttons__item--submit {
  float: left;
  margin: 0 20px 0 60px;
}
@media (max-width: 960px) {
  .contact-form .sub-buttons__item--submit {
    float: none;
    width: 88.8888888889%;
    margin: 20px 0 10px;
  }
}
.contact-form .sub-buttons__item--cancel {
  float: left;
  margin: 0 20px;
  background-color: #ccc;
  color: #666;
  border: none;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 200px;
}
.contact-form .sub-buttons__item--cancel:hover {
  background-color: #999;
}
@media (max-width: 960px) {
  .contact-form .sub-buttons__item--cancel {
    float: none;
    width: 440px;
    margin: 20px auto 0;
  }
}
@media (max-width: 489px) {
  .contact-form .sub-buttons__item--cancel {
    float: none;
    width: 88.8888888889%;
    font-size: 1.4rem;
  }
}
.sub-list-group-item__body {
  float: right;
  width: 81.5217391304%;
}
@media (max-width: 960px) {
  .sub-list-group-item__body {
    float: none;
    width: 100%;
  }
}
.sub-list-group-item-text {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 9px 0;
}
@media (max-width: 960px) {
  .sub-list-group-item-text {
    font-size: 1.4rem;
    margin: 6px 0;
  }
}
.sub-list-group-item__link {
  color: #005557;
}
.sub-list-group-item__link:hover {
  text-decoration: none;
}
.sub-list-group2 {
  position: relative;
  margin: 0 auto;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-list-group2 {
    width: 88.8888888889%;
  }
}
.sub-list-group2-item {
  border-top: 1px dashed #b2b2b2;
  padding: 15px 130px 15px 0;
  position: relative;
}
.sub-list-group2-item:first-child {
  border-top: none;
}
.sub-list-group2-item__link {
  color: #005557;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
}
.sub-list-group2-item__link:hover {
  text-decoration: underline;
}
.sub-list-group2-item__icon-pdf {
  background-color: #005557;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  width: 120px;
  position: absolute;
  top: 15px;
  right: 0;
}
@media (max-width: 640px) {
  .sub-list-group2-item__icon-pdf {
    margin-left: 0;
  }
}
.sub-list-group2-item__icon-pdf.line2 {
  position: absolute;
  top: 52px;
  right: 0;
}
@media (max-width: 640px) {
  .sub-list-group2-item__icon-pdf.line1 {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .sub-list-group2-item__icon-pdf.line2 {
    position: absolute;
    top: 70px;
    right: 0;
  }
}
.sub-list-group2-item__icon-pdf:before {
  content: '\f1c1';
  font-family: FontAwesome;
  font-size: 1.6rem;
  margin-right: 8px;
}
.sub-list-group2-item__icon-pdf.form:before {
  content: '\f022';
  font-family: FontAwesome;
  font-size: 1.6rem;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .sub-list-group2-item__icon-pdf {
    top: 50%;
    right: 0px;
    margin-top: -15px;
  }
}
.sub-list-group2-item__icon-pdf.pdf-agency {
  background-color: #005557;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  width: 80px;
  position: absolute;
  top: 15px;
  right: 0;
}
.sub-list-group2-item__icon-pdf:before {
  content: '\f1c1';
  font-family: FontAwesome;
  font-size: 1.6rem;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .sub-list-group2-item__icon-pdf.pdf-agency {
    top: 50%;
    margin-top: -15px;
  }
}
.download .sub-list-group2-item__text {
  color: #005557;
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 6px 0;
}
@media (max-width: 960px) {
  .download .sub-list-group2-item__text {
    font-size: 1.4rem;
    margin: 6px 0;
  }
}
.download .sub-list-group2-item__text.line2 {
  line-height: 3.375;
}
@media (max-width: 960px) {
  .download .sub-list-group2-item__text.line2 {
    line-height: 1.375;
    padding-bottom: 20px;
  }
}
.sub-list-group2 .sub-list-group2__sub-title {
  position: absolute;
  top: -20px;
  right: 00px;
  width: 240px;
}
@media (max-width: 960px) {
  .sub-list-group2 .sub-list-group2__sub-title {
    width: 200px;
  }
}
.sub-list-group2__sub-title__item {
  display: table-cell;
  width: 100px;
  font-size: 1.4rem;
  text-align: center;
  border-left: solid 40px #fff;
  padding: 0 20px 0 20px;
}
@media (max-width: 960px) {
  .sub-list-group2__sub-title__item {
    display: table-cell;
    width: 80px;
    border-left: solid 20px #fff;
    vertical-align: middle;
  }
}
.sub-list-group3 {
  margin: 0 auto;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-list-group3 {
    width: 88.8888888889%;
  }
}
.sub-list-group3 .sub-list-group-item {
  border-top: 1px dashed #b2b2b2;
  padding: 5px 0;
  position: relative;
}
.sub-list-group3 .sub-list-group-item:first-child {
  border-top: none;
}
.sub-list-group3 .sub-list-group-item__title {
  color: #005557;
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 6px 0;
  width: 5%;
}
@media (max-width: 960px) {
  .sub-list-group3 .sub-list-group-item__title {
    font-size: 1.4rem;
  }
}
.sub-list-group3 .sub-list-group-item__body {
  float: right;
  width: 95%;
}
/**
 * Buttons
 */
.sub-buttons {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .sub-buttons {
    margin: 20px 0 10px;
  }
}
.sub-buttons__item {
  display: inline-block;
  margin: 0 0.9375%;
  width: 41.6666666667%;
}
@media (max-width: 960px) {
  .sub-buttons__item {
    display: block;
    margin: 0 auto 10px;
    width: 88.8888888889%;
  }
}
.sub-buttons__item__link {
  background-color: #005557;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.sub-buttons__item__link:hover {
  background-color: #004446;
}
.sub-buttons__item__link:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 8px;
}
@media (max-width: 960px) {
  .sub-buttons__item__link {
    font-size: 1.4rem;
  }
}
/**
 * Tabs
 */
@media (max-width: 960px) {
  .sub-tab-area .container {
    width: 100%;
  }
}
.sub-tabs {
  display: table;
  margin: 0 auto 6px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-tabs {
    width: 100%;
  }
}
.sub-tabs__item {
  display: table-cell;
  text-align: center;
  width: 33.2608695652%;
}
.sub-tabs__item:nth-child(2), .sub-tabs__item:nth-child(4) {
  width: 1px;
}
.sub-tabs__item__link {
  background-color: #005557;
  border-top: 4px solid #005557;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 41px;
  text-decoration: none;
}
.sub-tabs__item__link:hover {
  background-color: #004446;
  border-top: 4px solid #004446;
}
.sub-tabs__item__link.active {
  background-color: #fff;
  color: #005557;
  pointer-events: none;
}
.sub-tabs__item__link__text01, .sub-tabs__item__link__text02, .sub-tabs__item__link__text03 {
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding: 6px 0 6px 36px;
}
@media (max-width: 960px) {
  .sub-tabs__item__link__text01, .sub-tabs__item__link__text02, .sub-tabs__item__link__text03 {
    padding: 0;
  }
}
.sub-tabs__item__link__text01 {
  background-image: url("../images/icon_tab01.png");
}
.active .sub-tabs__item__link__text01 {
  background-image: url("../images/icon_tab01_active.png");
}
@media (max-width: 960px) {
  .sub-tabs__item__link__text01 {
    background-image: none;
  }
  .active .sub-tabs__item__link__text01 {
    background-image: none;
  }
}
.sub-tabs__item__link__text02 {
  background-image: url("../images/icon_tab02.png");
}
.active .sub-tabs__item__link__text02 {
  background-image: url("../images/icon_tab02_active.png");
}
@media (max-width: 960px) {
  .sub-tabs__item__link__text02 {
    background-image: none;
  }
  .active .sub-tabs__item__link__text02 {
    background-image: none;
  }
}
.sub-tabs__item__link__text03 {
  background-image: url("../images/icon_tab03.png");
}
.active .sub-tabs__item__link__text03 {
  background-image: url("../images/icon_tab03_active.png");
}
@media (max-width: 960px) {
  .sub-tabs__item__link__text03 {
    background-image: none;
  }
  .active .sub-tabs__item__link__text03 {
    background-image: none;
  }
}
.sub-tabs__block {
  display: none;
}
.sub-tabs__block.active {
  display: block;
}
/**
 * FAQ
 */
.sub-faq {
  box-sizing: border-box;
  margin: 0 auto 10px;
  width: 95.8333333333%;
}
@media (max-width: 960px) {
  .sub-faq {
    width: 100%;
  }
}
.sub-faq__title {
  background-color: #005557;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 45px;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
.sub-faq__title:after {
  color: #fff;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 2rem;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.active .sub-faq__title:after {
  content: '\f106';
}
.sub-faq__title:hover {
  background-color: #004446;
}
@media (max-width: 960px) {
  .sub-faq__title {
    font-size: 1.4rem;
    text-align: center;
  }
}
.sub-faq__body {
  display: none;
}
.active .sub-faq__body {
  display: block;
}
.sub-faq__item {
  border-bottom: 1px dashed #b2b2b2;
  padding: 32px 0 26px;
}
.sub-faq__item:nth-child(even) {
  background-color: #fcfcfc;
}
.sub-faq__icons {
  margin: 0 0 20px 20px;
}
.sub-faq__icon {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  margin-right: 18px;
  text-align: center;
  width: 170px;
}
@media (max-width: 960px) {
  .sub-faq__icon {
    font-size: 1.1rem;
    margin-right: 5px;
    width: 120px;
  }
}
.sub-faq__icon-resident {
  background-color: #f1b037;
}
.sub-faq__icon-resident .sub-faq__icon__text {
  background-image: url("../images/icon_resident.png");
  padding: 3px 0 3px 27px;
}
@media (max-width: 960px) {
  .sub-faq__icon-resident .sub-faq__icon__text {
    background-size: 12px auto;
    padding: 1px 0 2px 18px;
  }
}
.sub-faq__icon-owner {
  background-color: #81c14b;
}
.sub-faq__icon-owner .sub-faq__icon__text {
  background-image: url("../images/icon_owner.png");
  padding: 1px 0 1px 34px;
}
@media (max-width: 960px) {
  .sub-faq__icon-owner .sub-faq__icon__text {
    background-position: left center;
    background-size: 15px auto;
    padding: 0 0 0 21px;
  }
}
.sub-faq__icon-company {
  background-color: #4380bf;
}
.sub-faq__icon-company .sub-faq__icon__text {
  background-image: url("../images/icon_company.png");
  padding: 2px 0 2px 25px;
}
@media (max-width: 960px) {
  .sub-faq__icon-company .sub-faq__icon__text {
    background-size: 10px auto;
    padding: 0 0 0 14px;
  }
}
.sub-faq__icon__text {
  background-repeat: no-repeat;
}
.sub-faq__question {
  color: #005557;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 21px;
  padding-left: 60px;
  position: relative;
}
.sub-faq__question:before {
  content: 'Q';
  font-size: 3rem;
  position: absolute;
  top: -8px;
  left: 19px;
}
@media (max-width: 960px) {
  .sub-faq__question:before {
    top: -6px;
    left: 0;
  }
}
@media (max-width: 960px) {
  .sub-faq__question {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    width: 88.8888888889%;
  }
}
.sub-faq__answer {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 60px;
  position: relative;
}
.sub-faq__answer:before {
  content: 'A';
  font-size: 3rem;
  position: absolute;
  top: -8px;
  left: 19px;
}
@media (max-width: 960px) {
  .sub-faq__answer:before {
    top: -6px;
    left: 0;
  }
}
@media (max-width: 960px) {
  .sub-faq__answer {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    width: 88.8888888889%;
  }
}
/*# sourceMappingURL=styles.css.map */
/* add */
@media (max-width: 960px) {
  .sub-list-group-item__title {
    width: 100px;
    float: left;
  }
  .sub-list-group-item-text {
    padding-left: 110px;
  }
}
table.price {
  width: 100%;
}
table.price th {
  border: solid 1px #999;
  background: #dff2fc;
  padding: 10px 5px;
  vertical-align: middle;
}
table.price td {
  border: solid 1px #999;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}
table.price td.kind {
  background: #efefef;
}
table.warranty {
  width: 100%;
}
table.warranty th {
  border: solid 1px #999;
  background: #d3def1;
  padding: 10px 5px;
  vertical-align: middle;
}
table.warranty th.kind {
  background: #efefef;
  width: 10%;
  line-height: 1.2;
  font-size: 1.2rem;
}
table.warranty td {
  border: solid 1px #999;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
  line-height: 1.4;
}
table.warranty td.about {
  background: #dff2fc;
}
table.warranty td.about.detail {
  text-align: left;
  font-size: 80%;
  width: 35%;
}
table.warranty td.ok {
  font-size: 120%;
  background: #fffde5;
}
table.warranty td.ng {
  font-size: 120%;
}
table.warranty td.goukei {
  background: #feebbe;
}
table.warranty td.goukei_t {
  background: #fef4e5;
}
table.item {
  background: #555;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
}
table.item th {
  border-bottom: solid 2px #fff;
  border-right: solid 2px rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: #ffffff;
  width: 33%;
  vertical-align: middle;
  font-weight: bold;
}
table.item td {
  padding: 10px;
  color: #ffffff;
  font-size: 1.3rem;
  border-bottom: solid 2px #fff;
}
table.item tr:nth-child(3) th {
  border-bottom: none;
}
table.item tr:nth-child(3) td {
  border-bottom: none;
}
@media (max-width: 750px) {
  table.price th {
    font-size: 80%;
  }
  table.price td {
    font-size: 80%;
  }
}
/*module*/
.red {
  color: #FF0004;
}
.error_messe {
  color: red;
  font-size: 1.6rem;
  line-height: 1.625;
}
.smallfont {
  font-size: 80%;
}
.caution {
  width: 85%;
  border: solid 2px #FF0004;
  text-align: center;
  padding: 15px 5%;
  color: #FF0004;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75;
  margin: 0 auto 30px auto;
}
.waiting {
  color: #666;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 17px;
}
/* add201808 */
.senior {
  position: relative;
}
.senior .read {
  background-color: #005557;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  max-width: 980px;
  margin: 0 auto;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .senior .read {
    font-size: 1.5rem;
  }
}
.kodokushi_icon {
  position: absolute;
  top: 65px;
  right: -55px;
}
.kodokushi_icon img {
  width: 170px;
  height: auto;
}
@media (max-width: 960px) {
  .kodokushi_icon {
    position: absolute;
    top: 105px;
    right: -55px;
  }
  .kodokushi_icon img {
    width: 120px;
    height: auto;
  }
}
.senior p.subread {
  font-size: 2.2rem;
  line-height: 2;
  padding: 25px 0 0;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 640px) {
  .senior p.subread.sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .senior p.subread {
    padding: 15px 0 0;
    font-size: 1.4rem;
  }
  .senior p.subread.pc {
    display: none;
  }
  .kodokushi_icon {
    position: absolute;
    top: 45px;
    right: -30px;
  }
  .kodokushi_icon img {
    width: 85px;
    height: auto;
  }
}
div.risk {
  text-align: center;
  margin-bottom: 20px;
}
div.risk img {
  width: 80%;
  height: auto;
}
@media (max-width: 640px) {
  div.risk img {
    width: 100%;
    height: auto;
  }
}
.senior .plamEx {
  border-top: solid 4px #005557;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 50px;
}
.senior .plamEx .planread {
  font-size: 3rem;
  line-height: 2;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  color: #005557;
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  div.risk {
    text-align: center;
    margin-bottom: 10px;
  }
  .senior .plamEx .planread {
    font-size: 1.4rem;
    line-height: 2;
    padding: 15px 0;
  }
}
.senior .plamEx ul.siniorService {
  margin-bottom: 30px;
}
.senior .plamEx ul.siniorService li {
  border: solid 2px #005557;
  margin-bottom: 10px;
  color: #005557;
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .senior .plamEx ul.siniorService li {
    font-size: 1.3rem;
    padding-left: 2em;
    text-indent: -1em;
  }
}
.senior .plamEx dl.plamEx {
  border-radius: 6px;
  background: #005557;
  color: #ffffff;
  padding: 15px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .senior .plamEx dl.plamEx {
    width: 100%;
    box-sizing: border-box;
  }
}
.senior .plamEx dl.plamEx dt {
  display: table-cell;
  width: 200px;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: middle;
  border-right: solid 1px #ffffff;
  text-align: center;
}
.senior .plamEx dl.plamEx dd {
  display: table-cell;
  font-size: 1.8rem;
  padding: 10px 10px 10px 30px;
  line-height: 2;
}
@media (max-width: 640px) {
  .senior .plamEx dl.plamEx dt {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: solid 1px #ffffff;
    border-right: none;
    text-align: center;
  }
  .senior .plamEx dl.plamEx dd {
    display: block;
    font-size: 1.3rem;
    padding: 10px 10px 10px 10px;
    line-height: 2;
  }
}
.detailBtn {
  text-align: center;
  background: #e6e6e7;
  border-radius: 14px;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
.detailBtn a img {
  width: 40%;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .detailBtn a img {
    width: 80%;
    margin-bottom: 10px;
  }
}
.senior .cap {
  padding-top: 30px;
  font-size: 1.4rem;
  line-height: 1.75;
}
/* tel */
header .tel {
  display: inline-block;
  padding: 20px 10px 0 15px;
  line-height: 1;
}
header .tel img {
  width: 250px;
  height: auto;
}
@media (min-width: 981px) {
  header .onlypc {
    display: block;
  }
  header .onlysp {
    display: none;
  }
}
@media (max-width: 980px) {
  header .onlypc {
    display: none;
  }
  header .onlysp {
    display: block;
  }
  header .top-header__logo img {
    width: 45px;
    height: auto;
  }
  header .tel {
    position: absolute;
    right: 110px;
    top: 12px;
    padding-top: 0;
  }
  header .tel img {
    width: 220px;
    height: auto;
  }
}
@media (max-width: 400px) {
  header .top-header__logo img {
    width: 45px;
    height: auto;
  }
  header .tel {
    right: 95px;
    top: 20px;
  }
  header .tel img {
    width: 155px;
    height: auto;
  }
}