@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}

body {
	color: #000000;
	font-size: 100%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.08em;
	-webkit-text-size-adjust: 100%;
}

/* ---------- header ---------------------------------------- */
#header {
	width:100%;
	height:675px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	background-size: cover;
	background-position:center center;
	position: relative;
}
.headerLogo {
	position: absolute;
	top: 20px;
	left: 32px;
}
.mainCatchFrame {
	width:980px;
	padding-top:92px;
	margin:0 auto;
}
.mainCatch {
	width:744px;
	height:492px;
	margin-left:-100px;
	background-image:url(../images/maincatch.png);
	text-align:center;
}
.mainCatch .subTitle {
	font-size: 32px;
	font-weight: 800;
    line-height: 60px;
    letter-spacing: 0.1em;
    background: linear-gradient(transparent 60%, #FDF34D 0%);
}
.mainCatch .subTitleWk {
	display: inline-block;
	margin-top: 28px;
}
.mainCatch .mainTitle{
	display: block;
	margin-top: 48px;
	font-size: 68px;
	font-weight: 800;
    letter-spacing: 0.2em;
	color:#10b6b2;
}
.mainCatch .subTitle2 {
	display: inline-block;
	margin: 62px 0 28px 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background-color: #10b6b2;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.curiousWorld {
	display: block;
	
}
.contact {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 980px;
	box-sizing: border-box;
	margin: 32px auto 0 auto;
	padding: 28px 56px;
	border: 3px solid #10b6b2;
	background: #ffffff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
.contact .cttLeft {
	
}
.contact .ctt01 {
	display: block;
	padding: 14px 30px;
	color: #10b6b2;
	background-image:url(../images/back.png);
	background-repeat: repeat;
	font-size: 21px;
	font-weight: 700;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
.contact .ctt02 {
	display: block;
	margin-top: 14px;
	font-size: 27px;
	font-weight: 700;
	line-height: 36px;
}
.contact .cttRight {
	
}
.contact .ctt03 {
	display: block;
	box-sizing: border-box;
	width: 357px;
	height: 53px;
	padding: 18px 0 0 78px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 7px;
	color: #ffffff;
	background-image: url(../images/ctt03icon.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	background-color:  #0b9fec;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-family: lato;

}
.contact .ctt04 {
	display: block;
	box-sizing: border-box;
	width: 357px;
	height: 53px;
	margin-top: 20px;
	padding: 18px 0 0 74px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #ffffff;
	background-image: url(../images/ctt04icon.png);
	background-position: 14px center;
	background-repeat: no-repeat;
	background-color:  #00b900;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



/* ---------- main ---------------------------------------- */
#main{
	padding-top: 258px;
	background-image: url(../images/main_back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
h3 {
	margin: 50px auto;
	text-align: center;
	line-height: 1.0;
}
.inner{
	width: 980px;
	margin: 20px auto;
	position: relative;
}
h3 .h3sub {
	display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #10b6b2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
h3 .h3mainWk {
	display: block;
    margin-top: 22px;
}
h3 .h3main {
    font-size: 32px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.1em;
    background: linear-gradient(transparent 60%, #FDF34D 0%);

    z-index: 1;
}

.topNotice {
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
    letter-spacing: 0.1em;
}
.topNotice .blue {
	font-size: 30px;
	color: #10b6b2;
}
.cntStyle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 42px;
}
.cntStyle li {
	display: block;
	width: 306px;
	box-sizing: border-box;
	padding-bottom: 20px;
	background-color: #f3f6f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.cntStyle li .photo img {
	max-width: 100%;
	height: auto;
}
.cntStyle li .title {
	display: block;
	margin: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 800;
	text-align: center;
}
.cntStyle li .text {
	display: block;
	margin: 10px 30px;
	font-size: 14px;
	line-height: 24px;
}
.cntStyle li .gray {
	display: block;
	margin-left: 30px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.cntStyle .cntStyleLft,
.cntStyle .cntStyleCnt,
.cntStyle .cntStyleRgt {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 306px;
}

/*
.cntStyle .cntStyleLft {
	background-image: url(../images/cnt_style01.png);
}
.cntStyle .cntStyleCnt {
	background-image: url(../images/cnt_style02.png);
}
.cntStyle .cntStyleRgt {
	background-image: url(../images/cnt_style03.png);
}*/

.cntStyleF {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
}
.cntStyleF li {
	display: block;
	width: 222px;
	box-sizing: border-box;
	padding: 150px 0px 30px 0px;
	background-color: #f3f6f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius: 20px;
}
.cntStyleF li .title {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
}
.cntStyleF .cntStyleF01 {
	background-image: url(../images/cnt_style_f01.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.cntStyleF .cntStyleF02 {
	background-image: url(../images/cnt_style_f02.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.cntStyleF .cntStyleF03 {
	background-image: url(../images/cnt_style_f03.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.cntStyleF .cntStyleF04 {
	background-image: url(../images/cnt_style_f04.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}


.diagonalLine {
	margin: 56px 0 0;
	padding: 20px 0;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	overflow: hidden;
}
.cntDiffIll img {
	position: absolute;
	right: -137px;
    bottom: -69px;
}
.cntDiff {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 86px 0 50px;
}
.cntDiff li {
	display: block;
	width: 48%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.cntDiff li {
	text-align: center;
}
.cntDiff li.cntDiffLft {
	border: 3px solid #fbc4cd;
}
.cntDiff li.cntDiffRgt {
	border: 3px solid #10b6b2;
}
.cntDiff li .title {
	display: block;
	width: 280px;
	margin: -46px auto 20px auto;
	padding: 14px 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.cntDiff li.cntDiffLft .title {
	background-color: #fbc4cd;
}
.cntDiff li.cntDiffRgt .title {
	background-color: #10b6b2;
}
.cntDiff li .text {
	font-size: 20px;
	line-height: 42px;
	font-weight: 800;
}

.contFetrYlw {
	background-image: url(../images/cont_fetr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 20px 0;
}
.contFetrIl img {
	position: absolute;
	left: -30px;
    bottom: -53px;
}
.contFetr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 0 90px 100px;
	padding: 20px 30px;
	background-color: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 60px 20px 20px 0px;
    -moz-border-radius: 20px;
}
.contFetr li {
	padding: 10px 53px 10px 20px;
	background-image: url(../images/dot.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.contFetr li:last-child {
	background-image: none;
	padding-right: 0;
}
.contFetr li .title {
	display: block;
	font-size: 20px;
	font-weight: 800;
	padding-top: 36px;
}
.contFetr li .text {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.contFetr li .gray {
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #666666;
}
.tas {
	text-align: center;
}
.online {
    display: inline-block;
	position: relative;
	margin: 45px auto 65px;
	font-size: 34px;
	font-weight: 800;
	line-height: 39px;
	color: #10b6b2;
}
.online::before {
	position:absolute;
    content: url(../images/ol_line_lft.png);
    display: inline-block;
    vertical-align: middle;
	left: -62px;
}
.online::after {
	position:absolute;
    content: url(../images/ol_line_rgt.png);
    display: inline-block;
    vertical-align: middle;
	right: -52px;
}
.contOl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contOl li {
	display: block;
	width: 305px;
	padding: 285px 10px 10px 10px;
}
.contOl .contOlLft {
    background-image: url(../images/cnt_ol_lft.png);
	background-repeat: no-repeat;
}
.contOl .contOlCnt {
    background-image: url(../images/cnt_ol_cnt.png);
	background-repeat: no-repeat;
}
.contOl .contOlRgt {
    background-image: url(../images/cnt_ol_rgt.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contOl li .text {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	background: linear-gradient(transparent 60%, #FDF34D 0%);
}
.contOl li .gray {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}
.kkTtl {
	font-size: 20px;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.kkTtl:before, .kkTtl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #cccccc;
	display: block;
}
.kkTtl:before {
	margin-right: 48px;
}
.kkTtl:after {
	margin-left: 48px;
}

.kkt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.kttDt{
	width: 49%;
	margin-bottom: 5px;
}
.kkt table {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-collapse: collapse;
}
.kkt table,
.kkt table th,
.kkt table td {
	border-style: solid;
	border-color: #d9d9d9;
	padding: 10px 3px;
}

.kkt table th,
.kkt table td {
	font-size:14px;
	border-top-width:0;
	border-left-width:0;
	border-right-width:1px;
	border-bottom-width:1px;
	vertical-align:middle;
}
.kkt table td {
	text-align: right;
	padding-right: 20px;
}
.kkt table td .eyecatch {
	display: block;
	color: #FF6C00;
}
.kkt table td .ninki {
	display: inline-block;
	/* color: red; */
	font-size: 12px;
	background: linear-gradient(transparent 60%, #FDF34D 0%);
}
.kkt td:first-child{
	text-align: center;
	padding-right: 3px;
}
.kkt table th {
	text-align:center;
	border:1px solid #d9d9d9;
}
.kkt table th.bj {
	font-size: 17px;
	padding: 16px 0;
	background-color:#fefce3;
}
.kkt table th.bl {
	font-size: 17px;
	padding: 16px 0;
	background-color:#e6f8f8;
}
.kktCap{
	display: block;
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	padding-left: 1em;
	text-indent: -1em;
}
.kkAtt{
	margin-top: 50px;
	position: relative;
}
.kkAtt img {
    position: absolute;
    right: 0px;
    top: -38px;
}
.kkAtt span {
	display: block;
	width: 742px;
	box-sizing: border-box;
    padding: 20px 50px 20px 48px;
	font-size: 24px;
	font-weight: 800;
	line-height: 42px;
	color: #10b6b2;
    background-color: #e6f8f8;
    border-radius: 20px;
    -webkit-border-radius: 20px 60px 0 20px;
}

.diagonalSuLine {
    margin: 56px 0 0;
    padding: 20px 0;
    background-image: url(../images/back_g.png);
    background-repeat: repeat;
    overflow: hidden;
}
.cntSu {
	margin-bottom: 52px;
	overflow: hidden;
}
.cntSu .photo img {
	margin-bottom: 10px;
}
.cntSu01 .phna {
	float: left;
	width: 210px;
}
.cntSu01 .text {
	float: right;
	width: 714px;
	margin-right: 20px;
}
.cntSu02 .phna {
	float: right;
	width: 210px;
}
.cntSu02 .text {
	float: left;
	width: 714px;
}
.cntSu .name .blue {
	display: block;
	width: 210px;
	margin-bottom: 10px;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
	text-align: center;
    background-color: #10b6b2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.cntSu .name .sg {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.cntSu .text {
	padding: 40px;
	font-size: 14px;
	line-height: 28px;
	background: #ffffff;
	border-radius: 60px 20px 20px 0;
	-webkit-border-radius: 60px 20px 20px 0;
	-moz-border-radius: 60px 20px 20px 0;
	box-sizing: border-box;
	box-shadow: 20px 20px #e6f8f8;
}
.cntSu02 .text {
	border-radius: 20px 60px 0 20px;
	-webkit-border-radius: 20px 60px 0 20px;
	-moz-border-radius: 20px 60px 0 20px;
}
.contIf {
    background-image: url(../images/cont_if.png);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
    padding: 20px 0;
}
.h3main .mn{
	font-size: 28px;
}
.footer {
	margin-top: 50px;
}
.footer li {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer li.copy {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	/* ---------- header ---------------------------------------- */
	
	#header {;
		height:500px;
		background-image:url(../images/header_sp.png);
		background-position:top center;
	}

	.mainCatchFrame {
		width:100%;
		padding-top: 0px;
		margin:0 auto;
	}
	.mainCatch {
		width: 100%;
		height: 606px;
		margin-left: auto;
		margin-right: auto;
		background-size: 374px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.mainCatch .subTitleWk {
		display: inline-block;
		margin-top: 192px;
	}
	.mainCatch .subTitle {
		font-size: 19px;
		line-height: 28px;
		top: 197px;
	}
	.mainCatch .mainTitle{
		font-size: 36px;
		margin-top: 22px;
	}
	.mainCatch .subTitle2 {
		margin: 22px 0 12px 0;
		padding: 5px 10px;
		font-size: 2.933vw;
	}
	.curiousWorld img {
		width: 192px;
	}
	.contact {
		flex-direction: column;
		width: auto;
		margin: -162px 5% 0 5%;
		padding: 20px;
	}
	.contact .ctt01 {
		padding: 10px;
		font-size: 4vw;
		text-align: center;
	}
	.contact .ctt02 {
		margin-top: 14px;
		font-size: 4.8vw;
		line-height: 140%;
	}
	.contact .ctt03 {
		width: 100%;
		height: 40px;
		padding: 11px 0 0 14.933vw;
		font-size: 5.067vw;
		letter-spacing: 1.867vw;
		background-size: 8%;
		background-size: 5.867vw;
		background-position: 4.8vw center;
	}
	.contact .cttRight {
		margin-top: 10px;
	}
	.contact .ctt04 {
		width: 100%;
		height: 40px;
		margin-top: 10px;
		padding: 11px 0 0 14.933vw;
		font-size: 4vw;
		letter-spacing: 0.6vw;
		background-size: 10.133vw;
		background-position: 10px center;
	}
	/* ---------- main ---------------------------------------- */
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	#main {
		padding-top: 192px;
	}
	.inner {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 10px 5%;
	}
	h3 {
		margin: 30px auto;
	}
	h3 .h3sub {
		padding: 6px 12px;
		font-size: 14px;
	}
	h3 .h3mainWk {
		margin: 20px 0;
	}
	h3 .h3main {
		font-size: 5.333vw;
		line-height: 8vw;
	}
	.topNotice {
		font-size: 16px;
		line-height: 28px;
	}
	.topNotice .blue {
		font-size: 18px;
	}
	.cntStyle {
		flex-direction: column;
	}
	.cntStyle li {
		width: 100%;
		padding-bottom: 20px;
		margin: 0 auto 20px;
	}
	.cntStyle li .title {
    	margin: 20px;
	}
	.cntStyle .cntStyleLft,
	.cntStyle .cntStyleCnt,
	.cntStyle .cntStyleRgt {
		background-size: 339px;
	}
	.cntStyleF {
		flex-wrap:wrap;
		margin-top: 0;
	}
	.cntStyleF li {
	    width: 48%;
		margin-bottom: 20px;
		padding: 102px 0px 20px 0px;
	}
	.cntStyleF li .title {
    	font-size: 2.933vw;
		line-height: 5.333vw;
	}
	.cntStyleF .cntStyleF01,
	.cntStyleF .cntStyleF02,
	.cntStyleF .cntStyleF03,
	.cntStyleF .cntStyleF04 {
		background-size: 70px;
		background-position: center 20px;
	}
	.diagonalLine {
		margin: 0;
		padding: 0;
	}
	.cntDiff {
		flex-direction: column;
		margin: 20px 0 20px;
	}
	.cntDiff li {
   		width: 100%;
		margin-top: 30px;
		padding: 15px;
	}
	.cntDiff li .title {
		width: 196px;
		margin: -32px auto 10px auto;
		padding: 8px;
		font-size: 4.533vw;
	}
	.cntDiff li .text {
		font-size: 3.733vw;
		line-height: 9.067vw;
	}
	.cntDiffIll img {
		right: 0px;
		bottom: 0px;
		width: 84px;
	}
	
	.contFetrYlw {
		padding: 0;
	}
	.contFetr {
	flex-direction: column;
	}
	.contFetr {
    	margin: 20px 0 35px 82px;
		padding: 0 30px;
	}
	.contFetr li {
		padding: 0px 53px 24px 0px;
		background-image: url(../images/dot.png);
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.contFetr li .title {
		font-size: 4.8vw;
		padding-top: 40px;
	}
	.contFetr li .text {
		font-size: 3.733vw;
		line-height: 5.867vw;
	}
	.contFetrIl img {
		width: 82px;
    	left: 10px;
    	bottom: 15px;
	}
	
	.online {
		font-size: 18px;
		line-height: 30px;
	}
	.online::before {
		position:absolute;
		content: url(../images/ol_line_lft_sp.png);
		display: inline-block;
		vertical-align: middle;
		left: -42px;
		top: 0;
	}
	.online::after {
		position:absolute;
		content: url(../images/ol_line_rgt_sp.png);
		display: inline-block;
		vertical-align: middle;
		right: -42px;
		top: 0;
	}
	.contOl {
		flex-wrap:wrap;
	}
	.contOl li {
		width: 49%;
		padding: 157px 0 15px 0;
	}
	.contOl li.contOlRgt {
		
	}
	.contOl li:last-child {
		margin-left: auto;
		margin-right: auto;
	}
	.contOl .contOlLft,
	.contOl .contOlCnt,
	.contOl .contOlRgt{
		background-size: contain;
	}
	.contOl li .text {
		font-size: 14px;
		line-height: 22px;
		white-space: nowrap;
	}
	.contOl li .gray {
		font-size: 12px;
	}
	
	.kkTtl {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.kkTtl:before {
		margin-right: 24px;
	}
		.kkTtl:after {
		margin-left: 24px;
	}
	.kttDt{
		width: 100%;
		margin: 10px 0;
	}
	.kkt {
		flex-direction: column;
	}
	.kkt table th, .kkt table td {
	    font-size: 3.59vw;
	}
	.kkt table td {
		padding: 8px 2px;
	}
	.kkt table td {
		padding-right: 14px;
}
	.kkt table th.bj,
	.kkt table th.bl {
		font-size: 4vw;
		padding: 12px 0;
	}
	.kktCap {
		font-size: 10px;
		line-height: 14px;
	}
	
	.kkAtt {
		margin-top: 20px;
	}
	.kkAtt span {
		width: 85%;
		padding: 15px 30px 15px 20px;
		font-size: 15px;
		line-height: 24px;
	}
	.kkAtt img {
		width: 82px;
		top: auto;
		bottom: -10px;
	}
	
	.diagonalSuLine {
		margin: 0;
	}
	.cntSu01 .phna,
	.cntSu02 .phna{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.cntSu01 .text,
	.cntSu02 .text {
		float: none;
		width: 97%;
		margin-bottom: 10px;
	}
	.cntSu01 .photo {
		float: left;
		width: 50%;
	}
	.cntSu01 .name {
		float: right;
		width: 45%;
	}
	.cntSu02 .photo {
		float: right;
		width: 50%;
	}
	.cntSu02 .name {
		float: left;
		width: 45%;
	}
	.cntSu .photo img {
		margin-bottom: 20px;
	}
	.cntSu .text {
    	padding: 20px;
		font-size: 12px;
		line-height: 22px;
		border-radius: 30px 10px 10px 0;
		-webkit-border-radius: 30px 10px 10px 0;
		-moz-border-radius: 30px 10px 10px 0;
		box-shadow: 10px 10px #e6f8f8;
	}
	.cntSu02 .text {
		border-radius: 10px 30px 0 10px;
		-webkit-border-radius: 10px 30px 0 10px;
		-moz-border-radius: 10px 30px 0 10px;
	}
	.cntSu .photo img {
		width: 100%;
	}
	.cntSu .name .blue {
		width: 100%;
		margin: 60px 0 10px;
		padding: 5px 0px;
		font-size: 16px;
	}
	.cntSu .name .sg {
		font-size: 3.2vw;
		line-height: 5.333vw;
	}
	
	
	.contIf {
		padding: 0 0 20px 0;
	}
	.h3main .mn {
		font-size: 14px;
	}
	.contIf .contact {
		margin: 0;
	}
	.footer li {
		font-size: 3.2vw;
	}
	.footer li.copy {
		font-size: 2.667vw;
	}
}





.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
