@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
/*background-attachment: fixed;*/
}

/*スライドイン*/

/* 基本のスタイル */
.left_in .delighter {
    transition: all .7s ease-out;
    transform: translateX(-100%);
    opacity: 0;
}

.right_in .delighter {
      transition: all .7s ease-out;
      transform: translateX(100%);
      opacity: 0;
}

.bottom_in .delighter {
transform:translatey(100%); 
opacity:0; 
transition: all .3s ease-in-out;
}
.cube_in .delighter {
    background: url(../images/news_bg01.png);
    background-size: cover;
}
 
/* スタート時のスタイル */
   .delighter.started{
      transform: none;
      opacity: 1;
   }
.cube_in .delighter.started{
bottom: 0%;
transition: all .5s cubic-bezier(.86, 0, .07, 1);
}
/*スライドインここまで*/

ol, ul {
list-style:none;
}

table {
border-collapse:separate;border-spacing:0;
}

caption, th, td {
font-weight:normal;text-align:left;
}

blockquote:before, blockquote:after,q:before, q:after {
content:"";
}

blockquote, q {
quotes:"" "";
}

a img {
border:0;
}

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

body{
/*font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
line-height: 2.0;
color:#000;
background:#fff;
-webkit-text-size-adjust:none;
}
.un{background-color:#f2f2f2;}
.un01{background-color:#000;}

img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}

img {
    width: auto;
    max-width: 100%;
}

/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#cdcdcd;
}

/**** Clearfix ****/

nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{
content:"";
display:table;
clear:both;
}

nav .panel,#mainNav,.newsTitle,.bg, .post{
zoom:1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper {
margin:0 auto;
width:100%;
}
#wrapper01 {
margin:0 auto;
width:100%;
background-color:#F2F2F2;
padding-bottom: 40px;
}
#wrapper02{
margin:0 auto;
width:100%;
padding-bottom: 40px;
}

#un_wrapper {
margin:0 auto;
width:1080px;
}

.inner{
margin:0 auto;
width:1200px;
}

.inner01{
margin:0 auto;
width:1200px;
}
.inner01_01 {
    margin: 0 auto;
    width: 1200px;
    padding-top: 168px;
}

.inner02{
margin:0 auto;
width:1200px;
}
.inner02 p {
    font-size: 120%;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #FEC000;
    border-bottom: 1px solid #FEC000;
    padding: 20px 0;
}

.inner03{
margin:0 auto;
width:980px;
height:120px;
}

.inner04 {
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    z-index: 1;
    position: fixed;
}
.inner04_01 {
    margin: 0 auto;
    width: 100%;
    /*background-color: #000;*/
}
.inner04_02 {
    margin: 0 auto;
    width: 100%;
    background-color: #000;
	margin-top:297px;
}
.inner04_03 {
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    margin-top: 249px;
}
.inner04_04 {
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}

.inner05{
margin:0 auto;
width:100%;
background-color:#fff;
}
.inner05_01 {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding-top: 168px;
    z-index: 0;
    position: fixed;
}

.inner06 {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    /* height: 124px; */
    border-bottom: 3px solid #000;
    z-index: 0;
    position: fixed;
    top: 164px;
}
.inner06_01 {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    /* height: 124px; */
    border-bottom: 3px solid #000;
    z-index: 0;
    position: fixed;
    top: 168px;
}

.inner07 {
    margin: 0 auto;
    width: 1200px;
    /* padding: 0 5%; */
    box-sizing: border-box;
    /*height: 122px;*/
}

@media screen and (max-width: 1024px) {
.inner01{
margin:0 auto;
width:100%;
}
.inner01_01 {
    margin: 0 auto;
    width: 98%;
    padding-top: 96px;
}
.inner02{
margin:0 auto;
width:100%;
}
.inner02 p {
    font-size: 120%;
    margin-top: 40px;
    text-align: left;
}
.inner03{
margin:0 auto;
width:100%;
padding: 0;
}
}
@media screen and (max-width: 644px) {
.inner02 p {
    font-size: 100%;
    text-align: left;
}
.inner03 {
    width: 98%;
    height: 220px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
}

#header{
text-align:center;
background: #000;
}

#content{
width:100%;
padding:0;
}
#content01{
width:100%;
padding:0;
/*background-color:#fff;*/
}

.content{
width:100%;
/*margin-top:40px;*/
}
.content00{
width:100%;
margin-top:40px;
}

.content01{
    width: 100%;
    /* height: 280px; */
    margin-top: 10px;
    /* background: #fff; */
    text-align: center;
    background: rgba(255, 255, 255,.0);
    background-image: url(../images/news_bg01.png);
    background-size: cover;
}

.content02{
    width: 100%;
    text-align: center;
    background: #000;
	/*height: 288px;*/
}
.content02 p{
	text-align:center;
	color:#fff;
	padding-top:5px;
}
.content02 p a{
	text-align:center;
	color:#fff;
	padding-top:5px;
}
.content02_01{
    width: 100%;
    text-align: center;
    background: #000;
	height: 288px;
}

.content03{
    width: 100%;
    height: 300px; 
    background: #000;
}

.content04{
width:100%;
margin-top:108px;
}

.content05{
float: left;
    width: 750px;
    padding: 30px 0 30px 0;
}

.content06{
    width: 100%;
	background-color:#fff;
}
.content06 p{
    color: #000;
    padding-top: 20px;
    margin-left: 50px;
    float: left;
}

.content07 {
    width: 850px;
    /* margin-top: 40px; */
    float: left;
}

.content08{
width:100%;
padding:0;
/*background-color:#fff;*/
margin-top:300px;
}
.content09 {
    width: 820px;
    margin-left: 30px;
    float: right;
}

@media screen and (max-width: 1024px) {
article.content02_02 {
    width: 98%;
    margin: 0 auto;
}
.content06 {
    width: 100%;
    background-color: #fff;
    padding-left: 15px;
	box-sizing: border-box;
}
.content07 {
    width: 100%;
    margin-top: 40px;
}
.content09 {
    width: 68%;
    margin-left: 30px;
    float: right;
}
}
@media screen and (max-width: 768px) {
.content06 {
    width: 100%;
    background-color: #fff;
    padding-left: 15px;
	box-sizing: border-box;
}
.content06 p {
    color: #000;
    padding-top: 20px;
    margin-left: 2%;
    float: left;
}
}
@media screen and (max-width: 644px){
.content06 {
    width: 100%;
    background-color: #fff;
    padding-left: 0;
}
.content06 p {
    color: #000;
    padding-top: 0px !important; 
	padding-bottom:10px;
    margin-left: 1%;
    float: left;
}
.content09 {
    width: 100%;
    margin-left: 0;
    float: none;
    display: block;
}
}

#sidebar {
    float: left;
    width: 350px;
    padding: 24px 0;
}
#sidebar01 {
    float: left;
    width: 350px;
    padding: 0px 15px;
    position: fixed;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    z-index: -1;
    height: 100%; 
    /* display: block; */
}

#footer{
clear:both;
padding:20px;
/*background: #000;
height: 142px;*/
background-color:#006CB7;
}
#un_footer{
clear:both;
padding:20px;
background: #000;
/*height: 142px;*/
}

.imgbox_top01{
width:100%;
height:700px;
margin:0px;
background-image: url(../images/news_img01.jpg);
background-repeat:no-repeat;
/*background-attachment:inherit;*/
}

.imgbox_top02{
    width: 100%;
    /* padding-top: 36.8%; */
    height: 700px;
    margin: 0px;
    background-image: url(../images/bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
	background-attachment:inherit;
	background-color: #fff;
}

.imgbox_top02 p{
    text-align: center;
    color: #fff;
    /* padding-top: 5px; */
    margin-left: 56.8%;
}

@media screen and (max-width: 1400px) {
.imgbox_top02 {
    width: 100%;
    /* padding-top: 36.8%; */
    height: 496px;
    margin: 0px;
    background-image: url(../images/bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	ackground-attachment:inherit;
}
.imgbox_top02 p{
    text-align: center;
    color: #fff;
    /* padding-top: 5px; */
    margin-left: 56.8%;
}
}

.imgbox_top03{
width:100%;
height:700px;
margin:0px;
background-image: url(../images/bg_img01.jpg);
background-repeat:no-repeat;
}
.imgbox_top03_01{
width:50%;
height:353px;
margin:0px;
background-image: url(../images/bg_img02.jpg);
background-repeat:no-repeat;
float:left;
text-align: center;
background-size: cover;
filter: grayscale(1);
}
.imgbox_top03_01:hover {
filter: none;
}
.imgbox_top03_02{
width:50%;
height:353px;
margin:0px;
background-image: url(../images/bg_img03.jpg);
background-repeat:no-repeat;
float:left;
text-align: center;
background-size: cover;
filter: grayscale(1);
}
.imgbox_top03_02:hover {
filter: none;
}
.imgbox_top03_03{
width:50%;
height:353px;
margin:0px;
background-image: url(../images/bg_img04.jpg);
background-repeat:no-repeat;
float:left;
text-align: center;
background-size: cover;
filter: grayscale(1);
}
.imgbox_top03_03:hover {
filter: none;
}
.imgbox_top03_04{
width:50%;
height:353px;
margin:0px;
background-image: url(../images/bg_img05.jpg);
background-repeat:no-repeat;
float:left;
text-align: center;
background-size: cover;
filter: grayscale(1);
}
.imgbox_top03_04:hover {
filter: none;
}
.imgbox_top04{
width:100%;
height:700px;
margin:0px;
background-image: url(../images/bg_img06.jpg);
background-repeat:no-repeat;
}

.imgbox_top05{
width:100%;
height:700px;
margin:0px;
background-image: url(../images/bg_img04.jpg);
background-repeat:no-repeat;
}

@media screen and (max-width: 1024px) {
#sidebar01 {
    float: left;
    width: 30%;
    padding: 0px 15px;
    position: fixed;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    z-index: -1;
    height: 100%;
    /* display: block; */
    margin-top: -40px;
}
.imgbox_top01{
width:100%;
height: 377px;
margin:0px;
background-image: url(../images/news_img01_1024.jpg);
background-repeat:no-repeat;
}
.imgbox_top02{
    width: 100%;
    /* padding-top: 36.8%; */
    height: 377px;
    margin: 0px;
    background-image: url(../images/bg_img01_1024.jpg);
    background-repeat: no-repeat;
   background-size: contain; 
}
.imgbox_top02 p{
    text-align: left;
    color: #fff;
    /* padding-top: 5px; */
    margin-left: 10px;
}

.imgbox_top03 {
    width: 100%;
    height: 369px;
    margin: 0px;
    background-image: url(../images/bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    background-attachment: initial;
}
.imgbox_top03_01 {
    width: 100%;
    height: 353px;
    margin: 0px;
    background-image: url(../images/bg_img02.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_02 {
    width: 100%;
    height: 353px;
    margin: 0px;
    background-image: url(../images/bg_img03.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_03 {
    width: 100%;
    height: 353px;
    margin: 0px;
    background-image: url(../images/bg_img04.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_04 {
    width: 100%;
    height: 353px;
    margin: 0px;
    background-image: url(../images/bg_img05.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}

.imgbox_top04{
width:100%;
height: 377px;
margin:0px;
background-image: url(../images/bg_img06.jpg);
background-repeat:no-repeat;
background-size: contain; 
filter: none;
background-attachment: initial;
}

.imgbox_top05{
width:100%;
height: 377px;
margin:0px;
background-image: url(../images/bg_img04.jpg);
background-repeat:no-repeat;
background-size: contain; 
filter: none;
background-attachment: initial;
}
}

@media screen and (max-width: 768px) {
#un_footer {
    clear: both;
    padding: 20px 10px;
    background: #000;
    /* height: 142px; */
}

.imgbox_top01{
width:100%;
height: 277px;
margin:0px;
background-image: url(../images/bg_img01.jpg);
background-repeat:no-repeat;
}
.imgbox_top02 {
    width: 100%;
    /* padding-top: 36.8%; */
    height: 282px;
    margin: 0px;
    background-image: url(../images/bg_img01_1024.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
}
.imgbox_top03{
width:100%;
height: 277px;
margin:0px;
background-image: url(../images/bg_img01.jpg);
background-repeat:no-repeat;
background-size: contain; 
filter: none;
}
.imgbox_top04{
width:100%;
height: 282px;
margin:0px;
background-image: url(../images/bg_img06.jpg);
background-repeat:no-repeat;
background-size: contain; 
filter: none;
}
.imgbox_top05{
width:100%;
height: 282px;
margin:0px;
background-image: url(../images/bg_img04.jpg);
background-repeat:no-repeat;
background-size: contain; 
filter: none;
}
}

@media screen and (max-width: 644px) {
#sidebar01 {
    float: none;
    width: 100%;
    padding: 20px 0px;
    position: inherit;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    z-index: 0;
    height: 100%;
    display: inline-block;
}
#un_footer {
    clear: both;
    padding: 10px;
    background: #000;
    /* height: 142px; */
}

.imgbox_top01{
width:100%;
height: 209px;
margin:0px;
background-image: url(../images/news_img01_644.jpg);
background-repeat:no-repeat;
background-size: auto;
}
.imgbox_top02 {
    width: 100%;
    /* padding-top: 36.8%; */
    height: 282px;
    margin: 0px;
    background-image: url(../images/bg_img01_1024.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}
.imgbox_top02 p {
    text-align: left;
    color: #fff;
    /* padding-top: 5px; */
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
.imgbox_top03 {
    width: 100%;
    height: 200px;
    margin: 0px;
    background-image: url(../images/bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    filter: none;
    background-attachment: initial;
}
.imgbox_top03_01 {
    width: 100%;
    height: 200px;
    margin: 0px;
    background-image: url(../images/bg_img02.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_02 {
    width: 100%;
    height: 200px;
    margin: 0px;
    background-image: url(../images/bg_img03.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_03 {
    width: 100%;
    height: 200px;
    margin: 0px;
    background-image: url(../images/bg_img04.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}
.imgbox_top03_04 {
    width: 100%;
    height: 200px;
    margin: 0px;
    background-image: url(../images/bg_img05.jpg);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    background-size: cover;
    filter: none;
}

.imgbox_top04{
width:100%;
height: 200px;
margin:0px;
background-image: url(../images/bg_img06.jpg);
background-repeat:no-repeat;
background-size: cover; 
background-color:#000;
filter: none;
background-attachment: initial;
}
.imgbox_top05{
width:100%;
height: 200px;
margin:0px;
background-image: url(../images/bg_img04_420.jpg);
background-repeat:no-repeat;
background-size: auto; 
filter: none;
background-attachment: initial;
}
}

h2.title04{
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 50px;
    top: 20px;
    float: left;
    margin-top: 2px;
}
h2.title04 strong {
    font-size: 90%;
    margin: 2px 0px 0px 30px;
    float: right;
    font-family: 'Oswald';
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
}
h2.title04_01{
    clear: both;
    font-size: 340%;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-bottom: 20px;
}
h2.title04_02{
    clear: both;
    font-size: 200%;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    display: block;
    margin-bottom: 15px;
}
h2.title04_02 span{
    margin-right: 20px;
}
h2.title04_02 strong a {
    color: #fff;
	margin-left:15px;
}
 .gal_tit01 {
    clear: both;
    /* font-size: 200%; */
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    display: block;
    margin-bottom: 15px;
    border-left: 1px solid #fff;
    display: inline;
    padding-left: 20px;
}

h2.title04_02 strong{
    margin-left: 40px;
	font-weight:500;
}
h2.title06{
	clear: both;
	font-size: 400%;
	font-weight: bold;
	padding-top:10ps;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
	color:#fff;
	position: relative;
	right: 70px;
	bottom:-480px;
	text-align: right;
	
}
h2.title07{
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 50px;
    /* float: left; */
    margin-left: 57.8%;
    /*margin-top: 50px;*/
}
h2.title08 {
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 50px;
    /* float: left; */
    margin-left: 57.8%;
    /* margin-top: 50px; */
    padding-top: 50px;
    font-family: 'Noto Sans JP';
	text-shadow: #000 1px 0 10px;
}
h2.title08_01 {
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin: 12% auto 0;
    font-family: 'Noto Sans JP';
    width: 100%;
    text-shadow: #000 1px 0 10px;
}
h2.title08_02 {
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 50px;
    padding-top: 50px;
    font-family: 'Noto Sans JP';
	text-shadow: #000 1px 0 10px;
}
h2.title09 {
    clear: both;
    letter-spacing: 0.05em;
    /* font-weight: 200; */
    letter-spacing: .1em;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-family: 'Anton';
    font-size: 240%;
}
h2.title10 {
    clear: both;
    font-size: 400%;
    letter-spacing: 2px;
    color: #0091C5;
    position: relative;
    font-family: 'Anton', sans-serif;
    float: left;
}
h2.title10 span {
    position: absolute;
    top: 0;
    left: 177px;
    width: 28px;
    height: 28px;
    margin-left: -12px;
    border-top: 6px solid #0091C5;
    border-right: 6px solid #0091C5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 5s infinite;
    opacity: 0;
    box-sizing: border-box;
    margin-top: 42px;
}
h2.title10 span:nth-of-type(1) {
    left: 257px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
h2.title10 span:nth-of-type(2) {
    left: 277px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
h2.title10 span:nth-of-type(3) {
    left: 297px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

h2.title11 {
    clear: both;
    letter-spacing: 0.05em;
    font-weight: 200;
    letter-spacing: 2px;
    position: relative;
	text-align:center;
	margin: 0 auto;
	width:100%;
	font-size: 140%;
}
h2.title12 {
    clear: both;
    font-size: 280%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12 img {
    margin: -5px 15px;
    width: 240px;
}
h2.title12 strong {
    font-size: 35%;
    margin: 20px 10px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    width: 240px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
h2.title12_01 {
    clear: both;
    font-size: 280%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12_01 img {
    margin: 0px 0px -2px 20px;
    width: 160px;
}
h2.title12_01 strong {
    font-size: 35%;
    margin: 20px 10px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    width: 240px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
h2.title12_02 {
    clear: both;
    font-size: 280%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12_02 img {
    margin: 0px 0px -2px 20px;
    width: 220px;
}
h2.title12_02 strong {
    font-size: 35%;
    margin: 20px 10px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    width: 240px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}

h2.title13 {
    clear: both;
	font-size: 120%;
    padding: 10px 0;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
	width:1140px;
	margin: -8px auto 0;
}
h2.title13 p{
    display: inline-block;
    height: 55px;
    vertical-align: bottom;
    font-size: 120%;
}
h2.title14 {
    clear: both;
    font-size: 240%;
    font-weight: bold;
    padding: 0px 15px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    /* background-color: #777; */
    background-image: url(../images/tit_gan01.png);
    background-repeat: no-repeat;
    padding-left: 220px;
	padding-top:10px;
    height: 110px;
}
h2.title14_01 {
    clear: both;
    font-size: 300%;
    font-weight: bold;
    padding: 80px 0px;
    color: #000;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
    font-family: 'Oswald', sans-serif;
    /* border-bottom: 1px dashed;*/
}
h2.title14_01 span {
    font-size: 44%;
    display: block;
    font-family: 'Anton', sans-serif;
    color: #666;
    letter-spacing: .1em;
    padding-left: 5px;
}
h2.title14_02 {
    clear: both;
    font-size: 300%;
    font-weight: bold;
    padding: 0px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
    font-family: 'Anton', sans-serif;
    border-bottom: 1px dashed;
    letter-spacing: .1rem;
}
h2.title14_02 span {
    font-size: 44%;
    display: block;
    font-family: 'Anton', sans-serif;
    color: #666;
    letter-spacing: .1em;
    padding-bottom: 5px;
}
h2.title14_03 {
    clear: both;
    font-size: 240%;
    font-weight: bold;
    padding: 0px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
    font-family: 'Anton', sans-serif;
    /* border-bottom: 1px dashed; */
    letter-spacing: .1rem;
    background-image: url(../images/carbon.jpg);
    text-align: center;
    padding: 10px 10px;
}

h2.title14_03 span {
    font-size: 44%;
    display: block;
    font-family: 'Anton', sans-serif;
    color: #999;
    letter-spacing: .1em;
    padding-left: 5px;
}
h2.title15 {
    clear: both;
    font-size: 300%;
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
	width:1140px;
	margin:0 auto;
}
h2.title16 {
    clear: both;
    font-size: 160%;
    font-weight: bold;
    padding: 0px 0px 60px;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    /* background-color: #fff; */
    color: #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Sawarabi Gothic', sans-serif;
}
h2.title17 {
    clear: both;
    font-size: 300%;
    font-family: 'Anton', sans-serif;
    padding: 5px 20px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* color: #fff; */
    width: 1200px;
    margin: 20px auto;
    border-bottom: 1px dotted #000;
	box-sizing: border-box;
}
h2.title17 span {
    font-size: 30%;
    color: #93774F;
    font-weight: bold;
    display: block;
	font-family: ' Noto+Sans+JP', sans-serif;
	letter-spacing: .1em;
}
h2.title17 strong {
    font-size: 40%;
    margin: 26px 10px 0px;
    float: right;
    font-family: ' Noto+Sans+JP', sans-serif;
    /* border-right: 1px solid; */
    padding-right: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: .1em;
}
h2.title17_01 {
    clear: both;
    font-size: 300%;
    font-family: 'Anton', sans-serif;
	color: #fff;
    padding: 5px 20px;
    letter-spacing: 0.05em;
    width: 100%;
    margin: 20px auto;
	box-sizing: border-box;
	background-image: url(../images/carbon.jpg);
}
h2.title17_01 span {
    font-size: 30%;
    color: #999;
    font-weight: bold;
    display: block;
	font-family: ' Noto+Sans+JP', sans-serif;
	letter-spacing: .1em;
}
h2.title18 {
    clear: both;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 15px;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    margin: 15px auto;
    background-color: #000;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
h2.title18_01 {
    clear: both;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 15px;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #000;
    width: 100%;
    margin: 15px auto;
    /* background-color: #000; */
    /* -webkit-transform: skew(-15deg); */
    /* transform: skew(-15deg); */
    border: 1px solid #000;
	font-family: 'Anton', sans-serif;
	box-sizing: border-box;
}
h2.title18_01 span {
    font-size: 60%;
    color: #222;
    font-weight: bold;
    margin-left: 10px;
	font-family: ' Noto+Sans+JP', sans-serif;
}
h2.title18_02 {
    clear: both;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 15px;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #000;
    width: 100%;
    margin: 15px auto;
    /* background-color: #000; */
    /* -webkit-transform: skew(-15deg); */
    /* transform: skew(-15deg); */
    border: 1px solid #000;
}

.subtit01 {
    font-size: 200%;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-family: 'Anton', sans-serif;
    bottom: 20px;
    margin-left: 30px;
    color: #0091C5;
}
.subtit02 {
    font-size: 45%;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-family: 'Anton', sans-serif;
    bottom: 3px;
	margin-left:20px;
}
.mark_tit01 {
    font-family: 'Anton', sans-serif;
    margin: 26px 0 0 180px;
    font-size: 240%;
}

@media screen and (max-width: 1024px) {
h2.title04{
    clear: both;
    font-size: 160%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 10px;
    float: left;
}
h2.title04_01 {
    clear: both;
    font-size: 300%;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
	padding-left: 15px;
}
h2.title04_02 {
    clear: both;
    font-size: 160%;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    margin-bottom: 15px;
    margin-left: 15px;
}
h2.title04_02 strong {
    margin-left: 0px; 
    font-weight: 500;
    display: block;
}
h2.title04_02 strong a {
    color: #fff;
}
h2.title06{
	clear: both;
	font-size: 400%;
	font-weight: bold;
	padding-top:10ps;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
	color:#fff;
	position: relative;
	right: 70px;
	bottom:-480px;
	text-align: right;
	
}
h2.title07{
    clear: both;
    font-size: 160%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
	margin-left:10px;
	margin-top:0px;
	left:0;
}
h2.title08 {
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 0px !important;
    float: left;
    margin-left: 10px;
    /* margin-top: 50px; */
    padding-top: 0px;
	width: 100%;
}
h2.title08_02 {
    clear: both;
    font-size: 200%;
    letter-spacing: 0.05em;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 0px !important;
    float: left;
    margin-left: 10px;
    /* margin-top: 50px; */
    padding-top: 0px;
    width: 100%;
}
h2.title09 {
    clear: both;
    letter-spacing: 0.05em;
    font-weight: 200;
    letter-spacing: 2px;
    position: relative;
	text-align:center;
	margin: 0 auto;
}
h2.title10 {
    clear: both;
    font-size: 300%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    /* font-weight: 200; */
    letter-spacing: 2px;
    /* color: #fff; */
    position: relative;
    left: 20px;
    padding: 20px 0;
}
h2.title10 span {
    position: absolute;
    top: 0;
    left: 177px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-top: 6px solid #0091C5;
    border-right: 6px solid #0091C5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 5s infinite;
    opacity: 0;
    box-sizing: border-box;
    margin-top: 48px;
    display: block;
}
h2.title10 span:nth-of-type(1) {
    left: 200px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
h2.title10 span:nth-of-type(2) {
    left: 220px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
h2.title10 span:nth-of-type(3) {
    left: 240px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
h2.title12 {
    clear: both;
    font-size: 200%;
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 30px;
    padding-left: 15px;
    width: 100%;
    margin: 0 auto;
}
h2.title12 strong {
    font-size: 20%;
    margin: 10px 5px 0px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    max-width: 200px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
h2.title12_01 {
    clear: both;
    font-size: 200%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 49px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12_01 strong {
    font-size: 20%;
    margin: 24px 5px 0px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    max-width: 200px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
h2.title12_01 img {
    margin: 0px 0px -2px 20px;
    width: 126px;
}
h2.title12_02 {
    clear: both;
    font-size: 280%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 49px;
    padding-left: 15px;
    padding-right: 00px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12_02 strong {
    font-size: 20%;
    margin: 24px 5px 0px 0px;
    float: right;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding-right: 10px;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1em;
    padding: 4px 20px;
    max-width: 200px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}

h2.title13 {
    clear: both;
    font-size: 120%;
    padding: 10px 0;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    margin: -8px auto 0;
}
h2.title14 {
    clear: both;
    font-size: 240%;
    font-weight: bold;
    padding: 0px 15px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    /* background-color: #777; */
    background-image: url(../images/tit_gan01.png);
    background-repeat: no-repeat;
    padding-left: 220px;
    padding-top: 10px;
    height: 110px;
    box-sizing: border-box;
}
h2.title14_02 {
    clear: both;
    font-size: 260%;
    font-weight: bold;
    padding: 0px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
    font-family: 'Anton', sans-serif;
    border-bottom: 1px dashed;
    letter-spacing: .1rem;
}
h2.title15 {
    clear: both;
    font-size: 300%;
    font-weight: bold;
    padding: 40px 0;
    letter-spacing: 0.05em;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}
h2.title17 {
    clear: both;
    font-size: 300%;
    font-family: 'Anton', sans-serif;
    padding: 5px 15px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* color: #fff; */
    width: 98%;
    margin: 20px auto;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
}
h2.title17 strong {
    font-size: 30%;
    margin: 32px 5px 0px;
    float: right;
    font-family: ' Noto+Sans+JP', sans-serif;
    /* border-right: 1px solid; */
    padding-right: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: .1em;
}

.subtit01 {
    font-size: 110%;
    letter-spacing: 2px;
    position: relative;
    top: -28px;
    left: 15px;
    bottom: 0px;
    padding: 10px 0 0;
    display: inline-block;
    margin-left: 15px;
    float: inline-start;
}
.gal_tit01 {
    clear: both;
    /* font-size: 200%; */
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    display: block;
    margin-bottom: 15px;
    border-left: 1px solid #fff;
    display: inline;
    padding-left: 20px;
}
}

@media screen and (max-width: 768px) {
h2.title14_02 {
    clear: both;
    font-size: 180%;
    font-weight: bold;
    padding: 0px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
     font-family: 'Anton', sans-serif;
    border-bottom: 1px dashed;
}
h2.title10 {
    clear: both;
    font-size: 400%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    /* font-weight: 200; */
    letter-spacing: 2px;
    /* color: #fff; */
    position: relative;
    left: 20px;
    padding: 20px 0;
}
h2.title10 span {
    position: absolute;
    top: 0;
    left: 177px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-top: 6px solid #0091C5;
    border-right: 6px solid #0091C5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 5s infinite;
    opacity: 0;
    box-sizing: border-box;
    margin-top: 64px;
    display: block;
}
h2.title10 span:nth-of-type(1) {
    left: 259px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
h2.title10 span:nth-of-type(2) {
    left: 274px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
h2.title10 span:nth-of-type(3) {
    left: 289px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
h2.title17 strong {
    font-size: 16%;
    margin: 34px 5px 0px 0;
    float: right;
    font-family: ' Noto+Sans+JP', sans-serif;
    /* border-right: 1px solid; */
    padding-right: 0;
    font-weight: 600;
    color: #666;
    letter-spacing: .1em;
}
h2.title12 strong {
    display: none;
}
h2.title12_01 strong {
    display: none;
}
h2.title12_02 strong {
    display: none;
}
.subtit01 {
    font-size: 200%;
    letter-spacing: 2px;
    position: initial;
    top: -24px;
    left: 20px;
    bottom: 0px;
    padding: 0px 0 0;
    display: inline-block;
    margin-left: 20px;
    margin-top: -24px;
    /* float: left; */
    width: 100%;
    /* text-align: center; */
}
}

@media screen and (max-width: 644px) {
h2.title04{
    clear: both;
    font-size: 140%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 10px;
    float: left;
}
h2.title04 strong {
    font-size: 90%;
    margin: 0 0;
    float: none;
    font-family: 'Oswald';
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    display: block;
}
h2.title04_01 {
    clear: both;
    font-size: 260%;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 15px;
}
h2.title04_02 {
    clear: both;
    font-size: 140%;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    margin-bottom: 15px;
    margin-left: 15px;
}
h2.title04_02 span {
    margin-right: 20px;
    display: inline-block;
}
h2.title06{
	clear: both;
	font-size: 400%;
	font-weight: bold;
	padding-top:10ps;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
	color:#fff;
	position: relative;
	right: 70px;
	bottom:-480px;
	text-align: right;
	
}
h2.title07{
    clear: both;
    font-size: 160%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
	margin-left:10px;
	margin-top:0px;
	left:0;
}
h2.title08 {
    clear: both;
    font-size: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 0px !important;
    float: left;
    margin-left: 10px;
    /* margin-top: 50px; */
    padding-top: 0px;
}
h2.title08_01 {
    clear: both;
    font-size: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin: 12% auto 0;
    font-family: 'Noto Sans JP';
    width: 100%;
    text-shadow: #000 1px 0 10px;
}
h2.title08_02 {
    clear: both;
    font-size: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    left: 0px !important;
    float: left;
    margin-left: 10px;
    /* margin-top: 50px; */
    padding-top: 0px;
}
h2.title08 img {
    width: auto;
    max-width: 90% !important;
}
h2.title09 {
    clear: both;
    letter-spacing: 0.05em;
    font-weight: 200;
    letter-spacing: 2px;
    position: relative;
	text-align:center;
	margin: 0 auto;
}
h2.title10 {
    clear: both;
    font-size: 300%;
    letter-spacing: 0.05em;
    /* font-family: 'Oswald', sans-serif; */
    /* font-weight: 200; */
    letter-spacing: 2px;
    /* color: #fff; */
    position: relative;
    left: 1%;
    padding: 10px 0;
    height: auto;
    float: left;
    display: block;
    width: 100%;
}
h2.title10 span {
    position: absolute;
    top: 0;
    left: 177px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-top: 6px solid #0091C5;
    border-right: 6px solid #0091C5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 5s infinite;
    opacity: 0;
    box-sizing: border-box;
    margin-top: 36px;
    display: block;
}
h2.title10 span:nth-of-type(1) {
    left: 190px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
h2.title10 span:nth-of-type(2) {
    left: 210px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
h2.title10 span:nth-of-type(3) {
    left: 230px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
h2.title12 img {
    margin: -6px 15px;
    width: 220px;
}
h2.title12_02 {
    clear: both;
    font-size: 200%;
    font-weight: bold;
    /* padding: 10px 0; */
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    color: #fff;
    padding-top: 49px;
    padding-left: 15px;
    padding-right: 00px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
}
h2.title12_02 img {
    margin: 0px 0px -2px 10px;
    width: 170px;
}
h2.title13 p {
    display: inline-block;
    height: auto;
    vertical-align: top;
    font-size: 100%;
    padding-top: 10px;
}
h2.title14 {
    clear: both;
    font-size: 240%;
    font-weight: bold;
    padding: 0px 15px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    /* background-color: #777; */
    background-image: none;
    background-repeat: no-repeat;
    /* padding-left: 220px; */
    /* padding-top: 10px; */
    height: 200px;
    box-sizing: border-box;
}
h2.title14_03 {
    clear: both;
    font-size: 200%;
    font-weight: bold;
    padding: 0px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* text-align: center; */
    font-family: 'Anton', sans-serif;
    /* border-bottom: 1px dashed; */
    letter-spacing: .1rem;
    background-image: url(../images/carbon.jpg);
    text-align: center;
}
h2.title16 {
    clear: both;
    font-size: 120%;
    font-weight: bold;
    padding: 0px 0px 0px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* background-color: #fff; */
    color: #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Sawarabi Gothic', sans-serif;
}
h2.title17 {
    clear: both;
    font-size: 260%;
    font-family: 'Anton', sans-serif;
    padding: 5px 15px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* color: #fff; */
    width: 98%;
    margin: 20px auto;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
}
h2.title17 strong {
    display: none;
}
h2.title18_01 span {
    font-size: 60%;
    color: #222;
    font-weight: bold;
    margin-left: 0px; 
    font-family: ' Noto+Sans+JP', sans-serif;
    width: 100%;
    display: inline-block;
}

.gal_tit01 {
    clear: both;
    /* font-size: 200%; */
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    margin-top: 2px;
    display: block;
    margin-bottom: 2px;
    border-left: 0px solid #fff;
    display: inline;
    padding-left: 0;
    /* border-bottom: 1px solid #fff; */
    /* padding-bottom: 5px; */
    width: 98%;
}
.subtit01 {
    font-size: 140%;
    letter-spacing: 2px;
    position: relative;
    top: 0px;
    bottom: 0px;
    margin-left: -10px;
    margin-top: 0px;
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
}
}

h3.title03{
    clear: both;
    font-size:120%;
    font-weight: bold;
	padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	color:#fff;
	position: relative;
	left: 70px;
	bottom:-480px;
}
h3.title05{
    clear: both;
    font-size:120%;
    font-weight: bold;
	padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	color:#fff;
	position: relative;
	right: 70px;
	bottom:-480px;
}



/* ヘッダー
------------------------------------------------------------*/

#header h1{
position:relative;
padding:10px 0;
text-align:left;
font-size:80%;
font-weight:bold;
color:#fff;
}

.contact{
position:relative;
float:right;
text-align:right;
font-size:85%;
margin-top:-32px;
font-weight:bold;
color:#fff;
}

.home #header h1, .home .contact {
 color: #375E97;
}
#header h2{
    padding: 20px 0 0 0;
    width: 25%;
    float: left;
    margin: auto;
}

#header h2 img{
width:326px;
}

#header .pnav ul{
position:relative;
float:right;
}

#header .pnav ul li{
font-weight:bold;
display:inline;
margin-left:5px;
font-size:90%;
}

#header .pnav ul li:before{
content:"・";
}

#header .pnav ul li a{
padding-left:5px;
color:#ffffff;
}

#header .pnav ul li a:hover{
color:#999999;
}




/* ビデオ
------------------------------------------------------------*/
.bg-video-wrap {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    height: 50vh;
    /* background-color: #000;*/
}
video {
	min-width: 100%;
    min-height: 100vh;
    /* z-index: -1; */
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    /* min-width: 100%; */
    /* min-height: 100%;*/
}
.overlay {
	width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;*/
}

@media screen and (max-width: 1024px) {
.bg-video-wrap {
	display:none;
}
}

/* トップページ　メイン画像
------------------------------------------------------------*/

#mainImg img{
width:100%;
height:auto;
/*margin-top:-285px;*/
}
#mainImg .catch {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 876px;
    width: 60%;
    z-index: 1;
}

#mainImg {
	position: relative;
	z-index: -1;
	background-color: #006CB7;
}

.sc_tit01 {
	text-align:left;
	line-height: 2.0rem;
	border: 1px solid #000;
	border-radius:5px;
	background-color:#fff;
	padding:10px 15px;
	margin-top: 15px;
	font-weight: bold;
}
.sc_tit01 span {
	text-align:left;
	line-height: 2.0rem;
	font-weight:bold;
	border-bottom: 0px;
	margin-left:60px;
	border-bottom: 1px dashed;
}
.sc_tit01 p {
    text-align: left;
    line-height: 2.0rem;
    display: inline-block;
	width:340px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.sc_tit01 {
	text-align:left;
	line-height: 2.0rem;
	border: 1px solid #000;
	border-radius:5px;
	background-color:#fff;
	padding:10px 15px;
	margin-top: 15px;
	font-weight: bold;
	font-size:80%;
}
.sc_tit01 span {
    text-align: left;
    line-height: 2.0rem;
    font-weight: bold;
    border-bottom: 0px;
    margin-left: 10px !important;
}
.sc_tit01 p {
    text-align: left;
    line-height: 2.0rem;
    display: inline-block;
    width: 200px;
    font-weight: bold;
}
}
@media screen and (max-width: 664px) {
.sc_tit01 {
    text-align: left;
    line-height: 2.0rem;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    font-weight: bold;
    height: 160px;
}
.sc_tit01 span {
    text-align: left;
    line-height: 2.0rem;
    font-weight: bold;
    border-bottom: 0px;
    width: 48% !important;
    float: left;
    margin: 0 !important;
}
.sc_tit01 p {
    text-align: left;
    line-height: 2.0rem;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 140%;
}
}

.post{
pdding: 30px auto;
}
.post01{
    padding: 40px 0 0;
    width: 960px;
    margin: 0 auto;
}
.post01 span {
    margin-left: 50px;
	border-bottom: 1px dashed #000;
}
.post01 p {
	text-align:left;
	line-height: 2.0rem;
}
.post01_01 {
    padding: 40px 0 60px;
    width: 1200px;
    margin: 0 auto;
}

.post02{
margin: 30px auto;
background-image: url(../images/top_img_bg01.jpg);
background-repeat:no-repeat;
padding:145px 0;
text-align:center;
}

.post03 {
    margin: 0px auto;
    width: 1300px;
    padding: 20px 0;
    display: flow-root;
}
.post03_out{
	background-color:#fff;
	width:100%;
}
.post03_01 {
    /* margin: 2% 0% 0 50%; */
    width: 30%;
    /* height: 70%; */
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    padding: 30px 20px 60px;
    left: 40px;
    margin-top: 120px;
    text-align: center;
}

.post04 {
    margin: 30px auto;
    width: 100%;
}
.post04 span {
    margin-left: 40px;
	border-bottom: 1px dashed #000;
}
.post04 p {
	/*text-align:center;*/
	line-height: 2.8rem;
	font-size:120%;
	padding-bottom: 20px;
}
.post04 p strong {
	text-align:right;
	line-height: 2.8rem;
	font-size:120%;
}

.post05{
margin: 30px auto 0px;
width: 1080px;
background-color:#fff;
/*padding:0 15px;*/
}
.post05 span {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    background-color: #999;
    font-size: 180%;
    font-weight: bold;
    color: #fff;
}
.post05 p {
    text-align: left;
    display: block;
    background-color: #999;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
	padding-left:15px;
}
.post05_01{
margin: 30px auto 0px;
width: 1200px;
}
.post05_02{
margin: 30px auto 0px;
width: 100%;
}
.post06{
margin: 0px auto;
width: 1080px;
background-color:#f2f2f2;
box-sizing: border-box;
}
.post06 p {
    padding:15px 30px;
	font-size:18px;
}

.post06 table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 30px;
    width: 96%;
}
.post06 table th {
    background: #1D110B;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.post06 table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
	text-align:center;
	font-size:18px;
}
.post06 img{
width: 100%;
}
.post06_01{
margin: 0px auto;
width: 1200px;
box-sizing: border-box;
}
.post06_01 p {
    padding:20px 0px;
	line-height: 2.8rem;
}

.post06_01 table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 30px;
    width: 96%;
}
.post06_01 table th {
    background: #1D110B;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.post06_01 table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
	text-align:center;
	font-size:18px;
}
.post06_01 img{
width: 100%;
}
.post06_01 span{
    display: block;
    font-weight: bold;
    font-size: 90%;
    padding-left: 5px;
    letter-spacing: 0.2rem;
}
.post06_02{
margin: 0px auto;
width: 100%;
box-sizing: border-box;
}
.post06_02 p {
    padding:20px 0px;
	/*line-height: 2.8rem;*/
}

.post06_02 table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 30px;
    width: 96%;
}
.post06_02 table th {
    background: #1D110B;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.post06_02 table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 18px;
    background-color: #eee;
}
/*.post06_02 img{
width: 100%;
}*/
.post06_02 span{
    display: block;
    font-weight: bold;
    font-size: 90%;
    padding-left: 5px;
    letter-spacing: 0.2rem;
}
.post06_02_out {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px 0;
	background-color:#fff;
}
.post07{
margin: 0px auto;
width: 1080px;
background-color:#ccc;
box-sizing: border-box;

}
.post07 p {
    padding:15px 30px;
	font-size:18px;
}
.post07_01{
    padding: 20px 0px;
    font-size: 120%;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 25px auto;
    width: 1200px;

}
.post07_01 p {
    padding:20px 0px;
}
.post07_02{
    padding: 20px 0px;
    font-size: 120%;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 25px auto;
    width: 100%;

}
.post07_02 p {
    padding:20px 0px;
}
.post07_02 table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px auto;
    width: 100%;
}
.post07_02 table th {
    background: #fff;
    padding: 15px;
    /*border-right: 1px #cccccc solid; */
    /* border-width: 0 0 1px 1px; */
    /* font-weight: bold; */
    width: 32.5%;
    vertical-align: middle;
    font-family: 'Anton', sans-serif;
	font-size:120%;
    letter-spacing: .1rem;
    text-align: center;
	color:#E40011;
}
.post07_02 table th img{
	margin-bottom:20px;
}
.post07_02 table td {
    padding: 15px;
    /*border: 1px #cccccc solid;*/
    /*border-width: 0 0 1px 1px;*/
    width: 35%;
    background: #fff;
	font-weight: bold; 
	font-size:80%;
}
.post07_02 table td span{
	color:#E40011;
}
.post07_02 table td strong{
	color:#93774f;
}

.post08{
margin: 0px auto;
width: 1080px;
background-color:#fff;
box-sizing: border-box;
}
.post08 p {
    padding:15px 30px;
	font-size:18px;
}

.post09 {
    margin: 0px auto;
    width: 1080px;
    background-color: #fff;
    /* padding: 0 15px; */
}
.post09 p{
    text-align: left;
    display: block;
    background-color: #999;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
}
.post09_01 {
    margin: 0px auto;
    width: 1200px;
}
.post09_01 p{
    clear: both;
    font-size: 180%;
    font-weight: bold;
    padding: 40px 0px 0px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* background-color: #fff; */
    color: #000;
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed;
}
.post09_02 {
    margin: 0px auto;
    width: 100%;
}
.post09_02 p{
    clear: both;
    font-size: 180%;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 0.05em;
    /* letter-spacing: 2px; */
    /* background-color: #fff; */
    color: #000;
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed;
	text-align:center;
}

.post10 {
    margin: 0px auto;
    width: 1080px;
    background-color: #000;
    /* padding: 0 15px; */
}
.post10 p{
    text-align: left;
    display: block;
    font-weight: bold;
	font-size: 90%;
    color: #fff;
    padding-left: 5px;
	letter-spacing: 0.2rem;
}

.post11{
  width: 1080px;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.post11 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-filter: none !important;
    filter: none !important;
}

.post12 {
    margin: 0px auto;
    width: 1200px;
    box-sizing: border-box;
    padding-top: 233px;
}
.post12 p {
padding: 20px 30px;
/*font-size: 20px;*/
}

.post12_01 {
    margin: 0px auto;
    width: 1200px;
    box-sizing: border-box;
}
.post12_01 p {
padding: 20px 30px;
/*font-size: 20px;*/
}
.post12_01 table th {
    background: #1D110B;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 22%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.post12_01 table td {
	background: #fff;
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
}
.post12_01 table {
    width: 100%;
	border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 40px 0 40px;
}
.post12_02 {
    margin: 0px auto;
    width: 1200px;
    box-sizing: border-box;
    /*padding-top: 164px;*/
	padding: 80px 0;
}
.post12_03 {
    margin: 0px auto;
    width: 1200px;
    box-sizing: border-box;
    padding-top: 168px;
}
.post12_04 {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
	height:initial;
}
/*.post12_04 ul {
    margin: 0px auto;
    overflow: hidden;
    width: 1100px;
    height: 470px;
    background-color: #000;
    list-style-type: none;
}*/
.post12_04 ul {
    margin: 0px auto;
    overflow: hidden;
    width: 360px;
    height: 176px;
    /* background-color: #000; */
    list-style-type: none;
}
.post12_04 ul li {
  margin:0;padding:0;
}

@media screen and (max-width: 1024px) {
.post01{
margin: 30px auto;
width: 100%;
}
.post01_01 {
    padding: 40px 0 60px;
    width: 100%;
    margin: 0 auto;
}
.post03{
margin: 0px auto;
width:100% !important;
}
.post04{
margin: 0px auto;
width: 100%;
}
.post04 p {
    /* text-align: center; */
    line-height: 2.8rem;
    font-size: 120%;
    padding-bottom: 20px;
    padding-left: 1%;
}

.post04 span {
    margin-left: 10px;
	border-bottom: 1px dashed #000;
}
.post05{
margin: 30px auto 0px;
width: 100%;
background-color:#fff;
/*padding:0 15px;*/
}
.post05_02 {
    margin: 0;
    width: 100%;
}
.post06{
margin: 0px auto;
width: 100%;
background-color:#f2f2f2;
box-sizing: border-box;
}
.post06 img{
width: 100% !important;
}
.post06 p {
    padding:10px 15px;
	font-size:18px;
}


.post06 table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 30px;
    width: 96%;
}
.post06 table th {
    background: #1D110B;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.post06 table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
	text-align:center;
	font-size:18px;
}
.post07{
margin: 0px auto;
width: 100%;
background-color:#ccc;
box-sizing: border-box;

}
.post07 p {
    padding:10px 15px;
	font-size:18px;
}
.post08{
margin: 0px auto;
width: 100%;
background-color:#fff;
box-sizing: border-box;

}
.post08 p {
    padding:10px 15px;
	font-size:18px;
}
.post09 {
    margin: 0px auto;
    width: 100%;
    background-color: #fff;
    /* padding: 0 15px; */
}
.post09 p{
    text-align: left;
    display: block;
    background-color: #999;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
}
.post10 {
    margin: 0px auto;
    width: 100%;
    background-color: #000;
    /* padding: 0 15px; */
}
.post10 p{
    text-align: left;
    display: block;
    font-weight: bold;
	font-size: 90%;
    color: #fff;
    padding-left: 5px;
	letter-spacing: 0.2rem;
}
.post12_01 {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
}
.post12_02 {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 126px;
}
.post12_03 {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 96px;
}
}
@media screen and (max-width: 768px) {
.post01{
margin: 30px auto;
width: 100%;
}

.post03{
margin: 0px auto;
width: 100% !important;
height: 240px;
}
.post04{
margin: 30px auto;
width: 100%;
}

.post04 span {
    margin-left: 10px;
	border-bottom: 1px dashed #000;
}
}

@media screen and (max-width: 644px) {
.post01 span {
	display:block;
	width:100%;
border-bottom: 1px dashed #000;
margin-left: 0 !important;
}
.post01 p {
	text-align:left;
	line-height: 2.0rem;
	margin-bottom:10px;
}
.post01_01 {
    padding: 20px 0 30px;
    width: 100%;
    margin: 0 auto;
}
.post03 {
    margin: 0px auto;
    width: 100% !important;
    height: 340px;
}
.post04{
margin: 30px auto;
width: 98%;
}
.post04 span {
    margin-left: 0;
    border-bottom: 1px dashed #000;
    /* width: 100%; */
    display: inline-block;
    font-size: 86%;
}
.post06_02 table th {
    background: #1D110B;
    padding: 5px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
    color: #fff;
    text-align: center;
    font-size: 60%;
}
.post06_02 table td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 60%;
}
.post06 table td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 60%;
}
.post06_02 p {
    padding: 10px 0px;
    line-height: 2.0rem;
}
.post07_02 {
    padding: 20px 0px;
    font-size: 120%;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 5px auto;
    width: 100%;
}
.post07_02 p {
    padding: 5px 0px;
}
.post07_02 table th {
    background: #fff;
    padding: 15px 0;
    /* border-right: 1px #cccccc solid; */
    /* border-width: 0 0 1px 1px; */
    /* font-weight: bold; */
    width: 100%;
    vertical-align: middle;
    font-family: 'Anton', sans-serif;
    font-size: 120%;
    letter-spacing: .1rem;
    text-align: center;
    color: #E40011;
    display: block;
}
.post07_02 table td {
    background: #fff;
    padding: 15px 0;
    /* border-right: 1px #cccccc solid; */
    /* border-width: 0 0 1px 1px; */
    /* font-weight: bold; */
    width: 100%;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
    display: block;
}
.post07_02 table th img {
    margin: 0 auto 20px;
    display: block;
}
.post12_03 {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
}
.post12_01 p {
    padding: 0;
    /* font-size: 100%; */
}
}

.news_box01{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:30px;
}
.news_box01_tit {
    font-size: 300%;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
.news_box02{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:30px;
}
.news_box02_tit {
    font-size: 300%;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}

.img_box01{
	width:25%;
	float:left;
	background-color:#C94236;
	text-align:center;
	color:#fff;
	height:480px;
}
.img_box01 p{
	padding:20px;
}
.img_box01_tit{
	font-size:300%;
	color:#fff;
	text-align:center;
	margin: 40px auto 0;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
}
.img_box01_titsub{
	font-size:140%;
	color:#fff;
	text-align:center;
	margin: 0px auto;
}
.img_box02{
	width:25%;
	float:left;
	height:480px;
}
.img_box02 p{
	padding: 0 20px 10px;
}
.img_box02_tit{
	font-size:160%;
	color:#C94236;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
}
.img_box02_titsub{
	font-size:140%;
	text-align:center;
}

.work_box01{
	width:25%;
	float:left;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	box-sizing:border-box;
	background-color:#F4F4F4;
}
.work_box01 p{
	padding:0px 0 20px 20px;
	color:#888;
}
.work_box01_tit {
    font-size: 120%;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
	margin-left:20px;
}
.work_box02{
	width:25%;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.work_box02 p{
	padding:20px;
}

.eve_box01{
	width:34%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	height: 760px;
	background-color:#000;
	padding-top:240px;
}
.eve_box01 p{
	padding:20px;
}
.img_eve01_tit{
	font-size:300%;
	color:#fff;
	text-align:center;
	margin: auto ;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
}
.img_eve01_titsub{
	font-size:140%;
	color:#fff;
	text-align:center;
	margin: 0px auto;
}
.eve_box02{
	width:33%;
	float:left;
	border-right:1px solid #fff;
	box-sizing:border-box;
	height:380px;
	background-color:#F4F4F4;
}
.eve_box02 p{
	padding:10px 20px 0 !important;
}
.cont_box01{
    width: 50%;
    float: left;
    box-sizing: border-box;
    /* text-align: center; */
    background-color: #fff;
}
.cont_box02{
    width: 50%;
    float: right;
    box-sizing: border-box;
    /* text-align: center; */
    background-color: #fff;
}
.cont_box02 p{
	padding:10px;
	text-align:center;
	width:286px;
}
.cont_box03{
	width: 48%;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
	height: 780px;
}
.cont_box04{
	width: 48%;
    float: right;
    box-sizing: border-box;
    margin: 0 auto;
	height: 780px;
}
.cont_box03_01{
	width: 48%;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
	height: 790px;
}
.cont_box04_01{
	width: 48%;
    float: right;
    box-sizing: border-box;
    margin: 0 auto;
	height: 790px;
}
.cont_box05{
	width: 45%;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}
.cont_box05 p{
	font-size:100%;
}
.cont_box05 strong{
	font-size:140%;
	font-weight:bold
}
.cont_box06{
	width: 55%;
    float: right;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width: 644px) {
.cont_box01{
	width:100%;
	box-sizing:border-box;
	/*text-align:center;*/
}
.cont_box02{
	width:100%;
	box-sizing:border-box;
	/*text-align:center;*/
}
.cont_box03 {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0 auto;
    height: auto;
	padding-bottom:15px;
}
.cont_box04 {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0px auto;
    height: auto;
	padding-bottom:15px;
}
.cont_box03_01 {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0 auto;
    height: auto;
	padding-bottom:15px;
}
.cont_box04_01 {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0px auto;
    height: auto;
	padding-bottom:15px;
}
}

@media (min-width: 1025px) and (max-width: 2000px) {
#mainImg .catch {
    top: 48%;
}
#mainImg .catch p{
	font-size:50px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
}
@media screen and (max-width: 1024px) {
#mainImg .catch {
    top: 40%;
    width: 60%;
}
}
@media screen and (max-width: 644px) {
#mainImg img{
margin-top:30px;
}
#mainImg .catch {
    top: 30%;
    width: 80%;
}
}

/* タイポグラフィ
------------------------------------------------------------*/

h2.title{
    clear: both;
    font-size: 400%;
    font-weight: bold;
	padding-top:10ps;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
	background-color:#000;
	color:#fff;
	text-align:center;
}
h2.title01{
    clear: both;
    font-size: 400%;
    font-weight: 400;
    padding: 10px 0;
    /* letter-spacing: 0.05em; */
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    background-color: #006CB7;
}
h2.title01 span {
    color: #fff;
    font-size: 26%;
    width: 100%;
    margin: -16px 0 25px 0;
    display: block;
    letter-spacing: 0.15em;
    font-weight: bold; 
	font-family: 'Noto Sans JP';
}
h2.title01_01 {
    clear: both;
    /* font-size: 300%; */
    /* font-weight: bold; */
    /* padding: 10px 0; */
    /* letter-spacing: 0.05em; */
    /* letter-spacing: 2px; */
    color: #000;
    text-align: center;
    height: 95px;
}
h2.title01_002 {
    clear: both;
    font-size: 200%;
    font-weight: bold;
    padding: 10px 0;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #000;
}
h2.title03{
    clear: both;
    font-size: 400%;
    font-weight: bold;
	padding-top:10ps;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
	font-weight:bold;
	letter-spacing: 2px;
	background-color:#fff;
	color:#000;
	padding:35px 20px 0 0;
	text-align:center;
}
h2.title05{
clear: both;
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
h3.title{
    clear: both;
    font-size:120%;
    font-weight: bold;
	padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	background-color:#000;
	color:#fff;
	text-align:center;
}
h3.title02{
    clear: both;
    font-size:120%;
    font-weight: bold;
	padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	background-color:#fff;
	color:#000;
	text-align:center;
}
h3.title04{
    clear: both;
    font-size:120%;
    font-weight: bold;
	padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
	background-color:#000;
	color:#fff;
	text-align:center;
}
h2.title05_001 {
    clear: both;
    margin-bottom: 30px !important;
    font-size: 180%;
    font-weight: bold;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
    border-left: 5px solid #006CB7;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    line-height: 1.6;
    background-color: #EAF6FF;
	text-align: left !important;
	color: #000 !important;
}

h2.title span{
color: #fff;
    font-size: 25%;
	width:100%;
}

@media screen and (max-width: 644px) {
h2.title01 {
    clear: both;
    font-size: 260%;
    font-weight: 400;
    padding: 10px 0;
    letter-spacing: 0.05em;
    font-family: 'Roboto Condensed';
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}
}

.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #283655;
}

.post h2{
    margin: 10px 0 20px;
    padding: 5px 0 5px 5px;
    font-size: 180%;
    font-weight: bold;
	color:#fff;
}

.post h3 {
    margin: 15px 0 25px;
    padding: 15px 5px 5px;
    font-size: 140%;
    font-weight: bold;
    border-bottom: 2px solid #006CB7;
    color: #006CB7;
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
}

.post h4{
	padding-bottom:5px;
    font-size: 160%;
	color:#fff;
	background-color:#000;
	text-align:center;
}

.post h5{
	padding-bottom:5px;
    font-size: 160%;
	color:#fff;
	background-color:#000;
	text-align:center;
}

.icon_tw01 {
    display: inline-block;
    width: 30px;
    height: 25px;
    background-image: url(../images/tw0002_tit.jpg);
	background-repeat:no-repeat;
	padding-bottom:5px;
	margin-bottom:-10px;
	margin-right: 10px;
}
.icon_in01 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/in0002_tit.jpg);
	background-repeat:no-repeat;
	padding-bottom:2px;
	margin-bottom:-10px;
	margin-right: 10px;
}

.post blockquote{
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}

.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
    background: #F2F2F2;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 25%;
	vertical-align: top;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post01 table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post01 table th{
    background: #F2F2F2;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 25%;
	vertical-align: top;
}

.post01 table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

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

img.aligncenter {
display:block;
margin:5px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


.icon_gan01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    margin-left: 140px;
    /* margin-bottom: -15px; */
    margin-top: 20px;
}
.icon_gan01_01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    /* margin-left: 140px; */
    /* margin-bottom: -15px; */
    margin-top: 20px;
	float:left;
}
.icon_gan01_02 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    /* margin-left: 140px; */
    /* margin-bottom: -15px; */
    margin: 10px 0;
    float: left;
}
.icon_gan02 {
    display: inline-block;
    width: 140px;
    height: 67px;
    background-image: url(../images/gan01_01.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -12px; */
    margin-right: 20px;
    /* margin-left: 80px; */
}
.icon_gan03 {
    display: inline-block;
    width: 188px;
    height: 90px;
    background-image: url(../images/tit_gan01.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -12px; */
    margin-right: 10px;
    /* margin-left: 80px; */
}
.icon_gan04 {
    display: inline-block;
    width: 60px;
    height: 29px;
    background-image: url(../images/gan01_02.png);
    background-repeat: no-repeat;
    margin-right: 10px;
	margin-bottom: -7px;
}

.icon_day01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/day02.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-top: 20px;
    /* margin-right: 70px; */
    margin-left: 40px;
    /* margin-bottom: -15px; */
}

.icon_xf01 {
    display: inline-block;
    width: 140px;
    height: 67px;
    background-image: url(../images/xf01_01.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -12px; */
    margin-right: 20px;
    /* margin-left: 80px; */
}
.icon_xf02 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/xf02.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_xf03 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/xf03.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_xf04 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/xf04.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_xf05 {
    display: inline-block;
    width: 60px;
    height: 29px;
    background-image: url(../images/xf01_02.png);
    background-repeat: no-repeat;
    margin-right: 10px;
	margin-bottom: -7px;
}

.icon_tr01 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr01.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr02 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr02.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr03 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr03.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr04 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr04.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr05 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr05.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr06 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr06.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr07 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr07.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr08 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr08.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr09 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr09.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr10 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr10.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr11 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr11.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr12 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr12.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr13 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr13.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr14 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr14.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr15 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr15.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr16 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr16.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr17 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr17.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr18 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr18.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr19 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr19.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_tr20 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/tr20.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}

.icon_men01 {
    display: inline-block;
    width: 140px;
    height: 67px;
    background-image: url(../images/men01_01.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -12px; */
    margin-right: 20px;
    /* margin-left: 80px; */
}
.icon_men02 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/men02.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_men03 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/men04.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_men04 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/men03.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_men05 {
    display: inline-block;
    width: 120px;
    height: 49px;
    background-image: url(../images/men05.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-bottom:-10px;
	margin-right: 10px;
	margin-left:20px;
}
.icon_men06 {
    display: inline-block;
    width: 60px;
    height: 29px;
    background-image: url(../images/men01_02.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: -7px;
}

.icon_re_yt01 {
    display: inline-block;
    width: 165px;
    height: 34px;
    background-image: url(../images/re_yt01.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -10px; */
    /* margin-right: 10px; */
    /* margin-left: 80px; */
    float: right;
    margin-top: 10px;
}
@media screen and (max-width: 1024px) {
.icon_gan01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    margin-left: 110px;
    /* margin-bottom: -15px; */
    margin-top: 20px;
}
.icon_day01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/day02.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-top: 20px;
    /* margin-right: 70px; */
    margin-left: 20px;
    /* margin-bottom: -15px; */
}
}
@media screen and (max-width: 768px) {
.icon_re_yt01 {
    display: inline-block;
    width: 125px;
    height: 25px;
    background-image: url(../images/re_yt01_1.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -10px; */
    /* margin-right: 10px; */
    /* margin-left: 80px; */
    float: right;
    margin-top: 20px;
}
.icon_gan01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    margin-left: 140px;
    /* margin-bottom: -15px; */
    margin-top: 40px;
}
.icon_day01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/day02.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    margin-top: 20px;
    /* margin-right: 70px; */
    margin-left: 40px;
    /* margin-bottom: -15px; */
}
}
@media screen and (max-width: 644px) {
.icon_re_yt01 {
    display: inline-block;
    width: 125px;
    height: 25px;
    background-image: url(../images/re_yt01_1.jpg);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -10px; */
    /* margin-right: 10px; */
    /* margin-left: 80px; */
    float: left;
    margin-top: 10px;
}
.icon_gan01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/gan02.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    /* margin-bottom: -15px; */
    top: -10px;
}
.icon_gan02 {
    display: inline-block;
    width: 100px;
    height: 49px;
    background-image: url(../images/gan01.png);
    background-repeat: no-repeat;
    /* padding-bottom: 2px; */
    /* margin-bottom: -12px; */
    margin-right: 20px;
    margin-left: 15px;
}
.icon_day01 {
    display: inline-block;
    width: 160px;
    height: 78px;
    background-image: url(../images/day02.png);
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 0;
}
}

/* サイドバー
------------------------------------------------------------*/

.widget, .widgetInfo{
margin:0 0 20px;
}

#banners img{
max-width:255px;
height:auto;
padding-bottom:10px;
}

.widget h3{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #ffffff;
}

.widget a{
font-weight: bold;
display:block;
padding:5px 0 5px 0;
color:#ffffff;
}

.widget a:hover{
color:#999999;
}

.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
border-bottom:2px solid #ffffff;
}

.newsTitle h3{
font-size:130%;
float:left;
font-weight:bold;
}

.newsTitle p{
float:right;
padding:5px 5px 0 5px;
font-size:.8em;
}

.newsTitle a{
font-weight:bold;
color:#ffffff;
}

.newsTitle a:hover{
color:#b1242a;
}

.news p{
clear:both;
padding-bottom:2px;
}

.news p:last-child{
border:0;
}

.news p a{
font-weight: bold;
display:block;
padding:5px 0;
color:#000;
}

.news p a:hover{
color:#b1242a;
}

.news span{
padding-left:10px;
}


/* フッター
------------------------------------------------------------*/

#footer ul{
text-align:center;
padding-bottom:10px;
/*background-color:#000;*/
}

#footer li{
display: inline-block;
    vertical-align: text-top;
    text-align: left;
    margin-right: 30px;
}

#footer li a{
font-weight:normal;
display:block;
padding:0 0 0 10px;
overflow:hidden;
color:#fff;
}

/*#footer li a:before{
content:"・";
}*/

#footer li a:hover{
/*color:#cdcdcd;
text-decoration: underline;*/
}

#footer li li{
display:block;
padding:0;
}

#un_footer ul{
text-align:center;
padding-bottom:10px;
background-color:#000;
}

#un_footer li{
display: inline-block;
    vertical-align: text-top;
    text-align: left;
    margin-right: 30px;
}

#un_footer li a{
font-weight:bold;
display:block;
padding:0 0 0 10px;
overflow:hidden;
color:#fff;
}

/*#footer li a:before{
content:"・";
}*/

#un_footer li a:hover{
/*color:#cdcdcd;
text-decoration: underline;*/
}

#un_footer li li{
display:block;
padding:0;
}

*:first-child+html #footer li{
display:inline;
}

*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{
display:none;
}

.footer_logo{
    width: 320px;
    padding: 30px 0;
	margin: 0 auto;
}
.footer_logo01{
width: 320px;
    padding: 25px 0;
    float: left;
}

@media screen and (max-width: 768px) {
.footer_logo01 {
    width: 30%;
    padding: 25px 0;
    float: left;
}
#un_footer li {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    margin-right: 12px;
}
}
@media screen and (max-width: 644px) {
.footer_logo01 {
    width: 100%;
    padding: 25px 0;
    float: left;
}
#un_footer li {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    margin-right: 15px;
}
#un_footer li a {
    font-weight: bold;
    display: block;
    padding: 0;
    overflow: hidden;
    color: #fff;
}
}

#copyright{
    clear: both;
    padding: 10px;
    font-size: 75%;
    zoom: 1;
    background: #002147;
    color: #fff;
    text-align: center;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
color:#cdcdcd;
}

@media screen and (max-width: 1024px) {
#footer li a{
font-weight:bold;
font-size:90%!important;
display:block;
padding:0 0 0 10px;
overflow:hidden;
color:#fff;
}
}

/* トップページ 最新記事3件
------------------------------------------------------------*/

.thumbWrap{
width:770px;
margin:0 -20px 20px 0;
}

.thumbWrap li{
float:left;
width:236px;
margin:0 20px 40px 0;
background:none;
}

.thumbWrap img{
margin-bottom:15px;
}

ul.thumb h3{
margin-top:20px;
font-size:100%;
font-weight:bold;
text-align:center;
border:2px solid #ffffff;
}

ul.thumb h3 span{
display:block;
padding:7px;
color:#ffffff;
}

ul.thumb h3 span:hover{
color:#999999;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainnav{
    width: 70%;
    float: left;
    margin-top: 34px;
}

nav#mainnav ul{
display:flex;
justify-content:center;
align-items:center;
}

nav#mainnav ul li{
	float:left;
	margin:0 5px;
}

nav#mainnav ul li a{
    display: block;
    text-align: right;
    _float: left;
    /* height: 60px; */
    padding: 5px 5px;
    /* line-height: 60px; */
    font-size: 120%;
    font-weight: bold;
    color: #fff;
}
nav#mainnav ul li a:hover {
text-shadow: 0 0 15px rgba(255, 255, 77, .5),
             0 0 30px rgba(255, 255, 77, .5),
             0 0 40px rgba(255, 255, 77, 1),
             0 0 50px rgba(255, 255, 77, 1),
             0 0 60px rgba(255, 255, 77, 1),
             0 0 70px rgba(255, 255, 77, 1);
}

nav#mainnav ul li a span,nav#mainnav ul li a strong{
display:block;
font-size:90%;
line-height:1.7;
}
/*nav#mainnav ul li a strong:hover {
    text-shadow: 0 0 15px rgba(255, 255, 77, .5),
             0 0 30px rgba(255, 255, 77, .5),
             0 0 40px rgba(255, 255, 77, 1),
             0 0 50px rgba(255, 255, 77, 1),
             0 0 60px rgba(255, 255, 77, 1),
             0 0 70px rgba(255, 255, 77, 1);
}*/
nav#mainnav ul li a strong:hover {
    text-shadow: 0 0 15px rgba(0, 110, 255, .5),
             0 0 30px rgba(0, 110, 255, .5),
             0 0 40px rgba(0, 110, 255, 1),
             0 0 50px rgba(0, 110, 255,1),
             0 0 60px rgba(0, 110, 255, 1),
             0 0 70px rgba(0, 110, 255, 1);
}
/*nav#mainnav ul li a strong:hover {
    text-shadow: 0 0 15px rgba(56, 56, 232, .5),
             0 0 30px rgba(56, 56, 232, .5),
             0 0 40px rgba(56, 56, 232, 1),
             0 0 50px rgba(56, 56, 232, 1),
             0 0 60px rgba(56, 56, 232, 1),
             0 0 70px rgba(56, 56, 232, 1);
}*/

nav#mainnav ul li a span{
font-size:70%;
letter-spacing: 0.1em;
}

nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
    color: #fff;
    text-shadow: #fff 1px 1px 10px;
}

.l_none{
	border-right: 0px !important;
	}

/*.home nav#mainnav ul li a {
	color:#b1242a;	
}
.home nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover{
	color:#fff;	
    text-shadow: #b1242a 1px 1px 10px;
}*/
	
nav#mainnav ul ul{
width:160px;
border-top:0;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:60px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:#000000;
border-bottom:1px dotted #cdcdcd;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-lign:center;
}

nav#mainnav ul li li a:hover{
color:#999999;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

.sns{
	float:right;
	display:block;
    width: 5%;
    margin-top: 40px;
}
.sns ul{
display:flex;
justify-content:center;
align-items:left;
/*padding-right: 10px;*/
}

.sns ul li{
	float: left;
    margin-left: 8px;
}
.sns ul li a{
    display: block;
    text-align: right;
    _float: left;
    /* height: 60px; */
    padding: 0px 5px;
    /* line-height: 60px; */
    font-size: 120%;
    font-weight: bold;
    color: #fff;
	width: 100%;
}

}




/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#header{
position:fixed;
width:100%;
z-index:500;
background-color:#000;
}

#headerWrap{


position:relative;
width:100%;
height:60px;
background:#375E97;
border-bottom:1px solid #fff;
}

#header h1{
display:none;
}

#header h2{
padding-top:18px;
}

#header h2 img{
max-height: 40px;
    width: auto !important;
    max-width: 200px;
    padding: 0;
}

#header .pnav ul{
display:none;
}

.contact{
display: none;
}

a#menu{
display:inline-block;
position:relative;
width:40px;
height:40px;
z-index: 20;
}

#menuBtn{
display:block;
position:absolute;
top:50%;
left:50%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#ffffff;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#ffffff;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:0;
z-index:100;
}

#mainnav{
position:absolute;
top:0;
width:100%;
text-align:right;
/*z-index:500;*/
}

#mainnav ul{
background:#fff;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #4A6727;
color:#000;
font-weight:bold;
}

#mainnav ul li a span{
display:none;
}

#mainnav ul li li{
border:0;
}

#mainnav ul li li a{
padding-left:40px;
}

.sns{
	display:none;
}
.sns ul{
display:flex;
justify-content:center;
align-items:center;
padding-right: 30px;
}

.sns ul li{
	float:left;
}
.sns ul li a{
    display: block;
    text-align: right;
    _float: left;
    /* height: 60px; */
    padding: 18px 0px 0 25px;
    /* line-height: 60px; */
    font-size: 120%;
    font-weight: bold;
    color: #fff;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

#wrapper, #header, .inner{
width:100%;
}
.inner {
    margin: 0 auto;
}

#header h1, #header p{
padding:0px 10px;
}

#header h2{
    padding: 10px;
    display: table;
    margin: 0 auto;
	z-index: 10;
    position: relative;
	float: none;
}

/*#mainImg{
margin-bottom:30px;
padding-top:330px;
}*/

h2.first{
margin-top:75px;
}

h2.topFirst{
margin-top:-10px;
}

#content, #sidebar{
clear:both;
width:100%;
float:none;
margin:0 auto;
padding:10px 0;
}

.content {
    width: 98%;
    margin: 0 auto; 
}

#banners{
width:100%;
margin:30px 0 30px 0;
text-align:center;
}

#banners p{
display:block;
}

#banners p img{
width:100%;
height:auto;
}

.widget_search{
text-align:center;
}

#footer{
margin:0;border:0;
text-align:center;
}

#footer ul{
text-align:center;
}

#footer li{
margin-right:20px;
}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
overflow:auto;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

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

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px){

/*#mainImg{
margin-bottom:30px;
padding-top:200px;
}*/

h2.title{
margin-bottom:20px;
font-size: 140%;
    line-height: 1.4;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

#footer ul {
    text-align: center;
    padding: 10px 0;
}
#footer li{
margin-right:15px;
}

#footer ul ul{
padding:0;
}

.thumbWrap ul.thumb li{
width:95%;
margin-bottom:30px;
}

h2.title span{
	font-size: 140%;
}
}

/* slick-----------------*/
.slick-slide img {
   width: 100%!important;
   max-width: 100%;
}
/* googlemap-----------------*/
.googlemap {
	position: relative;
	width: 100%;
	padding-top: 30%;/*ここで高さ調整*/
	min-height: 300px;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* 汎用-----------------*/
a:focus,*:focus {	outline: none;}
.mb0 {	margin-bottom: 0!important;}
.mb10 {	margin-bottom: 10px!important;}
.mb15 {	margin-bottom: 15px!important;}
.mb20 {	margin-bottom: 20px!important;}
.mb25 {	margin-bottom: 25px!important;}
.mb30 {	margin-bottom: 30px!important;}
.mb40 {	margin-bottom: 40px!important;}
.mb50 {	margin-bottom: 50px!important;}

.pb0 { padding-bottom: 0!important;}
.text-right { text-align:right;}
.text-left { text-align:left;}
.text-center { text-align:center;}
.text-bold { font-weight:bold;}
.text-large {font-size:120%!important}
.text-xlarge {font-size:150%!important}
.text-small {font-size:80%!important}
.highlight {
    padding: 2% 4%;
    background: #fbf4f4;
    box-sizing: border-box;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix01 {
    overflow: hidden;
    zoom: 1;
    /* height: 195px; */
    margin-bottom: 30px;
    margin-top: -30px;
}
figure {
    margin: 0 auto 1em;
}
section {
    overflow: hidden;
/*margin-bottom: 3%;*/
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.img_news01{
    float: left;
    width: 60px;
    height: 40px;
    margin-right: 20px;
    border-bottom: none !important;
}

.post table { width: 100%;}
.pc { display:block!important;}
.sp { display:none!important;}
.pc01 { display:block!important;}
.sp01 { display:none!important;}
@media only screen and (max-width: 644px){
.pc01 { display:none!important;}
.sp01 { display:block!important;}
}
@media only screen and (max-width: 1024px){
.pc { display:none!important;}
.sp { display:block!important;}

.clearfix01 {
    overflow: hidden;
    zoom: 1;
    /* height: 195px; */
    margin-bottom: 15px;
    margin-top: -5px;
}
}
@media screen and (min-width: 768px) {
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}
}
@media only screen and (min-width: 1025px) {
img.alignright, img.alignleft {
    width: 50% !important;
    max-width: 50% !important; 
    height: auto;
}
}
@media only screen and (min-width: 645px){
img.alignright, img.alignleft {
    width: 40%;
    max-width: 310px;
    height: auto;
}
}
@media only screen and (max-width: 1024px) {
a#menu {
    cursor: pointer;
}
#banners p img {
    width: auto;
    max-width: 100%;
}
}
@media only screen and (max-width: 644px){
.post img, img.alignright, img.alignleft {
    width: auto;
    max-width: 100%;
    margin:10px auto;
    display:block;
}
.img_news01{
    float: left;
    width: 60px;
    height: 40px;
    margin-right: 20px;
    border-bottom: none !important;
	display:none !important;;
}
.news_tit01 span {
    width: 100%;
    display: block;
}
}
/*==========================
	ブロック
==========================*/
/* 2列並び-----------------*/
.box2 {
    display: inline-block;
    margin: 0 1% 1% 1%;
    width: 46%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
}
.box2:nth-child(2n) {
    margin: 0 0 2% 0;
}
.box2 p {
    /* text-align: center; */
    line-height: 2.8rem;
    font-size: 100%;
    padding-bottom: 20px;
}
.box2 span {
    font-size: 120%;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: #00A0E9;
    color: #fff;
    font-weight: bold;
}
.box2_01 {
    display: inline-block;
    margin: 1% 1%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 20px 30px;
    text-align: center;
}
.box2_01 img {
    width: auto;
    max-width: 100%;
}
.box2_gal01 {
    display: inline-block;
    margin: 0 2% 2%;
    width: 46%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    /* border: 1px solid #666; */
    border-radius: 5px;
    /* padding: 10px 15px; */
    text-align: center;
    background-color: #fff;
}
.box2_gal01 p {
    text-align: center; 
    font-size: 140%;
    margin-bottom: 20px;
    border-bottom: 2px solid #006CB7;
}
/* 3列並び-----------------*/
.box3 {
    display: inline-block;
    margin: 0 1% 1% 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 15px;
	text-align:center;
	background-color:#fff;
}
.box3_01 {
    display: inline-block;
    margin: 1% 0.66%;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    /*padding: 15px 15px;*/
	text-align:center;
}
.box3_01 p {
    padding: 0px 0px; 
    font-size: 14px;
}
/*.box3_01 img {
    width: 65%;
}*/

.box3_02 {
    display: inline-block;
    margin: 1% auto;
    width: 33.3%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 15px 15px;
	text-align:center;
}
.box3_02 p {
padding: 5px 10px;
    /*font-size: 16px;*/
    text-align: left;
}
.box3_02 strong{
	font-size:140%;
	font-weight:bold;
	text-align:center;
}
.box3_03 {
    display: inline-block;
    margin: 1% auto;
    width: 33.3%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 15px 15px;
	text-align:center;
}
.box3_03 img {
    width:88%;
}
	
.box3:nth-child(3n) {
    margin: 0 0 2% 0;
}
.box3 img {
    margin: 0 auto;
    display: block;
}

.box3_03 {
    display: inline-block;
    margin: 1% auto;
    width: 33.3%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 0;
    text-align: center;
}
.box3_03 img {
    width: 98%;
}
/* 4列並び-----------------*/
.box4 {
    float: left;
    margin: 40px 1% 2%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
}
/*.box4:nth-child(4n) {
    margin: 0 0 2% 0;
}*/
.box4_01 {
    display: inline-block;
    margin: 40px 1% 2%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}
.box4_01 span {
    font-size: 100%;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: #00A0E9;
    color: #fff;
    font-weight: bold;
}
.box4_01 p {
    text-align: center;
    line-height: 2.8rem;
    font-size: 76%;
    padding-bottom: 20px;
    font-weight: bold;
}
/* 5列並び-----------------*/
.box5 {
    float: left;
    margin: 0 2% 2% 0;
    width: 18.4%;
    box-sizing: border-box;
    vertical-align: top;
}
.box5:nth-child(5n) {
    margin: 0 0 2% 0;
}

@media screen and (max-width: 1024px) {
.box2 {
    display: inline-block;
    margin: 0 1% 1%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
}
.box2_01 {
    display: inline-block;
    margin: 0% 1%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 20px 0px;
    text-align: center;
}
.box3 {
    display: inline-block;
    margin: 0 2% 1% 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
}
.box3_01 {
    display: inline-block;
    margin: 10px auto;
    width: 33%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 10px 15px;
    text-align: center;
}
.box3_02 strong {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
.box3_03 {
    display: inline-block;
    margin: 1% 0.5%;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 0;
    text-align: center;
}
}
@media only screen and (max-width: 768px){
.box4_01 span {
    font-size: 90%;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: #00A0E9;
    color: #fff;
}
}
@media only screen and (max-width: 644px){
.box2_01 {
    display: inline-block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 10px 0;
    text-align: center;
}
.box3_02 {
    display: inline-block;
    margin: 1% auto;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 15px 0px;
    text-align: center;
}
.box3_03 {
    display: inline-block;
    /* margin: 1% auto; */
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    padding: 0;
    text-align: center;
}
.box4_01 {
    display: inline-block;
    margin: 1% 1% 2%;
    width: 98%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}
.box2, .box3, .box3_01, .box4, .box5 {
    margin: 0 0 1%;
    width: 100%;
}

}
/*ページ送り */
ul.pageNav {
	margin: 20px 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #f2f3f5;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #f2f3f5;
	color:#171c7b;
}
ul.pageNav li span {
	background: none;
	color: #b1242a;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #b1242a;
    border-color: #b1242a;
}
/*pageTOP------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #375E97;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
	border:1px solid #fff;
}
#pageTop a::before{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* リンクボタン */
.link_btn {
 width: 100%;
	max-width: 280px;
    margin: 20px auto 0;
    padding: 20px 0 40px 0!important;
	text-align:center;
}
.link_btn a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn a:before {
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn a:hover {
	color: #777;
	border: 1px solid #777;
}
.link_btn a:hover:before {
 border-color: #777;
}
.link_btns .link_btn {
    max-width: 100%;
}

.link_btn01 {
    width: 100%;
    max-width: 280px;
    margin: 0px 0 0 80px;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
}

.link_btn01 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn01 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn01 a:hover {
	color: #777;
	border: 1px solid #777;
}
.link_btn01 a:hover:before {
 border-color: #777;
}
.link_btns01 .link_btn01 {
    max-width: 100%;
}

.link_btn02 {
    width: 100%;
    max-width: 280px;
    margin: 20px 0 0 62%!important;
    padding: 0px 0 40px 0!important;
    text-align: center;
    float: left;
	border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}
.link_btn02 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn02 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn02 a:hover {
	color: #000;
	border: 1px solid #000;
	background-color:#fff;
}
.link_btn02 a:hover:before {
 border-color: #000;
}
.link_btns02 .link_btn01 {
    max-width: 100%;
}
.link_btn02_01 {
    width: 100%;
    max-width: 280px;
    margin: 20px auto!important;
    padding: 0px 0 40px 0!important;
    text-align: center;
    /*float: left;*/
	border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}
.link_btn02_01 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn02_01 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn02_01 a:hover {
	color: #000;
	border: 1px solid #000;
	background-color:#fff;
}
.link_btn02_01 a:hover:before {
 border-color: #000;
}
.link_btns02_01 .link_btn01 {
    max-width: 100%;
}
.link_btn02_02 {
    width: 100%;
    max-width: 280px;
    margin: 20px 0 0 50px!important;
    padding: 0px 0 40px 0!important;
    text-align: center;
    float: left;
	border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}
.link_btn02_02 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn02_02 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn02_02 a:hover {
	color: #000;
	border: 1px solid #000;
	background-color:#fff;
}
.link_btn02_02 a:hover:before {
 border-color: #000;
}
.link_btns02_02 {
    max-width: 100%;
}

.link_btn03 {
    width: 320px;
    /* max-width: 320px; */
    margin: 30px auto 0px;
    /* padding: 10px 0 40px 0!important; */
    text-align: center;
    /* float: right; */
    left: 0px !important;
    font-size: 38%;
    float: right;
}
.link_btn03 a {
    line-height: 1.4;
    display: block;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    /* background: none; */
    transition: all 0.5s ease 0s;
    background-color: #000;
    /* height: 60px; */
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}
.link_btn03 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn03 a:hover {
	color: #777;
	border: 1px solid #777;
}
.link_btn03 a:hover:before {
 border-color: #777;
}
.link_btns03 .link_btn01 {
    max-width: 100%;
}

.link_btn04 {
    width: 100%;
    max-width: 280px;
    /* margin: 20px auto; */
    padding: 22px 0 0px 0!important;
    text-align: center;
}
.link_btn04 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #000;
    border: 1px solid #000;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn04 a:before {
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn04 a:hover {
	color: #777;
	border: 1px solid #777;
}
.link_btn04 a:hover:before {
 border-color: #777;
}
.link_btns .link_btn04 {
    max-width: 100%;
}
.link_btn05 {
    width: 100%;
    max-width: 280px;
    margin: 0px 0 0 80px;
    padding: 30px 0 40px 0!important;
    text-align: center;
    float: left;
}

.link_btn05 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn05 a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn05 a:hover {
	color: #000;
	border: 1px solid #000;
	background-color:#fff;
}
.link_btn05 a:hover:before {
 border-color: #000;
}
.link_btns05 .link_btn01 {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
.link_btn01 {
    width: 100%;
    max-width: 280px;
    margin: 0px 0 0 10px !important;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
}
.link_btn02 {
    width: 100%;
    max-width: 280px;
    margin: 10px 0 0 10px!important;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
}
.link_btn02_02 {
    width: 100%;
    max-width: 280px;
    margin: 10px 0 0 10px!important;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
}
}

@media only screen and (max-width: 768px){
.link_btn04 {
    width: 26%;
    max-width: 280px;
    /* margin: 20px auto; */
    padding: 22px 0 0px 0!important;
    text-align: center;
}
.link_btn04 a {
line-height: 1.4;
    display: block;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #000;
    border: 1px solid #000;
    background: none;
    transition: all 0.5s ease 0s;
}
.link_btn04 a:before {
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
 transition: all 0.5s ease 0s;
}
.link_btn04 a:hover {
	color: #777;
	border: 1px solid #777;
}
.link_btn04 a:hover:before {
 border-color: #777;
}
.link_btn05 {
    width: 100%;
    max-width: 280px;
    margin: 0px 0 0 10px;
    padding: 30px 0 40px 0!important;
    text-align: center;
    float: left;
}
}

@media screen and (max-width: 644px) {
.link_btn .link_btn01 .link_btn02{
 margin: 20px auto !important;
}
.link_btns .link_btn .link_btns01 .link_btn01 .link_btns02 .link_btn02{
    margin: 0 auto 5px!important;
    padding: 0;
}
.link_btn02 {
    width: 100%;
    max-width: 220px;
    margin: 10px 0 0 10px!important;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
    font-size: 80% !important;
}
.link_btn02_01 {
    width: 100%;
    max-width: 220px;
    margin: 10px auto 0 auto !important;
    padding: 0px 0 40px 0!important;
    text-align: center;
    float: none;
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}
.link_btn02_02 {
    width: 100%;
    max-width: 220px;
    margin: 10px 0 0 10px!important;
    padding: 10px 0 40px 0!important;
    text-align: center;
    float: left;
    font-size: 80% !important;
}
.link_btn04 {
    width: 100%; 
    max-width: 280px;
    /* margin: 20px auto; */
    padding: 22px 0 10px 0!important;
    text-align: center;
}
.link_btn05 {
    width: 100%;
    max-width: 240px;
    margin: 0px 0 0 10px;
    padding: 30px 0 40px 0!important;
    text-align: center;
    float: left;
}
}
@media only screen and (min-width: 1025px){
.home #header {

    z-index: 1;
    position: absolute;
    height: 106px; 
    width: 100%;
position: fixed;
}

.header2 {
   background: #000000;
transition: all 0.5s ease;
}
.hidden {
  background: transparent;
  transition: all 0.5s ease;
}

.un #header {
    background: #000;
    position: fixed;
    /* display: block; */
    height: 106px;
    width: 100%;
    /* padding-bottom: 3px; */
    z-index: 2;
}

.un01 #header {
    background: #000;
    position: fixed;
    /* display: block; */
    height: 106px;
    width: 100%;
    padding-bottom: 3px;
	z-index: 2;
}

#mainImg01 {
padding-top: 106px;
background-color: #006CB7;
}
#mainImg01_01 {
    padding-top: 106px;
    padding-top: 60%;
    background-image: url(../images/ab_vs01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}

#mainImg 02{}
	
#mainImg02_01 {
    padding-top: 60%;
    background-image: url(../images/un_img01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 106px;
}

#mainImg03 {
    margin-top: 249px;
}
#mainImg03_01 {
    padding-top: 60%;
    background-image: url(../images/ab_nas01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y:168px;
}
#mainImg04_01 {
    padding-top: 60%;
    background-image: url(../images/ab_hre_main01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}
#mainImg05_01 {
    padding-top: 60%;
    background-image: url(../images/sc_img01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}
#mainImg06_01 {
    padding-top: 60%;
    background-image: url(../images/sc_img02.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}
#mainImg07_01 {
    padding-top: 60%;
    background-image: url(../images/sc_img03.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}
#mainImg08_01 {
    padding-top: 60%;
    background-image: url(../images/gal_img01.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 168px;
}
}

@media only screen and (max-width: 1024px){
#mainImg01 {
padding-top:40px;
}
#mainImg02_01 {
	width:100%;
    padding-top: 60%;
    background-image: url(../images/un_img01.jpg);
    background-size: contain;
    background-repeat-y: no-repeat;
    background-position-y: 106px;
}
#mainImg06_01 {
    padding-top: 34%;
    background-image: url(../images/sc_img02.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 106px;
}
.link_btn03 {
    width: 100%;
    max-width: 240px;
    margin: 16px 80px 0 0px;
    /* padding: 10px 0 40px 0!important; */
    text-align: center;
    float: right;
    left: 0px !important;
    font-size: 60%;
}
}
@media screen and (max-width: 1024px) {
#mainImg {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    background-size: cover;
}
#mainImg01 {
    margin-top: 0;
    /* background-image: url(../images/nas01.jpg); */
    background-repeat: no-repeat;
    width: 100%;
    /* padding-top: 58.6%; */
    background-size: contain;
}
}
@media screen and (max-width: 644px) {
#mainImg {
    margin-top: 0;
    width: 100%;
    padding-top: 35px;
    background-size: contain;
}
#mainImg02_01 {
    width: 100%;
    padding-top: 70%;
    background-image: url(../images/un_img01.jpg);
    background-size: contain;
    background-repeat-y: no-repeat;
    background-position-y: 106px;
}
#mainImg06_01 {
    padding-top: 26%;
    background-image: url(../images/sc_img02.jpg);
    background-size: contain;
    /* margin-top: 106px; */
    background-repeat-y: no-repeat;
    background-position-y: 106px;
}
}


/* side_info */
.side_info {
    /*padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 0 0 10px;
    position: relative;
}
.side_info img {
    max-width: 100%!important;
    padding-bottom: 0!important;
}
.side_info .p01 {
    font-size: 180%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-family: 'Anton', sans-serif;
}
.side_info .p02 {
    font-size: 140%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border:1px solid #000;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
	background-color:#fff;
	font-family: 'Anton', sans-serif;
}
.side_info .side_tel img {
    max-width: 24px!important;
    vertical-align: middle;
	margin-top: -7px;
}
.side_info .side_tel {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
    display: table;
	width: 100%;
	text-align: center;
}
.side_info .side_tel a {
    color: #2D4262;
    /*pointer-events: auto;*/
    z-index: 10;
    position: relative;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 2px 0px;
	line-height: 1.2;
}
.side_info .side_tel a:hover {
    opacity: 0.7;
}
.side_info .side_tel a span {
    color: #2D4262;
    background: url(../images/tel.png) no-repeat left 6px;
    background-size: 20px;
    padding-left: 23px;
}
.side_info .side_tel a span.text-small {
    background: url(../images/tel2.png) no-repeat left 0;
    background-size: 20px;
    padding-left: 20px;
}
.tel_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 10px;
    position: relative;

}
.tel_box h3 span{
	background: #fff;
    padding: 0 5px;
	position: relative;
}
.tel_box h3:before {
    position: absolute;
    content: "";
    background: #2D4262;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
.side_info01 {
    /*padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 50px 0 10px;
    position: relative;
}
.side_info01 img {
    max-width: 100%!important;
    padding-bottom: 0!important;
}
.side_info01 .p01 {
    font-size: 180%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-family: 'Anton', sans-serif;
}
.side_info01 .p02 {
    font-size: 140%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border:1px solid #000;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
	background-color:#fff;
	font-family: 'Anton', sans-serif;
}
.side_info02 {
    /*padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 50px 0 10px;
    position: relative;
}
.side_info02 img {
    max-width: 100%!important;
    padding-bottom: 0!important;
}
.side_info02 .p01 {
    font-size: 180%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-family: 'Anton', sans-serif;
}
.side_info02 .p02 {
    font-size: 140%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border:1px solid #000;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
	background-color:#fff;
	font-family: 'Anton', sans-serif;
}

@media screen and (max-width: 1024px) {
.side_info {
    padding: 25px;
    text-align: center;
    margin: 20px 0 0;
}
.side_info.tel_box {
    /*padding:0;*/
}
.side_info01 {
    /* padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 50px 0 10px;
    position: relative;
    padding: 25px;
    text-align: center;
}
.side_info02 {
    /* padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 50px 0 10px;
    position: relative;
    padding: 0px;
    text-align: center;
}
.side_info02 .p01 {
    font-size: 180%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-family: 'Anton', sans-serif;
}
.side_info02 .p02 {
    font-size: 140%;
    /* font-weight: bold; */
    margin: 0 0 10px;
    line-height: 1.4;
    /* color: #2D4262;*/
	border:1px solid #000;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
	background-color:#fff;
	font-family: 'Anton', sans-serif;
}
}
@media screen and (max-width: 768px) {
.side_info01 {
    /* padding: 15px 10px; */
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    /* border: 2px solid #2D4262; */
    /* background: #fbf4f4; */
    /* color: #2D4262; */
    margin: 50px 0 10px;
    position: relative;
    padding: 0;
    text-align: center;
}
}
@media screen and (max-width: 644px) {
.side_info.tel_box {
    margin-bottom: 30px;
}
.side_info .side_tel a {
    padding: 10px 0;
}
.side_info02 {
    display:none;
}
}

ul.ul01 {
 list-style: none;
	margin:0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
 background: none repeat scroll 0 0 #b1242a;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 3px;
 position: absolute;
 top: 12px;
 width: 5px;
}

.number_p {
 font-size: 19px;
 font-weight: normal;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 45px;
 text-indent: -43px;
}
.number {
 background: none repeat scroll 0 0 #b1242a;
 box-shadow: 3px 3px 0 #543315;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 10px;
}
.color01 {
	color: #b1242a;
	padding:0 2px;
	font-weight: bold;
}

/* contact_box */
.contact_box {
	padding: 20px 10px 10px;
	position: relative;
background: #b1242a; /* Old browsers */
background: -moz-linear-gradient(top,  #b1242a 0%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b1242a 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b1242a 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1242a', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.contact_box:after {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	width: auto;
	height: auto;
}
.contact_box p {
    display: table;
    margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 10;
    position: relative;
}
.contact_box img {
    max-width: 230px;
}
.contact_box h2 {
    text-align: center;
}
span.telNo {
	display: block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
span.telNo a {
    color: #fff;
}
.link_all {
	display: none;
}
@media screen and (max-width: 644px) {
.contact_box {
    text-align: center;
}
span.telNo {
    font-size: 160%;
	display: block;
	padding:0;
}
.link_all {
	display: block;
}
.link_all a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: 100;
}
.link_all a:hover {
	background: rgba(255,255,255,.2);
}
}

@media screen and (max-width: 644px) {
#a01, #a02, #a03, #a04 {
	padding-top: 60px;
	margin-top: -60px;
}
.post table th, .post table td {
    width: 100%;
    display: block;
    border-left: 0;
	box-sizing: border-box;
	padding: 5px;
}
.post table tr:last-child td {
	border-bottom: 0;
}
}

.flow img.alignleft {
    width: 20%;
    max-width: 120px;
}
.arrow {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3%;
 margin: 0;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #ffd64f;
}
@media screen and (max-width: 644px) {
.arrow:after {
 left: 50%;
 margin: 0 0 0 -35px;
}
}

.lead {
    color: #b1242a;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 5px!important;
}

p.name {
	margin-top:15px;
	line-height: 1.8;
}
p.name span {
    display: block;
    font-size: 130%;
	font-weight: bold;
}

/*iframe{
-webkit-filter: grayscale(1);
filter: grayscale(1);
}

iframe:hover{
transition: filter 0.8s ease;
-webkit-filter: grayscale(0) saturate(2);
filter: grayscale(0) saturate(2);
}

iframe{
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
 
iframe:hover{
transition: filter 0.8s ease;
-webkit-filter: grayscale(0) saturate(2);
filter: grayscale(0) saturate(2);
}*/


.post01 a {
  display: block;
  line-height: 2.0rem;
  text-decoration: none;
  color: #000;
  text-align:left !important;
}

label {
    display: block;
    margin: 0 0 1px 0;
    padding: 20px 10px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

label:after {
  position: absolute;
  right: 3%;
}

#menu_bar1:checked + label:after, #menu_bar2:checked + label:after {
	transition: all 0.5s;
}

#menu_bar1:checked + label:after,
#menu_bar2:checked + label:after {
  transform: rotateX(180deg);
  position: absolute;
  right: 3%;
}

input {
	display: none;
}

.post01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post01 li {
  max-height: 0;
  overflow-y: hidden;
	transition: all 1s;
}

#menu_bar1:checked ~ #links1 li,
#menu_bar2:checked ~ #links2 li {
	max-height: 100px;
  opacity: 1;
}


.sc_menu01{
    width: 33%;
    text-align: center;
    margin: 0;
    float: left;
    /*height: 80px;*/
    padding: 20px 0;
}
.sc_menu01 p {
    display: inline-block;
    height: 60px;
    vertical-align: bottom;
    font-size: 120%;
}

.sc_menu02 {
    width: 31%;
    text-align: center;
    margin: 10px 1%;
    float: left;
    /* height: 80px; */
    /* padding: 5px 0; */
    border: 1px solid #000;
    box-sizing: content-box;
    border-radius: 5px;
}
.sc_menu02 p {
    display: block;
    /* height: 49px; */
    font-size: 160%;
    font-family: 'Anton', sans-serif;
}
.sc_menu02 span {
    display: block;
    font-size: 100%;
    color: #777;
    margin-top: -10px;
}

.sc_menu02 strong{
    font-size: 76%;
    margin-right: 10px;
}

.news_tit01 {
    text-align: left;
    line-height: 2.0rem;
    height:40px;
	margin-bottom: 15px;
}
.fac_tit01 {
    line-height: 2.0rem;
    font-size: 230%;
    font-weight: bold;
    display: block;
    padding: 20px 30px;
    /* font-size: 20px; */
    /* text-decoration: underline; */
    border-top: 1px solid;
    /* text-align: center; */
    font-family: 'Anton';
    letter-spacing: .1em;
}
.fac_tit02 {
    padding: 20px 30px;
    font-size: 18px;
    border-bottom: 1px solid;
    text-decoration: underline;
    /* border-top: 1px solid; */
    /* text-align: center; */
    font-family: 'Noto Sans JP';
    /* font-weight: bold; */
    /* background-color: #fff; */
}

.on_hs01 {
    line-height: 2.4em;
}

@media screen and (max-width: 644px) {
.fac_tit01 {
    line-height: 2.0rem;
    font-size: 200%;
    font-weight: bold;
    display: block;
    padding: 15px 1px !important;
    /* font-size: 20px; */
    /* text-decoration: underline; */
    border-top: 1px solid;
    /* text-align: center; */
    font-family: 'Anton';
    letter-spacing: .1em;
}
.news_tit01 {
    text-align: left;
    line-height: 2.0rem;
    height: 65px;
    padding-bottom: 15px;
}
}

/* slider
--------------------------------------------------------- */
.slideFrame {
	overflow: hidden;
	width: 100%;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
}

/* controller */
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.slideCtrl.left { left: 0; }
.slideCtrl.right { right: 0; }


/* slider-0
--------------------------------------------------------- */
#slider-0.slideFrame {
	height: 260px;
	margin: 25px 0;
}

/* slider-1
--------------------------------------------------------- */
#slider-1.slideFrame {
	position: relative;
	height: 75px;
	margin: 10px 0;
}
#slider-1 .slideCtrl {
	padding-top: 30px;
}

/* slider-2
--------------------------------------------------------- */
#slider-2.slideFrame {
	position: relative;
	height: 150px;
}
#slider-2 .slideCtrl {
	padding-top: 65px;
}

/* slider-2
--------------------------------------------------------- */
#slider-3.slideFrame {
	position: relative;
	height: 75px;
}


/* --- 全体のBOX定義 ---------------------------------------- */
.box {
    position: relative;
    width: 100%;
    /* height: 600px; */
    margin: auto;
    overflow: hidden;
    background-position-y: 168px;
    z-index: -2;
    padding-top: 60%;
    background-repeat-y: no-repeat;
	background-color:#000;
}
.box01 {
    position: relative;
    width: 100%;
    /* height: 600px; */
    margin: auto;
    overflow: hidden;
    background-position-y: 168px;
    z-index: -2;
    padding-top: 60%;
    background-repeat-y: no-repeat;
	background-color:#000;
}
.box02 {
    position: relative;
    width: 100%;
    /* height: 600px; */
    margin: auto;
    overflow: hidden;
    background-position-y: 168px;
    z-index: -2;
    padding-top: 60%;
    background-repeat-y: no-repeat;
	background-color:#000;
}
.box03 {
    position: relative;
    width: 100%;
    /* height: 600px; */
    margin: auto;
    overflow: hidden;
    background-position-y: 168px;
    z-index: -2;
    padding-top: 60%;
    background-repeat-y: no-repeat;
	background-color:#000;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;    /* 4画像 × 各○s = 各s */
    width: 100%;
    padding-top: 60%;
    background-repeat-y: no-repeat;
    background-position-y: 168px;
	background-size: contain;
}
.box01 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;    /* 4画像 × 各○s = 各s */
    width: 100%;
    padding-top: 60%;
    background-repeat-y: no-repeat;
    background-position-y: 168px;
	background-size: contain;
}
.box02 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;    /* 4画像 × 各○s = 各s */
    width: 100%;
    padding-top: 60%;
    background-repeat-y: no-repeat;
    background-position-y: 168px;
	background-size: contain;
}
.box03 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;    /* 4画像 × 各○s = 各s */
    width: 100%;
    padding-top: 60%;
    background-repeat-y: no-repeat;
    background-position-y: 168px;
	background-size: contain;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background-image : url(../images/ab_vs01.jpg);   /* 背景の画像を指定 */
}
.box .src2 {
  background-image : url(../images/ab_vs01_02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box .src3 {
  background-image : url(../images/ab_vs01_03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}

.box01 .src1_01 {
  background-image : url(../images/ab_hre_main01.jpg);   /* 背景の画像を指定 */
}
.box01 .src2_01 {
  background-image : url(../images/ab_hre_main02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box01 .src3_01 {
  background-image : url(../images/ab_hre_main03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}

.box02 .src1_02 {
  background-image : url(../images/ab_nas01.jpg);   /* 背景の画像を指定 */
}
.box02 .src2_02 {
  background-image : url(../images/ab_nas02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box02 .src3_02 {
  background-image : url(../images/ab_nas03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}

.box03 .src1_03 {
  background-image : url(../images/gal_img01.jpg);   /* 背景の画像を指定 */
}
.box03 .src2_03 {
  background-image : url(../images/gal_img02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box03 .src3_03 {
  background-image : url(../images/gal_img03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   1% { opacity: 0; }
  25% { opacity: 1; }
  33% { opacity: 1; }
  42% { opacity: 0; }
 100% { opacity: 0; }
}


@media screen and (max-width: 1024px) {
.box {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 54%;
    background-repeat-y: no-repeat;
    background-color: #000;
}
.box01 {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 54%;
    background-repeat-y: no-repeat;
    background-color: #000;
}
.box02 {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 54%;
    background-repeat-y: no-repeat;
    background-color: #000;
}
.box03 {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 54%;
    background-repeat-y: no-repeat;
    background-color: #000;
}
.box03 .src1_03 {
    background-image: url(../images/gal_img01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 106px;
}
.box03 .src2_03 {
    background-image: url(../images/gal_img02.jpg);
    animation-delay: 6s;
    padding-top: 44%;
    width: 100%;
    background-position-y: 106px;
}
.box03 .src3_03 {
    background-image: url(../images/gal_img03.jpg);
    animation-delay: 12s;
    padding-top: 44%;
    width: 100%;
    background-position-y: 106px;
}
.box01 .src1_01 {
  background-image : url(../images/ab_hre_main01.jpg);   /* 背景の画像を指定 */
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box01 .src2_01 {
  background-image : url(../images/ab_hre_main02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box01 .src3_01 {
  background-image : url(../images/ab_hre_main03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box02 .src1_02 {
    background-image: url(../images/ab_nas01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box02 .src2_02 {
    background-image: url(../images/ab_nas02.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box02 .src3_02 {
    background-image: url(../images/ab_nas03.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box .src1 {
    background-image: url(../images/ab_vs01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box .src2 {
    background-image: url(../images/ab_vs01_02.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
.box .src3{
    background-image: url(../images/ab_vs01_03.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
}
}
@media screen and (max-width: 768px){
.box02 {
    position: relative;
    width: 100%;
    /*height: 260px;*/
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 54%; 
    background-repeat-y: no-repeat;
    background-color: #000;
}
figcaption01 {
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
}
@media screen and (max-width: 644px) {
.box {
    position: relative;
    width: 100%;
    height: 0; 
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 172%;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
    background-color: #000;
    background-image: url(../images/mainvs01.jpg);
    background-size: contain;
}
.box .src1 {
    background-image: url(../images/ab_vs01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
    display: none;
}
.box .src2 {
    background-image: url(../images/ab_vs01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
    display: none;
}
.box .src3 {
    background-image: url(../images/ab_vs01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
    display: none;
}
.box01 {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 172%;
    background-repeat-y: no-repeat;
	background-repeat-x: no-repeat;
    background-color: #000;
    background-image: url(../images/mainhre01.jpg);
    background-size: contain;
}
.box01 .src1_01 {
  background-image : url(../images/ab_hre_main01.jpg);   /* 背景の画像を指定 */
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box01 .src2_01 {
  background-image : url(../images/ab_hre_main02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 6s;
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box01 .src3_01 {
  background-image : url(../images/ab_hre_main03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 12s;
      padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box02 {
    position: relative;
    width: 100%;
    height: 0;
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 172%;
    background-repeat-y: no-repeat;
	background-repeat-x: no-repeat;
    background-color: #000;
    background-image: url(../images/mainnas01.jpg);
    background-size: contain;
}
.box02 .src1_02 {
    background-image: url(../images/ab_nas01.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box02 .src2_02 {
    background-image: url(../images/ab_nas02.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box02 .src3_02 {
    background-image: url(../images/ab_nas03.jpg);
    padding-top: 44%;
    width: 100%;
    background-position-y: 127px;
	display: none;
}
.box03 {
    position: relative;
    width: 100%;
    /*height: 0;*/
    margin: -10px auto 0;
    overflow: hidden;
    background-position-y: 106px;
    z-index: -2;
    padding-top: 80%;
    background-repeat-y: no-repeat;
	background-repeat-x: no-repeat;
    background-color: #000;
}
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
figcaption p {
	width:1200px;
	margin:20px auto;
}
figure:hover figcaption {
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
  opacity: 1;
}
figcaption01 {
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
figcaption01 p {
	width:1200px;
	margin:20px auto;
}
figure:hover figcaption01 {
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
figcaption {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
figcaption p {
	width:98%;
	margin:20px auto;
}
figcaption01 {
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
figcaption01 p {
	width:98%;
	margin:20px auto;
}
}
@media screen and (max-width: 1024px) {
figcaption01 {
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
}
@media screen and (max-width: 644px) {
figcaption01 {
    position: absolute;
    top: 6%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
}

/* 画像エフェクト
01拡大・02傾け拡大・03浮かせる・04横回転・05縦回転
------------------------------------------------------------*/
.img_wrap01{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap01 img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap01:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.img_wrap02{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap02 img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.img_wrap02 img:hover{
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}

.img_wrap03{
  width: 98%;
  margin: 20px auto 0;
  transition-duration: 0.5s;
}
.img_wrap03 img{
  width: 98%;
  cursor: pointer;
}
.img_wrap03:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.img_wrap03_01{
  width: 741px;
  height: 648px;
  margin: 20px auto 0;
  transition-duration: 0.5s;
}
.img_wrap03_01 img{
  width: 98%;
  cursor: pointer;
}
.img_wrap03_01:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.img_wrap04{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap04 img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.img_wrap04:hover img{
  transform: rotateY( 360deg );
  transition-duration: 0.5s;
}

.img_wrap05{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap05 img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.img_wrap05:hover img{
  transform: rotateX( 360deg );
  transition-duration: 0.5s;
}

@media screen and (max-width: 644px) {
.img_wrap03_01 {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    transition-duration: 0.5s;
}
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.vs_box2_01{
	width:40%;
	float: left;
	padding:15px;
	box-sizing: border-box;
}
.vs_box2_01 strong{
	font-family: 'Anton', sans-serif;
	font-size: 160%;
}
.vs_box2_01 p{
	padding:0;
	margin-top:20px;
}
.vs_box2_02{
    width: 60%;
    float: left;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
.vs_box2_01{
	width:100%;
	float: none;
	padding:0px;
	box-sizing: border-box;
}
.vs_box2_02{
    width: 100%;
    float: left;
    padding: 0px;
    box-sizing: border-box;
	margin-top: 40px;
}
}

.med_tit01 {
    font-size: 140%;
    color: #F00;
    padding: 0px 30px 20px !important;
}

@media screen and (max-width: 644px) {
.med_tit01 {
    font-size: 140%;
    color: #F00;
    padding: 0px !important;
}
}

div.card-box {
    width:100%;
	margin:15px 0 40px ;
}
 
 div.card-box div.card {
        box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
        padding:10px;
        background-color:#fff;
        cursor:pointer;
        transition:box-shadow 0.3s;
}
div.card-box div.card:hover {
        box-shadow:0 0 20px rgb(0, 110, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.3);
}
 
div.card-box div.card p.image {
    margin: -10px -10px 0;
    border-bottom: none;
    border-top: none;
    padding: 0;
}
 
div.card-box div.card p.image img {
                vertical-align:top;
}
 
div.card-box div.card p.text {
    margin: 10px 0 0;
    font-size: 90%;
    text-align: left;
    border-bottom: none;
    border-top: none;
    padding: 10px 0;
    text-align: center;
}

.card span {
    font-size: 120%;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: #00A0E9;
    color: #fff;
	font-weight:bold;
}

.rent01 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 110px 0 0 62%!important;
    width: 38%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
}
.rent02 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 110px 0 0 50px!important;
    width: 38%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
}
.rc_box02_l {
    width: 60%;
    float: left;
	box-sizing: border-box;
}
.rc_box02_r {
    width: 40%;
    float: left;
	padding-left: 60px;
	box-sizing: border-box;
}
.rc_pr01{
	font-size: 140%;
	color: #DC2225;
	font-weight: bold;
}
.rc_pr02{
	font-size: 140%;
	font-weight: bold;
}
.rc_pr03{
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
div.card-box div.card p.text {
    margin: 10px 0 0;
    font-size: 80%;
    text-align: left;
    border-bottom: none;
    border-top: none;
    padding: 10px 0;
    text-align: center;
}
.rent01 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 0px 0 0 10px !important;
    width: 98%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
    display: flex;
    /* padding-left: 10px; */
}
.rent02 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 0px 0 0 10px !important;
    width: 98%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
    display: flex;
    /* padding-left: 10px; */
    font-size: 80% !important;
}
}
@media screen and (max-width: 768px) {
.card span {
    font-size: 100%;
    text-align: center;
    margin: 10px auto;
    display: block;
    background-color: #00A0E9;
    color: #fff;
    font-weight: bold;
}
}
@media screen and (max-width: 644px) {
.rent01 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 0px 5px 0 5px !important;
    width: 98%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
    display: flex;
    /* padding-left: 10px; */
    font-size: 80% !important;
}
.rent02 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    color: #fff;
    font-weight: bold;
    margin: 0px 5px 0 5px !important;
    width: 98%;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: #000 1px 0 10px;
    display: flex;
    /* padding-left: 10px; */
    font-size: 80% !important;
}
}