@charset "UTF-8";
/*
Theme Name:Fortune1 Theme
Description:Fortune1のテーマです。
Author:FunTre株式会社
Author URI:http://funtre.com/
Version: 1.1
*/


/****************************************

	reset

*****************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
body {
	line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
/****************************************

	wordpress

*****************************************/

body.wp-autoresize, .mce-content-body.post-area {
	padding: 10px !important;
	min-width: 100%;
	box-sizing: border-box;
}
aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
/****************************************

	clearfix

*****************************************/

.clearfix:before, .clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0 !important;
	content: "";
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/****************************************

	main Layout

*****************************************/

body {
	color: #333;
	font: 14px/1.6em "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}
html {
	overflow-y: scroll;
}
html, body {
	overflow-x: hidden;
}
#contents {
	width: 1200px;
	margin: 0 auto 50px;
	padding: 0 20px;
}
.page-template-page-one-column #contents {
	max-width: 1200px;
	width: 100%;
	padding: 0;
}
#main {
	width: 834px;
	float: left;
	transform: rotate(0.001deg);
}
#main.one-column {
	width: 900px;
	float: none;
	margin: 0 auto;
}
#main-visual {
	margin-top: 35px;
	margin-bottom: 80px;
	text-align: center;
}
#main-visual img {
	max-width: 1200px;
	height: auto;
	display: inline-block;
}
#main-visual a {
	display: block;
}
#sidebar {
	float: right;
	width: 320px;
}
/****************************************

	general&common

*****************************************/

p:empty {
	display: none;
}
a {
	transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}
.clear {
	display: block;
	clear: both;
}
strong {
	font-weight: bold;
}
.posr {
	position: relative;
}
.en {
	color: #999;
	font-weight: bold;
}
.align-c {
	text-align: center;
}
.caution {
	color: #ff0000;
}
.num {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	width: 30px;
	height: 30px;
	background: #004586;
	color: #fff;
	line-height: 30px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
}
.st01 {
	font-weight: bold;
	font-size: 22px;
}
.st02 {
	font-weight: bold;
}
.btn {
	display: block;
	text-align: center;
	color: #004586;
	border: 3px solid #004586;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.btn:hover {
	color: #fff;
	background: #004586;
}
.btn .fa {
	font-size: 12px;
	position: relative;
	margin-right: 10px;
	top: -2px;
}
.btn.pt1 {
	padding: 20px;
	font-size: 20px;
	width: 60%;
	margin: 50px auto 0;
}
.btn.pt2 {
	border: none;
	padding: 0;
	font-size: 20px;
	width: auto;
	margin: 0 auto 50px;
	text-align: left;
}
.btn.pt1 .fa {
	font-size: 18px;
}
.btn-list {
	margin-bottom: 50px;
}
.btn-list li {
	text-align: center;
	color: #004586;
	border: 3px solid #004586;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-list li a {
	text-decoration: none;
	color: #004586;
	display: block;
	padding: 20px;
}
.btn-list li a:hover {
	color: #fff;
	background: #004586;
}
.btn-list li.active {
	position: relative;
	color: #fff;
	background: #004586;
	padding: 20px;
}
.sp-view {
	display: none;
}
.app-none {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}
.point01 {
	color: #004586;
}
.list01 {
	padding-left: 30px;
	border-left: 5px solid #004586;
	margin-bottom: 30px;
	font-weight: bold;
}
.kouza-list dl {
	padding: 40px;
	background: #f1f8ff;
}
.kouza-list + p {
	margin-top: 30px;
}
.kouza-list dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.kouza-list dl:nth-child(odd) {
	background: #e9f4ff;
}
.price-box dt {
	background: #fdedb6;
	padding: 20px 40px;
	font-weight: bold;
}
.price-box dd {
	padding: 40px;
	border: 5px solid #fdedb6;
	border-top: none;
}
.mgn-t10 {
	margin-top: 10px;
}
.tbl {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tbl th, .tbl td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px;
	font-size: 14px;
	line-height: 1.8em;
}
.tbl th {
	background: #eee;
	white-space: nowrap;
	text-align: left;
}
/****************************************

	 header

*****************************************/

#header a {
	text-decoration: none;
	color: #333;
}
#header-inner {
	position: relative;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
#header-logo {
	width: 268px;
	float: left;
	padding: 60px 0;
}
#header-logo img {
	max-width: 100%;
	height: auto;
}
#header-navi {
	position: absolute;
	right:0;
	top: 50px;
}
#header-navi li+li {
	margin-top: 18px;
}
#header-navi li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 18px 0;
	background: #284583;
	width: 210px;
	box-sizing: border-box;
	text-align: center;
}
#header-navi a:hover {
	opacity: 0.6;
}
#header-navi li .fa {
	margin-right: 10px;
}

.header-tel{
	float: right;
	padding-right: 230px;
	margin-top: 55px;
}

.header-tel a{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.header-tel span{
	font-size: 12px;
}

/****************************************

	gobal Navi

*****************************************/


#nav-bg {
	background-color: #fff;
	position: relative;
	z-index: 999;
	margin-bottom: 25px;
}
#global-navi {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	border-right: #1b305b 1px dotted;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flexnav {
	display: table;
	table-layout: fixed;
}
.flexnav li, .flexnav li a {
	background: transparent;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: -1px;
}
.flexnav li {
	width: auto;
}
.flexnav li a {
	padding: 15px 0;
	border-left: none;
	display: block;
}

.flexnav li a:hover {
	background: #d8e4ff;
}

.flexnav>li {
	display: table-cell;
	vertical-align: middle;
	float: none;
	border-left: #1b305b 1px dotted;
	text-align: center;
}
.flexnav .menu-item-has-children {
	padding-right: 20px;
}
.menu-item-has-children .sub-menu li {
	padding-right: 0;
}
.sub-menu {
	display: none;
}
.flexnav li:first-child a {
	border-left: none;
}
.flexnav li ul li {
	background: #eee;
	border-left: none;
}
.flexnav li ul li a {
	background: #eee;
	padding: 15px;
	text-align: left;
}
.flexnav li ul {
	min-width: 300px;
}
.flexnav .touch-button .navicon {
	position: relative;
	top: 10px;
	font-size: 14px;
	color: #333;
}
.flexnav .touch-button {
	height: 46px;
	width: 44px;
	background: none;
}
/****************************************

	slider

*****************************************/

#main-visual .flexslider {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
/****************************************

	breadcrumb

*****************************************/

#breadcrumb {
	font-weight: bold;
	overflow: hidden;
	margin: 20px 0 50px;
	color: #4e5e7c;
	font-size: 12px;
	padding-bottom: 5px;
}
#breadcrumb ul {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 20px 0
}
#breadcrumb li {
	float: left;
	padding: 5px 15px;
	position: relative;
}
#breadcrumb li:first-child {
	padding-left: 0;
}
#breadcrumb li:first-child:after {
	content: none;
}
#breadcrumb li:after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	color: #284583;
}
#breadcrumb a {
	color: #284583;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumb .fa-home {
	color: #284583;
	font-size: 16px;
}
#breadcrumb a:hover {
	color: #cad5d8;
}
/****************************************

	post

*****************************************/

.article-box article {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.post-single, .post-page {
	margin-bottom: 30px;
}
.article-box article {
	width: 402px;
	float: left;
	background-color: #fff;
}
.article-box article:nth-child(even) {
	float: right;
}
.article-box article {
	margin-top: 30px;
}
.article-box article:first-child, .article-box article:nth-child(2) {
	margin-top: 0;
}
.post-area {
	background: #fff;
	word-break: normal;
	word-wrap: break-word;
	position: relative;
	font-size: 18px;
	line-height: 1.8em;
}
.article-box a {
	text-decoration: none;
	color: #333;
	display: block;
}
.post-list {
	word-break: normal;
	word-wrap: break-word;
	padding: 20px;
}
.post-list h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	min-height: 0;
	margin-bottom: 15px;
}
.post-list-ctn {
	margin-bottom: 25px;
}
.post-category a {
	text-decoration: none;
	color: #999;
	display: inline;
}
.post-category {
	color: #999;
	width: 50%;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.post-category .fa, .post-date .fa {
	margin-right: 2px;
}
.post-date {
	color: #999;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	font-size: 12px;
}
.excerpt {
	font-size: 13px;
}
.post-contents {
	padding-bottom: 40px;
}
.post-contents p {
	margin-bottom: 30px;
}
.post-contents .img {
	margin-bottom: 45px;
}
.post-contents .psec + .psec {
	margin-top: 60px;
}
.post-contents .psub-sec + .psub-sec {
	margin-top: 50px;
}
.post-box {
	overflow: hidden;
}
.post-thumb {
	width: 100%;
	min-height: auto;
	overflow: hidden;
	position: relative;
}
.post-thumb:before {
	content: "";
	display: block;
	padding-top: 49%;
}
.post-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100% !important;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.post-thumb:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.post-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-ttl {
	text-align: center;
	padding: 80px 0;
	color: #fff;
	background: url(images/page_ttl.jpg) no-repeat center;
	background-size: cover;
}
#page-ttl h1 {
	font-size: 28px;
}
.post-area h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5em;
	min-height: 0;
	margin-bottom: 20px;
}
#page-title {
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	padding: 30px;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #fff;
	margin-bottom: 30px;
}
.post-area h2 {
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 1.4em;
	background: #eee;
	padding: 15px;
}
.post-area h2.pt1 {
	background: url(images/line_bg01.png) repeat-x left top, url(images/line_bg01.png) repeat-x left bottom;
	padding: 30px 20px 40px;
	font-family: serif;
	font-size: 38px;
	letter-spacing: -0.05em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}
h2.pt1 .sub-ttl {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #004586;
}
.post-area h2.pt2 {
	background: url(images/line_bg01.png) repeat-x left top, url(images/line_bg01.png) repeat-x left bottom;
	padding: 40px 20px 40px;
	font-family: serif;
	font-size: 30px;
	letter-spacing: -0.05em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}
h2.pt2 .sub-ttl {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0em;
}
.post-area h3 {
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 2px solid #004586;
}
.post-area h3 .point01 {
	margin-right: 5px;
}
.post-area h4 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #004586;
}
.post-area h5 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.post-area .post-date {
	margin-bottom: 15px;
	float: none;
	width: 100%;
}
.post-area .post-category {
	padding: 10px 0;
	margin-bottom: 35px;
	float: none;
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.post-404 {
	padding-bottom: 10px;
}
.post-area img {
	max-width: 100%;
	height: auto;
}
.home-btn {
	padding: 15px;
	background-color: #ebebeb;
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0 0 3px rgba(255,255,255,.8);
	box-shadow: inset 0 0 3px rgba(255,255,255,.8);
	border: solid 1px #d5d5d5;
	background-image: -webkit-linear-gradient(bottom, #ebebeb, #f5f5f5);
	background-image: -moz-linear-gradient(bottom, #ebebeb, #f5f5f5);
	background-image: -o-linear-gradient(bottom, #ebebeb, #f5f5f5);
	background-image: linear-gradient(to top, #ebebeb, #f5f5f5);
	display: block;
	text-align: center;
	margin: 1em auto 0;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
blockquote {
	position: relative;
	padding: 20px 20px 20px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	margin-bottom: 1em;
}
blockquote:before {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 15px;
	vertical-align: middle;
	content: "\f10d";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 30px;
	line-height: 1;
}
blockquote p {
	margin-bottom: 0 !important;
}
blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
.voice-list {
	padding: 0 80px;
}
.voice-list+.voice-list {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dashed #ccc;
}
.voice-name {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;
}
.voice-name:first-line {
	font-size: 16px;
}
/****************************************

	top

*****************************************/

.home #contents {
	width: 100%;
	padding: 0;
	margin: 0;
}
 .en {
	font-family: 'Roboto', sans-serif;
	font-feature-settings : "palt";
}
.inner01 {
	width: 1200px;
	margin: 0 auto;
}

.inner02 {
	width: 980px;
	margin: 0 auto;
}
.home h2 {
	-webkit-font-smoothing: antialiased;
}
.top-sec {
	padding: 100px 0;
}
.top-sec h2,
.post-area h2.pt3{
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 65px;
	background: #fff;
}
.top-sec h2 .en,
.post-area h2.pt3 .en{
	font-size: 40px;
	display: inline-block;
	border-bottom: 1px solid #333;
	font-weight:700;
	color: #333;
	letter-spacing: 0;
	padding: 20px 100px;
	margin-bottom: 15px;
}


.business-sec{
	padding-top: 60px;
	font-size: 18px;
	line-height: 1.75;
}


.business-sec h2{
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: -5%;
	position: relative;
}

.business-sec h2 .en{
	display: block;
	font-size: 50px;
	color: #333;
	letter-spacing: 0px;
	line-height: 1.4;
}

.top-business-txt{
	width: 1200px;
	margin: 0 auto;
}

.business-icatch{
	margin-bottom:50px;
}

.top-business-txt .inner02{
	width: 800px;
	margin: 0 auto;
}

.top-business-catch{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 30px 20px;
	line-height: 2;
}


.top-business-txt h3{
	font-size: 26px;
	border-left: 5px solid #284583;
	padding-left: 20px;
	margin: 50px 0 40px;
}

.top-business-txt p{
	margin-bottom: 30px;
}

.top-business-txt ul + p{
	margin-top: 30px;
}

.c-list li{
	position: relative;
	padding-left: 25px;
}

.c-list li::before{
	position:absolute;
	content: "";
	left: 0;
	top:8px;
	width: 16px;
	height: 16px;
	background: #284583;
	border-radius: 50%;
}

.c-list.pt01{
	color: #284583;
}

.fw-b{
	font-weight: bold;
}

em{
	font-style: normal;
	font-weight: bold;
}

.st-txt{
	background: #284583;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 40px;
	margin-bottom: 30px;
}

.top-bnr{
	margin-bottom: 100px;
}

.cmn-btn a {
	display: block;
	text-decoration: none;
	width: 200px;
	padding: 15px 0;
	margin: 70px auto 0;
	background: #284583;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

.top-voice-btn a{
	width: 100%;
	
}

.cmn-btn a:hover {
	opacity: 0.6;
}
.top-info {
	padding: 100px 0;
}
.top-info h2 {
	position: relative;
	font-size: 16px;
	display: table-cell;
	width: 214px;
	padding-right: 130px;
	height: 260px;
	vertical-align: middle;
	letter-spacing:2px;
}
.top-info h2 .en {
	font-size: 35px;
	display: block;
	letter-spacing: 0;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #333 solid;
}
.top-info h2 .cap {
	color: #000;
}
.top-info-ctn {
	display: table-cell;
	width: 726px;
	height: 260px;
	padding-left: 130px;
	vertical-align: middle;
	word-break: normal;
	word-wrap: break-word;
	font-size: 14px;
	border-left: 1px #333 solid;
}
.top-info-ctn a {
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
	color: #333;
	line-height: 1.8em;
}
.top-info-ctn a:hover {
	opacity: 0.6;
}
.top-info-ctn .date {
	margin-right: 20px;
	color: #fff;
	background: #000;
	font-size: 12px;
	padding: 5px 10px;
}
.top-info-btn {
	text-align: right;
	font-weight: bold;
}
.top-info-btn a {
	font-size: 14px;
	padding: 0;
	text-decoration: none;
	border-bottom: 2px solid #333;
	font-weight: 500;
	line-height: 1.6em;
}
.top-info-btn .fa {
	margin-left: 5px;
	font-size: 12px;
}
.top-col3-list,
.top-col2-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-top: -55px;
}
.top-col3-list li {
	width: 370px;
	margin-top: 55px;
}

.top-col2-list li{
	width: 570px;
	margin-top: 55px;
}

.top-col3-list a {
	text-decoration: none;
	color: #333;
}
.top-col3-list a:hover {
	opacity: 0.6;
}
.top-col3-ttl {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 20px;
}
.top-col3-excerpt {
	margin-top: 10px;
}
.pickup {
	background: #f1f1f1;
	padding: 80px 0;
	overflow: hidden;
}
.top-pickup-box {
	width: 370px;
	float: left;
}
.top-pickup-box h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
.top-pickup-box h2 .en {
	font-size: 12px;
	font-weight: normal;
	color: #1b2c4e;
	margin-left: 20px;
}
.top-pickup-box h2 span {
	font-size: 13px;
}
.top-pickup-box + .top-pickup-box {
	margin-left: 45px;
}
.top-pickup-icatch {
	margin-bottom: 20px;
}
.top-pickup-txt {
	margin-bottom: 15px;
}
.top-pickup-box h3 {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.top-pickup-excerpt {
	margin-bottom: 15px;
}
.top-pickup-btn a {
	font-size: 14px;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #333;
}
.top-pickup-box a:hover {
	opacity: 0.6;
}
.top-pickup-box .fa {
	margin-left: 5px;
	font-size: 12px;
}
.top-other {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.facebook-box, .mail-box {
	width: 400px;
}
.post-contents .mail-box {
	margin: 0 auto;
}
.mail-box {
	height: 500px;
	background: url(images/entry_mail_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 77px 40px 0;
	box-sizing: border-box;
	text-align: center;
}
.mail-box img {
	max-width: 100%;
}
.mail-box .inputname {
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
	height: 50px;
}
.mail-box .inputmail {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	height: 50px;
}
.mail-box .submit-btn {
	width: 210px;
	height: 50px;
	font-size: 16px;
	margin: 30px auto 0;
}
/****************************************

	support

*****************************************/

.support-list {
	font-size: 15px;
	line-height: 1.6em;
}
.support-list + .support-list {
	margin-top: 50px;
}
.support-ph, .support-txt {
	display: table-cell;
	vertical-align: top;
}
.support-txt {
	padding-left: 40px;
}
.support-list .st {
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: -15px;
}
/****************************************

	consulting

*****************************************/
.page-id-701 .list01 {
	font-weight: normal;
}
.col2-list {
	overflow: hidden;
}
.col2-list li {
	float: left;
 width:calc(387/834*100%);
}
.col2-list li:last-child {
	float: right;
}
.col2-list li img {
	max-width: 100%;
	height: auto;
}
.col2-list li a:hover {
	opacity: 0.6;
}
.tbl-box dl {
	display: table;
	width: 100%;
	border: #ccc 1px solid;
	border-bottom: none;
}
.tbl-box dl:last-child {
	border-bottom: #ccc 1px solid;
}
.tbl-box dt, .tbl-box dd {
	display: table-cell;
	padding: 20px;
}
.tbl-box dt {
	background: #eee;
	width: 60px;
}
.flow-list dl {
	background: #fffae8;
	padding: 40px;
}
.flow-list dl + dl {
	margin-top: 30px;
}
.flow-list dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 1, 6em;
	border-bottom: 1px dashed #bfb48c;
}
.merit-list {
	margin-bottom: 50px;
}
.merit-list dl {
	background: #e1ebfc;
	padding: 40px;
}
.merit-list dl + dl {
	margin-top: 30px;
}
.merit-list dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 1, 6em;
	border-bottom: 1px dashed #b6c5df;
}
.step-list {
	display: flex;
	flex-wrap: wrap;
}
.step-list dl {
 width:calc(250/834*100%);
 margin-right:calc(42/834*100%);
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.step-list dt {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #004586;
	border-bottom: 1px solid #004586;
}
.step-list dl:nth-child(3n) {
	margin-right: 0;
}
/****************************************

	servicelist

*****************************************/

.service-list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-list h2 {
	padding: 0;
	font-size: 26px;
	line-height: 1.4em;
	color: #284583;
	font-family: serif;
	background: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 15px;
}
.service-list h2 .en {
	display: inline-block;
	background: #284583;
	color: #fff;
	font-size: 10px;
	line-height: 1.6em;
	padding: 2px 10px;
	position: relative;
	top: -10px;
}
.service-list img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.service-list-box {
 width:calc(397/834*100%);
	border: 5px solid #c7d8e7;
	padding: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.service-list-ph {
	margin-bottom: 20px;
}
.service-list-ph + p {
	font-size: 16px;
	line-height: 1.6em;
}
.service-list .btn {
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	font-size: 14px;
}
/****************************************

	practical

*****************************************/

.practical_proh {
	background: none;
	padding: 40px;
	border: 5px solid #EAEAEA;
}
.practical_proh p:last-child {
	margin-bottom: 0;
}
.practical_proh-ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.practical_proh-name {
	width: 70%;
	font-size: 2vmin;
	font-weight: bold;
	line-height: 1.8em;
	padding-bottom: 10px;
	font-feature-settings : "palt";
	border-bottom: 1px solid #333;
}
.practical_proh-name span {
	font-size: 3vmin;
	line-height: 1.4em;
	display: block;
}
.practical_proh-ph {
	width: 30%;
	text-align: right;
}
/****************************************

	カスタムページ

*****************************************/

.page-ttl {
	margin-bottom: 30px !important;
}
.ctmp-list-thumb {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.ctmp-list+.ctmp-list {
	margin-top: 60px;
}
.ctmp-list-txt {
	overflow: hidden;
}
.ctmp-list-btn a {
	display: inline-block;
	background: #555;
	color: #fff;
	text-decoration: none;
	padding: 5px 70px;
	font-size: 14px;
	margin-top: 30px;
}
.ctmp-list ul {
	overflow: hidden;
}
.ctmp-list li {
	float: left;
}
.ctmp-list li + li {
	margin-left: 30px;
}
.ctmp-list li + li a {
	background: #004586;
}
.ctmp-list-btn a:hover {
	opacity: 0.5;
}
.ctmp-list-btn i {
	margin-right: 10px;
}
.intro-ttl-area {
	display: table;
	width: 100%;
	background: #f6f6f6;
	margin-bottom: 40px;
}
.intro-thumb, .intro-ttl-area h1 {
	display: table-cell;
}
.intro-thum {
	width: 300px;
}
.intro-ttl-area h1 {
	font-size: 34px;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
}
.intro-ttl-area h1 .en {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.intro-ttl-area h1:first-letter, .intro-ttl-area h1 .en:first-letter {
	color: #004586;
}
.intro-thumb {
	width: 300px;
}
.intro-btns {
	overflow: hidden;
	margin-top: 40px;
}
.intro-btns li {
	width: 32%;
	float: left;
	text-align: center;
}
.intro-btns li+li {
	margin-left: 2%;
}
.intro-btns a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 4px;
	;
}
.intro-btns a:hover {
	opacity: 0.5;
}
.intro-btns i {
	margin-right: 10px;
}
.fb a {
	background: #4267b2;
}
.kouza.post-area h2 {
	background: none;
	font-size: 26px;
	padding: 0;
	margin-bottom: 15px;
}
.kouza .ctmp-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #979797;
}
.kouza .ctmp-list:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.ctmp-list-date {
	margin-bottom: 5px;
}
.ctm-list-name {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0 25px;
}
.acf-map img {
	max-width: inherit !important;
}
.cource-list + .cource-list {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

/****************************************

	lesson

*****************************************/

.page-sec+.page-sec{
	margin-top: 120px;
}

.lesson-purpose-list{
	border: 6px solid #eee;
	padding: 44px;
	text-align: center;
	position: relative;
}

.lesson-purpose-list.undecided{
	opacity: 0.5;
}

.lesson-purpose-list + .lesson-purpose-list{
	margin-top:40px;
}

.lesson-purpose-list::before{

	position: absolute;
	bottom: 20px;
	left: 30px;
}

.lesson-purpose-list:nth-child(1)::before{
	content: url(images/num01.png);
}

.lesson-purpose-list:nth-child(2)::before{
	content: url(images/num02.png);
}

.lesson-purpose-list:nth-child(3)::before{
	content: url(images/num03.png);
}

.lesson-purpose-list:nth-child(4)::before{
	content: url(images/num04.png);
}

.lesson-purpose-list:nth-child(5)::before{
	content: url(images/num05.png);
}

.lesson-purpose-list h3{
	margin: -44px -44px 50px;
	border: none;
	padding: 0;
}

.lesson-purpose-name{
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
}

.lesson-purpose-price{
	font-size: 16px;
	padding: 20px;
	width: 420px;
	margin: 20px auto 30px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.lesson-purpose-price span{
	color:#ff7f17;
}

.lesson-purpose-price .price{
		font-size: 26px;
}

.lesson-purpose-btn a{
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #284583;
	text-decoration: none;
	border: 1px solid #284583;
	margin: 0 auto;
	font-size: 14px;
}

.lesson-purpose-btn a:hover{
	opacity: 0.6;
}

.lesson-profile-list + .lesson-profile-list {
	margin-top: 40px;
}

.lesson-profile-list h3{
	margin: 0;
	padding: 0;
	border: none;
}

.lesson-profile-inner{
	border-left:6px solid #eee;
	border-right:6px solid #eee;
	border-bottom:6px solid #eee;
	padding: 54px 44px;
}

.lesson-profile-sec + .lesson-profile-sec{
	margin-top: 60px;
}

.lesson-profile-sec h4{
	border-left: 6px solid #253b6e;
	padding: 10px 0 10px 20px;
	color: #333;
}

.lesson-profile-sec p{
	margin-bottom: 0 !important;
}

@media screen and (max-width : 600px) {
	
.page-sec+.page-sec{
	margin-top: 60px;
}

.lesson-purpose-list{
	border: 4px solid #eee;
	padding: 26px;
}

.lesson-purpose-list + .lesson-purpose-list{
	margin-top:30px;
}


.lesson-purpose-list:nth-child(1)::before,
.lesson-purpose-list:nth-child(2)::before,
.lesson-purpose-list:nth-child(3)::before,
.lesson-purpose-list:nth-child(4)::before,
.lesson-purpose-list:nth-child(5)::before{
	content:none;
}


.lesson-purpose-list h3{
	margin: -26px -26px 30px;
}

.lesson-purpose-name{
	font-size: 18px;
	line-height: 1.6;
}

.lesson-purpose-price{
	font-size: 14px;
	padding: 15px;
	width:auto;
}

.lesson-purpose-price .price{
		font-size: 22px;
}


.lesson-purpose-btn a:hover{
	opacity:1;
}

.lesson-profile-list + .lesson-profile-list {
	margin-top: 30px;
}

.lesson-profile-list h3{
	margin: 0;
	padding: 0;
	border: none;
}

.lesson-profile-inner{
	border-left:4px solid #eee;
	border-right:4px solid #eee;
	border-bottom:4px solid #eee;
	padding: 36px 26px;
}

.lesson-profile-sec + .lesson-profile-sec{
	margin-top: 30px;
}

.lesson-profile-sec h4{
	border-left: 4px solid #253b6e;
	padding: 10px 0 10px 16px;
	color: #333;
	line-height: 1.6;
}

}

/****************************************

	relation

*****************************************/

.relation-box {
	margin-bottom: -50px;
	background: #fff;
	overflow: hidden;
}
.relation-box h2 {
	color: #333;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 0;
	background: none;
}
.thumb-area {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
}
.thumb-area:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-right: 1px solid #ccc;
}
.thumb-box {
	display: table;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border-top: 1px solid #ccc;
	font-size: 13px;
}
.thumb-box a {
	display: block;
	padding: 30px;
	text-decoration: none;
	color: #333;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.thumb-box a:hover {
	background: #eee;
}
.thumb-box:nth-child(odd) a {
	padding-left: 0;
}
.thumb-box:nth-child(even) a {
	padding-right: 0;
}
.thumb-ph, .thumb-title {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}
.thumb-ph {
	width: 150px;
}
.thumb-ph-in {
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.thumb-ph img {
	width: 100%;
	height: auto;
}
.thumb-title {
	padding-left: 10px;
}
/****************************************

	social

*****************************************/

#social {
	text-align: center;
	background: #eee;
	padding: 20px 0;
}
#social li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
/****************************************

	検索

*****************************************/
#searchform {
	position: relative;
}
#s {
	width: 246px;
	height: 44px;
	line-height: 20px;
	padding: 10px;
	padding-left: 0;
	vertical-align: bottom;
	border: none;
	border-bottom: 2px solid #000;
	box-shadow: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #999;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	color: #999;
}
#s:focus {
	color: #333;
}
#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	z-index: 3;
	background: rgba(255,255,255,0);
}
form #searchsubmit:hover {
	background: rgba(255,255,255,.5) !important;
}
#searchform .fa-search {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	color: #333;
	font-size: 18px;
	text-align: center;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 44px;
}
/****************************************

	sidebar-widget

*****************************************/

#sidebar .widget {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin-bottom: 30px;
	word-break: normal;
	word-wrap: break-word;
}
#sidebar .widget_sp_image {
	text-align: center;
	padding: 0;
	box-shadow: none;
}
#sidebar .widget_sp_image + .widget:not(.widget_sp_image) {
	margin-top: 30px;
}
#sidebar .widget_sp_image a:hover {
	opacity: 0.5;
}
#sidebar .widget_sp_image {
	margin-bottom: 15px;
}
#sidebar .widget_sp_image:last-child {
	margin-bottom: 30px;
}
#sidebar .widgettitle {
	margin: -15px -15px 15px;
	padding: 14px 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #284583;
}
#sidebar li {
	position: relative;
}
#sidebar li a:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
}
#sidebar li+li {
	border-top: 1px dotted #ccc;
}
#sidebar li ul>li:first-child {
	border-top: 1px dotted #ccc;
}
#sidebar li a {
	position: relative;
	padding: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	color: #333;
}
#sidebar .widget_categories .children li {
	padding-left: 0.8em;
}
#sidebar .widget_categories .children li a:before {
	content: "\2517";
	color: #999;
	font-size: 90%;
	margin-right: 5px;
}
#sidebar .widget_newpostcatch a {
	padding: 0;
}
#sidebar .widget_newpostcatch a:after {
	content: none;
}
#sidebar .widget_newpostcatch li {
	padding: 10px 20px 10px 0;
}
/****************************************

	mail

*****************************************/

/*common*/

button, input[type="text"], input[type="email"], input[type="url"], select, textarea {
	border: 1px solid #ccc;
	padding: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	width: 90%;
}
select {
	font-size: 14px;
	line-height: 1em;
	padding-right: 25px;
}
.select-wrap {
	position: relative;
}
.select-wrap:before {
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="url"] {
	width: 60%;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="submit"]:hover {
	background: #d06646 !important;
}
.ctm-btn {
	width: 60%;
	margin: 30px auto;
	display: block;
	text-align: center;
}
.ctm-btn a, .wpcf7-submit {
	padding: 20px;
	display: block;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
}
.wpcf7-submit {
	background: #c90000;
	color: #fff;
	width: 60%;
	margin: 30px auto;
	border: none;
}
.ctm-btn a:hover {
	opacity: 0.5;
}
.touroku-form input {
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #fff;
}
.mail-title a {
	color: #333;
	text-decoration: none;
}
/*article-mailkouza*/

.article-mailkouza {
	max-width: 734px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ccc;
	margin: 0 auto 30px;
	text-align: center;
	background: #c2c7d1;
}
.article-mailkouza .mail-title img {
	width: 100%;
	height: auto;
}
.article-mailkouza input {
	height: 20px;
}
.article-mailkouza .touroku-form {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
.article-mailkouza .inputmail {
	width: 35%;
	padding: 5px;
}
.article-mailkouza .inputname {
	width: 35%;
	padding: 5px;
}
.article-mailkouza .AGENTMAIL__submit {
	width: 20%;
	height: 30px;
}
/*side-mailkouza*/

.side-mailkouza {
	background: url(images/mail_m_bg.jpg) no-repeat left top;
	width: 290px;
	height: 350px;
	margin: 0 auto;
}
.side-mailkouza a {
	display: block;
	width: 100%;
	height: 156px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.side-mailkouza .mail-title {
	text-align: center;
}
.side-mailkouza .touroku-form {
	padding: 0 20px 25px;
}
.side-mailkouza .touroku-form input {
	height: 40px;
}
.side-mailkouza .inputmail, .side-mailkouza .inputname {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}
.side-mailkouza .submit-btn {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
/****************************************

	カレンダー

*****************************************/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	width: 100%;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#wp-calendar td {
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #CCC;
}
#wp-calendar a {
	color: #eb5836;
}
/****************************************

	 pagenation

*****************************************/

.pagination {
	font-size: 14px;
	line-height: 40px;
	margin: 30px 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	background: #fff;
}
.pagination a:hover {
	color: #fff;
	background: #000;
}
.pagination .current {
	background: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
}
.page-btn+.page-btn {
	margin-left: 6px;
}
/****************************************

	 footer

*****************************************/


#footer {
	padding: 0;
	clear: both;
	overflow: hidden;
	color: #333;
	border-top: 1px solid #ccc;
}
.footer-inner {
	width: 800px;
	margin: 0 auto;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	opacity: 0.6;
}

.footer-navi{
	padding: 50px 0 0;
}

.footer-navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	
}

.footer-navi li{
	margin:0 20px;
}

.footer-social {
	border-top: 1px solid #ccc;
	padding-top: 50px;
	margin: 50px 0 10px;
	text-align: center;
}
.footer-social li {
	display: inline;
}
.footer-social li+li {
	margin-left: 15px;
}
.footer-social a {
	font-size: 32px;
	color: #626262!important;
}
.footer-contract {
	margin: 0 0 10px;
	text-align: center;
	color: #898989 !important;
}
.footer-contract a {
	color: #898989 !important;
}
.footer-contract li {
	display: inline;
}
.footer-contract li:first-of-type a {
	margin-right: 10px;
}
.footer-contract li+li {
	margin-left: 10px;
}
#copy {
	text-align: center;
	color: #898989;
	padding-bottom: 80px;
}
#pup {
	display: block;
	width: 44px;
	height: 44px;
	text-decoration: none;
	position: fixed;
	right: 10px;
	bottom: 6px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	background: #000;
	z-index: 999;
	border-radius: 2px;
	cursor: pointer;
}

/****************************************

	タブレット

*****************************************/

@media screen and (max-width : 800px) {
/****************************************

	 main Layout(tablet)

*****************************************/

#contents {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}
.page-template-page-one-column #contents {
	max-width: auto;
	padding: 0 10px;
}
#main {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#main.one-column {
	width: 100%;
}
#main-visual {
	margin-top: 0;
}
#main-visual + .idx_mail {
	margin-top: 30px;
}
#sidebar {
	width: 100%;
	float: none;
}
/****************************************

	general&common(tablet)

*****************************************/
	
.pc-view {
	display: none;
}
/****************************************

	 header(tablet)

*****************************************/

#header {
	padding: 0;
	height: auto;
	border: none;
}
#header-inner {
	padding: 0;
	width: 100%;
	min-width: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#header-logo {
	float: none;
	text-align: center;
	padding: 40px 0 0;
	text-align: center;
	margin: 0 auto;
}

#header-social {
	display: none;
}
#header-navi {
	position: static;
	width: 100%;
	top: 0;
	overflow: hidden;
}
#header-navi ul {
	display: flex;
	width: 100%;
}
#header-navi li {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

#header-navi li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 10px;
	width: 100%;
}
#header-navi a:hover {
	opacity: 1;
}
.header-mail-btn {
	display: block;
	width: 200px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
	background: #b21435;
	color: #fff;
	line-height: 44px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.header-mail-btn .fa {
	margin-right: 10px;
}

.header-tel{
	float:none;
	padding-right:0;
	margin: 30px 0;
	text-align: center;
}

.header-tel a{
	font-size: 25px;
}

.header-tel span{
	font-size: 10px;
}
	
/****************************************

	 gogbal Navi(tablet)

*****************************************/

#global-navi {
	width: 100%;
	height: auto;
	border-right: none;
}
#nav-bg {
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.flexnav {
	display: block;
}
.flexnav > li {
	display: block;
	height: auto;
	padding: 0;
	border-left: none;
}
.flexnav li br {
	display: none;
}
.flexnav > li > a {
	display: block;
	padding: 17px;
	text-align: left;
}
.flexnav li a {
	border-left: none;
	letter-spacing: 0;
}
.flexnav li a {
	background: #fff;
}
.flexnav li ul li a {
	background: #eee;
}
.flexnav ul li ul li a {
	background: #eee;
}
.flexnav li ul {
	min-width: 0;
}
.flexnav>li {
	width: 100%;
}
.menu-button {
	border-bottom: 1px solid #ccc;
	background: transparent;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding: 17px;
}
.menu-button .touch-button {
	height: 56px;
}
.menu-button .touch-button .navicon {
	color: #333;
	top: 1em;
}
.flexnav .menu-item-has-children {
	padding-right: 0;
}
.flexnav .touch-button .navicon {
	top: 15px;
}
.flexnav .touch-button {
	height: 56px;
}
/****************************************

	slider(tablet)

*****************************************/

#main-visual .flexslider {
	margin-bottom: 30px !important;
	border: none !important;
	box-shadow: none !important;
}
/****************************************

	recommend(tablet)

*****************************************/

.reccomend {
	width: 100%;
}
.reccomend h2 {
	margin-bottom: 0;
}
.reccomend-slider {
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 10px 10px 0;
}
.reccomend-slider .flexslider {
	margin-top: 10px;
	margin-bottom: 10px;
}
.reccomend-slider .flexslider:hover .flex-next {
	right: 0px;
}
.reccomend-slider .flexslider:hover .flex-prev {
	left: 0px;
}
/****************************************

	breadcrumb(tablet)

*****************************************/


#breadcrumb ul {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}
#breadcrumb li {
	padding: 0 15px;
}
/****************************************

	post(tablet)

*****************************************/

.article-box article {
	width: 49%;
}
.post-area {
	padding: 30px;
}
/****************************************

	top(tablet)

*****************************************/

.idx-c01-list-link02 a {
	background: url(images/idx_link02_bg.jpg) no-repeat right top, rgba(0,0,0,0.5);
	background-size: cover;
	position: relative;
}
.idx-c01-list-link02 a:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.idx-c01-list-link02 span {
	position: relative;
}
.idx-c01-list-link03 a {
	background: url(images/idx_link03_bg.jpg) no-repeat left top #030303;
	background-size: cover;
}
/****************************************

	カスタムページ(tablet)

*****************************************/

.ctmp-list-thumb {
	width: 30%;
	margin-right: 5%;
}
/****************************************

	relation(tablet)

*****************************************/

.relation-box {
	margin-bottom: -30px;
}
/****************************************

	social(tablet)

*****************************************/

#social {
	margin: 0 -30px;
}
/****************************************

	検索(tablet)

*****************************************/

#s {
	width: 82%;
	height: 44px;
	line-height: 20px;
}
#s:focus {
	color: #333;
}
#searchsubmit {
	width: 18%;
	height: 44px;
	border-radius: 0;
	border-bottom: 2px solid #000;
}
#searchform .fa-search {
	width: 18%;
	height: 44px;
}
/****************************************

	sidebar-widget(tablet)

*****************************************/

#sidebar .widget {
	padding: 30px;
}
#sidebar .widgettitle {
	margin: -30px -30px 30px;
	padding: 14px 30px;
}
#sidebar li a {
	padding: 15px 20px 15px 10px;
}
.widget>ul {
	margin: -15px 0;
}
#sidebar img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
#sidebar .widget_sp_image {
	padding: 0;
}
/****************************************

	footer(tablet)

*****************************************/


.footer-inner {
	width: 100%;
	padding: 30px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer a:hover {
	opacity: 1;
}
.footer-navi {
	padding: 0;
	display: block;
	border-top: none;
}
	
.footer-navi ul{
	display: block;
}
.footer-navi li{
	margin: 0;
}
.footer-navi li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.footer-social {
	margin: 0 0 10px;
	padding-top: 30px;
	text-align: center;
	border-top: none;
}
.footer-social a {
	font-size: 26px;
}
.footer-contract {
	margin-bottom: 0;
}
.footer-contract a {
	font-size: 12px;
}
#copy {
	font-size: 12px;
	padding-bottom: 30px;
}
#pup {
	display: block;
	width: 100%;
	height: 44px;
	position: static;
	font-size: 30px;
	line-height: 40px;
	border-radius: 0px;
	cursor: pointer;
}
}

/****************************************

	スマートフォン

*****************************************/
@media screen and (max-width : 600px) {
/****************************************

	wordpress(sphone)

*****************************************/

.alignleft, .alignright {
	display: block;
	float: none;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
body {
	-webkit-text-size-adjust: 100%;
}
.num {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
.st01 {
	font-size: 18px;
}
	
/****************************************

	header(sphone)

*****************************************/
	
#header-logo {
    padding: 30px 0 0;
}
	
	
#header-logo img {
	max-width: 80%;
}
	
.header-tel {
    margin: 20px 0 30px;
}
	
.header-tel a{
	font-size: 20px;
}

.header-tel span{
	font-size: 9px;
}
	
/****************************************

	general&common(sphone)

*****************************************/

.sp-view {
	display: block;
}
.btn.pt1 {
	padding: 15px;
	font-size: 14px;
	line-height: 1.8em;
	width: 60%;
	margin: 30px auto 0;
}
.btn.pt1 .fa {
	font-size: 12px;
}
.btn-list {
	margin-bottom: 30px;
}
.btn-list li {
	font-size: 14px;
	line-height: 1.8em;
}
.btn-list li a {
	padding: 15px;
}
.btn-list li.active {
	padding: 15px;
}
.list01 {
	padding-left: 20px;
	margin-bottom: 20px;
}
.kouza-list + p {
	margin-top: 20px;
}
.kouza-list dl {
	padding: 20px;
}
.kouza-list dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.kouza-list dd {
	font-size: 14px;
	line-height: 1.8em;
}
.price-box dt {
	padding: 10px 20px;
}
.price-box dd {
	padding: 20px;
	border: 3px solid #fdedb6;
	border-top: none;
}
.tbl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tbl th, .tbl td {
	padding: 15px;
	display: block;
	font-size: 12px;
	line-height: 1.6em;
}
/****************************************

	post(sphone)

*****************************************/


.article-box article {
	width: 100%;
	float: none;
}
.article-box article:nth-child(even) {
	float: none;
}
.article-box article, .article-box article:nth-child(2) {
	margin-top: 30px;
}
.post-list-ctn {
	height: auto;
}
.post-area {
	padding: 0 10px;
}
.post-area a {
	overflow: hidden;
}
.article-box {
	margin: 0;
}
.article-box article+article {
	margin-top: 20px;
}
.post-contents p {
	margin-bottom: 20px;
}
.post-contents .img {
	margin-bottom: 25px;
}
.post-contents .psec + .psec {
	margin-top: 40px;
}
.post-contents .psub-sec + .psub-sec {
	margin-top: 30px;
}
#page-ttl {
	height: auto;
	padding: 40px 20px;
}
#page-ttl h1 {
	font-size: 20px;
	line-height: 1.4em;
}
.post-area h1 {
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 10px;
	line-height: 1.4em;
}
.post-area h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.post-area h2.pt1 {
	padding: 10px 10px 20px;
	font-size: 22px;
	line-height: 1.4em;
}
h2.pt1 .sub-ttl {
	font-size: 10px;
}
.post-area h2.pt2 {
	padding: 20px 10px 20px;
	font-size: 22px;
	line-height: 1.4em;
}
h2.pt2 .sub-ttl {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 10px;
}
.post-area h3 {
	font-size: 18px;
}
.post-area h4 {
	font-size: 16px;
}
.post-area h5 {
	font-size: 14px;
}
.post-area table {
	width: 100% !important;
}
#page-title {
	padding: 20px;
	line-height: 1.6em;
}
.post-area {
	font-size: 16px;
}
.post-area .post-category {
	margin-bottom: 15px;
}
.post-none {
	margin: 0;
}
.home-btn {
	width: 100%;
}
.voice-list {
	padding: 0;
}
.voice-list+.voice-list {
	margin-top: 20px;
	padding-top: 20px;
}
.voice-name {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.6em;
}
.voice-name:first-line {
	font-size: 12px;
	line-height: 1.4em;
}
/****************************************

	top(sphone)

*****************************************/

.home #contents {
	width: 100%;
	padding: 0;
}
.inner01 {
	width: 100%;
	margin: 0 auto;
}
.top-sec {
	padding: 40px 20px;
}
.top-sec h2,
.post-area h2.pt3{
	font-size: 12px;
	margin-bottom: 30px;
}
.top-sec h2 .en,
.post-area h2.pt3 .en{
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

	
.business-sec .inner02{
	max-width: 100%;
	box-sizing: border-box;
	padding:  0 20px;
}

.top-business-txt{
	width: 100%;
	margin-right:0;
	font-size: 16px;
	line-height: 1.6;
}


.business-sec h2{
	text-align: center;
	font-size: 12px;
	margin-bottom: -7%;
}

.business-sec h2 .en{
	font-size: 30px;
	margin: 0;
}

.business-sec{
	padding-top: 20px;
}

.top-business-txt{
	width: 100%;
}

.business-icatch{
	margin-bottom:30px;
}

.top-business-catch{
	font-size: 18px;
	padding: 20px;
}

	.top-business-catch br{
		display: none;
	}

.top-business-txt h3{
	font-size: 20px;
	padding-left: 20px;
	margin: 30px 0 20px;
}

.top-business-txt p{
	margin-bottom: 20px;
}

.top-business-txt ul + p{
	margin-top: 20px;
}

.c-list li{
	padding-left: 20px;
}

.c-list li::before{;
	top:5px;
	width: 14px;
	height: 14px;
}

.st-txt{
	font-size: 14px;
	margin-bottom: 20px;
}
	
	
.top-bnr{
	padding: 0 20px;
	margin-bottom: 50px;
}


	
.cmn-btn a {
	margin: 30px auto 0;
	font-size: 14px;
}
.cmn-btn a:hover {
	opacity: 1;
}
.top-info {
	padding: 40px 20px;
}
.top-info h2 {
	position: relative;
	font-size: 12px;
	display: block;
	width: auto;
	height: auto;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 30px;
}
.top-info h2 .en {
	font-size: 22px;
	margin-top: 5px;
	padding-right: 0px;
	border-top: 1px solid #fff;
}
.course-info h2 .en {
	padding-right: 0px;
}
.top-info-ctn {
	display: block;
	width: auto;
	height: auto;
	padding-left: 0;
	font-size: 12px;
	border-left: none;
}
.top-info-ctn li+li {
	border-top: 1px dotted rgba(255,255,255,0.57);
}
.top-info-ctn a {
	line-height: 1.8em;
}
.top-info-ctn a:hover {
	opacity: 0.6;
}
.top-info .date {
	display: block;
	font-size: 10px;
	padding: 0 10px;
}
.top-info-btn a {
	font-size: 12px;
	line-height: 1.6em;
}
.top-col3-list {
	display: block;
	margin-top: -30px;
}
	
.top-col2-list {
	display: block;
	margin-top: -20px;
}

.top-col3-list li {
	width:100%;
	text-align: center;
	margin-top: 30px;
}
.top-col3-ttl {
	font-size: 16px;
	text-align: left;
}
.top-col3-excerpt {
	text-align: left;
	line-height: 1.6;
}
	
.top-col2-list li {
    width:100%;
	text-align: center;
	margin-top: 20px;
}

/****************************************

	support(sphone)

*****************************************/

.support-list {
	font-size: 14px;
	line-height: 1.8em;
}
.support-list + .support-list {
	margin-top: 30px;
}
.support-ph, .support-txt {
	display: block;
}
.support-ph {
	text-align: center;
}
.support-txt {
	padding-left: 0px;
	margin-top: 20px;
}
.support-list .st {
	font-size: 16px;
	inline-box-align: 1.6em;
	display: block;
	margin-bottom: -20px;
}
/****************************************

	consulting(sphone)

*****************************************/

.col2-list li img {
	max-width: 100%;
	height: auto;
}
.tbl-box dt, .tbl-box dd {
	display: table-cell;
	padding: 15px;
}
.tbl-box dt {
	width: 50px;
}
.flow-list dl {
	padding: 20px;
}
.flow-list dl + dl {
	margin-top: 20px;
}
.flow-list dt {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1, 6em;
}
.merit-list {
	margin-bottom: 30px;
}
.merit-list dl {
	padding: 20px;
}
.merit-list dl + dl {
	margin-top: 20px;
}
.merit-list dt {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1, 6em;
}
.step-list {
	display: block;
}
.step-list dl {
	width: 100%;
	margin-right: 0;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0px;
}
.step-list dl + dl {
	margin-top: 20px;
}
.step-list dt {
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/****************************************

	associations(sphone)

*****************************************/

.post-type-archive-associations .col2-list {
	margin-bottom: 30px;
}
/****************************************

	basic(sphone)

*****************************************/

.plan-box {
	border: 3px solid #e7e7e7;
	padding: 20px 20px 0;
}
.plan-box h3 {
	border: none;
	margin: -20px -20px 20px;
	padding: 20px;
}
.plan-box + .plan-box {
	margin-top: 20px;
}
.plan-box h3 span {
	margin-left: 0px;
	display: block;
}
.plan-box .pz-inner {
	border: none;
	padding: 0;
}
/****************************************

	roadmap(sphone)

*****************************************/

.roagmap-flow {
	margin-bottom: 30px;
}
.col2-list li {
	width: 49%;
}
/****************************************

	servicelist(sphone)

*****************************************/

.service-list {
	display: block;
	margin-top: 30px;
}
.service-list h2 {
	padding: 0;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.service-list h2 .en {
	font-size: 8px;
	line-height: 1.6em;
	padding: 2px 8px;
	top: 0;
}
.service-list-box {
	width: 100%;
	border: 3px solid #cbd4eb;
	padding: 20px;
}
.service-list-box + .service-list-box {
	margin-top: 30px;
}
.service-list-ph + p {
	font-size: 14px;
	line-height: 1.8em;
}
.service-list .btn {
	padding: 12px;
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}
/****************************************

	practical(sphone)

*****************************************/

.practical_proh {
	padding: 20px;
	border: 3px solid #EAEAEA;
	font-size: 13px;
	line-height: 1.8em;
}
.practical_proh p:last-child {
	margin-bottom: 0;
}
.practical_proh-ttl {
	display: block;
	margin-bottom: 30px;
}
.practical_proh-name {
	width: 100%;
	font-size: 3vmin;
	line-height: 1.8em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.practical_proh-name span {
	font-size: 4vmin;
	line-height: 1.4em;
}
.practical_proh-ph {
	width: 100%;
	text-align: center;
}
/****************************************

	カスタムページ(sphone)

*****************************************/

.page-ttl {
	margin-bottom: 20px !important;
}
.ctmp-list-thumb {
	width: 100%;
	text-align: center;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.ctmp-list-date, .ctm-list-place {
	font-size: 14px;
}
.ctmp-list+.ctmp-list {
	margin-top: 30px;
}
.ctmp-list-btn {
	width: 60%;
	text-align: center;
	margin: 0 auto 0;
}
.ctmp-list-btn a {
	width: 100%;
	padding: 5px 0;
	margin-top: 20px;
}
.ctmp-list-btn a:hover {
	opacity: 1;
}
.ctmp-list li {
	float: none;
}
.ctmp-list li + li {
	margin-left: 0;
}
.intro-ttl-area {
	display: block;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.intro-thumb, .intro-ttl-area h1 {
	display: block;
	text-align: center;
}
.intro-thumb {
	width: 100%;
	margin-bottom: 20px;
}
.intro-ttl-area h1 {
	font-size: 24px;
	line-height: 1em;
}
.intro-ttl-area h1 .en {
	font-size: 12px;
}
.intro-btns {
	margin-top: 30px;
}
.intro-btns li {
	width: 100%;
	float: none;
	text-align: center;
}
.intro-btns li+li {
	margin-left: 0;
	margin-top: 15px;
}
.intro-btns a:hover {
	opacity: 1;
}
.kouza.post-area h2 {
	font-size: 22px;
}
/****************************************

	breadcrumb(sphone)

*****************************************/
	
#breadcrumb {
	margin-bottom: 30px;
}
#breadcrumb ul {
	padding: 0 10px;
	overflow: hidden;
}
#breadcrumb li {
	float: left;
	padding: 0px 10px;
	position: relative;
	font-size: 12px;
}
#breadcrumb li:after {
	margin-top: -6px;
	color: #ccc;
}
/****************************************

	social(sphone)

*****************************************/

#social {
	margin: 0 -20px;
}
/****************************************

	relation(sphone)

*****************************************/

.relation-box h2 {
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
.relation-box {
	margin: 0 -20px -20px;
}
.thumb-box {
	width: 100%;
	position: relative;
}
.thumb-box {
	position: relative;
	padding-right: 15px;
}
.thumb-box:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	font-size: 20px;
}
.thumb-box:nth-child(odd) a {
	padding-left: 10px;
}
.thumb-box:nth-child(even) a {
	padding-left: 10px;
	padding-right: 15px;
}
.thumb-box a {
	padding: 10px;
}
.thumb-box a:hover {
	background: #fff;
}
.thumb-area:after {
	content: none;
}
.thumb-ph {
	width: 100px;
}
.thumb-ph-in {
	width: 100px;
	height: 67px;
	overflow: hidden;
}
/****************************************

	sidebar-widget(sphone)

*****************************************/

#sidebar .widget {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0;
}
#sidebar .widget_sp_image {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
#sidebar .widgettitle {
	margin: -10px -10px 10px;
	padding: 10px;
	border-radius: 0;
}
.widget >ul {
	margin: -10px;
}
#sidebar li a:after {
	right: 10px;
}
/****************************************

	mail(sphone)

*****************************************/

textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
select {
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="url"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ctm-btn a, .wpcf7-submit {
	padding: 10px;
	font-size: 16px;
}
/*article-mailkouza*/


#main-visual {
	margin-bottom: 30px;
}
.article-mailkouza {
	max-width: 290px;
	height: 316px;
	background: url(images/mail_m_bg.jpg) no-repeat left top;
	margin: 30px auto 30px;
}
.article-mailkouza .mail-title img {
	display: none;
}
.article-mailkouza .mail-title a {
	display: block;
	height: 138px;
}
.article-mailkouza input {
	height: 40px;
}
.article-mailkouza .touroku-form {
	width: 100%;
	padding: 0 20px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.article-mailkouza .inputmail, .article-mailkouza .inputname {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
}
.article-mailkouza .AGENTMAIL__submit {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
/****************************************

	 pagenation(sphone)

*****************************************/

.pagination {
	position: relative;
	font-size: 11px;
	line-height: 28px;
	margin: 30px 0 0;
}
.pagination span, .pagination a {
	width: 28px;
	height: 28px;
}
.pagination .current {
	width: 28px;
	height: 28px;
}
}


/****************************************

↓↓↓ ここから池田追加項目 ↓↓↓

	benri

*****************************************/
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.mb4 { margin-bottom: 4rem; }
.mb5 { margin-bottom: 5rem; }
.mb6 { margin-bottom: 6rem; }
.mb7 { margin-bottom: 7rem; }
.mb8 { margin-bottom: 8rem; }
.mb9 { margin-bottom: 9rem; }
.mb10 { margin-bottom: 10rem; }
.mt1 { margin-top: 1rem; }
.mt2 { margin-top: 2rem; }
.mt3 { margin-top: 3rem; }
.mt4 { margin-top: 4rem; }
.mt5 { margin-top: 5rem; }
.mt6 { margin-top: 6rem; }
.mt7 { margin-top: 7rem; }
.mt8 { margin-top: 8rem; }
.mt9 { margin-top: 9rem; }
.mt10 { margin-top: 10rem; }

.font14 { font-size: 14px; }
.centering { text-align: center; }
.righting { text-align: right; }

.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a {
	text-decoration: none;
}
.btn01 a {
	position: relative;
	background-color: #fff;
	text-align: center;
	padding: 1.5rem 0 1.3rem;
	display: block;
	margin: 0 auto;
	width: 50rem;
	border: 1px solid #2f3c6e;
	background-color: #2f3c6e;
	color: #fff;
}
.btn01 a:hover {
	background-color: #fff;
	color: #333;
}
.btn01 a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.9em;
}
.btn02 a {
	border: 1px solid #000;
	background-color: #242424;
	text-align: center;
	padding: 3rem 2rem;
	display: block;
	margin: 0 auto;
	width: 90%;
	color: #fff;
	box-sizing: border-box;
}
.btn02 a:hover {
	border: 1px solid #000;
	background-color: #fff;
	color: #333;
}
.btn03 a {
	background-color: #2f3c6e;
	color: #fff;
	text-align: center;
	padding: 1.5rem 0 1.3rem;
	display: block;
	margin: 0 auto;
	width: 30rem;
	position: relative;
}
.btn03 a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.9em;
}
.btn04 a {
	background-color: #2f3c6e;
	text-align: center;
	padding: 3rem 2rem;
	display: block;
	margin: 0 auto;
	width: 50rem;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #2f3c6e;
}
.btn04 a:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #2f3c6e;
}
.btn05 a {
	background-color: #2f3c6e;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 5px 70px;
	font-size: 14px;
}
.btn05 a:hover {
	opacity: 0.8;
}


.sp-view2 {
	display: none;
}
@media screen and (max-width: 800px) {
.btn01 a {
	width: 85%;
}
.btn02 a,
.btn04 a {
	width: 85%;
}

.pc-view2 {
	display: none;
}
.sp-view2 {
	display: block;
}
}
@media screen and (max-width: 568px) {
.btn05 {
	text-align: center;
}
}

/****************************************

	one-column2

*****************************************/
#main.one-column2 {
    width: 100%;
    float: none;
    margin: 0 auto;
}

/****************************************

	table

*****************************************/
.table01,.table02 {
	width:100%;
  	font-size: 16px;
  	margin-bottom: 3rem;
}

.table01 p,
.table02 p{
 	margin-bottom: 0;
}
.table01 th,.table01 td,
.table02 th,.table02 td{
	padding: 10px;
  	border: 1px solid #ccc;
  	vertical-align: middle;
}
.table01 th,
.table02 th {
	background-color: #284583;
  	color: #fff;
}
.table01 th:nth-of-type(1){
	width: 10%;
}
.table01 th:nth-of-type(2){
	width: 20%;
}
.table01 th:nth-of-type(3){
	width: 20%;
}
.table01 th:nth-of-type(4){
	width: 25%;
}
.table01 th:nth-of-type(5){
	width: 25%;
}
.table01 td:nth-of-type(1),
.table01 td:nth-of-type(2),
.table01 td:nth-of-type(3),
.table02 td:nth-of-type(1){
 	text-align: center;
}

/* 協会概要で使用 */
.list-tb {
	display: flex;
	flex-wrap: wrap;
}
.list-tb dt {
	font-weight: bold;
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.list-tb dd {
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.list-tb dt:first-of-type, .list-tb dd:first-of-type {
	border-top: 0;
}

@media screen and (max-width: 800px) {
.table01 th,
.table02 th {
	display: none;
}
.table01 td,
.table02 td{
   display: block;
   width: 100%;
  box-sizing: border-box;
}
.table01 td,
.table02 td {
	border-bottom: 0;
}
.table01 td:last-child,
.table02 td:last-child {
  	border-bottom: 1px solid #ccc;
}
.table01 td:before,
.table02 td:before{
	background-color: #ededee;
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 1rem;
}
.table01 td:nth-of-type(1){
	background-color: #284583;
	color: #fff;
	border: 0;
}
.table01 td:nth-of-type(2):before{
	content:'所要時間';
}
.table01 td:nth-of-type(3):before{
	content:'目的';
}
.table01 td:nth-of-type(4):before{
	content:'悩みごと・改善したい状態';
}
.table01 td:nth-of-type(5):before{
	content:'スキルを実践するとこのように変化します';
}
.table02 td:nth-of-type(1){
	background-color: #284583;
	color: #fff;
}
.table02 td:nth-of-type(2):before{
	content:'カリキュラム';
}
.list-tb {
	display: block;
	padding: 0;
}
.list-tb dt {
	width: 100%;
	padding: 20px 20px 0;
}
.list-tb dd {
	width: 100%;
	padding: 10px 20px 20px;
	border-top: none;
}
.list-tb dt:first-of-type, .list-tb dd:first-of-type {
	border-top: 0;
}

}
/****************************************

	box

*****************************************/
.box01{
	background:#fffae8;
	padding:40px;
	margin-top:40px;
}

.box01.pt1{
	margin-bottom:30px;
	background:none;
	border:5px solid #EAEAEA;
}

.box01.pt1 p:last-child,
.box01.pt2 p:last-child{
	margin-bottom: 0;
}

.box01.pt2{
	margin-bottom:30px;
	background:#ffecee;
}

.box01 li{
	text-indent:-1em;
	padding-left:1em;
}

.box01.pt2 li+li{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #ccc;
}
/****************************************

	ul-list

*****************************************/
.ul-list01 {
  font-size: 14px;
  background-color: rgba(0,0,0,0.03);
  padding: 30px;



  margin-bottom:3rem;
}
/****************************************

	dl-list

*****************************************/
.dl-list01 dl {
	padding: 40px;
	background: #f2f4f8;
}
.dl-list01 + p {
	margin-top: 30px;
}
.dl-list01 dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.dl-list01 dl:nth-child(odd) {
	background: #ebeef4;
}
/****************************************

	advisory

*****************************************/
.advisory-list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 6rem;
}
.advisory-list-inner {
	width: 21%;
	margin-right: 5.333333333333%;
}
.advisory-list-inner:nth-of-type(4) {
	margin-right: 0;
}
.advisory-list-img {
	 text-align: center; 
}
.advisory-list-img img {
	width: 85%;
}
.advisory-list-name {
  position: relative;
  min-height:80px;
}
.advisory-list-name div {
	font-weight: bold;
  	padding: 1.5rem 0 1.2rem;
  	line-height: 1.4;
  	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 100%;
}
.advisory-list-keireki {
	position: relative;
	background-color: #f4f6f9;
	border-top: 2px solid #214584;
	padding: 1.5rem 0.5rem;
	font-size: 14px;
  	line-height: 1.8;
  	margin-bottom: 1.8rem;
  min-height:80px;
}
.advisory-list-keireki ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 100%;
}
.advisory-btn {
	display: inline-block;
    border: 1px solid #214584;
    padding: 0.5rem 1.8rem;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.advisory-prof {
	width: 900px;
	margin: auto;
}
.advisory-prof-inner {
	display: flex;
	justify-content: space-between;
}
.advisory-prof-img {
	width: 30%;
	text-align: center;
}
.advisory-prof-img img {
	margin-bottom: 1.5rem;
}
.advisory-prof-txt {
	font-size: 14px;
	width: 65%;
	margin-bottom: 7rem;
}
.advisory-prof-name {
	background-color: #214584!important;
	border-bottom: 4px solid #7e93b8;
	color: #fff;
	font-size: 18px!important;
}
.advisory-prof-katagaki {
	font-size: 15px;
	margin-left: 0.5rem;
}
.advisory-prof-keireki {
	border-bottom: 1px dotted #8c8c8c;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.advisory-prof-keireki dt {
	background-color: #f4f6f9;
	padding: 0.5rem 1rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.advisory-prof-keireki dd {
	text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}
.advisory-prof-chosho {
	background-color: #f4f6f9;
	padding: 1.3rem 1.8rem;
}
.advisory-prof-chosho dl {
	margin-bottom: 1.3rem;
}
.advisory-prof-chosho dt {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.advisory-prof-chosho dd {
	text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
.page-template-page-one-column2 #contents {
	width: 90%;
}
.advisory-list-inner {
	width: 45%;
	margin-bottom: 7rem;
}
.advisory-list-inner:nth-of-type(odd) {
	margin-right: 10%;
}
.advisory-list-inner:nth-of-type(even) {
	margin-right: 0;
}
.advisory-prof {
	width: 100%;
}
}
@media screen and (max-width: 900px) {
.advisory-prof-inner {
	display: block;
}
.advisory-prof-img,
.advisory-prof-txt {
	width: 100%;
}
}
@media screen and (max-width: 700px) {
.advisory-list {
	display: block;
}
.page-template-page-one-column2 #contents {
	width: 100%;
}
.advisory-list-inner {
	width: 100%;
}
.advisory-btn {
	display: block;
}
.advisory-prof-img img {
	width: 85%;
}
}
/****************************************

	interview

*****************************************/
.interview-box {
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	margin-bottom: 3rem;
	border-bottom: 6px solid #263c6e;
	background-color: rgba(38,60,110,0.03);
}
.interview-box-img {
	width: 50%;
	text-align: center;
}
.interview-box-txt {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}
.interview-box-txt dd {
	font-size: 16px;
}
.interview-box-txt-name {
	border-bottom: 1px solid #000;
	font-size: 26px;
	margin-bottom: 1rem;
    padding: 1rem 0;
    font-weight: bold;
}
.interview-box-txt-katagaki {
	font-size: 15px;
	margin-left: 0.5rem;
}
.spe-header01 {
	border: 6px solid #eeeeee!important;
	background: url('https://ialc-one.org/wp-content/uploads/2018/05/bg-spe-header01.gif') center center;
	color: #fff;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	text-align: center;
	padding: 30px!important;
  	margin-bottom: 40px!important;
}
.spe-header02 {
	color: #333!important;
  	margin-bottom: 40px!important;
}
.spe-header02:before {
	content: '────';
	margin-right: 1rem;
}
@media screen and (max-width: 800px) {
.interview-box {
	display: block;
	border-bottom: none;
	background-color: transparent;
}
.interview-box-img,
.interview-box-txt {
	width: 100%;
}
.interview-box-txt {
	padding: 30px 0;
}
.spe-header02:before {
	content: '';
	margin-right: 0;
}
}
/****************************************

	qa

*****************************************/
.qa-block-inner {
	background-color: #fff;
	margin-bottom: 4rem;
	color: #4f4f4f;
}
.qa-block-header {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px dotted #000;
}
.qa-block-header h3 {
	text-indent: -3.5rem;
	margin-left: 3.5rem;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.8;
}
.qa-block-header h3:before {
	content: 'Q';
	background-color: #284583;
	color: #fff;
	padding: 2px 6px;
	margin-right: 2rem;
}
.qa-block-txt p {
	text-indent: -3.5rem;
	margin-left: 3.5rem;
	margin-bottom: 0;
}
.qa-block-txt p:before {
	content: 'A';
	background-color: #9d9d9d;
	color: #fff;
	padding: 2px 6px;
	margin-right: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
.qa-block-header h3 {
	font-size: 16px;
}
}
/****************************************

	event

*****************************************/
.event-area {
	display: flex;
	background: #f6f6f6;
	margin-bottom: 40px;
	align-items: center;
	justify-content: space-between;
	border: 5px solid #ccc;
	padding: 1rem;
}
.event-area-txt,
.event-area-img {
	box-sizing: border-box;
}
.event-area-txt {
	width: 70%;
	padding: 1rem;
}
.event-area-txt p {
	margin-bottom: 0;
}
.event-area-txt .fa.fa-calendar {
	margin-right: 1rem;
}
.event-area-txt .fa.fa-map-marker {
	margin-right: 1.4rem;
}
.event-area-txt .fa.fa-graduation-cap {
	margin-right: 0.5rem;
}
.event-area-img {
	width: 30%;
	text-align : center;
}
.event-area .btn05 {
	margin-top: 30px;
}
@media screen and (max-width: 800px) {
.event-area {
	font-size: 16px;
}

}
@media screen and (max-width: 568px) {
.event-area {
	display: block;
	padding: 0;
}
.event-area-txt,
.event-area-img {
	width: 100%;
}
.event-area-txt {
	padding: 1rem 1rem 0;
}
.event-area-img {
	padding: 1rem;
}
}
/****************************************

	voice

*****************************************/
.voicebox-name {
	font-size: 16px;
	font-weight: bold;
	background-color: #263c6e;
	color: #fff;
	display: inline-block;
	padding: 0.5rem 1.5rem;
}
.voicebox-name i {
	margin-right: 1rem;
}
.voicebox-table {
	width:100%;
  	font-size: 16px;
  	margin-bottom: 3rem;
}

.voicebox-table p{
 	margin-bottom: 0;
}
.voicebox-table th,.voicebox-table td{
	padding: 10px;
  	border: 1px solid #ccc;
  	vertical-align: middle;
	box-sizing: border-box;
}
.voicebox-table th {
  	color: #fff;
	width: 30%;
}
.voicebox-table tr:nth-of-type(1) th {
	background-color: #4f6228;
}
.voicebox-table tr:nth-of-type(2) th {
	background-color: #215967;
}
.voicebox-table tr:nth-of-type(3) th {
	background-color: #948a54;
}
@media screen and (max-width: 800px) {
.voicebox-table th,
.voicebox-table td{
   display: block;
	width: 100%;
}
}

/****************************************

	agreement

*****************************************/
.kiyaku-box {
	padding: 1rem;
	margin-bottom: 2rem;
  height: 400px;
  background-color: #f7f7f7;
  overflow: scroll;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.kiyaku-box h2 {
	font-size: 16px;
	padding: 10px;
}
.kiyaku-box h3 {
	font-size: 15px;
	margin-bottom: 1rem;
}
.kiyaku-box p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1rem;
}


/****************************************

	flex-block

*****************************************/
.flex-block01 {
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	margin-bottom: 2rem;
}
.flex-block01-img {
	width: 35%;
}
.flex-block01-txt {
	width: 60%;
}
@media screen and (max-width: 800px) {
.flex-block01 {
	display: block;
}
.flex-block01-img,
.flex-block01-txt{
	width: 100%;
}
.flex-block01-img {
  margin-bottom: 2rem;
  text-align: center;
  }
}
/****************************************

	YOUTUBE、動画レスポンシブ対応

*****************************************/
.youtube {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.youtube iframe,.youtube video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/****************************************

	table-price

*****************************************/
.table-price {
	width:100%;
  	font-size: 16px;
	line-height: 1.5;
 	text-align: center;
}
.table-price th,.table-price td{
	padding: 15px 5px;
  	border: 1px solid #ccc;
  	vertical-align: middle;
}
.table-price thead th{
	background-color: #284583;
	color: #fff;
}
.table-price tbody th{
	background-color: #f3f3f3;
}
.table-price th:nth-of-type(1){
	width: 25%;
}
.table-price th:nth-of-type(2){
	width: 25%;
}
.table-price th:nth-of-type(3){
	width: 20%;
}
.table-price th:nth-of-type(4){
	width: 25%;
}
@media screen and (max-width: 800px) {
.table-price thead {
	display: none;	
}
.table-price th:nth-of-type(1) {
	background-color: #284583;
	color: #fff;
	border: 1px solid #284583;
}
.table-price th:nth-of-type(1),
.table-price td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.table-price td {
	border-bottom: 0;
}
.table-price td:last-child {
  	border-bottom: 1px solid #ccc;
}
.table-price td:before{
	background-color: #ededee;
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 1rem;
}

.table-price td:nth-of-type(1):before{
	content:'受講資格';
}
.table-price td:nth-of-type(2):before{
	content:'受講料（税別）';
}
.table-price td:nth-of-type(3):before{
	content:'資格更新';
}
}
