@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.blogList{
    text-align: left;
}
.blogList .item{
    width: 100%;
    margin: 10px 0;
}
.blogList .item > div{
    display: inline-block;
    vertical-align: top;
}
.blogList .item .photoBox{
    width:30%;
    margin-right: 3%;
}
.blogList .item .photoBox img{
    width: 100% !important;
    height: auto !important;
}
.blogList .item .photoBox iframe{
    width: 100% !important;
}
.blogList .item .kindLabel{
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #28AAE1;
    padding: 0 0.5em;
}
.blogList .item .kindLabel p{
    margin: 0;
    font-size: 13px;
}
.blogList .item .kindLabel1{
    position: absolute;
    top: 15%;
    background-color: #6B9AD1;
    width: 9em;
    color: #fff;
}
.blogList .item .kindLabel1 p{
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
}
.blogList .item .textBox{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
    letter-spacing: 0;
	line-height: 160%;
    text-align: left;
    width: 67%;
}
.blogList .item .textBox span{
    font-size: 14px;
    font-weight: bold;
}
.blogList .item a{
    /*color: #000;
    text-decoration: none;*/
    font-size: 12px;
}
.blogList .item a:hover{
    /*text-decoration: underline;
    color: #000;*/
    background: rgba(255,255,255,0.3) ;
}
.blogList .item a:visited{
    /*text-decoration: none;
    color: #000;*/
}
.blogList .item a img:hover{
    opacity: 0.7;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#7f7f7f;
	border-color:#7f7f7f;
	padding:4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#fff;
	padding:4px;
	background-color:#7f7f7f;
	border-color:#7f7f7f;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#00A89C;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
    opacity: 0.7;
}
.pageContoll{
	width:100%;
    text-align: center;
}
.pageContoll > div{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 160%;
    display: inline-block;
    vertical-align: middle;
}
.beforeBox{
	text-align:left;
    width: 100% ;
}
.nextBox{
	text-align: right;
    width: 100% ;
}
.beforeBox > div{
    display: inline-block;
    vertical-align: middle;
}
.nextBox > div{
    display: inline-block;
    vertical-align: middle;
}
.toListBox{
    width: 100%;
    text-align: center;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.wcdIntro .imageBox{
    float: none;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}
.wcdIntro .textBox{
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.wcdIntro .textBox p{
    margin: 0;
}
.contentItem h2{
    text-align: left;
}
.blogTitleBlock .kindLabel{
    display: inline-block;
    padding: 0 0.5em;
}
.blogTitleBlock .kindLabel p{
    margin: 0;
    font-size: 16px;
}
.labelColor1{
    background-color: #FFFF00!important;
}
.labelColor2{
    background-color: #00FFB5!important;
}
.labelColor3{
    background-color: #7ACADD!important;
}
.labelColor4{
    background-color: #D0D97B!important;
}
.labelColor5{
    background-color: #FFC400!important;
}
.tabBlock {
	border: solid 1px #00529B;
}
.tabBox a{
    display: inline-block;
    background: #00529B;
    color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    text-decoration: none;
    vertical-align: middle;
}
.tabBox .activeTab{
    background: #fff;
    color:#000;
}
.tabContent{
    display: none;
    margin: 2% ;
}
.activeContent{
    display: block;
}
#action_tab_block .tabBox a{
    width: calc(100% / 3) ;
}
#doc_tab_block .tabBox a{
    width: calc(100% / 2) ;
}
#doc_tab_block .textBox{
    width: 100%;
}
#doc_tab_block .item{
    border-bottom: dotted 1px #CCCCCC;
}
.fa-exclamation-triangle{
	color: #f1c40f;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.tabBox a{
    font-size: 15px;
}
.beforeBox{
    width: calc((100% - 12em) / 2) ;
}
.nextBox{
    width: calc((100% - 12em) / 2) ;
}
.toListBox{
    width: 12em;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.wcdIntro .imageBox{
    float: left;
    margin-right: 15px;
}
.wcdIntro .textBox{
    width: calc(100% - 370px) ;
}
}