@charset "UTF-8";

/*
Theme Name: layerworks
Theme URI: https://www.layerworks.co.jp/
Description: layerworksオリジナル
Version: 3.1
Author: layerworks
Author URI: https://www.layerworks.co.jp/
*/





/*body設定*/

body {
	color: #444;
	font: 1.0em "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-color: #000000;
}

* {
	padding: 0px;
	margin: 0px;
}


/*リンクなどの色*/
 
a:link {
	color: #40B5FA;
	text-decoration: none;
}

a:visited {
	color: #40B5FA;
}

a:hover {
	color: #A4DCFC;
}

#wrapFooterLink a:link,
#wrapFooterLink a:visited,
#wrapCopyright a:link,
#wrapCopyright a:visited {
	color: #FFFFFF;
}


#wrapFooterLink a:hover {
	text-decoration: underline;
}

.gray a:link,
.gray a:visited {
	color: #7E7E7E;
	text-decoration: none;
}



/*一部フォント変更*/
.changeFont_01 {
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*マウスオーバー*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=90)";
 -webkit-transition: all 0.6s ease;
 -moz-transition: all 0.6s ease;
 -o-transition: all 0.6s ease;
 transition: all  0.6s ease;}


/*ページトップへ戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}





/*段落*/

#wrapContents p {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
}

#wrapContents p.p_nomargin {
	margin: 0px;
}

#wrapContents p.p_nomarginBottom {
	margin-bottom: 0px;
}


#wrapContents .table01 p,
#wrapContents .table02 p {
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

#wrapContents .table01 p:last-of-type,
#wrapContents .table02 p:last-of-type {
	margin-bottom: 0px;
}


#wrapBottom p {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.4em;
}


#wrapCopyright p {
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
}


#wrapContents .borderBox_caution p:last-child,
#wrapContents .borderBox_notice p:last-child,
#wrapContents .borderBox_normal p:last-child,
#wrapContents .boxedBack_caution p:last-child,
#wrapContents .boxedBack_notice p:last-child,
#wrapContents .boxedBack_normal p:last-child
 {
	margin-bottom: 10px;
}

.p_R {
	text-align: right;
}

.p_C {
	text-align: center;
}

.p_L {
	text-align: left;
}

.p_link {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(img/heading_12.png);
	text-indent: 20px;
}

.p_linkpdf {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(img/mark_pdf.png);
	padding-left: 20px;
}

.a_link {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(img/heading_11.png);
	padding-left: 20px;
}

.a_linkOut {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(img/heading_13.png);
	padding-left: 20px;
}

#wrapContents .p_big1 {
	font-size: 2.8em;
}

#wrapContents .p_big2 {
	font-size: 2.3em;
}

#wrapContents .p_big3 {
	font-size: 1.8em;
}

#wrapContents .p_small1 {
	font-size: 1.0em;
}

#wrapContents .p_small2 {
	font-size: 0.9em;
}

#wrapContents .p_small3 {
	font-size: 0.7em;
}


.mark_free {
	background: url(img/icon_free.png) no-repeat 0px 3px;
	padding-left: 22px;
}

.mark_tel {
	background: url(img/icon_tel.png) no-repeat 3px 3px;
	padding-left: 22px;
}




/*画像*/

.img_title_01 {
	margin-bottom: 30px;
}

.img_border {
	border: 1px solid #CCC;
}









/*WordPress　画像投稿用*/

img.alignnone {
	display: block;
	margin-bottom: 15px;
}

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}/* 配置位置 右 */

img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}/* 配置位置 左 */

img.aligncenter {
	display: block;
	margin: 0 auto;
}/* 配置位置 中央 */

div.aligncenter {
	margin: 0 auto;
	text-align: center;
}/* 配置位置 中央 キャプションあり*/




/*画像を囲むbox*/


/*中央寄せdiv*/
.imgbox_C {
	text-align: center;
	margin-bottom: 20px;
	display: block;
}








/*ul*/
 
#wrapContents ul {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}


#wrapContents ul li{
	line-height: 1.5em;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 6px 3px;
	background-image: url(img/heading_05.png);
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
}


#wrapContents ul ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
}

#wrapContents ul li li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
}



/*ol*/
 
#wrapContents ol {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 5px;
	text-indent: 5px;
	font-size: 1.2em;
}

#wrapContents ol li {
	line-height: 1.5em;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}




/***************************************
ボタン
 ***************************************/

.btn_01 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	outline: none;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.btn_01::before,
.btn_01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_01,
.btn_01::before,
.btn_01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_01:hover {
	background-color: #F9F9F9;
}




/***************************************
囲みbox_背景なし
 ***************************************/

.borderBox_normal {
	margin-bottom: 15px;
	border: 1px dotted #A9A9A9;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.borderBox_notice {
	margin-bottom: 15px;
	border: 1px dotted #EAC647;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.borderBox_caution {
	margin-bottom: 15px;
	border: 1px dotted #D00;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}






/***************************************
囲みbox_背景
 ***************************************/

.boxedBack_normal {
	border: 1px dotted #F0F0F0;
	background-color: #F5F5F5;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.boxedBack_notice {
	border: 1px dotted #DADADA;
	background-color: #FFFDEA;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.boxedBack_caution {
	border: 1px dotted #DADADA;
	background-color: #FFF3FA;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}



/*引用*/

blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
	background-color: #F9F9F9;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


/*コード*/

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}



 
/*フロート解除（不可視）*/
 
.clear {
	clear: both;
	visibility: hidden;
}


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */



/*下方向間隔調整（不可視）*/
 
.sp_S {
	clear: both;
	visibility: hidden;
	height: 30px;
}

.sp_M {
	clear: both;
	visibility: hidden;
	height: 90px;
}

.sp_L {
	clear: both;
	visibility: hidden;
	height: 150px;
}


/*区切り線*/
 
hr {
	color: #BBB;
}



/***************************************
強調
 ***************************************/
 
.stNormal {
	color: #9D7B1E;
}

.stNotice {
	color: #B7005B;
}

.stCaution {
	color: #F00;
}
