@charset "UTF-8";

html{
  font-size:62.5%;
}


/* カラー変更できるところ ここから */

header{
	background-color:#182987;
}

.openbtn span{
	background-color: #fff!important;
}

.name h5{
	font-family: "Bebas Neue", sans-serif;
	font-weight:400;
	color:#182987;
}

.bg-wrapper:nth-of-type(odd){
	background-color:#eeeeef;
}

.bg-wrapper:nth-of-type(even){
	background-color:#fff;
}

.bg-wrapper:nth-of-type(odd) .comment-box{
	background-color:#fff;
}

.bg-wrapper:nth-of-type(even) .comment-box{
	background-color:#eeeeef;
}

/* カラー変更できるところ ここまで */



p, ul li, .jiko_text a, .sp-center a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

p, .jiko_text{
	font-size:1.4rem;
}

.credit{
	font-size:1rem!important;
}

.mid-wrapper{
	box-sizing: border-box;
	padding:30px 0;
}

.top-caption{
	width:60%;
	margin:30px auto;
}

.top-caption p{
	margin-bottom:20px;
}

.sp-title, .pick-sp-title{
	display:none;
}

.pc-title, .pick-pc-title{
	display: block;
}

.bg-wrapper{
	width:100%;
	padding:40px 0;
	box-sizing: border-box;
}

.one{
	background-image: url("../img/style1-bg.svg");
	/* background-image: url("img/style1-bg.svg"); *//* もし色を変える時は上をコメントアウトして、こっちを出してください！ */
	background-size:8%;
	background-repeat: no-repeat;
	background-position:bottom left;
}

.two{
	background-image: url("../img/style2-bg.svg");
	/* background-image: url("img/style2-bg.svg"); *//* もし色を変える時は上をコメントアウトして、こっちを出してください！ */
	background-size:8%;
	background-repeat: no-repeat;
	background-position:bottom left;
}

.three{
	background-image: url("../img/style3-bg.svg");
	/* background-image: url("img/style3-bg.svg"); *//* もし色を変える時は上をコメントアウトして、こっちを出してください！ */
	background-size:8%;
	background-repeat: no-repeat;
	background-position:bottom left;
}

.four{
	background-image: url("../img/style4-bg.svg");
	/* background-image: url("img/style4-bg.svg"); *//* もし色を変える時は上をコメントアウトして、こっちを出してください！ */
	background-size:8%;
	background-repeat: no-repeat;
	background-position:bottom left;
}

.main-container{
	width:80%;
	margin:50px auto;
}

.one, .two, .three, .four{
		min-height: 300px;
	}

.main-flex{
	width:100%;
	margin:auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.style-img{
	width:45%;
}

.style-comment{
	width:51%;
}

.yoko-img{
	width:100%;
	margin-bottom:30px;
}

.comment-box{
	width:100%;
	margin:30px auto;
	box-sizing: border-box;
	padding:20px;
	border-radius:20px;
}

.comment-box .new-item-list{
	margin-top:20px;
}

.jiko_soto{
	margin:0!important;
}

.jiko-img{
	width:70%!important;
	margin:30px auto 0;
	padding-bottom:30px;
}

.jiko-img img{
	width:100%;
	margin:auto;
}

/*タブレット用*/
@media screen and (max-width: 820px){

	.main-container{
		width:90%;
	}

	.one, .two, .three, .four{
		background-size:10%;
		min-height: 200px;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.pc-title, .pick-pc-title{
		display:none;
	}
	
	.sp-title, .pick-sp-title, .main-flex{
		display: block;
	}

	.main-container{
		width:80%;
	}
	
	.main-container:last-of-type{
		margin-bottom:0!important;
	}
	
	.bg-wrapper:last-of-type{
		padding-bottom:0!important;
	}
	
	.one, .two, .three, .four{
		background-size:25%;
	}
	
	.style-img, .style-comment{
		width:100%;
	}

	.style-img{
		margin-bottom:50px;
	}
	
}
/* CSS Document */

