@charset "UTF-8";

ol,ul {list-style: none !important}
ol.col03,ul.col03 {margin-left: 0 !important}

html, body, #wrap {
    height: 100%;
}

article.fopen {
	width: 100%;
	height: 100%;
	padding-bottom: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400;
	text-align: left;
}
article.fopen .bread {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.2rem;
	text-align: left;

}

article.fopen h1 {
	font-size: 0.9rem;
	padding: 0.2rem;
	font-weight: normal;
	background-color: #F2EAE7;
	margin-bottom: 0.5rem;

}
article.fopen .sec01 .col03, article.fopen .sec01 .col02{
	margin-bottom: 1rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 0rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
/**	display: flex;
	align-content: stretch;
	flex-wrap: wrap;**/
}
article.fopen .sec01 .col03 li
{width:100%;
margin: 0;
padding: 0;
text-align: center;}
article.fopen ul li dl dt {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2rem;
}
article.fopen .sec02 .col03, article.fopen .sec02 .col02, article.fopen .sec01 .col02{
	width: 100%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        box-sizing: border-box;
	padding-bottom: 1rem;
	box-sizing: border-box;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
	margin: 0 auto 0 auto;
}

article.fopen .col03 li {
	width: calc((100% / 2) - 6px);
	padding: 0 2px 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        box-sizing: border-box;

}
article.fopen .col02 li {
	width: calc((100% / 2) - 8px);
	margin: 1rem 2px;
	height: auto;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        box-sizing: border-box;
}
article.fopen li dl {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.fopen .col03 li dt h4 {
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	font-weight: normal;
	margin-top: 20px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(245,177,178,1.00);
}

article.fopen .col03 li dt h4::after {
	position: absolute;
	top: 100%;
	left: 45%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid rgba(245,177,178,1.00);
	clear: none;
}
article.fopen li dl img {
	width: 100%;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
article.fopen li dd {
	text-align: left;
	font-size: 1rem;
	line-height: 1.4rem;
	padding-top: 0.5rem;
}

article.fopen .col03 li.snd {
	flex-grow: 2;
}
article.fopen h3   {
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: normal;
}

article.fopen h3:first-letter {
	font-size: 200%;
}


article.fopen .figture {
	width: 100%;
	height: auto;
	padding-bottom: 1rem;
}
article.fopen .figture2 {
	width: 98%;
	height: auto;
	padding: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.fopen .figture img,article.fopen .figture2 img {
	width: 100%;
	height: auto;
}
article.fopen .sec01 {
	width: 100%;
	height: auto;
	background-color: #FFF6DB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5rem;
	color: #3f2105;
	margin-bottom: 1rem;
}

article.fopen .sec01 p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.6rem;
}
article.fopen .sec01 ol  {
	background-color: rgba(255,255,255,1.00);
	padding-top: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom:0.5rem;
	margin: 1.5rem;
	border: 2px solid rgba(63,33,5,1.00);
	list-style-image: none;
	list-style-type: none;
	color: rgba(0,0,0,1.00);
}
.sec01 ol li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.6rem;
	text-align: left;
}


article.fopen .sec02 {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0% 100%;
	background-repeat: repeat-x;
	padding-bottom: 2rem;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2rem;
	color: #3f2105;
	text-align: center;
}

article.fopen .sec02 .figture {
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
}
article.fopen .sec02 .figture .op {
	position: absolute;
	top: 36%;
	left: 1rem;
	text-align: center;
	width: 48%;
}
article.fopen .sec02 .figture .op h4 {
	text-align: center;
	font-size: 1rem;
	line-height: 1.2rem;
}
article.fopen .sec02 .figture .op2 {
	position: absolute;
	top: 86%;
	text-align: left;
	right: auto;
	padding-left: auto;
	padding-right: auto;
	left: 1rem;
	font-size: 0.9rem;
line-height:1rem;

}
article.fopen .sec02 h2,article.fopen .sec01 h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: normal;
	letter-spacing: 0.3rem;
	padding-bottom: 1rem;
}
article.fopen .sec02 h3,article.fopen .sec01 h3 {
	text-align: center;
	padding-top: 1.8rem;
	letter-spacing: 0.2rem;
}

article.fopen li dl {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.col03 li dt .circle   {
	background-color: rgba(237,174,175,1.00);
	color: rgba(255,255,255,1.00);
	position: absolute;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 30px;
	font-size: 1rem;
	left: 2px;
	line-height: 1rem;
	padding: 0.1rem;
	top: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.fopen li img {
	width: 100%;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






article.fopen .cat {
	margin-top: 1rem;
	color: #ffffff;
	text-decoration: none;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
		font-size: 0.9rem;
	line-height: 1.2rem;
}


article.fopen .op .cat{
	color: #ffffff;
	text-decoration: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	font-size: 0.8rem;
line-height: 1.2rem;

}
article.fopen dl .cat{
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-top: 0px;
	margin-bottom: 5px;
}

article.fopen .cat a {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
	border: 1px solid #c79466;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	background-color: #ff9433;
	margin-left: auto;
	padding-top: 0.7rem;
	border-radius: 5px;
	padding-bottom: 0.7rem;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
}
article.fopen .cat a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color: #E97F1E;
}
