@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}



body{
	font-family: 'M PLUS Rounded 1c', serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #555555;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#888888;
}
a:hover{
	opacity: 0.6;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
.in_in{
	width:880px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

.bg_roof_01{
	background: url(../images/bg_01.png);
}
.bg_roof_02{
	background: url(../images/bg_02.png);
}

.sec_ttl{
	margin-bottom: 60px;
	position: relative;
	display: table;
	margin:0 auto 60px;
	text-align: center;
}
.sec_ttl .ttl_men{
	position: absolute;
}
.sec_ttl h2{
	font-size: 2.8rem;
	font-weight:800;
}
.sec_ttl h2 span{
	font-size: 3.8rem;
	color: #0ab841;
}
.sec_ttl:before{
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/ttl_deco_g@x2.png);
	background-size: cover;
	margin: 0 auto 10px;
}

.sec_ttl.sec_ttl_white h2{
	color: #fff;
}
.sec_ttl.sec_ttl_white h2 span{
	color: #fff;
}
.sec_ttl.sec_ttl_white:before{
	background: url(../images/ttl_deco_w@x2.png);
	background-size: cover;
}

@media screen and (max-width: 750px) {
body{
	font-size: 1.3rem;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
.sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
.sec_ttl h2{
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 1.25;
	position: relative;
	z-index: 2;
	text-align: left;
	padding-left: 80px;
}
.no_sp_img.sec_ttl h2{
	padding-left: 0;
	text-align: center;
}
.sec_ttl h2 span{
	font-size: 2.8rem;
	color: #0ab841;
}
}


#header{
	position: fixed;
	width: 100%;
	transition: 0.5s;
	padding: 20px 5%;
	box-sizing: border-box;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
	top:0;
}
.header_w{
	justify-content:space-between;
	align-items: center;
}
.header_w .h_btn,
.header_w .h_btn_02{
	align-items: center;
}
.header_w .h_btn a,
.header_w .h_btn_02 a{
	display: block;
	margin-left: 20px;
}
@media screen and (max-width: 750px) {
	#header{
		padding:2.5%;
	}
	#header .logo{
		width: 90px;
	}
	#header .in{
		width: 100%
	}
	.h_btn{
		display: none;
	}
	.h_btn_02 a{
		width: 40px;
	}
	.header_w .h_btn a, .header_w .h_btn_02 a {
    display: block;
    margin-left: 10px;
	}
	.h_btn_02 a.tel_h_w{
		width: 100%;
	}
	.h_btn_02 a.tel_h_w img{
		width: 40px;
	}
	.h_btn_02 a.tel_h_w .num {
	    font-size: 2.2rem;
	    letter-spacing: -1px;
	}
	.h_btn_02 a.tel_h_w .text {
	    font-size: 1.0rem;
	}
}

#main{
	margin-top: 95px;
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	padding: 20px 0 40px;
}
@media screen and (max-width: 750px) {
	#main{
		margin-top: 54px;
	}
	#main .in{
		width: 100%;
	}
}

.cta{
	padding: 45px 0;
}
.cta_w {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 20px 80px 20px 260px;
}
.cta_w .women{
	position: absolute;
	left: 40px;
	bottom:0;
}
.cta_w h2{
	margin-bottom: 20px;
}
.cta .cta_btn{
	align-items: center;
}
.cta .cta_btn a{
	margin: 0 5px;
}
.tel_w{
	display: flex;
	align-items: center;
	color: #555555;
}
.tel_w .textarea{
	margin-left: 10px;
}
.tel_w span{
	display: block;
	line-height: 1;
}
.tel_w .num {
    font-size: 3.2rem;
    letter-spacing: -1px;
}
.tel_w .text {
    font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	.cta_w{
		padding: 5%;
		padding-bottom: 40px;
	}
	.cta_w .women {
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 180px;
	}
	.cta .cta_btn {
    align-items: center;
    justify-content: flex-end;
	}
	.cta .cta_btn a {
    margin: 5px 0px;
    width: 67%;
	}
	.cta .tel_w img{
		width: 40px;
	}
	.tel_w .num {
	    font-size: 2.2rem;
	    letter-spacing: -1px;
	}
	.tel_w .text {
	    font-size: 1.0rem;
	}
}


#type{
	padding: 80px 0 0;
}
#type .sec_ttl .ttl_men {
    left: -200px;
    top: -20px;
}
.type_h_w{
	justify-content: center;
	padding-bottom: 160px;
}
.type_h_w li{
	margin: 0 10px;
}
.type_f{
	background: url(../images/type_u_bg@x2.jpg);
	background-size: cover;
	padding-bottom: 30px;
}
.type_f_bal_w{
	background: #fff5f0;
	padding: 70px 40px 20px 40px;
	position: relative;
	top:-40px;
	border-radius: 10px;
}
.type_f_bal_w h3{
	position: absolute;
	top:-40px;
	left: 50%;
	transform: translate(-50%,0);
	top: -50px;
	margin-bottom: 30px;
}
.type_f_bal_i{
	justify-content: center;
}
.type_f_bal_i li{
	margin: 0 10px;
	width: 47%;
	background: #ad7354;
	margin-bottom: 20px;
	padding: 5px;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 100px;
	box-sizing: border-box;
}
.type_f_bal_i li:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	position: absolute;
	top:50%;
	left: 10px;
	transform: translate(0,-50%);
	border-radius: 100%;
}
.type_f .arrow{
	text-align: center;
	margin: 0px 0 10px;
}
.type_f .type_f_u_txt{
	font-size: 3.6rem;
	color: #fff;
	letter-spacing: -3px;
	font-weight: 800;
	text-align: center;
}
.type_f .type_f_u_txt span{
	font-size: 5.0rem;
	color: #fcff00;
	letter-spacing: 0px;
}
@media screen and (max-width: 750px) {
	#type{
		padding: 50px 0 0;
	}
	#type .sec_ttl .ttl_men {
    left: -50px;
    top: -20px;
    width: 38%;
	}
	.type_h_w li {
    margin: 0 4px 12px;
    width: 47%;
	}
	.type_f_bal_w {
    padding: 30px 20px 20px 20px;
	}
	.type_f_bal_w h3 {
    width: 85%;
	}
	.type_f_bal_i li {
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
		width: 100%;
    font-size: 1.4rem;
    padding-left: 38px;
	}
	.type_f_u_txt{

	}
	.type_f .type_f_u_txt {
    font-size: 2.2rem;
		line-height: 1.25;
		letter-spacing: 0;
	}
	.type_f .type_f_u_txt span {
    font-size: 3.4rem;
    color: #fcff00;
    letter-spacing: 0px;
	}
	.type_h_w {
    justify-content: center;
    padding-bottom: 120px;
	}
}

#price{
	padding: 80px 0;
}
#price .sec_ttl .ttl_men {
    left: -200px;
    top: -40px;
    width: 170px;
}
.price_w{
	justify-content: space-between;
}
.price_i{
	background: #fff;
	width: 24%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}
.price_i .imgarea{
	margin-bottom: 10px;
}
.price_i .txtarea .tag{
	background: #ad7354;
	display: table;
	padding: 0 10px;
	border-radius: 100px;
	color: #fff;
	margin-bottom: 5px;
}
.price_num .txt{
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 5px;
}
.price_num .num{
	display: block;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	color: #0ab841;
}
.price_num .num span{
	font-size: 1.6rem;
}
.price_i .desc{
	background: #fcf5f0;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.25;
	height: 75px;
	box-sizing: border-box;
}
.price_i .desc span{
	color: #0ab841;
}
@media screen and (max-width: 750px) {
	#price{
		padding: 50px 0;
	}
	#price .sec_ttl .ttl_men {
	    left: -50px;
	    top: -20px;
	    width: 38%;
	}
	.price_i{
		width: 100%;
		margin-bottom: 20px;
	}
	.price_i .imgarea img{
		width: 100%;
	}
	.price_i .desc{
		height: auto;
	}
	.price_i .txtarea .tag{
		margin: auto;
	}
	.price_num{
		text-align: center;
	}
}

#trouble{
	padding: 80px 0;
	background: url(../images/trouble_bg@x2.jpg);
	background-size: cover;
}
.trouble_w {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 40px 0px 30px 200px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.trouble_w .women{
	position: absolute;
	left: 40px;
	bottom:-5px;
}
.trouble_lis_w li{
	background: #757575;
	margin: 0 5px;
	width: 31%;
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 100px;
	box-sizing: border-box;
}
.trouble_u_txt{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#trouble{
		padding: 50px 0;
	}
	.trouble_w{
		padding: 30px 10px 160px 10px;
	}
	.trouble_lis_w li{
		    width: 46%;
	}
	.trouble_lis_w li {
    background: #757575;
    margin: 0 1%;
    width: 48%;
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: -1px;
	}
	.trouble_w .women {
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0px);
    z-index: 2;
    width: 38%;
	}
}

#reason{
	padding: 80px 0 40px;
}
#reason .sec_ttl .ttl_men {
		left: -200px;
		top: -20px;
}
.reason_w{
	justify-content:space-between;
}
.reason_i{
	position: relative;
	background: #fff;
	width: 32%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-radius: 15px;
}
.reason_i .num{
	position: absolute;
	top:-20px;
	left: 20px;
}
.reason_i .imgarea{
	margin-bottom: 20px;
}
.reason_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 800;
	color: #0ab841;
	margin-bottom: 10px;
	text-align:center;
}
.reason_i .txtarea p{
	letter-spacing: -1px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#reason{
		padding: 50px 0 40px;
	}
	#reason .sec_ttl .ttl_men {
			left: -50px;
			top: 10px;
			width: 40%;
	}
	.reason_i {
    width: 100%;
	}
}


#result{
	padding: 80px 0;
}
#result .sec_ttl .ttl_men {
		left: -200px;
		top: -30px;
}
.slide_w{
	position: relative;
	margin-bottom: 50px;
}
.result_i{
	background: #fff;
	width: 1000px;
	border: 2px solid #e8e8e8;
}
.result_i_fx{
	padding: 20px;
}
.result_i_fx .imgarea{
	margin-right: 20px;
	flex-shrink: 0;
}
.result_i_fx .txtarea{
	width: 100%;
}
.result_i_fx .result_i_head{
	padding-bottom: 10px;
	margin-bottom: 10px;
  border-bottom: 2px solid #0ab841;
}
.result_i_fx .result_i_head{
	align-items: center;
}
.result_i_fx .result_i_head h3 {
    font-size: 3.2rem;
    color: #0ab841;
    font-weight: 700;
		margin-right: 10px;
}
.result_i_fx p.desc{
	margin-bottom: 10px;
}
.result_table_row{
	background: #e7f7ec;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	width: 48.5%;
	box-sizing: border-box;
	justify-content: space-between;
}
.result_i dl{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 10px;
}
.result_table_row dt,
.result_table_row dd{
	margin-right: 20px;
}
.result_table_row dd{
	color: #0ab841;
}
.result_table_row .pr{
	color: #bd1e1e;
}
.result_num{
	font-size: 3.0rem;
	color: #ffcb00;
	background: #bd1e1e;
	font-weight: 700;
	text-align: center;
}
#result .cta h2{
	margin-bottom: 30px;
}
.comment_w{
	background: #e7f7ec;
	padding: 10px;
}
.comment_w h3{
	color: #0ab841;
}
.comment_w p{
	line-height: 1.5;
	font-size: 1.3rem;
}
.comment_w .comment_i{
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#result{
		padding: 60px 0;
	}
	#result .sec_ttl .ttl_men {
			left: -60px;
			top: -20px;
			width: 40%;
	}
	.result_i{
		width: 100%;
	}
	.result_i_fx .imgarea{
		flex-shrink: unset;
		margin-right: 0px;
	}
	.result_table_row{
		flex-wrap: wrap;
	}
	.result_table_row dt{
		width: 100%;
	}
}
@media screen and (max-width: 750px) {

}

#area{
	padding: 80px 0;
	text-align:center;
}
#area .sec_ttl .ttl_men {
		left: -200px;
		top: -20px;
}
@media screen and (max-width: 750px) {
	#area{
		padding: 60px 0;
	}
	#area .sec_ttl .ttl_men {
			left: -70px;
			top: 0px;
			width: 60%;
	}
}

#flow{
	padding: 80px 0;
}
#flow .sec_ttl .ttl_men {
		left: -200px;
		top: -20px;
}
.flow_i{
	border-radius: 10px;
	border: 1px solid #9d9d9d;
	background: #fff;
	margin-bottom: 60px;
	padding:40px 30px;
	position: relative;
	align-items: center;
}
.flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.flow_i:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top:calc(100% + 30px);
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0ab841 transparent transparent transparent;
}
.flow_i:nth-last-of-type(1):after{
	display: none;
}
.flow_i .imgarea{
	width: 100px;
	flex-shrink: 0;
	text-align: center;
}
.flow_i .txtarea{
	margin-left: 30px;
	border-left: 2px solid #e8e8e8;
	padding: 10px 0 10px 30px;
}
.flow_i .txtarea h3{
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #ad7354;
}
.flow_i .txtarea h3 span{
	background: #ad7354;
	color: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	line-height: 1;
	margin-right: 10px;
	display: table;
}
@media screen and (max-width: 900px) {
	#flow{
		padding: 60px 0;
	}
	#flow .sec_ttl .ttl_men {
			left: -50px;
			top: -5px;
			width: 40%;
	}
	.flow h2{
		font-size: 2.4rem;
	}
	.flow_i{
		display: block;
		    padding: 10%;
	}
	.flow_i .imgarea{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.flow_i .txtarea {
    margin-left: 0;
		margin-top: 10%;
    border-left: 0px solid #ad7354;
		border-top: 2px solid #ad7354;
    padding: 0;
		padding-top: 10%;
	}
	.flow_i .txtarea h3{
		text-align: center;
		display: block;
	}
	.flow_i .txtarea h3 span{
		display: table;
		margin: auto;
		margin-bottom: 10px;
	}
}

#faq{
	padding: 0px 0 80px;
}
.faq_i{
	background: #f6e0cf;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.faq_i .flex{
	align-items: center;
}
.faq_i .ico{
	font-size: 2.4rem;
	color: #ad7354;
	margin-right: 20px;
	flex-shrink: 0;
}
.faq_i dt,.faq_i dd{
	padding: 10px;
	position: relative;
}
.faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #ad7354;
	border-bottom: 1px solid #ad7354;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.faq_i dd{
	border-top: 1px solid #ad7354;
	display: none;
}
.faq_i h3{
	font-size: 1.6rem;
	color: #ad7354;
}
@media screen and (max-width: 750px) {
	#faq{
		padding: 0px 0 60px;
	}
	.faq_i{
		padding: 10px 20px 10px 10px;
	}
	.faq_i dt::after{
		right: 0;
	}
	.faq_i .ico{
		font-size: 2.8rem;
	}
	.faq_i h3{
		font-size: 1.6rem;
	}
}


#form{
	padding: 80px 0;
	position: relative;
}
.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.form_w th span{
	color:#0ab841;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td label{
	margin-right: 10px;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #0ab841;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	#form{
		padding: 60px 0;
		position: relative;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
		width: 100%;
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

.fixed_foot{
	background: #fff;
	padding: 2%;
	position: fixed;
	width: 100%;
	bottom:0;
	z-index: 999;
	box-sizing: border-box;
}
.fixed_foot .flex{
	justify-content: space-between;
}
.fixed_foot a{
	display: block;
	width: 48%;
	padding: 1%
}

.copy{
	text-align: center;
}


.thanks #main {
    margin-top: 95px;
    background: url(../images/main_bg@x2.jpg);
    background-size: cover;
    padding: 100px 0 90px;
}
.thanks_main{
	text-align: center;
	max-width: 500px;
	background: #fff;
	padding: 30px;
}
.thanks_main h1{
	font-size: 2.6rem;
color: #0ab841;
}
@media screen and (max-width: 750px) {
	.thanks #main {
		    margin-top: 54px;
	}
	.thanks_main{
		width: 90% !important;
		box-sizing: border-box;
		max-width: 500px;
		background: #fff;
		padding: 30px;
	}
	.thanks_main h1{
		font-size: 2.2rem;
		line-height: 1.25;
		margin-bottom: 20px;
	}
}


#comp{
	padding: 80px 0;
	position: relative;
	background: #f0f0f0;
}
.comp_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
#comp table{
	width: 100%;
}
#comp th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}
#comp td{
	padding: 10px;
	vertical-align: top;
}

@media screen and (max-width: 750px) {
	#comp{
		padding: 60px 0;
		position: relative;
	}
	.comp_w{
		padding: 5%;
	}
	#comp td,#comp th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}








