@charset "UTF-8";

#company,
#download,
#contact,
#news,
#policy,
#privacy {
	background: #fff;
}

#download .content-wrap,
#news .content-wrap {
	background: none;
	max-width: 1000px;
	padding-top: 60px;
}

#download h2,
#news h2 {
	border: solid #888;
	border-width: 1px 0;
	text-align: left;
	padding: 5px 30px 8px;
	margin-bottom: 20px;
}

@media (max-width: 850px) {
	#download .content-wrap,
	#news .content-wrap {
		padding-top: 30px;
	}

	#download h2,
	#news h2 {
		margin-bottom: 0;
	}
}

/*===============================
	会社概要
================================*/
#company .mv {
	background-image: url(../../img/public/mv-company-pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	height: 660px;
	padding: 90px 50px 20px;
}

#company .mv-head {
	font-size: 1.7em;
}

#company .content-wrap {
	background: none;
	max-width: 1100px;
	margin-bottom: 0;
}

#company .content-wrap h2 {
	position: relative;
	border: solid #888;
	border-width: 1px 0;
	color: #000;
	font-size: 1.8em;
	margin: 20px 0 30px;
	padding: 12px 20px 10px;
}

#company .content-wrap h3 {
	color: #333;
	font-size: 1.6em;
	padding: 30px 0 10px;
}

#company .about .content-wrap,
#company .history dl {
	display: flex;
}

#company .about .content-wrap {
	justify-content: center;
	max-width: initial;
	padding-top: 20px;
}

#company .about dl {
	display: flex;
	text-align: left;
	margin-bottom: 20px;
}

#company .about dt {
	text-align: right;
	width: 8em;
	margin-right: 30px;
}

#company .patent {
	font-size: .8em;
	margin-left: 50px;
	max-width: 450px;
}

#company .history dt {
	border-right: 2px solid #ddd;
	font-weight: 600;
	width: 10em;
	padding: 20px;
}

#company .history dd {
	text-align: left;
	padding: 18px 20px 20px 50px;
}

#company .access-address {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.access-address .address {
	display: flex;
	align-items: center;
}

.access-address .address > dt {
	margin: 0 30px 0 50px;
}

#company .access .map {
	text-align: center;
}

#company .access .map iframe {
	width: 90%;
	height: 450px;
}

#company .access .train {
	display: flex;
	justify-content: space-around;
	margin: 20px 10px 0;
}

#company .access .train dt {
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 30px;
}

#company .access .train dt::before {
	content: '';
	position: absolute;
	top: .2em;
	left: 5px;
	display: block;
	border: 3px solid;
	border-radius: 100%;
	width: 16px;
	height: 16px;
}

#company .access .train .tozai dt::before {
	border-color: #009bbf;
}

#company .access .train .hibiya dt::before {
	border-color: #b5b5ad;
}

#company .access .train dd {
	margin-left: 30px;
}

#company .info-solution li > a {
	display: grid;
	grid-template-columns: 1fr 16em;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

#company .info-solution li:first-child a {
	border-top: 1px solid #ccc;
}

#company .info-solution li .date {
	font-size: .8em;
}

@media all and (-ms-high-contrast:none){
	.solution li > a {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 850px) {
	#company .mv {
		background-image: url(../../img/public/mv-company-sp.png);
		font-size: .9em;
		height: auto;
		padding: 40px 30px 85px;
	}

	#company .content-wrap h2 {
		font-size: 1.6em;
		margin: 0 0 10px;
	}

	#company .about h2 {
		padding-bottom: 20px;
	}

	#company .content-wrap h3 {
		font-size: 1.3em;
	}

	#company .about .content-wrap {
		display: block;
		padding-top: 0;
	}

	#company .about dl {
		display: block;
		margin-bottom: 15px;
	}

	#company .about dt {
		color: #999;
		font-size: .8em;
		font-weight: 600;
		text-align: left;
		width: auto;
		margin-right: 0;
	}

	#company .patent {
		margin: 20px 0 0;
		max-width: initial;
	}

	#company .history dl {
		display: block;
		font-size: .9em;
	}

	#company .history dl:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}

	#company .history dt {
		border: none;
		text-align: left;
		width: 100%;
		padding: 15px 5px 0;
	}

	#company .history dd {
		padding: 5px 7px 12px;
	}

	#company .biography {
		text-align: left;
	}

	#company .access-address {
		display: block;
		font-size: .9em;
		margin: 15px 0;
	}

	#company .access-address > div {
		font-size: 1.2em;
		text-align: center;
		margin-bottom: 5px;
	}

	#company .access-address .address {
		display: block;
		margin: 0 5px;
	}

	#company .access-address .address dt {
		margin: 0;
	}

	#company .access .map iframe {
		width: 100%;
		height: 350px;
	}

	#company .access .train {
		font-size: .9em;
		margin: 20px 0 0;
	}

	#company .info-solution li > a {
		display: block;
		padding: 10px 5px 15px;
	}

	#company .info-solution li .title {
		margin-bottom: 10px;
	}
}

/*===============================
	導入事例
================================*/
#severance h2,
#nishikano h2,
#doip h2 {
	color: #005082;
}

/* セブランス病院 */
#severance h3 + figure {
	margin-top: 30px;
}

#severance .severance02 ul {
	max-width: 800px;
	margin: 20px auto;
}

#severance .severance02 li {
	display: inline-block;
}

@media (max-width: 850px) {
	#severance h3 + figure {
		margin-top: 10px;
	}

	#severance .severance02 ul {
		margin: 0;
	}

	#severance .severance02 li {
		text-align: left;
	}
}


/* 西彼杵医師会・群馬県立がんセンター */
#nishikano .nishikano01 .content-wrap,
#doip .content-wrap {
	text-align: left;
	padding: 80px;
}

#nishikano .content-wrap h3,
#doip .content-wrap h3 {
	font-size: 1.1em;
	text-align: left;
	padding: 50px 0 8px;
}

#nishikano .content-wrap p,
#doip .content-wrap p,
#nishikano .content-wrap ul {
	margin: 10px .5em 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    padding-bottom: 40px;
}

@media (max-width: 850px) {
	#nishikano .nishikano01 .content-wrap,
	#doip .content-wrap {
		padding: 20px 10px 30px;
	}

	#nishikano .content-wrap h3,
	#doip .content-wrap h3 {
		padding: 30px 0 0 5px;
	}
}

/*===============================
	Contact
================================*/
#contact .content-wrap {
	background: none;
	max-width: 1000px;
	padding-top: 0;
	margin-bottom: 0;
}

.contact-form {
	border: 1px solid #e3e5e6;
	text-align: left;
	padding: 30px;
	margin-top: 30px;
}

.contact-form-item,
.contact-form-privacy {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 3%;
}

.contact-form-privacy {
	font-size: .9em;
	margin-top: 30px;
}

.contact-form-privacy a {
	color: #0497ff;
	margin: 0 5px;
}

.contact-form-item > label {
	display: inline-block;
	color: #666;
	font-size: .9em;
	width: 30%;
	max-width: 200px;
}

.contact-form .required {
	color: #cf1225;
	font-size: .8em;
	margin: 0 5px;
}

.contact-form .select-style,
.contact-form .input-style,
.contact-form .textarea-style {
	border: 1px solid #afbac9;
	border-radius: 5px;
	box-sizing: border-box;
	outline: 0;
	color: #333;
	font-size: .9em;
	width: 65%;
	max-width: 600px;
	padding: 10px .6em 9px;
}

.contact-form .textarea-style {
	font-family: 'Spoqa Han Sans', 'Sans-serif';
	height: 10em;
}

.contact-form .input-style:focus,
.contact-form .textarea-style:focus {
	outline: 0;
	background: rgb(200, 239, 241);
}

.contact-form-submit {
	display: block;
	background: #005082;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	width: 200px;
	margin: 30px auto;
	padding: 15px;
	cursor: pointer;
	transition: .3s;
}

.contact__SubmitButton {
	width:100%;
	max-width: 450px;
	display: block;
	background: #266a95;

	color: #fff;
	font-size: 1em;

	margin: 30px auto;
	padding: 5px;
	cursor: pointer;

	border: 1px solid #266a95;
    padding: 2px auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}


.content-other {
	display: flex;
	justify-content: space-between;
}

.content-other > div {
	border: solid #e3e5e6;
	border-width: 0 10px 10px;
	text-align: center;
}

.content-other .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-right: 0px;
	width: calc(100% - 296px);
	padding: 10px;
}

.content-other .line {
	background: #00b900;
}

.public-title{
	margin: 78px 0 40px 0;
	color: #1497ff;
	font-size: 30px;
	line-height: 45px;
    font-family: 'Times New Roman','Noto Serif KR', serif;
}
.public-subtext{
	margin: 0 0 50px 0;
}

.inquiries__title{
	padding: 25px 0 75px 0;
	font-size: 30px;
	line-height: 45px;
	font-family: 'Times New Roman','Noto Serif KR', serif;
}
.inquiries__form {
	border: 7px solid #e3e5e6;
	text-align: left;
	padding: 30px;
	margin-top: 0;

}
.inquiries__label {
	display: inline-block;
	color: #666;
	font-size: .9em;
	width: 30%;
	max-width: 200px;
}
.inquiries__textarea{
	border: 1px solid #afbac9;
    border-radius: 5px;
    box-sizing: border-box;
    outline: 0;
    color: #333;
    font-size: .9em;
    width: 65%;
    max-width: 600px;
	padding: 10px 0.6em 9px;
}
.inquiries__required{
	color: #cf1225;
    font-size: .8em;
    margin: 0 5px;
}
.inquiries__select{
	width: 100%;
	border: 1px solid #afbac9;
    border-radius: 5px;
    box-sizing: border-box;
    outline: 0;
	color: #666666;
    font-size: .9em;
	padding: 10px 0.6em 9px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}
.--inquiriesArrowBox{
	position: relative;
	width: 65%;
    max-width: 600px;
}
.--inquiriesArrowBox::after {
  content: "";
  position: absolute;
  top:9px;
  right:16px;
  width: 11px;
  height: 11px;
  border: 2px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
  pointer-events:none;
}
.inquiries__option{
	width: 100%;
	color: #666666;
    font-size: .9em;
}
.--longtextarea{
	font-family: 'Spoqa Han Sans', 'Sans-serif';
	height: 10em;
}
@media (max-width: 850px) {
	.sp-none{
		display: none;
	}
	.contact-form,
	.inquiries__form {
		padding: 0 5px;
	}

	.contact-form-item {
		display: block;
	}
	.inquiries__title{
		padding: 30px 0 20px 0;
		font-size: 23px;
		line-height: 33px;
	}

	.contact-form-item > label {
		width: 100%;
	}

	.contact-form .select-style,
	.contact-form .input-style,
	.contact-form .textarea-style{
		font-size: 1em;
		width: 100%;
	}
	.inquiries__textarea,
	.inquiries__select{
		font-size: 0.9em;
		width: 100%;
		color: #666666;
	}

	.content-other {
		display: block;
	}

	.content-other .tel {
		border: solid #e3e5e6;
		border-width: 0 10px;
		width: 100%;
		padding: 10px 30px 20px;
	}

	.content-other .line {
		padding-top: 10px;
	}
	.public-title{
		margin: 78px 0 40px 0;
		color: #1497ff;
		font-size: 23px;
		line-height: 33px;
		font-family: 'Times New Roman','Noto Serif KR', serif;
	}
	.--inquiriesArrowBox{
		width: 100%;
	}
	.contact__SubmitButton {
		width: 93%;
		display: block;
		background: #266a95;

		color: #fff;
		font-size: 1em;

		margin: 30px auto;
		padding: 5px;
		cursor: pointer;

		border: 2px solid #266a95;
		padding: 2px auto;

		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;

	}
}

/*===============================
	Download
================================*/
#download h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #0070c0;
	color: #777;
	font-family: 'Spoqa Han Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	padding: 35px 0 8px;
	margin-bottom: 20px;
}

#download h3::before {
	content: '';
	display: inline-block;
	background: #0070c0;
	width: 12px;
	height: 12px;
	margin: 2px 10px 0 0;
	margin-right: 10px;
}

.download-table {
	width: 100%;
	margin-bottom: 30px;
}

.download-table th,
.download-table td {
	width: 50%;
	padding: 8px 10px;
}

.download-table th {
	background: #0070c0;
	color: #fff;
	font-weight: 600;
}

.download-table td {
	border: 1px solid #dfdfdf;
	font-size: .9em;
}

@media (max-width: 850px) {
	#download h3 {
		font-size: .9em;
		font-weight: 500;
	}
	#download h3::before {
		margin: 0px 10px 3px 0;
	}
}

/*===============================
	News
================================*/
#pressRelease_list a {
	display: block;
}

#pressRelease_list li {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 15px 20px 10px;
	margin: 0;
}

#pressRelease_list .date {
	display: inline-block;
	color: #666;
	font-size: .8em;
	font-weight: 600;
	vertical-align: top;
	width: 130px;
	margin: 10px;
}

#pressRelease_list .list-contents {
	display: inline-block;
	width: calc(100% - 150px);
}

#pressRelease_list .list-contents .title {
	margin: 6px 0 5px;
}

#pressRelease_list a .list-contents .title {
	color: #0070c0;
}

#pressRelease_list .list-contents .inner-text {
	font-size: .9em;
	margin: 0 0 10px;
}

@media (max-width: 850px) {
	#news .content-wrap {
		padding-top: 30px;
	}

	#pressRelease_list li {
		padding: 8px 10px;
	}

	#pressRelease_list .date,
	#pressRelease_list .list-contents {
		width: 100%;
	}

	#pressRelease_list .date {
		margin: 10px 0 5px;
	}

	#pressRelease_list .list-contents .title {
		margin: 0 0 5px;
	}
}

/*===============================
	SitePolicy & PrivacyPolicy
================================*/
#policy .content-wrap,
#privacy .content-wrap {
	max-width: 1000px;
	padding-top: 30px;
	margin: 0 auto 30px;
}

#policy h2,
#privacy h2 {
	margin-top: 90px;
    text-align: center;
    font-size: 19px;
}

#policy h3,
#privacy h3 {
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 0.96em;
	text-align: left;
	padding: 30px 5px 3px;
	margin-bottom: 10px;
}

#policy section p,
#privacy section p {
	font-size: 14px;
}

#policy .count li::before {
	position: absolute;
	left: .2em;
	font-size: 14px;
}

#policy section {
	text-align: left;
}

@media (max-width: 1000px) {
	#policy .content-wrap,
	#privacy .content-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
}
