a:hover {
    opacity: .7;
}
#rootlist {
    max-width: 1050px;
    min-width: 900px;
    width: 86%;
    margin: 0 auto 60px;
    padding: 0 20px;
    font-size: 12px;
}
#rootlist span {
    margin: 0 5px;
    color: #999;
}
.p_setplan #contents {
    width: 100%;
    display: block;
}
.p_setplan #contents .cbox {
    width: 890px;
    margin: 0 auto;
    margin-bottom: 160px;
}
.p_setplan #contents .cbox_m0 {
    width: 890px;
    margin: 0 auto;
}
.cbox_mw {
    width: 97%;
    max-width: 980px;
    min-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
.cbox_mw_m160 {
    width: 97%;
    max-width: 980px;
    min-width: 900px;
    margin: 0 auto;
    margin-bottom: 160px;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
ul.tomokuji {
    width: 97%;
    max-width: 890px;
    min-width: 840px;
    margin: 40px auto;
    margin-bottom: 120px;
    text-align: right;
}
ul.tomokuji li a span {
    color: #C50D0D;
}
/* hタグ
------------------------------------------------ */
h2.bg_navy {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
h2.bg_white {
    margin-bottom: 60px;
    padding: 0 50px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 36px;
    font-weight: bold;
    color: #014DA1;
    display: inline-block;
}
h3.normal {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
h3.normal.mb_20 {
    margin-bottom: 20px;
}
h3.normal.mb_40 {
    margin-bottom: 40px;
}
h3.normal.band {
    margin-bottom: 80px;
    padding: 30px 0;
    background: #014DA1;
    color: #fff;
    position: relative;
}
h3.normal.band i {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h3.number {
    margin-bottom: 60px;
    font-family: 'Caladea', serif;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
h3.number span {
    background: #fff;
}
h3.number span.gray {
    padding-right: 5px;
    color: #BABABB;
}
h3.number:before {
    content: "";
    width: 140px;
    height: 1px;
    display: inline-block;
    background: #707070;
    position: absolute;
    top: 50%;
    left: calc(50% - 70px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:rotate(-45deg);
    z-index: -1;
}
h3.green {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #00920A;
    text-align: center;
}
h5.cercle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
/* タイトル */
.p_setplan #title_wrap .bg_wrap {
    margin-bottom: 10px;
    padding: 200px 0;
    padding-bottom: 100px;
    background: url(/products/setplan/image/bg_mockup.jpg) center bottom no-repeat,url(/products/setplan/image/white_block_50.png),url(/products/setplan/image/bg_color_sample.jpg) right top no-repeat,url(/products/setplan/image/bg_gray_gradation.png) right 894px top no-repeat,url(/products/setplan/image/bg_gray_block.svg) repeat-x;
}
.p_setplan #title_wrap .title {
    width: 570px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 15px 0;
    background: rgba(18,29,65,0.9);
    text-align: center;
}
.p_setplan #title_wrap .title p {
    font-weight: bold;
    color: #BEE2E1;
}
.p_setplan #title_wrap ul {
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
}
.p_setplan #title_wrap ul li {
    width: 140px;
    height: 140px;
    margin-right: 10px;
    background: #014DA1;
    border-radius: 50%;
    border: 3px #fff solid;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform:rotate(-15deg);
}
/* キャッチ */
.p_setplan #catch p.lead {
    margin-bottom: 70px;
}
.p_setplan ul.kaiwa {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p_setplan ul.kaiwa:last-of-type {
    margin-bottom: 0;
}
.p_setplan ul.kaiwa.mb_100 {
    margin-bottom: 100px;
}
.p_setplan ul.kaiwa.img_right {
    flex-direction: row-reverse;
}
.p_setplan ul.kaiwa li.img {
    width: 120px;
}
.p_setplan ul.kaiwa.img_left .img {
    margin-right: 20px;
}
.p_setplan ul.kaiwa.img_right .img {
    margin-left: 20px;
}
.p_setplan ul.kaiwa li.img img {
    width: 100%;
}
.p_setplan ul.kaiwa li.text {
    padding: 40px 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    flex: 1;
}
.p_setplan ul.kaiwa.img_left .text {
    background: #FFA717;
}
.p_setplan ul.kaiwa.img_right .text {
    background: #226EA7;
}
.p_setplan ul.kaiwa .text::after {
    content: "";
    width: 35px;
    height: 38px;
    display: inline-block;
    position: absolute;
    bottom: calc(50% - 18px);
}
.p_setplan ul.kaiwa.img_left .text:after {
    background: url(/products/setplan/image/fukidashi_parts_left.svg) center no-repeat;
    background-size: contain;
    left: -25px;
}
.p_setplan ul.kaiwa.img_right .text:after {
    background: url(/products/setplan/image/fukidashi_parts_right.svg) center no-repeat;
    background-size: contain;
    right: -25px;
}
.p_setplan ul.kaiwa a {
    color: #fff;
}
/* セットプラン */
.p_setplan .bg_wrap_gray {
    margin-bottom: 100px;
    padding: 40px 0;
    background: url(/products/setplan/image/white_block.svg) repeat-x,#F5F5F5;
}
.p_setplan .bg_wrap_gray p.sub_title {
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
/* はじめて！セットプラン */
.p_setplan #hajimete h3.normal {
    color: #00920A;
    position: relative;
}
.p_setplan #hajimete h3.normal i {
    width: 100px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p_setplan .set_menu {
    margin: 0 auto;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.p_setplan .set_menu dl {
    width: 260px;
    padding: 20px 0;
    border: 5px #40D24A solid;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.p_setplan .set_menu dl:not(:first-of-type) {
    border-left: none;
}
.p_setplan .set_menu dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}
.p_setplan .set_menu dl dt span {
    margin-left: 10px;
    font-size: 20px;
}
.p_setplan .set_menu dl dt span.red {
    font-weight: normal;
    color: #FF1E1E;
    display: block;
}
.p_setplan .set_menu dl dd.icon {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.p_setplan .set_menu dd.bg_black a {
    padding: 0 20px;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.p_setplan .set_menu dd.bg_black a:visited {
    color: #fff;
}
.p_setplan dl.price,
.p_setplan ul.price {
    margin-bottom: 20px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}
.p_setplan dl.price dt {
    font-size: 20px;
}
.p_setplan dl.price dd,
.p_setplan ul.price li {
    background:linear-gradient(transparent 60%, #FFF719 60%);
    font-size: 30px;
    display: inline-block;
    line-height: 1;
}
.p_setplan dl.price dd span,
.p_setplan ul.price li span {
    font-size: 40px;
}
.p_setplan #hajimete ul.more li {
    text-align: center;
}
.p_setplan #hajimete ul.more a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.p_setplan ul.notes {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}
.p_setplan ul.notes li {
    position: relative;
}
.p_setplan ul.notes li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
}
/* まとめ */
.p_setplan #summary .relative {
    margin-bottom: 60px;
    padding-top: 60px;
    position: relative;
}
.p_setplan #summary .relative h3.normal {
    color: #014DA1;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p_setplan #summary ul.list {
    width: 870px;
    margin: 0 auto;
}
.p_setplan #summary ul.list li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
}
.p_setplan #summary ul.list li span {
    flex: 1;
}
.p_setplan #summary ul.list li i {
    width: 20px;
    margin-right: 10px;
}
.p_setplan #summary ul.list li i img {
    width: 100%;
}
.p_setplan #summary .later h3.normal i {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.p_setplan #summary .later ul.set_list {
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.p_setplan #summary .later ul.set_list li {
    width: 240px;
    height: 240px;
    text-align: center;
}
.p_setplan #summary .later ul.set_list li a {
    width: 100%;
    height: 100%;
    border: 6px #F5F5F5 solid;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_setplan #summary .later ul.set_list li i {
    width: 150px;
    display: block;
}
.p_setplan #summary .later ul.set_list li i img {
    width: 100%;
}
.p_setplan #summary .later ul.kaiwa {
    margin-bottom: 80px;
}
/* その他のストーリー */
.p_setplan #other_story .flex {
    width: 740px;
    margin: 0 auto;
    margin-bottom: 160px;
    display: flex;
    justify-content: space-between;
}
.p_setplan #other_story .box {
    width: 360px;
}
.p_setplan #other_story .box a {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #F5F5F5;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_setplan #other_story .box ul {
    width: 90px;
    margin-right: 10px;
}
.p_setplan #other_story .box ul li img {
    width: 100%;
}
.p_setplan #other_story .box dl {
    flex: 1;
}
.p_setplan #other_story .box dl dt {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.p_setplan #other_story .box dt span {
    font-size: 20px;
}
.p_setplan #other_story .box dd {
    font-size: 20px;
    font-weight: bold;
}
.p_setplan #other_story .story_c dd {
    color: #309CA0;
}
.p_setplan #other_story .story_f dd {
    color: #E66966;
}
/* 会社案内セット */
.p_setplan #kaisya h3.normal {
    color: #014DA1;
}
.p_setplan #kaisya .set_menu dl {
    border: 5px #29DBE8 solid;
}
.p_setplan #kaisya .set_menu dl:not(:first-of-type) {
    border-left: none;
}

/* 店舗向けセット */
.p_setplan #tenpo h3.normal {
    color: #F87C00;
}
.p_setplan #tenpo .set_menu dl {
    width: 220px;
    border: 5px #FFE600 solid;
}
.p_setplan #tenpo .set_menu dl:not(:first-of-type) {
    border-left: none;
}
/* コンプリートセット */
.p_setplan #complete .set_menu {
    width: 660px;
    flex-wrap: wrap;
}
.p_setplan #complete .set_menu dl {
    width: 220px;
    border: 5px #A372F8 solid;
}
.p_setplan #complete .set_menu dl:not(:first-of-type,:nth-child(2),:nth-child(3)) {
    border-top: none;
}
.p_setplan #complete .set_menu dl:not(:nth-child(3n+1)) {
    border-left: none;
}
/* オプション */
.p_setplan #option .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p_setplan #option .flex dl {
    margin-bottom: 30px;
}
.p_setplan #option .flex dl dt {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    border: 5px #15AFBC solid;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 28px;
    color: #707070;
    text-align: center;
    line-height: 200px;
}
.p_setplan #option .flex dl dd {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/* セットプランのホームページ
------------------------------------------------ */
.p_setplan #title_mokuji_wrap .bg_wrap {
    margin-bottom: 120px;
    padding: 60px 0;
    background: url(/products/setplan/image/white_block_50.png),url(/products/setplan/image/bg_gray_gradation.png) right 894px top no-repeat,url(/products/setplan/image/bg_color_sample.jpg) right top no-repeat,url(/products/setplan/image/bg_gray_block.svg) repeat-x;
}
.p_setplan #title_mokuji_wrap .title {
    text-align: center;
}
.p_setplan #title_mokuji_wrap dl.mokuji {
    width: 990px;
    margin: 0 auto;
    padding: 40px 50px;
    box-sizing: border-box;
    background: #fff;
    border: 1px #226EA7 solid;
}
.p_setplan #title_mokuji_wrap dl.mokuji dt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.p_setplan #title_mokuji_wrap dl.mokuji dd {
    display: flex;
    align-items: center;
}
.p_setplan #title_mokuji_wrap dl.mokuji dd span.number_wrap {
    margin-right: 20px;
}
.p_setplan #title_mokuji_wrap dl.mokuji dd span.gray {
    font-size: 40px;
    color: #BABABB;
}
.p_setplan #title_mokuji_wrap dl.mokuji dd span.black {
    margin-right: 20px;
    font-size: 40px;
}
.p_setplan #title_mokuji_wrap dl.mokuji dd a {
    font-weight: bold;
    color: #5E73B7;
}
.p_setplan #kousei .flex {
    width: 90%;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_setplan #kousei .flex dl {
    width: 50%;
    display: flex;
    align-items: center;
    flex: 1;
}
.p_setplan #kousei .flex dl dt {
    width: 130px;
    height: 130px;
    margin-right: 20px;
    box-sizing: border-box;
    border: 3px #F63131 solid;
    border-radius: 50%;
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    color: #F63131;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.8;
}
.p_setplan #kousei .flex dl dt span {
    font-size: 80px;
    display: block;
}
.p_setplan #kousei .flex dl dd {
    flex: 1;
}
.p_setplan #kousei .flex dl dd li {
    margin-bottom: 10px;
    background: linear-gradient(transparent 60%, #FFF719 60%);
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.p_setplan #kousei .flex dl dd li:last-of-type {
    margin-bottom: 0;
}
.p_setplan #kousei .flex ul.img {
    width: 400px;
}
.p_setplan #kousei .flex ul.img li {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.p_setplan #kousei .flex ul.img img {
    width: 100%;
    margin-bottom: 10px;
}
#p_products #kousei ul.page {
    width: 790px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
#p_products #kousei ul.page li {
    width: 180px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    text-align: center;
}
#p_products #kousei ul.page li:nth-of-type(4n) {
    margin-right: 0;
}
#p_products #kousei ul.page li img {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}
.p_setplan #kousei ul.red li {
    font-size: 14px;
    font-weight: bold;
    color: #C50D0D;
    text-align: center;
}
.p_setplan ul.sample {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.p_setplan ul.sample li {
    width: 400px;
    margin-right: 30px;
    text-align: center;
}
.p_setplan ul.sample li:last-of-type {
    margin-right: 0;
}
.p_setplan ul.sample li img {
    width: 100%;
}
.p_setplan ul.sample li a {
    font-size: 18px;
}
.p_setplan #address .illustration {
    width: 740px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.p_setplan #address .illustration ul {
    padding: 40px 60px;
    box-sizing: border-box;
    border: 1px #CFC3C3 solid;
}
.p_setplan #address .illustration ul img {
    width: 100%;
}
.p_setplan #address .price_wrap {
    padding: 40px 60px;
    box-sizing: border-box;
    border: 1px #CFC3C3 solid;
    border-top: none;
}
table.domain_price {
    border-collapse:collapse;
}
table.domain_price th {
    width: 200px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
table.domain_price td {
    width: 200px;
    padding: 10px 0;
    text-align: center;
}
table.domain_price tr:nth-of-type(2n) {
    background: #F5F5F5;
}
.p_setplan #maintenance .option {
    margin-bottom: 50px;
}
.p_setplan #maintenance .option p.sub_title {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    text-align: center;
}
.p_setplan #maintenance .flex {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
.p_setplan #maintenance .flex dl {
    width: 280px;
    margin-right: 20px;
    padding: 30px 0;
    background: #F5F1EB;
    text-align: center;
}
.p_setplan #maintenance .flex dl:last-of-type {
    margin-right: 0;
}
.p_setplan #maintenance .flex dt {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.p_setplan #maintenance .flex dd {
    margin-bottom: 10px;
    font-weight: bold;
    color: #707070;
}
.p_setplan #maintenance .flex dd:last-of-type {
    margin-bottom: 0;
}
.p_setplan #maintenance .flex dd.red {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
    color: #C50D0D;
}
.p_setplan #maintenance .flex dd.overview {
    font-size: 20px;
}
.p_setplan #option .hpoption .wrap {
    margin-bottom: 160px;
    padding: 50px 70px;
    box-sizing: border-box;
    background: #F5F1EB;
}
.p_setplan #option .hpoption dl {
    padding: 10px 0;
    border-bottom: 1px solid #B8AFAF;
    display: flex;
}
.p_setplan #option .hpoption dl:first-of-type {
    border-top: 1px solid #B8AFAF;
}
.p_setplan #option .hpoption dl dt,
.p_setplan #option .hpoption dl dd {
    font-size: 20px;
    flex: 1;
}