/********************************************************************************************
	<<<　style.css　>>>
	※メイン定義
																		 		2023	橋本
********************************************************************************************/
@charset "utf-8";


.list_bk {
	background: #fdfbe9;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*円形にする*/
	padding: 1em;

}

.list_m {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
	padding-top: 1em;
	line-height: 16pt;
}

.list_m th {
  width: 25%;

  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
	font-weight: normal;
	padding-left: 1em;
	line-height: 16pt;
}
.list_m td {
  	width: 25%;

  	box-sizing: border-box;
  	padding: 10px;
  	vertical-align: top;
  	text-align: left;
	padding-left: 1em;
	line-height: 16pt;
}

@media all and (max-width: 750px) {
	.list_m tr {
		margin-bottom: 0em;
		line-height: 14pt;
	}
  	.list_m th {
    	display: block;
    	width: 100%;
		line-height: 14pt;
  		padding: 5px;
  }
	.list_m td {
    	display: block;
    	width: 100%;
		line-height: 14pt;
  		padding: 5px;
	}

}

.list_m50 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
	padding-top: 1em;


}
.list_m50 th {
  width: 50%;

  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
	font-weight: normal;
	padding-left: 1em;
	line-height: 16pt;


}
.list_m50 td {
  	width: 50%;

  	box-sizing: border-box;
  	padding: 2px;
  	vertical-align: top;
  	text-align: left;
	padding-left: 1em;
	line-height: 16pt;
}

.maru_b { color: #013690; }

.maru_p {color: #88c021; }

@media all and (max-width: 750px) {
  .list_m50 th {
    display: block;
    width: 100%;
	margin-left: 0.5em;
	padding-right: 1em;
	text-indent: -1em;
  }
	.list_m50 td {
    display: block;
    width: 100%;
	margin-left: 0.5em;
	padding-right: 1em;
	text-indent: -1em;
	}

}







.medbox_n {
	background: #fef6df;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*円形にする*/
	padding: 2em;
}


.medbox_n ul {
	list-style-image: url(../image/medicon.svg);
	list-style-position: inside;
/*	width: 600px;*/
/*	margin: 100px;	*/
	display: flex;
	flex-wrap: wrap;
}
.medbox_n li {
	margin-left: 20px;
	border-bottom: solid 0px #cbd8dd;
	margin: 0 50px 16px 0;
}

@media (max-width: 750px) {

	.medbox_n ul {
		width: 100%;
	}

	.medbox_n li {
		margin: 0 1rem 1rem 0;
	}

}




.medbox_h {
	background: #fef6df;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*円形にする*/
	padding: 2em;
}


.medbox_h ul {
	list-style-image: url(../image/medicon2.svg);
	list-style-position: inside;
/*	width: 600px;*/
/*	margin: 100px;	*/
	display: flex;
	flex-wrap: wrap;
}
.medbox_h li {
	margin-left: 20px;
	border-bottom: solid 0px #cbd8dd;
	margin: 0 50px 16px 0;
}

@media (max-width: 750px) {

	.medbox_h ul {
		width: 100%;
	}
}

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

   フロー図

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

.stepbar {
  margin: 0 auto;
  width: 100%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  z-index: 2;	/* 存在を線より上にする */
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
	color: var(--primary-color);
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: var(--secondary-color);
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: 1;	/* 存在を〇の順序より下にする */
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 750px) {
  .stepbar {
    width: 90%;
  }
}
