﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700&display=swap&subset=japanese');

/* basic link colours
----------------------------------------------- */
a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;Hedda-
}

a:hover, a:active {
	color: #666;
	text-decoration:underline;
}

a:focus { outline:none;}


/* layout
----------------------------------------------- */

@font-face {
   font-family: KozGoPro-Heavy;
   src: url("https://clubd.co.jp/font/KozGoPro-Heavy.otf") format("opentype");
}


/* layout
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #444;
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	/*background:url(../common_img/bg_body.jpg) repeat-x;*/
}

/* clear
----------------------------------------------- */
.clearfix:after,
.footIn:after,
.rHuman:after,
#contents:after,
#conteVaris:after,
.headVIn:after,
.headIn:after
{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix,
.footIn,
.rHuman,
#contents,
#conteVaris,
.headVIn,
.headIn
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html .footIn,
* html .rHuman,
* html #contents,
* html #conteVaris,
* html .headVIn,
* html .headIn
{
 height: 1%;
 overflow: visible;
}

.clearfix,
.footIn,
.rHuman,
#contents,
#conteVaris,
.headVIn,
.headIn
{
	display: block;
}

.clB {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}

.clBTxt {
	clear: both;
}


.clearBoth{
	clear:both;
}

img {
	width:100%;
}

/* COMMON
----------------------------------------------- */
.float-L {
	float: left;
}
.float-R {
	float: right;
}
.end {
	margin:0 !important;
}
.mB15 {
	margin-bottom: 15px;
}
.mB25 {
	margin-bottom: 25px;
}
.smaller-TX {
	font-size: 0.9em
}

.mB30 {
	margin-bottom: 30px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB5 {
	margin-bottom: 5px;
}

.txtRed {
	color: #ee0000;
}

.txtBlue {
	color: #2987e6;
}

.txtBold{
	font-weight:bold;
}

span.hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* HEADER
----------------------------------------------- */
.header_back_11 {
	border-bottom: 1px solid #ddd;
	background:#fff;
	position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 2;
	  width: 100%;
}
.headin {
	width: 1200px;
    margin: 0 auto;	
}
#head_logo {
	width: 18%;
    float: left;
	margin: 14px 0 3px 0;
}
.headright {
	width: 40%;
    float: right;
}
#search-form2 {
    float: left;
	margin-top:20px;
}
.head_cart {
    float: right;
	width:45px;
	margin: 15px 0 0 0;
}
.head_cart img {
	width:100%;
}

.toptab {
	float:left;
}

.toptab li a {
	display:block;
}
.mainvbox {
	background: #d99200;
	text-align: center;
	padding-top: 68px;
}
.mainvbox a img {
	width: 1200px; 
	height: 480px;
}

.searchbox {
	position: absolute;
}
.search-keyword {
	height: 25px;
	width:310px;
}
.search-button {
	border: none;
    height: 31px;
    position: relative;
    right: 6px;
    background: #000;
    color: #fff;
    width: 80px;
}



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

MEGAメニュー

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

#gnav > ul {
  display: table;
  padding-left: 50px;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #000;
}
#gnav > ul > li:hover > a {
  color: #000;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  font-size:1.1em;
}
#gnav > ul > li > a {
  display: block;
    padding: 20px 1em;
    transition: all .2s ease-in;
    font-size: 18px;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  position: absolute;
  background-color: #fff;
  padding:0 60px;
  border-bottom: solid 1px #ddd;
}
#gnav > ul .menu .menu_inner {
	padding: 1em 0 0 2em;
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
	min-height: 230px;
	margin-bottom: 20px;
}

#gnav > ul .menu .menu_inner_min {
    width: 18%;
}
#gnav > ul .menu .menu_inner li {
  margin: 0 .5em 1.8em;
}
#gnav > ul .menu a {
  color: #000;
}
#gnav > ul .menu a:hover {
	text-decoration:underline;
}

.mega_category li {
	display:inline-block;
	width:40%;
}
.mega_acountmenu {
	border:none !important;
}
.mega_acountmenu li a {
	border: 1px solid #000;
    padding: 22px;
    text-align: center;
}
.mega_underbotom {
/*	width: 50%;
	margin: 0 auto 30px;
	clear: both;*/
    width: 70%;
    margin: 0 auto 30px;
    clear: both;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mega_underbotom li {
	display: inline-block;
/*	padding: 0 20px; */
    width: 30%;
}
.mega_underbotom li a {
	border: 1px solid #000;
    padding: 22px;
    text-align: center;
	background: #000;
/*	width :240px;*/
	color: #fff !important;
}
.media_menu {
	min-height: 230px !important;
}

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

コンテンツ

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


.tabs {
	margin: 65px 0 30px 0;
}

.tabs li {
	display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 2.0em;
	padding-bottom: 9px;
    margin-bottom: 30px;
}

.tabs li a {
	display:block;
	padding-bottom: 20px;	
}
.tabs li.active {
	background: url(/img/tab_active.png) no-repeat center bottom;
    
}
.tabs li.active a {
	border-bottom: 1px solid #d31d19;
    color:#d31e1a;
}
.tab_content dl {
	margin-top:20px;
	text-align: center;	
}
.tab_content dt {
	font-size:21px;
	font-weight: bold;
	margin-bottom:15px;
}
.tab_content dd, .day_blg dd {
	font-size:15px;
	color: #666;
}
.day_blg dl {
	margin:20px 0 40px 0;
}
.skinny {
	margin: 60px 0;
    text-align: center;
}

.skinny dl {
	margin-top:20px;
}

.skinny dt {
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

.skinny dd {
	font-size: 15px;
    color: #666;
}

.tab1title {
	background:url(../../img/h_dcolle.png) no-repeat center;
	background-size:70%;
	height:52px;
}

.tab2title {
	background:url(../../img/h_support.png) no-repeat center;
	background-size:70%;
	height:52px;
}
.tab3title {
	background:url(../../img/h_learn.png) no-repeat center;
	background-size:50%;
	height:52px;
}
.tab_content div {
	width:48%;
}
#s_contents {
    width: 1200px;
    margin: 40px auto 0;
}
.searchcontents {
	clear:both;
}
.srccode {
	display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.srccode li {
    display: inline-block;
    width: 23.5%;
    text-align: center;
    margin-bottom: 30px;
}
.srccode li:nth-child(4n+2) {
	margin: 0 2%;
}
.srccode li:nth-child(4n+3) {
	margin: 0 2% 0 0;
}
.srccode li a {
    display: block;
    padding: 0 0 15px; 
    font-size: 16px;
	border: 1px solid #ddd;
	font-weight: bold;
	border-radius: 8px;
}

.srccode li img {
    margin-bottom: 15px;
    border-radius: 7px 7px 0 0;
}

/*.srccode li a:hover {
	border: 1px solid #d31e1a;
	color:#d31e1a;
}*/

h3 {
   font-size: 20px;
   margin: 100px 0 40px 0;
   font-weight: normal;
   text-align:center;
}
.category_search h3 {
	margin-top:80px;
}
.btn_black {
    margin: 25px 0 0;
}
.btn_black a {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    width: 300px;
    margin: 0 auto;
    display: block;
}
.btn_black a:hover,
.menu3 a:hover  {
	background:#000;
	opacity:0.7;
	color:#fff;	
}

.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.block-grid li {
    display: inline-block;
    width: 47%;
    height: 396px;
    border: 1px solid #ddd;
    margin: 0 10px 30px;
    overflow: hidden;
}
.block-grid-1-2-3 li:nth-child(2n+1) {
    clear: both;
    vertical-align: top;
    margin: 0 0 30px;
	padding:0;
	overflow:hidden;
}
.day_blg {
	
}
.blg_inner {
	width:1000px;
	margin:0 auto;
}
.block-grid li p{
	padding:5px 5px 0 5px;
}
.kiji_date {
	font-weight: bold;
    opacity: 0.7;
}
  
.media_banlist div {
	width:740px;
	margin:0 auto;
	margin-bottom:50px;	
}

	.medexia_wrap .conttitle {
    background: url(/img/h_learn.png) no-repeat center;
    background-size: 23%;
    height: 50px;
    margin: 80px 0 60px;
}

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

カテゴリスライド

--------------------------------*/
 .slick-slide {
      margin: 0px 10px;
	  text-align:center;
    }
	 .slick-slide p {
		 margin-top:10px;
	 }
	.slick-prev:before, .slick-next:before {
    color: black !important;
}
.slick-dots li button:before {
	font-size:24px !important;
}
.slick-prev:before {
	content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #000000;
    border-right: solid 3px #000000;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;	
}

.slick-next:before {
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #000000;
    border-right: solid 3px #000000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
}
.slick-dots {
	margin: -10px 0 !important;
}
.slick-dotted.slick-slider {
	margin-bottom:60px !important;
}

/*---------------------------------
footer
----------------------------------*/
#footer_wrap {
	border-top: 1px solid #dddddd;
}

.under_menu {
    padding: 30px 0;
    width: 1000px;
    margin: 0 auto;
}
.menu1 {
	width:49%;
	float:right;
	margin-bottom:45px;
}
.menu1 li {
	display: inline-block;
    width: 45%;
    margin: 0 12px 15px 0;
}
.menu1 a {
	display:block;
	border:1px solid #000;
	padding:14px 0;
	text-align:center;
	font-size: 15px;
}
.menu2 {
	width:49%;
	float:left;
	margin-left:15px;
}
.menu2 a {
	font-size: 15px;
    padding-bottom: 38px;
    display: block;
}

.menu3 {
	clear:both;
	display: flex;
    justify-content: center;
}
.menu3 li {
	display: inline-block;
    width: 35%;
    margin-bottom: 30px;
    margin-right: 30px;
}
.menu3 a {
	padding: 30px;
    text-align: center;
    font-size: 15px;
    background: #000;
    color: #fff;
    display: block;
}
.menu3 a:hover {
	color:#fff;	
}

.foot_obi {
	background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
	font-size:13px;	
}

.pageTop {
	bottom: 30px !important;
    position: fixed;
    right: 20px;
    z-index: 99999;
}
.pageTop a {
	background-repeat: no-repeat;
    text-decoration: none;
    width: 42px;
    height: 42px;
    line-height: 41px;
    font-size: 0.85em;
    border-radius: 50%;
    text-align: center;
    background: rgba(51, 51, 51, 0.5);
    padding: 0;
    display: block;
    color: #fff;
}
.pageTop a:hover {
	color:#fff;	
}

.trademark {
    margin: 0 auto;
    width: 1000px;
    padding: 25px 0;
    font-size: 0.75rem;
    line-height: 1.75;
}

.trademark p {
    margin: 0;
}

.info_20180618 a {
	color: #fff;
    padding: 8px 0;
    font-size:  15px;
    background: #aaa;
    display: block;
    text-align: center;
    }

.info_20180723 {
	color: #fff;
    padding: 8px 0;
    font-size:  15px;
    background: #666;
    text-align: center;
    }

.info_20190220 a {
	color: #fff;
    padding: 8px 0;
    font-size:  15px;
    background: #aaa;
    display: block;
    text-align: center;
/*    margin-top: -10px;*/
    }

.info_20190826 a {
    color: #fff;
    padding: 8px 0;
    font-size: 15px;
    background: #50526B;
    display: block;
    text-align: center;
    margin-top: 0px;
    }

.info_20200601 a {
    display: block;
    background: #b8d7b0;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 1rem;
}
	
.ban_sns {
	display: flex;
    width: 1000px;
    margin: 0 auto 40px;
}
.ban_sns ul {
	display: flex;
	justify-content: space-between;
}
.ban_sns li {
	width:48%;
}

.ban_app {
    padding: 0 0 30px;
    width: 1000px;
    margin: 0 auto;
}


#page-line {
    right: 20px;
    bottom: 85px !important;
    position: fixed;
}

#page-line img {
    width: 80px;
}

.bottom-mark {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 30px;
}

.bottom-mark img {
    width: 235px;
    margin: 0 10px;
}

.bottom-mark a img {
    width: 36%;
}

/*---------------------------------
20200518ヘッダー
----------------------------------*/

.navitop_menu {
    clear: both;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

.navitop_menu .toptab {
    width: 60%;
    float: none;
}

.navitop_menu #gnav ul {
    padding-left: 0;
}

.navitop_menu #gnav ul li.toggle {
    display: inline-block;
    margin-right: 4em;
}

.navitop_menu #gnav a.navi_hover {
    font-size: 1.3rem;
    font-family: Roboto,sans-serif;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 0;
}

.navitop_menu #gnav a.navi_hover span {
    margin-left: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
}

.navitop_menu #gnav ul li .menu a {
    font-family: 'Noto Sans JP', sans-serif;
}

.navitop_menu .headright {
    float: none;
    display: flex;
    align-items: center;
    width: auto;
}

.navitop_menu #search-form2 {
    float: none;
    margin: 0 15px 0 0;
}

.navitop_menu .searchbox {
    position: static;
    display: flex;
}

.navitop_menu .search-button {
    position: static;
}

.navitop_menu .head_cart {
    margin: 0 auto;
    float: none;
    width: 40px;
}

