@charset "UTF-8";

/* ==================================================

事業案内｜メディカル営業

================================================== */
/*
.container
--------------------------------------------------*/
.container.visible {
	overflow: visible;
}


/*
section
--------------------------------------------------*/
section {
	/*margin-bottom: 110px;*/
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	section {
		margin-bottom: 50px;
	}

	section img {
		max-width: 100%;
	}
}


/*
 .div-title
 --------------------------------------------------*/
 #companyLower .div-title {
 	text-align: left;
 	font-size:32px;
 	color:#000;
 	letter-spacing: 6px;
 	margin: 0 0 20px;
 }

 #companyLower h2.div-title {
	display: inline-block !important;
    padding-bottom: 0.75% !important;
	width: 100% !important;
	height: 50px !important;
	vertical-align: middle !important;
	color: #000 !important;
    font-size: 32px !important;
    letter-spacing: 6px !important;
    margin: 0 0 20px !important;
    text-align: left !important;
 }

 .div-title img.title-icon {
 	width: 46px;
 	height: 47px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
 }

 @media screen and (max-width: 767px) {
 	.div-title img.title-icon  {
 		width: 28px;
 		height: 22px;
 		margin-right: 10px;
 	}

 	#companyLower .div-title span {
 		font-size: 24px;
 		margin-right: 5px;
 	}

 	#companyLower .div-title {
 		font-size: 22px;
 		color: #000;
 		text-align: center;
 		margin-bottom: 5px;
 		letter-spacing: 0;
 	}
 }

 #companyLower .midashi h3 {
 	padding: 2% 0;
 }

 @media screen and (max-width: 767px) {
 	#companyLower .midashi {
 		margin-top: 30px;
 		margin-left: 0;
 		margin-right: 0;
 	}
 }


/*
.anchor-navi
--------------------------------------------------*/
#companyLower .anchor-navi{
	margin: 0 0 20px;
}

#companyLower .anchor-navi li {
	display: block;
	width: auto;
	height: auto;
	border: none;
	margin: 0 2% 0 0;
	padding: 0;
	transition: none;
	float: left;
}

#companyLower ul.anchor-navi li a {
	font-size: 20px;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	position: relative;
	width: auto;
}

#companyLower .anchor-navi li a::before {
	content: "";
	top:-7px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#companyLower .anchor-navi li a::after {
	content: "";
	border:none;
}

@media screen and (max-width: 767px) {
	#companyLower .anchor-navi {
		display: block;
	}

	#companyLower .anchor-navi li {
		margin: 0 0 2% 2%!important;

		margin-bottom: 0.5em;
		margin-right: 0;
		white-space: normal;
		float: none;
	}

	#companyLower .anchor-navi li a {
		padding: 0 0 0 12px;
		font-size: 15px!important;
	}

	#companyLower .anchor-navi li a::before {
		width: 4px;
		height: 4px;
		top:-3px;
	}
}


/*
.midashi
--------------------------------------------------*/
#contents .midashi {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 1000px;
	max-width: 100%;
	background-color: #eef4f7;
	background-image: url("https://www.koseki.co.jp/assets/images/banner_bg.png");
}

#companyLower .midashi h3 {
	padding: 2% 0;
}

@media screen and (max-width: 767px) {
	#contents .midashi {
		margin-bottom: 1.5em;
	}
}


/*
#summary
--------------------------------------------------*/
#summary {
	margin: 30px 0 45px;
	background-color: #eef4f7;
	/* background-image: url("https://www.koseki.co.jp/assets/images/banner_bg.png"); */
}

@media screen and (max-width: 767px) {
	#summary {
		margin: 13px 0 30px;
	}
}


/*
#mainvisual
--------------------------------------------------*/
#contents #mainvisual {
	width: 100%;
	height: 303px;
	background-color: rgba(160,160,160,0.5);
}

#contents #mainvisual #wrap {
	margin: 0 auto;
	width: 1000px;
	max-width: 95%;
	height: 100%;;
	/* background-image: url("https://www.koseki.co.jp/assets/images/medical_main-pc.png"); */
	background-repeat: no-repeat;
	background-position: right bottom;
	-moz-background-size: contain;
	background-size: contain;
}

#contents #mainvisual p {
	display: block;
	margin: 0;
	padding: 3% 0 0;
	width: 460px;
	max-width: 100%;
	height: 100%;
	font-size: 32px;
	font-weight: bold;
}

#contents #mainvisual p span {
	display: block;
}

#contents #note {
	font-size: 22px;
	padding: 1% 0;
}

#contents #note p {
	margin: 20px auto !important;
	width: 1000px;
	max-width: 95%;
}

@media screen and (max-width: 767px) {
	#contents #mainvisual {
		height: 100%;
	}

	#contents #mainvisual #wrap {
		background-image: url("https://www.koseki.co.jp/assets/images/medical_main-sp.jpg");
	}

	#contents #mainvisual p {
		padding-bottom: 52%;
		width: 100%;
		height: auto;
		line-height: 1.20;
	}

	#contents #mainvisual p span {
		display: inline;
	}

	#contents #note p {
		width: 90%;
		font-size: 20px;
	}
}


/*
.contents-anchor-navi
--------------------------------------------------*/
.contents-anchor-navi {
	/* display: table; */
	display: flex; /*add20190312*/
	flex-wrap: wrap; /*add20190312*/
	width: 100%;
	margin: 55px 0 75px;
	/* border-left: solid 1px #A6A6A6; */
}

.contents-anchor-navi li {
	/* display: table-cell; */
	width: 20%;
	/*min-width: 20%; add20190312*/
	/*max-width: 25%; add20190312*/
	margin-bottom: 1.5em; /*add20190312*/
	border-right: solid 1px #A6A6A6;
	box-sizing: border-box;
}

.contents-anchor-navi li:first-child,
.contents-anchor-navi li:nth-child(5n+1) { /*add20190312*/
	border-left: solid 1px #A6A6A6;
}

.contents-anchor-navi a {
	display: block;
	min-height: 3.5em;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	padding: 10px 20px;
	background-image: url("https://www.koseki.co.jp/assets/images/arrow-selector.svg");
	background-position:  93% center;
	background-repeat: no-repeat;
}

.contents-anchor-navi a.oneline {
	min-height: 2.4em;
}

.contents-anchor-navi a:hover {
	background-color: #DEEAF1;
}

@media screen and (max-width: 767px) {
	.contents-anchor-navi {
		display: block;
		margin: 25px 0 50px;
		border-top: solid 1px #A6A6A6;
		border-left: solid 1px #A6A6A6;
		overflow: hidden;
	}

	.contents-anchor-navi li {

		text-align: center;
		display: block;
		width: 50%;
		box-sizing: border-box;
		border-bottom: solid 1px #A6A6A6;
		border-right: solid 1px #A6A6A6;
		float: left;

		min-width: 50%; /*add20190312*/
		max-width: 50%; /*add20190312*/
		margin-bottom: 0; /*add20190312*/
	}

	.contents-anchor-navi a {
		display: block;
		min-height: 5em;
		font-size: 16px;
		line-height: 1.435;
		padding: 10px 15px 15px;
		background-position:   center 80%;
		background-position:   center 90%;
	}

	.contents-anchor-navi li:first-child,
	.contents-anchor-navi li:nth-child(6n) { /*add20190312*/
		border-left: none;
	}
}


/*
.cols
--------------------------------------------------*/
.cols {
	overflow: hidden;
	margin-bottom: 50px;
}

.cols2 .col {
	float:left;
	width: 506px;
}

.cols2 .col:first-of-type {
	width: 452px;
	margin-right: 40px;
}

.cols2 .col img {
	max-width: 100%;
	height: auto;
}

#companyLower .cols section p {
	margin-bottom: 1em;
}

#contents .cols h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 25px;
	border-left: solid 7px #004EA2;
}

.go-index {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
}

.go-index a {
	color: #000;
	display: inline-block;
}

.go-index a span::before {
	content: "";
	left: 0px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.cols {
		margin-bottom: 0;
	}

	.cols .col {
		float: none;
	}

	.cols2 .col {
		width:100%;
	}

	.cols2 .col:first-of-type {
		margin-right: 0;
		margin-bottom: 1em;
		width:100%;
	}

	.col .pic {
		margin-bottom: 0!important;
	}

	#contents .cols h4 {
		font-size: 18px;
		font-size: 20px;
		padding: 0.35em 0.75em!important;
		margin-bottom: 1em;
	}

	.go-index {
		text-align: center;
		margin-top: 20px;
	}
}


/*
.border
--------------------------------------------------*/
.border {
	padding: 20px 25px;
	border: solid 2px #578BBA;
}

.border dt {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.border dd {
	line-height: 1.75;
}

@media screen and (max-width: 767px) {
	#contents .border dt {
		font-size: 16px;
	}
	#contents .border dd {
		font-size: 14px;
	}
}


/*
.link
--------------------------------------------------*/
.link li a {
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 10px 20px 10px 80px;
	border: solid 1px #578BBA;
	background-image: url("https://www.koseki.co.jp/assets/images/arrow-tiny.svg");
	background-position:  25px center;
	background-repeat: no-repeat;
}

.link li a:hover {
	background-color: #D4EAFF;
}

.link li a img {
	display: inline-block;
	width: 186px;
	height:auto;
	margin-top: 5px;
}

.link li a span {
	float: right;
	margin-top: -1.5em;
	display: block;
}

@media screen and (max-width: 767px) {
	.link li a {
		padding: 10px 20px 10px 35px;
		background-position:  15px center;
	}
	.link li a img {
		clear: both;
		width: 158px;
		height:auto;
		margin-top: 10px;
	}
	.link li a span {
		font-size: 13px;
	}
}


/*
.inquiry
--------------------------------------------------*/
.inquiry {
	padding: 8px;
	background-color: #DBE7ED;
	background-image: none!important;
	text-align: left;
}

.inquiry h3 {
	font-size: 30px!important;
	line-height: 1.2;
	font-weight: bold;
	padding: 8px 8px 16px!important;
	background-image: none!important;
	text-align: left!important;
	margin: 0;
}

.inquiry .wrapper {
	padding: 20px 20px 30px;
	background-color: #FFF;
	overflow: hidden;
}

.inquiry .cols {
	margin-bottom: 0;
	overflow: hidden;
}

.inquiry .col {
	width: 100%;
	box-sizing: border-box;
}

.inquiry .cols2 .col:first-of-type {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.inquiry ul {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.inquiry li {
	display: inline-block;
	margin-bottom: 0.75em;
	margin-left: 0;
	margin-right: 0;
	width: 49%;
}

.inquiry li:nth-child(even) {
	text-align: right;
}

.inquiry li strong {
	font-weight: bold;
	margin-right: 1em;
	text-align: left;
}

.inquiry a .arrow {
	color: #00f;
	text-decoration: underline;
}


.inquiry ul.inquiry_net {
	width: 100%;
}

.go-contact {
	margin-bottom: 0!important;
}

.go-contact a {
	font-weight: normal;
}

.go-contact a span::before {
	content: "";
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inquiry_net {
	display: block;
	margin-bottom: 30px;
}

.inquiry_net li {
	position: relative;
	display: table;
    list-style: none;
	width: 48%;
	height: auto;
}

.inquiry_net li a {
	position: relative;
	display: table-cell;
	padding: 0 10px;
	width: 100%;
	height: auto;
	border-bottom: solid 3px #578BBA;
	vertical-align: middle;
}

.inquiry_net li a:hover {
	background-color: #D4EAFF;
}

.inquiry_net li a .arrow {
	display: inline;
	padding: 0 0 0 20px;
    color: #004EA2;
	font-size: 20px;
    text-decoration: none;
	font-weight: bold;
	line-height: 2.4;
	background-image: url("https://www.koseki.co.jp/assets/images/arrow-inquiry.png");
	background-repeat: no-repeat;
	background-position: center left;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.inquiry .wrapper {
		padding: 20px;
	}

	.inquiry .cols2 .col:first-of-type,
	.inquiry .cols2 .col:last-of-type {
		width: 100%;
		margin-right: 0;
	}

	.inquiry .col:first-child,
	.inquiry .col:last-child {
	    padding-right: 0;
	    padding-left: 0;
	}

	.inquiry ul {
		width: 100%;
	}
	.inquiry li {
		margin-bottom: 0;
		width: 100%;
	}
	.inquiry li:nth-child(2n) {
		text-align: center;
	}

	.inquiry_net li a {
	    padding: 0 5px;
	}

	.inquiry_net li a .arrow {
		padding: 0 0 0 10px;
		font-size: 12px;
		background-size: auto 50%;
	}
}


/*
#section1
--------------------------------------------------*/
#section1 .system-list {
	margin-bottom: 30px;

}

#section1 .system-list li {
	font-size: 18px;
	margin-bottom: 0.5em;
}

#section1 .system-list strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#section1 .system-list {

		margin-bottom: 30px;

	}
	#section1 .system-list li {
		font-size: 14px;
	}
}


/*
#section3
--------------------------------------------------*/
#section3 h5 {
	font-size: 19px;
	font-weight:bold;
	margin-bottom: 0.5em;
}

/*
#section5
--------------------------------------------------*/
.separater {
    vertical-align: top;
}
.separater .border {
	display: inline-block;
	width: 578px;
	margin-right: 10px;
}
.separater .contactButton {
	display: inline-block;
	margin-top: 0;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
	.separater .contactButton {
		display: block;
		margin: 20px 0 0 0;
	}

	.separater .border {
		display: block;
		width: auto;
		margin-right: 0;
	}
}

/*
section.open
--------------------------------------------------*/
section.open {
	margin-bottom: 115px;
}
section.open h4 {
	font-size: 36px;
	color: #004F96;
	font-weight: bold;
	text-align: left;
	margin: 0 0 45px;
}

@media screen and (max-width: 767px) {
	section.open h4 {
		font-size: 20px;
		line-height: 1.5;
		text-align: inherit;
		margin: 0 0 1em;
	}
}


/*
section.other
--------------------------------------------------*/
#companyLower section.other {
	margin-bottom: 160px;
}

#companyLower section.other p.and-more {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 90px;
}

@media screen and (max-width: 767px) {
	#companyLower section.other {
		margin-bottom: 1.5em;
	}

	#companyLower section.other p.and-more {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0;
		text-align: center;
		margin-top: 1.5em;
	}
}

.tel{
	font-size: 23px;
}

.inquiry .tel .col strong{
	display: inline-block;
	width: 6em;
}




/*
banner
--------------------------------------------------*/

.medical_banner {
	width: 410px;
	margin: 80px auto 10px;
}

.medical_banner a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 10px 20px;
	margin: 0 auto;
	position:relative;
	background-color: #004EA2;
	box-shadow: 3px 3px 4px 0 rgba(186, 186, 186, 1);
	padding:18px;
	padding-left:30px;
	width: 350px;

	opacity:0.85;
}

.medical_banner.bottom a {
	margin: 0 auto 40px;
}

.medical_banner a:hover {
	opacity:1.0;
	box-shadow: 0px 0px 8px 0 rgba(31, 61, 94, 1) inset;
	position:relative;
}

.medical_banner a span {
	font-size: 17px;
	float: right;
}

.medical_banner a span::after {
	content: url("https://www.koseki.co.jp/assets/images/contact_arrow.png");
	width: 9px;
	position:relative;
	top:3px;
	}

.kratis_banner a:hover {
	opacity:1.0;
}



@media screen and (max-width: 767px) {
	medical_banner .subMozi1{
	position:relative;
	top:-20px;
	display:block;
	width:80%;
	margin:0 auto;
    }

	.medical_banner {
		width: 90%;
    margin: 30px auto 20px;
	}
	.medical_banner a {
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
	}
	.medical_banner.bottom a {
    margin: 0 auto 40px;
	}
	.medical_banner a span {
	font-size: 14px;
	padding-right: 15px;
	display: block;
    /*float: none;*/
	}
	.medical_banner a span::after {
	content: url("https://www.koseki.co.jp/assets/images/contact_arrow.png");
	width: 9px;
	position:relative;
	right:-15px;
	height: 16px;
	bottom: 9px;
	}
	.go-index {
	    text-align: center;
	    padding-bottom: 20px;
	}
}

/*
 #contents
 -------------------------------------------------*/

#contents {
    margin-bottom: 160px !important;
}
