@charset "utf-8";


#ordermade .homepage-cmn.inner{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px;;
}

#ordermade .homepage-cmn.inner .area_right{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media screen and (max-width: 768px){
	
	#ordermade .homepage-cmn.inner{
		width: auto;
		display: block;
		padding: 10px 0 20px;
	}
	
	#ordermade .homepage-cmn.inner img {
		max-width: 100%;
		height: auto;
	}

}


#ordermade {
}

#ordermade h3.title .lead {
	font-size: 16px;
	color: #677980;
	line-height: 2.5;
}
#ordermade .wrapper{
	display:flex;
	justify-content: space-between;
	padding: 60px 0 0 0;
}
#ordermade .area_left{
	width:740px;
}
#ordermade .area_right{
	width: 300px;
}

#ordermade strong{
	color: #111;
}
#ordermade strong.bg{
	background: #fdffc4;
}
#ordermade .neo_trigngle_img{
	float: right;
	margin: 0 0 30px 30px;
}

/* -----------------------------------------------------------
    冒頭イメージ画像
-------------------------------------------------------------- */
#ordermade .area_summary {
	margin: 0 0 70px 0;
}

/* -----------------------------------------------------------
    目次
-------------------------------------------------------------- */
#ordermade .area_mokuji{
	background: #f9f9f9;
	border: 1px solid #d9dbe3;
	padding: 40px 0 40px 50px;
	margin: 0 0 70px 0;
}
#ordermade .area_mokuji h3{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 35px 0;
}
#ordermade .area_mokuji h3 .fa-list-alt{
	font-size: 26px;
	color: #4087c7;
	margin: 0 20px 0 0;
}
#ordermade .area_mokuji ul{
	margin:0 0 0 15px;
}
#ordermade .area_mokuji ul li{
	position: relative;
    padding: 0 0 0 25px;
	margin: 0 0 17px 0;
}
#ordermade .area_mokuji ul li::before{
	content: '';
	display: block;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #332c2c;
    border-radius: 50%;
}
#ordermade .area_mokuji ul li:last-child{
	margin:0;
}

/* -----------------------------------------------------------
    記事の項目（section）
-------------------------------------------------------------- */
#ordermade .section{
	margin: 0 0 70px 0;
}
#ordermade #section02, #ordermade #section04{
	margin: 0 0 50px 0;
}
#ordermade .section::before{
	content: "";
	display: block;
	height: 150px;
	margin-top: -150px;
	visibility: hidden;
}
#ordermade .section h2{
	font-size:26px;
	font-weight: bold;
	color: #111;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 5px solid #4087c7;
}
#ordermade .section h3.sub_title {
	font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
	padding: 15px 30px;
	color: #4087c7;
	font-size: 22px;
	border: 2px solid #4087c7;
	border-radius: 6px;
	margin: 40px 0 20px 0;
}
#ordermade .section h3.sub_title span{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	background: #4087c7;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 20px 0 0;
}
#ordermade .section p{
	width:100%;
	font-size: 16px;
	line-height: 2.0;
	margin: 0 0 2.5rem 0;
}
#ordermade .section>p:last-child{
	margin: 0;
}
/*ボタン*/
#ordermade .section .btn{
    text-align: center;
	line-height: 1.0;
}
#ordermade .section .btn a{
	display: block;
	width: 350px;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin: 0 auto;
}
#ordermade .section .btn.beforeafter a{
	background: #F48C00;
}
#ordermade .section .btn.works a{
	background: #329898;
}
#ordermade .section .btn a:hover{
	opacity: 0.7;
}

#ordermade .section .btn.seo a{
	background: #fff;
	color: #333;
	border: 1px #333 solid;
	width: 400px;
}
#ordermade .section .btn.seo a span{
	color: #4087c7;
}

#ordermade .section .seo_img01{
	text-align: center;
}
#ordermade .section .seo_img01 img{
	width: 500px;
}

/* -----------------------------------------------------------
   ボタンエリア
-------------------------------------------------------------- */
#ordermade .hp_btn_area{
	display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 70px 0;
    text-align: center;
}
#ordermade .hp_btn_area p{
	width: 350px;
}
#ordermade .hp_btn_area p a{
	display: block;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin: 0 15px;
}
#ordermade .hp_btn_area p a::after{
	display: inline-block;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 10px;
}
#ordermade .hp_btn_area p.plan30 a{
	background: #4087c7;
}
#ordermade .hp_btn_area p.ask a{
	background: #E94647;
}
#ordermade .hp_btn_area p a:hover{
	opacity: 0.7;
}

/* -----------------------------------------------------------
    	サイドバー メニュー
-------------------------------------------------------------- */
#ordermade .area_right p a{
	display: block;
}
#ordermade .area_right p a:hover{
	opacity: 0.7;
}
#ordermade .area_right ul{
	display: block;
	width: 100%;
	border: 1px solid #e4e6e9;
	margin: 0; 
}
#ordermade .area_right ul li{
	display: block;
	border-bottom: 1px solid #e4e6e9;
}
#ordermade .area_right ul li:last-child{
	border-bottom: none;
}
#ordermade .area_right ul li a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 75px;
	color: #332c2c;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #fff;
	padding: 0 0 0 65px;
	box-sizing: border-box;
}
#ordermade .area_right ul li a .fa{
	display: block;
	margin: 0 15px 0 0;
}

/*コーポレートサイト*/
#ordermade .area_right ul li a.btn_co{
	background:url(../img/icon_corporate01.png) ;
	background-size: 25px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_co:hover, #ordermade .area_right ul li a.btn_co.current{
	background-image:url(../img/icon_corporate02.png);	
}
/*リクルート*/
#ordermade .area_right ul li a.btn_rc{
	background:url(../img/icon_recruit01.png) ;
	background-size: 27px;
	background-position: 17px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_rc:hover, #ordermade .area_right ul li a.btn_rc.current{
	background-image:url(../img/icon_recruit02.png);	
}
/*EC*/
#ordermade .area_right ul li a.btn_ec{
	background:url(../img/icon_ec01.png) ;
	background-size: 28px;
	background-position: 18px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_ec:hover, #ordermade .area_right ul li a.btn_ec.current{
	background-image:url(../img/icon_ec02.png);	
}
/*サービス*/
#ordermade .area_right ul li a.btn_se{
	background:url(../img/icon_listing01.png) ;
	background-size: 27px;
	background-position: 19px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_se:hover, #ordermade .area_right ul li a.btn_se.current{
	background-image:url(../img/icon_listing02.png);	
}
/*ポータル*/
#ordermade .area_right ul li a.btn_po{
	background:url(../img/icon_portal01.png) ;
	background-size: 25px;
	background-position: 19px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_po:hover, #ordermade .area_right ul li a.btn_po.current{
	background-image:url(../img/icon_portal02.png);	
}
/*集客効果*/
#ordermade .area_right ul li a.btn_seo{
	background:url(../img/icon_ask01.png) ;
	background-size: 28px;
	background-position: 19px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_seo:hover, #ordermade .area_right ul li a.btn_seo.current{
	background-image:url(../img/icon_ask02.png);	
}
/*おしゃれ*/
#ordermade .area_right ul li a.btn_sty{
	background:url(../img/icon_sitemap01.png) ;
	background-size: 27px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_sty:hover, #ordermade .area_right ul li a.btn_sty.current{
	background-image:url(../img/icon_sitemap02.png);	
}
/*オリジナル*/
#ordermade .area_right ul li a.btn_or{
	background:url(../img/icon_original01.png) ;
	background-size: 27px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_or:hover, #ordermade .area_right ul li a.btn_or.current{
	background-image:url(../img/icon_original02.png);	
}
/*芸能人*/
#ordermade .area_right ul li a.btn_of{
	background:url(../img/icon_official01.png) ;
	background-size: 27px;
	background-position: 18px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_of:hover, #ordermade .area_right ul li a.btn_of.current{
	background-image:url(../img/icon_official02.png);	
}
/*システム*/
#ordermade .area_right ul li a.btn_sy{
	background:url(../img/icon_system01.png) ;
	background-size: 20px;
	background-position: 22px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_sy:hover, #ordermade .area_right ul li a.btn_sy.current{
	background-image:url(../img/icon_system02.png);	
}
/*リスティング*/
#ordermade .area_right ul li a.btn_li{
	background:url(../img/icon_marketing01.png) ;
	background-size: 27px;
	background-position: 18px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_li:hover, #ordermade .area_right ul li a.btn_li.current{
	background-image:url(../img/icon_marketing02.png);	
}
/*アフターサポート*/
#ordermade .area_right ul li a.btn_su{
	background:url(../img/icon_tel01.png) ;
	background-size: 27px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
#ordermade .area_right ul li a.btn_su:hover, #ordermade .area_right ul li a.btn_su.current{
	background-image:url(../img/icon_tel02.png);	
}
/*現現在地とホバー時の文字色*/
#ordermade .area_right ul li a:hover, #ordermade .area_right ul li a.current{
	color: #fff;
	background-color: #4087c7;
}


/* -----------------------------------------------------------
    	MAIN
-------------------------------------------------------------- */

/*-----MAIN TITLE-----*/
#ordermade #main_title {
	background: url(../img/bg_maintitle11.jpg) no-repeat center top;
    background-size: cover;
}
#ordermade #main_title .icon {
	margin: 70px 50px 0 25px;
	background-size: contain;
	position: relative;
	top:-5px;
}
#ordermade #main_title .icon::after {
	top: -5px;
	left: 65px;
}

/*-----役割(詳細なリスト)-----*/
#ordermade .details{
	margin: 0 0 30px 0;
	padding: 15px 0;
	list-style-position: inside;
	background: #f9f9f9;
	font-weight: bold;
}
#ordermade .details li{
	font-size: 18px;
	color: #332c2c;
	padding: 15px 50px;
}
#ordermade .details li h3{
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	font-size: 18px;
	vertical-align: text-top;
}
#ordermade .details li p{
	font-size: 15px;
	line-height: 1.8;
	font-weight: normal;
	margin: 10px 0 0 0;
}

/*-----設計方法(簡単なリスト)-----*/
#ordermade ol.simple{
	margin: 0 0 30px 0;
	padding: 15px 0;
	list-style-position: inside;
	background: #f9f9f9;
}
#ordermade ol.simple li{
	font-size: 16px;
	font-weight: bold;
	color: #332c2c;
	position: relative;
	padding: 15px 0 15px 50px;
}
#ordermade ol.simple li:last-child{
	border-bottom: none;
}

/*------------------コーポレートサイト------------------*/

/*-----MAIN TITLE-----*/
#ordermade #main_title .icon.corporate_title {
	width: 36px;
	height: 44px;
}
.icon.corporate_title {
    background: url(../img/icon_corporate02.png) no-repeat;
}

/*-----#section04-----*/
#ordermade.corporate #section04 ul{
	margin: 0 0 2.5rem 0;
}
#ordermade.corporate #section04 ul li{
	display: block;
	text-indent: 1em;
	font-size: 16px;
    line-height: 2.0;
}

/*------------------リクルートサイト------------------*/
#ordermade #main_title .icon.recruit_title {
	width: 40px;
	height: 38px;
}
.icon.recruit_title {
    background: url(../img/icon_recruit02.png) no-repeat;
}


/*------------------公式ECサイト------------------*/
#ordermade #main_title .icon.ec_title {
	width: 40px;
	height: 40px;
}
.icon.ec_title {
    background: url(../img/icon_ec02.png) no-repeat;
}


/*------------------サービスサイト------------------*/
#ordermade #main_title .icon.service_title {
	width: 40px;
	height: 38px;
}
.icon.service_title {
    background: url(../img/icon_listing02.png) no-repeat;
}

/*------------------ポータルサイト------------------*/
#ordermade #main_title .icon.portal_title {
	width: 38px;
	height: 39px;
}
.icon.portal_title {
    background: url(../img/icon_portal02.png) no-repeat;
}

/*------------------集客効果------------------*/
#ordermade #main_title .icon.seo_title {
	width: 43px;
	height: 36px;
}
.icon.seo_title {
    background: url(../img/icon_ask02.png) no-repeat;
}

/*------------------おしゃれ------------------*/
#ordermade #main_title .icon.stylish_title {
	width: 43px;
    height: 46px;
}
.icon.stylish_title {
    background: url("../img/icon_sitemap02.png") no-repeat;
}
#ordermade.stylish ol.simple li {
    line-height: 1.5;
}
#ordermade.stylish .section#section04 h2 {
    line-height: 1.3;
}

/*------------------オーダーメイド------------------*/
#ordermade #main_title .icon.original_title {
	width: 43px;
    height: 46px;
}
.icon.original_title {
    background: url("../img/icon_original02.png") no-repeat;
}
#ordermade.original ol.simple li {
    line-height: 1.5;
}
#ordermade.original .section#section04 h2 {
    font-size: 25px;
}

/*------------------芸能人------------------*/
#ordermade #main_title .icon.official_title {
	width: 45px;
}
.icon.official_title {
    background: url("../img/icon_official02.png") no-repeat;
}

/*------------------システム開発------------------*/
#ordermade #main_title .icon.system_title {
	width: 38px;
	margin: 65px 50px 0 25px;
}
#ordermade #main_title .icon.system_title::after{
	top: 0px;
}
.icon.system_title {
    background: url("../img/icon_system02.png") no-repeat;
}
#ordermade .system_img02{
	display: flex;
	width: 100%;
}
#ordermade.system .section03_link{
	margin-top: -120px;
  	padding-top: 120px;
}

/*------------------リスティング------------------*/
#ordermade #main_title .icon.listing_title {
	width: 45px;
}
.icon.listing_title {
    background: url("../img/icon_listing02.png") no-repeat;
}

/*------------------アフターサポート------------------*/
#ordermade #main_title .icon.support_title {
	width: 45px;
}
.icon.support_title {
    background: url("../img/icon_tel02.png") no-repeat;
}
#ordermade.support #section04 h2{
	margin: 0;
}
#ordermade.support .list_three.one li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid #D9DBE3;
	box-sizing: border-box;
}

#ordermade.support .list_three.one li a {
	color: #3F86C6;
}

#ordermade.support .list_three li .txt {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
#ordermade.support .list_faq dt .faq_q {
    float: left;
    width: 22px;
    height: 26px;
    margin: 0 25px 0 0;
    background: url(../img/icon_q.png) no-repeat left top;
}
#ordermade.support .list_faq dt .txt_q {
    float: left;
	width: calc(100% - 25px - 26px);
    border-bottom: 2px dotted #999;
    font-size: 18px;
    font-weight: bold;
	line-height: inherit;
	margin: 0;
}
#ordermade.support .list_faq dd {
    padding: 30px 0 0;
    line-height: 2;
}
#ordermade.support .list_faq dd .faq_a {
    float: left;
    width: 22px;
    height: 24px;
    margin: 0 25px 0 0;
    background: url(../img/icon_a.png) no-repeat left top;
}
#ordermade.support .list_faq dd .txt_a {
    float: left;
    width: calc(100% - 25px - 24px);
    font-size: 16px;
	margin: 0;
}


/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width: 768px){

	#ordermade {
	}
	#ordermade h3.title .lead {
		font-size: 70%;
		line-height: 1.5;
	}
	#ordermade .wrapper {
		display: block;
		padding: 30px 0 0 0;
	}
	#ordermade .area_left, #ordermade .area_right{
		width:100%;
	}
	#ordermade .area_left{
		padding: 0;
	}
	#ordermade .neo_trigngle_img{
		display: block;
		float: none;
		width: 80%;
		max-width: 370px;
    	margin: 0 auto 20px auto;
	}

	/* -----------------------------------------------------------
		MAIN TITLE
	-------------------------------------------------------------- */
	#ordermade #main_title {
		background: url(../img/sp_bg_maintitle01.jpg) no-repeat center top / 320px 80px;
		background-size: cover;
	}
	
	/* -----------------------------------------------------------
		冒頭イメージ画像
	-------------------------------------------------------------- */
	#ordermade .area_summary {
		margin: 0 0 30px 0;
	}

	/* -----------------------------------------------------------
		目次
	-------------------------------------------------------------- */
	#ordermade .area_mokuji {
		padding: 25px 15px;
		margin: 0 20px 30px 20px;
	}
	#ordermade .area_mokuji h3 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	#ordermade .area_mokuji h3 .fa-list-alt{
		font-size: 21px;
	}
	#ordermade .area_mokuji ul {
		margin: 0;
	}
	#ordermade .area_mokuji ul li{
		line-height: 1.5;
		padding: 0 0 0 20px;
    	margin: 0 0 10px 0;
	}
	#ordermade .area_mokuji ul li::before{
		top: 8px;
	}
	
	/* -----------------------------------------------------------
		記事の項目（section）
	-------------------------------------------------------------- */
	#ordermade .section{
		margin: 0 20px 40px 20px;
	}
	#ordermade #section02, #ordermade #section04{
		margin: 0 20px 30px 20px;
	}
	#ordermade .section::before{
		height: 0;
		margin-top: 0;
	}
	#ordermade .section h2 {
		font-size: 20px;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		border-bottom: 3px solid #4087c7;
		line-height: 1.5;
	}
	#ordermade .section h3.sub_title{
		padding: 15px 15px;
    	font-size: 1.8rem;
		letter-spacing: 0.02em;
	}
	#ordermade .section h3.sub_title span{
		font-size: 12px;
		padding: 3px 8px;
		margin: 0 10px 0 0;
	}
	#ordermade .section p {
		margin: 0 0 25px;
	}
	#ordermade.corporate #section04 ul{
		margin: 0 0 25px;
	}
	/*ボタン*/
	#ordermade .section .btn a {
		width: 100%;
		padding: 15px 20px;
		font-size: 16px;
	}
	#ordermade .section .btn.seo a{
		width: 100%;
		padding: 15px 5px;
	}
	
	#ordermade .section .seo_img01{
		padding: 15px 0 0;
	}
	#ordermade .section .seo_img01 img{
		width: 100%;
		max-width: 400px;
	}
	
	
	/* -----------------------------------------------------------
	   ボタンエリア
	-------------------------------------------------------------- */
	#ordermade .hp_btn_area{
		display: block;
		margin: 0 0 40px 0;
	}
	#ordermade .hp_btn_area p{
		width: 100%;
	}
	#ordermade .hp_btn_area p a{
		padding: 15px 0;
	}
	#ordermade .hp_btn_area p.plan30 a{
		margin: 0 15px 15px 15px;
	}
	
	/* -----------------------------------------------------------
    	サイドバー メニュー
	-------------------------------------------------------------- */
	#ordermade .area_right{
		padding-bottom: 30px;
	}
	#ordermade .area_right ul{
		width: calc(100% - 30px);
    	margin: 0 auto;
	}
	#ordermade .area_right ul li a {
		height: 65px;
	}
	#ordermade .area_right p a{
		text-align: center;
	}
	
	/* -----------------------------------------------------------
    	MAIN
	-------------------------------------------------------------- */
	#ordermade .wrap15 {
		padding: 0 0 0 15px;
	}
	#ordermade #main_title h2{
		font-size: 15px;
	}
	#ordermade #main_title .icon {
		margin: 10px 30px 0 15px;
		position: relative;
		top: -3px;
	}
	#ordermade #main_title .icon::after {
		top: 0;
		left: 43px;
	}
	/*-----役割(詳細なリスト)-----*/
	#ordermade .details li {
		padding: 10px;
	}
	#ordermade .details li p{
		width: 100%;
		font-size: 15px;
	}
	#ordermade .details li h3{
		font-size: 16px;
		width: calc(100% - 1.5em);
	}
	
	/*-----設計方法(簡単なリスト)-----*/
	#ordermade ol.simple{
		padding-left: 1em;
	}
	#ordermade ol.simple li {
		line-height: 1.5;
		padding: 10px;
		text-indent: -1em;
	}
	

	/*------------------コーポレートサイト------------------*/
	#ordermade #main_title .icon.corporate_title {
		width: 26px;
		height: 30px;
	}
	
	/*------------------リクルートサイト------------------*/
	#ordermade #main_title .icon.recruit_title {
		width: 28px;
		height: 27px;
	}
	
	/*------------------公式ECサイト------------------*/
	#ordermade #main_title .icon.ec_title {
		width: 28px;
		height: 28px;
	}

	/*------------------サービスサイト------------------*/
	#ordermade #main_title .icon.service_title {
		width: 30px;
		height: 29px;
	}
	
	/*------------------ポータルサイト------------------*/
	#ordermade #main_title .icon.portal_title {
		width: 29px;
		height: 30px;
	}
	
	/*------------------SEO------------------*/
	#ordermade #main_title .icon.seo_title {
		width: 29px;
	}
	
	/*------------------おしゃれ------------------*/
	#ordermade #main_title .icon.stylish_title {
		width: 30px;
	}
	
	/*------------------オーダーメイド------------------*/
	#ordermade #main_title .icon.original_title {
		width: 30px;
	}
	#ordermade.original .section#section04 h2{
		font-size: 20px;
	}
	
	/*------------------芸能人------------------*/
	#ordermade #main_title .icon.official_title {
		width: 28px;
	}
	
	/*------------------システム開発------------------*/
	#ordermade #main_title .icon.system_title {
		width: 29px;
		margin: 10px 30px 0 15px;
	}
	#ordermade .scroll_box {
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#ordermade .system_img02{
		width: 400px;
		visibility: visible;
		margin: 0 auto;
	}
	#ordermade.system .section03_link{
		margin-top: 0;
		padding-top: 0;
	}
	
	/*------------------リスティング------------------*/
	#ordermade #main_title .icon.listing_title {
		width: 28px;
	}
	
	/*------------------アフターサポート------------------*/
	#ordermade #main_title .icon.support_title {
		width: 28px;
	}
	#ordermade.support .list_three.one li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border: none;
		border-bottom: 1px solid #D9DBE3;
	}
	#ordermade.support .list_three.one li .txt {
		padding: 0;
	}
	#ordermade.support .list_faq dt .faq_q {
		width: 18px;
		margin: 3px 10px 0 0;
		background: url(../img/icon_q.png) no-repeat left top / contain;
	}
	#ordermade.support .list_faq dt .txt_q {
		float: left;
		width: calc(100% - 10px - 22px);
		font-size: 16px;
		padding: 0 0 5px;
	}
	#ordermade.support .list_faq dd {
		padding: 15px 0 0;
		line-height: 2;
	}
	#ordermade.support .list_faq dd .faq_a {
		float: left;
		width: 18px;
		margin: 0 10px 0 0;
		background: url(../img/icon_a.png) no-repeat left top / contain;
	}
	#ordermade.support .list_faq dd .txt_a {
		float: left;
		width: calc(100% - 10px - 22px);
		font-size: 16px;
		line-height: 1.5;
	}
	


}