@charset "utf-8";
@import "cmn_reset.css";

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

	OHIS 日本語版ガイド
	Date: 2017.09.07

	01. 基礎設定
	02. 画面構成
	03. ヘッダー
	04. フッター
	05. 共通パーツ
	06. トップページ
	07. OHISとは
	08. 導入について
	09. 使い方ガイド
	10. ダウンロード
	11. Q&A
	11_2. インストール
	12. 動画で学ぶOHIS
	13. 導入医院インタビュー
	14. お問い合わせ・資料請求／解約について
	15. このサイトについて
	16. サイトマップ

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

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

	01. 基礎設定

--------------------------------------------------------- */
html {
	color: #111;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	height: 100%;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast: none) {
	html {
		font-family: arial, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	}
}
body {
	-webkit-text-size-adjust: 100%;
	background-color: #f6f4ee;
	height: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

input,textarea,select {
	font-size: 16px;
}


a {
	color: #5cc04e;
	text-decoration: underline;
}
a:hover {
	color: #5cc04e;
	text-decoration: none;
}
.device_com a:hover img {
	opacity: 0.8;
	text-decoration: none;
}

.ls01 {letter-spacing: -0.1em;}

.pc {display: block;}
.tb {display: none;}
.sp, .sp_i {display: none;}

/*===============================================
  基礎設定：920px未満
===============================================*/
@media screen and (max-width: 919px) {
	.tb {display: block;}
}

/*===============================================
  基礎設定：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.pc {display: none;}
	.tb {display: none;}
	.sp {display: block;}
	.sp_i {display: inline;}
}



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

	02. 画面構成

--------------------------------------------------------- */
.wrapper {
	min-height: 100%;
	overflow: hidden;
	padding-left: 150px;
	position: relative;
	width: 100%;
}

.container {
	height: 100%;
	margin: 0 auto;
	max-width: 890px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

/*===============================================
  画面構成：960px未満
===============================================*/
@media screen and (max-width: 959px) {
	.wrapper {
		padding-left: 0;
		padding-top: 55px;
	}
}

/*===============================================
  画面構成：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
}



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

	03. ヘッダー

--------------------------------------------------------- */
header {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	z-index: 1000;
}
header.js-move {
	position: absolute;
}
header.js-default {
	height: auto;
}
header .container {
	padding: 0;
	text-align: center;
}
header .header_logo {
	height: 130px;
	text-indent: -9999px;
	width: 100%;
}
header .header_logo a {
	background: #33b965 url(/material/img/common/header_logo01.png) center no-repeat;
	background-size: 116px auto;
	display: block;
	height: 100%;
}
.device_com header .header_logo a:hover {opacity: 0.8;}

.header_gnav_drop {
	border-bottom: 1px dotted #cfcfcf;
	font-size: 13px;
	height: 80px;
	position: relative;
}
.header_gnav_drop_hover {
	background-position: center 8px;
	background-repeat: no-repeat;
	background-size: auto 42px;
	color: #111;
	cursor: default;
	display: block;
	height: 100%;
	padding-top: 58px;
	pointer-events: none;
	text-decoration: none;
}
.header_gnav_drop:nth-child(1) .header_gnav_drop_hover {
	background-image: url(/material/img/common/header_ico_about01.png);
}
.header_gnav_drop:nth-child(2) .header_gnav_drop_hover {
	background-image: url(/material/img/common/header_ico_intro01.png);
}
.header_gnav_drop:nth-child(3) .header_gnav_drop_hover {
	background-image: url(/material/img/common/header_ico_guide01.png);
}
/* 2024.08.31 del
.header_gnav_drop:nth-child(4) .header_gnav_drop_hover {
	background-image: url(/material/img/common/header_ico_download01.png);
}*/
/* 2024.8.31 順番変更うstart*/
.header_gnav_drop:nth-child(4) .header_gnav_drop_hover {
	background-image: url(/material/img/common/header_ico_faq01.png);
}
/* 2024.8.31 修正 end*/
.device_com .header_gnav_drop:hover .header_gnav_drop_hover {
	opacity: 0.7;
}

.header_gnav_drop_single .header_gnav_drop_hover {
	cursor: pointer;
	pointer-events: auto;
}
.header_gnav_drop_single .header_gnav_drop_hover:hover {
	color: #111;
}
.header_gnav_drop_single .header_gnav_drop_list.open {
	display: none;
}

.header_gnav_drop_list {
	border: 2px solid #33b965;
	border-radius: 10px;
	display: none;
	position: absolute;
	top: -2px;
	left: 160px;
	width: 130px;
}
.header_gnav_drop_list:after {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	width: 30px;
}
.header_gnav_drop_list.open {
	display: block;
}
.header_gnav_drop_list li {
	height: 80px;
}
.header_gnav_drop_list a {
	background-color: #fff;
	border-bottom: 1px dotted #cfcfcf;
	color: #5cc04e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-weight: bold;
	height: 100%;
	line-height: 1.4;
	text-decoration: none;
}
.header_gnav_drop_list li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.header_gnav_drop_list li:last-child a {
	border-bottom: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.header_nav_rookie {
	border: 2px solid #e95272; /* 24.8.31 色変更*/
	border-radius: 4px;
	margin: 10px auto 0;
	width: 140px;/* 24.8.31 変更*/
}
.header_nav_rookie a {
	/* 24.8.31 変更 start */
	background: url(/material/img/common/header_ico_firstuser01.png) #e95272;
	background-position: 8px center, center;/* 24.8.31 変更*/
	background-repeat: no-repeat, repeat;
	background-size: 18px 27px, 12px;
	border-radius: 2px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding: 12px 12px 12px 35px;
	text-decoration: none;
	color: #FFF;/* 24.8.31 add*/
}
/* 23.11.28 add start */
.header_nav_userdownload {
	margin: 10px auto 0;
	width: 140px;/* 24.8.31 変更*/
}
.header_nav_userdownload a {
	background: url(/material/img/common/header_ico_userdownload01.png) #33B965;
	background-position: 8px center, center;/* 24.8.31 変更*/
	background-repeat: no-repeat;
	background-size: 18px 27px;
	border-radius: 4px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding: 12px 12px 12px 30px;
	text-decoration: none;
	color: #FFF;
	/* 24.8.31 add start */
	letter-spacing: -0.04rem;
	line-height: 18px;
	/* 24.8.31 add end */
}
/* 23.11.28 add end */
.header_snav {
	display: none; /* 23.2.16 add */
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 10px;
}
header .header_snav {display: none;}
.header_snav li {
	float: left;
	height: 50px;
	width: 130px;
}
.header_snav li + li {
	border-left: 1px solid #fcf9ef;
}
.header_snav a {
	background-color: #33b965;
	background-position: 9px center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 100%;
	line-height: 1.4;
	padding: 8px 0 0 40px;
	text-align: left;
	text-decoration: none;
}
.header_snav_movie a {
	background-color: #e95272;
	background-image: url(/material/img/common/header_ico_movie01.png);
	border-bottom-left-radius: 10px;
}
.header_snav_interview a {
	background-color: #f49364;
	background-image: url(/material/img/common/header_ico_interview01.png);
}
.header_snav_contact a {
	background-color: #e99c49;
	background-image: url(/material/img/common/header_ico_contact01.png);
	border-bottom-right-radius: 10px;
}
.device_com .header_snav a:hover {
	opacity: 0.8;
}

.header_nav_btn {
	display: none;
}
.header_back_btn {
	height: 0;
	opacity: 0;
}

/*===============================================
  ヘッダー：トップページ：960px未満
===============================================*/
@media screen and (max-width: 959px) {
	header {
		background-color: #33b965;
		height: 55px;
		/* position: absolute; 23.2.16 */
		width: 100%;
	}
	header .container {
		max-width: none;
		padding-top: 10px;
	}
	header .header_logo {
		height: 35px;
		margin-left: 10px;
		width: 192px;
	}
	header .header_logo a {
		background: #33b965 url(/material/img/common/header_logo01_sp.png) center no-repeat;
		background-size: contain;
	}

	.header_back_btn {
		content: '';
		background-color: rgba(1,1,1,0.7);
		height: 100%;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -9999px;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		width: 100%;
		z-index: 1000;
	}
	.header_back_btn.js-show {
		opacity: 1;
		pointer-events: auto;
	}

	.header_nav_wrap {
		background-color: #33b965;
		border-top: 1px solid #fff;
		display: none;
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
	}
	.header_gnav {
		margin: 0 auto;
		padding: 10px 10px 15px;
	}
	.header_gnav_drop {
		border-bottom: none;
		font-size: 13px;
		height: auto;
		position: relative;
	}
	.header_gnav_drop + .header_gnav_drop {
		margin-top: 5px;
	}
	.header_gnav_drop_hover {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 28px auto;
		color: #fff;
		display: block;
		font-weight: bold;
		line-height: 2.5;
		padding-top: 0;
		padding-left: 36px;
		text-align: left;
	}
	.header_gnav_drop:nth-child(1) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_about01_sp.png);
	}
	.header_gnav_drop:nth-child(2) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_intro01_sp.png);
	}
	.header_gnav_drop:nth-child(3) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_guide01_sp.png);
	}
	/*  2024.8.31 del
	.header_gnav_drop:nth-child(4) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_download01_sp.png);
	}*/
	/* 2024.8.31 順番変更うstart*/
	.header_gnav_drop:nth-child(4) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_faq01_sp.png);
	}
	/* 2024.8.31 end*/
	.device_com .header_gnav_drop:hover .header_gnav_drop_hover {
		opacity: 1;
	}

	.header_gnav_drop_single .header_gnav_drop_hover {
		cursor: default;
		pointer-events: none;
	}
	.header_gnav_drop_single .header_gnav_drop_list.open {
		display: block;
	}

	.header_gnav_drop_list {
		border: 1px solid #fff;
		display: block;
		padding-left: 0;
		position: static;
		width: 100%;
	}
	.header_gnav_drop_list li {
		height: auto;
		text-align: left;
	}
	.header_gnav_drop_list a {
		background-color: transparent;
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
		padding: 10px;
		position: relative;
	}
	.header_gnav_drop_list a:after {
		content: '';
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: rotate(-45deg) translateY(-60%);
						transform: rotate(-45deg) translateY(-60%);
		width: 10px;
	}
	.header_gnav_drop_list li:first-child a,
	.header_gnav_drop_list li:last-child a {
		border-radius: 0;
	}
	.header_gnav_drop_list li a .pc {
		display: none;
	}

	.header_nav_rookie {
		margin: 0 auto 10px;
		padding: 0 10px;
		width: 100%;
		border: none;/* 24.8.31 add*/
	}
	.header_nav_rookie a {
		border: solid 1px #e95272;
		border-radius: 4px;
		background-position: calc(50% - 7.5em), center;/* 24.8.31 位置変更*/
	}

	/* 23.11.28 add start */
	.header_nav_userdownload {
		margin: 0 auto 10px;
		padding: 0 10px;
		width: 100%;
	}
	.header_nav_userdownload a {
		border: solid 1px #FFF;
		border-radius: 4px;
		background-position: calc(50% - 5.5em), center;
	}
/* 23.11.28 add end */
	
	.header_snav {
		background-color: #fff;
		padding: 15px 10px;
		position: static;
	}
	header .header_snav {display: block;}
	.header_snav li {
		float: left;
		height: 75px;
		width: 32.66%;
	}
	.header_snav li + li {
		border-left: none;
		margin-left: 1%;
	}
	.header_snav a {
		background-position: center 12px;
		color: #fff;
		line-height: 1.3;
		padding: 33px 0 0;
		text-align: center;
	}
	.header_snav_movie a {
		border-radius: 5px 0 0 5px;
	}
	.header_snav_interview a {
		background-position: center 9px;
	}
	.header_snav_contact a {
		border-radius: 0 5px 5px 0;
	}

	.header_nav_btn {
		display: block;
		height: 33px;
		position: absolute;
		right: 15px;
		top: 13px;
		width: 30px;
		z-index: 1001;
	}
	.header_nav_btn a {
		color: #fff;
		display: block;
		height: 100%;
		font-family: Verdana, sans-serif;
		font-size: 10px;
		padding-top: 22px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	.header_nav_btn:after,
	.header_nav_btn a:before,
	.header_nav_btn a:after {
		content: "";
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header_nav_btn:after {top: 7px;}
	.header_nav_btn a:after {top: 14px;}
	.header_nav_btn.open:after {
		-webkit-transform: translateY(0px) rotate(45deg);
						transform: translateY(0px) rotate(45deg);
	}
	.header_nav_btn.open a:after {
		top: 7px;
		-webkit-transform: translateY(0px) rotate(-45deg);
						transform: translateY(0px) rotate(-45deg);
	}
	.header_nav_btn.open a:before {
		display: none;
	}
}



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

	04. フッター

--------------------------------------------------------- */
.footer_banner {
	background-color: #fbfaf7;
	border-top: 1px solid #33b965;
	padding: 30px 0;
}
.footer_banner ul {
	overflow: hidden;
}
.footer_banner li {
	float: left;
	height: 0;
	padding-top: 21.2%;
	position: relative;
	width: 48%;
}
.footer_banner li + li {
	margin-left: 4%;
}
.footer_banner a {
	background-color: #33b965;
	background-position: center 39%, center;
	background-repeat: no-repeat;
	background-size: auto 46%, cover;
	border: 6px solid #33b965;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding-top: 29%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.footer_banner_movie a {
	background-image: url(/material/img/common/footer_ico_movie01.png), url(/material/img/common/footer_img_movie01.jpg);
}
.footer_banner_interview a {
	background-image: url(/material/img/common/footer_ico_interview01.png), url("/material/img/common/footer_img_interview_new.jpg");
}
.device_com .footer_banner a:hover {
	opacity: 0.8;
}

.footer_menu {
	background-color: #33b965;
	display: table;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
/* 23.2.16 del
.footer_menu:before {
	content: '';
	background: url(/material/img/common/btn_pagetop_bg01.png) no-repeat;
	background-size: contain;
	height: 22px;
	position: absolute;
	top: -22px;
	right: 10px;
	width: 84px;
}*/
.footer_menu:after {
	content: '';
	clear: both;
	display: block;
}
.footer_menu .container {
	display: table;
	overflow: hidden;
	table-layout: fixed;
}
.footer_menu_wrap {
	display: table-cell;
	overflow: hidden;
	position: relative;
	width: 60%;
}
.footer_menu_inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer_menu_column {
	float: left;
	margin-right: 2.9%;
	width: 31.4%;
}
.footer_menu_column:nth-child(3n) {
	margin-right: 0;
}
.footer_menu_column dt {
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 12px;
}
.footer_menu_column li:before {
	content: '・';
	color: #fff;
	font-weight: bold;
}
.footer_menu_column a {
	color: #fff;
	font-size: 14px;
	line-height: 2.0;
	text-decoration: none;
}
.device_com .footer_menu_column a:hover {
	text-decoration: underline;
}

.footer_contact_wrap {
	display: table-cell;
	padding-left: 2%;
	vertical-align: top;
	width: 40%;
}
.footer_contact {
	background-color: #fff;
	border-radius: 10px;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 15px 10px;
}
.footer_contact p {
	font-size: 14px;
}

.footer_contact .tel {
	background: url(/material/img/common/footer_tel01.png) no-repeat;
	background-size: contain;
	height: 0;
	margin: 8px 0 10px;
	padding-top: 9.66%;
	text-indent: -9999px;
	width: 100%;
}
.footer_contact .caution {
	font-size: 12px;
	margin-bottom: 8px;
}
.footer_contact .btn a {
	background-color: #e99c49;
	border-radius: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}
.device_com .footer_contact .btn a:hover {
	opacity: 0.8;
}

.footer_copyright {
	background-color: #fdfdfd;
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.footer_copyright ul {
	display: table;
	line-height: 1.5;
	position: absolute;
	top: -2px;
	right: 20px;
	table-layout: fixed;
}
.footer_copyright li {
	display: table-cell;
	padding-right: 12px;
	text-align: right;
	vertical-align: middle;
}
.footer_copyright li:last-child {
	border: 1px solid #426cab;
	padding: 10px 13px;
	text-align: center;
	width: 126px;
}
.footer_copyright li:last-child img {
	max-width: 100px;
	width: 100%;
}
.footer_logo {
	height: 30px;
	margin-bottom: 5px;
	width: 140px;
}
.footer_logo + p {
	font-family: Verdana, sans-serif;
}

.footer_nav_wrap {display: none;}

/*===============================================
  フッター：1020px未満
===============================================*/
@media screen and (max-width: 1019px) {
	.footer_menu dt,
	.footer_menu a,
	.footer_contact {
		font-size: 12px;
	}
}

/*===============================================
  フッター：トップページ：960px未満
===============================================*/
@media screen and (max-width: 959px) {
	footer {
		/* padding-bottom: 115px; 23.2.16 del */
	}

	.footer_nav_wrap {
		background-color: #111;
		border: 1px solid #434343;
		/* display: block; 23.2.16 変更 */
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.footer_nav_wrap .header_gnav {
		overflow: hidden;
		padding: 0;
	}
	.footer_nav_wrap .header_gnav_drop {
		float: left;
		font-size: 13px;
		width: 20%;
	}
	.footer_nav_wrap .header_gnav_drop + .header_gnav_drop {
		border-left: 1px solid #343434;
		margin: 0;
	}
	.footer_nav_wrap .header_gnav_drop_hover {
		background-position: center 8px;
		background-size: 30px auto;
		letter-spacing: -0.08em;
		line-height: 1;
		padding: 36px 0 8px;
		pointer-events: auto;
		text-align: center;
	}
	.footer_nav_wrap .header_gnav_drop_hover:hover {
		color: #fff;
	}
	.footer_nav_wrap .header_gnav_drop_hover.js-open {
		background-color: #434343;
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(2) .header_gnav_drop_hover {
		background-image: url(/material/img/common/header_ico_intro01_sp02.png);
		background-position: center 9px;
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(2) .header_gnav_drop_hover.js-open {
		background-image: url(/material/img/common/header_ico_intro01_sp02_on.png);
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(5) .header_gnav_drop_hover {
		background-position: center 9px;
	}

	.footer_nav_wrap .header_gnav_drop_single .header_gnav_drop_hover {
		cursor: pointer;
		pointer-events: auto;
	}

	.footer_nav_wrap .header_gnav_drop_list {
		background-color: #434343;
		border-radius: 0;
		border: none;
		display: none;
		width: calc(500% + 7px);
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(2) .header_gnav_drop_list {
		margin-left: calc(-100% - 2px);
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(3) .header_gnav_drop_list {
		margin-left: calc(-200% - 3px);
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(4) .header_gnav_drop_list {
		margin-left: calc(-300% - 5px);
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(5) .header_gnav_drop_list {
		margin-left: calc(-400% - 6px);
	}
	.footer_nav_wrap .header_gnav_drop_list li a .sp_i {
		display: inline;
	}
	.footer_nav_wrap .header_gnav_drop_list a {
		border-bottom: 1px dotted #cfcfcf;
		padding: 15px 10px;
	}
	.footer_nav_wrap .header_gnav_drop_list li:last-child a {
		border-bottom: none;
	}

	.footer_nav_wrap .header_nav_rookie {
		border: none;
		border-radius: 50%;
		height: 34px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: absolute;
		bottom: 16px;
		left: 8px;
		width: 34px;
	}
	.footer_nav_wrap .header_nav_rookie a {
		background-color: #fff;
		background-image: url(/material/img/common/header_ico_rookie01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 16px 25px;
		border-radius: 0;
		padding: 0;
		text-indent: -9999px;
	}

	.footer_nav_wrap .header_snav {
		background-color: #111;
		border-top: 1px solid #434343;
		padding: 7px 5px 20px 50px;
		width: 100%;
	}
	.footer_nav_wrap .header_snav li {
		height: auto;
		width: calc((100% - 7px) / 3);
	}
	.footer_nav_wrap .header_snav li + li {
		margin-left: 3px;
	}
	.footer_nav_wrap .header_snav a {
		background-image: none;
		border-radius: 5px;
		font-size: 13px;
		line-height: 1.2;
		padding: 6px 0;
	}
	.footer_nav_wrap .header_snav br {
		display: none;
	}
	.footer_nav_wrap .header_snav span {
		display: inline-block;
		-webkit-transform: scale(0.9);
						transform: scale(0.9);
		white-space: nowrap;
	}
}

/*===============================================
  フッター：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	footer {
		/* padding-bottom: 87px; 23.2.16 変更え*/
		padding-bottom: 0px;
	}

	.footer_banner {
		padding-bottom: 55px;
	}
	.footer_banner ul {
		margin: 0 auto;
		max-width: 400px;
	}
	.footer_banner li {
		float: none;
		padding-top: 44%;
		width: 100%;
	}
	.footer_banner li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.footer_banner a {
		padding-top: 27%;
	}

	.footer_menu {
		display: block;
		padding: 20px 0;
	}
	.footer_menu:before {
		height: 18px;
		top: -17px;
		right: 0;
		width: 66px;
	}
	.footer_menu .container {
		padding-bottom: 2.5em;
	}
	.footer_menu_wrap {
		display: block;
		position: absolute;
		bottom: -0.3em;
		left: 0;
		width: 100%;
	}
	dl.footer_menu_column {
		display: none;
	}
	.footer_menu_inner {
		position: static;
	}
	ol.footer_menu_column {
		float: none;
		letter-spacing: -.5em;
		text-align: center;
		width: 100%;
	}
	ol.footer_menu_column li {
		display: inline-block;
		letter-spacing: -0.05em;
		margin: 0 0.3em;
	}
	ol.footer_menu_column li:nth-child(-n+2) {
		display: none;
	}

	.footer_contact_wrap {
		display: block;
		margin: 0 auto;
		max-width: 500px;
		padding-left: 0;
		width: 100%;
	}
	.footer_contact {
		padding: 10px;
	}
	.footer_contact .btn a {
		border-radius: 10px;
	}

	.footer_copyright {
		padding: 15px 0;
	}
	.footer_copyright ul {
		border: 1px solid #426cab;
		margin-bottom: 20px;
		position: static;
		width: 100%;
	}
	.footer_copyright li {
		border-right: 1px solid #426cab;
		padding: 3px 7px;
		text-align: left;
	}
	.footer_copyright li:last-child {
		border: none;
		padding: 5px;
		width: 25%;
	}
	.footer_logo {
		margin: 0 auto 10px;
	}
	.footer_logo + p {
		text-align: center;
	}

	.footer_nav_wrap .header_gnav_drop {
		font-size: 10px;
	}
	.footer_nav_wrap .header_gnav_drop_hover {
		background-position: center 5px;
		background-size: 25px auto;
		padding: 28px 0 5px;
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(2) .header_gnav_drop_hover {
		background-position: center 6px;
	}
	.footer_nav_wrap .header_gnav_drop:nth-child(5) .header_gnav_drop_hover {
		background-position: center 7px;
	}
	.footer_nav_wrap .header_gnav_drop_list a {
		padding: 10px;
	}

	.footer_nav_wrap .header_nav_rookie {
		bottom: 4px;
	}

	.footer_nav_wrap .header_snav {
		padding: 5px 5px 10px 50px;
	}
	.footer_nav_wrap .header_snav a {
		font-size: 10px;
		padding: 7px 0;
	}
}

/*===============================================
  フッター：410px未満
===============================================*/
@media screen and (max-width: 409px) {
	.footer_nav_wrap .header_snav .fm_none {
		display: none;
	}
}



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

	05. 共通パーツ

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

/* ページトップボタン
--------------------------------------------------------- */
.cmn_btn_pagetop {
	height: 67px;
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	-webkit-transition: opacity 0.5s;
					transition: opacity 0.5s;
	width: 63px;
	will-change: opacity;
	z-index: 100;
}
.cmn_btn_pagetop.js-fadein {
	opacity: 1;
}
.cmn_btn_pagetop.js-stop {
	position: absolute;
	bottom: 404px;
}
.cmn_btn_pagetop a {
	background: url(/material/img/common/btn_pagetop_img01.png) no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	outline: none;
	position: relative;
	text-indent: -9999px;
	width: 100%;
}

/* 23.2.16 add start */
.cmn_btn_wrap{
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}
.cmn_btn_wrap > .cmn_btn:first-child{
	margin-right: 10px;
}

.cmn_btn_wrap > .cmn_btn a{
	padding: 10px 30px !important;
}

.trial_btn a{
	background-color: #e95272 !important;
	padding: 10px 30px !important;
}

.cmn_btn_width{
	width: 25%;
}
/* 23.2.16 add end */
/*===============================================
  ページトップボタン：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.cmn_btn_pagetop {
		height: 48px;
		opacity: 0;
		position: fixed;
		bottom: 90px;
		right: 10px;
		width: 45px;
	}
	.cmn_btn_pagetop.js-stop {
		position: absolute;
		bottom: 404px;
	}
	.cmn_btn_pagetop a {
		background: url(/material/img/common/btn_pagetop_img01.png) no-repeat;
		background-size: contain;
		display: block;
		height: 100%;
		outline: none;
		position: relative;
		text-indent: -9999px;
		width: 100%;
	}
	/* 23.2.16 add start */
	.cmn_btn_wrap{
		justify-content: center;
	}
	.cmn_btn_wrap > .cmn_btn a {
    padding: 10px 15px !important;
	}
	.cmn_btn_width{
	width: 50%;
}
	/* 23.2.16 add end */
}

/* 下層メインビジュアル
--------------------------------------------------------- */
.cmn_mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 328px;
	position: relative;
	text-align: center;
}
.cmn_mv:after {
	content: '';
	background: url(/material/img/common/mv_cover01.png) center bottom no-repeat;
	background-size: 100% 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/*  .cat_about .cmn_mv {background-image: url(/material/img/common/mv_about01.png);} 23.2.16 del */
.cat_about .cmn_mv{background-color: #ece5d5;} /* 23.2.16 add */
.cat_intro .cmn_mv {background-image: url(/material/img/common/mv_intro01.png);}
.cat_guide .cmn_mv {background-image: url(/material/img/common/mv_guide01.png);}
.cat_download .cmn_mv {background-image: url(/material/img/common/mv_download01.png);}
/*.cat_qanda .cmn_mv {background-image: url(/material/img/common/mv_qanda01.png);}  23.2.16 del */
.cat_qanda .cmn_mv {background-color: #ece5d5;} /* 23.2.16 add */
/*.cat_others .cmn_mv {background-image: url(/material/img/common/mv_others01.png);} 23.2.16 del */
.cat_others .cmn_mv{background-color: #ece5d5;} /* 23.2.16 add */
.cmn_mv .container {
	background: url(/material/img/common/mv_tit_bg01.png) center no-repeat;
	background-size: contain;
	padding-top: 105px;
}
.cmn_mv_tit_wrap {
	display: inline-block;
	position: relative;
}
.cmn_mv_tit {
	background: url(/material/img/common/mv_tit_bg02.png) center bottom no-repeat;
	background-size: auto 23px;
	color: #5cc04e;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 40px 0 35px;
	text-shadow: 0 0 3px rgba(255,255,255,0.7), 0 0 4px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,0.5);
}
/*23.2.16 add start */
.home_mv_tit{
	padding: 0 0 35px;
}
/*23.2.16 add end */

.cat_others .cmn_mv_tit {
	padding-top: 20px;
}
.cmn_mv_category {
	color: #5cc04e;
	font-size: 19px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 50%;
	text-shadow: 0 0 3px rgba(255,255,255,0.7), 0 0 4px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,0.5);
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	white-space: nowrap;
}

.cmn_mv_breadcrumb {
	letter-spacing: -0.5em;
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 10;
}
.cmn_mv_breadcrumb li {
	display: inline-block;
	letter-spacing: normal;
}
.cmn_mv_breadcrumb li + li:before {
	content: '\003e';
	margin: 0 0.5em;
}

/*===============================================
  下層メインビジュアル：960px未満
===============================================*/
@media screen and (max-width: 959px) {
	.cmn_mv .header_snav {display: none;}
}

/*===============================================
  下層メインビジュアル：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.cmn_mv {
		height: 150px;
	}
	.cmn_mv:after {
		background-size: 100% 30px;
		height: 30px;
	}
	.cmn_mv .container {
		padding-top: 30px;
	}
	.cmn_mv_tit {
		background-size: auto 20px;
		font-size: 22px;
		padding: 30px 0 26px;
		text-shadow: 0 0 2px rgba(255,255,255,0.7), 0 0 3px rgba(255,255,255,0.6), 0 0 4px rgba(255,255,255,0.5);
	}
	.cmn_mv_category {
		font-size: 14px;
		text-shadow: 0 0 1px rgba(255,255,255,0.7), 0 0 2px rgba(255,255,255,0.6), 0 0 3px rgba(255,255,255,0.5);
	}

	.cmn_mv_breadcrumb {
		display: none;
	}
}

/* コンテンツ部
--------------------------------------------------------- */
.contents {
	padding: 60px 0;
}
.contents p {
	line-height: 1.8;
}
/* 23.2.16 del
.contents p + p {
	margin-top: 1.0em;
}
*/

.cmn_em_underline {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffeab));
	background: linear-gradient(transparent 50%, #fffeab 50%);
	color: #e95272;
	font-weight: bold;
}

/* コンテンツ：タイトル */
.cmn_tit {
	background: url(/material/img/common/tit_bg01.png) center bottom no-repeat;
	background-size: auto 6px;
	color: #5cc04e;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* コンテンツ：リード */
.cmn_lead {
	margin-bottom: 35px;
	text-align: center;
}

/* リスト：標準 */
.list_normal li {
	line-height: 1.6;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.list_normal li + li {
	margin-top: 0.5em;
}

/* グリッド：2カラム */
.grid_2col {
	margin: 0 -4% -4% 0;
	overflow: hidden;
	width: 100%;
}
.grid_2col > li {
	float: left;
	margin: 0 4% 4% 0;
	width: 48%;
}
.grid_2col > li:nth-child(even) {
	margin-right: 0;
}

/* グリッド：3カラム */
.grid_3col {
	margin: 0 -3% -3% 0;
	overflow: hidden;
	width: 100%;
}
.grid_3col > li {
	float: left;
	margin: 0 3% 3% 0;
	width: 31.3%;
}
.grid_3col > li:nth-child(3n) {
	margin-right: 0;
}

/* グリッド：4カラム */
.grid_4col {
	margin: 0 -2% -2% 0;
	overflow: hidden;
	width: 100%;
}
.grid_4col > li {
	float: left;
	margin: 0 2% 2% 0;
	width: 23.5%;
}
.grid_4col > li:nth-child(4n) {
	margin-right: 0;
}

/* ボタン：標準 */
.cmn_btn a {
	background-color: #e99c49;
	border-radius: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1.6;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.device_com .cmn_btn a:hover {
	opacity: 0.8;
}

.cmn_btn_mid {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

/* ボタン：PDF */

/* 2022.2.4 add start */
.cmn_btn_pdf {
  width: 40%;
  margin: 0 auto;
}
/* 2022.2.4 add end */

.cmn_btn_pdf a {
	background-color: #fff;
	background-image: url(/material/img/common/ico_pdf01.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: auto 23px;
	border: 1px solid #e99c49;
	color: #e99c49;
	padding: 8px 10px 8px 40px;
}

/* ボタン：ムービー用（画面横固定） */
.cmn_btn_movie {
	display: block;
	position: fixed;
	top: 125px;
	right: 0;
	width: 100px;
	z-index: 999;
}
.cmn_btn_movie.js-stop {
	position: absolute;
	top: auto;
	bottom: 645px;
}
.cmn_btn_movie p {
	opacity: 0;
	-webkit-transform: translateX(100px);
					transform: translateX(100px);
	transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
	will-change: opacity, transform;
}
.cmn_btn_movie.js-fadein p {
	opacity: 1;
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
.cmn_btn_movie p + p {
	margin-top: 3px;
	-webkit-transition-delay: 0.6s;
					transition-delay: 0.6s;
}
.cmn_btn_movie a {
	background-color: rgba(1,1,1,0.7);
	border-radius: 6px 0 0 6px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 100%;
	line-height: 1.2;
	outline: none;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.cmn_btn_movie img {
	margin-bottom: 5px;
}
.device_com .cmn_btn_movie a:hover {
	background-color: rgba(1,1,1,0.85);
}

/* 表：標準 */
.cmn_table {
	background-color: #fbfaf7;
	border: 1px solid #33b965;
	line-height: 1.8;
	width: 100%;
}
.cmn_table tr {
	border-bottom: 1px dotted #33b965;
}
.cmn_table th {
	background-color: #fff;
	border-right: 1px dotted #33b965;
	color: #5cc04e;
	font-weight: bold;
	padding: 12px 20px;
	text-align: left;
	vertical-align: middle;
	width: 10em;
}
.cmn_table td {
	padding: 12px 20px;
}
.cmn_table .caution {
	font-size: 12px;
	margin-top: 0.3em;
}
.cmn_table .caution li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/* 2022.2 add セキュリティ警告 start */
.cmn_security_warning{
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.cmn_security_warning div{
  width: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.cmn_security_warning img{
  height: 40px;
  object-fit: contain;
  margin-bottom: 25px;
}
.cmn_security_warning div ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.cmn_security_warning div ul li{
  display: inline;
  text-align: center;
  margin: 0 10px;
}
/* 2022.2 add セキュリティ警告 end */

/*===============================================
  コンテンツ部：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.contents {
		padding: 20px 0 50px;
	}

	.cmn_tit {
		color: #5cc04e;
		font-size: 24px;
		padding-bottom: 15px;
	}
	.cmn_lead {
		margin-bottom: 25px;
	}

	.grid_2col {
		margin: 0 0 -10% 0;
	}
	.grid_2col > li {
		float: none;
		margin: 0 0 10% 0;
		width: 100%;
	}

	.grid_3col {
		margin: 0 0 -3% 0;
	}
	.grid_3col > li {
		float: none;
		margin: 0 0 3% 0;
		width: 100%;
	}

	/* 2023.2.16 add start */
	.grid_3col_2 > li {
		float: none;
		margin: 0 auto 3%;
		width: 80%;
	}
	.grid_3col_2 > li:nth-child(3n) {
		margin: 30px auto 3%;
	}
	/* 2023.2.16 add end */
	
	.grid_4col {
		margin: 0 0 -2% 0;
	}
	.grid_4col > li {
		float: none;
		margin: 0 0 2% 0;
		width: 100%;
	}
/* ボタン：PDF */

/* 2022.2.4 add start */
.cmn_btn_pdf {
  width: 100%;
}
/* 2022.2.4 add end */
	.cmn_btn_pdf a {
		background-position: 10px center;
	}

	.cmn_btn_movie {
		/* top: 10px; 23.2.16 変更ｙ */
		top: 65px;
		width: 60px;
	}
	.cmn_btn_movie p {
		-webkit-transition-delay: 0s;
						transition-delay: 0s;
	}
	.cmn_btn_movie p + p {
		-webkit-transition-delay: 0.1s;
						transition-delay: 0.1s;
	}
	.cmn_btn_movie a {
		background-image: url(/material/img/common/ico_movie02.png);
		background-position: center 5px;
		background-repeat: no-repeat;
		background-size: 20px auto;
		font-size: 10px;
		padding: 22px 5px 3px;
	}
	.cmn_btn_movie img {
		display: none;
	}

	.cmn_table tr {
		border-bottom: 1px solid #33b965;
		display: block;
	}
	.cmn_table tr:last-child {
		border-bottom: none;
	}
	.cmn_table th {
		border-right: none;
		border-bottom: 1px dotted #33b965;
		display: block;
		padding: 12px 15px;
		width: 100%;
	}
	.cmn_table td {
		display: block;
		padding: 12px 15px;
	}
  
  /* 2022.2 add セキュリティ警告 start */
  .cmn_security_warning{
    flex-flow: column;
  }
  .cmn_security_warning div{
    width: 100%;
  }
  
  .cmn_security_warning div:first-of-type{
    margin-bottom: 25px;
  }
  
  .cmn_security_warning div p{
    text-align: center;
  }
}



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

	06. トップページ

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

/* トップ：メインビジュアル
--------------------------------------------------------- */
#home .cmn_mv {
	/*background-image: url(/material/img/top/mv_top01.png);  23.2.16 変更*/
	background-color: #ece5d5;
	background-image: url(/material/img/common/mv_top04.png);
	background-size: contain; /* 23.2.16 add */
	height: 456px;
	padding-top: 0;
}
#home .cmn_mv .container {
	background: none;
	max-width: none;
	padding-top: 0;
	margin-bottom: 20px;
}
/* 23.2.16 変更
#home .cmn_mv_tit_wrap {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	height: 100%;
}*/
#home .cmn_mv_tit_wrap {
	border: none;
	display: block;
	height: 100%;
}
/* 23.2.16 変更
#home .cmn_mv_tit {
	background: none;
	border: none;
	height: auto;
	max-width: 730px;
	min-height: 110px;
	min-width: 430px;
	padding: 0;
	width: 40%;
	line-height: 1.4;
}*/
#home .cmn_mv_tit {
	background: none;
	border: none;
	height: auto;
	/* 23.2.16 変更
	max-width: 730px;*/
	max-width: 800px;
	min-height: 110px;
	width: 100%;
  text-align: left;
  line-height: 1.4;
	padding:60px 0 10px; /* 23.2.16 add */
}
#home .cmn_mv_tit_wrap:before,
#home .cmn_mv_tit_wrap:after,
#home .cmn_mv_tit:before,
#home .cmn_mv_tit:after {
	display: none;
}
/* 23.2.16 変更
#home .cmn_mv_tit_wrap p {
	color: #555;
	font-size: calc(13px + 0.2vw);
	font-weight: bold;
	line-height: 1.8;
	margin-top: 15px;
}
*/
#home .cmn_mv_tit_wrap p {
	color: #555;
	font-size: calc(13px + 0.2vw);
	font-weight: bold;
	line-height: 1.8;
	display: block;
	text-align: left;
	padding-bottom: 20px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
/* 23.2.16 add start */
#home .home_mv_tit span{
	font-size: 48px;
}
/* 23.2.16 add end */
/*===============================================
  トップ：メインビジュアル：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	#home .cmn_mv {
		background-color: #fdf8e9;
		/* background-image: url(/material/img/top/mv_top01_sp.png); 23.2.16 変更え */
		background-image: url(/material/img/common/mv_top04_sp.png);
		background-position: center bottom;
		background-size: 100% auto;
		height: auto;
		padding-top: 15px;
		/* 23.2.16 変更
		padding-bottom: 75%; */
		padding-bottom: 65%;
	}
	#home .cmn_mv_tit_wrap {
		display: block;
	}
	#home .cmn_mv_tit {
		min-height: inherit;
		min-width: inherit;
		padding: 0;
		width: 90%;
		text-align: center; /* 23.2.16 add */
		margin: 20px auto 10px; /* 23.2.16 add */
	}
	#home .cmn_mv_tit_wrap p {
		font-size: calc(9px + 1.0vw);
		/* margin-top: 10px; 23.2.16 del */
		text-align: center; /* 23.2.16 add */
	}
}

/* トップ：リード
--------------------------------------------------------- */
.top_lead {
	/*padding-top: 60px;  24.8.31 変更*/
	padding: 60px 0;
}
.top_lead h2 {
	/* color: #5cc04e; 23.2.16 del */
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: center;
}
.top_lead .top_lead_discription {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
.top_lead .cmn_lead {
	line-height: 1.8;
	margin-bottom: 25px;
}
.top_lead_img {
	height: 0;
	padding-top: 34.1%;
	position: relative;
	text-indent: -9999px;
	width: 100%;
	z-index: 10;
}
.top_lead_img span {
	background: url(/material/img/top/top_img01.png) center no-repeat;
	background-size: contain;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.top_lead_txt {
	font-size: 16px;
	margin-top: -6.6%;
	line-height: 1.8;
	padding: 75px 0 30px;
	position: relative;
	text-align: center;
}
.top_lead_txt:before {
	content: '';
	background-color: #fbfaf7;
	height: 100%;
	margin-right: -100%;
	position: absolute;
	top: 0;
	right: 50%;
	width: 200%;
	z-index: -1;
}
.top_lead_txt:after {
	content: 'OHISは';
	background: url(/material/img/top/top_lead_bg01.png) no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 61px;
	line-height: 55px;
	margin-left: calc(-1 * (121px + 9em));
	position: absolute;
	top: 50px;
	left: 50%;
	text-align: center;
	-webkit-transform: rotate(-7deg);
					transform: rotate(-7deg);
	width: 121px;
	z-index: 100;
}
.top_lead_txt .cmn_em_underline {
	color: #5cc04e;
	font-size: 18px;
	margin: 0 -0.2em;
}

/*===============================================
  トップ：リード：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.top_lead {
		padding-top: 20px;
	}
	.top_lead h2 {
		font-size: 15px;
	}
	.top_lead .cmn_lead {
		margin-bottom: 0;
	}
	.top_lead_img {
		padding-top: 65.9%;
	}
	.top_lead_img span {
		background: url(/material/img/top/top_img01_sp.png) center no-repeat;
		background-size: contain;
	}
	.top_lead_txt {
		font-size: 14px;
		margin-top: -12.6%;
		line-height: 1.6;
		padding: 70px 0 20px;
	}
	.top_lead_txt:after {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		margin-left: calc(-1 * (94px + 4em));
		top: 25px;
		width: 94px;
	}
	.top_lead_txt .cmn_em_underline {
		font-size: 16px;
	}
}

/* 23.2.16 add start */
/* TOP:merit
--------------------------------------------------------- */
.top_merit > .container{
	text-align: center;
	margin-bottom: 40px; /* 24.8.31 add */
}

.top_merit_tlt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: center;
}
.merit_flow {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-around;
}
.merit_flow > li {
	margin-bottom: 0;
	width: 31.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 5px 10px;
	background-color: #fff;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #33b965 inset;
	box-shadow: 0 0 0 1px #33b965 inset;
}
.merit_flow > li p{
	width: 100%;
	/* text-align: center; 23.2.16 変更*/
	text-align: left;
	padding: 0 10px;
	line-height: 1.5;
}

.top_merit_num {
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	height: 68px;
	padding: 15px 5px 0px;
	text-align: center;
	width: 23%;
}
.top_merit_num span {
	display: block;
	font-size: 28px;
	padding-top: 2px;
}
.top_merit_txt{
	font-size: 20px;
	color: #33b965;
	position: relative;
	/* margin-bottom: 60px; 24.8.31変更*/
	margin-bottom: 40px;
	display: inline-block;
}
.top_merit_txt::before,
.top_merit_txt::after{
	/*content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #33B965 transparent transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -40px;
	*/
	top: -40px;
	content: '';
	border-right: 1px solid #e95272;
	border-bottom: 1px solid #e95272;
	display: block;
	height: 12px;
	position: absolute;
	/* bottom: -35px; */
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-60%);
	transform: rotate(45deg) translateX(-60%);
	width: 12px;
}

.top_merit_txt::after{
	top: -32px;
}

@media screen and (max-width: 767px){
	.top_merit_tlt{
			font-size: 15px;
	}
	
	.merit_flow {
		flex-direction: column;
	}
	.merit_flow > li {
		width: 80%;
		margin: 0 auto 15px;
	}
	.merit_flow > li:last-of-type{
		margin-bottom: 0;
	}
	.merit_flow > li p{
		padding: 0 5px;
	}
	.top_merit_txt{
		font-size: 16px;
	}
}

/* 23.2.16 add end */

/* トップ：インフォーメーション
--------------------------------------------------------- */
.top_info {
	position: fixed;
	width: 200px;
	line-height: 1.65;
	bottom: 60px;
	right: 0;
	background-color: rgb(255,255,255,0.85);
	border: 1px solid #e2e2e2;
	z-index: 100;
}
@media screen and (max-width:980px)  {
	.top_info {
		/* bottom: 165px; 23.2.16 変更ｈ*/
		bottom: 10px;
	}
}
@media screen and (max-width:700px) {
	.top_info {
		
	}
}
@media screen and (max-width:400px)  {
	.top_info {
		width: 100%;
		/* bottom: 110px; 23.2.16 del */
		background-color: rgba(255,255,255,0.85);
	}
}

.top_info .sub_ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #33b965;
	color: #fff;
	padding: 2px 0;
}
.top_info .sub_ttl+p {
	padding: 20px 20px 16px;
}
.top_info button.close {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none; /*ここまでがボタンリセット*/
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;

}
@media screen and (max-width:400px)  {
	.top_info .sub_ttl {
		background-color: rgba(51,185,101,0.85);
		padding: 4px 0;
	}
	.top_info .sub_ttl+p {
		text-align: left;
		padding: 10px 14px;
	}
	.top_info .sub_ttl+p a {
		font-weight: bold;
	}
	.top_info button.close {
		top: -10px;
	}
}


/* トップ：インタビュー
--------------------------------------------------------- */
.top_interview {
	padding-top: 45px;
	position: relative;
}

.top_interview:before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(225,216,191,0.2)), to(rgba(255,255,255,0)));
	background: linear-gradient(rgba(225,216,191,0.2), rgba(255,255,255,0));
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top_interview .container {
	padding: 0 5px;
}
.top_interview_tit {
/* 23.2.16 変更　start 
	background-image: url(/material/img/top/top_ico_interview01.png), url(/material/img/top/top_tit_interview01.png);
	background-position: center top, center 42px;
	background-repeat: no-repeat;
	background-size: 38px 28px, auto 18px;
*/
	background-image: url(/material/img/top/top_tit_interview01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
/* 23.2.16 変更　end */	
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 72px;
	text-align: center;
}

/* 23.2.16 add start */
.top_interview_wrap {
	height: auto;
	margin-bottom: 55px;
	overflow: hidden;
}
.top_interview_list{
	display: flex;
	justify-content: space-between;
}
.top_interview_list li{
	width: 30%;
	max-width: 297px;
	position: relative;
	margin: 0 10px;
}

.top_interview_list li a {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #111;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.top_interview_list li .img {
	border-radius: 50%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	width: 130px;
}
.top_interview_list li .tit {
	line-height: 1.5;
	padding: 0 15px 25px;
}
.top_interview_info {
	border-top: 1px solid #e2e2e2;
	display: table;
	width: 100%;
}

.top_interview_info dt {
	background-color: #33b965;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 5em;
}
.top_interview_info dd {
	color: #5cc04e;
	display: table-cell;
	line-height: 1.3;
	padding: 5px 10px;
	vertical-align: middle;
}

.top_interview_new::after{
	content: '';
	background: url(/material/img/interview/index_ico_new01.png) no-repeat;
	background-size: contain;
	height: 30px;
	position: absolute;
	top: 10px;
	left: -8px;
	width: 74px;
}

/* 23.2.16 del
.top_interview_slider_wrap {
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.top_interview_slider_wrap.js-setup {
	overflow: visible;
}
.top_interview_slider_wrap:after {
	content: '';
	clear: both;
	display: block;
}
.top_interview_slider {
	position: absolute;
	top: 0;
	left: 0;
}
.top_interview_slide {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 33.33%;
}
.top_interview_slide:after {
	content: '';
	background-color: #33b965;
	height: 4px;
	margin-left: -60px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
}
.top_interview_slide a {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #111;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
.top_interview_slide .img {
	border-radius: 50%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	width: 130px;
}
.top_interview_slide .tit {
	line-height: 1.5;
	padding: 0 15px 25px;
}
.top_interview_info {
	border-top: 1px solid #e2e2e2;
	display: table;
	width: 100%;
}
.top_interview_info dt {
	background-color: #33b965;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 5em;
}
.top_interview_info dd {
	color: #5cc04e;
	display: table-cell;
	line-height: 1.3;
	padding: 5px 10px;
	vertical-align: middle;
}

.top_interview_new:before {
	content: '';
	background: url(/material/img/interview/index_ico_new01.png) no-repeat;
	background-size: contain;
	height: 30px;
	position: absolute;
	top: 12px;
	left: 7px;
	width: 74px;
}

.top_interview_prev,
.top_interview_next {
	cursor: pointer;
	height: 63px;
	margin-top: -32px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 43px;
	z-index: 100;
}
.top_interview_prev {
	left: -10px;
}
.top_interview_next {
	right: -10px;
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}
.device_com .top_interview_prev:hover,
.device_com .top_interview_next:hover {
	opacity: 0.8;
}
.top_interview_prev a,
.top_interview_next a {
	background: url(/material/img/top/top_ico_arrow01.png) no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
*/
/*===============================================
  トップ：インタビュー：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.top_interview {
		padding-top: 30px;
	}
	.top_interview_tit {
		/* 23.2.16 変更 start
		background-image: url(/material/img/top/top_ico_interview01.png), url(/material/img/top/top_tit_interview01_sp.png);
		background-size: 30px, auto 45px;
		*/
		background-image: url(/material/img/top/top_tit_interview01_sp.png);
		background-size: auto 45px;
		/* 23.2.16 変更 end */
		padding-top: 100px;
	}

	.top_interview_slider_wrap {
		margin-bottom: 15px;
	}

	.top_interview .cmn_btn a {
		background: none;
		color: #5cc04e;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
	}
	.top_interview .cmn_btn a:before {
		content: '＞';
	}
	/* 23.2.16 add start */
	.top_interview_list{
		flex-direction: column;
	}
	.top_interview_list li{
		width: 90%;
		margin: 0 auto;
	}
	.top_interview_list li:first-of-type{
		margin-bottom: 20px;
	}
	
	
	.top_interview_list li:last-of-type{
		display: none;
	}
	
}

/* トップ：ニュース
--------------------------------------------------------- */
.top_news_tit {
	/* 23.2.16 変更　start 
	background-image: url(/material/img/top/top_ico_news01.png), url(/material/img/top/top_tit_news01.png);
	background-position: center top, center 42px;
	background-repeat: no-repeat;
	background-size: 30px, auto 18px;
	*/
	background-image: url(/material/img/top/top_tit_news01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	/* 23.2.16 変更　end */
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 72px;
	text-align: center;
}
.top_news_list {
	border-top: 1px dotted #33b965;
	border-bottom: 1px dotted #33b965;
	line-height: 1.5;
}
.top_news_list:after {
	content: '';
	display: block;
	clear: both;
}
.top_news_list dt {
	float: left;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	width: 7em;
}
.top_news_list dt:before {
	content: '・';
	color: #5cc04e;
	font-weight: bold;
}
.top_news_list dd {
	border-bottom: 1px dotted #33b965;
	padding: 10px 20px 10px 8em;
}
.top_news_list dd:last-child {
	border-bottom: none;
}
.top_news_list dd:nth-of-type(odd) {
	background-color: #fbfaf7;
}
.top_news_list dd strong {
	color: #da0000;
	font-weight: normal;
}

#top_news_list_more {
	border-top: none;
	display: none;
}
#top_news_list_more dd:nth-of-type(odd){
	background-color: transparent;
}
#top_news_list_more dd:nth-of-type(even){
	background-color: #fbfaf7;
}
#top_news_list_btn {
	margin-top: 10px;
	text-align: right;
}
#top_news_list_btn a {
	font-weight: bold;
	text-decoration: none;
}

/*===============================================
  トップ：ニュース：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.top_news {
		padding-top: 45px;
	}
	.top_news_tit {
		margin-bottom: 20px;
	}
	.top_news_list dt {
		float: none;
		padding: 10px 5px 5px;
		text-align: left;
		width: 100%;
	}
	.top_news_list dt:nth-of-type(odd) {
		background-color: #fbfaf7;
	}
	.top_news_list dd {
		padding: 0 10px 10px;
	}

	#top_news_list_more dt:nth-of-type(odd) {
		background-color: transparent;
	}
	#top_news_list_more dt:nth-of-type(even) {
		background-color: #fbfaf7;
	}
}



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

	07. OHISとは

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

/* OHISとは：OHISの概要
--------------------------------------------------------- */
.overview_lead {
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.overview_lead .cmn_em_underline {
	color: #5cc04e;
}

.overview_column {
	border: 1px dotted #33b965;
	font-weight: bold;
	margin: -10px auto 80px;
	max-width: 620px;
	padding: 15px;
	text-align: center;
}

/* 23.2.16 add start */
.overview_movie{
	display: flex;
	/* width: 80%; 23.2.16変更 */
	width: 100%;
	justify-content: space-between; /* 23.2.16 add */
  margin: 0 auto 80px;
}

.overview_movie li{
	/* width: 40%; 23.2.16 変更 */
	width: 45%;
	margin: 0 auto;
}

.overview_movie li a img{
	margin-bottom: 10px;
}
/* 23.2.16 add end */

.overview_report {
	display: inline-block;
	margin: 0 10px;
	width: 100px;
}

.about_img {
	margin: 0 auto 55px;
	max-width: 300px;
}
.about_img img {
	-webkit-box-shadow: 1px 1px 5px rgba(1,1,1,0.25);
					box-shadow: 1px 1px 5px rgba(1,1,1,0.25);
	margin-bottom: 10px;
}

.about_tit {
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.about_tit:after {
	content: '';
	background-color: #33b965;
	height: 1px;
	margin-left: -15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
}

.about_flow {
	/* margin-bottom: 80px; 24.8.31 変更 */
	margin-bottom: 40px;
}
.about_flow > li {
	margin-bottom: 0;
}
.about_flow h4 {
	background-color: #33b965;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	width: 70px;
}
.about_flow h4:after {
	content: '';
	border: 5px solid transparent;
	border-top: 7px solid #33b965;
	height: 0;
	margin-left: -5px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	width: 0;
}
.about_flow p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
}
.about_flow p span {
	color: #5cc04e;
	font-size: 15px;
}
.about_flow .caution {
	font-size: 12px;
	margin-top: 0.5em;
}

.about_subtit {
	color: #5cc04e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 60px 0 30px;
	text-align: center;
}
.cat_about .cmn_lead .cmn_em_underline {
	color: #111;
	font-weight: normal;
}

.about_risk {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px;
	margin-bottom: 80px; /* 23.2.16 add */
}
.about_risk_photo {
	background-color: #f6f4ee;
	border: 1px solid #33b965;
	border-radius: 10px;
	color: #5cc04e;
	float: left;
	font-weight: bold;
	padding: 15px 10px 10px;
	position: relative;
	text-align: center;
	width: 30%;
}
.about_risk_photo img {
	margin-top: 10px;
}
.about_risk_graf {
	float: right;
	padding-top: 5px;
	width: 67%;
}

.about_movie {
	text-align: center;
}

/*===============================================
  OHISとは：OHISの概要：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.overview_column {
		margin: -10px auto 60px;
	}
	/* 23.2.16 add start */
	.overview_movie{
		flex-direction: column;
		width: 100%;
		margin: 0 auto 60px;
	}

	.overview_movie li{
		/* width: 80%;
		margin-bottom: 35px;  23.2.16 変更*/
		width: 60%;
    margin: 0 auto 35px;
	}

	/* 23.2.16 add end */
	.about_img {
		margin: 0 auto 40px;
		max-width: 200px; /* 23.2.16 add */
	}
	.about_img img {
		margin-bottom: 5px;
	}

	.about_tit {
		color: #5cc04e;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.about_flow {
		margin-bottom: 60px;
	}
	.about_flow li + li {
		margin-top: 30px;
	}
	.about_flow h4 {
		font-size: 16px;
		height: 50px;
		margin: 0 auto 15px;
		width: 50px;
	}

	.about_subtit {
		margin: 40px 0 15px;
	}

	.about_risk {
		padding: 20px 15px;
		margin-bottom: 60px;
	}
	.about_risk_photo {
		float: none;
		margin: 0 auto 25px;
		max-width: 250px;
		padding: 15px 10px;
		width: 100%;
	}
	.about_risk_photo:before {
		border-left: 7px solid transparent;
		border-top: 14px solid #33b965;
		margin-top: 0;
		margin-left: -7px;
		top: auto;
		right: auto;
		bottom: -21px;
		left: 50%;
	}
	.about_risk_photo:after {
		border-left: 7px solid transparent;
		border-top: 14px solid #f6f4ee;
		margin-top: 0;
		margin-left: -7px;
		top: auto;
		right: auto;
		bottom: -19px;
		left: 50%;
	}
	.about_risk_graf {
		float: none;
		margin: 0 auto;
		max-width: 550px;
		padding-top: 0;
		width: 100%;
	}
}

/* OHISとは：導入のメリット
--------------------------------------------------------- */
.merit_box {
	margin: 10px -1% -1% 0;
	overflow: hidden;
}
.merit_box > li {
	background-color: #fff;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #33b965 inset;
					box-shadow: 0 0 0 1px #33b965 inset;
	float: left;
	margin: 0 1% 1% 0;
	padding: 25px;
	width: 49%;
}
.merit_num {
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	height: 82px;
	padding-top: 20px;
	text-align: center;
}
.merit_num span {
	display: block;
	font-size: 35px;
	padding-top: 2px;
}
.merit_box_tit {
	display: table;
	margin: 0 auto 20px;
}
.merit_box_tit h4 {
	color: #5cc04e;
	display: table-cell;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.merit_box_tit .cmn_em_underline {
	color: #5cc04e;
}
.merit_box_tit .merit_ruby {
	position: relative;
}
.merit_box_tit .merit_ruby:after {
	content: '';
	background: url(/material/img/about/merit_ico_ruby01.png) center no-repeat;
	background-size: contain;
	height: 3px;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	width: 3px;
}
.merit_box .list_normal li:before {
	content: '●';
	color: #5cc04e;
}

#merit .about_subtit {
	font-size: 20px;
}

.merit_img {
	height: 0;
	margin-bottom: 35px;
	padding-top: 30.6%;
	position: relative;
	width: 100%;
}
/* 23.2.16 del
.merit_img:before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(246,244,238,0)), to(#ede9de));
	background: linear-gradient(rgba(246,244,238,0), #ede9de);
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -50vw;
	width: 200vw;
}
*/
.merit_img span {
	background: url(/material/img/about/merit_img01.png) center no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	width: 100%;
}

.merit_list {
	background-color: #fff;
	border-radius: 10px;
	counter-reset: merit-num;
	margin: -20px auto 60px;
	max-width: 560px;
	padding: 15px;
	position: relative;
}
.merit_list:not(:last-child):before,
.merit_list:not(:last-child):after {
	content: '';
	border-right: 1px solid #e95272;
	border-bottom: 1px solid #e95272;
	display: block;
	height: 12px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-60%);
					transform: rotate(45deg) translateX(-60%);
	width: 12px;
}
.merit_list:not(:last-child):after {
	bottom: -43px;
}
.merit_list li {
	line-height: 1.8;
	margin-left: 25px;
	position: relative;
}
.merit_list li:before {
	content: counter(merit-num);
	counter-increment: merit-num;
	background-color: #33b965;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	position: absolute;
	top: 4px;
	left: -25px;
	text-align: center;
	text-indent: 0;
	width: 18px;
}

.merit_list + .cmn_lead {
	margin-bottom: 0;
}
.cat_about .cmn_lead .merit_underline {
	color: #5cc04e;
	font-weight: bold;
	font-size: 18px;
}

/*===============================================
  OHISとは：導入のメリット：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.merit_box {
		margin: 10px auto;
		max-width: 420px;
	}
	.merit_box > li {
		float: none;
		margin: 0 0 10px 0;
		padding: 15px;
		width: 100%;
	}
	.merit_box_tit {
		margin: 0 auto 15px;
	}
	.merit_box_tit h4 {
		font-size: 20px;
	}
	#merit .about_subtit {
		font-size: 16px;
	}
	.merit_img {
		margin-bottom: 25px;
		padding-top: 50%;
	}
	.merit_img span {
		background: url(/material/img/about/merit_img01_sp.png) center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.merit_list {
		margin: -10px auto 60px;
	}
}

/* OHISとは：初めての方へ
--------------------------------------------------------- */
.rookie_mv .cmn_mv_tit {
	padding-bottom: 60px;
}
.rookie_mv_subtit {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;
	margin-top: -45px;
}
.rookie_contents {
	background: -webkit-gradient(linear, left bottom, left top, from(#ede9de), to(#f6f4ee));
	background: linear-gradient(to top, #ede9de 0%, #f6f4ee 100%);
	padding: 80px 0 0;
}
.rookie_mv + .rookie_contents {
	padding-top: 60px;
}
.rookie_contents .about_tit span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffeab));
	background: linear-gradient(to bottom, transparent 60%, #fffeab 60%);
	font-size: 22px;
}
.rookie_contents .img {
	text-align: center;
}
.rookie_btn_area {
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f0e6), to(#ede9de));
	background: linear-gradient(to bottom, #f3f0e6 0%, #ede9de 100%);
	padding: 15px 0;
}
/* 24.8.31 add start */
.rookie_contents:last-of-type .rookie_btn_area {
	padding-bottom: 60px;
}
/* 24.8.31 add end */

.top_rookie_btn_area{
	background: none;
}

.rookie_timeline {
	letter-spacing: -.5em;
	margin: -10px 0 20px;
	text-align: center;
}
.rookie_timeline li {
	border-radius: 10px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: top;
	width: 210px;
}
.rookie_timeline li:last-child {
	margin-right: 0;
}
.rookie_timeline li h4 {
	background-color: #33b965;
	color: #fffeab;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.rookie_timeline li p {
	background-color: #fff;
	color: #5cc04e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 10px;
}

.rookie_list {
	background-color: #fff;
	border-radius: 10px;
	counter-reset: rookie-num;
	margin: 30px auto 10px;
	max-width: 560px;
	padding: 15px 20px;
}
.rookie_list li {
	line-height: 1.8;
	margin-left: 25px;
	position: relative;
}
.rookie_list li:before {
	content: counter(rookie-num);
	counter-increment: rookie-num;
	background-color: #33b965;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	position: absolute;
	top: 4px;
	left: -25px;
	text-align: center;
	text-indent: 0;
	width: 18px;
}
.rookie_list_caution {
	margin: 0 auto 30px;
	max-width: 560px;
}
.rookie_list_caution li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/*===============================================
  OHISとは：初めての方へ：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.rookie_mv .container {
		padding-top: 20px;
	}
	.rookie_mv .cmn_mv_tit {
		padding-bottom: 50px;
	}
	.rookie_mv_subtit {
		font-size: 13px;
		margin-top: -40px;
	}
	.rookie_contents {
		padding: 20px 0 0;
	}
	.rookie_mv + .rookie_contents {
		padding-top: 20px;
	}
	.rookie_contents .about_tit span {
		font-size: 18px;
	}
	.rookie_contents .img {
		margin: 0 auto;
		width: 90%;
	}
	.rookie_btn_area .cmn_btn_mid {
		width: 90%;
	}
	.rookie_contents:last-of-type .rookie_btn_area {
		padding-bottom: 40px;
	}

	.rookie_timeline {
		margin: -10px 0 20px;
	}
	.rookie_timeline li {
		display: block;
		margin: 0 auto 10px;
	}
	.rookie_timeline li:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}
	.rookie_timeline li h4 {
		font-size: 16px;
	}

	.rookie_list {
		padding: 15px;
	}
	.rookie_list_caution {
		margin-bottom: 15px;
	}
}



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

	08. 導入について

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

/* 導入について：導入のステップ
--------------------------------------------------------- */
.step_box {
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}
.step_box:last-child {
	margin-bottom: 0;
}
.step_box:not(:last-child):before,
.step_box:not(:last-child):after {
	content: '';
	border-right: 1px solid #e95272;
	border-bottom: 1px solid #e95272;
	display: block;
	height: 12px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-60%);
					transform: rotate(45deg) translateX(-60%);
	width: 12px;
}
.step_box:not(:last-child):after {
	bottom: -48px;
}
.step_num {
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	height: 82px;
	padding-top: 18px;
	text-align: center;
}
.step_num span {
	display: block;
	font-size: 35px;
	padding-top: 2px;
}
.step_tit {
	color: #5cc04e;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 25px;
}
.step_txt {
	margin-bottom: 25px;
}
.step_btn {
	margin: 0 auto;
	max-width: 420px;
}
.step_free {
	background-color: #fff;
	border: 1px solid #33b965;
	border-radius: 10px;
	color: #5cc04e;
	font-weight: bold;
	margin: 25px auto 0 !important;
	max-width: 520px;
	padding: 18px 10px;
}

/*===============================================
  導入について：導入のステップ：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.step_box {
		margin-bottom: 60px;
	}
	.step_box:not(:last-child):before,
	.step_box:not(:last-child):after {
		bottom: -30px;
	}
	.step_box:not(:last-child):after {
		bottom: -38px;
	}
	.step_tit {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.step_txt {
		margin-bottom: 20px;
	}
	.step_btn {
		margin: 0 auto;
		max-width: 420px;
	}
	.step_free {
		padding: 10px;
	}
}

/* 導入について：使用料金・試用期間
--------------------------------------------------------- */
.plan_box {
	background-color: #fbfaf7;
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 62px;
	border: 1px solid #33b965;
	position: relative;
	text-align: center;
}
.plan_box:before,
.plan_box:after,
.plan_menu:before,
.plan_menu:after {
	content: '';
	background-color: #33b965;
	display: block;
	height: 6px;
	position: absolute;
	width: 6px;
}
.plan_box:before {top: 10px;	left: 10px;}
.plan_box:after {top: 10px;	right: 10px;}
.plan_menu:before {bottom: 10px;	left: 10px;}
.plan_menu:after {bottom: 10px;	right: 10px;}
.plan_box + .plan_box {
	margin-top: 20px;
}
.plan_box:first-of-type {
	background-image: url(/material/img/intro/plan_ico01.png);
}
.plan_box:nth-of-type(2) {
	background-image: url(/material/img/intro/plan_ico02.png);
}
.plan_box strong {
	font-size: 28px;
	margin: 0 0.1em;
}
.plan_box_tit {
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 105px;
}
.plan_box_tit ~ p,
.plan_box_tit ~ ul {
	padding: 0 10px;
}
.plan_box .caution {
	font-size: 12px;
	margin-top: 1.5em;
}
.plan_box .caution .em {
	color: #e95272;
}

.plan_menu {
	border-top: 1px dotted #33b965;
	margin-top: 30px;
	padding: 25px 25px 35px;
}
.plan_menu p {
	margin-bottom: 15px;
}
.plan_menu .grid_2col {
	margin: 0 auto -4%;
	max-width: 700px;
}
.plan_menu p.cmn_btn {
	margin: 0 auto;
	max-width: 340px;
}

.plan_box_cancel {
	border-color: #dedede;
}
.plan_box_cancel:before,
.plan_box_cancel:after,
.plan_box_cancel .plan_menu:before,
.plan_box_cancel .plan_menu:after {
	background-color: #b4b4b4;
}
.plan_box_cancel .plan_box_tit {
	color: #969696;
	margin-bottom: 25px;
	padding-top: 30px;
}
.plan_box_cancel .plan_menu {
	border-top: none;
	margin-top: 25px;
	padding-top: 0;
}

/*===============================================
  導入について：使用料金・試用期間：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.plan_box {
		background-position: center 20px;
		background-size: 50px;
	}
	.plan_box_tit {
		font-size: 18px;
		margin-bottom: 20px;
		padding-top: 85px;
	}
	.plan_menu {
		margin-top: 20px;
		padding: 15px 15px 35px;
	}
	.plan_menu .grid_2col {
		margin-bottom: -15px;
	}
	.plan_menu .grid_2col li {
		margin-bottom: 15px;
	}
}



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

	09. 使い方ガイド

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

/* 使い方ガイド：OHISの使い方
--------------------------------------------------------- */
.guide_panel {
	display: none;
}
.guide_panel.active {
	display: block;
}

.guide_menu {
	overflow: hidden;
	margin-bottom: 35px;
}
.guide_menu_upper {
	padding-top: 25px;
}
.guide_menu_bottom {
	margin-bottom: 0;
}
.guide_menu li {
	float: right;
	margin-left: 40px;
	position: relative;
	width: calc((100% - 120px)/4);
}
.guide_menu li:last-child {
	margin-left: 0;
}
.guide_menu a {
	background-color: #fbfaf7;
	border-radius: 0 5px 5px 0;
	color: #bebebe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	font-weight: bold;
	height: 80px;
	line-height: 1.5;
	padding: 0 5px 0 15px;
	position: relative;
	text-decoration: none;
}
.guide_menu li:last-child a {
	border-radius: 5px;
}
.guide_menu a.current {
	background-color: #33b965;
	color: #fff;
}
.guide_menu a:before {
	content: '';
	background: url(/material/img/guide/guide_bg_menu01.png) no-repeat;
	background-size: auto 100%;
	display: block;
	height: 80px;
	position: absolute;
	top: 0;
	left: -35px;
	width: 35px;
}
.guide_menu a.current:before {
	background-image: url(/material/img/guide/guide_bg_menu01_on.png);
}
.guide_menu li:last-child a:before {display: none;}
.guide_menu a:after {
	content: '';
	background-color: #fbfaf7;
	border-radius: 5px;
	display: block;
	height: 80px;
	position: absolute;
	top: 5px;
	right: -18px;
	-webkit-transform: rotate(49deg) skew(8deg);
					transform: rotate(49deg) skew(8deg);
	width: 68px;
	z-index: 10;
}
.guide_menu li:first-child a:after {display: none;}
.guide_menu a.current:after {background-color: #33b965;}
.device_com .guide_menu a:hover {
	opacity: 0.8;
}
.guide_menu li a span {
	position: relative;
	z-index: 100;
}

.guide_column {
	border: 1px dotted #33b965;
	padding: 15px;
}

.guide_tit {
	border-bottom: 1px dotted #33b965;
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin: 60px 0 20px;
	padding-bottom: 20px;
	text-align: center;
}

.guide_section {
	margin-bottom: 60px;
	padding-bottom: 1px;
	position: relative;
}
.guide_section:before,
.guide_section:after {
	content: '';
	border-right: 1px solid #e95272;
	border-bottom: 1px solid #e95272;
	display: block;
	height: 12px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-60%);
					transform: rotate(45deg) translateX(-60%);
	width: 12px;
}
.guide_section:after {
	bottom: -33px;
}
.guide_section_last {
	margin-bottom: 30px;
}
.guide_section_last:before,
.guide_section_last:after {display: none;}

.guide_step {
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	height: 82px;
	padding-top: 18px;
	text-align: center;
}
.guide_step span {
	display: block;
	font-size: 35px;
	padding-top: 2px;
}
.guide_subtit {
	color: #5cc04e;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
.guide_lead {
	margin-bottom: 25px;
	text-align: center;
}
.guide_img + .guide_lead {
	margin-top: 35px;
}
.guide_img {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.guide_img_base {
	width: 61.17%;
}
.guide_img_on {
	position: absolute;
	top: 0;
	left: 0;
}
.guide_caption {
	margin: 0 auto;
	max-width: 520px;
	width: 61.17%;
}
.guide_caption .caution {
	font-size: 12px;
}
.guide_next {
	margin-bottom: 40px;
}
.guide_next p:first-child {
	text-align: center;
}
.guide_next .cmn_btn {
	margin: 1.0em auto 0;
	max-width: 180px;
}

.guide_step04_column {
	background-color: #fbfaf7;
	color: #e95272;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 61.17%;
}
.guide_step04_column + .caution {
	font-size: 12px;
	margin: 0 auto;
	padding-left: 1.0em;
	text-indent: -1.0em;
	width: 61.17%;
}

.guide_table {
	line-height: 1.4;
	margin: 0 auto 20px;
	max-width: 620px;
}
.guide_table table {
	border: 1px solid #33b965;
	margin-top: 3px;
	width: 100%;
}
.guide_table th {
	background-color: #33b965;
	color: #fff;
	padding: 5px 10px;
}
.guide_table th:first-child {
	text-align: left;
}
.guide_table th + th {
	border-left: 1px solid #fff;
}
.guide_table td {
	border: 1px solid #33b965;
	padding: 5px 10px;
	text-align: center;
}
.guide_table td:first-child {
	text-align: left;
}
.guide_table .caption {
	margin-top: 3px;
	text-align: right;
}

.guide_hint {
	background: #fff url(/material/img/guide/report_ico_hint01.png) center 15px no-repeat;
	background-size: 44px auto;
	border: 1px dotted #e99c49;
	border-radius: 10px;
	margin: 20px auto 15px;
	max-width: 620px;
	padding: 80px 20px 30px;
	text-align: center;
}

.guide_column_step10 {
	border: 1px dotted #33b965;
	font-weight: bold;
	margin: 0 auto 20px;
	max-width: 620px;
	padding: 15px;
	text-align: center;
}
.guide_report {
	display: inline-block;
	margin: 0 10px;
	width: 100px;
}
.guide_ico_step {
	margin: 0 0.3em;
	vertical-align: middle;
}

/*===============================================
  使い方ガイド：OHISの使い方：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.guide_menu {
		margin-bottom: 25px;
	}
	.guide_menu_upper {
		padding-top: 5px;
	}

	.guide_menu li {
		margin-left: 12px;
		width: calc((100% - 36px)/4);
	}
	.guide_menu a {
		border-radius: 0 2px 2px 0;
		font-size: 12px;
		height: 70px;
		letter-spacing: -0.05em;
		line-height: 1.4;
		padding: 0 0 0 4px;
	}
	.guide_menu a:before {
		background: url(/material/img/guide/guide_bg_menu01_sp.png) no-repeat;
		background-size: auto 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		width: 12px;
	}
	.guide_menu a.current:before {
		background-image: url(/material/img/guide/guide_bg_menu01_sp_on.png);
	}
	.guide_menu a:after {
		background: url(/material/img/guide/guide_bg_menu02_sp.png) no-repeat;
		background-size: auto 100%;
		border-radius: 0;
		height: 100%;
		top: 0;
		right: -9px;
		-webkit-transform: none;
						transform: none;
		width: 12px;
	}
	.guide_menu a.current:after {
		background-color: transparent;
		background-image: url(/material/img/guide/guide_bg_menu02_sp_on.png);
	}

	.guide_tit {
		font-size: 18px;
		margin: 40px 0 15px;
		padding-bottom: 15px;
		text-align: center;
	}
	.guide_step {
		margin-bottom: 15px;
	}
	.guide_subtit {
		font-size: 22px;
	}
	.guide_lead {
		margin-bottom: 15px;
	}
	.guide_img + .guide_lead {
		margin-top: 25px;
	}
	.guide_img_base {
		width: auto;
	}
	.guide_img_on {display: none;}

	.guide_caption {
		width: 100%;
	}
	.guide_next {
		margin-bottom: 30px;
	}

	.guide_step04_column {
		padding: 5px;
		width: 100%;
	}
	.guide_step04_column + .caution {
		width: 100%;
	}

	.guide_hint {
		padding: 80px 10px 15px;
	}
}

/* 使い方ガイド：患者さんへの伝え方
--------------------------------------------------------- */
#report .contents {
	padding-bottom: 0;
}
#report_point01 {
	padding-top: 0;
}

.report_box_before {
	margin-bottom: 40px;
}
.report_box_before .container {
	padding: 0 60px;
}
.report_box_before .container:after {
	content: '';
	clear: both;
	display: block;
}
.report_box_before_inner {
	float: right;
	width: 60%;
}
.report_box_even .report_box_before_inner {
	float: none;
}
.report_point {
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	height: 101px;
	padding-top: 27px;
	text-align: center;
}
.report_point span {
	display: block;
	font-size: 42px;
}
.report_box_before .txt {
	margin-bottom: 25px;
	text-align: center;
}

.report_voice {
	position: relative;
	z-index: 10;
}
.report_voice li {
	background-color: #33b965;
	border-radius: 10px;
	color: #fffeab;
	font-weight: bold;
	line-height: 1.5;
	padding: 12px 20px;
	position: relative;
}
.report_voice li + li {
	margin-top: 5px;
}
.report_voice li:after {
	content: '';
	background: url(/material/img/guide/report_ico_voice01.png) no-repeat;
	background-size: contain;
	height: 13px;
	position: absolute;
	top: 60%;
	left: -10px;
	width: 13px;
}
.report_box_even .report_voice li:after {
	left: auto;
	right: -10px;
	-webkit-transform: scale(-1, 1);
					transform: scale(-1, 1);
}

.report_box_after {
	background-color: #fbfaf7;
	padding: 50px 0 30px;
	position: relative;
	text-align: center;
}
#report_point05 .report_box_after {
	padding: 50px 0;
}
.report_box_after:before,
.report_box_after:after {
	content: '';
	border-right: 1px solid #e95272;
	border-bottom: 1px solid #e95272;
	display: block;
	height: 12px;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: rotate(45deg) translateX(-60%);
					transform: rotate(45deg) translateX(-60%);
	width: 12px;
}
.report_box_after:after {
	top: 28px;
}
.report_box_after .container:after {
	content: '';
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 400px;
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
}
#report_point01 .report_box_after .container:after {
	background-image: url(/material/img/guide/report_img01.png);
	background-position: 85px bottom;
	top: -411px;
}
#report_point02 .report_box_after .container:after {
	background-image: url(/material/img/guide/report_img02.png);
	background-position: 85% bottom;
	top: -418px;
}
#report_point03 .report_box_after .container:after {
	background-image: url(/material/img/guide/report_img03.png);
	background-position: 10px bottom;
	top: -436px;
}
#report_point04 .report_box_after .container:after {
	background-image: url(/material/img/guide/report_img04.png);
	background-position: 85% bottom;
	top: -415px;
}
#report_point05 .report_box_after .container:after {
	background-image: url(/material/img/guide/report_img05.png);
	background-position: 80px bottom;
	top: -409px;
}
.report_box_after .lead + .report_hint {
	margin-top: 20px;
}
.report_hint {
	background-color: #fff;
	border: 1px solid #e99c49;
	border-radius: 10px;
	display: table;
	height: 70px;
	margin: 0 auto;
	max-width: 620px;
	text-align: left;
	width: 100%;
}
.report_hint span {
	background: url(/material/img/guide/report_ico_hint01.png) 20px center no-repeat;
	background-size: 44px auto;
	display: table-cell;
	line-height: 1.5;
	padding: 10px 15px 10px 90px;
	vertical-align: middle;
}
.report_hint + .caution {
	font-size: 12px;
	margin: 5px auto 0;
	max-width: 620px;
	text-align: left;
}

.report_video {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 60px !important;
	text-align: center;
}
.report_video p {
	margin-bottom: 10px;
}

/*===============================================
  使い方ガイド：患者さんへの伝え方：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.report_box_before {
		margin-bottom: 160px;
	}
	.report_box_before .container {
		padding: 0 10px;
	}
	.report_box_before_inner {
		float: none;
		width: 100%;
	}
	.report_point {
		font-size: 12px;
		margin-bottom: 10px;
		height: 80px;
		padding-top: 22px;
	}
	.report_point span {
		font-size: 30px;
	}
	.report_box_before .txt {
		margin-bottom: 20px;
	}

	.report_voice li {
		padding: 10px 15px;
	}
	.report_voice li:after {
		top: auto;
		bottom: -8px;
		left: 8%;
		-webkit-transform: scale(-1,1) rotate(-60deg);
						transform: scale(-1,1) rotate(-60deg);
	}
	.report_box_even .report_voice li:after {
		right: auto;
		left: 8%;
		-webkit-transform: scale(-1,1) rotate(-60deg);
						transform: scale(-1,1) rotate(-60deg);
	}
	.report_voice li + li {
		margin-top: 10px;
	}

	#report_point05 .report_box_after {
		padding: 50px 0 40px;
	}
	.report_box_after:before,
	.report_box_after:after {
		top: 24px;
	}
	.report_box_after:after {
		top: 32px;
	}
	.report_box_after .container:after {
		background-size: contain;
		height: 160px;
	}
	#report_point01 .report_box_after .container:after {
		background-position: center bottom;
		top: -193px;
	}
	#report_point02 .report_box_after .container:after {
		background-position: center bottom;
		top: -195px;
	}
	#report_point03 .report_box_after .container:after {
		background-position: center bottom;
		top: -202px;
	}
	#report_point04 .report_box_after .container:after {
		background-position: center bottom;
		top: -190px;
	}
	#report_point05 .report_box_after .container:after {
		background-position: center bottom;
		top: -190px;
	}

	.report_box_after .lead + .report_hint {
		margin-top: 15px;
	}

	.report_video {
		padding-bottom: 40px !important;
	}
	.report_video .grid_2col {
		margin-bottom: -10px;
	}
	.report_video li {
		margin-bottom: 10px;
	}
}

/* 使い方ガイド：ツール
--------------------------------------------------------- */
.tools_table {
	border: 1px solid #33b965;
	display: table;
	width: 100%;
}
.tools_table + .tools_table {
	border-top: none;
}
.tools_table dt {
	background-color: #fbfaf7;
	border-right: 1px dotted #33b965;
	display: table-cell;
	height: 280px;
	text-align: center;
	vertical-align: middle;
	width: 280px;
}
.tools_table dd {
	display: table-cell;
	padding: 20px 15px;
}
.tools_table dd h3 {
	color: #5cc04e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
}

.tools_book {
	background-color: #fbfaf7;
	margin-top: 15px;
	padding: 15px;
}

.tools_subtit {
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.tools_subtit:after {
	content: '';
	background-color: #33b965;
	height: 1px;
	margin-left: -15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
}

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

/*===============================================
  使い方ガイド：ツール：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	
	.tools_table {
		display: block;
	}
	.tools_table dt {
		border-right: none;
		border-bottom: 1px dotted #33b965;
		display: block;
		height: auto;
		padding: 15px 0;
		width: 100%;
	}
	.tools_table dd {
		display: block;
		padding: 15px;
	}
	.tools_table .cmn_btn a {
		font-size: 13px;
	}
}



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

	10. ダウンロード

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

/* ダウンロード：OHIS／リモートサポートツール
--------------------------------------------------------- */
/*24.8.31 add start */
#ohis .info_txt {
    border: 1px solid #e95272;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 50px;
}
#ohis .cmn_lead{
	text-align: left;
}
/*24.8.31 add end */
/* 23.2.16 add start */
.install_step_wrap{
	padding-top: 25px;
}
.install_step_wrap h2{
	background-color: #33b965;
	color: #fbfaf7;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
}
.install_step{
	overflow: hidden;
}
.install_step li{
	float: right;
  margin-left: 40px;
  position: relative;
  width: calc((100% - 200px)/5);
}
.install_step li:last-child{
	margin-left: 0;
}
.install_step li:first-child{
	margin-right: 40px;
}
.install_step div{
	background-color: #33b965;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	height: 60px;
	line-height: 1.5;
	padding: 0 5px 0 15px;
	position: relative;
}

.install_step div:after {
	content: '';
  background-color: #33b965;
	border-radius: 5px;
	display: block;
	height: 60px;
	position: absolute;
	top: 5px;
	right: -18px;
	-webkit-transform: rotate(49deg) skew(8deg);
	transform: rotate(49deg) skew(8deg);
	width: 50px;
	z-index: 10;
}

.install_discription li{
	float: right;
  margin: 10px 20px 0 0;
  width: calc((100% - 100px)/5);
	background-color: #fbfaf7;
	border: solid 1px #33b965;
	height: 270px;
	padding: 20px 10px;
}
	.install_discription li .install_step_sp{
		display: none;
	}
.install_discription li .install_discription_title{
	height: 50%;
	text-align: center;
	font-weight: bold;
	color: #33b965;
	border-bottom: solid 0.5px #333;
	
}
.install_discription li .install_discription_title span{
	width: 100%;
	display: block;
	padding-bottom: 20px;
	
}
.install_discription li .install_discription_title img{
	width: 70% !important;
  object-fit: contain;
}

.install_discription li .install_discription_txt{
	padding: 10px 5px 5px;
	font-size: 12px;
	line-height: 1.3;
}
/* 23.2.16 add end */
.ohis_table {
	margin-bottom: 35px;
}
.cmn_policy {
/* 2022.2 del 
  margin-top: 35px;
*/
/*2022.2 add */
  margin: 35px auto;
  width: 100%;
  max-width: 890px;
  box-sizing: border-box;
  padding: 0 20px;
/*2022.2 add */ 
}
.cmn_policy .lead {
	margin-bottom: 10px;
	text-align: center;
}
.cmn_policy_box {
	border: 2px solid #c8c8c8;
	height: 350px;
	margin-bottom: 25px;
	overflow-y: auto;
	padding: 20px 30px;
}
.cmn_policy_consent {
	font-size: 18px;
/* 2022.2 del	
  margin-bottom: 25px;
*/
	text-align: center;
/* 2022.2 add */
  width: 200px;
  background-color: #5cc04e;
  margin: 0 auto 25px;
}
/* 2022.2 add */
.cmn_policy_consent label{
  color: #FFF;
  font-weight: bold;
}

.cmn_policy_consent input {
	margin-right: 7px;
}
.cmn_policy .tit {
	color: #5cc04e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
.cmn_policy .subtit {
	font-weight: bold;
	margin: 25px 0 10px;
}
.cmn_policy .tit + .subtit {
	margin-top: 0;
}
.cmn_policy ol > li {
	line-height: 1.6;
	list-style: decimal;
	margin-left: 1.3em;
}
.cmn_policy ol > li + li {
	margin-top: 0.5em;
}
.cmn_policy li ul {
	margin: 0.3em 0 0.7em;
}
.cmn_policy li ul li {
	padding-left: 2.6em;
	text-indent: -2.6em;
}
/* 2022.2 add starat */
.cmn_policy .container{
  padding: 0;
  margin-bottom: 25px;
}
.ohis_instructions_wrap{
	margin-bottom: 50px;
	padding-top: 330px;
}

.ohis_instructions {
	background: linear-gradient(to top, #e2e2e2 0%, #fff 100%);
  border: 2px solid #b5b5b5;
  border-radius: 6px;
	width: 80%;
	margin: 0 auto;
}

.ohis_instructions a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	background-image: url(/material/img/common/ico_pdf01.png);
  background-position: 60px center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}
/* 2022.2 add end */

.ohis_attention_wrap {
	margin-bottom: 50px;
	padding-top: 375px;
}
.ohis_attention {
	background-color: #fbfaf7;
	border-top: 1px dotted #e95272;
	border-bottom: 1px dotted #e95272;
	border: solid 1px #cfcfcf;
	padding: 25px 30px;
	position: relative;
}
.ohis_attention + .ohis_attention {
	margin-top: 30px;
}
.ohis_attention a {
	display: block;
	text-decoration: none;
}

.ohis_attention:before,
.ohis_attention:after {
	content: '';
	background-color: #e95272;
	height: 2px;
	position: absolute;
	left: 0;
	width: 100%;
}

.ohis_attention:before {
	top: -5px;
}
.ohis_attention:after {
	bottom: -5px;
}


.ohis_attention .tit {
	color: #e95272;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	text-align: center;
}
.ohis_attention .tit_ico {
	border-bottom: 1px dotted #e95272;
	color: #e95272;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	margin: -25px 0 15px -30px;
	padding: 10px;
	text-align: center;
	width: calc(100% + 60px);
}
.ohis_attention .tit_ico:before {
	content: '';
	background: url(/material/img/common/ico_attention01.png) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	height: 23px;
	vertical-align: bottom;
	width: 22px;
}
.ohis_attention .lead {
	margin-bottom: 20px;
	text-align: center;
}
.ohis_attention .grid_3col a {
	background-position: 15px center;
	padding-left: 45px;
	text-align: left;
}
.ohis_attention .grid_4col li {
	background: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#fff));
	background: linear-gradient(to top, #e2e2e2 0%, #fff 100%);
	border: 2px solid #b5b5b5;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 15px 5px;
	text-align: center;
}
.ohis_attention .grid_4col .name {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	line-height: 1.3;
}
.ohis_attention .grid_4col li:nth-child(1) .name {color: #e64b3a;}
.ohis_attention .grid_4col li:nth-child(2) .name {color: #f6b300;}
.ohis_attention .grid_4col li:nth-child(3) .name {color: #009bd0;}
.ohis_attention .grid_4col li:nth-child(4) .name {color: #c12641;}
.ohis_attention .grid_4col p + p {
	margin-top: 0.3em;
}

.download_btn.js-off a {
	background-color: #ddd;
	pointer-events: none;
}

.ohis_caution {
	margin-top: 60px;
	text-align: center;
}
.ohis_caution h2 {
	color: #5cc04e;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-top: 90px;
	position: relative;
}
.ohis_caution h2:after {
	content: '！';
	background: url(/material/img/guide/report_bg_point01.png) center no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 35px;
	font-weight: bold;
	height: 68px;
	line-height: 68px;
	margin-left: -34px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	width: 68px;
}
.ohis_caution .ohis_tel {
	color: #e99c49;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 0.5em;
}
.ohis_tel span {
	font-size: 40px;
	line-height: 1.5;
}

/*===============================================
  ダウンロード：OHIS／リモートサポートツール：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	/* 23.2.16 add start */
	.install_step{
		display: none;
	}
	.install_step_wrap h2{
		font-size: 18px;
	}
	/* 24.8.20 バグ修正  start */
	.install_discription{
		display: flex;
		flex-direction: column-reverse;
	}
	/* 24.8.20 バグ修正  end */
	
	.install_discription li{
		float: none;
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		padding: 0;
		position: relative;
		margin-bottom: 60px;
	}
	
	/* 24.8.20 バグ修正 start */
	.install_discription li:first-child{
		margin-bottom: 0;
	}
	
	
	.install_discription li:not(:first-child):before,
	.install_discription li:not(:first-child):after {
		content: '';
		border-right: 1px solid #e95272;
		border-bottom: 1px solid #e95272;
		display: block;
		height: 12px;
		position: absolute;
		bottom: -35px;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-60%);
						transform: rotate(45deg) translateX(-60%);
		width: 12px;
	}
	
	.install_discription li:not(:first-child):after {
		bottom: -43px;
	}
	/* 24.8.20 バグ修正 end */
	
	.install_discription li .install_step_sp{
		display: block;
		width: auto;
		height: 100%;
		padding: 35px 10px;
		background-color: #33b965;
    text-align: center;
    color: #fbfaf7;
		font-weight: bold;
	}
	.install_discription li .install_step_sp span{
		font-size: 10px;
	}
	.install_discription li .install_discription_title{
		border-right: solid 0.5px #333;
		border-bottom: none;
		width: 20%;
		height: 100%;
    padding: 13px 0;
	}
	
	.install_discription li .install_discription_title span{
		padding-bottom: 0px;
		font-size: 12px;
	}
	

	.install_discription li .install_discription_title img {    
			height: 50px;
	}
	.install_discription li .install_discription_txt{
		width: 70%;
	}
	.install_discription li .install_discription_txt{
		padding: 0 5px 0; 
	}
	
	.ohis_attention_wrap{
		padding-top: 50px;
	}
	
	.ohis_instructions_wrap{
		padding-top: 50px;
	}
	
	.ohis_instructions_wrap .ohis_instructions{
		width: 100%;
	}

	.ohis_instructions a{
		background-position: 10px center;
		background-size: auto 20px;
	}
	.ohis_instructions a .tit {
		font-size: 16px;
	}
	.ohis_instructions a .lead{
		font-size: 10px;	
		color: #111;
	}
	
	/* 23.2.16 add end */
	.cmn_policy_box {
		height: 250px;
		padding: 20px 20px;
	}
	.cmn_policy_consent {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.ohis_attention {
		padding: 15px;
	}
	.ohis_attention .tit {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.ohis_attention .tit_ico {
		margin: -15px 0 15px -15px;
		width: calc(100% + 30px);
	}
	.ohis_attention .lead {
		text-align: left;
	}
	.ohis_attention .grid_4col li {
		border: 1px solid #b5b5b5;
		display: block;
		padding: 10px;
		text-align: center;
	}
	.ohis_attention .grid_4col .name {
		display: block;
		text-align: center;
	}
	.ohis_attention .grid_4col p + p {
		margin-top: 0;
	}

	.ohis_caution {
		margin-top: 50px;
	}
	.ohis_caution h2 {
		font-size: 18px;
		margin-bottom: 20px;
		padding-top: 80px;
	}
	.ohis_caution h2:after {
		font-size: 32px;
		height: 58px;
		line-height: 58px;
		margin-left: -29px;
		width: 58px;
	}
	.ohis_caution .ohis_tel {
		font-size: 16px;
	}
	.ohis_tel span {
		font-size: 30px;
	}
}
/*===============================================
  ダウンロード：OHIS 2021/04/05追記
===============================================*/
.os{
    color:#e30030;
    font-weight: bold;
    }
.os+.caution{
    font-size:14px;
    }
#mac .contents .container .text_container{
    background-color: #fbfaf7;
    padding:20px;
    border: 1px solid #33b965;
}
#mac .contents .container .text_container .text_box{
    margin-top: 40px;
    line-height: 1.5;
}
#mac .contents .container .text_container .text_box:first-of-type{
    margin-top: 20px;
}
#mac .contents .container .text_container .text_box dt{
    color:#333;
    font-weight: bold;
}
#mac .contents .container .text_container .text_box dd{
    margin-top: 10px;
}
#mac .contents .container .text_container .text_box dd ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top:solid 1px #333;
    border-left:solid 1px #333;
    font-size:13px;
}
#mac .contents .container .text_container .text_box dd ul li:first-of-type{
    font-weight: bold;
    color: white;
}
#mac .contents .container .text_container .text_box dd ul li:last-of-type{
    border-bottom: solid 1px #333;
}
#mac .contents .container .text_container .text_box dd ul:first-of-type{
    border-right: solid 1px #333;
}
#mac .contents .container .text_container .text_box dd ul:first-of-type li:first-of-type{
    background-color: #e95272;
}
#mac .contents .container .text_container .text_box dd ul:last-of-type{
    margin-top: 20px;
}
#mac .contents .container .text_container .text_box dd ul:last-of-type li:first-of-type{
    background-color: #f49364;
}
#mac .contents .container .text_container .text_box dd ul:last-of-type li{
    border-right: solid 1px #333;
}
#mac .contents .container .text_container .text_box .price{
    text-indent: -1em;
    padding-left: 1em;
}
#mac .contents .container .text_container .attention_text{
    margin-top: 40px;
}
@media screen and (min-width:768px) {
    #mac .contents .container .text_container .text_box dt{
        font-size:15px;
    }
    #mac .contents .container .text_container .text_box dd{
        margin-top: 10px;
    }
    #mac .contents .container .text_container .text_box:first-of-type dd{
        display: flex;
    }
    #mac .contents .container .text_container .text_box dd ul{
        width:50%;
    }
    #mac .contents .container .text_container .text_box dd ul:first-of-type{
        border-right: none;
    }
    #mac .contents .container .text_container .text_box dd ul:last-of-type{
        margin-top: 0px;
    }
}
/* ---------------------------------------------------------

	11. Q&A

--------------------------------------------------------- */
.faq_menu_wrap {
	margin-bottom: 10px;
}
.faq_menu {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.faq_menu:after {
	content: '';
	clear: both;
	display: block;
}
.faq_menu.js-fixed {
	max-width: 850px;
	position: fixed;
	top: 25px;
	left: auto;
	width: 100%;
	z-index: 100;
}
.faq_menu.js-stop {
	max-width: 850px;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.faq_menu li {
	border-left: 2px solid #fcf9ef;
	float: left;
	/*width: calc((100% - 1px) / 6); 23.02 del */
	width: calc((100% - 1px) / 5); /* 23.02 add */
}
.faq_menu li:first-child {
	border-left: none;
}
.faq_menu a {
	background-color: #33b965;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: auto 23px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-weight: bold;
	height: 80px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.faq_menu li:nth-child(1) a {background-image: url(/material/img/faq/faq_ico_menu01.png);}
.faq_menu li:nth-child(2) a {background-image: url(/material/img/faq/faq_ico_menu02.png);}
.faq_menu li:nth-child(3) a {background-image: url(/material/img/faq/faq_ico_menu03.png);}
.faq_menu li:nth-child(4) a {background-image: url(/material/img/faq/faq_ico_menu04.png);}
.faq_menu li:nth-child(5) a {background-image: url(/material/img/faq/faq_ico_menu06.png);}
.faq_menu li:nth-child(6) a {background-image: url(/material/img/faq/faq_ico_menu06.png);}
.faq_menu a:after {
	content: '';
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 12px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: rotate(-45deg) translateX(-50%);
					transform: rotate(-45deg) translateX(-50%);
	width: 12px;
}
.faq_menu li:first-child a {
	border-radius: 10px 0 0 10px;
}
.faq_menu li:last-child a {
	border-radius: 0 10px 10px 0;
}
.device_com .faq_menu a:hover {
	opacity: 0.8;
}

.faq_tit {
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: auto 31px;
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px;
	padding: 65px 0 15px;
	position: relative;
	text-align: center;
}
.faq_tit:after {
	content: '';
	background-color: #33b965;
	height: 1px;
	margin-left: -15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
}
#faq01 {background-image: url(/material/img/faq/faq_ico_tit01.png);}
#faq02 {background-image: url(/material/img/faq/faq_ico_tit02.png);}
#faq03 {background-image: url(/material/img/faq/faq_ico_tit03.png);}
#faq04 {background-image: url(/material/img/faq/faq_ico_tit04.png);}
#faq05 {background-image: url(/material/img/faq/faq_ico_tit05.png);}
#faq06 {background-image: url(/material/img/faq/faq_ico_tit06.png);}

.faq_subtit {
	font-weight: bold;
	margin: 15px 0;
	padding-top: 20px;
}
.faq_tit + .faq_subtit {
	margin-top: -20px;
}

.faq_item dt {
	background-color: #fff;
	border: 1px solid #33b965;
	color: #5cc04e;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 7px;
	padding: 9px 12px 9px 52px;
	position: relative;
}
.faq_item dt:after {
	content: 'Q';
	background-color: #33b965;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
}
.faq_item dd {
	line-height: 1.8;
	padding: 9px 12px 9px 52px;
	position: relative;
}
.faq_item dd:after {
	content: 'A';
	color: #e95272;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
}
.faq_item dd .tit {
	color: #e95272;
	font-weight: bold;
}
.faq_item dd .subtit {
	font-weight: bold;
}
.faq_item dd .tit + p,
.faq_item dd .subtit + p {
	margin-top: 0;
}
.faq_item dd .em {
	color: #e95272;
}
.faq_item dd p + .faq_caution {
	font-size: 12px;
	margin-top: 0.5em;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.faq_item dd .faq_caution + p {
	margin-top: 1.4em;
}

.faq_required {
	background-color: #fbfaf7;
	display: inline-block;
	margin-top: 0.5em;
	padding: 10px;
}
.faq_required + p {
	margin-top: 1.0em;
}
.faq_required p + p {
	margin-top: 0;
}
.faq_required .tit {
	color: #e95272;
	font-weight: bold;
	margin-bottom: 3px;
}
.faq_required .caution {
	font-size: 12px;
}

.faq_lead {
	margin: 25px 0 -10px;
	text-align: center;
}

.faq_virus {
	margin-top: 1.0em;
}
.faq_virus li {
	background-color: #fff;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.faq_virus .name {
	color: #5cc04e;
	font-size: 13px;
	font-weight: bold;
}
.faq_virus p + p {
	margin-top: 0;
}
/*[使用PCの変更]　一時的に追加*/
.faq_item .attention_txt {
	background: linear-gradient(transparent 60%, #ffff82 0%);
}

.faq_item .install_txt {
	display: inline-block;
	background-color: #33B965;
	margin-top: 10px;
}
.faq_item .install_txt a {
	line-height: 2.0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 20px 20px 30px;
}
.faq_item .install_txt a span.attention_link {
	position: relative;
	padding-left: 6px;
}
.faq_item .install_txt a span.attention_link:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	width: 0;
	height: 0;
	margin: -6px 0 0 0;
	border-top: 12px solid #ffff82;
	border-left: 12px solid transparent;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.faq_item a.install .attention_link {
	position: relative;
	border-bottom: 1px solid #D9D9D6;
	color: #fff;
	font-weight: bold;
	background-color: #33B965;
	padding: 10px 25px 10px 10px;
}

/*===============================================
  Q&A：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.faq_menu_wrap {display: none;} /* 23.2.16 add */
	.faq_menu li {
		border-bottom: 2px solid #fcf9ef;
		width: calc(100% / 3);
	}
	.faq_menu li:nth-child(3n+1) {
		border-left: none;
	}
	.faq_menu li:nth-child(n+4) {
		border-bottom: none;
	}
	.faq_menu a {
		background-color: #33b965;
		background-image: none !important;
		display: block;
		font-size: 12px;
		height: 40px;
		padding-top: 5px;
	}
	.faq_menu li:first-child a {
		border-radius: 10px 0 0 0;
	}
	.faq_menu li:nth-child(3) a {
		border-radius: 0 10px 0 0;
	}
	.faq_menu li:nth-child(4) a {
		border-radius: 0 0 0 10px;
	}
	.faq_menu li:last-child a {
		border-radius: 0 0 10px 0;
	}
}

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

	11＿2. インストール

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

/* レスポンシブ対応の画像 */
/* 2022.2 del
#faq #install img {
	height: auto;
	max-width: 100%;
}
*/
/* iOS ボタンデフォルト リセット*/
#faq #install input[type="button"],
#faq #install input[type="submit"],
#faq #install .form_btn_area .submit_btn{					
    -webkit-appearance: none;
}
/* iOS デフォルト　シャドウリセット */					
#faq #install input[type="submit"],
#faq #install input[type="button"],
#faq #install input[type="text"],
#faq #install input[type="tel"],
#faq #install input[type="email"],
#faq #install textarea,
#faq #install select
{					
	-webkit-appearance: none;
	height: 36px;
	border:1px solid #cfcfcf;
	border-radius: 0;
	padding: 0 5px;
}
#faq #install .input_txt02 {
	width: 20%;
}
#faq #install .input_txt03 {
	width: 30%;
}

/*セレクトボタン*/
#faq #install .select_wrapper {
	position: relative;
	overflow: hidden;
}
#faq #install .select_wrapper:before {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 24px;
	height: 34px;
	content: '';
	pointer-events: none;
	background: #d2d2d2;
}
#faq #install .select_wrapper:after {
	position: absolute;
	top: 22px;
	right: 28px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	border: none;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
#faq #install .select_wrapper select {
	width: 100%;
	height: 34px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
#faq #install {
	max-width: 660px;
}
#faq #install .ttl {
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	color: #5cc04e;
	border-left: 2px solid #5cc04e;
	padding-left: 4px;
	margin-bottom: 20px;
}
#faq #install .flex_box {
	display: flex;
}
#faq #install .flex_box li:first-of-type {
	margin-right: 10px;
}
#faq #install .contact_required {
	margin-bottom: 30px;
}
/* 2022.2 add */
#faq #install .bold{
  border: none;
  color: #111;
  /* padding: inherit; 2023.11.29 del */
  font-size: 14px;
}

#faq #install .contact_required li {
	line-height: 1.6;
	margin-bottom: 16px;
	text-indent:-1em; /* 2023.11.29 add */
  padding-left:1em; /* 2023.11.29 add */
}
#faq #install .contact_required li li{
	font-size: 13px;
	line-height: 1.6;
	text-indent: 1em;
	margin-bottom: 2px;
}

#faq #install .form_table {
	padding: 20px;
}
#faq #install .form_table tr{
	border-bottom: 6px solid #f6f4ee;
}

/* 2022.2 add */
#faq #install form .container{
  padding: 0;
  margin-top:40px; 
}

#faq #install .form_btn_area .submit_btn {
	width: 100%;
	height: 40px;
	display: block;
	font-weight: bold;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #e99c49;
	color: #fff;
	text-decoration: none;
	padding: 16px 0 30px;
}
#faq #install .form_btn_area .submit_btn:hover {
	opacity: 0.6;
}
/*確認画面*/
#faq .confrm_inner fieldset {
	max-width: 860px;
	border: 1px solid #33b965;
	padding: 20px 40px 30px;
	margin: 0 auto;
}
#faq .confrm_inner legend {
	font-size: 18px;
	font-weight: bold;
	color: #5cc04e;
}
#faq .confrm_inner #entry_err {
	margin-top: 0;
}
#faq .confrm_inner #entry_err .info_txt {
	font-weight: bold;
	margin-bottom: 20px;
}
#faq .confrm_inner #entry_err .attention_txt {
	font-size: 13px;
	color: #FF5053;
	margin-bottom: 20px;
}
#faq .confrm_inner #entry_err .error_messe {
	line-height: 1.0;
	color: #FF5053;
}
/*戻るボタン*/
#faq .confrm_inner .submit_wrapper {
	max-width: 860px;
	margin: 0 auto;
}
#faq .confrm_inner .submit_wrapper a.back100 {
	max-width: 250px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #edac67;
	text-decoration: none;
	padding: 20px 0;
	margin: 20px auto 80px;
}
#faq .confrm_inner a:hover {
	opacity: 0.6;
}

@media screen and (max-width:767px) {
	/* #faq .container {
		padding: 0 20px;
	} 23.2.16 del*/
	#faq #install .select_wrapper:before {
		top: 0;
		right: 15px;
	}
	#faq #install .select_wrapper:after {
		top: 12px;
		right: 24px;
	}
}
@media screen and (max-width:400px) {
	#faq #install .hyphen {
		margin: 0 -4px;
	}
}
/*19.07.29 追記*/
#faq #install .info_txt {
    border: 1px solid #e95272;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 50px;
}


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

	12. 動画で学ぶOHIS

--------------------------------------------------------- */
.movie_list {
	margin-bottom: 0;
	margin-top: -4%;
}
.movie_list li {
	margin-bottom: 0;
	padding-top: 4%;
}
.movie_link a {
	outline: none;
}
.movie_tit {
	color: #e95272;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 10px;
}

/* 23.6.19 add */
.seminar{
	background-color: rgba(225,216,191,0.2);
}

.seminar h3{
	text-align: center;
	padding: 30px 0 50px;
}

#movie_seminar div .movie_tit{
	padding-top: 0;
}

@media screen and (min-width: 767px) {
	.seminar h3{
		padding-top: 0;	
	}
	#movie_seminar div .movie_tit{
		margin-top: 0;
	}
	#movie_seminar{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#movie_seminar .movie_link, #movie_seminar div{
		width: 48%;
	}
}

/*===============================================
  動画で学ぶOHIS：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.movie_list {
		margin: -10% auto 0;
		max-width: 410px;
	}
	.movie_list li {
		padding-top: 10%;
	}
	.movie_tit {
		font-size: 15px;
		margin: 15px 0 10px;
	}
}



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

	13. 導入医院インタビュー

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

/* インタビュー：インデックス
--------------------------------------------------------- */
.int_index_list {
	overflow: visible;
}
.int_index_list:after {
	content: '';
	clear: both;
	display: block;
}
.int_index_list > li {
	background-color: #fff;
	border: 1px solid #33b965;
	position: relative;
}
.int_index_list a {
	color: #111;
	display: block;
	text-decoration: none;
}
.int_index_tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	padding: 15px;
}
.int_index_info {
	display: table;
	min-height: 80px;
	width: 100%;
}
.int_index_info li {
	display: table-cell;
}
.int_index_pref {
	background-color: #33b965;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.int_index_name {
	border-top: 1px solid #33b965;
	padding: 10px;
	vertical-align: middle;
}
.int_index_name h3 {
	color: #5cc04e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2px;
}
.int_index_name p {
	line-height: 1.4;
}
.device_com .int_index_list a:hover h2,
.device_com .int_index_list a:hover ol {
	opacity: 0.8;
}

.int_index_new:after {
	content: '';
	background: url(/material/img/interview/index_ico_new01.png) no-repeat;
	background-size: contain;
	height: 36px;
	position: absolute;
	top: 10px;
	left: -11px;
	width: 88px;
}

/*===============================================
  インタビュー：インデックス：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.int_index_tit {
		font-size: 15px;
		line-height: 1.5;
		padding: 15px 10px;
	}
	.int_index_new:after {
		height: 28px;
		top: 3px;
		left: -9px;
	}
}

/* インタビュー：個別共通
--------------------------------------------------------- */
.int_cmn_tit {
	color: #5cc04e;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
	text-align: center;
}

.int_cmn_subtit {
	color: #5cc04e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: -15px 0 40px;
	text-align: center;
}

.int_cmn_mv {
	margin-bottom: 35px;
	position: relative;
}
.int_cmn_info {
	background-color: rgba(9,85,35,0.7);
	color: #fff;
	display: table;
	padding: 15px;
	position: absolute;
	/*bottom: 10px;
	left: 10px; 23.2.16 変更*/
	bottom: 20px;
	left: 20px;
}
.int_cmn_info li {
	display: table-cell;
}
.int_cmn_pref {
	background-color: #33b965;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.int_cmn_name {
	padding-left: 15px;
	vertical-align: middle;
}
.int_cmn_name h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.int_cmn_name p {
	line-height: 1.4;
}

.int_cmn_lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 40px;
	text-align: center;
}

.int_cmn_menu {
	margin-bottom: 35px;
	overflow: hidden;
}
.int_cmn_menu li {
	border: 1px solid #33b965;
	border-radius: 6px;
	float: left;
}
.int_cmn_3menu li {
	width: 32.7%;
}
.int_cmn_3menu li + li {
	margin-left: 0.95%;
}
.int_cmn_4menu li {
	width: 24.5%;
}
.int_cmn_4menu li + li {
	margin-left: 0.66%;
}
.int_cmn_menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-weight: bold;
	height: 100%;
	line-height: 1.6;
	padding: 20px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.int_cmn_menu a:before {
	content: '';
	background-color: #33b965;
	border-radius: 0 0 4px 4px;
	height: 5px;
	margin-left: -40px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 80px;
}
.int_cmn_menu a:after {
	content: '';
	border-bottom: 1px solid #33b965;
	border-left: 1px solid #33b965;
	height: 12px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	-webkit-transform: rotate(-45deg) translateX(-50%);
					transform: rotate(-45deg) translateX(-50%);
	width: 12px;
}

.int_cmn_box {
	background-color: #fff;
	border-top: 1px dotted #33b965;
	border-bottom: 1px dotted #33b965;
	padding: 30px;
	position: relative;
}
.int_cmn_box:before {
	content: '';
	background-color: #33b965;
	height: 2px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
}
.int_cmn_box + .int_cmn_box {
	margin-top: 25px;
}
.int_cmn_boxtit {
	background-color: #fbfaf7;
	border-bottom: 1px dotted #33b965;
	color: #5cc04e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: -30px 0 30px -30px;
	padding: 10px 15px 10px 30px;
	position: relative;
	width: calc(100% + 60px);
}
.int_cmn_question {
	padding-left: 45px;
}
.int_cmn_question:before {
	content: 'Q';
	background-color: #5cc04e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 34px;
}

.int_cmn_box_talk {
	padding: 0;
}
.int_cmn_box_talk .int_cmn_boxtit {
	margin: 0;
	width: 100%;
}
.int_cmn_box_talk > dl {
	min-height: 100px;
	padding: 25px 30px;
}
.int_cmn_box_talk > dl:nth-of-type(even) {
	background-color: #fbfaf7;
}
.int_cmn_box_talk dt {
	float: left;
	font-size: 13px;
	padding-top: 52px;
	position: relative;
	text-align: center;
	width: 4em;
}
.int_cmn_box_talk dt:after {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	display: block;
	height: 46px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
}
.int_cmn_box_talk dd {
	line-height: 1.8;
	padding-left: 5.5em;
}

.int_person_right dt {
	float: right;
}
.int_person_right dd {
	padding-left: 0;
	padding-right: 5.5em;
}

.int_cmn_column {
	background-color: #fbfaf7;
	border: 2px solid #dcdcdc;
	margin-top: 20px;
	padding: 15px;
}
.int_cmn_column .tit {
	color: #5cc04e;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
}
.int_cmn_column + .cmn_caption {
	font-size: 12px;
	margin-top: 3px;
}

.int_cmn_box + .caution {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: right;
}

.int_cmn_box_dh {
	background: url(/material/img/interview/bg_box_dh01.png);
	background-size: 178px;
	border: 3px solid #f5c8da;
	border-radius: 20px;
	margin-top: 30px;
	overflow: hidden;
	padding: 30px;
}
.int_cmn_box_dh > ul > li {
	float: left;
}
.int_cmn_box_dh .img {
	color: #e4519a;
	font-weight: bold;
	text-align: center;
	width: 150px;
}
.int_cmn_box_dh .img .job {
	display: block;
}
.int_cmn_box_dh .img rt {
	font-size: 10px;
}
.int_cmn_box_dh .txt {
	padding-left: 30px;
	width: calc(100% - 150px);
}
.int_cmn_box_dh .tit {
	color: #e4519a;
	font-size: 20px;
	font-weight: bold;
}

/* 23.2.16 add */
.int_cmn_tit_new{
	color: #111;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
	text-align: left;
}
.int_cmn_name_new,
.int_cmn_clinicname_new{
	font-size: 18px;
}
.int_cmn_name_new{
	margin-bottom: 20px;
}
.int_cmn_clinicname_new{
	font-size: 20px;
}
.int_cmn_info_new {
	color: #111;
	padding: 15px;
	bottom: 10px;
	left: 10px;
}
.int_cmn_lead_new {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 40px;
	text-align: left;
	position: relative;
	border-top: 1px solid #33b965;
  border-bottom: 1px solid #33b965;
	padding: 20px 10px;
}
.int_cmn_lead_new:before {
	content: '';
	background-color: #33b965;
	height: 2px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
}
.int_cmn_box_new {
	padding: 30px 0;
}

.int_cmn_box_new p {
	text-indent: 1em;
	font-size: 16px;
	margin-top: 0 !important;
}



.int_cmn_boxtit_new {
	border-left: 3px solid #33b965;
	color: #33b965;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
  padding: 5px 10px;
	//width: calc(100% + 60px);
	width:calc(100% + 10px);
}

/*===============================================
  インタビュー：個別共通：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.int_cmn_tit {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.int_cmn_subtit {
		font-size: 14px;
		margin: -10px 0 20px;
	}

	.int_cmn_mv {
		margin-bottom: 25px;
	}
	.int_cmn_info {
		padding: 10px;
		position: static;
		width: 100%;
	}

	.int_cmn_lead {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 25px;
		text-align: justify;
	}

	.int_cmn_menu {
		margin-bottom: 35px;
		overflow: hidden;
	}
	.int_cmn_menu li {
		border: 1px solid #33b965;
		border-radius: 6px;
		float: none;
	}
	.int_cmn_3menu li,
	.int_cmn_4menu li {
		width: 100%;
	}
	.int_cmn_3menu li + li,
	.int_cmn_4menu li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.int_cmn_menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-weight: bold;
		height: 100%;
		line-height: 1.6;
		padding: 20px;
		position: relative;
		text-align: center;
		text-decoration: none;
	}
	.int_cmn_menu a:before {
		content: '';
		background-color: #33b965;
		border-radius: 0 0 4px 4px;
		height: 5px;
		margin-left: -40px;
		position: absolute;
		top: 0;
		left: 50%;
		width: 80px;
	}
	.int_cmn_menu a:after {
		content: '';
		border-bottom: 1px solid #33b965;
		border-left: 1px solid #33b965;
		height: 12px;
		position: absolute;
		bottom: 12px;
		left: 50%;
		-webkit-transform: rotate(-45deg) translateX(-50%);
						transform: rotate(-45deg) translateX(-50%);
		width: 12px;
	}

	.int_cmn_box {
		padding: 15px;
	}
	.int_cmn_boxtit {
		font-size: 15px;
		margin: -15px 0 15px -15px;
		padding: 10px;
		width: calc(100% + 30px);
	}
	.int_cmn_question {
		padding-left: 45px;
	}
	.int_cmn_question:before {
		content: 'Q';
		background-color: #5cc04e;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 2.0;
		position: absolute;
		top: 5px;
		left: 0;
		text-align: center;
		width: 34px;
	}

	.int_cmn_box_talk {
		padding: 0;
	}
	.int_cmn_box_talk .int_cmn_boxtit {
		margin: 0;
		width: 100%;
	}
	.int_cmn_box_talk > dl {
		padding: 15px 10px;
	}
	.int_cmn_box_talk dd {
		padding-left: 5em;
	}

	.int_person_right dd {
		padding-left: 0;
		padding-right: 5em;
	}

	.int_cmn_box_dh {
		background-size: 89px;
		border-radius: 15px;
		margin-top: 25px;
		padding: 15px;
	}
	.int_cmn_box_dh > ul > li {
		float: none;
	}
	.int_cmn_box_dh .img {
		margin-bottom: 15px;
		width: 100%;
	}
	.int_cmn_box_dh .img .job {
		display: inline;
		margin-right: 1.0em;
	}
	.int_cmn_box_dh .txt {
		padding-left: 0;
		width: 100%;
	}
	.int_cmn_box_dh .tit {
		font-size: 16px;
	}
}

/* インタビュー：01 柴田歯科医院
--------------------------------------------------------- */
.int02_box_col {
	margin-top: 1.0em;
}
.int02_box_col li {
	width: 53%;
}
.int02_box_col li:last-child {
	width: 43%;
}

#interview_01 .int_cmn_column .grid_2col > li {
	min-height: 160px;
}
#interview_01 .int_cmn_column li:last-child {
	position: relative;
}
#interview_01 .int_cmn_column li:last-child img {
	position: absolute;
	bottom: 0;
}

/*===============================================
  インタビュー：01 柴田歯科医院：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.int02_box_col {
		margin-bottom: -1.0em;
	}
	.int02_box_col li,
	.int02_box_col li:last-child {
		margin-bottom: 1.0em;
		width: 100%;
	}

	#interview_01 .int_cmn_column .grid_2col > li {
		min-height: inherit;
	}
	#interview_01 .int_cmn_column li:last-child img {
		position: static;
	}
}

/* インタビュー：03 本川越歯科
--------------------------------------------------------- */
.int03_terada:after {
	background-image: url(/material/img/interview/int03_ico01.jpg);
}
.int03_kishimoto:after {
	background-image: url(/material/img/interview/int03_ico02.jpg);
}

/* インタビュー：04 ホワイト歯科
--------------------------------------------------------- */
.int04_endou {color: #39a02a;}
.int04_endou:after {
	background-image: url(/material/img/interview/int04_ico01.jpg);
}
.int04_kimishima {color: #b97124;}
.int04_kimishima:after {
	background-image: url(/material/img/interview/int04_ico02.jpg);
}
.int04_onuma {color: #bd304e;}
.int04_onuma:after {
	background-image: url(/material/img/interview/int04_ico03.jpg);
}

/* インタビュー：05 おかざき歯科クリニック
--------------------------------------------------------- */
#interview_05 .int_cmn_menu li:last-child br {
	display: block;
}
.int05_okazaki:after {
	background-image: url(/material/img/interview/int05_ico01.jpg);
}
.int05_matsubara:after {
	background-image: url(/material/img/interview/int05_ico02.jpg);
}

/*===============================================
  インタビュー：05 おかざき歯科クリニック：768px以上810px以下
===============================================*/
@media screen and (min-width: 768px) and (max-width: 810px) {
	#interview_05 .int_cmn_menu li:last-child br {
		display: none;
	}
}



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

	14. お問い合わせ・資料請求／解約について

--------------------------------------------------------- */
.contact_lead {
	margin-bottom: 25px;
	text-align: left;/*2021.03.26centerからleftへ変更*/
}
.contact_lead em {
	color: #e95272;
	font-style: normal;
}

.contact_box {
	background-color: #fff;
	border: 1px solid #33b965;
	margin-bottom: 30px;
	padding: 15px 5px 10px 15px;
}
.contact_box h2 {
	color: #5cc04e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: -0.5em;
	text-align: center;	
}
.contact_box li {
	display: block;
	line-height: 1.8;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.contact_box li:first-child {
	margin-right: 2.0em;
}
.contact_box .caution {
	font-size: 12px;
}
.contact_box.zoom_text{/*2021.03.30追記*/
    margin-top: 30px;
    margin-bottom: 10px;
}
.contact_required {
	margin-bottom: 5px;
}
.contact_required span {
	border: 1px solid #e95272;
	border-radius: 6px;
	color: #e95272;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

.form_table {
	background-color: #fbfaf7;
	width: 100%;
}
.form_table tr {
	border-top: 2px solid #f6f4ee;
}
.form_table table tr {
	border-top: none;
}
.form_table th {
	clear: both;
	font-weight: normal;
	line-height: 1.8;
	padding: 15px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 230px;
}
.form_table table th {
	width: 230px;
}
.form_table th.required:before {
	content: '必須';
	border: 1px solid #e95272;
	border-radius: 6px;
	color: #e95272;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
	padding: 0 3px;
}
.form_table td {
	color: #333;
	padding: 10px 20px;
}
.form_table input[type="text"],
.form_table input[type="email"],
.form_table input[type="tel"],
.form_table input[type="number"] {
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	color: #333;
	height: 33px;
	line-height: 33px;
	min-width: 80px;
	padding: 0 5px;
	vertical-align: middle;
	width: 100%;
}
.form_table input[type="checkbox"],
.form_table input[type="radio"] {
	margin-right: 0.3em;
	vertical-align: middle;
}
.form_table select {
	background-color: #fff;
	border: none;
	font-size: 14px;
	height: 33px;
	margin-left: 0.5em;
	outline: 1px solid #cfcfcf;
	outline-offset: -1px;
	width: 168px;
}
.form_table textarea {
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	height: 125px;
	line-height: 1.5;
	padding: 5px;
	resize: none;
	width: 100%;
}
.form_table p + p {
	margin-top: 0.8em;
}
.form_table .cmn_label {
	display: inline-block;
	width: 2.5em;
}

.form_check label + label {
	margin-left: 1.0em;
}

#contact_input .form_name td,
#contact_input .form_kana td,
#cancel_input .form_name td,
#cancel_input .form_kana td {
	letter-spacing: -.5em;
}
.form_name label,
.form_kana label {
	display: inline-block;
	letter-spacing: normal;
	width: 40%;
}
.form_name label + label,
.form_kana label + label {
	margin-left: 2%;
}
.form_name label input[type="text"],
.form_kana label input[type="text"] {
	width: calc(100% - 2.5em);
}

.form_mail_check label {
	margin-left: 1.0em;
}
.form_mail_check label:first-child {
	margin-left: 0;
}
.form_mail_check input[type="text"] {
	margin-left: 0.2em;
	width: calc(100% - 15.6em);
}

.form_job label {
	margin-left: 1.0em;
}
.form_job label:first-child {
	margin-left: 0;
}
.form_job input[type="text"] {
	margin-left: 0.2em;
	width: calc(100% - 21.8em);
}

.form_clinic_tel input,
.form_clinic_fax input,
.form_clinic_address .p-postal-code[size="4"],
.form_other_address .p-postal-code[size="4"],
.form_other_tel input {
	max-width: 120px;
}
.form_clinic_address .p-postal-code[size="3"],
.form_other_address .p-postal-code[size="3"] {
	max-width: 80px;
}
.form_clinic_address .p-extended-address[type="text"],
.form_other_address .p-extended-address[type="text"] {
	width: calc(100% - 2.5em);
}
.form_other_address > p:first-of-type {
	line-height: 1.5;
	margin: 0.5em 0 1.2em;
}

#contact_input .form_other > td {
	padding: 0;
}
.form_other_btn {
	display: none;
}
.form_other_wrap {
	display: block;
}

.form_reason td {
	line-height: 1.8;
}
.form_reason li {
	letter-spacing: -0.05em;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.form_btn_area {
	margin: 40px 0 105px;
	text-align: center;
}
#thanks .form_btn_area {
	margin-top: 70px;
}
.form_btn_area li {
	display: inline-block;
	max-width: 400px;
	width: 100%;
}
.form_btn_area .form_btn_back {
	margin-right: 10px;
	margin-left: -120px;
	max-width: 110px;
}
.form_btn_area .form_btn_error a,
.form_btn_area .form_btn_back a,
.form_btn_area .form_btn_top a {
	background-color: #757575;
}
.form_btn_area a:hover {
	color: #fff;
	opacity: 0.8;
}

#entry_err {
	margin-top: 25px;
}
#entry_err h3 {
	color: #f00;
	font-size: 16px;
	line-height: 1.5;
}
.error_box {
	background-color: #fff;
	color: #f00;
	line-height: 1.7;
	margin-top: 15px;
	padding: 25px;
}
#cancel_input .resume span{
    display: block;
    margin-top: 10px;
}
#cancel_input .resume+tr{
    border-top:0;
}

/*===============================================
  フォーム：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.form_table th {
		display: inline-block;
		padding: 15px;
		white-space: normal;
		width: auto;
	}
	.form_table th.required:before {
		margin-left: 7px;
	}
	.form_table td {
		display: block;
		padding: 0 15px 15px;
		width: 100%;
	}
	.form_table p + p {
		margin-top: 1.0em;
	}
	#contact_confirm .form_table p + p {
		margin-top: 0;
	}

	.form_check label {
		display: block;
	}
	.form_check label + label {
		margin: 0.9em 0 0;
	}

	.form_name label,
	.form_kana label {
		width: 47%;
	}
	.form_name label + label,
	.form_kana label + label {
		margin-left: 6%;
	}

	.form_mail_check label {
		margin-left: 0;
	}
	.form_mail_check label + label {
		margin-left: 1.0em;
	}
	.form_mail_check input[type="text"] {
		margin-left: 0.2em;
		margin-top: 0.7em;
		vertical-align: baseline;
		width: calc(100% - 5.2em);
	}

	.form_job label {
		margin-left: 0;
	}
	.form_job label + label {
		margin-left: 1.0em;
	}
	.form_job input[type="text"] {
		margin-left: 0.2em;
		margin-top: 0.7em;
		vertical-align: baseline;
		width: calc(100% - 5.2em);
	}

	.form_clinic_tel input[type="tel"],
	.form_clinic_fax input[type="tel"],
	.form_other_tel input[type="tel"] {
		max-width: 67px;
		min-width: 60px;
	}

	.form_other_btn {
		background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ccc));
		background: linear-gradient(to bottom, #e2e2e2 0%, #ccc 100%);
		color: #333;
		display: block;
		font-size: 12px;
		line-height: 1.3;
		padding: 10px 40px 10px 2.0em;
		position: relative;
		text-indent: -1.0em;
	}
	.form_other_btn:before,
	.form_other_btn:after {
		content: '';
		background-color: #fff;
		height: 4px;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
	}
	.form_other_btn:after {
		margin-top: -10px;
		height: 20px;
		right: 18px;
		width: 4px;
	}
	.form_other_btn.open:after {display: none;}
	.form_other_btn span {
		color: #d70c18;
	}
	.form_other_wrap {
		display: none;
	}
	.form_other_address > p:first-of-type {
		display: none;
	}
	.form_other_address > p:nth-of-type(2) {
		margin-top: 0;
	}

	.form_btn_area {
		margin: 30px 0 70px;
	}
	.form_btn_area li {
		max-width: 200px;
	}
	.form_btn_area a {
		font-size: 16px;
	}
	.form_btn_area .form_btn_back {
		margin-left: 0;
		max-width: 80px;
	}
	.form_btn_area .form_btn_send {
		max-width: 180px;
	}
}



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

	15. このサイトについて

--------------------------------------------------------- */
.policy_box {
	background-color: #fbfaf7;
	padding: 25px;
}
.policy_box_tit {
	border-bottom: 1px dotted #5cc04e;
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 10px;
}
.policy_box_list {
	background-color: #fff;
	line-height: 1.8;
	margin: 1.0em 0;
	padding: 15px;
}
.policy_box_list dt {
	color: #5cc04e;
	font-weight: bold;
}
.policy_box_list dd + dt {
	margin-top: 0.5em;
}
.policy_box_list li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.policy_box_list li:before {
	content: '・';
	font-weight: bold;
}

/*===============================================
  このサイトについて：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.policy_box {
		padding: 15px;
	}
	.policy_box_tit {
		font-size: 16px;
	}
}



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

	16. サイトマップ

--------------------------------------------------------- */
.grid_2col .sitemap_others {
	margin-top: 30px;
}

.sitemap_tit {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #5cc04e;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 40px;
}
.sitemap_about .sitemap_tit {
	background-image: url(/material/img/sitemap/ico_about01.png);
}
.sitemap_intro .sitemap_tit {
	background-image: url(/material/img/sitemap/ico_intro01.png);
}
.sitemap_guide .sitemap_tit {
	background-image: url(/material/img/sitemap/ico_guide01.png);
}
.sitemap_download .sitemap_tit {
	background-image: url(/material/img/sitemap/ico_download01.png);
}
.sitemap_faq .sitemap_tit {
	background-image: url(/material/img/sitemap/ico_faq01.png);
}

.sitemap_list {
	background-color: #fff;
	border: 1px solid #33b965;
}
.sitemap_list li + li {
	border-top: 1px dotted #33b965;
}
.sitemap_list a {
	color: #111;
	display: block;
	padding: 20px 15px;
	position: relative;
	text-decoration: none;
}
.sitemap_list a:before {
	content: '・';
	font-weight: bold;
}
.sitemap_list a:after {
	content: '';
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: rotate(-45deg) translateY(-60%);
					transform: rotate(-45deg) translateY(-60%);
	width: 13px;
}
.device_com .sitemap_list a:hover {
	opacity: 0.8;
}

/*===============================================
  サイトマップ：768px未満
===============================================*/
@media screen and (max-width: 767px) {
	.sitemap_tit {
		font-size: 16px;
		padding-left: 30px;
	}
	.sitemap_faq .sitemap_tit {
		margin-top: 0;
	}

	.sitemap_list a {
		padding: 15px 10px;
	}
}



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

	17. 404 Not Found

--------------------------------------------------------- */
#error404 .cmn_mv_tit {
	padding-top: 10px;
}
#error404 .contents {
	padding-bottom: 100px;
	text-align: center;
}
.error_tit {
	color: #5cc04e;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 40px;
}
