@charset "UTF-8";
/*----------------------------------------------
HTML Elements
----------------------------------------------*/

html {
	font: 400 62.5%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	background-color: #fff;
	color: #323433;
}

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

@media screen and (max-width:767px) {
	img {
		width: 100%;
	}
}

a {
	color: inherit
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------
Common Styles
----------------------------------------------*/

.cur-p:hover, .cur-p:active {
	cursor: pointer;
}

.icon-new {
	display: inline-block;
	color: #f00;
	margin-right: 12px;
}

.icon-move {
	display: inline-block;
	color: #000;
	margin-right: 12px;
}

.list-sq {
	list-style-type: square;
}

.content-main .notice, .content-main .exclamation-orange, .content-main .exclamation-green {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.content-main .notice {
	line-height: 1.5em;
	color: #d02023;
}

.notice li, .exclamation-orange li, .exclamation-green li {
	position: relative;
	padding-left: 12px;
}

.notice li::before, .exclamation-orange li::before, .exclamation-green li::before {
	position: absolute;
	top: 0;
	left: 0;
}

.notice li::before {
	content: '※';
}

.exclamation-orange li::before, .exclamation-green li::before {
	content: '';
	width: 13px;
	height: 16px;
}

.exclamation-orange li::before {
	background: transparent url(../images/common/exclamation_mark_orange.gif ) center no-repeat;
}

.exclamation-green li::before {
	background: transparent url(../images/common/exclamation_mark_green.gif ) center no-repeat;
}

.content-main .shadow {
	padding: 15px 15px 15px 35px;
	background-color: #dfdfdf;
	line-height: 2em;
}

.content-main .work-flow-list {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

.work-flow-list li {
	font-size: 1.4rem;
}

.work-flow-list li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	background: transparent url(../images/common/caret_right_green_11x10.png ) center no-repeat;
	vertical-align: middle;
}

.work-flow-list li::after {
	content: '';
	display: block;
	width: 100%;
	height: 28px;
	background: transparent url(../images/common/arrow_down_green_21x28.png ) left bottom / contain no-repeat;
}

.work-flow-list li:last-of-type::after {
	display: none;
}

.arrow-lr {
	display: inline-block;
	width: 42px;
	height: 20px;
	margin: 0 16px;
	background: transparent url(../images/common/arrow_lr_green_42x20.png ) center no-repeat;
	vertical-align: middle;
}

.ta-r {
	text-align: right;
}

.list-number-parenthesis {
	margin: 20px 10px;
	counter-reset: lnp;
	list-style-type: none;
}

@media screen and (max-width:767px) {
	.list-number-parenthesis {
		margin: 20px 10px 0 -5px !important;
	}
}

.list-number-parenthesis>li {
	position: relative;
	counter-increment: lnp;
	margin-bottom: 10px;
	padding-left: 20px;
}

.list-number-parenthesis>li::before {
	content: counter(lnp)')';
	position: absolute;
	top: 0;
	left: 0;
}

.text-indent {
	text-indent: 1.2rem;
}

.content-main .list-circle {
	list-style-type: none;
}

.list-circle li {
	position: relative;
}

.list-circle li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -20px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 50%;
}

@media screen and (max-width:767px) {
	.price-table {
		width: 100%;
	}
	.price-table th {
		text-align: left;
	}
}

/*----------------------------------------------
Content
----------------------------------------------*/

.content-menu-orange, .content-menu-green, .content-menu-blue {
	background-color: #fff;
	list-style-type: none;
	margin-bottom: 10px;
}

.content-menu-orange::after, .content-menu-green::after, .content-menu-blue::after {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
}

.content-menu-orange::after {
	background: transparent url(../images/common/menu_close_orange.jpg) left top no-repeat;
	background-size: 100%;
}

.content-menu-green::after {
	background: transparent url(../images/common/menu_close_green.jpg) left top no-repeat;
	background-size: 100%;
}

.content-menu-blue::after {
	background: transparent url(../images/common/menu_close_blue.jpg) left top no-repeat;
	background-size: 100%;
}

.content-menu-orange li, .content-menu-green li, .content-menu-blue li {
	height: 36px;
	padding: 10px 0 0 12px;
}

.content-menu-orange li {
	border-bottom: 1px dotted #f09c00;
}

.content-menu-green li {
	border-bottom: 1px dotted #8cb501;
}

.content-menu-blue li {
	border-bottom: 1px dotted #0085ce;
}

.content-menu-orange li:last-of-type, .content-menu-green li:last-of-type, .content-menu-blue li:last-of-type {
	border-bottom: none;
}

.content-menu-orange a, .content-menu-green a, .content-menu-blue a {
	display: inline-block;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;
}

.content-menu-orange a {
	background: transparent url(../images/common/icon_arrow_14x11_orange.gif) 0 3px no-repeat;
	color: #f09c00;
}

.content-menu-green a {
	background: transparent url(../images/common/icon_arrow_14x11_green.gif) 0 3px no-repeat;
	color: #8cb501;
}

.content-menu-blue a {
	background: transparent url(../images/common/icon_arrow_14x11_blue.gif) 0 3px no-repeat;
	color: #0085ce;
}

.content-main {
	counter-reset: cm;
}

.content-header {
	margin: 0 0 5px;
	padding: 8px;
	text-shadow: -1px -1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff, 1px 1px 3px #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

.content-header.orange {
	background: #fff url(../images/common/bg_content_header_orange.png ) left center / contain repeat-x;
}

.content-header.green {
	background: #fff url(../images/common/bg_content_header_green.png ) left center / contain repeat-x;
}

.content-header.blue {
	background: #fff url(../images/common/bg_content_header_blue.png ) left center / contain repeat-x;
}

.content-subheader, .content-subnumber {
	padding: 10px 7px 6px;
	background: #fff url(../images/common/bg_content_subheader.png ) left center / auto 100% repeat-x;
	font-weight: bold;
}

.content-subnumber {
	counter-increment: cm;
}

.content-subnumber::before {
	content: counter( cm);
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: bold;
	color: #97ad30;
}

.content-subheader::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
}

.content-subheader.orange::before {
	border: 2px solid #ffa500;
}

.content-subheader.green::before {
	border: 2px solid #97ad30;
}

.content-subheader.blue::before {
	border: 2px solid #006fb6;
}

.content-subsubheader {
	position: relative;
	margin: 15px 0px;
	padding: 0 0 0 15px;
	background-color: #dfdfdf;
	line-height: 3em;
	font-size: 1.2rem;
}

.content-subsubheader.orange {
	color: #f09c00;
}

.content-subsubheader.green {
	color: #8cb501;
}

.content-subsubheader.blue {
	color: #0085ce;
}

.content-subsubheader::after {
	content: attr(data-attension);
	font-weight: normal;
	font-size: 1rem;
	color: #000;
}

/*----------------------------------------------
about us
----------------------------------------------*/

.about-table {
	width: calc(100% - 20px);
	margin: 10px;
	border: 1px solid #808080;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
}

.about-table th, .about-table td {
	border-bottom: 1px dotted #808080;
	vertical-align: top;
	line-height: 2;
	font-weight: normal;
	text-align: left;
	font-size: 1.3rem;
}

/*----------------------------------------------
Q&A
----------------------------------------------*/

.qa-text-1 {
	position: relative;
	padding-left: 35px;
}

.qa-text-2 {
	position: relative;
	padding-left: 50px;
}

.qa-text-1 span, .qa-text-2 span {
	position: absolute;
	top: 0;
	left: 5px;
	font-weight: bold;
	color: #0085ce;
}

/*----------------------------------------------
contact
----------------------------------------------*/

.mailform th {
	background-color: #f3f3f3;
	line-height: 24px;
}

.mailform td {
	line-height: 24px;
}

.mailform .hissu {
	color: #d02023;
}

.contact input[type=radio], .contact input[type=checkbox] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.contact-postcode {
	width: 48px !important;
}

.contact-textarea {
	max-width: 300px;
	min-height: 96px;
	resize: vertical;
}

#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#mailfrom_hidden_object input {
	margin: 10px;
}

#twex {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	margin: 0;
	overflow: hidden;
	text-align: center;
	background-color: #000;
	opacity: 0.60;
}

.mfp {
	padding: 2px;
}

.mfp_err {
	display: none;
	margin: 5px 0px 0px;
	padding: 3px 0px 5px 17px;
	line-height: normal;
	text-align: left;
	font-size: 12px;
	color: #F00;
	background: transparent url(../images/mfp_error.gif) left center no-repeat;
}

#mfp_closed, .mfp_disp {
	display: none;
}

#input_time_disp {
	padding: 10px;
}

#expires_time_disp {
	padding: 10px;
	text-align: center;
}

#expires_time_disp strong {
	font-size: 18px;
	color: #c00;
}

div#limit_disp {
	padding: 10px;
	text-align: center;
}

div#limit_disp strong {
	font-size: 24px;
	color: #c00;
}

img.must {
	width: 30px;
	height: 16px;
	margin: 0px 0px 0px 5px;
}

#mfp_buttons {
	text-align: center;
}

#mfp_buttons ul {
	display: flex;
	justify-content: center;
	width: 360px;
	height: 60px;
	margin: 0px auto;
	overflow: hidden;
}

#mfp_buttons li {
	width: 180px;
	height: 60px;
	overflow: hidden;
}

#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	border: none;
	overflow: hidden;
	background: #fff url(../images/mfp_goconfirm.gif) center no-repeat;
	cursor: pointer;
}

#button_mfp_reset {
	width: 180px;
	height: 60px;
	border: none;
	overflow: hidden;
	background: #ffffff url(../images/mfp_reset.gif) center no-repeat;
	cursor: pointer;
}

.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}

.reset_out {
	background-image: url(../images/mfp_reset.gif);
}

.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}

.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

#confirmWindow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	margin: 0;
	background-color: #000;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0.3;
}

.confirm_layer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#confirmBody {
	position: absolute;
	z-index: 10;
	width: 1px;
	margin: 0px auto;
	visibility: hidden;
}

div#confirmBody h2 {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 294px;
	color: #fff;
}

#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#disabled_submit input {
	margin: 10px;
}

/*----------------------------------------------
popup
----------------------------------------------*/

.popup-area {
	width: 100%;
	max-width: 300px;
}

.popup-area .content-header {
	margin-bottom: 0;
	text-align: center;
}

.popup-area p {
	font-size: 1.4rem;
}

.popup-close {
	display: block;
	width: 100%;
	padding: 14px 9px 3px;
	border: none;
	box-sizing: border-box;
	background: #fff url(../images/popup_area/bg_btn_border.png ) top center repeat-x;
	line-height: 9px;
	text-align: right;
	outline: none;
}

.price-table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #cecece;
	border-collapse: collapse;
}

.price-table tr {
	padding: 5px;
	background: url(../images/common/line_dot.gif) repeat-x bottom;
}

.price-table th {
	padding: 10px;
	text-align: left;
	font-weight: normal;
}

.price-table td {
	padding: 10px;
	text-align: left;
	font-weight: normal;
}