@charset "UTF-8";
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	font
  -------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
/**================================================**/

#gN01117830 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
	margin-bottom: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

#gN01117830 #top h1 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.3;
	font-size: 42px;
    text-align: center;
	background-color: #F699AE;
	padding: 20px 0 10px ;
}

#gN01117830 #top h1 span {
	color: #FFF603;
	font-weight: bold;
	font-size: 62px;
}

#gN01117830 .title,
#gN01117830 .point1,
#gN01117830 .point2,
#gN01117830 .point3,
#gN01117830 .color {
	margin: 0 0 100px ;
}

#gN01117830 .title {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 100px;
	position: relative;
}

#gN01117830 .title img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gN01117830 .title h3 {
	position: absolute;
    color: #FFFFFF;
	line-height: 1.2;
	font-size: 44px;
    font-weight: bold;
	background-color: #F699AE;
	padding: 10px;
    top: 111px;
    left: 20px;
}

#gN01117830 .title h4 {
	position: absolute;
	color: #02B5DE;
	line-height: 1.0;
	font-size: 88px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #FFFFFF;
    top: 225px;
    left: 20px;
}

#gN01117830 .title h4 span {
	color: #262626;
	font-size: 62px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #FFFFFF;
}

#gN01117830 .point,
#gN01117830 .color {
	display: flex; /*横並び*/
	margin: 20px 0px 15px 10px;
}

#gN01117830 .point .pc_img,
#gN01117830 .color .pc_img {
	width: 200px; /*画像サイズ指定*/
	height: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#gN01117830 .point .sp_img,
#gN01117830 .color .sp_img {
	width: 26%; /*画像サイズ指定*/
	height: 26%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#gN01117830 .point h3 {
    color: #F699AE;
    font-size: 50px;
    line-height: 1.3;
    font-weight: bolder;
    padding: 20px 5px;
    margin: 5px 6px 4px;
    text-align: center;
}

#gN01117830 .point h3 span {
	font-size: 60px;
    font-weight: bold;
	padding: 10px;
}

#gN01117830 .color h3 {
    color: #F699AE;
    font-size: 46px;
    line-height: 1.3;
    font-weight: bolder;
    padding: 20px 5px;
    margin: 38px 15px 10px;
    text-align: center;
}

#gN01117830 .color h3 span {
	font-size: 64px;
    font-weight: bold;
	padding: 10px;
}

#gN01117830 .point2 {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 100px;
	position: relative;
}

#gN01117830 .point2 img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gN01117830 .point2 h4 {
	position: absolute;
    color: #02B5DE;
    line-height: 1.4;
    font-size: 70px;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 15px;
    padding: 0 20px 0 0;
    text-shadow: 2px 2px 3px #FFFFFF;
    top: 70px;
    left: 55px;
}

#gN01117830 .point2 p {
	position: absolute;
    color: #262626;
    font-size: 40px;
    line-height: 1.7;
    font-weight: bold;
    /* text-align: center; */
    padding: 0 0px 0 0;
    text-shadow: 2px 2px 3px #FFFFFF;
    top: 310px;
    left: 55px;
}

#gN01117830 #color-item .box {
    padding: 10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-align: center;
}

#gN01117830 #color-item .color-box{
    width: 46%;                 /* 幅指定 */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#gN01117830 #color-item .color-box p {
	font-size: 26px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    width: 220px;
}



@media screen and ( min-width:521px ){ /* tablet&PC */
#gN01117830 {
    margin-left: auto;
    margin-right: auto;
}
	
.sp {
	display: none;
}

}


@media screen and ( max-width:520px ){/* SP */
#gN01117830 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#gN01117830 #top h1 {
    line-height: 1.3;
	font-size: 22px;
	padding: 8px 0 3px ;
}

#gN01117830 #top h1 span {
	font-size: 22px;
}

#gN01117830 .title,
#gN01117830 .point1,
#gN01117830 .point2,
#gN01117830 .point3,
#gN01117830 .color {
	margin: 0 0 50px;
}

#gN01117830 .title {
    margin-bottom: 18px;
	position: relative;
}

#gN01117830 .title h3 {
	position: absolute;
    color: #FFFFFF;
	line-height: 1.2;
	font-size: 20px;
    font-weight: bold;
	background-color: #F699AE;
	padding: 5px;
    top: 45px;
    left: 7px;
}

#gN01117830 .title h4 {
	position: absolute;
	color: #02B5DE;
	line-height: 1.0;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #FFFFFF;
    top: 100px;
    left: 7px;
}

#gN01117830 .title h4 span {
	color: #262626;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #FFFFFF;
}

#gN01117830 .point,
#gN01117830 .color {
	display: flex; /*横並び*/
	margin: 40px 0px 5px 2px;
}

#gN01117830 .point .subtitle,
#gN01117830 .color .subtitle {
	margin: 10px 0 0 0;
	padding: 0;
}

#gN01117830 .point h3 {
    color: #F699AE;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bolder;
    padding: 20px 2px;
    margin: 5px 0px 10px;
    text-align: center;
}

#gN01117830 .point h3 span {
	font-size: 18px;
    font-weight: bold;
    padding: 8px;
}

#gN01117830 .color h3 {
    color: #F699AE;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bolder;
    padding: 20px 3px;
    margin: 0px 3px 3px;
    text-align: center;
}

#gN01117830 .color h3 span {
	font-size: 34px;
    font-weight: bold;
	padding: 3px;
}

#gN01117830 .point2 {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 50px;
	position: relative;
}

#gN01117830 .point2 img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gN01117830 .point2 h4 {
	position: absolute;
    color: #02B5DE;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 15px;
    padding: 0;
    text-shadow: 2px 2px 3px #FFFFFF;
    top: 12px;
    left: 15px;
}

#gN01117830 .point2 p {
	position: absolute;
    color: #262626;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    /* text-align: center; */
    padding: 0 20px 0 0;
    text-shadow: 2px 2px 3px #FFFFFF;
    top: 98px;
    left: 15px;
}

#gN01117830 #color-item .box {
    padding: 7px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-align: center;
}

#gN01117830 #color-item .color-box{
    width: 46%;                 /* 幅指定 */
	text-align: center;
    margin-bottom: 15px;
}

#gN01117830 #color-item .color-box p {
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
    width: 74%;
}
	
}