@charset "utf-8";
/* CSS Document */



/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */

/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

*/


@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}



/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
    -webkit-backface-visibility: hidden;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.1rem;
}

.sp {
    display: none;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/

body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    min-width: 1200px;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.wi900 {
    width: 90rem;
    margin: 0 auto;
}

.wi1000 {
    width: 100rem;
    margin: 0 auto;
}

.wi1100 {
    width: 110rem;
    margin: 0 auto;
}

.wi1200 {
    width: 120rem;
    margin: 0 auto;
}

.ab {
    position: absolute;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.fc_yel {
    color: #ffd178;
}

.fc_blue {
    color: #009eb7;
}

/* .marker {
    background: #fff72f;
} */

.bg_white {
    background: #FFF;
}

.bg_blue {
    background: #eef6f7;
}

.bg_beige {
    background: #f8f0e6;
}

.bg_orange {
    background: #ffe2d4;
}

.bg_green {
    background: #003942;
}

.txt_bold {
    font-weight: 700;
    color: #009eb7;
}

span.marker {
    font-weight: 700;
    background: #ffe2d4;
}

/* ================== */
/*header　*/
/* ================== */

#keyOut {
    margin-bottom: -8rem;
}

header .keyArea_sec {
    background: url(img/deco_en_villa_management.png) left 50% bottom -3rem no-repeat,
        url(img/key_tem.jpg) 50% 50% no-repeat;
    background-size: auto, cover;
    width: calc(100% - 6rem);
    margin: 0 auto;
    height: 26rem;
    border-radius: 1rem;
}

header .logo {
    width: 27rem;
    background: #FFF;
    border-radius: 0 0 1rem 0;
}

header .logo a {
    display: block;
    padding: .8rem 2rem;
}

header .logo a:hover {
    opacity: 0.7;
}

.sitename_wrap {
    padding: 0 10px;
}

.sitename::before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    text-shadow: none;
    width: 2.5rem;
    line-height: 1.5;
    margin: 0 .5rem 0 0;
}

.sitename,
.sitename a {
    text-align: right;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.sitename a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* ================== */
/*barger　*/
/* ================== */

.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity .5s;
}

body.fix {
    position: fixed;
    left: 0;
    right: 0;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.out-frame {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bargBg {
    background: #ffffff;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
}

.bargBg:hover {
    opacity: 1;
}

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

/* .menu-trigger.active {
transform: translateX(-250px);
}*/
.bargBg.active {
    transform: translateX(-300px);
    display: block !important;
}

.bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 2px;
    background-color: #003942;
}

.bargBg.active span {
    background-color: #003942;
}

.bargBg span:nth-of-type(1) {
    top: 17px;
}

.bargBg.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
    top: 29px;
}

.bargBg.active span:nth-of-type(2) {
    opacity: 0;
}

.bargBg span:nth-of-type(3) {
    top: 41px;
}

.bargBg.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

nav {
    overflow-y: scroll;
    width: 300px;
    height: 100%;
    background-color: rgba(0, 57, 66, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(300px);
    transition: all .5s;
}

nav .navLogo {
    width: 100%;
    padding: 1.5rem 4rem;
    border-bottom: 1px solid #FFF;
}

nav .navLogo a {
    display: block;
}

nav .navLogo a:hover {
    opacity: 0.7;
}

nav.open {
    transform: translateZ(0);
}

nav.open::-webkit-scrollbar{
  display: none;
}

nav li {
    color: #fff;
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.header-menu ul.accordion ul {
    display: none;
}

#g-nav .accordion li {
    border-bottom: 1px solid #ccc;
}

#g-nav .accordion li a {
    display: block;
    text-align: left;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    font-size: 15px;
    font-size: 1.3rem;
    color: #FFF;
    background: #003942 url("img/arr_white01.png") right 1.5rem top 50% no-repeat;
    background-size: 1.2rem auto;
}

#g-nav .accordion li .tglMenu {
    text-align: left;
    color: #FFF;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    background: #003942 url("img/arr_white_down.png") 96% 50% no-repeat;
    background-size: 1.7rem auto;
}

#g-nav .accordion li .tglMenu:hover {
    opacity: 0.7;
}

#g-nav .accordion li .tglMenu.open {
    background: #003942 url("img/arr_white_up.png") 96% 50% no-repeat;
    background-size: 1.7rem auto;
}

#g-nav .accordion li a,
#g-nav .accordion li .tglMenu {
    line-height: 2rem;
}

#g-nav .accordion li ul li a {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    color: #FFF;
    background: #003942 url("img/arr_white01.png") right 1.5rem top 50% no-repeat;
    background-size: 0.8rem auto;
}

#g-nav .accordion li ul li a:hover {
    opacity: 0.8;
}

#g-nav .accordion li ul li {
    border-bottom: none;
    border-top: 1px solid #eee;
}


/*--------------------------------------
　Main Contents
---------------------------------------*/


#contents {
    /*margin: 0 auto 80px;*/
    padding: 0;
}

#index,
#category,
#page {
    margin: 0;
    padding: 0;
}

#category, #page {
    position: relative;
    padding: 20px 0 0 0;
    /* margin: 0 auto 60px; */
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    width: 100rem;
    margin: 1rem auto 3rem;
    padding: 0;
}

#pankuzu {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #999;
}

#pankuzu br {
display:none;}

#pankuzu span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

#pankuzu a {
    color: #999;
}

#pankuzu * {
    /*color: #FFF;*/
}

#pankuzu a:hover {
    text-decoration: underline;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;
    width: 6rem;
}

#page-top:hover {
    opacity: 0.7;
}

/*--------------------------------------
fixBtn
---------------------------------------*/

#fixBtn {
    position: fixed;
    top: calc(50% - 24rem);
    right: 0;
    z-index: 9;
    width: 14rem;
}

#fixBtn .inner {
    background: #ffe2d4;
    border-radius: 1rem 0 0 1rem;
}

#fixBtn .mTit {
    /* text-align: center; */
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    color: #FFF;
    background: #003942;
    border-radius: 1rem 0 0 0;
    position: relative;
    border: solid 1px #ffe2d4;
    border-right: solid 0px #ffe2d4;
}

#fixBtn .mTit:before {
    content: "";
    background: url(img/deco_en_fixNav_by_area.png) 50% 50% no-repeat;
    background-size: cover;
    width: 9rem;
    height: 2.5rem;
    position: absolute;
    top: -1.2rem;
    left: calc(57% - 6.5rem);
}

#fixBtn .navArea {
    padding: 1.5rem 0;
}

#fixBtn .navArea .sLink {
    margin-left: 1.4rem;
    margin-bottom: 1rem;
}

#fixBtn .navArea .sLink:last-child {
    margin-bottom: 0;
}

#fixBtn .navArea .sLink a {
    color: #003942;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: url(img/arr_black01.png) right 1rem top 50% no-repeat;
    background-size: 1.2rem auto;
}

#fixBtn .navArea .sLink a img {
    width: 3.8rem;
    border-radius: 1rem;
}

#fixBtn .navArea .areaName {
    padding: 0 0 0 1rem;
}

#fixBtn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
    padding: 6rem 0 0 0;
    position: relative;
    background: #003942;
    margin: 32rem auto 0
}

footer:before {
    content: "";
    background: url(img/foot_deco.png) 50% 100% no-repeat;
    background-size: auto;
    position: absolute;
    top: -20rem;
    left: calc(50% - 105rem);
    width: 210rem;
    height: 20rem;
}

footer .foot_logo {
    width: 30.6rem;
    margin: 0 auto 40px;
}

footer .foot_logo a:hover {
    opacity: 0.7;
    text-decoration: none;
}

footer .areaInner {
    width: 100rem;
    margin: 0 auto;
    padding: 0;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
}

footer .areaInner .footBox {
    margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #FFF;
    padding: 0 0 6px 0;
    margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
    background: url("img/arr_white01.png") 6px 50% no-repeat;
    background-size: 1.4rem auto;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .3rem 0 .3rem 3rem;
}

footer .areaInner .footBox .sttl a:hover {
text-decoration:none;
}

footer .areaInner .smap {
    margin: 0 0 50px 0;
}

footer .areaInner .smap .sttl a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

footer .foot_link {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 50px;
}

footer .foot_link a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
}

footer .foot_link a:nth-child(1) {
    display: inline-block;
    margin-right: 15px;
}

footer .foot_link a:nth-child(2) {
    display: inline-block;
    margin-left: 15px;
}

footer .foot_link a:hover {
    text-decoration: none;
}

footer .footBox ul {
    padding: 0 20px;
}

footer .areaInner .footBox .accChild {
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
    background: none;
}

footer .areaInner .footBox .accChild li.subCat {
    margin: 0 30px 0 0;
    padding: 0;
}

footer .areaInner .footBox .accChild li.subCat::after {
    content: "　/　";
    letter-spacing: 0;
    color: #FFF;
}

footer .areaInner .footBox .accChild .sp+li::before {
    /* content: "　|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li::before {
    /* content: "|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp+li.subCat::before {
    content: "";
}

footer .areaInner .footBox .accChild .subList li::after {
    content: "　/　";
    letter-spacing: 0;
    color: #FFF;
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 47%;
}

footer .areaInner .footBox .accChild li.sp {
    display: none;
}

footer .areaInner .footBox .accChild li a {
    /*background: url("img/arrow_white.png") 0 50% no-repeat;
background-size: 5.5px;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0 0 0 16px;
    background: url(img/arr_white01.png) right 20px center no-repeat;
    background-size: 1rem auto;
    display: inline-block;
    padding: .3rem 39px .3rem 0;
    line-height: 1.4;
}

footer .areaInner .footBox .accChild li a br{
display:none;
}


footer .areaInner .footBox .accChild li a:hover {
    text-decoration: none;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
    content: "　/　";
    letter-spacing: 0;
    color: #FFF;
}

footer .areaInner .footBox .accChild .subList {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
    padding: 0 0 0 0;
    display: inline-block;
    margin: 0;
}

footer .areaInner .footBox .accChild .subList li a {
    /*background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;*/
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

footer .smLink {
    display: inherit;
    text-align: right;
    margin: 0 0 40px 0;
}

footer .smLink a {
    /*background: url("img/arrow_square_black.png") 6px 50% no-repeat;
background-size: 17px;*/
    padding: 2px 0 2px 30px;
}

footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 71%;
    background-color: #08515c;
    padding: 20px 30px;
    margin: 0 auto;
    border-radius: 1rem;
}

footer .areaInner .noticeArea p {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 2.5rem;
}

footer .botPrg {
    padding: 15px 0 0;
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #CCC;
}

footer .botArea {
    padding: 13px 0;
    border-top: 0 solid #FFF;
    background: #003942;
}

footer .botArea .botInner {
    width: 100rem;
    margin: 0 auto;
    position: relative;
}

footer .botArea .botInner .smap {
    float: right;
}

footer .botArea .botInner .smap a {
    background: url("img/arr_white01.png") 6px 50% no-repeat;
    background-size: 1.4rem auto;
    padding: 0 0 0 3rem;
    text-decoration: none;
    color: #FFF;
}

footer .botArea .botInner .smap a:hover {
    text-decoration: underline;
}

footer p.copy {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: #FFF;
}

footer p.copy a {
    color: #FFF;
    text-decoration: none;
}


/* ================== */
/*メインコンテンツ　*/
/* ================== */


#contents .caption {
    display: block;
    text-align: center;
    /* white-space: nowrap; */
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
}

/* .caption::-webkit-scrollbar {
    height: 5px;
} */

/* .caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
} */

/* .caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
} */




/*--------------------------------------
　content
---------------------------------------*/

#category h1, #page h1 {
    color: #003942;
    font-size: 3.6rem;
    line-height: 1.4;
    line-height: 5.4rem;
    margin: 0 0 2rem;
    padding: 2rem 5rem;
    text-align: center;
    position: relative;
    border: .4rem solid #003942;
    border-radius: 1rem;
}

#category h2, #page h2 {
    margin: 8.5rem 0 3rem;
    padding: 1.5rem 2rem 1.5rem 4rem;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    color: #003942;
    position: relative;
    border-top: .1rem solid #003942;
}

#category h2:before, #page h2:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 2rem;
    background: #ffbb9b;
    width: .1rem;
    height: calc(100% + 2rem);
}

#category h2 a, #page h2 a {
    text-align: left;
    display: block;
    background: url("img/arr_black01.png") right 0 top 50% no-repeat;
    background-size: 1.5rem auto;
    padding: 0 2rem 0 0;
}

#category h2 a, #page h2 a {
    text-decoration: none;
    color: #003942;
}

#category h2 a:hover, #page h2 a:hover {
    opacity: 0.7;
}

#category h3,
#page h3 {
    padding: 1.6rem 0 1.6rem 4rem;
    margin: 4.5rem 0 2rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: left;
    color: #003942;
    background: #eef6f7;
    position: relative;
    border-radius: 1rem;
}

#category h3:before,
#page h3:before {
    content: "";
    position: absolute;
    background: #009eb7;
    width: 0.1rem;
    height: calc(100% - 2rem);
    top: 1rem;
    left: 2rem;
}

#category h3 a,
#page h3 a {
    text-align: left;
    display: block;
    background: url("img/arr_black01.png") right 2rem top 50% no-repeat;
    background-size: 1.5rem auto;
    padding: 0 35px 0 0;
}

#category h2 a,
#page h2 a {
    text-decoration: none;
}

#category h3 a:hover,
#page h3 a:hover {
    opacity: 0.8;
}

#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
    font-size: 20px;
    font-size: 2rem;
    color: #003942;
    position: relative;
    border-bottom: .1rem solid #CCC;
    margin: 35px 0 20px;
    padding: 1.2rem 2rem 1.2rem 0;
}

#category h4:before,
#category h5:before,
#category h6:before,
#page h4:before,
#page h5:before,
#page h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffbb9b;
    width: 8rem;
    height: .1rem;
}

#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a {
    position: relative;
    color: #003942;
    display: block;
    background: url("img/arr_black01.png") right 0 top 50% no-repeat;
    background-size: 1.5rem auto;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-size: 2rem;
}

#category h4 a:hover,
#category h5 a:hover,
#category h6 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover {
    opacity: 0.8;
}

#contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0 0;
}

#contents ul li {
    padding: 0 0 10px 1.8rem;
    background: url(./img/listicon.png) 2px 5px no-repeat;
    background-size: auto 1rem;
    line-height: 1.5em;
    font-weight: 700;
}

#contents ul li a {
    text-decoration: underline;
}

#contents ul li a:hover {
    text-decoration: none;
}


#contents ol {
    margin: 20px 0 20px;
    padding: 10px 14px 0 0;
    counter-reset: number;
}

#contents ol li {
    padding: 0 0 6px 22px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

#contents ol li::before {
    display: block;
    background-color: #1689c3;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}

#contents ol li:nth-child(-n + 9):before {
    content: counter(number, decimal-leading-zero);
}


.sitemap ul a {
    text-decoration: underline;
}

.sitemap ul a:hover {
    text-decoration: none;
}



/*--------------------------------------
　table
---------------------------------------*/

#contents table {
    width: 100%;
    table-layout: fixed;
    margin: 30px auto 30px;
}

#contents table th,
#contents table td {
    word-break: break-all;
}

#contents table th {
    width: 24%;
    padding: 14px 16px;
    background: #eef6f7;
    border: 1px solid #eaeaea;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#contents table td {
    line-height: 1.5;
    padding: 13px;
    border: 1px solid #eaeaea;
    /*background: #FFF;*/
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    word-wrap: break-word;
}

#contents table td a {
    color: #009eb7;
}
#contents table td a:hover {
    opacity:0.7;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
    margin: 30px auto;
    padding: 0 0;
}

.float-wrap img {
    width: 100%;
}

.float-wrap .catch {
    font-size: 2rem;
    color: #f37336;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 3.2rem;
}

.float-wrap p {
    margin: 0;
    padding: 0;
    width: auto;
}

.float-wrap .fl {
    width: 40rem;
    padding: 0 40px 10px 0;
    text-align: center;
}

.float-wrap .fr {
    width: 40rem;
    padding: 0 0 10px 40px;
    text-align: center;
}

.float-wrap .center {
    width: 500px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

#contents .float-wrap table {
    width: 55%;
    margin: 2rem 0 3rem;
}

#contents .float-wrap table th {
    width: 42%;
}
#contents .captionWrap {
    overflow: hidden;
    white-space: nowrap;
}

#contents .captionWrap .caption {
    overflow-x: scroll;
    /*height: calc(100% + 18px);*/
}

.caption {
    text-align: center;
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.8rem;
    word-break: break-all;
    color: #999;
}

.caption a {
    color: #999;
    text-decoration: underline;
}

.caption a:hover {
    color: #999;
    text-decoration: none;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a,
.btn-internal a,
.btn-web a {
    box-sizing: border-box;
    border-radius: 5rem;
    text-decoration: none;
    line-height: 2.6rem;
    font-size: 16px;
    font-size: 1.6rem;
      text-align: center;
}

.btn-link {
    margin: 20px 0;
    text-align: right;
}

.btn-link a {
    color: #333;
    display: inline-block;
    background: url("img/arr_black01.png") right 0 top 50% no-repeat;
    background-size: 1.4rem auto;
    padding: .4rem 2rem .4rem 0;
    line-height: 1.3;
    text-decoration: underline;
}

.btn-link a:hover {
    text-decoration: none;
}

.btn-internal {
    width: 46rem;
    margin: 3rem auto;
}

.btn-web {
    width: 46rem;
    margin: 3rem auto;
}

.btn-internal a {
    background: #009eb7 url("img/arr_white02.png") right 2rem top 50% no-repeat;
    background-size: 3rem auto;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 1.8rem 5.5rem 1.8rem 3.5rem;
}

.btn-internal a:hover {
    opacity: 0.8;
}

.btn-tel {
    display: none;
}

.btn-web a {
    background: #ff4246 url("img/arr_white02.png") right 2rem top 50% no-repeat;
    background-size: 3rem auto;
    color: #FFF;
    font-weight: bold;
    display: block;
    /* text-align: left; */
    padding: 1.8rem 5.5rem 1.8rem 3.5rem;
    position: relative;
}

.btn-web a:hover {
    opacity: 0.8;
}

.auto {
    margin: 0 auto;
}

.webLink {
    font-size: 10px;
    color: #808080;
    text-align: center;
    line-height: 1.6rem;
}

p {
    margin: 0px 0px 2rem 0px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#page.sitemap {
    width: 1000px;
    margin: 0 auto;
}

#page.sitemap h2 a {
    color: #444;
}

#page.sitemap li a:hover {
    text-decoration: underline;
}


/*共通パーツ*/
.txt_link a {
    text-decoration: underline;
}

.txt_link a:hover {
    text-decoration: none;
}


/*目次*/
#pageList {
    width: 85rem;
    margin: 80px auto;
    background: #eef6f7;
    border-radius: 1rem;
    position: relative;
}

#pageList:before {
    content: "";
    position: absolute;
    top: -2.6rem;
    left: 3rem;
    background: url(img/deco_en_contents.png) 50% 50% no-repeat;
    background-size: auto 2.7rem;
    width: 15.6rem;
    height: 2.7rem;
}

#pageList .decoTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 2.2rem 2rem 2.2rem 3rem;
    position: relative;
    background: url(img/icon_plus.png) right 3rem top 50% no-repeat;
    background-size: 4rem auto;
}

#pageList .decoTit:after {
    content: "";
    background: #003942;
    width: 4rem;
    height: .1rem;
    margin: 0 0 0 3rem;
    vertical-align: middle;
}

#pageList .decoTit.open {
    background: url(img/icon_minus.png) right 3rem top 50% no-repeat;
    background-size: 4rem auto;
}

#pageList .decoTit:hover {
    cursor: pointer;
    opacity: 0.7;
}

#pageList .decoTit .sTit {
    color: #003942;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    margin: 0;
}

#pageList #toc {
    display: none;
    border-top: 1px solid #003942;
    padding: 4rem 3rem 2.5rem 3rem;
}

#index #pageList #toc .chapter .chapter {
    /*display: none;*/
}

#pageList ul {
    margin: 0;
    padding: 0;
}

#pageList ul li {
    position: relative;
    margin: 0 0 1.8rem 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #003942;
    line-height: 1.5em;
    background: none;
}

#pageList ul li.chapter-h-three {
    display: none;
}

#pageList ul li a {
    color: #003942;
    padding: 0 8rem 0 0;
    background: url(img/click_here_green.png) 100% 50% no-repeat;
    background-size: 8rem auto;
    display: block;
}

#pageList ul li span {
    font-size: 1.5rem;
    color: #333;
}

#pageList ul ul {
    display: none;
    margin: 0;
    padding: 0 0 0 20px;
}

#pageList .chapter .chapter li {
    padding: 0 0 0 25px;
    font-size: 1.5rem;
}

#index #pageList ul li:before,
#pageList .chapter .chapter li:before {
    display: none;
}

#pageList ul li a {
    text-decoration: none;
}

#pageList ul li a:hover {
    text-decoration: underline;
}



/*追加パーツ01*/
.comCont01 {
    margin: 10rem auto;
}
.comCont01 .inner .title .txt_bold {
    font-weight: 700;
    color: #ffd178;
}

.comCont01 .inner {
    background: #ffe2d4 url(img/deco_en_summary.png) 100% 0 no-repeat;
    background-size: auto 4.6rem;
    border-radius: 1rem;
    padding: 4rem;
}

.comCont01 .inner .title {
    background: #003942;
    padding: 3rem 4rem;
    margin: 0 0 4rem -4rem;
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
    border-radius: 0 1rem 1rem 0;
    display: inline-block;
    line-height: 4.6rem;
    max-width: 68rem;
}


.comCont01 .catch {
    font-size: 2rem;
    font-weight: 700;
    color: #f37336;
    line-height: 3.6rem;
    margin: 0 0 2rem 0;
}

.comCont01 .btn-link {
    margin: 3rem 0 0 0;
}


/*追加パーツ02*/
.comCont02 {
    margin: 10rem auto;
}

.comCont02 .sBlock {
    margin: 0 auto 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comCont02 .icon {
    width: 18rem;
}

.comCont02 .icon img {
    border-radius: 50%;
}

.comCont02 .hukiArea {
    width: calc(100% - 18rem - 5rem);
    background: #eef6f7;
    border-radius: 1rem;
    padding: 3rem 4rem;
    position: relative;
}

.comCont02 .hukiArea:before {
    content: "";
    position: absolute;
    background: #009eb7;
    width: 3rem;
    height: 3rem;
    top: 4rem;
}

.comCont02 .sBlock:nth-child(odd) .hukiArea:before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    left: -3rem;
}

.comCont02 .sBlock:nth-child(even) .hukiArea:before {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    right: -3rem;
}

.comCont02 .hukiArea .catch {
    color: #003942;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    position: relative;
}

.comCont02 .hukiArea .catch:before {
    content: "";
    background: #003942;
    width: 8rem;
    height: .1rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.comCont02 .sBlock:nth-child(2n) .icon {
    order: 2;
}

.comCont02 .sBlock:nth-child(2n) .hukiArea {
    order: 1;
}



/*追加パーツ03*/


.comCont03 {
    margin: 20rem auto -32rem;
    background: #f8f0e6;
    padding: 6rem 0 35rem;
    position: relative;
}

.comCont03:before {
    content: "";
    background: url(img/deco_en_by_type.svg) 50% 50% no-repeat;
    background-size: auto 13.9rem;
    position: absolute;
    top: -10.6rem;
    right: calc(50% - 58rem);
    width: 58.8rem;
    height: 13.9rem;
    opacity: 0.3;
}

.comCont03 .inner {
    width: 120rem;
    margin: 0 auto;
}

.comCont03 .headCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10rem 0;
}

.comCont03 .headCont .titOut,
.comCont03 .headCont .txtArea {
    width: calc(50% - 2rem);
}

.comCont03 .headCont .bg_green {
    background: #003942;
    border-radius: 0 1rem 1rem 0;
    padding: 4rem 3rem 4rem 0;
    position: relative;
}

.comCont03 .headCont .bg_green:before {
    content: "";
    background: #003942;
    position: absolute;
    top: 0;
    left: -100rem;
    width: 100rem;
    height: 100%;
}

#contents .comCont03 .headCont .idxh2,
.comCont03 .headCont .idxh2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 6.3rem;
    letter-spacing: .1rem;
    color: #FFF;
    text-align: right;
    margin: 0;
    padding: 0;
    border: none;
}

#contents .comCont03 .headCont .idxh2:before,
.comCont03 .headCont .idxh2:before {
    display: none;
}

#contents .comCont03 .headCont .idxh2 .bg_white,
.comCont03 .headCont .idxh2 .bg_white {
    font-size: 4rem;
}

#contents .comCont03 .headCont .idxh2 .fs_l,
.comCont03 .headCont .idxh2 .fs_l {
    font-size: 4rem;
}

#contents .comCont03 .headCont .idxh2 .bg_white,
.comCont03 .headCont .idxh2 .bg_white {
    color: #003942;
    font-size: 2.4rem;
    display: inline-block;
    line-height: 3rem;
    padding: .5rem 2rem;
    border-radius: .5rem;
    position: relative;
    top: -.5rem;
}

.comCont03 .headCont .txtArea {
    padding: 4rem 0;
}

.comCont03 .dtlArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.comCont03 .dtlArea .sCont {
    width: 36rem;
    background: #FFF;
    border-radius: 1rem;
    padding: 0 2rem 4rem 2rem;
    margin-right: 3.2rem;
}

.comCont03 .dtlArea .sCont:nth-child(3n) {
    margin-right: 0;
}

.comCont03 .dtlArea .hukiArea {
    background: #003942;
    border-radius: 1rem;
    width: 100%;
    margin: -6rem auto 3rem;
    padding: 2rem;
    position: relative;
}

.comCont03 .dtlArea .hukiArea:before {
    content: "";
    background: #003942;
    position: absolute;
    width: 2rem;
    height: 1rem;
    left: calc(50% - 1rem);
    bottom: -1rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.comCont03 .dtlArea .hukiArea .mTit {
    font-weight: 700;
    text-align: center;
    letter-spacing: .1rem;
    line-height: 3.2rem;
    font-size: 2rem;
    color: #FFF;
}

.comCont03 .dtlArea .hukiArea .mTit .fc_yel {
    font-size: 3.2rem;
}

.comCont03 .dtlArea .hukiArea .mTit .fc_yel .fs_s {
font-size: 2rem;
}

.comCont03 .dtlArea .idxh3 {
    font-size: 2.6rem !important;
    font-weight: 700;
    color: #003942;
    margin: 0 0 2rem !important;
    text-align: center !important;
    padding: 0 !important;
    text-align: center !important;
    background: none !important;
    border-radius: 0 !important;
}

.comCont03 .dtlArea .idxcatch {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 0.8rem;
    color: #009eb7;
    FONT-WEIGHT: 700;
}

#category .comCont03 .dtlArea .idxh3:before, #page .comCont03 .dtlArea .idxh3:before {
    display:none;
}

.comCont03 .pointBox_sTit {
    background: #009eb7;
    border-radius: 1rem;
    width: 70%;
    margin: -3rem auto 0;
    padding: 1rem;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}

.comCont03 .pointBox {
    padding: 1rem;
    background: #eef6f7;
    border-radius: 1rem;
    margin-bottom: 3rem;
}



.comCont03 .dtlArea .ph {
    margin: 0 auto 3rem;
}

.comCont03 .dtlArea .sCont .sTit {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #003942;
    margin: 0 0 2rem 0;
}

.comCont03 .dtlArea .sCont .sTit:before {
    content: "";
    background: #003942;
    display: inline-block;
    width: 7rem;
    height: .1rem;
    vertical-align: middle;
    margin: 0 2rem 0 0;
}

.comCont03 .dtlArea .sCont .sTit:after {
    content: "";
    background: #003942;
    display: inline-block;
    width: 7rem;
    height: .1rem;
    vertical-align: middle;
    margin: 0 0 0 2rem;
}

.comCont03 .dtlArea .sCont .btn-web {
    margin: 3rem auto -8rem;
    width: 100%;
}




    /*関連リンク*/
    #related-article {
        width: 85rem;
        margin: 80px auto;
        background: #eef6f7;
        border-radius: 1rem;
        position: relative;
    }

    #related-article .related-article01-title{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        padding: 2.2rem 2rem 2.2rem 3rem;
        position: relative;
    }

    #related-article .related-article01-list {
    display: block;
    border-top: 1px solid #003942;
    padding: 4rem 3rem 2.5rem 3rem;
}

a.relations-box.relations-box--column {
    color: #003942;
    padding: 0 8rem 0 0;
    background: url(img/click_here_green.png) 100% 50% no-repeat;
    background-size: 8rem auto;
    display: block;
}

a.relations-box.relations-box--column:hover {
    color: #1aa9be;

}

.relations-box.relations-box--column p.catch-01 br {
    display: none;
}

.relations-box.relations-box--column p.catch-01 {
    font-weight: 700;
    margin: 0px 0px 1rem 0px;
    line-height: 1.4;
}

 #related-article .related-article01-title span {
        color: #003942;
        font-size: 2.4rem;
        font-weight: bold;
        position: relative;
        margin: 0;
    }

   #related-article .related-article01-list ul {
        margin: 0;
        padding: 0 1.5rem 2rem 1.5rem;
    }








@media screen and (max-width: 599px) {

    body {
        line-height: 2em;
        min-width: inherit;
        width: 100%;
        padding: 0;
    }

    #contents {
        overflow: hidden;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        /*letter-spacing: 0rem;*/
    }

    p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }

    a {
        color: #333;
        text-decoration: none;
    }

    .wi900 {
        width: 100%;
    }

    .wi1000 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #category, #page {
        position: relative;
        float: none;
        width: 100%;
        padding: 0 15px 0 15px;
        box-sizing: border-box;
    }

    .wi1100 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .wi1200 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }


    /*--------------------------------------
　content
---------------------------------------*/

    #category h1, #page h1 {
        margin: 0 auto 2.3rem;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 3.4rem;
        padding: 1.5rem 3rem 1.5rem 3rem;
        border: .2rem solid #003942;
    }

    #category .comTxt, #page .comTxt {
        margin: 0 0 4rem 0;
        line-height: 2.2rem;
        font-size: 1.3rem;
    }

    #category h2, #page h2 {
        margin: 3.5rem 0 2rem;
        padding: 1.5rem 1rem 1.5rem 3rem;
        font-size: 2rem;
        font-size: 2rem;
        line-height: 2.4rem;
    }

    #category h2:before, #page h2:before {
        content: "";
        position: absolute;
        top: -1.5rem;
        left: 1.5rem;
        background: #ffbb9b;
        width: .1rem;
        height: calc(100% + 1.5rem);
    }

    #category h2 a, #page h2 a {
        text-align: left;
        display: block;
        background: url("img/arr_white01.png") right 0 top 50% no-repeat;
        background-size: 1.3rem auto;
        padding: 0 2rem 0 0;
    }

    #category h3, #page h3 {
        position: relative;
        margin: 3.5rem 0 2rem;
        padding: 1rem 1rem 1rem 2.5rem;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    #category h3 a, #page h3 a {
        display: block;
        background: url("img/arr_black01.png") right 0 top 50% no-repeat;
        background-size: 1.3rem auto;
        padding: 0 2rem 0 0;
    }

    #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
        position: relative;
        color: #003942;
        margin: 3.5rem 0 2rem;
        padding: 1.4rem 1rem 1.5rem 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    #category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
        position: relative;
        background: url("img/arr_black01.png") right 0 top 50% no-repeat;
        background-size: 1.3rem auto;
        color: #003942;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 20px 0 0;
    }

    .sitemap h2 a {
        color: #333;
    }



    #contents ul {
        margin: 20px 0 20px;
        padding: 10px 10px 0;
    }

    #contents ul li {
        padding: 0 0 10px 1.8rem;
        background: url(./img/listicon.png) 2px 8px no-repeat;
        background-size: auto 1rem;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }


    /*--------------------------------------
　table
---------------------------------------*/

    #contents table {
        width: 100%;
        table-layout: fixed;
        margin: 30px auto 30px;
    }

    #contents table {
        border-collapse: collapse;
        width: 100%;
        border: none;
    }

    #contents table th {
        background: #eef6f7;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #contents table td {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #contents table th,
    #contents table td {
        /* display: block; */
        /* width: 100%; */
        border: 1px solid #eaeaea;
        padding: 10px;
        box-sizing: border-box;
    }


    /*--------------------------------------
　float img
---------------------------------------*/
    #contents .float-wrap {
        margin: 20px auto;
        padding: 0;
        width: 100%;
    }

    #contents .float-wrap .float-img {
        margin: 0 0 12px 0;
    }

    #contents .float-wrap .fl {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    #contents .float-wrap .fr {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    #contents .float-wrap .center {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
    }

    #contents .float-wrap img {
        width: 100%;
    }

    #contents .float-wrap p {
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 0 auto;
        width: 100%;
    }

    #contents .float-wrap .catch {
        font-size: 1.6rem;
        margin: 0 0 10px;
        line-height: 1.5;
        padding: 0 0 0 10px;
    }

    #contents .float-wrap .fl.t_small {
        width: 40%;
        padding: 0 20px 0 0;
        text-align: center;
        float: left;
    }

    #contents .float-wrap .fr.t_small {
        width: 40%;
        padding: 0 0 0 20px;
        margin: 0;
        text-align: center;
        float: right;
    }

    #contents .float-wrap table {
        width: 100%;
        margin: 2rem 0 2rem;
        display: table;
    }

    #contents .float-wrap table th {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        border-bottom: none;
    }

    #contents .float-wrap table tr:nth-child(2) th {
        border-top: none;
    }

    #contents .float-wrap table td {
        text-align: left;
        display: block;
        font-size: 1.5rem;
    }

    #contents .caption {
        margin: 8px 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 2rem;
        word-break: break-all;
        color: #999;
        text-align: center;
    }


    /*--------------------------------------
　btn
---------------------------------------*/

    .btn-link {
        margin: 20px 0;
        text-align: left;
    }

    .btn-link a {
        background: #666 url("img/arr_white02.png") right 1.5rem top 50% no-repeat;
        background-size: 2rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-align: left;
        padding: 1.5rem 4.5rem 1.5rem 3rem;
        position: relative;
        text-decoration: none;
        line-height: 2.6rem;
    }

    .btn-link a:hover {
        text-decoration: none;
    }

    .btn-internal,
    .btn-web,
    .btn-tel,
    .btn-link {
        width: 90%;
        margin: 20px auto;
    }

    .btn-internal a {
        background: #1d9be5 url(img/arr_white02.png) right 1.5rem top 50% no-repeat;
        background-size: 2rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        /* text-align: left; */
        padding: 1.5rem 4.5rem 1.5rem 3rem;
        position: relative;
    }

    .btn-web a {
        background: #f55f50 url(img/arr_white02.png) right 1.5rem top 50% no-repeat;
        background-size: 2rem auto;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-align: left;
        padding: 1.5rem 4.5rem 1.5rem 3rem;
        position: relative;
    }

    .btn-tel {
        display: block;
        /* width: 100%; */
    }

    .reasonBox .btn-tel {
        width: 100%;
    }
    
    .btn-tel a {
        background: #43ba5c url("img/icon_tell.png") left 20px top 50% no-repeat;
        background-size: 18px auto;
        border-radius: 5rem;
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-decoration: none;
        text-align: left;
        padding: 1.4rem 4.5rem 1.4rem 5.5rem;
        position: relative;
        line-height: 2.6rem;
        margin: auto;
    }





    /*共通パーツ*/


    /*目次*/
    #pageList {
        margin: 6rem auto;
        width: 100%;
        border-radius: 1rem;
    }

    #pageList:before {
        content: "";
        position: absolute;
        top: -2rem;
        left: 1.5rem;
        background: url(img/deco_en_contents.png) 50% 50% no-repeat;
        background-size: auto 2rem;
        width: 11.6rem;
        height: 2.7rem;
    }

    #pageList .decoTit .enTit {
        font-size: 2.4rem;
        margin-top: -2.5rem;
    }

    #pageList .decoTit .sTit {
        font-size: 1.5rem;
        margin: 0;
    }

    #pageList .decoTit {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        background: url(img/icon_plus.png) right 1.5rem top 50% no-repeat;
        background-size: 2.4rem auto;
    }

    #pageList .decoTit:after {
        content: "";
        background: #003942;
        width: 3rem;
        height: .1rem;
        margin: 0 0 -.2rem 1.5rem;
        vertical-align: middle;
    }

    #pageList .decoTit.open {
        background: url(img/icon_minus.png) right 1.5rem top 50% no-repeat;
        background-size: 2.4rem auto;
    }

    #pageList #toc {
        padding: 2.5rem 1.5rem 2rem 1.5rem;
    }

    #pageList ul {
        margin: 0;
        padding: 0;
    }

    #pageList ul li {
        margin: 0 0 1rem 0;
        background: none;
        padding: 0;
        line-height: 2.6rem;
    }

    #index #pageList ul li {
        font-size: 1.5rem;
        margin: 0 0 5px 0;
        background: none;
        padding: 0;
    }

    #pageList ul li a {
        padding: 0 7rem 0 0;
        background: url(img/click_here_green.png) left 100% bottom .6rem no-repeat;
        background-size: auto 0.7rem;
    }

    #index #pageList ul li:last-child {
        margin: 0;
    }

    #pageList ul ul {
        margin: 0;
        padding: 0 0 0 20px;
    }

 
    /*関連リンク*/
    #related-article {
        width: calc(100% - 3rem);
        margin: 6rem auto 10rem;
        border-radius: 1rem;
    }

    #related-article .related-article01-title{
        font-size: 1.8rem;
        font-weight: bold;
        padding: 1rem 1rem 1rem 1.5rem;
        display: block;
    }

a.relations-box.relations-box--column {

    background: url(img/click_here_green.png) 100% bottom no-repeat;
    background-size: 6rem auto;

}
    
    #related-article .related-article01-list {
       padding: 1rem 1rem 1rem 1.5rem;
}

 #related-article .related-article01-title span {
        font-size: 1.8rem;
    }









    /*追加パーツ01*/
    .comCont01 {
        margin: 4rem auto 4rem;
    }

    .comCont01 .inner {
        background: #ffe2d4 url(img/deco_en_summary.png) 100% 0 no-repeat;
        background-size: auto 3rem;
        border-radius: 1rem;
        padding: 4rem 1.5rem;
    }

    .comCont01 .inner .title {
        padding: 2rem 1.5rem 2rem 1.5rem;
        margin: 0 0 2rem -1.5rem;
        font-size: 2rem;
        border-radius: 0 1rem 1rem 0;
        display: inline-block;
        line-height: 3.4rem;
        max-width: 98%;
    }


    .comCont01 .catch {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin: 0 0 2rem 0;
    }

    .comCont01 .btn-link {
        margin: 2rem auto 0;
    }


    /*追加パーツ02*/
    .comCont02 {
        margin: 8rem auto 8rem;
    }

    .comCont02 .sBlock {
        margin: 0 auto 5rem;
        display: block;
    }

    .comCont02 .icon {
        width: 12rem;
        margin: 0 auto 3rem;
    }

    .comCont02 .icon img {
        border-radius: 50%;
    }

    .comCont02 .hukiArea {
        width: 100%;
        padding: 2rem 1.5rem;
        position: relative;
    }

    .comCont02 .hukiArea:before {
        content: "";
        position: absolute;
        background: #009eb7;
        width: 3rem;
        height: 1.5rem;
        top: -1.5rem;
    }

    .comCont02 .sBlock:nth-child(odd) .hukiArea:before {
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
        left: calc(50% - 1.5rem);
    }

    .comCont02 .sBlock:nth-child(even) .hukiArea:before {
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
        right: inherit;
        left: calc(50% - 1.5rem);
    }

    .comCont02 .hukiArea .catch {
        font-size: 1.6rem;
        line-height: 3rem;
        margin: 0 0 2rem 0;
        padding: 0 0 1.5rem 0;
        position: relative;
    }

    .comCont02 .hukiArea .catch:before {
        content: "";
        background: #003942;
        width: 6rem;
        height: .1rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .comCont02 .sBlock:nth-child(2n) .icon {
        order: 2;
    }

    .comCont02 .sBlock:nth-child(2n) .hukiArea {
        order: 1;
    }


    /*追加パーツ03*/
    .comCont03 {
        margin: 0 auto -12rem;
        padding: 4rem 0 20rem 0;
    }

    .comCont03:before {
        content: "";
        background: url(img/deco_en_by_type.svg) 50% 50% no-repeat;
        background-size: auto 4.6rem;
        position: absolute;
        top: -3.6rem;
        right: 0;
        width: 20rem;
        height: 4.6rem;
    }

    .comCont03 .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .comCont03 .headCont {
        display: block;
        margin: 0 0 3rem 0;
    }

    .comCont03 .headCont .txtArea {
        width: 100%;
    }

    .comCont03 .headCont .titOut {
        width: calc(100% - 4rem);
    }

    .comCont03 .headCont .bg_green {
        background: #003942;
        border-radius: 0 1rem 1rem 0;
        padding: 3rem 1.5rem 3rem 0;
        position: relative;
    }

    .comCont03 .headCont .bg_green:before {
        content: "";
        background: #003942;
        position: absolute;
        top: 0;
        left: -100rem;
        width: 100rem;
        height: 100%;
    }

    #contents .comCont03 .headCont .idxh2,
    .comCont03 .headCont .idxh2 {
        font-size: 2rem;
        line-height: 4rem;
        text-align: left;
        letter-spacing: .1rem;
        color: #FFF;
        margin: 0;
        padding: 0;
        border: none;
    }

    .comCont03 .headCont .idxh2 .bg_white {
        font-size: 4rem;
    }

    #contents .comCont03 .headCont .idxh2 .fs_l,
    .comCont03 .headCont .idxh2 .fs_l {
        font-size: 2.7rem;
    }

    .comCont03 .headCont .idxh2 .bg_white {
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding: .5rem 2rem;
        border-radius: .5rem;
        top: -.5rem;
    }

    .comCont03 .headCont .txtArea {
        padding: 3rem 0;
    }

    .comCont03 .dtlArea {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .comCont03 .dtlArea .sCont {
        width: 100%;
        background: #FFF;
        border-radius: 1rem;
        padding: 0 1.5rem 4rem 1.5rem;
        margin-right: 0;
        margin: 0 auto 10rem;
    }

    .comCont03 .dtlArea .sCont:last-child {
        margin: 0 auto;
    }

    .comCont03 .dtlArea .sCont:nth-child(3n) {
        margin-right: 0;
    }

    .comCont03 .dtlArea .hukiArea {
        background: #003942;
        border-radius: 1rem;
        width: 100%;
        margin: -3rem auto 2rem;
        padding: 2rem 1.5rem;
        position: relative;
    }

    .comCont03 .dtlArea .hukiArea:before {
        content: "";
        background: #003942;
        position: absolute;
        width: 2rem;
        height: 1rem;
        left: calc(50% - 1rem);
        bottom: -1rem;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    .comCont03 .dtlArea .hukiArea .mTit {
        font-weight: 700;
        text-align: center;
        letter-spacing: .1rem;
        line-height: 3rem;
        font-size: 1.6rem;
        color: #FFF;
    }

    .comCont03 .dtlArea .hukiArea .mTit .fc_yel {
        font-size: 2.5rem;
    }

    .comCont03 .dtlArea .hukiArea .mTit .fc_yel .fs_s {
        font-size: 2rem;
    }

    .comCont03 .dtlArea .idxh3 {
        font-size: 2.5rem;
        margin: 0 0 2rem 0;
        letter-spacing: .1rem;
    }

    .comCont03 .dtlArea .ph {
        margin: 0 auto 3rem;
    }

    .comCont03 .dtlArea .sCont .sTit {
        font-size: 1.8rem;
        margin: 0 0 1.5rem 0;
    }

    .comCont03 .dtlArea .sCont .sTit:before {
        content: "";
        background: #003942;
        display: inline-block;
        width: 7rem;
        height: .1rem;
        vertical-align: middle;
        margin: -.4rem 2rem 0 0;
    }

    .comCont03 .dtlArea .sCont .sTit:after {
        content: "";
        background: #003942;
        display: inline-block;
        width: 7rem;
        height: .1rem;
        vertical-align: middle;
        margin: -.4rem 0 0 2rem;
    }

    .comCont03 .dtlArea .sCont .btn-web {
        margin: 3rem auto 0;
        width: 100%;
    }




    /*ヘッダー*/

    #contents .sitemap {
        padding: 0 10px;
        box-sizing: border-box;
    }

    #contents .sitemap h1 {
        width: 100%;
    }


    /* ================== */
    /*header　*/
    /* ================== */


    header .keyArea_sec {
        background: url(img/deco_en_villa_management.png) left 50% bottom 0 no-repeat,
            url(img/key_tem_sp.jpg) 50% 50% no-repeat;
        background-size: 100% auto, cover;
        width: calc(100% - 3rem);
        margin: 0 auto;
        height: 12rem;
    }

    header .logo {
        width: 17.4rem;
        margin: 1.5rem auto 2rem;
        background: none;
        border-radius: inherit;
        margin-left: 25%;
    }

    header .logo a {
        display: block;
        padding: 0;
    }

    header .logo a:hover {
        opacity: 0.7;
    }

    #contents .sitename {
        font-size: 14px;
        font-size: 1.4rem;
        color: #999;
        margin: 0 0 10px 0;
        position: relative;
        z-index: 2;
        padding: 0 40px 0 0;
    }


    .sitename {
        padding: .8rem 0;
        line-height: 1.6rem;
    }

    .sitename,
    .sitename a {
        font-size: 10px;
        font-size: 1rem;
        font-weight: normal;
        color: #999;
        text-align: left;
    }


    /* ハンバーガーメニュー */
    nav {
        width: 30rem;
        transform: translate(30rem);
    }

    nav .navLogo {
    width: 60%;
    padding: 1rem 1.5rem;
    border-bottom: 0px solid #FFF;
}
    
    /* ハンバーガーメニュー */
    .bargBg {
        /* background: rgba(34,34,34,0.9); */
        position: fixed;
        top: 2rem;
        right: 1rem;
        z-index: 100;
        transform: translateX(0);
        transition: transform .5s;
        width: 46px;
        height: 46px;
        border: 1px solid #003942;
    }

    .bargBg p {
        width: 46px;
        text-align: center;
        color: #FFF;
        font-size: 7px;
        font-size: 0.7rem;
        margin: 19px auto 0;
        position: inherit;
        bottom: inherit;
        left: inherit;
    }

    .bargBg.active {
        transform: translateX(-30rem);
        display: block !important;
    }

    .bargBg span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 10px);
        width: 20px;
        height: 2px;
        background-color: #003942;
    }

    .bargBg.active span {
        background-color: #003942;
    }

    .bargBg span:nth-of-type(1) {
        top: 13px;
    }

    .bargBg.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .bargBg span:nth-of-type(2) {
        top: 22px;
    }

    .bargBg.active span:nth-of-type(2) {
        opacity: 0;
    }

    .bargBg span:nth-of-type(3) {
        top: 31px;
    }

    .bargBg.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .out-frame {
        position: relative;
        width: 100%;
    }

    .out-frame.black:after {
        background: #FFF;
        opacity: 0.8;
        content: '';
        height: 10000px;
        right: 0;
        top: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }

    .out-frame:after {
        background: #FFF;
        opacity: 0;
        content: '';
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transform: all .5s ease;
    }

    .header-frame {
        position: relative;
        width: 100%;
        height: 64px;
    }

    .menu-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
    }

    .navOpenOut {
        background: rgba(255, 255, 255, 0.5);
        padding: 13px 10px;
        box-sizing: border-box;
    }

    .navOpen {
        position: inherit;
        top: inherit;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 10;
        float: right;
    }

    .header-menu ul li a {
        display: block;
        padding: 15px 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #333;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion li ul li:first-child a {
        padding: 12px 30px 12px 10px;
    }

    .header-menu ul li.delete {
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion {
        border-top: 1px solid #eee;
    }

    .header-menu ul.accordion ul {
        display: none;
    }

    .header-menu ul.accordion .subCat ul.subList {
        display: block;
    }

    .header-menu ul.accordion .tglMenu {
        display: block;
        padding: 15px 30px 15px 10px;
        text-decoration: none;
        line-height: 1.3;
        color: #333;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .header-menu ul.accordion ul li a {
        padding: 12px 30px 12px 20px;
        color: #333;
    }

    .header-menu ul.accordion ul li.subCat a,
    .header-menu ul.accordion ul li.subCat ul.subList li a {
        padding: 12px 30px 12px 20px;
    }




    /*--------------------------------------
pankuzu
---------------------------------------*/
    #pankuzuWrap {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        margin: 15px auto 30px;
        padding: 0 15px;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        font-size: 11px;
        font-size: 1.1rem;
        color: #333;
    }

    #pankuzu a {
        color: #333;
    }

    footer {
        box-sizing: border-box;
        width: 100%;
        padding: 1rem 0 0 0;
        margin: 16rem 0 0 0;
        position: relative;
    }

    footer:before {
        content: "";
        background: url(img/foot_deco_sp.png) 50% 100% no-repeat;
        background-size: cover;
        position: absolute;
        top: -11.9rem;
        left: 0;
        width: 100%;
        height: 12rem;
    }

    footer .foot_logo {
        width: 14rem;
        margin: 0 auto 15px;
    }

    footer .areaInner {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-top: 1px solid #ddd;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        color: #FFF;
        background: url(img/arr_white_down.png) right 10px center no-repeat, #003942;
        background-size: 2.4rem auto;
        padding: 10px 40px 10px 4%;
        text-decoration: none;
    }

    footer .areaInner .footBox .sttl.open a {
        background: url(img/arr_white_up.png) right 10px center no-repeat, #003942;
        background-size: 2.4rem auto;
    }

    footer .areaInner .footBox .sttl {
        border-bottom: 1px solid #ddd;
        padding: 0;
        margin: 0;
    }

    footer .areaInner .footBox .sttl.sitemap a {
        background: #003942 url("img/arr_white01.png") right 15px center no-repeat;
        background-size: 1rem auto;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #FFF;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
        padding: 0;
        background: none;
        margin: 0;
        width: 100%;
    }

    footer .areaInner .footBox .accChild li.sp {
        display: block;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        background: url("img/arr_black01.png") right 1.5rem center no-repeat;
        background-size: 1rem auto;
        color: #333;
        border-bottom: 1px dotted #eee;
        padding: 10px 40px 10px 4%;
        font-size: 13px;
        font-size: 1.3rem;
    }

    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
    }

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        box-sizing: border-box;
        background: url("img/arr_black01.png") right 1.5rem center no-repeat;
        background-size: 1.4rem auto;
        color: #333;
        border-bottom: 1px dotted #eee;
        padding: 10px 40px 10px 6%;
    }

    footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
        border: none;
    }

    footer .areaInner .footBox .accChild .subList {
        padding: 0;
        margin: 0;
        display: block;
    }

    footer .areaInner .footBox .accChild .subList li {
        display: block;
    }

    footer .areaInner .footBox .accChild .subList li:first-child:before {
        content: "";
    }

    footer .areaInner .footBox .accChild .subList li a {
        padding: 10px 40px 10px 10%;
        background: url("img/arr_black01.png") right 1.5rem center no-repeat;
        background-size: 1.4rem auto;
    }

    footer .areaInner .footBox .accChild .subList li:after {
        content: "";
    }

    footer .areaInner .footBox .accChild li:after {
        content: "";
    }

    footer .areaInner .footBox .accChild li.subCat:after {
        content: "";
    }

    footer .areaInner .footBox .accChild li:last-child:after {
        content: "";
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        width: 90%;
        margin: 30px auto 10px;
        padding: 20px;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8em;
        border-radius: 1rem;
    }

    footer .areaInner .noticeArea p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botPrg {
        padding: 0;
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer .botArea {
        padding: 0;
    }

    footer .botArea .botInner {
        width: 100%;
    }

    footer .noticeArea p.botPrg {
        padding: 6px 0 2px;
        text-align: center;
    }

    footer p.copy {
        margin: 0;
        padding: 10px;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.8rem;
        text-align: center;
    }

    footer a {
        text-decoration: none;
    }


    /*--------------------------------------
　PageTop
---------------------------------------*/

    #page-top {
        position: fixed;
        bottom: 1.5rem;
        right: 10px;
        z-index: 2;
        width: 50px;
    }

    /*--------------------------------------
fixBtn
---------------------------------------*/

    #fixBtn {
        /* display: none !important; */
        position: relative;
        top: auto;
        right: auto;
        z-index: 9;
        width: 90vw;
        margin-left: 5vw;
        margin-bottom: 4rem;
    }

#fixBtn .mTit {
    border-radius: 1rem 1rem 0 0;
    border: solid 1px #ffe2d4;
    border-right: solid 1px #ffe2d4;
    text-align: center;
}
    
#fixBtn .inner {
    background: #ffe2d4;
    border-radius: 1rem;
}
    

#fixBtn .navArea .sLink {
    width: 25%;
    margin-left: 0.5rem;
}

#fixBtn .navArea {
    display: flex;
    padding-right: 0.5rem;
    padding-bottom: 0;
}

#fixBtn .navArea .sLink a {
    font-size: 1.3rem;
    justify-content: center;
    background: none;
}

#fixBtn .navArea .areaName {
    padding: 0;
    margin: auto;
}

#fixBtn .mTit br {
    display: none;
}

#fixBtn .navArea .sLink a img {
    width: 16vw;
    border-radius: 1rem;
}








    

}



    #page .dtlArea {
    padding: 0 0 5rem 0;
    margin: 0 auto 12rem;
    border-radius: 1rem;
    /* background: #FFF url(img/deco_en_villa_management_company.png) 100% 0 no-repeat; */
    background-size: auto 9.8rem;
}

    #page .dtlArea .titArea {
    padding: 4rem 4rem 6rem 4rem;
}

    #page .dtlArea .titArea .subTxt {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .2rem;
    margin: -8rem 0 5rem -10rem;
    color: #003942;
}

    #page .dtlArea .titArea .subTxt .bg_green {
    font-size: 4.6rem;
    display: inline-block;
    line-height: 4.6rem;
    border-radius: .5rem;
    padding: 1rem 2rem 1.4rem 2rem;
    margin: 0 1rem 0 0;
}

    #page .dtlArea .titArea .idxh3 {
    font-size: 3.6rem;
    color: #333;
    margin: 0;
    padding: 0 0 0 5rem;
    background: none;
}

    #page .dtlArea .titArea .idxh3::before {
    content: "";
    background: #003942;
    width: 3rem;
    height: .1rem;
    position: absolute;
    top: 50%;
    left: 0;
}

    #page .dtlArea .titArea .idxh3::after {
    content: "";
    background: #003942;
    width: .1rem;
    height: 7rem;
    position: absolute;
    top: -5.4rem;
    left: 0;
}

    #page .dtlArea:last-child {
    margin: 15rem auto 6rem;
}

    #page .dtlArea .sBlock {
    padding: 0 4rem;
    margin: 0 auto 10rem;
}

    #page .dtlArea .sBlock:last-child {
    margin: 0 auto;
}

    #page .dtlArea .h4Out {
    text-align: center;
    position: relative;
    margin: 0 auto 5rem;
}

    #page .dtlArea .sBlock01 .h4Out {
    margin: 0 auto 7rem;
}

    #page .dtlArea .h4Out:before {
    content: "";
    background: #003942;
    position: absolute;
    width: 100%;
    height: .1rem;
    top: 50%;
    left: 0;
}

    #page .dtlArea .idxh4 {
    color: #003942;
    font-size: 2.6rem;
    display: inline-block;
    line-height: 4rem;
    margin: 0;
    padding: 0 2rem;
    background: #FFF;
    border: none;
}

    #page .dtlArea .idxh4:before {
    display: none;
}

    #page .dtlArea .slideArea {
    margin: 0 auto 2rem;
}

    #page .dtlArea .slideArea .slide-img {
    margin: 0 1.5rem;
}

    #page .dtlArea .slideArea .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

    #page .dtlArea .slideArea .slick-dots {
    margin: 0;
    padding: 0;
    bottom: -2rem;
}

    #page .dtlArea .slideArea .slick-dots li {
    background: #e9f3f5;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .6rem;
    padding: 0;
    border-radius: 50%;
}

    #page .dtlArea .slideArea .slick-dots li.slick-active {
    background: #003942;
}

    #page .dtlArea .slideArea .slick-arrow {
    z-index: 1;
}

    #page .dtlArea .slideArea .slick-arrow:hover {
    opacity: 0.7;
}

    #page .dtlArea .slideArea .slick-prev:before,
    #page .dtlArea .slideArea .slick-next:before {
    display: none;
}

    #page .dtlArea .slideArea .slick-prev {
    width: 6rem;
    height: 6rem;
    background: url(img/arr_slide_prev.png) 50% 50% no-repeat;
    background-size: cover;
    top: calc(50% - 2rem);
    left: -3rem;
}

    #page .dtlArea .slideArea .slick-next {
    width: 6rem;
    height: 6rem;
    background: url(img/arr_slide_next.png) 50% 50% no-repeat;
    background-size: cover;
    top: calc(50% - 2rem);
    right: -3rem;
}

    #page .dtlArea .sBlock01 .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 5rem;
}

    #page .dtlArea .sBlock01 .box2 .sBox {
    width: calc(50% - 2rem);
    background: #eef6f7;
    border-radius: 1rem;
}

    #page .dtlArea .sBlock01 .box2 .sBox .sTit {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 3.4rem;
    color: #003942;
    font-weight: 700;
    position: relative;
}

    #page .dtlArea .sBlock01 .box2 .sBox:nth-child(1) .sTit:before {
    content: "";
    background: url(img/num_01.png) 50% 100% no-repeat;
    background-size: auto 6.6rem;
    width: 9.6rem;
    height: 6.6rem;
    position: absolute;
    top: -3rem;
    left: -3rem;
}

    #page .dtlArea .sBlock01 .box2 .sBox:nth-child(2) .sTit:before {
    content: "";
    background: url(img/num_02.png) 50% 100% no-repeat;
    background-size: auto 6.6rem;
    width: 10.3rem;
    height: 6.6rem;
    position: absolute;
    top: -3rem;
    left: -3rem;
}

    #page .dtlArea .sBlock01 .box2 .sBox .txtBox {
    padding: 3rem 2rem 2rem 2rem;
}

    #page .dtlArea .sBlock02 .inner {
    background: #eef6f7;
    padding: 3rem;
    border-radius: 1rem;
}

    #page .dtlArea .sBlock02 .idxh4 {
    color: #FFF;
    background: none;
    padding: 0;
}

    #page .dtlArea .sBlock02 .h4Out {
    background: #003942;
    padding: 2rem 3rem;
    border-radius: 1rem;
    margin: 0 0 3rem 0;
}

    #page .dtlArea .sBlock02 .h4Out:before {
    display: none;
}

    #page .dtlArea .sBlock02 .slideArea02 {
    position: relative;
    margin: 4rem auto 0;
}

    #page .dtlArea .sBlock02 .slideArea02 .slide02 .flBox {
    width: 86rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #page .dtlArea .sBlock02 .slideArea02 .slide02 .flBox .ph,
    #page .dtlArea .sBlock02 .slideArea02 .slide02 .flBox .txtArea {
    width: calc(50% - 1.5rem);
}

    #page .dtlArea .sBlock02 .slideArea02 .slide02 .flBox .ph img {
    max-width: inherit;
    width: 100%;
    object-fit: cover;
}

    #page .dtlArea .sBlock02 .slideArea02 .slide02 .flBox .txtArea .subTit {
    font-size: 2rem;
    font-weight: 700;
    color: #003942;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}






@media screen and (max-width: 599px) {


    #page .dtlArea .slideArea {
        margin: 0 auto 6rem;
    }

    #page .dtlArea .slideArea .slide-img {
        margin: 0 1rem;
    }

    #page .dtlArea .slideArea .slick-dotted.slick-slider {
        margin-bottom: 0;
        padding-bottom: 2rem;
    }

    #page .dtlArea .slideArea .slick-dots {
        margin: 0;
        padding: 0;
        bottom: -2rem;
    }

    #page .dtlArea .slideArea .slick-dots li {
        background: #e9f3f5;
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 .6rem;
        padding: 0;
        border-radius: 50%;
    }

    #page .dtlArea .slideArea .slick-dots li.slick-active {
        background: #003942;
    }

    #page .dtlArea .slideArea .slick-arrow {
        z-index: 1;
    }

    #page .dtlArea .slideArea .slick-arrow:hover {
        opacity: 0.7;
    }

    #page .dtlArea .slideArea .slick-prev:before,
    #page .dtlArea .slideArea .slick-next:before {
        display: none;
    }

    #page .dtlArea .slideArea .slick-prev {
        width: 4rem;
        height: 4rem;
        background: url(img/arr_slide_prev.png) 50% 50% no-repeat;
        background-size: cover;
        top: calc(50% - 3rem);
        left: 2rem;
    }

    #page .dtlArea .slideArea .slick-next {
        width: 4rem;
        height: 4rem;
        background: url(img/arr_slide_next.png) 50% 50% no-repeat;
        background-size: cover;
        top: calc(50% - 3rem);
        right: 2rem;
    }
 }