html{
	margin: 0px;
	padding: 0px;
}

body{

	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.nasi{
	display:none;
}

*{
	box-sizing: border-box;
	position: relative;
}

.onalpha{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a:focus, *:focus {outline:none;}

.sp, .sp_b{
	display: none;
}

.pc{
	display: inline-block;
}

.pc_b{
	display: block;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

#header{
	width: 100%;
	min-width: 1000px;
	margin: 0;
	overflow-x: hidden;

}
.cmt_head{
	/*	max-width: 701px;*/
	height: auto;
	z-index: 10;
	margin: 0 auto;
	vertical-align: bottom;
	display: block;
}

.btn_home{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #21A09D;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-size: 14pt;
}




.btn_home:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	background-color: #87D2D5;
}


.cmt_logo_link{
	width: 38.1%;
	height: auto;
	position: absolute;
	margin-top: 2.7%;
	margin-left: 1.8%;
	z-index: 20;
}

.cmt_logo{
	width: 100%;
	height: auto;
	z-index: 20;
	
}

#main{
	background-position: center top;
	background-repeat: no-repeat;
}

.cmt_h3{
	display: block;
	margin: 20px auto ;
}

h3{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
}




#cmt_box{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 150px;
	z-index: 20;
}

.ilst_midasi{
	display: block;
	margin: 23px auto 0 auto;
}




.cmt_txt{
	width: 480px;
	/*	float: left;*/
	margin-top: 20px;
	white-space : pre-wrap;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(url);
	background-color: #DEF2F3;
/*	text-align: center;*/
/*	text-align: justify;*/
/*	text-justify: inter-ideograph;*/
}

#cmt_box .cmt_txt:nth-child(even){
/*	clear: both;*/
	margin-left: 13px;
/*	padding-left: 13px;*/
}

.cmt1,
.cmt2{
	margin-top: 20px;
}

#cmt_box .cmt_txt:nth-child(odd){
	margin-left: 14px;
/*	padding-right: 10px;*/
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
	margin-right: 5px;
}

.cmt_lead{
	width: 100%;
	min-width: 1000px;
	color:#d04d43;
	font-size: 27pt;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 0.3em;
}

em{
	color: #ffc600;
	font-style: normal;
}

.cmt_name{
	font-size: 17pt;
	font-weight: 500;
	margin-top: 20px;
	line-height: 1.3em;
	color: #21A09D;
}

.cmt_name small{
	font-size: 11pt;
	line-height: 0.1em;
}

strong{
  color: #C60200;
  /*	font-size: 12pt;*/
  font-weight: 700;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

.cmt_imai{
	float: right;
	margin-left: 10px;
	margin-bottom: 42px;
}

.ryaku{
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: right;
	padding-right: 60px;
	padding-bottom: 0px;
}

/*----------FOOTER------------*/

#footer{
	width: 100%;
	min-width: 1000px;
	height: 30px;
	z-index: 30;
	background-color: #000000;
	display: none;
}

#footer_upper{
	width: 100%;
	height: 44px;
	background-color: #92d4e2;
	display: none;
}
