@charset "utf-8";
/* CSS Document */

html {
	scroll-snap-type: y proximity;
	scroll-padding-top: 70px;
 	scroll-behavior: smooth;
}


.man-mgmt-title img.pconly{
	display: block;
}
.man-mgmt-title img.sponly{
	display: none;
}

	.man-mgmt-container a{
		color: #000;
	}
	.man-mgmt-container a:visited{
		color: #000;
	}
	.man-mgmt-container{
		width: 100%;
	}
	.man-mgmt-text{
		width: 80%;
		margin:20px auto;
		font-size: 16px;
	}
	
	.man-mgmt-ogon{
		width: 70%;
		margin: 40px auto;
		display: flex;
		justify-content:space-around;
	}
	
	.man-mgmt-ogon a{
		display: block;
		width: 40%;
		padding: 10px 0;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #000;
		background-color: #dddddd;
	}
	.man-mgmt-ogon a:hover{
		color: #fff;
		background-color: #898989;
	}
	
	.man-mgmt-container h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
}

	.man-mgmt-container h2:before, .man-mgmt-container h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

	.man-mgmt-container h2:before {
  left:0;
}
	.man-mgmt-container h2:after {
  right: 0;
}
	
	#man-mgmt-og{
		width: 100%;
		text-align: center;
	}
		.man-mgmt-og-ilst p img,.man-mgmt-on list p img{
		display: block;
		margin: 10px auto;
		
	}
	.man-mgmt-og-label,.man-mgmt-on-label{
		width: 97%;
		margin: 20px auto;
		display: flex;
		justify-content:space-around;
	}
	.man-mgmt-on-label{
		width: 60%;
	}
	
	.man-mgmt-og-label a,.man-mgmt-on-label a{
		display: block;
		width: 13%;
		padding: 20px 0;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		color: #000;
		background-color: #c7dcf3;
	}
	.man-mgmt-on-label a{
		width: 30%;
	}
	.man-mgmt-og-label a:hover,.man-mgmt-on-label a:hover{
		color: #fff;
		background-color: #3a75aa;
	}
	
	
		.man-mgmt-group{
		margin-top: 100px;
	}
	
.man-mgmt-group h3 {
  position: relative;
  padding: 0.25em 0 0;
font-size: 25px;
	font-weight: bold;
	text-indent: 1em;
}
.man-mgmt-group h3:after {
  content: "";
  display: block;
  height: 4px;
	margin-top: 10px;
  background: -webkit-linear-gradient(to right, rgb(0, 124, 191), #00bba6);
  background: linear-gradient(to right, rgb(0, 124, 191), #00bba6);
}
	
		.man-mgmt-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.man-mgmt-box a{
		display: block;
		width: 24%;
		margin-top: 30px;

	}
	.man-mgmt-box dl dd h4{
		font-weight: bold;
		font-size: 16px;
		padding: 10px 0;
	}
	
	.man-mgmt-link a{
		display: block;
		text-align: center;
		margin: 50px auto;
		width: 40%;
		padding: 20px 0;
		color: #1e2b65 !important;
		font-weight: bold;
		font-size: 19px;
		border: 2px solid #1e2b65;
	}
	.man-mgmt-link a:hover{
		color: #fff !important;
		background-color: #1e2b65;
	}
	
.man-mgmt-link.toiawase a{
	color: #a02935 !important;
	border: 2px solid #a02935;
}
.man-mgmt-link.toiawase a:hover{
	background-color: #a02935;
	color: #fff !important;
}
	
		.man-mgmt-on-ilst p img{
		display: block;
		margin: 10px auto;
	
	}
	
	
	#man-mgmt-on{
		width: 100%;
		text-align: center;
		margin-top: 100px;
	}
		


@media screen and (max-width:1800px){
/*　画面サイズが1800pxからはここを読み込む　*/
	
	.man-mgmt-text{
		width: 96%;
	}
	.man-mgmt-og-label a{
		width: 14%;
		font-size: 16px;
	}
	
	.man-mgmt-box dl dd h4{
		font-size: 15px;
	}
	.man-mgmt-on-label{
		width: 70%;
	}
	
}

@media screen and (max-width:480px){
/*　画面サイズが480pxからはここを読み込む　*/
	
	html {
	scroll-padding-top: 120px;
}


	.man-mgmt-title img.pconly{
		display: none;
	}
	.man-mgmt-title img.sponly{
		display: block;
	}
	
	.man-mgmt-text {
    width: 90%;
    font-size: 1.4rem;
	}	
	
	.man-mgmt-ogon {
    width: 90%;
	}
	
	.man-mgmt-ogon a {
    width: 45%;
    padding: 5px 0;
    font-size: 1.8rem;
	}
	
	
	.man-mgmt-og-label, .man-mgmt-on-label {
    flex-wrap: wrap;
}
	
	.man-mgmt-og-label a, .man-mgmt-on-label a {
    display: block;
    width: 31%;
    padding: 10px 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
	

	.man-mgmt-og-label, .man-mgmt-on-label {
    justify-content: space-between;
}
	
	.man-mgmt-group {
		margin-top: 10%;
	}

	.man-mgmt-group h3 {
    padding: 0;
    font-size: 2.2rem;
    text-indent: 0;
	}
	
	.man-mgmt-group h3:after {
    margin-top: 5px;
	}
	
	.man-mgmt-box a {
    width: 49%;
	}
	
	.man-mgmt-box dl dd h4 {
    font-size: 1.4rem;
    padding: 10px 0 0;
}
	
	.man-mgmt-box dl dd{
		font-size: 1.3rem;
	}
	
	.man-mgmt-link a {
    margin: 50px auto 70px;
    width: 75%;
    padding: 10px 0;
    font-size: 1.6rem;

	}
		.man-mgmt-on-label{
		width: 90%;
	}
	
	
	.man-mgmt-on-label a:first-child{
		width: 43%;
	}
	
	.man-mgmt-on-label a:nth-child(2){
		width: 26%;
	}
	.man-mgmt-on-label a:nth-child(3){
		width: 26%;
	}
	
}


