@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 およびそれ以下. */
.caseBlock{
}
.caseBlock > div{
	clear:both;
	overflow:hidden;
	margin-bottom: 20px;
}

.caseBlock .photoBox{
	display:inline-block;
	float:left;
	margin-right: 10px;
}
.contentList h2{
	text-align:center;
}

/*.content h1{
	text-align:left;
}
*/
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#0096EB;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
    opacity: 0.8;
}
.pageContoll{
	width:100%;
}
.pageContoll > div{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
}
.beforeBox{
	text-align:left;
    width: 100% ;
}
.beforeBox > div{
    display: inline-block;
    vertical-align: middle;
}
.nextBox{
	text-align: right;
    width: 100% ;
}
.nextBox > div{
    display: inline-block;
    vertical-align: middle;
}
.dirBox{
    width: 40px;
}
.titleBox{
    width: calc(100% - 40px) ;
}
.toListBox{
    width: 100%;
    text-align: center;
}

.blogTitleBox h2{
    border-left-style: none;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.articleBlock p{
    text-align: left;
}
.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-size:16px; 
    font-family: 'Noto Sans JP', sans-serif;
}
.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-size:16px; 
    font-family: 'Noto Sans JP', sans-serif;

}
.linkButton{
	padding: 1em;
    font-size: 17px;
    letter-spacing: 0.2em
}

.applicationRequirementsContent{
    margin-top: 20px;
}
.applicationRequirementsContent table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 170%;
}
.applicationRequirementsContent table th{
    text-align: left;
    vertical-align: top;
    width: 7.5em;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    padding: 5px 0;
}
.applicationRequirementsContent table td{
    border-bottom-style: dashed;
    border-bottom-width: thin;
    padding: 5px 0;
}
.blogList .item img{
    width: 100%!important;
    height: auto !important;
}
.blogList1 iframe{
	width: 100% !important;
	height: 100% !important;
}
.blogList .item a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 140%;
    color: #000;
    text-decoration: none;
}
.blogList .item a:hover{
    color: #000;
    text-decoration: underline;
}
.blogList .item a:visited{
    color: #000;
}
.blogList1 .item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5% 0;
    
}
.dl_faq{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 140%;
}
.dl_faq dt{
    color: #f00;
}
.dl_faq dd{
    margin: 0 0 20px 1em;
}
.dl_faq ul{
    padding: 0 0 0 1.5em;
}
.linksBlock .linkItem{
	display: block;
	width:100%;
	margin-top:20px;
}
.linksBlock .linkItem > div{
	display: block;
}
.linksBlock .linkItem .head{
	width: 21em;
}
.linksBlock .linkItem p{
	margin:0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 160%;
    text-align: left;
}

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

@media only print {
.linksBlock .linkItem{
	display:table;
	width:100%;
}
.linksBlock .linkItem > div{
	display:table-cell;
}
.beforeBox{
    width: calc((100% - 7em) / 2) ;
}
.nextBox{
    width: calc((100% - 7em) / 2) ;
}
.toListBox{
    width: 7em;
}
}

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

@media only print {
.blogList1 .item{
    width: calc((100% / 3) - 2%);
    margin: 1%;
    
}
}