@charset "utf-8";
/* CSS Document */


/*PCのCSS　はじめ*/
@media screen and (min-width:640px) {

/*全体　はじめ*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

body {
	background-repeat: repeat-x;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic','Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue", arial, helvetica, ,sans-serif;

	margin-left: auto;
	margin-right: auto;
	
}
p {
	font-size: 16px;
	line-height: 24px;
}


html {
  min-height: 100%;
  position: relative;
}
 


.border {
	clear: both;
}

a {
	color: #ff8080;
	text-decoration: underline;
}

a img {
	border:none;
}


.p_pink {
	color: #ff0080;
}

.p_red {
	color: #db3737;
}

p.small {
	font-size: 12px;
}

p.big {
	font-size: 20px;
	font-weight: bold;
}

a:hover img {
	opacity: 0.6 ;
}




/*全体 おわり*/




/*header はじめ*/
#header {
	width: 1000px;
	/*width: calc(100% - 0px);
		padding-left: 20px;
		padding-right: 20px;*/
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: solid 2px #d81e1f;
}

#header h1 {
	display: inline-block;
	font-size: 22px;
	color: #d81e1f;
	height: 58px;
	font-weight: bold;
	padding-top: 28px;

}

#header ul {
	display: block;
	width: 190px;
	float: right;
    text-align: center;
	margin-top: 8px;
	
}

ul.sns_navi li {
	display: inline;
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
}

ul.sns_navi li img {
  width: 25px;
  height: auto;
  vertical-align:middle;  
}

ul.sns_navi li a{
	color: #d81e1f;
	text-decoration: underline;
}

ul.sns_navi li a:hover{
	color: #FFDDFF;
	text-decoration: underline;
}

 img.logo {

	opacity: 1;
}

#header h1.logo  {
	background:  url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 58px;
	padding-left: 80px;
}

/*header おわり*/







/*g_navi はじめ*/

#g_navi {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: both;
	height: 60px;
	/*border-top: solid 2px #d81e1f;
	border-bottom: solid 1px #d81e1f;*/
	background-color: #FFFFFF;
}


#g_navi ul {
	letter-spacing: -0.5em;
	font-size: 18px;
}

#g_navi ul a {
	color: #d81e1f;
	text-decoration: none;
}

#g_navi ul a:hover {
	color: #FFDDFF;
	text-decoration: underline;
}


#g_navi ul li {
	display: inline-block;
	width: 180px;
	height: 45px;
	vertical-align: middle;
	letter-spacing: normal;
	padding-top: 20px;
	padding-left: 55px;
	
}

.ico_01 {

	background:  url(../images/g_navi_01_01.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
    background-size: 40px;
    
}

.ico_02 {
	background:  url(../images/g_navi_02_02.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
	background-size: 40px;
}



.ico_03 {
	background:  url(../images/g_navi_04_04.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
	background-size: 40px;
}

.ico_04 {
	background:  url(../images/g_navi_06_06.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
    background-size: 40px;
}


/*g_navi おわり*/






/*bread はじめ*/
#bread_list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#bread_list a {
	color: #d81e1f;
	text-decoration: none;
}


/*bread おわり*/






/*container はじめ*/
#container {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}

/*container おわり*/





/*contents はじめ*/
#contents {
	width: 960px;
	float: left;
}

h2 {
	border-left: solid 10px #d81e1f;
	font-size: 20px;
	padding-left: 15px;
	margin-bottom: 20px;	
	color: #d81e1f;
}


/*contents おわり*/




/*footer はじめ*/

#footer {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #d81e1f;
	text-align: center;
	margin:auto;
	overflow:hidden;

	border-top: solid 2px #d81e1f;
	/*border-bottom: solid 1px #d81e1f;*/
}

#footer h4 {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul#footer_navi {
	width: 500px;
	display: inline-block;
	vertical-align: top;
}

ul#footer_navi li {
	display: inline;
	font-size: 14px;
	border-right: solid 1px #d81e1f;
}

ul#footer_navi li a {
	color: #d81e1f;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	
}

ul#footer_navi li a:hover{
	color: #FFDDFF;
	text-decoration: underline;
}

ul#footer_navi li:last-child {
	border-right: none;
}


p#copy_r {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}


/*footer おわり*/




/*トップページ はじめ*/
#main {
	margin-bottom: 40px;
}
#main img{
width: 930px;
height: 400px;
}


.index_contents {
	border: solid 1px #cccccc;
	margin-bottom: 40px;
}

.index_contents dl {
	border-bottom: dashed 1px #cccccc;
	margin: 10px;
}



.index_contents dl:last-child {
	border-bottom: none;
	
}

.index_contents dl dt {
	display: inline-block;
	vertical-align: top;
}


.index_contents dl dt img {
	border: solid 1px #cccccc;
}

.index_contents dl dd {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

/*トップページ おわり*/



/*#index sitemap はじめ*/

#sitemap p {
	list-style: none;
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 15px;
}

#sitemap p.btn_inq {
	width: calc(100% - 80%);
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	background: #d81e1f;
	margin-left: 50px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	}

	#sitemap p.btn a,
	#sitemap a.btn_normal.redStrong a {
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	display: block;
		opacity: 0.6 ;
	}

	#sitemap a.btn_normal.redStrong {
	color: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	background: #d81e1f;
	}
	#sitemap a.btn_normal.redStrong:hover {
	opacity: 0.6 ;
}
#sitemap .social {
	width: 100%;
	display: flex;
	justify-content: start;
	margin: 10px 0 0 30px;
    list-style-type: none;
}


#sitemap .social li {
	line-height: 30px;
}

#sitemap .social li i {
	font-size: 30px;
}

#sitemap .social .fa-line{
	background:  url(../images/Logo-Line.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-line{
   position:relative;
 }
#sitemap .social .qr-line::after{
  content: '';
  background:url(../images/qr-line.jpg);
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: 180px;
  z-index: auto;
  top: -140px;
  right: -600px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 3mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-line:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-WeChat{
	background:  url(../images/Logo-WeChat.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-WeChat{
   position:relative;
 }
#sitemap .social .qr-WeChat::after{
  content: '';
  background:url(../images/qr-wechat.jpg);
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: 180px;
  z-index: auto;
  top: -140px;
  right: -550px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 3mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-WeChat:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-facebook{
	background:  url(../images/Logo-Facebook.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-facebook{
   position:relative;
 }
#sitemap .social .qr-facebook::after{
  content: '';
  background:url(../images/qr-facebook.jpg);
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: 180px;
  z-index: auto;
  top: -140px;
  right: -500px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 3mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-facebook:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-twitter{
	background:  url(../images/Logo-Twitter.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .fa-Sina_Weibo{
	background:  url(../images/Logo-Sina_Weibo.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social li a:hover {
	opacity: 0.5 ;
}

/*index sitemap おわり*/



/*イラスト一覧 はじめ*/

#illust_list {
letter-spacing: -0.5em;
}


#illust_list dl {
	display: inline-block ;
	color: #000000;
	text-decoration: none;
	border: solid 1px #cccccc;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	letter-spacing: normal;
	margin-bottom: 30px;
	font-size: 15px;
}


#illust_list dl img {
	border: solid 1px #cccccc;
	margin-bottom: 5px;
	width: 265px;
    height: auto;

}

/*イラスト一覧 おわり*/




/*イラスト個別ページ はじめ*/

#illust_page dt {
	text-align: center;
	
}

#illust_page dd {
	margin-top:30px;
	font-size: 16px;
	line-height: 24px;
}

#illust_page dd.back_btn {
	text-align: center;
	margin-bottom: 20px;
}

#sidebar img.side_btn {
	border: none;
	margin-bottom: 30px;
}


/*イラスト個別ページ おわり*/




/*イベント はじめ*/
#event_contents dl {
	border: solid 1px #cccccc;
	padding: 15px;
	margin-bottom: 30px;
}

#event_contents dl dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#event_contents dl dd {
	font-size: 15px;
	line-height: 24px;
}

/*イベント おわり*/



/*a事業活動 はじめ*/
#member_contents dl {
	border: solid 1px #cccccc;
	padding-top: 15px;
	margin-left: 25px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	min-height: 140px;
	width: 860px;

}

#member_contents dt {
	display: inline-block;
	vertical-align: top;
}

#member_contents dt img {
	border: solid 1px #cccccc;

	width: 220px;
    height: auto;
}

#member_contents dd {
	display: inline-block;
    width: 600px;
	vertical-align: top;
}

#member_contents dd.more_btn {
	display: block;
	background-color: #d81e1f;
	text-align: center;
	padding: 5px;
	width: 100px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

#member_contents dd.more_btn a {
	color: #FFFFFF;
	text-decoration: none;
}

#member_contents dd ul {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

#member_contents dd ul li {
	margin-bottom: 5px;
}


/*a事業活動 おわり*/




/*お問い合わせ はじめ*/
#contact_contents  {
    width: 88%;
}

#contact_contents p {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
#contact_contents hc {
	display: inline-block;
	font-size: 18px;
	color: #d81e1f;
	font-weight: bold;
	margin-left: 0px;
}

#contactOK_contents  {
    width: 100%;
}

#contactOK_contents p {
	list-style: none;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
#contactOK_contents button {
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
}
/*お問い合わせ おわり*/


/*s組織紹介 はじめ*/
#profile_contents  {
    width: 90%;
}

#profile_contents p {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 20px;
}
/*s組織紹介 おわり*/


/*error はじめ*/

#error_contents  {
    width: 100%;
}
#error_contents p {
	list-style: none;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 15px;
	color: #000000;
}
#error_contents button {
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
/*error おわり*/

}
/*PCのCSS　おわり*/










/*SPのCSS　はじめ*/
@media screen and (max-width:640px) {

/*全体　はじめ*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

body {/**********変更点**********/
	background-repeat: repeat-x;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic','Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue", arial, helvetica, ,sans-serif;
	
	word-wrap:break-word;

	
}
p {
	font-size: 16px;
	line-height: 24px;
}


html {
  min-height: 100%;
  position: relative;
}
 


.border {
	clear: both;
}

a {
	color: #b64444;
	text-decoration: underline;
}

a img {
	border:none;
}


.p_pink {
	color: #cb4747;
}

.p_red {
	color: #db3737;
}

p.small {
	font-size: 12px;
}

p.big {
	font-size: 16px;
	font-weight: bold;
}

a:hover img {
	opacity: 0.6 ;
}




/*全体 おわり*/




/*header はじめ SP*/
#header {/**********変更点**********/
	width: calc(100% - 0px);
	text-align: left;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;

}


#header h1 {/**********変更点**********/
	display: inline-block;
	font-size: 12px;
	color: #d81e1f;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 20px;
	height: 38px;
}



#header ul {/**********変更点**********/
	display: block;
	float: right;
	text-align: center;
	margin-top: 5px;
}

#header ul.sns_navi li {
	display: inline;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 9px;
}


#header ul.sns_navi li img {
  width: 15px;
  height: auto;
  vertical-align:middle;  
}

a:hover img.logo {
	opacity: 1;
}
#header h1.logo  {
	background:  url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 38px;
	padding-left: 40px;
}

/*header おわり*/



/*g_navi はじめ*/

#g_navi {/**********変更点**********/
	width: calc(100% - 0px);
	text-align: center;
	background-color:#ffffff;
}


#g_navi ul {/**********変更点**********/
	width: 100%;
	letter-spacing: -0.5em;
	font-size: 12px;
	list-style: none;
	border-bottom: none;
	padding-bottom: 20px;
}

#g_navi ul a {
	color: #d81e1f;
	text-decoration: none;
}

#g_navi ul a:hover {
	color: #ff80ff;
	text-decoration: underline;
}


#g_navi ul li {/**********追加・変更点**********/
	display: inline-block;
	border-right: solid 1px #d81e1f;
	text-align: center;
	vertical-align: top;
	letter-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#g_navi ul li:last-child {/**********追加更点**********/
border-right:none;
}



#g_navi ul li.ico_01 {/**********変更点**********/
width: 24%;
}

.ico_02 {/**********変更点**********/
width: 24%;
}


.ico_03 {/**********変更点**********/
width: 24%;
}

.ico_04 {/**********変更点**********/
width: 24%;

}


/*g_navi おわり*/




/*bread はじめ*/
#bread_list {/**********変更点**********/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 10px;

}
#bread_list a {
	color: #d81e1f;
	text-decoration: none;
}


/*bread おわり*/




/*container はじめ*/
#container {/**********変更点**********/
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}

/*container おわり*/





/*contents はじめ*/
#contents {/**********変更点**********/
	width: 100%;
}

h2 {
	border-left: solid 10px #d81e1f;
	font-size: 16px;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #d81e1f;
}


/*contents おわり*/


/*footer はじめ*/

#footer {
	width: calc(100% - 0px);
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #d81e1f;
	text-align: center;

}

#footer h4 {/**********変更点**********/
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

ul#footer_navi {/**********変更点**********/
}

ul#footer_navi li {/**********変更点**********/
	display: inline;
	font-size: 12px;
}

ul#footer_navi li a {/**********変更点**********/
	color: #d81e1f;
	text-decoration: none;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	
}

ul#footer_navi li:last-child {
	border-right: none;
}


p#copy_r {/**********変更点**********/
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 5px;
}


/*footer おわり*/




/*トップページ はじめ*/
#main {/**********変更点**********/
	margin-bottom: 40px;
}

#main img {/**********追加点**********/
width: 100%;
}

.index_contents {
	border: solid 1px #cccccc;
	margin-bottom: 40px;
}

.index_contents dl {
	border-bottom: dashed 1px #cccccc;
	margin: 10px;
}



.index_contents dl:last-child {
	border-bottom: none;
	
}

.index_contents dl dt {/**********変更点**********/
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin-right: 10px;
}


.index_contents dl dt img {/**********変更点**********/
	border: solid 1px #cccccc;
	
	width: 100%;
}

.index_contents dl dd {/**********変更点**********/
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

/*トップページ おわり*/



/*#index sitemap はじめ*/

#sitemap p {
	list-style: none;
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 15px;
}

#sitemap p.btn_inq {
	width: calc(100% - 60%);
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	background: #d81e1f;
	margin-left: 40px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	}

	#sitemap p.btn a,
	#sitemap a.btn_normal.redStrong a {
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	display: block;
		opacity: 0.6 ;
	}

	#sitemap a.btn_normal.redStrong {
	color: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 15px;
	display: inline-block;
		text-decoration: none;
	background: #d81e1f;
	}
	#sitemap a.btn_normal.redStrong:hover {
	opacity: 0.6 ;
}
#sitemap .social {
	width: 100%;
	display: flex;
	justify-content: start;
	margin: 10px 0 0 15px;
    list-style-type: none;
}


#sitemap .social li {
	line-height: 30px;
}

#sitemap .social li i {
	font-size: 30px;

}
#sitemap .social .fa-line{
	background:  url(../images/Logo-Line.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-line{
   position:relative;
 }
#sitemap .social .qr-line::after{
  content: '';
  background:url(../images/qr-line.jpg);
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: 120px;
  z-index: auto;
  top: -75px;
  left: 200px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 2mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-line:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-WeChat{
	background:  url(../images/Logo-WeChat.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-WeChat{
   position:relative;
 }
#sitemap .social .qr-WeChat::after{
  content: '';
  background:url(../images/qr-wechat.jpg);
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: 120px;
  z-index: auto;
  top: -75px;
  left: 150px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 2mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-WeChat:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-facebook{
	background:  url(../images/Logo-Facebook.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .qr-facebook{
   position:relative;
 }
#sitemap .social .qr-facebook::after{
  content: '';
  background:url(../images/qr-facebook.jpg);
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: 120px;
  z-index: auto;
  top: -75px;
  left: 100px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  border: 2mm ridge #d81e1f;
  transition: all .4s ease-in-out;
}
#sitemap .social .qr-facebook:hover::after{
  transform:scale(1);
  opacity: 1;
}
#sitemap .social .fa-twitter{
	background:  url(../images/Logo-Twitter.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social .fa-Sina_Weibo{
	background:  url(../images/Logo-Sina_Weibo.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 60px;
	padding-left: 50px;
}
#sitemap .social li a:hover {
	opacity: 0.5 ;
}

/*index sitemap おわり*/




/*iイラスト一覧 はじめ*/

#illust_list {/**********変更点**********/
letter-spacing: -0.5em;
text-align: left;
margin-bottom: 20px;
}


#illust_list dl {/**********変更点**********/
	display: inline-block ;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	border: solid 1px #cccccc;
	letter-spacing: normal;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	width: 88%;
	height: auto;
}


#illust_list dl img {
	border: solid 1px #cccccc;
	margin-bottom: 5px;
	width: 100%;
    height: auto;
}

/*イラスト一覧 おわり*/




/*イラスト個別ページ はじめ*/

#illust_page dt {
	text-align: center;
	
}

#illust_page dt img {/**********追加点**********/
width: 100%;
}

#illust_page dd {
	margin-top:30px;
	font-size: 16px;
	line-height: 24px;
}

#illust_page dd.back_btn {
	text-align: center;
	margin-bottom: 20px;
}

#sidebar img.side_btn {/**********変更点**********/
display: none;
}


/*イラスト個別ページ おわり*/




/*イベント はじめ*/
#event_contents dl {
	border: solid 1px #cccccc;
	padding: 15px;
	margin-bottom: 30px;

}

#event_contents dl dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#event_contents dl dd {
	font-size: 16px;
	line-height: 24px;
}

/*イベント おわり*/



/*a事業活動 はじめ*/
#member_contents dl {/**********変更点**********/
	border: solid 1px #cccccc;
	padding-top: 5px;
		margin-left: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
	min-height: 140px;
}

#member_contents dt {/**********変更点**********/
	text-align: left;
}

#member_contents dt img {
	border: solid 1px #cccccc;
	width: 220px;
    height: auto;
	

}

#member_contents dd {/**********変更点**********/

}

#member_contents dd.more_btn {
	display: block;
	background-color: #d81e1f;
	text-align: center;
	padding: 5px;
	width: 100px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

#member_contents dd.more_btn a {
	color: #FFFFFF;
	text-decoration: none;
}

#member_contents dd ul {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}

#member_contents dd ul li {
	margin-bottom: 5px;
}


/*a事業活動　おわり*/




/*お問い合わせ はじめ*/

#contact_contents  {
    width: 98%;
    margin-bottom: 30px;
}

#contact_contents p {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
#contact_contents hc {
	display: inline-block;
	font-size: 14px;
	color: #d81e1f;
	font-weight: bold;
	margin-left: 0px;
}

#contactOK_contents  {
    width: 98%;
}

#contactOK_contents p {
	list-style: none;
	font-size: 10px;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
#contactOK_contents button {
	font-size: 10px;
	color: #000000;
	margin-left: 10px;
}

/*お問い合わせ おわり*/


/*s組織紹介 はじめ*/
#profile_contents  {
    width: 98%;
}

#profile_contents p {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-left: 15px;
}
/*s組織紹介 おわり*/



/*error はじめ*/

#error_contents p {
	list-style: none;
	font-size: 10px;
	line-height: 10px;
	margin-top: 15px;
	margin-left: 15px;
	color: #000000;
}
#error_contents button {
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
#error_contents  {
    width: 98%;
}

/*error おわり*/

}
/*SPのCSS　おわし*/




#form .contactform dl,
#form .contactform dt,
#form .contactform dd {
	box-sizing: border-box;
}

#form .contactform {
	width: 100%;
	margin: 20px 15px;
	font-size: 13px;
	border: 1px solid #d81e1f;
}

#form .contactform dl {
	zoom: 1;
	padding: 0;
	border-bottom: 1px dotted #FFF;
	background: #d81e1f;
}

#form .contactform dl.none {
	border-bottom: none;
}

#form .contactform dl:before {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

#form .contactform dl:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	clear: both;
}
#form .contactform dl dt {
	vertical-align: top;
	float: left;
	width: 30%;
	font-weight: bold;
	font-size: 14.5px;
	color: #FFF;
	padding: 15px 5px 0px 15px;
	line-height: 180%;
}

#form .contactform dl dt span {
	color: #FFF;
	font-size: 14.5px;
	padding: 0 0 0 5px;
}

#form .contactform dl dd {
	background: #FFF;
	width: calc(100% - 30%);
	overflow: hidden;
	display: block;
	padding: 15px 5px 5px 15px;
	margin: 0;
	
}


#form .contactform table {
	width: 100%;
	background: #FFF;
}

#form .contactform table tr {
	text-align: center;
}
#form .contactform table td {
	width: 25%;
	margin: 0;
	padding: 20px 0;
	vertical-align: top;
}

#form .contactform dl dd p {
	margin: 0;
}

#form .contactform dl dd p.mt10 {
	margin-top: 10px;
}



#form .contactform input[type="text"] {
	width: 90%;
	font-weight: normal !important;
	background: #F1EEF0;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 5px 0;
}



#form .contactform input[type="text"]:focus {
	outline: 2px solid #d81e1f;
}



#form .contactform textarea {
	background: #F1EEF0;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0;
	width: calc(100% - 5%);
	height: 50px;
}

#form .contactform .contactTextField textarea {
	width: 90%;
	height: 100px;
}

#form .contactform textarea[type="text"]:focus {
	outline: 2px solid #d81e1f;
}

#form .contactform select {
	margin: 0 0 5px 0;
}

#form .contactform label {
	margin: 0 5px 0;
	display: block;
	font-size:14px;
}

#form .contactform label input {

}

@media screen and (max-width:640px)  {

	#form .contactform {
	width: 95%;
	margin: 10px 15px;
	}

	#form .contactform dl dt {
	width: 30%;
	padding: 15px 5px 5px 15px;
	font-size:12px;
	}

	#form .contactform dl dd {
	width: calc(100% - 30%);
	display: block;
	}

	#form .contactform input[type="checkbox"] {
	word-wrap: break-word;
	word-break: break-all;

	}
	
	#form .contactform label {
	margin: 0 5px 0;
	display: block;
	font-size:10px;
    }
}


#form input[type="submit"] {
	cursor: pointer;
	padding: 0px 20px;
}
#form input[type="reset"] {
	cursor: pointer;
	padding: 0px 5px;
}



#form .profileform dl,
#form .profileform dt,
#form .profileform dd {
	box-sizing: border-box;
}

#form .profileform {
	width: 100%;
	margin: 30px 20px;
	font-size: 13px;
	border: 1px solid #cccccc;
	
}

#form .profileform dl {
	zoom: 1;
	padding: 0;
	background: #eee;
	border-bottom: 1px dotted #cccccc;	
}

#form .profileform dl.none {
	border-bottom: none;
}

#form .profileform dl dt {
	vertical-align: top;
	float: left;
	width: 25%;
	font-weight: bold;
	font-size: 14.5px;
	color: #000000;
	padding: 15px 5px 0px 15px;
}

#form .profileform dl dd {
	background: #FFFFFF;
	width: calc(100% - 25%);
	overflow: hidden;
	display: block;
	padding: 15px 5px 5px 15px;
	margin: 0;
	font-size: 14.5px;
}


#form .profileform dl dd p {
	margin: 0;
}




@media screen and (max-width:640px)  {

	#form .profileform {
	width: 95%;
	margin: 10px 15px;
	}

	#form .profileform dl dt {
	width: 30%;
	padding: 15px 5px 5px 15px;
	font-size: 12px;
	}

	#form .profileform dl dd {
	width: calc(100% - 30%);
	display: block;
	font-size: 11px;
	}

}

