@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html{
	width: 100%;
	height: 100%;
}

body{
font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 12px;
	color: #000;
  margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;/**/
  left: 0;/**/
  overflow-x: hidden;/**/
}


img {
  max-width: 100%;
  height: auto;
	width /***/:auto;
}

.logo, .logo1{
	float:left;
	margin-left: 1%;
}


/*******グローバルナビ********/
.slideButton {
    display: none;
}
#slideMenu {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;/*メニューの背景色*/
}
#slideMenu > .slideMenuInner {
    list-style-type: none;
    width: 960px;/*メニューの横幅を*/
    height: 100%;
    margin: 0 auto;
    padding-left: 0;
}
#slideMenu > .slideMenuInner li {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#slideMenu > .slideMenuInner > li a {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    padding-right: 20px;/*文字の左の余白*/
    padding-left: 20px;/*文字の右の余白*/
    background-color: #fff;/*文字の背景色*/
    color: #000;/*文字色*/
		font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
#slideMenu > .slideMenuInner > li:hover a {
    background-color: #f5f5f5;/*文字の背景色（マウスホバー時）*/
}
/*２階層目*/
#slideMenu > .slideMenuInner > li > ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0;
    padding-left: 0;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level {
    visibility: visible;
    z-index: 3;
    top: 40px;
    transition: all .3s;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li {
    width: 200px;
    height: 40px;
    text-align: center;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a {
    display: block;
    background-color: #f5f5f5;/*子メニューの文字の背景色*/
    color: #000;/*子メニューの文字色*/
    font-size: 70%;
    text-decoration: none;
    line-height: 40px;
}
#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a:hover {
    background-color: #ededed;/*子メニューの背景色（マウスホバー時）*/
}


/*２階層目ここまで*/
/******スライドメニュー*******/
@media screen and (max-width:960px) {/*１*/

    .logo1{
			display: none;
		}

    #menuButton {
        z-index: 10;
        width: 100%;
        background-color: #fff;/*メニューバーの色*/
    }
    #menuButtonInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: right;
    }
    .slideButton {
        display: inline-block;
        margin: 5px;
        padding: 8px 15px;
        background-color: #ededed;/*「MENU」の背景色*/
        color: #000;/*「MENU」の文字色*/
        font-size: 70%;
        text-decoration: none;
        cursor: pointer;
    }
    #slideMenu {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed; /*absolute*/
        z-index: 20;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
        margin: 0;
        padding: 0;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    }
    #slideMenu > .slideMenuInner {
        position: static;
        width: 100%;
        height: 100%;
    }
    #slideMenu > .slideMenuInner > li {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        text-align: center;
    }
    #slideMenu > .slideMenuInner > li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;/*スライドメニューの背景色*/
        color: #333;/*スライドメニューの文字色*/
        font-size: 70%;
        font-weight: bold;
        line-height: 40px;
    }
    #slideMenu > .slideMenuInner > li:hover a {
        background-color: #ededed;/*スライドメニューの背景色（マウスホバー時）*/
        color: #333;/*スライドメニューの文字色（マウスホバー時）*/
    }
    #slideMenu > .slideMenuInner > li > a:active {
        opacity: .8;
    }
    /*#slideMenu > .slideMenuInner > li:hover > ul.second-level {
        display: none;
    }*/
    .closeArea {
        height: 100%;
        background-color: #dcdcdc;/*クローズエリア（スライドメニューの下の部分）の色*/
        cursor: pointer;
    }
    #layer {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 150%;
        background-color: #222;/*レイヤーの色*/
        opacity: .4;/*レイヤーの透明度*/
        cursor: pointer;
    }
}

　　　　　　　　　　　　　/*nav,end*/

　　　　　　　　　　　　　/*▼slider*/

	    .swiper-container {
	        width: 100%;
	        height: 630px;
	        margin-left: auto;
	        margin-right: auto;
					z-index: 1;
	    }
	    .swiper-slide {
	        text-align: center;
	        font-size: 18px;
	        background: #fff;
					z-index: 1;

	        /* Center slide text vertically */
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: -webkit-flex;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	        -webkit-box-align: center;
	        -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	    }
　　　　　　　　　　　　　/*slider,end▲*/


　　　　　　　　　　　　　/*▼text*/
article{
	height:200px;
	text-align: center;
	background: #e6e6e6;
}

.grid4.first{
	    width: 40%;
			background-color: #fff;
			text-align: left;
}

.grid4{
	float: left;
	display: inline;
	margin-left: 70px;
	width: 40%;
	height: auto;
	background-color:#f7f7f7;
	color:black;
	text-align: center;
}

h3 {
  position: relative;
  background-color: #a3d1ff;
  padding: 1.1em;
  border-radius: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-size: larger;
	text-align: center;
}
h3::after {
  position: absolute;
  top: 100%;
  left: 4em;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #a3d1ff;
}

.scr {
  overflow: auto;   /* スクロール */
  height: 220px;
}

.btext2{
	padding: 15px;
	font-weight:bold;
	text-align: -webkit-left;
	text-align: left;
}



.btext3{
	padding: 15px;
	font-weight:bold;
	text-align: -webkit-left;
	text-align: left;
  font-size: smaller;
}

.urln{
	color: #fff;
}

.url{
	color: #000;
}

.demo2{
	border-bottom: 1px solid #000;
}

　　　　　　　　　　　　　/*text,end▲*/


　　　　　　　　　　　　　/*▼box*/

.container {
	width: 1280px;
	margin: 0 auto;
}

.grid3{
  float: left;
  display: inline;
  margin-left: 20px;
}

.grid3 {
	width: 29%;
	height:180px;
	background-color:#f5f5f5;
	color:black;
	text-align: center;
	font-weight:bold;
}


.first {
	margin-left: 8px;
	clear: left;}

	.btext{
		padding: 14px;
		font-weight:bold;
	}

	.btext a{
		color: black;
	}

	.grid4.first > .btext2 > li{
		text-align: left;
		margin-left: 5%;
	}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

section{
	width: 32%;
	float: left;
	text-align: center;
}

h6{
	font-size: smaller;
	text-align: center;
	width: 160px;
}

/*p.telop_1{
	width: 26%;
    position: relative;
    top: 1px;
    left: 63px;
    font-size: smaller;
	}

p.telop_2{
	width: 35%;
position: absolute;
top: 1px;
left: 184px;
font-size: smaller;
}

p.telop_3{
	width: 28%;
    position: absolute;
    top: 0px;
    right: 62px;
    font-size: smaller;
		}*/


.youtube {
 position: relative;
 padding-bottom: 23.25%;
 /*padding-top: 30px;*/
 height: 0;
 overflow: hidden;
 /*margin-bottom: 10px;
 margin-top: 10px;*/
 }

 .youtube_2 {
  position: relative;
  padding-bottom: 23.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  /*margin-bottom: 10px;
  margin-top: 10px;*/
  }

 /*.youtube iframe {
 position: absolute;
 top: 100px;
 left: 430px;*/
/* width: 80%;
 height: 80%;
 }*/

img.pdf_img{
	max-width: 30%;
height: auto;
width /***/: auto;
}

p.pdf{
	text-align: left;
	padding: 15px;
	font-weight: bold;
	font-size: smaller;
}

a.pdf{
	color: black;
}


　　　　　　　　　　　　　/*box,end▲*/

　　　　　　　　　　　　　/*▼footer*/
footer{
	height: 50px;
}

.copy{
	height: 20px;
	margin-bottom: -18px;
	color: #fff;
	background: black;
	text-align: right;
}

.copy2{
	height: 20px;
	padding: 15px;
	margin-bottom: -18px;
	color: #fff;
	background: black;
	text-align: left;
}

a.a3{
 margin-left: 5px;
 margin-right: 5px;
}


a{
	color:snow;
	text-decoration: none;

}

a:hover{
	color:gray;
}
/*UV印刷一次中止*/
.chushi li {
	background-color: #B10B0B;
	color: #787B78;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
}
.chushi a {
	color: #BFB5B5;
	margin-top: 5px;
}



　　　　　　　　　　　　　/*footer,end▲*/
