@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");
/**================================================**/

#g9213201 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
}

#g9213201 .top {
	margin: 30px 0;
    padding: 60px 0 0;
}

#g9213201 .top h3 {
    font-size: 40px;
	line-height: 1.4;
    padding: 5px;
    color: #000000;
    text-align: center;
}

#g9213201 .top h3 span{
    font-size: 70px;
	line-height: 1.4;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

#g9213201 .top p {
	font-size: 24px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#g9213201 .top .main {
	margin: 60px 0 0;
    padding: 0 20px;
}

#g9213201 .top .main h4 {
    font-size: 32px;
	line-height: 1.4;
    padding: 10px;
    color: #000000;
    text-align: center;
}

#g9213201 .top .main h4 span{
    font-size: 48px;
	line-height: 1.4;
    padding: 5px;
    color: #5269B5;
	font-weight: bold;
    text-align: center;
}

#g9213201 .top .main h1 {
	font-size: 70px;
    line-height: 1.4;
    padding: 6px 0px;
	margin: 0 45px;
    color: #000000;
    text-align: center;
    background: linear-gradient(transparent 90%, #5269B5 0%);
}

#g9213201 .top .main h1 span {
    font-size: 100px;
    line-height: 1.4;
    padding: 5px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-image: radial-gradient(circle, #5269B5 .09em, transparent .09em);
    background-size: 95px;
    padding-top: 145px;
}

#g9213201 .top .main h3 {
    font-size: 36px;
	line-height: 1.4;
    padding: 5px;
    color: #000000;
    text-align: center;
}

#g9213201 h2 {
    font-size: 2em;
    background-color: transparent;
    padding: 0.5em;
    color: #000000;
    text-align: center;
}

#g9213201 h2:first-letter {
	font-size: 2em;
	color: #516ab6;
}

#g9213201 h2 {
	padding: 0.1em;
	font-size: 40px;
	color: #010101;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
}

#g9213201 p {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;	
}

#g9213201 .contents{
    width: 100%;
    margin: 0px auto;
    padding: 45px 0;  
}

#g9213201 .contents img {
	flex-basis: 100%;
	max-width: 100%;
}

#g9213201 .itemcolors {
    padding:  5px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g9213201 .itemcolors .box {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    width: 32%;                 /* 幅指定 */
	text-align: center;
}

#g9213201 .itemcolors .box_2 {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    width: 32%;                 /* 幅指定 */
	text-align: center;
	background-color: #A2C1C9;
}

#g9213201 .itemcolors p {
	font-size: 24px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#free_change p {
    padding-top: 5em;
    padding-bottom: 5em; 
}

#ttl_review {
   font-size: 2em;
   text-align: center;
   color: #000000;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#g9213201 {
    margin-left: auto;
    margin-right: auto;
}
	
.sp {
	display: none;
}

}

@media screen and ( max-width:520px ){/* SP */
#g9213201 h2 {
	padding: 0;
	background-color: transparent;
}
	
#g9213201 {
	width: 100%;
}

#g9213201 .top {
	margin: 0;
    padding: 20px 0 0;
}

#g9213201 .top h3 {
    font-size: 20px;
	line-height: 1.3;
    padding: 3px;
}

#g9213201 .top h3 span{
    font-size: 30px;
	line-height: 1.5;
    padding: 2px;
    font-weight: bold;
    text-align: center;
}

#g9213201 .top p {
	font-size: 16px;
	color: #262626;
	text-align: center;
	line-height: 1.2;
}

#g9213201 .top .main {
	margin: 30px 0 10px 0;
    padding: 0;
}

#g9213201 .top .main h4 {
    font-size: 20px;
	line-height: 1.4;
    padding: 5px;
    color: #000000;
    text-align: center;
}

#g9213201 .top .main h4 span{
    font-size: 30px;
	line-height: 1.4;
    padding: 2px;
    color: #5269B5;
	font-weight: bold;
    text-align: center;
}

#g9213201 .top .main h1 {
	font-size: 22px;
    line-height: 1.4;
    padding: 2px 0px;
	margin: 0 40px;
    color: #000000;
    text-align: center;
    background: linear-gradient(transparent 90%, #5269B5 0%);
}

#g9213201 .top .main h1 span {
    font-size: 38px;
    line-height: 1.4;
    padding: 1px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-image: radial-gradient(circle, #5269B5 .06em, transparent .06em);
    background-size: 36px;
    padding-top: 56px;
}

#g9213201 .top .main h3 {
    font-size: 36px;
	line-height: 1.4;
    padding: 5px;
    color: #000000;
    text-align: center;
}

#g9213201 h2 {
    font-size: 2em;
    background-color: transparent;
    padding: 0.5em;
    color: #000000;
    text-align: center;
}

#g9213201 h2:first-letter {
	font-size: 2em;
	color: #516ab6;
}

#g9213201 h2 {
	padding: 0.1em;
	font-size: 20px;
	color: #010101;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
}

#g9213201 p {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;	
}

#g9213201 .contents {
    margin: 0px auto;
    padding: 20px 0;  
}	

#g9213201 .itemcolors {
    padding:  2px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g9213201 .itemcolors .box {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    width: 48%;                 /* 幅指定 */
	text-align: center;
}

#g9213201 .itemcolors .box_2 {
    padding: 2px;
    margin:  0px;              /* 外側の余白 */
    width: 48%;                 /* 幅指定 */
	text-align: center;
	background-color: #A2C1C9;
}

#g9213201 .itemcolors p {
	font-size: 12px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
}

#free_change p {
    padding-top: 5em;
    padding-bottom: 5em; 
}
	
}