/*
Theme Name: manual
Version: 2
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul,
ol{
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background: #fbfbfb;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
	color: #FFBF00;
}
a:hover {
	text-decoration: none;
}
p {
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	vertical-align: top;
}
img {
	max-width: 100%;
	height: auto;
}
:focus {
	outline: none;
}


.inner {
	margin: 0 auto;
	width: 1080px;
}
.inner-2 {
	margin: 0 auto;
	width: 860px;
}
.hover:hover,
a:hover,
input[type="submit"]:hover {
  transition: .3s;
  opacity: 0.7;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.sp-only {
	display: none;
}

@media screen and (max-width:640px) {
.inner,
.inner-2 {
	margin: 0 3%;
	width: auto;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
}


/* ==========================================================================
site-header
========================================================================== */
#site-header {
	margin-bottom: 20px;
	background: #FFBF00;
}
#site-header .site-header-pc .site-header-main {
	padding: 20px 0;
}
#site-header .site-header-pc .site-header-main .site-header-main-left {
	float: left;
	width: 50%;
}
#site-header .site-header-pc .site-header-main .site-header-main-left .logo {
	margin-top: 5px;
	width: 280px;
}
#site-header .site-header-pc .site-header-main .site-header-main-left .logo a {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}
#site-header .site-header-pc .site-header-main .site-header-main-right {
	float: right;
	width: 40%;
	margin-top: 10px;
}
.searchform {
	position: relative;
	width: 100%;
	height: 50px;
	margin: auto;
	border: none;
	border-radius: 0;
	border: solid 1px #e6e6e6;
	text-align: left;
	background-color: #f8f8f8;
}
.searchform input {
	width: 87%;
	height: 48px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 20px;
	font-weight: 100;
	text-indent: 0.9em;
	color: rgb(87, 87, 87);
	line-height: normal;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 0px;
}
.searchform button {
	width: 13%;
	height: 50px;
	position: absolute;
	right: 0;
	border: 0px solid #999;
	font-size: 24px;
	font-weight: 100;
	background: #FFBF00;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}


@media screen and (max-width:640px) {
#site-header {
	margin-top: 22%;
}
#site-header .site-header-sp {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 0;
	width: 100%;
	background: #FFBF00;
	z-index: 100;
}
#site-header .site-header-sp .site-header-main .site-header-main-left {
	float: left;
	width: 60%;
}
#site-header .site-header-sp .site-header-main .site-header-main-left .logo {
	margin-top: 8px;
	width: 84%;
}
#site-header .site-header-sp .site-header-main .site-header-main-left .logo a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}
#site-header .site-header-sp .site-header-main .site-header-main-right {
	float: right;
	width: 38%;
}
#site-header .site-header-sp .site-header-main .site-header-main-right ul {
	text-align: right;
}
#site-header .site-header-sp .site-header-main .site-header-main-right ul li {
	display: inline-block;
	width: 35%;
	cursor: pointer;
}
	
.site-header-sp-nav {
	display: none;
}
.site-header-sp-nav .site-header-sp-nav-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ad;
	background-image: url(assets/images/header-sp-btn-menu-close.png);
	background-repeat: no-repeat;
	background-position: 5% 3%;
	background-size: 10% auto;
}
.site-header-sp-nav .site-header-sp-nav-main {
	position: fixed;
	right: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background: #ffffff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.site-header-sp-nav .site-header-sp-nav-main ul {
	padding: 20px 3%;
}
.site-header-sp-nav .site-header-sp-nav-main ul li {
}
.site-header-sp-nav .site-header-sp-nav-main ul li a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.site-header-sp-nav .site-header-sp-nav-main ul li ul {
	display: block !important;
	padding: 0 0 20px 20px;
	font-size: 14px;
}
.site-header-sp-nav .site-header-sp-nav-main ul li a:hover {
	color: #333;
}
.site-header-sp-nav .site-header-sp-nav-main ul li a.current {
	font-weight: bold;
	color: #FFBF00;
}
.site-header-sp-nav .bnr {
	margin: 0 6% 0 20px;
}
}




/* ==========================================================================
breadcrumb
========================================================================== */
.breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb ol li {
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.breadcrumb ol li:before {
	content: ">";
	margin: 0 10px;
}
.breadcrumb ol li:first-child:before {
	display: none;
}
.breadcrumb ol li a {
	color: #333;
}


/* ==========================================================================
site-main
========================================================================== */

#site-main {
	width: 67%;
	float: right;
	padding: 40px 4%;
	background: #fff;
}
@media screen and (max-width:640px) {
#site-main {
	width: 96%;
	margin-top: 10px;
	padding: 20px 3%;
}
}



/* ==========================================================================
site-sidebar
========================================================================== */

#site-sidebar {
	width: 20%;
	float: left;
	color: #888;
}
#site-sidebar ul li {
	margin-bottom: 10px;
}
#site-sidebar ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}
#site-sidebar ul li ul {
	display: block !important;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 1px #cccccc;
}
#site-sidebar ul li a:hover {
	color: #FFBF00;
}
#site-sidebar ul li a.current {
	font-weight: bold;
	color: #FFBF00;
}
#site-sidebar ul li ul li {
	margin-bottom: 5px;
}
#site-sidebar ul li ul li a {
	font-size: 12px;
}

@media screen and (max-width:640px) {
#site-sidebar {
	float: none;
	width: auto;
}
}




/* ==========================================================================
site-footer
========================================================================== */

#site-footer {
	margin-top: 100px;
	padding: 30px 0;
	background: #eeeeee;
}
#site-footer .copyright {
	text-align: center;
	font-size: 11px;
}

@media screen and (max-width:640px) {
#site-footer {
	margin-top: 50px;
}
}


/* ==========================================================================
site-main
========================================================================== */

.entry-title {
}
.entry-title h1 {
	border-bottom: solid 1px #888;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 28px;
}
.entry-content h2 {
	margin: 60px 0 30px;
	padding: 15px 2%;
	position: relative;
	background: #f3f3f3;
	border-left: solid 6px #FFBF00;
	font-size: 26px;
}
.entry-content h3 {
	margin: 60px 0 30px;
	padding: 10px 2%;
	background: #f3f3f3;
	border-top: solid 1px #FFBF00;
	border-bottom: solid 1px #FFBF00;
	font-size: 22px;
}
.entry-content h4 {
	position: relative;
	margin: 60px 0 30px;
	padding-left: 20px;
	font-size: 20px;
}
.entry-content h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	background: #FFBF00;
}

.entry-content p {
	margin-bottom: 20px;
}
.entry-content ul {
	margin-bottom: 20px;
	padding: 40px;
	border: solid 1px #dddddd;
}
.entry-content ul li {
	position: relative;
	margin-top: 30px;
	padding: 0 0 10px 20px;
	border-bottom: solid 1px #dddddd;
}
.entry-content ul li:first-child {
	margin-top: 0;
}
.entry-content ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
  margin-right: 5px; 
}
.entry-content ol {
	margin-bottom: 20px;
	padding: 40px;
	border: solid 1px #dddddd;
	counter-reset: li_count;
}
.entry-content ol li {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
}
.entry-content ol li:first-child {
	margin-top: 0;
}
.entry-content ol li:before {
	counter-increment: li_count;
  content: counter(li_count)".";
  margin-right: 5px; 
}
.entry-content table {
	width: 100%;
	border-top: solid 1px #cccccc;
}
.entry-content table th {
	background: #f2f2f2;
	text-align: left;
}
.entry-content table th,
.entry-content table td {
	padding: 15px 3%;
	border-bottom: solid 1px #cccccc;
}
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content textarea {
	padding: 5px;
	font-size: 20px;
	border: solid 1px #cccccc;
	width: 100%;
}
.entry-content .btn {
	margin: 30px 0;
	text-align: center;
}
.entry-content .btn input[type="submit"] {
	padding: 10px 3%;
	width: 30%;
	background: #888888;
	font-size: 16px;
	color: #ffffff;
}
@media screen and (max-width:640px) {
.entry-title h1 {
	font-size: 26px;
}
.entry-content h2 {
	margin: 40px 0 20px;
	padding-bottom: 20px;
	font-size: 24px;
}
.entry-content ul {
	padding: 20px 4%;
}
.entry-content ol {
	padding: 20px 4%;
}
.entry-content .btn input[type="submit"] {
	width: 100%;
}
}


/* ==========================================================================
page
========================================================================== */


.home .entry-content h2:first-child  {
	margin-top: 0;
}
.entry-content .youtube {
	width: 100%;
	height: 400px;
}

@media screen and (max-width:640px) {
.entry-content .youtube {
	height: 200px;
}
}