@charset "utf-8";
.main-contents{
	padding: 40px 0 60px;
}

.main-contents .main-wrap{
	max-width: 930px;
	width: 100%;
}

.main-contents .main-wrap > section:not(:last-child){
	margin-bottom: 40px;
}

.main-contents .side-bar{
	max-width: 230px;
	width: 100%;
}

.sec-title{
	border-bottom: 1px solid #146CDD;
	color: #146CDD;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.wb-lineup-list{
	margin-top: -10px;
}

.wb-lineup-list li{
	border: 1px solid #CCCCCC;
	background: rgba(255,240,0,0.12);
	margin-top: 10px;
}

.wb-lineup-list li .label{
	background: #DAEBFD;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
}

.wb-lineup-list li .label::after{
	position: absolute;
	display: block;
	width: 10px;
	height: 100%;
	content: '';
	left: 100%;
	top: 0%;
	transform: skewX(-15deg);
	transform-origin: 100% 0;
	background: #DAEBFD;
}

.wb-lineup-list li .label.no1,
.wb-lineup-list li .label.no1::after{
	background: #FFF000;
}

.wb-lineup-list li a{
	height: 100%;
	padding: 15px 20px;
}

.wb-lineup-list li h3{
	font-size: 22px;
}

.wb-lineup-list li.colum-2 h3,
.wb-lineup-list li.colum-4 h3{
	font-size: 15px;
	margin-top: 25px;
	text-align: center;
}

.wb-lineup-list li .price{
	color: #CE0117;
	font-size: 16px;
	font-weight: 700;
}

.wb-lineup-list li .price span{
	font-size: 30px;
	margin: 0 10px;
}

.wb-lineup-list li p{
	font-size: 13px;
	font-weight: 500;
}

.wb-lineup-list li.wide{
	max-width: 460px;
	width: 50%;
}

.wb-lineup-list li.colum-2{
	max-width: 510px;
	width: 100%;
}

.wb-lineup-list li.colum-2 .flex > div{
	display: flex;
	flex-direction: column;
}

.wb-lineup-list li.colum-2 .flex > div .img{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wb-lineup-list li.colum-4{
	max-width: 200px;
	width: 25%;
}

.arrow-corner{
	right: 0;
	bottom: 0;
	position: absolute;
	width: 45px;
	height: 45px;
}

.arrow-corner::before{
	color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
}

.arrow-corner::after{
	content: "";
	border-top: 45px solid transparent;
	border-right: 45px solid #146CDD;
	position: absolute;
	right: 0;
	bottom: 0;
}

.note-p{
	display: table;
	font-size: 13px;
	padding-left: 1rem;
	position: relative;
}

.note-p::before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.item-list{
	margin-bottom: -30px;
	margin-right: -10px;
}

.item-list li{
	margin-bottom: 30px;
	margin-right: 10px;
	width: 225px;
}

.item-list li .img{
	border: 1px solid #cccccc;
	height: 225px;
	margin-bottom: 15px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-list li .txt h4{
	font-size: 16px;
}

.item-list li .txt .price{
	font-size: 12px;
}

.item-list li .txt .price span{
	color: #CE0117;
	font-size: 18px;
	font-weight: 700;
}

.point-list{
	counter-reset: listnum;
}

.point-list > .blo:not(:last-child){
	margin-bottom: 25px;
}

.point-list > .blo .txt h4 span{
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.point-list > .blo .txt h4 span::after{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-size: 28px;
	font-weight: 600;
	margin-left: 5px;
}

.point-list .blo .txt{
	max-width: 680px;
	width: 100%;
}

.point-list .blo .txt h4{
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.point-list .blo .txt p{
	font-size: 14px;
}

.worries-list{
	background: url(../images/top/border-bg.jpg);
	padding: 20px;
}

.worries-list .blo{
	background: #ffffff;
	padding: 30px;
	width: calc((100% / 3) - 20px);
	display: flex;
	flex-direction: column;
}

.worries-list .blo .img,
.worries-list .blo .txt{
	flex-grow: 1;
}

.worries-list .blo .txt{
	margin-top: 10px;
}

.worries-list .blo .txt h4{
	font-size: 18px;
	display: table;
	margin: 0 auto;
}

.worries-list .blo .txt p{
	margin-top: 5px;
}

span.marker {
	background: linear-gradient(transparent 70%, #FFF000 70%);
}

.kakorakesora-sec{
	border: 1px solid #CCCCCC;
	padding: 30px 40px;
}

.kakorakesora-sec .txt{
	max-width: 570px;
}

.kakorakesora-sec .txt h3{
	color: #146CDD;
	font-size: 20px;
	margin-bottom: 10px;
}

.kakorakesora-sec .txt h3 span{
	color: #E3007F;
}

.kakorakesora-sec .txt p,
.merit-list .blo p{
	font-size: 14px;
}

.merit-list .blo{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin-top: 35px;
	padding: 0 20px 20px;
	width: calc((100% / 3) - 25px);
}

.merit-list .blo .img{
	margin: -35px auto 15px;
	display: table;
}

.merit-list .blo h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.merit-list .blo h3 span{
	color: #E3007F;
}

.sec-title span{
	font-size: 14px;
	margin-left: 5px;
}

.scene-list{
	margin-bottom: -10px;
}

.scene-list .blo{
	border: 1px solid #004097;
	margin-bottom: 10px;
	padding: 15px 10px;
	width: calc((100% / 4) - 10px);
}

.scene-list .blo .txt{
	margin-top: 5px;
}

.scene-list .blo .txt h3{
	font-size: 15px;
}

.scene-list .blo .txt p{
	font-size: 13px;
	font-weight: 700;
}

.sc-auto{
	height: 760px;
	overflow: auto;
}

.guideline-list{
	background: rgba(255,240,0,0.12);
	border: 1px solid #CCCCCC;
	padding: 20px;
}

.guideline-list .blo{
	background: #ffffff;
	border: 1px solid #333333;
	margin-bottom: 20px;
	padding: 15px;
	width: calc((100% / 3) - 20px);
}

.guideline-list .blo h3{
	color: #CE0117;
	font-size: 16px;
	margin-top: 5px;
}

.guideline-list .blo h3 span{
	font-size: 30px;
	margin: 0 5px;
}

.guideline-list .blo h4{
	font-size: 18px;
	margin-top: 5px;
}

.estimate-sec{
	border: 2px solid #146CDD;
	padding: 20px;
}

.estimate-sec h2{
	color: #146CDD;
	font-size: 22px;
	margin-bottom: 10px;
}

.estimate-sec p{
	font-size: 15px;
	font-weight: 700;
}

.estimate-link-btn{
	background: #E3007F;
	border-radius: 6px;
    color: #ffffff;
    height: 70px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.estimate-link-btn::before{
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.estimate-btn-area{
	display: table;
	margin: 30px auto;
}

.estimate-btn-area img{
	position: absolute;
	left: calc(100% + 15px);
	top: -20px;
}

.flow-list .flow-rows h3{
	font-size: 18px;
	margin-bottom: 20px;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-list .flow-rows ul{
	counter-reset: listnum;
	padding:20px 8px;
	background-color: #F7F7F7;
}

.flow-list .flow-rows ul li h4{
	color: #146CDD;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.flow-list .flow-rows ul li h4 span{
	font-size: 18px;
	margin-right: 5px;
}

.flow-list .flow-rows ul li h4::after{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-size: 26px;
}

.flow-list .flow-rows ul li{
	background: #FFF;
	height: 164px;
	width: 283px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.flow-list .flow-rows ul li:not(:last-child){
	margin-bottom: 25px;
}

.flow-list .flow-rows ul li:not(:last-child)::after{
	content: "";
	background: #FF9900;
	height: calc(30px / 2);
	width: 30px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
}

.flow-list .flow-rows ul li p{
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.link-btn{
	background: #ffffff;
	border: 1px solid #146CDD;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-btn::before{
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.single-top-wrap.flex{
	align-items: flex-start;
}

.single-top-wrap .item-imgs{
	height: auto;
	width: 400px;
}

.single-top-wrap .item-imgs .item-slider{
//	border: 1px solid #cccccc;
}

.single-top-wrap .item-detail{
	width: calc(100% - 430px);
}

.single-top-wrap .item-detail .cate{
	border-radius: 4px;
	color: #ffffff;
	display: table;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 5px 10px;
}

.single-top-wrap .item-detail .item-name{
	border-bottom: 1px solid #CCCCCC;
	font-size: 22px;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.single-top-wrap .item-detail .detail p{
	font-size: 14px;
}

.single-top-wrap .item-detail .detail p.detail-p{
	font-weight: 700;
}

.single-top-wrap .item-detail .detail p + h4{
	margin-top: 20px;
}

.single-top-wrap .item-detail .detail h4{
	font-size: 15px;
	margin-bottom: 10px;
}

.single-top-wrap .item-detail .detail h4:before{
	color: #004097;
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.single-price-list-wrap h3{
	font-size: 15px;
	margin-bottom: 15px;
}

.single-price-list-wrap .price-table{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.single-price-list-wrap .price-table th,
.single-price-list-wrap .price-table td{
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
	font-weight: 500;
	padding: 15px;
	text-align: center;
}

.single-price-list-wrap .price-table td:nth-child(n+2){
	font-weight: 700;
}

.single-price-list-wrap .price-table th{
	background: #EEEEEE;
}
.specs-list{
	background:#F7F7F7;
	padding:8px;
}
.specs-list .flex{
	justify-content:start;
}
.specs-list dt{
	width:8.5em;
}

.order-box{
	border: 1px solid #cccccc;
	display: table;
	margin-left: auto;
	padding: 20px;
	text-align: right;
	max-width: 340px;
}

.order-box form p{
	font-size: 15px;
	font-weight: 700;
}

.order-box form p + p{
	margin-top: 10px;
}

.checkbox-area > div{
	font-size: 14px;
}

.checkbox-area > div:not(:last-child){
	margin-bottom: 5px;
}

.order-box form select{
	border: 1px solid #cccccc;
	background: #ffffff;
	height: 36px;
	padding: 0 10px;
	margin-left: 10px;
	width: 80px;
}

.order-box .price{
	font-size: 12px;
	margin-top: 10px;
}

.order-box .price .main-price{
	font-size: 30px;
	font-weight: 700;
}

.order-box .price .jpy{
	font-size: 14px;
	font-weight: 700;
}

.order-box .price .postage{
	font-size: 15px;
}

.order-box .estimate-link-btn{
	border-radius: 4px;
    font-size: 14px;
    height: 46px;
    margin-left: auto;
    width: 100%;
}

.page-type-mv{
	background: rgba(255, 240, 0, 0.12);
	padding: 25px 40px;
}

.page-type-mv .label{
	background: #DAEBFD;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
}

.page-type-mv .label::after {
	position: absolute;
	display: block;
	width: 10px;
	height: 100%;
	content: '';
	left: 100%;
	top: 0%;
	transform: skewX(-15deg);
	transform-origin: 100% 0;
	background: #DAEBFD;
}

.page-type-mv .label.no1,
.page-type-mv .label.no1::after {
	background: #FFF000;
}

.page-type-mv .sub-title{
	color: #146CDD;
	font-size: 22px;
	font-weight: 700;
}

.page-type-mv h1{
	font-size: 28px;
}

.page-type-mv .price{
	font-size: 18px;
	font-weight: 700;
}

.page-type-mv .price span{
	font-size: 32px;
	margin: 0 5px;
}

.page-type-mv p{
	font-size: 14px;
}

.page-desc-sec p{
	font-size: 14px;
}

.point-box {
	counter-reset: listnum;
}

.point-box .blo{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 20px 15px;
	width: calc((100% / 3) - 25px);
}

.point-box .blo h4{
	display: table;
	margin: 0 auto 5px;
}

.point-box .blo h4 span{
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.point-box .blo h4 span::after {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-size: 28px;
	font-weight: 600;
	margin-left: 5px;
}

.point-box .blo h3{
	font-size: 18px;
	margin-bottom: 5px;
}

.point-box .blo p{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

.point-box .blo .imgs span{
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.txt-link{
	color: #156cdd;
	font-size: 15px;
	text-decoration: underline;
}

.page-sc-ul{
	margin-top: -10px;
}

.page-sc-ul li{
	border: 1px solid #cccccc;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	width: calc(50% - 10px);
}

.page-sc-ul li a{
	height: 70px;
	padding: 0 20px;
	width: 100%;
	display: flex;
	align-items: center;
}

.label-title{
	background: url(../images/top/border-bg.jpg);
	border-top: 1px solid #146cdd;
	border-bottom: 1px solid #146cdd;
	color: #146cdd;
	font-size: 20px;
	margin-bottom: 25px;
	padding: 15px;
}

.item-list .archive-links a{
	border-radius: 6px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-list .archive-links a.design,
.single-top-wrap .item-detail .cate.design{
	background: #E3007F;
}

.item-list .archive-links a.ai,
.single-top-wrap .item-detail .cate.ai{
	background: #ff9900;
}

.item-list .archive-links a.plain,
.single-top-wrap .item-detail .cate.plain{
	background: #066fc2;
}

.img-ex-blo > div:nth-child(2){
	margin-left: 20px;
}

.img-ex-blo > div p{
	max-width: 440px;
}

.img-ex-gray > div{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
    padding: 20px;
}

.img-ex-gray.colum-2 > div{
	width: calc(50% - 10px);
}

.img-ex-gray.colum-2 > div .txt{
	max-width: 303px;
	margin-left: 10px;
}

.check-title{
	font-size: 15px;
	margin-bottom: 10px;
}

.check-title:before {
	color: #004097;
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.img-ex-gray > div .txt h6{
	font-size: 16px;
	margin-bottom: 10px;
}

.img-ex-gray > div .txt .price{
	font-size: 12px;
	margin-bottom: 10px;
}

.img-ex-gray > div .txt .price span{
	font-size: 18px;
	font-weight: 700;
}

.img-ex-gray.colum-1 > div{
	width: 100%;
}

.img-ex-gray .fukidashi-label{
	background: #fff000;
	border-radius: 6px;
	display: table;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.img-ex-gray .fukidashi-label::after{
	content: "";
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff000;
    position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.img-ex-gray.colum-1 > div .txt{
	margin-left: 20px;
}

.img-ex-gray.colum-1 > div .txt .price{
	margin-left: 10px;
}

.wide-border-tl{
	color: #E3007F;
	font-size: 22px;
	margin-bottom: 15px;
	text-align: center;
}

.wide-border-tl::before{
	content: "＼";
}

.wide-border-tl::after{
	content: "／";
}

.page-ex-box p{
	font-size: 15px;
	font-weight: 700;
}

.border-top-sec{
	border-top: 1px solid #cccccc;
	padding: 35px 0 0;
}

.contact-table .th{
	vertical-align: middle;
	width: 250px;
}

.contact-table .th p{
	font-size: 15px;
	font-weight: 700;
}

.contact-table .th.hissu p::after,
.contact-table .th.any p::after{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 5px;
	margin-left: 10px;
}

.contact-table .th.hissu p::after{
	content: "必須";
	background: #CE0117;
}

.contact-table .th.any p::after{
	content: "任意";
	background: #333333;
}

.contact-table .radio-list .blo{
	background: #FBFBFB;
	display: flex;
	align-items: center;
}

.contact-table .radio-list .blo:not(:last-child){
	margin-bottom: 10px;
}

.contact-table .radio-list .blo .img{
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-right: 10px;
	height: 60px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-table .radio-list .blo .radio{
	font-size: 15px;
}

.contact-table .row:not(:last-child){
	border-bottom: 1px solid #cccccc;
}

.contact-table{
	margin: -30px 0;
}

.contact-table .row.shipping-row,
.mw_wp_form_confirm .contact-table .th.hissu p::after,
.mw_wp_form_confirm .contact-table .th.any p::after{
	display: none;
}

.contact-table .row.shipping-row.shipping-row-show,
.mw_wp_form_confirm .contact-table .row.shipping-row{
	display: table-row;
}

.contact-table .row .th,
.contact-table .row .td{
	padding: 30px 0;
}

.contact-table .row .td p{
	font-size: 15px;
}

.contact-table .row .td p + p{
	margin-top: 10px;
}

.contact-table .row .td p.notice{
	font-size: 13px;
	display: flex;
}

.contact-table .row .td p.p-title{
	font-weight: 700;
}

.contact-table .row .td p.p-title i{
	color: #146CDD;
	margin-right: 5px;
}

.contact-table .row .td .target-link{
	color: #004097;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

.contact-table .row .td .notice::before{
	content: "※";
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"] {
	padding: 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background: #ffffff;
	height: 44px;
	width: 100%;
}

.contact-table textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background: #ffffff;
	height: 180px;
	width: 100%;
}

.contact-table input.short{
	max-width: 120px;
}

.contact-table .margin-w{
	margin: 0 10px;
}

.contact-table .margin-r{
	margin-right: 10px;
}

.contact-table .margin-l{
	margin-left: 10px;
}

.mw_wp_form_confirm .contact-table .row .td .target-link{
	display: none;
}

.submi-btn{
	display: table;
	margin: 60px auto 0;
}

.submi-btn input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	background: #E3007F;
	color: #ffffff;
	height: 46px;
	width: 266px;
	font-size: 15px;
	cursor: pointer;
}

.login-box{
	border: 1px solid #cccccc;
	padding: 30px;
}

.login-box h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.login-table{
	margin: -10px auto;
	width: auto;
}

.login-table .th{
	width: 120px;
}

.login-table .td{
	padding: 10px 0;
	width: 400px;
}

.login-table .th p{
	font-size: 15px;
}

.login-table input[type="text"] {
	padding: 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background: #ffffff;
	height: 44px;
	width: 100%;
}

.login-box .tel-flex{
	gap: 50px;
}

.login-box .tel-flex a{
	font-size: 33px;
	font-weight: 600;
}

.login-box .tel-flex a i{
	font-size: 20px;
	margin-right: 5px;
}

.login-box .tel-flex a span{
	font-size: 23px;
	margin-right: 5px;
}

.postage-table,.postage-table2,.payment-table,.paid-table{
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}

.postage-table th,
.postage-table td{
	border: 1px solid #cccccc;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.payment-table th,.payment-table td,
.paid-table th,.paid-table td
{
	border: 1px solid #cccccc;
	padding: 10px;
	width: 50%;;
}

.postage-table thead th{
	background: #eeeeee;
	font-weight: 400;
}

.postage-table tbody th,
.postage-table tbody td{
	font-weight: 700;
}

.postage-notice-box .notice-txt{
	font-size: 18px;
	font-weight: 400;
}

.postage-notice-box .notice-txt .c-red{
	font-size: 30px;
	font-weight: 700;
}

.postage-notice-box .postage-flex p{
	font-size: 14px;
	font-weight: 400;
	max-width: calc(100% - 224px);
}

.postage-notice-box .postage-flex p span{
	font-weight: 700;
}

.postage-table2 th,.postage-table2 td{
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
}
.postage-table2 thead th{
	background-color: #eeeeee;
}
.postage-table2__normal-term{
	background:linear-gradient(to right,#146CDD 85%,#fff);
	color:#fff;
}
.postage-table2__express-term{
	background:linear-gradient(to right,#E3007F 75%,#fff);
	color:#fff;
}
.noki-sec__description li{
	list-style: disc outside;
	margin-left:28px;
}
.noki-sec__description li::marker{
    color:#146CDD;	
}
.page-guide__flow li{
	border:1px solid #cccccc;
	list-style: none;
	position: relative;
	margin-bottom:30px;
	padding:14px;
}
.page-guide__flow li:not(:last-child)::after{
	content: "";
    background: #FF9900;
    height: calc(30px / 2);
    width: 30px;
	position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
}
.bg-title{
	background: #FCAF33;
	border-radius: 50px 0 0 50px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	padding-left: 30px;
}
/*--Paidページ--*/
.PaidStructure-sec ol{
	margin-left:1em;
	line-height: 1.78;
}
.PaidMerit-sec li{
	line-height: 1.78;
}
.PaidMerit-sec h3,.PaidFlow-sec h3,.PaidTerms-sec span{
	color:#008000;
	font-size:16px;
}
.PaidFAQ-sec__question-and-answer:not(:first-child){
	border-bottom:1px solid #E6E6E6;
	padding-bottom:20px;
}
.PaidFAQ-sec__question,.PaidFAQ-sec__answer{
	padding-top:20px;
}
.PaidFAQ-sec__answer{
	display: flex;
	line-height: 1.78;
}
.PaidFAQ-sec__question::before{
	line-height: 24px;
	display: inline-block;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
	content: "Q";
    color: #fff;
    background-color: #008000; 
	margin-right:12px;
}
.PaidFAQ-sec__answer::before{
	line-height: 22px;
	display: inline-block;
    border-radius: 50%;
    height: 22px;
    min-width: 22px;
    text-align: center;
	content: "A";
    color: #008000;
    border: solid 1px #008000; 
	margin-right:12px;
}
.PaidFlow-sec ol{
	list-style: none;
}
.PaidFlow-sec ul{
	background-color: #F3F8ED;
	padding:14px;
	line-height: 1.78;	
}
/*--製作例ページ--*/
	.works-sec__work-list{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		gap:35px 24px;
		}
	.works-sec__work-list h2{
		font-size:16px;
		}

/*--faqページ--*/

.faq-sec{
	max-width: 1040px;
    margin: 0 auto;
}
.faq-sec__question-and-answer:first-child{
	border-top:1px solid #E6E6E6;
}
.faq-sec__question-and-answer{
	border-bottom:1px dashed #707070;
	position:relative;
}
.faq-sec__question{
	padding:20px 0;
}
.faq-sec__answer{
	padding:8px 0 20px 0;
}
.faq-sec__question::before,.faq-sec__answer::before{
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}
.faq-sec__question::before{
    content: "Q";
    color: #fff;
    background-color: #004097;
	min-width:30px;
}
.faq-sec__answer::before{
	content: "A";
    color: #2249BE;
    background-color: #FFF000;
	min-width: 30px;
}
.faq-sec__question,.faq-sec__answer{
	display:flex;
	gap:16px;	
}
.faq-sec__question__text{
	padding-right:54px;
}
.faq-sec__open-button{
	content: '';
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
}
.faq-sec__open-button1.close,.faq-sec__open-button2.close,.faq-sec__open-button3.close,.faq-sec__open-button4.close,.faq-sec__open-button5.close,.faq-sec__open-button6.close,.faq-sec__open-button7.close,.faq-sec__open-button8.close,.faq-sec__open-button9.close{
	transform: rotate(-45deg);
}

/*--会社概要ページ--*/
.company-sec dl,.legal-sec dl{
	display: flex;
	border-bottom:1px solid #D5D5D5;
	padding:20px 0;
	line-height: 1.78;
}
.company-sec dt,.legal-sec dt{
	width:20%;
}
.legal-sec__box,.terms-sec__box,.privacy-sec__box{
	max-width:930px;
	height:300px;
	overflow:scroll;
}




.bg-title span{
	font-size: 37px;
	margin-right: 1rem;
}

.requirements-list{
	counter-reset: listnum;
}

.requirements-list li{
	border-bottom: 1px dashed #707070;
	padding: 20px 45px;
	position: relative;
}

.requirements-list li p{
	font-size: 14px;
	font-weight: 400;
}

.requirements-list li::before{
	counter-increment: listnum;
	content: counter(listnum);
	background: #FCAF33;
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.template-blo h3{
	font-size: 18px;
	margin-bottom: 20px;
}

.template-list{
	gap: 13px;
}

.template-list li a{
	border: 1px solid #7FABE4;
	background: #DAEBFD;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	height: 48px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	width: 144px;
}

.template-list li a i{
	color: #ffffff;
	margin-right: 10px;
}

.download-list > div:not(:last-child){
	margin-bottom: 60px;
}

.login-box #wpmem_login{
	width: 100%;
}

.main-wrap #wpmem_login .row label,
.main-wrap #wpmem_reg .row label{
	display: table-cell;
}

#wpmem_login .login-table .row label{
	width: 120px;
}

#wpmem_login .login-table .row .div_text{
	padding: 10px 0;
	width: 400px;
}

#wpmem_login .login-table .row{
	display: table;
}

#wpmem_login .login-table input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.main-contents {
		padding: 20px 0 40px;
	}
	
	.sec-title {
		font-size: 18px;
	}
	
	.wb-lineup-list li.wide,
	.wb-lineup-list li.colum-4{
		max-width: 100%;
		width: 100%;
	}
	
	.wb-lineup-list li a {
		padding: 40px 20px;
		justify-content: center;
		gap: 10px;
	}
	
	.item-list li {
		width: calc(50% - 10px);
	}
	
	.item-list li .img {
		height: 180px;
	}
	
	.item-list li .txt h4 {
		font-size: 14px;
	}
	
	.item-list li .txt .price {
		font-size: 10px;
	}
	
	.item-list li .txt .price span {
		font-size: 16px;
	}
	
	.point-list .blo .img,
	.kakorakesora-sec .img{
		margin: 20px auto 0;
	}
	
	.worries-list .blo {
		width: 100%;
	}
	
	.worries-list{
		gap: 15px;
	}
	
	.worries-list .blo .txt p {
		margin: 5px auto 0;
	}
	
	.kakorakesora-sec{
		padding: 20px;
	}
	
	.merit-list .blo {
		margin-top: 50px;
		width: 100%;
	}
	
	.scene-list .blo {
		width: calc((100% / 2) - 5px);
	}
	
	.guideline-list .blo {
		width: 100%;
	}
	
	.estimate-link-btn{
		width: 300px;
	}
	
	.estimate-btn-area img{
		display: none;
	}
	
	.flow-list{
		justify-content: center;
		gap: 30px;
	}
	
	.main-contents .side-bar {
		max-width: 100%;
		width: 100%;
		margin-top: 30px;
	}
	
	.point-box{
		gap: 10px;
	}

	.point-box .blo,
	.page-sc-ul li{
		width: 100%;
	}
	
	.table-box.contact-table .row > div {
		display: block;
	}
	
	.contact-table .row .th,
	.contact-table .row .td {
		padding: 10px 0;
		width: 100%;
	}
	
	.contact-table .row .td p {
		font-size: 13px;
	}
	
	.contact-table input.short {
		max-width: 80px;
	}
	
	.contact-table .margin-w {
		margin: 0 5px;
	}
	.page-name__table{
	    overflow: scroll;
		overflow-y: hidden;
    }	
}

@media screen and (max-width: 520px){
	.works-sec__work-list{
		grid-template-columns:repeat(1,1fr);
		}
	.company-sec dl,.legal-sec dl{
		display:block;
	}
	.company-sec dt,.legal-sec dt{
		width:100%;
	}
}