@charset "utf-8";
/**/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.logo {
	font-weight: bold;
	letter-spacing: -0.5px;
	font-size: 24px;
	margin: 10px 0 20px 0;
}
.logo a {
	text-decoration: none;
	color: #007175;
}

.wrap {
	width: 700px;
	margin: 0 auto;
}

.txt_red {
	color: #AD1515;
}

.Important_tit {
    text-align: center;
	margin-bottom: 20px;
} 
.Important_tit p {
    background-color: #00787E;
    border-radius: 4px;
	padding: 5px 20px;
    color: #fff;
	display: inline-block;
} 


.list_01_tit {
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    background-color: #00787E;
    font-size: 0.8em;
    border-radius: 4px;
	padding: 5px;
}
.list_01 {
	margin: 10px 0 20px 0;
}
.list_01 dl {
    display: flex;
    widows: 100%;
    padding-bottom: 10px;
    /*	background: url("../img/dot_line.png") left bottom no-repeat;*/
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
}
.list_01 dt {
    width: 20%;

/*  display: flex;
  align-items: center;*/
}
.list_01 dd {
	width: 80%;
	padding-left: 15px;
	box-sizing: border-box;
  position:relative;
	line-height: 1.4em;

  display: flex;
  align-items: center;
}
.vertical_mid {
}

.list_01 dd a {
	color: #222;
	text-decoration: none;
}
.list_01 dd a:hover {
	color: #00787e;
	text-decoration: underline;
}
.list_01 img {
	vertical-align: middle;
	margin-left: 3px
}


/*.list_02 ul {
	padding: 0 0 0 1.5em;
	display: block;
}
.list_02 li {
	width: 44.5%;
	height: 3em;
	 display: inline-block;
	float: left;
	margin: 0 0em 0 2em;
	line-height: 1.2em;
	text-indent: -1.2em;

}
.list_02 li:nth-child(odd) {
}*/


.list_03 ul {
      list-style-type: none;
      padding: 0 0 0 1.5em;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
}
.list_03 li {
      padding: 0 0 1em 1.5em;
      margin: 5px;
      width: calc(50% - 3em);
	line-height: 1.2em;
	text-indent: -1.2em;
}



@media screen and (max-width:940px) {
	
.logo {
	font-size: 20px;
	margin: 5px 0 10px 7px;
}
	#MOB dt img {
		width: 35.5781px;
	}
.wrap {
	width: 90%;
}
	
.list_01 {
		height: auto;
	margin: 10px 0 30px 0;
	}
	.list_01 dl {
		display: block;
		widows: 100%;
		padding-bottom: 3%;
		background: url("../img/dot_line.png") left bottom repeat-x;
		margin-bottom: 5%;
		box-sizing: border-box;
	}
	.list_01 dt {
		width: 100%;
		margin-bottom: 1%;
		line-height: 25px;
		color: #fff;
		text-align: center;
	}
	.list_01 dd {
		width: 100%;
		box-sizing: border-box;
		word-break: break-all;
	padding-left: 0px;
	}
.vertical_mid {
  position:static;
  transform:translate(0%,0%);
}

	
.list_03 ul {
      padding: 0 0 0 1em;
}
.list_03 li {
      padding: 0 0 1em 1.5em;
      width: calc(100% - 3em);
}
	
	
}
