@charset "UTF-8";


@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,100);

/*font-family: 'Roboto', sans-serif;
font-weight: 400;
font-weight: 900;
font-weight: 100;*/

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

当CSSには、リセット要素 及び webサイト全体を通して 既存クラスに追記して使用する要素（floatクリア・margin width などの数値要素・displayの有無・文字詰め設定など）を記述しています。
初期設定後は基本的に追記不可です。

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



/* 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-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;
	font-size: 12px;
}

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:inside; }
ol li { margin-bottom:5px;}
li img {
	vertical-align: bottom;
}
div img {
	vertical-align: bottom;
}

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;
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;
 }

/*________________ ■全体設定 ________________*/



body{
	width: 100%;
	height:100%;
	background: #fff;
}
@media only screen and (max-width: 761px ) {
html {
	min-width: 100%;
}
body {
	font-size:14px;
	width: 100%;
	height:100%;
}
}


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

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.display-n{display:none;}
.display-b{display:block;}
.display-ib{display:inline-block;}
.overflow-h{overflow: hidden;}
.visibility-h{visibility:hidden;}
.opa-1{opacity:1;}

/* float________________*/
.float-l{float:left;}
.float-r{float:right;}

/* textalign________________*/
.textalign-c{text-align: center!important;}
.textalign-r{text-align: right!important;}
.textalign-l{text-align: left!important;}

/* font-size________________*/
.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;}

/* font________________*/
.fontweight-b{font-weight: bold;}
.nowrap{white-space:nowrap!important;}



/* margin________________*/
.mb0{margin-bottom: 0!important;;}
.mb10{margin-bottom: 10px!important;;}
.mb20{margin-bottom: 20px!important;;}
.mb40{margin-bottom: 40px!important;;}
.mb60{margin-bottom: 60px!important;;}
.mb100{margin-bottom: 100px!important;;}

.ml0{margin-left: 0!important;;}
.ml10{margin-left: 10px!important;;}
.ml20{margin-left: 20px!important;;}
.ml40{margin-left: 40px!important;;}
.ml60{margin-left: 60px!important;;}

.mr0{margin-right: 0!important;;}
.mr10{margin-right: 10px!important;;}
.mr20{margin-right: 20px!important;;}
.mr40{margin-right: 40px!important;;}
.mr60{margin-right: 60px!important;;}

.mt0{margin-top: 0!important;;}
.mt10{margin-top: 10px!important;;}
.mt20{margin-top: 20px!important;;}
.mt30{margin-top: 30px!important;;}
.mt40{margin-top: 40px!important;;}
.mt60{margin-top: 60px!important;;}



/* padding________________*/
.pd0{padding:0!important;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}



/* width________________*/
.wd30 {width:30%; }
.wd50 { width:50%;}
.wd100 { width:100%;}

/* カラムレイアウト用 （レスポンシブ時1カラムへ）________________*/
.two_column {
	width:49% !important;
	float:left;
	margin: auto .5% !important;
}
.three_column {
	width:32% !important;
	float:left;
	margin:auto .6% !important;
}
/* -- Media query	761px以下の場合 スマートフォン設定-- */
@media all and (max-width: 761px ) {
.two_column {
	width:100% !important;
	float:none;
	margin: auto;
}
.three_column {
	width:100%;
	float:none;
	margin: auto;
}
}





.img_left {
	float:left;
	margin-right:15px;
	max-width:280px;
}
.img_right {
	float:right;
	margin-left:15px;
	max-width:280px;
}

.img_right_s {
	float:right;
	margin-left:15px;
	max-width:150px;
}


.img_left.width_auto {
	width: inherit;
}
.img_right.width_auto {
	width:inherit;
}

.img_center {
	width:100%;
	overflow: hidden;
	text-align: center;
	margin:10px auto 20px;
}


.img_center img , .img_left img , .img_right img , .img_right_s img{
	display: block;
	margin:0 auto;
	max-width:100%;
}

.img_center figcaption , .img_left figcaption , .img_right figcaption {
	width:100%;
	padding:4px 10px;
	font-size:12px;
	margin-top:2px;
	text-align:center;
	background-color:#EDEDED;
}
.img_center figcaption span , .img_left figcaption span , .img_right figcaption span {
	font-size:14px;
	margin-top:4px;
}

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

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

.table_res {
	overflow-x: inherit;
	width: auto;
}

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

.table_res {
	overflow-x:auto;
	width:100%;
	border:1px solid #CCC;
	border-bottom:1px solid #444;
}
}




/* 1字下げ________________*/
.in_atd {
	padding-left: 1em;
	text-indent: -1em;
}


/* color________________*/
.attention_red{
	color: #A30008;
}


.marker_green{
	background: #D1EDE5;
	display:inline-block;
	color:#000;
	padding:1px 5px;
}

.marker_lime {
	border-bottom: #66FFCC 3px solid;
	font-weight: bold;
}

.marker_yellow {
	border-bottom: #ffff66 3px solid;
	font-weight: bold;
}

.marker_blue {
	border-bottom: #66aaff 3px solid;
	font-weight: bold;
}



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

/*clearfix_2016*/
div:after,
ul:after,
dl:after {
	content: "";
	display: block;
	clear: both;
}


/*list_settings*/
ul.ls_disc li{
	list-style-type: disc;
	margin:0 0 5px 15px;
}





/* 文字詰め________________*/

.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;
}


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

レスポンシブ 表示切り替え用 汎用設定

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

/* responsive*/
.mb_object{display:none;}
.pc_object{display: inherit;}
span.pc_object{display: inline;}


.iframe_res{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.iframe_res iframe,
.iframe_res object,
.iframe_res embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media all and (max-width: 761px ) {
.mb_object{display: inherit;}
.pc_object{display:none;}
span.mb_object{display: inline;}
}

/* responsive*/
.mb_on{display:none;}
.mb_off{display:block;}
@media only screen and (max-width: 761px ) {
.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;
}
.res_imagebox{
	width:100%;
	float: none;
	text-align: center;
	height:auto;
}

.res_imagebox img{
	width:100%;
	margin:0!important;
	height:auto;
}


}


