section#mv_area {
    width: 100%;
    height: 725px;
    background-size: initial;
    background-image: url(../../common/images/plan/mainvis.jpg);
    background-repeat: no-repeat;
}
#mainvis_img {
    width: 960px;
    height: 400px;
    background-size: initial;
    background-image: url(../../common/images/plan/mainvis_img.jpg);
    background-repeat: no-repeat;
    margin: 48px auto 0;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
}

section#plan_area01 {
    width: 100%;
    height: 955px;
    background-size: initial;
    background-image: url(../../common/images/plan/area01_bg.jpg);
    background-repeat: no-repeat;
}

#plan_area01_inner {
    width: 1000px;
    margin: 0 auto;
}
#plan_area01_catch {
    width: 710px;
    margin: 0 auto 70px;
    padding-top: 200px;
}
#plan_area01_catch p {
    width: 636px;
    margin: -20px auto 0;
    line-height: 24px;
}
ul#plan_area01_list {
    width: 100%;
    justify-content: space-around;
}
ul#plan_area01_list > li {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
ul#plan_area01_list li > * + * {
    margin-top: 25px;
}

ul#plan_area01_list ul > li + li {
    margin-top: 12px;
    text-indent: -2.1em;
    padding-left: 2.1em;
}
ul#plan_area01_list ul.orange li {
    list-style-image: url(../../common/images/plan/plan_area01_01_icon1.png);
    list-style-position: inside;
    font-size: 16px;
}

ul#plan_area01_list ul.orange li span {
    color: #f58808;
}
ul#plan_area01_list ul.lgreen li {
    list-style-image: url(../../common/images/plan/plan_area01_02_icon1.png);
    list-style-position: inside;
}

ul#plan_area01_list ul.lgreen li span {
    color: #78c43a;
}
ul#plan_area01_list ul.green li span {
    color: #4ab94d;
}
ul#plan_area01_list ul.pram li {
    list-style-image: url(../../common/images/plan/plan_area01_03_icon1.png);
    list-style-position: inside;
}

ul#plan_area01_list ul.pram li span {
    color: #f68080;
}


section#plan_area02 {
    width: 100%;
    height: 450px;
    background-color: #fff;
}

#plan_area02_inner {
    width: 880px;
    margin: 0 auto;
    /*background-color: skyblue;*/
}


#plan_area02_ttl {
    margin: 0 auto 30px;
    background-image: url(../../common/images/plan/plan_area02_deco_img.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
} 

#plan_area02_contents {
    width: 814px;
    height: 264px;
    margin: 0 auto;
    border: solid 2px #12a6e4;
    box-sizing: border-box;
}

#plan_area02_contents img {
    width: 346px;
    height: 260px;
    object-fit: contain;
}
#plan_area02_desc {
    width: 464px;
    height: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#plan_area02_desc > * + * {
    margin-top: 20px;
}
#plan_area02_desc h4 {
    font-weight: bold;
}
#plan_area02_desc p {
    width: 380px;
    text-align: left;
}
#plan_area02_desc div {
    width: 360px;
    height: 58px;
    font-weight: bold;
}

#plan_area02_desc div a {
    width: 100%;
    height: 100%;
    border-radius: 29px;
    background-color:#12a6e4;
}

#plan_area02_notice {
    width: 816px;
    margin: 5px auto 0;
}

section#plan_area03,
section#plan_area04,
section#plan_area05,
section#plan_area06,
section#plan_area07,
section#plan_area08 {
    width: 100%;
    background-color: #fff;
}
section#plan_area04,
section#plan_area05,
section#plan_area06,
section#plan_area07,
section#plan_area08 {
    margin-top: 120px;
}


#plan_area03_inner,
#plan_area04_inner,
#plan_area05_inner,
#plan_area06_inner,
#plan_area07_inner,
#plan_area08_inner {
    width: 1000px;
    margin: 0 auto;
}
#plan_area03_ttl {
    margin: 0 auto 30px;
    background-image: url(../../common/images/plan/plan_area03_deco_img.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}
#plan_area06_ttl {
    margin: 0 auto 30px;
    background-image: url(../../common/images/plan/plan_area06_deco_img.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
} 
#plan_area08_ttl {
    margin: 0 auto 30px;
    background-image: url(../../common/images/plan/plan_area08_deco_img.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
} 
#plan_area08_inner_ttl {
    margin: 60px auto 30px;
    background-image: url(../../common/images/plan/plan_area08_03_deco_img.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
} 
#plan_area03_arrow,
#plan_area06_arrow,
#plan_area08_arrow {
    width: 50px;
    margin: 0 auto 30px;
}
#plan_area03_inner > img,
#plan_area04_inner > img {
    margin: 0 auto;
}


#plan_area03_contents {
    color: #f8a300;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
#plan_area04_contents {
    color: #f58808;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
#plan_area05_contents {
    color: #f66a2d;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
#plan_area06_contents {
    color: #78c43a;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
#plan_area07_contents {
    color: #4ab94d;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
#plan_area08_contents {
    color: #f68080;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.contents_header.lorange {
    background-color: #f8a300;
}
.contents_header.morange {
    background-color: #f58808;
}
.contents_header.orange {
    background-color: #f66a2d;
}
.contents_header.lgreen {
    background-color: #78c43a;
}
.contents_header.green {
    background-color: #4ab94d;
}
.contents_header.pram {
    background-color: #f68080;
}

.contents_header {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
}
.contents_header.lorange .head_inner,
.contents_header.morange .head_inner,
.contents_header.orange .head_inner {
    width: 880px;
    height: 80px;
    justify-content: space-between;
}
.contents_header.lgreen .head_inner,
.contents_header.green .head_inner,
.contents_header.pram .head_inner {
    width: 880px;
    height: 80px;
    justify-content: flex-start;
}
.contents_header.lorange .head_inner div:nth-of-type(1),
.contents_header.morange .head_inner div:nth-of-type(1),
.contents_header.orange .head_inner div:nth-of-type(1) {
    border: solid 2px #fff;
    padding: 10px 15px;
}
.contents_header.lgreen .head_inner div:nth-of-type(1),
.contents_header.green .head_inner div:nth-of-type(1),
.contents_header.green .head_inner div:nth-of-type(2),
.contents_header.pram .head_inner div:nth-of-type(1),
.contents_header.pram .head_inner div:nth-of-type(2) {
    border: solid 2px #fff;
    padding: 10px 15px;
    margin-right: 20px;
}
.head_inner h2 {
    font-weight: bold;
}

.head_inner h2 + div {
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    border-radius: 40px;
    padding: 8px 20px;
}


.contents_area {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.contents_area.lorange {
    border: solid 2px #f8a300;
}
.contents_area.morange {
    border: solid 2px #f58808;
}
.contents_area.orange {
    border: solid 2px #f66a2d;
}
.contents_area.lgreen {
    border: solid 2px #78c43a;
}
.contents_area.green {
    border: solid 2px #4ab94d;
}
.contents_area.pram {
    border: solid 2px #f68080;
}

.contents_area_inner {
    width: 892px;
    margin: 0 auto;
    padding-top: 65px;
}
.contents_area_inner > h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.contents_area_inner > h4 {
    text-align: center;
}
.example {
    width: 700px;
    height: 60px;
    border-radius: 30px;
    margin: 45px auto 0;
}
.example.lorange {
    background-color: #feedcc;
}
.example.morange {
    background-color: #fde7ce;
}
.example.orange {
    background-color: #fde1d5;
}
.img_area_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.img_area_wrap > ul {
    /*width: 100%;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.img_area_wrap > ul > li > ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
ul.product.lorange,
ul.product.morange {
    width: 90%;
}
ul.product.lorange li:nth-of-type(1) {
    margin-left: 20px;
}
ul.product.lorange li:nth-of-type(3) {
    margin-left: 20px;
}

ul.product.morange li:nth-of-type(2) {
    margin-right: 30px;
}
ul.product.morange li:nth-of-type(4) {
    margin-right: 5px;
}
ul.product.orange {
    width: 88%;
}
ul.product.orange li:nth-of-type(2) {
    margin-right: 15px;
}
ul.product.orange li:nth-of-type(3) {
    margin-right: 45px;
}
ul.product.lgreen {
    width: 93%;
}
ul.product.lgreen > li:nth-of-type(1) {
    width: 382px;
}
ul.product.lgreen > li:nth-of-type(2) {
}
ul.product.lgreen > li:nth-of-type(3) {
    /*margin-right: 10px;*/
}
ul.product.green {
    width: 100%;
}
ul.product.green > li:nth-of-type(1) {
    margin-left: 30px;
}
ul.product.green > li:nth-of-type(2) {
    margin-left: 30px;
}
ul.product.green > li:nth-of-type(3) {
}
ul.product.green > li:nth-of-type(4) {
}
ul.product.pram {
    width: 90%;
    margin: 0 auto;
}
ul.product.pram > li:nth-of-type(1) {
}
ul.product.pram > li:nth-of-type(2) {
    margin-right: 22px;
}
ul.product.pram > li:nth-of-type(3) {
    margin-right: 30px;
}
.img_area_wrap ul li {
    text-align: center;
}
.img_area_wrap.lorange img,
.img_area_wrap.morange img  {
    margin-bottom: -97px;
}
.img_area_wrap.lorange li:first-of-type,
.img_area_wrap.morange li:first-of-type  {
}
.img_area_wrap.lorange li:last-of-type {
/*    background-image: url(../../common/images/plan/plan_area03_01_comment.png);
    background-repeat: no-repeat;
    background-size: initial;
    width: 210px;
    height: 143px;*/
}
.img_area_wrap.lorange li span {
    color: #f8a300;
}
.img_area_wrap.morange li span {
    color: #f58808;
}
.img_area_wrap.orange li span {
    /*color: #f66a2d;*/
}

.contents_area_price {
    margin: 10px auto 35px;
}
.contents_area_price_top {
    margin: 0 auto;
    justify-content: center;
    width: 500px;
}
.icon.lorange {
    background-color: #f8a300;

}
.icon.morange {
    background-color: #f58808;

}
.icon.orange {
    background-color: #f66a2d;

}
.icon.pram {
    background-color: #f68080;
    font-weight: bold;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    border-radius: 50%;
}
.icon {
    font-weight: bold;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
}
.icon.pram {

}
.first {
    position: relative;
    font-weight: bold;
    /*width: 80px;*/
    /*height: 80px;*/
    margin-right: 20px;
    /*border-radius: 50%;    */
}
.first.pram > span {
    text-emphasis: filled dot #f68080;
    -webkit-text-emphasis: filled dot #f68080;
    margin-bottom: 17px;
}
.price {
    font-weight: bold;
}
.price.pram span {
    background:linear-gradient(transparent 80%, #fff45c 80%);
    background-position: 0 -10px;
}
div.contents_area_tbl {
    width: 340px;
    padding: 20px 20px;
    font-weight: bold;
    margin: 0 auto;
}

table.contents_area_tbl {
    line-height: 1em;
    padding: 10px 20px;
    font-weight: bold;
    margin: 0 auto;
}
.contents_area_tbl.lorange {
    background-color: #f8a300;
    border-radius: 30px;
}
.contents_area_tbl.morange {
    background-color: #f58808;
    border-radius: 30px;
}
.contents_area_tbl.orange {
    background-color: #f66a2d;
    border-radius: 30px;
}
.contents_area_tbl.lgreen {
    background-color: #78c43a;
    border-radius: 30px;
}
.contents_area_tbl.green {
    background-color: #4ab94d;
    border-radius: 30px;
}
.contents_area_tbl.pram {
    background-color: #f68080;
    border-radius: 20px;
}

table.contents_area_tbl {
}
table.contents_area_tbl th,
table.contents_area_tbl td span {
    font-size: 20px;
}
table.contents_area_tbl th {
    width: 60px;
}
table.contents_area_tbl td {
    width: 140px;
    text-align: right;
}

table.contents_area_tbl tr:first-of-type td:last-of-type {
    vertical-align: middle;
    width: 80px;
}
ul.contents_area_desc {
    width: 500px;
    line-height: 29px;
    margin: 0 auto 50px;
}
ul.contents_area_notice {
    width: 790px;
    margin: 0 auto 15px;
}
ul.contents_area_notice.pram {
    width: 420px;
    margin: 0 0 15px calc(100% - 420px);
}

ul.contents_area_notice li {
    margin: 5px auto;
}
div.contents_area_notice {
    margin-bottom: 5px;
    text-align: right;
    /*white-space: nowrap;*/
}
#plan_area06_contents div.contents_area_notice {
    margin-left: -25px;
    white-space: nowrap;
}
.contents_footer {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.contents_footer.lorange {
    background-color: #f8a300;
}
.contents_footer.morange {
    background-color: #f58808;
}
.contents_footer.orange {
    background-color: #f66a2d;
}
.contents_footer.lgreen {
    background-color: #78c43a;
}
.contents_footer.green {
    background-color: #4ab94d;
}
.contents_footer.pram {
    background-color: #f68080;
}
.footer_inner {
    width: 880px;
    height: 54px;
    font-weight: bold;
}
.contents_footer.lorange .plan_entry {
    color: #f8a300;
}
.contents_footer.morange .plan_entry {
    color: #f58808;
}
.contents_footer.orange .plan_entry {
    color: #f66a2d;
}
.contents_footer.lgreen .plan_entry {
    color: #78c43a;
}
.contents_footer.green .plan_entry {
    color: #4ab94d;
}
.contents_footer.pram .plan_entry {
    color: #f68080;
}
.plan_entry a {
    background-color: #fff;
    border-radius: 27px;
    padding: 12px 60px;
    margin-left: 30px;
}


#plan_area05_ex {
    width: 700px;
    height: 270px;
    margin: 0 auto 45px;
    background-position: center;
    background-image: url(../../common/images/plan/plan_area05_02_img.png);
    background-size: initial;
    background-repeat: no-repeat;
}

#plan_area05_ex_inner {
    width: 90%;
    height: 66%;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}
#plan_area05_ex_inner ul {
    width: 330px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;  
}
#plan_area05_ex_inner ul li {
    counter-increment:  cnt;
    display: flex;
    align-items: center;
}
#plan_area05_ex_inner ul li::before {
    content:  counter(cnt,decimal-leading-zero);
    text-align: center;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: solid 2px #f66a2d;
    border-radius: 50%;
}
#plan_area05_ex_inner table {
    width: 330px;
    height: auto;
    align-self: center;
    line-height: 1em;
    border-spacing: 0px 8px;
}
#plan_area05_ex_inner table td {
    font-weight: bold;
    vertical-align: middle;
}
#plan_area05_ex_inner table tr:first-of-type {
    margin-bottom: 10px;
}
#plan_area05_ex_inner table tr:first-of-type th {
    width: 40px;
    height: 40px;
    border: solid 2px #f66a2d;
    border-radius: 50%;
    vertical-align: middle;
}
#plan_area05_ex_inner table tr:first-of-type td {
    margin-bottom: 10px;
}

#plan_area05_ex_inner table tr:nth-of-type(n+2) th {
    width: 40px;
    height: 40px;
    border: solid 2px #f66a2d;
    border-radius: 50%;
    vertical-align: middle;
}
#plan_area05_ex_inner table tr td div {
    margin-left: 10px;
}
#plan_area05_ex_inner > div:first-of-type {
    margin-top: 10px;
}
#plan_area05_ex_inner > div:last-of-type {
    align-self: center;
}

#plan_area06_ex {
    width: 700px;
    height: 146px;
    margin: 60px auto 45px;
    background-position: center;
    background-image: url(../../common/images/plan/plan_area06_03_img.png);
    background-size: initial;
    background-repeat: no-repeat;
}

#plan_area06_ex_inner {
    width: 90%;
    /*height: 66%;*/
    /*margin-top: 38px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
#plan_area06_ex_inner table {
    width: 430px;
    /*height: 66px;*/
    align-self: center;
    line-height: 1em;
}
#plan_area06_ex_inner table tbody {
    height: 66px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
#plan_area06_ex_inner table td {
    font-weight: bold;
    height: 28px;
    vertical-align: middle;
}
#plan_area06_ex_inner table tr {
}
#plan_area06_ex_inner table tr + tr {
}
#plan_area06_ex_inner table tr:first-of-type th {
    width: 70px;
    height: 30px;
    border: solid 2px #78c43a;
    border-radius: 17px;
    box-sizing: border-box;
    vertical-align: middle;
}

#plan_area06_ex_inner table tr:nth-of-type(n+2) th {
    width: 70px;
    height: 30px;
    border: solid 2px #78c43a;
    border-radius: 17px;
    box-sizing: border-box;
    vertical-align: middle;
}
#plan_area06_ex_inner table tr td div {
    margin-left: 10px;
}
#plan_area06_ex_inner > div:first-of-type {
    margin-top: 5px;
}
#plan_area06_ex_inner > div:last-of-type {
    align-self: center;
}
#plan_area06_opt {
    width: 800px;
    height: 510px;
    margin: 65px auto 50px;
    background-position: center;
    background-image: url(../../common/images/plan/plan_area06_04_frame_img.png);
    background-size: initial;
    background-repeat: no-repeat;   
}
#plan_area06_opt_inner {
    width: 86%;
    height: 81%;
    /*margin-top: 38px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#plan_area06_opt_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan_area06_opt_upper > div {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#plan_area06_opt_upper > div ul {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#plan_area06_opt_upper > div:nth-of-type(1) {
    width: 240px;
}
#plan_area06_opt_upper > div:nth-of-type(3) {
    width: 362px;
    border: dotted 2px #78c43a;
    border-radius: 20px;
}
#plan_area06_opt_upper > div:nth-of-type(3) h5 {
    margin-bottom: 20px;
}
#plan_area06_opt_upper > div:nth-of-type(3) ul {
    width: 75%;
    padding-right: 26px;
    margin-top: 15px;
}
#plan_area06_opt_lower p {
    line-height: 25px;
    width: 94%;
    margin: 0 auto;
}
#plan_area08_spl {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

#plan_area08_spl * {
    line-height: 1em;
}

#plan_area08_spl_left_top > div > div:not(div.c_lgray),
#plan_area08_spl_right_top > div > div:not(div.c_lgray) {
    font-weight: bold;
}
#plan_area08_spl_left_top > div > * + * {
    margin-top: 10px;
}
#plan_area08_spl_left_top > div > div:first-of-type span {
    background:linear-gradient(transparent 60%, #fff45c 60%);
}
#plan_area08_spl_left > div + div,
#plan_area08_spl_right > div + div {
    margin-top: 36px;
}

#plan_area08_spl_left_bottom {
    width: 350px;
    height: 300px;
    background-color: #fff2f3;
}
#plan_area08_spl_left_bottom > div {
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#plan_area08_spl_left_bottom table {
    height: 80px;
}
#plan_area08_spl_left_bottom table th {
    text-align: right;
}
#plan_area08_spl_left_bottom > div > div:last-of-type {
    align-self: center;
}
#plan_area08_spl_right_bottom {
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#plan_area08_spl_right_link {
    width: 100%;
    height: 54px;
}
#plan_area08_spl_right_link a {
    width: 100%;
    height: 100%;
    background-color: #12a6e4;
    border-radius: 27px;
}
#plan_area08_spl_right_bottom > div:nth-of-type(3) {
    line-height: 40px;
}
#plan_area08_spl_right_bottom > div:not(div.c_lgray) {
    font-weight: bold;
    text-align: center;
}


#plan_area08_test {
    width: 830px;
    margin: 0 auto;
}
#plan_area08_test_head {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    background-color: #f68080;
}

#plan_area08_test_content {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    border: solid 2px #f68080;
    margin-bottom: 40px;
}

#plan_area08_test_content h4 {
    text-align: center;
}
#plan_area08_test_content img {
    margin: 0 auto;
    display: block;
}

#plan_area08_test_content > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
#plan_area08_test_content > ul li {
    text-align: center;
}
#plan_area08_test_content > ul li ul {
    display: flex;
}
#contents_area_tbl {

}
ul#plan_area08_test_notice {
    width: 740px;
    margin: 0 auto;
}
ul#plan_area08_test_notice > li {
    margin: 5px auto;
    text-align: left;
}