@charset "UTF-8";

/*********************************************************************

	Base 基本指定

*********************************************************************/
/*テキストドラッグ選択時カラー
----------------------------------------------*/
::-moz-selection { background: rgba(0,0,0,.5); color: #fff; text-shadow: none; }
::selection { background: rgba(0,0,0,.5); color: #fff; text-shadow: none; }

html{
	-webkit-text-size-adjust: none;
}

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body{
	font-family: Roboto, "Droid Sans", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	width: 100%;
	height: 100%;
	margin: -1.5em 0 0;
	padding: 0;
	color: #333;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.serif01{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



/*ページ遷移ボタン
----------------------------------------------*/
.pageLink01{
	display: inline-block;
	min-width: 460px;
	padding: 15px 70px;
	margin: 4em auto;
	background: #d56200;
	font-size: 1.8em;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	position: relative;
}

.pageLink01:link{text-decoration:none;}
.pageLink01:visited{text-decoration:none;}
.pageLink01:hover{text-decoration:none;}
.pageLink01:active{text-decoration:none;}

/*.pageLink01:link,
.pageLink01:visited{
	background: #f19d09;
}*/

.pageLink01:hover{
	background: #e57210;
}

.pageLink01:active{
	background: #e57210;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}

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

	.pageLink01{
		min-width: 0;
		padding: 12px 50px;
		margin: 2em auto;
		font-size: 1.5em;
	}

}

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

	.pageLink01{
		width: 84%;
		padding: 8px 24px;
		margin: 2em auto;
		font-size: 1.2em;
		box-sizing: border-box;
	}

}



/*アイコン無しのセンター寄せリンク*/
.linkLarge{
	text-align: center;
	margin: 1em auto;
	padding: 0.2em 1.5em;
	font-size: 1.2em;
}

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

	.linkLarge{
		margin: 0.5em auto;
		padding: 0.2em 1.4em;
		font-size: 1.1em;
	}

}

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

	.linkLarge{
		padding: 0.2em 1em;
	}

}

.flexContainer{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	padding: 30px 0;
}

.movieContainer {
	position: relative;
	width: 48%;
	/*margin: 0 1% 30px;*/
}

.movieContainer::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
	/*box-shadow: 0 0 20px 1px rgba(255,255,255,.8);*/
}


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

	.movieContainer {
		width: 100%;
		margin: 0 0 30px;
	}

}



.embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/***********************************************

共通クラス

***********************************************/
/*
デバイス別表示切り替え
タブレット用クラスは「.only」と一緒に使用することでスマホ用表示幅で非表示にできます。
----------------------------------------------*/
.forPC_block,
.forPCTablet_block{
	display: block;
}

.forPC_inline,
.forPCTablet_inline{
	display: inline;
}

.forPC_inlineBlock,
.forPCTablet_inlineBlock{
	display: inline-block;
}

.forTablet_block,
.forTablet_inline,
.forTablet_inlineBlock{
	display: none;
}

.forMobile_block,
.forMobile_inline,
.forMobile_inlineBlock{
	display: none;
}

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

	.forPC_block,
	.forPC_inline,
	.forPC_inlineBlock{
		display: none;
	}

	.forTablet_block{
		display: block;
	}

	.forTablet_inline{
		display: inline;
	}

	.forTablet_inlineBlock{
		display: inline-block;
	}

}

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

	.forPCTablet_block,
	.forPCTablet_inline,
	.forPCTablet_inlineBlock,
	.only.forTablet_block,
	.only.forTablet_inline,
	.only.forTablet_inlineBlock{
		display: none;
	}

	.forMobile_block{
		display: block;
	}

	.forMobile_inline{
		display: inline;
	}

	.forMobile_inlineBlock{
		display: inline-block;
	}

}

/*画像の回り込み
----------------------------------------------*/
.leftImage,
.rightImage,
.centerImage{
	overflow: hidden;
	padding-bottom: 0.8em;
}

.bothImage{
	overflow: hidden;
}

.leftImage figure,
.rightImage figure{
	overflow: hidden;
}

.leftImage figure,
.rightImage .leftImage figure,
.centerImage .leftImage figure{
	float: left;
	margin-right: 20px;
	padding-bottom: 1em;
}

.rightImage figure,
.leftImage .rightImage figure,
.centerImage .rightImage figure{
	float: right;
	margin-left: 20px;
	padding-bottom: 1em;
}

.centerImage figure,
.leftImage .centerImage figure,
.rightImage .centerImage figure{
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
}

.leftImage figcaption,
.rightImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.figcaption01{
	width: 330px;
}
.figcaption02{
	width: 250px;
}
.figcaption03{
	width: 200px;
}

.centerImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.bothImage figure{
	width: 330px;
	padding-bottom: 0.8em;
}

.bothImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.bothImage figure:nth-child(odd){
	float: left;
}

.bothImage figure:nth-child(even){
	float: right;
}

@media screen and (max-width: 1023px) {
	.centerImage figure{
		padding-bottom: 1em;
	}

	.centerImage figure img{
		width: 100%;
		height: auto;
	}

	.leftImage figure{
		margin-right: 1em;
	}

	.rightImage figure{
		margin-left: 1em;
	}

	.leftImage figure,
	.rightImage figure{
		max-width: 240px;
		padding: 0;
	}

	.bothImage figure{
		width: 210px;
	}

	.figcaption01{
		width: 240px;
	}
	.figcaption02{
		width: 240px;
	}

	.leftImage figure img,
	.rightImage figure img,
	.bothImage figure img{
		width: 100%;
		height: auto;
	}

}

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

	.leftImage figure,
	.rightImage figure{
		float: none;
		margin: 0 auto 0.5em;
	}

	.bothImage figure{
		width: 49%;
		height: auto;
	}

}


.shadow01{
	box-shadow: 0 0 18px rgba(0,0,0,.3);
}

.separate01{
	padding: 0 0 30px;
	margin: 0 auto 30px;
	border-bottom: solid 1px #999;
	box-shadow: 0 1px 0 rgba(255,255,255,.7)
}

/***********************************************

テーブル table

***********************************************/
.table01{
	width: 100%;
	margin: 50px auto 0;
	border: 0;
	border-top: 1px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.table01 th,
.table01 td{
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

.table01 th {
	width: 180px;
	padding: 35px;
	line-height: 1.2;
	text-align: center;
	background: none;
	color: #fff;
	box-sizing: border-box;
}

.table01 td {
	width: auto;
	padding: 35px;
	line-height: 1.2;
	background: none;
	color: #fff;
	box-sizing: border-box;
}

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

	.table01 th {
		width: 120px;
	}

	.table01 ul{
		margin: 5px 0;
		padding: 0 0 0 15px
	}

}

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

	.table01{
		font-size: 0.9em;
	}

	.table01 th {
		width: 80px;
		padding: 20px 15px;
	}

	.table01 td {
		padding: 20px 15px;
	}

}

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

	.table01{
		font-size: 0.8em;
	}

	.table01 th,
	.table01 td {
		padding: 10px;
	}

}

.infoTable01{
	width: 100%;
	margin: 1em auto;
	border: 0;
	border-collapse: separate;
	border-spacing: 2px;
	box-sizing: border-box;
}

.infoTable01 th,
.infoTable01 td{
	border: 0;
	background: rgba(255,255,255,.7);
	box-sizing: border-box;
}

.infoTable01 th {
	width: 200px;
	padding: 30px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.infoTable01 td {
	width: auto;
	padding: 35px;
	line-height: 1.2;
	text-align: left;
}

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

	.infoTable01 th {
		width: 150px;
	}

	.infoTable01 ul{
		margin: 5px 0;
		padding: 0 0 0 15px
	}

}

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

	.infoTable01{
		font-size: 0.9em;
	}

	.infoTable01 th {
		width: 100px;
		padding: 20px 15px;
	}

	.infoTable01 td {
		padding: 20px 15px;
	}

}

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

	.infoTable01{
		font-size: 0.8em;
	}

	.infoTable01 th {
		width: 80px;
	}

	.infoTable01 th,
	.infoTable01 td {
		padding: 10px;
	}

}



/*****************************************

	リスト list

*****************************************/
ul ul,
ul ol,
ol ol,
ol ul{
	padding: 0 0 0 10px;
}

/*リストスタイルタイプ*/
.decimal{
	list-style-type: decimal;
}

.disc{
	list-style-type: disc;
}

/*連続で並べるdl*/
.dl01{
	width: 100%;
	overflow: hidden;
}

.dl01 > dt,
.dl01 > dd{
	box-sizing: border-box;
	float: left;
	padding: 10px;
}

.dl01 > dt{
	width: 45%;
	clear: both;
	padding-right: 3em;
	font-weight: bold;
}

.dl01 > dd{
	position: relative;
	width: 55%;
}

.dl01 > dd:before{
	position: absolute;
	content: "……";
	top: 0.5em;
	left: -2em;
}

@media screen and (max-width: 767px){
	.dl01{
		overflow: auto;
	}

	.dl01 > dt,
	.dl01 > dd{
		width: 100%;
		float: none;
		padding: 0;
	}

	.dl01 > dt{
		color: #4066AE;
	}

	.dl01 > dd{
		padding: 0 0 20px;
		margin: 0 0 20px;
		border-bottom: solid 1px #ccc;
	}

	.dl01 > dd:before{
		content: "";
	}

}



/***********************************************

ヘッディング

***********************************************/
/*ページ自身のh1
----------------------------------------------*/
.pageH1{
	font-size: 0.9em;
	padding: 0.3em 20px;
	color: #fff;
	position: absolute;
	top: 2px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

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

}

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

	.pageH1{
		font-size: 0.8em;
	}

}

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

	.pageH1{
		font-size: 0.7em;
		padding: 0.3em 10px;
	}

}

/*汎用ヘッディング heading
----------------------------------------------*/
.mainTitle01{
	text-align: center;
	padding: 70px 0 20px;
	margin: 30px auto;
	font-size: 2.6em;
	color: #268bd8;
	background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_main_title01.png) top center no-repeat;
}

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

	.mainTitle01 span{
		display: block;
		padding: 0;
	}

}

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

	.mainTitle01{
		padding: 50px 0 15px;
		font-size: 2.1em;
		background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_main_title01.png) top center no-repeat;
		background-size: auto 36px;
	}

}

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

	.mainTitle01{
		padding: 40px 0 15px;
		font-size: 1.6em;
		line-height: 1.1;
		background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_main_title01.png) top center no-repeat;
		background-size: auto 25px;
	}

}

.lineTitle01{
	border-left: 3px solid #a9cb00;
	padding: 15px 0 12px 15px;
	margin: 1.5em 0 1.5em;
	line-height: 1.3;
	font-size: 1.8em;
}

.borderTitle01{
	padding: 1em 0.5em;
	margin: 0 0 2em;
	font-size: 2.4em;
	line-height: 1.3;
	color: #333;
	border: solid #333;
	border-width: 1px 0;
	text-align: center;
}

.borderTitle01 span{
	display: block;
	padding: 0;
}

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

	.borderTitle01{
		font-size: 2em;
	}

}

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

	.borderTitle01{
		font-size: 1.4em;
		padding: 0.8em 0.5em;
		margin: 0 0 1.5em;
	}

}

.baseTitle01{
	padding: 10px 0 30px;
	font-size: 2.4em;
	line-height: 1.3;
	color: #333;
	text-align: center;
}

.main02 .baseTitle01{
	color: #fff;
}

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

	.baseTitle01{
		font-size: 2em;
	}

	.baseTitle01 span{
		display: block;
		padding: 0;
	}

}

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

	.baseTitle01{
		font-size: 1.5em;
	}

}



/***********************************************

ヘッダー header

***********************************************/


/***********************************************

フッター footer

***********************************************/
.pageFooter{
	width: 100%;
	min-width: 260px;
	background: #f8f8f8;
}

.footerLink{
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 3px 0 0;
	margin: 0 auto;
	box-sizing: border-box;
}

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

	.footerLink{
		padding: 0;
	}

}

.footerLink li{
	float: left;
	width: 33%;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}

.footerLink li:first-child{
	width: 34%;
}

.footerLink a{
	display: block;
	padding: 5px 10px 5px;
	color: #fff;
	border-top: solid 1px #9d9071;
	border-left: solid 1px #9d9071;
}

.footerLink li:first-child a{
	border-left: 0;
}


.footerLink a:link{text-decoration: none; background: #693333;}
.footerLink a:visited{text-decoration: none; background: #693333;}
.footerLink a:hover{text-decoration: none; background: #794343;}
.footerLink a:active{text-decoration: none; background: #794343;}

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

	.footerLink .linkLarge{
		padding: 0.2em 12px;
	}

	.footerLink{
		font-size: 0.8em;
	}

}

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

	.footerLink li,
	.footerLink li:first-child{
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		background: none;
	}

	.footerLink a{
		display: block;
		width: 100%;
		padding: 15px 5px;
		border-left: 0;
		border-bottom: solid 1px #390303;
		box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
	}

	.footerLink li:first-child > a{
		border-top: solid 1px #390303;
	}

	.footerLink > li:last-child a{
		border-bottom: none;
	}

}



/*Copyright
----------------------------------------------*/
.copyright{
	width: 100%;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	font-size: 1em !important;
	text-align: center;
	color: #fff;
	background: #0081D5;
	box-sizing: border-box;
}

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

	.copyright{
		padding: 20px 10px;
	}

}

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

	.copyright{
		padding: 10px 5px;
	}

}



/****************************************************************

main

****************************************************************/

.main01,
.main02,
.main03,
.main04{
	width: 100%;
	font-size: 120%;
	box-sizing: border-box;
}

.main01{
	padding: 120px 0 0;
	background: #fff;
}

.main02{
	padding: 120px 0 0;
	background: #7894a6;
}

.main03{
	padding: 120px 0 0;
	background: #f8f8f8;
}

.main02 a{
	color: #fff;
}


@media screen and (max-width: 1159px){
	.main01,
	.main02,
	.main03,
	.main04{
		padding: 80px 0 0;
	}
}

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

	.main01,
	.main02,
	.main03,
	.main04{
		font-size: 100%;
	}

	.main01,
	.main02,
	.main03,
	.main04{
		padding: 60px 0 0;
	}

}

@media screen and (max-width: 479px){
	.main01,
	.main02,
	.main03,
	.main04{
		padding: 45px 0 0;
	}

	.main01.omoi01,
	.main01.omoi02{
		padding: 45px 0;
	}
}

.innerSection,
.newsSection{
	width: 100%;
	max-width: 1160px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1159px){
	.innerSection,
	.newsSection{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.innerSection,
	.newsSection{
		padding: 0 20px;
	}
}

.mainVisual{
	position: relative;
	width: 100%;
	height: 640px;
	padding: 80px 0 0;
	background: #268bd8 url(/wp/wp-content/themes/tsubasainc/seminar/images/bg_main_visual01.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1159px){
	.mainVisual{
		height: 600px;
	}
}

@media screen and (max-width: 767px){
	.mainVisual{
		height: 480px;
		padding: 50px 0 0;
	}
}

@media screen and (max-width: 479px){
	.mainVisual{
		height: 320px;
		padding: 30px 0 0;
	}
}


.catchCopy01{
	text-align: center;
	padding: 2em 0;
	background: rgba(24,90,200,.55);
}

.catchCopy01 img{
	width: 90%;
	max-width: 826px;
	height: auto;
}

.subCopy01{
	position: relative;
	text-align: center;
	padding: 1em;
	color: #fff;
	font-size: 1.1em;
	background: rgba(0,0,0,.8);
}

/* beforeで三角を表現 */
.subCopy01::before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(0,0,0,.8);
	border-left: 15px solid transparent;
}

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

	.catchCopy01{
		padding: 1.5em 0;
	}

	.subCopy01{
		font-size: 1em;
	}

}

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

	.catchCopy01{
		padding: 1.2em 0;
	}

	.subCopy01{
		font-size: 0.9em;
	}

}

/****************************************************************

イベント概要 about

****************************************************************/
.main02p{
	color: #fff;
}
.main02okahara{
	color:#000;
}

.about .innerSection{
	padding-bottom: 80px;
}

.gmapWrapper{
	position: relative;
	width: 100%;
	padding-bottom: 42%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

	.gmapWrapper{
		padding-bottom: 60%;
	}

}

.gmapWrapper iframe,
.gmapWrapper object,
.gmapWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****************************************************************

お悩み onayami

****************************************************************/
.onayami01{
	position: relative;
	width: 100%;
	min-height: 600px;
	background: #94938f url(/wp/wp-content/themes/tsubasainc/seminar/images/bg_onayami01.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.onayamiPoint01{
	width: 100%;
	text-align: center;
	padding: 3em 0;
}

.onayamiPoint01 img{
	width: 100%;
	max-width: 1080px;
	height: auto;
}

.onayamiPoint02{
	width: 100%;
	text-align: center;
	padding: 3em 2em;
}

.onayamiPoint02 img{
	width: 100%;
	max-width: 880px;
	height: auto;
}

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

	.onayami01{
		min-height: 580px;
	}

}

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

	.onayami01{
		min-height: 480px;
	}

	.onayamiPoint01{
		padding: 2em 0;
	}

	.onayamiPoint02{
		padding: 3em 1.5em;
	}

}

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

	.onayami01{
		min-height: 320px;
	}

	.onayamiPoint01{
		padding: 1.5em 0;
	}

	.onayamiPoint02{
		padding: 2.4em 1.2em;
	}

}

.onayami02{
	position: relative;
	width: 100%;
	padding: 2em;
	background: #94938f url(/wp/wp-content/themes/tsubasainc/seminar/images/bg_onayami02.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.onayami02 figure{
	width: 100%;
	text-align: center;
}

.onayami02 figure img{
	width: 100%;
	max-width: 1000px;
	height: auto;
}

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


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

	.onayami02{
		padding: 1.5em;
	}

}



/****************************************************************

特徴 feature

****************************************************************/
.featureList{
	list-style: none;
	padding: 0 1em;
}

.featureList li{
	position: relative;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 1em 1em 4em;
	margin: 0 0 1.5em 0;
	background: #f2f4ff;
	background: linear-gradient(transparent 60%, #f2f4ff 60%);

}

.featureList li:nth-child(2n){
	margin: 0 0 1.5em 4em;
}

.num:before {
	position: absolute;
	font-size: 4em;
	line-height: 1;
	top: 0;
	left: 0.2em;
	color: #0081D5;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.num01:before{content: '1';}
.num02:before{content: '2';}
.num03:before{content: '3';}
.num04:before{content: '4';}

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

	.featureList li{
		font-size: 1.5em;
	}

}

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

	.featureList li{
		font-size: 1.3em;
		padding: 0.8em 0 0.8em 3.6em;
		margin: 0 0 1.4em 0;
	}

	.featureList li:nth-child(2n){
		margin: 0 0 1.4em 4em;
	}

}

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

	.featureList li,
	.featureList li:nth-child(2n){
		font-size: 1.2em;
		margin: 0 0 1.2em 0;
	}

}



/****************************************************************

3つの価値 value

****************************************************************/
/*.valueWrapper{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.valuePanel{
	float: left;
	width: 30%;
	padding: 1em;
	margin: 1em 0 1em 2.5%;
	border: solid 1px #333;
	box-sizing: border-box;
}*/

.main01.value{
	padding-top: 0;
}

.valueWrapper{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.valuePanel{
	/*width: 30%;*/
	flex-basis: 30%;
	padding: 1em;
	margin: 1em 0;
	border: solid 1px #333;
	box-sizing: border-box;
}

.valueTitle{
	font-size: 1.3em;
	color: #0081d5;
	padding: 0 0 1em;
	text-align: center;
}

.valueTitle small{
	display: block;
}

.checkList01{
	list-style: none;
	padding: 0;
}

.checkList01 li{
	padding: 5px 0 1em 55px;
	background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_check01.png) left top no-repeat;
	box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {

	.checkList01 li{
		background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_check01@2x.png) left top no-repeat;
		background-size: 40px auto;
	}

}

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

	.valueTitle{
		font-size: 1.1em;
	}

}

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


	.valueWrapper{
		display: block;
	}

	.valueTitle{
		font-size: 1.3em;
	}

	.valuePanel{
		float: none;
		width: 100%;
		padding: 1em;
		margin: 1em 0;
	}


}

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

	.valueTitle{
		font-size: 1.1em;
	}


}

/****************************************************************

みなさまの声

****************************************************************/
.main03 .mainTitle01{
	padding: 0 0 20px;
	background: none;
}


/****************************************************************

講師と過去の内容 instructor

****************************************************************/
.instructorList{
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.instructorList li{
	width: 100%;
	max-width: 300px;
	margin: 0 30px 0 0;
	font-size: 0.9em;
}

.instructorList li img{
	width: 100%;
	height: auto;
}

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

	.instructorList li{
		display: block;
		margin: 0 auto 30px;
	}

}

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

	.instructorList li{
		margin: 0 auto 20px;
	}

}

.seminarList{
	list-style: none;
}

.seminarList li{
	padding: 1.5em;
}

.seminarList li:nth-child(2n-1){
	background: #e4f2ff;
}

.seminarTitle01{
	font-weight: bold;
	font-size: 1.2em;
}

.instructorName{
	text-align: right;
	padding: 0;
}

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

	.seminarList li{
		padding: 1em 1.2em;
	}

	.seminarTitle01{
		font-size: 1.1em;
	}

	.instructorName{
		font-size: 0.9em;
	}

}


/****************************************************************

つばさ資産塾開催のご案内 information

****************************************************************/
.information{
	position: relative;
	width: 100%;
	padding: 2em;
	background: url(/wp/wp-content/themes/tsubasainc/seminar/images/bg_seminar_info01.jpg) center center no-repeat;
	background-size: cover;
}

.information .mainTitle01{
	padding: 0 0 20px;
	background: none;
}

/*@media screen and (max-width: 767px) {

	.mainTitle01{
		padding: 50px 0 15px;
		font-size: 2.1em;
		background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_main_title01.png) top center no-repeat;
		background-size: auto 36px;
	}

}

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

	.mainTitle01{
		padding: 40px 0 15px;
		font-size: 1.6em;
		line-height: 1.1;
		background: url(/wp/wp-content/themes/tsubasainc/seminar/images/icon_main_title01.png) top center no-repeat;
		background-size: auto 25px;
	}

}*/

.infoTitle01{
	font-size: 1.8em;
	font-weight: bold;
	padding: 1em 0 1.5em;
}

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

	.infoTitle01{
		font-size: 1.4em;
	}

}

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

	.infoTitle01{
		font-size: 1.2em;
	}

}


/****************************************************************

申し込み・問い合わせ

****************************************************************/
.formTable{
	width: 100%;
	height: auto;
	margin: 20px auto;
	line-height: 120%;
	border: 1px solid #ccc;
	border-spacing: 0;
}

.formTable th {
	width: 200px;
	padding: 10px;
	background-color: #40a7ac;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	border: #2e6e71 solid;
	border-width: 0 0 1px 1px;
	box-shadow: 0 2px 0px rgba(255,255,255,.2) inset;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}

.formTable th:first-child{
	border-width: 1px 0 1px 1px;
}

.require{
	font-size: 0.9em;
}

.formTable td {
	vertical-align: middle;
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	line-height: 2;
	background: #fff;
}

.inputError{
	color: #f00;
}

textarea{
	font-size: 1em;
	font-family: Roboto, "Droid Sans", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 1.4;
	height: 150px;
	width: 100%;
	box-sizing: border-box;
}

.normalMode textarea:focus{
	height: 160px;
}

input:disabled,
textarea:disabled{
	background: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 50px white inset;
}

.wpcf7-form-control-wrap.checkMode input,
.wpcf7-form-control-wrap.checkMode textarea{
	border: 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.your-name,
.your-mail,
.your-tel,
.kana{
	width: 300px;
	padding: 2px 4px;
	box-sizing: border-box;
}

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

	.your-name,
	.your-mail,
	.your-tel,
	.kana{
		width: 100%;
		padding: 3px;
		box-sizing: border-box;
	}

	.formTable,
	.formTable tbody,
	.formTable thead,
	.formTable tr,
	.formTable th,
	.formTable td{
		width: 100%;
		display: block;
		font-size: 95%;
		box-sizing: border-box;
		border: 0;
	}

	.formTable td{
		padding: 10px 0 30px;
		background: none;
	}

	/*.formTable th{
		background-color: #ea4f4f;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f55858), to(#d2393b));
		background-image: -webkit-linear-gradient(top, #f55858, #d2393b);
		background-image: -moz-linear-gradient(top, #f55858, #d2393b);
		background-image: -ms-linear-gradient(top, #f55858, #d2393b);
		background-image: -o-linear-gradient(top, #f55858, #d2393b);
		background-image: linear-gradient(to bottom, #f55858, #d2393b);
	}*/

	.formTable + .searchBlock{
		padding: 0 0 40px;
	}

}

/*
内容確認ページ confirm
---------------------------------------------*/
.field_with_errors{
	display: block;
	background: none;
	padding: none;
}

.field_with_errors input,
.field_with_errors textarea{
	border: solid 2px #CB4042;
}

.formTable td p{
	padding-bottom: 0.5em;
}

.formTable td p:last-child{
	padding: 0;
}

#confirm .searchBlock input[type="submit"]{
	margin: 10px auto;
}

/*ラジオボタン*/
.formTable li{
	display: inline-block;
	margin: 0 1.5em 0 0 !important;
}


input[type="text"] {
	margin: 0 1px 0 0;
}

.submit-container{
	overflow: hidden;
	text-align: center;
}

.submit-container form{
	width: 300px;
	display: block;
	float: left;
	text-align: center;
}

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

	.submit-container{
		width: 100%;
	}

	.submit-container form{
		width: 50%;
		box-sizing: border-box;
	}

}

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

	.submit-container form{
		width: 100%;
	}

}

/*お問い合わせフォームの送信ボタン*/
.submit,
input[type="submit"]{
	display: inline-block;
	border: none;
	font-size: 1em;
	font-family: Roboto, "Droid Sans", 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 5px 10px;
	padding: 8px 20px;
	background: #0892b2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28b2d2), color-stop(0.49, #0892b2));
	background: -webkit-linear-gradient(top, #28b2d2 5%, #0892b2 49%);
	background: -moz-linear-gradient(top, #28b2d2 5%, #0892b2 49%);
	background: -o-linear-gradient(top, #28b2d2 5%, #0892b2 49%);
	background: -ms-linear-gradient(top, #28b2d2 5%, #0892b2 49%);
	background: linear-gradient(top, #28b2d2 5%, #0892b2 49%);
	border-radius: 20px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	cursor: pointer;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset,
				0 1px 1px rgba(255,255,255,.3);
	behavior: url(/PIE.htc);
}

a.submit{
	color: #fff;
	text-decoration: none;
}

.submit:hover,
input[type="submit"]:hover{
	background: #037d9e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28b2d2), color-stop(0.49, #037d9e));
	background: -webkit-linear-gradient(top, #28b2d2 5%, #037d9e 49%);
	background: -moz-linear-gradient(top, #28b2d2 5%, #037d9e 49%);
	background: -o-linear-gradient(top, #28b2d2 5%, #037d9e 49%);
	background: -ms-linear-gradient(top, #28b2d2 5%, #037d9e 49%);
	background: linear-gradient(top, #28b2d2 5%, #037d9e 49%);
}

.submit:active,
input[type="submit"]:active{
	background: #037d9e;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}


input:disabled,
textarea:disabled{
	background: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 50px white inset;
}

.wpcf7-display-none{
	display: none;
}

.wpcf7-response-output{
	padding: 2em;
}

.wpcf7-response-output p:last-child{
	padding: 0;
}

.wpcf7-not-valid-tip{
	display: block;
	color: #f00;
	font-size: 0.9em;
}

.wpcf7-list-item{
	margin: 0 1em;
}

.wpcf7-response-output{
	padding: 2em;
	margin: 2em auto;
	font-weight: bold;
	border: solid 3px #40a7ac;
}

/****************************************************************

トップへ戻るボタン backTop

****************************************************************/
#pageTop {
	display: block;
	width: 50px;
	height: 50px;
	background: #40ae9b;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	position: fixed;
	bottom: -30px;
	right: 55px;
	border-radius: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


#pageTop.show {
	bottom: 30px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-radius: 5px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#pageTop.show:hover{
	border-radius: 100px;
	/*-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);*/
}


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

	#pageTop{
		display: none !important;
	}
}




/****************************************************************

my_lazyload.jsのアニメーション設定

****************************************************************/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}





/****************************************************************

ユーティリティ
margin/padding

****************************************************************/
/*------------------------------------------------
top
------------------------------------------------*/
	.mt00 { margin-top:  0px !important; }    .pt00 { padding-top:  0px !important; }
	.mt05 { margin-top:  5px !important; }    .pt05 { padding-top:  5px !important; }
	.mt10 { margin-top: 10px !important; }    .pt10 { padding-top: 10px !important; }
	.mt15 { margin-top: 15px !important; }    .pt15 { padding-top: 15px !important; }
	.mt20 { margin-top: 20px !important; }    .pt20 { padding-top: 20px !important; }
	.mt25 { margin-top: 25px !important; }    .pt25 { padding-top: 25px !important; }
	.mt30 { margin-top: 30px !important; }    .pt30 { padding-top: 30px !important; }
	.mt35 { margin-top: 35px !important; }    .pt35 { padding-top: 35px !important; }
	.mt40 { margin-top: 40px !important; }    .pt40 { padding-top: 40px !important; }
	.mt45 { margin-top: 45px !important; }    .pt45 { padding-top: 45px !important; }
	.mt50 { margin-top: 50px !important; }    .pt50 { padding-top: 50px !important; }
	.mt55 { margin-top: 55px !important; }    .pt55 { padding-top: 55px !important; }
	.mt60 { margin-top: 60px !important; }    .pt60 { padding-top: 60px !important; }
	.mt65 { margin-top: 65px !important; }    .pt65 { padding-top: 65px !important; }
	.mt70 { margin-top: 70px !important; }    .pt70 { padding-top: 70px !important; }
	.mt75 { margin-top: 75px !important; }    .pt75 { padding-top: 75px !important; }
	.mt80 { margin-top: 80px !important; }    .pt80 { padding-top: 80px !important; }
	.mt85 { margin-top: 85px !important; }    .pt85 { padding-top: 85px !important; }
	.mt90 { margin-top: 90px !important; }    .pt90 { padding-top: 90px !important; }
	.mt95 { margin-top: 95px !important; }    .pt95 { padding-top: 95px !important; }
	.mt100{ margin-top:100px !important; }    .pt100{ padding-top:100px !important; }

/*------------------------------------------------
right
------------------------------------------------*/
	.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
	.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
	.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
	.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
	.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
	.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
	.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
	.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
	.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
	.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
	.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
	.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
	.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
	.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
	.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
	.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
	.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
	.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
	.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
	.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
	.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/*------------------------------------------------
bottom
------------------------------------------------*/
	.mb00 { margin-bottom:  0px !important; } .pb00 { padding-bottom:  0px !important; }
	.mb05 { margin-bottom:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.mb45 { margin-bottom: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.mb50 { margin-bottom: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.mb55 { margin-bottom: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.mb60 { margin-bottom: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	.mb65 { margin-bottom: 65px !important; } .pb65 { padding-bottom: 65px !important; }
	.mb70 { margin-bottom: 70px !important; } .pb70 { padding-bottom: 70px !important; }
	.mb75 { margin-bottom: 75px !important; } .pb75 { padding-bottom: 75px !important; }
	.mb80 { margin-bottom: 80px !important; } .pb80 { padding-bottom: 80px !important; }
	.mb85 { margin-bottom: 85px !important; } .pb85 { padding-bottom: 85px !important; }
	.mb90 { margin-bottom: 90px !important; } .pb90 { padding-bottom: 90px !important; }
	.mb95 { margin-bottom: 95px !important; } .pb95 { padding-bottom: 95px !important; }
	.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/*------------------------------------------------
left
------------------------------------------------*/
	.ml00 { margin-left:  0px !important; }   .pl00 { padding-left:  0px !important; }
	.ml05 { margin-left:  5px !important; }   .pl05 { padding-left:  5px !important; }
	.ml10 { margin-left: 10px !important; }   .pl10 { padding-left: 10px !important; }
	.ml15 { margin-left: 15px !important; }   .pl15 { padding-left: 15px !important; }
	.ml20 { margin-left: 20px !important; }   .pl20 { padding-left: 20px !important; }
	.ml25 { margin-left: 25px !important; }   .pl25 { padding-left: 25px !important; }
	.ml30 { margin-left: 30px !important; }   .pl30 { padding-left: 30px !important; }
	.ml35 { margin-left: 35px !important; }   .pl35 { padding-left: 35px !important; }
	.ml40 { margin-left: 40px !important; }   .pl40 { padding-left: 40px !important; }
	.ml45 { margin-left: 45px !important; }   .pl45 { padding-left: 45px !important; }
	.ml50 { margin-left: 50px !important; }   .pl50 { padding-left: 50px !important; }
	.ml55 { margin-left: 55px !important; }   .pl55 { padding-left: 55px !important; }
	.ml60 { margin-left: 60px !important; }   .pl60 { padding-left: 60px !important; }
	.ml65 { margin-left: 65px !important; }   .pl65 { padding-left: 65px !important; }
	.ml70 { margin-left: 70px !important; }   .pl70 { padding-left: 70px !important; }
	.ml75 { margin-left: 75px !important; }   .pl75 { padding-left: 75px !important; }
	.ml80 { margin-left: 80px !important; }   .pl80 { padding-left: 80px !important; }
	.ml85 { margin-left: 85px !important; }   .pl85 { padding-left: 85px !important; }
	.ml90 { margin-left: 90px !important; }   .pl90 { padding-left: 90px !important; }
	.ml95 { margin-left: 95px !important; }   .pl95 { padding-left: 95px !important; }
	.ml100{ margin-left:100px !important; }   .pl100{ padding-left:100px !important; }

/*------------------------------------------------
all 全方位
------------------------------------------------*/
	.ma00{ margin: 0 !important; }   .pa00{ padding: 0 !important; }

/*------------------------------------------------
センター寄せ
------------------------------------------------*/
.mc{ margin: 0 auto;}

/*****************************************

	フォントカラー　color

*****************************************/
.caution{ color:#f00 !important; }
.black{ color:#000 !important;}



/*****************************************

	フォントの太さ　font-weight

*****************************************/
.bold{font-weight:bold;}
strong,
.attention{
	display: inline;
	padding: 0 0.3em;
	/*background: #f8d8aa;*/
	background: linear-gradient(transparent 60%, #bdce6c 60%);
}

/*****************************************

	フォントサイズ　font-size

*****************************************/
.font9px{ font-size: 9px; }    .font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }  .font12px{ font-size: 12px; }
.font13px{ font-size: 13px; }  .font14px{ font-size: 14px; }
.font15px{ font-size: 15px; }  .font16px{ font-size: 16px; }
.font17px{ font-size: 17px; }  .font18px{ font-size: 18px; }
.font19px{ font-size: 19px; }  .font20px{ font-size: 20px; }
.font21px{ font-size: 21px; }  .font22px{ font-size: 22px; }
.font23px{ font-size: 23px; }  .font24px{ font-size: 24px; }
.font25px{ font-size: 25px; }  .font26px{ font-size: 26px; }
.font27px{ font-size: 27px; }  .font28px{ font-size: 28px; }
.font29px{ font-size: 29px; }  .font30px{ font-size: 30px; }

/*****************************************

	横幅　width

*****************************************/

.w100{width: 100px !important;}
.w110{width: 110px !important;}
.w120{width: 120px !important;}
.w130{width: 130px !important;}
.w140{width: 140px !important;}
.w150{width: 150px !important;}
.w160{width: 160px !important;}
.w170{width: 170px !important;}
.w180{width: 180px !important;}
.w190{width: 190px !important;}
.w200{width: 200px !important;}
.w210{width: 210px !important;}
.w220{width: 220px !important;}
.w230{width: 230px !important;}
.w240{width: 240px !important;}
.w250{width: 250px !important;}
.w260{width: 260px !important;}
.w270{width: 270px !important;}
.w280{width: 280px !important;}
.w290{width: 290px !important;}
.w300{width: 300px !important;}
.w310{width: 310px !important;}
.w320{width: 320px !important;}
.w330{width: 330px !important;}
.w340{width: 340px !important;}
.w350{width: 350px !important;}
.w360{width: 360px !important;}
.w370{width: 370px !important;}
.w380{width: 380px !important;}
.w390{width: 390px !important;}
.w400{width: 400px !important;}
.w410{width: 410px !important;}
.w420{width: 420px !important;}
.w430{width: 430px !important;}
.w440{width: 440px !important;}
.w450{width: 450px !important;}
.w460{width: 460px !important;}
.w470{width: 470px !important;}
.w480{width: 480px !important;}
.w490{width: 490px !important;}
.w500{width: 500px !important;}
.w510{width: 510px !important;}
.w520{width: 520px !important;}
.w530{width: 530px !important;}
.w540{width: 540px !important;}
.w550{width: 550px !important;}
.w560{width: 560px !important;}
.w570{width: 570px !important;}
.w580{width: 580px !important;}
.w590{width: 590px !important;}
.w600{width: 600px !important;}


/****************************************************************

float

****************************************************************/
	.fl { float: left; }        .fr { float: right; }       .clear { clear:both; }

/****************************************************************

text-align

****************************************************************/
	.al { text-align: left !important; }
	.ar { text-align: right !important; }
	.ac { text-align: center !important; }

/****************************************************************

clearfix

****************************************************************/
	.clearfix { zoom:1; }
	.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.hidden{ overflow: hidden;}

/****************************************************************

ellipsis

****************************************************************/
/*文章の省略*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/****************************************************************

display

****************************************************************/
.none { display: none !important;}
.block {display:block !important;}
.inline {display:inline;}
.inline-block{display:inline-block;}

/****************************************************************

position

****************************************************************/
.static{ position: static;}
.relative{ position: relative;}
.absolute{ position: absolute;}
.fixed{ position: fixed;}
