@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;
}
#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*/


　　　　　　　　　　　　　　　　　/*▼main*/
.flexbox{
	    text-align: center;
			flex-wrap: wrap;
}

/**.fusen{
    position: relative;
    margin: 40px 22px 40px 0;
    padding: 14px 15px 0px 20px;
    color: #fff;
		font-size: larger;
    font-weight:bold;
    background: #a3d1ff;
    box-shadow: 12px 0 0 0 #a3d1ff, 0 12px 0 0 #a3d1ff, 1px 15px 4px -3px rgba(0,0,0,0.2);
}

.fusen:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-top-color: #ffa3a3;
    color: transparent;
}**/



.centeringTest{
	text-align: center;
}

div.centeringTest p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html .centeringTest p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .centeringTest p {
	display: inline;
	zoom: 1;
}


h2 {
  background: #f9abcb;
  box-shadow: 0px 0px 5px 10px #f9abcb;
  border: dashed 2px white;
  padding: 1.5em 6em;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: white;
}

/*****icn_midashi******/
h1 {
  position: relative;
  padding: 8px 15px;
  margin-left: 140px;
  background: #ff9f83;
  border-radius: 20px;
	bottom: 40px;
	color: white;
	font-size: large;
}

h1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #ff9f83;
}

h1:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #ff9f83;
}


.main {
  background: #fff;
  margin-bottom: 10px;
	font-family: 'arial unicode ms',"メイリオ";
}

.b1{
	text-align: center;
}

.flex_test-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    height: 990px;              /* 高さ指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
    align-content:stretch;      /* 折り返し時の配置指定 */
}

.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  30px;           /* 文字サイズ */
    width: 200px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}

/**.flex_test-item:nth-child(1) {
    background-color:  #2196F3; /* 背景色指定
}

.flex_test-item:nth-child(2) {
    background-color:  #4CAF50; /* 背景色指定
}

.flex_test-item:nth-child(3) {
    background-color: #3F51B5; /* 背景色指定
}

.flex_test-item:nth-child(4) {
    background-color:  #00BCD4; /* 背景色指定
}*/

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; height: 49%; }
.img-flex-3 img { width: 32%; height: 32%; }
.img-flex-4 img { width: 24%; height: 24%; }


.side {
  background: #fff;
  margin-top: 2%;
  width: 300px;
  height: 600px;
}

.side {
  background: #fff;
	margin-top: 2%;
	margin-left: 4%;
	width: 300px;
	height: 600px;
}


.main,
.side {
  padding: 3%;
  border-radius: 10px
}


.youtube_a {
 position: relative;
 padding-bottom: 36.25%;
 /*padding-top: 30px;*/
 height: 0;
 overflow: hidden;
 margin-bottom: 20px;
 margin-top: 20px;
 }

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

 /**pdf_download**/

 .btn-flat-bottom-border {
   position: relative;
   display: inline-block;
   font-weight: bold;
   padding: 7px 10px 10px 10px;
   text-decoration: none;
   color: #FFF;
   background: #d0b6ff;
   transition: .4s;
	 font-size: medium;
 }

 .btn-flat-bottom-border > span {
   border-bottom: solid 3px #FFF;
 }

 .btn-flat-bottom-border:hover {
   background: #91b5fb;
 }

/**pdf_download_end**/


 .image img {
 	display: block;
 	margin: auto;
 }

 .pdf{
	 color: red;
 }


 h3 {
   position: relative;
   color: #158b2b;
   font-size: 20px;
   padding: 10px 0;
   text-align: center;
   margin: 1.5em 0;
 }
 h3:before {
   content: "";
   position: absolute;
   top: -25px;
   left: 50%;
   width: 600px;
   height: 100px;
   border-radius: 50%;
   border: 5px solid #a6ddb0;
   border-left-color: transparent;
   border-right-color: transparent;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
 }



/*▼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:black;
}
.chushi li {
	background-color: #9C9696;
	color: #787B78;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
}
.chushi a {
	color: #BFB5B5;
	margin-top: 5px;
}
　　　　　　　　　　　　　/*footer,end▲*/
