@charset "utf-8";

/*=============================

common

=============================*/


/* パン屑ナビ */
#bread-nav {
    font-size: 10px;
    margin: 40px 0;
}
#bread-nav li {
    color: #888888;
    display:inline-block;
	margin-left: 5px;
}
#bread-nav li:before {
    content: '>';
	margin-right: 5px;
}
#bread-nav li:first-child {
    margin-left:0;
}
#bread-nav li:first-child:before {
    display: none;
}
#bread-nav li a {
    color: #888888;
}

.in {
    max-width: 740px;
    padding: 0 15px;
    margin: auto;
}

/* ----------------

plan

----------------- */
#plan-fv {
    padding: 70px 0;
    text-align: center;
    background: #e6eeee;
}
#plan-single {
    font-size: 15px;
}
.plan-title {
    font-size: 16px;
    text-align: center;
    color: #39b9b7;
    padding: 6px;
    margin-bottom: 35px;
    border: solid 2px;
    border-radius: 1000px;
}
.plan-main-title {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
.plan-desc {
    line-height: 2.2;
}
.plan-desc a {
    color: #28aba9;
    border-bottom: solid 1px;
}
.plan-toc {
    margin-top: 35px;
}
.plan-toc__list >li {
    margin-bottom: 10px;
	line-height: 1.6;
}
.plan-toc__list >li a {
    display: block;
    color: #000;
    font-weight: 500;
    padding: 10px 30px 10px 45px;
    background: #e6eeee;
    border-left: solid 5px #28aba9;
    border-radius: 3px;
    position: relative;
}
.plan-toc__list >li a .num {
    position: absolute;
    left: 12px;
    top: 10px;
}
.plan-toc__list >li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #28aba9;
    border-right: solid 1px #28aba9;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
}

.plan-flow {
    margin-top: 40px;
    padding-top: 130px;
    background: url("../img/plan/fig01.png") no-repeat center top;
    background-size: 480px;
}
.plan-flow h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    background: #4a5663;
}
.plan-flow h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4a5663 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -9px;
}
.plan-flow-box {
    margin-bottom: 50px;
}
.plan-flow-title {
	font-size: 16px;
    font-weight: 500;
	line-height: 1.6;
    padding: 10px 10px 10px 45px;
    margin-bottom: 20px;
    background: #e6eeee;
    border-left: solid 5px #28aba9;
    border-radius: 3px;
    position: relative;
}
.plan-flow-title .num {
    position: absolute;
    left: 12px;
    top: 10px;
}
.plan-flow-item {
    border:solid 1px #39b9b7;
    border-radius: 3px;
    overflow: hidden;
}
.plan-flow-item h5 {
    color: #fff;
    font-size: 15px;
    background: #39b9b7;
    padding: 10px 20px;
}
.plan-flow-item__list {
    padding: 20px;
}
.plan-flow-item__list >li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.plan-flow-item__list >li:before {
    content: '□';
    position: absolute;
    left: 0;
}
.plan-flow-item__list >li:last-child {
    margin-bottom: 0;
}
.plan-flow-item__list >li a {
    color: #39b9b7;
    border-bottom: solid 1px;
}
.p-f-p-desc {
    padding: 25px 20px;
    margin-top: 50px;
    border-radius: 3px;
    background: #f8f2de;
    position: relative;
}
.p-f-p-desc .num {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 40px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    background: #f19f00;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: -30px;
}
.p-f-p-desc .num:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #f19f00 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -6px;
}
.p-f-p-desc p {
    line-height: 2.1;
}
.p-f-p-desc p a {
    color: #39b9b7;
    border-bottom:solid 1px;
    font-weight: bold;
}
.plan-flow-point .box {
    margin-top: 15px;
    border-top: solid 1px #f19f00;
    border-bottom: solid 1px #f19f00;
}
.acordion-title {
    font-size: 15px;
	font-weight: 500;
    padding: 15px 50px;
    position: relative;
    cursor: pointer;
}
.acordion-title:before {
    content: '';
    display:block;
    width: 37px;
    height: 30px;
    background: url("../img/plan/icon_detail_en.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 10px;
}
.acordion-title:after {
    content: '＋';
    position: absolute;
    right: 10px;
}
.acordion-desc {
    display: none;
    line-height: 2;
    border-top: dotted 1px #f19f00;
    padding: 10px 0;
}
.acordion-desc a {
    font-weight: 500;
    color: #39b9b7;
    border-bottom: solid 1px;
    margin: 0 5px;
}

/*----------------------
modal
-----------------------*/
#modal {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(0,0,0,0.8);
    overflow: auto;
    position: fixed;
    left: 0;
    top:0;
    z-index: 1000000;
}
.modal-in {
    background: #fff;
    max-width: 800px;
    padding: 20px;
    margin: 100px auto;
    border-radius: 10px;
    position:relative;
}
.modal-box {
    display: none;
}
.modal-close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -30px;
}
.modal-close:before,
.modal-close:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
}
.modal-close:before {
    left: 0;
    transform: rotate(45deg);
}
.modal-close:after {
    right: 0;
    transform: rotate(-45deg);
}
.modal-box h3 {
    font-size: 15px;
    color: #39b9b7;
    margin-bottom: 20px;
}
.modal-box h3:before {
    content: '■';
}
.modal-box p {
    font-size: 14px;
    line-height: 2;
}

@media (max-width: 815px) {



}
