@charset "UTF-8";

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

	manatabi

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

/* ----------------------------------------------------------------------
	ベース設定
---------------------------------------------------------------------- */

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

.none_post{
    text-align:center;
    margin:0px auto;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
    height:auto;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}

	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0,0,0,0) !important;
	}
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/*
::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}*/

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium"), local("Yu Gothic");
	font-weight: 500;
}
html,
body {
	height: 100%;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
html.js-sizeS {
	font-size: 16px;
}
html.js-sizeL {
	font-size: 18px;
}

body {
	width: auto;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
	color: #333;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	word-break:break-all;
}

a {
	color: #123881;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}
a:hover {
	color: #f09020;
	cursor: pointer;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align:bottom;
}

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

	body {
		width: 100%;
		min-width: 100%;
/*		font-size: 81.25%;
		font-size: 0.8125rem;*/
		font-size:14px;
	}

	a:hover {
/*		opacity: 0.7;*/
	}

	img {
		width: 100%;
	}

}



/* ----------------------------------------------------------------------
	common
---------------------------------------------------------------------- */

/* # =================================================================
   # wrp
   # ================================================================= */

.wrp{
	display:table;
	table-layout: fixed;
	width:100%;
}



/* # =================================================================
   # left
   # ================================================================= */

.left{
	display:table-cell;
	vertical-align:top;
	width:20%;
	max-width:340px;
/*	display:block;
	float:left;
	width:20%;
	max-width:340px;*/
	height:100%;
	box-sizing:border-box;
	background:#ffffff;
	border-top:solid 2px #e5e5e5;
	border-left:solid 2px #e5e5e5;
	border-right:solid 2px #e5e5e5;
	position:relative;
	z-index:5;
}

@media only screen and (min-width: 737px) and (max-width: 959px) {

	.left{
		display:block;
		width:100%;
		max-width:initial;
		height:65px;
		box-sizing:border-box;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:solid 1px #e5e5e5;
		background:#ffffff;
		position:relative;
		z-index:5;
	}

}

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

	.left{
		display:block;
		width:100%;
		max-width:initial;
		height:65px;
		box-sizing:border-box;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:solid 1px #e5e5e5;
		background:#ffffff;
		position:relative;
		z-index:5;
	}

}



/* nav */

.nav{
	position:fixed;
	top:0;
	left:0;
	width:20%;
	max-width:336px;
	height:100%;
}

.nav .ttl{
	width:71.42%;
	height:106px;
	margin:0 auto;
	display:table;
	font-size:16px;
	line-height:20px;
}

.nav .ttl span{
	display:table-cell;
	width:100%;
	height:106px;
	vertical-align:middle;
	text-align:center;
}

.nav .ttl span a{
	display:inline-block;
	width:100%;
}

.nav .ttl img{
	width:100%;
}

.spmenu{
	display:none;
}

.spmenu_close{
	display:none;
}

.nav_inner{
	width:100%;
}

.nav_inner ul{
	border-top:solid 1px #e4e4e4;
}

.nav_inner li{
	border-bottom:solid 1px #e4e4e4;
}

.nav_inner .nav_01 a{
	display:block;
	padding:15px 26px;
	font-size:18px;
	line-height:1.5;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

.nav_inner .nav_01 a:before{
	position:absolute;
	display:block;
	top:50%;
	right:12px;
	margin:-7px 0 0 0;
	width:14px;
	height:14px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
}

.nav_inner .nav_02 a{
	display:block;
	padding:15px 26px;
	font-size:16px;
	line-height:1.5;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

.nav_inner .nav_02 a:before{
	position:absolute;
	display:block;
	top:50%;
	right:12px;
	margin:-7px 0 0 0;
	width:14px;
	height:14px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
}

.nav_cat{
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	height:100%;
	box-sizing:border-box;
	padding:0 0 0 0;
	background:rgba(0,44,125,0.9);
	display:none;
}

.nav_cat_inner{
	display:table;
}

.nav_cat ul{
	border-top:none;
	width:230px;
	display:table-cell;
	vertical-align:top;
}

.nav_cat ul#nav_cat00{
/*	position:relative;*/
}

.nav_cat li{
	border-bottom:none;

}

.nav_cat li.adl{
	height:1px;
	text-indent:-9999px;
	position:relative;
	margin:19px 0;
}

.nav_cat li.adl:before{
	position:absolute;
	top:0;
	left:20px;
	width:190px;
	height:1px;
	background:#ffffff;
	content:"";
}

.nav_cat li a{
	display:block;
	padding:8px 10px 8px 30px;
	width:230px;
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	text-decoration:none;
}

.nav_cat li a .icn_blank{
	display:inline-block;
	position:relative;
}

.nav_cat li a .icn_blank:before{
	position:absolute;
	top:50%;
	left:100%;
	margin:-8px 0 0 10px;
	width:16px;
	height:16px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_blank.png') no-repeat 0 0;
	background-size:16px 16px;
}

.nav_cat li a:hover{
	background:#0a2353;
}

.nav_cat li ul{
	position:absolute;
	top:0;
	left:100%;
	width:230px;
	height:100%;
	padding:0 0 0 0;
	background:#1d335c;
	border-top:none;
	display:none;
}

.nav_cat li ul li{

}



.nav_03{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
}

.nav_search{
	padding:15px 26px 30px 26px;
}

.nav_search dl{
	margin:15px 0 0 0;
}

.nav_search dt{
	font-size:16px;
	line-height:1.5;
	color:#0c337d;
	font-weight:bold;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_circle_01.svg') no-repeat 0 center;
	background-size:13px 13px;
	padding:0 0 0 20px;
}

.nav_search dd{
	margin:10px 0 0 0;
}

.searchbox{
	display:table;
	width:100%;
	font-size:14px;
	line-height:1.5;
	margin:10px 0 0 0;
}

.searchbox .searchbox_txt{
	display:table-cell;
	vertical-align:middle;
	width:6em;
}

.searchbox .searchbox_cts{
	display:table-cell;
}

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

	.searchbox{
		display:block;
		width:100%;
		font-size:14px;
		line-height:1.5;
		margin:10px 0 0 0;
	}

	.searchbox .searchbox_txt{
		display:block;
		vertical-align:middle;
		width:auto;
	}

	.searchbox .searchbox_cts{
		display:block;
	}

}

#searchform input{
	width:100%;
}

#searchform input#searchkeyword{
	padding:3px 5px;
	font-size:14px;
	line-height:1.5;
	border:solid 1px #c5c5c5;
	border-radius:3px;
}

#searchform .tipped{
	color:#666666;
	background:#f6f6f6;
}

#searchform select{
	width:100%;
}

/* */

.ui-multiselect-menu{
	z-index:100;
	border-radius:0 !important;
	padding:0;
}

.ui-multiselect-header{
	margin-bottom:0;
	background:#ffffff;
	border-radius:0;
	border:none;
	border-bottom:solid 1px #e4e4e4;
	font-weight:normal;
	padding:10px 0 10px 10px;
}

.ui-multiselect-header span.ui-icon{
	display:none;
}

.ui-multiselect-header .ui-multiselect-close{
	display:none;
}



.ui-multiselect-checkboxes li{
	padding:0;
}

.ui-multiselect-checkboxes input[type="checkbox"]{
	display:none;
}

.ui-multiselect-checkboxes label,
.ui-multiselect-single .ui-multiselect-checkboxes label{
	display:block;
	border:none;
	border-radius:0;
	background:#ffffff;
	padding:10px 0 10px 20px !Important;
}

.ui-multiselect-checkboxes label.ui-state-hover,
.ui-multiselect-single .ui-multiselect-checkboxes label.ui-state-hover{
/*
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
*/
	display:block;
	border:none;
	border-radius:0;
	background:#ffffff;
	padding:10px 0 10px 20px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	color:#000000;
	background:#eceff5;
}

.ui-multiselect-checkboxes label:hover,
.ui-multiselect-single .ui-multiselect-checkboxes:hover{
	background:#eceff5 !important;
}

.ui-multiselect-checkboxes label.act,
.ui-multiselect-single .ui-multiselect-checkboxes label.ui-state-active{
	display:block;
	border:none;
	border-radius:0;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_check.png') #eceff5 no-repeat 5px 0.8em !Important;
	padding:10px 0 10px 20px;
}



#searchcat_ms,
#selectmonth_ms{
	width:100% !important;
	height:1.8em;
	overflow:hidden;
	position:relative;
	padding-right:15px;
}

.ui-multiselect span.ui-icon{
	position:absolute;
	top:50%;
	right:1px;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_arrow_02.png') no-repeat center center;
}

.ui-multiselect.ui-state-active span.ui-icon{
	position:absolute;
	top:50%;
	right:4px;
	margin:-5px 0 0 0;
	width:10px;
	height:10px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_close.png') #666666 no-repeat center center;
	border-radius:50%;
	background-size:6px 6px;
}

#searchform .btn{
	width:70.59%;
	margin:20px auto 0 auto;
}

#searchform .btn a{
	display:block;
	margin:0 auto;
	width:100%;
	height:46px;
	background:#0c337d;
	border-radius:23px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:46px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

#searchform .btn a:hover{
	background:#2f59b5;
}

#searchform .btn a:before{
	position:absolute;
	top:50%;
	right:10px;
	margin:-10px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
	background-size:12px 8px;
}

.nav_cat_close{
	display:block;
	position:absolute;
	bottom:0;
	left:30px;
	margin:0 0 15px 0;
}

.nav_cat_close span{
	display:inline-block;
	color:#ffffff;
	text-indent:-9999px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}

.nav_cat_close span:before{
	position:absolute;
	top:0;
	left:0;
	width:12px;
	height:12px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_close.png') no-repeat 0 0;
	background-size:12px 12px;
}

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

	.nav{
		position:relative;
		width:auto;
		max-width:initial;
		height:auto;
	}

	.nav .ttl{
		position:absolute;
		top:11px;
		left:20px;
		width:125px;
		height:auto;
		margin:0 0 0 0;
		padding:0 0;
		display:block;
	}

	.nav .ttl span{
		display:block;
		width:100%;
		height:auto;
	}

	.nav .ttl span a{
		display:block;
		width:100%;
		height:auto;
	}

	.nav .ttl img{
		width:100%;
	}

	.spmenu{
		display:block;
	}

	.spmenu a{
		position:absolute;
		display:block;
		top:11px;
		right:8px;
		width:45px;
		height:45px;
		text-indent:-9999px;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_spmenu.png') no-repeat 0 0;
		background-size:45px 90px;
	}

	.spmenu a.act{
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_spmenu.png') no-repeat 0 -45px;
		background-size:45px 90px;
	}

	.nav_inner{
		position:absolute;
		top:65px;
		left:0;
		width:100%;
/*		background:#14367f;*/
		background:#e5e5e5;
		display:none;
		z-index:10;
		padding:0 0 40px 0;
	}

	.nav_inner ul{
		border-top:none;
		background:#14367f;
	}

	.nav_inner li{
		border-bottom:solid 1px #5b73a6;
	}

	.nav_inner .nav_01 a{
		display:block;
		padding:17px 20px;
		font-size:16px;
		line-height:1.5;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	.nav_inner .nav_01 a:before{
		position:absolute;
		display:block;
		top:50%;
		right:12px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:14px 9px;
		border-radius:50%;
	}

	.nav_inner .nav_02 a{
		display:block;
		padding:17px 20px;
		font-size:16px;
		line-height:1.5;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	.nav_inner .nav_02 a:before{
		position:absolute;
		display:block;
		top:50%;
		right:12px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:14px 9px;
		border-radius:50%;
	}

	.nav_cat{
		display:none;
	}

	.nav_03{
		font-size:16px;
		line-height:1.5;
		font-weight:bold;
		color:#ffffff;
	}

	.nav_search{
		padding:15px 20px 20px 20px;
	}

	.nav_search dl{
		margin:16px 0 0 0;
	}

	.nav_search dl.first{
		margin:8px 0 0 0;
	}

	.nav_search dt{
		font-size:16px;
		line-height:1.5;
		color:#ffffff;
		font-weight:700;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_circle_02.svg') no-repeat 0 center;
		background-size:13px 13px;
		padding:0 0 0 18px;
	}

	.nav_search dd{
		margin:10px 0 0 0;
	}

	.searchbox{
		display:table;
		width:100%;
		font-size:14px;
		line-height:1.5;
		margin:20px 0 0 0;
	}

	.searchbox.first{
		margin:10px 0 0 0;
	}

	.searchbox .searchbox_txt{
		display:table-cell;
		vertical-align:middle;
		width:6em;
		color:#ffffff;
	}

	.searchbox .searchbox_cts{
		display:table-cell;
	}

	#searchform input{
		width:100%;
	}

	#searchform select{
		width:100%;
	}

	#searchform input#searchkeyword{
		padding:9px 5px;
		font-size:16px;
		line-height:20px;
	}

	#searchform .tipped{
		color:#888888;
		background:#e5e5e5;
		font-size:14px;
	}

	#searchform select{
		width:100%;
	}

	/**/

	.ui-multiselect-checkboxes label:hover,
	.ui-multiselect-single .ui-multiselect-checkboxes:hover{
		background:#ffffff !important;
	}

	.ui-multiselect-checkboxes label.ui-state-hover,
	.ui-multiselect-single .ui-multiselect-checkboxes label.ui-state-hover{
	/*
		border: 1px solid #cccccc;
		background: #ededed;
		font-weight: normal;
		color: #2b2b2b;
	*/
		display:block;
		border:none;
		border-radius:0;
		background:#ffffff;
		padding:10px 0 10px 20px;
	}

	.ui-multiselect-checkboxes label.act,
	.ui-multiselect-single .ui-multiselect-checkboxes label.ui-state-active{
		display:block;
		border:none;
		border-radius:0;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_check.png') #eceff5 no-repeat 5px 0.8em !Important;
		padding:10px 0 10px 20px;
	}

	#searchcat_ms,
	#selectmonth_ms{
		width:100% !important;
		height:40px;
		overflow:hidden;
		position:relative;
		line-height:36px;
	}

	#searchform .btn{
		width:240px;
		margin:20px auto 0 auto;
	}

	#searchform .btn a{
		display:block;
		margin:0 auto;
		width:100%;
		height:46px;
		background:#ffffff;
		border-radius:23px;
		text-align:center;
		color:#0c337d;
		font-size:16px;
		line-height:46px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	#searchform .btn a:hover{
		display:block;
		margin:0 auto;
		width:100%;
		height:46px;
		background:#ffffff;
		border-radius:23px;
		text-align:center;
		color:#0c337d;
		font-size:16px;
		line-height:46px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	#searchform .btn a:before{
		position:absolute;
		top:50%;
		right:10px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	#searchform .btn a:hover:before{
		position:absolute;
		top:50%;
		right:10px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.spmenu_close{
		display:block;
	}

	.spmenu_close a{
		display:block;
		background:#0a2353;
		font-size:14px;
		line-height:1.5;
		color:#ffffff;
		text-decoration:none;
		padding:17px 0 17px 20px;
		text-align:center;
		position:relative;
	}

	.spmenu_close a:before{
		position:absolute;
		top:50%;
		left:50%;
		margin:-9px 0 0 -40px;
		width:19px;
		height:19px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_close.png') no-repeat 0 0;
		background-size:19px 19px;
	}

	.nav_cat_close{
		display:none;
	}

}



/* # =================================================================
   # main
   # ================================================================= */


.main{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
	width:auto;
	z-index:2;
/*	display:block;
	width:auto;*/
	z-index:2;
}

.nav_gohome{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:66px;
	border-bottom:solid 1px #e5e5e5;
	z-index:1;
}

.nav_gohome p{
	display:block;
	font-size:14px;
	line-height:20px;
	padding:23px 0 0 40px;
	margin:0 0 0 20%;
}

.nav_gohome p a{
	display:inline-block;
	color:#000000;
	text-decoration:none;
	padding:0 0 0 18px;
	position:relative;
}

.nav_gohome p a:hover{
	color:#f09020;
}

.nav_gohome p a:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-7px 0 0 0;
	width:14px;
	height:14px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transform:rotateY(180deg);
}

.nav_gohome p a:hover:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-7px 0 0 0;
	width:14px;
	height:14px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transform:rotateY(180deg);
}

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

	.main{
		display:block;
		width:100%;
	}

	.nav_gohome{
		display:none;
	}

}



/* # =================================================================
   # footer
   # ================================================================= */

.footer{
	border-top:solid 3px #183d84;
	padding:55px 0 60px 0;
	position:relative;
}

.footer .footer_link{
	text-align:center;
	font-size:16px;
	line-height:1.2;
}

.footer .footer_link li{
	display:inline-block;
	padding:0 1.5em;
	border-right:solid 1px #cccccc;
}

.footer .footer_link li:first-child{
	border-left:solid 1px #cccccc;
}

.footer .footer_link li a{
	display:inline-block;
	text-decoration:none;
	color:#000000;
}

.footer .footer_link li a:hover{
	color:#f09020;
}

.footer .link{
	text-align:center;
	font-size:16px;
	line-height:1.5;
	margin:20px 0 0 0;
}

.footer .link a{
	display:inline-block;
	position:relative;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.footer .link a:hover{
	color:#f09020;
}

.footer .link a:before{
	position:absolute;
	top:50%;
	left:100%;
	margin:-8px 0 0 6px;
	width:16px;
	height:16px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.footer .link a:hover:before{
	position:absolute;
	top:50%;
	left:100%;
	margin:-8px 0 0 6px;
	width:16px;
	height:16px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:10px 6px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.footer .footer_bnr{
	text-align:center;
	margin:20px auto 10px auto;
	width:100%;
}

.footer .footer_bnr:hover{
	opacity:0.7;
}

.footer .footer_bnr a{
	display: inline-block;
}

.footer .footer_bnr img{
	width:100%;
}

.footer .footer_bnr.bnr_pc{
	display: block;
}

.footer .footer_bnr.bnr_sp{
	display: none;
}

@media only screen and (max-width: 959px){
	.footer .footer_bnr{
		max-width:95%;
	}
	.footer .footer_bnr.bnr_pc{
		display: none;
	}

	.footer .footer_bnr.bnr_sp{
		display: block;
	}
}

.footer .logo_op{
	text-align:center;
	padding:45px 0 45px 0;
}

.footer .logo_op img{
	width:504px;
}

.footer .copyright{
	text-align:center;
	font-size:12px;
	line-height:1.5;
}

.footer .gotop{
	position:absolute;
	top:0;
	right:12.5%;
	margin:-42px 0 0 0;
	width:81px;
	height:81px;
	z-index:10;
	background:#0c337d;
	border-radius:50%;
}

.footer .gotop a{
	display:block;
	box-sizing:border-box;
	width:81px;
	height:81px;
	padding:28px 0 0 0;
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1u.svg') no-repeat center 9px;
	background-size:7px 11px;
	border-radius:50%;
}

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

	.footer{
		border-top:solid 3px #183d84;
		padding:54px 0 30px 0;
		position:relative;
	}

	.footer .footer_link{
		text-align:center;
		font-size:14px;
		line-height:1.2;
	}

	.footer .footer_link li{
		display:block;
		width:180px;
		text-align:center;
		border-left:solid 1px #cccccc;
		border-right:solid 1px #cccccc;
		padding:0 0;
		margin:20px auto 0 auto;
	}

	.footer .footer_link li:first-child{
		margin:0 auto 0 auto;
	}

	.footer .footer_link li a{
		display:block;
		text-decoration:none;
		color:#000000;
	}

	.footer .footer_link li a:hover{
		color:#f09020;
	}

	.footer .link{
		text-align:center;
		font-size:14px;
		line-height:1.5;
	}

	.footer .link a{
		display:inline-block;
		position:relative;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}

	.footer .link a:before{
		position:absolute;
		top:50%;
		left:100%;
		margin:-7px 0 0 6px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.footer .link a:hover:before{
		position:absolute;
		top:50%;
		left:100%;
		margin:-7px 0 0 6px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.footer .logo_op{
		text-align:center;
		padding:25px 0 25px 0;
	}

	.footer .logo_op img{
		width:280px;
	}

	.footer .copyright{
		text-align:center;
		font-size:10px;
		line-height:1.5;
	}

	.footer .gotop{
		position:absolute;
		top:0;
		left:50%;
		margin:-34px 0 0 -33px;
		width:66px;
		height:66px;
		z-index:10;
		background:#0c337d;
		border-radius:50%;
	}

	.footer .gotop a{
		display:block;
		box-sizing:border-box;
		width:66px;
		height:66px;
		padding:23px 0 0 0;
		text-align:center;
		font-size:10px;
		line-height:12px;
		font-weight:700;
		text-decoration:none;
		color:#ffffff;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1u.svg') no-repeat center 7px;
		background-size:7px 11px;
		border-radius:50%;
	}

}


/* # =================================================================
   # parts
   # ================================================================= */

/* cfx */

.cfx::after {
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display:none;
}

.sp_none{
	display:block;
}

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

	.pc_none{
		display:block;
	}

	.sp_none{
		display:none;
	}

}



/* ttl */

.ttl_01{

}

.ttl_01 .en{
/*	height:50px;
	text-indent:-9999px;*/
	background-position:center 10px !important;
	display:block;
	font-family:'Georgia';
	font-size:48px;
	line-height:60px;
	font-style:italic;
	text-align:center;
	font-weight:normal;
	letter-spacing:3px;
	text-indent:0;
	color:#0c337d;
}

.ttl_01 .ja{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	margin:6px 0 0 0;
}

.ttl_02{
	font-size:30px;
	line-height:1.3;
	font-weight:normal;
	padding:0 0 10px 0;
	border-bottom:solid 2px #0c337d;
}

.ttl_03{
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	color:#0c337d;
	margin:0 0 30px 0;
}

.ttl_04{
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	margin:0 0 20px 0;
}

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

	.ttl_01{

	}

	.ttl_01 .en{
/*		height:40px;
		text-indent:-9999px;*/
		background-position:center 8px !important;
		display:block;
		font-family:'Georgia';
		font-size:40px;
		line-height:48px;
		font-style:italic;
		text-align:center;
		font-weight:normal;
		letter-spacing:3px;
		text-indent:0;
		color:#0c337d;
	}

	.ttl_01 .ja{
		display:block;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		line-height:1.2;
		margin:5px 0 0 0;
	}

	.ttl_02{
		font-size:18px;
		line-height:1.3;
		font-weight:400;
		padding:0 0 10px 0;
		border-bottom:solid 2px #0c337d;
	}

	.ttl_03{
		font-size:16px;
		line-height:1.2;
		font-weight:700;
		color:#0c337d;
		margin:0 0 15px 0;
	}

	.ttl_04{
		font-size:14px;
		line-height:1.2;
		font-weight:700;
		margin:0 0 15px 0;
	}

}



/* btns */

a.btn_01{
	display:block;
	margin:0 auto;
	width:300px;
	height:46px;
	background:#0c337d;
	border-radius:23px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	line-height:46px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

a.btn_01:hover{
	background:#2f59b5;
}

a.btn_01.type_02{
	width:480px;
}

a.btn_01.type_03{
	width:100%;
	max-width:480px;
	height:60px;
	border-radius:30px;
	line-height:60px;
}

a.btn_01:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-10px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
	background-size:12px 8px;
}

a.btn_01.type_04:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-10px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
	background-size:12px 8px;
	transform:rotateY(90deg);
}

a.btn_02{
	display:block;
	margin:0 auto;
	width:300px;
	height:44px;
	background:#ffffff;
	border:solid 1px #ffffff;
	border-radius:23px;
	text-align:center;
	color:#0c337d;
	font-size:18px;
	line-height:44px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

a.btn_02:hover{
	color:#f09020;
	border:solid 1px #f09020;
}

a.btn_02.type_02{
	width:480px;
}

a.btn_02.type_03{
	display:block;
	margin:0 auto;
	width:360px;
	height:70px;
	padding:10px 0;
	background:#ffffff;
	border:solid 1px #e4e4e4;
	border-radius:35px;
	text-align:center;
	color:#0c337d;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

a.btn_02.type_03:hover{
	color:#f09020;
	border:solid 1px #f09020;
}

a.btn_02.type_04{
	display:block;
	margin:0 auto;
	width:360px;
	height:70px;
	padding:10px 0;
	background:#ffffff;
	border:solid 1px #e4e4e4;
	border-radius:35px;
	text-align:center;
	color:#0c337d;
	font-size:18px;
	line-height:48px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}

a.btn_02.type_04:hover{
	color:#f09020;
	border:solid 1px #f09020;
}

a.btn_02:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

a.btn_02.type_03:before,
a.btn_02.type_04:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transform:rotate(90deg);
}

a.btn_02:hover:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

a.btn_02.type_03:hover:before,
a.btn_02.type_04:hover:before{
	position:absolute;
	top:50%;
	right:20px;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transform:rotate(90deg);
}

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

	a.btn_01{
		display:block;
		margin:0 auto;
		width:240px;
		height:auto;
		padding:12px 0;
		background:#0c337d;
		border-radius:23px;
		text-align:center;
		color:#ffffff;
		font-size:16px;
		line-height:22px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	a.btn_01:hover{
		background:#2f59b5;
	}

	a.btn_01.type_02{
		width:280px;
	}

	a.btn_01.type_03{
		width:240px;
		max-width:initial;
		height:auto;
		border-radius:23px;
		line-height:22px;
	}

	a.btn_01:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
	}

	a.btn_01:hover:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
	}

	a.btn_01.type_04:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:12px 8px;
		transform:rotate(-90deg);
	}

	a.btn_02{
		display:block;
		margin:0 auto;
		width:240px;
		height:auto;
		padding:11px 0;
		background:#ffffff;
		border:solid 1px #ffffff;
		border-radius:23px;
		text-align:center;
		color:#0c337d;
		font-size:18px;
		line-height:22px;
		font-weight:bold;
		text-decoration:none;
		position:relative;
	}

	a.btn_02:hover{
		color:#f09020;
		border:solid 1px #f09020;
	}

	a.btn_02.line_02{
		border-radius:34px;
	}

	a.btn_02.type_02{
		width:280px;
	}

	a.btn_02.type_03{
		width:auto;
		padding-right:30px;
	}

	a.btn_02.type_04{
		width:auto;
		padding-right:30px;
	}

	a.btn_02:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	a.btn_02:hover:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

}

/* font-color */

.fc_orange{
	color:#f09020;
}



/* results_box */

.results_box{
/*	margin:0 2.11% 2.35% 0;*/
	width:33.3%;
	padding:0 1.05%;
	margin:0 0 2.35% 0;
}

.results_box a{
	display:block;
	text-decoration:none;
	position:relative;
}

.results_box a:before{
	position:absolute;
	bottom:11px;
	right:11px;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a:hover:before{
	position:absolute;
	bottom:11px;
	right:11px;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a .pic{
	position:relative;
	width:100%;
	height:200px;
	background:#ccc;
}

.results_box a .pic p{
	display:inline;
}

.results_box a .pic p img{
	position:absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	z-index:2;
}

.results_box a .pic .icn_list{
	position:absolute;
	top:100%;
	right:0;
	padding:0 0 0 0;
	margin:-30px 0 0 0;
}

.results_box a .pic .icn_list .icn_list_inner{
	display:table;
}

.results_box a .pic .icn_list .icn_list_inner div{
	display:table-cell;
	width:auto;
	height:60px;
	padding:0 10px 0 0;
	margin:0;
	vertical-align:middle;
}

.results_box a .pic .icn_list .icn_list_inner span{
	display:inline-block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	position:relative;
	z-index:3;
}

.results_box a .pic .icn_list .icn_list_inner .icn_new2 span{
	display:inline-block;
	width:60px;
	height:60px;
	border:solid 1px #e23a56;
	border-radius:50%;
	box-sizing:border-box;
}

.results_box a .pic .icn_list .icn_list_inner .icn_new2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_new.png') #ffffff no-repeat 0 0;
	background-size:contain;
	border-radius:50%;
	z-index:4;
}

.results_box a .pic .icn_list .icn_list_inner .icn_near2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_near.png') #f09020 no-repeat 0 0;
	background-size:contain;
	z-index:4;
}

.results_box a .pic .icn_list .icn_list_inner .icn_gen2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_gen.png') #318c46 no-repeat 0 0;
	background-size:contain;
	z-index:4;
}

.results_box a .pic .icn_list .icn_list_inner .icn_closed2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_closed.png') #666666 no-repeat 0 0;
	background-size:contain;
	z-index:4;
}

.results_box a .pic .icn_list .icn_list_inner .icn_full2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_full.png') #666666 no-repeat 0 0;
	background-size:contain;
	z-index:4;
}

.results_box a .pic .icn_list .icn_list_inner .icn_cancel2 span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_cancel.png') #cc0000 no-repeat 0 0;
	background-size:contain;
	z-index:4;
}

.results_box a .txts_wrp{
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	padding:30px 20px 20px 20px;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a:hover .txts_wrp{
	border-right:solid 1px #f09020;
	border-bottom:solid 1px #f09020;
	border-left:solid 1px #f09020;
	padding:30px 20px 20px 20px;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a:hover .txts{

}

.results_box a .txts .cat{
	font-size:14px;
	line-height:1.5;
	color:#f09020;
	font-weight:bold;
}

.results_box a .txts h3{
	font-size:20px;
	line-height:1.2;
	font-weight:bold;
	margin:5px 0 0 0;
	color:#0c337d;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a:hover .txts h3{
	color:#f09020;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.results_box a .txts .lead{
	font-size:16px;
	line-height:1.5;
	color:#000000;
	margin:5px 0 0 0;
}

.results_box a .txts dl{
	display:table;
	font-size:14px;
	line-height:1.5;
	color:#000000;
	margin:5px 0 0 0;
}

.results_box a .txts dt{
	display:table-cell;
	vertical-align:top;
	width:6em;
}

.results_box a .txts dd{
	display:table-cell;
	vertical-align:top;
}

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

	.results_box{
/*		width:auto;
		margin:0 10px 0 0;*/
		width:100%;
		margin:0 0 20px 0;
		padding:0 0 0 0;
		float:left;
	}

	.results_box a:before{
		position:absolute;
		bottom:11px;
		right:11px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.results_box a:hover:before{
		position:absolute;
		bottom:11px;
		right:11px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.results_box a .txts_wrp{
		border-right:solid 1px #e5e5e5;
		border-bottom:solid 1px #e5e5e5;
		border-left:solid 1px #e5e5e5;
		padding:20px 20px 20px 20px;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.results_box a:hover .txts_wrp{
		border-right:solid 1px #f09020;
		border-bottom:solid 1px #f09020;
		border-left:solid 1px #f09020;
		padding:20px 20px 20px 20px;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.results_box a .txts .cat{
		font-size:11px;
		line-height:1.5;
		color:#f09020;
		font-weight:bold;
	}

	.results_box a .txts h3{
		font-size:16px;
		line-height:1.2;
		font-weight:bold;
		margin:5px 0 0 0;
		color:#0c337d;
	}

	.results_box a:hover .txts h3{
		color:#f09020;
	}

	.results_box a .txts .lead{
		font-size:14px;
		line-height:1.5;
		color:#000000;
		margin:5px 0 0 0;
	}

	.results_box a .txts dl{
		display:table;
		font-size:12px;
		line-height:1.5;
		color:#000000;
		margin:5px 0 0 0;
	}

}



/* icn */

.icn_new{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:40px;
	margin:0 0 0 10px;
}

.icn_new:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:40px;
	padding:2px 0;
	content:"New";
	font-size:14px;
	line-height:18px;
	color:#e23a56;
	font-style:italic;
	font-family:'Georgia';
	text-indent:0;
	text-align:center;
	background:#ffffff;
	border:solid 1px #e23a56;
	border-radius:12px;
}

.icn_near{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:66px;
	margin:0 0 0 10px;
}

.icn_near:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:66px;
	content:"締切間近";
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#f09020;
}

.icn_gen{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:80px;
	margin:0 0 0 10px;
}

.icn_gen:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:80px;
	content:"一般参加可";
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#318c46;
}

.icn_closed{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:66px;
	margin:0 0 0 10px;
}

.icn_closed:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:66px;
	content:"申込終了";
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#666666;
}

.icn_full{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:38px;
	margin:0 0 0 10px;
}

.icn_full:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:38px;
	content:"満席";
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#666666;
}

.icn_cancel{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:82px;
	margin:0 0 0 10px;
}

.icn_cancel:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-12px 0 0 0;
	width:82px;
	content:"催行中止";
	padding:3px 0;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#cc0000;
}

.icn_arrow{
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	width:19px;
	height:16px;
	margin:0 0 0 10px;
}

.icn_arrow:before{
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:14px 9px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

a:hover .icn_arrow:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:14px 9px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

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

	.icn_arrow{
		display:inline-block;
		position:relative;
		text-indent:-9999px;
		width:14px;
		height:10px;
		margin:0 0 0 10px;
	}

	.icn_arrow:before{
		display:inline-block;
		position:absolute;
		top:50%;
		left:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	a:hover .icn_arrow:before{
		position:absolute;
		top:50%;
		left:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

}



/* # =================================================================
   # top
   # ================================================================= */

/* mainv */

.top_mainv{
	position:relative;
	z-index:1;
}

.top_mainv_loading{
	width:100%;
	display:table;
}

.top_mainv_loading p{
	display:table-cell;
	width:100%;
	height:36%;
	text-align:center;
	vertical-align:middle;
}

.top_mainv_loading p img{
	width:64px;
	height:64px;
}

.top_mainv_inner{
	width:100%;
	height:489px;
	overflow:hidden;
	display:none;
}

.top_mainv_inner.slick-initialized {
	display:block;
}

.top_mainv_inner .slick-slide{
	float:left;
}

.top_mainv_inner .slick-slide img{
	width:100%;
}

.top_mainv_inner .slick-prev,
.top_mainv_inner .slick-next{
	display:none !important;
}

.top_mainv_bottom{
	padding:10px 0 10px 0;
}

.top_mainv_bottom .link{
	text-align:center;
	font-size:18px;
	line-height:1.5;
	margin-top:5px;
    margin-bottom:10px;
}

.top_mainv_bottom .link a{
	display:inline-block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	margin:0 0 0 1.5em;
}

.top_mainv_bottom .link a:hover{
	color:#f09020;
}

.top_mainv_bottom .link a:before{
	position:absolute;
	top:50%;
	left:100%;
	margin:-9px 0 0 10px;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:14px 9px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.top_mainv_bottom .link a:hover:before{
	position:absolute;
	top:50%;
	left:100%;
	margin:-9px 0 0 10px;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:14px 9px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.top_mainv_bottom .lead{
	text-align:center;
	padding:0 10px;
	font-size:24px;
	line-height:1.5;
	color:#0c337d;
}

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

	.top_mainv{
		position:relative;
	}

	.top_mainv_loading{
		width:100%;
		display:table;
	}

	.top_mainv_loading p{
		display:table-cell;
		width:100%;
		height:36%;
		text-align:center;
		vertical-align:middle;
	}

	.top_mainv_loading p img{
		width:64px;
		height:64px;
	}

	.top_mainv_inner{
		width:100%;
		height:489px;
		overflow:hidden;
	}

	.top_mainv_inner .slick-slide{
		float:left;
	}

	.top_mainv_inner .slick-slide img{
		width:100%;
	}

	.top_mainv_inner .slick-prev,
	.top_mainv_inner .slick-next{
		display:none !important;
	}

	.top_mainv_bottom{
		padding:10px 0 12px 0;
	}

	.top_mainv_bottom .link{
		text-align:center;
		font-size:14px;
		line-height:1.5;
	}

	.top_mainv_bottom .link span{
		display:block;
	}

	.top_mainv_bottom .link a{
		display:inline-block;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		position:relative;
		margin:6px 1em 0 0;
		text-align:center;
	}

	.top_mainv_bottom .link a:before{
		position:absolute;
		top:50%;
		left:100%;
		margin:-7px 0 0 5px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.top_mainv_bottom .link a:hover:before{
		position:absolute;
		top:50%;
		left:100%;
		margin:-7px 0 0 5px;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.top_mainv_bottom .lead{
		border-top:solid 1px #e5e5e5;
		text-align:center;
		margin:10px 0 0 0;
		padding:20px 10px 0 20px;
		font-size:18px;
		line-height:1.5;
		color:#0c337d;
	}

}



/* pickup */

.top_pickup{
	padding:0 0 60px 0;
}

.top_pickup_list{
	width:94.67%;
	margin:25px auto 0 auto;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-content: space-around;
}

.top_pickup .btn{
	margin-top:25px;
}

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

	.top_pickup{
		padding:0 0 40px 0;
	}

	.top_pickup_list{
		margin:20px 0 0 0;
		padding:0 0 0 10px;
		overflow:hidden;
		display:block;
	}

	.top_pickup_list .results_box{
		width:auto;
		margin:0 10px 0 0;
		padding:0 0 0 0;
		float:left;
	}

}



/* top_news */

.top_news{
	padding:50px 0 50px 0;
	background:#eceff5;
}

.top_news .btn{
	margin-top:40px;
}

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

	.top_news{
		padding:22px 0 30px 0;
		background:#eceff5;
	}

	.top_news .btn{
		margin-top:25px;
	}

}



/* arc_news */

.arc_news{
	padding:70px 0 0 0;
	background:#ffffff;
}

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

	.arc_news{
		padding:20px 0 0 0;
		background:#ffffff;
	}

}



/* news_list */

.news_list{
	margin:40px auto 0 auto;
	width:70.58%;
	border-top:dotted 1px #000000;
}

.news_list dl{
	display:table;
	width:100%;
	border-bottom:dotted 1px #000000;
	font-size:16px;
	line-height:1.5;
}

.news_list dt{
	display:table-cell;
	vertical-align:top;
	width:115px;
	padding:29px 0;
}

.news_list dd{
	display:table-cell;
	vertical-align:top;
}

.news_list dd a{
	display:block;
	padding:29px 30px 29px 0;
	position:relative;
}

.news_list dd a .icn_arrow{
	display:none;
}

.news_list dd a:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.news_list dd a:hover:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-9px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

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

	.news_list{
		margin:20px 20px 0 20px;
		width:auto;
		border-top:dotted 1px #000000;
	}

	.news_list dl{
		display:block;
		width:100%;
		padding:12px 0;
		border-bottom:dotted 1px #000000;
		font-size:14px;
		line-height:1.5;
	}

	.news_list dt{
		display:block;
		vertical-align:top;
		width:auto;
		padding:0 0;
	}

	.news_list dd{
		display:block;
		vertical-align:top;
	}

	.news_list dd a{
		display:inline;
		padding:5px 20px 0 0;
		position:relative;
	}

	.news_list dd a .icn_arrow{
		display:inline-block;
	}

	.news_list dd a:before{
		display:none;
/*		position:absolute;
		display:inline-block;
		top:100%;
		right:0;
		margin:-14px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_arrow_04.png') #0c337d no-repeat center center;
		background-size:12px 12px;
		border-radius:50%;*/
	}
/*
	.news_list dd a:hover:before{
		position:absolute;
		display:inline-block;
		top:100%;
		right:0;
		margin:-14px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_arrow_04.png') #f09020 no-repeat center center;
		background-size:12px 12px;
		border-radius:50%;
	}
*/

}



/* top_twitter */

.top_twitter{
	padding:50px 0 60px 0;
}

.top_twitter_inner{
	margin:40px auto 0 auto;
/*	width:52.35%;*/
	width:70%;
	border:solid 1px #e5e5e5;
}

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

	.top_twitter{
		padding:32px 0 30px 0;
	}

	.top_twitter_inner{
		margin:20px 20px 0 20px;
		width:auto;
		border:solid 1px #e5e5e5;
	}

}



/* top_bottom */

.top_bottom{
	padding:60px 0;
	background:#eceff5;
}

.top_bottom .btn{
	margin:30px 0 0 0;
}

.top_bottom .btn:first-child{
	margin:0 0 0 0;
}

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

	.top_bottom{
		padding:25px 0 75px 0;
		background:#eceff5;
	}

	.top_bottom .btn{
		margin:15px 0 0 0;
	}

	.top_bottom .btn:first-child{
		margin:0 0 0 0;
	}

}



/* # =================================================================
   # single
   # ================================================================= */

.single{
	width:64.2%;
	margin:0 auto;
	padding:100px 0 100px 0;
}

.single_cts{
	width:100%;
	margin:40px 0 0 0;
}

.single_cts .btn {
    margin: 20px 0 0 0;
}

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

	.single{
		width:auto;
		margin:0 20px;
		padding:20px 0 30px 0;
	}

	.single_cts{
		width:100%;
		margin:25px 0 0 0;
	}

}

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

	.single{
		width:auto;
		margin:0 20px;
		padding:20px 0 30px 0;
	}

	.single_cts{
		width:100%;
		margin:25px 0 0 0;
	}

}



/* single_summary */

.single_summary{

}

.single_summary .cat{
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
	color:#f09020;
}

.single_summary .ttl{
	font-size:32px;
	line-height:1.5;
	font-weight:bold;
	margin:15px 0 20px 0;
	position:relative;
}

.single_summary .ttl .icn_new{
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	width:60px;
	margin:0 0 0 10px;
	font-family:'Georgia';
}

.single_summary .ttl .icn_new:before{
	position:absolute;
	display:inline-block;
	top:50%;
	left:0;
	margin:-14px 0 0 0;
	width:60px;
	content:"New";
	padding:3px 0;
	font-size:16px;
	line-height:20px;
	color:#e23a56;
	font-style:italic;
	text-indent:0;
	text-align:center;
	background:#ffffff;
	border:solid 1px #e23a56;
	border-radius:14px;
}


.single_summary .ttl .icn_near{
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	width:82px;
	margin:0 0 0 10px;
}

.single_summary .ttl .icn_near:before{
	position:absolute;
	display:inline-block;
	top:50%;
	left:0;
	margin:-14px 0 0 0;
	width:82px;
	content:"締切間近";
	padding:4px 0;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#f09020;
}

.single_summary .ttl .icn_gen{
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	width:98px;
	margin:0 0 0 10px;
}

.single_summary .ttl .icn_gen:before{
	position:absolute;
	display:inline-block;
	top:50%;
	left:0;
	margin:-14px 0 0 0;
	width:98px;
	content:"一般参加可";
	padding:4px 0;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#318c46;
}

.single_summary .ttl .icn_cancel{
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	width:98px;
	margin:0 0 0 10px;
}
.single_summary .ttl .icn_cancel:before{
	position:absolute;
	display:inline-block;
	top:50%;
	left:0;
	margin:-14px 0 0 0;
	width:98px;
	content:"催行中止";
	padding:4px 0;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#cc0000;
}

.single_summary .ttl .icn_full{
	position:relative;
	display:inline-block;
	text-indent:-9999px;
	width:98px;
	margin:0 0 0 10px;
}
.single_summary .ttl .icn_full:before{
	position:absolute;
	display:inline-block;
	top:50%;
	left:0;
	margin:-14px 0 0 0;
	width:98px;
	content:"満席";
	padding:4px 0;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	text-indent:0;
	text-align:center;
	background:#666666;
}

.single_summary .ttl .icn_closed{
    position:relative;
    display:inline-block;
    text-indent:-9999px;
    width:98px;
    margin:0 0 0 10px;
}
.single_summary .ttl .icn_closed:before{
    position:absolute;
    display:inline-block;
    top:50%;
    left:0;
    margin:-14px 0 0 0;
    width:98px;
    content:"申込終了";
    padding:4px 0;
    font-size:16px;
    line-height:20px;
    color:#ffffff;
    text-indent:0;
    text-align:center;
    background:#666666;
}


.single_summary .date{
	font-size:16px;
	line-height:1.5;
}

.single_summary .date dd{
	font-weight:bold;
}

.single_summary .pic{
	margin:25px 0 0 0;
	text-align:center;
}

.single_summary .pic figure{

}

.single_summary .pic img{
	max-width: 100%;
	height:auto;
	max-height:initial; 
}

.single_summary .pic figcaption{
	text-align:center;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

.single_summary .pic.main_pic figure{
	position: relative;
	width:100%;
	background-color:#fff;
}

.single_summary .pic.main_pic img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:400px;
	z-index:2;
}

.single_summary .lead{
	margin:35px 0 0 0;
	font-size:16px;
	line-height:1.5;
}

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

	.single_summary{

	}

	.single_summary .cat{
		font-size:12px;
		line-height:1.5;
		font-weight:700;
		color:#f09020;
	}

	.single_summary .ttl{
		font-size:18px;
		line-height:1.5;
		font-weight:700;
		margin:10px 0 10px 0;
	}

	.single_summary .ttl .icn_new{
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		width:42px;
		margin:0 0 0 10px;
	}

	.single_summary .ttl .icn_new:before{
		position:absolute;
		display:inline-block;
		top:50%;
		left:0;
		margin:-9px 0 0 0;
		width:42px;
		content:"New";
		padding:2px 0;
		font-size:10px;
		line-height:12px;
		color:#e23a56;
		font-style:italic;
		text-indent:0;
		text-align:center;
		background:#ffffff;
		border:solid 1px #e23a56;
		border-radius:9px;
	}

	.single_summary .ttl .icn_near{
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		width:60px;
		margin:0 0 0 10px;
	}

	.single_summary .ttl .icn_near:before{
		position:absolute;
		display:inline-block;
		top:50%;
		left:0;
		margin:-9px 0 0 0;
		width:60px;
		content:"締切間近";
		padding:3px 3px;
		font-size:12px;
		line-height:12px;
		color:#ffffff;
		text-indent:0;
		text-align:center;
		background:#f09020;
	}

	.single_summary .ttl .icn_gen{
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		width:60px;
		margin:0 10px 0 10px;
	}

	.single_summary .ttl .icn_gen:before{
		position:absolute;
		display:inline-block;
		top:50%;
		left:0;
		margin:-9px 0 0 0;
		width:70px;
		content:"一般参加可";
		padding:3px 3px;
		font-size:12px;
		line-height:12px;
		color:#ffffff;
		text-indent:0;
		text-align:center;
		background:#318c46;
	}
	.single_summary .ttl .icn_cancel{
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		width:60px;
		margin:0 0 0 10px;
	}
	.single_summary .ttl .icn_cancel:before{
		position:absolute;
		display:inline-block;
		top:50%;
		left:0;
		margin:-9px 0 0 0;
		width:60px;
		content:"催行中止";
		padding:3px 0;
		font-size:12px;
		line-height:12px;
		color:#ffffff;
		text-indent:0;
		text-align:center;
		background:#cc0000;
	}
	.single_summary .ttl .icn_full{
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		width:60px;
		margin:0 0 0 10px;
	}
	.single_summary .ttl .icn_full:before{
		position:absolute;
		display:inline-block;
		top:50%;
		left:0;
		margin:-9px 0 0 0;
		width:60px;
		content:"満席";
		padding:3px 0;
		font-size:12px;
		line-height:12px;
		color:#ffffff;
		text-indent:0;
		text-align:center;
		background:#666666;
	}

    .single_summary .ttl .icn_closed{
        position:relative;
        display:inline-block;
        text-indent:-9999px;
        width:60px;
        margin:0 0 0 10px;
    }
    .single_summary .ttl .icn_closed:before{
        position:absolute;
        display:inline-block;
        top:50%;
        left:0;
        margin:-9px 0 0 0;
        width:60px;
        content:"申込終了";
        padding:3px 0;
        font-size:12px;
        line-height:12px;
        color:#ffffff;
        text-indent:0;
        text-align:center;
        background:#666666;
    }


	.single_summary .date{
		font-size:12px;
		line-height:1.5;
	}

	.single_summary .date dd{
		font-weight:700;
	}

	.single_summary .pic{
		margin:10px 0 0 0;
		text-align:center;
	}

	.single_summary .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}

	.single_summary .lead{
		margin:20px 0 0 0;
		font-size:14px;
		line-height:1.5;
	}

}



/* single_detail */

.single_detail{
	margin:40px 0 0 0;
}

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

	.single_detail{
		margin:25px 0 0 0;
	}

}

/* single_outline */

.single_outline_inner{
	margin:30px 0 0 0;
	border-top:solid 1px #e5e5e5;
}

.single_outline dl{
	display:table;
	width:100%;
	border-bottom:solid 1px #e5e5e5;
	font-size:16px;
	line-height:1.5;
}

.single_outline dt{
	display:table-cell;
	width:25%;
	vertical-align:top;
	padding:12px 0;
	font-weight:bold;
}

.single_outline dd{
	display:table-cell;
	width:75%;
	vertical-align:top;
	padding:12px 0;
}

.single_outline dl.information{
	display:table;
	width:100%;
	font-size:16px;
	line-height:1.5;
	background:#eceff5;
	margin:30px 0 0 0;
}

.single_outline .information dt{
	display:table-cell;
	width:25%;
	vertical-align:top;
	padding:24px 0 24px 30px;
	font-weight:bold;
}

.single_outline .information dd{
	display:table-cell;
	width:75%;
	vertical-align:top;
	padding:24px 30px 24px 0;
}

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

	.single_outline_inner{
		margin:15px 0 0 0;
		border-top:solid 1px #e5e5e5;
	}

	.single_outline dl{
		display:block;
		width:100%;
		border-bottom:solid 1px #e5e5e5;
		font-size:14px;
		line-height:1.5;
		padding:15px 0;
	}

	.single_outline dt{
		display:block;
		width:auto;
		vertical-align:top;
		padding:0 0;
		font-weight:700;
	}

	.single_outline dd{
		display:block;
		width:auto;
		vertical-align:top;
		padding:5px 0 0 0;
		font-weight:400;
	}

	.single_outline dl.information{
		display:block;
		width:auto;
		font-size:14px;
		line-height:1.5;
		background:#eceff5;
		margin:18px 0 0 0;
		padding:15px;
	}

	.single_outline .information dt{
		display:block;
		width:auto;
		vertical-align:top;
		padding:0 0 0 0;
		font-weight:700;
	}

	.single_outline .information dd{
		display:block;
		width:auto;
		vertical-align:top;
		padding:5px 0 0 0;
		font-weight:400;
	}

}

/* single_cts */

.single_cts .btn {
    margin:5px 0 0 0;
}



/* single_entry_w */

.single_entry_w{
	margin:60px 0 0 0;
}

.label_w,.label_t{
    margin:20px 0 0 0;
    text-align:center;
}

.single_entry_w .btn{
	margin:5px 0 0 0;
}

.single_entry_w .label_w + .btn{
	margin-top: 5px;
}

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

	.label_t{
		text-align: center;
	}

	.single_entry_w{
		margin:25px 0 0 0;
	}

	.single_entry_w .btn{
		margin:20px 0 0 0;
	}

	.single_entry_w .label_w + .btn{
		margin-top: 10px;
	}

    .single_cts .btn{
		margin:20px 0 0 0;
    }

}



/* single_entry_t */

.single_entry_t{
	margin:60px 0 0 0;
}

.single_entry_t .txt,.single_entry_w .txt,.single_map .txt{
	font-size:16px;
	line-height:1.5;
	margin:25px 0 0 0;
}

.single_entry_t_inner{
	margin:25px 0 0 0;
	border-top:solid 1px #e5e5e5;
}

.single_entry_t dl{
	display:table;
	width:100%;
	border-bottom:solid 1px #e5e5e5;
	font-size:16px;
	line-height:1.5;
}

.single_entry_t dt{
	display:table-cell;
	width:25%;
	vertical-align:top;
	padding:12px 0;
	font-weight:bold;
}

.single_entry_t dt a{
	color:#000000;
	text-decoration:none;
	pointer-events:none;
}

.single_entry_t dd{
	display:table-cell;
	width:75%;
	vertical-align:top;
	padding:12px 0;
}

/*single_entry_info*/
.single_entry_info{
	margin:60px 0 0 0;
}

.single_entry_info dt a{
    display:none;
}

.single_entry_info dd{
    text-align:center;
    font-size: 16px;
}

.single_entry_info .txt{
    font-size:16px;
    line-height:1.5;
    margin:12px 0 0 0;
}

.single_entry_info .label_t{
    margin:20px 40px 20px 0;
}

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

	.single_entry_t{
		margin:25px 0 0 0;
	}

	.single_entry_t .txt{
		font-size:14px;
		line-height:1.5;
		margin:15px 0 0 0;
	}

	.single_entry_t_inner{
		margin:15px 0 0 0;
		border-top:none;
	}

	.single_entry_t dl{
		display:block;
		width:100%;
		border-bottom:none;
		font-size:16px;
		line-height:1.5;
	}

	.single_entry_t dt{
		display:block;
		width:100%;
		vertical-align:top;
		padding:0 0;
		font-weight:700;
	}

	.single_entry_t dt a{
		display:block;
		width:240px;
		border:solid 1px #0c337d;
		background:#0c337d;
		border-radius:23px;
		padding:12px 0;
		margin:10px auto 0 auto;
		font-size:16px;
		line-height:22px;
		font-weight:700;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
		pointer-events:auto;
		position:relative;
	}

	.single_entry_t dt a:before{
		position:absolute;
		top:50%;
		right:15px;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1rb.svg') no-repeat center center;
		background-size:12px 8px;
	}

	.single_entry_t dd{
		display:none;
		width:75%;
		vertical-align:top;
		padding:12px 0;
	}

/*single_entry_info*/

    .single_entry_info{
        margin:25px 0 0 0;
    }

    .single_entry_info .txt{
        font-size:14px;
        line-height:1.5;
        margin:15px 0 0 0;
    }

    .single_entry_info_inner{
        margin:15px 0 0 0;
        border-top:none;
    }

    .single_entry_info dl{
        display:block;
        width:100%;
        border-bottom:none;
        font-size:16px;
        line-height:1.5;
    }

    .single_entry_info dt{
        display:block;
        width:100%;
        vertical-align:top;
        padding:0 0;
        font-weight:700;
    }

    .single_entry_info dt a{
        display:block;
        width:240px;
        border:solid 1px #0c337d;
        background:#0c337d;
        border-radius:23px;
        padding:12px 0;
        margin:10px auto 0 auto;
        font-size:16px;
        line-height:22px;
        font-weight:700;
        color:#ffffff;
        text-align:center;
        text-decoration:none;
        pointer-events:auto;
        position:relative;
    }

    .single_entry_infot dt a:before{
        position:absolute;
        top:50%;
        right:15px;
        margin:-7px 0 0 0;
        width:14px;
        height:14px;
        content:"";
        background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1rb.svg') no-repeat center center;
        background-size:12px 8px;
    }

    .single_entry_info dd{
        display:none;
        width:75%;
        vertical-align:top;
        padding:12px 0;
    }

    .single_entry_info .label_t{
        margin:20px 159px 20px 0;
    }
}



/* single_map */

.single_map{
	margin:60px 0 0 0;
}

.single_map .gmap{
	box-sizing:border-box;
	border:solid 1px #e5e5e5;
/*	width:100%;
	height:442px;*/
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:15px 0 0 0;
}

.single_map .gmap iframe,
.single_map .gmap object,
.single_map .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.single_map{
		margin:25px 0 0 0;
	}

	.single_map .gmap{
		box-sizing:border-box;
		border:solid 1px #e5e5e5;
		width:100%;
		height:442px;
		margin:20px 0 0 0;
	}

}



/* piclbox */

.single_cts .piclbox{
	width:100%;
}

.single_cts .piclbox .pic{
	display:inline-block;
	max-width:48.40%;
	float:left;
	margin:0 2.97% 2.97% 0;
}

.single_cts .piclbox .pic figcaption{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

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

	.single_cts .piclbox{
		width:100%;
	}

	.single_cts .piclbox .pic{
		display:block;
		width:100%;
		max-width:100%;
		float:none;
		margin:0 0 15px 0;
	}

	.single_cts .piclbox .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}

}



/* picrbox */

.single_cts .picrbox{
	width:100%;
}

.single_cts .picrbox .pic{
	display:inline-block;
	max-width:48.40%;
	float:right;
	margin:0 0 2.97% 2.97%;
}

.single_cts .picrbox .pic figcaption{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

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

	.single_cts .picrbox{
		width:100%;
	}

	.single_cts .picrbox .pic{
		display:block;
		width:100%;
		max-width:100%;
		float:none;
		margin:0 0 15px 0;
	}

	.single_cts .picrbox .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}

}



/* pic1box */

.single_cts .pic1box{
	width:100%;
}

.single_cts .pic1box .pic{
	text-align:center;
	margin:0 0 2.97% 0;
}

.single_cts .pic1box .pic figure{
	display:inline-block;
}

.single_cts .pic1box .pic figcaption{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

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

	.single_cts .pic1box{
		width:100%;
	}

	.single_cts .pic1box .pic{
		text-align:center;
		margin:0 0 15px 0;
	}

	.single_cts .pic1box .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}


}

/* pic2box */

.single_cts .pic2box{
	width:100%;
	margin:0 0 2.97% 0;
}

.single_cts .pic2box .pic{
	float:left;
	width:49%;
	text-align: center;
}

.single_cts .pic2box .pic:nth-child(2){
	float:right;
}

.single_cts .pic2box .pic figure{
	display:inline-block;
}

.single_cts .pic2box .pic figcaption{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

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

	.single_cts .pic2box{
		width:100%;
		margin:0 0 15px 0;
	}

	.single_cts .pic2box .pic{
		float:none;
		width:100%;
		max-width:100%;
		width:100%;
		text-align:center;
	}

	.single_cts .pic2box .pic:nth-child(2){
		float:none;
		margin:15px 0 0 0;
	}

	.single_cts .pic2box .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}

}

/* pic3box */

.single_cts .pic3box{
	width:100%;
	margin:0 0 2.97% 0;
}

.single_cts .pic3box .pic{
	float:left;
	width:31.20%;
	margin:0 3.20% 0 0;
	text-align: center;
}

.single_cts .pic3box .pic:nth-child(2){
	margin:0 0 0 0;
	text-align:center;
}

.single_cts .pic3box .pic:nth-child(3){
	float:right;
	margin:0 0 0 0;
}

.single_cts .pic3box .pic figure{
	display:inline-block;
}

.single_cts .pic3box .pic figcaption{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.2;
}

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

	.single_cts .pic3box{
		width:100%;
		margin:0 0 15px 0;
	}

	.single_cts .pic3box .pic{
		float:none;
		width:100%;
		max-width:100%;
		margin:0 0 0 0;
		text-align:center;
	}

	.single_cts .pic3box .pic:nth-child(2){
		float:none;
		width:auto;
		margin:15px 0 0 0;
	}

	.single_cts .pic3box .pic:nth-child(3){
		float:none;
		width:auto;
		margin:15px 0 0 0;
	}

	.single_cts .pic3box .pic figcaption{
		text-align:left;
		margin:10px 0 0 0;
		font-size:12px;
		line-height:1.2;
	}

}

/* youtubebox */

.single_cts .youtubebox{
	width: 65.599051008%;/* 553px(動画領域幅) ÷ 843px(mainコンテンツ幅)* 100% */
	position: relative;
	margin:0 auto 20px auto;
	padding-top: 40.09489917%;/* 338px(動画領域高さ) ÷ 843px(mainコンテンツ幅) * 100% */
}

.single_cts .youtubebox iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

	.single_cts .youtubebox{
		width: 100%;
		padding-top: 61.121157324%;/* 338px(動画領域高さ) ÷ 553px(動画領域幅) * 100% */
	}

}

/* MP4 */
.single .wp-video{
	width: 65.599051008% !important;/* 553px(動画領域幅) ÷ 843px(mainコンテンツ幅)* 100% */
	position: relative;
	margin:40px auto 20px auto;
	padding-top: 40.09489917%;/* 338px(動画領域高さ) ÷ 843px(mainコンテンツ幅) * 100% */
}
.single .wp-video video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

	.single .wp-video{
		width: 100% !important;
		margin-top: 25px;
		padding-top: 61.121157324%;/* 338px(動画領域高さ) ÷ 553px(動画領域幅) * 100% */
	}

}

/* single table */
.single table{
	max-width: 100%;
	margin-top: 40px;
	border-collapse: collapse;
}
.single td{
	border: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
	.single table{
		width: 100%;
		margin-top: 25px;
	}
}

/* list01 */

.single_cts .list01 li{
	position:relative;
	padding:0 0 0 1em;
}

.single_cts .list01 li:before{
	position:absolute;
	top:0.7em;
	left:0.5em;
	margin:-2px 0 0 -2px;
	width:4px;
	height:4px;
	content:"";
	background:#000000;
	border-radius:50%;
}

/* related_products */

.related_products{
	position:relative;
	padding:50px 0 60px 0;
	background:#eceff5;
	z-index:2;
}

.related_products_inner{
	margin:40px auto 0 auto;
	padding:0 0 0 24px;
	height:auto;
	position:relative;
}

.related_products_inner .slick-list{
	overflow:hidden;
	padding:0 0 !important;
}

.related_products_box{
	float:left;
	width:31.45%;
	padding:0 24px 0 0;
}

.related_products_box a{
	display:block;
	background:#ffffff;
	border:solid 1px #e5e5e5;
	text-decoration:none;
	position:relative;
}

.related_products_box a:hover{
	border:solid 1px #f09020;
}

.related_products_box a:before{
	position:absolute;
	display:block;
	bottom:0;
	right:20px;
	margin:0 0 20px 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_products_box a:hover:before{
	position:absolute;
	display:block;
	bottom:0;
	right:20px;
	margin:0 0 20px 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_products_box_upper{
	display:table;
	width:100%;
}

.related_products_box_upper .pic{
	display:table-cell;
	width:44.11%;
	vertical-align:top;
}

.related_products_box_upper .pic img{
	width:100%;
	height:auto;
	max-width:initial;
	max-height:initial;
}

.related_products_box_upper .txts{
	display:table-cell;
	width:55.89%;
	padding:25px 19px 0 19px;
	box-sizing:border-box;
	vertical-align:top;
}

.related_products_box_upper .txts .cat{
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	color:#f09020;
}

.related_products_box a .related_products_box_upper .txts .ttl{
	font-size:22px;
	line-height:1.25;
	font-weight:bold;
	color:#0c337d;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_products_box a:hover .related_products_box_upper .txts .ttl{
	color:#f09020;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_products_box_upper .txts .price{
	font-size:18px;
	line-height:1.25;
	font-weight:bold;
	color:#000000;
	text-align:right;
}

.related_products_box_bottom{
	padding:19px 19px 39px 19px;
}

.related_products_box_bottom .txt{
	font-size:18px;
	line-height:1.5;
	color:#000000;
}

.related_products_inner .slick-prev{
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 0;
	width:42px;
	height:100%;
	text-indent:-9999px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrowll.svg') no-repeat 0 center;
	background-size:42px 11px;
	cursor:pointer;
	outline: none;
}

.related_products_inner .slick-prev.slick-disabled{
	display:none !important;
}

.related_products_inner .slick-next{
	position:absolute;
	top:0;
	right:50%;
	margin:0 0 0 0;
	width:42px;
	height:100%;
	text-indent:-9999px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrowlr.svg') no-repeat 0 center;
	background-size:42px 11px;
	cursor:pointer;
	outline: none;
}

.related_products_inner .slick-next.slick-disabled{
	display:none !important;
}

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

	.related_products{
		position:relative;
		padding:22px 0 20px 0;
		background:#eceff5;
		z-index:2;
	}

	.related_products_inner{
		margin:20px auto 0 auto;
		height:auto;
		position:relative;
		overflow:hidden;
		padding:0 0 0 0;
	}

	.related_products_inner .slick-list{
		overflow:hidden;
		padding:0 20px !important;
	}

	.related_products_box{
		float:left;
		padding:0 5px 0 5px;
	}

	.related_products_inner .slick-prev,
	.related_products_inner .slick-next{
		display:none !important;
	}

	.related_products_box a{
		display:block;
		background:#ffffff;
		border:solid 1px #e5e5e5;
		text-decoration:none;
		position:relative;
	}

	.related_products_box a:before{
		position:absolute;
		display:block;
		bottom:0;
		right:10px;
		margin:0 0 10px 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.related_products_box a:hover:before{
		position:absolute;
		display:block;
		bottom:0;
		right:10px;
		margin:0 0 10px 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.related_products_box_upper{
		display:table;
		width:100%;
	}

	.related_products_box_upper .pic{
		display:table-cell;
		width:35.71%;
		vertical-align:top;
	}

	.related_products_box_upper .pic img{
		width:100%;
		height:auto;
	}

	.related_products_box_upper .txts{
		display:table-cell;
		width:64.29%;
		padding:14px 14px 0 14px;
		box-sizing:border-box;
		vertical-align:top;
	}

	.related_products_box_upper .txts .cat{
		font-size:12px;
		line-height:1.5;
		font-weight:bold;
		color:#f09020;
	}

	.related_products_box a .related_products_box_upper .txts .ttl{
		font-size:14px;
		line-height:1.25;
		font-weight:bold;
		color:#0c337d;
	}

	.related_products_box_upper .txts .price{
		font-size:12px;
		line-height:1.25;
		font-weight:bold;
		color:#000000;
		text-align:right;
	}

	.related_products_box_bottom{
		padding:14px 14px 29px 14px;
	}

	.related_products_box_bottom .txt{
		font-size:12px;
		line-height:1.5;
		color:#000000;
	}

}


/* related_events */

.related_events{
	position:relative;
	margin:20px 0 0 0;
	padding:50px 0 60px 0;
	background:#eceff5;
	z-index:2;
}

.related_events_wrp{
	position:relative;
	height:auto;
}

.related_events_inner{
	margin:40px auto 0 auto;
	padding:0 0 0 24px;
	height:auto;
	position:relative;
}

.related_events_inner .slick-list{
	overflow:hidden;
	padding:0 0 !important;
}

.related_events_box{
	float:left;
	width:31.45%;
	padding:0 24px 0 0;
}

.related_events_inner .slick-prev{
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 0;
	width:42px;
	height:100%;
	text-indent:-9999px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrowll.svg') no-repeat 0 center;
	background-size:42px 11px;
	cursor:pointer;
	outline: none;
}

.related_events_inner .slick-prev.slick-disabled{
	display:none !important;
}

.related_events_inner .slick-next{
	position:absolute;
	top:0;
	right:50%;
	margin:0 0 0 0;
	width:42px;
	height:100%;
	text-indent:-9999px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrowlr.svg') no-repeat 0 center;
	background-size:42px 11px;
	cursor:pointer;
	outline: none;
}

.related_events_inner .slick-next.slick-disabled{
	display:none !important;
}

.related_events_box a{
	display:block;
	background:#ffffff;
	text-decoration:none;
	position:relative;
}

.related_events_box a:before{
	position:absolute;
	display:block;
	bottom:0;
	right:20px;
	margin:0 0 20px 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_events_box a:hover:before{
	position:absolute;
	display:block;
	bottom:0;
	right:20px;
	margin:0 0 20px 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_events_box .pic{
	position:relative;
	width:100%;
	height:200px;
	background:#ccc;
}

.related_events_box .pic img{
	position:absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	z-index:2;
}

.related_events_box a .txts{
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_events_box a:hover .txts{
	border-right:solid 1px #f09020;
	border-bottom:solid 1px #f09020;
	border-left:solid 1px #f09020;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_events_box .txts_inner{
	padding:19px 19px 45px 19px;
}

.related_events_box .txts .cat{
	font-size:12px;
	line-height:1.2;
	font-weight:bold;
	color:#f09020;
}

.related_events_box a .txts .ttl{
	font-size:18px;
	line-height:1.25;
	font-weight:bold;
	color:#0c337d;
	margin:8px 0 0 0;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.related_events_box a:hover .txts .ttl{
	color:#f09020;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

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

	.related_events{
		position:relative;
		margin:10px 0 0 0;
		padding:22px 0 20px 0;
		background:#eceff5;
		z-index:2;
	}

	.related_events.archive_related_events{
		margin:20px 0 0 0;
		padding:0 0 75px 0;
		background:#ffffff;
	}

	.related_events_inner{
		margin:20px auto 0 auto;
		width:auto;
		height:auto;
		position:relative;
		overflow:hidden;
		padding:0 0 0 20px;
	}

	.related_events_inner .slick-list{
		overflow:hidden;
		padding:0 0 0 0;
	}

	.related_events_box{
		float:left;
		width:217px !important;
		padding:0 5px 0 5px;
	}

	.flipsnap_wrp{
		width:100%;
		overflow:hidden;
		margin:20px 0 0 0;
		padding:0 0 0 20px;
		box-sizing:border-box;
	}

	.flipsnap{

	}

	.related_events_inner .slick-prev,
	.related_events_inner .slick-next{
		display:none !important;
	}

	.related_events_box a{
		display:block;
		background:#ffffff;
		text-decoration:none;
		position:relative;
	}

	.related_events_box a:before{
		position:absolute;
		display:block;
		bottom:0;
		right:20px;
		margin:0 0 20px 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.related_events_box a:hover:before{
		position:absolute;
		display:block;
		bottom:0;
		right:20px;
		margin:0 0 20px 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
	}

	.related_events_box .pic{

	}

	.related_events_box .txts{
		border-right:solid 1px #e5e5e5;
		border-bottom:solid 1px #e5e5e5;
		border-left:solid 1px #e5e5e5;
	}

	.related_events_box .txts_inner{
		padding:14px 14px 34px 14px;
	}

	.related_events_box .txts .cat{
		font-size:12px;
		line-height:1.2;
		font-weight:bold;
		color:#f09020;
	}

	.related_events_box a .txts .ttl{
		font-size:14px;
		line-height:1.25;
		font-weight:bold;
		color:#0c337d;
		margin:5px 0 0 0;
	}

}



/* single_bottom */

.single_bottom{
	position:relative;
	margin:-60px 0 0 0;
	padding:60px 0 70px 0;
	background:#eceff5;
	z-index:1;
}

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

}



/* # =================================================================
   # calendar
   # ================================================================= */

.calendar{
	width:93.97%;
	padding:100px 0;
	margin:0 auto;
}

.calendar_ttl{
	font-size:32px;
	line-height:1.2;
	font-weight:bold;
	color:#f09020;
	text-align:center;
	margin:35px 0 0 0;
}

.calendar_count{
	font-size:32px;
	line-height:1.2;
	font-weight:bold;
	margin:35px 0 0 0;
}

.calendar_count span{
	display:inline-block;
	color:#f09020;
	padding:0 0.2em;
}

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

	.calendar{
		width:auto;
		padding:20px 0 75px 0;
		margin:0 20px;
	}

}

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

	.calendar{
		width:auto;
		padding:20px 0 75px 0;
		margin:0 20px;
	}

	.calendar_ttl{
		font-size:27px;
		line-height:1.2;
		font-weight:700;
		color:#f09020;
		text-align:center;
		margin:22px 0 0 0;
	}

	.calendar_count{
		font-size:27px;
		line-height:1.2;
		font-weight:700;
		margin:22px 0 0 0;
		text-align:center;
	}

	.calendar_count span{
		display:inline-block;
		color:#f09020;
		padding:0 0.2em;
	}

}



/* calendar_navs */

.calendar_navs{
	margin:40px 0 0 0;
}

.calendar_navs.bottom{
	margin:60px 0 0 0;
}

.calendar_nav{
	display:table;
	width:100%;
}

.calendar_nav dt{
	display:table-cell;
	width:20.65%;
	vertical-align:top;
	font-size:18px;
	line-height:1.2;
}

.calendar_nav dd{
	display:table-cell;
	width:79.35%;
	vertical-align:top;
}

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

}



/* calendar_nav selectm */

.calendar_nav.selectm dt{
	background:#5977b3;
	color:#ffffff;
	padding:23px 0 0 20px;
}

.calendar_nav.selectm dt span{
	display:inline-block;
	padding:0 0 0 24px;
	position:relative;
}

.calendar_nav.selectm dt span:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:19px;
	height:19px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_cal_mon.png') no-repeat 0 0;
	background-size:19px 19px;
}

.calendar_nav.selectm dd{
	background:#0c337d;
	color:#ffffff;
	position:relative;
}

.calendar_nav.selectm dd ul{
	text-align:center;
	width:92%;
	margin:0 auto;
	padding:4px 0 0 0;
}

.calendar_nav.selectm dd li{
	display:inline-block;
	width:8.33%;
}

.calendar_nav.selectm dd li p{
	display:block;
}

.calendar_nav.selectm dd li p a{
	display:block;
	font-size:18px;
	line-height:1.2;
	color:#ffffff;
	text-decoration:none;
	padding:15px 0 20px 0;
	vertical-align:bottom;
	background:#0c337d;
	border-radius:6px 6px 0 0;
}

.calendar_nav.selectm dd li p a:hover{
	background:#ffffff;
	border-radius:6px 6px 0 0;
	color:#0c337d;
}

.calendar_nav.selectm dd li p a.act{
	background:#ffffff;
	border-radius:6px 6px 0 0;
	color:#0c337d;
}

.calendar_nav.selectm dd li p a span{
	font-size:24px;
}

.calendar_nav.selectm dd .bt_prev{
	position:absolute;
	top:50%;
	left:0;
	margin:-10px 0 0 0;
	width:4%;
}

.calendar_nav.selectm dd .bt_prev a{
	display:block;
	position:relative;
	width:20px;
	height:20px;
	text-indent:-9999px;
	margin:0 auto;
}

.calendar_nav.selectm dd .bt_prev a:before{
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:18px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border:solid 1px #ffffff;
	border-radius:50%;
	transform:rotateY(180deg);
}

.calendar_nav.selectm dd .bt_next{
	position:absolute;
	top:50%;
	right:0;
	margin:-10px 0 0 0;
	width:4%;
}

.calendar_nav.selectm dd .bt_next a{
	display:block;
	position:relative;
	width:20px;
	height:20px;
	text-indent:-9999px;
	margin:0 auto;
}

.calendar_nav.selectm dd .bt_next a:before{
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:18px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border:solid 1px #ffffff;
	border-radius:50%;
}

.calendar_navs.bottom .calendar_nav.selectm dd ul{
	text-align:center;
	width:92%;
	margin:0 auto;
	padding:0 0 4px 0;
}

.calendar_navs.bottom .calendar_nav.selectm dd li p a{
	display:block;
	font-size:16px;
	line-height:1.2;
	color:#ffffff;
	text-decoration:none;
	padding:20px 0 15px 0;
	vertical-align:bottom;
	background:#0c337d;
	border-radius:0 0 6px 6px;
}

.calendar_navs.bottom .calendar_nav.selectm dd li p a:hover{
	background:#ffffff;
	border-radius:0 0 6px 6px;
	color:#0c337d;
}

.calendar_navs.bottom .calendar_nav.selectm dd li p a.act{
	background:#ffffff;
	border-radius:0 0 6px 6px;
	color:#0c337d;
}

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

	.calendar_nav.selectm dd li p a span{
		display:block;
	}

}

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

	.calendar_spnav{
		margin:15px 0 0 0;
	}

	.calendar_spnav_link{
		width:100%;
		font-size:14px;
		line-height:1.5;
	}

	.calendar_spnav_link_prev{
		float:left;
	}

	.calendar_spnav_link_prev a{
		display:inline-block;
		padding:0 0 0 18px;
		color:#000000;
		text-decoration:none;
		position:relative;
	}

	.calendar_spnav_link_prev a:before{
		position:absolute;
		top:50%;
		left:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border:solid 1px #ffffff;
		border-radius:50%;
		transform:rotateY(180deg);
	}

	.calendar_spnav_link_next{
		float:right;
	}

	.calendar_spnav_link_next a{
		display:inline-block;
		padding:0 18px 0 0;
		color:#000000;
		text-decoration:none;
		position:relative;
	}

	.calendar_spnav_link_next a:before{
		position:absolute;
		top:50%;
		right:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border:solid 1px #ffffff;
		border-radius:50%;
	}

	.calendar_spnav_mon{
		margin:20px 0 0 0;
	}

	.calendar_spnav_cat{
		margin:15px 0 0 0;
	}

	#calendarmon_ms,
	#calendarcat_ms{
		width:100% !important;
		height:40px;
		line-height:36px;
		overflow:hidden;
		position:relative;
		padding-right:15px;
/*		padding:8px 0 8px 5px;*/
	}

}



/* calendar_nav selectc */

.calendar_nav.selectc{
	display:table;
	width:100%;
	margin:10px 0 0 0;
}

.calendar_nav.selectc dt{
	background:#f2f2f2;
	font-weight:bold;
	padding:28px 0 0 20px;
}

.calendar_nav.selectc dt span{
	display:inline-block;
	padding:0 0 0 24px;
	position:relative;
}

.calendar_nav.selectc dt span:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:19px;
	height:19px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_cal_cat.png') no-repeat 0 0;
	background-size:19px 19px;
}

.calendar_nav.selectc dd{
	background:#e6e6e6;
	padding:26px 5px 14px 30px;
}

.calendar_nav.selectc dd li{
	display:inline-block;
	padding:0 5px 12px 0;
}

.calendar_nav.selectc dd li p{
	display:inline-block;
}

.calendar_nav.selectc dd li p a{
	display:inline-block;
	font-size:16px;
	line-height:20px;
	color:#000000;
	text-decoration:none;
	background:#ffffff;
	border-radius:6px;
	padding:3px 12px;
}

.calendar_nav.selectc dd li p a:hover{
	color:#f09020;
}

.calendar_nav.selectc dd li p a.act{
	background:#f09020;
	color:#ffffff;
}

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

}



/* calendar_list */

.calendar_list{
/*	margin:20px 0 0 0;*/
	margin:35px 0 0 0;
	width:100%;
}

.calendar_list dl{
	display:table;
	width:100%;
	border-bottom:solid 1px #e5e5e5;
	font-size:18px;
	line-height:1.5;
}

.calendar_list dt{
	display:table-cell;
	box-sizing:border-box;
	width:14.87%;
	background:#eceff5;
	padding:16px 0 16px 2%;
	font-weight:bold;
}

.calendar_list dt span{
	font-size:14px;
}

.calendar_list dd{
	display:table-cell;
	box-sizing:border-box;
	width:85.13%;
	background:#ffffff;
	padding:16px 2px 16px 20px;
}

.calendar_list dl.ttl{
	display:table;
	width:100%;
	border-top:solid 1px #e5e5e5;
	font-size:18px;
	line-height:1.5;
}

.calendar_list .ttl dt{
	display:table-cell;
	box-sizing:border-box;
	width:14.87%;
	background:#cfd6e6;
	padding:16px 0 16px 2%;
	font-weight:bold;
}

.calendar_list .ttl dd{
	display:table-cell;
	box-sizing:border-box;
	width:85.13%;
	background:#cfd6e6;
	padding:16px 2px 16px 20px;
	font-weight:bold;
}

.calendar_list dd li{
	position:relative;
	padding:0 0 0 1em;
	margin:5px 0 0 0;
}

.calendar_list dd li:first-child{
	margin:0 0 0 0;
}

.calendar_list dd li:before{
	position:absolute;
	top:0.8em;
	left:0.5em;
	margin:-2px 0 0 -2px;
	width:4px;
	height:4px;
	content:"";
	background:#0c337d;
	border-radius:50%;
}

.calendar_list dd li p a{
	position:relative;
	display:inline;
	text-decoration:none;
}



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

	.calendar_list{
		margin:15px 0 0 0;
		width:100%;
	}

	.calendar_list dl{
		display:table;
		width:100%;
		border-bottom:solid 1px #e5e5e5;
		font-size:14px;
		line-height:1.5;
	}

	.calendar_list dt{
		display:table-cell;
		box-sizing:border-box;
		width:30%;
		background:#eceff5;
		padding:12px 1px 12px 10px;
		font-weight:bold;
	}

	.calendar_list dt span{
		font-size:10px;
	}

	.calendar_list dd{
		display:table-cell;
		box-sizing:border-box;
		width:70%;
		background:#ffffff;
		padding:12px 2px 12px 10px;
	}

	.calendar_list dl.ttl{
		display:table;
		width:100%;
		border-top:solid 1px #e5e5e5;
		font-size:14px;
		line-height:1.5;
	}

	.calendar_list .ttl dt{
		display:table-cell;
		box-sizing:border-box;
		width:30%;
		background:#cfd6e6;
		padding:12px 1px 12px 10px;
		font-weight:bold;
	}

	.calendar_list .ttl dd{
		display:table-cell;
		box-sizing:border-box;
		width:70%;
		background:#cfd6e6;
		padding:12px 2px 12px 10px;
		font-weight:bold;
	}

	.calendar_list dd li{
		position:relative;
/*		padding:0 0 0 1em;*/
		padding:0 0 0 0;
		margin:5px 0 0 0;
	}

	.calendar_list dd li:first-child{
		margin:0 0 0 0;
	}

	.calendar_list dd li:before{
		display:none;
/*		position:absolute;
		top:0.8em;
		left:0.5em;
		margin:-2px 0 0 -2px;
		width:4px;
		height:4px;
		content:"";
		background:#0c337d;
		border-radius:50%;*/
	}

	.calendar_list dd li p{
		display:inline;
		position:relative;
	}

	.calendar_list dd li p:before{
		content:"・";
		color:#0c337d;
	}

	.calendar_list dd li p a{
		position:relative;
		display:inline;
		text-decoration:none;
	}

}



/* # =================================================================
   # archive
   # ================================================================= */

.archive{
	width:100%;
	padding:100px 0 0 0;
	margin:0 auto;
}

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

	.archive{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

}

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

	.archive{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

}

/* archive_data */

.archive_data{
	width:70.58%;
	margin:45px auto 0 auto;
	border-top:solid 1px #e5e5e5;
}

.archive_data dl{
	width:100%;
	display:table;
	font-size:16px;
	line-height:24px;
	border-bottom:solid 1px #e5e5e5;
}

.archive_data dt{
	display:table-cell;
	width:20%;
	padding:12px 0;
	font-weight:bold;
}

.archive_data dd{
	display:table-cell;
	width:80%;
	padding:12px 0;
}

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

	.archive_data{
		width:90%;
		margin:45px auto 0 auto;
		border-top:solid 1px #e5e5e5;
	}

}

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

	.archive_data{
		width:auto;
		margin:20px 20px 0 20px;
	}

	.archive_data dl{
		width:100%;
		display:table;
		font-size:14px;
		line-height:20px;
		border-bottom:solid 1px #e5e5e5;
	}

	.archive_data dt{
		display:table-cell;
		width:50%;
		padding:10px 10px 10px 0;
		font-weight:700;
		box-sizing:border-box;
	}

	.archive_data dd{
		display:table-cell;
		width:50%;
		padding:10px 0;
	}

	.archive_data .btn{
		margin:20px 0 0 0;
	}

}



/* archive_count */

.archive_count{
	margin:55px 0 0 0;
	text-align:center;
	font-size:24px;
	line-height:1.2;
}

.archive_count_total{
	font-size:32px;
	color:#f09020;
	font-weight:bold;
}

.archive_count_bitween{
	font-weight:bold;
	margin:0 0 0 0.5em;
}

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

	.archive_count{
		margin:20px 0 0 0;
		text-align:center;
		font-size:20px;
		line-height:1.2;
	}

	.archive_count_total{
		font-size:27px;
		color:#f09020;
		font-weight:700;
	}

	.archive_count_bitween{
		font-weight:bold;
		margin:0 0 0 0.5em;
	}

}



/* archive_nav */

.archive_nav{
	margin:40px 0 0 0;
	padding:40px 0;
	background:#eceff5;
}

.arc_news .archive_nav{
	margin:60px 0 0 0;
	padding:60px 0;
	background:#eceff5;
}

.archive_nav ul{
	display:table;
	margin:0 auto;
}

.archive_nav li{
	display:table-cell;
	font-size:16px;
	line-height:24px;
	text-align:center;
	background:#ffffff;
	border-right:solid 2px #eceff5;
}

.archive_nav li a{
	display:inline-block;
	width:50px;
	padding:18px 0 18px 0;
	text-decoration:none;
}

.archive_nav li span{
	display:inline-block;
	width:50px;
	padding:18px 0 18px 0;
	color:#f09020;
	font-weight:bold;
}

.archive_nav li.archive_nav_prev{
	font-size:18px;
	line-height:24px;
}

.archive_nav li.archive_nav_prev a{
	display:inline-block;
	padding:18px 0 18px 30px;
	width:100px;
	box-sizing:border-box;
	position:relative;
	color:#000000;
}

.archive_nav li.archive_nav_prev a:hover{
	color: #f09020;
}

.archive_nav li.archive_nav_prev a:before{
	position:absolute;
	top:50%;
	left:50%;
	width:19px;
	height:19px;
	margin:-9px 0 0 -30px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat #0c337d center center;
	background-size:12px 8px;
	border-radius:50%;
	transform:rotateY(180deg);
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.archive_nav li.archive_nav_prev a:hover:before{
	position:absolute;
	top:50%;
	left:50%;
	width:19px;
	height:19px;
	margin:-9px 0 0 -30px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat #f09020 center center;
	background-size:12px 8px;
	border-radius:50%;
	transform:rotateY(180deg);
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.archive_nav li.archive_nav_next{
	font-size:18px;
	line-height:24px;
	width:100px;
}

.archive_nav li.archive_nav_next a{
	display:inline-block;
	padding:18px 30px 18px 0;
	width:100px;
	box-sizing:border-box;
	position:relative;
	color:#000000;
}

.archive_nav li.archive_nav_next a:hover{
	color: #f09020;
}

.archive_nav li.archive_nav_next a:before{
	position:absolute;
	top:50%;
	right:50%;
	width:19px;
	height:19px;
	margin:-9px -30px 0 0;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat #0c337d center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.archive_nav li.archive_nav_next a:hover:before{
	position:absolute;
	top:50%;
	right:50%;
	width:19px;
	height:19px;
	margin:-9px -30px 0 0;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat #f09020 center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

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

	.archive_nav{
		margin:10px 0 0 0;
		padding:40px 0;
		background:#eceff5;
	}

	.arc_news .archive_nav{
		margin:40px 0 0 0;
		padding:40px 0;
		background:#eceff5;
	}

	.archive_nav ul{
		display:table;
		margin:0 auto;
	}

	.archive_nav li{
		display:table-cell;
		font-size:18px;
		line-height:24px;
		text-align:center;
		background:#ffffff;
		border-right:solid 2px #eceff5;
	}

	.archive_nav li a{
		display:inline-block;
		width:50px;
		padding:18px 0 18px 0;
		text-decoration:none;
	}

	.archive_nav li span{
		display:inline-block;
		width:50px;
		padding:18px 0 18px 0;
		color:#f09020;
		font-weight:700;
	}

	.archive_nav li.archive_nav_prev{
		font-size:18px;
		line-height:24px;
		border-right:solid 13px #eceff5;
	}

	.archive_nav li.archive_nav_prev a{
		display:inline-block;
		padding:18px 0 18px 0;
		width:50px;
		box-sizing:border-box;
		position:relative;
		color:#000000;
		background:#0c337d;
		text-indent:-9999px;
	}

	.archive_nav li.archive_nav_prev a:hover{
		background:#f09020;
	}

	.archive_nav li.archive_nav_prev a:before{
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:14px;
		margin:-7px 0 0 -7px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
		border-radius:0;
		transform:rotateY(180deg);
	}

	.archive_nav li.archive_nav_prev a:hover:before{
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:14px;
		margin:-7px 0 0 -7px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
		border-radius:0;
		transform:rotateY(180deg);
	}

	.archive_nav li.archive_nav_next{
		font-size:18px;
		line-height:24px;
		width:auto;
		border-left:solid 11px #eceff5;
		border-right:none;
	}

	.archive_nav li.archive_nav_next a{
		display:inline-block;
		padding:18px 0 18px 0;
		width:50px;
		box-sizing:border-box;
		position:relative;
		color:#000000;
		background:#0c337d;
		text-indent:-9999px;
	}

	.archive_nav li.archive_nav_next a:hover{
		background:#f09020;
	}

	.archive_nav li.archive_nav_next a:before{
		position:absolute;
		top:50%;
		right:50%;
		width:14px;
		height:14px;
		margin:-7px -7px 0 0;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
		border-radius:0;
	}

	.archive_nav li.archive_nav_next a:hover:before{
		position:absolute;
		top:50%;
		right:50%;
		width:14px;
		height:14px;
		margin:-7px -7px 0 0;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') no-repeat center center;
		background-size:10px 6px;
		border-radius:0;
	}

}



/* archive_list */

.archive_list{
	width:94.67%;
	margin:45px auto 0 auto;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-content: space-around;
}

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

	.archive_list{
		width:auto;
		margin:20px 20px 0 20px;
		padding:0 0 0 0;
		overflow:hidden;
		display:block;
	}

}

/* archive related_events */

.related_events.archive_related_events{
	position:relative;
	margin:20px 0 0 0;
	padding:50px 0 60px 0;
	background:#ffffff;
	z-index:2;
}

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

	.related_events.archive_related_events{
		position:relative;
		margin:10px 0 0 0;
		padding:22px 0 60px 0;
		background:#ffffff;
		z-index:2;
	}

}



/* # =================================================================
   # about
   # ================================================================= */

.about{

}

/* about_mainv */

.about_mainv{

}

.about_mainv .pic img{
	width:100%;
	max-width:initial;
}

.about_mainv .ttl{
	text-align:center;
	margin:30px 0 0 0;
	padding:0 10px;
	font-size:36px;
	line-height:1.5;
	font-weight:normal;
	color:#0c337d;
}

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

	.about_mainv .ttl{
		text-align:center;
		margin:30px 0 0 0;
		padding:0 10px 0 20px;
		font-size:18px;
		line-height:1.5;
		color:#0c337d;
	}

}

/* about_lead */

.about_lead{
	margin:50px auto 0 auto;
	width:93.97%;
	position:relative;
}

.about_lead .pic{
	width:54.77%;
}

.about_lead .pic img{
	width:100%;
}

.about_lead .txts{
	position:absolute;
	right:0;
	top:6.26%;
	width:54.77%;
	background:#eceff5;
	padding:30px 50px 40px 50px;
	box-sizing:border-box;
	font-size:20px;
	line-height:36px;
}

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

	.about_lead{
		margin:30px 20px 0 20px;
		width:auto;
		position:relative;
	}

	.about_lead .pic{
		width:100%;
	}

	.about_lead .pic img{
		width:100%;
	}

	.about_lead .txts{
		position:relative;
		right:0;
		top:0;
		width:auto;
		background:#eceff5;
		padding:10px 20px 15px 20px;
		box-sizing:border-box;
		font-size:20px;
		line-height:36px;
	}

}

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

	.about_lead{
		margin:30px 20px 0 20px;
		width:auto;
		position:relative;
	}

	.about_lead .pic{
		width:100%;
	}

	.about_lead .pic img{
		width:100%;
	}

	.about_lead .txts{
		position:relative;
		right:0;
		top:0;
		width:auto;
		background:#eceff5;
		padding:10px 20px 15px 20px;
		box-sizing:border-box;
		font-size:16px;
		line-height:1.8;
	}

}

/* about_ex */

.about_ex{
	margin:50px auto 0 auto;
	width:70.58%;
}

.about_ex .ttl_01 .en .num{
	font-size:60px;
	padding:0 10px 0 0;
}

.about_cts{
	width:100%;
	border-top:dotted 1px #000000;
	padding:35px 0 0 0;
	margin:40px 0 0 0;
}

.about_cts .pic img{
	width:100%;
	max-width:initial;
}

.about_cts .ttl{
	font-size:24px;
	line-height:1.5;
	font-weight:bold;
}

.about_cts .txt{
	font-size:18px;
	line-height:1.5;
	margin:15px 0 0 0;
}

.about_cts .link{
	font-size:18px;
	line-height:1.5;
	margin:15px 0 0 0;
}

.about_cts .link a{
	display:inline-block;
	padding:0 30px 0 0;
	position:relative;
	font-weight:bold;
	text-decoration:none;
}

.about_cts .link a:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-10px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.about_cts .link a:hover:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-10px 0 0 0;
	width:19px;
	height:19px;
	content:"";
	background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
	background-size:12px 8px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.about_cts.type_01 .pic{
	float:left;
	width:15.00%;
	padding:5px 0 0 0;
}

.about_cts.type_01 .txts{
	float:right;
	width:80%;
}

.about_cts.type_02 .pic{
	float:right;
	width:15.00%;
	padding:5px 0 0 0;
}

.about_cts.type_02 .txts{
	float:left;
	width:80%;
}

.about_cts.type_02 .txts .ttl{
	text-align:right;
}

.about_cts.type_02 .txts .link{
	text-align:right;
}

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

	.about_ex{
		margin:40px 0 0 0;
		width:auto;
	}

	.about_ex_inner{
		margin:0 20px;
	}

}

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

	.about_ex{
		margin:40px 0 0 0;
		width:auto;
	}

	.about_ex_inner{
		margin:0 20px;
	}

	.about_ex .ttl_01 .en .num{
		font-size:60px;
		padding:0 10px 0 0;
	}

	.about_cts{
		width:100%;
		border-top:dotted 1px #000000;
		padding:20px 0 0 0;
		margin:20px 0 0 0;
	}

	.about_cts .pic img{
		width:100%;
		max-width:initial;
	}

	.about_cts .ttl{
		font-size:18px;
		line-height:1.5;
		font-weight:700;
		text-align:center;
	}

	.about_cts .txt{
		font-size:14px;
		line-height:1.5;
		margin:10px 0 0 0;
	}

	.about_cts .link{
		font-size:14px;
		line-height:1.5;
		margin:10px 0 0 0;
	}

	.about_cts .link a{
		display:inline-block;
		padding:0 20px 0 0;
		position:relative;
		font-weight:bold;
		text-decoration:none;
	}

	.about_cts .link a:before{
		position:absolute;
		top:50%;
		right:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #0c337d no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.about_cts .link a:hover:before{
		position:absolute;
		top:50%;
		right:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:url('/manatabi/wp-content/themes/manatabi/common/img/arrow1r.svg') #f09020 no-repeat center center;
		background-size:10px 6px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.about_cts.type_01 .pic{
		float:none;
		width:30%;
		margin:0 auto;
		padding:0 0 0 0;
	}

	.about_cts.type_01 .txts{
		float:none;
		width:auto;
		margin:10px 0 0 0;
	}

	.about_cts.type_02 .pic{
		float:none;
		width:30%;
		margin:0 auto;
		padding:0 0 0 0;
	}

	.about_cts.type_02 .txts{
		float:none;
		width:auto;
		margin:10px 0 0 0;
	}

	.about_cts.type_02 .txts .ttl{
		text-align:center;
	}

	.about_cts.type_02 .txts .link{
		text-align:left;
	}

}



/* about_others */

.about_others{
	margin:100px 0 0 0;
	padding:50px 0 80px 0;
	background:#eceff5;
}

.about_others_inner{
	width:70.58%;
	margin:0 auto;
}

.about_others .lead{
	font-size:18px;
	line-height:1.5;
	margin:30px 0 0 0;
}

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

	.about_others{
		margin:50px 0 0 0;
		padding:30px 0 40px 0;
		background:#eceff5;
	}

	.about_others_inner{
		width:auto;
		margin:0 20px;
	}

}

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

	.about_others{
		margin:50px 0 0 0;
		padding:30px 0 40px 0;
		background:#eceff5;
	}

	.about_others_inner{
		width:auto;
		margin:0 20px;
	}

	.about_others .lead{
		font-size:14px;
		line-height:1.5;
		margin:25px 0 0 0;
	}

}



/* about related_events */

.related_events.about_related_events{
	position:relative;
	margin:0 0 0 0;
	padding:45px 0 120px 0;
	background:#ffffff;
	z-index:2;
}

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

	.related_events.about_related_events{
		position:relative;
		margin:10px 0 0 0;
		padding:22px 0 60px 0;
		background:#ffffff;
		z-index:2;
	}

}



/* # =================================================================
   # faq
   # ================================================================= */

.faq{
	padding:70px 0 0 0;
}

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

	.faq{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

}

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

	.faq{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

}



/* faq_inner */

.faq_inner{
	width:70.58%;
	margin:25px auto 0 auto;
}

.faq_inner dl{
	padding:20px 0 0 0;
}

.faq_inner dl:first-child{
	border-top:dotted 1px #000000;
}

.faq_inner dt{

}

.faq_inner dt a{
	display:table;
	box-sizing:border-box;
	width:100%;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:25px 25px 25px 0;
	border-bottom:solid 2px #0c337d;
	position:relative;
}

.faq_inner dt a:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-10px 0 0 0;
	content:"";
	width:19px;
	height:19px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_faq.png') #0c337d no-repeat 0 0;
	background-size:19px 38px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.faq_inner dt a.act:before{
	position:absolute;
	top:50%;
	right:0;
	margin:-10px 0 0 0;
	content:"";
	width:19px;
	height:19px;
	background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_faq.png') #0c337d no-repeat 0 -19px;
	background-size:19px 38px;
	border-radius:50%;
	-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
	-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.faq_inner dt a .num{
	display:table-cell;
	width:2em;
	vertical-align:top;
}

.faq_inner dt a .txt{
	display:table-cell;
	vertical-align:top;
}

.faq_inner dd{
	border-bottom:dotted 1px #000000;
	padding:25px 0 35px 0;
	display:none;
}

.faq_inner dd p{
	font-size:18px;
	line-height:1.78;
	margin:10px 0 0 0;
}

.faq_inner dd p:first-child{
	margin:0 0 0 0;
}

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

	.faq_inner{
		width:auto;
		margin:25px 20px 0 20px;
	}

}

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

	.faq_inner{
		width:auto;
		margin:25px 20px 0 20px;
	}

	.faq_inner dl{
		padding:0 0 0 0;
	}

	.faq_inner dl:first-child{
		border-top:dotted 1px #000000;
	}

	.faq_inner dt{

	}

	.faq_inner dt a{
		display:table;
		box-sizing:border-box;
		width:100%;
		font-size:16px;
		line-height:24px;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
		padding:15px 25px 15px 0;
		border-bottom:solid 2px #0c337d;
		position:relative;
	}

	.faq_inner dt a:before{
		position:absolute;
		top:50%;
		right:0;
		margin:-10px 0 0 0;
		content:"";
		width:19px;
		height:19px;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_faq.png') #0c337d no-repeat 0 0;
		background-size:19px 38px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.faq_inner dt a.act:before{
		position:absolute;
		top:50%;
		right:0;
		margin:-10px 0 0 0;
		content:"";
		width:19px;
		height:19px;
		background:url('/manatabi/wp-content/themes/manatabi/common/img/icn_faq.png') #0c337d no-repeat 0 -19px;
		background-size:19px 38px;
		border-radius:50%;
		-webkit-transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, -webkit-transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s;
		transition: color .2s, border-color .2s, background-color .2s, transform .2s, -webkit-transform .2s;
		-ms-transition: color .2s, border-color .2s, background-color .2s, transform .2s;
	}

	.faq_inner dt a .num{
		display:table-cell;
		width:2em;
		vertical-align:top;
	}

	.faq_inner dt a .txt{
		display:table-cell;
		vertical-align:top;
	}

	.faq_inner dd{
		border-bottom:dotted 1px #000000;
		padding:15px 0 20px 0;
		display:none;
	}

	.faq_inner dd p{
		font-size:14px;
		line-height:1.5;
		margin:10px 0 0 0;
	}

	.faq_inner dd p:first-child{
		margin:0 0 0 0;
	}

}



/* faq_contact */

.faq_contact{
	margin:80px 0 0 0;
	padding:60px 0 100px 0;
	background:#eceff5;
}

.faq_contact_ttl{
	font-size:20px;
	line-height:1.5;
	text-align:center;
}

.faq_contact_inner{
	width:70.58%;
	margin:20px auto 0 auto;
	border:solid 2px #0c337d;
	border-radius:10px;
	background:#ffffff;
	padding:18px 18px;
}

.faq_contact_inner .ttl{
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	padding:0 0 6px 0;
	border-bottom:solid 2px #0c337d;
}

.faq_contact_inner .tel{
	font-size:48px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0;
	padding:0 100px 0 0;
	vertical-align:middle;
}

.faq_contact_inner .tel a{
	display:inline-block;
	pointer-events:none;
	text-decoration:none;
	color:#0c337d;
	position:relative;
}

.faq_contact_inner .tel a span{
	position:absolute;
	display:inline-block;
	top:50%;
	left:100%;
	white-space:nowrap;
	margin:-12px 0 0 10px;
	font-size:18px;
	line-height:24px;
	color:#333333;
}

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

	.faq_contact{
		margin:35px 0 0 0;
		padding:35px 0 60px 0;
		background:#eceff5;
	}

	.faq_contact_ttl{
		font-size:18px;
		line-height:1.5;
		text-align:center;
	}

	.faq_contact_inner{
		width:auto;
		margin:10px 20px 0 20px;
		border:solid 2px #0c337d;
		border-radius:10px;
		background:#ffffff;
		padding:18px 18px;
	}

	.faq_contact_inner .ttl{
		font-size:18px;
		line-height:1.5;
		font-weight:bold;
		text-align:center;
		padding:0 0 6px 0;
		border-bottom:solid 2px #0c337d;
	}

	.faq_contact_inner .tel{
		font-size:26px;
		line-height:1.2;
		font-weight:bold;
		text-align:center;
		margin:15px 0 0 0;
		padding:0 0 0 0;
		vertical-align:middle;
	}

	.faq_contact_inner .tel a{
		display:inline-block;
		pointer-events:auto;
		text-decoration:none;
		color:#0c337d;
		position:relative;
	}

	.faq_contact_inner .tel a span{
		position:relative;
		display:block;
		top:0;
		left:0;
		white-space:nowrap;
		margin:0 0 0 0;
		font-size:16px;
		line-height:24px;
		color:#333333;
	}

}



/* # =================================================================
   # application
   # ================================================================= */

.application{
	padding:70px 0 0 0;
}

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

	.application{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

	.application .ttl_02{
		font-weight:700;
	}

}

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

	.application{
		width:auto;
		padding:20px 0 0 0;
		margin:0 0;
	}

	.application .ttl_02{
		font-weight:700;
	}

}



/* app_nav */

.app_nav{

}

.app_nav ul{
	width:740px;
	margin:40px auto 0 auto;
}

.app_nav li{
	float:left;
}

.app_nav li:first-child{
	padding:0 20px 0 0;
}

.app_nav_bottom{
	margin:30px 0 0 0;
}

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

	.app_nav{

	}

	.app_nav ul{
		width:auto;
		margin:30px 20px 0 20px;
	}

	.app_nav li{
		float:none;
		margin:20px 0 0 0;
	}

	.app_nav li:first-child{
		padding:0 0 0 0;
		margin:0 0 0 0;
	}

	.app_nav_bottom{
		margin:20px 20px 0 20px;
	}

}



/* app_manabi */

.app_manabi{
	width:70.58%;
	margin:70px auto 0 auto;
}

.app_manabi .app_manabi_ptn1{
	list-style:none;
	margin:30px 0 0 0;
}

.app_manabi .app_manabi_ptn2{
	list-style:none;
	margin:60px 0 0 0;
}

.app_manabi_ltxt{
	display:table;
	width:100%;
}

.app_manabi_ltxt .num{
	display:table-cell;
	vertical-align:top;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}

.app_manabi_ltxt .num span{
	display:inline-block;
	box-sizing:border-box;
	width:30px;
	height:30px;
	padding:3px 0;
	text-align:center;
	color:#ffffff;
	background:#0c337d;
	border-radius:4px;
}

.app_manabi_ltxt .txt{
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 10px;
	font-size:20px;
	line-height:1.5;
	color:#000000;
	font-weight:bold;
}

.app_manabi_ltxt .txt .num_s{
	display:inline-block;
	box-sizing:border-box;
	width:20px;
	height:20px;
	padding:1px 0;
	text-align:center;
	color:#ffffff;
	background:#0c337d;
	border-radius:3px;
	font-size:14px;
	line-height:18px;
	margin:0 5px 0 0;
}

.app_manabi .lead{
	margin:30px auto 0 auto;
	font-size:26px;
	line-height:1.5;
	font-weight:bold;
	color:#0c337d;
	text-align:center;
}

.app_manabi_flow{
	margin:30px 0 0 0;
}

.app_manabi_flow_l{
	float:left;
	width:48.5%;
}

.app_manabi_flow_r{
	float:right;
	width:48.5%;
}

.app_manabi_flow_box{
	box-sizing:border-box;
	background:#ffffff;
	border-radius:10px;
	width:100%;
	height:150px;
	display:table;
	position:relative;
	margin:0 0 30px 0;
	border:solid 2px #e4e4e4;
}

.app_manabi_flow_box.bgb{
	background:#eceff5;
}

.app_manabi_flow_box.adb{
	border:solid 2px #0c337d;
}

.app_manabi_flow_box:after{
	position:absolute;
	left:50%;
	top:100%;
	margin:7px 0 0 -18px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #eceff5 transparent transparent transparent;
}

.app_manabi_flow_box.icn_f:after{
	display:none;
}

.app_manabi_flow_box.icn_n:after{
	display:none;
}

.app_manabi_flow_box.icn_u:before{
	position:absolute;
	left:50%;
	top:0;
	margin:-27px 0 0 -18px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #eceff5 transparent transparent transparent;
}

.app_manabi_flow_box_inner{
	display:table-cell;
	vertical-align:middle;
	padding:5px 18px;
}

.app_manabi_flow_box_inner .txt_01{
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
}

.app_manabi_flow_box_inner .txt_01.ls{
	letter-spacing:-1px;
}

.app_manabi_flow_box_inner .txt_02{
	font-size:14px;
	line-height:1.5;
	text-align:center;
}

.app_manabi_flow_box_inner .txt_02.mt{
	margin-top:6px;
}

.app_manabi_flow_box_inner .txt_03{
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	margin:0 20px;
	padding:0 0 6px 0;
	border-bottom:solid 2px #0c337d;
}

.app_manabi_flow_box_inner .txt_04{
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0;
}

.app_manabi_flow_box_inner .txt_04 a{
	pointer-events:none;
	text-decoration:none;
	color:#0c337d;
}

.app_manabi_flow_box_inner .txt_05{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
}

.app_manabi_flow_box_inner .txt_dial_wrp{
	text-align:center;
}

.app_manabi_flow_box_inner .txt_dial{
	display:inline-block;
	position:relative;
	font-size:30px;
	line-height:48px;
	font-weight:bold;
	color:#f09020;
}

.app_manabi_flow_box_inner .txt_dial_att{
	position:absolute;
	display:inline-block;
	top:50%;
	left:100%;
	margin:-40px 0 0 0;
	box-sizing:border-box;
	width:64px;
	height:64px;
	padding:14px 0;
	font-size:10px;
	line-height:1.2;
	color:#666666;
	background:#ffffff;
	border:solid 1px #666666;
	border-radius:50%;
	text-align:center;
}

.app_manabi_cts{
	margin:40px 0 0 0;
}

.app_manabi_cts .ttl{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	position:relative;
	padding:0 0 0 20px;
}

.app_manabi_cts .ttl:before{
	position:absolute;
	top:50%;
	left:0;
	margin:-8px 0 0 0;
	width:16px;
	height:16px;
	content:"";
	background:#000000;
	border-radius:50%;
}

.app_manabi_cts.type_02{
	border:solid 1px #e4e4e4;
	padding:20px 20px;
	margin:40px 0 0 0;
}

.app_manabi_cts.type_02 .ttl{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	padding:0 0 0 0;
}

.app_manabi_cts.type_02 .ttl:before{
	display:none;
}

.app_manabi_cts a.tellink{
	color:#000000;
	text-decoration:none;
	pointer-events:none;
}

.app_manabi .list01 li{
	position:relative;
	padding:0 0 0 1em;
}

.app_manabi .list01 li:before{
	position:absolute;
	top:0.7em;
	left:0.5em;
	margin:-2px 0 0 -2px;
	width:4px;
	height:4px;
	content:"";
	background:#000000;
	border-radius:50%;
}

.app_manabi_ptn1_bottom{
	margin:30px 0 0 0;
}

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

	.app_manabi{
		width:auto;
		margin:70px 20px 0 20px;
	}

}

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

	.app_manabi{
		width:auto;
		margin:70px 20px 0 20px;
	}

	.app_manabi .app_manabi_ptn1{
		list-style:none;
		margin:20px 0 0 0;
	}

	.app_manabi .app_manabi_ptn2{
		list-style:none;
		margin:30px 0 0 0;
	}

	.app_manabi_ltxt{
		display:table;
		width:100%;
	}

	.app_manabi_ltxt .num{
		display:table-cell;
		vertical-align:top;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		padding:2px 0 0 0;
	}

	.app_manabi_ltxt .num span{
		display:inline-block;
		box-sizing:border-box;
		width:24px;
		height:24px;
		padding:2px 0;
		text-align:center;
		color:#ffffff;
		background:#0c337d;
		border-radius:4px;
	}

	.app_manabi_ltxt .txt{
		display:table-cell;
		vertical-align:top;
		padding:0 0 0 10px;
		font-size:18px;
		line-height:1.5;
		color:#000000;
		font-weight:700;
	}

	.app_manabi_ltxt .txt .num_s{
		display:inline-block;
		box-sizing:border-box;
		width:20px;
		height:20px;
		padding:1px 0;
		text-align:center;
		color:#ffffff;
		background:#0c337d;
		border-radius:3px;
		font-size:14px;
		line-height:18px;
		margin:0 5px 0 0;
	}

	.app_manabi .lead{
		margin:20px auto 0 auto;
		font-size:20px;
		line-height:1.5;
		font-weight:bold;
		color:#0c337d;
		text-align:center;
	}

	.app_manabi_flow{
		margin:30px 0 0 0;
	}

	.app_manabi_flow_l{
		float:none;
		width:auto;
	}

	.app_manabi_flow_r{
		float:none;
		width:auto;
	}

	.app_manabi_flow_box{
		box-sizing:border-box;
		background:#ffffff;
		border-radius:10px;
		width:100%;
		height:150px;
		display:table;
		position:relative;
		margin:0 0 30px 0;
		border:solid 2px #e4e4e4;
	}

	.app_manabi_flow_box.bgb{
		background:#eceff5;
	}

	.app_manabi_flow_box.adb{
		border:solid 2px #0c337d;
	}

	.app_manabi_flow_box:after{
		position:absolute;
		left:50%;
		top:100%;
		margin:7px 0 0 -18px;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 18px 0 18px;
		border-color: #eceff5 transparent transparent transparent;
	}

	.app_manabi_flow_box.icn_f:after{
		display:block;
		position:absolute;
		left:50%;
		top:100%;
		margin:7px 0 0 -18px;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 18px 0 18px;
		border-color: #eceff5 transparent transparent transparent;
	}

	.app_manabi_flow_box.icn_n:after{
		display:none;
	}

	.app_manabi_flow_box.icn_u:before{
		display:none;
/*		position:absolute;
		left:50%;
		top:0;
		margin:-25px 0 0 -18px;
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 18px 0 18px
		border-color: #eceff5 transparent transparent transparent;*/
	}

	.app_manabi_flow_box_inner{
		display:table-cell;
		vertical-align:middle;
		padding:10px 10px;
	}

	.app_manabi_flow_box_inner .txt_01{
		font-size:18px;
		line-height:1.5;
		font-weight:700;
		text-align:center;
	}

	.app_manabi_flow_box_inner .txt_01.ls{
		letter-spacing:-1px;
	}

	.app_manabi_flow_box_inner .txt_02{
		font-size:14px;
		line-height:1.5;
		text-align:center;
	}

	.app_manabi_flow_box_inner .txt_02.mt{
		margin-top:6px;
	}

	.app_manabi_flow_box_inner .txt_03{
		font-size:18px;
		line-height:1.5;
		font-weight:bold;
		text-align:center;
		margin:0 10px;
		padding:0 0 6px 0;
		border-bottom:solid 2px #0c337d;
	}

	.app_manabi_flow_box_inner .txt_04{
		font-size:16px;
		line-height:1.2;
		font-weight:700;
		text-align:center;
		margin:15px 0 0 0;
	}

	.app_manabi_flow_box_inner .txt_04 a{
		color:#0c337d;
		text-decoration:none;
		pointer-events:auto;
	}

	.app_manabi_flow_box_inner .txt_05{
		font-size:20px;
		line-height:1.5;
		font-weight:700;
		text-align:center;
	}

	.app_manabi_flow_box_inner .txt_dial_wrp{
		text-align:center;
	}

	.app_manabi_flow_box_inner .txt_dial{
		display:inline-block;
		position:relative;
		font-size:28px;
		line-height:48px;
		font-weight:700;
		color:#f09020;
	}

	.app_manabi_flow_r .app_manabi_flow_box_inner .txt_dial{
		padding:0 54px 0 0;
	}

	.app_manabi_flow_box_inner .txt_dial_att{
		position:absolute;
		display:inline-block;
		top:50%;
		left:100%;
		margin:-40px 0 0 -64px;
		box-sizing:border-box;
		width:64px;
		height:64px;
		padding:14px 0;
		font-size:10px;
		line-height:1.2;
		color:#666666;
		background:#ffffff;
		border:solid 1px #666666;
		border-radius:50%;
		text-align:center;
	}

	.app_manabi_cts{
		margin:20px 0 0 0;
	}

	.app_manabi_cts .ttl{
		font-size:16px;
		line-height:1.5;
		font-weight:bold;
		position:relative;
		padding:0 0 0 20px;
	}

	.app_manabi_cts .ttl:before{
		position:absolute;
		top:50%;
		left:0;
		margin:-7px 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:#000000;
		border-radius:50%;
	}

	.app_manabi_cts.type_02{
		border:solid 1px #e4e4e4;
		padding:10px 10px;
		margin:20px 0 0 0;
	}

	.app_manabi_cts.type_02 .ttl{
		font-size:16px;
		line-height:1.5;
		font-weight:700;
		padding:0 0 0 0;
	}

	.app_manabi_cts a.tellink{
		color:#0c337d;
		text-decoration:underline;
		pointer-events:auto;
	}

	.app_manabi_cts.type_02 .ttl:before{
		display:none;
	}

	.app_manabi .list01 li{
		position:relative;
		padding:0 0 0 1em;
	}

	.app_manabi .list01 li:before{
		position:absolute;
		top:0.7em;
		left:0.5em;
		margin:-2px 0 0 -2px;
		width:4px;
		height:4px;
		content:"";
		background:#000000;
		border-radius:50%;
	}

	.app_manabi_ttl{
		font-size:18px;
		line-height:1.5;
		font-weight:700;
		color:#000000;
		padding:5px 10px;
		border-top:solid 2px #000000;
		border-bottom:solid 2px #000000;
		margin:0 0 20px 0;
	}

	.app_manabi_ptn1_bottom{
		margin:20px 0 0 0;
	}

}



/* app_travel */

.app_travel{
	width:70.58%;
	margin:70px auto 0 auto;
}

.app_travel .txt_01{
	font-size:18px;
	line-height:1.5;
	margin:30px 0 0 0;
}

.app_travel_box{
	border:solid 1px #e4e4e4;
	padding:20px 40px;
	margin:30px 0 0 0;
}

.app_travel_box .ttl{
	font-size:22px;
	line-height:1.2;
	font-weight:bold;
	color:#0c337d;
	padding:0 0 8px 0;
	border-bottom:solid 2px #0c337d;
	text-align:center;
}

.app_travel_box .ttl span{
	padding:0 0 0 1em;
}

.app_travel_box .tel{
	font-size:48px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}

.app_travel_box .tel a{
	text-decoration:none;
	pointer-events:none;
	color:#0c337d;
}

.app_travel_box .stxt{
	font-size:16px;
	line-height:1.5;
	text-align:center;
}

.app_travel .txt_02{
	font-size:18px;
	line-height:1.5;
	margin:30px 0 0 0;
}

.app_travel .btn{
	margin:40px 0 0 0;
}

.application .btn {
	margin-top: 40px;
}

.application .app_travel .btn {
	margin-bottom: 40px;
}

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

	.app_travel{
		width:auto;
		margin:50px 20px 0 20px;
	}

}

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

	.app_travel{
		width:auto;
		margin:50px 20px 0 20px;
	}

	.app_travel .txt_01{
		font-size:14px;
		line-height:1.5;
		margin:20px 0 0 0;
	}

	.app_travel_box{
		border:solid 1px #e4e4e4;
		padding:10px 10px;
		margin:20px 0 0 0;
	}

	.app_travel_box .ttl{
		font-size:18px;
		line-height:1.2;
		font-weight:700;
		color:#0c337d;
		padding:0 0 8px 0;
		border-bottom:solid 2px #0c337d;
		text-align:center;
	}

	.app_travel_box .ttl span{
		display:block;
		padding:0 0 0 0;
	}

	.app_travel_box .tel{
		font-size:26px;
		line-height:1.2;
		font-weight:700;
		text-align:center;
		margin:20px 0;
	}

	.app_travel_box .tel a{
		color:#0c337d;
		text-decoration:none;
		pointer-events:auto;
	}

	.app_travel_box .stxt{
		font-size:12px;
		line-height:1.5;
		text-align:center;
	}

	.app_travel .txt_02{
		font-size:14px;
		line-height:1.5;
		margin:20px 0 0 0;
	}

	.app_travel .btn{
		margin:20px 0 0 0;
	}

}



/* app_agreement */

.app_agreement{
	width:70.58%;
	margin:70px auto 0 auto;
	padding:0 0 100px 0;
}

.app_agreement .txt_01{
	font-size:18px;
	line-height:1.5;
	margin:30px 0 0 0;
}

.app_agreement_inner{

}

.app_agreement_cts{
	margin:30px 0 0 0;
}

.app_agreement_cts .ttl{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	position:relative;
	padding:0 0 0 20px;
}

.app_agreement_cts .txt{
	margin-top: 0.5em;
}

.app_agreement_cts .ttl:before{
	position:absolute;
	top:6px;
	left:0;
	margin:0 0 0 0;
	width:16px;
	height:16px;
	content:"";
	background:#000000;
	border-radius:50%;
}

.app_agreement_cts .list{
	position: relative;
	margin-top: 1em;
	list-style: none;
}
.app_agreement_cts .list > li{
	position: relative;
	padding-left: 3em;
	counter-increment: list;
}
.app_agreement_cts .list > li:not(:first-of-type){
	margin-top: 1em;
}
.app_agreement_cts .list > li::before{
	content: counter(list) ". ";
	position: absolute;
	top: 0;
	left: 1.5em;
}

.app_agreement_cts .list .txts{
	margin-top: 1em;
}

.app_agreement_cts .list .list {
	margin-top: 0.6em;
}
.app_agreement_cts .list .list > li{
	position: relative;
	padding-left: 2.5em;
}
.app_agreement_cts .list .list > li{
	counter-increment: innerlist;
}
.app_agreement_cts .list .list > li:not(:first-of-type){
	margin-top: 0.4em;
}
.app_agreement_cts .list .list > li::before{
	content: "( " counter(innerlist) " ) ";
	position: absolute;
	top: 0;
	left: 0;
}

.app_agreement_inner .or_more{
	margin-top: 1em;
	text-align: right;
}

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

	.app_agreement{
		width:auto;
		margin:50px 20px 0 20px;
		padding:0 0 60px 0;
	}

}

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

	.app_agreement{
		width:auto;
		margin:50px 20px 0 20px;
		padding:0 0 60px 0;
	}

	.app_agreement_cts{
		margin:20px 0 0 0;
	}

	.app_agreement_cts .ttl{
		font-size:16px;
		line-height:1.5;
		font-weight:bold;
		position:relative;
		padding:0 0 0 20px;
	}

	.app_agreement_cts .ttl:before{
		position:absolute;
		top:5px;
		left:0;
		margin:0 0 0 0;
		width:14px;
		height:14px;
		content:"";
		background:#000000;
		border-radius:50%;
	}
}
	.footer .wrp-footerbnr {
		margin-bottom: 15px;
	}
	.footer .wrp-footerbnr .list-banner {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 15px;
		text-align: center;
	}
	.footer .wrp-footerbnr .list-banner li {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: auto;
		margin: 5px 0;
		vertical-align: top;
	}
	.footer .wrp-footerbnr .list-banner li a {
		padding: 8px 4px;
	}
	.footer .wrp-footerbnr .list-banner li a > p {
		display: table-cell;
		vertical-align: middle;
	}
	.footer .wrp-footerbnr .list-banner li a .img {
		min-width: 50px;
		padding: 0;
		background-image: none;
	}
	.footer .wrp-footerbnr .list-banner li a .img img {
		width: 42px;
	}
	.footer .wrp-footerbnr .list-banner li a .text {
		width: 100%;
		padding: 0 24px 0 8px;
		font-size: 12px;
		text-align: left;
	}
	.footer .wrp-footerbnr .list-banner li {
		display: inline-block;
		/* width: 250px; */
		width: 288px;
		height: 80px;
	}
	.footer .wrp-footerbnr .list-banner li a {
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		display: table;
		width: 100%;
		height: 100%;
		padding: 5px 15px 4px;
		border-radius: 3px;
		border: 1px solid #055190;
		background-color: #fff;
		text-decoration: none;
		}
	.mod-btn-border a[target="_blank"] > p, .mod-btn-border a[target="_blank"] > span {
		padding: 0 20px;
		background-image: url(/img/common/icn_blank.png);
		background-position: 100% center;
		background-repeat: no-repeat;
	}
	.footer .wrp-footerbnr .list-banner li a .img img {
		width: 50px;
	}
	.footer .wrp-footerbnr .list-banner li a .text {
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
