@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */
/* main */
header {
	text-align: center;
}

/* btn_area */
.btn_area {
	padding: 17px 0 59px;
}

.btn_box {
	position: relative;
	margin: 0 auto;
	width: 718px;
}

.btn1 {
	position: absolute;
	top: 39%;
  left: 77px;
}

.btn2 {
	position: absolute;
	top: 67%;
  left: 73px;
}

@media screen and (max-width: 640px) {
	.btn_area {
		padding: 17px 0 26px;
	}
	
	.btn_box {
		position: relative;
		margin: 0 auto;
		width: 98%;
	}
	
	.btn1 {
		position: absolute;
		top: 36%;
		left: 26px;
		width: 90%;
		margin: 0 auto;
	}
	
	.btn2 {
		position: absolute;
		top: 66%;
		left: 26px;
		width: 90%;
		margin: 0 auto;
	}
}

/* area01 */
.area01 {
	text-align: center;
	background-color: #cccccc;
	padding: 23px 0 33px;
}

.area01 h2 {
	margin-bottom: 21px;
}

@media screen and (max-width: 640px) {
	.area01 {
		text-align: center;
		background-color: #cccccc;
		padding: 20px 0;
	}
	
	.area01 h2 {
		margin-bottom: 5px;
		width: 94%;
	}

	.area01 p {
		width: 98%;
		margin: 0 auto;
	}
}

/* area02 */
.area02 {
	text-align: center;
	margin: -33px 0 0;
	padding-bottom: 30px;
}

.flexbox {
	display: flex;
	width: 690px;
	margin: 10px auto;
	justify-content: space-between;
}

.flexbox_l {
	width: 205px;
}

.flexbox_r {
	width: 477px;
}

.flexbox_r p {
	font-size: 22px;
	text-align: justify;
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	.area02 {
		text-align: center;
		margin: 5px 0 0;
		padding-bottom: 28px;
	}

	.area02 p {
		font-size: 18px;
		text-align: justify;
		line-height: 1.3;
		width: 95%;
		margin: 5px auto;
	}
}

/* area03 */
.area03 {
	text-align: center;
}

.area03_h {
	background-color: #ba0000;
	padding: 30px 0; 
}

.area03 h2 {
	font-size: 62px;
	color:#ffff;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-shadow: 1px 2px 2px #333333;
}

.area03 h2 span {
	color: #ffff00;
}

.area03_subarea {
	background: #f8e0e0;
	padding: 56px 0 28px;
}

.area03_reason01 {
	width: 692px;
	margin: 0 auto;
	position: relative;
}

.area03_reason01 p {
	position: absolute;
	width: 425px;
	text-align: justify;
	top: 40%;
	left: 35%;
  line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

.area03_reason02 {
	width: 692px;
	margin: 0 auto;
	position: relative;
}

.area03_reason02 p {
	position: absolute;
	width: 425px;
	text-align: justify;
	top: 40%;
	left: 35%;
  line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

.area03_reason03 {
	width: 692px;
	margin: 0 auto;
	position: relative;
}

.area03_reason03 p {
	position: absolute;
	width: 425px;
	text-align: justify;
	top: 40%;
	left: 35%;
  line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

.area03_reason04 {
	width: 692px;
	margin: 0 auto;
	position: relative;
}

.area03_reason04 p {
	position: absolute;
	width: 425px;
	text-align: justify;
	top: 40%;
	left: 35%;
  line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {

	.area03_h {
		padding: 26px 0; 
	}
	
	.area03 h2 {
		font-size: 52px;
		color:#ffff;
		font-weight: bold;
		letter-spacing: 0.1rem;
		text-shadow: 1px 2px 2px #333333;
		line-height: 1.1;
	}
		
	.area03_subarea {
		background: #f8e0e0;
		padding: 10px 0 24px;
	}
	
	.area03_reason01 {
		width: 98%;
		margin: 0 auto;
		position: relative;
	}
	
	.area03_reason01 p {
		position: absolute;
		width: 89%;
		text-align: justify;
		top: 72%;
		left: 6%;
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 17px;
	}
	
	.area03_reason02 {
		width: 98%;
		margin: 0 auto;
		position: relative;
	}
	
	.area03_reason02 p {
		position: absolute;
		width: 89%;
		text-align: justify;
		top: 64%;
		left: 6%;
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 17px;
	}
	
	.area03_reason03 {
		width: 98%;
		margin: 0 auto;
		position: relative;
	}
	
	.area03_reason03 p {
		position: absolute;
		width: 89%;
		text-align: justify;
		top: 80%;
		left: 6%;
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 17px;
	}
	
	.area03_reason04 {
		width: 98%;
		margin: 0 auto;
		position: relative;
	}
	
	.area03_reason04 p {
		position: absolute;
		width: 89%;
		text-align: justify;
		top: 65%;
		left: 6%;
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 17px;
	}
	

}

/* .area04 */
.area04 {
	background: url(../images/onayami_bg.jpg) repeat;
	text-align: center;
	padding: 38px 0 45px;
}

.area04 h2 {
	margin-bottom: 20px;
}

.koe01 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe01 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:6%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe02 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe02 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:6%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe03 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe03 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:6%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe04 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe04 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:6%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe05 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe05 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:7%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe06 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe06 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:5%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe07 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe07 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top:7%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe08 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe08 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top: 5%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe09 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe09 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top: 5%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

.koe10 {
	width: 703px;
	position: relative;
	margin: 0 auto 35px;
}

.koe10 p {
	width: 450px;
	position: absolute;
	text-align: justify;
	top: 8%;
	left: 32%;
	line-height: 1.5;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	.area04 {
		padding: 24px 0 27px;
	}
	
	.area04 h2 {
		margin: 0 auto 10px;
		width: 98%;
	}
	
	.koe01 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe01 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top:30%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe02 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe02 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top:34%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe03 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe03 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top:35%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe04 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe04 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top:33%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe05 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe05 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top:34%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe06 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe06 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top: 23%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe07 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe07 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top: 36%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe08 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe08 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top: 25%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe09 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe09 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top: 25%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
	
	.koe10 {
		width: 98%;
		position: relative;
		margin: 0 auto 18px;
	}
	
	.koe10 p {
		width: 90%;
		position: absolute;
		text-align: justify;
		top: 49%;
		left: 5%;
		line-height: 1.2;
		font-size: 18px;
	}
}

/* area05 */
.area05 {
	text-align: center;
}

.area05_h {
	background-color: #ba0000;
	padding: 30px 0; 
}

.jisseki_area {
	background: #f8e0e0;
	padding: 20px 0 37px;
}

.jisseki_area h3 {
	margin-bottom: 8px;
}

.area05 .gurahu {
	margin-bottom: 42px;
}

.area05 .pass {
	margin-bottom: 13px;
}

.jisseki_box {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 676px;
}

.jisseki_box_r {
	text-align: left;
	width: 312px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}

.jisseki_box_l {
	text-align: left;
	width: 312px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	.area05_h {
		background-color: #ba0000;
		padding: 24px 0; 
	}

	.area05 img {
		width: 80%;
	}
	
	.jisseki_area {
		background: #f8e0e0;
		padding: 19px 0 27px;
	}
	
	.jisseki_area h3 {
		width: 50%;
		margin:0 auto 8px;
	}
	
	.area05 .gurahu {
		width: 98%;
		margin:0 auto;
	}
	
	.area05 .pass {
		width: 98%;
		margin:0 auto 13px;
	}
	
	.jisseki_box {
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		width: 98%;
	}
	
	.jisseki_box_r {
		text-align: left;
		width: 47%;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.4;
	}
	
	.jisseki_box_l {
		text-align: left;
		width: 47%;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.4;
	}
}

/* area06 */
.area06 {
	text-align: center;
	padding-bottom: 38px;
}

.area06 h2 {
	margin-bottom: 19px;
}

@media screen and (max-width: 640px) {
	.area06 {
	padding-bottom: 33px;
	}

	.area06 h2 {
		margin-bottom: 30px;
	}

	.area06 p {
		width: 98%;
		margin: 0 auto;
	}
}

/* area07 */
.area07 {
	background: #ffffe7;
	text-align: center;
	padding-bottom: 27px;
}

@media screen and (max-width: 640px) {
	.area07 {
		background: #ffffe7;
		text-align: center;
		padding-bottom: 23px;
	}
}

/* area08 */
.area08 {
	text-align: center;
	padding: 28px 0 66px;
}

@media screen and (max-width: 640px) {
	.area08 {
		padding: 28px 0 0 0;
	}

	.area08 h2 {
		width: 98%;
		margin: 0 auto;
	}

	.area08 p {
		width: 90%;
		margin: 0 auto;
	}

	.mousikomi_cta {
		width: 90%;
		margin: 0 0 0 24px;
	}
}

/* area09 */
.area09 {
	text-align: center;
	padding-bottom: 31px;
}

.area09 h3 {
	margin-bottom: 24px;
}

.namae {
	font-weight: bold;
	font-size: 28px;
}

.area09 p {
	width: 514px;
	text-align: justify;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	.area09 {
		padding-bottom: 31px;
	}

	.area09 h2 {
		width: 98%;
		margin: 0 auto 18px;
	}
	
	.area09 h3 {
		margin:0 auto 17px;
		width: 50%;
	}
	
	.namae {
		font-weight: bold;
		font-size: 26px;
	}
	
	.area09 p {
		width: 94%;
		text-align: justify;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.6;
	}
}

/* area10 */
.area10 {
	text-align: center;
	
}

.area10_h {
	background-color: #ba0000;
	padding: 30px 0; 
}

.area10 h2 {
	font-size: 62px;
	color:#ffff;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-shadow: 1px 2px 2px #333333;
}

.area10_subarea {
	background: #f8e0e0 ;
	padding: 20px 0 130px;
}

.area10_whitebg {
	background: #ffff;
	width: 691px;
	margin: -70px auto;
	padding-bottom: 35px;
}

.area10 h3 {
	color: #b5000b;
	font-size: 78px;
}

.qanda01 {
	padding: 50px 0 0;
}

.qanda_q {
	background: url(../images/Q.png) no-repeat top 13px left -2px;
	text-align: justify;
	font-size: 26px;
	font-weight: bold;
	padding:20px 0 10px 43px ;
	width: 558px;
	line-height: 1.4;
	margin-left: 40px;
}

.qanda_a {
	background: url(../images/A.png) no-repeat top 13px left -1px;
	text-align: justify;
	font-size: 26px;
	font-weight: bold;
	padding:20px 0 10px 43px ;
	width: 558px;
	line-height: 1.4;
	border-bottom: solid 1px #b5000b;
	margin-left: 40px;
}

.qanda_qn {
	background: url(../images/Q.png) no-repeat top 13px left -2px;
	text-align: justify;
	font-size: 26px;
	font-weight: bold;
	padding:20px 0 10px 43px ;
	width: 558px;
	line-height: 1.4;
	margin-left: 40px;
}

.qanda_an {
	background: url(../images/A.png) no-repeat top 13px left -1px;
	text-align: justify;
	font-size: 26px;
	font-weight: bold;
	padding:20px 0 10px 43px ;
	width: 558px;
	line-height: 1.4;
	margin-left: 40px;
}

@media screen and (max-width: 640px) {
	
	.area10_h {
		background-color: #ba0000;
		padding: 20px 0; 
	}
	
	.area10 h2 {
		font-size: 52px;
		color:#ffff;
		font-weight: bold;
		letter-spacing: 0.1rem;
		text-shadow: 1px 2px 2px #333333;
	}
	
	.area10_subarea {
		background: #f8e0e0 ;
		padding: 20px 0 90px;
	}
	
	.area10_whitebg {
		background: #ffff;
		width: 98%;
		margin: -45px auto;
		padding-bottom: 35px;
	}
	
	.area10 h3 {
		color: #b5000b;
		font-size: 52px;
	}
	
	.qanda01 {
		padding: 20px 0 0;
	}
	
	.qanda_q {
		background: url(../images/s-Q.png) no-repeat top 13px left -2px;
		text-align: justify;
		font-size: 22px;
		font-weight: bold;
		padding:20px 0 10px 43px ;
		width: 83%;
		line-height: 1.4;
		margin:0 auto;
	}
	
	.qanda_a {
		background: url(../images/s-A.png) no-repeat top 13px left -1px;
		text-align: justify;
		font-size: 20px;
		font-weight: bold;
		padding:22px 0 10px 43px ;
		width: 83%;
		line-height: 1.4;
		border-bottom: solid 1px #b5000b;
		margin:0 auto;
	}
	
	.qanda_qn {
		background: url(../images/s-Q.png) no-repeat top 13px left -2px;
		text-align: justify;
		font-size: 22px;
		font-weight: bold;
		padding:20px 0 10px 43px ;
		width: 83%;
		line-height: 1.4;
		margin:0 auto;
	}
	
	.qanda_an {
		background: url(../images/s-A.png) no-repeat top 13px left -1px;
		text-align: justify;
		font-size: 20px;
		font-weight: bold;
		padding:22px 0 10px 43px ;
		width: 83%;
		line-height: 1.4;
		margin:0 auto;
	}
}

/* area11 */
.area11 {
	text-align: center;
}

.area11 h2 {
  position: relative;
  background: #b5000b;
  padding: 34px 0;
	color: #fff;
	font-weight: bold;
	font-size: 62px;
	letter-spacing: 0.1rem;
  text-shadow: 1px 2px 2px #333333;
}

.area11 h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 59px 59px 0 59px;
  border-color: #b5000b transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.Line_cta {
	margin-top: 70px;
}

.mousikomi_cta {
	margin-bottom: 32px;
}

.footer {
	background-color: #000;
	padding: 14px 0;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 640px) {
	.area11 {
		text-align: center;
	}
	
	.area11 h2 {
		position: relative;
		background: #b5000b;
		padding: 25px 0;
		color: #fff;
		font-weight: bold;
		font-size: 44px;
		letter-spacing: 0.1rem;
		text-shadow: 1px 2px 2px #333333;
	}
	
	.area11 h2::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 40px 0 40px;
		border-color: #b5000b transparent transparent transparent;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
	
	.area11 .Line_cta {
		margin: 50px 0 0 24px;
		width: 90%;
	}
	
	.footer {
		background-color: #000;
		padding: 14px 0;
		color: #fff;
		font-size: 33px;
		font-weight: bold;
		letter-spacing: 0.1rem;
	}
}