body {
	background-color: #333333;
}

.print_header { display: none; }
.cb{
  /* floatを解除 */
  clear: both;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background:#333;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  border-radius: 28px;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}
@media only screen and (max-width:767px) { 
	.pc {
		display: none !important;
	}
}
@media print, screen and (min-width:768px) {
	.sp {
		display: none !important;
	}
}

/**********************************
	グローバルメニュー
*/

@media print, screen and (min-width:768px) {
	.global_navi {
		position: fixed;
		left: 0;
		top: -10px;
		width: 180px;
		z-index: 200;
		bottom:0;
	}
	.global_navi .g_anchor {
		border-bottom: solid 2px #2c2c2c;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		padding: 3vh 0 3vh 25px;
		width: 100%;
	}

	.global_navi .global_navi_prospective a{
		line-height:normal;
		background-color:#ffffff;
		padding: 90px 0 12px 67px;
	}

	.global_navi .global_navi_prospective a:before{
		content:"";
		display:inline-block;
		width:31px;
		height:32px;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: absolute;
		left:25px;
		top:50%;
		transform: translate(0, -50%);
	}

	.global_navi .global_navi_prospective a:hover{
		background-color:#19BDE7;
		color: #ffffff;
	}

	.global_navi .g_anchor.is_gnav_current,
	.global_navi .g_anchor:hover {
		background-color: #0C4D6D;color: #ffffff;
	}
	
	.global_navi .icon_link {
		padding: 22px 0 22px;
		text-align: center;
		border-bottom: solid 2px #2c2c2c;
	}
	.global_navi .icon_link .icon_anchor {
		margin: 0 5px;
		vertical-align: middle;
	}
	.global_navi .icon_link a{
		opacity: 1;
		transition-duration: 0.2s;
	}
	.global_navi .icon_link a:hover{
		opacity: 0.7;
	}

	/* グローバルメニュー　サブメニュー */
	.global_navi .sub_list {
		left: 180px;
		overflow: hidden;
		position: absolute;
		transition-duration: 0.5s;
		top: 114px;
		z-index: 99;
		width: 0px;
		background-color: rgba( 51,51,51,0.9 );
		height:100%;
		
	}
	.global_navi .sub_list .sub_anchor {
		border-bottom: solid 2px #2c2c2c;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		padding: 17px 20px;
		white-space: nowrap;
		width: 100%;
	}
	.global_navi .sub_list .sub_anchor:hover {
		background-color: #19BDE7;
	}
	.global_navi .sub_switch.is-touch .sub_list,
	.global_navi .sub_switch:hover .sub_list {
		display: block;
		width: 278px;
	}
	.global_navi .sub_switch a[target="_blank"]:after {
		content: "";
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 12px;
		background-image: url("/common/img/base/icon_blank03.png");
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 100%;
	}
	.sub_switch > a > button > span {
		font-size: 0;
		position: absolute;
		left: -9999px;
		overflow: hidden;
	}
	.sub_switch.quick_link {
		background-color: #555;
	}
	.sub_switch.quick_link > ul {
		background-color: rgba( 85,85,85,0.9 );
	}
}
@media only screen and (max-width:767px) {
	.global_navi {
		position: fixed;
		z-index: 100;
		top: 65px;
		left: 0;
		display: none;
		background-color: #333;
		max-height: 300px; /* Android4.3 */
		max-height: calc(100vh - 65px);/* header高さを引く */
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
	}


	.global_navi .global_navi_prospective a{
		line-height:normal;
		background-color:#78033d;
		padding: 18px 0 18px 57px;
		background-position: right 15px center;
	}

	.global_navi .global_navi_prospective a br{
		display: none;
	}

	.global_navi .global_navi_prospective a:before{
		content:"";
		display:inline-block;
		width:31px;
		height:32px;
		background-image: url("/common/img/base/nav_sp/icon_prospective.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		position: absolute;
		left:15px;
		top:50%;
		transform: translate(0, -50%);
	}

	.global_navi .global_navi_prospective a:hover{
		background-color:#a14e77;
	}

	.global_navi.show-on-mobile {
		display: block;
		width: 100%;
	}
	.global_navi .sub_switch a[target="_blank"]:after {
		content: "";
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 12px;
		background-image: url("/common/img/base/icon_blank03.png");
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 100%;
	}
	.sub_switch > ul{
		display:none;
	}
	.sub_switch.quick_link {
		background-color: #555;
	}
	.sub_switch.menu-open > ul{
		display: block;
	}
	.global_navi a{
		display: block;
		color: #fff;
	}
	.sub_switch > a{
		position: relative;
	}
	.sub_switch > a > button {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 60px;
		height: 61px;
		border-left: solid 1px #000;
		border-bottom: solid 1px #000;
		text-align: center;
		font-size: 3rem;
		color:#ffffff;
		font-weight: bold;
	}
	.sub_switch > a > button > span{
		font-size:0;
		position: absolute;
		left:-9999px;
		overflow: hidden;
	}
	.sub_switch > a > button:after{
		content:"＋";
		vertical-align: top;
	}
	.sub_switch.menu-open > a > button {
		background-color: #555;
	}
	.sub_switch.menu-open > a > button:after{
		content:"－";
	}
	.g_anchor {
		line-height: 60px;
		padding-left: 32px;
		font-size: 1.5rem;
		border-top: solid 1px #000;
		background: url(../images/co_navi_arrow01_sp.png) no-repeat 15px center;
		background-size: 8px auto;
	}

	.global_navi .g_anchor[href=""]{
		background:none;
	}
	
	.global_navi .g_anchor.is_gnav_current {
		background-color: #78033d;
	}
	
	.global_navi .g_anchor.is_gnav_current button { pointer-events: all; }

	.sub_list li {
		background-color: #555;
	}

	.sub_list li:first-child {
		border-top: 1px solid #000;
	}
	
	.sub_anchor{
		line-height: 46px;
		padding-left: 44px;
		background: url(../img/base/nav_sp/co_navi_arrow02_sp.png) no-repeat 30px center;
		background-size: 6px auto;
		font-size: 1.4rem;
	}
	.g_anchor:hover,
	.sub_anchor:hover{
		color: #fff;
	}
	.g_navi2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.g_navi2 li{
		width: calc(100% / 3);
	}
	.g_navi2 a{
		height: 80px;
		padding-top: 15px;
		background-color: #453559;
		background-repeat: no-repeat;
		background-position: center 44px;
		text-align: center;
		font-size: 1.4rem;
	}
	.g_navi2 li ~ li{
		border-left: solid 1px #333;
	}
	.g_navi3,
	.g_navi4{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.g_navi3 li,
	.g_navi4 li{
		width: 50%;
	}
	.g_navi3 li a,
	.g_navi4 li a{
		line-height: 50px;
		padding-left: 30px;
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.g_navi3{
		background-color: #fff;
	}
	.g_navi3 li a{
		border-bottom: solid 1px #ccc;
		font-size: 1.4rem;
		background: #fff url(../img/base/nav_sp/co_navi_arrow03_sp.png) no-repeat 15px center;
		background-size: 6px auto;
		color: #222;
	}
	.g_navi3 li:nth-child(odd) a{
		border-right: solid 1px #ccc;
	}
	.g_navi4 li a{
		font-size: 1.4rem;
		background: url(../img/base/nav_sp/co_navi_icpn04_sp.png) no-repeat 15px center;
		background-size: 10px auto;
	}
	.g_navi4 li:nth-child(odd) a{
		border-right: solid 1px #000;
	}

	/* button */
    .menu-mobile-language,
	.menu-mobile-language span {
		display: inline-block;
		transition: all .4s;
	}
	.menu-mobile-language {
		position: absolute;
		width: 65px;
		height: 65px;
		padding: 18px 20px;
		background-color: #453559;
		color: #fff;
		right: 65px;
	}
	.menu-mobile-language::after {
		position: absolute;
		left: 0;
		bottom: 9px;
		content: 'LANGUAGE';
		display: block;
		width: 100%;
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		transition: all .4s;
	}
	.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 20px;
   }
	.menu-mobile,
	.menu-mobile span {
		display: inline-block;
		transition: all .4s;
	}
	.menu-mobile {
		position: relative;
		width: 65px;
		height: 65px;
		padding: 18px 20px;
		background-color: #4FAFCB;
		color: #fff;
	}
	.menu-mobile > div{
		position: relative;
		height: 20px;
	}
	.menu-mobile span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
	}
	.menu-mobile span:nth-of-type(1) {
		top: 0;
	}
	.menu-mobile span:nth-of-type(2) {
		top: 9px;
	}
	.menu-mobile span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-mobile::after {
		position: absolute;
		left: 0;
		bottom: 10px;
		content: 'MENU';
		display: block;
		width: 100%;
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		transition: all .4s;
	}
	.menu-mobile.menu-active::after {
		content: '';
	}
	.menu-mobile.menu-active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-mobile.menu-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-mobile.menu-active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	/* close button */
	.menu_close{
		display: block;
		width: 100%;
		line-height: 60px;
		text-align: center;
		background-color: #000;
		color: #fff;
		margin-bottom:74px;
	}
	.menu_close span{
		display: inline-block;
		padding-left: 25px;
		background: url(../img/base/nav_sp/co_navi_close.png) no-repeat 0 center;
		background-size: 14px auto;
	}

	/* header position fix 用指定 */
	.header_fix .global_navi{
	}
	
	/* サーチ */
	.searchformBox.sp{
		padding: 15px;
	}
	.searchform_input{
		float: left;
		width: calc(100% - 60px);
		height: 30px;
		padding-left: 15px;
		background-color: #fff;
		border-radius: 15px 0 0 15px;
	}
	.searchform_btn{
		width: 60px;
		line-height: 30px;
		border-radius: 0 15px 15px 0;
		background-color: #79033d;
		color: #fff;
		cursor: pointer;
	}
}


/**********************************
	メインコンテンツ 
*/
.main_contants {
	background-color: #fff;
	left: 180px;
	position: absolute;
	top: 40px;
	width: calc( 100% - 180px );
}
@media only screen and (max-width:767px) {
	.main_contants {
		left: 0;
		top: 65px;
		width: 100%;
	}
}

/**********************************
ヘッダー
*/

.header_container{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
}
@media only screen and (max-width:767px) {
	.header_container{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 65px;
		background-color: #fff;
	}
	.header_logo{
		width: 175px;
		/* height: 41px; */
		margin-left: 15px;
	}
}
@media print, screen and (min-width:768px) {
	.header_container{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		height: 45px;
		padding-left: 180px;
		background-color:#4FAFCB;
		color: #fff;
	}
	.midasi01{
		position: absolute;
		left: 200px;
		top: 15px;
		font-size: 15px;
	}
	.header_nav{
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}

	.header_nav a{
		display: block;
		height: 40px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: 1.1;
		color: #fff;
		font-size: 1.4rem;
		background-repeat: no-repeat;
		background-position: 16px center;
		font-weight: bold;
	}
	.header_nav li:hover{
	    background-color:#A6DCEC;
	}
	.header_nav li.cLang{
	    background-color:#0c4d6d;
	}
	.header_nav li.cLang:hover{
	    background-color:#8dbdd5;
	}

	.header_nav .header_nav_access{
		padding-left: 40px;
		background-color: #4fafcb;
	}
	.header_nav .header_nav_lang{
		background-color: #222;
	}

	.header_nav .header_nav_lang button{
		color:#fff;
		background-color:#333;
		height:40px;
		padding: 0 13px;
		cursor: pointer;
	}

	.header_nav .header_nav_lang:hover button {
	    opacity: .5;
	    transition: all 0.3s;
	}

	.header_nav .header_nav_lang button span{
		display: inline-block;
		line-height: 3.076923;
	}

	.header_nav .header_nav_lang button.lang_on + ul{
		display: block;
		height:100px;
		opacity: 1;
		
	}

	.header_nav .header_nav_lang ul{
		height:0;
		overflow: hidden;
		transition: all 0.4s ease;
		opacity: 0;
	}

	.header_nav .header_nav_lang ul li{
		background-color:#333;
		border-top:1px solid #000;
	}

	.header_nav .header_nav_lang ul li a{
		height:30px;
		font-size:1.3rem;
	}

	.header_nav a span{
		display: block; 
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header_nav_search p{
		width: 40px;
		cursor: pointer;
	}
	.searchformBox{
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 100;
		width: 100%;
		height: 0;
		overflow: hidden;
		padding: 0 50px;
		background-color: #000;
		opacity: 0;
		transition: .4s;
	}
	p.search_on + div{
		height: 60px;
		padding-top: 15px;
		opacity: 1;
	}
	.searchform_input{
		float: left;
		width: calc(100% - 70px);
		height: 30px;
		padding-left: 15px;
		background-color: #fff;
		border-radius: 15px 0 0 15px;
	}
	.searchform_btn{
		width: 70px;
		line-height: 30px;
		border-radius: 0 15px 15px 0;
		background-color: #79033d;
		color: #fff;
		cursor: pointer;
	}
}
@media print, screen and (min-width:768px) and (max-width:1050px) {
	.header_nav a{
		padding-left: 5px;
		padding-right: 5ppx;
		font-size: 1.1rem;
	}
	.header_nav .header_nav_access,
	.header_nav .header_nav_request,
	.header_nav .header_nav_inq{
		padding-left: 5px;
		background-image: none;
	}
}

/**********************************
フッター
*/
footer {
	background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
	footer {
		margin-top: 0;
	}
}

footer .icon:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	position: relative;
	vertical-align: middle;
	top: -1px;
	width: 16px;
}

footer .icon.box:before {
	height: 13px;
	width: 1px;
}

footer a{
	opacity: 1;
}
footer a:hover{
	opacity: 0.7;
}
footer .information .ad_text {
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1em;
}
footer .information .description {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
footer .sns_list li {
	display: inline-block;
}
footer .banner_links {
	text-align: center;
}
footer .banner_links li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
footer .banner_links li a {
	background-color: #fff;
	display: inline-block;
}
footer .banner_links .text_bnr a {
	background-color: #8f2157;
	color: #fff;
	font-size: 13px;
}
footer .external_link a .mdl {
	display: inline-block;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
	width: 80%;
}
footer .external_link a .mdl-2 {
	display: inline-block;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
	width: 80%;
}
footer .page_links {
	background-color: #3c0e18;
}
footer .page_links a {
	color: #fff;
	font-size: 13px;
}
footer .copyright {
	color: #fff;
	font-family: 'Arial, sans-serif';
	font-size: 11px;
}
@media print, screen and (min-width:768px) {
	footer .container {
		max-width: 1075px;
		margin: 0 auto 30px;
		padding: 35px 20px 0;
		position: relative;
		width: 100%;
		text-align:center;
	}
	footer .icon.box:before {
		height: 9px;
		width: 1px;
	}
	footer .information {
		margin-bottom: 16px;
		width: 100%;
		border-bottom: 1px solid #d5d4d4;
	}
	footer .information .ad_text {
		margin: 2px 0 0;
	}
	
	footer .information .logo_info {
		display: inline-block;
		vertical-align: middle;
	}
	footer .information .logo {
		margin: 3px 32px 6px 0;
		width: 400px;
	}
	footer .information .ad_text {
		text-align: center;
		width: 238px;
	}
	footer .information .description {
		display: inline-block;
		max-width: 560px;
		width: 60%;
		vertical-align: middle;
		text-align:left;
	}
	footer .sns_list {
		position: absolute;
		right: 20px;
		top: 47px;
	}
	footer .sns_list li a {
		display: inline-block;
		margin-left: 3.5px;
		width: 50px;
	}
	footer .banner_links {
		position: absolute;
		right: 20px;
		top: 134px;
		width: 204px;
	}
	footer .banner_links li {
		white-space: nowrap;
	}
	footer .banner_links .bn_left {
		background-color: #fff;
		height: 125px;
		padding: 39px 14px 0;
		margin-bottom: 2px;
		vertical-align: top;
		width: 100px;
	}
	footer .banner_links .bn_right {
		background-color: #fff;
		height: 125px;
		padding: 8px;
		vertical-align: top;
		width: 100px;
	}
	footer .banner_links .text_bnr a{
		display: block;
		line-height: 48px;
		width: 203px;
	}
	footer .contents_list_wrap {
		width: calc( 100% - 204px);
	}
	
	footer .contents_list {
		display: inline-block;
		font-size: 13px;
		min-height: 200px;
		margin-right: 3%;
		max-width: 25%;
		padding-right: 2%;
		position: relative;
		vertical-align: top;
		 text-align:left;
	}
	footer .contents_list:last-child {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	footer .contents_list dt {
		font-weight: bold;
		line-height: 1em;
		padding: 15px 0 12px;
		margin-left: 10px;
		
	}
	footer .contents_list dd a{
		display: inline-block;
		line-height: 1.5em;
		padding: 4px auto;
	}
	
	footer .external_link_wrap {
		max-width: 1075px;
		margin: 0 auto 54px;
		padding: 0 15px;
		width: 90%;
	}

    footer .footerMenuList {
        list-style: none;
        padding:0;
        margin:0;
    }
    footer .footerMenuList li { 
        padding-left: 1em; 
        padding-top: 8px;
    }
    footer .footerMenuList li:before {
        content: "• ";
        color: grey;
    }
	
	footer .external_link.el_single {
		display: block;
		float: left;
	}
	footer .external_link.el_single ul {
		display: block;
		width: 100%;
	}
	footer .external_link.el_quad {
		display: block;
		float: left;
	}
	footer .external_link.el_quad ul {
		display: block;
		float: left;
	}
	footer .external_link.el_single li{
		display: table;
		width: 100%;
		margin-right: 40px;
	}
	footer .external_link.el_quad li {
		display: table;
		float: left;
		margin-right: 40px;
	}
	
	footer .external_link.el_quad ul:last-child li:last-child {
		margin-right: 0;
	}
	
	footer .external_link .pc_row {
		display: table-row;
	}
	footer .external_link a {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #941e57;
		display: table-cell;
		font-size: 14px;
		font-weight: bold;
		/* height: 120px; */
		line-height: 1.4em;
		text-align: left;
		vertical-align: middle;
		width: 100%;
	}
	footer .external_link a .mdl {
		display: inline;
	}
	
	footer .page_link_back {
		background-color: #2B7388;
		clear: both;
		position: relative;
	}
	footer .page_links {
		background: none;
		font-size: 13px;
		line-height: 24px;
		margin: 0 auto;
		max-width: 1175px;
		width: 90%;
	}
	footer .page_links li {
		display: inline-block;
		margin-right: 29px;
	}
	footer .copyright {
		display: block;
		font-size: 11px;
		letter-spacing: 0.4px;
		margin: 0 auto;
		max-width: 1204px;
		padding-bottom: 20px;
		position: relative;
		text-align: right;
		top: -1em;
		width: 90%;
	}
	footer .button_top {
		cursor: pointer;
		opacity: 1;
		position: fixed;
		transition-duration: 0.2s;
		bottom: 61px;
		right: 4.5%;
	}
	footer .footerLabel {
		padding: 20px 0px;
		max-width: 1000px;
		margin: 0 auto;
		font-size: 12px;
		color:#fff;
        text-align: center;
        line-height: 190%;
	}
}

@media print, screen and (max-width:1180px) and (min-width:980px) {
	footer .information .description {
		width: calc( 100% - 300px );
		vertical-align: top;
	}
	footer .contents_list {
		width: 22%;
	}
	footer .external_link.el_single li{
		margin-right: 20px;
	}
	footer .external_link.el_quad li {
		margin-right: 20px;
	}
	footer .external_link a {
		font-size: 1.2vw;
	}
}
@media print, screen and (max-width:979px) and (min-width:768px) {
	footer .information {
		width: calc( 100% - 250px );
		margin-bottom: 5%;
	}
	footer .information .description {
		margin: 20px 0 100px 10px;
		width: 100%;
	}
	footer .contents_list {
		width: 22%;
	}
	footer .external_link a .mdl {
		display: inline-block;
	}
	footer .external_link a .mdl-2 {
		display: inline-block;
		text-align: left;
	}
	
	footer .copyright {
		top: 0;
		padding-top: 1em;
	}
	
	footer .external_link.el_single {
		float: none;
	}
	footer .external_link.el_quad {
		float: none;
	}
	footer .contents_list_wrap {
		width: 100%;
	}
	footer .external_link li{
		margin-bottom: 10px;
	}

	footer .external_link.el_quad li {
		float: none;
		white-space: nowrap;
	}
	
	footer .external_link.el_quad ul {
		float: none;
	}
	
}


@media only screen and (max-width:767px) { 
	footer .container {
		border-bottom: solid 1px #d4d4d4;
	}
	footer .information {
		padding: 6.6% 0;
		text-align: center;
	}
	footer .information .logo {
		width: 50%;
	}
	footer .information .ad_text {
		margin: 4% 0 5%;
	}
	footer .information .description {
		padding: 0 4%;
	}
	footer .sns_list {
		text-align: center;
		margin-bottom: 6.6%;
	}
	footer .sns_list li {
		margin: 0 2.5%;
		width: 17.3%;
	}
	footer .banner_links li {
		display: inline-block;
		margin: 0 2% 4%;
		vertical-align: top;
		width: 44%;
	}
	footer .banner_links li a {
		box-sizing: border-box;
		height: 100%;
		padding: 5% 10%;
		width: 100%;
	}
	footer .banner_links li .bn_left {
		padding: 29.4% 10%;
	}
	footer .banner_links .text_bnr {
		width: 92%;
	}
	footer .contents_list{
		border-top: solid 1px #d4d4d4;
	}
	footer .contents_list dt {
		display: block;
		font-size: 13px;
		line-height: 13px;
		padding: 6% 4%;
	}
	footer .contents_list dt {
		background-image: url(../img/base/footer/footer_icon_cross.png);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		background-size: 4.5%;
	}
	footer .contents_list dt[data-op='on'] {
		background-image: url(../img/base/footer/footer_icon_minus.png);
	}
	footer .contents_list dd a {
		border-width: 0px;
		display: block;
		font-size: 13px;
		height: 0;
		line-height: 0px;
		padding: 0% 4%;
		overflow: hidden;
	}
	footer .contents_list dt[data-op='on'] + dd a {
		border-top: solid 1px #d4d4d4;
		height: auto;
		line-height: 1.6em;
		padding: 6% 4%;
	}
	
	footer .external_link {
		display: table;
		width: 100%;
	}
	footer .external_link ul {
		display: table-row;
	}
	footer .external_link li {
		background-color: #fff;
		border-bottom: solid 1px #d4d4d4;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 50%;
	}
	footer .external_link a .mdl-2 {
		display: inline;
		text-align: center;
	}
	footer .external_link .center {
		width: 100%;
	}
	footer .external_link .left {
		border-right: solid 1px #d4d4d4;
	}
	footer .external_link a {
		font-size: 13px;
		display: block;
		padding: 10% 0;
	}
	footer .external_link .center a{
		padding: 6% 0;
	}
	footer .page_links {
		padding: 2% 0;
	}
	footer .page_links li {
		display: inline-block;
		width: 49%;
	}
	footer .page_links li a{
		background: url(../img/base/footer/footer_icon_arrow_w.png) no-repeat 15px 50%;
		background-size: 8px 13px;
		box-sizing: border-box;
		display: inline-block;
		line-height: 1.6em;
		padding: 7% 5px 6% 30px;
		vertical-align: middle;
		width: 100%;
	}
	footer .copyright {
		background-color: #3c0e18;
		text-align: center;
		padding: 5% 0;
	}
}

/**********************************
ページトップボタン
*/
.pagetop{
	line-height: 60px;
	text-align: center;
	background-color: #453559;
	color: #fff;
	font-size: 1.3rem;
}
.pagetop span:before{
	display: inline-block;
	width: 15px;
	height: 9px;
	margin-right: 4px;
	background-size: 15px auto;
	content: "";
}

@media print{
	.sns_list,
	.banner_links{
		display: none !important;
	}
}

@media (max-width: 767px) {
	.pc-only{
		display: none !important;
	}
}

@media (min-width: 768px) {
	.sp-only{
		display: none !important;
	}
}
.newicon {
    background: #B92A2A;
    color: #FFF;
    font-size: 70%;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}


.modal {
    display: block;
	top:20%;
	line-height: 200%;
    font-size: 15px;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width


























