<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*------------------------------------
    共通
------------------------------------*/
.mainContents &gt; section &gt; section{
    margin: 0 auto 80px;
}

.mainContents h1 + p{
    margin: 0 auto 30px;
}


/**/
.mainContents &gt; section &gt; .btn{
    max-width: 600px;
    font-size: 18px;
    padding: 15px;
}


@media screen and (max-width: 768px) {
    .mainContents &gt; section &gt; .btn{
        width: 80%;
    }

}

@media screen and (max-width: 480px) {
    .mainContents &gt; section &gt; .btn{
        width: 90%;
        font-size: 16px;
    }
}

/*------------------------------------
        making/データ作成方法
--------------------------------------*/

/*----------注意点----------*/
.making-cont .caution-box{
    width: 95%;
	margin: 50px auto;
}
.making-cont .caution-box h2{
	background: #111;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.making-cont .caution-box .inner{
    display: flex;
    justify-content: space-between;
}
.making-cont .caution-box .inner dl{
	background: #fff9d2;
	padding: 20px;
	border-radius: 20px;
}
.making-cont .caution-box .inner dl dt{
	margin-bottom: 10px;
	padding: 5px 0 5px 60px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #c21717;
	position: relative;
}
.making-cont .caution-box .inner dl dt:before{
	content: "";
	display: block;
	width: 53px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.making-cont .caution-box .inner dl.check1{
	width: 360px;
}
.making-cont .caution-box .inner dl.check1 dt:before{
	background: url(../../_images/order/making/caution-check1.gif) no-repeat;
}
.making-cont .caution-box .inner dl.check2{
	width: 450px;
}
.making-cont .caution-box .inner dl.check2 dt:before{
	background: url(../../_images/order/making/caution-check2.gif) no-repeat;
}

/*----------製作方法の種類----------*/
.making-cont .softwear-type{
    margin: 60px auto;
}

.making-cont .softwear-type h2{
    background: linear-gradient(to right, #fff 0%,#ffe8aa 20%,#ffe8aa 80%,#fff 100%);
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.making-cont .softwear-type h2:before,
.making-cont .softwear-type h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #fff 0%,#ffd155 20%,#ffd155 80%,#fff 100%);
    position: absolute;
    left: 0;
    right: 0;
}
.making-cont .softwear-type h2:before{
    top: 0;
}
.making-cont .softwear-type h2:after{
    bottom: 0;
}

/*選択ボタン*/
.making-cont .softwear-type ul.select-btn{
    display: flex;
    justify-content: center;
    gap: 20px;
	margin: 0 auto 50px;
}
.making-cont .softwear-type ul.select-btn li{
	width: 150px;
}
.making-cont .softwear-type ul.select-btn li p{
	font-size: 15px;
	font-weight: bold;
	text-align:center;
}
.making-cont .softwear-type ul.select-btn li a{
	display: block;
    color: #111;
	position: relative;
}
.making-cont .softwear-type ul.select-btn li a div{
	background: #e8e8e8;
	color: #505050;
	width: 150px;
	height: 150px;
    padding: 22px 0;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
    overflow: hidden;
    transition: all .3s ease;
}
.making-cont .softwear-type ul.select-btn li a:after{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease-out;
}
/*AI*/
.making-cont .softwear-type ul.select-btn li.btnAI a:hover div{ border-color: #ff7f2a;}
.making-cont .softwear-type ul.select-btn li.btnAI a:hover:after{ border-top-color: #ff7f2a;}
/*PS*/
.making-cont .softwear-type ul.select-btn li.btnPS a:hover div{ border-color: #32c8ff;}
.making-cont .softwear-type ul.select-btn li.btnPS a:hover:after{ border-top-color: #32c8ff;}
/*オフィス*/
.making-cont .softwear-type ul.select-btn li.btnOFC a:hover div{ border-color: #351abd;}
.making-cont .softwear-type ul.select-btn li.btnOFC a:hover:after{ border-top-color: #351abd;}
/*画像*/
.making-cont .softwear-type ul.select-btn li.btnIMG a:hover div{ border-color: #df2392;}
.making-cont .softwear-type ul.select-btn li.btnIMG a:hover:after{ border-top-color: #df2392;}
/*手書き*/
.making-cont .softwear-type ul.select-btn li.btnTGK a:hover div{ border-color: #ffc90f;}
.making-cont .softwear-type ul.select-btn li.btnTGK a:hover:after{ border-top-color: #ffc90f;}


/*--ソフト別制作注意点--*/
.making-cont .softwear-type .softwear-box{
	margin: 80px auto;
}

/*head*/
.making-cont .softwear-box .box-head{
	margin-bottom: 50px;
	padding-top: 40px;
}
.making-cont .softwear-box .box-head .hBox{
    display: flex;
    justify-content: space-between;
    width: 95%;
	margin: 0 auto 30px;
	padding: 10px 0;
	padding-left: 100px;
	border-bottom: 3px solid #666;
	position: relative;
}
.making-cont .softwear-box .box-head .hBox:before{
	content: "";
	display: block;
	width: 95px;
	height: 95px;
	background-color: #e8e8e8;
	background-size: 70%;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    overflow: hidden;
	position: absolute;
	left: -10px;
	bottom: 0;
    top: 0;
	z-index: 100;
	margin: auto;
}
.making-cont .softwear-box .box-head .hBox h3{
	font-size: 34px;
    font-weight: 500;
}
.making-cont .softwear-box .box-head .hBox p{
    display: block;
    width: fit-content;
	background: #666;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	line-height: 2.0em;
}
.making-cont .softwear-box .box-head ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
	width: fit-content;
	margin: 0 120px;
    padding-left: 40px;
}
.making-cont .softwear-box .box-head ul li{
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	position: relative;
}
.making-cont .softwear-box .box-head ul li:before{
	content: "";
	display: block;
	background: url(../../_images/order/making/icon-check.png) no-repeat;
	width: 30px;
	height: 26px;
	position: absolute;
	left: -35px;
}

/*main*/
.making-cont .softwear-box .box-main{
	margin: 30px 0;
}
.making-cont .softwear-box .box-main dl{
	margin-bottom: 40px;
}
.making-cont .softwear-box .box-main dt{
	margin-bottom: 15px;
	padding: 15px 10px 15px 60px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.making-cont .softwear-box .box-main dt:before{
	content: "";
	display: block;	width: 10px;
	height: 20px;
	border-right: 5px solid red;
	border-bottom: 5px solid red;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 5px;
	margin: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.making-cont .softwear-box .box-main dl dd{
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.making-cont .softwear-box .box-main dl dd &gt; img{
    display: block;
    width: fit-content;
    margin: auto;
}
.making-cont .softwear-box .box-main dl.img-right dd{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.making-cont .softwear-box .box-main dl.img-right dd &gt; p{
    width: 410px;
}
.making-cont .softwear-box .box-main dl.img-right dd &gt; img{
    margin: 0;
}


/*デザインデータない方*/
.making-cont .softwear-box .design-none{
    width: 95%;
	margin: 30px auto;
}

.making-cont .softwear-box .design-none &gt; p{
	display: block;
    width: fit-content;
    color: #111;
    margin: 0 auto 5px;
	padding: 0 10px;
	font-size: 20px;
    font-weight: 600;
	position: relative;
}
.making-cont .softwear-box .design-none &gt; p:before,
.making-cont .softwear-box .design-none &gt; p:after{
	content: "";
	display: block;
	background: #000;
	width: 1px;
	height: 25px;
	position: absolute;
    bottom: 0;
}
.making-cont .softwear-box .design-none &gt; p:before{
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	left: 0;
}
.making-cont .softwear-box .design-none &gt; p:after{
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	right: 0;
}
.making-cont .softwear-box .design-none &gt; dl{
	margin: 50px 0 0;
	padding: 60px 30px 30px;
	border: 3px solid #ffc4c4;
	border-radius: 10px;
	position: relative;
}
.making-cont .softwear-box .design-none &gt; dl &gt; dt{
	display: block;
    width: fit-content;
    background: #ff5353;
    color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	font-size: 23px;
	text-align: center;
	line-height: 1.3em;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
    z-index: 5;
	margin: auto;
}

.making-cont .softwear-box .design-none &gt; dl &gt; dt span{
    display: block;
    margin-bottom: 5px;
	font-size: 35px;
    font-weight: 600;
	line-height: 1.1em;
	border-bottom: 6px solid #ffef41;
}
.making-cont .softwear-box .design-none dl dd &gt; img{
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
}

/*手書き変換手数料*/
.making-cont .softwear-box .tegaki-design{
	background: #e4e2e0;
	margin: 30px auto;
	padding: 15px;
}
.making-cont .softwear-box .tegaki-design dt{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #222;
}


/*AIコンテンツ*/
.making-cont #softAI .box-head{ background-image: linear-gradient(to bottom, #ffe6d2 0%,#fff 150px,#fff 100%);}
.making-cont #softAI .box-head .hBox:before{ background-image:url(../../_images/order/making/icon-ai.png);}
.making-cont #softAI .box-head .hBox{ border-bottom: 3px solid #ffa627;}
.making-cont #softAI .box-head .hBox p{ background: #ff921e;}
.making-cont #softAI .box-head ul li{ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#ffd1b2 60%,#ffd1b2 100%);}
.making-cont #softAI .box-main dt{ background: linear-gradient(to right, #ffd7af 0%, #ffd7af 70%,#fff 100%);}

/*PSコンテンツ*/
.making-cont #softPS .box-head{ background-image: linear-gradient(to bottom, #b2eaff 0%,#fff 150px,#fff 100%);}
.making-cont #softPS .box-head .hBox:before{ background-image:url(../../_images/order/making/icon-ps.png);}
.making-cont #softPS .box-head .hBox{ border-bottom: 3px solid #3acaff;}
.making-cont #softPS .box-head .hBox p{ background: #32c8ff;}
.making-cont #softPS .box-head ul li{ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#b2eaff 60%,#b2eaff 100%);}
.making-cont #softPS .box-main dt{ background: linear-gradient(to right, #b2eaff 0%, #b2eaff 70%,#fff 100%);}

/*Officeコンテンツ*/
.making-cont #softOFC .box-head{ background-image: linear-gradient(to bottom, #cdc7f0 0%,#fff 150px,#fff 100%);}
.making-cont #softOFC .box-head .hBox:before{ background-image:url(../../_images/order/making/icon-office.png);}
.making-cont #softOFC .box-head .hBox{ border-bottom: 3px solid #351abd;}
.making-cont #softOFC .box-head .hBox p{ background: #351abd;}
.making-cont #softOFC .box-head ul li{ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#cdc7f0 60%,#cdc7f0 100%);}
.making-cont #softOFC .box-main dt{ background: linear-gradient(to right, #cdc7f0 0%, #cdc7f0 70%,#fff 100%);}

/*画像コンテンツ*/
.making-cont #softIMG .box-head{ background-image: linear-gradient(to bottom, #f5cfe5 0%,#fff 150px,#fff 100%);}
.making-cont #softIMG .box-head .hBox:before{ background-image:url(../../_images/order/making/icon-image.png);}
.making-cont #softIMG .box-head .hBox{ border-bottom: 3px solid #df2392;}
.making-cont #softIMG .box-head .hBox p{ background: #df2392;}
.making-cont #softIMG .box-head ul li{ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#f5cfe5 60%,#f5cfe5 100%);}
.making-cont #softIMG .box-main dt{ background: linear-gradient(to right, #f5cfe5 0%, #f5cfe5 70%,#fff 100%);}

/*手書きコンテンツ*/
.making-cont #softTGK .box-head{ background-image: linear-gradient(to bottom, #ffe6d2 0%,#fff 150px,#fff 100%);}
.making-cont #softTGK .box-head .hBox:before{ background-image:url(../../_images/order/making/icon-tegaki.png);}
.making-cont #softTGK .box-head .hBox{ border-bottom: 3px solid #ffcb1a;}
.making-cont #softTGK .box-head ul li{ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#fff3ca 60%,#fff3ca 100%);}
.making-cont #softTGK .box-main dt{ background: linear-gradient(to right, #fff3ca 0%, #fff3ca 70%,#fff 100%);}

@media screen and (max-width: 768px) {
    /*----------注意点----------*/
    .making-cont .caution-box{
        margin: 50px auto;
    }
    .making-cont .caution-box h2{
        font-size: 20px;
    }
    .making-cont .caution-box .inner dl{
        padding: 15px;
    }
    .making-cont .caution-box .inner dl dt{
        padding: 5px 0 5px 60px;
        font-size: 16px;
    }
    .making-cont .caution-box .inner dl.check1,
    .making-cont .caution-box .inner dl.check2{
        width: 48%;
    }

    /*選択ボタン*/
    .making-cont .softwear-type ul.select-btn{
        width: 95%;
        gap: 10px;
        margin: 0 auto 50px;
    }
    .making-cont .softwear-type ul.select-btn li{
        width: calc((100% / 5) - 5px);
    }
    .making-cont .softwear-type ul.select-btn li p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .making-cont .softwear-type ul.select-btn li a div{
        width: 100%;
        height: auto;
        padding: 12% 0;
    }
    .making-cont .softwear-type ul.select-btn li a div img{
        width: 70%;
    }
    .making-cont .softwear-type ul.select-btn li a:after{
        border-width: 15px;
        border-top-width: 15px;
        bottom: -35px;
    }

    /*--ソフト別制作注意点--*/
    .making-cont .softwear-type .softwear-box{
        margin: 60px auto;
    }
    /*head*/
    .making-cont .softwear-box .box-head{
        margin-bottom: 50px;
        padding-top: 25px;
    }
    .making-cont .softwear-box .box-head .hBox{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
        padding-left: 90px;
    }
    .making-cont .softwear-box .box-head .hBox:before{
        width: 80px;
        height: 80px;
        left: -8px;
        bottom: 0;
    }
    .making-cont .softwear-box .box-head .hBox h3{
        font-size: 28px;
        line-height: 1.5em;
    }
    .making-cont .softwear-box .box-head .hBox p{
        padding: 0 10px;
        margin-left: auto;
        font-size: 14px;
    }
    .making-cont .softwear-box .box-head ul{
        width: 90%;
        max-width: fit-content;
        margin: 0 auto;
    }

    /*main*/
    .making-cont .softwear-box .box-main dt{
        font-size: 18px;
    }
    .making-cont .softwear-box .box-main dl dd{
        width: 95%;
        margin: auto;
    }
    .making-cont .softwear-box .box-main dl dd &gt; p{
        width: 100%;
        margin: 0;
    }
    .making-cont .softwear-box .box-main dl dd &gt; img{
        width: 95%;
        max-width: 780px;
        margin: 0 auto;
    }
    .making-cont .softwear-box .box-main dl.img-right dd &gt; p{
        width: 50%;
    }
    .making-cont .softwear-box .box-main dl.img-right dd &gt; img{
        width: 48%;
        margin: 0;
    }

    /*デザインデータない方*/
    .making-cont .softwear-box .design-none &gt; p{
        font-size: 18px;
    }
    .making-cont .softwear-box .design-none &gt; p:before,
    .making-cont .softwear-box .design-none &gt; p:after{
        height: 25px;
    }

    .making-cont .softwear-box .design-none &gt; dl{
        margin: 45px 0 0;
        padding: 50px 30px 30px;
        border: 3px solid #ffc4c4;
        border-radius: 10px;
        position: relative;
    }
    .making-cont .softwear-box .design-none &gt; dl &gt; dt{
        font-size: 21px;
        top: -45px;
    }
    .making-cont .softwear-box .design-none &gt; dl &gt; dt span{
        font-size: 30px;
        border-bottom-width: 5px;
    }
    .making-cont .softwear-box .design-none dl dd &gt; img{
        width: 90%;
    }

    /*手書き変換手数料*/
    .making-cont .softwear-box .tegaki-design{
        width: 95%;
    }
}
@media screen and (max-width: 480px) {
    /*----------注意点----------*/
    .making-cont .caution-box{
        margin: 30px auto;
    }
    .making-cont .caution-box h2{
        font-size: 18px;
    }
    .making-cont .caution-box .inner{
        flex-direction: column;
        gap: 20px 0;
    }
    .making-cont .caution-box .inner dl{
        padding: 10px;
    }
    .making-cont .caution-box .inner dl.check1,
    .making-cont .caution-box .inner dl.check2{
        width: 100%;
    }

    /*--ソフト別制作注意点--*/
    .making-cont .softwear-type .softwear-box{
        margin: 50px auto;
    }
    /*選択ボタン*/
    .making-cont .softwear-type ul.select-btn{
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 auto;
    }
    .making-cont .softwear-type ul.select-btn li{
        width: calc((100% / 3) - 20px);
    }
    .making-cont .softwear-type ul.select-btn li p{
        font-size: 14px;
    }
    .making-cont .softwear-type ul.select-btn li a div{
        width: 100%;
        height: auto;
        padding: 13% 0;
    }

    /*head*/
    .making-cont .softwear-box .box-head{
        margin-bottom: 50px;
        padding-top: 20px;
    }
    .making-cont .softwear-box .box-head .hBox{
        padding: 0;
        padding-left: 70px;
        gap: 5px;
    }
    .making-cont .softwear-box .box-head .hBox:before{
        width: 60px;
        height: 60px;
        left: 0;
        top: auto;
        bottom: 0;
    }
    .making-cont .softwear-box .box-head .hBox h3{
        font-size: 23px;
    }
    .making-cont .softwear-box .box-head .hBox p{
        padding: 0 5px;
        font-size: 12px;
    }
    .making-cont .softwear-box .box-head ul{
        width: 95%;
        padding-left: 30px;
    }
    .making-cont .softwear-box .box-head ul li{
        font-size: 15px;
    }
    .making-cont .softwear-box .box-head ul li:before{
        background-size: 100%;
        width: 25px;
        height: 22px;
        left: -30px;
    }

    /*main*/
    .making-cont .softwear-box .box-main dt{
        padding: 5px 10px 5px 45px;
        font-size: 16px;
    }
    .making-cont .softwear-box .box-main dt:before{
        width: 8px;
        height: 16px;
        left: 15px;
    }
    .making-cont .softwear-box .box-main dl.img-right dd{
        flex-direction: column;
    }
    .making-cont .softwear-box .box-main dl.img-right dd &gt; p{
        width: 100%;
    }
    .making-cont .softwear-box .box-main dl.img-right dd &gt; img{
        width: 100%;
    }

    /*デザインデータない方*/
    .making-cont .softwear-box .design-none &gt; p{
        font-size: 16px;
    }
    .making-cont .softwear-box .design-none &gt; p:before,
    .making-cont .softwear-box .design-none &gt; p:after{
        height: 22px;
    }

    .making-cont .softwear-box .design-none &gt; dl{
        margin: 45px 0 0;
        padding: 50px 15px 15px;
    }
    .making-cont .softwear-box .design-none &gt; dl &gt; dt{
        font-size: 18px;
        top: -45px;
    }
    .making-cont .softwear-box .design-none &gt; dl &gt; dt span{
        font-size: 24px;
        border-bottom-width: 4px;
    }
    .making-cont .softwear-box .design-none dl dd &gt; img{
        width: 100%;
    }

    /*手書き変換手数料*/
    .making-cont .softwear-box .tegaki-design{
        width: 95%;
    }
}


/*------------------------------------
        data/データ入稿方法
--------------------------------------*/
.data-cont{
	margin-bottom: 50px;
}
.data-cont h2{
    background: linear-gradient(to right, #fff 0%,#ffe8aa 20%,#ffe8aa 80%,#fff 100%);
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.data-cont h2:before,
.data-cont h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #fff 0%,#ffd155 20%,#ffd155 80%,#fff 100%);
    position: absolute;
    left: 0;
    right: 0;
}
.data-cont h2:before{
    top: 0;
}
.data-cont h2:after{
    bottom: 0;
}


/**/
.data-cont .data-type h3{
	margin: 0 0 15px 10px;
	padding: 5px 5px 5px 70px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #f5909c;
	position: relative;
}
.data-cont .data-type h3:before{
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*メール*/
.data-cont .mail h3:before{ background-image: url(../../_images/order/data/icon_mail.gif);}
/*データ転送*/
.data-cont .send h3:before{ background-image: url(../../_images/order/data/icon_send.gif);}
/*メディア*/
.data-cont .media h3:before{ background-image: url(../../_images/order/data/icon_media.gif);}
/*FAX*/
.data-cont .fax h3:before{ background-image: url(../../_images/order/data/icon_fax.gif);}


.data-cont .data-type &gt; section &gt; div{
	margin-left: 80px;
}
.data-cont .data-type &gt; section &gt; div dl{
	display: flex;
    flex-direction: column;
    width: fit-content;
	background: #fcedc0;
	color: #505050;
	margin: 15px 0;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.0em;
}
.data-cont .data-type &gt; section &gt; div dl &gt; div{
	display: flex;
    gap: 5px;
}
.data-cont .data-type &gt; section &gt; div dl dt{
    min-width: 120px;
    padding: 0 10px;
}
.data-cont .data-type &gt; section &gt; div dl dd{
    padding: 0 10px;
    position: relative;
}
.data-cont .data-type &gt; section &gt; div dl dd:before{
	content: "：";
    display: block;
    position: absolute;
    left: -10px;
}
/**/
.data-cont .data-type &gt; section &gt; div dl.addressBox dt{
    width: 100%;
	font-size: 16px;
    border-bottom: 1px solid #666;
}
.data-cont .data-type &gt; section &gt; div dl.addressBox dd:before{
    display: none;
}

/**/
.data-cont section &gt; div ul.faxList{
	display: flex;
    gap: 15px;
	margin: 15px 0;
}
.data-cont section &gt; div ul.faxList li:nth-of-type(1){
	background: #fcedc0;
	color: #505050;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
.data-cont section &gt; div ul.faxList li:nth-of-type(2){
    width: 200px;
}
.data-cont section &gt; div ul.faxList li:nth-of-type(2) a{
	display: block;
    width: 100%;
    height: 100%;
	background: #2dbe4c;
	color: #fff;
    margin: auto;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2em;
    text-align: center;
	border-radius: 10px;
    transition: all .3s ease;
}
.data-cont section &gt; div ul.faxList li:nth-of-type(2) a:hover{
    width: 90%;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .data-cont .data-type &gt; section{
        width: 95%;
        margin: 0 auto 50px;
    }
    .data-cont .data-type &gt; section &gt; div{
        margin-left: 50px;
    }

    /**/
    .data-cont section &gt; div ul.faxList li:nth-of-type(2) a{
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .data-cont .data-type &gt; section &gt; div{
        margin-left: 30px;
    }
    .data-cont .data-type &gt; section &gt; div dl{
        gap: 10px;
        line-height: 1.8em;
    }
    .data-cont .data-type &gt; section &gt; div dl &gt; div{
        flex-direction: column;
        gap: 5px;
    }
    .data-cont .data-type &gt; section &gt; div dl &gt; div dt,
    .data-cont .data-type &gt; section &gt; div dl &gt; div dd{
        padding: 0;
    }
    .data-cont .data-type &gt; section &gt; div dl &gt; div dt{
        border-bottom: 1px solid #666;
    }
    .data-cont .data-type &gt; section &gt; div dl dd:before{
        display: none;
    }

    /**/
    .data-cont section &gt; div ul.faxList{
        flex-direction: column;
    }
    .data-cont section &gt; div ul.faxList li,
    .data-cont section &gt; div ul.faxList li:nth-of-type(2){
        width: 80%;
    }
}



/*-----------------------------------
　納品までの流れ
------------------------------------*/
.flow-cont .flow-box{
    margin-bottom: 40px;
}
.flow-cont .flow-box ol{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 30px;
}
.flow-cont .flow-box ol &gt; li{
    min-height: 280px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 0 10px 550px;
    position: relative;
}
.flow-cont .flow-box ol &gt; li:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 12px solid #ff9898;
    border-right: 12px solid #ff9898;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
}
.flow-cont .flow-box ol &gt; li:last-child:after{
    display: none;
}

.flow-cont .flow-box ol &gt; li h2{
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.flow-cont .flow-box ol &gt; li h2:after{
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background-color: #ff4242;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.flow-cont .flow-box ol &gt; li .btn{
    padding: 8px;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: 600;
}

/**/
.flow-cont .flow-box ul.link-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flow-cont .flow-box ul.link-list li{
    width: 280px;
}
.flow-cont .flow-box ul.link-list li a{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin: 10px auto;
}

/**/
.flow-box ol &gt; li:nth-of-type(1){
    background-image: url(../../_images/order/flow/step1-img.jpg);
}
.flow-box ol &gt; li:nth-of-type(2){
    background-image: url(../../_images/order/flow/step2-img.jpg);
}
.flow-box ol &gt; li:nth-of-type(3){
    background-image: url(../../_images/order/flow/step3-img.jpg);
}
.flow-box ol &gt; li:nth-of-type(4){
    background-image: url(../../_images/order/flow/step4-img.jpg);
}
.flow-box ol &gt; li:nth-of-type(5){
    background-image: url(../../_images/order/flow/step5-img.jpg);
}

/**/
.flow-cont .flow-box ul.link-list li.postage .link-btn{
	background-color: #0760f3;
}
.flow-cont .flow-box ul.link-list li.pay .link-btn{
	background-color: #e50a0a;
}
.flow-cont .flow-box ul.link-list li.return .link-btn{
	background-color: #0e7f33;
}
/*hover*/
.flow-cont .flow-box ul.link-list li.postage .link-btn:hover{
    background-color: #fff;
	color: #0760f3;
	box-shadow: 0 0 0 2px #0760f3;
}
.flow-cont .flow-box ul.link-list li.postage .link-btn:hover:after{
    border-left-color: #0760f3;
}
.flow-cont .flow-box ul.link-list li.pay .link-btn:hover{
    background-color: #fff;
	color: #e50a0a;
	box-shadow: 0 0 0 2px #e50a0a;
}
.flow-cont .flow-box ul.link-list li.pay .link-btn:hover:after{
    border-left-color: #e50a0a;
}
.flow-cont .flow-box ul.link-list li.return .link-btn:hover{
    background-color: #fff;
	color: #0e7f33;
	box-shadow: 0 0 0 2px #0e7f33;
}
.flow-cont .flow-box ul.link-list li.return .link-btn:hover:after{
    border-left-color: #0e7f33;
}


@media screen and (max-width: 768px) {
    .flow-cont .flow-box ol{
        gap: 50px;
        margin: 0 auto 30px;
    }
    .flow-cont .flow-box ol &gt; li{
        background-size: 45% auto;
        min-height: auto;
        padding: 0 0 20px 48%;
    }
    .flow-cont .flow-box ol &gt; li:after{
        width: 30px;
        height: 30px;
        border-bottom: 8px solid #ff9898;
        border-right: 8px solid #ff9898;
        bottom: -25px;
    }

    .flow-cont .flow-box ol &gt; li h2{
        font-size: 18px;
    }
    .flow-cont .flow-box ol &gt; li h2:after{
        width: 50%;
    }
    .flow-cont .flow-box ol &gt; li h2 br{
        display: none;
    }
    .flow-cont .flow-box ol &gt; li a.link-btn{
        margin: 20px auto;
        font-size: 18px;
    }

    /**/
    .flow-cont .flow-box ul.link-list li{
        width: calc((100% / 3) - 10px);
    }
    .flow-cont .flow-box ul.link-list li a{
        font-size: 16px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .flow-cont .flow-box ol{
        gap: 50px;
    }
    .flow-cont .flow-box ol &gt; li{
        background-size: 280px auto;
        background-position: top center;
        padding: 160px 0 0 0;
    }
    .flow-cont .flow-box ol &gt; li:after{
        width: 25px;
        height: 25px;
        border-bottom: 8px solid #ff9898;
        border-right: 8px solid #ff9898;
        bottom: -25px;
    }

    .flow-cont .flow-box ol &gt; li h2{
        font-size: 18px;
    }
    .flow-cont .flow-box ol &gt; li h2:after{
        width: 50%;
    }
    /**/
    .flow-cont .flow-box ul.link-list{
        flex-wrap: wrap;
        gap: 10px;
    }
    .flow-cont .flow-box ul.link-list li{
        width: 90%;
        margin: auto;
    }
}


/*-------------------------------
    pay/お支払い
-------------------------------*/
.pay-cont .pay-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 50px;
}

.pay-cont .pay-box &gt; dl{
	width: 435px;
	padding: 15px;
	border: 3px solid #dcdcdc;
}
.pay-cont .pay-box &gt; dl &gt; dt{
	margin-bottom: 10px;
	padding: 3px 0;
    padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #dcdcdc;
    position: relative;
}
.pay-cont .pay-box &gt; dl &gt; dt:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #ff4242;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.pay-cont .pay-box &gt; dl.longBox{
    width: 100%;
}

.pay-cont .pay-box &gt; dl.longBox dl{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin: 10px auto;
}
.pay-cont .pay-box &gt; dl.longBox dl dt{
	background: #ffeeee;
	width: 15%;
	padding: 10px;
	font-weight: bold;
}
.pay-cont .pay-box &gt; dl.longBox dl dd{
	width: 32%;
	padding: 10px;
}

@media screen and (max-width: 768px) {
    .pay-cont .pay-box &gt; dl,
	.pay-cont .pay-box &gt; dl.longBox{
		width: 100%;
		margin: 0 auto 15px;
    }
    .pay-cont .pay-box &gt; dl &gt; dt{
        font-size: 20px;
    }
	.pay-cont .pay-box &gt; dl.longBox dd img{
        width: auto;
    }
    .pay-cont .pay-box &gt; dl.longBox dl dt{
        width: 20%;
    }
    .pay-cont .pay-box &gt; dl.longBox dl dd{
        width: 75%;
    }
}
@media screen and (max-width: 480px) {
    .pay-cont .pay-box &gt; dl &gt; dt{
        font-size: 18px;
        padding-left: 25px;
    }
    .pay-cont .pay-box &gt; dl &gt; dt::before{
        width: 10px;
        height: 10px;
    }
	.pay-cont .pay-box &gt; dl.longBox dd img{
        width: 90%;
    }

    .pay-cont .pay-box &gt; dl.longBox dl dt{
        width: 30%;
    }
    .pay-cont .pay-box &gt; dl.longBox dl dd{
        width: 65%;
    }
}



/*-------------------------------
    postage/送料
-------------------------------*/
.postage-cont{
	margin-bottom: 50px;
}

.postage-cont .japan-map{
	background-image: url(../../_images/order/postage/map-japan.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	width: 700px;
	min-height: 320px;
	margin: 0 auto 20px;
	padding: 30px;
}

.postage-cont .japan-map dl{
    display: flex;
    flex-direction: column;
    gap: 10px;
	width: 350px;
	font-size: 18px;
	font-weight: bold;
}
.postage-cont .japan-map dl &gt; div{
	display: flex;
}
.postage-cont .japan-map dl &gt; div &gt; dt{
	width: 40%;
	padding: 8px 10px;
}
.postage-cont .japan-map dl &gt; div &gt; dd{
	width: 60%;
	color: #F00;
	padding: 8px 0;
	text-align: center;
}

.postage-cont .japan-map div:nth-of-type(1) dt{
	background: #c4da66;
}
.postage-cont .japan-map div:nth-of-type(1) dd{
	border-bottom: 1px solid #c4da66;
}
.postage-cont .japan-map div:nth-of-type(2) dt{
	background: #59bfb8;
}
.postage-cont .japan-map div:nth-of-type(2) dd{
	border-bottom: 1px solid #59bfb8;
}
.postage-cont .japan-map div:nth-of-type(3) dt{
	background: #0096da;
}
.postage-cont .japan-map div:nth-of-type(3) dd{
	border-bottom: 1px solid #0096da;
}


/**/
.postage-cont .point-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 30px auto;
}
.postage-cont .point-list li{
	width: 435px;
	padding: 15px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 3px solid #dcdcdc;
}
.postage-cont .point-list li:nth-of-type(1){
	background-image: url(../../_images/order/postage/delivery-img.gif);
	background-position: center top;
	padding-top: 250px;
}
.postage-cont .point-list li:nth-of-type(2){
	background-image: url(../../_images/order/postage/agency-img.gif);
	background-position: center top;
	padding-top: 250px;
}

@media screen and (max-width: 768px) {
	.postage-cont .japan-map{
		background-position: right 50%;
		width: 95%;
		padding: 0;
	}
	.postage-cont .japan-map dl{
        gap: 8px;
		width: 70%;
		font-size: 16px;
	}
	.postage-cont .japan-map dl &gt; div dt{
		width: 50%;
	}
	.postage-cont .japan-map dl &gt; div dd{
		width: 50%;
	}
	.postage-cont .japan-map + p{
        width: 95%;
        margin: 30px auto;
    }

    /**/
	.postage-cont .point-list{
        width: 95%;
    }
	.postage-cont .point-list li{
		width: 49%;
        background-size: 90%;
	}
	.postage-cont .point-list li:nth-of-type(1),
	.postage-cont .point-list li:nth-of-type(2){
		padding-top: 26%;
	}
}
@media screen and (max-width: 480px) {
	.postage-cont .japan-map{
		background-position: right bottom;
		background-size: 300px auto;
	}
	.postage-cont .japan-map dl{
        gap: 5px;
		font-size: 15px;
	}
	.postage-cont .japan-map dl &gt; div dt{
		width: 53%;
        padding: 5px 10px;
	}
	.postage-cont .japan-map dl &gt; div dd{
		width: 47%;
        padding: 5px 0;
	}
	/**/
    .postage-cont .point-list li{
		width: 100%;
        background-size: 90%;
		margin: 10px auto;
	}
	.postage-cont .point-list li:nth-of-type(1),
	.postage-cont .point-list li:nth-of-type(2){
		background-size: 90%;
		padding-top: 55%;
	}
}

/*-------------------------------
    返品交換
-------------------------------*/
.return-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
	margin: 30px auto 50px;
}

.return-box dl{
    width: calc((100% / 2) - 10px);
	padding: 13px;
	border: 3px solid #dcdcdc;
}
.return-box dl dt{
	margin-bottom: 10px;
	padding: 3px 0;
    padding-left: 25px;
	font-size: 20px;
	font-weight: bold;
    position: relative;
}
.return-box dl dt:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #ff4242;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.return-box dl dd{
    background-repeat: no-repeat;
    background-position: top center;
}

.return-box dl.bad dd{
	background-image: url(../../_images/order/return/bad-img.gif);
	padding-top: 190px;
}
.return-box dl.delay dd{
	background-image: url(../../_images/order/return/delay-img.gif);
	padding-top: 190px;
}
.return-box dl.cancel{
	width: 100%;
}

@media screen and (max-width: 768px) {
    .return-box{
        width: 95%;
        gap: 15px;
    }

    .return-box dl{
        width: calc((100% / 2) - 8px);
    }
    .return-box dl dt{
        font-size: 19px;
    }
    .return-box dl dd{
        background-size: 90%;
    }
    .return-box dl.bad dd,
    .return-box dl.delay dd{
        padding-top: 45%;
    }
}

@media screen and (max-width: 480px) {
    .return-box dl{
        width: 100%;
    }
}


/*-----------------------------------
    よくある質問集
------------------------------------*/

.faq-cont .faq-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.faq-cont .faq-box &gt; dl{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-cont .faq-box &gt; dl label &gt; dt{
    background-color: #eee;
    color: #12771a;
    padding: 5px 25px 5px 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
}
.faq-cont .faq-box &gt; dl &gt; dd{
    padding-left: 60px;
    position: relative;
}
.faq-cont .faq-box &gt; dl label &gt; dt:before,
.faq-cont .faq-box &gt; dl &gt; dd:before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.faq-cont .faq-box &gt; dl label &gt; dt:before{
    background-color: #1aa505;
    background-image: url(../../_images/detail/qa/icon-question.gif);
    bottom: 0;
    margin: auto;
}
.faq-cont .faq-box &gt; dl &gt; dd:before{
    background-color: #ff211f;
    background-image: url(../../_images/detail/qa/icon-answer.gif);
}

.faq-cont .faq-box &gt; dl &gt; dd &gt; p{
    font-size: 14px;
}
.faq-cont .faq-box &gt; dl &gt; dd &gt; p span{
    background-image: linear-gradient(to bottom, transparent 40%, #fffd56 40%);
}


/*開閉*/
.faq-cont .faq-box &gt; dl input{
    display: none;
}
.faq-cont .faq-box input + label dt{
    padding-right: 30px;
    position: relative;
}
.faq-cont .faq-box input + label dt:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 12px solid #333;
    position: absolute;
    right: 8px;
    top: 5px;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out;
}
.faq-cont .faq-box &gt; dl &gt; dd{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.faq-cont .faq-box input:checked + label dt:after{
    border-top: none;
    border-bottom: 12px solid #333;
    top: 0;
}
.faq-cont .faq-box input:checked + label + dd{
    max-height: 400px;
}


/*--template--*/
.faq-cont .faq-box &gt; dl &gt; dd dl.template{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 20px auto 0;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dt{
    width: 20%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-right: 2px solid #ccc;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    width: 80%;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a{
    display: block;
    width: 48%;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    border: 2px solid;
    position: relative;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a:after{
    content: "";
    display: block;
    border: 5px solid transparent;
    border-right: 5px solid;
    border-bottom: 5px solid;
    position: absolute;
    right: 0;
    bottom: 0;
}

.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.ponji{
    background-color: #ffd5bc;
    border-color: #e55a0a;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.ponji:after{
    border-right-color: #e55a0a;
    border-bottom-color: #e55a0a;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.paper{
    background-color: #cdffe2;
    border-color: #007732;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.paper:after{
    border-right-color: #007732;
    border-bottom-color: #007732;
}

.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.ponji:hover{
    background-color: #e55a0a;
    color: #fff;
}
.faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd a.paper:hover{
    background-color: #007732;
    color: #fff;
}

/*開閉*/
.faq-cont .faq-box &gt; dl input{
	display: none;
}


@media screen and (max-width: 768px) {
    .faq-cont .faq-box {
        width: 95%;
        margin: 30px auto;
        gap: 0;
    }
    .faq-cont .faq-box h3{
        font-size: 30px;
    }

    .faq-cont .faq-box &gt; dl label &gt; dt{
        padding-left: 45px;
        font-size: 16px;
        line-height: 1.7em;
    }
    .faq-cont .faq-box &gt; dl label &gt; dt:before{
        width: 30px;
        height: 30px;
        line-height: 1.5em;
        left: 5px;
    }

    .faq-cont .faq-box &gt; dl &gt; dd{
        padding-left: 50px;
    }
    .faq-cont .faq-box &gt; dl &gt; dd:before{
        width: 30px;
        height: 30px;
        line-height: 1.5em;
        left: 5px;
        top: 0;
        bottom: auto;
    }

    /*--template--*/
    .faq-cont .faq-box &gt; dl &gt; dd dl.template{
        gap: 8px;
    }
    .faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div{
        gap: 10px;
        padding-bottom: 8px;
    }
    .faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dt{
        width: 18%;
    }
    .faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd{
        width: 82%;
    }

}
@media screen and (max-width: 480px) {
    .faq-cont .faq-box h3{
        font-size: 25px;
        line-height: 1.3em;
    }
    .faq-cont .faq-box &gt; dl{
		margin-bottom: 20px;
	}

    /*--template--*/
    .faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dt{
        width: 25%;
    }
    .faq-cont .faq-box &gt; dl &gt; dd dl.template &gt; div dd{
        width: 75%;
    }

}



</pre></body></html>