@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.fwTtlBold01 { 
    font-size: 1.2em;
    font-weight: bold;
    color: #D00904;
 }
.fwBold02 { 
    font-size: 1.2em;
    font-weight: bold;
    color: #0088b2;
 }

/* 注意書き */
.notesTxt01 {
	font-size: 11px;
    color: #848484;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}
.notesTxt02 {
    color: #848484;
	font-size: 10px;
	line-height: 1.4em;
	text-indent: 1.1em;
	padding-left: 10px;
	text-indent: -1.0em;
    padding-left: 5px;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mBtm0 { margin-top: 0 !important; }
.mBtm0 { margin-bottom: 0 !important; }
.mBtm5 { margin-bottom: 5px !important; }
.t_center{ text-align:center !important;}
.mBtm10{
margin-bottom: 10px !important;
}
.mBtm15{
margin-bottom: 15px !important;
}
.mBtm20{
margin-bottom: 20px !important;
}
.mBtm30{
margin-bottom: 30px !important;
}
.mBtm40{
margin-bottom: 40px !important;
}
.mBtm50{
margin-bottom: 50px !important;
}
.mBtm60{
margin-bottom: 60px !important;
}
.mBtm70{
margin-bottom: 70px !important;
}
.mBtm80{
margin-bottom: 80px !important;
}
.mBtm90{
margin-bottom: 90px !important;
}
.mBtm100{
margin-bottom: 100px !important;
}

.mTop5 { margin-top: 5px !important; }
.t_center{ text-align:center !important;}
.mTop10{
margin-top: 10px !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 23px;
	padding-bottom: 14px;
	color: #555;
	/*font-size: 18px;*/
	font-size: 28px;
	border-bottom: 1px solid #DBDBDB;
}
#main .headLine02 {
	margin-bottom: 11px;
	color: #444;
	font-size: 24px;
}
#main .headLine03 {
	margin-bottom: 22px;
	color: #444;
	font-size: 16px;
}
#main .headLine04 {
	margin-bottom: 10px;
	color: #444;
	font-size: 18px;
}
#main .headLine05 {
	margin-bottom: 10px;
	color: #0872CB;
	font-size: 17px;
}


/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact .mailForm h3 {
	margin-bottom: 21px;
	color: #444;
	font-size: 16px;
}

.comContact .mailForm table {
	width: 612px;
}

.comContact .mailForm td {
	padding: 10px 0;
	color: #444;
	font-size: 12px;
}

.comContact .mailForm td li {
	margin-right: 19px;
	float: left;
}

.comContact .mailForm td dt {
	margin-bottom: 10px;
}

.comContact .mailForm td dt span {
	color: #cd0e0e;
	font-size: 10px;
}
.comContact .mailForm td .note01 {
	color: #999;
	font-size: 10px;
	line-height: 1.4em;
}
.comContact .mailForm td span.note02 {
	color: #cd0e0e;
	font-size: 10px;
}


.comContact .mailForm td input[type="text"],.comContact .mailForm td input[type="email"],.comContact .mailForm td input[type="tel"]{
	height: 39px;
	line-height: 39px;
	width: 223px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
}

.comContact .mailForm td input[type="text"].normal02 {
	height: 39px;
	line-height: 39px;
	width: 223px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	margin-bottom: 5px;
}
.comContact .mailForm td input[type="text"].normal03 {
	height: 25px;
	line-height: 25px;
	width: 100px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	margin-bottom: 5px;
}
.comContact .mailForm td input[type="email"].wid01,.comContact .mailForm td input[type="text"].wid01,.comContact .mailForm td input[type="tel"].wid01 {
	width: 295px;
}

.comContact .mailForm td select {
	height: 25px;
	line-height: 39px;
	width: 90px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
		margin-bottom: 5px;
}
.comContact .mailForm td textarea {
	height: 94px;
	width: 100%;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}
.comContact .mailForm td textarea.address {
	height: 63px;
	width: 100%;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}

.contact2{

margin-top:22px;
}



/*------------------------------------------------------------
	#back-top
------------------------------------------------------------*/
#back-top {
    border: 1px solid #d0d0d0;
    bottom: 12px;
    display: none;
    margin-bottom: 0;
    margin-right: 1px;
    padding: 1px;
    position: fixed;
    right: 12px;
    z-index: 100;
}
#back-top a {
    background-color: #222222;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: 45px;
    z-index: 0;
}
#back-top a > i {
    font-size: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
#back-top a:hover {
    background-color: #0088b2;
}

.oppLink01 a {
	color: #555;
	text-decoration: none;
}
.oppLink01 a:hover {
	color: #0872CB;
	text-decoration: none;
}

/*------------------------------------------------------------
	imgHover
------------------------------------------------------------*/
.imgHover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover .imgHover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*------------------------------------------------------------
	textHover
------------------------------------------------------------*/
.textHover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sp {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}

/*------------------------------------------------------------
		comContact
------------------------------------------------------------*/
	.comContact .mailForm table {
		width: 100%;
	}
	
	.comContact .mailForm td li {
		margin: 0 0 20px 0;
		float: none;
	}
	
	.comContact .mailForm td li:last-child {
		margin-bottom: 0;
	}
	
	.comContact .mailForm td input[type="text"] {
		width: 38%;
	}
	
	.comContact .mailForm td input.wid01[type="text"] {
		width: 50%;
	}

.comContact .mailForm td input[type="email"].wid01, .comContact .mailForm td input[type="text"].wid01, .comContact .mailForm td input[type="tel"].wid01,.comContact .mailForm td input[type="text"], .comContact .mailForm td input[type="email"], .comContact .mailForm td input[type="tel"] {
    width:100%;
}

.comContact .mailForm td textarea {
     height: 94px;
     width: 85%;
     margin-right: 10px;
}

.noprint{
width:85%;
}
}
/*------------------------------------------------------------
		textt
------------------------------------------------------------*/
.stgTxt01 {
	color: #333 !important;
	/*font-size: 13px;*/
font-size:16px;
}

/*------------------------------------------------------------
		span
------------------------------------------------------------*/
span.entry01 {
    color: #0872CB;
    margin-left: 3px;
}

