@charset "UTF-8";
/* TOP CSS */
/* --------------------------------------

Base settings

---------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  height: auto;
  position: relative;
  width: 100%;
  font-size: 16px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-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;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input,
button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

.pc-hyde {
  display: block !important;
}

.sp-hyde {
  display: none !important;
}

.wrapper {
  width: calc(100% - 32px);
  padding: 0;
}

img {
  vertical-align: bottom;
}

.flexbox {
  display: block;
}
.flexbox .item {
  box-sizing: border-box;
  width: 100%;
}

.flexbox.col2 .item {
  margin-left: 0 !important;
}

table {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
table th,
table td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 100% !important;
}

.label-bg-navy {
  margin-right: 0px;
  font-size: 18px;
  margin-bottom: 10px;
}

.contents-padding {
  padding: 32px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.sns-area .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sns-area .flexbox .item {
  margin-right: 10px;
  width: 36px;
  height: auto;
}
.sns-area .flexbox .item img {
  width: 36px;
}
.sns-area .flexbox .item:last-child {
  margin-right: 0;
}
.sns-area .flexbox .item a:before {
  content: none;
}

.btn-link {
  background: #2d628c;
  color: #fff !important;
  text-align: center;
  width: 100%;
  margin: auto;
  position: relative;
}
.btn-link .btn {
  font-size: 18px;
  padding: 10px 16px;
  color: #fff !important;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.btn-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  top: calc(50% - 7.5px);
  background-image: url(../img/arrow-right.png);
  background-size: contain;
  width: 8px;
  height: 15px;
}

.conts-padding {
  padding: 50px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* --------------------------------------
見出し
---------------------------------------*/
.heading-border-yellow {
  text-align: center;
  margin-bottom: 24px;
}
.heading-border-yellow .title {
  font-size: 28px;
}
.heading-border-yellow .sub-title {
  font-family: "mamelon";
  font-size: 16px;
  letter-spacing: 2px;
}

.heading-border-lightblue .title {
  font-size: 24px;
}

.heading-border-blue-curcle {
  font-size: 24px;
  margin-bottom: 24px;
}
.heading-border-blue-curcle:before {
  top: 8px;
}

.hading-left-white,
.hading-left-lightblue {
  position: relative;
  font-size: 20px;
  font-family: "mamelon";
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 24px;
}

/* --------------------------------------
下層共通
---------------------------------------*/
/* --------------------------------------

main

---------------------------------------*/
main .bc {
  padding: 24px 0;
}
main .bc a {
  color: #333;
}
main .bc a:hover {
  text-decoration: underline;
  opacity: 1;
}
main #service a {
  display: block;
  width: 100%;
  height: 100%;
}
main #service .flexbox.col3 .item {
  padding: 0 16px;
  margin-bottom: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
main #service .flexbox.col3 .item:last-child {
  margin-bottom: 0;
}
main #flow {
  position: relative;
}
main #flow .flexbox.col3 .item {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}
main #flow .flexbox.col3 .item:after {
  content: "";
  transform: rotate(0deg);
  display: inline-block;
  background-image: url(../img/arrow-gray-right.png);
  width: 48px;
  height: 32.5px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 24px);
  top: auto;
  bottom: -48px;
}
main #flow .flexbox.col3 .item:last-child {
  margin-bottom: 0;
}
main #flow .flexbox.col3 .item:last-child:after {
  display: none;
}
main #flow .flexbox.col3 .item .heading-style {
  font-size: 22px;
  padding: 20px 0;
  line-height: 1;
}
main #flow .flexbox.col3 .item .flow-img {
  position: relative;
}
main #flow .flexbox.col3 .item .flow-img .point-label {
  position: absolute;
  top: -20px;
  left: -8px;
  font-size: 22px;
  width: 80px;
  height: 80px;
}
main #flow .flexbox.col3 .item .flow-img .point-label span {
  font-size: 16px;
}
main #flow .flexbox.col3 .item .flow-img .point-label .flexbox {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}
main #flow .flexbox.col3 .item .flow-img .point-label .flexbox .point-label-inner {
  display: block;
}
main #flow .flexbox.col3 .item .flow-img:after {
  display: none;
}
main #flow .flexbox.col3 .item:last-child .flow-img:after {
  content: none;
}
main #cv .flexbox.col2 .item {
  width: 100%;
}
main #cv .flexbox.col2 .item .heading-style {
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
}
main #cv .flexbox.col2 .item .btn-wrap {
  line-height: 1.3;
}
main #cv .flexbox.col2 .item .btn-wrap span {
  font-size: 14px;
}
main #cv .flexbox.col2 .item .btn-wrap a {
  padding: 80px 24px 24px 24px;
}
main #cv .flexbox.col2 .item .btn-tel {
  font-size: 20px;
}
main #cv .flexbox.col2 .item .btn-tel:before {
  width: 25px;
  height: 42px;
  top: 24px;
  left: calc(50% - 9.5px);
  background-image: url(../img/ico/tel-wh.png);
}
main #cv .flexbox.col2 .item .btn-tel:after {
  right: 16px;
}
main #cv .flexbox.col2 .item .btn-tel span {
  font-size: 13px;
}
main #cv .flexbox.col2 .item .btn-form {
  margin-top: 24px;
  position: relative;
  font-size: 24px;
  background: #fff;
  margin-bottom: 24px;
}
main #cv .flexbox.col2 .item .btn-form a {
  color: #2d628c;
}
main #cv .flexbox.col2 .item .btn-form:after {
  right: 16px;
}
main #cv .flexbox.col2 .item .btn-form:before {
  width: 40px;
  height: 30px;
  top: 32px;
  left: calc(50% - 20px);
}
main #cv .nami {
  background-image: url(../img/bg_nami_navy.png);
}
main #news .bottom64 {
  margin-bottom: 32px;
}
main #news .border-box.flexbox,
main #news-single .border-box.flexbox {
  padding: 16px 32px 16px 16px;
  margin-bottom: 16px;
}
main #news .border-box.flexbox .item:first-child,
main #news-single .border-box.flexbox .item:first-child {
  width: 100px;
  margin-right: 0;
}
main #news .border-box.flexbox .item:last-child,
main #news-single .border-box.flexbox .item:last-child {
  font-size: 18px;
}
main #news .border-box.flexbox:after,
main #news-single .border-box.flexbox:after {
  right: 16px;
}
main #news-single .heading-border-blue-curcle {
  margin-bottom: 24px;
}

#sub main .sub-title-area .heading-border-yellow {
  margin-bottom: 32px;
}
#sub main .sub-title-area .heading-border-yellow .title {
  font-size: 28px;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item:first-child {
  width: 100%;
  margin-bottom: 24px;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item:first-child .detail {
  padding: 0 16px;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item:last-child {
  width: 100%;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item .about-name {
  padding: 16px 0;
  font-size: 22px;
}
#sub #about .bg-lightblue-dot .flexbox.col2 .item .about-name span {
  font-size: 16px;
}
#sub #about .bg-white {
  padding-bottom: 216px;
  position: relative;
  background-image: url(../img/about/bg-overview.png);
  background-repeat: no-repeat;
  background-position: right bottom 4px;
  background-size: 300px;
}
#sub #about .bg-white .overview-inner .flexbox.col2 {
  display: flex;
  width: 100%;
}
#sub #about .bg-white .overview-inner .flexbox.col2 .item:last-child {
  width: calc(100% - 116px);
}
#sub #faq .bg-lightblue-dot .box {
  margin-bottom: 16px;
}
#sub #faq .bg-lightblue-dot .box .flexbox.col2 .item:first-child {
  width: 100%;
  margin-bottom: 10px;
}
#sub #faq .bg-lightblue-dot .box .flexbox.col2 .item:last-child {
  width: 100%;
}
#sub #faq .bg-lightblue-dot .box .flexbox.col2 .item.font-dosis {
  border-radius: 100px;
}
#sub #faq .bg-lightblue-dot .box .flexbox.col2.question-area .item.font-mamelon {
  font-size: 20px;
}
#sub #sitemap .sitemap-link-area .btn-wrap .btn img {
  height: 24px;
}
#sub #sitemap .sitemap-link-area:last-child .btn-wrap {
  margin-bottom: 16px;
}
#sub #sub-news #news-article {
  padding-bottom: 130px;
}
#sub #sub-news #news-article .bg-white.box {
  margin-bottom: 24px !important;
  padding: 16px;
}
#sub #sub-news #news-article .bg-white.box .ttl-area {
  border-bottom: 1px solid #2c638b;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
#sub #sub-news #news-article .bg-white.box .ttl-area .data {
  font-size: 16px;
  margin-bottom: 8px;
}
#sub #sub-news #news-article .bg-white.box .ttl-area h1 {
  font-size: 22px;
  line-height: 1.5;
}
#sub #sub-news #news-article .bg-white.box .text-area {
  word-break: break-all;
  font-size: 15px;
}
#sub #sub-news #news-article .bg-white.box .text-area h2,
#sub #sub-news #news-article .bg-white.box .text-area h3,
#sub #sub-news #news-article .bg-white.box .text-area h4 {
  line-height: 1.3;
  margin-bottom: 16px;
}
#sub #sub-news #news-article .bg-white.box .text-area h2 {
  font-size: 20px;
  padding-left: 20px;
}
#sub #sub-news #news-article .bg-white.box .text-area h3 {
  font-size: 18px;
}
#sub #sub-news #news-article .bg-white.box .text-area h3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #cfe3f2;
  position: absolute;
  left: 0;
  top: 4px;
}
#sub #sub-news #news-article .bg-white.box .text-area p {
  margin-bottom: 24px;
}
#sub #sub-news #news-article .bg-white.box .text-area a {
  color: #2c638b;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 32px;
}
#sub #sub-news #news-article .bg-white.box .text-area figure {
  margin: 32px 0;
}
#sub #sub-news #news-article .bg-white.box .text-area figure img {
  width: 100%;
  height: auto;
  max-width: 700px;
}
#sub #sub-news #news-article .bg-white.box .text-area ul {
  margin-bottom: 24px;
}
#sub #sub-news #news-article .bg-white.box .text-area ul li {
  padding-left: 16px;
}
#sub #sub-news #news-article .bg-white.box .text-area ol {
  padding-left: 16px;
  margin-bottom: 24px;
}
#sub #sub-news #news-article .pager {
  position: relative;
  font-size: 14px;
}
#sub #sub-news #news-article .pager .flexbox.col2 {
  display: flex;
}
#sub #sub-news #news-article .pager .flexbox.col2 .item {
  width: 50%;
}
#sub #sub-news #news-article .pager .flexbox.col2 .item:first-child {
  text-align: left;
}
#sub #sub-news #news-article .pager .flexbox.col2 .item:last-child {
  text-align: right;
}
#sub #sub-news #news-article .pager .btn-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -72px;
}
#sub #privacy {
  position: relative;
}
#sub #privacy .bottom48 {
  margin-bottom: 24px;
}
#sub #privacy .heading-border-left {
  font-size: 20px;
  margin-bottom: 16px;
}
#sub #privacy ol {
  padding-left: 40px;
}
#sub #privacy a {
  color: #2c638b;
  font-weight: bold;
}
#sub #contact .text-center {
  text-align: left;
}
#sub #contact .box.bg-white {
  padding: 24px;
}
#sub #contact .box.bg-white .flexbox {
  padding-bottom: 16px;
}
#sub #contact .box.bg-white .flexbox .item:first-child {
  width: 100%;
}
#sub #contact .box.bg-white .flexbox .item:last-child {
  width: 100%;
}
#sub #contact .box.bg-white .flexbox .item.c-title {
  font-size: 20px;
  padding-left: 24px;
  margin-bottom: 10px;
}
#sub #contact .box.bg-white .flexbox .item.c-title:before {
  width: 14px;
  height: 14px;
  top: 14px;
}
#sub #contact .box.bg-white .flexbox .item.c-title span {
  font-size: 16px;
}
#sub #contact .box.bg-white .flexbox .item.c-content textarea,
#sub #contact .box.bg-white .flexbox .item.c-content input[type=text],
#sub #contact .box.bg-white .flexbox .item.c-content input[type=email],
#sub #contact .box.bg-white .flexbox .item.c-content input[type=tel] {
  font-size: 16px;
  width: 100%;
}
#sub #contact .box.bg-white .flexbox .item.c-content input:focus,
#sub #contact .box.bg-white .flexbox .item.c-content select:focus,
#sub #contact .box.bg-white .flexbox .item.c-content textarea:focus {
  outline: none;
}
#sub #contact .box.bg-white .flexbox .item.c-radio span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
#sub #contact .box.bg-white .flexbox .item.c-radio span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 100%;
  padding: 4px 0;
}
#sub #contact .box.bg-white input[type=radio] {
  position: absolute;
  opacity: 0;
}
#sub #contact .box.bg-white .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cdd3de;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#sub #contact .box.bg-white input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #77a9c8;
  box-shadow: inset 0 0 0 2px #fff;
}
#sub #contact .btn-area {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#sub #price .box {
  padding: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#sub #price .box .bottom24 {
  margin-bottom: 16px;
}
#sub #price .box .flexbox {
  display: flex;
}
#sub #price .box .flexbox .item {
  justify-content: center;
}
#sub #price .box .flexbox .item:first-child {
  align-items: center;
}
#sub #price .box .flexbox .item:last-child {
  text-align: center;
  font-size: 26px;
}
#sub #price .box .flexbox .label-bg-navy {
  text-align: center;
  display: flex;
}
#sub #price .box small {
  font-size: 13px;
}
#sub #price .box.border-navy {
  font-family: "mamelon";
  font-size: 20px;
  padding: 24px;
  line-height: 2.5;
}
#sub #price .box.border-navy .text-center {
  text-align: left;
}
#sub #price .box.border-navy .label-bg-navy {
  font-size: 16px;
  padding: 8px 16px;
  margin-right: 0;
}
#sub #price .box.bg-lightblue span {
  letter-spacing: 0;
}
#sub #price .flexbox .item small {
  font-size: 18px;
}
#sub #sub-service .box-title {
  text-align: center;
  background: #000;
  padding: 40px 24px;
  border-radius: 15px;
}
#sub #sub-service .box-title .bg-white {
  display: inline-block;
  font-size: 16px;
}
#sub #sub-service .box {
  padding: 32px 0;
  border-radius: 0;
}
#sub #sub-service .flexbox.col2.detail {
  display: flex;
}
#sub #sub-service .flexbox.col2.detail .item.c-title {
  width: 100%;
  order: 1;
  margin-bottom: 24px;
}
#sub #sub-service .flexbox.col2.detail .item.c-img {
  width: 100%;
  order: 2;
}
#sub #sub-service .flexbox.col2.detail .item.c-img .inner {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
#sub #sub-service .flexbox.col2.detail .item.c-img:after {
  display: none;
}
#sub #sub-service #gifts-during-life .flexbox.col2.detail .item.c-img .inner {
  border: solid 6px #d4e6f3;
}
#sub #sub-service #gifts-during-life .flexbox.col2.detail .item.c-img:after {
  border-right: 15px solid #d4e6f3;
}
#sub #sub-service #gifts-during-life .flexbox.col3 .item {
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
}
#sub #sub-service #gifts-during-life .flexbox.col3 .item:last-child {
  margin-bottom: 0;
}
#sub #sub-service #gifts-during-life .flexbox.col3 .point-label {
  font-size: 18px;
}
#sub #sub-service #gifts-during-life .flexbox.col3 .font-mamelon {
  font-size: 18px;
}
#sub #sub-service #opening .box-title {
  background-image: url(../img/service/bg-opening.png);
}

.bottom32 {
  margin-bottom: 24px;
}

.bottom48,
.bottom56 {
  margin-bottom: 32px;
}

.bottom64,
.bottom80 {
  margin-bottom: 48px;
}

.map {
  margin-bottom: 24px;
}/*# sourceMappingURL=sp-layout.css.map */