@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: #BB1C17;
		border-radius: 60px;
		position: relative;
	}


	/* 見出し */
	.guide__wrap--common--header{
		width: 960px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.guide__wrap--common--header--image{
		width: 506px;
		height: 350px;
	}
	.guide__wrap--common--header--text{
		width: 430px;
	}
	.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: #EA0029;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}
	.section__wrap--lead .underlineRed{
		border-bottom: 3px solid #EA0029;
	}
	.section__wrap h3{
		font-size: 24px;
		font-weight: bold;
 		margin-bottom: 24px;
		color: #EA0029;
		text-align: center;
	}
	.section__wrap div ul{
		width: 780px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		margin: 0 auto 40px;
	}
	.section__wrap div ul li div{
		margin-bottom: 8px;
	}
	.section__wrap div ul li h4{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
	}
	.colorRed{
		color: #EA0029;
	}

	/* セルフオーダーの種類 違いや個性・強みについて */
	.section__wrap--tableorder--content,
	.section__wrap--mobileorder--content{
		width: 828px;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.section__wrap--tableorder{
		margin-bottom: 60px;
	}
	.section__wrap--tableorder--images,
	.section__wrap--mobileorder--images {
		width: 440px;
	}
	.section__wrap--tableorder--point,
	.section__wrap--mobileorder--point {
		width: 370px;
	}
	.section__wrap--tableorder--point dl + dl,
	.section__wrap--mobileorder--point dl + dl{
		margin-top: 40px;
	}
	.section__wrap--tableorder--point dt,
	.section__wrap--mobileorder--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #EA0029;
	}
	.section__wrap--tableorder--point dd,
	.section__wrap--mobileorder--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--tableorder--point dd:last-child,
	.section__wrap--mobileorder--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--tableorder--point dd::before,
	.section__wrap--mobileorder--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.wp-link{
		text-align: center;
	}
	.wp-link.mb60{
		margin-bottom: 60px;
	}
	.section__wrap--mobileorder .wp-link{
		margin-top: -40px;
	}
	.wp-link a {
		display: block;
		width: 420px;
		margin: 0 auto;
		padding: 25px 0;
		background: #1d1515;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	.wp-link a::before{
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide01/next-icon-arrow.svg");
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	.wp-link a:hover{
		opacity: 0.8;
	}
	/* チェックボックス */
	.check__section{
		width: 552px;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 30px;
		padding: 20px 24px;
		background-image: url("../../../beginners-guide/img/guide01/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 123px 137px;
		background-position: right 20px  bottom;
	}
	.check__section.check__section01{
		background-size: 103px 115px;
		background-position: right 20px  bottom;
	}
	.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: #BB1C17;
		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;
	}
	.guide__wrap--common--header--text{
		width: 90%;
		margin: -5% 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: #EA0029;
	}
	.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 .underlineRed{
		border-bottom: 3px solid #EA0029;
	}
	.section__wrap h3{
		font-size: 24px;
		line-height: 1.5;
		font-weight: bold;
		color: #EA0029;
		text-align: center;
	}
	.section__wrap h3.tableorder-original{
		margin-bottom: 5%;
	}
	.section__wrap h3.mobileorder-original{
		margin-bottom: 3%;
	}
	.section__wrap div ul{
		margin-bottom: 5%;
		display: flex;
		flex-wrap: wrap;
	}
	.section__wrap div ul li{
		width: 50%;
	}
	.section__wrap div ul li:nth-child(3n),
	.section__wrap div ul li:nth-child(4n){
		margin-top: 4%;
	}
	.section__wrap div ul li h4{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height:1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--endlead .colorRed{
		color: #EA0029;
	}

	/* セルフオーダーの種類 違いや個性・強みについて */
	.section__wrap--tableorder--content,
	.section__wrap--mobileorder--content{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--tableorder,
	.section__wrap--mobileorder{
		margin-bottom: 10%;
	}

	.section__wrap--tableorder--images,
	.section__wrap--mobileorder--images {
		width: 100%;
		margin-bottom: 5%;
	}
	.section__wrap--tableorder--point,
	.section__wrap--mobileorder--point {
		width: 100%;
	}
	.section__wrap--tableorder--point dl + dl,
	.section__wrap--mobileorder--point dl + dl{
		margin-top: 10%;
	}
	.section__wrap--tableorder--point dt,
	.section__wrap--mobileorder--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #EA0029;
	}
	.section__wrap--tableorder--point dd,
	.section__wrap--mobileorder--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 2%;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--tableorder--point dd::before,
	.section__wrap--mobileorder--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.wp-link{
		text-align: center;
	}
	.wp-link.mb60{
		margin-bottom: 10%;
	}
	
	.wp-link a {
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #191919;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	.wp-link a::before{
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide01/next-icon-arrow.svg");
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	/* チェックボックス */
	.check__section{
		width: 80%;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 8%;
		padding: 5%;
		background-image: url("../../../beginners-guide/img/guide01/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: #EA0029;
		border-bottom: 1px solid #EA0029;
		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;
	}
	

}

