/*
Theme Name: samurai-ma
Text Domain: samurai-ma


*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

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

* {
	box-sizing: border-box;
}

/* html
-------------------------------------------------- */
html {
	font-size: 62.5%;
}

/* link
-------------------------------------------------- */
a {
	text-decoration: none;
}

a:link {
	color: royalblue;
	margin-left: 0px;
	margin-right: 10px;
}

a:hover {
	color: #02baf7e0;
	text-decoration: underline;
}

a:active {
	color: #02baf7e0;
}

a:visited {
	color: #666;
}

a:focus {
	color: #02baf7e0;
}

.linkUnderline {
	text-decoration: underline;
}

/* body
-------------------------------------------------- */
body {
	width: 100%;
	min-width: 1060px;
	line-height: 1.5;
	color: #000000;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "ＭＳ ゴシック", sans-serif;
	background: #ffffff;
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 960px) {
	body {
		min-width: 100%;
		padding: 0;
	}
}

/* image Element
-------------------------------------------------- */
img {
	vertical-align: bottom;
	line-height: 1;
	font-size: 1px;

}

.image {
	padding: 15px 0 6px;
	margin: 0 0 27px;
}

.titlepc {


	padding: 10px;
	position: absolute;
	left: 350px;
	top: 25px;
}


@media screen and (max-width: 960px) {
	.image {
		margin: 0 0 14px;
	}

	.image img {
		width: 100%;
		height: auto;
	}
}

p.caption {
	margin: 3px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666666;
}

@media screen and (max-width: 960px) {
	p.caption {
		font-size: 9px;
		font-size: 1.3rem;
	}
}

/* wrapperArea
-------------------------------------------------- */
#wrapperArea {
	margin: 0 auto;
	width: 100%;
	background: #ffffff;
	position: relative;
}

/* display
-------------------------------------------------- */
.hidden {
	display: none;
}

.pcBlock {
	display: block !important;
}

@media screen and (max-width: 960px) {
	.pcBlock {
		display: none !important;
	}
}

.spBlock {
	display: none !important;
}

@media screen and (max-width: 960px) {
	.spBlock {
		display: block !important;
	}
}

.pcInline {
	display: inline !important;
}

@media screen and (max-width: 960px) {
	.pcInline {
		display: none !important;
	}
}

.spInline {
	display: none !important;
}

@media screen and (max-width: 960px) {
	.spInline {
		display: inline !important;
	}
}

/* anchors
-------------------------------------------------- */
#anchors {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -100em;
	top: -100em;
}

/* header
-------------------------------------------------- */
#header {
	width: 100%;
	border-top: 6px solid #02baf7e0;
	border-bottom: 1px solid #cccccc;
}

#header .body {
	padding: 15px 0 13px;
}

#header .logo {
	width: 960px;
	/*float: left;*/
	text-align: center
}

#header ul.btn {
	float: right;
}

#header ul.btn li {
	width: 143px;
	padding: 0;
	margin: 0 0 0 15px;
	float: left;
}

#header ul.btn li a {
	padding: 11px 0 15px;
}

#header ul.btn li.btnType1 a {
	padding: 9px 27px 13px 18px;
	background-repeat: no-repeat;
	background-position: right 18px;
}

#header ul.btn li.btnType2 a {
	text-align: center;
}

@media screen and (max-width: 960px) {
	#header {
		border-top-width: 3px;
		position: relative;
	}

	#header .body {
		padding: 0;
	}

	#header .logo {
		width: 100%;
		padding: 10px;
	}

	#header .logo img {
		width: auto;
		height: 30px;
	}

	#header .logo .menuOpen {
		width: 30px;
		height: 30px;
		display: inline-block;
		float: right;
		cursor: pointer;
	}

	#header .logo .menuOpen img {
		width: 100%;
		height: auto;
	}

	#header ul.btn {
		width: 100%;
		padding: 15px;
		margin: 0;
		background: #ffffff;
		clear: both;
		border-top: 1px solid #cccccc;
	}

	#header ul.btn li {
		width: 100%;
		margin: 0 0 10px;
		clear: both;
	}

	#header ul.btn li a {
		padding: 8px 0;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}

	#header ul.btn li:last-child {
		margin: 0;
	}

	#header ul.btn li.btnType1 a {
		padding: 8px 22px;
		background-size: 15px 10px;
		background-position: right center;
	}
}

/* mainArea
-------------------------------------------------- */
#mainArea {
	width: 100%;
	margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	#mainArea {
		margin-top: 0px;
	}
}

.body {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 7px;
}

.body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

@media screen and (max-width: 960px) {
	.body {
		width: 100%;
		padding: 12px 10px 3px;
	}
}

p {
	margin: 0 0 27px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width: 960px) {
	p {
		margin: 0 0 14px;
		font-size: 10px;
		font-size: 1rem;
	}
}

.body2 {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 7px;
	text-align: left;
	background: #eeeeee;
	padding-left: 15px;
	font-size: 1.3rem;
	margin-top: 15px;
}

.body2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

@media screen and (max-width: 960px) {
	.body2 {
		width: 100%;
		padding: 12px 15px 3px;
	}
}

/* pageTop
-------------------------------------------------- */
#pageTop {
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}

#pageTop a:hover {
	opacity: 0.7;
}

/* footer
-------------------------------------------------- */
#footer {
	width: 100%;
	border-top: 1px solid #cccccc;
}

#footer .body {
	padding: 16px 0;
}

#footer #copyright {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 960px) {
	#footer .body {
		padding: 8px 0;
	}

	#footer #copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
}

/* fontSize
-------------------------------------------------- */
.fontSize32 {
	font-size: 20px;
	font-size: 2rem;
	vertical-align: sub;
}

@media screen and (max-width: 960px) {
	.fontSize32 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* aformBox
-------------------------------------------------- */
.aformBox {
	padding: 41px 110px 0;
	margin: 0 0 73px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.aformBox .aform-header {
	display: none;
}

@media screen and (max-width: 960px) {
	.aformBox {
		padding: 0;
		margin: 0;
		background: 0;
		border: 0;
	}
}

.aformBox .aform-content {
	/* select
-------------------------------------------------- */
	/* input
-------------------------------------------------- */
}

.aformBox .aform-content dl {
	margin: 0 0 20px;
	border-bottom: 0;
}

.aformBox .aform-content dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.aformBox .aform-content dt {
	width: 263px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	float: left;
	float: left;
}

.aformBox .aform-content dt .required {
	padding: 5px 6px 3px;
	margin: 3px 0 0 14px;
	position: static;
	top: auto;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	background: #cc0000;
	border-radius: 0;
	font-weight: normal;
	vertical-align: text-top;
	line-height: 1;
}

.aformBox .aform-content dd {
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 263px;
	margin: 0;
}

.aformBox .aform-content .aform-name-ul li input,
.aformBox .aform-content .aform-kana-ul li input {
	width: auto;
}

.aformBox .aform-content .aform-radio-ul li {
	width: auto;
	margin: 0 70px 20px 0;
	display: inline-block;
}

.aformBox .aform-content .aform-checkbox-ul li {
	width: 225px;
	margin: 0 0 20px;
	display: inline-block;
}

.aformBox .aform-content .submit {
	margin-top: 0;
	padding: 0;
	background: 0;
}

@media screen and (max-width: 960px) {
	.aformBox .aform-content dt {
		width: 100%;
		margin: 0 0 3px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.aformBox .aform-content dt .required {
		padding: 2px 3px 1px;
		margin: 2px 0 2px 11px;
		font-size: 9px;
		font-size: 1.3rem;
	}

	.aformBox .aform-content dt .aform-label {
		padding-right: 0;
	}

	.aformBox .aform-content dd {
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 0;
		margin: 0 0 2px;
	}

	.aformBox .aform-content .aform-radio-ul li,
	.aformBox .aform-content .aform-checkbox-ul li {
		width: 50%;
		padding: 0 5px 0 0;
		margin: 0 0 10px;
	}
}

.aformBox .aform-content select,
.aformBox .aform-content select option {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	box-shadow: none;
}

.aformBox .aform-content select {
	width: 100%;
	padding: 13px 39px 13px 13px;
	color: #000000;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	border-radius: 0;
	border: 0;
	background: #ffffff;
	background-image: url(../images/select_1.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 2px solid #cccccc;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 7px;
}

@media screen and (max-width: 960px) {
	.aformBox .aform-content select {
		padding: 11px 30px 10px 10px;
		color: #000000;
		background-image: url(../images/select_1_sp.png);
		background-size: 20px auto;
		border: 1px solid #cccccc;
		font-size: 12px;
		font-size: 1.2rem;
		border-radius: 5px;
	}
}

.aformBox .aform-content select::-ms-expand {
	display: none;
}

.aformBox .aform-content .select-group {
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	border: 2px solid #cccccc;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.aformBox .aform-content .select-group.error {
	border-color: #cc0000;
}

.aformBox .aform-content .select-group:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-left: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 14px;
	z-index: 1;
}

.aformBox .aform-content input[type="text"],
.aformBox .aform-content input[type="email"],
.aformBox .aform-content input[type="tel"],
.aformBox .aform-content textarea {
	padding: 13px;
	border: 2px solid #cccccc;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 7px;
	background-color: #ffffff;
}

.aformBox .aform-content input[type="text"].error,
.aformBox .aform-content input[type="email"].error,
.aformBox .aform-content input[type="tel"].error,
.aformBox .aform-content textarea.error {
	background-color: #f4dede;
	border-color: #cc0000;
}

.aformBox .aform-content input[type="submit"] {
	width: 560px;
	margin: 0 auto;
	padding: 15px 26px 18px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
	border-radius: 10px;
	background: #02baf7e0;
	box-shadow: 0;
	border: 0;
}

.aformBox .aform-content input[type="submit"]:hover {
	opacity: 0.8;
}

.aformBox .aform-content input[type="button"] {
	margin: 0;
	padding: 15px 26px 18px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #02baf7e0;
	border-radius: 10px;
	background: #ffffff;
	border: 2px solid #02baf7e0;
	box-shadow: 0;
	border: 0;
}

.aformBox .aform-content input[type="button"]:hover {
	opacity: 0.8;
}

.aformBox .aform-content .submit {
	margin: 0 auto 36px;
}

.aformBox .aform-content .submit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.aformBox .aform-content .submit input[type="button"] {
	margin: 0 2em 0 0;
	float: left;
}

.aformBox .aform-content .submit input[type="button"]+input[type="submit"] {
	float: left;
}

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

	.aformBox .aform-content input[type="text"],
	.aformBox .aform-content input[type="email"],
	.aformBox .aform-content input[type="tel"],
	.aformBox .aform-content textarea {
		padding: 11px 10px 10px;
		border: 1px solid #cccccc;
		font-size: 12px;
		font-size: 1.2rem;
		border-radius: 5px;
	}

	.aformBox .aform-content input[type="submit"] {
		width: 100%;
		padding: 8px 18px 9px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		border-radius: 5px;
		box-shadow: inset 0 -3px #02baf7e0;
		border: solid 1px #02baf7e0;
	}

	.aformBox .aform-content .submit input[type="button"] {
		display: none;
	}

	.aformBox .aform-content .submit {
		width: 100%;
	}
}
/*
input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

input[type="radio"]+label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
	vertical-align: middle;
}

@media screen and (max-width: 960px) {
	input[type="radio"]+label {
		margin-right: 12px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.25;
	}
}

@media (min-width: 1px) {
	input[type="radio"] {
		display: block;
		margin: 0;
	}

	input[type="radio"]:checked+label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	input[type="radio"]+label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		background: #ffffff;
	}

	input[type="radio"]+label {
		padding: 0 10px 0 31px;
		line-height: 22px;
	}

	input[type="radio"]+label::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="radio"]+label {
		padding: 0 0 0 27px;
		line-height: 18px;
	}

	input[type="radio"]+label::before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
}

@media (min-width: 1px) {
	input[type="radio"][disabled] {
		cursor: default;
	}

	input[type="radio"]+label {
		background: none;
	}

	input[type="radio"][disabled]+label {
		color: #999999;
		cursor: default;
	}

	input[type="radio"]+label::before {
		border: 2px solid #cccccc;
		border-radius: 30px;
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="radio"]+label::before {
		border-width: 1px;
	}
}

@media (min-width: 1px) {
	input[type="radio"][disabled]+label::before {
		border-color: #999999;
	}

	input[type="radio"]:checked+label::before {
		border-color: #02baf7e0;
		background-color: #fdece8;
	}

	input[type="radio"][disabled]:checked+label::before {
		border-color: #999999;
		background-color: #ffffff;
	}

	input[type="radio"]:checked+label::after {
		left: 8px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		background: #02baf7e0;
		border-radius: 6px;
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="radio"]:checked+label::after {
		left: 6px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
	}
}

@media (min-width: 1px) {
	input[type="radio"][disabled]:checked+label::after {
		background: #999999;
	}
}

input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
	vertical-align: middle;
}

@media screen and (max-width: 960px) {
	input[type="checkbox"]+label {
		margin-right: 12px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.25;
	}
}

@media (min-width: 1px) {
	input[type="checkbox"] {
		display: block;
		margin: 0;
	}

	input[type="checkbox"]:checked+label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	input[type="checkbox"]+label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		background: #ffffff;
	}

	input[type="checkbox"]+label {
		padding: 0 10px 0 32px;
		line-height: 22px;
	}

	input[type="checkbox"]+label::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="checkbox"]+label {
		padding: 0 10px 0 25px;
		line-height: 15px;
	}

	input[type="checkbox"]+label::before {
		width: 15px;
		height: 15px;
		margin-top: -7.5px;
	}
}

@media (min-width: 1px) {
	input[type="checkbox"]+label::before {
		border-radius: 4px;
		border: 2px solid #cccccc;
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="checkbox"]+label::before {
		border-radius: 2.5px;
		border-width: 1px;
	}
}

@media (min-width: 1px) {
	input[type="checkbox"]:checked+label::before {
		border-color: #02baf7e0;
		background-color: #fdece8;
	}

	input[type="checkbox"]:checked+label::after {
		left: 6px;
		width: 10px;
		height: 6px;
		margin-top: -5px;
		border-left: 3px solid #02baf7e0;
		border-bottom: 3px solid #02baf7e0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	input[type="checkbox"]:checked+label::after {
		left: 4px;
		width: 8px;
		height: 6px;
		margin-top: -4px;
		border-left-width: 2px;
		border-bottom-width: 2px;
	}
}
*/
.aform-calendar+label {
	margin: 0 5px;
}

.aform-content .ui-datepicker-trigger {
	vertical-align: middle;
}

.aformBox .aform-content ul,
.aformBox .aform-content li,
.aformBox .aform-content dl p {
	margin: 5px 0 0;
}

.aform ul.btn li.btnType2 a {
	width: 560px;
	margin: 0 auto;
	padding: 15px 26px 18px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
	border-radius: 10px;
	background: #02baf7e0;
	position: relative;
}

.aform ul.btn li.btnType2 a:after {
	content: '';
	display: block;
	width: 25px;
	height: 21px;
	background: url(../images/submit_btn_1.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -10.5px;
	position: absolute;
	top: 50%;
	right: 0px;
}

.aform ul.btn li.btnType2 a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 960px) {
	.aform ul.btn li.btnType2 a {
		width: 100%;
		padding: 8px 18px 9px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		border-radius: 5px;
		box-shadow: inset 0 -3px #02baf7e0;
		border: solid 1px #02baf7e0;
	}

	.aform ul.btn li.btnType2 a:after {
		content: '';
		display: block;
		width: 12.5px;
		height: 10.5px;
		background: url(../images/submit_btn_1_sp.png);
		background-repeat: no-repeat;
		background-size: 12.5px 10.5px;
		background-position: right center;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		right: 1px;
	}
}

/* section Element
-------------------------------------------------- */
.sectionType1 {
	background: rgba(255, 255, 255, 0.75);

}
div#flow-btn {
    position: fixed;
    bottom: 0;
	width: 100%;
	z-index: 99;
	right: 0;
}
@media screen and (min-width: 960px){
	ul.btn.btnBox1 li.btnType2{
		margin: 0 auto!important;
	}
	.sectionType1 .body {
		padding: 0;
	}
}
@media screen and (max-width: 960px) {
	.sectionType1 .body {
		padding: 12px 10px 3px;
	}
}

.sectionType2 {}

@media screen and (min-width: 1px) and (max-width: 960px) {
	.sectionType2 {
		font-size: 1.3rem;
	}
}

.sectionType3 {
	background: #ffffff;

}

.sectionType3 .sectionType2 {
	margin: 20px 0 0;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.sectionType3 .changeMarginBottom20 {
	margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
	.sectionType3 {}

	.sectionType3 .sectionType2 {
		margin: 10px 0 0;
	}

	.sectionType3 .changeMarginBottom20 {
		margin-bottom: 55px;
	}
}

.sectionType4 {
	padding: 15px 0 6px;
	margin: 0 0 9px;
}

.sectionType4:last-child {
	margin: 0 0 0px;
}

.sectionType4 .base {
	padding: 11px 30px 30px;
	border-radius: 10px;
	background-color: #ffffff;
	border: solid 3.5px #ccc;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.sectionType4 .twoColumns {
	margin: 0 0 1px;
	position: relative;
	/*margin-top: -5%;*/
}

.sectionType4 .image {
	padding: 4px 0 5px;
	margin: 0;
	width: 100%;
}

.sectionType4 .image img {
	width: 100%;
	height: auto;

}

.sectionType4 time {
	margin: 0 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	display: block;
}

.sectionType4 small {
	margin: 0 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	font-weight: normal;
	display: block;
}

.sectionType4 .title {
	margin: 0 0 14px;
	font-size: 20px;
	font-size: 2rem;
	color: #0099cc;
	font-weight: bold;
	margin-left: 10px;
}

.sectionType4 ul.categoryList {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	list-style: none;
}

.sectionType4 ul.categoryList li {
	margin: 0 8px 8px 0;
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	border: solid 2px #02baf7e0;
	display: inlne-block;
	color: #02baf7e0;
	border-radius: 10px;
}

.sectionType4 .generalTable {
	margin: 0 0 14px;
}

.sectionType4 ul.btn {
	text-align: center;
	padding: 0 30px 0 0;
}

.sectionType4 ul.btn li {
	width: 269px;
	padding: 0;
	margin: 0 0 0 30px;
	display: inline-block;
}

.sectionType4 ul.btn li a {
	padding: 11px 0 14px;
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
	.sectionType4 ul.btn li {
		width: 50%;
		margin: 0;
	}
}

.sectionType4 ul.btn li.btnType1 a {
	padding: 9px 27px 12px 18px;
	padding-left: 18px;
	padding-right: 27px;
	background-repeat: no-repeat;
	background-position: right 18px;
}

.sectionType4 ul.btn li.btnType2 a {
	padding: 10px 0;
	text-align: center;
}

.sectionType4.detailKeyvisual {
	padding: 0;
	background-color: #ffffff;
	border-bottom: solid 1px #ccc;
}

.sectionType4.detailKeyvisual .body {
	padding: 11px 0 0px;
}

.sectionType4.detailKeyvisual .title {
	padding: 4px 0 5px;
	margin: 0 0 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
}

.sectionType4.detailKeyvisual .title .base {
	padding: 16px 20px 15px;
	border-radius: 0;
	display: block;
	background-color: #02baf7e0;
	border: none;
}

.sectionType4.detailKeyvisual time {
	margin: 0 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	display: block;
}

@media screen and (max-width: 960px) {
	.sectionType4 {
		padding: 0 0 6px;
		margin: 0 0 9px;
	}

	.sectionType4:last-child {
		margin: 0 0 0px;
	}

	.sectionType4 .base {
		padding: 5px 9px 15px;
		border-radius: 5px;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.sectionType4 .twoColumns {
		padding: 8px 0 0;
		margin: 0;
	}

	.sectionType4 .image {
		width: 100%;
	}

	.sectionType4 time {
		font-size: 10px;
		font-size: 1rem;
	}

	.sectionType4 .title {
		font-size: 1.2rem;
		margin-left: 10px;
		width: 90%;
		text-align: center;
		margin-top: 30px;
	}

	.titlepc {
		padding: 0;
		position: static;
		left: 0;
		top: 0;
	}

	.sectionType4 ul.categoryList {
		display: none;
	}

	.sectionType4 .generalTable {
		padding: 0 0 6px;
		margin: 0 0 10px;
	}

	.sectionType4 ul.btn {
		padding: 0;
	}

	.sectionType4 ul.btn:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		font-size: 0;
	}

	.sectionType4 ul.btn li {
		width: 50%;
		padding: 0 5px 0 0;
		margin: 0;
		display: block;
		float: left;
	}

	.sectionType4 ul.btn li a {
		padding: 6px 0 7px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
	}

	.sectionType4 ul.btn li:nth-child(2n) {
		padding: 0 0 0 5px;
	}

	.sectionType4 ul.btn li.btnType1 a {
		background-position: right center;
		background-size: auto 10px;
	}

	.sectionType4.detailKeyvisual {
		padding: 0;
		margin: 0;
		padding: 2px 10px 0px;
	}
	.sectionType4.detailKeyvisual .chara_title {
		margin-bottom: 5%;
	}
	

	.sectionType4.detailKeyvisual .body {
		padding: 2px 10px 0px;
	}

	.sectionType4.detailKeyvisual .twoColumns {
		padding: 4px 0 0;
	}

	.sectionType4.detailKeyvisual .image {
		padding: 10px;
		display: block;
	}

	.sectionType4.detailKeyvisual p.caption {
		margin-bottom: 8px;
	}

	.sectionType4.detailKeyvisual .title {
		padding: 4px 0 5px;
		margin: 0 -10px 11px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.sectionType4.detailKeyvisual .title .base {
		padding: 11px 20px 13px;
		border-radius: 0;
		display: block;
		background-color: #02baf7e0;
		border: none;
	}

	.sectionType4.detailKeyvisual time {
		margin: 0 0 6px;
		font-size: 10px;
		font-size: 1rem;
		color: #666666;
		display: block;
	}

	.sectionType4.detailKeyvisual small {
		margin: 0 0 6px;
		font-size: 10px;
		font-size: 1rem;
		color: #666666;
		display: block;
	}

	.sectionType4.detailKeyvisual ul.categoryList {
		font-size: 10px;
		font-size: 1rem;
		display: block;
	}

	.sectionType4.detailKeyvisual ul.categoryList li {
		margin: 0 5px 5px 0;
		padding: 5px 10px 3px;
		border-width: 1px;
	}
}

.sectionType5 {
	padding: 0 0 18px;
}

@media screen and (max-width: 960px) {
	.sectionType5 {
		padding: 0 0 5px;
	}
}

@media screen and (max-width: 960px) {
	.sectionType6 {
		padding: 31px 0 0;
		background: #eeeeee;
	}

	.sectionType6>.body {
		padding: 7px 10px 3px;
	}

	.sectionType6 .detailTitStyle2 {
		margin: 0 0 2px;
	}

	.sectionType6 .inquiryBox {
		display: none;
	}
}

/* heading Element
-------------------------------------------------- */
.titStyle2 {
	padding: 10px 0 6px;
	margin: 0 0 10px;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.titStyle2 {
		padding: 3px 0 6px;
		margin: 0 0 10px;
		font-size: 17px;
		font-size: 1.7rem;
	}
}

.detailTitStyle2 .body {
	padding: 22px 0 21px;
	display: block;
}

@media screen and (max-width: 960px) {
	.detailTitStyle2 {
		padding: 3px 0 2px;
		margin: 13px 0 2px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	.detailTitStyle2 .body {
		padding: 10px 15px 11px;
		display: block;
	}
}

.titStyle3 {
	padding: 5px 0 6px;
	margin: 0 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.titStyle3 {
		padding: 5px 0 6px;
		margin: 0 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* paragraph Element
-------------------------------------------------- */
.strongType_1 {
	font-weight: bold;
}

.colorRed {
	color: #cc0000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* list Element
-------------------------------------------------- */
/* ul */
ul {
	margin: 0 0 .8em 1.8em;
	list-style: disc;
}

ul li {
	padding: 0;
	margin: 0 0 8px;
}

/* ol */
ol {
	margin: 0 0 .8em 1.8em;
	list-style: decimal;
}

ol li {
	margin: 0 0 8px;
}

ul,
ol {
	font-size: 18px;
	font-size: 1.8rem;
}

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

	ul,
	ol {
		font-size: 10px;
		font-size: 1rem;
	}
}

/* btn
-------------------------------------------------- */
ul.btn {
	margin: 0;
	list-style: none;
}

ul.btn li {
	padding: 15px 0 6px;
	margin: 0 0 27px;
}

ul.btn li a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	display: block;
}

ul.btn li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	ul.btn li {
		margin: 0 0 14px;
	}
}

ul.btn li.btnType1 a {
	color: #02baf7e0;
	border-radius: 10px;
	background-color: #fff;
	border: solid 2px #02baf7e0;
}

ul.btn li.btnType1 a:hover {
	opacity: 0.7;
}

ul.btn li.btnType1.btnOther_1 {
	width: 350px;
	margin: 0 auto 27px;
	text-align: center;
}

ul.btn li.btnType1.btnOther_1 a {
	padding: 9px 27px 12px 18px;
	font-size: 24px;
	font-size: 2.4rem;
	background-repeat: no-repeat;
	background-position: right 18px;
}

@media screen and (max-width: 960px) {
	ul.btn li.btnType1 a {
		border-radius: 5px;
		border: solid 1px #02baf7e0;
	}

	ul.btn li.btnType1.btnOther_1 {
		width: 58%;
		margin: 0 auto 14px;
		padding: 0 0 6px;
	}

	ul.btn li.btnType1.btnOther_1 a {
		padding: 6px 22px 7px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		background-position: right center;
		background-size: auto 10px;
	}
}

ul.btn li.btnType2 a {
	color: #ffffff;
	border-radius: 10px;
	background: #02baf7e0;
}

ul.btn li.btnType2.btnWeb_1 a {
	min-height: 66px;
	padding: 13px 0 15px;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 30px;
}

ul.btn li.btnType2.btnWeb_1 a .animation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #ff6a4c;
	-webkit-animation: fade 2s ease-in-out infinite alternate;
	animation: fade 2s ease-in-out infinite alternate;
	z-index: 1;
	border-radius: 10px;
}

ul.btn li.btnType2.btnWeb_1 a:hover .animation {
	display: none;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

ul.btn li.btnType2.btnWeb_1 a .btnIcon {
	min-height: 66px;
	margin: 0 auto;
	/*padding: 0 0 0 72px;*/
	text-align: left;
	display: inline-block;
	position: relative;
	z-index: 10;
}

ul.btn li.btnType2.btnWeb_1 a .fontSize32 {
	line-height: 1.3125;
	vertical-align: sub;
}

ul.btn li.btnType2.btnTell_1 a {
	min-height: 66px;
	padding: 13px 0 15px;
	text-align: center;
	display: block;
	border-radius: 20px;

}

ul.btn li.btnType2.btnTell_1 a .btnIcon {
	min-height: 66px;
	margin: 0 auto;
	/*padding: 0 0 0 91px;*/
	text-align: left;
	display: inline-block;

}

@media screen and (max-width: 960px) {
	ul.btn li.btnType2 a {
		border-radius: 5px;

	}

	ul.btn li.btnType2.btnWeb_1 a,
	ul.btn li.btnType2.btnTell_1 a {
		min-height: 33px;
		padding: 5px 0 8px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3125;
		border-radius: 20px;
	}

	ul.btn li.btnType2.btnWeb_1 a .btnIcon,
	ul.btn li.btnType2.btnTell_1 a .btnIcon {
		min-height: 33px;
	}

	ul.btn li.btnType2.btnWeb_1 a .btnIcon {
		/*padding: 0 0 0 37px;*/
		background-size: auto 33px;
	}

	ul.btn li.btnType2.btnWeb_1 a .animation {
		border-radius: 5px;
	}

	ul.btn li.btnType2.btnTell_1 a .btnIcon {
		line-height: 2.625;
		/*padding: 0 0 0 45px;*/
		background-size: auto 33px;
	}
}

ul.btn.btnBox1 li.btnType2 {
	width: 600px;
	margin: 0 auto 27px;
}

@media screen and (max-width: 960px) {
	ul.btn.btnBox1 li.btnType2 {
		margin: 4px auto 14px;
		padding: 0 5px 0 0;
	}

	ul.btn.btnBox1 li.btnType2:nth-child(2n) {
		padding: 0 0 0;
	}
}

/* attention
-------------------------------------------------- */
.attention {
	margin: 0 0;
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
}

.attention li {
	padding: 0 0 0 1em;
	margin: 0;
	text-indent: -1em;
}

.attention li.strong {
	color: #cc0000;
}

/* link Element
-------------------------------------------------- */
.link {
	padding: 0;
}

.link li {
	padding: 0;
	list-style: none;
	position: relative;
}

.link li a {
	padding-left: 14px;
	color: #000000;
}

.link li:before {
	margin-top: -8px;
	position: absolute;
	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 0 -32px;
	content: " ";
	width: 16px;
	height: 16px;
}

/* keyvisual
-------------------------------------------------- */
#keyvisual {
	width: 100%;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

#keyvisual .body {
	padding: 26px 0 25px;
}

#keyvisual .image {
	padding: 0;
	margin: 0 0 15px;
}

#keyvisual p.caption {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
}

@media screen and (max-width: 960px) {
	#keyvisual .body {
		padding: 0;
	}

	#keyvisual .image {
		margin: 0 0 5px;
	}

	#keyvisual p.caption {
		padding: 7px 15px 12px;
		font-size: 9px;
		font-size: 1.3rem;
	}
}

/* table Element
-------------------------------------------------- */
.generalTable {
	padding: 15px 0 6px;
	margin: 0 0 27px;
	font-size: 14px;
	font-size: 1.4rem;
}

.generalTable table {
	width: 100%;
	background: #ffffff;
}

.generalTable table thead th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.generalTable table .right {
	text-align: right !important;
}

.generalTable table .left {
	text-align: left !important;
}

.generalTable table .center {
	text-align: center !important;
}

.generalTable table .vtop {
	vertical-align: top !important;
}

.generalTable table .vmiddle {
	vertical-align: middle !important;
}

.generalTable p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;

}

.generalTable p:last-child {
	margin: 0;

}

.generalTable.tableType1 table {
	border-top: 1px dotted #cccccc;
}

.generalTable.tableType1 tbody th,
.generalTable.tableType1 tbody td {
	border-bottom: solid 1px #cccccccc;
}

.generalTable.tableType1 tbody th {
	width: 200px;
	padding: 11px 17px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	color: #000;
}

.generalTable.tableType1 tbody td {
	width: 785px;
	padding: 11px 17px 11px 20px;
	vertical-align: top;
}

.generalTable.tableType2 table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.generalTable.tableType2 tbody th,
.generalTable.tableType2 tbody td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.generalTable.tableType2 tbody th {
	width: 139px;
	padding: 11px 14px;
	vertical-align: middle;
	background: #eeeeee;
	font-weight: bold;
}

.generalTable.tableType2 tbody td {
	width: 320px;
	padding: 11px 15px;
	vertical-align: top;
}

.generalTable.tableType2_2 {
	padding: 3px 0 6px;
}

.generalTable.tableType2_2 p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 24px;
}

.generalTable.tableType2_2 p:last-child {
	margin: 0;
}

.generalTable.tableType2_2 tbody th {
	width: 209px;
	padding: 16px 17px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
	font-weight: bold;
}

.generalTable.tableType2_2 tbody td {
	width: 750px;
	padding: 16px 17px;
	font-size: 1.6rem;
}

.generalTable.tableType2_3 {
	padding: 1px 0 6px;
}

.generalTable.tableType2_3 p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 24px;
}

.generalTable.tableType2_3 p:last-child {
	margin: 0;
}

.generalTable.tableType2_3 tbody th {
	width: 109px;
	padding: 16px 17px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
}

.generalTable.tableType2_3 tbody td {
	width: 399px;
	padding: 16px 17px;
}

.siteHeader .container {
	padding: 0;
}

.navbar-brand img {
	display: block;
}

.btnType2.btnWeb_1 {}

@media screen and (max-width: 960px) {
	.generalTable {
		margin: 0 0 14px;
		font-size: 9px;
		font-size: 1.3rem;
	}

	.siteHeader .container {
		padding: 0;
	}

	.generalTable p {
		font-size: 9px;
		font-size: 1.3rem;
		margin: 0;
		margin-left: 20px;
	}

	.generalTable p:last-child {

		margin-left: 0px;
		width: 100%
	}

	.generalTable.tableType1 tbody th {
		width: 22px;
		padding: 6px 9px;
	}

	.generalTable.tableType1 tbody td {
		width: 70%;
		padding: 6px 9px 6px 0;
	}

	.generalTable.tableType2 tbody th {
		width: 30%;
		padding: 6px 9px;
	}

	.generalTable.tableType2 tbody td {
		width: 75%;
		padding: 6px 9px;
	}

	.generalTable.tableType2_2 {
		padding: 2px 0 6px;
		margin: 0 0 7px;
	}

	.generalTable.tableType2_3 {
		padding: 0;
		margin: 0;
	}

	.generalTable.tableType2_2 p,
	.generalTable.tableType2_3 p {
		font-size: 9px;
		font-size: 1.3rem;
		margin: 0 0 14px;
	}

	.generalTable.tableType2_2 p:last-child,
	.generalTable.tableType2_3 p:last-child {
		margin: 0;
	}

	.generalTable.tableType2_2 tbody th,
	.generalTable.tableType2_3 tbody th {
		width: 100%;
		padding: 8px 8px 7px;
		font-size: 9px;
		font-size: 1.3rem;
		display: block;
		font-weight: bold;
	}

	.generalTable.tableType2_2 tbody td,
	.generalTable.tableType2_3 tbody td {
		width: 100%;
		padding: 8px 8px 7px;
		display: block;
		font-size: 1.3rem;
	}
}

/* inquiryBox
-------------------------------------------------- */
.inquiryBox {
	width: 680px;
	padding: 5px 0 6px;
	margin: 0 auto 17px;
}

.inquiryBox .base {
	min-height: 256px;
	/*	padding: 30px 46px 3px 295px;*/
	border: 2px solid #cccccc;
	text-align: center;
	font-weight: bold;
}

.inquiryBox .title {
	padding: 2px 0 1px;
	margin: 0 0 13px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
	background: #02baf7e0;
}

.inquiryBox .tel {
	margin: 0 0 1px;
	font-size: 42px;
	font-size: 4.2rem;
	color: #02baf7e0;
}

.inquiryBox .tel a {
	color: #02baf7e0;
}

.inquiryBox .other {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4285714;
}

@media screen and (max-width: 960px) {
	.inquiryBox {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
	}

	.inquiryBox .base {
		min-height: 139px;
		/*	padding: 15px 12.5px 1px 115px;*/
		background-size: 100% auto;
	}

	.inquiryBox .title {
		margin: 0 0 9px;
		font-size: 12px;
		font-size: 1.2rem;
		width: 100%;
	}

	.inquiryBox .tel {
		margin: 0 0 3px;
		font-size: 21px;
		font-size: 2.1rem;
	}

	.inquiryBox .other {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* twoColumns
-------------------------------------------------- */
.twoColumns {
	padding: 15px 0 6px;
	margin: 0 0 27px;
}

.twoColumns:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.twoColumns .column {
	margin-right: 30px;
	/*float: left;*/

}

@media screen and (max-width: 960px) {
	.twoColumns .column {
		clear: both;
	}
}

/* twoColumnsType1
-------------------------------------------------- */
.twoColumnsType1 .column {
	width: 301px;
}

.twoColumnsType1 .columnEnd {
	width: 567px;
	margin-right: 0;
	padding-top: 100px;
}

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

	.twoColumnsType1 .column,
	.twoColumnsType1 .columnEnd {
		width: 100%;
		/*display: flex;*/
		padding-top: 0px;
	}
}

/* twoColumnsType2
-------------------------------------------------- */
.twoColumnsType2 .column {
	width: 470px;

}

.twoColumnsType2 .column .image {
	margin: 0;
	padding: 0;
}

.twoColumnsType2 .column .caption {
	margin: 16px 20px 15px;

}

.twoColumnsType2 .columnEnd {
	width: 460px;
	margin-right: 0;
	background: 0;
}

.twoColumnsType2 .columnEnd .generalTable {
	padding: 0;
	margin: 0;


}

div#mainArea2 {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.twoColumnsType2 .columnEnd .generalTable {
		padding: 0;
		margin: 0;
		width: 100%;

	}
}

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

	.twoColumnsType2 .column,
	.twoColumnsType2 .columnEnd {
		width: 100%;
	}

	.twoColumnsType2 .column {
		margin: 0 0 15px;
	}

	.twoColumnsType2 .column .caption {
		margin: 11px 15px 10px;
		font-size: 9px;
		font-size: 1.3rem;
	}

	.twoColumnsType2 .columnEnd {
		margin: 0;
	}
}

/* twoColumnsType3
-------------------------------------------------- */
.twoColumnsType3 {
	padding: 2px 0 6px;
	margin: 0 0 47px;
}

.twoColumnsType3 .column {
	width: 509px;
}

.twoColumnsType3 .columnEnd {
	width: 421px;
	margin-right: 0;
}

.twoColumnsType3 .columnEnd .map {
	border: 1px solid #cccccc;
	line-height: 0;
}

.twoColumnsType3 .columnEnd ul.btn li.btnType1 a {
	padding: 11px 27px 15px 18px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right 18px;
}

@media screen and (max-width: 960px) {
	.twoColumnsType3 {
		padding: 2px 0 0;
		margin: 0;
	}

	.twoColumnsType3 .column,
	.twoColumnsType3 .columnEnd {
		width: 100%;
	}

	.twoColumnsType3 .column {
		margin: 0 0 15px;
	}

	.twoColumnsType3 .column .caption {
		margin: 11px 15px 10px;
		font-size: 9px;
		font-size: 1.3rem;
	}

	.twoColumnsType3 .columnEnd {
		margin: 0;
	}

	.twoColumnsType3 .columnEnd iframe {
		width: 100%;
		height: 168px;
	}

	.twoColumnsType3 .columnEnd ul.btn li.btnType1 a {
		padding: 8px 22px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		background-size: 15px 10px;
		background-position: right center;
	}
}

/* threeColumns
-------------------------------------------------- */
.threeColumns {
	margin: 0 0;
}

.threeColumns:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

/* threeColumnsType1
-------------------------------------------------- */
.threeColumnsType1 {
	margin: -18px 0 0;
}

.threeColumnsType1 .column {
	margin: 0 30px 0 0;
	width: 300px;
	float: left;
	box-sizing: border-box;
}

.threeColumnsType1 .columnEnd {
	margin-right: 0;
	float: right;
}

.threeColumnsType1 .image {
	margin: 0 0 10px;
}

.threeColumnsType1 .image img {
	width: 100%;
	height: auto;
}

.threeColumnsType1 .caption {
	margin: 3px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}

/* youtubeBox
-------------------------------------------------- */
.youtubeBox {
	padding: 15px 0 6px;
	margin: 0 0 9px;
}

.youtubeBox .base {
	padding: 30px 0 26px;
	text-align: center;
	background: #eeeeee;
}

.youtubeBox iframe {
	border: 0;
}

@media screen and (max-width: 960px) {
	.youtubeBox {
		padding: 0 0 6px;
	}

	.youtubeBox .base {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtubeBox iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* recommended
-------------------------------------------------- */
.recommendedBox {
	margin: 0 auto 60px;
	padding: 30px 0 0;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.recommendedBox .slick-slide {
	padding: 0 14px;
}

.recommendedBox .detailTitStyle2 {
	width: 960px;
	margin: 0 auto 5px;
	text-align: center;
}

.recommendedBox .detailTitStyle2 .body {
	padding: 12px 0 15px;
}

.recommendedBox .recommended {
	width: 301px;
	border-radius: 0;
	background-color: #ffffff;
	border: solid 1px #ccc;
}

.recommendedBox a {
	display: block;
}

.recommendedBox .image {
	margin: 0;
	padding: 0;
}

.recommendedBox .image img {
	width: 100%;
	height: auto;
}

.recommendedBox time {
	display: none;
	color: #666666;
}

.recommendedBox .title {
	width: 301px;
	margin: 0;
	padding: 17px 20px 16px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #02baf7e0;
	font-weight: bold;
}

.recommendedBox .generalTable {
	display: none;
}

.recommendedBox ul.btn.btnBox1 {
	display: none;
}

@media screen and (max-width: 960px) {
	.recommendedBox {
		margin: 0 auto;
		padding: 17px 10px 15px;
		background: #eeeeee;
		border-top: 0;
		border-bottom: 0;
	}

	.recommendedBox .slick-slide {
		padding: 0 5px;
	}

	.recommendedBox .detailTitStyle2 {
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.recommendedBox .recommendedBody {
		padding: 0;
	}

	.recommendedBox .recommended {
		width: 270px;
		padding: 10px;
		border-radius: 5px;
		border: solid 1px #ccc;
	}

	.recommendedBox .image {
		width: 100%;
		display: none;
	}

	.recommendedBox time {
		margin: 0 0 5px;
		display: block;
	}

	.recommendedBox .title {
		width: 100%;
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.recommendedBox .generalTable {
		padding: 13px 0 1px;
		display: block;
	}

	.recommendedBox ul.btn.btnBox1 {
		display: block;
	}

	.recommendedBox ul.btn.btnBox1:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		font-size: 0;
	}

	.recommendedBox ul.btn.btnBox1 li.btnType1 {
		width: 50%;
		margin: 0;
		padding: 0 5px 6px 0;
		float: left;
		text-align: center;
	}

	.recommendedBox ul.btn.btnBox1 li.btnType2 {
		width: 100%;
		margin: 0;
		padding: 0 0 6px 5px;
		float: left;
		text-align: center;
	}

	.recommendedBox ul.btn.btnBox1 li a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 0 7px;
	}

	.recommendedBox ul.btn.btnBox1 li.btnType1 a {
		padding: 5px 22px 7px;
		background-repeat: no-repeat;
		background-size: 15px 10px;
		background-position: right center;
	}
}

/* slider
-------------------------------------------------- */
.variable-width_1 .column,
.variable-width_2 .column {
	margin: 0 30px 0 0;
	width: 300px;
	float: left;
	box-sizing: border-box;
}

.variable-width_1 .column:last-child,
.variable-width_2 .column:last-child {
	margin: 0;
}

.variable-width_1 .image,
.variable-width_2 .image {
	margin: 0 0 11px;
}

.variable-width_1 .image img,
.variable-width_2 .image img {
	width: 100%;
	height: auto;
}

.variable-width_1 .slick-slide img,
.variable-width_2 .slick-slide img {
	width: 100%;
	height: auto;
	padding: 0 14px;
}

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

	.variable-width_1,
	.variable-width_2 {
		margin: -13px -10px -10px;
	}

	.variable-width_1 .slick-slide,
	.variable-width_2 .slick-slide {
		width: auto;
	}

	.variable-width_1 .column,
	.variable-width_2 .column {
		margin: 0;
	}

	.variable-width_1 .image,
	.variable-width_2 .image {
		margin: 0 0 3px;
	}

	.variable-width_1 .caption,
	.variable-width_2 .caption {
		padding: 0 0 0 10px;
		text-align: left;
	}

	.variable-width_1 .slick-slide img,
	.variable-width_2 .slick-slide img {
		width: 100%;
		padding: 0 10px;
	}
}

.variable-width_3.slick-slider {
	/*padding: 0 0 37px;*/
	margin: 0 -10px;
}

@media screen and (max-width: 960px) {
	.variable-width_3.slick-slider {
		padding: 0 0 29px;
	}
}

.table-res-form .requied {
	font-size: 1rem;
	color: #ff0000;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
	background: #fff;
	border-radius: 8px;
	border: solid 0.5px #ff0000;
}

/* noslider column
-------------------------------------------------- */
.onlyOneColumnWrapper {
	text-align: center;
}

.onlyOneColumnWrapper .onlyOneColumn {
	float: none;
	display: inline-block;
}

@media screen and (min-width: 0px) and (max-device-width: 960px) {
	.onlyOneColumnWrapper .onlyOneColumn {
		width: 80%;
		margin: 0 auto;
	}
}

.onlyOneColumnWrapper .onlyOneColumn .image {
	display: inline-block;
	max-width: 100%;
}

.onlyOneColumnWrapper .onlyOneColumn .image img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 0px) and (max-device-width: 960px) {
	.onlyOneColumnWrapper .onlyOneColumn .image {
		width: 100%;
		display: block;
	}
}

.onlyOneColumnWrapper .onlyOneColumn .caption {
	width: 100%;
	padding: 0;
	text-align: left;
}

/* pager
-------------------------------------------------- */
ul.btn.pager {
	margin: 0 auto;
	text-align: center;
}

ul.btn.pager li.btnType1 {
	display: inline-block;
}

ul.btn.pager li.btnType1 a,
ul.btn.pager li.btnType1 span {
	padding: 9px 17px 12px;
	margin: 0 10px;
}

ul.btn.pager li.btnType1 span {
	color: #ffffff;
	border-radius: 10px;
	background-color: #02baf7e0;
	border: solid 2px #02baf7e0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 960px) {
	ul.btn.pager.slick-slider {
		padding: 0 0 29px;
	}

	ul.btn.pager li.btnType1 a,
	ul.btn.pager li.btnType1 span {
		padding: 5px 8px 6px;
		margin: 0 5px;
		font-size: 10px;
		font-size: 1rem;
	}

	ul.btn.pager li.btnType1 span {
		border-radius: 5px;
		border: solid 1px #02baf7e0;
	}
}

/* Change Margin
-------------------------------------------------- */
body .changeMargin0 {
	margin: 0 !important;
}

body .changeMarginSide0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .changeMarginTop0 {
	margin-top: 0 !important;
}

body .changeMarginTop10 {
	margin-top: 10px !important;
}

body .changeMarginBottom0 {
	margin-bottom: 0 !important;
}

.paddingBottom60 {
	padding-bottom: 60px;
}

@media screen and (min-width: 0px) and (max-device-width: 414px) {
	.paddingBottom60 {
		padding-bottom: 20px;
	}
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.entry-body {
	font-size: 1.6rem;
}


ul.btn li.btnType2 a {
	color: #ffffff !important;
}

h1.entry-title:first-letter {
	color: #000 !important;
}

h1.entry-title {
	font-size: 20px padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

.mainSection header h1 {
	line-height: 1.3em;
	width: 960px;
	margin: 80px auto 0;
}

.column.columnEnd.single {
	padding-top: 0px;
}

.gMenu_name {
	background-color: #02baf7;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

#top__fullcarousel {
	margin-top: 7%;
}

@media screen and (min-width: 0px) and (max-device-width: 600px) {
	h1.entry-title {
		font-size: 21px padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
	}

	.mainSection header h1 {
		line-height: 1.3em;
		margin-top: 0px;
		margin: 0;
		width: 100%;
	}

	.gMenu_name {
		border-radius: 20px;
		padding: 7px;
	}

	.btnType2.btnWeb_1 {
		text-align: right;
	}

	#top__fullcarousel {
		margin-top: 15%;
	}

}

.entry-body section.detailTitStyle2 {
	margin: 0 0 3px;
	margin-top: 50px;
}

.entry-body section.detailTitStyle2>h2 {
	font-weight: bold;
	color: #ffffff;
	background: #02baf7e0;
	padding: 10px;
	width: 960px;
	margin: 0 auto;
}

/*.entry-body ul {
	list-style: none;
	margin-left: 0;
	margin-top: 10px;
}*/

.entry-body ul li {
	color: #fff;

	padding: 10px;
	display: inline-block;
	font-size: 1.2rem;
}

input.btn-primary {
	background: #cc0000 !important;
	width: 100%;
	height: 40px;
}
.btn-primary {
	background-color: none;
	border-color: rgba(0, 0, 0, 0)!important;
}

.siteContent {
	padding: 1.5em 0 0em;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.btn {
	display: block;
	padding: 0px;

}

#menuBtn {
	display: none;
}

.subline {
	width: 100%;
	margin: 0 auto;
	padding: 7px 0 7px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

section.detailTitStyle2 h2 {
	width: 960px;
	margin: 0 auto;
}

span.nini.requied {
	font-size: 1rem;
	color: #999;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
	background: #fff;
	border-radius: 8px;
	border: solid 0.5px #999;
}

@media screen and (min-width: 0px) and (max-device-width: 960px) {
	.subline {
		width: 100%;
		margin: 0 auto;
		padding: 7px 0 7px;
		text-align: center;
	}

	.entry-body section.detailTitStyle2>h2 {
		font-weight: bold;
		color: #ffffff;
		background: #02baf7e0;
		padding: 10px;
		width: 100%;
		margin: 0 auto;
	}

	.titleline {
		width: 960px;
		margin: 0 auto;
		padding: 0px 0 0px;
		text-align: left;
	}

	@media screen and (min-width: 0px) and (max-device-width: 960px) {
		.titleline {
			width: 100%;
			font-size: 2.1rem;
			font-weight: bold;
			line-height: 1.4;
			padding: 1%;

		}
	}

	/*奇数行だけ背景色つける*/
	.table-res-form tr:nth-child(2n+1) {
		background: #eee;
	}

	/*th（項目欄）は30%幅、テキストを右寄せ*/
	.table-res-form th {

		text-align: right;
	}

	/*「必須」部分のスタイリング*/
	.table-res-form .requied {
		font-size: 1rem;
		color: #ff0000;
		display: inline-block;
		padding: 0.3em 0.3em 0.2em;
		background: #fff;
		border-radius: 8px;
		border: solid 0.5px #ff0000;
	}

	span.nini.requied {
		font-size: 1rem;
		color: #999;
		display: inline-block;
		padding: 0.3em 0.3em 0.2em;
		background: #fff;
		border-radius: 8px;
		border: solid 0.5px #999;
	}

	/*ここから768px以下の指定*/

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

		/*thとtdをブロック化して幅100％にして、縦積み*/
		.table-res-form th,
		.table-res-form td {
			width: 100%;
			display: block;
		}

		/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
		.table-res-form th {
			padding-bottom: 0;
			text-align: left;
		}

		/*不要な最終行の左のthを非表示にする*/
		.table-res-form .empty {
			display: none;
		}
	}

	/*ここまで768px以下の指定---終わり*/

	/*ここから入力欄のスタイル指定*/

	/*各入力フォームスタイリング*/
	.table-res-form input[type="text"],
	input[type="email"],
	textarea {
		border: 1px #02baf7e0 solid;
		padding: 0.5em;
		border-radius: 5px;
		margin-bottom: 0.5em;
		width: 100%;
	}

	/*入力欄にフォーカスしたら変化*/
	.table-res-form input[type="text"]:focus,
	textarea:focus {
		background: #EEFFFF;
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	}

	/*送信ボタンスタイリング*/
	.table-res-form input[type="submit"] {
		border: 1px #02baf7e0 solid;
		padding: 0.5em 4em;
		border-radius: 5px;
		background: #02baf7e0;
		color: #fff;
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
		font-weight: bold;
	}

	/*送信ボタン・マウスオーバー時スタイリング*/
	.table-res-form input[type="submit"]:hover {
		background: #02baf7e0;
		box-shadow: none;
	}

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

		/*thとtdをブロック化して幅100％にして、縦積み*/
		.table-res-form th,
		.table-res-form td {
			width: 100%;
			display: block;
		}
	}

	select {
		display: inline !important;
		width: 15% !important;
	}

	@media only screen and (max-width: 768px) {
		select {
			display: inline !important;
			width: 47% !important;
		}
	}

	.breadSection .breadcrumb {
		display: none;

	}

	.table-res-form tbody tr th {
		padding: 1em !important;

	}

	@media screen and (min-width: 720px) and (max-width: 2000px) {
		.btnType2 .btnTell_1 {
			display: none !important;

		}
		
	}

	.breadSection {
		margin-top: 80px !important;
		border-bottom: 0px solid #f3f3f3;
	}

	.navbar-brand {
		line-height: 0em !important;
	}

	/*アンカーリンク*/
	#kyujin::before {
		content: "";
		display: inline-block;
		height: 50px;
		margin-top: -50px;
		vertical-align: top;
	}


	.line-2 {
		overflow: hidden;
		line-height: 1.8;
		height: 3.6em;
	}

	footer {
		border-top: 3px solid #02baf7e0;
	}



}

.column .columnEnd .single {
	padding-top: 0px !important;
}

.line-2 {
	overflow: hidden;
	line-height: 1.8;
	height: 3.6em;
}


.btnType2.btnWeb_2 {
	display: block;
}

li.btnType2.btnTell_1 {
	display: none;
}

@media screen and (max-width: 600px) {
	.btnType2.btnWeb_2 {
		text-align: right;
		display: block;
		margin-top: 4%;
	}

	li.btnType2.btnTell_1 {
		display: inline-block;
	}


}

.swiper-slide.swiper-slide-active {}

li.current-menu-item {
	display: none;
}

.birth {
	display: flex;
}

@media only screen and (max-width: 768px) {
	.birth {
		display: block;
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
漫画採用CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.main_vi img {
	width: 100%;
}

.manga_pc img {
	margin: 0 auto;
	display: block;
}

.manga_sp img {
	margin: 0 auto;
	display: block;
}

.sectionType-youtube iframe {
	margin: 0 auto;
	display: block;
}

.titleline {
	line-height: 1.3em;
	width: 960px;
	margin: 50px auto 50px;
}

.swiper-slide.swiper-slide-active img {}

.column.cachy_image_ma {
	width: 600px;
	margin: 0 auto;
	position: relative;
}



nav.float_menu ul {
	display: flex;

}

nav.float_menu {
	right: 170px;
	position: fixed;
	z-index: 999999999;
	top: 20px;
}

nav.float_menu ul li {
	list-style: none;
}

/*追加swiperCSS*/
.swiper-slide img {
	margin: 0 auto;
	display: block;
}

.swiper-button-prev.swiper-button-black {
	width: 20px;
	display: block;
	margin-left: 100px;
}

.swiper-button-next.swiper-button-black {
	width: 20px;
	display: block;
	margin-right: 100px;
}
div#main {
    margin-top: 2%;
}
h1.navbar-brand.siteHeader_logo {
    font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
}
h1.navbar-brand.siteHeader_logo a {
	color: #000;
}
.container.sectionBox.copySection.text-center h4 {
    font-size: 12px;
    background: #f5f5f5;
}
.container.sectionBox.copySection.text-center {
    padding: 0;
}
div#manga img {
   
}
@media (max-width:660px) {
	.column.cachy_image_ma {
		width: 330px;
	}

	.swiper-button-prev.swiper-button-black {
		margin-left: 60px;
	}

	.swiper-button-next.swiper-button-black {
		margin-right: 60px;
	}
	.manga_pc {
		display: none;
	}
	h1.navbar-brand.siteHeader_logo {
		margin: 4% auto;
	}
	div#manga {
		padding-top: 20%;
		margin-top: -15%;
	}
	div#summary_bosyu {
		padding-top: 20%;
    margin-top: -15%;
	}
	div#youtube_title {
		padding-top: 15%;
		margin-top: -15%;
	}
	div#youtube_con {
		padding-top: 15%;
		margin-top: -15%;
	}
	div#background_tex {
		padding-top: 20%;
    margin-top: -15%;
	}
	section#youkou {
		padding-top: 20%;
    margin-top: -15%;
	}
	div#Interview_title {
		padding-top: 20%;
    margin-top: -15%;
	}
	section#form2 {
		padding-top: 20%;
    margin-top: -15%;
	}
	div#manga .manga_sp img {
		width: 100%;
	}
}

@media (min-width:661px) {
.swiper-pagination.swiper-pagination-fraction {
    margin-top: 5px;
}
.manga_sp {
    display: none;
}
nav.float_menu a {
    color: #000;
    font-weight: 600;
}
div#summary_bosyu {
	padding-top: 1%;
    margin-top: -1%;
}
div#youtube_con {
	padding-top: 10%;
    margin-top: -10%;
}
div#youtube_title {
    padding-top: 1%;
    margin-top: -1%;
}
div#background_tex {
    padding-top: 5%;
    margin-top: -10%;
}
section#youkou {
    padding-top: 5%;
    margin-top: -5%;
}
section#form2 {
    padding-top: 5%;
    margin-top: -5%;
}
div#Interview_title {
    padding-top: 10%;
    margin-top: -10%;
}
h1.entry-title {
    
}
button.menu-toggle.js-menu-toggle {
    display: none;
}
.chara_ele {
	margin-bottom: 2%;
}
.chara_ele ul.categoryList {
    width: 600px;
    margin: 0 auto;
}
ul.categoryList {
    padding-top: 2%;
}
.twoColumns.twoColumnsType2 {
    display: flex;
}
}

/*追加swiperCSS---------------------------------------*/
@media (max-width:960px) {
	.titleline {
		width: 100%;
		padding: 2px 10px 0px;
	}
	.staff_info {
		display: flex;
		position: relative;
	}
	.senior_info {
		display: flex;
		position: relative;
	}
	.ceo_info {
		display: flex;
		position: relative;
	}
	.messengers {
		border: 1px solid;
		padding: 2%;
		margin: 10px 15px 11px;
		display: block;
	}
	.staff_info h3 {
		font-size: 12px;
		bottom: 0;
		position: absolute;
		right: 0px;
	}
	.senior_info h3 {
		font-size: 12px;
		bottom: 0;
		position: absolute;
		right: 0px;
	}
	.ceo_info h3 {
		font-size: 12px;
		bottom: 0;
		position: absolute;
		right: 0px;
	}
	.messengers p {
		margin-top: 5%;
		font-size: 12px;
	}

	nav.float_menu {
		background: #fff;
		height: 100%;
		padding: 40px 0 20px;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 999999999;
	}
	.page-header.open nav.float_menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	nav.float_menu a {
		color: #000;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		padding: 1em 2em;
		position: relative;
		min-width: 200px;
	}
	nav.float_menu ul {
		display: block;
	}
	.menu-toggle {
		background: #fff;
    border: 0;
    display: block;
    width: 50px;
    height: 38px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999999;
    margin: 4% 2%;
	}
	.page-header.open .menu-toggle span:nth-child(1) {
		top: 50%;
		margin-top: -1px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle span:nth-child(1) {
		top: 10px;
	}
	.menu-toggle span {
		-webkit-animation: menuBarIn 0.3s ease backwards;
		animation: menuBarIn 0.3s ease backwards;
		display: block;
		height: 2px;
		position: absolute;
		left: 10px;
		background: #000;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 25px;
	}
	.page-header.open .menu-toggle span:nth-child(2) {
		width: 0;
	}
	.menu-toggle span:nth-child(2) {
		top: 50%;
		margin-top: -1px;
	}
	.page-header.open .menu-toggle span:nth-child(3) {
		bottom: 50%;
		margin-bottom: -1px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.menu-toggle span:nth-child(3) {
		bottom: 10px;
	}
	section.detailTitStyle2 h2 {
		width: 100%;
		margin: 0 auto;
	}
	.wp_social_bookmarking_light {
		border: 0 !important;
		padding: 10px 0 20px 0 !important;
		width: 90%;
		margin: 0 auto;
	}
	ul.btn.btnBox1 li.btnType2.line_ctr {
		width: 100%;
	}
	.swiper-container {
		height: 190px;}
		.manga_sp {
			padding: 2px 10px 0px;
		}
		h2.youtube_title{
		margin-top: 5%;
		}
		.swiper-pagination-fraction{
			font-size: 12px;
			margin-top: 3px;	
		}
		.siteContent {
		x
			margin-top: 4%;
		}
}
@media (min-width:960px) {
	.btnType2.btnWeb_2 {
		display: block;
    position: fixed;
    z-index: 99999999999999;
    right: 10px;
    top: 20px;
	}
	.messengers {
		width: 960px;
		display: flex;
		border: 1px solid;
		padding: 2%;
		margin: 2% auto;
	}
	.messengers p {
		width: 800px;
		padding: 5%;
		font-size: 16px;
	}
	.staff_info h3 {
		font-size: 16px;
		padding: 5%;
	}
	.senior_info h3 {
		font-size: 16px;
		padding: 5%;
	}
	.ceo_info h3 {
		font-size: 16px;
		padding: 5%;
	}
	.wp_social_bookmarking_light {
		width: 960px!important;
		margin: 0 auto!important;
	}
	
}


@media (min-width:960px){
	div#manga {
		max-width: 960px;
		margin: 0 auto;
	}
	h2.Interview_title{
		width: 960px;
    margin: 0 auto;
	}
	h2.youtube_title{
		width: 960px;
	margin: 0 auto;
	margin-bottom: 5%;
    margin-top: 5%;
	}
	h2.chara_title{
		width: 960px;
	margin: 0 auto;
	margin-bottom: 5%;
    margin-top: 5%;
	}
	input.btn-primary {
		background: #cc0000 !important;
		width: 50%;
		height: 60px;
		margin: 0 auto;
		border-radius: 30px;
		font-size: 2rem;
	}
	.body2 {
		font-size: 16px;
	}
}
.page-header {
    background-color: #fff!important;
    
}
.swiper-slide {
	padding-left: 2%;
    margin-left: 0%;
}
div#youtube_con {
    margin-bottom: 5%;
}
table.table-res-form tr {
    font-size: 16px;
}

.twoColumns .column.top-post {
    float: left;
}

/*フローティングメニューbtn*/
ul.btn.btnBox1 div {
    display: flex;
}
/*END*/
.base .twoColumns.twoColumnsType1 {
    margin: 0;
}

@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	}
	.container {
		margin-right: auto;
		margin-left: auto;
	}


/*-----------------------------------------------------------------------
タブの出し分けCSS
----------------------------------------------------------------*/
.tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item_pc"] {
    display: none;
  }

  input[name="tab_item_sp"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    /* padding: 40px 40px 0;*/
    clear: both;
    overflow: hidden;
  }

  /*選択されているタブのコンテンツのみを表示*/
  #tab_1:checked~#tab_1_content,
  #tab_2:checked~#tab_2_content,
  #tab_3:checked~#tab_3_content,
  #tab_4:checked~#tab_4_content {
    display: block;
  }

  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 960px;
    margin: 0 auto;
  }
  @media screen and (max-width:960px) {
    .tabs {
      width: 300px
    }

    #tab_1_sp:checked~#tab_1_sp_content,
    #tab_2_sp:checked~#tab_2_sp_content,
	#tab_3_sp:checked~#tab_3_sp_content,
	#tab_4_sp:checked~#tab_4_sp_content {
      display: block;
	}
	.tab_item {
		font-size: 10px!important;
	}
  }
  

  .manga_pc {
    margin-bottom: 5%;
}
/*-----------------------------------------------------------------------
タブの出し分けCSSーEND
----------------------------------------------------------------*/