<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/******parts********/
.box{
	width: 94%;
	margin: 1.5em auto;
	max-width: 960px;
}
.hideTxt{
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.spBtn{
	text-align:right;
	width:94%;/*600/640*/
	margin:0 auto;
	padding:1em 0;
	text-decoration: underline;
}
.spBtn a{
	color: #333;
}

/*--------------------------- SNS */
.sns {
  margin: .7em auto .3em;
  text-align: center;
  padding: 0 0 1em 0;
  max-width: 960px;
}

.sns li {
	display: inline-block;
	vertical-align: text-top;
	float: left;
  margin: 0 7px;
}
.sns .li-fb {
	overflow: visible !important;
}

.sns .li-twitter iframe{
	width: 110px !important;		
}
.fb_iframe_widget span {
	vertical-align: top !important;
}

.sns .li-line img{
	width: 82px;
	max-width: 82px;
	height: 20px;
	max-height: 20px;
}

/***************/
.wrapper{
	position: relative;
	overflow:hidden;
	font-size: .73em;
	padding-bottom: 4em;
	color: #333;
  border-bottom: 1px solid #000;
}

.wrapper img{
	width:100%;
	height:auto;
}
.header{
  width: 93%;
  margin: 1em auto;
 	max-width: 960px;
}
.headline{
	color: #000;
	padding: .5em 0;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}
.report .large{
	font-size: 1.2em;
}
.report .x-large{
	font-size: 1.5em;
}
.report h4{
	font-weight: bold;
}
.report p{
	margin: 1em auto 1.6em;
}
.report p.unSupport{
	margin-bottom: 0;
}
.report p span{
	font-weight: bold;
}
.report p a{
  color: #ff0000;
	font-size: 1.5em;
	font-weight: bold;
}
.report p a:hover{
	color: #FF3C77;
}
.report img{
	display: block;
	margin: .5em auto;
}
.speech{
	margin: 2.2em auto;
	overflow: hidden
}
.speech p{
	margin: 0;
}
.speech .icon{
	font-size: .9em;
	clear: both;
	/*text-align: center;*/
}
.speech .icon{
	font-size: .8em;
	text-align: center;
	margin:0 1em .2em 0;
	float: left;
	line-height: 1.5em;
}
.speech .icon img{
	width: 75px;
	height: auto;
	border: 1px solid #333;
	margin:0;
}
.report dd{
	margin-bottom: 1.6em;
}
.report .postscript{
  margin-top: -1.7em;
  margin-left: 88px;
  font-size: .9em;
  line-height: 1.5em;
}
.nextLink{
	margin: 2em 0 2.5em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56%;
 }
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bnr img{
	border: 1px solid #ff0000;
	width: 100%;
	max-width: 480px;
}
.bnr p{
	margin: 0;
	font-size: .9em;
	display: block;
}
.bnr-item{
	display: block;
	max-width: 100%;
  vertical-align: top;
  margin-bottom:1em;
  line-height: 1.2em;
}
/*.bnr-item:nth-child(odd){
  margin-right:2%;
}*/
.caution{
	background: #000;
	color: #FFF;
	font-size: .9em;
	line-height: 1.7em;
}
.caution p{
	padding: 1em;
}

/**/
.explain{
	margin: 1.2em auto;
	padding: 1.5em 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
.explain dd{
	margin: 0 auto;
	width: 75%;
	max-width: 450px;	
}
.profile{
	min-height: 10.5em;
	padding :1em .6em;
	box-sizing:border-box;
  background: #f6f6f6;
  border:1px solid #e1e8ed;
  border-radius: 10px;
  padding: 1em .5em
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.profile figure{
	width:40%;
}
.profile figure img{
	float: left;
	width:92%;
	max-width: 182px;
	height:auto;
	border: 1px solid #A3A3A3;
	margin: 0 .7em .7em 0;
}
.profile h5{
	font-size: 1.2em;
	margin-bottom: .1em;
}

/********************************/
@media screen and (min-width: 720px){
	.wrapper{
		font-size:.9em;
	}
	.profile{
		min-height: 9em;
	}
	.youtube {
	  width: 70%;
	  padding-top: 39%;
	}
}</pre></body></html>