/*mixin*/




#link_btn_area01{
	position: relative;
	display: block;
}
@media print, screen and (min-width: 1281px) {
#link_btn_area01 #link_btn_img01 a:hover{
	opacity: 0.9;
	left: 8%;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
}
#link_btn_area01 #link_btn_img01 a{
	position: absolute;
	top: 78%;
	left: 7%;
	display: block;
	width: 84%;
	transform: 0.8s;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 1281px) {
.font-01{
	font-size: 24px;
	line-height: 1.8;
	font-weight: 600;
}
.font-02{
	font-size: 18px;
	line-height: 1.8;
}
.font-03{
	font-size: 14px;
	line-height: 1.6;
}
.wi_pc_87_sm_98{
	width: 87%;
	margin: 0 auto;
}
.wi_pc_67_sm_90{
	width: 67%;
	margin: 0 auto;
}
}

@media only screen and (max-width: 1280px) {
.font-01{
	font-size: 22px;
	line-height: 1.8;
	font-weight: 600;
}
.font-02{
	font-size: 16px;
	line-height: 1.8;
}
.font-03{
	font-size: 12px;
	line-height: 1.6;
}
.wi_pc_87_sm_98{
	width: 98%;
	margin: 0 auto;
}
.wi_pc_67_sm_90{
	width: 90%;
	margin: 0 auto;
}
}


@media print, screen and (min-width: 1281px) {
	#main_img{
		/*max-width: 85%;
		min-width: 1000px;*/
		width: 100%;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
		background-image: url("../images/main_bg.jpg");
		background-size: contain;
		background-repeat: repeat-x;
	}
	#main_img_in{
		max-width: 1200px;
		min-width: 1000px;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
	}
	#main_img img{
		width: 100%;
		height: auto;
	}
	#main_img_in img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1280px) {
	#main_img{
		width: 100%;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
		background-image: url("../images/main_bg.jpg");
		background-size: contain;
		background-repeat: repeat-x;
	}
	#main_img_in{
		width: 100%;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
	}
	#main_img img{
		width: 100%;
		height: auto;
	}
	#main_img_in img{
		width: 100%;
		height: auto;
	}
}
#main_img_area{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media print, screen and (min-width: 1281px) {
#main_img_area{
	margin: 0px auto;
	width: 1000px;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
}
@media only screen and (max-width: 1280px) {
#main_img_area{
	margin: 0px auto;
	width: 100%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
}
#main_img_area img{
	width: 100%;
	height: auto;
}


.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.yura {
  animation: yurayura 3s linear infinite;
}


/*@media print, screen and (min-width: 1281px) {	
.sidebox {  
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  width: 200px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  }
}
@media only screen and (max-width: 1280px) {
.sidebox {
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  margin: 0px auto;
  position: fixed;
  bottom: 0px;
  left: -50%;
  right: -50%;
  background-image: url("../images/bt_bg.png");
  }
}*/
.sidebox {
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  margin: 0px auto;
  position: fixed;
  bottom: 0px;
  left: -50%;
  right: -50%;
  background-image: url("../images/bt_bg.png");
}
@media print, screen and (min-width: 1281px) {
	.sidebox {
		padding: 15px 0 15px 0;
	}
}
@media only screen and (max-width: 1280px) {
	.sidebox {
		padding: 5px 0 5px 0;
	}
}
.sidebox .sidemenu_in {
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .sidebox .sidemenu_in {
    /*width: 1100px;*/
	width: 980px;
	margin: 0 auto;
  }
}
@media only screen and (max-width: 1280px) {
  .sidebox .sidemenu_in {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
.sidebox .smenu01 a {
  display: block;
  float: none;
  width: 100%;
	
	position: relative;
	overflow: hidden!important;
}
.sidebox .smenu01 a:hover{
	opacity: 0.8;
}
}
@media only screen and (max-width: 1280px) {
.sidebox .smenu01 a {
  display: block;
  /*float: left;
  width: 25%;*/
	width: 100%;
	
}
/*.sidebox .smenu01 a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}*/
}
.sidebox .smenu02 a {
  display: block;
  float: right;
  width: 50%;
}
.sidebox a img {
  width: 100%;
  height: auto;
}





/*------------------------------------------------

  youtube style

------------------------------------------------*/
.youtubeStyle {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .youtubeStyle {
    width: 100%;
  }
}

.youtubeStyle iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup-iframe {
  vertical-align: bottom;
}
.popup-iframe img {
  width: 100%;
  vertical-align: bottom;
}

.youtubeStyle .video-js {
  margin: 0 auto !important;
}

.accessGoogle {
  width: 100%;
  height: 566px;
}

#mv_area{
	width: 100%;
	height: auto;
	background-color: #000000!important;
	/*background-image: url("../images/img_30.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;*/
	padding: 25px 0px;
}
#mv_area #mv_area_in{
	width: 90%;
	height: auto;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#mv_area #mv_area_in iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mv_area #mv_area_in01{
	width: 90%;
	height: auto;
	margin: 0px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#mv_area #mv_area_in01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.btn a{
	width: 100%!important;
	height: auto!important;
	display: block!important;
	font-size: 0px!important;
	line-height: 0px!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.btn_thr{
	width: 100%!important;
	height: auto!important;
	background-color: #FFFFFF;
	/*background-repeat: no-repeat!important;
	background-size: cover!important;*/
}
.btn_thr .thr_btn a{
	float: left!important;
	width: 33%!important;
	height: auto!important;
	display: block!important;
	font-size: 0px!important;
	line-height: 0px!important;
}
.btn_thr .thr_btn a img{
	width: 100%;
	height: auto;
}

.btn_thr .thr_btn_ti{
	float: left!important;
	width: 33%!important;
	height: auto!important;
	display: block!important;
	font-size: 0px!important;
	line-height: 0px!important;
}
.btn_thr .thr_btn_ti img{
	width: 100%;
	height: auto;
}

.btn_tw{
	width: 100%!important;
	height: auto!important;
	/*background-color: #FFFFFF;
	background-repeat: no-repeat!important;
	background-size: cover!important;*/
}
.btn_tw .tw_btn a{
	/*float: left!important;
	margin: 10px 2%;*/
	
	margin: 10px auto;
	
	width: 46%!important;
	height: auto!important;
	display: block!important;
	font-size: 0px!important;
	line-height: 0px!important;
	
}
.btn_tw .tw_btn a img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1281px) {
.btn a img:hover{
	opacity: 0.8;
}
.btn_thr .thr_btn a:hover{
	opacity: 0.8;
}
.btn_tw .tw_btn a:hover{
	opacity: 0.8;
}
}
.btn a img{
	width: 100%!important;
	height: auto!important;
}
#bg_01{
	/*background-color: #FFFFFF!important;*/
	background-image: url("../images/img_03.jpg")!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#bg_02{
	background-color: #FFFFFF;
	/*background-image: url("../images/img_12.jpg")!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;*/
}
#bg_03{
	background-color: #FFFFFF;
	/*background-image: url("../images/img_12.jpg")!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;*/
}
#bg_04{
	/*background-color: #FFFFFF!important;*/
}
#bg_05{
	/*display: block;*/
}
#bg_06{
	display: block;
}
#bg_07{
	display: block;
}
#bg_08{
	background-color: #FFFFFF!important;
}





@media print, screen and (min-width: 1281px) {
.btn_area{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 40px 0px 40px;
	background-color: #e50012;
}
.btn_area .link_btn a{
	display: block;
	width: 738px;
	height: auto;
	margin: 0px auto;
	font-size: 0px;
	line-height: 0px;
}
.btn_area .link_btn a:hover{
	opacity: 0.8;
}
.btn_area .link_btn a img{
	width: 100%;
	height: auto;
}

.btn_area ul.two_btn{
	width: 962px;
	height: auto;
	margin: 0px auto;
}
.btn_area ul.two_btn li a{
	display: block;
	float: left;
	width: 471px;
	height: auto;
	margin: 0px 5px 0px 5px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul.two_btn li a:hover{
	opacity: 0.8;
}
.btn_area ul.two_btn li img{
	width: 100%;
	height: auto;
}

.btn_area ul.thr_btn{
	width: 999px;
	height: auto;
	margin: 0px auto;
}
.btn_area ul.thr_btn li a{
	display: block;
	float: left;
	width: 329px;
	height: auto;
	margin: 0px 2px 0px 2px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul.thr_btn li a:hover{
	opacity: 0.8;
}
.btn_area ul.thr_btn li img{
	width: 100%;
	height: auto;
}	
	
	
.btn_area ul{
	width: 855px;
	height: auto;
	margin: 0px auto;
}
.btn_area ul li{
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li img{
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 1280px) {
.btn_area{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 40px;
	background-color: #e50012;
}
.btn_area .link_btn a{
	display: block;
	width: 78%;
	height: auto;
	margin: 0px auto;
	font-size: 0px;
	line-height: 0px;
}
.btn_area .link_btn a img{
	width: 100%;
	height: auto;
}

.btn_area ul.two_btn{
	width: 98%;
	height: auto;
	margin: 0px auto;
}
.btn_area ul.two_btn li a{
	display: block;
	float: left;
	width: 48%;
	height: auto;
	margin: 0px 1%;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul.two_btn li img{
	width: 100%;
	height: auto;
}

.btn_area ul.thr_btn{
	width: 98%;
	height: auto;
	margin: 0px auto;
}
.btn_area ul.thr_btn li a{
	display: block;
	float: left;
	width: 31%;
	height: auto;
	margin: 0px 1% 0px 1%;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul.thr_btn li a:hover{
	opacity: 0.8;
}
.btn_area ul.thr_btn li img{
	width: 100%;
	height: auto;
}	

.btn_area ul{
	width: 95%;
	height: auto;
	margin: 0px auto;
}
.btn_area ul li{
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li img{
	width: 100%;
	height: auto;
}
}
/*@media print, screen and (min-width: 1281px) {
.btn_area{
	background-color: #e16a0e;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 80px 0px 70px;
}
.btn_area ul{
	width: 800px;
	height: auto;
	margin: 0px auto;
}
.btn_area ul li{
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li.two_btn01{
	float: left;
	width: 50%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li img{
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 1280px) {
.btn_area{
	background-color: #e16a0e;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 40px;
}
.btn_area ul{
	width: 95%;
	height: auto;
	margin: 0px auto;
}
.btn_area ul li{
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li.two_btn01{
	float: left;
	width: 50%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
.btn_area ul li img{
	width: 100%;
	height: auto;
}
}*/
@media print, screen and (min-width: 1281px) {
	#movie-area{
		width: 1000px;
		height: auto;
		padding: 30px 0px;
		background-image: url("../images/img_02.jpg");
		background-size: contain;
	}

	#movie-area #movie-area_in{
		width: 820px;
		height: auto;
		margin: 0px auto;
	}
}
@media only screen and (max-width: 1280px) {
	#movie-area{
		width: 100%;
		height: auto;
		padding: 30px 0px;
		background-image: url("../images/img_02.jpg");
		background-size: contain;
	}

	#movie-area #movie-area_in{
		width: 86%;
		height: auto;
		margin: 0px auto;
	}
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
body{
	width: 100%;
	height: 100%;
}
/*@media print, screen and (min-width: 769px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}*/
/*@media (min-width: 768px) {
    body {
        min-width: 1000px;
    }
}
@media print, screen and (min-width: 1281px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}*/
@media print, screen and (min-width: 1281px) {
.sidemenu {
  /*position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;*/
  width: 1000px;
  margin: 0px auto;
  position: fixed;
  bottom: 0px;
  left: -50%;
  right: -50%;
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
}
@media only screen and (max-width: 1280px) {
.sidemenu {
  width: 80%;
  margin: 0px auto;
  position: fixed;
  bottom: 0px;
  left: -50%;
  right: -50%;
  z-index: 100;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
}
@media print, screen and (min-width: 1281px) {
  .sidemenu {
    /*width: 150px;*/
  }
  .sidemenu .smenu01 a{
	width: 100%;
  }
  .sidemenu .smenu02 a{
	width: 150px;
  }
  .sidemenu a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .sidemenu {
    width: 80%;
	margin: 0px auto;
  }
  .sidemenu .smenu01 a{
    /*float: left;
	width: 31%;
	width: 23%;*/
	width: 100%;
	margin: 0px 1%;
  }
  .sidemenu .smenu02 a{
	float: right;
	width: 50%;
  }
}
.sidemenu a img {
  width: 100%;
  height: auto;
}

#fbana{
	width: 100%;
	height: auto;
	text-align: center;
}
.fixed {
  position: fixed;
  /*top: 0;*/
  bottom:0;
  z-index: 1000;
}
.col_white {
  color: #FFFFFF;
}

@media print, screen and (min-width: 1281px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .mid {
    margin-bottom: 27px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .mid {
    margin-bottom: 15px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .sm-mid {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .sm-mid {
    margin-bottom: 15px !important;
  }
}


@media print, screen and (min-width: 1281px) {
  .mid_spbt {
    margin-bottom: 130px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .mid_spbt {
    margin-bottom: 105px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
.pc-sm-und01{
	margin-bottom: 185px !important;
}
}
@media only screen and (max-width: 768px) {
.pc-sm-und01{
	margin-bottom: 95px !important;
}
}




@media print, screen and (min-width: 1281px) {
  .spund {
    margin-bottom: 105px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .spund {
    margin-bottom: 85px !important;
  }
}






/*#header_area {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	background: url("../images/bt_bg.png") repeat;
	display: none;
}
#header_area #header_area_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in {
    width: 940px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in {
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_left_area {
    float: left;
    width: auto;
    height: 80px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_left_area img {
    width: auto;
    height: 100%;
  }
  #header_area #header_area_in #header_left_area01 {
    float: right;
    width: auto;
    height: 80px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_left_area01 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_left_area {
    float: left;
    width: auto;
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_left_area img {
    width: auto;
    height: 100%;
  }
  #header_area #header_area_in #header_left_area01 {
    float: right;
    width: auto;
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_left_area01 img {
    width: auto;
    height: 100%;
  }
}
#header_area #header_area_in #hd_bana {
  float: right;
  padding: 40px 0px 10px 0px;
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #hd_bana {
    display: none;
  }
}
#header_area #header_area_in #header_right_area {
  float: right;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area {
    width: 198px;
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area {
    width: 18%;
    margin: 30px 0px 0px 0px;
  }
}
#header_area #header_area_in #header_right_area img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area img:hover {
    opacity: 0.8;
  }
}*/

@media print, screen and (min-width: 1281px) {
  .toppage_subbtn {
    width: 350px;
    height: auto;
    font-size: 0;
    line-height: 0;
    margin: 0px auto;
  }
  .toppage_subbtn img {
    width: 100%;
    height: auto;
  }
  .toppage_subbtn img:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .toppage_subbtn {
    width: 65%;
    height: auto;
    font-size: 0;
    line-height: 0;
    margin: 0px auto;
  }
  .toppage_subbtn img {
    width: 100%;
    height: auto;
  }
  .toppage_subbtn img:hover {
    opacity: 1;
  }
}

.tast_area {
  background-color: #0B3784;
  color: #FFFFFF !important;
}
@media print, screen and (min-width: 1281px) {
  .tast_area {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .tast_area {
    padding: 30px 0 10px 0;
  }
}

.box_area {
  height: auto;
  margin: 0px auto;
}
@media only screen and (max-width: 1280px) {
}

.box_area.v2_info {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 5px #c0eadb;
    position: relative;
    z-index: 100;
}
.v2_info_ph{
    font-size: 0px;
    line-height: 0px;
}
.v2_info_ph img{
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 1281px) {
.box_area.v2_info {
    padding-top: 22px;
    padding-bottom: 28px;
}
.v2_info_ph{
    position: absolute;
    right: -8%;
    bottom: 6%;
    width: 32%;
}
}
@media only screen and (max-width: 1280px) {
.box_area.v2_info {
    width: 90%;
    padding: 18px 2% 18px;
    /*padding-top: 18px;
    padding-bottom: 23px;*/
}
.v2_info_ph{
    /*position: absolute;
    right: 19%;
    bottom: -12%;*/
    width: 62%;
    margin: 16px auto -80px;/**/
}
}
@media print, screen and (min-width: 1281px) {
  .box_area {
    width: 1000px;
    font-size: 14px !important;
    line-height: 26px !important;
	margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
  }
}

@media print, screen and (min-width: 1281px) {
  .box_area .hansha_list {
    width: 80%;
    height: auto;
    margin: 0px auto;
  }
  .box_area .hansha_list .han_ti {
    font-size: 18px;
    display: block;
    width: 96%;
    padding-left: 2%;
    border-left: 2px solid #c71444;
    line-height: 20px;
    font-weight: 500;
    /*color: #494949;*/
    color: #FFFFFF !important;
    margin-bottom: 15px;
  }
  .box_area .hansha_list .han_btn {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
  }
  .box_area .hansha_list .han_btn .square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    /*color: #668ad8;*/
    color: #FFFFFF !important;
    border: solid 2px #668ad8;
    border-radius: 3px;
    transition: .4s;
  }
  .box_area .hansha_list .han_btn .square_btn:hover {
    background: #668ad8;
    color: white;
  }
  .box_area .hansha_list .hansha_left {
    float: left;
    width: 45%;
    height: auto;
    padding: 30px 0px;
    border-bottom: #D1D1D1 1px dashed;
    margin-bottom: 20px;
  }
  .box_area .hansha_list .hansha_right {
    float: right;
    width: 45%;
    height: auto;
    padding: 30px 0px;
    border-bottom: #D1D1D1 1px dashed;
    margin-bottom: 20px;
  }
  .box_area .hansha_list .shop_area a {
    float: left;
    width: 31%;
    height: 140px;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 20px;
    padding: 20px 1%;
    text-decoration: none !important;
  }
  .box_area .hansha_list .shop_area a:first-child {
    border-left: 1px solid #E7E7E7;
  }
  .box_area .hansha_list .shop_area a .shop_ti {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    /*color: #494949;*/
    color: #FFFFFF !important;
    margin-bottom: 15px;
  }
  .box_area .hansha_list .shop_area a .shop_ad {
    font-size: 15px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 200;
    /*color: #2D2D2D;*/
    color: #FFFFFF !important;
    margin-bottom: 10px;
  }
  .box_area .hansha_list .shop_area a .shop_tl {
    font-size: 15px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 200;
    /*color: #2D2D2D;*/
    color: #FFFFFF !important;
    margin-bottom: 10px;
  }
  .box_area .hansha_list .shop_area a .shop_btn {
    margin: 20px auto 10px;
    width: 80%;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .hansha_list .shop_area a .shop_btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .hansha_list {
    width: 96%;
    height: auto;
    margin: 0px auto;
  }
  .box_area .hansha_list .han_ti {
    font-size: 14px;
    display: block;
    width: 96%;
    padding-left: 2%;
    border-left: 2px solid #c71444;
    line-height: 20px;
    font-weight: 500;
    /*color: #494949;*/
    color: #FFFFFF !important;
    margin-bottom: 15px;
  }
  .box_area .hansha_list .han_btn {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
  }
  .box_area .hansha_list .han_btn .square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    /*color: #668ad8;*/
    color: #FFFFFF !important;
    border: solid 2px #668ad8;
    border-radius: 3px;
    transition: .4s;
  }
  .box_area .hansha_list .han_btn .square_btn:hover {
    background: #668ad8;
    color: white;
  }
  .box_area .hansha_list .hansha_left {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border-bottom: #D1D1D1 1px dashed;
    margin-bottom: 20px;
  }
  .box_area .hansha_list .hansha_right {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border-bottom: #D1D1D1 1px dashed;
    margin-bottom: 20px;
  }
  .box_area .hansha_list .shop_area a {
    display: block;
    float: none;
    width: 98%;
    height: auto;
    border-bottom: 1px dashed #7F7F7F;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 1%;
    text-decoration: none !important;
  }
  .box_area .hansha_list .shop_area a .shop_ti {
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    /*color: #494949;*/
    color: #FFFFFF !important;
    margin-bottom: 15px;
  }
  .box_area .hansha_list .shop_area a .shop_ad {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 200;
    /*color: #2D2D2D;*/
    color: #FFFFFF !important;
    margin-bottom: 10px;
  }
  .box_area .hansha_list .shop_area a .shop_tl {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 200;
    /*color: #2D2D2D;*/
    color: #FFFFFF !important;
    margin-bottom: 10px;
  }
  .box_area .hansha_list .shop_area a .shop_btn {
    margin: 20px auto 10px;
    width: 80%;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .hansha_list .shop_area a .shop_btn img {
    width: 100%;
    height: auto;
  }
}
.box_area .form_check_ti {
  height: auto;
  margin: 0px auto;
  font-weight: bold;
  text-align: center;
  border-top: #B0B0B0 solid 1px;
  border-bottom: #B0B0B0 solid 1px;
}
@media print, screen and (min-width: 1281px) {
  .box_area .form_check_ti {
    width: 90%;
    padding: 20px 0px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .form_check_ti {
    width: 85%;
    padding: 10px 0px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .works_area {
    float: left;
    width: 460px;
    height: auto;
    padding: 10px;
    margin: 0px 10px;
    border-bottom: #C5BEBF dotted 1px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .box_area .works_area {
    float: none;
    width: 96%;
    height: auto;
    padding: 2%;
    margin: 0px auto;
    border-bottom: #C5BEBF dotted 1px;
  }
}

@media print, screen and (min-width: 1281px) {
  .box_area .works_area .work_d {
    width: 120px;
    height: 70px;
    float: left;
    background: #1974D4;
    text-align: center;
    color: #fff;
    margin-right: 10px;
  }
  .box_area .works_area .work_d p {
    font-size: 17px;
    padding-top: 10px;
    line-height: 25px;
  }
  .box_area .works_area .work_d p span {
    font-size: 20px;
    padding: 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .works_area .work_d {
    width: 20%;
    height: 60;
    float: left;
    background: #1974D4;
    text-align: center;
    color: #fff;
    margin-right: 10px;
  }
  .box_area .works_area .work_d p {
    font-size: 12px;
    padding-top: 10px;
    line-height: 25px;
  }
  .box_area .works_area .work_d p span {
    font-size: 14px;
    padding: 0 2px;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .works_area .works_left {
    float: right;
    width: 80px;
    height: auto;
    padding-top: 10px;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .works_area .works_left img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .works_area .works_left {
    float: right;
    width: 18%;
    height: auto;
    padding-top: 0px;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .works_area .works_left img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .works_area .works_right {
    float: left;
    width: 230px;
    height: auto;
    font-size: 24px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .works_area .works_right {
    float: left;
    width: 50%;
    height: auto;
    font-size: 20px !important;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .works_area .link_pg {
    float: right;
    display: block;
    width: 90px;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .works_area .link_pg img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .works_area .link_pg {
    float: right;
    display: block;
    width: 90px;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .works_area .link_pg img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area #cmo {
    width: 732px;
    height: auto;
    margin: 0px auto 50px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area #cmo {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area #cmo_move {
    width: 640px;
    height: auto;
    margin: 0 auto;
    border: #FFFFFF 1px solid;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area #cmo_move {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area #cmo_move_sm {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area #cmo_move_sm {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    /*border:#FFFFFF 1px solid;*/
  }
  .box_area #cmo_move_sm img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .left_box {
    width: 48%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .left_box {
    width: 100%;
    height: auto;
    float: none;
    font-size: 12px;
    line-height: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .right_box {
    width: 48%;
    height: auto;
    float: right;
    font-size: 0;
    line-height: 0;
  }
  .box_area .right_box img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .right_box {
    width: 100%;
    height: auto;
    float: none;
    font-size: 0;
    line-height: 0;
  }
  .box_area .right_box img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area table.table {
    border-collapse: collapse;
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
  }
  .box_area table.table th {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 20% !important;
    color: #c71444;
  }
  .box_area table.table td {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area table.table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto;
    font-size: 10px;
  }
  .box_area table.table th {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 30% !important;
    color: #c71444;
  }
  .box_area table.table td {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .inbox {
    width: 60%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .inbox {
    width: 70%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .form_area {
    width: 964px;
    height: auto;
    margin: 0px auto;
  }
  .box_area .form_area.bo {
    border: 1px solid #c7c7c7;
  }
  .box_area .form_area section table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .box_area .form_area section table .fup {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .box_area .form_area section table .data01 th {
    /*width: 98%; text-align: left; display: block; font-weight: bold;*/
    width: 240px;
    height: auto;
    text-align: left;
    background: #e0e0e0;
    padding: 9px 9px 9px 17px;
    border-bottom: 1px solid #c7c7c7;
    color: #666;
    font-size: 16px;
  }
  .box_area .form_area section table th {
    /*padding: 5px 1%; border-bottom: 1px dotted #262626; background-color: #FFFFFF; width: 98%; display: block; font-weight: bold;*/
    width: 240px;
    height: auto;
    text-align: left;
    background: #e0e0e0;
    padding: 9px 9px 9px 17px;
    border-bottom: 1px solid #c7c7c7;
    font-size: 16px;
  }
  .box_area .form_area section table td {
    /*padding: 5px 1%; border-bottom: 1px solid #FFFFFF; width:98%; text-align:left; background-color:#FFFFFF; width: 96%; display: block;*/
    /*width: 660px;*/
    width: 656px;
    height: auto;
    border-bottom: 1px solid #c7c7c7;
    padding: 9px 19px 9px 17px;
    background: #f4f4f4;
    color: #333;
    font-size: 16px;
  }
  .box_area .form_area section table td .form_img {
    width: 300px;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .form_area section table td .form_img img {
    width: 100%;
    height: auto;
  }
  .box_area .form_area section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .box_area .form_area section table td #security_poricy_com {
    width: 710px;
    height: 260px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .box_area .form_area section table td #security_poricy_btn {
    text-align: center;
  }
  .box_area .form_area #infonation_send_btn {
    /*width:60%;*/
    width: 300px;
    height: auto;
    margin: 20px auto 20px auto;
  }
  .box_area .form_area #infonation_send_btn input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
    color: #FFFFFF;
    background: #c71444;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #c71444;
  }
  .box_area .form_area #infonation_send_btn_main {
    width: 466px;
    height: 89px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .form_area {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .box_area .form_area section table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .box_area .form_area section table .fup {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .box_area .form_area section table .data01 th {
    width: 98%;
    text-align: left;
    display: block;
    font-weight: bold;
  }
  .box_area .form_area section table th {
    padding: 0px 1%;
    /*border-bottom: 1px dotted #262626; background-color: #FFFFFF;*/
    background-color: #F4F4F4;
    width: 98%;
    display: block;
    font-weight: bold;
  }
  .box_area .form_area section table td {
    padding: 0px 1% 5px 1%;
    /*border-bottom: 1px solid #FFFFFF;*/
    width: 98%;
    text-align: left;
    background-color: #FFFFFF;
    width: 96%;
    display: block;
  }
  .box_area .form_area section table td .form_img {
    width: 300px;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
  .box_area .form_area section table td .form_img img {
    width: 100%;
    height: auto;
  }
  .box_area .form_area section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .box_area .form_area section table td #security_poricy_com {
    width: 80%;
    height: 360px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
  .box_area .form_area section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .box_area .form_area section table td #security_poricy_btn {
    text-align: center;
  }
  .box_area .form_area #infonation_send_btn {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
  }
  .box_area .form_area #infonation_send_btn input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #c71444;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
  .box_area .form_area #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #c71444;
  }
  .box_area .form_area #infonation_send_btn_main {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
  .box_area .form_area #infonation_send_btn_main img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .img01 {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .box_area .img01 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .img01 {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .box_area .img01 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .img01_sub {
    width: 1000px;
    height: auto;
    font-size: 0px;
    line-height: 0px;
    margin: 0px auto;
  }
  .box_area .img01_sub img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .img01_sub {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .box_area .img01_sub img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 1281px) {
  .box_area .img01_sub01 {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
    margin: 0px auto;
  }
  .box_area .img01_sub01 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .img01_sub01 {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .box_area .img01_sub01 img {
    width: 100%;
    height: auto;
  }
}


@media print, screen and (min-width: 1281px) {
  .box_area #event_area {
    width: 1000px;
    height: auto;
    margin: 0px auto;
  }
  .box_area #event_area .event_list {
    float: left;
    width: 470px;
    height: auto;
    font-size: 0;
    line-height: 0;
    margin: 0px 0px 15px 20px;
  }
  .box_area #event_area .event_list img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area #event_area {
    width: 98%;
    height: auto;
    margin: 0px auto;
  }
  .box_area #event_area .event_list {
    float: none;
    width: 90%;
    height: auto;
    font-size: 0;
    line-height: 0;
    margin: 0px auto 15px auto;
  }
  .box_area #event_area .event_list img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .com02 {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .com02 {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .com02_sub {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .com02_sub {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
.box_area .com03 {
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  .box_area .com03 {
    font-size: 16px;
    line-height: 22px;
    width: 70%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .com03 {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .box_area .top_movie_area {
    width: 60%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
  }
  .box_area .top_movie_area .top_movie {
    position: relative;
    width: 98%;
    height: auto;
    padding-top: 56.25%;
    margin: 0px auto 0px auto;
  }
  .box_area .top_movie_area .top_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .top_movie_area {
    width: 90%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
  }
  .box_area .top_movie_area .top_movie {
    position: relative;
    width: 98%;
    height: auto;
    padding-top: 56.25%;
    margin: 0px auto 25px auto;
  }
  .box_area .top_movie_area .top_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.box_area .mini_block {
  height: auto;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: solid 1px #AAD3FF;
}
@media print, screen and (min-width: 1281px) {
  .box_area .mini_block {
    width: 40%;
    padding: 5%;
  }
}
@media only screen and (max-width: 1280px) {
  .box_area .mini_block {
    width: 90%;
    padding: 1%;
  }
}
.box_area .mini_block .textcn {
  text-align: center;
}

@media print, screen and (min-width: 1281px) {
  .copy {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0px auto;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  .copy {
    width: 100%;
    height: 230px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0px auto;
    background-color: #FFFFFF;
  }
}

#main {
  width: 100%;
  height: auto;
}
#main header#hd {
  width: 100%;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd {
    /*position: fixed;*/
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 9999;
    height: auto;
    padding: 30px 0px;
    border-top: 5px #cb2551 solid;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd {
    height: auto;
    padding: 10px 0px 0px 0px;
    position: absolute;
    top: -380px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
    background: #FFFFFF;
  }
  #main header#hd:target {
    top: 0px;
  }
}
#main header#hd .header_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in {
    border-bottom: none;
  }
}
#main header#hd .header_in .hd_left {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_left {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_left #hd_logo01 {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_left #hd_logo01 {
    z-index: 10;
    position: absolute;
    top: -30px;
    left: 0px;
    float: left;
    width: 84px !important;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_left #hd_logo01 {
    display: none;
  }
}
#main header#hd .header_in .hd_left #hd_logo01 img {
  width: 100%;
  height: auto;
}
#main header#hd .header_in .hd_left #hd_logo02 {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_left #hd_logo02 {
    float: left;
    width: 238px;
    height: auto;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_left #hd_logo02 {
    display: none;
  }
}
#main header#hd .header_in .hd_left #hd_logo02 img {
  width: 100%;
  height: auto;
}
#main header#hd .header_in .hd_left ul li {
  display: block;
}
#main header#hd .header_in .hd_left ul li:first-child {
  border-right: 0px solid #FFFFFF;
}
#main header#hd .header_in .hd_left ul li a {
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #13b5b1;
  text-decoration: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_left ul li a {
    float: left !important;
    width: 185px;
    height: 39px;
    font-size: 15px;
    line-height: 39px;
    border-left: 2px solid #FFFFFF;
  }
  #main header#hd .header_in .hd_left ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_left ul li a {
    float: none !important;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 0px solid #FFFFFF;
  }
}
#main header#hd .header_in .hd_right {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right {
    float: right;
    width: 55%;
    margin: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00 {
  display: block;
  color: #f39700;
  /*color: #1D7FDB;*/
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #f39700 solid !important;
  /*border:1px #1D7FDB solid!important;*/
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right ol li a.btn00 {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right ol li a.btn00 {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00_a {
  display: block;
  color: #EB4CBD;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #EB4CBD solid !important;
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00_a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon02.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right ol li a.btn00_a {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00_a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right ol li a.btn00_a {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00_b {
  display: block;
  color: #43E181;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #43E181 solid !important;
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00_b:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon03.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right ol li a.btn00_b {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00_b:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right ol li a.btn00_b {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn_ic {
  float: left !important;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right ol li a.btn_ic {
    /*width: 36px;*/
    height: 36px;
    font-size: 0px;
    line-height: 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic:hover {
    opacity: 0.8;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri01 {
    margin-left: 0px !important;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri02 {
    margin-left: 1% !important;
    margin-right: 2% !important;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right ol li a.btn_ic {
    width: 8%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 25px;
    font-size: 0px;
    line-height: 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri01 {
    margin-left: 40%;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri02 {
    margin-left: 2%;
    margin-right: 38%;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic img {
    width: 100%;
    height: auto;
  }
}
#main header#hd .header_in .hd_right ol li a.btn01 {
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #cb2551;
  text-decoration: none !important;
  font-weight: 600;
  float: left !important;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right ol li a.btn01 {
    /*width: 170px;*/
    width: 30%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    margin-right: 2%;
  }
  #main header#hd .header_in .hd_right ol li a.btn01:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right ol li a.btn01 {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 0px solid #FFFFFF;
  }
}
#main header#hd .header_in .hd_right_sub {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right_sub {
    float: right;
    width: 70%;
    margin: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right_sub {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_right_sub ol li a.btn02 {
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
}
@media print, screen and (min-width: 1281px) {
  #main header#hd .header_in .hd_right_sub ol li a.btn02 {
    float: left;
    width: 20%;
    height: 62px;
    padding: 0px 0px 0px 0%;
    overflow: hidden;
    display: block;
    color: #000000 !important;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 62px;
    text-align: center;
    text-decoration: none !important;
  }
  #main header#hd .header_in .hd_right_sub ol li a.btn02:hover {
    opacity: 0.8;
    color: #B30B35 !important;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd .header_in .hd_right_sub ol li a.btn02 {
    float: none;
    width: 100%;
    padding: 0px 0px 0px 0%;
    display: block;
    color: #000000 !important;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    border-top: 1px #9F9F9F solid;
  }
}
@media print, screen and (min-width: 1281px) {
  #main header#hd #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #main header#hd #nav-close a {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px 0;
    border-bottom: #B4B0B0 1px solid;
    color: #FFFFFF;
    background: #4F4D4D;
    text-decoration: none;
    margin-top: 0px;
  }
}
#main .main_img {
  margin: 0px auto;
  height: auto;
  background-color: #00b830;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #main .main_img {
    width: 1000px;
  }
}
@media only screen and (max-width: 1280px) {
  #main .main_img {
    width: 98%;
  }
}
#main .main_img img {
  width: 100%;
  height: auto;
}

#contents > div {
  min-width: 960px;
  background: no-repeat 50% 0 fixed;
  margin: 0 auto;
  position: relative;
}

.cate_nc {
  display: block;
  background: #0F72CD;
  color: #FFFFFF;
  text-align: center;
  height: auto;
  font-weight: 500;
  margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
  .cate_nc {
    width: 200px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .cate_nc {
    width: 70%;
    font-size: 18px;
    line-height: 25px;
  }
}

.cate_oc {
  display: block;
  background: #0EAC51;
  color: #FFFFFF;
  text-align: center;
  height: auto;
  font-weight: 500;
  margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
  .cate_oc {
    width: 200px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .cate_oc {
    width: 70%;
    font-size: 18px;
    line-height: 25px;
  }
}

h2 {
  display: block;
  background: #E9096B;
  text-align: center;
  height: auto;
  font-weight: 500;
  width: 100%;
}
@media print, screen and (min-width: 1281px) {
  h2 {
    font-size: 30px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 26px;
    line-height: 80px;
  }
}
h2.ti01 {
  color: #000000;
  /*background: #f39700;*/
  background: #FFFFFF;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti02 {
  color: #FFFFFF;
  background: #EB4CBD;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti03 {
  color: #FFFFFF;
  background: #43E181;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}

.contents {
  height: auto;
  width: 100%;
}
.contents h2 {
  text-align: center;
  height: auto;
  font-weight: 500;
}
@media print, screen and (min-width: 1281px) {
  .contents h2 {
    font-size: 49px;
    line-height: 49px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.contents p.com_ct {
  text-align: center;
  height: auto;
  font-weight: 200;
}
@media print, screen and (min-width: 1281px) {
  .contents p.com_ct {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents p.com_ct {
    width: 96%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents p.com_ct01 {
  text-align: center;
  height: auto;
  font-weight: 600;
}
@media print, screen and (min-width: 1281px) {
  .contents p.com_ct01 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents p.com_ct01 {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
  }
}
.contents p.com_ct_sub {
  text-align: center;
  height: auto;
  font-weight: 100;
}
@media print, screen and (min-width: 1281px) {
  .contents p.com_ct_sub {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents p.com_ct_sub {
    width: 96%;
    margin: 0 auto;
    font-size: 11px;
    line-height: 22px;
  }
}
.contents .box_in {
  background-color: #FFFFFF;
  margin: 0px auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in {
    padding: 25px 50px;
    width: 900px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in {
    padding: 20px 1%;
    width: 96%;
    height: auto;
  }
}
.contents .box_in .img_ct98 {
  width: 98%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct98 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct60 {
  width: 60%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct60 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct70 {
  width: 70%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct70 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct100 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct100 img {
  width: 100%;
  height: auto;
}
.contents .box_in h3 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 600;
  background-color: #f39700;
  /*background-color: #1D7FDB;*/
  color: #FFFFFF;
  border-radius: 10px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h3 {
    /*width: 250px;*/
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h3 {
    width: 98%;
    font-size: 16px;
    line-height: 32px;
    margin: 0px auto 16px auto;
  }
}
.contents .box_in h4 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: #F356AE 1px solid;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h4 {
    width: 98%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h4 {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto 16px auto;
  }
}
.contents .box_in h4.sho01 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #CB1518;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h4.sho01 {
    width: 75%;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h4.sho01 {
    width: 98%;
    font-size: 14px;
    line-height: 30px;
    margin: 0px auto 16px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h4.sho01 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h4.sho01 span {
    font-size: 10px;
  }
}
.contents .box_in h4.sho02 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #0B33CF;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h4.sho02 {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h4.sho02 {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto 16px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in h4.sho02 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in h4.sho02 span {
    font-size: 10px;
  }
}
.contents .box_in .com_le {
  text-align: left;
  height: auto;
  font-weight: 600;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .com_le {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .com_le {
    width: 96%;
    font-size: 20px;
    line-height: 26px;
  }
}
.contents .box_in .com_le01 {
  text-align: left;
  height: auto;
  font-weight: 200;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .com_le01 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .com_le01 {
    width: 96%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi70 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .img_wi70 {
    width: 70%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .img_wi70 {
    width: 70%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi70 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi80 {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .img_wi80 {
    width: 80%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .img_wi80 {
    width: 80%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi80 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi90 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .img_wi90 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .img_wi90 {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi90 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi100 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .img_wi100 {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .img_wi100 {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi100 img {
  width: 100%;
  height: auto;
}
.contents .box_in .shohin_area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .shohin_area {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .shohin_area {
    width: 85%;
  }
}
.contents .box_in .shohin_area .shohin_left {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .shohin_area .shohin_left {
    float: left;
    width: 55%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .shohin_area .shohin_left {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
}
.contents .box_in .shohin_area .shohin_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .shohin_area .shohin_right {
    float: right;
    width: 43%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .shohin_area .shohin_right {
    float: none;
    width: 98%;
    margin: 0px auto;
  }
}
.contents .box_in .shohin_area .shohin_right img {
  width: 100%;
  height: auto;
}
.contents .box_in .down_lo_area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .down_lo_area {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .down_lo_area {
    width: 80%;
  }
}
.contents .box_in .down_lo_area .down_lo_left {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .down_lo_area .down_lo_left {
    float: left;
    width: 520px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .down_lo_area .down_lo_left {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
}
.contents .box_in .down_lo_area .down_lo_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .down_lo_area .down_lo_right {
    float: right;
    width: 370px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .down_lo_area .down_lo_right {
    float: none;
    width: 98%;
    margin: 0px auto;
  }
}
.contents .box_in .down_lo_area .down_lo_right img {
  width: 100%;
  height: auto;
}
.contents .box_in .dl_btn a {
  display: block;
  color: #FFFFFF;
  background: #0A3D67;
  text-decoration: none;
  font-weight: bold;
  /*border:1px #EB4CBD solid!important;*/
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
.contents .box_in .dl_btn a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon_ti02.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in .dl_btn a {
    font-size: 22px;
    line-height: 50px;
    width: 45%;
    padding: 0px 0%;
    margin: 0px auto 10px auto;
  }
  .contents .box_in .dl_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in .dl_btn a {
    font-size: 15px;
    line-height: 35px;
    width: 80%;
    padding: 5px 5%;
    margin: 0px auto 10px auto;
  }
}
.contents .box_in ul {
  margin: 0px auto;
  height: auto;
  border-radius: 5px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in ul {
    width: 98%;
    padding: 1%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in ul {
    width: 78%;
    padding: 1%;
  }
}
.contents .box_in ul.ul_bgo {
  background-color: #f39700;
}
.contents .box_in ul.sample_list li {
  display: block;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  border: #BCBCBC solid 1px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in ul.sample_list li {
    float: left;
    width: 22%;
    margin: 0px 1% 10px;
    padding: 15px 1%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in ul.sample_list li {
    float: left;
    width: 46%;
    margin: 0px 1% 10px 1%;
    padding: 3px 1%;
  }
}
.contents .box_in ul.sample_list li .tenpo_ti {
  font-weight: 600;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in ul.sample_list li .tenpo_ti {
    font-size: 18px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in ul.sample_list li .tenpo_ti {
    font-size: 12px;
    line-height: 35px;
  }
}
.contents .box_in ul.sample_list li .tenpo_ti_fs {
  font-weight: 600;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in ul.sample_list li .tenpo_ti_fs {
    font-size: 16px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in ul.sample_list li .tenpo_ti_fs {
    font-size: 12px;
    line-height: 35px;
  }
}
.contents .box_in ul.sample_list li .li_btn_area {
  display: block;
  width: 60% !important;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in ul.sample_list li .li_btn_area img {
  width: 100%;
  height: auto;
}
.contents .box_in ul li {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .contents .box_in ul li {
    float: left;
    /*width: 190px;
    margin: 0px 5px;*/
    width: 48%;
    margin: 0px 1%;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .box_in ul li {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
.contents .box_in ul li img {
  width: 100%;
  height: auto;
}
.contents .concept {
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .contents .concept {
    position: relative;
    width: 900px;
    height: 360px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .concept {
    position: static;
    width: 98%;
    height: auto;
  }
}
.contents .concept #concept_com {
  z-index: 0;
}
@media print, screen and (min-width: 1281px) {
  .contents .concept #concept_com {
    width: 60%;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .concept #concept_com {
    width: 98%;
    padding: 0px 0px 10px 0px;
    background-color: #FFFFFF;
    margin: 0px auto;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .concept #concept_img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .contents .concept #concept_img {
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 706px;
  }
}
@media only screen and (max-width: 1280px) {
  .contents .concept #concept_img {
    z-index: 0;
    width: 80%;
    position: static;
    margin: 0px auto;
  }
}
.contents .concept #concept_img img {
  width: 100%;
  height: auto;
}
footer{
	width: 100%;
	background-color: #000000;
}
@media print, screen and (min-width: 1281px) {
footer{
	border-top: 12px solid #EA0000;
	padding: 35px 0px;
}
footer .footer_in{
	width: 320px;
	height: auto;
	line-height: 0px;
	font-size: 0px;
}
}
@media only screen and (max-width: 1280px) {
footer{
	border-top: 6px solid #EA0000;
	padding: 25px 0px;
}
footer .footer_in{
	line-height: 0px;
	font-size: 0px;
}
}
footer .footer_in{
	margin: 0px auto;
}
footer .footer_in img{
	width: 100%;
	height: auto;
}


.scrImg {
  left: -100px;
  margin: 0 auto;
  display: none;
  position: relative;
}

.scrImg_sub01 {
  /*left: -1200px;*/
  left: -120px;
  margin: 0 auto;
  display: none;
  position: relative;
}




.scrImg_02 {
  /*bottom: -30px;
  margin: 0 auto;
  display: none;
  position: relative;*/
}

.scrImg_02_sub01 {
  /*bottom: -30px;*/
  margin: 0 auto;
  display: none;
  position: relative;
}
.scrImg_02_sub02 {
  /*bottom: -30px;*/
  margin: 0 auto;
  display: none;
  position: relative;
}



.vict-main {
	text-align: center;
	position: relative;
	width: 100% !important;
	height: auto !important;
	font-size: 0px;
	line-height: 0px;
	
}

@media print, screen and (min-width: 1281px) {
.vict-main {
    padding: 23px 0px;
    background-image: url("../images/main_img_pc_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;*/
}
}
@media only screen and (max-width: 1280px) {
.vict-main {
    padding: 0px 0px;
    border-bottom: #5C5C5C solid 1px;
	/*border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;*/
}
}
.vict-main_in img {
    width: 100%;
    height: auto;
}
.vict-main_in {
	position: relative;
	height: auto !important;
	margin: 0 auto;
	font-size: 0px;
	line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
.vict-main_in {
	max-width: 1200px;
	min-width: 1000px;
    
    box-shadow: 0px 0px 15px 5px #ffffff;
    border-radius: 0px;
    
}
}
@media only screen and (max-width: 1280px) {
.vict-main_in {
	width: 100%;
}
}



.vict-main01 {
	text-align: center;
	position: relative;
	width: 100% !important;
	height: auto !important;
	font-size: 0px;
	line-height: 0px;
	
}

@media print, screen and (min-width: 1281px) {
.vict-main01 {
    /*padding: 23px 0px;*/
    
    /*background-image: url("../images/main_img_pc_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	/*border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;*/
}
}
@media only screen and (max-width: 1280px) {
.vict-main01 {
    padding: 0px 0px;
    /*border-bottom: #5C5C5C solid 1px;*/
	/*border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;*/
}
}
.vict-main_in01 img {
    width: 100%;
    height: auto;
}
.vict-main_in01 {
	position: relative;
	height: auto !important;
	margin: 0 auto;
	font-size: 0px;
	line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
.vict-main_in01 {
	/*max-width: 1200px;
	min-width: 1000px;
    
    box-shadow: 0px 0px 15px 5px #ffffff;
    border-radius: 0px;*/
    width: 100%;
}
}
@media only screen and (max-width: 1280px) {
.vict-main_in01 {
	width: 100%;
}
}



.scrImg_03 {
  bottom: -30px;
  margin: 0 auto;
  display: none;
  position: relative;
}
.mv_ftv_area{
	filter: blur(10px); /* 初期状態ではぼかしを適用 */
	transition: filter 1.3s ease-in-out; /* 1秒かけてぼかしを変化 */
}
.mv_ftv_area.active {
  filter: blur(0); /* アクティブクラスが付与されたらぼかしを解除 */
}
body#TOP #mv_area_op {
	background-image: none!important;
}


#mv_area_op {
	text-align: center;
	position: relative;
	width: 100% !important;
	height: auto !important;
	font-size: 0px;
	line-height: 0px;
	background-image: url("../images/main_img_pc_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media print, screen and (min-width: 1281px) {
#mv_area_op {
	/*border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;*/
}
}
@media only screen and (max-width: 1280px) {
#mv_area_op {
	/*border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;*/
}
}

#mv_area_op_in {
	position: relative;
	height: auto !important;
	margin: 0 auto;
	font-size: 0px;
	line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
#mv_area_op_in {
	width: 100%;
	/*max-width: 1200px;
	min-width: 1000px;*/
}
}
@media only screen and (max-width: 1280px) {
#mv_area_op_in {
	width: 100%;
}
}

@media print, screen and (min-width: 1281px) {
}
@media only screen and (max-width: 1280px) {
}


#mv_area_op img {
  width: 100%;
  height: auto;
}
#mv_area_op #mv_01 {
  position: absolute;
  top: 0px;
 /* left: 0px;*/
  left: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#mv_area_op #mv_02 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
#mv_area_op #mv_com01 {
  position: absolute;
  top: 0px;
 /* left: 0px;*/
  left: 0px;
  width: 100%;
  z-index: 3;
  opacity: 0;
}
#mv_area_op #mv_com02 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
  opacity: 0;
}

#mv_area_op #mv_01_sm {
  position: absolute;
  top: 0px;
 /* left: 0px;*/
  left: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#mv_area_op #mv_02_sm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
#mv_area_op #mv_com01_sm {
  position: absolute;
  top: 0px;
 /* left: 0px;*/
  left: 0px;
  width: 100%;
  z-index: 3;
  opacity: 0;
}
#mv_area_op #mv_com02_sm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
  opacity: 0;
}

#mv_area_op #mv_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 12%;
  z-index: 3;
  opacity: 0;
}
@media print, screen and (min-width: 1281px) {
#mv_area_op #mv_04 {
  bottom: -60px;
}
}
@media only screen and (max-width: 1280px) {
#mv_area_op #mv_04 {
  bottom: -20px;
}
}


#mv_area_op #mv_05 {
  position: absolute;
  right: 2%;
  z-index: 3;
  opacity: 0;
}
@media print, screen and (min-width: 1281px) {
#mv_area_op #mv_05 {
  width: 11%;
  bottom: -60px;
}
}
@media only screen and (max-width: 1280px) {
#mv_area_op #mv_05 {
  width: 19%;
  bottom: -20px;
}
}




#sec-02-img{
	position: absolute;
	font-size: 0px;
	line-height: 0px;
}
#sec-02-img img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1281px) {
#sec-02-img{
	top: -16%;
	right: -11%;
	width: 32%;
	z-index: 3;
}
}
@media only screen and (max-width: 1280px) {
#sec-02-img{
	top: -18%;
	left: 50%;
	transform: translateX(-50%);
	width: 32%;
	z-index: 3;
}
}

#sec-03-img{
	position: absolute;
	font-size: 0px;
	line-height: 0px;
}
#sec-03-img img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 769px) {
#sec-03-img{
	top: -48%;
	left: 50%;
	transform: translateX(-50%);
	width: 20%;
	z-index: 3;
}
}
@media only screen and (max-width: 768px) {
#sec-03-img{
	top: -22%;
	left: 50%;
	transform: translateX(-50%);
	width: 32%;
	z-index: 3;
}
}




#mv_03 {
  opacity: 0;
}
.sec-ftimg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 0px;
	font-size: 0px;
	z-index: 1;
}
.sec-ftimg img{
	width: 100%;
	height: auto;
}

.sec-area{
	position: relative;
}
.sec-area.vct-bg{
    /*background-image: url("../images/set-bg01.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;*/
}

.sec-area01{
	position: relative;
}
@media print, screen and (min-width: 1281px) {
.sec-area01{
	padding: 0px 0px;
}
}
@media only screen and (max-width: 1280px) {
.sec-area01{
	padding: 20px 0px 0px;
}
}
.sec-bgcol01{
	background-color: #B81C25;
}
.sec-bgcol02{
	background-color: #FFFFFF;
}
.sec-bgcol03{
	background-color: #FEF8EB;
}

.cp-ti01{
	height: auto;
	margin: 0px auto;
	font-size: 0px;
	line-height: 0px;
}
.cp-ti01 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1281px) {
.cp-ti01{
	width: 850px;
}
}
@media only screen and (max-width: 1280px) {
.cp-ti01{
	width: 96%;
}
}
@media print, screen and (min-width: 1281px) {
.link-hov a:hover{
	opacity: 0.8;
}
}

.mv_area_sub01{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px 20px;
}
@media print, screen and (min-width: 1281px) {
.mv_area_sub01{
	margin: 0 0 80px;
}
}
@media only screen and (max-width: 1280px) {
.mv_area_sub01{
	margin: 0 0 30px;
}
}

.mv_area_sub01 .mv_area_in_sub01{
	width: 90%;
	height: auto;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
@media print, screen and (min-width: 769px) {
.mv_area_sub01 .mv_area_in_sub01 {
	/*border-radius: 20px;
	border: #C7080C solid 4px;*/
	border-radius: 10px;
	border: #93CF4F solid 4px;
}
}
@media only screen and (max-width: 768px) {
.mv_area_sub01 .mv_area_in_sub01 {
	/*border-radius: 20px;
	border: #C7080C solid 4px;*/
	border-radius: 10px;
	border: #93CF4F solid 4px;
}
}
.mv_area_sub01 .mv_area_in_sub01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 769px) {
.mv_area_sub01 .mv_area_in_sub01 iframe {
	/*border-radius: 15px;*/
	/*border: #C7080C solid 4px;*/
	border-radius: 10px;
}
}
@media only screen and (max-width: 768px) {
.mv_area_sub01 .mv_area_in_sub01 iframe {
	/*border-radius: 15px;*/
	/*border: #C7080C solid 3px;*/
	border-radius: 10px;
}
}




.mv_area_sub02{
	width: 100%;
	height: auto;
	padding: 20px 0px 20px;
}
@media print, screen and (min-width: 1281px) {
.mv_area_sub02{
	margin: 0 0 15px;
}
}
@media only screen and (max-width: 1280px) {
.mv_area_sub02{
	margin: 0 0 12px;
}
}
.mv_area_sub02 .mv_area_in_sub02{
	width: 90%;
	height: auto;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.mv_area_sub02 .mv_area_in_sub02 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.box_2_1{
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
.box_2_1{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
}
@media only screen and (max-width: 768px) {
.box_2_1{
	width: 98%;
	margin: 0 auto;
}
}

@media print, screen and (min-width: 769px) {
.box_2_1 .in-box{
	display: block;
	width: 48%;
	height: auto;
}
}
@media only screen and (max-width: 768px) {
.box_2_1 .in-box{
	display: block;
	width: 100%!important;
	height: auto;
}
}

.img-100{
	width: 100%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
.img-100 img{
	width: 100%;
	height: auto;
}


.img-100-90{
	height: auto;
	font-size: 0px;
	line-height: 0px;
	margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
.img-100-90{
	width: 100%;
}
}
@media only screen and (max-width: 1280px) {
.img-100-90{
	width: 90%;
}
}

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



.img-90{
	width: 90%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
	margin: 0 auto;
}
.img-90 img{
	width: 100%;
	height: auto;
}


.site-sec-ti{
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
.site-sec-ti img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 769px) {
.site-sec-ti{
	width: 230px;
	margin: 0 auto 38px;
}
}
@media only screen and (max-width: 768px) {
.site-sec-ti{
	width: 45%;
	margin: 0 auto 28px;
}
}

.news-day{
	display: block;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	/*background-color: #C71114;*/
	background-color: #3f93cf;
}
@media print, screen and (min-width: 769px) {
.news-day{
	width: 180px;
	font-size: 30px;
	margin: 0 auto 24px;
}
}
@media only screen and (max-width: 768px) {
.news-day{
	width: 40%;
	font-size: 17px;
	margin: 0 auto 19px;
}
}

.news-ti{
	display: block;
	color: #000000;
	line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
.news-ti{
	width: 100%;
	font-size: 42px;
	text-align: center;
	margin: 0px auto 25px;
}
}
@media only screen and (max-width: 768px) {
.news-ti{
	width: 98%;
	font-size: 28px;
	text-align: left;
	text-align: justify;
	margin: 0px auto 22px;
	font-weight: 600;
}
.news-ti br{
	display: none;
}
}


@media print, screen and (min-width: 769px) {
#prof-bg{
	/*margin-bottom: 40px;*/
}
}
@media only screen and (max-width: 768px) {
#prof-bg{
	/*margin-bottom: 32px;*/
}
}


#ftlink-bg{
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background-color: #3f93cf;
}
@media print, screen and (min-width: 769px) {
#ftlink-bg{
	/*padding: 45px 0px;*/
	padding: 94px 0px;
}
}
@media only screen and (max-width: 768px) {
#ftlink-bg{
	/*padding: 32px 0px;*/
	padding: 38px 0px;
}
}






#satio-link-area{
	width: 100%;
	height: auto;
	background-color: #E1E1E1;
}
@media print, screen and (min-width: 769px) {
#satio-link-area{
	padding: 45px 0px;
}
}
@media only screen and (max-width: 768px) {
#satio-link-area{
	padding: 31px 0px;
}
}
#satio-link-area img{
	width: 100%;
	height: auto;
}
#satio-link-area #satio-link-area-in a{
	display: block;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
#satio-link-area #satio-link-area-in a{
	width: 450px;
	height: auto;
}
}
@media only screen and (max-width: 768px) {
#satio-link-area #satio-link-area-in a{
	width: 86%;
	height: auto;
}
}





@media print, screen and (min-width: 1281px) {
}
@media only screen and (max-width: 1280px) {
}


a.item_list:hover > span.list_link_pcbl {
  /*background-color: #E35555;
  background-color: #2B2B2B;*/
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  border: solid 1px #e94345;
  color: #FFFFFF;
  transition: 1s;
}

a.item_list {
  display: block;
  text-decoration: none;
  color: #252525;
	position: relative;
}
/*a.item_list::before{
	content: "";
	display: block;
	position: absolute;
	background-size: cover;
	right: -2%;
	top: 52%;
	background-image: url("../images/news_ic.png");
	background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
a.item_list::before{
	width: 85px;
	height: 85px;
}
}
@media only screen and (max-width: 768px) {
a.item_list::before{
	width: 75px;
	height: 75px;
}
}*/


/*@media print, screen and (min-width: 1281px) {*/
  a.item_list {
    /*background-color: #FFFFFF;*/
    width: 100%;
    margin: 0 0 0px;
    position: relative;
    /*border-radius: 25px;*/
    /*overflow: hidden;*/
    /*padding: 0px 0% 100px 0%;
    box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
	padding: 0px 0% 20px 0%;
  }
/*}*/
@media print, screen and (min-width: 1281px) {
  a.item_list:hover {
    opacity: 0.8;
  }
}
/*@media only screen and (max-width: 1280px) {
  a.item_list {
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0 0px;
    border-radius: 5px;
  }
}*/
a.item_list span.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
a.item_list span.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}*/
a.item_list span.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;
  color: #ea5473;*/
  color: #185aa5;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.price {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}*/
a.item_list span.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.price_sub {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}*/
a.item_list span.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  /*color: #000000;*/
  color: #185aa5;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.bukken_ti {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}*/
a.item_list span.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.bukken_ti_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}*/
a.item_list span.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
a.item_list span.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.bukken_ad {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}*/
a.item_list span.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.bukken_ad_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}*/
a.item_list span.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
a.item_list span.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
a.item_list span.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
a.item_list span.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
a.item_list span.img_cap {
  width: 100%;
  display: flex;
}
a.item_list span.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
a.item_list span.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
a.item_list span.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
a.item_list span.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
a.item_list span.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
a.item_list span.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
a.item_list span.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
a.item_list span.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
a.item_list span.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
a.item_list span.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
a.item_list span.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link {
    position: absolute;
    bottom: 0px;
  }
/*}*/
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}*/
a.item_list span.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link {
    clear: both;
  }
}*/
a.item_list span.list_link_pcbl {
  
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  /*border: 1px solid #E35555;*/
  border: 1px solid #2F2F2F;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
/*}*/
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link_pcbl {
    /*display: block;*/
	display: none;
	
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    /*width: 100%;
    margin: 20px auto 0px;*/
    padding: 10px 0px;
    /*&:hover{
    	background-color: #E35555;
    	color: #FFFFFF;
    	&:after {
    	}
    }*/
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl {
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}*/
a.item_list span.list_link_pcbl:after {
  /*content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;*/
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list span.list_link_pcbl:after {
    /*width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;*/
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl {
    clear: both;
  }
}*/
a.item_list span.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
a.item_list span.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
/*@media print, screen and (min-width: 769px) {*/
  a.item_list span.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  a.item_list span.list_link01::hover {
    opacity: 0.8;
  }
/*}*/
a.item_list span.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
  /*@include wi-pc{
  margin-bottom: 10px;
  }*/
}
/*@media only screen and (max-width: 768px) {
  a.item_list span.list_tp_link a {
    margin-bottom: 5px;
  }
}*/
a.item_list span.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  a.item_list span.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  a.item_list span.list_tp_link a::hover {
    opacity: 0.8;
  }
}
a.item_list span.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
a.item_list span.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  a.item_list span.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  a.item_list span.list_ol_link a::hover {
    opacity: 0.8;
  }
}
a.item_list span.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}
a.item_list figure {
  display: block;
	/*border-radius: 22px;*/
	overflow: hidden;
	height: 210px;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list figure {
    margin: 0 auto;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list figure {
    float: left;
    width: 31%;
    margin: 0 0 35px;
  }
}*/
a.item_list figure img {
  object-fit: cover!important;
	object-position: center;
}
/*@media print, screen and (min-width: 1281px) {*/
  a.item_list figure img {
    width: 100%;
    /*height: 180px;*/
    height: 240px;
  }
/*}*/
/*@media only screen and (max-width: 1280px) {
  a.item_list figure img {
    width: 100%;
    height: 98px;
  }
}*/
a.item_list ol {
  width: 100%;
  height: auto;
  padding: 3px 2% 10px;
  background-color: #D7E7ED;
}
a.item_list ol li {
  width: 14.28%;
  height: auto;
  text-align: center;
  color: #185aa5;
  font-size: 95%;
  font-weight: 600;
  line-height: 2.6;
  display: block;
  float: left;
  margin: 3px 1% 0px;
  position: relative;
}
a.item_list ol li.no01 {
  background-color: #d91624 !important;
}
a.item_list ol li.no02 {
  background-color: #d2a911 !important;
}
a.item_list span.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  /*background: #E2EAF3;*/
  width: 200px;
}
a.item_list span.description1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  a.item_list span.description1 {
    display: none !important;
  }
}
a.item_list ol li:hover span.description1 {
  display: inline-block;
  top: -210px;
  left: -30px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  a.item_list ol li:hover span.description1 {
    display: none;
  }
}

.news-area{
	width: 98%;
	flex-wrap: wrap;
	justify-content: row;
	display: flex;
    margin: 0 auto;
}
.news-area > .newsitms{
    display: flex;
}
.news-area > .newsitms > a{
	display: block;
    align-items: center;
}

.news-area .newsitms{
	background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
.news-area .newsitms{
	width: 31%;
	margin: 0 1% 20px;
}
}

@media only screen and (max-width: 768px) {
.news-area .newsitms{
	width: 82%;
	margin: 0 auto 18px;
}
}

.top_link_btn a{
	text-decoration: none;
	text-align: center;
	/*background-color: #E35555;
	background-color: #2B2B2B;
	background: linear-gradient(0.25turn, #e94345, #d81b79);
	border: solid 1px #e94345;
	color: #FFFFFF;*/
	color: #3f93cf;
	background-color: #FFFFFF;
	transition: 1s;
	display: block;
	margin: 20px 0 0px;
	width: 100%;
	margin: 50px auto 0px;
}
@media print, screen and (min-width: 769px) {
.top_link_btn a{
	font-size: 170%!important;
	/*width: 450px;*/
	width: 285px;
	border-radius: 50px;
	padding: 24px 0px;
	border: solid 3px #3f93cf;
}
.top_link_btn a:hover{
	
	/*color: #FFFFFF!important;*/
	color: #3f93cf;
	opacity: 0.8;
}
}
@media only screen and (max-width: 768px) {
.top_link_btn a{
	font-size: 110%!important;
	/*width: 80%;*/
	width: 76%;
	border-radius: 43px;
	padding: 18px 0px;
	border: solid 3px #3f93cf;
}
}



@media print, screen and (min-width: 769px) {
.pc_ct_sm_le{
	text-align: center!important;
}
}
@media only screen and (max-width: 768px) {
.pc_ct_sm_le{
	text-align: left!important;
}
}

/*** 2025.03リニューアル素材 ***/
.bg-mcol{
	/*background-color: #93CF4F;*/
	background-image: url("../images/sec01-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-mcol01{
	/*background-color: #93CF4F;*/
	background-image: url("../images/sec02-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.site-sec-ti{
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
.site-sec-ti img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 769px) {
.site-sec-ti{
	width: 290px;
	margin: 0 0 38px;
}
}
@media only screen and (max-width: 768px) {
.site-sec-ti{
	width: 57%;
	margin: 0 0 28px;
}
}





ul.img_wi100_PC2_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm2 li {
  float: left;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC2_sm2 li {
    width: 48%;
    padding: 0px 0% 20px 0px;
	margin: 0 1% 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC2_sm2 li {
    width: 48%;
    padding: 0px 0% 20px 0px;
	margin: 0 1% 12px;
  }
}
ul.img_wi100_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

/* 紙吹雪が飛び出さないように親要素を調整 */
.win_area {
    position: relative;
    overflow: hidden; /* エリア外の紙吹雪を隠す */
}

/* 紙吹雪自体の基本設定 */
.confetti {
    position: absolute;
    z-index: 99; /* 他のコンテンツより手前に表示 */
    pointer-events: none; /* クリックを邪魔しない */
}

/* JavaScriptで指定したアニメーション「confetti-fall」の中身 */
@keyframes confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1; /* 開始時は見えるようにする */
    }
    100% {
        /* 下方向に十分な距離（エリアの高さ分）落とす */
        transform: translateY(1000px) rotate(720deg);
        opacity: 0; /* 落ちきったら消える */
    }
}
.v2-ti-area{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 102;
}
.v2-ti-bg{
    margin: 0 auto;
    font-size: 0px;
    line-height: 0px;
}
.v2-ti-bg img{
    width: 100%;
    height: auto; 
}
.v2-ti-area h2{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background: none;
    line-height: 1.4;
    font-weight: 600;
}
@media print, screen and (min-width: 769px) {
.v2-ti-area{
    margin-bottom: 35px;
}
.v2-ti-bg{
    width: 620px;
}
.v2-ti-area h2{
    font-size: 328%;
    bottom: 2%;
}
}
@media only screen and (max-width: 768px) {
.v2-ti-area{
    margin-bottom: 22px;
}
.v2-ti-bg{
    width: 68%;
}
.v2-ti-area h2{
    font-size: 192%;
    bottom: 1%;
}
}

.v2-info{
    width: 100%;
    background-image: linear-gradient(56deg, #22ac38, #156925);
}
.v2-info-in{
    margin: 0 auto;
    position: relative;
    z-index: 102;
}
.v2-info-in p{
    color: #FFFFFF;
}
.v2-info-ti{
    margin: 0 auto;
    font-size: 0px;
    line-height: 0px;
}
.v2-info-ti img{
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 769px) {
.v2-info{
    padding: 86px 0;
    margin-bottom: 46px;
}
.v2-info-in{
    /*max-width: 1200px;
    min-width: 1000px;*/
    width: 1000px;
}
.v2-info-ti{
    width: 70%;
    margin-bottom: 22px;
}
}
@media only screen and (max-width: 768px) {
.v2-info{
    padding: 26px 0;
    margin-bottom: 32px;
}
.v2-info-in{
    width: 96%;
}
.v2-info-ti{
    width: 82%;
    margin-bottom: 22px;
}
}


