@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

#g8088-046-001 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
}

#g8088-046-001 .block {
	display: block;
}

#g8088-046-001 #title,
#g8088-046-001 h3 {
	text-align: left;
}

#g8088-046-001 #question {
	background: url(../../../img/usr/goods/g8088-046-001/que_bg_3.png) no-repeat;
	background-position: center bottom;
	padding: 20px 0 80px;
	margin-bottom: 20px;
}

#g8088-046-001 #question span,
#g8088-046-001 #point_1 .text span {
	background:linear-gradient(transparent 50%, #ffff66 0%);
}

#g8088-046-001 #title {
	background: url(../../../img/usr/goods/g8088-046-001/title_bg.png) no-repeat;
	background-position: left top;
}

#g8088-046-001 .box {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px;
}

#g8088-046-001 #title p {
	font-size: 40px;
	font-weight: 700;
}

#g8088-046-001 #title h2 {
	font-size: 100px;
	font-weight: 900;
	color: #00868d;
	line-height: 1.2em;
	margin-bottom: 460px;
}

#g8088-046-001 #title ul {	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#g8088-046-001 #point_1,
#g8088-046-001 #point_2,
#g8088-046-001 #point_3,
#g8088-046-001 #point_4,
#g8088-046-001 #pocket,
#g8088-046-001 #point_5,
#g8088-046-001 .others {
	margin-top: 150px;
}

#g8088-046-001 h3 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 60px;
}

#g8088-046-001 h3 .blue  {
	color: #00868d;
}

#g8088-046-001 #point_1 h3 {
	background: url(../../../img/usr/goods/g8088-046-001/p_1.png) no-repeat;
	background-position: left center;
	padding-left: 140px;
}

#g8088-046-001 #point_1 h3.bg_none {
	background: none;
	padding-left: 0;
	margin-top: 100px;
	text-align: center;
}

#g8088-046-001 #point_2 h3 {
	background: url(../../../img/usr/goods/g8088-046-001/p_2.png) no-repeat;
	background-position: left center;
	padding-left: 140px;
}

#g8088-046-001 #point_3 h3 {
	background: url(../../../img/usr/goods/g8088-046-001/p_3.png) no-repeat;
	background-position: left center;
	padding-left: 140px;
}

#g8088-046-001 #point_4 h3 {
	background: url(../../../img/usr/goods/g8088-046-001/p_4.png) no-repeat;
	background-position: left center;
	padding-left: 140px;
}

#g8088-046-001 #point_5 h3 {
	background: url(../../../img/usr/goods/g8088-046-001/p_5.png) no-repeat;
	background-position: left center;
	padding-left: 140px;
}

#g8088-046-001 #point_1 h4 {
	font-size: 28px;
	display: inline;
	padding: 0 40px 0;
}

#g8088-046-001 #point_1 h4.bg_g {
	background-color: #487336;
	color: #ffffff;
}

#g8088-046-001 #point_1 h4.bg_w {
	border: 1px solid #487336;
	color: #487336;
}

#g8088-046-001 #point_1 ul li {
	background-color: #487336;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	padding: 0 5px 0;
	margin-right: 10px;
}

#g8088-046-001 #point_1 .small,
#g8088-046-001 #movie p {
	font-size: 14px;
}

#g8088-046-001 #point_1 .text,
#g8088-046-001 #point_1 ul {
	margin: 20px 0 60px;
}

#g8088-046-001 #point_1 video {
	width: 80%;
}

#g8088-046-001 #point_2 h4,
#g8088-046-001 #point_3 h4 {
	background-color: #00868d;
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 40px;
}

#g8088-046-001 #point_3 h4 {
	margin-bottom: 0;
}

#g8088-046-001 #point_2 p {
	margin-bottom: 50px;
}

#g8088-046-001 #point_2 ul {	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#g8088-046-001 #point_4 .fix:after {
	content: "";
	clear: both;
	display: block;
}

#g8088-046-001 #point_4 .fleft {
	float: left;
	width: 400px;
}
	
#g8088-046-001 #point_4 .fright {
	float: right;
	width: 400px;
}

#g8088-046-001 #pocket h3 {
	text-align: center;
}

#g8088-046-001 #point_5 ul li span {
	display: block;
}

#g8088-046-001 #point_5 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#g8088-046-001 #point_5 .row_1 {
	margin-bottom: 50px;
}

#g8088-046-001 #point_5 .color-box{
    padding:  5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g8088-046-001 #point_5 .color-box .color{
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 33%;                 /* 幅指定 */
	text-align: center;
    margin-bottom: 40px;
}

#g8088-046-001 #point_5 .color-box .color p{
	font-size: 22px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#g8088-046-001 .others {
	font-size: 40px;
	margin-bottom: 30px;
}

#g8088-046-001 .others_box {
	border-radius: 20px;
	padding: 0 0 0 30px;
	background: url(../../../img/usr/goods/g8088-046-001/item_bg.png) no-repeat;
	background-position: right bottom;
}

#g8088-046-001 #item_1 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_1.png) no-repeat;
	background-position: right bottom;
}

#g8088-046-001 #item_2 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_2.png) no-repeat;
	background-position: right top;
}

#g8088-046-001 #item_3 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_3.png) no-repeat;
	background-position: right top;
}

#g8088-046-001 #item_4 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_4.png) no-repeat;
	background-position: right top;
}

#g8088-046-001 #item_5 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_5.png) no-repeat;
	background-position: right top;
}

#g8088-046-001 #item_6 .inner {
	background: url(../../../img/usr/goods/g8088-046-001/item_6.png) no-repeat;
	background-position: right top;
}

#g8088-046-001 .others_box h3 {
	padding: 30px 0 30px 0;
}

#g8088-046-001 .others_box .link {
	text-align: left;
	padding-bottom: 30px;
}

#g8088-046-001 .others_box .link a {
	border: 1px solid #bbe6e8;
	background-color: #ffffff;
	display: inline-block;
	padding: 10px;
	color: #448aff;
	text-decoration: underline;
}

#g8088-046-001 #item_1 .link,
#g8088-046-001 #item_2 .link {
	padding-bottom: 60px;
}

#g8088-046-001 #item_4 .link{
	padding-bottom: 90px;
}

#g8088-046-001 #item_6 .link{
	padding-bottom: 100px;
}

#g8088-046-001 #item_2,
#g8088-046-001 #item_3,
#g8088-046-001 #item_6{
	margin-top: 100px;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#g8088-046-001 {
	margin-bottom: 100px;
}
	
#g8088-046-001 #question {
	position: relative;
}
	
#g8088-046-001 #question:before {
	position:absolute;
	left: 40px;
	top: 0;
	content: "";
	display: inline-block;
	width: 118px;
	height: 118px;
	background: url(../../../img/usr/goods/g8088-046-001/que_bg_1.png)  no-repeat;
	background-size: contain;
}

#g8088-046-001 #question:after {
	position:absolute;
	right: 40px;
	top: 0;
	content: "";
	display: inline-block;
	width: 118px;
	height: 118px;
	background: url(../../../img/usr/goods/g8088-046-001/que_bg_2.png)  no-repeat;
	background-size: contain;
}
	
#g8088-046-001 #point_2 #material {
	background: url(../../../img/usr/goods/g8088-046-001/model.png) no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
	
#g8088-046-001 #point_2.box {
	padding-bottom: 0;
}
	
#g8088-046-001 #point_2 #material div {
	width: 50%;
}
	
#g8088-046-001 #point_3 .fix:after {
	content: "";
	clear: both;
	display: block;
}

#g8088-046-001 #point_3 .fleft {
	float: left;
	width: 400px;
}
	
#g8088-046-001 #point_3 .fright {
	float: right;
	width: 400px;
}
	
#g8088-046-001 #point_3 .row_1 {
	margin-bottom: 80px;
}
	
#g8088-046-001 .pc_block {
	display: block;		
}
	
}

@media screen and ( max-width:520px ){/* SP */
#g8088-046-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g8088-046-001 {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 13px;
}
	
#g8088-046-001 #question {
	background-size: 60px 47px;
	padding: 0 0 50px;
	margin-bottom: 10px;
}

#g8088-046-001 #title {
	background-size: 100%;
}
	
#g8088-046-001 .box {
	border-radius: 10px;
	padding: 10px;
}

#g8088-046-001 #title p {
	font-size: 18px;
}

#g8088-046-001 #title p,
#g8088-046-001 #title h2 {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#g8088-046-001 #title h2 {
	font-size: 33px;
	margin-bottom: 160px;
}

#g8088-046-001 #title ul img {
	width: 90%;		
}

#g8088-046-001 #point_1,
#g8088-046-001 #point_2,
#g8088-046-001 #point_3,
#g8088-046-001 #point_4,
#g8088-046-001 #pocket,
#g8088-046-001 #point_5,
#g8088-046-001 .others {
	margin-top: 50px;
}

#g8088-046-001 h3 {
	font-size: 20px;
	margin-bottom: 20px;
}	
	
#g8088-046-001 #point_1 h3 {
	padding: 5px 0 5px 60px;
	background-size: 50px;
}

#g8088-046-001 #point_1 h3.bg_none {
	margin-top: 30px;
}
	
#g8088-046-001 #point_2 h3 {
	padding-left: 60px;	
	background-size: 50px;
}

#g8088-046-001 #point_3 h3 {
	padding: 5px 0 5px 60px;
	background-size: 50px;
}

#g8088-046-001 #point_4 h3 {
	padding-left: 60px;	
	background-size: 50px;
}
	
#g8088-046-001 #point_5 h3 {
	padding: 5px 0 5px 60px;
	background-size: 50px;
}
	
#g8088-046-001 #point_1 h4 {
	font-size: 16px;
	font-weight: 400;
}
	
#g8088-046-001 #point_1 ul li {
	margin-right: 5px;
	margin-bottom: 5px;
}

#g8088-046-001 #point_1 .small,
#g8088-046-001 #movie p {
	font-size: 11px;
}

#g8088-046-001 #point_1 .text,
#g8088-046-001 #point_1 ul {
	margin: 10px 0 30px;
}
	
#g8088-046-001 #point_1 video {
	width: 100%;
}
	
#g8088-046-001 #point_2 h4,
#g8088-046-001 #point_3 h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
	
#g8088-046-001 #point_3 h4 {
	margin-bottom: 0;
}
	
#g8088-046-001 #point_2 img {
	width: 80%;		
}
	
#g8088-046-001 #point_2 p {
	margin-bottom: 20px;
}
		
#g8088-046-001 #point_3 .fleft,
#g8088-046-001 #point_3 .fright {
	width: 80%;
	margin: 0 10% 20px 10%;
}
	
#g8088-046-001 #point_4 .fleft,
#g8088-046-001 #point_4 .fright	{
	width: 48%;
}
	
#g8088-046-001 #point_5 ul img {
	width: 80%;
}
	
#g8088-046-001 #point_5 ul li span {
	padding: 0 10px 0;
}

#g8088-046-001 #point_5 .row_1 {
	margin-bottom: 20px;
}
	
#g8088-046-001 .others {
	font-size: 18px;
	margin-bottom: 10px;
}

#g8088-046-001 .others_box {
	border-radius: 10px;
	padding: 0 0 0 10px;
	background-size: 100%;
}

#g8088-046-001 #item_1 .inner {
	background-size: 50%;
}

#g8088-046-001 #item_2 .inner {
	background-size: 50%;
}

#g8088-046-001 #item_3 .inner {
	background-size: 50%;
}

#g8088-046-001 #item_4 .inner {
	background-size: 50%;
}
	
#g8088-046-001 #item_5 .inner {
	background-size: 50%;
}
	
#g8088-046-001 #item_6 .inner {
	background-size: 50%;
}	

#g8088-046-001 .others_box h3 {
	padding: 10px 0 10px 0;
	font-size: 16px;
	margin-bottom: 0;
}

#g8088-046-001 .others_box .link {
	padding-bottom: 10px;
	font-size: 11px;
}

#g8088-046-001 .others_box .link a {
	padding: 5px;
}

#g8088-046-001 #item_1 .link,
#g8088-046-001 #item_2 .link {
	padding-bottom: 10px;
}

#g8088-046-001 #item_4 .link,
#g8088-046-001 #item_6 .link{
	padding-bottom: 40px;
}

#g8088-046-001 #item_2,
#g8088-046-001 #item_3,
#g8088-046-001 #item_6{
	margin-top: 30px;
}

#g8088-046-001 .sp_block {
	display: block;		
}
		
}