@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 20px;
    line-height: 1.8em;
    background-position: center top;
    background-attachment: fixed;
    background-color: #F4F4F4;
}	


/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #fff;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/**** 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;}




/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	margin: 0 auto;
	width: 840px;

}

#wrapper2, .inner{
	margin: 0 auto;


}

#bgbg{
	background-color: #E0E0E0;
	padding-bottom: 100px;
}



#header{
overflow:hidden;
}

#content{
	width: 840px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
}



#footer{
	clear: both;
	color: #FFF !important;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 25px;
	background-color: #000;
	font-size: 14px;	
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	text-align: center;
	z-index: 0;
	background-repeat: repeat;
	background-image: url(img/head2-bg.jpg);
	background-position: center;
	height: 619px;
}	


.post{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0px;
}


.toppage{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.m-bg{
    clear: both;
    text-align: center;
    z-index: 0;
    background-repeat: repeat;
    background-image: url(images/top-bg.jpg);
    background-position: center;
    padding-bottom: 30px;
}	


@media only screen and (max-width: 644px){
.m-bg{
    padding-bottom: 10px;
}	

}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 0px 0px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;

}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th{
padding:10px;

border-width: 0 0 2px 2px;
}

.post table td{
    padding: 18px;
    border-width: 0 0 2px 2px;
vertical-align: top;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}


.img-img{
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	padding-left: 20px;
}

.img-img2{
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	padding-right: 20px;
}


img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}


.gifu{
    margin-bottom: 25px;
    margin-top: 25px;
}

@media only screen and (max-width: 644px){
.gifu{
    width: 94%;
    margin-bottom: 25px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 25px;
}
}




/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:100%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	.toppage{
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}


#bgbg{
	background-color: #E0E0E0;
	padding-bottom: 40px;
}



.voice-text {
	text-align: left;
	background-image: url(images/voice_c.png);
	background-repeat: repeat-y;
	padding-top: 30px !important;
	padding-right: 35px !important;
	padding-bottom: 30px !important;
	padding-left: 35px !important;
	font-size: 16px !important;
	line-height: 24px !important;
    background-size:contain;
}

.voice-text2 {
	text-align: left;
	background-image: url(images/suisen_c.jpg);
	background-repeat: repeat-y;
	padding-top: 10px !important;
	padding-right: 35px !important;
	padding-bottom: 30px !important;
	padding-left: 35px !important;
	font-size: 16px !important;
	line-height: 24px !important;
    background-size:contain;
}

.text-text {
	font-size: 16px !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	line-height: 26px;
	padding-top: 10px!important;
	padding-bottom: 17px!important;
}

.text-text3 {
	font-size: 18px !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	line-height: 26px;
	padding-top: 45px!important;
	padding-bottom: 30px!important;
}
.text-text4 {
	font-size: 18px !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	line-height: 26px;
	padding-top: 45px!important;
	padding-bottom: 30px!important;
}

.text-text5 {
	font-size: 18px !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	line-height: 26px;
	padding-top: 45px!important;
	padding-bottom: 30px!important;
}

.text-text6 {
	font-size: 18px !important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	line-height: 26px;
	padding-top: 25px!important;
	padding-bottom: 30px!important;
}
.prof-text {
	text-align: left;	
	background-color: #f1f1f1;
	background-repeat: repeat-y;
	padding-top: 30px !important;
	padding-right: 35px !important;
	padding-bottom: 30px !important;
	padding-left: 35px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin-top: -25px !important;
}


.form-form{
	background-image: url(img/moc/moc2-bg_02.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	margin-top: -20px;
background-size: cover;
	margin-bottom: -5px;
}

}



/* ---------------------------------------------------------------------
枠
--------------------------------------------------------------------- */


.waku-01 {
	text-align: left;
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	background-color: #E7E7E7;
}


.waku-06 {
	text-align: left;
	background-image: url(img/system_02.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 85px;
	padding-bottom: 20px;
	padding-left: 85px;
	margin-top: -30px;
}

.waku-05 {
	text-align: left;
	padding-top: 20px;
	padding-right: 85px;
	padding-bottom: 20px;
	padding-left: 85px;
	width: 80%;
	border: thin solid #CCC;
	line-height: 26px;
}


.voice {
	line-height: 0px;
}

.voice-text {
	text-align: left;
	background-image: url(images/voice_c.png);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-right: 85px;
	padding-bottom: 60px;
	padding-left: 85px;
	font-size: 20px;
	line-height: 1.8em;
}

.voice-text2 {
	text-align: left;
	background-image: url(images/suisen_c.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 85px;
	padding-bottom: 60px;
	padding-left: 85px;
	font-size: 20px;
	line-height: 1.8em;
}


.prof-text {
	text-align: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 18px;
	line-height: 28px;
	background-color: #f1f1f1;
	margin-top: -30px;
}



.sub-head {
	text-align: center;
	background-image: url(images/sub-bg.jpg);
	background-repeat: repeat;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
	line-height:20px;
}


.sub-titile {
  font-size: 5vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  line-height: 30px;
  font-family: "ヒラギノ角ゴ Pro W3";
}
 .sub-y  {
  font-size: 6vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
	color: #FFFF00;
  font-family: "ヒラギノ角ゴ Pro W3";
}

@media(min-width:700px) {
 .sub-titile{
    font-size:  50px;
	  line-height: 75px;
  }
  .sub-y {
	font-size: 65px;

}

.sub-head {
	text-align: center;
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 5%;
	padding-bottom: 25px;
	padding-left: 5%;
}


}




.top-titile {
	font-size: 6vw;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	color: #C60000;
}


.top-r {
	font-size: 32px;
	color: #c50e10;
	font-weight: bold;
		line-height: 38px;
}



@media(min-width:700px) {


.top-r {
	font-size: 48px;
	color: #c50e10;
	font-weight: bold;
	line-height: 55px;
}

.top-titile {
	font-size: 32px;
	font-weight: bold;
}

}



.text-text {
	padding-right: 50px;
	padding-left: 50px;
	line-height: 30px;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.8em;
	text-align: left;
}



.text-text2 {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 30px;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #c8a849;
	line-height: 1.8em;
	margin-top: -12px;
}



@media only screen and (max-width: 644px){
.text-text2 {
	line-height: 30px;
	font-size: 20px;
	background-color: #Fc8a849;
	padding: 5%;
	margin-top: -15px;
}

}




.riyu {
	background-size: contain;
	background-image: url(img/bana-bg01.jpg);
	background-repeat: repeat-x;
}

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

.riyu {
	text-align: left;
	background-size: contain;
	background-color: #000;
	font-size: 16px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	line-height: 1.8em;
}


}




/* ---------------------------------------------------------------------
フォント
--------------------------------------------------------------------- */

.black{color:#000000;}
.black10{
	color: #000000;
	font-size: 10px;
	line-height: 16px ;
}
.black14{color:#000000;font-size:14px ;line-height: 20px !important;}
.black18{color:#000000;font-size:18px;}
.black24{color:#000000;font-size:24px;}
.black30{color:#000000;font-size:30px;}

.black-b{color:#000000;font-weight: bold;}
.black-b-u{color:#000000;font-weight: bold; bold;text-decoration: underline;}
.black10-b{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	word-break: break-all;
	line-height: 16px;
}
.black18-b{color:#000000;font-size:18px;font-weight: bold;}
.black24-b{color:#000000;font-size:24px;font-weight: bold;}
.black30-b{color:#000000;font-size:30px;font-weight: bold;}

.black-b-y{color:#000000;font-weight: bold;background:#FFFF99;}
.black10-b-y{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99;}
.black18-b-y{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99;}
.black24-b-y{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99;}
.black30-b-y{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99;}

.black-b-y-u{color:#000000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black10-b-y-u{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black18-b-y-u{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black24-b-y-u{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.black30-b-y-u{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}



.red{color:#CA0000;}
.red10{color:#CA0000;font-size:10px;}
.red18{color:#CA0000;font-size:18px;}
.red24{color:#CA0000;font-size:24px;}
.red40{color:#CA0000;font-size:40px;}

.red-b{color:#CA0000;font-weight: bold;}
.red-b-u{color:#CA0000;font-weight: bold;text-decoration: underline;}
.red10-b{color:#CA0000;font-size:10px;font-weight: bold;}
.red18-b{color:#CA0000;font-size:18px;font-weight: bold;}
.red24-b{color:#CA0000;font-size:24px;font-weight: bold;}
.red24-b-u{color:#CA0000;font-size:24px;font-weight: bold;text-decoration: underline;}




.red-b-y{
	color: #CA0000;
	font-weight: bold;
	background: #FFFF99;
}
.red10-b-y{color:#CA0000;font-size:10px;font-weight: bold;background:#FFFF99;}
.red18-b-y{color:#CA0000;font-size:18px;font-weight: bold;background:#FFFF99;}
.red24-b-y{color:#CA0000;font-size:24px;font-weight: bold;background:#FFFF99;}
.red30-b-y{color:#CA0000;font-size:30px;font-weight: bold;background:#FFFF99;}

.red-b-y-u{color:#CA0000;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red10-b-y-u{color:#CA0000;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red18-b-y-u{color:#CA0000;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red24-b-y-u{color:#CA0000;font-size:24px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.red30-b-y-u{color:#CA0000;font-size:30px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}



.blue{color:#0000FF;}
.blue10{color:#0000FF;font-size:10px;}
.blue18{color:#0000FF;font-size:18px;}

.blue-b{color:#0000FF;font-weight: bold;}
.blue10-b{color:#0000FF;font-size:10px;font-weight: bold;}
.blue18-b{color:#0000FF;font-size:18px;font-weight: bold;}

.blue-b-y{color:#0000FF;font-weight: bold;background:#FFFF99;}
.blue10-b-y{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99;}
.blue18-b-y{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99;}

.blue-b-y-u{color:#0000FF;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue10-b-y-u{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue18-b-y-u{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
.blue18-b-u{color:#0000FF;font-size:18px;font-weight: bold;bold;text-decoration: underline;}



.gray{color:#999999;}
.gray10{color:#999999;font-size:10px;}
.gray18{color:#999999;font-size:18px;}

.gray-b{color:#999999;font-weight: bold;}
.gray10-b{color:#999999;font-size:10px;font-weight: bold;}
.gray18-b{color:#999999;font-size:18px;font-weight: bold;}


.ore{color:#CA0000;}
.ore18{color:#CA0000;font-size:18px;}




    .fb-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	
	.fb32-b{color:#000000;font-size:32px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:32px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:32px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99; bold;text-decoration: underline;}

@media only screen and (max-width: 644px){
	
	.fb-b{color:#000000;font-size:22px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:22px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}

	.fb32-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:28px;font-weight: bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:28px;font-weight: bold; bold;text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	}
	
	


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


input:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




/*============================================================================
*
*フォーム　インライン
*
============================================================================*/
.atnArea {
  width: 600px;
  height: 70px;
  margin: 0px auto;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  overflow: auto;
  border: 1px solid #ccc;
  color: #000;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
.atnArea {
    width: 90%;
    font-size: 10px;
    height: 60px;
  }
}


/*==============================================================================================
*
* QaSection
*
==============================================================================================*/

.qa {
	padding: 50px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
.qa {
	padding: 5%;
	position: relative;
	z-index: 1;
}
}



li {
  list-style: none;
}

#QaSection {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
#QaSection h2 {
  text-align: center;
  margin-bottom: 30px;
}
#QaSection li {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 10px;
}
#QaSection li:last-child {
  margin-bottom: 0;
}
#QaSection li .box {
  position: relative;
}
#QaSection li .box .icon {
  width: 33px;
  height: 33px;
  background: #000000;
  border-radius: 33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: absolute;
}
#QaSection li .box h3, #QaSection li .box p {
  padding-left: 40px;
}
#QaSection li .box h3 {
	font-size: 21px;
	line-height: 1.5em;
	padding-top: 1px;
	font-weight: bold;
}
#QaSection li .box p {
  padding-top: 5px;
}
#QaSection li .box p a {
  color: #559a1a;
  text-decoration: underline;
}
#QaSection li .box.answer {
  margin-top: 13px;
}
#QaSection li .box.answer .icon {
	background-color: #C45500;
}
@media screen and (max-width: 768px) {
  #QaSection li {
    padding: 20px 15px;
  }
  #QaSection li:last-child {
    margin-bottom: 0;
  }
  #QaSection li .box {
    position: relative;
  }
  #QaSection li .box .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 8px;
    font-size: 13px;
  }
  #QaSection li .box h3, #QaSection li .box p {
    padding-left: 36px;
  }
  #QaSection li .box h3 {
    font-size: 18px;
  }
  #QaSection li .box p {
    font-size: 14px;
  }
  #QaSection li .box.answer {
    margin-top: 13px;
  }
  #QaSection li .box.answer .icon {
    background: #d90000;
  }
}

#QaSection {
	background-color: #fff;
	margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #QaSection h2 img {
    width: 150px;
    height: auto;
  }
}
#QaSection li {
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
}
#QaSection .question .icon {
  background: #131A22 !important;
}
#QaSection .answer .icon {
	background-color: #131A22;
}
#QaSection .question.box {
  border-bottom: 1px dotted #c4c4c4 !important;
  padding-bottom: 15px;
}
#QaSection p {
  line-height: 1.8em;
  font-size: 16px;
}






.font-r22 {
	font-size: 22px;
	color: #c50e10;
	font-weight: bold;
		line-height: 38px;
}

.font-r30 {
	font-size: 30px;
	color: #c50e10;
	font-weight: bold;
		line-height: 38px;
}

.font-b30 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
		line-height: 38px;
}

@media only screen and (max-width: 644px){
.font-r22 {
	font-size: 22px;
	color: #c50e10;
	font-weight: bold;
		line-height: 38px;
}

.font-r30 {
	color: #c50e10;
	font-size: 5.5vw;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	line-height: 30px;

}



.font-b30 {
	color: #000000;
	font-size: 5.5vw;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	line-height: 30px;

}

}




.leftTop3 ul li{
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(img/bullet.png) no-repeat 0 8px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}



.video {
    position: relative;
    height: 0;
    padding: 0px 0 56.25%;
    overflow: hidden;
    text-align: center;

}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (max-width: 644px){
	
.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	text-align: center;
    margin-top: 0px;
}


.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;

}


}


CSS記述
#fixbnr{
 position:fixed;
 bottom:10px;
 right:50px;
 z-index:999;
}
#fixbnr img{
width:250px;
}

#fixbnr{
 position:fixed;
 bottom:10px;
 right:50px;
 z-index:999;
}
#fixbnr img{
width:250px;
}

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }


#fixbnr{
 position:fixed;
 bottom:-10px;
 right:0px;
 z-index:999;}

#fixbnr img{
    width: 50%;
    float: right;
    padding-bottom: 10px;
	}

}


/* 左右上下の配置プラン２ */

 
.rwdBox2 {
	width: 100%;

}


/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox2 img{
        max-width:100%;
    }
	
	.rwdBox-text{
    color: #000000;
    line-height: 25px !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
    font-size: 14px;
    margin-top: 3%;
    margin-bottom: 3%;
}
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox2{
        overflow:auto;
    }
    .leftTop2{
	float: left;
	width: 47%;
	padding-right: 4%;
    }
    .rightBottom2{
	width: 47%;
	overflow: auto;
    }
}


.rwdBox-text{
    color: #000000;
    line-height: 28px !important;
    margin-left: 3%;
    margin-right: 2%;
    text-align: left;
}
