@charset "UTF-8";

/* CSS Document */

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium"),
	local("Yu Gothic");
	font-weight: 500;
}

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

title
==================================================*/


h1 {
	font-size: 4rem;
	line-height: 180%;
}
h2 {
	font-size: 3rem;
	line-height: 180%;
}
h3 {
	font-size: 3rem;
    line-height: 180%;
}
h4,h5,h6 {
	font-size: 2rem;
}

p {
	text-align: left;
	overflow-wrap: break-word;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #0096ff;
	text-decoration: underline;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/*==================================================

margin
==================================================*/

.mt-space3p {margin-top: 30px!important;}
.mt-space4p {margin-top: 40px!important;}
.mt-space5p {margin-top: 50px!important;}
.mt-space6p {margin-top: 60px!important;}
.mt-space7p {margin-top: 70px!important;}
.mt-space8p {margin-top: 80px!important;}
.mt-space10p {margin-top: 100px!important;}

.mb-space3p {margin-bottom: 30px!important;}
.mb-space4p {margin-bottom: 40px!important;}
.mb-space5p {margin-bottom: 50px!important;}
.mb-space6p {margin-bottom: 60px!important;}
.mb-space7p {margin-bottom: 70px!important;}
.mb-space8p {margin-bottom: 80px!important;}
.mb-space10p {margin-bottom: 100px!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}

@media only screen and (max-width: 768px) {

a {
	-webkit-transition: none;
	transition: none;
}

	
.mt-space3p {margin-top: 3.906vw !important;}
.mt-space4p {margin-top: 5.208vw !important;}
.mt-space5p {margin-top: 6.51vw !important;}
.mt-space6p {margin-top: 7.813vw !important;}
.mt-space7p {margin-top: 9.115vw !important;}
.mt-space8p {margin-top: 10.417vw !important;}
.mt-space10p {margin-top: 13.021vw !important;}

.mb-space3p {margin-bottom: 3.906vw !important;}
.mb-space4p {margin-bottom: 5.208vw !important;}
.mb-space5p {margin-bottom: 6.51vw !important;}
.mb-space6p {margin-bottom: 7.813vw !important;}
.mb-space7p {margin-bottom: 9.115vw !important;}
.mb-space8p {margin-bottom: 10.417vw !important;}
.mb-space10p {margin-bottom: 13.021vw !important;}
    
    body {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 180%;
    }
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
    h3 {
		font-size: 2rem;
	}
	h4,h5,h6 {
		font-size: 1.8rem;
	}

	
}
@media only screen and (max-width: 568px) {
	

	
}
@media only screen and (max-width: 480px) {
	
	
	
}

/*==================================================

btn
==================================================*/
.button_box a.btn_04 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 40%;
	margin: auto;
	padding: 2.4rem 0;
	font-weight: bold;
	background-image: linear-gradient(180deg, rgba(83, 176, 90, 1), rgba(42, 162, 45, 1) 50%, rgba(0, 147, 0, 1));
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	line-height: 1.6;
	box-shadow: 5px 5px 9px #ccc;
}
.button_box a.gray{
	background-image: linear-gradient(180deg, #ddd, #bbb 50%, #aaa) !important;
}
@media only screen and (max-width: 480px) {
	.button_box a.btn_04 {
	width: 100%;
	padding: 2.0rem 4rem;
}
}

/*==================================================

indent
==================================================*/
.indent-1em {
	text-indent: -1em;
	padding-left: 1em;
}
.indent-2em {
	text-indent: -2em;
	padding-left: 2em;
}