@charset "utf-8";



@media screen and (min-width:769px) { 

.onlyPC{
  display:block;
}
.onlySP{
  display:none;
}


.clear_block::after {
	content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}


/*---------------------HEADER 2019-------------------*/
header.new_header{
  font-family: "Noto Sans JP" , "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	border-top:none;
	border-bottom:1px solid #eae5de;
	background-color:#FFFFFF;
	height:auto;
  min-width:960px;
  margin:15px 0 0 0;
}
header.new_header .header_blank{
	margin:15px auto 14px;
}
header.new_header .header_blank li a{
	float:right;
	font-size:13px;
	display:inline-block;
	color:#000;
	margin:0 0 0 9px;
	text-decoration:none;
}
header.new_header .header_blank li a[target="_blank"]{
	background: url(/contents/ex/img/new_common/icon_img_01.png) right center no-repeat;
	background-size:12px 12px;
	padding:0 11px 0 0;

}
header.new_header .header_blank li a:hover{

}
header.new_header .header_blank li a span{
  position: relative;
  display: inline-block;
  transition: .3s
}
header.new_header .header_blank li a span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4e4e4e;
  transition: .3s;
}
header.new_header .header_blank li a:hover span::after{
  width:100%;
}
header.new_header .header_block{
	width:960px;
	margin:0 auto 0;
}
header.new_header .header_block .header_left{
	float:left;
	width:391px;
}
header.new_header .header_block .header_left h1{
	font-size:11px;
	line-height:12pt;
	color:#575959;
	margin-bottom:10px;
  margin-top:4px;
}
header.new_header .header_block .header_left div{
	width:334px;
}
header.new_header .header_block .header_left div img{
	width:100%;
  transition: all .5s ease;
}
header.new_header .header_block .header_left div a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
header.new_header .header_block .header_center{
	float:left;
	width:259px;
}
header.new_header .header_block .header_center .names{
	font-size:12px;
	line-height:14pt;
	color:#111111;
	margin-bottom:8px;
	margin-top:4px;
}
header.new_header .header_block .header_center .names span{
	font-weight:bold;
	font-size:13px;
	padding:0 6px 0 6px;
}
header.new_header .header_block .header_center a.registration{
	font-weight:bold;
	display:inline-block;
	width:49.5%;
  max-width:128px;
	text-align:center;
	text-decoration:none;
	background:#b6e281;
	margin-right:3px;
	color:#3a3a3a;
	font-size:13px;
	line-height:15pt;
	padding:4px 0;
	transition: all .3s ease;
}
header.new_header .header_block .header_center a.registration:hover{
	background:#a0d660;
}
header.new_header .header_block .header_center a.registration span{
	background: url(/contents/ex/img/new_common/icon_img_02.png) left center no-repeat;
	background-size:16px 16px;
	padding:0 0 0 20px;
}

header.new_header .header_block .header_center a.login{
	font-weight:bold;
	display:inline-block;
	width:49.5%;
  max-width:128px;
	text-align:center;
	text-decoration:none;
	background:#ffc557;
	color:#3a3a3a;
	font-size:13px;
	line-height:15pt;
	padding:4px 0;
	transition: all .3s ease;
}
header.new_header .header_block .header_center a.login:hover{
	background:#ffbb17;
}
header.new_header .header_block .header_center a.login span{
	background: url(/contents/ex/img/new_common/icon_img_03.png) left center no-repeat;
	background-size:16px 16px;
	padding:0 0 0 16px;
}


header.new_header .header_block .header_center a.mypages{
  font-weight:bold;
  display:inline-block;
  width:49.5%;
  max-width:128px;
  text-align:center;
  text-decoration:none;
  background:#b6e281;
  margin-right:3px;
  color:#3a3a3a;
  font-size:13px;
  line-height:15pt;
  padding:4px 0;
  transition: all .3s ease;
}
header.new_header .header_block .header_center a.mypages:hover{
  background:#a0d660;
}
header.new_header .header_block .header_center a.mypages span{
  background: url(/contents/ex/img/new_common/icon_img_10.png) left center no-repeat;
  background-size:16px 16px;
  padding:0 0 0 20px;
}
header.new_header .header_block .header_center form.member_logout{
  display:inline-block;
  width:49.5%;
  max-width:128px;
  margin:0 -1px 0 -2px;
}
header.new_header .header_block .header_center form.member_logout button{
  font-weight:bold;
  display:block;
  width:100%;
  max-width:128px;
  text-align:center;
  text-decoration:none;
  background:#ffc557;
  color:#3a3a3a;
  font-size:13px;
  line-height:15pt;
  padding:4px 0;
  transition: all .3s ease;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
header.new_header .header_block .header_center form.member_logout button:hover{
  background:#ffbb17;
}
header.new_header .header_block .header_center form.member_logout button span{
  background: url(/contents/ex/img/new_common/icon_img_09.png) left center no-repeat;
  background-size:16px 16px;
  padding:0 0 0 16px;
}


header.new_header .header_block .header_right{
	float:right;
	width:400px;
	margin:0 0 0 0px;
  padding:22px 0 0 0;
}
header.new_header .header_block .header_right dl{
    width:297px;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border:1px solid #eee5d9;
}
header.new_header .header_block .header_right dt{
	width:19.2%;
}
header.new_header .header_block .header_right dt a{
	text-align:center;
	display:inline-block;
	width:100%;
	padding:9px 0 5px 0;
	border-right:1px solid #f0f0f0;
	text-decoration:none;
	color:#7d7a74;
	font-weight:bold;
	font-size:13px;
	line-height:15pt;
	transition: all .3s ease;
}
header.new_header .header_block .header_right dt a:hover{
	background:#eee5d9;
}
header.new_header .header_block .header_right dt img{
	width:28px;
	display:block;
	margin:0 auto 0;
}
header.new_header .header_block .header_right dd{
	text-align:center;
	width:80.8%;
	padding:11px 0 9px 0;
}
header.new_header .header_block .header_right div{
	color:#454747;
	font-size:11px;
	line-height:13pt;
	margin-bottom:4px;
}
header.new_header .header_block .header_right div em{
	font-size:18px;
	font-weight:bold;
	color:#fa8072;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
header.new_header .header_block .header_right p{
	color:#a09b90;
	font-size:11px;
	line-height:11px;
}
header.new_header .header_block .header_right p em{
	color:#fa8072;
}
header.new_header .header_block::after {
	content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}


/*---------------------NAVI 2019-------------------*/
header.new_header .header_navi{
	width:960px;
	margin:0 auto 0;
}
header.new_header .header_navi::after {
	content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
header.new_header .menu{
    position: relative;
    width: 650px;
    height: 60px;
    margin: 0;
    float:left;
}
header.new_header .menu li em::after{
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left:0;
  margin:auto;
  background:#ffc860;
  transition: all .3s ease;
}
header.new_header .menu li:hover em::after{
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left:0;
  margin:auto;
  background:#ffc860;
  transition: all .3s ease;
}
header.new_header .menu li:hover em{

}
header.new_header .menu > li {
    float: left;
    width: 19.75%;
    max-width:128px;
    height: 60px;
    line-height:60px;
    font-size:16px;
    text-align:center;
    margin-right:3px;
}
header.new_header .menu > li:first-child{
  width:21%;
  max-width:126px;
}
header.new_header .menu > li:last-child{
  margin-right:0;
}
header.new_header .menu > li a {
    display: block;
    color: #3a3a3a;
    text-decoration:none;
    transition: all .3s ease;
}
header.new_header .menu > li a span{
	position:relative;
	display:inline-block;
	transition: all .5s ease;
}
header.new_header ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

header.new_header .menu > li:hover {
    transition: all .3s ease;
}
header.new_header .menu__second-level li {
    font-size:13px;
    text-align:left;
    font-weight:normal;
    height:auto;
    line-height:15pt;
}
header.new_header .menu__second-level li span{
    border-bottom: 1px dotted #eae5de;
    display:block;
    width:100%;
    padding:10px 0;
}
header.new_header .menu__second-level li:last-child span{
	border-bottom:none;
}
header.new_header .menu__second-level li a{
    font-weight:normal;
    color:#3a3a3a;
    padding:0 13px;
}
header.new_header .menu__second-level li a:hover{
  background:#f3efe9;
}

header.new_header .menu:before,
header.new_header .menu:after {
    content: " ";
    display: table;
}
header.new_header .menu:after {
    clear: both;
}
header.new_header .menu {
    *zoom: 1;
}
header.new_header .menu > li.menu__single {
    position: relative;
}
header.new_header li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header.new_header li.menu__single ul.menu__second-level.wd200_p{
  width:200%;
}

header.new_header li.menu__single:hover ul.menu__second-level {
    top: 61px;
    visibility: visible;
    opacity: 1;
}
header.new_header li.menu__single em::after{
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left:0;
  margin:auto;
  background:#ffc860;
  transition: all .3s ease;
}
header.new_header li.menu__single:hover em::after{
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left:0;
  margin:auto;
  background:#ffc860;
  transition: all .3s ease;
}
header.new_header .header_search{
	float:right;
	width:300px;
  margin-top:15px;
  position:relative;
}
header.new_header .hd_search_btn{
  transition: all .3s ease;
  width:30px;
  vertical-align:middle;
}
header.new_header .hd_search_btn:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all .3s ease;
}
header.new_header .text-hd_area{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fcf9f4;
  background-image: none;
  border: 1px solid #eee5d9;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 5px 20px;
  width: 222px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  margin:0 0px 0 1px;
}
header.new_header .text-hd_area:focus {
  border: 1px solid #fcf9f4;
  box-shadow: none;
  outline: none;
}
header.new_header .text-hd_area::placeholder {
  color:#bfbcb5;
}
/* IE */
header.new_header .text-hd_area:-ms-input-placeholder {
  color:#bfbcb5;
}
/* Edge */
header.new_header .text-hd_area::-ms-input-placeholder {
  color:#bfbcb5;
}
header.new_header .text-hd_area:-internal-autofill-selected{
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
header.new_header .ps01{
  right:0;
  top:0px;
  position:absolute;
}
/*
input.text-hd_area[type=text]:focus,
input.text-hd_area[type=email]:focus,
input.text-hd_area[type=tel]:focus,
input.text-hd_area[type=search]:focus,
input.text-hd_area[type=url]:focus,
textarea.text-hd_area:focus {
  color: #666;
  background-color: #feedd0;
  border: 1px solid #fcf9f4;
}
*/



/*---------------------FOOTER 2019-------------------*/

.sideNav{
  font-family: "Noto Sans JP" , "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  width: 293px;
  height: auto;
  position:fixed;
  right: 0;
  /**
  bottom:100px;
  */
  top:0%;
  bottom:0;
  margin:auto;
  z-index: 20;
  transition: 0.9s;
  background: url(/contents/ex/img/new_common/side_img_01.png) left top no-repeat;
  background-size:50px 147px;
  height:147px;
  padding:0 0 0 50px;
}
.sideNav.open{
  -webkit-transform: translateX(294px);
  transform: translateX(294px);
}
.sideNav.open:hover{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.sideNav dl{
  border-top:1px solid #ff9898;
  border-bottom:1px solid #ff9898;
  padding:34px 0px 16px 20px;
  background:#FFF;
  height:95px;
}
.sideNav a{
  color:#3a3a3a;
  text-decoration:none;
}
.sideNav dt{
  font-weight:bold;
  color:#3a3a3a;

}
.sideNav dt span{
  background: url(/contents/ex/img/new_common/side_bg_img_02.png) left bottom repeat-x;
  background-size:1px 8px;
  display:inline-block;
  transform: scale(1, 1.15);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size:42px;
  line-height:25pt;
  letter-spacing:-0.05em;
}
.sideNav dd{
  margin:15px 0 0 0;
  background: url(/contents/ex/img/new_common/side_bg_img_01.png) left top no-repeat;
  background-size:46px 40px;
  padding:0 0 0 50px;
  color:#3a3a3a;
}
.sideNav dd em{
  transform: scale(1, 1.1);
  display:block;
  float:left;
  width:160px;
  font-size:35px;
  line-height:33pt;
  letter-spacing:-0.05em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sideNav dd span{
  display:block;
  float:left;
  width:62px;
  font-size:14px;
  line-height:15pt;
  padding:15px 0 0 0;
}
.sideNav dd::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

.pagetops{
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index:2;
}
.pagetops img{
  width:60px;
  transition: all .5s ease;
}
.pagetops img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.footer_banner_block{
  border-top:1px solid #e3dcce;
  padding:30px 0 21px 0;
  min-width:960px;
}
.footer_banner_block ul{
  width:960px;
  margin:0 auto 0;
}
.footer_banner_block li{
  float:left;
  width:314px;
  margin:0 9px 9px 0;
}
.footer_banner_block li:nth-child(3),
.footer_banner_block li:nth-child(6){
  margin:0 0 9px 0;
}
.footer_banner_block li img{
  width:100%;
}
.footer_banner_block li a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all .3s ease;
}
footer.new_footer{
  margin-top:0px;
  min-width:960px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f6f1+0,f0f0f0+100 */
  background: #f9f6f1; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f6f1 0%, #f0f0f0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f6f1 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f6f1 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6f1', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
  font-family: "Noto Sans JP" , "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
footer.new_footer .footer_area{
  max-width:960px;
  margin:0 auto 0;
}

footer.new_footer .footer_bottom_area::after,
.footer_banner_block::after{
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
footer.new_footer .footer_bottom_area{
  padding:50px 0 40px 0;
  width:960px;
}
footer.new_footer .ft_bt_left{
  width:470px;
  float:left;
}
footer.new_footer .ft_bt_right{
   width:470px;
  float:right;
}
footer.new_footer .ft_bt_ttl{
  background:#3a3a3a;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:14px;
  line-height:16pt;
  padding:5px 0;
}
footer.new_footer .w_area_a{
  background:#FFF;
  padding:14px 13px 12px 38px;
  height:45px;
  color:#3a3a3a;
}
footer.new_footer .w_area_b{
  background:#FFF;
  padding:12px 13px 14px 13px;
  height:45px;
}
footer.new_footer .w_area_a dt{
  width:248px;
  float:left;
  background: url(/contents/ex/img/new_common/icon_img_07.png) left center no-repeat;
  background-size:42px 36px;
  padding:0 0 0 50px;
  font-weight:bold;
  font-size:40px;
  line-height:31pt;
}
footer.new_footer .w_area_a dt span{
  transform: scale(1, 1.1);
  display:inline-block;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing:-0.05em;
}
footer.new_footer .w_area_a dd{
  width:100px;
  float:left;
  font-weight:bold;
  font-size:14px;
  line-height:13pt;
  padding:4px 0 0 0;
  font-weight:normal;
  text-align:center;
}
footer.new_footer .w_area_a dd em{
  font-weight:bold;
  font-size:19px;
  line-height:10pt;
  transform: scale(1, 1.1);
  display:inline-block;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer.new_footer .w_area_b dt{
  width: 197px;
  float: left;
  padding: 0 0px 0 15px;
}
footer.new_footer .w_area_b dt a{
  background:#ffc860;
  text-align:center;
  font-weight:bold;
  color:#3a3a3a;
  font-size:14px;
  line-height:14pt;
  display:block;
  padding:14px 0;
  text-decoration:none;
  transition: all .5s ease;
}
footer.new_footer .w_area_b dt a span{
  display:inline-block;
  background: url(/contents/ex/img/new_common/icon_img_06.png) left center no-repeat;
  background-size:12px 12px;
  padding:0 0 0 15px;
}
footer.new_footer .w_area_b dt a:hover{
  background:#ffbb17;
}
footer.new_footer .w_area_b dd{
  width:220px;
  float:right;
  font-size:12px;
  line-height:13pt;
  color:#4e4e4e;
  font-weight:normal;
}

footer.new_footer .footer_bottom_main{
  border-bottom:1px dotted #000000;
  padding-bottom:25px;
  width:960px;
  margin:0 auto 0;
}


footer.new_footer .footer_bottom_main::after,
footer.new_footer .footer_bottom_sub::after{
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
footer.new_footer .ft_list_a{
  width:350px;
  float:left;
}
footer.new_footer .ft_list_a li a,
footer.new_footer .ft_list_c li a{
  display:block;
  float:left;
  width:50%;
  color:#4e4e4e;
  text-decoration:none;
  padding:5px 0;
  font-size:11px;
}
footer.new_footer .ft_list_b li a{
  display:block;
  width:100%;
  color:#4e4e4e;
  text-decoration:none;
  padding:5px 0;
  font-size:11px;
}
footer.new_footer .ft_list_a li a span,
footer.new_footer .ft_list_b li a span,
footer.new_footer .ft_list_c li a span,
footer.new_footer .footer_bottom_sub li a span{
  position: relative;
  display: inline-block;
  transition: .3s;
  font-weight:normal;
}
footer.new_footer .ft_list_a li a span::after,
footer.new_footer .ft_list_b li a span::after,
footer.new_footer .ft_list_c li a span::after,
footer.new_footer .footer_bottom_sub li a span::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4e4e4e;
  transition: .3s;
}
footer.new_footer .ft_list_a li a span:hover::after,
footer.new_footer .ft_list_b li a span:hover::after,
footer.new_footer .ft_list_c li a span:hover::after,
footer.new_footer .footer_bottom_sub li a span:hover::after{
  width: 100%;
}
footer.new_footer .ft_list_b{
  width:385px;
  float:left;
}
footer.new_footer .ft_list_b ul:nth-child(1){
  float:left;
  width:35%;
}
footer.new_footer .ft_list_b ul:nth-child(2){
  float:left;
  width:65%;
}
footer.new_footer .ft_list_c{
  width:225px;
  float:left;
}
footer.new_footer .ft_list_a .ttls , footer.new_footer .ft_list_b .ttls , footer.new_footer .ft_list_c .ttls , footer.new_footer .footer_bottom_sub .ttls{
  font-weight:bold;
  font-size:13px;
  line-height:15pt;
  color:#4e4e4e;
  margin-bottom:14px;
}

footer.new_footer .footer_bottom_sub{
  margin:30px 0 0 0;
  padding-bottom:60px;
}

footer.new_footer .footer_bottom_sub ul{
  float:left;
  width:490px;
}
footer.new_footer .footer_bottom_sub li a{
  display:block;
  float:left;
  width:36%;
  color:#4e4e4e;
  text-decoration:none;
  padding:4px 0;
}
footer.new_footer .footer_bottom_sub li:nth-child(2) a,
footer.new_footer .footer_bottom_sub li:nth-child(5) a{
  width:28%;
}
footer.new_footer .footer_bottom_sub li a span{
  background: url(/contents/ex/img/new_common/icon_img_08.png) right center no-repeat;
  background-size:12px 12px;
  padding:0 15px 0 0;
}
footer.new_footer .footer_bottom_sub .ft_bt_sb_box{
  display: flex;
  align-items: center;
}
footer.new_footer .footer_bottom_sub dl{
  float:left;
  width:470px;
}
footer.new_footer .footer_bottom_sub dl dt{
  float:left;
  width:178px;
}
footer.new_footer .footer_bottom_sub dl dt img{
  width:156px;
}
footer.new_footer .footer_bottom_sub dl dd{
  width:285px;
  float:left;
}
footer.new_footer .ft_bt_sb_left{
  width:132px;
}
footer.new_footer .footer_bottom_sub dl dd p{
  width:170px;
  font-size:10px;
  font-weight:normal;
}
footer.new_footer .footer_bottom_sub dl dd img{
  display:inline-block;
  vertical-align:middle;
}

.copy{
  background:#a09b90;
  padding:8px 0;
  text-align:center;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.copy small{
  color:#FFF;
  font-size:10px;
  line-height:10pt;
  font-weight:normal;
  letter-spacing:0.1em;
}
.footer_bottom_sub a img{
  transition: all .5s ease;
}
.footer_bottom_sub a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}























/*-----IE-----*/
@media all and (-ms-high-contrast: none){
  .header_block .header_center .names{
    margin-top:3px;
  }
  header.new_header .header_block .header_right dd{
    padding:13px 0 7px 0;
  }
  .sideNav dl{
    padding:46px 0px 4px 20px;
  }
  .sideNav dt span{
    font-size:42px;
    line-height:15pt;
  }
  .sideNav dd em{
    font-size:35px;
    line-height:39pt;
  }
  footer.new_footer .w_area_a dt{
    background: url(/contents/ex/img/new_common/icon_img_07ie.png) left 5px no-repeat;
    background-size:42px 36px;
  }
  footer.new_footer .w_area_b dd{
    font-size:12px;
    line-height:12pt;
  }
}
/*-----FF-----*/
@-moz-document url-prefix() {
  .header_block .header_center .names{
    margin-top:3px;
  }
}


.syncsearch_block div.SS_search{
max-width:960px;
margin:20px auto 20px;
}
.syncsearch_block div#SS_result{
margin:25px auto 25px;
width:960px;
max-width:960px;
}

.syncsearch_block div#SS_contents div.SS_paging {
    text-align: center;
margin:10px 0 30px 0;
}



.syncsearch_block div.SS_item div.SS_image {
width:40%;
    max-width: 170px;
}
.syncsearch_block div.SS_item div.SS_page{
/*
width:56%;
max-width:760px;
*/
width:760px;
margin-left:30px;
}

.syncsearch_block div.SS_item div.SS_page div.SS_title{
margin-bottom:14px;
}

.syncsearch_block div.SS_paging b.SS_selectPage{
padding: 7px 12px 7px 12px;
}

.syncsearch_block div.SS_paging span.SS_numberPage {
padding: 7px 12px 7px 12px;
}

.syncsearch_block .SS_search input.SS_searchQuery{
padding:5px 10px;
}

.syncsearch_block .SS_searchCategory{
margin-top:10px;
}

.syncsearch_block .SS_searchCategory label{
margin-right:10px;
}
.syncsearch_block div.SS_adlinkPage span.SS_highlight{
background:#fffd75;
}
.syncsearch_block div.SS_item span.SS_highlight{
background:#fffd75;
}

.syncsearch_block .SS_searchSubmit{
padding:3px 10px;
}

.syncsearch_block div#SS_notFound{
width:960px;
margin:30px auto 30px; 
}
.syncsearch_block div#SS_notFound ul#SS_hintMessage{
margin-top:15px;
margin-left:0;
}
.syncsearch_block div#SS_navi{
width:960px;
margin:0 auto 0; 
}
.syncsearch_block div#SS_adlink{
width:900px;
margin:30px auto 0;
padding:20px 30px;
}

.syncsearch_block div.SS_adlinkPage{
width:700px;
margin-left:20px;
}