/*----- 基本設定 --------*/

html{
	font-size:62.5%;
	font-family:'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	color:#000;
	scroll-behavior: smooth;
	text-align:justify;
}

body{
	font-size:1.5rem; /* 16px*/
	line-height: 1.6;
}

/*iPadタブレット*/
@media only screen and (max-width:959px) {
	body{
		font-size:1.6rem;/* 16px*/
		line-height: 1.7;
	}
}

/*スマホ*/
@media only screen and (max-width:767px) {
	body{
		font-size:1.6rem;/* 16px*/
		line-height: 1.7;
	}
}


a{
	text-decoration: none;
	color:#000;
}

a:hover{

}

img{
	width: 100%;
	margin:0;
	padding:0;
	display: block;
}

.bold{
	font-weight: bold;
}

.longurl{word-break: break-all;}

.wrapper{
	width: 1040px;
	margin: 0 auto;
	border-left: 1px #bbb solid;
	border-right: 1px #bbb solid;
	box-sizing:border-box;  
}

@media only screen and (max-width:1039px) {
	.wrapper{
		width: 100%;
		margin: 0 ;
		border-left: 0;
		border-right: 0;
	}
}


@media only screen and (max-width:767px) {
	.wrapper{
		width: 100%;
	}
}


/*------ 装飾要素 ------*/

.border_bottom{
	border-bottom: 1px #bbb solid;
}

.tex_center{
	text-align: center;
}

.small_tex{
	font-size: 1.4rem;
}

.padding20{
	padding:30px 20px;
}

.padding50{
	padding:50px 20px;
}

.padding20-2{
	padding:10px 20px 0;
}


/*------ ボックス要素 ------*/

.column2,.column3,.column4{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing:border-box;  
}

.col2_box{
	box-sizing:border-box;
	width: calc(100% / 2);
	padding:40px;
}

.col2_box:first-child{
	border-right: 1px #bbb solid;
}


.col3_box{
	box-sizing:border-box;
	width: calc(100% / 3);
	padding:40px;
}

.col4_box{
	box-sizing:border-box;
	width: calc(100% / 4);
}

.col4_box p{
	text-align: center;
}

.col4_box img{
	width:80%;
	margin:5px auto 0;
}

@media only screen and (max-width:767px) {
	.col2_box{
		width: calc(100% );
	}

	.col2_box:first-child{
		border-right: 0px #bbb solid;
		border-bottom: 1px #bbb solid;
	}
	.col3_box{
		width: calc(100% / 2);
		padding:20px;
	}

	.col3_box:last-child{
		width: calc(100% );
	}

	.col4_box{
		width: calc(100% / 2);
		margin-bottom:20px;
	}
}


/*------ ヘッダー ------*/

header{
	width: 100%;
		display: flex;
        justify-content: flex-end;
}

header img{
	text-align:right;
	width: 120px;
	margin:30px;
}

/*------ メイン部分　------*/

.main{
	position: relative;
	
}

.main img.main_img{
	width: 70%;
	margin-left: 60px;
	padding-top: 40px;
}

/*画像上の文字*/
.main .main_text{
	position: absolute;
	width: 280px;
	top:40px;
	right: 60px;
	margin:0;
	padding:0;
}


/*画像上の文字*/
.main .text01{
	position: absolute;
	width: 180px;
	top:0px;
	left: 60px;
	margin:0;
	padding:0;
	font-size: 1.7rem;
	color: #888;
}

/*画像上の文字*/
.main .text02{
	position: absolute;
	width: 200px;
	top:190px;
	left: 440px;
	margin:0;
	padding:0;
	font-size: 1.7rem;
	color: #888;
}

/*画像上の文字*/
.main .text03{
	position: absolute;
	width: 200px;
	top:350px;
	left: 580px;
	margin:0;
	padding:0;
	font-size: 1.7rem;
	color: #888;
}



.main .main_text img{
	margin-bottom: 20px;
}
.main .main_text p{
	font-size: 1.4rem;
	line-height: 1.4:;
}

@media only screen and (max-width:1039px) {
	.main .text01,.main .text02,.main .text03{
		display: none;
	}
}

@media only screen and (max-width:860px) {
	.main img.main_img{
		width:90%;
		margin:0 auto;
		padding-top: 340px;
	}

	.main .main_text{
		top:30px;
		right: 40px;
	}

}

/*------ コピー部分 ------*/

.copy{
	text-align: center;
	background: #000;
	color:#fff;
	padding:40px 30px;
}

.copy p{
	font-size:1.9rem;
	line-height: 1.7;
}

@media only screen and (max-width:767px) {
	.copy p br{
		display: none;
	}
}



/*------ コピー2 ------*/

.pr_comment p{
	width:100%;
	margin:0 auto 0;
	display: block;
	text-align: center;
	box-sizing:border-box;
	border: 1px #666 solid;
	height: calc(100%);
	font-size: 1.7rem;

	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

@media only screen and (max-width:767px) {
	.pr_comment p{
		height: 50vw;
		padding:0;
	}
}

/*------ アマゾン部分 ------*/

.amazon{
	text-align: center;
}

.amazon p{
	font-size: 1.8rem;
}

.amazon a{
	width:280px;
	display: block;
	padding:15px;
	color: #fff;
	background: #000;
	font-size: 2.0rem;
	margin:10px auto 40px;
}

.amazon a:hover{
	background: #666;
}

/*------ フッター ------*/

h2{
	font-size: 1.7rem;
	padding-bottom: 20px;
}

.copyright{
	text-align: center;
	font-size: 1.4rem;
	padding: 20px 0;
}