.btn a{
	width: 100%!important;
	height: auto!important;
	display: block!important;
	font-size: 0px!important;
	line-height: 0px!important;
	/*background-position: center top!important;*/
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
@media only screen and (min-width: 769px) {
.btn a img:hover{
	opacity: 0.8;
}
}
.btn a img{
	width: 100%!important;
	height: auto!important;
}
#btn_bg01 a{
	background-image: url("../images/img_03.jpg");
}
#btn_bg02 a{
	background-image: url("../images/img_06.jpg");
}
#btn_bg03 a{
	background-image: url("../images/img_08.jpg");
}
#btn_bg04 a{
	background-image: url("../images/img_10.jpg");
}
#btn_bg05 a{
	background-image: url("../images/img_12.jpg");
}
#btn_bg06 a{
	background-image: url("../images/img_14.jpg");
}

@media only screen and (min-width: 769px) {
	#main_img{
		max-width: 85%;
		min-width: 1000px;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
	}
	#main_img img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	#main_img{
		width: 100%;
		height: auto;
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto;
	}
	#main_img img{
		width: 100%;
		height: auto;
	}
}





/*mixin*/
@media only screen and (min-width: 769px) {
.btn_area{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 80px 0px 70px;
	background-color: #000000;
}
.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{
	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: 768px) {
.btn_area{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 40px;
	background-color: #000000;
}
.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{
	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 only screen and (min-width: 769px) {
	#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: 768px) {
	#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%;
}

@media only 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 only screen and (min-width: 769px) {
.sidemenu_area{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  display: block;
  height: auto;
}
.sidemenu {
  /*position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;*/
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
}
@media only screen and (max-width: 768px) {
.sidemenu_area{
  width: 100%;
  margin: 0px auto;
  position: fixed;
  bottom: 0px;
  left: -50%;
  right: -50%;
  z-index: 99;
  display: block;
  height: auto;
  background-image: url("../images/side_bg.png");
  background-repeat: repeat;
}
.sidemenu {
  width: 60%;
  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 (min-width: 769px) {
  .sidemenu {
    width: 210px;
  }
  .sidemenu .smenu01 a{
	width: 100%;
  }
  .sidemenu .smenu02 a{
	width: 150px;
  }
  .sidemenu a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .sidemenu {
    width: 80%;
	margin: 0px auto;
  }
  .sidemenu .smenu01 a{
    float: left;
	width: 31%;
	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 only screen and (min-width: 769px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 769px) {
  .mid {
    margin-bottom: 27px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 769px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 769px) {
  .spund {
    /*margin-bottom: 105px !important;*/
	margin-bottom: 27px !important;
  }
}

@media only screen and (max-width: 768px) {
  .spund {
    /*margin-bottom: 85px !important;*/
	margin-bottom: 125px !important;
  }
}


@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

#header_area {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  font-size: 0px;
  line-height: 0px;
}
#header_area #header_area_in {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  #header_area #header_area_in {
    /*width: 940px;*/
	max-width: 85%;
	min-width: 1000px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #header_area #header_area_in {
    width: 98%;
  }
}
@media only screen and (min-width: 769px) {
  #header_area #header_area_in #header_left_area {
    float: left;
    width: auto;
    height: 110px;
    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: 110px;
    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: 768px) {
  #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: 768px) {
  #header_area #header_area_in #hd_bana {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #header_area #header_area_in #header_right_area {
    float: left;
    width: auto;
    height: 110px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_right_area img {
    width: auto;
    height: 100%;
  }
  #header_area #header_area_in #header_right_area01 {
    float: right;
    width: auto;
    height: 110px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_right_area01 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header_area #header_area_in #header_right_area {
    float: left;
    width: auto;
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_right_area img {
    width: auto;
    height: 100%;
  }
  #header_area #header_area_in #header_right_area01 {
    float: right;
    width: auto;
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
  #header_area #header_area_in #header_right_area01 img {
    width: auto;
    height: 100%;
  }
}


/*#header_area #header_area_in #header_right_area {
  float: right;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}*/
/*@media only screen and (min-width: 769px) {
  #header_area #header_area_in #header_right_area {
    width: 198px;
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  #header_area #header_area_in #header_right_area img:hover {
    opacity: 0.8;
  }
}*/

@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .tast_area {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .tast_area {
    padding: 30px 0 10px 0;
  }
}

.box_area {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .box_area {
    width: 1000px;
    font-size: 14px !important;
    line-height: 26px !important;
	margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .form_check_ti {
    width: 90%;
    padding: 20px 0px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .form_check_ti {
    width: 85%;
    padding: 10px 0px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .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 only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .works_area .works_right {
    float: left;
    width: 230px;
    height: auto;
    font-size: 24px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .works_area .works_right {
    float: left;
    width: 50%;
    height: auto;
    font-size: 20px !important;
    font-weight: bold;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 (min-width: 769px) {
  .box_area #cmo {
    width: 732px;
    height: auto;
    margin: 0px auto 50px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area #cmo {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .box_area #cmo_move {
    width: 640px;
    height: auto;
    margin: 0 auto;
    border: #FFFFFF 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .box_area #cmo_move {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .box_area #cmo_move_sm {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .box_area .left_box {
    width: 48%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .left_box {
    width: 100%;
    height: auto;
    float: none;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .inbox {
    width: 60%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .inbox {
    width: 70%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .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: 768px) {
  .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 (min-width: 769px) {
  .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: 768px) {
  .box_area .img01_sub {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .box_area .img01_sub img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .com02 {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .com02 {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 769px) {
  .box_area .com02_sub {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .com02_sub {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
.box_area .com03 {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .box_area .com03 {
    font-size: 16px;
    line-height: 22px;
    width: 70%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .com03 {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .box_area .mini_block {
    width: 40%;
    padding: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .box_area .mini_block {
    width: 90%;
    padding: 1%;
  }
}
.box_area .mini_block .textcn {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #main header#hd .header_in {
    border-bottom: none;
  }
}
#main header#hd .header_in .hd_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left #hd_logo02 {
    float: left;
    width: 238px;
    height: auto;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right {
    float: right;
    width: 55%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #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: url("../images/common/icon01.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right_sub {
    float: right;
    width: 70%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  #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: 768px) {
  #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 only screen and (min-width: 769px) {
  #main header#hd #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  #main .main_img {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #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 only screen and (min-width: 769px) {
  .cate_nc {
    width: 200px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .cate_oc {
    width: 200px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  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 only screen and (min-width: 769px) {
  .contents h2 {
    font-size: 49px;
    line-height: 49px;
  }
}
@media only screen and (max-width: 768px) {
  .contents h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.contents p.com_ct {
  text-align: center;
  height: auto;
  font-weight: 200;
}
@media only screen and (min-width: 769px) {
  .contents p.com_ct {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents p.com_ct01 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents p.com_ct_sub {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in {
    padding: 25px 50px;
    width: 900px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in h3 {
    /*width: 250px;*/
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in h4 {
    width: 98%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in h4.sho01 {
    width: 75%;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho01 {
    width: 98%;
    font-size: 14px;
    line-height: 30px;
    margin: 0px auto 16px auto;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho01 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in h4.sho02 {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho02 {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto 16px auto;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho02 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .com_le {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .com_le01 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .com_le01 {
    width: 96%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi70 {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .img_wi70 {
    width: 70%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .img_wi80 {
    width: 80%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .img_wi90 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .img_wi100 {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .shohin_area {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .shohin_area {
    width: 85%;
  }
}
.contents .box_in .shohin_area .shohin_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .shohin_area .shohin_left {
    float: left;
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .shohin_area .shohin_right {
    float: right;
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .down_lo_area {
    width: 80%;
  }
}
.contents .box_in .down_lo_area .down_lo_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area .down_lo_left {
    float: left;
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area .down_lo_right {
    float: right;
    width: 370px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .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: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in ul {
    width: 98%;
    padding: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in ul.sample_list li {
    float: left;
    width: 22%;
    margin: 0px 1% 10px;
    padding: 15px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in ul.sample_list li .tenpo_ti {
    font-size: 18px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in ul.sample_list li .tenpo_ti_fs {
    font-size: 16px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .box_in ul li {
    float: left;
    /*width: 190px;
    margin: 0px 5px;*/
    width: 48%;
    margin: 0px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .concept {
    position: relative;
    width: 900px;
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .concept {
    position: static;
    width: 98%;
    height: auto;
  }
}
.contents .concept #concept_com {
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .contents .concept #concept_com {
    width: 60%;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .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 only screen and (min-width: 769px) {
  .contents .concept #concept_img {
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 706px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .concept #concept_img {
    z-index: 0;
    width: 80%;
    position: static;
    margin: 0px auto;
  }
}
.contents .concept #concept_img img {
  width: 100%;
  height: auto;
}
