/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff url();
	color: #000000;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 16px;
	padding: 0px 0;
	margin: 0;
	line-height: 190%;
	/*Noto Sans Japanese*/
		font-family: "Noto Sans Japanese";
		font-weight: 100;
}
#smapho{
	display: none;
}

#smapho-none{

}

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 0;
	margin: 0 ;
}

/* Links */
a:link, a:visited
{
	color: #009DE5;
	text-decoration: none;
}
a:hover, a:active
{
	color: #131133;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #000000;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #2FC7FF;
}
#copyrights a:link, #copyrights a:visited
{
	/*color: #000000;*/
}
#copyrights a:hover, #copyrights a:active
{
	/*color: #000000;*/
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
height: 0px;
width: 800px;
clear: both;
line-height: 0px;
zoom: 1;
display: hidden;
font-size: 0px;
}

input[type="submit"]{
-webkit-appearance: none;
}
/*-------------------------------------------------
  ホームのメイン画像スライダー
-------------------------------------------------*/

/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
	height: 765px;
    position: relative;
    overflow: hidden;
	transform: translatex(0%);
	z-index: 0;
}

.viewer ul li img {
    width: 100%;
}


.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#viewer img {
	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 100%;
	height: 100%;
	/*background: url(images/bg_header.jpg) top center no-repeat;*/
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;

}

#header h1
{
	float: left;
	z-index: 1000;
}

#header h2
{

	position: absolute;
	top: 25px;
	left: 260px;
	font-size: 13px;
	line-height: 140%;
}


.header_text01
{
	height: 16px;
	width: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.header_text02
{
	height: 16px;
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	font-size: 13px;
	/*font-weight: bold;*/
	text-align: left;
}

#logo
{
	width: 1152px;
	height: 30px;
	background: #ffffff;
	display: none;
	margin: auto;
}

#menu
{
	width: 100%;
	height: 70px;
	background: #0090D5 url() bottom center no-repeat;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 0px;
/*box-shadow:0px 0px 7px 0px #808080;
-moz-box-shadow:0px 0px 7px 0px #808080;
-webkit-box-shadow:0px 0px 7px 0px #808080;*/
}

.menu_inner
{
	width: 1152px;
	margin: auto;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

}

#sidemenu
{
	width: 210px;
	//background: #000;
	position: fixed; 
	right: 0; 
	top: 180px; 
	z-index: 9999; 
}

.sidemenu
{
	width: 175px; 
	background: #F4F4F4; 
	z-index: 9999; 
	float: right;
	border-width: 5px 0px 5px 5px; 
	border-style: solid; 
	border-color: #dedede;
	//-moz-box-shadow: 0 0 2px #000, 0 0 12px #e5e5e5;  
	//-webkit-box-shadow: 0 0 2px #000, 0 0 12px #e5e5e5;  
	line-height: 160%;
}

.shbutton
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	//position: fixed; 
	//right: 180px; 
	//top: 180px; 
	float: left;
	background: #dedede;
	display: block;
	cursor: pointer;
	margin-top: 0px;
	z-index: 99999;
	text-align: center;
}

/*メニューボタン*/
#menubutton a
{
	display:block;
	width:12.5%;
	background:url(images/) no-repeat;
	height:70px;
	line-height:70px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	box-sizing: border-box;
}
#menubutton2 a
{
	display:block;
	width:12.5%;
	background: #fff url(images/) no-repeat;
	height:70px;
	line-height:70px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #000;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	box-sizing: border-box;
}

#menubutton a:hover
{
	background: #fff url(images/) no-repeat;
	color: #000;
}

.feature_font
{
	font-size: 14px;
}

#dmenu
{
	display:block;
	width:12.5%;
	background:url(images/) no-repeat;
	height:70px;
	line-height:70px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
}

#dmenu2
{
	display:block;
	width:12.5%;
	background: #dedede url(images/) no-repeat;
	height:70px;
	line-height:70px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
}

#dmenu:hover
{
	background: #fff url(images/) no-repeat;
	color: #000;
}

#menu2
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: absolute;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}

#menu2-2
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: relative;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}

.ee11catlist
{
	font-size: 15px; 
	line-height: 40px; 
	vertical-align: middle; 
	padding: 3px 13px 3px 13px; 
	float: left; 
	border-width: 0px 0px 0px 1px; 
	border-style: solid; 
	border-color: #ffffff;
}


/*メニューボタン*/
#footermenubutton a
{
	display:block;
	width:12.5%;
	background:  url(images/) no-repeat;
	height:45px;
	line-height:45px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
	box-sizing: border-box;
}
#footermenubutton2 a
{
	display:block;
	width:12.5%;
	background: #ffffff url(images/) no-repeat;
	height:45px;
	line-height:45px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
	box-sizing: border-box;
}

#footermenubutton a:hover
{
	background: #ffffff url(images/) no-repeat;
	color: #000000;
}

.inquiry
{
	display:block;
	width:25%;
	background:  url(images/) no-repeat;
	height:45px;
	line-height:45px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 5px 0px 5px;
	font-size: 15px;
	color: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
	box-sizing: border-box;
}

.home_margin
{
	width: 100%;
	margin-bottom: 50px;
	color: #5B5B5B; 
	font-size: 28px;
	font-weight: normal;
}

.scrEvent 
{

    /*display: none;*/
}

.gray
{
	width: 100%;
	/*background: #F4F4F4;*/
	/*background: #f8f8f8;*/
	background: url(images/bg_gray.png);
}

/*.gray_half_l*/
.heightLine
{
	width: 47%;
	/*height: 600px;*/
	/*background: #F4F4F4;*/
	/*background: url(images/bg_gray.png);*/
	background: #f4f4f4;
	float: left;
	margin: 0px 10px 30px 15px;
	padding: 0px 0px 55px 0px;
	position: relative;
}

.heightLine img
{
	width: 395px;
	height: 219px;
}

.heightLine2
{
	width: 47%;
	/*height: 600px;*/
	/*background: #F4F4F4;*/
	background: url(images/bg_gray.png);
	float: left;
	margin: 0px 10px 30px 15px;
	padding: 0px 0px 55px 0px;
	position: relative;
}

.gray_more
{
	text-align: center; 
	position: absolute; 
	bottom: 20px; 
	left: 140px;
}

.gray_half_r
{
	width: 48%;
	height: 600px;
	background: #F4F4F4;
	float: right;
}

.white
{
	width: 100%;
	background: #fff;
}

.red_half_l
{
	width: 46%;
	height: 100px;
	line-height:100px;
	vertical-align: middle;
	background: #E61F19;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-width: 7px;
	border-style: solid;
	border-color: #F4F4F4;
	margin: 0px 10px 30px 13px;
}

.blue_half_r
{
	width: 46%;
	height: 100px;
	line-height:100px;
	vertical-align: middle;
	background: #009FE8;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-width: 7px;
	border-style: solid;
	border-color: #F4F4F4;
	margin: 0px 10px 30px 13px;
}



/*-------------------------------------------------
  トップページ最上段のなかの文字
-------------------------------------------------*/
.top_top
{
	margin-top: 10px;
	font-size: 15px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 100%;
	background: url(images/) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 70px 0px;
	margin: auto;
	z-index: 1000;
}
#wrapper
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#rightbox
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	z-index: 100;	
}

.contactbox
{
	position: relative;
	right: 40px;
	top: 40px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	background: #D61518; 
	margin: 0px 0px 0px 0px;
	z-index: 1000;	
	color: #ffffff;
}

.pagetop {
	position: fixed;
	right: 45px;
	bottom: 0px;
	z-index: 9999999;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #c1c1c1;
} 

.pagetop a {
	width: 100px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	display: block;
	color: #000000;
	text-align: center;
	margin: 0;
	background: #fff url(images/);
	/*border-radius: 5px;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #efefef;
}

.pagetop a:hover {
	background: #ffffff url(images/bg_gototop.png);
	color: #000000;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 1152px;
	height: 1%;
	overflow: visible;
	/*float: right;*/
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0px 0px 0px 0px;
	margin: auto;
}
.content
{
	padding: 0;
	margin: 0px 76px 30px 76px;
}
.content2
{
	width: 192px;
	float:left;
	clear: none;
	padding: 0px;
	margin: 0px -1px 0px -5px;
/*	margin: 0px 2px 0px -5px; */
}

.works_trim
{
	width: 200px;
	height: 280px;
	float: left;
	margin: 20px 6px 20px 7px;
	padding: 0px;
	display: inline;
	background: #34261b url(images/bg_gray.jpg) bottom;
}





/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	background:  url(images/bg_title.jpg);
	font-size: 32px;
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 10px 0px;
	color: #000;
	border-width: 0px 0px 12px 0px;
	border-style: solid;
	border-color: #f5f5f5;
}

.contenttitle br
{
	display: none;
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 0px 30px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 25px;
	font-size: 16px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;

}

.contentbody2
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 0px 30px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
	text-align: justify;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	line-height: 190%;
}

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

.contentbody3
{
	background: url(images/);
	font-size:15px;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*line-height: 180%;*/
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

.contentbody4{
	width:100%;
}

.contentbody4 img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.catdesc
{
	width: 965px;
	font-size: 14px;
	width:;
	height:;
	background: url(images/);
	padding: 15px 0px 15px 15px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #f5f5f5;
}

.catdesc_bottom
{
	width: 965px;
	font-size: 14px;
	width:;
	height:;
	background: url(images/);
	padding: 15px 0px 15px 15px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #f5f5f5;
}


.works_index
{
	background: #ffffff; 
	padding: 10px; 
	margin: 0px 0px 30px 0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	background: #ddd url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
	color: #000;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 20px 0px 20px 0px;
	background: #ddd url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
	color: #000;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

/*カレンダー*/
table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited 
{
	background:none;padding:0;
}
table.calendar 
{
	margin:0 auto;
}



table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
.QA-Qbox01 {
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 {

	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding-left: 45px;
}
.QA-Abox01 {
	background: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 2px 2px 2px 2px; 
	border-style: dotted; 
	border-color: #2b6d0e;
}
.QA-Qtext01 {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #704d2a;
	padding-bottom: 5px;
	line-height: 2em;
	width: 600px;
	float: left;
	font-weight: regular;
}
.QA-textcolor {
	color: #704d2a;
}

.QA-Qbotton {
	float: left;
	border: 0;
}





/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
}
.sidebar
{
	color: #362779;
/*	margin: 0 0 4px 10px; */
	margin: 0 0 4px 10px;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl2
{
	width: 200px;
	padding: 0 0 10px 0;
	margin-right: 550px;
}
.sidebardl dt
{
	background: url(images/header_menu.gif);
	color: #362779;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 5px 0px 5px 15px;
}
.sidebardl dd
{
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
/*---------↓以下のスタイルは特に必要なと思われます----
.sidebardl dd:hover
{
	color: #FFFFFF;
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
----------------------*/
.sidebardl dd a:link, .sidebardl dd a:visited
{
	color: #444444;
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

.sidebardl dd div.leftbox30
{
	width: 100%; 
}
/* NP_List */
.current 
{
	color: #0096db;
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;
}
.list
{

	font-size: 12px;
	color: #3066B5;
	clear: both;
	padding: 5px 0px 10px 10px;


}
.list a:link
{
	color: #3066B5;
}
.list .current 
{
	/*width: 179px;*/
	float: left;
	color: #6e9a19;
	/*background: #ffffff;*/
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #888888;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}
dd.stripe 
{
	background-color: white;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	height: ;
	background: #ffffff url(images/) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: auto;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #fff;
	z-index: 9999998;

}

#copyrights
{
	width: ;
	background: #585858 url(images/) no-repeat;
	padding: 0px 0px 0px 0px;
	color: #000000;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #E61F19;
}

.oseven
{
	
	height: 15px; 
	margin: 0px; 
	padding: 3px 10px 0px 10px; 
	font-size: 14px;
}

.copy
{
	height: 10px; 
	margin: 0px; 
	padding: 0px 10px 0px 10px; 
	font-size: 7px; 
	color: #efefef;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}
.c_line40
{
	clear: both;
	height: 40px;
}
.c_line50
{
	clear: both;
	height: 50px;
}
.c_line60
{
	clear: both;
	height: 60px;
}
.c_line70
{
	clear: both;
	height: 70px;
}
.c_line80
{
	clear: both;
	height: 80px;
}
.c_line90
{
	clear: both;
	height: 90px;
}
.c_line100
{
	clear: both;
	height: 100px;
}
/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%; 
}
div.leftbox20 {
	float: left;
	width: 20%; 
}
div.leftbox30 {
	float: left;
	width: 160px; 
}
div.leftbox40 {
	float: left;
	width: 40%; 
}
div.leftbox45 {
	float: left;
	width: 45%; 
}
div.leftbox55 {
	float: left;
	width: 55%; 
}
div.leftbox60 {
	float: left;
	width: 60%; 
}
div.leftbox65 {
	float: left;
	width: 65%; 
}
div.leftbox70 {
	float: left;
	width: 70%; 
}
div.leftbox75 {
	float: left;
	width: 75%; 
}
div.leftbox80 {
	float: left;
	width: 80%; 
}

div.leftbox100px {
	float: left;
	width: 105px; 
}

div.leftbox150px {
	float: left;
	width: 155px; 
}

div.leftbox200px {
	float: left;
	width: 205px; 
}

div.leftbox250px {
	float: left;
	width: 255px; 
}

div.leftbox300px {
	float: left;
	width: 305px; 
}

div.leftbox350px {
	float: left;
	width: 355px; 
}
div.leftbox400px {
	float: left;
	width: 405px; 
}

div.leftbox450px {
	float: left;
	width: 455px; 
}
div.leftbox500px {
	float: left;
	width: 505px; 
}

div.leftbox550px {
	float: left;
	width: 555px; 
}
div.leftbox600px {
	float: left;
	width: 605px; 
}

div.leftbox650px {
	float: left;
	width: 655px; 
}
div.leftbox700px {
	float: left;
	width: 705px; 
}

div.leftbox750px {
	float: left;
	width: 755px; 
}

div.leftbox800px {
	float: left;
	width: 805px; 
}
*/

.leftbox10 {
	float: left;
	width: 10%; 
}
.leftbox20 {
	float: left;
	width: 20%; 
}
.leftbox30 {
	float: left;
	width: 160px; 
}
.leftbox40 {
	float: left;
	width: 40%; 
}
.leftbox45 {
	float: left;
	width: 45%; 
}
.leftbox55 {
	float: left;
	width: 55%; 
}
.leftbox60 {
	float: left;
	width: 60%; 
}
.leftbox65 {
	float: left;
	width: 65%; 
}
.leftbox70 {
	float: left;
	width: 70%; 
}
.leftbox75 {
	float: left;
	width: 75%; 
}
.leftbox80 {
	float: left;
	width: 80%; 
}

.leftbox100px {
	float: left;
	width: 105px; 
}

.leftbox150px {
	float: left;
	width: 155px; 
}

.leftbox200px {
	float: left;
	width: 205px; 
}

.leftbox250px {
	float: left;
	width: 255px; 
}

.leftbox300px {
	float: left;
	width: 305px; 
}

.leftbox350px {
	float: left;
	width: 355px; 
}
.leftbox400px {
	float: left;
	width: 405px; 
}

.leftbox450px {
	float: left;
	width: 455px; 
}
.leftbox500px {
	float: left;
	width: 505px; 
}

.leftbox550px {
	float: left;
	width: 555px; 
}
.leftbox600px {
	float: left;
	width: 605px; 
}

.leftbox650px {
	float: left;
	width: 655px; 
}
.leftbox700px {
	float: left;
	width: 705px; 
}

.leftbox750px {
	float: left;
	width: 755px; 
}

.leftbox800px {
	float: left;
	width: 805px; 
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

/*--------------------------------------------------
    問い合わせフォーム
----------------------------------------------------*/
.f-container{
	width:780px;
	margin: 0 auto;
}

.f-item1{
	float:left;
	width:185px;
	margin: 10px 20px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.f-item2{
	float:left;
	width:35px;

	margin: 10px 25px 0 0;
	padding: 0 0 0 0;
	background: #FF3366;
	text-align:center;
	display: inline-block;
	font-size: 12px;	
	color: #fff;
}


.f-item3{
	float:left;
	width:510px;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height:36px;

}

.f-item4{
	float:left;
	width:510px;
	margin: 0 0 0 0;
	font-size: 18px;

}

.f-item5{
	float:left;
	width:255px;
	margin: 0 0 0 0;
	font-size: 18px;
	display: inline;
}

input.input96{
width:96%; 
height:40px;
}

textarea.input96b{
width:96%; 
height:240px;
}

input.input70{
width:70px;
height:40px;
}

input.input70s{
width:70px;
height:40px;
}

input.input120{
width:120px;
height:40px;
}

input.input189{
width:189px;
height:40px;
}

input::placeholder,
textarea::placeholder {
	color: #BBBBBB;
	font-size: 18px;	
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #BBBBBB;
	font-size: 14px;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #BBBBBB;
	font-size: 14px;
}



.toggle_wrap:last-of-type {

}
.toggle_switch {
  position: relative;
  cursor: pointer;
	display: inline;

}
.toggle_switch.open {

}
.toggle_switch:hover {

}

.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 11px;
  background: url(images/arrow_down.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
/*  right: 20px;*/
  margin: 0 0 0 20px;
  transition: transform .2s;

}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 20px 10px;
  background: #eee;
  margin: 0 0 10px 0;
	font-size: 15px;
}


input, select, textarea {
	font-size: 18px;
}

.inquiry_flow {

  width: 670px;
  height: 75px;
  background: url(images/inquiry_flow.png) no-repeat;
  margin: 0 auto;
  padding-right: 80px;
}


.inquiry_flow2 {

  width: 670px;
  height: 75px;
  background: url(images/inquiry_flow2.png) no-repeat;
  margin: 0 auto;
  padding-right: 80px;
}

.inquiry_flow3 {

  width: 670px;
  height: 75px;
  background: url(images/inquiry_flow3.png) no-repeat;
  margin: 0 auto;
  padding-right: 80px;
}

/* =======================================
	select装飾
======================================= */
.cp_ipselect {
	overflow: hidden;
	width:492px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;

}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.0em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;

}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #000;
	font-size: 18px;
}



/* =======================================
	radioボタン装飾
======================================= */
.cp_ipradio {
	width: 100%;
/*	margin: 2em auto;*/
	text-align: left;
}
.cp_ipradio ul {

}
.cp_ipradio .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.cp_ipradio label {
	line-height: 135%;
	position: relative;
	margin: 0.3rem;
	cursor: pointer;
}
.cp_ipradio .option-input {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.cp_ipradio .option-input:before,
.cp_ipradio .option-input:after {
	position: absolute;
	z-index: 1;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	border-radius: 50%;
	background: #ffffff;
}

.cp_ipradio .option-input:after {
	z-index: 0;
	top: -0.25rem;
	left: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #999999;
}
.cp_ipradio .option-input:checked:after {
	z-index: 0;
	top: -0.25rem;
	left: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #2579bf;
}
.cp_ipradio .option-input:checked:before {
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-width: 0.625rem;
	border-color: #2579bf;
}


/* =======================================
	checkbox装飾
======================================= */
.cp_ipcheck {
/*	width:100%;*/
	text-align: left;
}
.cp_ipcheck ul li{
	display: block;
}
.cp_ipcheck .list_item2 {
	margin: 0 0 0.5rem 0;
	padding: 0;

}
.cp_ipcheck label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	font-size: 18px;
}
.cp_ipcheck .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;

}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index:1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #2579bf;
	border-top-style: none;
	border-right-style: none;

}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);

}
.cp_ipcheck .option-input05:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #999999;
	background: #ffffff;

}

.cp_ipcheck2 {
/*	width:100%;*/
	text-align: left;
}
.cp_ipcheck2 ul li{
	display: block;
}
.cp_ipcheck2 .list_item2 {
	margin: 0 0 0.5rem 0;
	padding: 0;

}
.cp_ipcheck2 label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	font-size: 18px;
}
.cp_ipcheck2 .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;

}
.cp_ipcheck2 .option-input05:before {
	position: absolute;
	z-index:1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #2579bf;
	border-top-style: none;
	border-right-style: none;

}
.cp_ipcheck2 .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);

}
.cp_ipcheck2 .option-input05:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #999999;
	background: #ffffff;

}


.br::before {
	content: "\A" ;
	white-space: pre-wrap ;
}

.br2::before {
	content: "\A" ;
	white-space: pre-wrap ;
}

/* CSSアニメーションの指定 */
.Headline{
  animation: SlideIn 1.0s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
	-webkit-transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
	-webkit-transform: translateY(0);
  }
}




.companytop{
/*	padding-top: 50%;*/
	position: relative;
	z-index: 10;
	overflow: hidden;
	vertical-align: bottom;
	width: 100%;
	height: 700px; /* スライドの高さ*/
}

.companytop .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.companytop dt.text{
	white-space: nowrap;
	font-size: 48px;
	margin: auto;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	line-height:140%;
	text-shadow: 1px 1px 2px #000;
		color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
}

.companytop dd.text a{
	white-space: nowrap;
	font-size: 18px;
	margin: auto;
	position: absolute;
	z-index: 30;
	bottom: 24%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
/*	font-weight: bold;*/
	text-align: center;
	overflow: hidden;
	line-height:140%;
/*	text-shadow: 1px 1px 2px #444;*/
		color: #ffffff;
	background: #00A0E9;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
font-weight: lighter;
border: solid 1px #00A0E9;
/*box-shadow: 1px 1px 2px #444;*/
padding: 10px 18px;
display: block;
}



/* slide */
/* スライド周りの基本スタイル */
  .main_imgBox {
     padding-bottom: 42%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
    overflow: hidden;
    position: relative; }

	.thumbnail_imgBox{
		position: absolute;
    	z-index:20;		
    	width: 240px;
		bottom: 35px;
		right: 80px;
	}

	.thumbnail_imgBox img{		
    	width: 100%;
		height: auto;
	}	



  .main_img {
    z-index:10;
    opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;


    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

	  
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;

    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;

    }
    100% { opacity: 0 }
}


dt.main_text{
	white-space: nowrap;
	font-size: 48px;
	margin: auto;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	line-height:140%;
	text-shadow: 1px 1px 2px #000;
		color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
    -webkit-animation: anime2 24s 0s infinite;
    animation: anime2 24s 0s infinite;
opacity: 0;
	}


    dt.main_text:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    dt.main_text:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    dt.main_text:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }


@keyframes anime2 {
    0% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37% {
        opacity: 0;

    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime2 {
    0% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37% {
        opacity: 0;

    }
    100% { opacity: 0 }
}

.wrap {

}



/* video */
/* video */
.video{
  width: 100%;
  height: 70vh;
  background: url() no-repeat center/cover;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
/*  background-color: #10394b;*/
  background: url() no-repeat center/cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video dt.main_title{
	white-space: nowrap;
	font-size: 48px;
	margin: auto;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	line-height:140%;
	text-shadow: 1px 1px 2px #000;
		color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
	}
	
	
