@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans Japanese", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow: hidden;
    position: relative;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	opacity: 0.6;			/*マウスオン時の透明度*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}



/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_footer {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.inner_topics {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 10px auto;
	padding: 0 2%;
}

.clear {clear: both;}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

/*ロゴ画像*/
header #logo {
	max-width: 450px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 0px;
	position: relative;
}

.head-cap{
	text-align: right;
	padding-top: 50px;
}

.float_l{
	float: left;	/*左に回り込み*/
}

.float_r{
	float: right;	/*左に回り込み*/
}

.sh_black{
	background-color: black;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: left;
	position: relative;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #333;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
	padding-top: 5px;
	padding-bottom: 5px;
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}


/*各body部分 
---------------------------------------------------------------------------*/

.body01{
	max-width: 650px;
	margin: 20px auto 50px 15%;
	text-align: left;
}

.company{
	margin: 100px auto 20px auto;
	text-align: center;
	width: 250px;
}

/*各ページフォント 
---------------------------------------------------------------------------*/

.contents_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: -10px;
	letter-spacing: 0.1em;
	color: #707070;
	text-align: center;
}

.contents_txt1{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 18px;
	color: black;
	text-align: center;
}

.contents_txt2{
	font-family: "Arial" !important;
	font-style: normal;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: center;
}






/*その他
---------------------------------------------------------------------------*/
.pc {display:block;}

.sh {display:none;}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:811px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:auto;
	overflow: hidden;
}

header #logo {
	width: 300px;	/*ロゴ画像の幅*/
}

.head-cap{
	font-size: 18px;
	padding: 40px 0px 0px 0px;
}

.body01{
	max-width: 650px;
	margin: 20px auto 50px 5%;
	text-align: left;
}


}




/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



@media screen and (min-width: 481px) {

body{
	max-width: 100%;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 

/*全体の設定
---------------------------------------------------------------------------*/
body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main{
	padding-top: 0px;
}

.inner_topics {
	max-width: 98%;	/*サイトの最大幅*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #ffff;	/*背景色*/
	padding-top: 5px;
	padding-bottom: 5px;
}


/*各body部分 
---------------------------------------------------------------------------*/

.body01{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.company{
	margin: 45px auto 10px auto;
	width: 200px;
}


/*各ページフォント 
---------------------------------------------------------------------------*/

.contents_title{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: -5px;
	letter-spacing: 0.1em;
	color: #707070;
	text-align: center;
}

.contents_txt1{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 14px;
	color: black;
	text-align: center;
}

.contents_txt2{
	font-family: "Arial" !important;
	font-style: normal;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	color: black;
	text-align: center;
}

.contents_txt3{
	font-family: "Arial" !important;
	font-style: normal;
	font-size: 23px;
	font-weight: bold;
	margin-top: 18px;
	letter-spacing: 0.1em;
	color: black;
	text-align: center;
}

.contents_txt4{
	font-family: "リュウミン M-KL" !important;
	font-style: normal;
	font-size: 14px;
	margin: 100px auto 20px auto;
	color: black;
	text-align: center;
}



/*社会貢献活動
---------------------------------------------------------------------------*/
.sh_body{
	width: 98%;
	margin: 0 auto;
}


/*その他
---------------------------------------------------------------------------*/
.sh {
	display:block;
	text-align: center;
}
.pc {display:none;}



}
