@charset "UTF-8";
/* CSS Document */

/*
	　@media screen and (max-width:320px)

		@media screen and (min-width:321px) and (max-width:480px)

		@media screen and (min-width:481px) and (max-width:767px)

		@media screen and (min-width:768px) and (max-width:991px)

		@media screen and (min-width:992px)
*/

/*
.ex_s_dv	
@media screen and (max-width:320px) 

.ex_sm_dv
@media screen and (min-width:321px) and (max-width:480px) 

.ex_m_dv
@media screen and (min-width:321px) and (max-width:767px) 

.s_dv-l_dv
@media screen and (min-width:768px) 

*/

/*　new brakepoint   
@media screen and (max-width:479px){
	}
@media screen and (min-width:480px) and ( max-width:599px) { 
	}
@media screen and (min-width:600px) and ( max-width:960px) {
	}
@media screen and (min-width:960px) and ( max-width:1279px) {
	}
@media screen and (min-width:1280px) {
	}
*/
/*
@media screen and (max-width:599px)
@media screen and (max-min:600px)
@media screen and (max-min:1034px)

	*/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
	}
	

 .clearfix:befor, .clearfix:after {
  content: " "; 
  display: table; 
 }	
.clearfix:after {
	clear:both;	
	}
.clearfix {
	*zoom:ｼｾﾞ1;
}

a:hover {
	text-decoration:none;
}
	
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.red {
	color: #C00;
}
.font_blue {
	color: #0030ff;
}



body {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow-x: hidden;
    font-family: "MS Pゴシック";
}
.container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}





/*== max-width:599px =================================*/







@media screen and (max-width:599px){
	.under_599 {
		display: block;
	}	
	.over_600 {
		display: none;
	}


.contents_box {
    width: 100%;
	padding:0px 10px 10px 10px;
	color: rgba(0, 0, 0, 0.85);
	font-family: sans-serif;
    text-align: center;
	height: auto;
	background-image: url(../image/ricepaper2b.jpg);
	padding-bottom: 20px;
	display: block;

}
.contents_box img {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto;
}

.top_copy_wrapp {
    width: 80%;
    text-align: center;
    margin: 10px auto 10px auto;
    display: block;
    font-size: 1.2em;
}
.top_copy_1 {
	font-size: 1.3rem;
    text-align: left;
    line-height: 1.7rem;
    background-color: rgba(255,255,255,0.5);
    padding: 12px 20px 10px 20px;
    box-shadow: 0 0 10px white;
}
.top_copy_2 {
    text-align: left;
    line-height: 1.6rem;
    margin: 10px auto 20px auto;
    background-color: rgba(255,255,255,0.5);
    padding: 12px 20px 10px 20px;
    box-shadow: 0 0 10px white;
}
.tytle-1 {
    width: 100%;
    margin: 50px auto 10px auto;
	background-color: rgb(82, 138, 212);

}
.tytle-1 h2 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 6px 5% 4px 5%;
    color: white;
}
.subcopy-1 {
	width: 70%;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7rem;
	margin: 20px auto;
}
.variable_wrapp {
	width: 100%;
	height: auto;
	background-color: #0030ff;
}
.type_wrapp {
	width: 80%;
	margin: 20px auto;
}
.variavle_image {
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
}
.variavle_image img {
	width: 65%;
}


.nav_button {
	width: 100%;
	height: auto;
	padding: 8px 20px 20px 20px;
	margin: 10px auto;
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: left;
	background-color:#fdfdfd;
	border: solid 1px #cececf;/*線*/
	border-radius: 5px;/*角の丸み*/
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.nav_button h2 {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 8px 0 4px 0;
}
.nav_button p {
	padding: 0 10px;
}

.tytle-top {
	width: 100%;
	margin: 4cqh auto 10px auto;
	background-color: rgb(57, 133, 159);
}
.tytle-top h2{
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	padding: 8px 5% 7px 5%;
	color: white;
}	

.subcopy-2 {
	width: 100%;
	text-align: center;
	margin: 0x auto;
	padding: 30px 0　10px 0;
	line-height: 1.6em;
}
.subcopy-2 p{
	width: 80%;
	margin: 0 10%;
	font-size: 1.2rem;
	text-align: left;
}


.headcopy-wrapp {
	display:flex;
	width: 100%;
	text-align: center;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
.headcopy-N {
width: 85%;
text-align: left;
text-indent: 6%;
font-weight: 500;
font-size: 110%;
align-self: center;
background-color: #cacacd;
padding: 8px 0 6px 0;
margin: 10px 0 0 0;

}
.headcopy-LOGO {
	width: 15%;
	text-align: left;
	text-indent: 6%;
	font-weight: 600;
	font-size: 110%;
	align-self: center;
	background-color: #cbcbcb;
	margin: 10px 0 0 0;
	padding: 8px 0 6px 0;
}
.subcopy-all{
	width: 80%;
	text-align: left;
	padding: 20px 0 10px 0px;
	margin: 0 auto;
}
.subcopy-all p {
	text-align: left;
	font-size: 1.0sem;	
	line-height: 1.4em;
}
.text_detail{
	width: 100%;
	text-align: center;
	margin: 0 auto;

}
.text_detail p {
	font-size: 90%;
	margin-top: 10px;

}

.framestyle_wrapp {
	display:block;
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
}
.f_imagebox {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto;


}
.f_imagebox img {
	width: 60%;

}
.f_textbox {
	width: 100%;
	height: auto;
	align-self: center;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4em;
	padding-bottom: 0px;
	/*box-sizing: border-box;
	border: #0030ff solid 1px;*/
}
.f_textbox p {
	padding: 0 0 20px 4%;
}
/*要検討*/

.detailbox {
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	border: #8d8d90 solid 1px;
	margin: 20px auto;	
}
/*　　*/
.size_column {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 80%;
	margin: 4px 0;
	/*background-color: #9c9d9f;*/
}
.size_column-1 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	/*background-color: #9c9d9f;*/
}
.size_column-4 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0px 0px 4px 0px;
	font-size: 80%;
	/*background-color: #9c9d9f;*/
}

.size-1 {
	width: 13%;
	align-items: center;
	/*background-color: #eafda6;*/
	text-align: center;
	line-height: 1.0em;
	margin-left: 2%;
	margin: 4px 0;
	font-size: 0.8em;
font-weight: 500;
} 
.size-2 {
	width: 20%;
	align-items: center;
	/*background-color: #a6fdac;*/
	text-align: center;
	line-height: 1.0em;
	font-size: 0.8em;
	margin: 4px 0;

}
.size-3 {
	width: 30%;
	align-items: center;
	/*background-color: #a6dffd;*/
	text-align: center;
	line-height: 1.0em;
	font-size: 0.8em;
	margin: 4px 0;

}
.size-4 {
	width: 10%;
	align-items: center;
	/*background-color: #f5c1e8;*/
	text-align: center;
	line-height: 1.0em;
	font-size: 0.8em;
	margin: 4px 0;

}
.size-5 {
	width: 25%;
	align-items: center;
	/*background-color: #f1b8a1;*/
	text-align: center;
	line-height: 1.0em;
	margin: 0px 0;

}
.size-5_b {
	width: 25%;
	align-items: center;
	/*background-color: #f1b8a1;*/
	text-align: center;
	line-height: 1.0em;
	font-weight: 600;
	font-size: 110%;
	margin: 0px 0;

}
.colorbox_wrapp {
	width: 90%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	margin: 0 auto 20px auto;
	flex-wrap: wrap;
	justify-content: space-between;

}
.colorbox_wrapp-grey {
	width: 100%;
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0 0px 0;
	text-align: center;
	margin:  0 auto;
	background-color: #d0d0d2;
	flex-wrap: wrap;
}
.colorimg_1r-L {
	width: 100%;
	text-align: left;

}
.colorimg_1r-L img {
	width: 35%;
	margin: 10px 20%;
	filter:drop-shadow(5px 5px 5px #aaa)

}
.text_1r-s {
	width: 100%;
	line-height: 1.2em;
	padding: 10px 20%;
	font-size: 80%;
}

.colorimg_2r, .colorimg_2r-LS {
	width: 50%;
	align-self: center;
	text-align: center;
	margin: 0 auto;
	
}
.colorimg_2r img {
	width: 70%;
	text-align: center;
	margin: 0px auto;
}
.colorimg_2r-LS img {
	width: 60%;
	margin-left: 10%;
	margin: 10px 0;

}

.text_2r-s {
	width: 100%;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-bottom: 0px;
	margin-left: 16%;
	margin-top: 6px;
}
.text_2r-s p {
	text-align: left;
	width: 70%;
}
.colorimg_3row {
	width: 30%;
}
.colorimg_3row img {
	width: 90%;
}
.text_3row {
	text-align: left;
	line-height: 0.9em;
	margin: 6px 5% 0 5%;
}
.text_3row p {
	font-size: 0.7em;
	margin-left: 15%;
}
.colorimg_4row, .colorimg_4r-OP {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.colorimg_4row img, .colorimg_4r-OP img {
	width: 55%;/* L200 */
	text-align: center;
	margin: 0 auto 6px auto;
	filter:drop-shadow(5px 5px 5px #aaa)
}
.colorimg_4r-OP img {
	opacity: 0.8;
	margin:10px auto 0px auto;
	
}
.colorvari {
	width: 25%;
	align-self: flex-end;
}
.colorvari p {
	text-align: center;
	font-size: 0.7em;
}
.colorvari .under{
	text-align: center;
	padding: 0 4px 8px 0 ;
	
}
.colorvari img {
	width: 70%;
	margin-top: 10px;
}
.com3 {
	width: 90%;
	padding: 0px 0 10px 0;
	margin: 0 auto;
}
.com3 h3 {
	font-size: 100%;
	font-weight: 500;
	text-align: left;
}
.com3 p {
	width: 90%;
	line-height: 1.4em;
	padding: 6px 3px;
	font-size: 0.8em;
}
}











/*== min-width:600px  =============================*/

/*==================================================*/













@media screen and (min-width:600px){
	.under_599{
		display: none;
	}	
	.over_600 {
		display: block;	
	}	
    .contents_box {
        width: 100%;
        padding:0px 10px 10px 10px;
        color: rgba(0, 0, 0, 0.85);
        font-family: sans-serif;
        text-align: center;
        height: auto;
        background-image: url(../image/ricepaper2b.jpg);
        padding-bottom: 20px;
        display: block;
    }
    .contents_box img {
        width: 90%;
        text-align: center;
        margin: 20px auto 20px auto;
    }
    .top_copy_wrapp {
        display: flex;
        width: 90%;
        text-align: left;
        margin: 10px auto 10px auto;
        flex-flow: row nowrap;
        font-size: 1.2em;
        justify-content: center;
    }
    .top_copy_1 {
       align-self: auto;
        line-height: 1.7rem;
		background-color: rgba(255,255,255,0.5);
        padding: 10px 40px;
        box-shadow: 0 0 10px white;
        margin: 0 10px;
    }
    .top_copy_2 {
        align-self: auto;
        margin: 0 10px;
        text-align: left;
        line-height: 1.6rem;
		background-color: rgba(255,255,255,0.5);
        padding: 10px 40px;
        box-shadow: 0 0 10px white;
    }
	.tytle-top {
		width: 100%;
		margin: 4cqh auto 10px auto;
		background-color: rgb(57, 133, 159);
	}
	.tytle-top h2{
		text-align: left;
		font-size: 1.7em;
		font-weight: 600;
		padding: 8px 5% 7px 5%;
		color: white;
	}	

	.tytle-1 {
		width: 100%;
		margin: 20px auto 10px auto;
		background-color: rgb(82, 138, 212);
	}
	.tytle-1 h2{
		text-align: left;
		font-size: 1.6em;
		font-weight: 600;
		padding: 6px 5% 4px 5%;
		color: white;
	}	
	.subcopy-1 {
		width: 60%;
		font-size: 1.5rem;
		text-align: left;
		line-height: 1.4em;
		margin: 20px auto 0 auto;
		font-weight: 600;
	}
	.subcopy-1 p {
		text-align: left;
	}
	.variavle_wrapp {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.headcopy-wrapp {
		display:flex;
		width: 100%;
		flex-flow: row wrap;
		justify-content: flex-start;
		margin-left: 5%;
		margin: 50px auto 20px auto;
	}
	.headcopy-N {
		width: 85%;
		text-align: left;
		text-indent: 6%;
		font-weight: 500;
		font-size: 1.7em;
		align-self: center;
		background-color: #cacacd;
		padding: 8px 0 6px 0;
		margin: 10px 0 0 0;
		
		}
		.headcopy-LOGO {
			width: 15%;
			text-align: left;
			text-indent: 6%;
			font-weight: 600;
			font-size: 1.7em;
			align-self: center;
			background-color: #cbcbcb;
			margin: 10px 0 0 0;
			padding: 8px 0 6px 0;
		}
				.headcopy {
		text-align: left;
		text-indent: 7%;
		font-weight: 600;
		font-size: 200%;
		width: 30%;
		padding: 8px 5% 8px 2%;
		margin: 30px 50% 10px 7%;
		box-sizing:content-box;
	
	
	}
	.subcopy_wrapp {
		width: 100%;
		display:flex;
		justify-content: flex-start;
	}
	.subcopy_img {
		width: 20%;
		align-self: center;
	}
	.subcopy_img img {
		width: 30%;
	}
	.subcopy-1 {
		width: 80%;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4em;
		margin: 50px auto 20px auto;
		font-weight: 600;
	
	}
	
	.type_wrapp {
		width: 40%;
		margin: 20px 5%  ;
		text-align: left;
		align-self: auto;
		/*background-color: aqua;*/
	}
	.variavle_image {
		width: 45%;
		align-self: auto;
		margin: 20px 0  ;
		align-self: flex-end;
	}
	.variavle_image img {
		width: 70%;
	}
	

	
	.nav_button {
		width: 100%;
		height: auto;
		padding: 8px 20px 10px 20px;
		margin: 10px auto;
		font-size: 1.3rem;
		display:block;
		line-height: 1.4em;
		text-align: left;
		background-color:#e3e4e4;
		/*border: solid 1px #cfcfcf;/*線*/
		border-radius: 6px;/*角の丸み*/
		box-shadow: -2px -2px 4px #343f40 inset;
	}
	.nav_button h2 {
		font-size: 1.6rem;
		font-weight: 600;
		padding: 10px 0 6px 0;
		text-indent: 2%;
	}
	.nav_button p {
		padding: 1% 3%;
	}
	

	.subcopy-2 {
		width: 100%;
		font-size: 1.3rem;
		text-align: center;
		margin: 0x auto;
		padding: 30px 0　10px 0;
		line-height: 1.6em;
	}
	
	.subcopy-all{
		width: 80%;
		text-align: left;
		padding: 10px 0 20px 10px;
		margin: 0 auto;
	
	}
	
	.subcopy-all p {
	
		text-align: left;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.4em;
	
	}
	.text_detail {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.4em;
		margin-top: 6px;
	}
	.text_detail p {
		font-size: 1.5rem;
		line-height: 1.4em;
		font-weight: 400;
	
	}
		
	.framestyle_wrapp {
		display: block;
		width: 100%;
		height: auto;
		justify-content: center;
		align-items: center;
	}
	.f_imagebox {
		width: 100%;
		height: auto;
	
	}
	.f_imagebox img {
		width: 45%;
	
	}
	.f_textbox {
		width: 100%;
		height: auto;
		align-self: center;
		font-size: 1.4rem;
		line-height: 1.4em;
		padding-bottom: 0px;
		text-align: center;
		margin: 0 auto;
	}
	.detailbox {
		width: 90%;
		box-sizing: border-box;
		border: #8d8d90 solid 1px;
		margin: 20px auto;
		text-align: center;

	}
	/*　　*/
	.size_column {
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0px 0px 4px 0px;
	}
	.size_column-1 {
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 20px 0px 0px 0px;
	}
	.size_column-4 {
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0px 0px 10px 0px;
	}
	
	.size-1 {
		width: 15%;
		height: 28px;
		align-items: center;
		text-align: center;
		line-height: 22px;
		font-size: 120%;
		font-weight: 600;
	}
	.size-2 {
		width: 20%;
		align-items: center;
		/*background-color: #a6fdac;*/
		text-align: center;
		line-height: 22px;
		font-size: 110%;
	}
	.size-3 {
		width: 25%;
		align-items: center;
		/*background-color: #a6dffd;*/
		text-align: center;
		line-height: 22px;
		font-size: 110%;

	}
	.size-4 {
		width: 15%;
		align-items: center;
		/*background-color: #f5c1e8;*/
		text-align: center;
		line-height: 22px;
		font-size: 110%;

	}
	.size-5 {
		width: 25%;
		align-items: center;
		/*background-color: #f1b8a1;*/
		text-align: center;
		line-height: 22px;
	}
	.size-5_b {
		width: 25%;
		align-items: center;
		/*background-color: #f1b8a1;*/
		text-align: center;
		line-height: 22px;
		font-weight: 600;
		font-size: 130%;
	}
	.colorbox_wrapp {
		width: 85%;
		display:flex;
		justify-content: space-around;
		align-items: center;
		padding-top: 10px;
		/*max-height:180px;*/
		text-align: center;
		margin: 20px auto 0 auto;
		/*background-color: #0030ff;*/
	}
	.colorbox_wrapp-grey {
		width: 90%;
		display:flex;
		justify-content: space-around;
		align-items: center;
		padding: 10px 0;
		text-align: center;
		margin: 0 auto;
		background-color: #d0d0d2;
	}
	.colorimg_1r-L {
		width: 100%;
		text-align: left;
	
	}
	.colorimg_1r-L img {
		width: 35%;
		margin: 10px 20%;
		filter:drop-shadow(5px 5px 5px #aaa)
	
	}
	.text_1r-s {
		width: 100%;
		line-height: 1.4em;
		padding: 10px 20%;
		font-size: 90%;
	
	}
	

	.colorimg_3row, .colorimg_3row-last, .colorimg_3row-L111, .colorimg_3row-L220{
		width: 33.3%;
		text-align: center;
		align-items: center;
	}
	.colorimg_3row img {
		width: 65%;
		align-self: center;
		filter: drop-shadow(3px 3px 5px grey);
	}
	.colorimg_3row-last img {
		width: 70%;/*L208*/
	}
	.colorimg_3row-L111 {
		width: 40%;
	}
	.colorimg_3row-L220 img{
		width: 60%;
	}
	.text_3row {
		font-size: 90%;
		text-align: left;
		line-height: 1.4em;
		margin-left: 20%;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.colorimg_4row, .colorimg_4r-OP {
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.colorimg_4row img, .colorimg_4r-OP img {
		width: 70%;/* L200 */
		text-align: center;
		margin: 0 auto 6px auto;
		filter:drop-shadow(5px 5px 5px #aaa)
	}
	
	.colorimg_2r,
	.colorimg_2r-LS, .colorimg_2r-40, .colorimg_3r, 
	.text_2r-p, .colorimg-2r-55 {
		width: 50%;
		height: auto;
		align-self: center;
		align-items: center;
		text-align: center;
		margin-top: 20px;
		margin: 0 auto;
	}
	.colorimg_2r img {
		width: 60%;
		text-align: center;
		margin: 10px auto;
	}
	.colorimg_2r-LS img {
		width: 45%;/*L114*/
		margin-left: 10%;
		margin: 10px 0;

	}
	.text_2r {
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.text_2r p {
		width: 100%;
		font-size: 110%;
		line-height: 1.3em;
		text-align: left;
		margin: 10px 0 10px -10%;
	}
	.text_2r-L {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.text_2r-L p {
		width: 100%;
		font-size: 120%;
		line-height: 1.4em;
		text-align: left;
		margin-left: 30%;
		margin-bottom: 20px;
	}

	.text_2r-s {
		width: 100%;
		font-size: 70%;
		line-height: 1.6em;
		padding-top: 8px;
	}
	.text_2r-s p {
		font-size: 130%;
		text-align: left;
		width: 70%;
		margin: 10px 25%;
		line-height: 1.4em;	
	}
	.text_2r-p p {
		width: 80%;
		font-size: 90%;
		line-height: 1.4em;
		text-align: left;
	}
	.text_3r {	
		width: 33.3%;
		text-align: left;
		margin: 0 auto;	
	}
	.text_3r p {
		width: 100%;
		font-size: 110%;
		line-height: 1.3em;
		text-align: left;
		margin: 10px 0 10px 10%;
	}
	
	.colorvari {
		width: 25%;
	}
	.colorvari p {
		text-align: center;
		padding: 0 4px ;
	}
	.colorvari .under{
		text-align: center;
		padding: 0 4px 20px 0 ;
	}
	.colorvari img {
		width: 64%;
		margin: 12% 18% 4% 18%;
	}
	.com3 {
		width: 90%;
		text-align: center;
		margin: 30px auto 20px auto;
	}
	.com3 h3 {
		font-size: 120%;
		font-weight: 500;
		text-align: left;
	}
	.com3 p {
		font-size: 90%;
		text-align: left;
		margin-top: 6px;
	}

	
}













/*== min-width:1034px ===============================*/

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

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















@media screen and (min-width:1034px){
	.under_599 {
		display: none;
	}	
	.over_600 {
		display: block;	
	}	

.contents_box {
	width: 100%;
}	
.contents_box {
	width: 100%;
	padding:0px 10px 10px 10px;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	font-family: sans-serif;
	text-align: center;
	height: auto;
	background-image: url(../image/ricepaper2b.jpg);
	padding-bottom: 20px;
	display: block;

}
.contents_box img {
	width: 90%;
	text-align: center;
	margin: 20px auto 20px auto;
}
.top_copy_wrapp {
	display: flex;
	width: 80%;
	text-align: left;
	margin: 10px auto 10px auto;
	flex-flow: row nowrap;
	font-size: 1.2em;
	justify-content: center;
}
.top_copy_1 {
   align-self: auto;
	line-height: 1.4em;
	background-color: white;
	padding: 12px 40px 10px 40px;
	box-shadow: 0 0 10px white;
	margin: 0 10px;
	font-size: 105%;
}
.top_copy_2 {
	align-self: auto;
	margin: 0 10px;
	text-align: left;
	line-height: 1.4em;
	background-color: white;
	padding: 12px 40px 10px 40px;
	box-shadow: 0 0 10px white;
	font-size: 105%;

}
.tytle-1 {
    width: 100%;
    margin: 50px auto 10px auto;
}
.tytle-1 h2 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 8px 5% 6px 5%;
}
.colorimg_3row, .colorimg_3row-last, .colorimg_3row-text {
	width: 33.3%;
	text-align: center;
	margin: 0 auto;
}
.colorimg_3row img {
	width: 70%;/* L200 */
	text-align: center;
	margin: 0 auto;
}
.colorimg_3row-last img {
	width: 100%;
}
.colorimg_3row-text p {
	width: 100%;
	font-size: 80%;
	line-height: 1.4em;
	text-align: left;
}

.colorimg_4row, .colorimg_4r-OP {
	width: 25%;
	text-align: center;
	margin: 0 auto;
}
.colorimg_4row img, .colorimg_4r-OP img {
	width: 75%;/* L200 */
	text-align: center;
	margin: 0 auto;
	filter:drop-shadow(5px 5px 5px #aaa)
}
colorimg_4r-OP img {
	opacity: 0.8;
	margin:20px auto 10px auto;
	
}
.colorimg_5row {
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
.colorimg_5row img {
	width: 80%;/* L200 */
	text-align: center;
	margin: 0 auto;
	filter:drop-shadow(5px 5px 5px #aaa)
}

.colorimg_1r-L {
	width: 70%;
	text-align: left;

}
.colorimg_1r-L img {
	width: 35%;
	margin: 10px 20%;
	filter:drop-shadow(5px 5px 5px #aaa)

}
.text_1r-s {
	width: 100%;
	line-height: 1.4em;
	padding: 10px 20%;
	font-size: 90%;

}

.colorimg_2r, .colorimg_2r-LS{
	width: 45%;
	text-align: center;
	align-self: center;
	align-items: center;
	margin: 0 auto 10px auto;
}

.colorimg_2r img {/* 214 */
	width: 75%;
	text-align: center;
	margin: 10px auto;
	filter:drop-shadow(5px 5px 5px #aaa)

}
.colorimg_2r-LS img {
	width: 50%;
	margin-left: 10%;
	margin: 10px 0;

}
.text_3row, .text_3row-R, .text_4row {
	text-align: left;
	line-height: 1.4em;
	margin: 15px 5%;
}
.text_3row p {
	font-size: 95%;
	margin-left: 10%;
}
.text_3row-R p{
	margin-left: 20%;
}

.text_2r {
	width: 100%;
	text-align: left;
	margin: 0 0 0 15%;
}
.text_2r p {
	width: 80%;
	font-size: 110%;
	line-height: 1.4em;
	text-align: left;
	margin-left: 0%;
}
.text_2r-L {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.text_2r-L p {
	width: 100%;
	font-size: 120%;
	line-height: 1.4em;
	text-align: left;
	margin-left: 30%;
	margin-bottom: 20px;
}

.text_2r-s {
	width: 100%;
	line-height: 1.4em;
	text-align: left;


}
.text_2r-s p {
	font-size: 110%;
	text-align: left;
	width: 100%;
	margin: 0px 25%;
	line-height: 1.4em;
}
.colorbox_wrapp {
	width: 90%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 0px;
	margin-left: 0;
	text-align: left;
	margin: 20px auto 0 auto;
}
.acbox_wrapp{
	width: 100%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	margin: 20px auto 0 auto;
}


.structure_3-row {
	width: 33.3%;
	text-align: center;
}
.structure_3-row-N {
	display: none;
}
.structure_3-row {
	text-align: center;
}
.structure_3-row p {
	font-size: 90%;
	width: 85%;
	text-align: left;
	margin: 0 auto;
	line-height: 1.4em;
}


.variavle_wrapp {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.headcopy-wrapp {
	display: inline-flex;
	width: 100%;
	text-align: center;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 40px auto 20px 4%;
	margin-bottom: 20px;
}
.headcopy-N {
width: 80%;
text-align: left;
text-indent: 6%;
font-weight: 600;
font-size: 180%;
align-self: center;
background-color: #cbcbcb;
margin: 10px 0 0 0;
padding: 10px 0 8px 0;
}
.headcopy-LOGO {
/*width: 13%;
align-self: center;
margin-top: 10px;
margin-left: -2%;*/
width: 10%;
text-align: left;
text-indent: 6%;
font-weight: 600;
font-size: 180%;
align-self: center;
background-color: #cbcbcb;
margin: 10px 0 0 0;
padding: 10px 0 8px 0;




}
.headcopy-LOGO img{
	align-self: center;
	width: 45%;


}
.headcopy {
	text-align: left;
	text-indent: 7%;
	font-weight: 600;
	font-size: 200%;
	width: 30%;
	padding: 8px 5% 8px 2%;
	margin: 30px 50% 10px 7%;
	box-sizing:content-box;


}
.subcopy_wrapp {
	width: 100%;
	display:flex;
	justify-content: flex-start;
}
.subcopy_img {
	width: 20%;
	align-self: center;
}
.subcopy_img img {
	width: 30%;
}
.subcopy-1 {
	width: 80%;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5em;
	margin: 50px auto 20px auto;
	font-weight: 600;

}

.type_wrapp {
	width: 35%;
	margin: 20px 8%;
	text-align: left;
	align-self: auto;
}
.variavle_image {
	width: 40%;
	height:auto ;
	margin: 0px 0 0 3%;
	align-self: flex-end;
	text-align: center;
}
.variavle_image img {
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0.8;
	bottom: 12px;
	

}
.nav_button {
	width: 100%;
	height: auto;
	padding: 8px 20px 10px 20px;
	margin: 10px auto;
	font-size: 1.3rem;
	display:block;
	line-height: 1.4em;
	text-align: left;
	background-color:#e3e4e4;
	/*border: solid 1px #cfcfcf;/*線*/
	border-radius: 6px;/*角の丸み*/
	box-shadow: -3px -4px 4px #aeb1b2 inset;
}
.nav_button h2 {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 10px 0 6px 0;
	text-indent: 2%;
}
.nav_button p {
	padding: 1% 3%;
}
.subcopy-2 {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	margin: 0x auto;
	padding: 30px 0　10px 0;
	line-height: 1.6em;
}

.subcopy-all{
	width: 85%;
	text-align: left;
	padding: 10px 0 20px 0px;
	margin: 0 auto;


}

.subcopy-all p {

	text-align: left;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6em;

}
.text_detail {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.4em;
	margin-top: 6px;
}
.text_detail p {
	font-size: 1.5rem;
	line-height: 1.4em;

}
.framestyle_wrapp {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
}
.f_imagebox {
	width: 35%;
	height: auto;
	margin: 20px 0px;
}
.f_imagebox img {
	width: 75%;
}
.f_textbox {
	width: 65%;
	height: auto;
	align-self: center;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4em;
	padding-bottom: 0px;
	text-align: left;
	flex-wrap: wrap;
	/*box-sizing: border-box;
	border: #0030ff solid 1px;*/
}
.f_textbox p {
	padding: 0 0 20px 4%;
}
/*要検討*/

.detailbox {
	width: 90%;
	height: auto;
	box-sizing: border-box;
	border: #8d8d90 solid 1px;
	margin: 10px auto;	
}
/*　　*/
.size_column {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0px 0px 6px 0px;
	/*background-color: #9c9d9f;*/
}
.size_column-1 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px 0px 0px 0px;
	/*background-color: #9c9d9f;*/
}
.size_column-4 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0px 0px 20px 0px;
	/*background-color: #9c9d9f;*/
}

.size-1 {
	width: 15%;
	height: 28px;
	align-items: center;
	/*background-color: #eafda6;*/
	text-align: center;
	line-height: 22px;
}
.size-2 {
	width: 20%;
	align-items: center;
	/*background-color: #a6fdac;*/
	text-align: center;
	line-height: 22px;

}
.size-3 {
	width: 25%;
	align-items: center;
	/*background-color: #a6dffd;*/
	text-align: center;
	line-height: 22px;
}
.size-4 {
	width: 15%;
	align-items: center;
	/*background-color: #f5c1e8;*/
	text-align: center;
	line-height: 22px;
}
.size-5 {
	width: 25%;
	align-items: center;
	/*background-color: #f1b8a1;*/
	text-align: center;
	line-height: 22px;
}
.size-5_b {
	width: 25%;
	align-items: center;
	/*background-color: #f1b8a1;*/
	text-align: center;
	line-height: 22px;
	font-weight: 600;
	font-size: 130%;
}
.colorbox_wrapp-75 {
	width: 75%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 0px;
	margin-left: 0;
	text-align: center;
	margin: 20px auto 0 auto;

}
.colorbox_wrapp-grey {
	width: 90%;
	display:flex;
	justify-content:center;
	align-items: center;
	text-align: left;
	margin: 0 auto 30px auto;
	background-color: #d0d0d2;
	padding-bottom: 20px;
}






.colorvari {
	width: 14.2%;
}
.colorvari p {
	text-align: left;
	margin-left: 20%;
}
.colorvari .under{
	text-align: center;
	padding: 0 4px 20px 0 ;
}
.colorvari img {
	width: 70%;
	margin: 12% 18% 4% 18%;
}
.com3 {
	width: 100%;
	padding: 0px 0;
}
.com3 h3 {
	font-size: 130%;
	font-weight: 500;
	text-indent: 10%;
}
.com3 p {
	width: 100%;
	text-indent: 10%;
	font-size: 120%;
}


}