@charset "UTF-8";

/* reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 62.5%;
	width:100%;
	min-width: 1000px;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #000;
	line-height: 1.5;
	vertical-align: baseline;
	font-size:13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.1em;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: transparent;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
display: block;
}

ul { list-style: none; list-style-position:outside; margin:0; padding:0;  }
ul li { margin:0; padding:0; list-style: none;}
ol { list-style: decimal;  list-style-position:outside; }
ol li { margin-bottom:5px;}

caption,th { text-align: left; }
q:before,q:after { content: ''; }
a img,:link img,:visited img {border: none;}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

strong{
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
input, select {
	vertical-align:middle;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ins {
	background-color:#dfdfdf;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#dfdfdf;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #dfdfdf;
	margin:1em 0;
	padding:0;

}
input[type="button"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
	border:none;
background: #000;
	color:#fff;
	font-size: 14px;
	padding: 10px ;
}
/* placeholder */
input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}
input:-moz-placeholder {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}

img{
	margin:0;
	padding]0:
}

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
color: #;
cursor: pointer;
outline: none;
text-decoration: none;
}
a:link { text-decoration:none; color:#363636;}
a:visited { text-decoration: underline; color:#363636;}
a:active, a:focus{opacity:0.7; outline:none;}
a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0.7;
 }
div#right_box a:link{
	text-decoration:underline;color:darkblue;
}

/*________________ ■全体設定 ________________*/



body{
	width: 100%;
	height:100%;
	background: #fff;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.display-n{display:none;}
.display-b{display:block;}
.overflow-h{overflow: hidden;}
.visibility-h{visibility:hidden;}
.opa-1{opacity:1;}
.float-l{float:left;}
.float-r{float:right;}
.textalign-l{text-align: left;}
.textalign-c{text-align: center;}
.textalign-r{text-align: right!important;}



/* responsive*/
.mb_on{display:none;}
.mb_off{display:block;}
@media only screen and (max-width: 761px ) {
  body{
    font-size:18px;
  }
.mb_on{display:block;}
.mb_off{display:none;}

.res_scrollbox {
	width:100%;
	overflow-x:auto;
}
.res_scrollbox::-webkit-scrollbar {
  height: 5px;
}
.res_scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #EDEDED;
}
.res_scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BBB;
}
}


.fs10{
	font-size: 10px!important;
}

.fs11{
	font-size: 11px!important;
}

.fs12{
	font-size: 12px!important;
}

.fs13{
	font-size: 13px!important;
}

.fs14{
	font-size: 14px!important;
}

.fs15{
	font-size: 15px!important;
}

.fs16{
	font-size: 16px!important;
}

.fs17{
	font-size: 17px!important;
}

.fs18{
	font-size: 18px!important;
}

.fs19{
	font-size: 19px!important;
}
.fs20{
	font-size: 20px!important;
}
.fw_bold{
	font-weight:bold;
}
.indent00{
	text-indent:0em!important;
}
/* margin________________*/

.mr0{
	
	margin-right: 0;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}

.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}

.mt10{
	margin-top: 10px;
}

.mb0{
	margin-bottom:0!important;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}
.mt20{
	margin-top: 20px!important;
}



/* padding________________*/
.pt5{padding-top:5px;}
.pt10{padding-top:10px!important;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}


/* color________________*/
.red{
	color:#ff0000;
}

/* boder________________*/
.bdr_b_00{
	border-bottom:none!important;
}



.img_left {
	float:left;
	margin-right:15px;
	/*width:180px;*/
}
.img_right {
	float:right;
	margin-left:15px;
	/*width:180px;*/
}

.img_box {
	width:100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.img_left img ,.img_right img {
	width:100%;
}

.img_box img{
	display: block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

.img_box .caption , .img_left .caption , .img_right .caption {
	width:100%;
	padding:4px 10px;
	background-color:rgba(79,178,190,1);
	color:#FFF;
	font-size:12px;
	margin-top:2px;
}

.img_box div.caption {
	display:inline-block;
	margin-bottom: 20px;
	width:auto;
}

.img_box:after , .img_left:after , .img_right:after {
	clear:both;
	content:"";
    height: 0;
    display: block;
    visibility: hidden;
}

.lh01{
	line-height:1.6em!important;
}



/* -- Media query	761px以下の場合 スマートフォン設定-- */
@media all and (max-width: 761px ) {
.img_left , .img_right {
	float:none;
	margin:0 15% 20px;
	width:70%;
	text-align:center;
}
.img_left img ,.img_right img {
	width:100%;
	margin:auto;
}

}






.align_block-c{
	display:block;
	text-align:center;
}



.clearfloat { /* このクラスは，div またはブレークエレメントに適用される必要があり，また，フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.paragraph{
	width:100%;
	margin:0 auto 30px auto;
	text-align:justify;
	text-justify:distribute-all-lines;
	/*overflow:hidden;*/
	*zoom: 1;
	line-height:2em;
	color:#111;	
}

.paragraph:before,
.paragraph:after {
	content: " ";
	display:table;
	clear: both;
}


* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.short1 {
	letter-spacing:0px;
}
.short2 {
	letter-spacing:-0.5px;
}
.short2 a{
	letter-spacing:-0.5px;
}
.short3 {
	letter-spacing:-0.1em;
}
.short4 {
	letter-spacing:-0.2em;
}

.icon{
	vertical-align:bottom;
}
.a_link{
	text-decoration:underline !important;
}
