/*
Theme Name: Shin-ai form child
Theme URI:
Description:
Template:twentytwenty
Author: Sity
Author URI: 
Version:0.0.5
*/
/*
@import url(https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+JP:300,400,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mukta:400,500,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Courgette&display=swap);
*/

charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
body, .form-wrapper {
	position: relative;
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

ol, ul {
	/*list-style: none;*/
	margin: 0;
}
dd, dt {
	margin: 0;
}
/* 入力部 */
.form-wrapper input[type="text"] {
	border: 1px solid #757575;
	background-color: #fff;
	font-size: 16px;
	padding: 10px 5px;
}
.main-content {
	position: relative; 
    padding: 80px 0 100px;
    background-color: #fff;
}
.main-content p {
	margin: 0;
}

/* リンク */
a {
	color: #1d56a5;
}
/* タイトル */
.main-content h2 {
	text-align: center;
	font-weight: lighter;
}
.main-content .inquiry_subtitle {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	margin: 10px 0 0 0;
}
.main-content .form_pagetitle {
	color: #231815;
	line-height: 1;
	margin-bottom: 40px;
}

/* 冒頭文言 */
.main-content .inquiry_leadmessage {
	text-align: center;
}
.main-content p.inquiry_leadmessage {
	margin-bottom: 40px;
}
.main-content .inquiry_leadmessage-notice {
	display: block;
	font-size: 1.2rem;
}

/* お問い合わせフォーム */
.form-wrapper .inquiry_input--parts {
	border: 1px solid #757575;
	background-color: #fff;
	font-size: 16px;
	padding: 10px 5px;
}
.form-wrapper .inquiry_input--type {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.form-wrapper .inquiry_input--type .inquiry_input--radio {
	width: 30%;
	display: flex;
	align-items: center;
}
.form-wrapper .inquiry_input--type.inquiry_item--line .inquiry_input--radio input[type="radio"],
.form-wrapper .inquiry_input--type .inquiry_input--radio input[type="radio"],
.form-wrapper .inquiry_input--type.inquiry_item--line .inquiry_input--radio input[type="checkbox"]{
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-wrapper .inquiry_content dd {
	margin: 0;
}
.form-wrapper .inquiry_content dt {
	font-weight: lighter;
}
.inquiry_title {
	display: flex;
	align-items: center;
}
label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
}
/*
label{
	position:relative;
	padding-left:1em;
}
label input{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
*/

/* お問い合わせ */
.form-wrapper {
	max-width: 990px;
	width: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

.inquiry_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.inquiry_item {
		display: block;
	}
}
/* お問い合わせ見出し */
.inquiry_title {
	position: relative;
	width: 330px;
	font-size: 1.6rem;
	padding-right: 80px;
	/* padding-top: 10px; */
	background: #F4F4F4;
	padding-left: 5px;
}
 @media screen and (max-width: 768px) {
 	.inquiry_title {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
  }
}

.inquiry_title--req::after {
	content: "必須";
	display: inline-block;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
	background-color: #ff0004;
	font-weight: bold;
	border-radius: 6px;
	color: #fff;
	padding: 3px 7px;
	letter-spacing: 3px;
}
.inquiry_title--req-en::after {
	content: "Required";
	display: flex;
	align-items: center;
	position: absolute;
	/*top: calc(50% - 15px);*/
	right: 20px;
	background-color: #ff0004;
	font-weight: bold;
	border-radius: 6px;
	color: #fff;
	padding: 3px 7px;
	letter-spacing: 0px;
	/* font-size: 15px; */
}
@media screen and (max-width: 768px) {
	.inquiry_title--req-en::after,
	.inquiry_title--req::after {
		position: static;
		margin-left: 15px;
		width: fit-content;
	}
	.lineform_dyh_pet,
	.lineform_cosigner {
		flex-wrap: wrap;
	}
}

/* フォーム入力部 */
.inquiry_input {
	width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
	.inquiry_input {
		width: 100%;
	}
	.form-wrapper .inquiry_input--type .inquiry_input--radio {
		width: 50%;
	}
}
.inquiry_input > * {
	width: 100%;
}
.inquiry_input textarea {
    display: block;
    font-size: 16px;
    border: 1px solid #757575;
    background-color: #fff;
    padding: 10px 5px;
}

/* 日付入力部分 */
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]{
  position: relative;
}

/* フォームチェックボックス */
.another_company--wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.another_company--wrap .another_company--box {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 35px;
}
.another_company--wrap input[type="checkbox"] {

}

@media screen and (max-width: 560px) {
	.another_company--wrap .another_company--box {
		width: 50%;
	}
}
/* フォームエラー */
.inputdata_err {
	font-size: 93%;
	color: #B70000;
}
/* フォームのステップ */
.navigate {
	position: relative;
	display: flex;
	width: 100%;
	text-align: center;
	overflow: hidden;
	counter-reset: step;
	background-color: #fff;
	border-top: 2px solid #2882c1;
	border-left: 2px solid #2882c1;
	border-right: 1px solid #2882c1;
	border-bottom: 2px solid #2882c1;
}

/**/
.navigate_item.active .step_txt::before {
    color: #2882c1;
    background-color: #fff;
}

/* Step個別 */
li.navigate_item {
	margin: 0;
}

.form-wrapper .navigate_item {
    position: relative;
    display: inline-block;
    width: calc(100% / 3);
    padding: 12px 20px 12px 10px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #2882c1;
    background-color: #fff;
}
@media screen and (max-width: 840px) {
	.navigate_item
 {
		padding: 10px;
		background-color: transparent;
	}
}
@media screen and (min-width: 841px) {
	.navigate_item::before, .navigate_item::after {
		content: "";
		display: block;
		position: absolute;
		left: -13px;
		border-left: 2px solid #2882c1;
		width: 25px;
		height: 25px;
		background-color: #fff;
	}
}
.navigate_item::before {
	bottom: 0;
	transform: skew(-40deg);
}
.navigate_item::after {
	top: 0;
	transform: skew(40deg);
}
@media screen and (max-width: 840px) {
	.navigate_item::after {
		content: "▶︎";
		display: block;
		position: absolute;
		top: 40%;
		left: -5px;
		color: #2882c1;
		transform: none;
	}
}
.navigate_item:first-child::before {
	content: none;
}
.navigate_item:first-child::after {
	content: none;
}
.navigate_item.active {
	background-color: #2882c1;
}
@media screen and (max-width: 840px) {
	.navigate_item.active {
		/*background-color: transparent;*/
	}
}
@media screen and (min-width: 841px) {
	.navigate_item.active:before, .navigate_item.active::after {
		background-color: #2882c1;
		border-left: none;
	}
}
.navigate_item.active .step_txt {
	color: #fff;
}
@media screen and (max-width: 840px) {
	/*
	.navigate_item.active .step_txt {
		color: inherit !important;
	}

	.navigate_item .step_txt {
		color: inherit !important;
	}
	*/
}
.navigate_item.active .step_txt::before {
	color: #2882c1;
	background-color: #fff;
}
@media screen and (max-width: 840px) {
	.navigate_item.active .step_txt::before {
		color: #fff;
		background-color: #2882c1;
	}

	.navigate_item .step_txt::before {
		color: #fff;
		background-color: #2882c1;
	}
}
.navigate_item.active + .navigate_item::before, .navigate_item.active + .navigate_item::after {
	border-left: none;
}
/**/

/* ステップテキスト */
.form-wrapper .navigate_item.active .step_txt {
	color: #fff;
}
.form-wrapper .step_txt {
	display: inline-block;
}
@media screen and (max-width: 840px) {
	.step_txt {
		display: block;
		color: #2882c1;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 560px) {
	.step_txt {
		font-size: 1.2rem;
	}
	/* 固定ページH1 */
	h1 {
		font-size: 2.5rem;
	}
}

.step_txt::before {
	content: "STEP" counter(step);
	counter-increment: step;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	vertical-align: -1px;
	color: #fff;
	background-color: #2882c1;
	padding: 5px 10px;
	margin-right: 10px;
}

@media screen and (max-width: 840px) {
	.step_txt::before {
		display: block;
		font-size: 1.4rem;
		background-color: #fff;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 560px) {
	.step_txt::before {
		font-size: 1rem;
	}
}

.inquiry_content {
	margin: 30px 0;
	font-size: 14px;
}

/* 改行調整 */
.br--sp {
	display: none;
}
@media screen and (max-width: 560px) {
	.br--sp {
		display: block;
	}
}

/* 同意ボタン */
.inquiry_confirm {
	text-align: center;
}

.inquiry_notice {
	font-size: 1.2rem;
}
p.inquiry_notice {
	margin-bottom: 10px;
}

.inquiry_checkbtn {
	padding-right: 20px;
}
.inquiry_checkbtn > span {
	display: inline-block;
}
.inquiry_checkbtn label {
	cursor: pointer;
}

.inquiry_checkbtn-req {
	display: inline-block;
	background-color: #707070;
	font-size: 1.6rem;
	color: #fff;
	padding: 3px 7px;
	margin-left: 10px;
	letter-spacing: 3px;
}
/* リンク */
.main-content p.inquiry_policylink {
	margin: 20px 0 50px;
}
.main-content .inquiry_policylink a {
	font-size: 1.4rem;
	text-decoration: underline;
}

/* APIエラー表示 */
.apiErrorAlert {
	font-size: 125%;
	padding: 15px;
	border-radius: 5px;
	color: red;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background: #ffd8d8;
	margin-top: 50px !important;
}

.return_to_form {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px #2882c2;
	padding: 20px 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	margin: 90px auto 0;
	display: block;
	text-decoration: none;
}
.return_to_form:hover {
	cursor: pointer;
	opacity: .7;
}

/* 送信ボタンと戻るボタン */
.inquiry_submitbtn, .inquiry_backbtn {
	display: inline-block;
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px #2882c2;
	padding: 20px 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
}

.inquiry_submitbtn {
	background-color: #2882c1 !important;
	color: #fff;
}
.inquiry_submitbtn:hover {
	text-decoration: none !important;
	cursor: pointer;
	opacity: .7;
}

.inquiry_backbtn {
	background-color: #aaa;
	color: #fff;
	margin-left: 20px;
}

.inquiry_input--chose_no,
.inquiry_input--chose_yes {
    background: #fcfcec;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.inquiry_backbtn {
		margin-left: 0;
		margin-top: 30px;
	}
}
.inquiry_backbtn:hover {
	color: #aaa;
	background-color: #fff;
}

/* フォームインプット */
.form-wrapper input[type="radio"],
.form-wrapper input[type="checkbox"] {
	padding: 10px;
	margin: 0 10px 0 0px;
}

.form-wrapper input[type="radio"] {
	height: 2.75rem;
	width: 2.75rem;
}
.form-wrapper input[type="checkbox"]:checked::before {
	margin: -1.25rem 0 0 -1.5rem;
	height: 2.75rem;
	width: 2.75rem;

}
.term_box {
	padding: 10px;
	background: #eee;
	border-radius: 6px;
	margin: 30px auto 30px;
}
.term_box--subtitle {
	margin-top: 10px !important;
	font-weight: bold;
	font-size: 120%;
}
.term_box--title {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin-top: 50px !important;
}

/* ポップアップ */
.form_important_notice {
	border-radius: 5px;
	padding: 25px;
	text-align: center;
	background: #fbe3d6;
	width: 480px;
	margin: 40px auto;
}
.form_important_notice .notice_title {
	font-weight: bold;
	font-size: 120%;
}
.form_important_notice a {

}
.form_important_notice .notice_content {
	margin: 15px 0;
}
.form_important_notice .notice_content span {
	font-weight: bold;
	text-decoration: underline;
}
#alertPopup {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 1000;
}
#closePopup {
	position: absolute;
	top: -15px;
	right: -10px;
	margin: 0;
	padding: 5px 8px;
	border-radius: 25px;
	font-size: 120%;
}
#popupOverlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:999;
}
@media screen and (max-width: 768px) {
	.form_important_notice {
		width: 70%;
	}
}
@media screen and (max-width: 560px) {
	.form_important_notice {
		width: 80%;
	}
}
/***************** カレンダー表示 ******************/
.calender_select_date {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
}
.calender_select_date input {
	width: inherit;
}
.calender_select_date span {
	width: 100px;
	margin: 0 15px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background: #f4f4f4;
}

.cal-sticky-wrap {
	overflow-y: scroll;
	width: 100%;
	/*
	height: 75vh;
	overflow: auto;
	background: #fff;
	*/
}

.weekly-reserve {
	border-collapse: collapse;
	border: 2px solid #bfbfbf;
	text-align: center;
	font-size: 100%;
	width: 95%;
	margin: auto;
}

.weekly-reserve thead th {
	font-weight: lighter;
	vertical-align: middle;
}

.weekly-reserve tbody th {
	text-align: center;
	padding-right:0.5rem;
	font-weight: lighter;
}

.weekly-reserve--saturday {
	font-weight: bold;
	color: blue;
}

.weekly-reserve--sunday {
	font-weight: bold;
	color: red;
}

.calender_slot {
	font-weight: bold;
	background: #f6f8ff;
}
.calender_slot:hover {
	cursor: pointer;
	background: #888;
}

.calender_slot--selected {
	background: #888;
	color: #fff;
}
.calender_slot--completely {
	font-weight: bold;
	background: #ff3a3a;
	color: #fff;
}
.calender_slot--holiday {
	font-weight: bold;
	background: #777;
	color: #fff;	
}

.weekly_changebtn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 2%;
}

.prev_week,
.next_week {
	font-weight: bold;
	text-align: center;
	width: 30%;
	padding: 5px;
	font-size: 120%;
	border: 1px solid #333;
}
.prev_week {
	background: #2882c2;
	color: #fff;
}
.next_week {
	background: #2882c2;
	color: #fff;
}
.prev_week:hover:not(.disable_week),
.next_week:hover:not(.disable_week) {
	cursor: pointer;
	opacity: .7;
}

.disable_week {
	background: #555 !important;
}


/* カレンダー */
/*
.cal-section {
	position: relative;
	padding: 0;
}

.cal-sticky-wrap {
	position: sticky;
	top: 0;
	max-height: 100vh;
	overflow: auto;
	background: #fff;
}
*/

.weekly-reserve {
	width: 100%;
	border-spacing: 0;
}
.weekly-reserve th,
.weekly-reserve td {
	border: 1px solid #ddd;
	padding: 8px;
	/*background: #fff;*/
}


.weekly-reserve thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* 手前に表示 */
	z-index: 1;
}

.weekly-reserve th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

.weekly-reserve thead th:first-child {
  z-index: 2;
}
/*
.weekly-reserve .time-col {
	position: sticky;
	left: 0;
	z-index: 1;
}

.weekly-reserve thead .corner {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
}
*/

@media screen and (max-width: 500px) {
	.weekly-reserve {
		font-size: 80%;
	}
	.calender_select_date span {
		font-size: 80%;
	}

	.prev_week,
	.next_week {
		width: 45%;
		font-size: 100%;
	}

	.weekly-reserve th,
	.weekly-reserve td {
		padding: 8px 3px;
		/*background: #fff;*/
	}
}

/***************** 確認画面 ******************/
.inquiry--confirm .inquiry_item {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
}

.inquiry--confirm .inquiry_item:last-child {
	border-bottom: 2px solid #aaa;
}

.inquiry--confirm .inquiry_title {
	width: 50%;
	/*text-align: center;*/
	background-color: #f1f1f1;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.inquiry--confirm .inquiry_title {
		width: 100%;
		border-bottom: 1px solid #2882c1;
		margin-bottom: 0;
	}
}
.inquiry--confirm .inquiry_title::after {
	content: none;
}

.inquiry--confirm .inquiry_input {
	width: 50%;
	background-color: #fff;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.inquiry--confirm .inquiry_input {
		width: 100%;
		min-height: 41px;
	}
}
/***************** /確認画面 ******************/


/***************** 完了画面 ******************/
.inquiry--thankyou p {
	text-align: center;
	margin: 100px 0 50px;
}
/***************** /完了画面 ******************/


/* フッター */
#site-footer {
	position: relative;
	background-color: #ffffff;
	padding: 60px 10px 60px;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 40px 10px 40px;
	}
}

/* サイトフッターロゴ */
.shin-ai_fotter--logo {
	margin: auto;
}

.footer__totop {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 0;
	right: 0;
}
.footer__inner {
	max-width: 990px;
	width: 100%;
	color: #000000;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
.footer__corp-tit {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.footer__corp-tit {
		font-size: 1.8rem;
	}
}
.footer__corp-txt {
	font-size: 30px;
	margin-bottom: 10px;
	color: #0c71a8;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.footer__corp-txt {
		font-size: 1.2rem;
	}
}
.footer__sub {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.footer__sub {
		font-size: 1.2rem;
	}
}
.footer__sub-tit {
	font-weight: bold;
}
.footer__credit {
	padding: 3px;
	font-size: 85%;
	text-align: center;
	background: #2882c2;
	color: #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	/*margin-top: 40px;*/
}
@media screen and (max-width: 768px) {
	.footer__credit {
		font-size: 1.2rem;
	}
}


/* 固定ページ */
.entry-content,
.page {
	/*font-family: "Noto Serif JP", serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.singular_headtitle2 {
	font-weight: lighter;
	font-size: 4.8rem;
}


@media ( min-width: 700px ) {
	h1,
	.heading-size-1 {
		font-size: 3.4rem;
	}
}

@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 4.8rem;
	}
}

/* 固定ページ目次 */
.type-page h2 {
	/*font-family: "Noto Serif JP", serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: bold;
    font-size: 4.8rem;
}
.type-page h3 {
	/*font-family: "Noto Serif JP", serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: normal;
    font-size: 3.5rem;
}
.list-style01{
	border: solid 2px #434343;
	background: #f3f3f3;
	padding: 2em 2em 2em 3em;
	font-size: 1.6rem;
	font-weight: bold;
	list-style: none;
}
.list-style01 a{
	border-bottom: black solid 1px;
}
.list-style01 > li{
	position: relative;
	margin-bottom:24px;
}
.list-style01 > li:before{
	content: "■";
	position: absolute;
    top: 0px;
    left: -24px;
    font-size: 1.5rem;
	color: #000000;
}
.list-style01 > li > ul{
	list-style: disc;
	margin-left: 15px;
	font-weight: normal;
}
.list-style01 > li > ul > li{
	padding-top:12px;
}

.list-style02 {
	list-style-type: decimal !important;
}

.list-style02 > li{
	position: relative;
	margin-bottom:24px;
}

.entry-content {
    width: 99%;
    margin: auto;
}
.entry-content ol.list-style02 {
	list-style-type: decimal !important;
}

/* サブ項目 */
.inquiry_item--sub .inquiry_title {
	background-color: #ddf6ff;
	padding-left: 15px;
}

/* マイページ */
.mypage--content .inquiry_item {
	align-items: center;	
}
.mypage--content .inquiry_title {
	padding: 15px 10px;
}
.mypage--content .inquiry_input {
	font-size: 120%;
	text-indent: 10px;
}
.mypage--content h3 {
	font-weight: lighter;
	text-align: center;
	font-size: 3rem;
}
.mypage--service {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	background: #4097d5;
	border-radius: 6px;
	display: block;
	width: 50%;
	margin: 15px auto;
}

.mypage--service:hover {
	opacity: .7;
	cursor: pointer;
	color: black;
}

.mypage--service--hr {
	border-bottom: 1px solid #cccccc;
	margin: 20px 0 !important;
}

.visit_history--none {
	text-align: center;
	font-weight: bold;
	color: #777;
	font-size: 120%;
}
/* 訪問履歴 */
.visit_history--table {

}
.visit_history--table th {
	text-align: center;
	background: #eaeaea;
}
.visit_history--table th,
.visit_history--table, td {
	border: 0.3rem solid #FFF;
}
.visit_history--table .status--visit {
	background: #028760;
	border-radius: 15px;
	text-align: center;
	color: white !important;
	font-weight: bold;
}
.visit_history--table .status--complete {
	background: #6c757d;
	border-radius: 15px;
	text-align: center;
	color: white !important;
	font-weight: bold;
}
.visit_history--table .status--cancel {
	background: #ff4444;
	border-radius: 15px;
	text-align: center;	
	color: white !important;
	font-weight: bold;
}
.visit_history--table .vist--cancel {
	background: #acacac;
}

/* 連携必須フォーム：ポップアップ */
.popup--introduce {
	font-size: 120%;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 85%;
}

/* SPVer */
@media screen and (max-width: 768px) {
	.type-page h2 {
		font-size: 2.5rem;
	}
	.type-page h3 {
		font-size: 2rem;
	}
	
	.main-content h2 {
		font-size: 2.5rem;
	}

	.mypage--service {
		width: 80%;
	}
}

/* トラブル紹介 */
.btn_link_maintenance {
	border-radius: 4px;
	text-decoration: none;
	background-color: rgba(30, 108, 147, 1);
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	line-height: normal;
	padding: 10px;
	text-align: center;
	display: block;
	width: 100%;
}

.btn_link_maintenance:hover {
	cursor: pointer;
	opacity: .7;
}

 /* ロボットチェック */
.g-recaptcha {
	display: block;
	margin: 50px auto;
	width: 300px;
}

/* 住所自動入力 */
.addr_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.addr_box #auto-fill {
	width: 30%;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	margin-left: 10px;
}