@charset "UTF-8";
/*デモ用共通CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;

}

html {
	width:100%;
	min-width: 1100;
  height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
	flex-direction: column;
	line-height: 20px;
	width: 100%;
}

img {
	border: none;
}

a{/*リンクされた文字*/
	color:#e50012;
	font-style:normal;
	text-decoration:none;
	outline: none; 
}
a:link {/*未訪問のリンク*/
	color:#e50012;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#e50012;
    font-style:normal;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#e50012;
	font-style:normal;
}
a:active {/*クリック中*/
    text-decoration:none;
    font-style:normal;
}

a:link img{/*未訪問のリンク*/
}

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.top_wrapper {
	width: 100%;
	height: 100%; 
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #e50012;
	top: 0px;
	flex: 1;
	vertical-align:middle;
}

.main_wrapper {
	width: 100%;
	height: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-width: 1100px;
}

.copylight {
	bottom: 0px;
	margin-top: 30px;
	position: absolute;
	background-color: #e50012;
	height: 22px;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
}

.copylight2 {
	bottom: 0px;
	margin-top: 0px;
	background-color: #e50012;
	height: 22px;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
	min-width: 1100px;
}
.logo_top {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
	top: 42%;
	position: absolute;
}
.box_language {
	font-size: 20px;
	line-height: 125%;
	text-align: center;
	vertical-align: middle;
	border: 4px solid #ddd;
	display: block;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	width: 20%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}


.box_language a:hover {
	background-color: #e50012;
}
.language_wrapper {
	width: 60%;
	margin-right: 16%;
	margin-left: 24%;
	margin-top: 2%;
}


.header {
	text-align: center;
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-image: url(images/back_menu.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 14px;
	min-width: 1100px;
}
.menu_large {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

.menu_large2{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 16px;
	height: 20px;
}

.menu_small {
	font-size: 9px;
	text-align: center;
	padding-top: 6px;
}

.menu_small2 {
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	line-height: 11px;
}



/* --------------------------------------------------- 最新 menu */
.menu_cell {
	text-align: center;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 130px;
	height: 30px;
	overflow:hidden
}

.menu_cell a         {
	color:#000;
	display:block;                   /* リンクをブロックに変換 */
	width:100%;                      /* リンク幅をブロック全体に */
	height:46px;
	text-decoration:none;            /* リンク部分の下線を消す */
}
.menu_cell a:link    {
	color:#000;
	font-style:normal;
	text-decoration:none;
	}
.menu_cell a:visited {
	color:#000;
	font-style:normal;
	text-decoration:none;
	}
.menu_cell a:active  {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e50012;
	}
.menu_cell a:hover   {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e50012;
	}

.menu_cell0 {
	text-align: center;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 140px;
	height: 50px;
	overflow:hidden
}

.menu_cell0 a         {
	color:#000;
	display:block;                   /* リンクをブロックに変換 */
	width:100%;                      /* リンク幅をブロック全体に */
	height:46px;
	text-decoration:none;            /* リンク部分の下線を消す */
}
.menu_cell0 a:link    {
	color:#000;
	font-style:normal;
	text-decoration:none;
	}
.menu_cell a:visited {
	color:#000;
	font-style:normal;
	text-decoration:none;
	}
.menu_cell0 a:active  {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e50012;
	}
.menu_cell0 a:hover   {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e50012;
	}



.menu {
	text-align: center;
	vertical-align: middle;
	border: thin solid #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CC9;
}
.menu_top {
	z-index: 90;
	padding-bottom: 5px;
	clip: rect(auto,auto,auto,auto);
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
}

.menu_bottom {
	z-index: 90;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.info1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ddd;
}

.info2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ddd;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

.mar_l20 {
	margin-left: 20px;
}

.mar_title {
	margin-top: 50px;
	margin-bottom: 20px;
}

.mar_titles {
	margin-top: 10px;
	margin-bottom: 0px;
}


.movie_box {
	border: 10px solid #e50012;
	vertical-align: top;
	background-color: #e50012;
	color: #fff;
	margin-top: 0px;
	padding: 0px;
}

/* --------------------------------------------------- slick */
h2 {
	margin: 20px 0;
	padding:20px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	border-top:1px #ccc solid;
}
.slider {
	margin: 0 0 50px;
	min-width: 1100px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #fff;
	color: #e50012;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight:bold;
	border: 4px solid #e50012;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:a {
	color: #e50012;
	border: 4px solid #e50012;
}


.button:hover {
	color:#FFF;
	background-color: #1c50a1;
}

.button_l {
	display: inline-block;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #fff;
	color: #e50012;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight:bold;
	border: 4px solid #e50012;
	margin-top: 20px;
	margin-bottom: 20px;
}
.button_l::before,
.button_l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_l,
.button_l::before,
.button_l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_l:a {
	color: #e50012;
	border: 4px solid #e50012;
}


.butto_ln:hover {
	color:#FFF;
	background-color: #004f99;
}


.border_red {
	border: 1px solid #e50012;
}

.border_blue {
	border: 1px solid #004f99;
}

.feature_title {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

.feature_box {
	border: 10px solid #004f99;
	vertical-align: top;
	background-color: #004f99;
	color: #fff;
	margin-top: 0px;
	padding: 0px;
}

.footer_menu_b {
	bottom: 0px;
	margin-top: 30px;
	background-color: #004f99;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #ddd;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	min-width: 1100px;
}
.main_image {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 1100px;
}

.main_image2 {
	margin-right: auto;
	margin-left: auto;
	min-width: 1100px;
	text-align: center;
}
.read_copy {
	font-size: 17px;
	line-height: 26px;
	margin-top: -10px;
	margin-bottom: 50px;
	color: #000;
	padding-top: 5px;
}
.item_box {
	border: 20px solid #CCC;
	background-color: #ccc;
}
.item_text {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #000;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.item_textm {
	font-size: 15px;
	line-height: 26px;
	padding-top: 20px;
	text-align: left;
	color: #000;
	font-weight: bold;
}

.item_textl {
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
	text-align: left;
	color: #000;
	font-weight: bold;
}

.item_textl2 {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: #000;
	font-weight: bold;
}



.item_textll {
	font-size: 22px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	color: #000;
	font-weight: bold;
}

.caption {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: #000;
	text-indent: -10px;
	padding-left: 10px;
	font-weight: normal;
}

.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list2 li{
	position:relative;
	padding-left:20px;
}
 
.list2 li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#aaa; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.list2 li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#aaa; 
	position:absolute; 
	top:9px; 
	left:0px;
}

.spec_cell {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background-color: #f7f6f5;
}

.spec_cellc {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background-color: #f7f6f5;
}

.spec_cell_top {
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background-repeat: no-repeat;
	background-color: #f7f6f5;
}
.spec_cell_top_r {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.spec_cell_top_rc {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.spec_cell_top_r2 {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	background-color: #ddd;
}

.spec_cell_r {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.spec_cell_rc {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.spec_cell_r2 {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
.spec_cell_r3 {

	text-align: left;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
.spec_midashi {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: left;
	vertical-align: middle;
}
.gaiyo_title {
	font-size: 1.2em;
}

.gaiyo {
	font-size: 1.2em;
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table {
    margin-bottom: 20px;
    width: 100%;
}

table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table th {
    background-color: #f7f6f5;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}

.table th {
    padding: 8px 20px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
	line-height: 20px;
	width: 7em;
}

th {
    font-weight: bold;
}
td, th {
    display: table-cell;
}

.table-bordered td {
    border-left: 1px solid #ddd;
}

.table td {
    padding: 8px 20px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
}

td, th {
    display: table-cell;
}
.access {
	font-size: 15px;
	background-color: #f7f6f5;
	text-align: left;
	width: 100%;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
}
