.horizontal-list .list-item-inner {
    border: 1px solid #999999;
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 10px 10px 10px;
    height: 100%;
    position: relative;
}
.list-item-img {
    margin-bottom: 5px;
}
.list-item-text {
    font-size: 1.2em;
}
/* #top start */
#top_n {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#top {
    position: relative;
    background-image: url('../img/top_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#top .container {
    max-width: 900px;
}
#top .top-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.2s;
}
#top .top-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
/* #top end */
/* notice start */
#notice p{
	border: solid 1px #474747;
	text-align: center;
	max-width: 500px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#notice span{color: #2E3192;}
/* #top end */
/* about start */
#about .horizontal-list .list-item {
    padding-top: 25px;
}
#about .horizontal-list .list-item-inner {
    padding: 40px 10px 10px;
}
#about .list-item-title {
    color: #910c22;
    font-weight: 600;
    font-size: 1.3em;
    box-sizing: border-box;
    height: 50px;
    padding-top: 0.43em;
    background-image: url('../img/ribbon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: 15px;
    right: 15px;
}
/* about end */
/* plan start */
.plan-list > li {
    margin-bottom: 30px;
}
.plan-list > li:last-child {
    margin-bottom: 0px;
}
.plan {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.plan-list > li:nth-child(odd) .plan {
    background-color: #fdf5fc;
    border: 2px solid #999999;
}
.plan-list > li:nth-child(even) .plan {
    background-color: #f6e3ff;
    border: 2px solid #70054f;
}
/**
.plan::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #6c1c49;
    width: 20px;
    z-index: 0;
    border-radius: 0 3px 3px 0;
}

.plan::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: calc(50% - 6px);
    right: 4px;
    z-index: 1;
}
**/
.plan-img {
    text-align: center;
}
.plan-img img {
    vertical-align: bottom;
}
.plan-title {
    font-size: 2.9em;
    color: #910c22;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.plan-subtitle {
    color: #FFFFFF;
	background-color: #70144b;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
	padding: 3px;
}
.plan-subtitle::before,
.plan-subtitle::after {
    content: '〜';
}
.plan-attr {
    font-size: 0.9em;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 8px;
}
.plan-attr-list .plan-attr:last-child {
    margin-bottom: 0;
}
.plan-attr::before {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    background-image: url('../img/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -5px;
    left: 0;
}
.plan-people {
    width: 200px;
}
.plan-people dt {
    font-size: 0.95em;
    color: #6c1c49;
    background-color: #d3a7c3;
    text-align: center;
    width: 100px;
    padding: 5px 0;
    border: 1px solid #999999;
    float: left;
}
.plan-people dd {
    font-size: 0.95em;
    letter-spacing: -0.05em;
    background-color: #f9f9f9;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #999999;
    padding-left: 100px;
}
.plan-program-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 200px;
}
.plan-program {
    color: #6c1c49;
    background-color: #f9f9f9;
    border: 1px solid #999999;
    flex-basis: 63px;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
}
.plan-program.active {
    color: #ffffff;
    background-color: #6c1c49;
    border: 1px solid #6c1c49;
}
.plan-price-tax{
	text-align: right;
	margin-top: 5px;
}
.plan-price {
    color: #c1272d;
    font-weight: bold;
    font-size: 3em;
}
.plan-price-inner {
    position: relative;
    padding-left: 30px;
    padding-right: 25px;
}
.plan-price-inner::before {
    content: '';
    display: block;
    width: 24px;
    height: 42px;
    background-image: url('../img/total.svg');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
}
.plan-price-inner::after {
    content: '（税別）';
    color: #000000;
    font-size: 0.3em;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 8px;
}
.plan-price .yen {
    font-size: 0.45em;
    display: inline-block;
    margin-left: 5px;
}
.plan-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.25s;
}
.plan-link:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.additional {
    text-align: right;
}
.additional a {
    padding: 5px 20px;
    border: 1px solid #808080;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.25s;
}
.additional a:hover {
    background-color: #dddddd;
}
.note {
    color: #4d4d4d;
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
    line-height: 1.3;
}
.notes .note:last-child {
    margin-bottom: 0;
}
.note::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #4d4d4d;
    position: absolute;
    top: 4px;
    left: 0;
}
/* plan end */
/* after-care start */
#after-care .list-item-title {
    color: #70144b;
    font-size: 1.6em;
    font-weight: bold;
}
/* after-care end */
a.blog_btn{
	font-size: 1.2em;
	text-align: center;
	max-width: 500px;
	min-width: 300px;
	margin: 0 auto;
	background-color: #DB97B0;
	padding:15px;
	font-weight: bold;
	display: block;
	border-radius:10px;
	text-decoration: none;
}
a.blog_btn:hover{
	background-color: #F1D6DF;
}
/* for iPhone SE */ 
@media screen and (max-width: 359px) {
    .plan-title {
        font-size: 2.4em;
    }
    .plan-price {
        font-size: 2.4em;
    }
    .plan-price-inner {
        padding-left: 24px;
        padding-right: 20px;
    }
    .plan-price-inner::before {
        width: 18px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .plan-price-inner::after {
        top: 5px;
    }
}
/* for SmartPhone */
@media screen and (max-width: 767px) {
    #contact {
        margin-top: -85px;
        padding-top: 85px;
    }
    #top {
        margin-bottom: 30px;
    }
    .horizontal-list .list-item {
        margin-bottom: 20px;
    }
    .horizontal-list .list-item:last-child {
        margin-bottom: 0;
    }
    /* plan start */
    .plan {
        overflow: hidden;
    }
    .plan-img {
        margin-bottom: 15px;
    }
    .plan-title {
        margin-bottom: 15px;
    }
    .plan-subtitle {
        font-size: 1em;
        margin-bottom: 10px;
    }
    .plan-attr-list {
        margin-bottom: 15px;
        border-bottom: 1px dashed #70144b;
        border-top: 1px dashed #70144b;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .plan-people {
        width: 100%;
        margin-bottom: 15px;
    }
    .plan-people dt {
        width: 50%;
    }
    .plan-people dd {
        padding-left: 50%;
    }
    .plan-program-list {
        width: 100%;
        margin-bottom: 15px;
    }
    .plan-program {
        flex-basis: 31%;
    }
    .plan-price {
        text-align: right;
    }
	
    /* plan end */
}
/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #contact {
        margin-top: -116px;
        padding-top: 131px;
    }
    .horizontal-list .list-item {
        margin-top: 30px;
    }
    .horizontal-list .list-item:first-child,
    .horizontal-list .list-item:nth-child(2) {
        margin-top: 0;
    }
    .plan {
        height: 280px;
        overflow: hidden;
    }
    .plan-img {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 265px;
    }
    .plan-data {
        padding-left: 285px;
    }
    .plan-title {
        margin-bottom: 15px;
    }
    .plan-subtitle {
        margin-bottom: 5px;
    }
    .plan-people {
        width: 265px;
        position: absolute;
        bottom: 53px;
        left: 15px;
    }
    .plan-people dt {
        width: 50%;
    }
    .plan-people dd {
        padding-left: 50%;
    }
    .plan-attr-list {
        border-bottom: 1px dashed #70144b;
        border-top: 1px dashed #70144b;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .plan-program-list {
        width: 265px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .plan-program {
        flex-basis: 32%;
    }
    .plan-price {
        position: absolute;
        bottom: 35px;
        right: 40px;
    }
	.plan-price-tax {
        position: absolute;
        bottom: 10px;
        right: 60px;
    }
}
/* for PC */
@media screen and (min-width: 992px) {
    #contact {
        margin-top: -116px;
        padding-top: 131px;
    }
    .plan-img {
        width: 265px;
    }
    .plan-title {
        position: absolute;
        top: 15px;
        left: 300px;
    }
    .plan-subtitle {
        position: absolute;
        top: 15px;
        right: 40px;
    }
    .plan-attr-list {
        position: absolute;
        top: 50px;
        right: 40px;
    }
    .plan-people {
        position: absolute;
        bottom: 58px;
        left: 295px;
    }
    .plan-program-list {
        position: absolute;
        bottom: 15px;
        left: 295px;
    }
    .plan-price {
        position: absolute;
        bottom: 30px;
        right: 40px;
    }
	.plan-price-tax {
        position: absolute;
        bottom: 10px;
        right: 60px;
    }
}