@charset "UTF-8";

img {
	width: 100%;
}
a {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: #636363;
}
li{
    list-style: none;
}
.mar-style.sub p a {
	color: #0080E7;
}

.mar-style.sub p a:hover {
	color: #0080E7;
}
/* 文字基準 */
html, h1, h2, h3, h4, h5, h6, p {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	font-weight: normal;
}
/* 文字基準 */

html {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}
/*コンテンツが足りない時*/
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
h4, h5, h6, p, dl, table, ul{
	color: #636363;
}
table a {
	color: #0080E7;
/*	text-decoration: underline;*/
}
table a:hover {
	color: #0080E7;
}
/*header*/
header {
	display: block;
}
/*contents*/
.contents {
	position: relative;
	width: auto;
}
.contents .mar-style {
	width: 100%;
	margin: 0 auto 40px;
}
.contents .mar-style.sub {
	margin: 40px auto;
	padding: 0 20px;
}
.contents#news .mar-style.sub {
	margin: 40px auto 0;
}

@media print, screen and (min-width: 768px) {
.contents {
	margin-top: 127px;
	flex: 1 1 auto;
}
.contents .mar-style {
	max-width: 1000px;
	width: auto;
	margin: 0 auto 40px;
}
.contents .mar-style.sub {
	margin: 70px auto 100px;
	padding: 0;
}
.contents#news .mar-style.sub {
	margin: 40px auto 100px;
	min-height: 100vh;
}
.contents#news .press .mar-style.sub {
	min-height: 100vh;
}
}
.contents .wide-style {
	width: 100%;
	margin: 0px auto;
}
.contents #top_img_sub .wide-style {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
.contents .wide-style {
	margin: 0px auto 40px;
}
}

@media print, screen and (min-width: 768px) {
.wrap {
	padding: 0 75px;
}
}

/*footer*/
#footer_sitemap {
	width: 100%;
	padding: 40px 0 12px;
    background-color: #F0F0F0;
    background-size: cover;
    background-position: center center;
}
#footer_sitemap ul{
	color: #3F424A;
}
@media print, screen and (min-width: 768px) {
#footer_sitemap {
	padding: 40px 0 30px;
}
}
@media screen and (min-width: 1400px) {
#footer_sitemap {
    background-color: #F0F0F0!important;
}
}
#footer_sitemap .inner {
	width: calc(100% - 40px);
	margin: 0 auto;
	line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
#footer_sitemap .inner {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
}
#footer_sitemap .inner::after {
	content: none;
}
#footer_sitemap ul {
	list-style: none;
	font-weight: 500;
	margin-bottom: 10px;
}
#footer_sitemap ul:first-child {
	border-bottom: 1px #3F424A solid;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
#footer_sitemap ul {
	width: 20%;
	margin-left: 20px;
	margin-bottom: 0px;
    padding: 18px 0;;
}
#footer_sitemap ul:first-child {
	border-right: 1px #3F424A solid;
	border-bottom: none;
	margin-bottom: 0px;
}
}
#footer_sitemap li {
	padding-bottom: 18px;
}
#footer_sitemap ul ul {
	padding-top: 18px;
	margin-left: 0;
	font-weight: 200;
	width: 100%;
    padding: 18px 0;;
}
#footer_sitemap ul ul:first-child {
	border-right: none;
	border-bottom: none;
}
#footer_sitemap ul ul li {
	background-image: url(../img/arrow_wss.png?250220);
	background: url( "../img/arrow_wss.png?250220" ) 0 4px / 5px 9px no-repeat;
	padding: 0 0 18px 0.7em;
}
#footer_sitemap ul ul li:last-child {
	padding-bottom: 0;
}
#footer_sitemap ul a {
	color: #3F424A;
}
/*footer*/
footer {
	width: 100%;
	padding: 30px 0 10px;
	background-color: #636363;
	color: #3F424A;
	text-align: center;
	font-size: 0.813em;
}
footer .inner {
	max-width: 1000px;
	width: calc(100% - 10px);
	margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
footer .inner {
	display: flex;
	justify-content: center;
}
}
footer .inner::after {
	content: none;
}
footer ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
footer ul.footer_menu {
	display: block;
	text-align: center;
}
footer ul.footer_menu li {
	margin-bottom: 20px;
}
footer ul.footer_menu li a {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #fff;
}
@media print, screen and (min-width: 450px) {
footer ul {
	margin-bottom: 0px;
}
footer ul.footer_menu {
	display: flex;
	text-align: center;
}
footer ul.footer_menu li a {
	margin-right: 20px;
	padding-bottom: 7px;
	border-bottom: solid #fff 1px;
}
}
@media print, screen and (min-width: 768px) {
footer ul.footer_menu {
	margin-bottom: 0;
}
footer ul.footer_menu li {
	margin-bottom: 0px;
}
}
footer ul.sns li {
	margin-left: 20px;
}
footer ul.sns li:first-child {
	margin-left: 0px;
}
footer ul.sns li img {
	height: 24px;
	width: auto;
}
footer p {
	border-top: solid #fff 1px;
	padding: 30px 0;
	color: #fff;
}

@media screen and (max-width: 768px) {
footer p {
	font-size: 0.813em;
}
}
/*nav*/
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	padding: 23px 0 40px;
	line-height: 1;
	background-color: #fff;
}
#top-head a, #top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	max-width: 1120px;
}
@media print, screen and (min-width: 768px) {
#top-head .logo {
	float: left;
	font-size: 2.250em;
	margin-top: 7px;
	margin-left: 30px;
	max-width: 140px;
}
#top-head .inner {
	width: calc(100% - 10px);
}
}
@media screen and (min-width: 1120px) {
#top-head .logo {
	float: left;
	margin-left: 60px;
	max-width: 160px;
}
#top-head .inner {
	width: 100%;
}
}
#global-nav ul:first-child {
	right: 0;
	top: 40px;
	list-style: none;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
#global-nav ul:first-child {
	display: flex;
	position: absolute;
	top: 40px;
	list-style: none;
	text-align: center;
}
}
#top-head.fixed #global-nav ul:first-child {
	top: -10px;
}
ul.ddmenu ul {
	display: none;
	position: absolute;
}
#global-nav ul.ddmenu li {
	margin: 0 5px 0 5px;
	padding: 15px 0;
	border-bottom: 1px solid #ca2231;
	width: auto;
	min-width: 60px;
}
@media print, screen and (min-width: 768px) {
#global-nav ul.ddmenu li {
	margin: 0 5px 15px 5px;
	padding: 15px 0;
	border-bottom: 1px solid #ca2231;
}
}
@media print, screen and (min-width: 860px) {
#global-nav ul.ddmenu li {
	min-width: 90px;
}
}
@media screen and (min-width: 1120px) {
#global-nav ul.ddmenu li {
	margin: 0 15px 15px 15px;
    width: 100px;
}
}
#global-nav ul ul.sub_menu {
	background-color: rgba(0,0,0,0.10);
	margin-top: 16px;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
#global-nav ul ul.sub_menu {
	background-color: rgba(0,0,0,0.50);
	width: 222px;
	margin-left: -61px;
    padding-left: 0;
	margin-top: 16px;
	text-align: left;
}
}
@media print, screen and (min-width: 768px) {
#global-nav ul.ddmenu li:nth-child(5) ul.sub_menu {
	margin-left: -125px;
}
}
@media screen and (min-width: 1200px) {
#global-nav ul.ddmenu li:nth-child(5) ul.sub_menu {
	margin-left: -61px;
}
}
#global-nav ul.ddmenu ul.sub_menu li:first-child {
	margin-top: 15px;
}
#global-nav ul.ddmenu ul.sub_menu li:last-child {
	margin-bottom: 15px;
}
#global-nav ul.ddmenu ul.sub_menu :nth-of-type(2) {
	border-bottom: 1px solid #339033;
}
#global-nav ul.ddmenu li:nth-of-type(2) {
	border-bottom: 1px solid #339033;
}
#global-nav ul.ddmenu li:nth-of-type(3) {
	border-bottom: 1px solid #0066c3;
}
#global-nav ul.ddmenu li:nth-of-type(4) {
	border-bottom: 1px solid #ffc300;
}
#global-nav ul.ddmenu li:nth-of-type(5) {
	border-bottom: 1px solid #636363;
}
#global-nav ul.ddmenu li:nth-of-type(6) {
	margin-right: 15px;
}
#global-nav ul.sub_menu li {
	width: calc(100% - 30px);
	max-width: none;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #666;
	color: #fff;
}
#global-nav ul.sub_menu li a {
	padding: 20px 0;
	display: block;
	background-image: url(../img/arrow_ws.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 6px 5px;
}
#global-nav ul.ddmenu ul.sub_menu li:nth-of-type(2), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(3), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(4), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(5) {
	border-bottom: 1px solid #666;/*margin-right: 20px;*/
}
#global-nav ul.ddmenu ul.sub_menu li:nth-of-type(5) {
	margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
#global-nav ul.sub_menu li {
	border-bottom: 1px solid #999;
}
#global-nav ul.ddmenu ul.sub_menu li:nth-of-type(2), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(3), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(4), #global-nav ul.ddmenu ul.sub_menu li:nth-of-type(5) {
	border-bottom: 1px solid #999;
}
#global-nav ul.ddmenu ul.sub_menu li:nth-of-type(5) {
	border-bottom: 1px solid #999;
}
}
#global-nav ul.ddmenu ul.sub_menu li:first-child {
	border-top: none;
}
#global-nav ul.ddmenu ul.sub_menu li:last-child {
	border-bottom: none;
}
#global-nav ul.ddmenu ul.sub_menu li a {
	color: #fff;
    background-color: unset;
}
.contact_menu {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	display: flex;
	font-size: 0.857em
}
.contact_menu li {
	margin-left: 40px;
	padding: 10px 0 10px 20px;
	background-image: url(../img/top_icon_01.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 15px 15px;
}
.contact_menu li:nth-child(2) {
	background-image: url(../img/top_icon_02.png);
}
/* Fixed */
#top-head.fixed {
	position: fixed;
	top: 0;
	padding-top: 10px;
	margin-top: 0;
	height: 55px;
	background: #000;
	background: rgba(255,255,255,1.0);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	border-bottom: 1px solid #e6e6e6;
}
#top-head.fixed .logo {
	margin-top: 0;
	color: #333;
}

@media print, screen and (min-width: 768px) {
#top-head.fixed .logo {
	font-size: 1.500em;
	margin: -6px 0 0 13px;
	color: #333;
	width: 110px;
}
#top-head.fixed .contact_menu {
	display: block;
	top: -5px;
	right: 13px;
}
#top-head.fixed .contact_menu li {
	padding: 5px 0 5px 20px;
}
#top-head.fixed .contact_menu li.li_gold {
    display: none;
}
#top-head.fixed #global-nav ul:first-child {
	right: 110px;
}
#top-head.fixed #global-nav ul.ddmenu li {
	margin: 0 5px 5px 5px;
    font-size: 12px;
}
#top-head.fixed #global-nav ul.sub_menu li {
	width: calc(100% - 30px);
	margin: 0 15px 5px 15px;
}
/*#global-nav ul.sub_menu li:activenth-child(5) {
 margin-right: 15px;
}*/
}
@media print, screen and (min-width: 1120px) {
#top-head.fixed #global-nav ul.ddmenu li {
    font-size: 14px;
}
}
#top-head.fixed #global-nav ul li a {
	color: #333;
}
#top-head.fixed #global-nav ul.ddmenu ul.sub_menu li a {
	color: #fff;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	z-index: 101;
	right: 13px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background: #666;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
@media screen and (max-width: 768px) {
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: relative;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
	position: relative;
}
#mobile-head {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 56px;
	background: #fff;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 13px;
	top: 5px;
	color: #fff;
	font-size: 1.625em;
	max-width: 110px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	padding: 10px 0;
	background: #333;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	position: static;
	right: 0;
	bottom: 0;
    margin-left: -40px;
	font-size: 0.929em;
	list-style: none;
}
#global-nav ul li {
	position: static;
	float: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	display: block;
	width: 100%;
	padding: 18px 0;
	color: #fff;
}
#top-head #global-nav ul.sub_menu li a, #top-head.fixed #global-nav ul.sub_menu li a {
	padding: 25px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
/*top_page*/
.contents #activities {
	background-color: #e9e9e9;
	padding: 60px 0 90px;
}
@media print, screen and (min-width: 768px) {
.contents #activities .mar-style {
	max-width: 920px;
}
}
.contents #activities li .col_01 {
	padding: 5px;
	background-color: #fff;
	height: 525px;
	position: relative;
}
@media screen and (min-width:320px) and ( max-width:768px) {
.contents #activities li .col_01 {
	height: 535px;
}
}
.contents #activities li .col_01 .col_wrap {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
}
.contents #activities .hon_txt {
	padding: 20px 20px 15px 20px;
}
.contents #activities .hon_txt h3 {
	font-size: 1.071em;
	margin-bottom: 15px;
	font-weight: 600;
}
.hon_txt p {
	margin-bottom: 28px;
	font-size: 0.857em;
}
.slider a.btn-tertiary {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
a.btn_r_s {
	display: block;
	color: #cf565f;
	font-size: 0.929em;
	padding: 10px;
	text-align: center;
	border: 1px solid #cf565f;
	border-radius: 15px;
	width: 190px;
	margin: 0 auto;
}
a.btn_r_s span::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/top_icon_12.png);
	background-size: contain;
	vertical-align: calc(50% - 9px);
}

/*メインスライダー*/

/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #000;
}

@media screen and (min-width: 1000px) {
#activities .slick-next {
	right: -60px;
}
#activities .slick-prev {
	left: -60px;
}
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
img {
	max-width: 100%;
	height: auto;
}
/*メインスライダーコピー*/
#top_img p.shoulder {
	display: block;
	font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
	font-weight: 100;
}
#top_img .copy_s {
	font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
	font-weight: 400;
}
#top_img .slick-slide img {
	max-width: 150%;
	width: 150%;
}
#top_img .midashi_style01 {
	display: block;
	font-size: 1.714em;
	font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
	line-height: 1.2em;
	font-weight: 500;
}
@media print, screen and (min-width: 768px) {
#top_img .slick-slide img {
	width: 100%;
}
#top_img p.shoulder {
	font-size:1.429em;
}
#top_img .midashi_style01 {
	display: block;
	font-size: 5.143em;
}
#top_img .copy_s {
	font-size:1.500em;
	line-height: 1.4em;
}
#top_img li img {
	height: 520px;
	object-fit: cover;
	object-position: center;
}
}
.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.main-bg{
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-copy-img{
    width: 60%!important;
}
@media screen and (max-width: 600px) {
    .main-copy-img{
        width: 90%!important;
    }
}
#top_img .slick-initialized .slick-slide .maincopy01 {
	right: 0;
	bottom: 30px;
}
.slick-initialized .slick-slide .maincopy01.cop_r {
	top: auto;
	left: 0;
	right: 0;
	bottom: 30px;
	line-height: 0em;
}
#top_img .maincopy01 .maincopy02_inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	text-align: right;
	height: 100%;
}
#top_img .maincopy01 p{
	color: #fff;
}
#top_img .regular.slick-slider {
	color: #fff;
}
#top_img_sub {
    margin-top: 50px;
    font-size: 0;
/*
	height: 220px;
	background-image: url(../img/bg_top_01.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
*/
}
#top_img_sub h3{
    font-size: 0;
}
#top_img_sub .sub_copy {
	display: inline-block;
}
#top_img_sub .sub_copy p{
	color: #fff;
}

#media_news dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#media_news dt {
	width: 170px;
	padding: 20px 0 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#media_news.press dt, #media_news.note dt {
	width: 6em;
}
#media_news dt div{
	display: inline-block;
	width: 100px;
}
#media_news dt span {
	width: 90px;
	text-align: center;
	padding: 3px;
	background-color: #c21829;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8em;
}
#media_news dt span:nth-child(2){
	margin-top: 5px;
}
#media_news.press dt span, #media_news.note dt span {
	display: none;
}
#media_news dt span.madeia {
	background-color: #ca2231;
}
#media_news dt span.web_madeia {
	background-color: #0066c3;
}
#media_news dt span.newspapaer {
	background-color: #ca2231;
}
#media_news dt span.tv {
	background-color: #ffc300;
}
#media_news dt span.media_press {
	background-color: #339033;
}
#media_news dt span.etc {
	background-color: #636363;
}

#media_news dd {
	width: 100%;
	line-height: 1.6;
	border-bottom: 1px dotted #c9caca;
	padding: 10px 0 20px;
}
.media-tab-wrapper{
    display: flex;
    flex-wrap: nowrap!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    border-bottom: 1px dotted #c9caca;
}
.media-tab-wrapper dd{
    display: flex!important;
    align-items: center!important;
    border-bottom: none!important;
}
.media-tab-list{
    display: flex!important;
    align-items: center!important;
    width: 200px!important;
    padding: 20px 0 10px;
    font-weight: bold;
    border-bottom: none!important;
}
.media-tab-list span {
    width: 90px!important;
    text-align: center;
    padding: 3px;
    background-color: #c21829;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 0.8em;
}
.media-tab-list span:nth-child(2) {
    margin-top: 5px;
}
.news_list span.madeia {
	background-color: #ca2231;
}
.news_list span.web_madeia {
	background-color: #0066c3;
}
.news_list span.newspapaer {
	background-color: #ca2231;
}
.news_list span.tv {
	background-color: #ffc300;
}
.news_list span.media_press {
	background-color: #339033;
}
.news_list span.etc {
	background-color: #636363;
}
@media screen and (max-width: 768px) {
    .media-tab-list {
        width: 240px !important;
    }
    .media-tab-wrapper dd{
        padding-bottom: 0!important;
    }
}
@media screen and (max-width: 500px) {
    .media-tab-wrapper {
        flex-direction: column;
    }
    .media-tab-wrapper dd{
        padding-bottom: 40px!important;
    }
}
    
@media screen and (min-width: 450px) {
#media_news dt {
	border-bottom: 1px dotted #c9caca;
	padding: 20px 0;
}
#media_news dd {
	width: calc(100% - 170px);
	padding: 20px 0;
}
#media_news.press dd, #media_news.note dd{
	width: calc(100% - 6em);
}
}
@media print, screen and (min-width: 768px) {
#media_news dt {
	padding: 30px 0;
}
#media_news dd {
	padding: 30px 0;
}
}
/*メインスライダーコピー*/
h2.midashi_style02 {
	text-align: center;
	margin-bottom: 60px;
	font-weight: 600;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#news h2.midashi_style02 img,h2.midashi_style02 img  {
	width: 64px;
	height: 64px;
}
h2.midashi_style02 span {
	display: block;
	font-size: 1.571em;
	margin-top: 15px;
}
.contents #product {
	padding: 60px 0 100px;
}
.contents #product .col2_01 {
	padding: 0 10%;
	text-align: center;
	width: 100%;
}
.contents #product .col2_01 {
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
.contents #product .col2_01 {
	width: 50%;
	margin-bottom: 0px;
}
.contents #product .col2_01:nth-child(1) {
	border-right: 1px solid #ccc;
}
}
.contents #product .col2_01 img {
	width: 246px;
	height: auto;
	margin-bottom: 30px;
}
.contents #product h3 {
	font-size: 1.214em;
	margin-bottom: 30px;
	font-weight: 600;
}
.contents #product .col2_01 p {
	text-align: left;
	font-size: 0.857em;
	margin-bottom: 30px;
}
#news h2.midashi_style02 {
	display: flex;
	margin-bottom: 40px;
	text-align: left;
}
#news h2.midashi_style02 span {
	width: calc(100% - 64px);
	padding-left: 20px;
}
.contents #news {
	margin: 60px 0;
}
.contents #news h3 {
	font-size: 1.214em;
	margin-bottom: 30px;
}
.contents #news .col3_01 {
	padding: 0 30px;
	max-width: 400px;
	margin: 0 auto 40px;
}

@media print, screen and (min-width: 768px) {
.contents #news .col3_01 {
	width: calc(100% / 3);
	margin: 0 auto;
}
.contents #news .col3_01:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
}
.contents #news .col3_01 dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 0.929em;
	margin-bottom: 30px;
	line-height: 2;
}
.contents #news .col3_01 dt {
	width: 100px;
	font-weight: bold;
}
.contents #news .col3_01 dd {
	width: calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contents #news .col3_01 dd a {
	color: #595757;
}
/*parts*/
a:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#footer_sitemap a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	opacity: 1;
}
#footer_sitemap a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #3F424A;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#footer_sitemap a:hover::after {
	transform: scale(1, 1);
}
#footer_sitemap a:hover,
.mar-style.sub p a:hover,
table a:hover,
a:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
.fade {
	opacity: 1;
}
#page-top {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: fixed;
	font-size: 0.643em;
	bottom: 50px;
	padding-bottom: 15px;
	right: 20px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	background-image: url(../img/arrow_pagetop.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 8px auto;
	cursor: pointer;
}
/*parts*/


@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}