@charset "utf-8";

/**
 *
 *  project.css
 *
 *  単語間はハイフン-で接続
 *  共通パーツの意味分けは下記接頭辞を付与。その際、アンダーバー_で接続
 *
 *  ・utility    接頭辞 u_
 *   便利クラス。 テキストの強調、テキストの配置、余白調整など
 *  ・component  接頭辞 c_
 *   プロフィール、カテゴリindexリストなどprojectの固有パターン（再利用というより、そのためだけ！のようなもの）
 *  ・project    接頭辞 p_
 *   コメントエリア、プロフィールなど大枠パーツになるもの また、共通コンテンツ
 *
 *  component projectに関しては拡張する場合、先頭アンダーバー ._* の複数クラスで行う
 *  (例) .c_ttl-style01._type02(スタイルの拡張)
 *       .c_tbl-style._col3（テーブルの3カラムレイアウト）
 *
 *  状態を表すクラスに関しては.is-activeなど.is-*で統一。（拡張クラスの場合._is-*とする）
 *  (例) .c_btn-style01._is-active
 *
 *  なお、上記の接頭辞を使うcssは/shared/css/各名前.css に全て記述すること
 *
 */



/*--------------------------------------------------------------------------
   p_ttl-area ページタイトルエリア
---------------------------------------------------------------------------*/

.p_ttl-area{
	background: url(/shared/images/ttl_page_border.png) repeat-x 0 100%;
}
.p_ttl-area .area-inner{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	position: relative;
	padding: 4px 0 15px;
}
.p_ttl-area .area-inner .annotation{
	color: #a9151a;
	font-size: 12px;
	line-height: 4.4;
}
.p_ttl-area .page-ttl{
	display: table-cell;
	padding-left: 60px;
	background: url(../images/ico_ttl_page.png) no-repeat 0 4px;
	font-size: 32px;
	color: #60432f;
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight: bold;
	text-shadow: 1px 1px 0px #60432f, 0 1px 0px #60432f, 1px 0px 0px #60432f;
	vertical-align: middle;
	word-break: break-all;
	line-height: 1.6;
	letter-spacing: .1em;
}
.p_ttl-area .page-ttl .inner{
	padding-right: 12px;
}
.p_ttl-area .page-ttl .sub{
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0px #60432f;
}
.p_ttl-area .btn{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}
.p_ttl-area .btn a{
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	padding: 4px 34px 4px 24px;
	border: solid 1px #60432f;
	text-align: center;
	font-family: Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
  font-weight: bold;
  color: #60432f;
	line-height: 1.6;
}
.p_ttl-area .btn a:hover{
	border-color:  #A9151A;
}
.p_ttl-area .btn a span{
	display: inline-block;
	padding-left: 24px;
	background: url(../images/ico_arw06.png) no-repeat 0 45%;
	background-size: 7px auto;



}

/* @SP */
@media all and (max-width: 767px) {
	.p_ttl-area{
		border: none;
		background: none;
	}
	.p_ttl-area .area-inner{
		min-height: inherit;
		margin: 0;
		padding: 11px 12px 9px;
		border-bottom: solid 4px #A9151A
	}
	.p_ttl-area .area-inner .annotation{
		clear: both;
		font-size: 10px;
		line-height: inherit;
	}
	.p_ttl-area .page-ttl{
		float: left;
		padding: 0;
		background: none;
		font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size: 15px;
		color: #000;
		text-shadow: none;
	}
	.p_ttl-area .page-ttl .inner{
		padding-right: 18px;
	}
	.p_ttl-area .page-ttl .sub{
		font-size: 12px;
		text-shadow: none;
	}
	.p_ttl-area .btn{
		right: 13px;
		margin-top: -13px;
	}
	.p_ttl-area .btn a{
		padding: 4px 11px;
		font-size: 10px;
		font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-weight: normal;
		color: #000;
	}
	.p_ttl-area .btn a span{
		padding-left: 14px;
		background-size: 6px auto;

	}
}


/*--------------------------------------------------------------------------
   p_ft-info
---------------------------------------------------------------------------*/

.p_ft-info{
	display: table;
	width: 100%;
}
.p_ft-info section{
	display: table-cell;
	width: 50%;
}
.p_ft-info section .inner{
	-webkit-box-sizing: border-box;
				box-sizing: border-box;
	overflow: hidden;
}
/* sec-mailmag
-----------------------------------------------------------------*/
.p_ft-info .sec-mailmag{
	background: #F5F5F5;
}
.p_ft-info .sec-mailmag .inner{
	padding: 10px 104px 30px 10px;
	text-align: center;
}
.p_ft-info .sec-mailmag .cont{
	float: right;
	padding-bottom: 11px;
}
.p_ft-info .sec-mailmag .cont .ttl{
	padding-right 10px;
	padding-right: 10px;
}
.p_ft-info .sec-mailmag .txt{
	margin-top: 12px;
	padding-right: 0px;
}
.p_ft-info .sec-mailmag .btn{
	margin-top: 28px;
	font-size: 14px;
}
.p_ft-info .sec-mailmag .btn a{
	padding: 8px 10px;
}

/* sec-app
-----------------------------------------------------------------*/
.p_ft-info .sec-app{
	background: #A9151A;
}
.p_ft-info .sec-app .inner{
	padding: 51px 40px 45px;
	background: url(/shared/images/ft_app_bg_02.jpg) 416px 100% no-repeat;
}
.p_ft-info .sec-app .cont{
	float: left;
}
.p_ft-info .sec-app .btn-list{
	overflow: hidden;
	margin-top: 23px;
}
.p_ft-info .sec-app .btn-list li{
	float: left;
	margin-right: 16px;
}

/* @TB dev-tbの場合のみ */
@media all and (max-width: 	1150px) {
	.dev-tb .p_ft-info .sec-app .inner{
		background-size: 180px auto;
		background-position: 386px 100%;
	}
}

/* @SP */
@media all and (max-width: 767px) {
	.p_ft-info section{
		display: block;
		width: 100%;
	}
	.p_ft-info .sec-app .cont,
	.p_ft-info .sec-mailmag .cont{
		float: none;
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
		padding: 0;
	}

	/* sec-mailmag
	-----------------------------------------------------------------*/
	.p_ft-info .sec-mailmag .inner{
		padding: 22px 15px;
	}
	.p_ft-info .sec-mailmag .ttl img{
		width: 152px;
		height: auto;
	}
	.p_ft-info .sec-mailmag .txt{
		margin-top: 5px;
		line-height: 1;
	}
	.p_ft-info .sec-mailmag .txt img{
		width: 215px;
		height: auto;
	}
	.p_ft-info .sec-mailmag .inner{
		width: 100%;
	}
	.p_ft-info .sec-mailmag .btn{
		margin-top: 12px;
	}
	.p_ft-info .sec-mailmag .btn a{
		padding: 5px 10px;
		font-size: 11px;
	}

	/* sec-app
	-----------------------------------------------------------------*/
	.p_ft-info .sec-app .inner{
		padding: 28px 18px 12px;
		background-size: 102px auto;
		background-position: 94% 100%;
		max-width: 375px;
		margin: 0 auto;
	}
	.p_ft-info .sec-app .ttl img{
		width: 164px;
		height: auto;
	}
	.p_ft-info .sec-app .btn-list{
		margin-top: 16px;
	}
	.p_ft-info .sec-app .btn-list li{
		margin-right: 8px;
	}
	.p_ft-info .sec-app .btn-list img{
		width: auto;
		height: 21px;
	}
}


/*--------------------------------------------------------------------------
   u_list-menu
---------------------------------------------------------------------------*/

.p_list-menu._col06{
	overflow: hidden;
	margin: 0 -21px;
}
.p_list-menu ul{
	display: table;
	width: 1088px;
}
.p_list-menu._col06 ul{
	width: 1128px;
}
.p_list-menu li{
	display: table-cell;
	margin: 0 6px 0 7px;
	text-align: center;
}
.p_list-menu li a{
	display: block;
	text-decoration: none;
}
.p_list-menu li .img{
	-webkit-border-radius: 72px;
	border-radius: 72px;
	display: block;
	position: relative;
	width: 144px;
	height: 144px;
	margin: 0 auto;
	background: #FFF;
}
.p_list-menu li a:hover .img:after{
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 72px;
	border-radius: 72px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 3px #A9151A;
}
.p_list-menu li .img img{
	position: relative;
	width: 125px;
	height: 125px;
	padding-top: 10px;
	z-index: 1;
}
.p_list-menu li .txt{
	display: block;
	margin-top: 15px;
}

/* @SP */
@media all and (max-width: 767px) {
	.p_list-menu._col06{
		margin: 0;
	}
	.p_list-menu ul,
	.p_list-menu._col06 ul{
		overflow: hidden;
		display: block;
	  max-width: 375px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.p_list-menu li{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 20px 0 0 0;
		display: block;
		float: left;
		width: 50%;
		font-size: 12px;
	}
	.p_list-menu li.col03{
		width: 33.33%;
		margin-top: 35px;
		font-size: 10px;
	}
	.p_list-menu li .txt{
		display: block;
		margin-top: 8px;
	}
	.p_list-menu li.col03 .txt{
		margin-top: 2px;
	}
	.p_list-menu li .img{
		-webkit-border-radius: 59px;
		border-radius: 59px;
		width: 118px;
		height: 118px;
	}
	.p_list-menu li .img{
		width: 118px;
		margin: 0 auto;
		height: auto;
	}
	.p_list-menu li.col03 .img{
		width: 72px;
	}
	.p_list-menu li .img img{
		width: 100px;
		height: 100px;
		margin: 0 auto;
		padding: 9px;
	}
	.p_list-menu li.col03 .img img{
		width: 50px;
		height: 50px;
		padding: 11px;
	}
}


/*--------------------------------------------------------------------------
   aa
---------------------------------------------------------------------------*/

/* p_pagination  ニュースindex
-----------------------------------------------------------------*/

/* @SP */
@media all and (max-width: 767px) {
}
