@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* 
 default Style [
----------------------------------------------------------- */
html {
	height:100%;
	margin-bottom:1px;
	text-align: center;
	overflow-y:scroll;
}

main {
  display: block;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
    transform: rotate(.03deg);
}

p {
	margin: 0;
	color: #1F1F1F;
}

ol,ul {
	list-style:none;
}

ol,ul li {
	list-style: none;
	text-align: left;
}

img { 
	border:0;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.red {
	color: #F00;
	font-weight: normal;
}
	
form {
	margin: 0px;
	padding: 0px;
}
    
input[type="submit"]{
	-webkit-appearance: none;
}
	
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{
	zoom: 1;
}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	color: #000000;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
    color: #999999;
}

a img,
a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a img {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}


a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.3s;
	transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	background-color: #ffecca;
	width: 100%;
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

/*==========================================
Menu
===========================================*/    
nav.NavMenu {
	position: fixed;	/*表示位置を固定*/
	z-index: 2;		/*重ね順を変更*/
	top: 0;		/*表示位置を指定*/
	right: 0;	/*表示位置を指定*/
	background: #75CCE1;
	color: #000;	/*文字色を黒にする*/
	text-align: center;		/*テキストを中央揃え*/
	width: 30%;
	transform: translateX(100%);	/*ナビを上に隠す*/
	height: 100vh;
	display: inherit;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
	transform: translateX(0%);
	transition: all 0.6s;	/*アニメーションの時間を指定*/
}
/*トグルを閉じる操作をしたら付与するクラス*/
	nav.NavMenu.off{
	transition: all 0.6s;	/*アニメーションの時間を指定*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 10px;
	top: 12px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 3;
	background-color: #FFFFFF;
	border: 8px solid #75CCE1;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
.Toggle span {
	border-radius: 8px;
	display: block;
	position: absolute;
	width: 27px;
	border-bottom: solid 3px #75CCE1;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;
	top: 0px;
	left: 10px;
}
 
.Toggle span:nth-child(1) {
    top: 13px;
}
 
.Toggle span:nth-child(2) {
    top: 23px;
}
 
.Toggle span:nth-child(3) {
    top: 33px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 23px;
	left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 23px;
	left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navmenu_inner {
	max-width: 375px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.globalMenu li {
	font-size: 1.250em;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 8px;
}

.globalMenu li a {
	color: #FFFFFF;
	padding-bottom: 17px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	text-align: left;
}

.snsMenu {
	margin-top: 25px;
}

.snsMenu li {
	margin-bottom: 10px;
	font-size: clamp(13.6px, 0.9vw, 16px);
}

.snsMenu li:first-child a {
	background-color: #00B900;
	border-radius: 10px;
	height: 60px;
	display: block;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	background-image: url(./assets/images/yamembers/yajirushi.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	padding-right: 35px;
}

.snsMenu li:last-child a img {
	width: 30px;
	height: auto;
	margin-right: 20px;
}

.snsMenu li:last-child a {
	background-color: #FFF;
	border-radius: 10px;
	height: 60px;
	display: block;
	display: flex;
	align-items: center;
	color: #14BAE1;
	background-image: url(./assets/images/yamembers/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	padding-right: 35px;
}

.snsMenu li:first-child a img {
	width: 30px;
	height: auto;
	margin-right: 20px;
}

.snsMenu li:first-child a:hover {
	background-color: #0C870C;
}

.snsMenu li:last-child a:hover {
	background-color: #E9E9E9;
}

.menu_company_logo {
    display: block;
    margin: 2em 0 0;
}

.menu_company_logo a {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #fff;
    padding: 11px;
    border-radius: 8px;
    box-sizing: border-box;
}


/*==========================================
Other
===========================================*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

#yamembers {
	max-width: 468px;
	width: 100%;
	margin-left: auto;
    margin-right: 30%;
	background-color: #FFFFFF;
}

#topBlock {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#topTit aside {
	font-size: 0.875em;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #14BAE1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	border-radius: 50px;
}

#topTit p {
	font-size: 1.250em;
	color: #14BAE1;
	font-weight: bold;
}

#topBlock h1 {
	max-width: 215px;
	width: 100%;
	margin-left: 10px;
}

#mainTop {
	background-color: #E6F6F9;
	padding-top: 15px;
	padding-bottom: 35px;
}

#mainTop_inner {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

#serihu {
	max-width: 362px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#price {
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#mainTop section p {
	color: #444444;
	font-size: 1.250em;
	font-weight: bold;
	margin-bottom: 15px;
}

#mainTop section h2 {
	color: #444444;
	font-size: 2.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

#mainTop section ul li {
	font-weight: bold;
	text-align: center;
	color: #434546;
	line-height: 1.7;
	margin-bottom: 7px;
}

.share li:last-child a {
	background-color: #14BAE1!important;
	color: #FFFFFF!important;
	background-image: url(./assets/images/yamembers/yajirushi.png)!important;
}

.share {
	max-width: 375px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.share li:last-child a:hover {
	background-color: #147BE1!important;
}

#strengths {
	background-color: #F9F4B6;
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#strengths h2 {
	font-size: 1.313em;
	font-weight: bold;
	color: #F97D00;
	margin-bottom: 24px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-shadow: 3px 3px #F97D00;
	box-shadow: 3px 3px #F97D00;
}

#strengths ul li {
	color: #292929;
	font-weight: bold;
	background-image: url(./assets/images/yamembers/dot.png);
	background-repeat: repeat-x;
	margin-bottom: 13px;
	padding-bottom: 13px;
	background-position: 0% bottom;
}

#strengths ul li span {
	background-image: url(./assets/images/yamembers/point.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 23px auto;
	padding-left: 30px;
	display: block;
}

#strengths figure {
	max-width: 84px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#choose h2 {
	background-color: #14BAE1;
	color: #FFFFFF;
	font-size: 1.750em;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#choose_inner {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 45px;
}

.chooseImg {
	max-width: 220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

.chooseImg2 {
	max-width: 263px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#choose_inner section h3 {
	font-size: 2.3em;
	color: #14BAE1;
	font-weight: bold;
}

#choose_inner section p {
	font-size: 1.250em;
	color: #000;
	font-weight: bold;
	margin-bottom: 28px;
}

#choose_inner section ul li {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #EFF1F2;
	border-radius: 9px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.8;
}

#choose_support h3 {
	font-size: 1.250em;
	font-weight: bold;
	color: #000000;
	border: 5px solid #FFD034;
	background-color: #F9F4B6;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#choose_support h3 strong {
	font-size: 1.5em;
	color: #F97D00!important;
}

#choose_support p {
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
	padding-bottom: 45px;
}

#guide h2 {
	background-color: #14BAE1;
	color: #FFFFFF;
	font-size: 1.750em;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#guide ul {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	margin-top: 37px;
}

#guide ul li {
	background-image: url(./assets/images/yamembers/point2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	background-size: 22px auto;
	font-weight: bold;
	margin-bottom: 18px;
}

#important-notes {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

#important-notes h2 {
	max-width: 366px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#important-notes section {
	background-color: #EFF1F2;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-bottom: 44px;
}

#important-notes section h3 {
	font-size: 1.313em;
	font-weight: bold;
	color: #14BAE1;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-shadow: 3px 3px #14BAE1;
	box-shadow: 3px 3px #14BAE1;
	margin-bottom: 24px;
}

#important-notes section ul li {
	color: #292929;
	font-weight: bold;
	background-image: url(./assets/images/yamembers/dot.png);
	background-repeat: repeat-x;
	margin-bottom: 13px;
	padding-bottom: 13px;
	background-position: 0% bottom;
	line-height: 1.8;
}

#important-notes section p {
	color: #292929;
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
}

#lastBlock {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	margin-bottom: 38px;
	text-align: left;
}

#text1 {
	text-align: center!important;
	color: #F97D00;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 27px;
}

#text2 {
	text-align: center!important;
	color: #444444;
	font-weight: bold;
	margin-bottom: 27px;
}

#text2 strong {
	font-size: 1.500em;
}

#lastBlock figure {
	max-width: 162px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#text3 {
	line-height: 2;
}

/* アニメーション対象のイラストの基本スタイル */
.animated-illustration {
	/* 初期状態: 透明で少し下に配置 */
	opacity: 0;
	transform: translateY(30px); /* 下に30pxずらす */
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	/* アニメーションの時間とイージングを調整できます */
}

/* 画面内に入ったときに適用するクラス */
.animated-illustration.is-visible {
	opacity: 1;
	transform: translateY(0); /* 元の位置に戻す */
}

#fixed {
	display: inherit;
	position: fixed;
	bottom: 0px;
	display: flex;
	max-width: 468px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#fixed li {
	width: 50%;
}

#fixed li a img {
	width: 28px;
	margin-right: 10px;
}

#fixed li:first-child a {
	height: 87px;
	background-color: #00B900;
	display: block;
	background-image: url(./assets/images/yamembers/yajirushi.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #FFFFFF!important;
	text-align: left;
	padding-left: 16px;
}

#fixed li:first-child a:hover {
	background-color: #0C870C;
	opacity: 1;
}

#fixed li:last-child a {
	height: 87px;
	background-color: #14BAE1;
	display: block;
	background-image: url(./assets/images/yamembers/yajirushi.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #FFFFFF!important;
	text-align: left;
	padding-left: 16px;
    font-size: 15px;
}

#fixed li:last-child a:hover {
	background-color: #147BE1;
	opacity: 1;
}

main {
	padding-bottom: 75px;
}

.spbr {
	display: none;
}

.company_logo {
    position: fixed;
    top: 0;
    right: calc(468px + 30%);
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100vh;
	max-width: 500px;
}

.company_logo figure {
    text-align: left;
	margin-right: 2em;
	margin-left: 1em;
}

.page-template-page-yamembers .footer {
    display: block;
    background: #FFF5E1;
    padding-bottom: 107px;
}

.page-template-page-yamembers .footer .container-fluid {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
}

.page-template-page-yamembers .footer .inner {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-yamembers .footer__box {
    padding: 2.4rem 0 2rem 0;
	display: block;
}

.page-template-page-yamembers .footer__box-logo {
    width: 9.1rem;
    margin: 0 auto;
}

.page-template-page-yamembers .footer__box-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 2rem;
    max-width: 300px;
    margin: 18px auto 0;
}

.page-template-page-yamembers .footer__box-list {
    list-style: none;
    padding-left: 0;
}

.page-template-page-yamembers .footer__box-list02 .footer__box-item {
    line-height: 1;
}

.page-template-page-yamembers .footer__box-link {
    color: #F57B34;
    font-size: 1.3rem;
    font-weight: 500;
}

.page-template-page-yamembers .footer-copy {
    font-size: 1rem;
    padding: 0.2rem;
    color: #F57B34;
    margin-bottom: 0;
    text-align: center;
}

.page-template-page-yamembers .footer-copy p.footer-copy-txt {
    color: #F57B34;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：1px～1268px */
@media only screen and (min-width:1px) and (max-width:1268px){
	#yamembers {
		margin-right: 15%;
	}
	.company_logo {
		max-width: 450px;
		right: calc(468px + 15%);
	}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：1px～1080px */
@media only screen and (min-width:1px) and (max-width:1080px){
	/*==========================================
	body
	===========================================*/
	body {
		min-width: 100%;
		text-align: center;
		width: 100%;
	}

	nav.NavMenu {
		width: 45%;	/*全幅表示*/
	}

	.company_logo {
		max-width: 400px;
	}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：1px～900px */
@media only screen and (min-width:1px) and (max-width:900px){
	/*==========================================
	body
	===========================================*/
    #yamembers {
        margin-right: 0;
    }

	.company_logo {
    	right: 468px;
	}
}


@media only screen and (max-width:768px){
	/*==========================================
	Other
	===========================================*/
	nav.NavMenu {
		width: 100%;	/*全幅表示*/
	}

	.snsMenu li {
		font-size: 16px;
	}

	#yamembers {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}

	#fixed {
		max-width: 100%;
	}

	.company_logo {
		display: none;
	}
}


@media only screen and (max-width: 470px){
	/*==========================================
	幅470px以下から ヘッダー等微調節
	===========================================*/
	.spbr {
		display: inherit;
	}

	#mainTop section h2 {
		font-size: 2em;
	}

	.spImg {
		display: inherit;
	}

	.pcImg {
		display: none;
	}

	#topTit aside {
		font-size: 0.8em;
		padding-left: 8px;
		padding-right: 8px;
	}

	#topTit p {
		font-size: 0.9em;
	}

	#topBlock h1 {
		max-width: 170px;
		margin-left: 7px;
	}

	.Toggle {
		width: 55px;
		height: 55px;
		border-radius: 8px;
	}

	.Toggle span {
		width: 25px;
		left: 7px;
	}

	.Toggle span:nth-child(1) {
		top: 8px;
	}
 
	.Toggle span:nth-child(2) {
		top: 18px;
	}
	
	.Toggle span:nth-child(3) {
		top: 28px;
	}
 
	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
		top: 18px;
		left: 7px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
 
	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
		top: 18px;
		left: 7px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.snsMenu li:first-child a,
	.snsMenu li:last-child a {
		background-position: right 10px center;
		padding-left: 16px;
	}

	.navmenu_inner {
		margin-top: 100px;
	}

	.snsMenu li:first-child a img {
		width: 25px;
		margin-right: 10px;
	}

	.snsMenu li:last-child a img {
		width: 25px;
		margin-right: 10px;
	}

	.snsMenu li {
		font-size: 0.9em;
	}

	#choose_inner section h3 {
		font-size: 1.75em;
	}

	#choose_support h3 strong {
		font-size: 1.1em;
	}

	#text1 {
		font-size: 1em;

	}

	main {
		padding-bottom: 45px;
	}

	#fixed li {
		font-size: 0.8em;
	}

	#fixed li:first-child a,
	#fixed li:last-child a {
		background-position: right 5px center;
		padding-right: 10px;
		padding-left: 7px;
		font-size: clamp(10px, 3.6vw, 16px);
	}

	#fixed li a img {
		width: 18px;
		margin-right: 7px;
	}
}

@media only screen and (max-width: 320px){
	/*==========================================
	幅320px以下から ヘッダー等微調節
	===========================================*/
	#mainTop section p {
		font-size: 1em;
	}
	#mainTop section h2 {
		font-size:1.8em;
	}

	#topTit p {
		font-size: 0.9em;
	}

	#topBlock h1 {
		max-width: 160px;
		margin-left: 5px;
	}
}
