@charset "utf-8";

@media screen and (max-width: 768px) {

/* =============================================================

　　Mobile - Parts Setting

============================================================= */

/*  Container Settings
--------------------------------------------- */

#container-ck {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
}

/*  Header Settings
--------------------------------------------- */

#container-ck #header {
	margin-bottom: 50px;
	padding-top: 10px;
}

#container-ck #logo {
  position: block;
  width: 100%;
	text-align: left;
}

#logo img {
    display: inline-block;
		max-width: 68%;
		height: auto;
}

#logo a {
    display: inherit;
		width: auto;
		height: auto;
    padding: 0;
    background: none;
}

#logo h1 {
    float: none;
    width: 120px;
    margin: 0;
}

#usernav .inner {
	margin-top: 0;
}

#sitemenu #menu {
	height: 40px;
}

#sitemenu #menu {
    display: inline-block;
}

.sidr {
	position: inherit;
	width: 100%;
}

.sidr.right {
    left: auto;
    right: 0;
}

#sitemenu {
	height: 80px;
}

#sitemenu .menu-inner {
	width: 100%;
	height: auto;
}

#usernav .usernav-menu {
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

#usernav .usernav-social {
	position: absolute;
	right: 0;
	z-index: 100;
}

#usernav .usernav-menu .menu-btn {
	padding: 0 50px 0 0;
}

#usernav .usernav-menu .menu-btn a,
#usernav .usernav-menu .menu-list a {
	padding: 14px 18px;
}

#usernav .usernav-menu .menu-btn:before {
	top: 30%;
	width: 15px;
	height: 15px;
}

  .icon-hamburger {
    display: inline-block;
  }

/*  Content Settings
--------------------------------------------- */

#container-ck #content-main {
	padding: 10px 5px 0 5px;
}

/*  Content Top
----------------------------------- */

/*  タブ */

ul.tablist li {
	width: 49%;
}

ul.tablist li:first-child {
	margin-right: 2%;
}
 
ul.tablist li a {
	font-size: 1.1em;
}


/*  Content Main
----------------------------------- */


/*  シリーズリンク */

ul.link-series li {
	font-size: 0.82em;
	letter-spacing: -0.05em;
}

/*  シリーズ詳細 */

.section-series {
	margin-bottom: 2em;
	padding: 0.5em;
}

.section-series h3 {
	margin-bottom: 0;
	padding: 12px 16px;
	color: #fff;
}

.section-series .box-detailwrap {
	display: block;
}

.section-series .box-detailwrap .box-detail {
	width: 100%;
	margin-bottom: -1px;
	padding: 24px;
	border: 1px solid #ccc;
}

.section-series .box-detailwrap .box-detail:nth-child(odd) {
	margin-right: 0;
}

/*  About（Tab02） */

.box-about h2 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.box-about {
	padding: 0 1.5em 1em 1.5em;
}

.box-about p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.8em;
}



  .notes3 {padding:30px 15px;}
}

