@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 およびそれ以下. */
.buttonBox{
    text-align: center;
}
.buttonBox .linkButton{
    font-size: 13px ;
    width: 6em;
    padding: 0.25em 0;
    margin: 10px 2px;
    border: solid 4px #fff;
    box-sizing: border-box;
}
.buttonBox .button0{
    background: #e66868;
}
.buttonBox .button1{
    background: #8cc63f;
}
.buttonBox .button2{
    background: #2475d3;
}
.buttonBox .button3{
    background: #bf9e30;
}
.buttonBox .active{
    border: solid 4px #999!important;
}
.blogList .item{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 10px 0;
    width: 100%;
    position: relative;
}
.blogList .item .textBox p{
    text-align: left;
    margin: 5px 0;
}
.blogList .item a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blogList .category{
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    width: 8em;
    border-radius: 1em ;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.blogList .category1{
    background: #8cc63f;
}
.blogList .category2{
    background: #2475d3;
}
.blogList .category3{
    background: #bf9e30;
}
.blogList hr{
    margin: 5px 0;
}
.blogList .title{
    font-size: 17px;
    font-weight: bold;
}
.blogList .imageBox{
    position: relative;
}
.blogList .imageBox img {
	width: 100% !important;
	height: auto !important;
}
.blogList .imageBox iframe{
	width: 100%!important;
    height: 100% !important;
	aspect-ratio: 346 / 218!important;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#fff;
	border-color:#8cc63f;
	padding:4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 160%;
    background: #8cc63f;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#8cc63f;
	padding:4px;
	background-color:#fff;
	border-color:#8cc63f;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.pageContolBlock .pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	text-align:center;
    box-sizing: border-box;
    background: #8cc63f;
}
.pageContolBlock .pageButton:hover{
    opacity: 0.7;
}
.pageContolBlock .pageContoll{
	width:100%;
    text-align: center;
}
.pageContolBlock .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;
}
.pageContolBlock .beforeBox{
	text-align:left;
    width: 100% ;
}
.pageContolBlock .nextBox{
	text-align: right;
    width: 100% ;
}
.pageContolBlock .beforeBox > div{
    display: inline-block;
    vertical-align: middle;
}
.pageContolBlock .nextBox > div{
    display: inline-block;
    vertical-align: middle;
}
.pageContolBlock .toListBox{
    width: 100%;
    text-align: center;
}
.pageContolBlock .toListBox .linkButton{
    font-size: 14px;
}
.articleBlock .outlineBox{
    background: #f7f5ef;
    padding: 10px 10px ;
}
.articleBlock .outlineBox h3{
    color: #f7931e;
    font-size: 16px;
    font-weight: bold;
}
.articleBlock h4{
    font-size: 15px;
}
.articleBlock h5{
    font-size: 15px;
}
.articleBlock img{
    width: auto!important;
    height: auto!important;
}
.articleBlock p{
    font-size: 15px;
    text-align: left;
}
.finishAccept {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
}
.finishAccept p {
	text-align: center;
	margin: 0 0;
	color: #f00;
	font-size: 35px;
	font-weight: bold;
}
.finishAccept p span {
	display: inline-block;
	box-sizing: border-box;
	border: solid 8px #f00;
	border-radius: 4px;
	background: #fff;
	width: 50%;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.buttonBox .linkButton{
    font-size: 14px ;
    width: 7em;
    padding: 0.25em 0;
    margin: 10px 2px;
    border: solid 4px #fff;
}
.blogList .item{
    margin: 10px 0.5%;
    width: calc(98% / 2);
}
.pageContolBlock .beforeBox{
    width: calc((100% - 12em) / 2) ;
}
.pageContolBlock .nextBox{
    width: calc((100% - 12em) / 2) ;
}
.pageContolBlock .toListBox{
    width: 12em;
}
.pageContolBlock .toListBox .linkButton{
    font-size: 18px;
}
.finishAccept p {
	font-size: 25px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.buttonBox .linkButton{
    font-size: 14px ;
    width: 8em;
    padding: 0.25em 0;
    margin: 10px 2px;
    border: solid 4px #fff;
}
.blogList .item{
    margin: 10px 0.5%;
    width: calc(97% / 3);
}
.finishAccept p {
	font-size: clamp(17px, 2vw, 25px);
}
}