a:hover {
    opacity: .7;
}
#rootlist {
    max-width: 1050px;
    min-width: 900px;
    width: 86%;
    margin: 0 auto 60px;
    padding: 0 20px;
    font-size: 12px;
}
.p_website2 #contents {
    width: 100%;
    display: block;
}
.p_website2 #contents .cbox {
    width: 890px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.cbox_s {
    width: 94%;
    max-width: 870px;
    min-width: 840px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.cbox_s_m60 {
    width: 94%;
    max-width: 870px;
    min-width: 840px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.cbox_s_m0 {
    width: 94%;
    max-width: 870px;
    min-width: 840px;
    margin: 0 auto;
}
.cbox_mw_2 {
    width: 97%;
    max-width: 940px;
    min-width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.cbox_mw_m60 {
    width: 97%;
    max-width: 980px;
    min-width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
    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;
	border: 1px #E6E6E6 solid;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
.mb_120 {
    margin-bottom: 120px;
}
br.sp {
	display: none;
}
/* hタグ
------------------------------------------------ */
h2.bg_navy {
    font-size: 40px;
    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.red {
    margin-bottom: 40px;
    text-align: center;
}
h3.red span{
    padding: 10px 30px;
    box-sizing: border-box;
    background: #fff;
    font-size: 26px;
    font-weight: bold;
    color: #C50D0D;
    display: inline-block;
}
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.marker {
    margin-bottom: 60px;
    text-align: center;
}
h3.marker span {
    padding: 0 20px;
    background: linear-gradient(transparent 60%, #FFF719 60%);
    font-size: 30px;
    font-weight: bold;
    color: #C50D0D;
}
h3.black {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
h4.green {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #00920A;
    text-align: center;
}
h4.green:after {
    content: "";
    width: 50px;
    height: 2px;
    margin: 10px auto;
    background: #00920A;
    display: block;
}
h5.cercle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
/* ホームページ制作共通
------------------------------------------------ */
#p_products #kousei .flex {
    width: 90%;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#p_products #kousei .flex dl {
    width: 50%;
    display: flex;
    align-items: center;
    flex: 1;
}
#p_products #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;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.8;
}
#p_products #kousei .flex dl dt span {
    font-size: 80px;
    display: block;
}
#p_products #kousei .flex dt.standard span {
    position: relative;
    left: -10px;
}
#p_products #kousei .flex dt.standard span:after {
    margin-bottom: 10px;
    content: "+α";
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -20px;
}
#p_products #kousei .flex dl dt.premier {
    font-size: 26px;
}
#p_products #kousei .flex dl dt.premier span {
    font-size: 70px;
}
#p_products #kousei .flex dl dt.premier em {
    font-size: 20px;
}
#p_products #kousei .flex dl dd {
    flex: 1;
}
#p_products #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_products #kousei .flex dl dd li:last-of-type {
    margin-bottom: 0;
}
#p_products #kousei .flex ul.img {
    width: 400px;
}
#p_products #kousei .flex ul.img li {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#p_products #kousei .flex ul.img img {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_products #kousei ul.page {
    width: 790px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
#p_products #kousei ul.page::after {
    content: "";
    width: 180px;
    display: inline-block;
}
#p_products #kousei ul.page::before {
    content: "";
    width: 180px;
    display: inline-block;
    order: 1;
}
#p_products #kousei ul.page li {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    text-align: center;
}
#p_products #kousei ul.page li:nth-of-type(n+5) {
    margin-top: 50px;
}
#p_products #kousei ul.page li.update {
    position: relative;
}
#p_products #kousei ul.page li.update:after {
    content: "更新可";
    width: 80px;
    height: 80px;
    background: #C50D0D;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}
#p_products #kousei ul.page li img {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}
#p_products #kousei ul.red {
    width: 550px;
    margin: 0 auto;
}
#p_products #kousei ul.red li {
    font-size: 14px;
    font-weight: bold;
    color: #C50D0D;
}
.p_website2 .border_button_green {
    text-align: center;
}
.p_website2 .border_button_green a {
    width: 320px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 4px #00920A solid;
    border-radius: 60px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #00920A;
    line-height: 60px;
    text-decoration: none;
    display: block;
}
.p_website2 .border_button_green a span {
    font-size: 22px;
}
table.domain_price {
    margin: 0 auto;
    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;
}
table.domain_price td span {
    margin-left: 10px;
    color: #F63131;
}
/* メイン */
.p_website2 #title_wrap .bg_wrap {
    margin-bottom: 10px;
    padding: 100px 0;
    background: url(../image/bg_white_block_h510.svg) left bottom repeat-x,url(../image/bg_website2.jpg) center top no-repeat;
    background-size: auto,100%;
}
.p_website2 #title_wrap .title {
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.p_website2 #plan_wrap .title {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.p_website2 #title_wrap .title p {
    padding: 0 50px;
    background: #D91B1B;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p_website2 #title_wrap .title p span {
    font-size: 40px;
}
.p_website2 #title_wrap .title p::after {
    content: "";
    width: 30px;
    height: 20px;
    background: #D91B1B;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p_website2 #title_wrap h2.bg_white,
.p_website2 #plan_wrap h2.bg_white {
    padding: 40px 150px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}
.p_website2 #plan_wrap h2.bg_white {
    padding: 20px 100px;
    padding-bottom: 20px;
}
.p_website2 #title_wrap .flex_wrap {
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.p_website2 #title_wrap .flex_wrap .box {
    width: 24%;
    max-width: 300px;
    padding: 30px 5px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-sizing: border-box;
}
.p_website2 #title_wrap .plan_name {
	margin-bottom: 20px;
}
.p_website2 #title_wrap .plan_name dt {
    height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_website2 #title_wrap .plan_name dt.single {
    color: #4DABB9;
}
.p_website2 #title_wrap .plan_name dt.sakusei {
    color: #53A458;
}
.p_website2 #title_wrap .plan_name dt.standard {
    color: #FCA800;
}
.p_website2 #title_wrap .plan_name dt.premier {
    color: #6C24E9;
}
.p_website2 #title_wrap .plan_name dd.price {
    font-size: 40px;
    font-weight: bold;
    color: #D91B1B;
    text-align: center;
}
.p_website2 #title_wrap .plan_name dd.price span {
    font-size: 60px;
}
.p_website2 #title_wrap .detail {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.p_website2 #title_wrap .detail dl {
    padding: 5px 10px;
    display: flex;
}
.p_website2 #title_wrap .detail dl:nth-of-type(odd) {
    background: #F5F5F5;
}
.p_website2 #title_wrap .detail dt,
.p_website2 #title_wrap .detail dd {
    width: 50%;
}
.p_website2 #title_wrap .box ul li a {
    width: 180px;
    margin: 0 auto;
    padding: 5px 0;
    background: #000;
    border: 1px #707070 solid;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
}
/* 質問 */
.p_website2 ul.kaiwa {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p_website2 ul.kaiwa:last-of-type {
    margin-bottom: 0;
}
.p_website2 ul.kaiwa.mb_100 {
    margin-bottom: 100px;
}
.p_website2 ul.kaiwa.img_right {
    flex-direction: row-reverse;
}
.p_website2 ul.kaiwa li.img {
    width: 120px;
}
.p_website2 ul.kaiwa.img_left .img {
    margin-right: 20px;
}
.p_website2 ul.kaiwa.img_right .img {
    margin-left: 20px;
}
.p_website2 ul.kaiwa li.img img {
    width: 100%;
}
.p_website2 ul.kaiwa li.text {
    padding: 40px 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    flex: 1;
}
.p_website2 ul.kaiwa li.text img {
	display: none;
}
.p_website2 ul.kaiwa li.text em.space {
    margin-bottom: 20px;
    display: block;
}
.p_website2 ul.kaiwa.img_left .text {
    background: #FFA717;
}
.p_website2 ul.kaiwa.img_right .text {
    background: #226EA7;
}
.p_website2 ul.kaiwa .text::after {
    content: "";
    width: 35px;
    height: 38px;
    display: inline-block;
    position: absolute;
    bottom: calc(50% - 18px);
}
.p_website2 ul.kaiwa.img_left .text:after {
    background: url(/products/setplan/image/fukidashi_parts_left.svg) center no-repeat;
    background-size: contain;
    left: -25px;
}
.p_website2 ul.kaiwa.img_right .text:after {
    background: url(/products/setplan/image/fukidashi_parts_right.svg) center no-repeat;
    background-size: contain;
    right: -25px;
}
/* ホームページ制作を印刷会社に依頼するメリット */
.p_website2 #merit .bg_wrap {
    padding: 50px 0;
    padding-bottom: 0;
    background: url(../image/bg_merit.jpg) right top no-repeat,url(../image/gray_block.svg) repeat-x;
}
.p_website2 #merit .explanation p {
    margin-bottom: 20px;
}
.p_website2 #merit .explanation p:last-of-type {
    margin-bottom: 0;
}
.p_website2 #merit .point {
    padding: 40px 0;
    background: #fff;
}
.p_website2 #merit .point .box {
    width: 780px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.p_website2 #merit .point .box:last-of-type {
    margin-bottom: 0;
}
.p_website2 #merit .point .title_wrap .number {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-sizing: border-box;
    font-weight: bold;
    color: #C50D0D;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_website2 #merit .point .title_wrap .number span {
    font-family: 'Shippori Mincho', serif;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 0px #ABABAB, -1px 1px 0px #ABABAB, 1px -1px 0px #ABABAB, -1px -1px 0px #ABABAB, 1px 0px 0px #ABABAB, 0px 1px 0px #ABABAB, -1px 0px 0px #ABABAB, 0px -1px 0px #ABABAB;
    display: block;
}
.p_website2 #merit .point .title_wrap .title{
    width: 400px;
    margin: 0 auto;
    padding: 5px 0;
    margin-bottom: 40px;
    box-sizing: border-box;
    background: #2FBFB1;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
}
.p_website2 #merit .point p {
    margin-bottom: 20px;
}
.p_website2 #merit .point p:last-of-type {
    margin-bottom: 0;
}
/* シングルページ
------------------------------------------- */
.p_website2 #plan_wrap .bg_wrap {
    padding: 100px 0;
    padding-bottom: 0;
    background: url(../image/bg_white_block_h120.svg) left bottom repeat-x,url(../image/bg_website2.jpg) center top no-repeat;
    background-size: auto,100%;
}
.p_website2 #plan_wrap .flex_wrap {
    height: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.p_website2 #plan_wrap .single.flex_wrap {
    background: #48B2CE;
}
.p_website2 #plan_wrap .single.flex_wrap::after {
    content: 'Single';
    font-family: 'Noto Sans', sans-serif;
    font-size: 180px;
    color:rgba(0,0,0,.0);
    -webkit-text-stroke: 4px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -70px;
}
.p_website2 #plan_wrap .value.flex_wrap {
    background: #00920A;
}
.p_website2 #plan_wrap .value.flex_wrap::after {
    content: 'Value';
    font-family: 'Noto Sans', sans-serif;
    font-size: 180px;
    color:rgba(0,0,0,.0);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -70px;
}
.p_website2 #plan_wrap .standard.flex_wrap {
    background: #FFA717;
}
.p_website2 #plan_wrap .standard.flex_wrap::after {
    content: 'Standard';
    font-family: 'Noto Sans', sans-serif;
    font-size: 180px;
    color:rgba(0,0,0,.0);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -70px;
}
.p_website2 #plan_wrap .premier.flex_wrap {
    background: #6C24E9;
}
.p_website2 #plan_wrap .premier.flex_wrap::after {
    content: 'Premier';
    font-family: 'Noto Sans', sans-serif;
    font-size: 180px;
    color:rgba(0,0,0,.0);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -70px;
}
.p_website2 #plan_wrap .flex_wrap h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.p_website2 #plan_wrap .flex_wrap p {
    font-size: 22px;
    font-weight: bold;
}
.p_website2 #plan_wrap .single.flex_wrap p {
    color: #CEFFFC;
}
.p_website2 #plan_wrap .value.flex_wrap p {
    color: #DEFFCE;
}
.p_website2 #plan_wrap .standard.flex_wrap p {
    color: #FFF5CE;
}
.p_website2 #plan_wrap .premier.flex_wrap p {
    color: #DECEFF;
}
.p_website2 #plan_wrap .flex_wrap dl {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.p_website2 #plan_wrap .flex_wrap dt {
    font-size: 18px;
}
.p_website2 #plan_wrap .flex_wrap dd {
    font-size: 40px;
    font-weight: bold;
    color: #E24949;
    line-height: 1.2;
}
.p_website2 #plan_wrap .flex_wrap dd span {
    font-size: 60px;
}
.p_website2 #plan_wrap p.lead {
    margin-bottom: 30px;
}
.p_website2 #plan_wrap dl.kousei {
    margin-bottom: 60px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px #1E50AF solid;
}
.p_website2 #plan_wrap dl.kousei dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.p_website2 #plan_wrap dl.kousei dd {
    font-size: 14px;
}
.p_website2 #hikakaku .bg_cream {
    margin-bottom: 60px;
    padding: 40px 0;
    background: #F9F9E8;
    display: flex;
    justify-content: center;
}
.p_website2 #hikakaku h3 {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}
.p_website2 #hikakaku .general {
    width: 376px;
    margin-right: 70px;
}
.p_website2 #hikakaku .single {
    width: 240px;
}
.p_website2 #hikakaku .general h3 {
    background: #003E92;
}
.p_website2 #hikakaku .single h3 {
    margin-bottom: 42px;
    background: #48B2CE;
}
.p_website2 #hikakaku .flex_wrap {
    background: url(../image/img_line.svg) center top 140px no-repeat;
    background-size: 36px;
    display: flex;
    justify-content: space-between;
}
.p_website2 #hikakaku .flex_wrap dl {
    margin-bottom: 25px;
}
.p_website2 #hikakaku .flex_wrap dl:last-of-type {
    margin-bottom: 0;
}
.p_website2 #hikakaku .flex_wrap dt {
    margin-bottom: 5px;
    font-size: 14px;
    color: #4D4D4D;
}
.p_website2 #hikakaku .general dd,
.p_website2 #hikakaku .single ul {
    width: 170px;
    margin: 0 auto;
}
.p_website2 #hikakaku .general dd img,
.p_website2 #hikakaku .single ul img {
    width: 100%;
}
/* メリットデメリット */
.p_website2 #meritdemerit .flex_wrap {
    margin-bottom: 100px;
    padding: 40px;
    border: 1px #F63131 solid;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.p_website2 #meritdemerit .flex_wrap dl {
    flex: 1;
}
.p_website2 #meritdemerit .flex_wrap dt {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}
.p_website2 #meritdemerit .flex_wrap dt i {
    margin-right: 10px;
}
.p_website2 #meritdemerit .flex_wrap dd ul li {
    font-size: 20px;
}
.p_website2 #meritdemerit .flex_wrap dd ul li:before {
    content: "・";
    display: inline-block;
}
.p_website2 #sample ul {
    display: flex;
    justify-content: center;
}
.p_website2 #sample li {
    width: 400px;
    margin-right: 30px;
    text-align: center;
}
.p_website2 #sample li a {
    font-size: 18px;
}
.p_website2 #sample li:last-of-type {
    margin-right: 0;
}
.p_website2 #sample li img {
    width: 100%;
}
.p_website2 #faq dl {
    margin-bottom: 40px;
}
.p_website2 #faq dt {
    margin-bottom: 20px;
    font-weight: bold;
}
.p_website2 #faq dt span.icon {
    width: 46px;
    height: 54px;
    margin-right: 10px;
    background: url(../image/icon_fukidashi.svg) center no-repeat;
    background-size: contain;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 48px;
}
.p_website2 #faq dt span.text {
    font-size: 24px;
    font-weight: bold;
    color: #FF4E00;
    text-align: left;
}
.p_website2 #faq dd {
    margin-bottom: 20px;
    padding-left: 22px;
}
.p_website2 #faq dd:last-of-type {
    margin-bottom: 0;
}
.p_website2 #faq dd .border_box {
    width: 660px;
    margin-bottom: 60px;
    padding: 30px;
    border: 6px #D8D8D8 solid;
    box-sizing: border-box;
}
.p_website2 #faq dd .border_box dl {
    margin-bottom: 30px;
    font-size: 14px;
}
.p_website2 #faq dd .border_box dl dt {
    margin-bottom: 10px;
}
.p_website2 #faq dd .border_box p strong {
    font-size: 14px;
}
.p_website2 #kousei p.bg_yellow_text {
    text-align: center;
}
.p_website2 #kousei p.bg_yellow_text span {
    padding: 5px 20px;
    background: #FFF719;
    font-weight: bold;
    color: #401616;
    display: inline-block;
}
.p_website2 #domain .bg_skyblue {
    padding: 30px 0;
    background: #F2FBFF;
}
.p_website2 #domain .bg_skyblue > p {
    width: 750px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.p_website2 #domain .bg_skyblue .bg_white {
    width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
}
.p_website2 #domain .bg_white ul.img_address {
    width: 610px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.p_website2 #domain .bg_white li img {
    width: auto;
}
.p_website2 #domain .bg_white p.remarks {
    font-size: 14px;
}
.p_website2 #domain .koteihi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_website2 #domain .koteihi ul {
    width: 140px;
    height: 140px;
    margin-right: 30px;
    border: 1px #FF1010 solid;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #F63131;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_website2 #domain .koteihi .wrap {
    flex: 1;
}
.p_website2 #domain .koteihi .wrap dl {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_website2 #domain .koteihi .wrap dt {
    font-size: 18px;
    font-weight: bold;
}
.p_website2 #domain .koteihi .wrap dd {
    font-size: 20px;
    color: #0C307A;
}
.p_website2 #domain .koteihi .wrap dd span {
    font-size: 40px;
    font-weight: bold;
}
.p_website2 #zeroplan .border_box {
    margin-bottom: 120px;
    padding: 30px 60px;
    border: 5px #F63131 solid;
    box-sizing: border-box;
}
.p_website2 #zeroplan .flex_wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_website2 #zeroplan .flex_wrap h3 {
    font-size: 40px;
    font-weight: bold;
    color: #FF0000;
    flex: 1;
    line-height: 1.2;
}
.p_website2 #zeroplan .flex_wrap dl {
    width: 460px;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #FF4E00;
    color: #fff;
}
.p_website2 #zeroplan .flex_wrap dt {
    font-size: 40px;
    font-weight: bold;
}
.p_website2 #zeroplan .flex_wrap dt span {
    font-size: 24px;
}
.p_website2 #zeroplan .flex_wrap dt em {
    margin-left: 20px;
    font-size: 22px;
}
.p_website2 #zeroplan .flex_wrap dd {
    font-size: 18px;
    font-weight: bold;
}