@charset "utf-8";
/* @responcive
-------------------------------- */
.forPC {
    display: block;
}
.forSP {
	display: none;
}
#BtnMenu {
	display: none;
}

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

.forPC {
    display: none;
}
.forSP {
    display: block;
}
img {
    max-width: 100%;
}
    
/* common
-------------------- */
body > div#Wrapper {
	font-size: 12px;
	color: #333;
}
.body-wrap {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

/* Header
-------------------- */
#Header {
	height: auto;
	margin-bottom: 10px;
}
#Header #Logo {
	float: none;
	display: block;
	padding: 10px 0 0;
	text-align: center;
}
#Header h1 {
	float: none;
    display: inline-block;
	width: 50%;
	margin-left: -30px;
	text-align: center;
}
#BtnMenu {
    display: block;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}


#HeaderInfo {
    display: none;
}



/* GrobalNavi
-------------------- */
#GrobalNavi {
    float: none;
    margin: 0;
    padding: 0;
	background: none;
}
#GrobalNavi ul {
    display: none;
}
#GrobalNavi li {
    float: none;
    height: auto;
}
#GrobalNavi li.forSP {
	background: #D20000;
}
#GrobalNavi li a {
    width: auto;
	height: auto;
    margin: 0;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid #fff;
    background: url(../img/sp/icn_arrow_01.png) 95% center no-repeat;
    background-size: 6px 12px;
    text-align: left;
    color: #fff;
    font-size: 12px;
	line-height: 2;
}
#GrobalNavi li:last-child a {
	width: auto;
}

.fixed {
	position: static;
}





/* TopLink
-------------------- */





/* Footer
-------------------- */
#FooterInfo {
	padding: 20px 0;
	text-align: center;
}
#FooterLogo {
	float: none;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#FooterSign {
	float: none;
    display: block;
}
#FooterSign p {
    display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}
#FooterSign #FooterAddress {
	display: block;
	margin-right: 0;
	padding-top: 0;
	font-size: 12px;
}
#FooterTel {
	margin-right: 20px;
	font-size: 16px;
}
#FooterMail {
	color: #22508E;
	font-size: 12px;
}







/* TopPage
-------------------- */

#SPMainImage {
    margin-bottom: 10px;
}
#SPMainImage img {
	width: 100%;
}

/* Main */
#TopCopy {
	padding-top: 0;
	margin: 0 -0 20px;
}
#TopCopyText {
	width: auto;
	margin-top: -15px;
}


#MainContentsList li {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 30px;
}
#MainContentsList li img {
	width: 100%;
}


#FeedNews {
	padding: 30px 0 50px;
	border-top: 1px solid #CCCCCC
}
#FeedNews h2 {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
	background: #fff;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#FeedNews ul {
	float: none;
	with: auto;
}
#FeedNews li {
	padding: 0;
	margin-bottom: 6px;
}
#FeedNews .date {
	margin-right: 10px;
}
#FeedNews .title {
	font-size: 12px;
}



#TopBanner {
	margin-bottom: 30px;
}
#TopBanner li {
	float: left;
	width: 48.3%;
	margin-right: 0;
	margin-bottom: 12px;
}

#TopBanner li:nth-child(even) {
	float: right;
}
#TopBanner li:nth-child(odd) {
	float: left;
}
#TopBanner li img {
	width: 100%;
}


/* Breadcrumbs
-------------------- */
#Breadcrumbs {
    width: auto;
	margin: 10px 10px 20px;
	color: #333;
}
#Breadcrumbs a {
	color: #333;
}

/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 0;
    height: 80px;
    background: url(../img/sp/bg_sub_title.png) no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle h1 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: normal;
}


/* レイアウト
-------------------- */
.contents {
    margin-bottom: 50px;
}
.main {
    float: none;
    width: auto;
}
.side {
    float: none;
    width: auto;
    margin-top: 100px;
}
#DownloadPdf {
	text-align: center;
}
#DownloadPdf img {
	width: 100%;
}
.side #SideBanner {
    margin: 30px 0 60px;
    text-align: center;
}
.side #SideBanner li {
    margin-bottom: 15px;
}
.side #SideBanner li img {
	width: 100%;
}







/* 汎用スタイル
-------------------- */
/* 見出し */
.contents h2 {
	font-size: 20px;
}
.contents h3 {
    font-size: 16px;
}

/* 文章 */
.contents p {
    margin-bottom: 20px;
}
.contents .txt-copy {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}




/* カテゴリー一覧画像 */
.category-list li {
	width: auto;
}
.category-list li:nth-child(odd) {
	float: none;
}
.category-list li:nth-child(even) {
	float: none;
}
.category-list .img-photo {
	margin-bottom: 15px;
}
.category-list .img-photo img {
	width: 100%;
}
.category-list h3 {
	margin: 0 0 10px;
	padding-left: 25px;
	background: url(../img/common/icn_ttl_category.png) left no-repeat;
	font-size: 18px;
}
.category-list h3 a {
	color: #333;
	text-decoration: none;
}
.category-list h3 a:hover {
	text-decoration: underline;
}
.category-list p {
	line-height: 1.5;
}



/* サイドバー
-------------------- */
/* ローカルナビ */
.widget-local-navi > ul {
	background: none;
}








/* ボタンデザイン
-------------------- */






/* テーブルデザイン
-------------------- */
.contents table {
    box-sizing: border-box;
    margin-bottom: 30px;
}
.contents tr {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.contents th {
    padding: 20px;
    border: 0;
    vertical-align: middle;
}
.contents td {
    padding: 20px;
    border: 0;
}
.contents th,
.contents td {
    display: list-item;
    width: auto;
    border: none;
}
.contents th {
    padding: 8px 10px 6px;
}
.contents td {
    padding: 10px;
}




/* ContactForm
-------------------- */
.form-s {
    width: 35%;
}
.form-m {
    width: 60%;
}
.form-l {
    width: 95%;
}
.contact-form table {
    box-sizing: border-box;
}
.contact-form th,
.contact-form td {
    display: list-item;
    width: auto;
    border: none;
    background: none;
}
.contact-form th {
    padding: 5px 10px;
    background-color: #f8f8f8;
}
.contact-form td {
    padding: 10px;
}
.contact-form td textarea {
    width: 100%;
}
.submit input {
    margin-bottom: 5px;
}

/* 実績
-------------------- */
.blog .eyeCatch {
    text-align: center;
}

.blog .title-list li {
}
.blog .title-list li:nth-child(3n) {
}
.blog .title-list .title {
    font-size: 14px;
}
.blog .paper-list li {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 50px;
}
.blog .paper-list li:nth-child(3n) {
    margin-right: 2.5%;
}
.blog .paper-list .title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
}