@charset "utf-8";
/* ---------------------------------------------
* base settings
* header area
* footer area
* common
* contents area
* main area / common
* l-contents-area--low
* smartphone settings
--------------------------------------------- */
/* --------------------------------------------- */
/* base settings                                 */
/* --------------------------------------------- */
html { font-size: 62.5%; }
body {
 margin: 0;
 padding: 0;
 min-width: 1000px;
 color: #333;
 font-size: 1.6rem;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height: 1.8;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6,.catch {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-family: 'Kosugi Maru', sans-serif;
 line-height: 1.2;
}
ul, ol, dl, p, img, form, dt, dd {
 margin: 0;
 padding: 0;
 border: 0;
}
li { list-style: none; } 
input, textarea { font-size: 1.2rem; }
img { vertical-align: bottom; }
a {
 color: #333;
 text-decoration: none;
}
a:hover {
 opacity: 0.7;
 text-decoration: none;
}
strong {
 font-weight: bold;
 background: -moz-linear-gradient(top,  rgba(252,202,206,0) 0%, rgba(252,202,206,0) 50%, rgba(252,202,206,1) 51%, rgba(252,202,206,1) 100%);
 background: -webkit-linear-gradient(top,  rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 background: linear-gradient(to bottom,  rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fccace', endColorstr='#fccace',GradientType=0 );
}
em {
 font-weight: normal;
 font-style: italic;
}
/* microclearfix */
.cf:before, .cf:after {
 /* 1 */
 display: table;
 content: " ";
 /* 2 */
}
.cf:after { clear: both; }
* {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.forPC,
.pc_br { display: block; }
.forSP,
.sp_br{ display: none; }
/* microclearfix */
.cf:before, .cf:after {
 /* 1 */
 display: table;
 content: " ";
 /* 2 */
}
.cf:after { clear: both; }
/* --------------------------------------------- */
p { margin: 1em 0; }
img {
 max-width: 100%;
 height: auto;
}
.caption {
 display: block;
 padding: 8px 0 0 0;
 color: #999999;
 text-align: center;
 word-break: break-all;
 font-weight: normal;
 font-size: 1rem;
 line-height: 1.4;
}
/* heading */
.l-main-area--low h2,
.l-main-area--low h3,
.l-main-area--low h4 {
 line-height: 1.2;
 margin: 3em 0 3rem;
}
.l-main-area--low h2 a,
.l-main-area--low h3 a,
.l-main-area--low h4 a {
 display: inline-block;
 color: inherit;
 line-height: inherit;
 background: url("img/arrow01_black.svg") no-repeat right 50%;
 background-size: 24px auto;
 padding-right: 3.6rem;
}
.l-main-area--low h1,
.l-main-area .top_h2 {
 font-size: 3.6rem;
 line-height: 1.2;
 text-align: center;
 background: url("img/icon_house.svg") no-repeat center top;
 padding: 10rem 0 0;
}
.l-main-area--low h2 {
 background: url("img/icon_chair01.svg") no-repeat left 10px top 0;
 font-size: 3.0rem;
 border-bottom: solid 1px #333;
 padding: 0.6rem 0 1rem 7rem;
}
.l-main-area--low h3 {
 position: relative;
 margin-left: 4px;
 font-size: 2.6rem;
 color: #5a7e91;
 background: url("img/bg_dot01.png");
 padding: 1.4rem 3rem;
}
.l-main-area--low h3:before {
 content: "";
 display: block;
 width: calc(100% - 4px);
 border: #5a7e91 solid 1px;
 position: absolute;
 top: -2px;
 bottom: 2px;
 left: -4px;
}
.l-main-area--low h3 a {
 position: relative;
 z-index: 3;
}
.l-main-area--low h4,
.l-main-area--low h5 {
 padding: 1rem 0.6rem;
 font-size: 1.8rem;
 background: url("img/line01.png") repeat-x left bottom;
}
/* list */
.l-main-area ul { margin: 2rem; }
.l-main-area ul li {
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
 background: url(img/icon_li.svg) no-repeat 8px 12px;
 background-size: 5px auto;
}
.l-main-area ol {
 margin: 30px 20px;
 list-style-type: none !important;
 counter-reset: number;
 text-align: left;
}
.l-main-area ol li {
 position: relative;
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
}
.l-main-area ol li:before {
 position: absolute;
 top: 4px;
 left: 0;
 display: inline-block;
 display: block;
 align-items: center;
 justify-content: center;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ffcc00;
 content: counter(number);
 counter-increment: number;
 text-align: center;
 font-size: 1.2rem;
}
/* table */
.l-main-area table {
 margin: 30px 0;
 padding: 0;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
}
.l-main-area table th {
 padding: 10px 15px;
 border: 1px #e5e5e5 solid;
 background: #f5f5f5;
 font-weight: normal;
}
.l-main-area table td {
 padding: 10px 15px;
 border: 1px #e5e5e5 solid;
 background: #fff;
}
/* btn */
.btn-web,
.btn-internal {
 margin: 3rem auto;
 text-align: center;
}
.btn-web a,
.btn-internal a {
 display: inline-block;
 min-width: 339px;
 max-width: 80%;
 padding: 2.4rem 4rem;
 text-align: center;
 font-size: 1.8rem;
 line-height: 1.2;
 font-weight: bold;
 background: url("img/arrow01_black.svg") no-repeat right 8px top 50% #ffd147;
 background-size: 25px auto;
 border-radius: 5px;
}
.btn-internal a { background-color: #c4f1f1; }
.btn-tel { display: none; }
.btn-link {
 margin: 3rem 0;
 padding: 0;
 text-align: right; 
}
.btn-link a {
 padding: 2px 4rem 2px 0;
 background: url(img/arrow01_black.svg) no-repeat right 50%;
 background-size: 25px auto;
 font-weight: bold;
 line-height: 1.2;
}
/* float */
.float-wrap { margin: 10px 0 40px; }
.float-wrap .float-img img { max-width: 100%; }
.float-wrap .float-img.fr {
 float: right;
 margin: 0 0 10px 20px;
 width: 300px;
}
.float-wrap .float-img.fl {
 float: left;
 margin: 0 20px 10px 0;
 width: 300px;
}
.float-wrap .float-img.ct {
 margin: 0 auto 10px;
 width: 500px;
 text-align: center;
}
.float-wrap .float-img + p { margin-top: 0; }
/* box */
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 2rem 0;
}
.box-wrap .box {
 width: 46.5%;
 margin: 3.4rem 0 2rem;
 padding: 0 3rem 3rem;
 background-color: #f5f5f5;
 position: relative;
}
.box-wrap .box::before {
 content: "";
 display: block;
 width: 100%;
 height: 1.4rem;
 background-color: #fff;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 0;
}
.box-wrap .box-head {
 display: flex;
 border-bottom: solid #333 1px;
 padding-bottom: 2.5rem;
 margin-bottom: 2.5rem;
 position: relative;
 z-index: 2;
}
.box .box-head .box-title {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 font-size: 2.6rem;
 line-height: 1.2;
 color: #5a7e91;
 font-family: 'Kosugi Maru', sans-serif;
}
.box .box-head .box-title::before,
.box .box-head .box-title::after { content: none; }
.box .box-head .box-title a {
 display: inline-block;
 padding-right: 4rem;
 color: #5a7e91;
 background: url("img/arrow01_blue.svg") no-repeat right 50%;
 background-size: 25px auto;
}
.box div[class^="btn"] { margin: 2rem auto 0; }
/* frame */
.frame-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}
.frame-wrap::after {
 content: "";
 width: 30%;
 height: 0;
}
.frame-wrap .frame {
 position: relative;
 width: 31.9%;
 margin: 2rem 0;
 padding: 0 2rem 2rem; 
}
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 padding: 2rem 0;
 border-bottom: solid #333 1px;
 margin-bottom: 2rem;
}
.frame-wrap .frame-head .frame-title {
 margin: 0;
 padding: 0;
 border: none;
 background: none;
 width: 100%;
 color: #5a7e91;
 font-size: 2.6rem;
 line-height: 1.2;
 font-family: 'Kosugi Maru', sans-serif;
}
.frame-wrap .frame-head .frame-title::before,
.frame-wrap .frame-head .frame-title::after { content: none; }
.frame-wrap .frame-head .frame-title a {
 display: block;
 width: 100%;
 padding: 0 2.8rem 0 0;
 background: url("img/arrow01_black.svg") no-repeat right 0 center;
 background-size: 25px auto;
 color: #5a7e91;
 font-size: 2.6rem;
 line-height: 1.2;
 font-family: 'Kosugi Maru', sans-serif;
}
.frame div[class^="btn"] { margin: 2rem auto 0; }
.frame .frame-body-table table {
 background-color: #f5f5f5;
 margin: 2rem 0 0;
 border: 10px #f5f5f5 solid;
}
.frame .frame-body-table table th,
.frame .frame-body-table table td {
 background-color: transparent;
 border:none;
 border-top: dashed 1px #333;
 padding: 8px 4px;
 vertical-align: top;
 font-size: 1.4rem;
}
.frame .frame-body-table table tr:first-child th,
.frame .frame-body-table table tr:first-child td { border-top: none; }
.frame .frame-body-table table th {
 font-weight: bold;
 white-space: nowrap;
}
.frame-wrap .frame.frameA {
 padding-top: 1.7rem;
 background: url("img/bg_frame01.png") no-repeat left top , url("img/bg_frame02.png") no-repeat right top , url("img/bg_frame03.png") no-repeat left bottom , url("img/bg_frame04.png") no-repeat right bottom , #fff;
}
.frame-wrap .frame.frameA .frame-title {
 text-align: center;
 width: 100%;
}
.frame-wrap .frame.frameB {
 width: 32%;
 border: solid 1px #5a7e91;
}
/* slick */
.l-main-area .slick-dotted.slick-slider { margin-bottom: 6rem; }
.l-main-area .slick-dots {
 position: absolute;
 bottom: -40px;
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
}
.l-main-area .slick-dots li {
 position: relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin: 0 5px;
 padding: 0;
 cursor: pointer;
 background: none;
}
.l-main-area .slick-dots li button {
 font-size: 0;
 line-height: 0;
 display: block;
 width: 20px;
 height: 20px;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
}
.l-main-area .slick-dots li button:hover,
.l-main-area .slick-dots li button:focus {outline: none; }
.l-main-area .slick-dots li button:hover:before,
.l-main-area .slick-dots li button:focus:before {opacity: 1; }
.l-main-area .slick-dots li button:before {
 content: '●';
 font-size: 7px;
 line-height: 1;
 position: absolute;
 top: 0;
 left: 0;
 width: 20px;
 height: 20px; 
 text-align: center;
 opacity: .25;
 color: black;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.l-main-area .slick-dots li.slick-active button:before {
 opacity: .75;
 color: black;
}
.l-main-area .sliderArrow {
 display: flex;
 justify-content: center;
 align-items: center; 
 width: 27px;
 height: 27px;
 padding: 7px;
 background-color: #5a7e91;
 border-radius: 100%;
 margin-top: -14px;
 position: absolute;
 top: 50%;
 left: -14px;
 z-index: 1;
}
.l-main-area .sliderArrow.nextArrow {
 left: auto;
 right: -14px;
}
.l-main-area .sliderArrow img {
 width: 100%;
 height: auto;
}
/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
 margin: 0;
 padding: 0 0 0 100px;
 width: 100%; 
}
.l-header-inner {
 margin: 0 auto;
 max-width: 1000px;
}
.l-header-sitename {
 width: 100%;
 text-align: right;
 background-color: #5a7e91;
 color: #fff;
 font-size: 1.2rem;
 line-height: 1.2;
 padding: 1rem 0;
}
.l-header-sitename a,
.l-header-sitename h1 {
 font-size: 1.2rem;
 line-height: 1.2;
 color: #fff;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-header-logo {
 text-align: center;
 margin: 4.6rem 0 3rem;
}
.l-header-logo a {
 display: block;
 margin: 0 auto;
 width: 282px;
}
.l-gnavi-btn {
 position: relative;
 display: block;
 margin: 0 auto;
 padding: 50px 0 0;
 width: 60px;
 height: 60px;
 text-align: center;
 font-weight: bold;
 font-size: 0.8rem;
 line-height: 1;
 cursor: pointer;
}
.l-gnavi-btn span {
 position: absolute;
 left: 15px;
 display: inline-block;
 width: 30px;
 height: 4px;
 background: #5a7e91;
 transition: all 0.4s;
}
.l-gnavi-btn span:nth-of-type(1) { top: 19px; }
.l-gnavi-btn span:nth-of-type(2) { top: 29px; }
.l-gnavi-btn span:nth-of-type(3) { top: 39px; }
.l-gnavi-btn-box {
 position: absolute;
 top: 47px;
 left: 50%;
 transition: all 0.4s;
 transform: translate(-50%, -50%);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {background: none; }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg); }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) { opacity: 0; }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg); }
.is-navi-open .l-gnavi-area--slide-left { transform: translateX(0); }
.l-gnavi-area {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 300;
 padding: 0;
 width: 400px;
 height: 100vh;
 background: #FFF;
 box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
 transition: all 0.8s ease;
}
.l-gnavi-area-menu {
 display: table-cell;
 vertical-align: middle;
}
.l-gnavi-area-scroll {
 overflow-x: hidden;
 overflow-y: auto;
 padding: 20px 100px 20px 0;
 height: 100%;
 -ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
 display: none;
 -webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
 display: table;
 height: 100%;
}
.l-gnavi-area-bar {
 position: absolute;
 top: 0;
 right: 0;
 width: 100px;
 height: 100vh;
}
.l-gnavi-area--slide-right { transform: translateX(-300px); }
.l-gnavi-area--slide-left {
 right: 0;
 left: auto;
 transform: translateX(-100%);
}
.l-gnavi-area--slide-down { transform: translateY(-100%); }
.l-gnavi-area--slide-up { transform: translateY(100%); }
.l-gnavi-list {
 position: relative;
 width: 300px;
}
.l-gnavi-list__link {
 display: block;
 margin: 0 auto;
 padding: 10px 45px 10px 20px;
 width: 90%;
 text-decoration: none;
}
.l-gnavi-list__link--menu { cursor: pointer; }
.l-gnavi-list__sub {
 display: none;
 margin: 0 0 0 1.6rem;
 border-top: dashed 1px #5a7e91;
 background: #f5f5f5;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
 background-size: 10px auto;
}
.l-gnavi-btn-close__link {
 position: relative;
 display: inline-block;
 margin: 20px auto;
 padding: 10px 20px 10px 50px;
 background: #ffffff;
 text-decoration: none;
}
.l-gnavi-btn-close__link:hover {
 background: #ccc;
 color: #ffffff;
}
.l-gnavi-btn-close__link:hover:after { background: #ffffff; }
.l-gnavi-btn-close__link:hover:before { background: #ffffff; }
.l-gnavi-btn-close__link:before {
 position: absolute;
 top: 50%;
 left: 20px;
 width: 20px;
 height: 3px;
 background: #000;
 content: '';
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}
.l-gnavi-btn-close__link:after {
 position: absolute;
 top: 50%;
 left: 20px;
 width: 20px;
 height: 3px;
 background: #000;
 content: '';
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
}
.is-gnavi-cover .l-gnavi-area {
 top: auto;
 z-index: 1;
 overflow-y: hidden;
 height: auto;
}
.is-navi-open .l-gnavi-area {
 opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
 transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
 transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
 overflow-y: scroll;
 height: 100vh;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
 position: static;
}
/* --------------------------------------------- */
/* footer area                                   */
/* --------------------------------------------- */
.l-footer-area {
 position: relative;
 margin: 0;
 padding: 0 0 0 100px;
 min-width: 1200px;
 width: 100%;
 background: #f5f5f5;
}
.l-footer-disclaimer {
 margin: 20px auto;
 padding: 20px;
 width: 500px;
 background: #ffffff;
 text-align: left;
 font-size: 1rem;
}
.l-footer-disclaimer dt {
 float: left;
}
.l-footer-note {
 max-width: 1000px;
 margin: 20px auto;
 padding: 0 20px;
 text-align: center;
 font-size: 1.2rem;
}
.l-footer-bottom {
 margin: 0 auto;
 background: #7795a5;
 color: #fff;
 text-align: center;
 font-size: 1.2rem;
}
.l-footer-bottom__inner {
 display: table;
 margin: 0 auto;
 max-width: 1000px;
 width: 96%;
}
.l-footer-bottom__copy {
 display: table-cell;
 padding: 10px 0;
 text-align: left;
}
.l-footer-bottom__copy__link {
 color: #fff;
 text-decoration: none;
}
.l-footer-bottom__copy__link:hover {
 text-decoration: underline;
}
.l-footer-bottom__sitemap {
 display: table-cell;
 padding: 10px 0;
 text-align: right;
 width: 150px;
}
.l-footer-bottom__sitemap__link {
 padding: 0 24px 0 0;
 background: url(img/arrow01_white.svg) no-repeat right center;
 background-size: 17px auto;
 color: #fff;
 text-decoration: none;
}
.l-footer-bottom__sitemap__link:hover {
 text-decoration: underline;
}
.l-footer-menu-wrapper {
 margin: 0 auto;
 padding: 100px 0 0;
 max-width: 1000px;
 width: 100%;
}
.l-footer-menu {
 margin: 0 0 40px;
}
.l-footer-menu__title {
 margin: 0 0 10px 0;
 padding: 0 0 5px;
 border-bottom: solid 1px #333;
 text-align: left;
 font-size: 1.4rem;
 line-height: 1.4;
}
.l-footer-menu__title__link {
 position: relative;
 display: block;
 padding: 0 0 0 25px;
 background: url(img/arrow01_blue.svg) no-repeat left 6px center;
 background-size: 17px auto;
 text-decoration: none;
 font-weight: bold;
}
.l-footer-menu__title__link:hover {
 text-decoration: underline;
}
.l-footer-menu__list {
 display: inline;
}
.l-footer-menu__list__item {
 display: inline-block;
 padding: 0 10px;
}
.l-footer-menu__list__item:first-child {
 display: none;
}
.l-footer-menu__list__link {
 padding: 5px 0 5px 15px;
 background: url(img/icon_li_footer.svg) no-repeat left top 50%;
 background-size: 5px auto;
 text-align: left;
 text-decoration: none;
 font-size: 1.2rem;
 text-indent: 1rem;
 margin: 0 0 0 -1rem;
}
.l-footer-menu__list__link:hover {
 text-decoration: underline;
}
.l-footer-submenu__list {
 display: inline-block;
}
.l-footer-submenu__list__item {
 display: inline-block;
}
.l-footer-submenu__list__link {
 padding: 5px 15px;
 text-align: left;
 text-decoration: none;
 font-size: 1.2rem;
}
.l-footer-submenu__list__link:before {
 content: '- ';
}
.l-footer-submenu__list__link:hover {
 text-decoration: underline;
}
/* --------------------------------------------- */
/* common                                        */
/* --------------------------------------------- */
.l-pagetop {
 position: absolute;
 top: -90px;
 right: 30px;
 z-index: 100;
}
.l-pagetop__link {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 60px;
 height: 60px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 background: #7795a5;
}
.l-pagetop__image {
 width: 9px;
 height: auto;
 margin-left: -8px;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
#pankuzu {
 margin: 0 auto 3rem;
 max-width: 1000px;
 font-size: 1.2rem;
}
/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */
.l-contents-area {
 margin: 0 auto;
 padding-left: 100px;
 width: 100%;
}
/* --------------------------------------------- */
/* main area / common                            */
/* --------------------------------------------- */
.l-main-area {
 margin: 0 auto 7rem 0;
 padding: 0;
 width: 100%;
 text-align: left;
}
.l-main-area--low {
 margin: 0 auto 7rem auto;
 width: 1000px;
}
.l-section-inner {
 margin: 0 auto;
 padding: 5rem 0 10rem;
 max-width: 1000px;
}
.l-common-title {
 font-size: 3.6rem;
 line-height: 1.6;
 text-align: center;
 background: url(img/icon_house.svg) no-repeat center top;
 padding: 10rem 0 0;
 font-family: 'Kosugi Maru', sans-serif;
 margin-bottom: 4rem;
}
.l-common-title span {
 background: -moz-linear-gradient(top, rgba(252,202,206,0) 0%, rgba(252,202,206,0) 50%, rgba(252,202,206,1) 51%, rgba(252,202,206,1) 100%);
 background: -webkit-linear-gradient(top, rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 background: linear-gradient(to bottom, rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fccace', endColorstr='#fccace',GradientType=0 );
}
.l-common-title a {
 display: inline-block;
 padding: 0 3.6rem;
 background: url("img/arrow01_black.svg") no-repeat right 50%;
}
.l-common-lead {
 margin: 2rem auto 4rem;
 width: 80%;
}
/* --------------------------------------------- */
/* l-contents-area--low                          */
/* --------------------------------------------- */
.lower-bottom {}
.ranking { margin: 6rem 0 0; }
.rankingBoxWrap {
 display: flex;
 justify-content: space-between;
}
.rankingBoxWrap .rankingBox {
 width: 32%;
 padding: 2rem 1rem;
 background-color: #f5f5f5;
 text-align: center;
}
.rankingBoxHeader {
 position: relative;
 height: 0;
 padding: 0 0 31.8%;
 background: url("img/bg_best01_typeA.png") no-repeat;
 background-size: 100% auto; 
 font-family: 'Kosugi Maru', sans-serif;
 line-height: 1;
 margin: 0 0 3rem;
}
.rankingBoxHeader.best02{ background-image: url("img/bg_best02_typeA.png"); }
.rankingBoxHeader.best03{ background-image: url("img/bg_best03_typeA.png"); }
.rankingBoxHeader p {
 margin: 0;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 padding-top: 8%;
 position: absolute;
 top: 0;
 left: 0;
}
.rankingBoxHeader strong {
 font-size: 3.2rem;
 color: #5a7e91;
 margin: 0 1rem;
}
.rankingBoxCatch {
 background: url("img/icon_catch01.svg") no-repeat left 50% , url("img/icon_catch02.svg") no-repeat right 50%;
 font-size: 2.0rem;
 line-height: 1.3;
 font-family: 'Kosugi Maru', sans-serif;
 text-align: center;
 padding: 0 5rem;
 margin: 0 0 2rem;
}
.rankingBoxName {
 font-size: 3.4rem;
 line-height: 1.2;
 display: inline-block;
 font-family: 'Kosugi Maru', sans-serif;
 background: -moz-linear-gradient(top, rgba(252,202,206,0) 0%, rgba(252,202,206,0) 50%, rgba(252,202,206,1) 51%, rgba(252,202,206,1) 100%);
 background: -webkit-linear-gradient(top, rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 background: linear-gradient(to bottom, rgba(252,202,206,0) 0%,rgba(252,202,206,0) 50%,rgba(252,202,206,1) 51%,rgba(252,202,206,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fccace', endColorstr='#fccace',GradientType=0 );
 margin: 0 0 3rem;
}
.rankingBoxSlider { margin: 0 1rem; }
.rankingBoxSlider img {
 max-height:180px;
 margin: 0 auto;
}
.rankingBox div[class^="btn"] { margin: 2rem 1.5rem 0; }
.rankingBox div[class^="btn"] a {
 min-width: 0;
 width: 100%;
 max-width: 100%;
}
/* --------------------------------------------- */
/* smartphone settings                           */
/* --------------------------------------------- */
/* base settings */
@media screen and (max-width: 480px) {
 body {
  min-width: 100%;
  min-width: inherit;
  font-size: 1.4rem;
 }
 .forPC,.pc_br { display: none; }
 .forSP,.sp_br { display: block; }
 img {
  max-width: 100%;
  height: auto;
 }
 img { -ms-interpolation-mode: bicubic; }
 a:hover,
 a:hover img { opacity: 1; }
 /* --------------------------------------------- */
 .l-main-area--low h2 a,
 .l-main-area--low h3 a,
 .l-main-area--low h4 a {
  background-size: 18px auto;
  padding-right: 2.4rem;
 }
 .l-main-area--low h1 {
  margin: 0 0 3rem;
  font-size: 2.4rem;
  background-size: auto 34px;
  padding-top: 4rem;
 }
 .l-main-area--low h2 {
  font-size: 2.2rem;
  background-size: 22px auto;
  background-position: left top;
  padding-left: 3rem;
 }
 .l-main-area--low h3 {
  font-size: 2rem;
  padding: 1.4rem;
 }
 .l-main-area--low h4 { font-size: 2rem; }
 /* list */
 .l-main-area ul {
  margin: 3rem 0;
  font-size: 1.4rem;
 }
 .l-main-area ol {
  margin: 3rem 0;
  font-size: 1.4rem;
 }
 /* table */
 .l-main-area table {
  display: block;
  margin: 30px auto 20px;
  width: 100%;
  border-top: 1px #d3d3d3 solid;
  font-size: 1.4rem;
 }
 .l-main-area table tr {
  display: block;
  width: 100%;
 }
 .l-main-area table th {
  display: block;
  width: 100%;
  border-top: none;
 }
 .l-main-area table td {
  display: block;
  width: 100%;
  border-top: none;
 }
 .l-main-area table thead {
  display: block;
  width: 100%;
 }
 .l-main-area table thead th {
  display: block;
  width: 100%;
 }
 .l-main-area table thead td {
  display: block;
  width: 100%;
 }
 .l-main-area table tbody {
  display: block;
  width: 100%;
 }
 .l-main-area table tbody th {
  display: block;
  width: 100%;
 }
 .l-main-area table tbody td {
  display: block;
  width: 100%;
 }
 .l-main-area .sp_table table {
  display: table;
  border-top: 1px #d3d3d3 solid;
  border-left: 1px #d3d3d3 solid;
 }
 .l-main-area .sp_table table tbody { display: table-row-group; }
 .l-main-area .sp_table table tr { display: table-row; }
 .l-main-area .sp_table table th,
 .l-main-area .sp_table table td {
  display: table-cell;
  width: auto;
  border: none;
  border-bottom: 1px #d3d3d3 solid;
  border-right: 1px #d3d3d3 solid;
 }
 /* btn */
 .btn-web,
 .btn-internal,
 .btn-link,
 .btn-tel {
  display: block;
  margin: 3rem auto;
  min-width: inherit;
  width: 90%;
 }
 .btn-web a,
 .btn-internal a,
 .btn-link a,
 .btn-tel a {
  padding: 1.6rem 3.4rem;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  background-size: 16px auto;
  background-position: right 10px top 50%;
 }
 .btn-tel a {
  display: inline-block;
  background: #d1cfe7 url(img/icon_tel.svg) no-repeat left 18px center;
  background-size: 20px auto;
  padding: 1.6rem 4.2rem;
  text-align: center;
  border-radius: 5px;
 }
 .btn-link a {
  display: inline-block;
  text-align: center;
  background-color: #cedbe1;
  background-image: url(img/arrow01_black.svg);
  border-radius: 5px;
 }
 .float-wrap {
  margin: 10px auto 30px;
  width: 100%;
  font-size: 1.4rem;
 }
 .float-wrap .float-img.fr {
  float: none;
  margin: 0 0 20px;
  width: 100%;
 }
 .float-wrap .float-img.fl {
  float: none;
  margin: 0 0 20px;
  width: 100%;
 }
 .float-wrap .float-img.ct {
  width: 100%;
 }
 .float-wrap .float-img.t_small {
  width: 40%;
 }
 .float-wrap .float-img.fr.t_small {
  float: right;
  margin: 0 0 20px 10px;
 }
 .float-wrap .float-img.fl.t_small {
  float: left;
  margin: 0 20px 10px 0;
 }
 .box-wrap { display: block; }
 .box-wrap .box { width: 100%; }
 .box-wrap .box-head {
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
 }
 .box .box-head .box-title,
 .box .box-head .box-title a { font-size: 1.8rem; }
 .box-wrap .box-body p { font-size: 1.4rem; }
 .box .box-head .box-title a {
  background-size: 16px auto;
  padding-right: 3rem;
 }
 .frame-wrap { display: block; }
 .frame-wrap .frame,
 .frame-wrap .frame.frameB { width: 100%; }
 .frame-wrap .frame-head .frame-title,
 .frame-wrap .frame-head .frame-title a { font-size: 1.8rem; }
 .frame-wrap .frame-head .frame-title a {
  background-size: 16px auto;
  padding:0 3rem 0 0;
 }
 .l-main-area .frame-body-table table { display: table; }
 .l-main-area .frame-body-table table tbody { display: table-row-group; }
 .l-main-area .frame-body-table table tr { display: table-row; }
 .l-main-area .frame-body-table table th,
 .l-main-area .frame-body-table table td {
  display: table-cell;
  width: auto;
 }
 /* --------------------------------------------- */
 /* header area                                   */
 /* --------------------------------------------- */
 .l-header {
  margin: 0 auto;
  padding: 10px 0;
  width: 96%;
  text-align: left;
 }
 .l-header-inner { max-width: 100%; }
 .l-header-area { padding: 0; }
 .l-header-left { display: none; }
 .l-header-sitename {
  padding: 1rem;
  font-size: 1rem;
 }
 .l-header-logo { margin: 2rem 25%; }
 .l-header-logo a { width: auto; }
 .l-gnavi-area { display: none; }
 /* --------------------------------------------- */
 /* footer area                                   */
 /* --------------------------------------------- */
 .l-footer-area {
  padding: 2rem 0 5rem 0;
  min-width: inherit;
 }
 .footMenu {
  position: fixed;
  bottom: 0;
  z-index: 300;
  margin: 0;
  width: 100%;
  height: 5rem;
 }
 .footMenu .menuLeft {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  background: #f5f5f5;
 }
 .footMenu .menuLeft .l-gnavi-btn { margin: 0; }
 .footMenu .menuRight {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  background: #c4f1f1;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0;
 }
 .footMenu .menuRight:after {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 65px;
  height: 13px;
  background: url(img/icon_text_check.svg) no-repeat center center;
  background-size: 100%;
  /* content: ""; */
  transform: rotate(-8deg);
 }
 .footMenu .menuRight a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_black.svg) no-repeat right 4px top 50%;
  color: #333;
  text-decoration: none;
  background-size: 16px auto;
  background-position: right 0px top 50%;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.4rem;
 }
 .footMenu .l-gnavi-btn {
  width: 100%;
  height: 100%;
 }
 .footMenu .l-gnavi-btn span {
  left: 50%;
  transform: translateX(-50%);
 }
 .footMenu .l-gnavi-btn span:nth-child(1) {  top: 15px;  }
 .footMenu .l-gnavi-btn span:nth-child(2) {  top: 25px; }
 .footMenu .l-gnavi-btn span:nth-child(3) {  top: 35px; }
 .footMenu .l-gnavi-btn.active span:nth-of-type(1) {  transform: translate(-50%, 10px) rotate(-45deg); }
 .footMenu .l-gnavi-btn.active span:nth-of-type(2) {  opacity: 0; }
 .footMenu .l-gnavi-btn.active span:nth-of-type(3) {  transform: translate(-50%, -10px) rotate(45deg); }
 .l-footer-logo {
  margin: 1rem auto;
  width: 60%;
 }
 .l-footer-logo__image {  width: 100%; }
 .l-footer-logo__link {  display: block; }
 .l-footer-disclaimer {
  margin: 0 auto 1rem;
  padding: 2rem 5%;
  width: 90%;
 }
 .l-footer-bottom {  padding: 0 5%; }
 .l-footer-bottom__inner {
  display: block;
  width: 90%;
 }
 .l-footer-bottom__copy {
  display: block;
  text-align: center;
  margin: 0;
 }
 .l-footer-bottom__sitemap {  display: none; }
 .l-footer-note {
  margin: 0 0 1rem;
  font-size: 1rem;
 }
 .l-footer-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0 0 60px 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
 }
 .l-footer-menu-wrapper.active {  transform: translate3d(0, 0, 0); }
 .l-footer-menu {
  margin: 0 auto 2rem;
  width: 90%;
 }
 .l-footer-menu__title {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #5a7e91;
 }
 .l-footer-menu__title__link {
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1rem 0;
  background: none;
  font-size: 1.6rem;
 }
 .l-footer-menu__title__link:after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 14px;
  height: 8px;
  background: url(img/arrow01_blue.svg) no-repeat center center;
  background-size: 100%;
  content: '';
  transform: translateY(-50%) rotate(90deg);
 }
 .l-footer-menu__title__link:hover {
  text-decoration: none;
 }
 .l-footer-menu__list {
  display: none;
 }
 .l-footer-menu__list__item {
  padding: 0.8rem 1rem;
  width: 100%;
 }
 .l-footer-menu__list__item:first-child {
  display: block;
 }
 .l-footer-menu__list__link {
  margin: 1rem 0 0 -1rem;
 }
 .l-footer-submenu__list {
  display: block;
 }
 .l-footer-submenu__list__item {
  display: block;
  margin: 0 0 0 1rem;
 }
 .l-footer-submenu__list__link {
  margin: 0 0 0 -2rem;
 }
 .l-footer-list {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  font-size: 1.4rem;
 }
 .l-footer-list li {
  padding: 1rem;
 }
 /* --------------------------------------------- */
 /* common                                        */
 /* --------------------------------------------- */
 .l-pagetop {
  top: -5.5rem;
  right: 0.5rem;
 }
 .l-pagetop__link {
  width: 50px;
  height: 50px;
 }
 .l-pagetop__image { width: 10px; }
 .l-pagetop.is-fixed { bottom: 5.5rem; }
 #pankuzu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 1rem;
  white-space: nowrap;
 }
 .l-sns-list { display: none; }
 /* --------------------------------------------- */
 /* contents area                                 */
 /* --------------------------------------------- */
 .l-contents-area { padding: 0; }
 .l-contents-area--low { width: 100%; }
 /* --------------------------------------------- */
 /* main area                                     */
 /* --------------------------------------------- */
 .l-main-area--low {
  float: none;
  overflow: visible;
  margin: 0 auto 7rem;
  width: 94%;
 }
 .l-section-inner {
  margin: 0 auto;
  width: 94%;
 }
 .l-common-title {
  margin: 0 0 3rem;
  font-size: 2.4rem;
  background-size: auto 34px;
  padding-top: 4rem;
 }
 .l-common-lead {
  margin: 2rem auto;
  width: 90%;
 }
 /* --------------------------------------------- */
 /* l-contents-area--low                          */
 /* --------------------------------------------- */
 .rankingBoxWrap { display: block; }
 .rankingBoxWrap .rankingBox {
  width: 100%;
  margin: 0 0 3rem;
 }
 .rankingBoxSlider img { max-height:56vw; }
}



