@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {
	/* 共通 */
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 90%;
		min-width: 1000px;
		margin: 20px auto 80px;
		padding: 80px 0;
		background: #BB7F17;
		border-radius: 60px;
		position: relative;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 960px;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.guide__wrap--common--header--image{
		width: 355px;
		height: auto;
	}
	.guide__wrap--common--header--image img{
		width: 100%;
	}
	.guide__wrap--common--header--text{
		width: 560px;
		letter-spacing: 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 125px;
		margin-bottom: 15px;
	}
	.guide__wrap--common--header--text h1{
		font-size: 48px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 15px;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		letter-spacing: 0.06em;
	}

	/* セクション共通 */
	.section__wrap{
		width: 960px;
		background: #fff;
		margin: 0 auto 30px;
		padding: 70px 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 48px;
	}
	.section__wrap h2{
		font-size: 48px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #BB7F17;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #BB7F17;
	}
	.section__wrap h3{
		font-size: 24px;
		font-weight: bold;
 		margin-bottom: 24px;
		color: #BB7F17;
		text-align: center;
	}
	.section__wrap div ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.section__wrap div ul li{
		text-align: center;
	}
	.section__wrap div.section__wrap--introduce ul li + li{
		margin-left: 60px;
	}
	.section__wrap div ul li div{
		margin-bottom: 23px;
	}
	.section__wrap div ul li h4{
		font-size: 18px;
		line-height: 1.22;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
	}
	.colorText{
		color: #BB7F17;
	}
	.section__wrap--content{
		width: 760px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.section__wrap--content--images{
		width: 390px;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 370px;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #BB7F17;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #F6E9D5;
		border-radius: 0 0 43px 43px;
		padding: 30px 0;
	}


	/**************************************************** 
	
	お申込みから納品までの流れ

	****************************************************/
	#introduce-point01__section .section__wrap--content{
		width: 600px;
		display: block;
	}
	#introduce-point01__section .section__wrap--content .stepCommon{
		background: #F6E9D5;
		padding: 40px 50px;
		border-radius: 9px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon + .stepCommon{
		margin-top: 40px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon .step-icon{
		width: 90px;
		margin-bottom: 8px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon h3{
		color: #161616;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #7F3509;
		text-align: left;
	}
	#introduce-point01__section .section__wrap--content .stepCommon h3 + p{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step01 h3 + p{
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon .stepCommon--inr + .stepCommon--inr{
		margin-top: 30px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt{
		background: #fff;
		border-radius: 9px;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 18px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt span{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-radius: 20px;
		background: #F6E9D5;
		padding: 8px 10px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt span + span{
		margin-left: 6px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 0 16px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul{
		display: block;
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li{
		font-size: 16px;
		font-weight: bold;
		position: relative;
		padding-left: 1em;
		width: 100%;
		text-align: left;
		margin-bottom: 7px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step03 div dl dd ul li{
		width: 100%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step04 div dl dd ul li{
		width: 100%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li:last-child{
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li::before{
		content: "・";
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 0;
	}

	/**************************************************** 
	
	導入時に必要になるもの

	****************************************************/
	#introduce-point02__section .section__wrap--content{
		width: 780px;
		display: block;
	}
	#introduce-point02__section .section__wrap--content01,
	#introduce-point02__section .section__wrap--content02{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	#introduce-point02__section .section__wrap--content01{
		margin-bottom: 30px;
	}
	#introduce-point02__section .section__wrap--content01 .section__wrap--content--images,#introduce-point02__section .section__wrap--content02 .section__wrap--content--images{
		width: 310px;
	}
	#introduce-point02__section .section__wrap--content01 dl dd,
	#introduce-point02__section .section__wrap--content02 dl dd{
		padding: 0;
	}
	#introduce-point02__section .section__wrap--content01 dl dd::before,
	#introduce-point02__section .section__wrap--content02 dl dd::before{
		display: none;
	}
	a.introduce-point02__link  {
		color: #EA0029;
		border-bottom: 1px solid #EA0029;
	}
	a.introduce-point02__link:hover{
		border: none;
	}



	/* チェックボックス */
	.check__section{
		width: 552px;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 30px;
		padding: 20px 24px;
		background-image: url("../../../beginners-guide/img/guide04/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 100px 121px;
		background-position: 98% 50%;;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		font-size: 15px; 
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 420px;
	}
	.check__section a{
		color: #EA0029;
		border-bottom: 1px solid #EA0029;
	}
	.check__section a:hover{
		border: none;
	}

	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 70%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 33%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}


@media screen and (min-width:768px) and (max-width:1399px){
	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 890px;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 440px;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}



/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px) {
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 100%;
		margin: 3% 0 8%;
		padding: 7% 0;
		background: #BB7F17;
		border-radius: 30px;
		position: relative;
	}

	#guideContents .guideTop h2{
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	#guideContents .guideTop h1{
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 100%;
		margin: 0 auto 8%;
	}
	.guide__wrap--common--header--image{
		width: 90%;
		margin: 0 auto 5%;
	}
	.guide__wrap--common--header--text{
		width: 90%;
		margin: 0 auto 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 36%;
		margin-bottom: 3%;
	}
	.guide__wrap--common--header--text h1{
		font-size: 36px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 5%;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		color: #fff;
	}

	/* セクション共通 */
	.section__wrap{
		width: 90%;
		background: #fff;
		margin: 0 auto 5%;
    	padding: 10% 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 20px;
	}
	.section__wrap h2{
		font-size: 32px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5%;
		color: #BB7F17;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto 5%;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #BB7F17;
	}
	.section__wrap h3{
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 4%;
		font-weight: bold;
		color: #BB7F17;
		text-align: center;
	}
	.section__wrap div ul{
		margin-bottom: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.section__wrap div ul li{
		width: 48%;
	}
	.section__wrap div ul li div{
		width: 80%;
		margin: 0 auto 10%;
	}
	.section__wrap div ul li h4{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 6%;
	}
	.section__wrap div ul li a{
		width: 40%;
		margin: 0 auto;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.colorText{
		color: #7F3509;
	}
	.section__wrap--content{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 100%;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #BB7F17;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 2%;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #F6E9D5;
		border-radius: 0 0 14px 14px;
		padding: 5% 0;
	}


	/**************************************************** 
	
	お申込みから納品までの流れ

	****************************************************/
	#introduce-point01__section .section__wrap--content{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
	}
	#introduce-point01__section .section__wrap--content .stepCommon{
		background: #F6E9D5;
		padding: 10% 5%;
		border-radius: 9px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon + .stepCommon{
		margin-top: 40px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon .step-icon{
		width: 30%;
		margin-bottom: 8px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon h3{
		color: #161616;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #7F3509;
		text-align: left;
	}
	#introduce-point01__section .section__wrap--content .stepCommon h3 + p{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.55;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step01 h3 + p{
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon .stepCommon--inr + .stepCommon--inr{
		margin-top: 30px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt{
		background: #fff;
		border-radius: 9px;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 18px;
		margin-bottom: 5%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt div + div{
		margin-top: 3%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt span{
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		border-radius: 20px;
		background: #F6E9D5;
		padding: 3% 5%;
		display: inline-block;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dt span + span{
		margin-left: 3%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul{
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li{
		font-size: 14px;
		font-weight: bold;
		position: relative;
		padding-left: 1em;
		width: calc(100% - 1em);
		text-align: left;
		margin-bottom: 7px;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step03 div dl dd ul li{
		width: 100%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon.step04 div dl dd ul li{
		width: 100%;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li:last-child{
		margin-bottom: 0;
	}
	#introduce-point01__section .section__wrap--content .stepCommon div dl dd ul li::before{
		content: "・";
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 0;
	}

	

	/**************************************************** 
	
	導入時に必要になるもの

	****************************************************/
	#introduce-point02__section .section__wrap--content--images{
		width: 80%;
		margin: 0 auto 5%;
	}
	#introduce-point02__section .section__wrap--content--point{
		margin-bottom: 5%;
	}
	#introduce-point02__section .section__btn{
		text-align: center;
		margin-bottom: 5%;
	}
	#introduce-point02__section .section__btn a{
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #7F3509;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	#introduce-point02__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide04/next-icon-arrow.svg");
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	#introduce-point02__section.section__wrap{
		padding-bottom: 0;
	}
	#introduce-point02__section .section__wrap--content01{
		margin-bottom: 10%;
	}
	#introduce-point02__section .section__wrap--content--point dd{
		padding: 0;
	}
	#introduce-point02__section .section__wrap--content--point dd::before{
		display: none;
	}
	/* チェックボックス */
	.check__section{
		width: 80%;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 8%;
		padding: 5%;
		background-image: url("../../../beginners-guide/img/guide04/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 70px 80px;
		background-position: right 2px bottom;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		margin-bottom: 10px;
		width: 50%;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 88%;
	}
	.check__section a{
		color: #7F3509;
		border-bottom: 1px solid #BB7F17;
		display: inline;
	}
	a.introduce-point02__link{
        color: #7F3509;
        border-bottom: 1px solid #BB7F17;
		display: inline;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 90%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
	}
	.guide__fotter--navi li{
		width: 100%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}


	#bnr-rbtm{
		display: none;
	}
	
}

