@charset "UTF-8";
.fs-c-heading.fs-c-heading--page {
    padding: 10px 0px; }
	
body {
	margin: 0;
    padding: 0;}
p{
	font-size:18px;
	}
.PC-none {  
    display: none;
}
.SP-none {
	display: block;
}

.oshirase-wrap{
	width:100%;
	max-width:1100px;
	margin: auto;
	text-align:center;
	border:solid #000 1px;

}

.title__inner{
	width:50%;
	text-align:center;
	margin: 2em auto;
}

.title-frame{
	background-color:#333333;
	padding:0.5em 1em;
	color:#FFF;
	display:inline-block;
	font-size:18px;
	margin:0.5em auto;
	
}

.title-date{
	font-size:15px;
	margin:0 auto;
	color:#999;
	font-weight:400;
}

.title-font{
	font-size:45px;
	margin:0 auto;
	padding:0.5em;
	font-weight: 600;
    line-height: 1.5;
	border-bottom: 3px double #000000;
}

.main-text__inner{
	width:80%;
	margin:3em auto;
	line-height:2;
	font-size:18px;
	text-align:left;
	
}
.main-text__top{
	width:85%;
	margin:auto;
}
.main-text__contents{
	margin:3em auto;
	
}




.main-text__tt {
    padding: 0.3em 1em;
    border-left: 5px solid #404040;
    background-color: #f2f2f2;
    color: #000000;
    text-align: left;
    font-size: 20px;
	font-weight: 600;
	margin-bottom: 1em;
}

.main-text__txt{
	margin-left:2em;
}

.font-red{
	color:#FF0000;
	font-weight:600;
}

.font-b{
	font-weight:600;
}

.font-normal{
	font-size:18px;
	display:block;
	margin-top:0.5em;
}
.point-btn a{
	text-align:center;
	margin:3em auto;
	background-color: #B99b00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.point-btn a:hover {
	color: #f2f2f2;
}



.point-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}

.point-btn a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.point-btn a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}


.bottom__inner{
	
	text-align:left;
	width:85%;
	margin:3em auto;
	line-height:2;
}


/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:960px) {
    
}

	
	
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
}

/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:800px) {



.PC-none {
  display: block;
}

.SP-none {
  display: none;
}

.oshirase-wrap{
	width:95%;
}

.title__inner {
	width:95%;
	margin: 2em auto;
    
}

.title-frame {
	 font-size: 16px;
}
	 
.title-font {
	font-size:35px;
}

.main-text__inner,.bottom__inner {
	width: 90%;
    margin: 2em auto;
	line-height: 1.3;
		
}
		
.main-text__txt {
    width: 90%;
    margin: auto;
}


	
  
	
}