@charset "UTF-8";

/* ------------------------------
	import module
------------------------------ */

@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import 'https://fonts.googleapis.com/css?family=Comfortaa';
@import 'https://use.fontawesome.com/releases/v5.0.6/css/all.css';
@import url('/core/wp-content/themes/123server/common/module/font-awesome/css/font-awesome.css');
@import url('/core/wp-content/themes/123server/common/css/normalize.css');
@import url('/core/wp-content/themes/123server/common/module/button.css');
@import url('/core/wp-content/themes/123server/common/module/class.css');
@import url('/core/wp-content/themes/123server/common/module/color.css');
@import url('/core/wp-content/themes/123server/common/module/column.css');
@import url('/core/wp-content/themes/123server/common/module/font.css');
@import url('/core/wp-content/themes/123server/common/module/form.css');
@import url('/core/wp-content/themes/123server/common/module/image.css');
@import url('/core/wp-content/themes/123server/common/module/information.css');
@import url('/core/wp-content/themes/123server/common/module/link.css');
@import url('/core/wp-content/themes/123server/common/module/main-sub.css');
@import url('/core/wp-content/themes/123server/common/module/margin-padding.css');
@import url('/core/wp-content/themes/123server/common/module/pager.css');
@import url('/core/wp-content/themes/123server/common/module/post.css');
@import url('/core/wp-content/themes/123server/common/module/q_a.css');
@import url('/core/wp-content/themes/123server/common/module/table.css');
@import url('/core/wp-content/themes/123server/common/module/text.css');
@import url('/core/wp-content/themes/123server/common/module/ajax-search-lite.css');

html,
body {
	font-family: 'Noto Sans JP', 'メイリオ','MS PGothic','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #111111;
	font-size: 16px;
	line-height: 1.75;
	background: #fff;
	font-weight: inherit;
	-webkit-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
	font-smoothing: grayscale;
}

.font-en {
	font-family: 'Comfortaa', 'Noto Sans JP', 'メイリオ','MS PGothic','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-style: italic;
	-webkit-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
	font-smoothing: grayscale;
}

.tab .font-en,
.tab .heading-article {
	letter-spacing: -0.5px;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

strong {
	font-weight: 700;
}

em {
	margin-right: 5px;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

dd {
	margin: 0;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 1em;
}

p {
	margin: 0;
}

img {
	-webkit-backface-visibility: hidden;
}

.img_area {
	line-height: 0;
}

.img_fuild {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.text-center {
	text-align: center;
}

i {
	margin-right: 8px;
}

i.fa.fa-home {
	margin-right: 0;
}

mark {
	background-color: inherit;
	color: inherit;
}

input[type=checkbox] {
	margin-right: 10px;
}

.bg-grid {
	background: url("/core/wp-content/themes/123server/common/img/pattern/bg-grid.png") repeat;
}

/* ------------------------------
	Wrapper
------------------------------ */
@media screen and (min-width: 751px), print  {
	#wrapper {
		min-width: 1170px;
		height: auto;
		overflow: hidden;
	}
		
} @media screen and (max-width: 750px) {
	html,
	body {
		font-size: 14px;
		line-height: 1.75;
		min-width: 375px;
	}

	*:hover,
	*:focus,
	*:active {
		animation: none !important;
	}	
	
	#wrapper {
		min-width: 375px;
		overflow-x: hidden;
	}	
}


/* ------------------------------
	global_header
------------------------------ */
@media screen and (min-width: 751px), print  {
	#sp-global-header{
		display: none !important;
	}
	
	#global-header:after,
	#global-header .global-header-inner {
		content: "";
		display: block;
		clear: both;
	}

	#global-header .global-header-inner {
		width: 100%;
		height: 34px;
		padding: 4px 0;
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		background: #0296e0;
		position: relative;
	}

	#global-header .global-header-inner .logo-123,
	#global-header .global-header-inner .site-overview,
	#global-header .global-header-inner .ghnav-sub,
	#global-header .global-header-inner .ghnav-sub > li {
		float: left;
	}

	#global-header .global-header-inner .search-area {
		float: right;
		position: relative;
	}

	#global-header .global-header-inner .logo-123 {
		display: block;
		width: 132px;
		height: 20px;
		margin-top: 2px;
		text-indent: -9999px;
		background: url("/core/wp-content/themes/123server/common/img/global/logo-123.png") no-repeat;
		background-size: contain;
	}
	
	#global-header .global-header-inner .site-overview {
		margin-left: 11px;
	}
	
	#global-header .global-header-inner .ghnav-sub {
		margin-left: 45px;
	}
	
	#global-header .global-header-inner .ghnav-sub > li {
		margin-right: 18px;
	}
	
	#global-header .global-header-inner .ghnav-sub > li a {
		color: #fff;
	}
	
	#global-header .global-header-inner .ghnav-sub > li a:hover {
		color: #00ffff;
	}
	
	#global-header .global-header-inner .search-area form {
		position: relative;
	}
	
	#global-header .global-header-inner .search-area input {
		display: block;
		width: 245px;
		height: 25px;
		padding: 6px 7px 6px 30px;
		font-size: 12px;
		border: none;
		border-radius: 4px;
		background: #fff;
		box-sizing: border-box;
	}
	
	#global-header .global-header-inner .search-area button {
		display: block;
		color: #111111;
		border: none;
		background: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 9px;
		margin: auto;
		cursor: pointer;
	}
	
	#global-header > .section-usual .gh-wrap {
		padding-top: 16px;
	}
	
	#global-header > .section-usual .gh-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#global-header #gh-logo {
		float: left;
		margin-left: 22px;
	}
	
	#global-header #gh-logo a {
		display: block;
		width: 228px;
		height: 74px;
		text-indent: -9999px;
		background: url("/core/wp-content/themes/123server/common/img/global/logo.png") no-repeat;
		background-size: contain;
	}
	
	#global-header .contact-bnr {
		float: left;
		display: block;
		width: 477px;
		height: 58px;
		border: 1px solid #ccc;
		margin-left: 205px;
		background: url("/core/wp-content/themes/123server/common/img/global/contact-bnr.png") no-repeat;
		background-size: contain;
		background-position: bottom left;
		box-sizing: border-box;
	}

	#global-header .contact-bnr:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#global-header .contact-bnr .contact-number {
		float: left;
		padding-top: 12px;
		padding-left: 136px;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: -1px;
		line-height: 1;
	}
	
	#global-header .contact-bnr .contact-time {
		float: right;
		display: block;
		padding-top: 12px;
		margin-right: 13px;
	}
	
	#global-header .contact-bnr .contact-time .heading-contact-time {
		padding: 2px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		line-height: 1;
		border-radius: 8px;
		background: #666;
	}
	
	#global-header .contact-bnr .contact-time .contact-time-body {
		padding-top: 5px;
		font-size: 14px;
		text-align: center;
		line-height: 1;
	}

	#global-header .btn-login-wrap {
		float: right;
		width: 195px;
		padding: 6px;
		box-sizing: border-box;
		background: #eeeeee;
	}
	
	#global-header .btn-login-wrap a {
		padding-top: 9px;
		padding-bottom: 7px;
	}
	
	#global-header .btn-login-wrap i {
		margin-right: 8px;
		font-size: 16px;
	}
	
	#gh-gnav:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#gh-gnav > li {
		float: left;
		padding-bottom: 13px;
		position: relative;
	}

	#gh-gnav > li:first-child a {
		border-left: 1px solid #ccc;
	}
	
	#gh-gnav > li > a {
		display: block;
		font-size: 18px;
		font-weight: 500;
		border-right: 1px solid #ccc;
		line-height: 30px;
		position: relative;
	}
	
	#gh-gnav > #gnav-home > a {
		padding: 0 19px 0 18px;
	}

	#gh-gnav > #gnav-reason > a {
		padding: 0 34px 0 42px;
	}
	
	#gh-gnav > #gnav-plan > a {
		padding: 0 27px 0 30px;
	}
	
	#gh-gnav > #gnav-flow > a {
		padding: 0 32px 0 33px;
	}
	
	#gh-gnav > #gnav-support > a {
		padding: 0 32px 0 33px;
	}
	
	#gh-gnav > #gnav-entry {
		border-right: 1px solid #ccc;
		padding: 0 10px 0 11px;
	}
	
	#gh-gnav > #gnav-entry a {
		width: 257px;
		font-size: 14px;
		color: #ffea00;
		font-weight: 700;
		text-align: center;
		border-right: none;
		background: #d33636;
	}

	#gh-gnav > #gnav-entry a strong {
		padding-left: 5px;
		font-size: 16px;
		color: #fff;
	}
	
	#gh-gnav > #gnav-entry a:hover {
		background: #e54c4c;
	}

	#page-home #gh-gnav > #gnav-home > a,
	#page-reason #gh-gnav > #gnav-reason > a,
	#page-plan #gh-gnav > #gnav-plan > a,
	#page-flow #gh-gnav > #gnav-flow > a,
	#page-support #gh-gnav > #gnav-support > a,
	#gh-gnav > li > a:hover {
		color: #0296e0;
	}
	
	#page-home #gh-gnav > #gnav-home > a:before,
	#page-reason #gh-gnav > #gnav-reason > a:before,
	#page-plan #gh-gnav > #gnav-plan > a:before,
	#page-flow #gh-gnav > #gnav-flow > a:before,
	#page-support #gh-gnav > #gnav-support > a:before,
	#gh-gnav > li > a:hover:before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #0296e0;
		position: absolute;
		left: 0;
		bottom: -14px;
	}
	
	#gh-gnav > #gnav-entry > a:hover:before {
		width: 279px;
		left: -11px;
	}
	
	#gh-gnav .toggle_column {
		min-width: 340px;
		padding: 28px 30px 23px;
		background: #edf9ff;
		position: absolute;
		top: 43px;
		left: 0;
		box-sizing: border-box;
		z-index: 30;
	}
	
	#gh-gnav #gnav-support .toggle_column {
		min-width: 360px;
	}

	#gh-gnav .toggle_column > li {
		padding: 0 8px 10px;
		margin-bottom: 11px;
		border-bottom: 1px solid #d9e3e9;
	}
	
	#gh-gnav .toggle_column > li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	#gh-gnav .toggle_column > li > p {
		margin-bottom: 5px;
	}
	
	#gh-gnav .toggle_column > li > ul > li {
		margin-bottom: 3px;
		display: block;
	}
	
	#gh-gnav .toggle_column > li a {
		display: block;
	}

	#gh-gnav .toggle_column > li a:hover {
		color: #0296e0;
	}
	

} @media screen and (max-width: 750px) {
	#global-header {
		display: none !important;
	}
	
	#sp-global-header {
		position: relative;
	}
	
	#sp-global-header:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#sp-global-header #sp-gh-logo {
		float: left;
	}
	
	#sp-global-header #sp-gnav-btn {
		float: right;
	}
	
	#sp-global-header #sp-gnav-btn:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#sp-global-header #sp-gh-logo {
		display: block;
		width: 147px;
		height: 48px;
		padding-top: 8px;
		margin-left: 15px;
	}	

	#sp-global-header #sp-gh-logo a {
		display: block;
		width: 147px;
		height: 48px;
		text-indent: -9999px;
		background: url("/core/wp-content/themes/123server/common/img/global/logo.png") no-repeat;
		background-size: contain;
	}
	
	#sp-global-header .btn-login-wrap {
		position: absolute;
		top: 0;
		right: 60px;
	}
	
	#sp-global-header .btn-login-wrap a {
		display: block;
		width: 130px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		line-height: 60px;
		background: #ffea00;
	}

	#sp-global-header .btn-login-wrap a i {
		margin-right: 4px;
		font-size: 12px;
	}
	
	#sp-gh-wrap {
		display: none;
		width: 100%;
	}
	
	#sp-gh-wrap:before,
	#sp-gh-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#sp-gh-gnav {
		padding: 15px 15px 11px;
		background: #0283c4;
	}
	
	#sp-gh-gnav > li {
		margin-bottom: 5px;
	}
	
	#sp-gh-gnav > li a {
		display: block;
		padding: 8px 33px 9px 15px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		background: #026da2;
		position: relative;
	}
	
	#sp-gh-gnav > li a:before {
		content: "";
		display: block;
		width: 10px;
		height: 17px;
		background: url("/core/wp-content/themes/123server/common/img/icon/icon-next.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
	}
	
	#sp-gh-gnav > #sp-gnav-entry a {
		background: #d33636;
	}
		
	#sp-gh-wrap .sp-header-sub-nav {
		padding: 12px 15px 23px;
		border-bottom: 1px solid #fff;
		background: #0296e0;
	}
	
	#sp-gh-wrap .sp-header-sub-nav > ul {
		margin-bottom: 8px;
	}

	#sp-gh-wrap .sp-header-sub-nav > ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#sp-gh-wrap .sp-header-sub-nav > ul > li {
		float: left;
		width: 50%;
		margin-bottom: 4px;
	}

	#sp-gh-wrap .sp-header-sub-nav > ul > li a {
		font-size: 16px;
		color: #fff;
	}
	
	#sp-gh-wrap .sp-header-sub-nav .search-area form {
		position: relative;
	}
	
	#sp-gh-wrap .sp-header-sub-nav .search-area input {
		display: block;
		width: 100%;
		padding: 17px 7px 20px 36px;
		border: none;
		border-radius: 4px;
		background: #fff;
		box-sizing: border-box;
	}
	
	#sp-gh-wrap .sp-header-sub-nav .search-area button {
		display: block;
		color: #111111;
		border: none;
		background: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 17px;
		margin: auto;
		cursor: pointer;
	}
	
}


/* ------------------------------
	header-page 
------------------------------ */
#header-page {
	width: 100%;
}

#header-page .heading-page {
	font-weight: 700;
	box-sizing: border-box;
}

#header-page.text-center .heading-page {
	font-style: italic;
	font-weight: 800;
}

@media screen and (min-width: 751px), print  {
	#header-page {
		background: #0296e0 url("/core/wp-content/themes/123server/common/img/pattern/bg-heading-page.png") no-repeat center;
		background-size: cover;
	}
	
	#header-page .heading-page {
		width: 1170px;
		padding: 31px 15px 27px;
		margin: 0 auto;
		font-size: 46px;
		text-align: center;
		font-weight: 700;
		font-style: italic;
		letter-spacing: 4px;
		color: #fff;
		line-height: 1.35;
	}
	

} @media screen and (max-width: 750px) {
	#header-page .heading-page {
		padding: 28px 15px 25px;
		margin: 0 auto;
		font-size: 30px;
		font-style:italic;
		color: #fff;
		letter-spacing: 4px;
		line-height: 1.2;
		text-align: center;
		background: #0296e0;
	}

}


/* ------------------------------
	pan-area
------------------------------ */
#pan_area ul {
	padding: 0 15px;
}

#pan_area ul:after {
	content: "";
	display: block;
	clear: both;
}

#pan_area ul li {
	float: left;
}

#pan_area ul li:before {
	content: "/";
	width: 1em;
	height: 1em;
	color: #0296e0;
	opacity: 0.5;
}

#pan_area ul li:first-child:before {
	content: "";
	padding: 0;
}
	
	
#pan_area a {
	color: #0296e0;
	text-decoration: none;
}

@media screen and (min-width: 751px), print  {
	#pan_area ul li:before {
		padding: 0 13px;
	}
	
	#pan_area ul li:first-child {
		font-size: 20px;
		line-height: 28px;
	}

	#pan_area {
		width: 1170px;
		margin: auto;
		padding: 11px 0 34px;
	}
	
	#pan_area a:hover {
		color: #6faee3;
	}
	
	
} @media screen and (max-width: 750px) {
	#pan_area {
		margin: auto;
		padding: 8px 0 16px;
		font-size: 12px;
	}

	#pan_area ul li:before {
		padding: 0 7px;
	}
	
	#pan_area ul li:first-child {
		font-size: 14px;
		line-height: 1.5;
	}
		
}


/* ------------------------------
	contents
------------------------------ */
#contents:after,
.section-usual:after {
	content: "";
	display: block;
	clear: both;
}

#contents .section-usual {
	position: relative;
	box-sizing: border-box;
}

@media screen and (min-width: 751px), print  {
	#contents {
		margin-bottom: 126px;
	}
	
	.section-usual {
		width: 1170px;
		padding: 0 15px;
		margin: 0 auto;
	}
	
	.pc-hide {
		display: none !important;
	}
	
	.contents-lead {
		line-height: 2;
	}
	
	
} @media screen and (max-width: 750px) {
	#contents {
		margin-bottom: 25px;
	}
	
	.section-usual {
		display: block;
		padding: 0 15px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.sp-hide {
		display: none !important;
	}
	
	.contents-lead {
		line-height: 2;
	}
	
	
}


/* ------------------------------
	heading-balloon
------------------------------ */
.heading-balloon {
	padding: 13px 27px 14px;
	margin-bottom: 21px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.454;
	color: #FFF;
	background: #0296e0;
	position: relative;
}

.heading-balloon:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border-color: #0296e0 transparent transparent;
	border-style: solid;
	border-width: 11px 9px;
	position: absolute;
	bottom: -22px;
	left: 42px;
	overflow: hidden;
}


@media screen and (max-width: 750px) {
	.heading-balloon {
		padding: 8px 27px 9px;
		margin-bottom: 26px;
		font-size: 19px;
	}
	
	.heading-balloon:before {
			border-width: 8px 6px;
			bottom: -16px;
			left: 30px;
	}
	
	.sp-toggle-btn {
		position: relative;
	}
	
	.sp-toggle-btn:after {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url("/core/wp-content/themes/123server/common/img/icon/icon_toggle_plus.png") no-repeat;
		background-size: contain;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	.sp-toggle-btn.is-active:after {
		background: url("/core/wp-content/themes/123server/common/img/icon/icon_toggle_minus.png") no-repeat;
		background-size: contain;
	}
		
	.sp-toggle-body {
		display: none;
	}

}

/* ------------------------------
	heading-serif
------------------------------ */
.heading-serif {
	margin-bottom: 33px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.454;
	position: relative;
}

.heading-serif:before,
.heading-serif:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 1.3em;
	vertical-align: middle;
	background: #111111;
}

.heading-serif:before {
	margin-right: 13px;
	transform: rotate(-15deg);
}

.heading-serif:after {
	margin-left: 13px;
	transform: rotate(15deg);
}

@media screen and (min-width: 751px), print  {
	.heading-serif:before {
		margin-right: 20px;
	}

	.heading-serif:after {
		margin-left: 20px;
	}

	.heading-serif.row {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.heading-serif.row:before {
		margin-left: 150px;
	}
	
	.heading-serif.row:after {
		margin-right: 150px;
	}
	
} @media screen and (max-width: 750px) {
	.heading-serif {
		padding: 8px 27px 9px;
		margin-bottom: 26px;
		font-size: 19px;
		position: relative;
	}
	
	.heading-serif:before,
	.heading-serif:after {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	
	.heading-serif:before {
		left: 5px;
		margin: auto;
	}
	
	.heading-serif:after {
		right: 5px;
		margin: auto;
	}
	
}


/* ------------------------------
	heading-article
------------------------------ */
.heading-article {
	margin-bottom: 22px;
	font-size: 60px;
	letter-spacing: 0;
	font-weight: inherit;
	text-align: center;
}

.heading-article:first-letter {
	color: #0296e0;
}

@media screen and (max-width: 750px) {
	.heading-article {
		margin: 0 -30px 29px;
		font-size: 32px;
	}
}


/* ------------------------------
	heading-title
------------------------------ */
.heading-title {
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 751px) {
	.heading-title {
		padding: 2px 0 25px;
		margin-top: -3px;
		margin-bottom: 23px;
		font-size: 28px;
		line-height: 1.533;
	}
	
} @media screen and (max-width: 750px) {
	.heading-title {
		padding: 0 0 11px;
		margin-bottom: 18px;
		font-size: 26px;
		line-height: 1.75;
	}
}


/* ------------------------------
	heading-center
------------------------------ */
.heading-center {
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}

@media screen and (min-width: 751px) {
	.heading-center {
		margin-bottom: 23px;
		font-size: 34px;
		line-height: 1.76;
	}

} @media screen and (max-width: 750px) {
	.heading-center {
		margin-bottom: 11px;
		font-size: 29px;
		line-height: 1.72;
	}
}


/* ------------------------------
	heading-icon
------------------------------ */
.icon_area {
	margin-right: 0 !important;
}

.heading-icon-list > li,
.heading-icon {
	margin-left: 1em;
}

.heading-icon-list > li .icon_area,
.heading-icon .icon_area {
	margin-left: -1em;
}

.heading-icon-list.head-1-5em > li,
.heading-icon.head-1-5em {
	margin-left: 1.5em;
}

.heading-icon-list.head-1-5em > li .icon_area,
.heading-icon.head-1-5em .icon_area {
	margin-left: -1.5em;
}

.heading-icon-list.head-2em > li,
.heading-icon.head-2em {
	margin-left: 2em;
}

.heading-icon-list.head-2em > li .icon_area,
.heading-icon.head-2em .icon_area {
	margin-left: -2em;
}

.heading-icon-list.head-2-5em > li,
.heading-icon.head-2-5em {
	margin-left: 2.5em;
}

.heading-icon-list.head-2-5em > li .icon_area,
.heading-icon.head-2-5em .icon_area {
	margin-left: -2.5em;
}

.heading-icon-list.head-3em > li,
.heading-icon.head-3em {
	margin-left: 3em;
}

.heading-icon-list.head-3em > li .icon_area,
.heading-icon.head-3em .icon_area {
	margin-left: -3em;
}


/* ------------------------------
	icon
------------------------------ */
.icon-arrow {
	padding-left: 26px;
	position: relative;
}

.icon-arrow:before {
	content: "";
	width: 15px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 0;
}

.icon-arrow.orange:before {
	background: url("/core/wp-content/themes/123server/common/img/icon/icon-arrow-orange.png") no-repeat;
	background-size: contain;
}

.icon-check,
.icon-blank {
	padding-left: 16px;
	position: relative;
}

.icon-check .fa-check {
	padding-right: 11px;
	color: #8fc31f;
	font-size: .9em;
	position: absolute;
	top: 7px;
	left: 0;
}

.icon-blank .fa-clone {
	padding-right: 11px;
	position: absolute;
	top: 0.3em;
	left: 0;
}

.icon-blank.orange .fa-clone {
	color: #ff9900;
}

.icon-block-list > li,
.icon-block {
	padding-left: 26px;
	position: relative;
}

.icon-block-list > li:before,
.icon-block:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #0296e0;
	position: absolute;
	top: 12px;
	left: 6px;
}

.icon-right-list:after {
	content: "";
	display: block;
	clear: both;
}

.icon-right-list > li > a,
.icon-right {
	display: block;
	font-size: 18px;
	padding: 12px 32px 12px 29px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.icon-right-list > li > a:before,
.icon-right:before {
	top: 0 !important;
	bottom: 0 !important;
	margin: auto 0 !important;
	left: inherit;
	right: 20px !important;
}

.icon-right-list > li > a:before {
	content: "";
	display: block;
	width: 10px;
	height: 17px;
	position: absolute;
	background: url("/core/wp-content/themes/123server/common/img/icon/icon-next-orange.png") no-repeat;
	background-size: contain;
}

.icon-next {
	position: relative;
}

.icon-next:before {
	content: "";
	display: block;
	width: 10px;
	height: 17px;
	position: absolute;
}

.icon-next.orange:before {
	background: url("/core/wp-content/themes/123server/common/img/icon/icon-next-orange.png") no-repeat;
	background-size: contain;
}


@media screen and (max-width: 750px) {
	.icon-arrow {
		display: inline-block;
	}
	
	.icon-arrow.orange:before {
		width: 15px;
		height: 13px;
		top: 0.4em;
	}
	
	.icon-check {
		font-size: 14px;
	}
	
	.icon-check .fa-check {
		top: 7px;
	}

	.icon-block {
		font-size: 14px;
	}
		
	.icon-block:before {
		top: 10px;
	}
	
	.icon-right {
		padding: 8px 33px 9px 15px;
	}
	
	.icon-right-list > li > a {
		padding: 8px 45px 9px 15px;
	}
}

.content-parallel {
	font-size: 0;
}

.content-parallel + .content-parallel {
	padding-top: 9px;
}

.content-parallel > li {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
}


/* ------------------------------
	blue-block
------------------------------ */
.blue-block {
	display: block;
	margin-bottom: 17px;
	font-size: 18px;
	border: 4px solid #0296e0;
	text-align: center;
}

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

.blue-block .heading-blue-block {
	padding-bottom: 4px;
	font-weight: 700;
	color: #fff;
	background: #0296e0;
}

@media screen and (min-width: 751px), print  {
	.blue-block .blue-block-body {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 108px;
		padding: 5px 5px 0;
		text-align: center;
		box-sizing: border-box;
	}
	
	.blue-block .blue-block-body > p {
		display: block;
		margin: 0 auto;
		line-height: 1.5;
	}
	
	.blue-block .blue-block-body > p strong {
		line-height: 1;
	}


} @media screen and (max-width: 750px) {
	.blue-block {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.blue-block .blue-block-body {
		padding: 10px 5px 11px;
	}
		
}


/* ------------------------------
	gray-block
------------------------------ */
.gray-block-list > li {
	display: block;
	margin-bottom: 17px;
	text-align: center;
	background: #eeeeee;
}

.gray-block-list .heading-gray-block {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #707070;
}

.gray-block-list .gray-block-body {
	padding: 39px 5px 38px;
	font-size: 14px;
}

@media screen and (min-width: 751px), print  {	
	.gray-block-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -30px;
	}
	
	.gray-block-list > li {
		width: 360px;
		margin-left: 30px;
	}

	.gray-block-list .gray-block-body {
		display: flex;
		justify-content: space-between;
		min-height: 160px;
		padding: 22px 33px 17px 18px;
		font-size: 14px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.gray-block-list .gray-block-body .img_area {
		padding-right: 18px;
		margin: 0 auto;
	}
	
	.gray-block-list .gray-block-body .gray-block-notes {
		width: 175px;
	}

	
} @media screen and (max-width: 750px) {
	.gray-block-list > li {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.gray-block-list .gray-block-body {
		display: flex;
		justify-content: space-around;
		min-height: 160px;
		text-align: left;
	}

	.gray-block-list .gray-block-body .gray-block-notes {
		width: 50%;
	}
}


/* ------------------------------
	keyword-search
------------------------------ */
.keyword-search {
	background: #dcecf4;
}

.keyword-text::-webkit-input-placeholder {
	color: #111111;
	opacity: 1;
}

.keyword-text::-moz-placeholder {
	color: #111111;
	opacity: 1;
}

.keyword-text:-ms-input-placeholder {
	color: #111111;
	opacity: 1;
}
	

@media screen and (min-width: 751px), print  {
	.keyword-search {
		padding: 34px 40px 40px;
		margin-bottom: 55px;
	}
	
	.keyword-search:after {
		content: "";
		display: block;
		clear: both;
	}

	.keyword-search .keyword-search-lead {
		margin-bottom: 17px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	
	.keyword-search form {
		width: 100%;
		position: relative;
	}
	
	.keyword-search .keyword-text {
		display: block;
		width: 853px;
		height: 56px;
		padding: 19px 37px 17px;
		font-size: 17px;
		border: none;
		border-radius: 4px 0 0 4px;
		background: #fff;
		box-sizing: border-box;
	}

	.keyword-search .toggle-btn {
		display: block;
		width: 57px;
		height: 56px;
		background: #fff8b0;
		position: absolute;
		top: 0;
		left: 853px;
		cursor: pointer;
	}

	.keyword-search .toggle-btn:hover {
		background: #fff179;
	}

	.keyword-search .toggle-btn:before {
		content: "";
		display: block;
		width: 12px;
		height: 21px;
		background: url("/core/wp-content/themes/123server/common/img/icon/icon-next-black.png") no-repeat center;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	.keyword-search .toggle-btn.is-active:before {
		transform: rotate(270deg);
	}
		
	.keyword-search .keyword-search {
		height: 56px;
		padding: 15px 37px 17px 36px;
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 700;
		border: none;
		border-radius: 0 4px 4px 0;
		letter-spacing: 4px;
		background: #ffea00;	
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		box-sizing: border-box;
	}
	
	.keyword-filter {
		padding: 20px 0;
	}
	
	.keyword-search .keyword-search:hover {
		background: #ffd700;
	}
	
	.keyword-search .keyword-search i {
		font-size: 23px;
	}
	
	.keyword-search form .toggle-body {
		display: none;
	}
		
	.keyword-search form .toggle-body ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.keyword-search form .toggle-body p {
		padding-left: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.keyword-search form .toggle-body ul > li {
		float: left;
		width: 33.3%;
		padding-left: 5px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	
} @media screen and (max-width: 750px) {
	.keyword-search {
		padding: 24px 20px 30px;
		margin-bottom: 55px;
	}
	
	.keyword-search:after {
		content: "";
		display: block;
		clear: both;
	}

	.keyword-search .keyword-search-lead {
		margin-bottom: 17px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	
	.keyword-search form {
		width: 100%;
		position: relative;
	}
	
	.keyword-search .keyword-text {
		display: block;
		width: 100%;
		padding: 19px 37px 17px 17px;
		margin-bottom: 15px;
		font-size: 17px;
		border: none;
		border-radius: 4px;
		background: #fff;
		box-sizing: border-box;
	}
	
	.keyword-search .toggle-body {
		padding-bottom: 30px;
	}
	
	.keyword-search .toggle-btn,
	.keyword-search .keyword-search {
		float: left;
		width: 50%;
	}

	.keyword-search .toggle-btn {
		display: block;
		height: 43px;
		border-radius: 4px 0 0 4px;
		background: #fff8b0;
		position: relative;
	}

	.keyword-search .toggle-btn:before {
		content: "";
		display: block;
		width: 12px;
		height: 21px;
		background: url("/core/wp-content/themes/123server/common/img/icon/icon-next-black.png") no-repeat center;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	.keyword-search .toggle-btn.is-active:before {
		transform: rotate(270deg);
	}
	
	.keyword-search .keyword-search {
		padding: 8px 10px 12px 10px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 700;
		border: none;
		border-radius: 0 4px 4px 0;
		background: #ffea00;	
		cursor: pointer;
		box-sizing: border-box;
	}
	
	.keyword-filter {
		padding: 20px 0;
	}
		
	.keyword-search .keyword-search i {
		font-size: 23px;
	}
	
	.keyword-search form .toggle-body {
		display: none;
	}
		
	.keyword-search form .toggle-body ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.keyword-search form .toggle-body p {
		padding-left: 5px;
		font-size: 18px;
		font-weight: 700;
	}
	
	.keyword-search form .toggle-body ul > li {
		padding-left: 5px;
		padding-right: 20px;
		box-sizing: border-box;
	}
		
}



/* ------------------------------
	block-contact
------------------------------ */
@media screen and (min-width: 751px), print  {
.block-contact {
	padding: 29px 10px 41px 253px;
	border: 4px solid #e9e9eb;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}

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

.block-contact:before {
	content: "";
	display: block;
	width: 199px;
	height: 181px;
	background: url("/core/wp-content/themes/123server/common/img/global/contact-women.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 30px;
}

.block-contact .contact-mail,
.block-contact .contact-phone {
	float: left;
}

.block-contact .contact-mail {
	width: 867px;
	margin-right: 0;
}

.block-contact .contact-phone {
	width: 519px;
}

.block-contact .contact-phone .phone-number {
	margin-bottom: 15px;
}

.block-contact .contact-phone .phone-number strong,
.block-contact .contact-phone .phone-number .font-en {
	vertical-align: middle;
}

.block-contact .contact-phone .phone-number .font-en {
	font-size: 50px;
	line-height: 1;
}

.block-contact .contact-phone .phone-number img {
	padding-top: 10px;
}

.block-contact .contact-phone .phone-number .free-dial {
	vertical-align: bottom;
}

.block-contact .contact-manual {
	width: 311px;
	margin-right: 37px;
}

.block-contact .contact-entry {
	display: flex;
	align-items: center;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1;
}

.block-contact .contact-entry .contact-entry-notes {
	padding: 3px 33px;
	margin-right: 11px;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background: #707070;
}


} @media screen and (max-width: 750px) {
	.block-contact {
		padding: 15px 19px 20px;
		border: 4px solid #e9e9eb;
		background: #fff;
		position: relative;
		box-sizing: border-box;
	}
	
	.block-contact:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.block-contact .contact-mail {
		margin-bottom: 23px;
	}

	.block-contact .contact-phone.sp-mgb {
		margin-bottom: 22px;
	}
		
	.block-contact .contact-phone .phone-number {
		text-align: center;
	}
	
	.block-contact .contact-phone .phone-number strong,
	.block-contact .contact-phone .phone-number .font-en {
		vertical-align: middle;
	}
	
	.block-contact .contact-phone .phone-number .font-en {
		font-size: 35px;
		line-height: 1;
	}
	
	.block-contact .contact-phone .phone-number img {
		padding-top: 10px;
		width: 40px;
		height: auto;
	}
	
	.block-contact .contact-phone .free-dial {
		display: block;
		padding-bottom: 2px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		vertical-align: bottom;
	}
	
	.block-contact .contact-entry {
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 1;
	}
	
	.block-contact .contact-entry .contact-entry-notes {
		padding: 3px 16px;
		margin-right: 5px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		border-radius: 9px;
		background: #707070;
	}
	
}

/* ------------------------------
	list-link-box
------------------------------ */
.list-link-box {
	position: relative;
}

.list-link-box:before {
	content: "or";
	font-size: ;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #0296e0;
}

.list-link-box > li.link-order {
	background: #0296e0;
}

.list-link-box > li a {
	display: block;
	font-weight: bold;
	color: #0296e0;
	box-sizing: border-box;
}

.list-link-box > li.link-order a {
	color: #fff;
}

.list-link-box > li a:before {
	content: "";
	display: block;
	pointer-events: none;
}

.list-link-box > li.link-order a:before {
	background: url("/core/wp-content/themes/123server/common/img/icon/img-entry.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: 8px;
}

.list-link-box > li.link-reason a:before {
	background: url("/core/wp-content/themes/123server/common/img/icon/img-good_service.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	right: 5px;
	bottom: 0;
}


@media screen and (min-width: 751px) {
	.list-link-box {
		display: flex;	
		border: 2px solid #0296e0;
	}

	.list-link-box:before {
		display: block;
		width: 48px;
		height: 48px;
		font-size: 22px;
		line-height: 44px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.list-link-box > li {
		width: 50%;
		text-align: left;
	}
	
	.list-link-box > li.link-order a {
		padding: 27px 0 26px 137px;
	}
	
	.list-link-box > li.link-reason a {
		padding: 27px 100px 26px 96px;
	}
	
	.list-link-box > li a:hover {
		color: #fff;
		background: #9ad5f3;
	}
	
	.list-link-box > li a:hover i {
		color: #fff !important;
	}
	
	.list-link-box > li.link-order a:before {
		width: 122px;
		height: 116px;
		bottom: -2px;
	}
	
	.list-link-box > li.link-reason a:before {
		width: 114px;
		height: 112px;
	}
	
	.th-row {
		min-width: 183px;
		width: 183px;
	}
	
	.th-row.th-category {
		min-width: 100px;
		width: 100px;
	}
	
	.th-content-none {
		min-width: 283px !important;
		width: 283px !important;
		box-sizing: border-box;
	}
	
} @media screen and (max-width: 750px) {
	.list-link-box {
		border: 2px solid #0296e0;
	}

	.list-link-box:before {
		display: block;
		width: 34px;
		height: 34px;
		font-size: 15px;
		line-height: 30px;
		position: absolute;
		top: 73px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 10;
	}
	
	.list-link-box > li {
		position: relative;
	}
	
	.list-link-box > li a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 17px;
		line-height: 1.47;
	}
	
	.list-link-box > li.link-order a {
		padding: 12px 20px 30px 103px;
	}
	
	.list-link-box > li.link-reason a {
		padding: 26px 112px 17px 0px;
	}
	
	.list-link-box > li.link-order a:before {
		width: 122px;
		height: 116px;
		bottom: 0;
	}
	
	.list-link-box > li.link-reason a:before {
		width: 114px;
		height: 112px;
	}

}


/* ------------------------------
	footer-sitemap
------------------------------ */
#footer-sitemap .entry-area {
	background: #026da2;
}

#footer-sitemap .sitemap-area {
	color: #fff;
	background: #0296e0;
}

#footer-sitemap .sitemap-area ul > li a {
	color: #fff;
}

#footer-sitemap .sitemap-area .btn-arrow {
	display: block;
	font-weight: 700;
	background:  #026da2;
	position: relative;
}

#footer-sitemap .sitemap-area .btn-arrow:before {
	content: "";
	display: block;
	background: url("/core/wp-content/themes/123server/common/img/icon/icon-next.png") no-repeat;
	background-size: contain;
	position: absolute;
}


@media screen and (min-width: 751px), print  {
	#footer-sitemap .entry-area {
		padding: 25px 0 26px;
	}
	
	#footer-sitemap .click-entry {
		font-size: 28px;
		color: #fff;
		line-height: 55px;
	}
	
	#footer-sitemap .click-entry-btn a {
		padding: 10px 5px;
	}
	
	#footer-sitemap .click-entry-btn a span {
		line-height: 1 !important;
	}
	
	#footer-sitemap .sitemap-area {
		padding: 32px 0 41px;
	}
	
	#footer-sitemap .sitemap-area div > ul > li {
		margin-bottom: 13px;
	}
	
	#footer-sitemap .sitemap-area  ul > li > ul {
		padding-top: 11px;
		padding-left: 20px;
	}
	
	#footer-sitemap .sitemap-area  ul > li > ul > li {
		margin-bottom: 15px;
	}
	
	#footer-sitemap .sitemap-area  ul > li > ul > li p {
		margin-bottom: 2px;
	}
	
	#footer-sitemap .sitemap-area .btn-arrow:before {
		width: 10px;
		height: 17px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 20px;
	}
	
	#footer-sitemap .sitemap-area ul > li a:hover {
		color: #00ffff;
	}
	
	#footer-sitemap .sitemap-area .btn-arrow {
		padding: 8px 68px 7px 21px;
		font-size: 18px;
	}
	
	#footer-sitemap .sitemap-area .btn-arrow:hover {
		color: #fff;
		background: #014f85;
	}
		
	
} @media screen and (max-width: 750px) {
	#footer-sitemap .entry-area {
		padding: 23px 0 22px;
	}
	
	#footer-sitemap .click-entry {
		padding: 0 15px 13px;
		font-size: 26px;
		color: #fff;
	}
	
	#footer-sitemap .click-entry-btn .btn-lg {
		padding-bottom: 19px;
		font-size: 16px;
	}
	
	#footer-sitemap .click-entry-btn span {
		display: block;
		padding-top: 6px;
		line-height: 1;
	}
	
	#footer-sitemap .sitemap-area {
		padding: 15px 0 11px;
	}
	
	#footer-sitemap .sitemap-area  ul > li > ul {
		display: none !important;
	}
	
	#footer-sitemap .sitemap-area div > ul > li {
		margin-bottom: 5px;
	}
	
	#footer-sitemap .sitemap-area .btn-arrow {
		padding: 8px 33px 9px 15px;
		font-size: 16px;
	}

	#footer-sitemap .sitemap-area .btn-arrow:before {
		width: 10px;
		height: 17px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
	}
}


/* ------------------------------
	service-123-list
------------------------------ */
#service-123-list {
	background: #f0f4f7;
}

@media screen and (min-width: 751px), print {
	#service-123-list .global-footer-inner {
		width: 1170px;
		padding: 35px 15px 29px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	#service-123-list .bnr-123-service {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#service-123-list .bnr-123-service > li {
		width: 262px;
	}
	
	#service-123-list .bnr-123-service > li a {
		display: block;
	}

	#service-123-list .bnr-123-service > li a:hover {
		opacity: .8;
	}
	
} @media screen and (max-width: 750px) {
	#service-123-list .global-footer-inner {
		padding: 18px 0 8px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#service-123-list .bnr-123-service {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
	}

	#service-123-list .bnr-123-service > li {
		width: 50%;
		margin-bottom: 8px;
		box-sizing: border-box;
	}

	#service-123-list .bnr-123-service > li:nth-child(odd) {
		padding-right: 4px;
	}
	
	#service-123-list .bnr-123-service > li:nth-child(even) {
		padding-left: 4px;
	}
	
	#service-123-list .bnr-123-service > li a {
		display: block;
	}

}


/* ------------------------------
	global-footer
------------------------------ */
@media screen and (min-width: 751px), print  {
	#global-footer {
		overflow: hidden;
	}

	#global-footer .global-footer-inner {
		width: 1170px;
		padding-top: 21px;
		padding-bottom: 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	#global-footer .copyright-area {
		text-align: center;
		border-top: 1px solid #cccccc;
	}
	
	#global-footer .global-footer-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 15px;
	}	
	
	#global-footer .footer-notes {
		margin-left: -15px;
		line-height: 1.714;
	}
	
	#global-footer .copyright-area .global-footer-inner {
		padding-top: 16px;
	}
	
	#global-footer .copyright-area small {
		font-size: 14px;
	}
	
} @media screen and (max-width: 750px) {
	#global-footer {
		padding-top: 23px;
		padding-bottom: 19px;
	}
	
	#global-footer .global-footer-inner {
		padding: 0 20px 19px;
		box-sizing: border-box;
	}
	
	#global-footer .copyright-area {
		border-top: 1px solid #cccccc;
	}
		
	
	#global-footer .global-footer-menu {
		margin-bottom: 12px;
		margin-left: -20px;
	}
		
	#global-footer .global-footer-menu:after {
		content: "";
		display: block;
		clear: both;
	}	
	
	#global-footer .global-footer-menu > li {
		float: left;
		margin-left: 20px;
	}
	
	#global-footer .footer-logo {
		width: 172px;
		height: auto;
	}
	
	#global-footer .footer-notes {
		padding-top: 8px;
	}	
			
	#global-footer .copyright-area .global-footer-inner {
		text-align: center;
		padding-top: 25px;
		font-size: 16px;
	}
	
	#global-footer .copyright-area small {
		padding-top: 6px;
		font-size: 14px;
	}
	
}

/* topagetop */
#toPageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#toPageTop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-indent: -9999px;
	background: url("/core/wp-content/themes/123server/common/img/icon/topagetop.png") no-repeat;
	background-size: contain;
	opacity: 0.8;
}

#toPageTop a:hover {
	opacity: 1;
}
	
@media screen and (max-width: 750px) {
	#toPageTop a {
		display: block;
		width: 35px;
		height: 35px;
	}
 }