hal00426x@charset "utf-8";
/* CSS Document */

/*fb*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.topBt,
.link-a{
	cursor: pointer;
	
}



ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}



.none{
	display: none;	
}





 .slider {
      

	
	 
    }

.slick-list {
  margin-right: -10px !important;  /* ガター分ネガティブマージン */
}

    .slick-slide {
      margin: 0px 10px 0 0px;/* ガター */	
	
	
    }



    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

.slick-prev, .slick-next {
	z-index: 999;
}



.slick_container {
    /*width:360px; 
    margin:0 auto; */
    position:relative;
}

 .slick-prev, .slick-next {
    width:100px; /* 画像幅 */
    height:100px; /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:999;
}
.slick-prev{left:-13px; /* 任意の値 */}
.slick-next{right:-13px; /* 任意の値 */}

.slick-arrow{
	
	top:40px;
	
	z-index:999;/* 値は適当に */



}



/*waku*/

#contents.second{
	background-color: #ffffff;
	background-image: url(../img/pc_k6_00-baseb.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

#contents #main {
	margin: 0px;
	background-color: hsla(0,0%,100%,0.00);
	padding: 15% 0 20px 0;
	position: relative;	
	
}



.subArea{
	background-image: url(../img/link_base.jpg);
	background-repeat: repeat;	
	
}

.newsArea{
	background-color: hsla(0,0%,0%,1.00);
	padding:20px;
	margin:0 20px;
	height:250px;
}

.newsArea ul{
    margin:0;
    padding: 0;
}

.newsArea li{
	color: #fff;
	font-size: 90%;
	line-height:1.5em;
	margin:0.7em 0;
    list-style-type: none;
}

.newsDate{
	color: hsla(6,100%,48%,1.00);
	margin-right: 1em;
}
	
.newsArea li a{
	color: #D9D9D9;
	text-decoration: underline !important;
}

.newsArea li a:hover{
	color: #fff;
}



.linkArea{
	
	margin:0 20px;
	  display: -webkit-flex; /* Safari */
  display: flex;
	
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
	  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	
}

.teamSet{
	width:49%;
	margin-bottom: 40px
}


.sliderWrapper{
	position: relative;
	margin: 0 1px 0 1px;
	padding: 30px 20px 60px 20px;
	/*border-radius: 0px 6px 6px;*/
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	background-color: #c2661f;
	background-image: -webkit-linear-gradient(270deg,rgba(194,102,31,1.00) 0%,rgba(255,255,255,1.00) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(194,102,31,1.00) 0%,rgba(255,255,255,1.00) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(194,102,31,1.00) 0%,rgba(255,255,255,1.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(194,102,31,1.00) 0%,rgba(255,255,255,1.00) 99.95%);	
}

.tableWrapper{
	background-color: #ffffff;
	border-radius: 6px;
	padding:15px;
}

.tabTitle{
	
	  display: -webkit-flex; /* Safari用 */
  display: flex;
	
	  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;

}

.tabItem{
	width:33%;
/*	line-height:100%;
	padding:0 1px 0 1px;*/
	
}

.tabItem img{
	/*width:100%;*/
}




table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	
}
table.type01 th {
	width: 10%;
	max-width: 150px;
	padding: 4px 0px 4px 2px;
	font-weight: bold;
	vertical-align: top;
	border: 2px solid hsla(27,42%,74%,0.70);
	text-align: center;
	vertical-align: middle;	
}


.spDay {
	background-color: #FFF1F1;
}

table.type01 td {
	width: 1000px;
	padding: 2px;
	vertical-align: middle;
	border: 2px solid hsla(27,42%,74%,0.70);
}

tbody.table_scroll2{
	display: block;
	width:auto;
	overflow-y: scroll;
	height: 100%;	
	max-height: 400px;	
	min-height: 200px;	
}

img.pc {
display: block;	
}

img.sp {
	display: none;			
}


@media screen and (max-width: 950px) {
	.pagetop p{
	padding: 20px;
}
}

@media screen and (max-width: 640px) {
	
	
	.teamSet{
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid hsla(0,0%,100%,1.00);
}
	
	
	
	
	img.pc {
display: none;	
}

img.sp {
		display: block;	
}
	
	.mTitleModlBt2{
		width:100%;
		padding-bottom:10px;
	}
	
	.mTitleModlBt3{
		width:100%;
	}
	
	
	
	.tabTitle.pc{
		display: none;
		
	}
	
	
	.tabTitle.sp{
	display: block;
		
		  display: -webkit-flex; /* Safari用 */
  display: flex;
	
	  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
	

	
.tabItem{
	/*width:33%;*/
/*	line-height:100%;
	padding:0 1px 0 1px;*/
	
}


	
	
	#contents.second{
	background-image: url(../img/sp_k6-00_baseb.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
	
	#contents #main {
	padding: 21% 0 20px 0;
}
	
	
	table.type01 th {
	width: 5%;
	max-width: 150px;
	padding: 2px;
}
	
	table.type01 td {
	width: 1000px;
	padding: 4px 2px 4px 2px;
	
}
	
	
	.sliderWrapper{
	margin:0 1px 0 1px;
	padding: 20px 0px 20px 0px;
	
}

.tableWrapper{

	background-color: #ffffff;
	border-radius: 6px;
	padding:15px;
}
	
	

	
	
	
}








.table_head{
	background-color: #FFFFFF;
	color: #975922;
	padding: 10px 0 10px 0;
}

tbody.table_scroll{
	display: block;
	width:auto;
/*	overflow-y: scroll;
	height: 300px;	*/
}




table.type02 {
	border-collapse: collapse;
	line-height: 1.5;
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #F8EDE3;
	color: #646464;
	padding: 10px;
}
table.type02 th {
	width: 35%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid hsla(27,42%,74%,0.70);
	text-align: center;
	vertical-align: middle;
	
}

table.type02 td {
	width: 400px;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid hsla(27,42%,74%,0.70);
	text-align: center;
	vertical-align: middle;
font-size:15px;
}



a {
	text-decoration: none !important;
	cursor: pointer;
/*	color: hsla(169,49%,60%,1.00);*/
}



.rbutton {
	display: inline-block;
	width: 100%;
	max-width: 172px;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	font-size: 12px;
	outline: none;
	margin: 1px;
	font-weight: 600;
	padding: 8px 2px 8px 2px;
	border-radius: 4px;
}
.rbutton::before,
.rbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rbutton,
.rbutton::before,
.rbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.rbutton2 {

	width: 100%;
	max-width: 160px;
	
	margin: 1px;
	
}

@media screen and (max-width: 640px) {
	
	
	table.type02 th {
	width: 30%;
	padding: 0px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
vertical-align: middle;
}
	
	
	table.type02 td {
	width: 400px;
	padding: 10px 2px 10px 2px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid hsla(27,42%,74%,1);
	text-align: center;
	vertical-align: middle;
font-size:16px;
}
	
.rbutton {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	/*height: 20px;*/
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	font-size: 13px;
	outline: none;
	margin: 1px;
	font-weight: 600;
	padding:8px 2px 8px 2px;
}	
	
}





a.rbutton.tr1,
.mTitleLeft.tr1{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr1:hover {
	background-color: #E2DC32;
}




a.rbutton.tr2,
.mTitleLeft.tr2 {
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr2:hover {
	background-color: #E2DC32;
}

a.rbutton.tr3,
.mTitleLeft.tr3  {
	background-color: #587ac6;
	color: #ffffff;
}
.rbutton.tr3:hover {
	background-color: #4A69AD;
}

a.rbutton.tr4,
.mTitleLeft.tr4  {
	background-color: #598bf9;
	color: #ffffff;
}
.rbutton.tr4:hover {
	background-color: #457AEF;
}


a.rbutton.tr5,
.mTitleLeft.tr5  {
	background-color: #598bf9;
	color: #ffffff;
}
.rbutton.tr5:hover {
	background-color: #457AEF;
}


a.rbutton.tr6,
.mTitleLeft.tr6  {
	background-color: #cad4fa;
	color: #3E3EC0;
}
.rbutton.tr6:hover {
	background-color: #B0BEF4;
}


a.rbutton.tr7,
.mTitleLeft.tr7 {
	background-color: #ae77d8;
	color: #ffffff;
}
.rbutton.tr7:hover {
	background-color: #A461D7;
}


a.rbutton.tr8,
.mTitleLeft.tr8 {
	background-color: #ee8407;
	color: #ffffff;
}
.rbutton.tr8:hover {
	background-color: #D17202;
}


a.rbutton.tr9,
.mTitleLeft.tr9 {
	background-color: #e44040;
	color: #ffffff;
}
.rbutton.tr9:hover {
	background-color: #D72222;
}


a.rbutton.tr10,
.mTitleLeft.tr10 {
	background-color: #A8553B;
	color: #ffffff;
}
.rbutton.tr10:hover {
	background-color: #97452B;
}

a.rbutton.tr11,
.mTitleLeft.tr11 {
	background-color: #66cb6b;
	color: #ffffff;
}
.rbutton.tr11:hover {
	background-color: #48BE4E;
}

a.rbutton.tr12,
.mTitleLeft.tr12 {
	background-color: #f08568;
	color: #ffffff;
}
.rbutton.tr12:hover {
	background-color: #E46B4B;
}

a.rbutton.tr13,
.mTitleLeft.tr13  {
	background-color: #cad4fa;
	color: #3E3EC0;
}
.rbutton.tr13:hover {
	background-color: #B0BEF4;
}

a.rbutton.tr14,
.mTitleLeft.tr14  {
	background-color: #cad4fa;
	color: #3E3EC0;
}
.rbutton.tr14:hover {
	background-color: #B0BEF4;
}

a.rbutton.tr15,
.mTitleLeft.tr15  {
	background-color: #cad4fa;
	color: #3E3EC0;
}
.rbutton.tr15:hover {
	background-color: #B0BEF4;
}

a.rbutton.tr16,
.mTitleLeft.tr16{
	background-color: #eee966;
	color: #604A02;
}


.rbutton.tr16:hover {
	background-color: #E2DC32;
}

a.rbutton.tr17,
.mTitleLeft.tr17{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr17:hover {
	background-color: #E2DC32;
}

a.rbutton.tr18,
.mTitleLeft.tr18{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr18:hover {
	background-color: #E2DC32;
}

a.rbutton.tr19,
.mTitleLeft.tr19{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr19:hover {
	background-color: #E2DC32;
}

a.rbutton.tr20,
.mTitleLeft.tr20{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr20:hover {
	background-color: #E2DC32;
}



a.rbutton.tr21,
.mTitleLeft.tr21{
	background-color: #eee966;
	color: #604A02;
}
.rbutton.tr21:hover {
	background-color: #E2DC32;
}

a.rbutton.tr22,
.mTitleLeft.tr22  {
	background-color: #598bf9;
	color: #ffffff;
}
.rbutton.tr22:hover {
	background-color: #457AEF;
}


a.rbutton.tr23,
.mTitleLeft.tr23  {
	background-color: #598bf9;
	color: #ffffff;
}
.rbutton.tr23:hover {
	background-color: #457AEF;
}



a.rbutton.tr24,
.mTitleLeft.tr24  {
	background-color: #587ac6;
	color: #ffffff;
}
.rbutton.tr24:hover {
	background-color: #4A69AD;
}


a.rbutton.tr25,
.mTitleLeft.tr25 {
	background-color: #ecd304;
	color: #604A02;
}
.rbutton.tr25:hover {
	background-color: #DDC500;
}

a.rbutton.tr26,
.mTitleLeft.tr26 {
	background-color: #ecd304;
	color: #604A02;
}
.rbutton.tr26:hover {
	background-color: #DDC500;
}

a.rbutton.tr27,
.mTitleLeft.tr27 {
	background-color: #ecd304;
	color: #604A02;
}
.rbutton.tr27:hover {
	background-color: #DDC500;
}



a.rbutton.tr28,
.mTitleLeft.tr28 {
	background-color: #90462F;
	color: #ffffff;
}
.rbutton.tr28:hover {
	background-color: #9D5640;
}

a.rbutton.tr29,
.mTitleLeft.tr29 {
	background-color: #3cb3eb;
	color: #ffffff;
}
.rbutton.tr29:hover {
	background-color: #3cb3eb;
}


a.rbutton.tr30,
.mTitleLeft.tr30{
	background-color: #eee966;
	color: #604A02;
}

.rbutton.tr30:hover {
	background-color: #FFF73D;
}


a.rbutton.tr31,
.mTitleLeft.tr31  {
	background-color: #587ac6;
	color: #ffffff;
}

.rbutton.tr31:hover {
	background-color: #3cb3eb;
}


a.rbutton.tr32,
.mTitleLeft.tr32 {
	background-color: #ecd304;
	color: #604A02;
}
.rbutton.tr32:hover {
	background-color: #DDC500;
}


a.rbutton.tr33,
.mTitleLeft.tr33 {
	background-color: #ecd304;
	color: #604A02;
}
.rbutton.tr33:hover {
	background-color: #DDC500;
}



a.rbutton.tr34,
.mTitleLeft.tr34 {
	background-color: #562F24;
	color: #ffffff;
}
.rbutton.tr34:hover {
	background-color: #744133;
}



a.rbutton.tr35,
.mTitleLeft.tr35 {
	background-color: #90462F;
	color: #ffffff;
}
.rbutton.tr35:hover {
	background-color: #9D5640;
}


a.rbutton.tr36,
.mTitleLeft.tr36 {
	background-color: #1FC200;
	color: #ffffff;
}
.rbutton.tr36:hover {
	background-color: #4BD032;
}

a.rbutton.tr37,
.mTitleLeft.tr37 {
	background-color: #C40B0B;
	color: #ffffff;
}
.rbutton.tr37:hover {
	background-color: #C93636;
}

a.rbutton.tr38,
.mTitleLeft.tr38 {
	background-color: #C40B0B;
	color: #ffffff;
}
.rbutton.tr38:hover {
	background-color: #C93636;
}


a.rbutton.tr39,
.mTitleLeft.tr39 {
	background-color: #90462F;
	color: #ffffff;
}
.rbutton.tr39:hover {
	background-color: #9D5640;
}





a.rbutton.info  {
	background-color: #E8E8E8;
	color: #282828;
	font-size: 90%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 300px;
}
.rbutton.info:hover {
	background-color: #DEDEDE;
}

a.rbutton.return  {
	background-color: #E8E8E8;
	color: #282828;
	font-size:90%;
	height: 40px;
	line-height: 40px;
	padding:0 10px 0 10px;
	width: 100%;
	max-width: 300px;
}
.rbutton.return:hover {
	background-color: #DEDEDE;
}





  #btn-close-modal {
	cursor: pointer;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
            }

/*.modalBase{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: hsla(0,0%,100%,0.8);		
	padding-bottom: 50px;
}*/

.modalBase{
	background-color: hsla(0,0%,100%,0.8);

}


.modal-content{
	pointer-events: none　!important;
	/*background-color: hsla(169,48%,84%,1.00);*/
	/*background-color: #65cbb8;*/
	background-color: #BA6C29;
	margin: 70px auto 50px auto;
	width: 95%;
	max-width: 950px;
	border-radius: 8px;
	padding: 15px;
}




.type01{
pointer-events:none　!important;	
}


.mTitleArea{


	
}

.mTitleModalArea{
	
	width: 100%;
	
	  display: -webkit-flex; /* Safari */
  display: flex;
	
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	
	

}

.mTitleLeft{
	width: 50%;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.mTitleRight{
	
	width: 45%;
	
	 display: -webkit-flex; /* Safari */
  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
	
	-webkit-align-items: center; /* Safari */
  align-items:         center;
		
}

.mTitleModlBt{
	/*max-width: 200px;*/
	width: 49%;
	margin-right: 0px;
}

.mTitleModlBt.max{

max-width: 210px;
}

@media screen and (max-width: 841px) {
	
	.mTitleModalArea{
		  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
	}
	
	.mTitleLeft{
	width: 100%;
}
	
	.mTitleRight{
	
	width: 60%;
		margin-bottom:15px;	
}
	
}



@media screen and (max-width: 640px) {
	
	.mTitleRight{
	
width: 100%;
		margin-bottom:10px;	
}
	
	.mTitleModlBt{
	width: 49%;
}
	
.mTitleLeft{
	padding: 5px;

}	
	
	
.modal-content{
		margin:70px auto 50px auto;
	width: 97%;
	border-radius: 8px;
padding:14px 4px 14px 4px;
}
	
	
	
}



.img100 img{	
	width: 100%;
}










.mTitle{
	font-size: 2em;
	font-weight: 600;
	line-height: 1.9em;
	color: hsla(28,67%,35%,1.00);
	text-align: center;
}

.mTitleModal{

	font-size: 1.6em;
	font-weight: 600;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 5px;
	
}

.mTitle .small{
	font-size: 70%;
	margin-right: 0.5em;
}

.mInfo{
	 display: -webkit-flex; /* Safari */
  display: flex;
	
	  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;

}

.type{
	padding: 6px 10px 6px 10px;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 4px;
	line-height: 0.8em;
	font-size: 0.8em;
	margin: 0 5px 5px 0;
	color: hsla(0,0%,16%,1.00);
}


.infoArea{
	padding: 0px 0px 0px 0px;
	color: hsla(0,0%,100%,1.00);

}




.mFooterArea{
padding:15px 15px 0px 15px;

	
		 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap:         nowrap;
	
 -webkit-justify-content: center; /* Safari */
  justify-content:         center;
	
	-webkit-align-items: center; /* Safari */
  align-items:         center;
	
}

.mTitleModlBt2{

	margin-right: 5px;
	margin-left: 5px;
		
}

.mTitleModlBt3{
	margin-right: 5px;
	margin-left: 5px;
		
}

@media screen and (max-width: 640px) {
	
	.mFooterArea{
padding:15px 0px 0px 0px;

  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
		
		
	
}
	
	.mTitleModlBt2{

	margin: 1px;
		
}

.mTitleModlBt3{
		margin: 1px;
		
}
	
	
	.mTitleModal{

	font-size: 1.4em;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 5px;
	
}
	
	.mInfo{
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;

}
	
}

.cTitle{
	font-size: 150%;
	text-align: center;
	margin: 30px;
	
}






/*info*/

.infoWrapper{
/*	position: relative;*/
	margin: 0 1px 0 1px;
	padding: 20px 20px 0px 20px;

	/*border-radius: 0px 6px 6px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
background-color: #b96a25;
	background-image: -webkit-linear-gradient(270deg,rgba(185,106,37,1.00) 0.35%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(185,106,37,1.00) 0.35%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(185,106,37,1.00) 0.35%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(185,106,37,1.00) 0.35%,rgba(255,255,255,1.00) 100%);
	
	
}

.imageArea{
	position: relative;	
}

.imageArea img{
	width:100%;
}


.infoArea{
	

	
	 display: -webkit-flex; /* Safari */
  display: flex;
	
	 -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
	
	 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	

	
}

.infoArea::after{
  content:"";
  display: block;
  width:32.5%;
}



.infoTitleWrapper{
	
	

	width:100%;
	
	  display: -webkit-flex; /* Safari */
  display: flex;
	
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	
margin-bottom: 
	
}


/*.infoTitle{
	width: 100%;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 6px;
	padding: 10px;
	font-size: 150%;
	line-height: 1.5em;
	color: hsla(199,86%,64%,1.00);
}*/

.infoTitle{
	width: 47%;
	border-radius: 6px;
	padding: 10px;
	font-size: 210%;
	line-height: 46px;
	height: 46px;
	color: hsla(0,0%,100%,1.00);
	/*border: 2px solid hsla(0,0%,100%,1.00);
	background-color: hsla(206,59%,53%,1.00);*/
	;	/*font-weight: 600;*/	/*font-weight: 600;*/
	font-weight: 600;
}



.infoTitleRight{
	
	width: 50%;
	
	
	 display: -webkit-flex; /* Safari */
  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
	
	-webkit-align-items: center; /* Safari */
  align-items:         center;
		
}



.endBtWrapper{
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
	
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	
margin:20px 0px 60px;

}



.endBtWrapper .mTitleModlBt{
	
	max-width:220px;
	margin:1%
}

@media screen and (max-width: 640px) {
	.infoTitle{
	width: 100%;
	}
	
	.infoTitleRight{
	width: 100%;
	margin-top:10px;	
	}
}

.kakomi{
	background-color: hsla(28,64%,36%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding: 1px 4px 0px 4px;
	line-height: 2em;
	margin-right: 0.5em;
	font-size: 90%;
	border-radius: 2px;
}


.infoCard{
	width: 49%;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 6px;
	margin: 10px 0px;
	border: 1px solid #B5967B;
}

.infoCardTitle{
	
	color: hsla(0,0%,100%,1.00);
	padding: 5px 15px;
	height: 2em;
	line-height: 2em;
	border-radius: 4px 6px 0px 0px;
}

.infoCardTitle-a{
	background-color: hsla(124,45%,51%,1.00);
}

.infoCardTitle-b{
	background-color: hsla(0,45%,51%,1.00);
}

.infoCardTitle-c{
	background-color: hsla(258,45%,51%,1.00);
}

.infoCardTitle2{
	color: hsla(30,86%,29%,1.00);
	padding: 15px 10px 0px 10px;
	font-size: 110%;
	line-height: 1.6em;
	font-weight: 700;
}

.infoCardImg{
	padding:10px;
}

.infoCardImg img{
	
	width:100%;
	
}

.infoCardText{
	font-size: 85%;
	line-height: 1.6em;
	padding: 10px;
	color: hsla(0,0%,25%,1.00);
}

.infoCardFooter{
	padding: 10px;
	font-size: 80%;
	color: hsla(0,0%,50%,1.00);	
	line-height: 1.6em;
}

.infoCard a{
	color: hsla(201,44%,52%,1.00);	
}




@media screen and (max-width: 640px) {
.infoCard{
	width: 100%;
	
}	
	
}


#scrollContainer {
    position: relative;
    height: 100%; /* Or whatever you want (e.g. 400px) */
  }



/*bnr*/

.bnrArea{
    
    margin:1.5em 0 1em 0;
    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
   -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.bnrImg{
   margin:0 0.5em; 
}

.bnrImg img{
    width:100%;
}


@media screen and (max-width: 640px) {
    
    .bnrArea{
    
    margin:0.5em 0em 0.5em 0;

}
    
    .bnrImg{
      width: 50%;  
    }
    
}

@media (min-width: 768px) and (max-width: 1000px) {
.pc {
    display: block !important;
}
}

