/* -- 旧サイトのmycms */
.contentBody .fs1, .contentsMain .fs1 {
  font-size: 8pt;
}
.contentBody .fs2, .contentsMain .fs2 {
  font-size: 10pt;
}
.contentBody .fs3, .contentsMain .fs3 {
  font-size: 12pt;
}
.contentBody .fs4, .contentsMain .fs4 {
  font-size: 14pt;
}
.contentBody .fs5, .contentsMain .fs5 {
  font-size: 18pt;
}
.contentBody .fs6, .contentsMain .fs6 {
  font-size: 24pt;
}
.contentBody .fs7, .contentsMain .fs7 {
  font-size: 36pt;
}
.contentBody {
  /* float: none; */ /* float 解除 */
  /* padding: 1em 1em 2em; */
  box-sizing: border-box;
  max-height: 100%; /* chrome font-size */
  /* background: #fff; */
  line-height: 1.75;
  font-size: 1.6rem;
  /* letter-spacing: 0.1rem; */
  /* width: 100%;
	max-width: 1000px;
	max-width: 100rem; */
  /* padding-left: 100px;
	padding-right: 100px; */
  /* border-left: 1px solid #000;
	border-right: 1px solid #000; */
  margin-left: auto;
  margin-right: auto; /* background: #f0f0f0; */
  padding: 2rem 4rem; /* background: #fff; */
  /* box-shadow: 0 0.2rem 1.25rem rgba(0,22,38,.1); */
  margin-bottom: 4rem;
  /* font-family: "Noto Sans JP"; */
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
@media only screen and (max-width: 768px) {
  .contentBody {
    /* max-width: 1200px; */
    padding-left: 2rem;
    padding-right: 2rem;
    border-left: none;
    border-right: none;
    margin-bottom: 8rem;
    font-size: 1.4rem;
    /* padding-top: 0; */
  }
  .contentBody table {
    font-size: 1.4rem;
  }
}
.contentBody a {
  color: #006cbc;
  /* color: #00315b;	 */
  font-weight: normal;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 1000px) {}
.contentBody div.inner {
  /* */
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1000px; /* */
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {}
.contentBody a {
  /* color: #343434; */
}
.contentBody a:hover {
  text-decoration: none;
}
.contentBody a.arrow {
  position: relative;
  display: inline-block;
  /* padding: 0 0 0 1em; */
  /* color: #343434; */
  vertical-align: middle; /* text-decoration: none; */
  border-bottom: 0.1rem solid #f2e7ba;
  color: #303030;
  text-decoration: none;
  padding-left: 1.5rem;
}
.contentBody a.arrow::before {
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  content: "";
  border-top: 0.1rem solid #303030;
  border-right: 0.1rem solid #303030;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: all .2s ease-in;
}
.contentBody a.arrow:hover {
  color: #006cbc;
}
.contentBody a.arrow:hover::before {
  border-top: 0.1rem solid #006cbc;
  border-right: 0.1rem solid #006cbc;
  /* left: 5px; */
}
.contentBody a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .contentBody a[href^="tel:"] {
    pointer-events: auto;
    color: #0060df;
    text-decoration: underline;
  }
  .contentBody a[href^="tel:"]:hover {
    text-decoration: none;
  }
}
/*
a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -5px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
		transform: rotate(45deg);

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: none;
}
*/
/* aタグ の リンク ファイル */
.contentBody a[href$=".doc"], .contentBody a[href$=".docx"], .contentBody a[href$=".pdf"], .contentBody a[href$=".zip"] {
  /* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
  vertical-align: top;
  /* text-decoration: none; */
  /* border-bottom: 1px solid #006cbc; */
  /* padding-right: 2.25em;
	position: relative; */
  position: relative;
  z-index: 0;
}
.contentBody a[href$=".doc"]:after, .contentBody a[href$=".docx"]:after, .contentBody a[href$=".pdf"]:after, .contentBody a[href$=".ppt"]:after, .contentBody a[href$=".zip"]:after {}
@media only screen and (max-width: 768px) {
  .contentBody a[href^="tel:"] {
    color: #006cbc !important;
    text-decoration: underline;
  }
  .contentBody a[href^="tel:"]:hover {
    text-decoration: none;
  }
  .contentBody a[href$=".doc"], .contentBody a[href$=".docx"], .contentBody a[href$=".pdf"] {
    white-space: normal;
  }
}
.contentBody a[href$=".doc"]:after, .contentBody a[href$=".docx"]:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.0rem;
  content: "DOC";
  background: #285192;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none ! important;
  z-index: 100;
  position: relative;
}
.contentBody a[href$=".xls"]:after, .contentBody a[href$=".xlsx"]:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.0rem;
  content: "XLS";
  background: #00940d;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none ! important;
  z-index: 100;
  position: relative;
}
.contentBody a[href$=".pdf"]:not(.noicon):after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.0rem;
  content: "PDF";
  background: #ec2941;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none ! important;
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
  z-index: 100;
  position: relative;
}
.contentBody a[href$=".ppt"]:after, .contentBody a[href$=".pptx"]:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.0rem;
  content: "PPT";
  background: #c54d33;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none ! important;
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
  z-index: 100;
  position: relative;
}
.contentBody a[href$=".zip"]:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.0rem;
  content: "Zip";
  background: #333;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none ! important;
  z-index: 100;
  position: relative;
}
/* */
/* -- setting */
.contentBody .flex {
  display: flex;
  flex-wrap: wrap;
}
.contentBody .flex {}
.contentBody .flex.flex-nowrap {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .contentBody .flex.resp_column-reverse {
    flex-direction: column-reverse;
  }
}
.contentBody .radius {
  border-radius: 0.8rem;
  overflow: hidden;
}
.contentBody .fl {
  float: left !important;
}
.contentBody .fr {
  float: right !important;
}
.contentBody .center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.contentBody .tc {
  text-align: center !important;
}
.contentBody .tl {
  text-align: left !important;
}
.contentBody .tr {
  text-align: right !important;
}
.contentBody .vt {
  vertical-align: top !important;
}
.contentBody .vm {
  vertical-align: middle !important;
}
.contentBody .vb {
  vertical-align: bottom !important;
}
/* img の style の 指定 の 上書き */
.contentBody img {
  max-width: 100%; /* */
  height: auto; /* */
  vertical-align: bottom !important; /* */
}
.contentBody .f_s0 {
  font-size: 0 !important;
}
.contentBody .f_s8 {
  font-size: 8rem !important;
}
.contentBody .f_s9 {
  font-size: 9rem !important;
}
.contentBody .f_s10 {
  font-size: 1.0rem !important;
}
.contentBody .f_s11 {
  font-size: 1.1rem !important;
}
.contentBody .f_s12 {
  font-size: 1.2rem !important;
}
.contentBody .f_s13 {
  font-size: 1.3rem !important;
}
.contentBody .f_s14 {
  font-size: 1.4rem !important;
}
.contentBody .f_s15 {
  font-size: 1.5rem !important;
}
.contentBody .f_s16 {
  font-size: 1.6rem !important;
}
.contentBody .f_s17 {
  font-size: 1.7rem !important;
}
.contentBody .f_s18 {
  font-size: 1.8rem !important;
}
.contentBody .f_s19 {
  font-size: 1.9rem !important;
}
.contentBody .f_s20 {
  font-size: 2.0rem !important;
}
.contentBody .f_s21 {
  font-size: 2.1rem !important;
}
.contentBody .f_s22 {
  font-size: 2.2rem !important;
}
.contentBody .f_s23 {
  font-size: 2.3rem !important;
}
.contentBody .f_s24 {
  font-size: 2.4rem !important;
}
.contentBody .f_s25 {
  font-size: 2.5rem !important;
}
.contentBody .f_s26 {
  font-size: 2.6rem !important;
}
.contentBody .f_s27 {
  font-size: 2.7rem !important;
}
.contentBody .f_s28 {
  font-size: 2.8rem !important;
}
.contentBody .f_s29 {
  font-size: 2.9rem !important;
}
.contentBody .f_s30 {
  font-size: 3.0rem !important;
}
.contentBody .fs1 {
  font-size: 8pt !important;
}
.contentBody .fs2 {
  font-size: 10pt !important;
}
.contentBody .fs3 {
  font-size: 12pt !important;
}
.contentBody .fs4 {
  font-size: 14pt !important;
}
.contentBody .fs5 {
  font-size: 18pt !important;
}
.contentBody .fs6 {
  font-size: 24pt !important;
}
.contentBody .fs7 {
  font-size: 36pt !important;
}
.contentBody .lh10 {
  line-height: 1.0 !important;
}
.contentBody .lh11 {
  line-height: 1.1 !important;
}
.contentBody .lh12 {
  line-height: 1.2 !important;
}
.contentBody .lh13 {
  line-height: 1.3 !important;
}
.contentBody .lh14 {
  line-height: 1.4 !important;
}
.contentBody .lh15 {
  line-height: 1.5 !important;
}
.contentBody .lh16 {
  line-height: 1.6 !important;
}
.contentBody .lh17 {
  line-height: 1.7 !important;
}
.contentBody .lh18 {
  line-height: 1.8 !important;
}
/* 中央揃え */
.contentBody .outbox {
  position: relative;
}
.contentBody .outbox .inbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* @end */
/* 
.contentBody .w1 { width: 1%; } .contentBody .w2 { width: 2%; } .contentBody .w3 { width: 3%; } .contentBody .w4 { width: 4%; } .contentBody .w5 { width: 5%; } .contentBody .w6 { width: 6%; } .contentBody .w7 { width: 7%; } .contentBody .w8 { width: 8%; } .contentBody .w9 { width: 9%; } .contentBody .w10 { width: 10%; } .contentBody .w11 { width: 11%; } .contentBody .w12 { width: 12%; } .contentBody .w13 { width: 13%; } .contentBody .w14 { width: 14%; } .contentBody .w15 { width: 15%; } .contentBody .w16 { width: 16%; } .contentBody .w17 { width: 17%; } .contentBody .w18 { width: 18%; } .contentBody .w19 { width: 19%; } .contentBody .w20 { width: 20%; } .contentBody .w21 { width: 21%; } .contentBody .w22 { width: 22%; } .contentBody .w23 { width: 23%; } .contentBody .w24 { width: 24%; } .contentBody .w25 { width: 25%; } .contentBody .w26 { width: 26%; } .contentBody .w27 { width: 27%; } .contentBody .w28 { width: 28%; } .contentBody .w29 { width: 29%; } .contentBody .w30 { width: 30%; } .contentBody .w31 { width: 31%; } .contentBody .w32 { width: 32%; } .contentBody .w33 { width: 33%; } .contentBody .w34 { width: 34%; } .contentBody .w35 { width: 35%; } .contentBody .w36 { width: 36%; } .contentBody .w37 { width: 37%; } .contentBody .w38 { width: 38%; } .contentBody .w39 { width: 39%; } .contentBody .w40 { width: 40%; } .contentBody .w41 { width: 41%; } .contentBody .w42 { width: 42%; } .contentBody .w43 { width: 43%; } .contentBody .w44 { width: 44%; } .contentBody .w45 { width: 45%; } .contentBody .w46 { width: 46%; } .contentBody .w47 { width: 47%; } .contentBody .w48 { width: 48%; } .contentBody .w49 { width: 49%; } .contentBody .w50 { width: 50%; } .contentBody .w51 { width: 51%; } .contentBody .w52 { width: 52%; } .contentBody .w53 { width: 53%; } .contentBody .w54 { width: 54%; } .contentBody .w55 { width: 55%; } .contentBody .w56 { width: 56%; } .contentBody .w57 { width: 57%; } .contentBody .w58 { width: 58%; } .contentBody .w59 { width: 59%; } .contentBody .w60 { width: 60%; } .contentBody .w61 { width: 61%; } .contentBody .w62 { width: 62%; } .contentBody .w63 { width: 63%; } .contentBody .w64 { width: 64%; } .contentBody .w65 { width: 65%; } .contentBody .w66 { width: 66%; } .contentBody .w67 { width: 67%; } .contentBody .w68 { width: 68%; } .contentBody .w69 { width: 69%; } .contentBody .w70 { width: 70%; } .contentBody .w71 { width: 71%; } .contentBody .w72 { width: 72%; } .contentBody .w73 { width: 73%; } .contentBody .w74 { width: 74%; } .contentBody .w75 { width: 75%; } .contentBody .w76 { width: 76%; } .contentBody .w77 { width: 77%; } .contentBody .w78 { width: 78%; } .contentBody .w79 { width: 79%; } .contentBody .w80 { width: 80%; } .contentBody .w81 { width: 81%; } .contentBody .w82 { width: 82%; } .contentBody .w83 { width: 83%; } .contentBody .w84 { width: 84%; } .contentBody .w85 { width: 85%; } .contentBody .w86 { width: 86%; } .contentBody .w87 { width: 87%; } .contentBody .w88 { width: 88%; } .contentBody .w89 { width: 89%; } .contentBody .w90 { width: 90%; } .contentBody .w91 { width: 91%; } .contentBody .w92 { width: 92%; } .contentBody .w93 { width: 93%; } .contentBody .w94 { width: 94%; } .contentBody .w95 { width: 95%; } .contentBody .w96 { width: 96%; } .contentBody .w97 { width: 97%; } .contentBody .w98 { width: 98%; } .contentBody .w99 { width: 99%; } .contentBody .w100 { width: 100%; }

/* .contentBody .w5 { width: 5%; }
.contentBody .w10 { width: 10%; }
.contentBody .w15 { width: 15%; }
.contentBody .w20 { width: 20%; }
.contentBody .w22 { width: 22%; }
.contentBody .w24 { width: 24%; }
.contentBody .w25 { width: 25%; }
.contentBody .w30 { width: 30%; }
.contentBody .w32 { width: 32%; }
.contentBody .w40 { width: 40%; }
.contentBody .w45 { width: 45%; }
.contentBody .w49 { width: 49%; }
.contentBody .w50 { width: 50%; }
.contentBody .w60 { width: 60%; }
.contentBody .w70 { width: 70%; }
.contentBody .w80 { width: 80%; }
.contentBody .w90 { width: 90%; }
.contentBody .w100 { width: 100%; } */
.contentBody .m_o0 {
  margin-top: 0 !important;
}
.contentBody .m_o10 {
  margin-top: 10px !important;
}
.contentBody .m_o20 {
  margin-top: 20px !important;
}
.contentBody .m_o30 {
  margin-top: 30px !important;
}
.contentBody .m_o40 {
  margin-top: 40px !important;
}
.contentBody .m_o50 {
  margin-top: 50px !important;
}
.contentBody .m_o60 {
  margin-top: 60px !important;
}
.contentBody .m_o80 {
  margin-top: 80px !important;
}
.contentBody .m_l0 {
  margin-left: 0 !important;
}
.contentBody .m_l1 {
  margin-left: 1% !important;
}
.contentBody .m_l2 {
  margin-left: 2% !important;
}
.contentBody .m_l4 {
  margin-left: 4% !important;
}
.contentBody .m_r0 {
  margin-right: 0 !important;
}
.contentBody .m_r1 {
  margin-right: 1% !important;
}
.contentBody .m_r2 {
  margin-right: 2% !important;
}
.contentBody .m_r4 {
  margin-right: 4% !important;
}
.contentBody .m_u0 {
  margin-bottom: 0px !important;
}
.contentBody .m_u10 {
  margin-bottom: 10px !important;
}
.contentBody .m_u20 {
  margin-bottom: 20px !important;
}
.contentBody .m_u30 {
  margin-bottom: 30px !important;
}
.contentBody .m_u40 {
  margin-bottom: 40px !important;
}
.contentBody .m_u50 {
  margin-bottom: 50px !important;
}
.contentBody .m_u60 {
  margin-bottom: 60px !important;
}
.contentBody .m_u80 {
  margin-bottom: 80px !important;
}
.contentBody .p_o0 {
  padding-top: 0px !important;
}
.contentBody .p_o10 {
  padding-top: 10px !important;
}
.contentBody .p_o20 {
  padding-top: 20px !important;
}
.contentBody .p_o30 {
  padding-top: 30px !important;
}
.contentBody .p_o40 {
  padding-top: 40px !important;
}
.contentBody .p_o50 {
  padding-top: 50px !important;
}
.contentBody .p_o60 {
  padding-top: 60px !important;
}
.contentBody .p_o80 {
  padding-top: 80px !important;
}
.contentBody .p_l0 {
  padding-left: 0 !important;
}
.contentBody .p_l1 {
  padding-left: 1% !important;
}
.contentBody .p_l2 {
  padding-left: 2% !important;
}
.contentBody .p_13 {
  padding-left: 3% !important;
}
.contentBody .p_l4 {
  padding-left: 4% !important;
}
.contentBody .p_r0 {
  padding-right: 0 !important;
}
.contentBody .p_r1 {
  padding-right: 1% !important;
}
.contentBody .p_r2 {
  padding-right: 2% !important;
}
.contentBody .p_r3 {
  padding-right: 3% !important;
}
.contentBody .p_r4 {
  padding-right: 4% !important;
}
.contentBody .p_u0, .contentBody .p_b0 {
  padding-bottom: 0 !important;
}
.contentBody .p_u10, .contentBody .p_b10 {
  padding-bottom: 10px !important;
}
.contentBody .p_u20, .contentBody .p_b20 {
  padding-bottom: 20px !important;
}
.contentBody .p_u30, .contentBody .p_b30 {
  padding-bottom: 30px !important;
}
.contentBody .p_u40, .contentBody .p_b40 {
  padding-bottom: 40px !important;
}
.contentBody .p_u50, .contentBody .p_b50 {
  padding-bottom: 50px !important;
}
.contentBody .p_u60, .contentBody .p_b60 {
  padding-bottom: 60px !important;
}
.contentBody .p_u70, .contentBody .p_b70 {
  padding-bottom: 70px !important;
}
.contentBody .p_u80, .contentBody .p_b80 {
  padding-bottom: 80px !important;
}
.contentBody hr {
  border: none;
  border-top: 1px solid #b3b3b3;
}
/* .contentBody .nomgn { margin: 0 !important; } */
@media only screen and (max-width: 768px) {
  .contentBody .resp_fs0 {
    font-size: 0 !important;
  }
  .contentBody .resp_fs8 {
    font-size: 8rem !important;
  }
  .contentBody .resp_fs9 {
    font-size: 9rem !important;
  }
  .contentBody .resp_fs10 {
    font-size: 1.0rem !important;
  }
  .contentBody .resp_fs11 {
    font-size: 1.1rem !important;
  }
  .contentBody .resp_fs12 {
    font-size: 1.2rem !important;
  }
  .contentBody .resp_fs13 {
    font-size: 1.3rem !important;
  }
  .contentBody .resp_fs14 {
    font-size: 1.4rem !important;
  }
  .contentBody .resp_fs15 {
    font-size: 1.5rem !important;
  }
  .contentBody .resp_fs16 {
    font-size: 1.6rem !important;
  }
  .contentBody .resp_fs17 {
    font-size: 1.7rem !important;
  }
  .contentBody .resp_fs18 {
    font-size: 1.8rem !important;
  }
  .contentBody .resp_fs19 {
    font-size: 1.9rem !important;
  }
  .contentBody .resp_fs20 {
    font-size: 2.0rem !important;
  }
  .contentBody .resp_fs21 {
    font-size: 2.1rem !important;
  }
  .contentBody .resp_fs22 {
    font-size: 2.2rem !important;
  }
  .contentBody .resp_fs23 {
    font-size: 2.3rem !important;
  }
  .contentBody .resp_fs24 {
    font-size: 2.4rem !important;
  }
  .contentBody .resp_fs25 {
    font-size: 2.5rem !important;
  }
  .contentBody .resp_fs26 {
    font-size: 2.6rem !important;
  }
  .contentBody .resp_fs27 {
    font-size: 2.7rem !important;
  }
  .contentBody .resp_fs28 {
    font-size: 2.8rem !important;
  }
  .contentBody .resp_fs29 {
    font-size: 2.9rem !important;
  }
  .contentBody .resp_fs30 {
    font-size: 3.0rem !important;
  }
  /* .contentBody .imgL,
	.contentBody .imgR {
	width: 100% !important !important;
	max-width: auto !important;
	float: none !important;
	margin: 0 auto 10px !important;
	} */
  .contentBody .fl, .contentBody .fr {
    float: none !important;
  }
  .contentBody .resp_w1 {
    width: 1% !important;
  }
  .contentBody .resp_w2 {
    width: 2% !important;
  }
  .contentBody .resp_w3 {
    width: 3% !important;
  }
  .contentBody .resp_w4 {
    width: 4% !important;
  }
  .contentBody .resp_w5 {
    width: 5% !important;
  }
  .contentBody .resp_w6 {
    width: 6% !important;
  }
  .contentBody .resp_w7 {
    width: 7% !important;
  }
  .contentBody .resp_w8 {
    width: 8% !important;
  }
  .contentBody .resp_w9 {
    width: 9% !important;
  }
  .contentBody .resp_w10 {
    width: 10% !important;
  }
  .contentBody .resp_w11 {
    width: 11% !important;
  }
  .contentBody .resp_w12 {
    width: 12% !important;
  }
  .contentBody .resp_w13 {
    width: 13% !important;
  }
  .contentBody .resp_w14 {
    width: 14% !important;
  }
  .contentBody .resp_w15 {
    width: 15% !important;
  }
  .contentBody .resp_w16 {
    width: 16% !important;
  }
  .contentBody .resp_w17 {
    width: 17% !important;
  }
  .contentBody .resp_w18 {
    width: 18% !important;
  }
  .contentBody .resp_w19 {
    width: 19% !important;
  }
  .contentBody .resp_w20 {
    width: 20% !important;
  }
  .contentBody .resp_w21 {
    width: 21% !important;
  }
  .contentBody .resp_w22 {
    width: 22% !important;
  }
  .contentBody .resp_w23 {
    width: 23% !important;
  }
  .contentBody .resp_w24 {
    width: 24% !important;
  }
  .contentBody .resp_w25 {
    width: 25% !important;
  }
  .contentBody .resp_w26 {
    width: 26% !important;
  }
  .contentBody .resp_w27 {
    width: 27% !important;
  }
  .contentBody .resp_w28 {
    width: 28% !important;
  }
  .contentBody .resp_w29 {
    width: 29% !important;
  }
  .contentBody .resp_w30 {
    width: 30% !important;
  }
  .contentBody .resp_w31 {
    width: 31% !important;
  }
  .contentBody .resp_w32 {
    width: 32% !important;
  }
  .contentBody .resp_w33 {
    width: 33% !important;
  }
  .contentBody .resp_w34 {
    width: 34% !important;
  }
  .contentBody .resp_w35 {
    width: 35% !important;
  }
  .contentBody .resp_w36 {
    width: 36% !important;
  }
  .contentBody .resp_w37 {
    width: 37% !important;
  }
  .contentBody .resp_w38 {
    width: 38% !important;
  }
  .contentBody .resp_w39 {
    width: 39% !important;
  }
  .contentBody .resp_w40 {
    width: 40% !important;
  }
  .contentBody .resp_w41 {
    width: 41% !important;
  }
  .contentBody .resp_w42 {
    width: 42% !important;
  }
  .contentBody .resp_w43 {
    width: 43% !important;
  }
  .contentBody .resp_w44 {
    width: 44% !important;
  }
  .contentBody .resp_w45 {
    width: 45% !important;
  }
  .contentBody .resp_w46 {
    width: 46% !important;
  }
  .contentBody .resp_w47 {
    width: 47% !important;
  }
  .contentBody .resp_w48 {
    width: 48% !important;
  }
  .contentBody .resp_w49 {
    width: 49% !important;
  }
  .contentBody .resp_w50 {
    width: 50% !important;
  }
  .contentBody .resp_w51 {
    width: 51% !important;
  }
  .contentBody .resp_w52 {
    width: 52% !important;
  }
  .contentBody .resp_w53 {
    width: 53% !important;
  }
  .contentBody .resp_w54 {
    width: 54% !important;
  }
  .contentBody .resp_w55 {
    width: 55% !important;
  }
  .contentBody .resp_w56 {
    width: 56% !important;
  }
  .contentBody .resp_w57 {
    width: 57% !important;
  }
  .contentBody .resp_w58 {
    width: 58% !important;
  }
  .contentBody .resp_w59 {
    width: 59% !important;
  }
  .contentBody .resp_w60 {
    width: 60% !important;
  }
  .contentBody .resp_w61 {
    width: 61% !important;
  }
  .contentBody .resp_w62 {
    width: 62% !important;
  }
  .contentBody .resp_w63 {
    width: 63% !important;
  }
  .contentBody .resp_w64 {
    width: 64% !important;
  }
  .contentBody .resp_w65 {
    width: 65% !important;
  }
  .contentBody .resp_w66 {
    width: 66% !important;
  }
  .contentBody .resp_w67 {
    width: 67% !important;
  }
  .contentBody .resp_w68 {
    width: 68% !important;
  }
  .contentBody .resp_w69 {
    width: 69% !important;
  }
  .contentBody .resp_w70 {
    width: 70% !important;
  }
  .contentBody .resp_w71 {
    width: 71% !important;
  }
  .contentBody .resp_w72 {
    width: 72% !important;
  }
  .contentBody .resp_w73 {
    width: 73% !important;
  }
  .contentBody .resp_w74 {
    width: 74% !important;
  }
  .contentBody .resp_w75 {
    width: 75% !important;
  }
  .contentBody .resp_w76 {
    width: 76% !important;
  }
  .contentBody .resp_w77 {
    width: 77% !important;
  }
  .contentBody .resp_w78 {
    width: 78% !important;
  }
  .contentBody .resp_w79 {
    width: 79% !important;
  }
  .contentBody .resp_w80 {
    width: 80% !important;
  }
  .contentBody .resp_w81 {
    width: 81% !important;
  }
  .contentBody .resp_w82 {
    width: 82% !important;
  }
  .contentBody .resp_w83 {
    width: 83% !important;
  }
  .contentBody .resp_w84 {
    width: 84% !important;
  }
  .contentBody .resp_w85 {
    width: 85% !important;
  }
  .contentBody .resp_w86 {
    width: 86% !important;
  }
  .contentBody .resp_w87 {
    width: 87% !important;
  }
  .contentBody .resp_w88 {
    width: 88% !important;
  }
  .contentBody .resp_w89 {
    width: 89% !important;
  }
  .contentBody .resp_w90 {
    width: 90% !important;
  }
  .contentBody .resp_w91 {
    width: 91% !important;
  }
  .contentBody .resp_w92 {
    width: 92% !important;
  }
  .contentBody .resp_w93 {
    width: 93% !important;
  }
  .contentBody .resp_w94 {
    width: 94% !important;
  }
  .contentBody .resp_w95 {
    width: 95% !important;
  }
  .contentBody .resp_w96 {
    width: 96% !important;
  }
  .contentBody .resp_w97 {
    width: 97% !important;
  }
  .contentBody .resp_w98 {
    width: 98% !important;
  }
  .contentBody .resp_w99 {
    width: 99% !important;
  }
  .contentBody .resp_w100 {
    width: 100% !important;
  }
  .contentBody .resp_m_o0 {
    margin-top: 0 !important;
  }
  .contentBody .resp_m_o10 {
    margin-top: 10px !important;
  }
  .contentBody .resp_m_o20 {
    margin-top: 20px !important;
  }
  .contentBody .resp_m_o30 {
    margin-top: 30px !important;
  }
  .contentBody .resp_m_o40 {
    margin-top: 40px !important;
  }
  .contentBody .resp_m_o50 {
    margin-top: 50px !important;
  }
  .contentBody .resp_m_o60 {
    margin-top: 60px !important;
  }
  .contentBody .resp_m_o80 {
    margin-top: 80px !important;
  }
  .contentBody .resp_m_l0 {
    margin-left: 0 !important;
  }
  .contentBody .resp_m_l1 {
    margin-left: 1% !important;
  }
  .contentBody .resp_m_l2 {
    margin-left: 2% !important;
  }
  .contentBody .resp_m_l4 {
    margin-left: 4% !important;
  }
  .contentBody .resp_m_r0 {
    margin-right: 0 !important;
  }
  .contentBody .resp_m_r1 {
    margin-right: 1% !important;
  }
  .contentBody .resp_m_r2 {
    margin-right: 2% !important;
  }
  .contentBody .resp_m_r4 {
    margin-right: 4% !important;
  }
  .contentBody .resp_m_u0 {
    margin-bottom: 0 !important;
  }
  .contentBody .resp_m_u10 {
    margin-bottom: 10px !important;
  }
  .contentBody .resp_m_u20 {
    margin-bottom: 20px !important;
  }
  .contentBody .resp_m_u30 {
    margin-bottom: 30px !important;
  }
  .contentBody .resp_m_u40 {
    margin-bottom: 40px !important;
  }
  .contentBody .resp_m_u50 {
    margin-bottom: 50px !important;
  }
  .contentBody .resp_m_u60 {
    margin-bottom: 60px !important;
  }
  .contentBody .resp_m_u80 {
    margin-bottom: 80px !important;
  }
  .contentBody .resp_p_o0 {
    padding-top: 0px !important;
  }
  .contentBody .resp_p_o10 {
    padding-top: 10px !important;
  }
  .contentBody .resp_p_o20 {
    padding-top: 20px !important;
  }
  .contentBody .resp_p_o30 {
    padding-top: 30px !important;
  }
  .contentBody .resp_p_o40 {
    padding-top: 40px !important;
  }
  .contentBody .resp_p_o50 {
    padding-top: 50px !important;
  }
  .contentBody .resp_p_o60 {
    padding-top: 60px !important;
  }
  .contentBody .resp_p_o80 {
    padding-top: 80px !important;
  }
  .contentBody .resp_p_l0 {
    padding-left: 0 !important;
  }
  .contentBody .resp_p_l1 {
    padding-left: 1% !important;
  }
  .contentBody .resp_p_l2 {
    padding-left: 2% !important;
  }
  .contentBody .resp_p_13 {
    padding-left: 3% !important;
  }
  .contentBody .resp_p_l4 {
    padding-left: 4% !important;
  }
  .contentBody .resp_p_r0 {
    padding-right: 0 !important;
  }
  .contentBody .resp_p_r1 {
    padding-right: 1% !important;
  }
  .contentBody .resp_p_r2 {
    padding-right: 2% !important;
  }
  .contentBody .resp_p_r3 {
    padding-right: 3% !important;
  }
  .contentBody .resp_p_r4 {
    padding-right: 4% !important;
  }
  .contentBody .resp_p_u0, .contentBody .resp_p_b0 {
    padding-bottom: 0 !important;
  }
  .contentBody .resp_p_u10, .contentBody .resp_p_b10 {
    padding-bottom: 10px !important;
  }
  .contentBody .resp_p_u20, .contentBody .resp_p_b20 {
    padding-bottom: 20px !important;
  }
  .contentBody .resp_p_u30, .contentBody .resp_p_b30 {
    padding-bottom: 30px !important;
  }
  .contentBody .resp_p_u40, .contentBody .resp_p_b40 {
    padding-bottom: 40px !important;
  }
  .contentBody .resp_p_u50, .contentBody .resp_p_b50 {
    padding-bottom: 50px !important;
  }
  .contentBody .resp_p_u60, .contentBody .resp_p_b60 {
    padding-bottom: 60px !important;
  }
  .contentBody .resp_p_u70, .contentBody .resp_p_b70 {
    padding-bottom: 70px !important;
  }
  .contentBody .resp_p_u80, .contentBody .resp_p_b80 {
    padding-bottom: 80px !important;
  }
  .contentBody .resp_fl {
    float: left !important;
  }
  .contentBody .resp_fr {
    float: right !important;
  }
  .contentBody .resp_center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contentBody .resp_tl {
    text-align: left !important;
  }
  .contentBody .resp_tr {
    text-align: right !important;
  }
  .contentBody .resp_tc {
    text-align: center !important;
  }
  .contentBody .resp_vt {
    vertical-align: top !important;
  }
  .contentBody .resp_vm {
    vertical-align: middle !important;
  }
  .contentBody .resp_vb {
    vertical-align: bottom !important;
  }
}
.contentBody p {
  margin: 1em 0;
}
.contentBody span.underline {
  text-decoration: underline;
}
.contentBody video {
  /* border: 2px solid #f0f0f0; */
  box-sizing: border-box;
  background: #000;
}
.contentBody .wrap {
  overflow: hidden;
}
.contentBody .text-indent {
  text-indent: -1em;
}
.contentBody .text-indent-1em {
  text-indent: 1em;
}
.contentBody h3 {
  /* background: #f6f6f6; */
  font-size: 2.5rem; /* 28px */
  line-height: 1.5;
  /* font-weight: bold; */
  font-weight: normal;
  padding: 1rem 0;
  margin: 2.75rem 0 2.75rem;
  /* display: inline-block; */
  display: block;
  position: relative;
  /* border-left: 5px solid #032535;	*/
  /* border: 1px solid #ccc; */
  /* border-bottom: 0.125rem solid #000;
	background: none;display: inline-block;border-bottom: 3px solid #062e42;background: linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		  background: -webkit-linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		z-index: 1;
	border-image: linear-gradient(to right, #033b77 0%, #3da9c4 100%);
	border-image-slice: 100%;
	border-image-slice: 1; */
  /* border-bottom: 0.1rem solid #2c3b4a; */
  color: #303030;
  /*  border-bottom: 0.1rem dashed #303030; */
  border-bottom: 0.1rem dashed #ccc;
}
.contentBody h3:after {
  background: url("../img/cut-illust-03.png");
  width: 5.0rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  background-size: 5.0rem 6rem;
}
@media only screen and (max-width: 768px) {
  .contentBody h3:after {
    opacity: 0.5;
  }
}
.contentBody h3:first-child {
  margin: 0rem 0 2.75rem;
}
.contentBody h3:after {
  /* position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 50%;
	
		transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
		height: 95%;
	background: #fff;
	z-index: -1; */
}
.contentBody h3:before {
  /* position: absolute;
	content: "";
	width: 100%;
		height: 100%;
	left: 0;
		top: 0;
		
	background: linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		  background: -webkit-linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		
	z-index: -2; */
}
.contentBody > div.inner > h3:first-child {
  margin: 0 0 1em;
}
.contentBody h3.greeting-heading {
  font-size: 1.9rem;
  border-bottom: none;
  margin: 0;
}
.contentBody h3.greeting-heading:after {
  display: none;
}
.contentBody h4 {
  font-size: 1.9rem; /* 22px */
  font-weight: normal;
  margin: 5rem 0 2rem;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
  /* background: #f8f8f8; */
  /* background: #f8f8f8; */
  border-inline-start: 0.1rem solid #9E005D;
  /* border-bottom: 0.1rem solid #303030; */
  color: #303030; /* border: 0.3rem double #ccc; */ /* border-left: 0.4rem solid #8dc031; */ /*	border-bottom: 1px solid #000; */ /* border: 1px solid #000; */ /* border-radius: 0 6rem 6rem 0; */
}
.contentBody h3 + h4 {
  margin: 3.0rem 0 2rem;
}
.contentBody h5 {
  font-size: 1.8rem; /* 20px */
  margin: 3rem 0 1rem;
  display: block;
  font-weight: normal;
  border-bottom: 0.1rem solid #9e005f; /* */
}
.contentBody h4 + h5 {
  /* margin: 0; */
}
.contentBody h6 {
  font-size: 1.8rem;
}
.contentBody .nowrap {
  white-space: nowrap !important;
}
.contentBody .resp_nowrap {
  white-space: normal !important;
}
@media only screen and (max-width: 768px) {
  .contentBody .nowrap {
    white-space: normal !important;
  }
  .contentBody .resp_nowrap {
    white-space: nowrap !important;
  }
}
@media only screen and (max-width: 768px) {
  .contentBody h3 {
    font-size: 2.1rem; /* 21px */
    text-align: left;
  }
  .contentBody h4 {
    font-size: 1.8rem; /* 18px */
    line-height: 1.5;
    padding: 0.25em 0.5em;
  }
  .contentBody h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 2rem 0 0.5em;
    padding-bottom: 1rem;
  }
}
/* -- ul */
.contentBody ul {
  margin: 0 0 2rem;
  padding: 0;
}
.contentBody ul.deco-list li {
  margin: 0;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.contentBody ul.deco-list li::before {
  /* background: #c8cbcc; */
  background: url("../img/list-figure.png");
  background-size: 2rem 2rem;
  /* background: #9f005d; */
  border-radius: 50%;
  content: "";
  height: 2rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 0.3em;
  width: 2rem;
}
.contentBody ul li {
  margin: 0;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.contentBody ul li::before {
  background: #c8cbcc;
  background-size: 3rem 3rem;
  background: #9f005d;
  border-radius: 50%;
  content: "";
  height: 0.8rem;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 0.65em;
  transition: all 0.3s ease-out 0s;
  width: 0.8rem;
}
.contentBody ul li.list-unstyled {
  list-style: none;
  background: none;
  padding: 0;
}
.contentBody ul li ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding-left: 1.5rem;
}
.contentBody ul li ul li:before {
  /* content: "・"; */
}
.contentBody ul.inline {
  margin: 0;
}
.contentBody ul.inline li {
  display: block;
  white-space: nowrap;
  float: left;
  padding-right: 0.5em;
}
.contentBody ul li ol li:before {
  display: none;
}
.contentBody ol {
  margin: 10px 0 20px 30px;
  padding: 0;
}
.contentBody ol li {
  margin: 0;
  padding: 0 0 0.25em;
  line-height: 1.75;
}
.contentBody ol li ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding-left: 1.5rem;
}
.contentBody ul li strong, .contentBody ol li strong {}
/* -- deco-list */
.contentBody ol.deco-list {
  /* margin: 10px 0 20px 20px;
	padding: 0; */
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentBody ol.deco-list li {
  margin: 0;
  margin-left: 1.55em;
  padding: 0 0 1em; /* padding: 0; */
  text-indent: -1.55em;
}
.contentBody ol.deco-list > li > ol > li {
  padding: 0 0 0 2em;
  text-indent: -1em;
}
.contentBody ol.deco-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #8dc031;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 1000%;
  color: #fff;
  margin-right: .3em;
  line-height: 1em;
  padding: 0.1em;
  text-indent: 0;
}
.contentBody ol.deco-list > li > ol > li:before {
  counter-increment: number;
  content: counter(number)".";
  margin-left: 0;
  background: none;
  color: #ba9975;
  font-weight: bold;
}
/* 研究 */
.contentBody ol.deco-number {
  list-style: none;
  counter-reset: number 0;
}
.contentBody ol.deco-number li {
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.contentBody ol.deco-number li:before {
  counter-increment: number 1;
  content: counter(number);
  background: #063d75;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  border-radius: 1000%;
  color: #fff;
  border: 0.1rem solid #063d75;
  box-sizing: border-box;
  margin-right: .5rem;
  line-height: calc(2.75rem - 0.6rem);
  padding: 0.1rem;
  text-indent: 0;
  font-weight: bold;
  font-size: 2rem;
  /* font-family: oswald; */
  position: absolute;
  left: -2rem;
  top: 0.5rem;
}
.contentBody ol.deco-number li.start-01:before {
  counter-increment: number 1;
  content: counter(number);
}
.contentBody ol.deco-number li.start-02:before {
  counter-increment: number 2;
  content: counter(number);
}
.contentBody ol.deco-number li.start-03:before {
  counter-increment: number 3;
  content: counter(number);
}
.contentBody ol.deco-number li.start-04:before {
  counter-increment: number 4;
  content: counter(number);
}
.contentBody ol.deco-number li.start-05:before {
  counter-increment: number 5;
  content: counter(number);
}
/*  ------------------------------------------------------------------------------------------------------------------------------------ qa */
.contentBody ul.qa {
  /* background: #f6f6f6; */
  margin: 10px 0 20px;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .contentBody ul.qa {
    padding: 0;
  }
}
.contentBody ul.qa li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 1em;
  /* text-align: center; */
  position: relative; /* color: #585858; */
}
.contentBody ul.qa li span.head {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.contentBody ul.qa li.question {
  /* background: #e6f4ff; */
  background: #f2f9ff;
  /* border: 3px solid #013891; */
  margin-bottom: 30px;
}
.contentBody ul.qa li.question span.head {
  color: #fff;
  background: #88b2d1;
  border-radius: 100px;
  /* padding: 0.2em 0.8em; */
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.contentBody ul.qa li.question:before {
  background: none;
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  border: none;
  z-index: 0;
}
.contentBody ul.qa li.question:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 19px 0 19px;
  border-color: #f2f9ff transparent transparent transparent;
  z-index: 0;
}
.contentBody ul.qa li.answer {
  background: #ffe6e7;
  background: #fff3f3;
  /* border: 3px solid #fe5700; */
  margin-bottom: 80px;
}
.contentBody ul.qa li.answer:last-child {
  margin-bottom: 0;
}
.contentBody ul.qa li.answer span.head {
  color: #fff;
  background: #ed777c;
  border-radius: 100px;
  /* padding: 0.2em 0.8em; */
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.contentBody ul.qa li.answer:before {
  background: none;
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  border: none;
  z-index: 0;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- table.deco-tb */
.contentBody table.deco-tb {
  text-align: left;
  vertical-align: middle;
  /* width: 100%; */
  border-collapse: collapse;
  border: 0.2rem solid #ccc;
  /* border-top: 3px solid #ccc; */
  /* border-left: none;
	border-right: none; */
  background: #fff;
}
.contentBody table.deco-tb.fixed {
  table-layout: fixed;
}
.contentBody table.deco-tb th {
  border: 1px solid #ccc;
  /* border-left: none;
	border-right: none; */
  padding: 0.8rem 0.5rem;
  text-align: left;
  vertical-align: middle;
  /* background: #eee; */
  /* color: #ffffff; */
  background: #f0f0f0;
  font-weight: normal;
}
.contentBody table.deco-tb td {
  border: 1px solid #ccc;
  /* border-left: none;
	border-right: none; */
  padding: 0.8rem 0.5rem;
  vertical-align: top;
}
.contentBody table.deco-tb.min th {
  padding: 0.2em 0.25em;
}
.contentBody table.deco-tb.min td {
  padding: 0.2em 0.25em;
}
/* スタッフ紹介 */
/* .contentBody table.deco-tb.min.staff {
	border: none;
}
.contentBody table.deco-tb.min.staff th, .contentBody table.deco-tb.min.staff td {
	border-left: none;
	border-right: none;
}
.contentBody table.deco-tb.min.staff th {
	white-space: nowrap;
	font-size: 1.4rem;
} */
.contentBody table.deco-tb.border {
  border: none;
}
.contentBody table.deco-tb.border th, .contentBody table.deco-tb.border td {
  background: none;
  border-left: none;
  border-right: none;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .contentBody table.resp_fixed {
    table-layout: fixed !important;
  }
  .contentBody div.responsive-type-outer table.deco-tb {
    width: 98rem !important;
  }
  /* -- table.resp_block */
  .contentBody table.resp_block {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .contentBody table.resp_block thead {
    display: none;
  }
  .contentBody table.resp_block tr {
    display: block;
    border: none;
    margin: 0; /* padding: 1em;
	
	border-radius: 5px; */
  }
  .contentBody table.resp_block th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    /* padding-bottom: 0.5rem; */
    /* background: none; */
    border-top: 1px solid #ccc; /* padding: 0; */
    line-height: 1.5;
  }
  .contentBody table.resp_block td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* padding: 0; */
    border: none;
    /* margin-bottom: 1em; */
    border: none;
  }
  .contentBody table.resp_block tr td:last-child {
    margin-bottom: 0;
  }
  .contentBody table.resp_block tr td:first-child {
    border-top: none;
  }
  .contentBody table.resp_block td.resp_thead:before {
    content: attr(data-text)"";
    display: block;
    width: 100%;
    font-weight: bold;
    padding-top: 1em;
    background: none;
    background: #f0f0f0;
    /* border: 1px solid #e9ecef; */
    border-left: none;
    border-right: none;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0.5em; /* border-bottom: 1px solid #000; */
  }
}
/* -- div display="table" */
.contentBody div.table {
  text-align: left;
  /* vertical-align: middle; */
  width: 100%;
  border-collapse: collapse;
  /* border: 1px solid #ddd; */
  display: table;
}
.contentBody div.table div.row {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
}
.contentBody div.table div.th {
  /* border: 1px solid #ddd; */
  padding: 4px 5px;
  text-align: left;
  /* vertical-align: middle; */
  /* background: #eee; */
  /* color: #ffffff; */
  display: table-cell;
}
.contentBody div.table div.th:after {
  content: ":";
  vertical-align: middle;
}
.contentBody div.table div.td {
  /* border: 1px solid #ddd; */
  padding: 4px 5px;
  /* vertical-align: middle; */
  display: table-cell;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .contentBody div.table div.th, .contentBody div.table div.td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* -- responsive-type-transform */
  /* -- responsive-type-transform */
  .contentBody table.deco-tb.responsive-type-transform {
    border: none;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contentBody table.deco-tb.responsive-type-transform thead {
    display: none;
  }
  .contentBody table.deco-tb.responsive-type-transform th {
    display: block;
    border: none;
    width: 100% !important;
  }
  .contentBody table.deco-tb.responsive-type-transform td {
    display: list-item;
    list-style: none;
    border: none;
    border-left: 5px solid #f0f0f0;
    padding: 0 0 0 0.5em;
    margin: 0.5em 0 1em;
  }
  /* add content  <td data-text="content"> */
  .contentBody table.deco-tb.responsive-type-transform td:before {
    content: attr(data-text)"";
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* add content */
  /*.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(1):before { content: "見出しX1"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(2):before { content: "見出しX2"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(3):before { content: "見出しX3"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(4):before { content: "見出しX4"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(5):before { content: "見出しX5"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(6):before { content: "見出しX6"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(7):before { content: "見出しX7"; display: block; font-weight: bold; }
	.contentBody table.deco-tb.responsive-type-transform td:nth-of-type(8):before { content: "見出しX8"; display: block; font-weight: bold; } */
  /* -- responsive-type-outer */
  .contentBody div.responsive-type-outer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .contentBody div.responsive-type-outer:before {
    position: relative;
    content: "※スマートフォンの場合には、横にスクロールして閲覧してください";
    display: block;
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    /* color: #fd3b3c; */
    color: #777;
    border: 2px solid #ededed;
    margin-bottom: 1em;
    padding: 0.5em;
    box-sizing: border-box;
    background: #fafafa;
  }
  .contentBody div.responsive-type-outer table.deco-tb {
    table-layout: auto;
    white-space: nowrap;
  }
  /* -- responsive-type-outer-tbody  */
  /* tbody scroll */
  .contentBody div.responsive-type-outer-tbody {}
  .contentBody div.responsive-type-outer-tbody table.deco-tb {
    width: 100%;
    display: block;
    position: relative;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb tr {
    display: inline-block;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb thead {}
  .contentBody div.responsive-type-outer-tbody table.deco-tb thead th, .contentBody div.responsive-type-outer-tbody table.deco-tb thead td {
    border-top: 1px solid #ddd;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb th, .contentBody div.responsive-type-outer-tbody table.deco-tb td {
    display: block;
    white-space: nowrap;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb thead {
    display: block;
    float: left;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb tbody {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb tbody tr {
    margin-left: -5px;
  }
  .contentBody div.responsive-type-outer-tbody table.deco-tb br {
    display: none;
  }
}
/* -- table.row hover */
.contentBody table.deco-tb.row tr {
  background: #fff;
  transition: all .1s ease-out 0s;
}
.contentBody table.deco-tb.row tr:hover {
  background: #f9f0d3;
}
/* -- deco-box */
.contentBody .deco-box {
  padding: 1.5em;
  background: #f6f6f6;
  /* margin-bottom: 1.5em; */
  position: relative;
  box-sizing: border-box;
}
.contentBody .deco-box.pink {
  background: #fff9f7;
}
.contentBody .deco-box-line {
  padding: 1.5em;
  background: #fff;
  border: 5px solid #f6f6f6;
  /* margin-bottom: 1.5em; */
  position: relative;
  box-sizing: border-box;
}
.contentBody .deco-box-alert {
  padding: 1.0em;
  border: 3px solid #fd3b3c;
  color: #fd3b3c;
}
.contentBody .deco-box.min, .contentBody .deco-box-line.min, .contentBody .deco-box-alert.min {
  padding: 0.75em;
}
@media only screen and (max-width: 768px) {
  .contentBody .deco-box {
    padding: 0.75em;
  }
}
/* -- flowArrow */
.contentBody .deco-box-line {
  padding: 0.75em 1.5em;
}
@media only screen and (max-width: 768px) {
  .contentBody .deco-box-line {
    padding: 0.5em;
  }
  .contentBody .deco-box.flowArrow {
    padding: 1em;
    background: #fff;
    border: 10px solid #eee;
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  .contentBody .deco-box.flowArrow.none {}
  .contentBody .flowArrow::before {
    border-color: #eee transparent transparent;
    border-style: solid;
    border-width: 24px 24px 0;
    content: "";
    height: 0;
    left: 50%;
    bottom: -4rem;
    position: absolute;
    width: 0;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  .contentBody .flowArrow::after {
    /* border-color: #f6f6f6 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
  }
  .contentBody .flowArrow.none::before, .contentBody .flowArrow.none::after {
    display: none;
  }
}
/* -- dl */
/* .contentBody dl {
	width: 100%;
}
.contentBody dl dt {
	padding: 0.5em;
	box-sizing: border-box;
	font-weight: bold;
	color: #ff8158;
	position: relative;
}
.contentBody dl dd {
	padding: 0.5em;
	box-sizing: border-box;
} */
/* -- google map */
@media only screen and (max-width: 768px) {
  .contentBody .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .contentBody .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* -- google map */
@media only screen and (max-width: 768px) {
  .contentBody .movieWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .contentBody .movieWrap iframe, .contentBody .movieWrap object, .contentBody .movieWrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* -- form */
/* .form add table */
/* -- form */
.form {}
.form .line {
  display: inline;
  margin: 0;
}
.form th {
  /* min-width: 200px; */
}
/* */
.alert, .required {
  color: #ff100a;
}
.required-label {
  background: #ff100a;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1000rem;
}
label, .postalcode {
  /* white-space: nowrap; */
}
.form input[type="text"], .form input[type="date"], .form textarea {
  border-radius: 5px;
  border: none;
  border: 1px solid #c3c3c3;
  background: #f9f9f9;
  transition: all 0.2s ease-in-out;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  margin: 0;
  min-height: 4.4rem; /* */
}
input[type="text"]:focus, input[type="date"]:focus, textarea:focus {
  background: #ffffff;
  outline: none;
  border: none;
  border: 1px solid #c3c3c3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form input[type="text"].err, .form input[type="date"].err, .form textarea.err {
  border: 1px solid #a94442;
  background: #ffeeef;
}
input[type="text"]:focus, input[type="date"]:focus, textarea:focus {
  border: none;
  border: 1px solid #eee;
  outline: none;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"].err:focus, input[type="date"].err:focus, textarea.err:focus {
  border: none;
  border: 1px solid #eee;
  outline: none;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .075);
}
input[type="text"]:active, input[type="date"]:active, textarea:active {
  background: #ffffff;
  outline: none;
  border: none;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
input[type="text"]::-moz-focus-inner, input[type="date"]::-moz-focus-inner, textarea::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* placeholder color */ ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
:placeholder-shown {
  color: #ccc
}
/* セレクトボックス */
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  /* min-height: 44px;
	max-height: 44px; */ /* */
  /* height: 38px; */
  border-radius: 5px;
  border: 1px solid #c3c3c3;
  /* min-width: 80px; */
  padding: 0 0.5rem;
  cursor: pointer;
  /* background: #fff; */
  background: #f9f9f9;
  /* padding: 0.5em 0.5em; */
  box-sizing: border-box;
  height: 4.4rem;
  width: calc(100% + 4rem) !important;
}
.form select.err {
  border: 1px solid #a94442;
  background: #ffeeef;
}
.form select::-ms-expand {
  display: none;
}
.form select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form select.err:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form div.select-wrap {
  position: relative;
  /* width: 50%; */
  /* height: 38px; */
  height: 4.4rem;
  display: inline-block;
  padding-right: 4rem;
}
.form div.select-wrap::after {
  border-right: 0.1rem solid #000;
  border-top: 0.1rem solid #000;
  content: "";
  display: block;
  height: 0.75rem;
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transition: all 0.2s ease-in-out 0s;
  width: 0.75rem;
  pointer-events: none;
}
/* -- */
.form label:hover {
  color: #3472c7;
}
/* ----------------------------------------------------------------------------------------------- radio checkbox */
/* ----------------------------------------------------------------------------------------------- radiobutton &amp; checkbox */
.form label {
  padding-left: 0;
}
.form input[type=radio], .form input.checkbox[type=checkbox] {
  /* display: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  margin-left: 0;
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form .radio, .form .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  /* padding: 6px 12px 6px 22px; */
  padding: 6px 12px 6px 6px;
  border-radius: 4px;
  /* background-color: #f6f7f8; */
  vertical-align: middle;
  cursor: pointer;
  content: "1";
  margin-top: 0; /* margin-right: 0.5em; */
}
.form .radio.err, .form .checkbox.err {
  /* background-color: #ffeeef; */
}
.form .radio:hover, .form .checkbox:hover {
  /* background-color: #d7e5ed; */
}
.form .radio:hover:after, .form .checkbox:hover:after {
  border-color: #3472c7;
}
/* ラジオボタン */
.form .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  /* margin-top: -12px; */
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  content: '';
  background: #fff;
  z-index: 0;
}
.form .radio:before {
  /* -webkit-transition: opacity 0.2s linear; */
  /* transition: opacity 0.2s linear; */
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  /* margin-top: -8px; */
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background-color: #ff4aab; */
  background-color: #3472c7;
  content: '';
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.form input.radio[type=radio]:checked:after {
  border: 2px solid #3472c7; /* background: #ff4aab; */
}
.form input.radio[type=radio]:checked:before /* + .radio:before */ {
  opacity: 1;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
}
/* チェックボックス */
.form .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  /* left: 15px; */
  /* left: -1.5em; */
  left: 0;
  display: block;
  /* margin-top: -12px; */
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: '';
  background: #fff;
  z-index: 0;
}
.form .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  /* left: 21px; */
  /* left: -1.125em; */
  left: 0.4em;
  display: block;
  /* margin-top: -9px; */
  width: 5px;
  height: 9px;
  /* border-right: 2px solid #ff4aab;
	border-bottom: 2px solid #ff4aab; */
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  z-index: 1;
}
.form input.checkbox[type=checkbox]:checked:after {
  border: 2px solid #3472c7;
  background: #3472c7;
}
.form input.checkbox[type=checkbox]:checked:before /* + .checkbox:before */ {
  opacity: 1;
}
/* */
.form input.checkbox[type=checkbox]:disabled:after {
  background: #f0f0f0;
}
.form input.checkbox[type=checkbox]:disabled:before {
  z-index: 1000;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.form input.checkbox[type=checkbox]:disabled:hover:after {
  border-color: #ccc;
}
@media only screen and (max-width: 768px) {
  .contentBody table.deco-tb.form {
    /* font-size: 86%; */
    width: 100%;
    border: none;
  }
  .contentBody table.deco-tb.form td.sub {
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .contentBody .form div.selectWrap {
    /* margin-bottom: 1em; */
    width: 100%;
  }
  .contentBody table.deco-tb.form input, .contentBody table.deco-tb.form textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .contentBody table.deco-tb.form label {
    /* display: block; */
  }
  .contentBody table.deco-tb.form label input {
    width: auto;
  }
  .contentBody table.deco-tb.form th {
    /* min-width: 40px; */
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0 0 1em;
  }
  .contentBody table.deco-tb.form td {
    display: block;
    border: none;
    padding: 0 0 1em;
  }
}
/* -- .btn */
/* .btn .default */
.contentBody .btns .btn {
  display: inline-block;
}
.contentBody .btn {
  background: #eee;
  /* margin: 0 auto 1em; */
  display: block;
  padding: 0.75rem 0.5rem;
  /* border: 1px solid #ccc; */
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  /* border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; */
  border: none;
  -webkit-appearance: none;
}
.contentBody .btn.inline-block {
  display: inline-block;
}
/* btn color */
.contentBody .btn.default {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  background: #eee;
  color: #111;
}
.contentBody .btn.red {
  background: -moz-linear-gradient(top, #ff5a5f 0%, #ff5a5f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#ff5a5f));
  background: #ff5b5e;
  color: #fff;
}
.contentBody .btn.purple {
  background: -moz-linear-gradient(top, #6f5499 0%, #6f5499);
  background: -webkit-gradient(linear, left top, left bottom, from(#6f5499), to(#6f5499));
  background: #cf8ae5;
  color: #fff;
}
.contentBody .btn.blue {
  /* background: -moz-linear-gradient(top, #337ab7 0%, #337ab7);
	background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7)); */
  /* background: #4b8efa; */
  background: #006cbc;
  color: #fff;
}
.contentBody .btn.green {
  background: -moz-linear-gradient(top, #30a6b1 0%, #30a6b1);
  background: -webkit-gradient(linear, left top, left bottom, from(#30a6b1), to(#30a6b1));
  background: #6dcc54;
  color: #fff;
}
.contentBody .btn.yellow {
  background: -moz-linear-gradient(top, #faee2b 0%, #faee2b);
  background: -webkit-gradient(linear, left top, left bottom, from(#faee2b), to(#faee2b));
  background: #f7cf4b;
  color: #666;
}
.contentBody .btn.orange {
  background: -moz-linear-gradient(top, #f89406 0%, #f89406);
  background: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
  background: #ffa244;
  color: #fff;
}
.contentBody .btn:hover {
  filter: brightness(85%);
  -moz-filter: brightness(85%);
  -webkit-filter: brightness(85%);
}
.contentBody .btn {}
/* -- tab */
.contentBody #tab01:target ~ div.tabContents div.content:nth-child(1), .contentBody #tab02:target ~ div.tabContents div.content:nth-child(2), .contentBody #tab03:target ~ div.tabContents div.content:nth-child(3) {
  display: block;
}
.contentBody #tab02:target ~ div.tabContents div.content:first-child, .contentBody #tab03:target ~ div.tabContents div.content:first-child {
  display: none;
}
.contentBody #tab01:target ~ ul.tabBtn li:nth-child(1) a, .contentBody #tab02:target ~ ul.tabBtn li:nth-child(2) a, .contentBody #tab03:target ~ ul.tabBtn li:nth-child(3) a {
  background: #333;
  color: #fff;
}
.contentBody #tab01:target ~ ul.tabBtn li:not(:nth-child(1)) a, .contentBody #tab02:target ~ ul.tabBtn li:not(:nth-child(2)) a, .contentBody #tab03:target ~ ul.tabBtn li:not(:nth-child(3)) a {
  background: #ccc;
  color: #333;
}
.contentBody div.trigger {
  display: none;
}
.contentBody ul.tabBtn {
  margin: 0;
  padding: 0;
}
.contentBody ul.tabBtn li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline;
}
.contentBody ul.tabBtn li::before {
  background: none;
  content: "";
  height: auto;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  transition: none;
  width: auto;
}
.contentBody ul.tabBtn li a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #ccc;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.contentBody #tab01 ~ ul.tabBtn li:nth-child(1) a, .contentBody ul.tabBtn li a:hover {
  background: #333;
  color: #fff;
}
.contentBody div.tabContents {
  width: 100%;
  position: relative;
}
.contentBody div.tabContents div.content {
  position: relative;
  display: none;
  top: 0;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 0px 5px 5px 5px;
  animation: fadeIn 0.2s;
}
.contentBody div.tabContents div.content:first-child {
  display: block;
}
@media print {
  .contentBody div.tabContents div.content {
    display: block;
  }
}
/* 印刷用 */
@media print {
  header div.bottom, div.banners, footer {
    display: none;
  }
}
/* -- .add */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- page-index */
div.page-index {
  /* background: #f8f8f8; */
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  position: relative;
  border: 0.1rem solid #9e005f; /* font-family: "Yu Gothic", YuGothic, sans-serif, 'Noto Sans JP', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
}
div.page-index div.heading {
  color: #9e005f;
  display: inline-block;
  font-weight: bold;
  left: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: -1.5rem;
  background: #fff;
}
div.page-index ul {
  margin: 0;
  text-align: left;
}
div.page-index.block ul li {
  display: block;
}
div.page-index ul li {
  background: none;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
div.page-index ul li::before {
  display: none;
}
div.page-index ul li a {
  color: #000;
  font-size: 1.6rem;
  padding-left: 1.75rem;
  position: relative;
  text-decoration: none;
  display: block;
}
div.page-index ul li a::before {
  background: none;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 0.4rem;
  left: 0;
  position: absolute;
  top: 1.40rem;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in-out 0s;
  width: 0.4rem;
}
div.page-index ul li a:hover {
  opacity: 0.5;
}
div.page-index ul li a:hover::before {}
@media only screen and (max-width: 768px) {
  div.page-index {
    padding: 2rem 1rem;
  }
  div.page-index div.flex {
    display: block;
  }
  div.page-index ul li {
    display: block;
  }
  div.page-index ul li a {
    display: block;
    font-size: 1.4rem;
  }
  div.page-index ul li a::before {
    top: 1.0rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  div.page-index ul li a.page-index-category {
    background: #f6f6f6;
    padding-left: 2rem;
  }
  div.page-index ul li a.page-index-category:before {
    left: 0.5rem;
  }
}
/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ @個別 */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ スタッフ紹介 */
/* div.staff-card-wrap {
	clear: both;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
div.staff-card-wrap div.l-staff {
	width: 100.00%;
	margin-right: 0;
	margin-bottom: 6rem;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
div.staff-card-wrap div.l-staff div.staff-card {
	width: 48.00%;
	margin-right: 4%;
	margin-bottom: 6rem;
	box-sizing: border-box;clear: both;
}
div.staff-card-wrap div.l-staff div.staff-card:nth-child(2) {
	margin-right: 0;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__image {
	width: 100.00%;
	margin-right: 0;
	margin-bottom: 2rem;
	box-sizing: border-box;
	position: relative;
	padding-top: 75.00%;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	max-width: inherit;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__content {
	width: 100.00%;
	margin-bottom: 4rem;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__content div.staff-card__content-title span {
	font-size: 2.1rem;
	margin-right: 1rem;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__content div.staff-card__content-title {
	font-size: 3.0rem;
	margin-bottom: 2rem;
}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


div.staff-card-wrap div.staff-card {
	width: 30.00%;
	margin-right: 5%;
	margin-bottom: 4rem;
	box-sizing: border-box;
	float: left;
	position: relative;
}
div.staff-card-wrap div.staff-card a {
	position: absolute;
	top: -15rem;
}
div.staff-card-wrap div.staff-card:nth-child(3n) {
	margin-right: 0;
}
div.staff-card-wrap div.staff-card__image {
	padding-top: 75.00%;
	position: relative;
	overflow: hidden;
	border-radius: 6rem;
	box-shadow: 0 0.2rem 1.25rem rgba(0,22,38,.1);
	margin-bottom: 1rem;
}
div.staff-card-wrap div.staff-card__image img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	width: 100%;
	height: auto;
}
div.staff-card-wrap div.staff-card__content {
	padding: 0.5rem;
	box-sizing: border-box;
}
div.staff-card-wrap div.staff-card__content-title {
	border-bottom: 0.1rem solid #e7e9f4;
	margin-bottom: 1rem;
	font-size: 2rem;
}
div.staff-card-wrap div.staff-card__content div.hp_name {
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: "Yu Gothic", YuGothic, sans-serif, 'Noto Sans JP', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
div.staff-card-wrap div.staff-card__content-title span {
	font-size: 1.4rem;
	margin-right: 1rem;
}
div.staff-card-wrap div.staff-card__content-dec {
	font-size: 1.3rem;
	line-height: 1.6;
	font-family: "Yu Gothic", YuGothic, sans-serif, 'Noto Sans JP', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
div.staff-card-wrap div.staff-card__content-dec__left {
	font-weight: bold;
	margin-top: 0.5rem;
	color: #033b77;border-bottom: 0.1rem solid #ccc;
	display: inline-block;background: #033b77
}
div.staff-card-wrap div.staff-card__content-dec__right {
	font-size: 1.5rem;
	position: relative;
	padding-left: 1rem;
	text-align: left;
	color: #666;
}
div.staff-card-wrap div.staff-card__content-dec__right:after {
position: absolute;
	top: 0;
	left: 1rem;
	content: "";
	background: #ccc;
	width : 1rem;
	height: 1rem;
	display: block;
	border-radius: 1000rem;
}
 @media only screen and (max-width: 768px) {
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__image {
	width: 100.00%;
	margin-right: 0;
	margin-bottom: 2rem;
	box-sizing: border-box;
	position: relative;
	padding-top: 75.00%;
}
div.staff-card-wrap div.l-staff div.staff-card {
	width: 100.00%;
	margin-right: 0;
	margin-bottom: 4rem;
	box-sizing: border-box;
	display: block;
	flex-wrap: inherit;
}
div.staff-card-wrap div.l-staff div.staff-card div.staff-card__content {
	width: 100.00%;
	margin-bottom: 0;
}
div.staff-card-wrap div.staff-card {
	width: 48.00%;
	margin-right: 4%;
}
div.staff-card-wrap div.staff-card:nth-child(2n) {
	margin-right: 0 !important;
}
div.staff-card-wrap div.staff-card:nth-child(3n) {
	margin-right: 4%;
}
div.staff-card-wrap div.staff-card__content-title span {
	display: block;
	line-height: 1;
}
} */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 診療業績 */
div.result-article-wrap {
  border-top: 0.1rem solid #ccc;
  padding-top: 1rem;
}
div.result-article {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #ccc;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 研究業績 */
/* .contentBody div.accordion {
	background: none;
	margin: 0;
	padding: 0;
} */
.contentBody div.accordion div.accordion-heading {
  color: #333;
  padding: 1rem 8rem 1rem 0.5rem;
  position: relative;
  /* border-bottom: 0.1rem solid #ddd; */
}
div.accordion {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  padding-right: 5rem;
  border-bottom: 0.1rem solid #ddd;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div.accordion h5 {
  /* color: #8dc031 !important; */
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 1.5;
}
div.accordion div.accordion-label {}
div.accordion div.accordion-trigger {
  /* background: #3da9c4; */
  /* border-radius: 1000px; */
  display: block;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 4rem;
  /* background: #2c3b4a; */
  border: 0.1rem solid #2c3b4a;
}
div.accordion div.accordion-trigger span {
  background: #2c3b4a;
  display: block;
  height: 0.1rem;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 70%;
}
div.accordion div.accordion-trigger span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
div.accordion div.accordion-trigger span:nth-child(2) {
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
div.accordion.active div.accordion-trigger span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
div.accordion.active div.accordion-trigger span:nth-child(2) {
  display: none;
}
div.accordion-wrap {
  border-top: medium none;
  box-sizing: border-box;
  /* margin-bottom: 0.5rem; */
}
div.accordion-wrap {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease 0s;
  /* padding-top: 1rem; */
  background: #f8f8f8;
}
div.accordion.active + div.accordion-wrap {
  box-sizing: border-box;
  max-height: 10000px;
  padding: 1rem 4rem;
}
.contentBody div.accordion-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.contentBody div.accordion-wrap h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.contentBody div.accordion {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  div.accordion.active + div.accordion-wrap {
    padding: 1rem 2rem;
  }
  .contentBody div.accordion div.accordion-heading {
    padding: 1rem 4rem 1rem 0.5rem;
  }
}
.contentBody div.greeting-heading {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contentBody div.greeting-heading span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  padding-right: 2rem;
  position: relative;
  color: #666666;
}
.contentBody div.greeting-heading:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  border-top: 0.2rem dotted #b3b3b3;
  width: 100%;
  height: 0.2rem;
  z-index: 0;
}
/* 研究業績 */
.contentBody div.result-list {
  font-size: 1.5rem;
  line-height: 1.5;
}
.contentBody div.result-list div.result-list-article {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #9e005f;
  color: #555;
}
.contentBody div.result-list div.result-list-article b {
  text-decoration: underline;
}
.contentBody div.staff-list h3:after {
  display: none;
}
.contentBody div.staff-list .img {
  border-radius: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .contentBody div.staff-list {}
  .contentBody div.staff-list div.fl {
    margin-bottom: 0 !important;
  }
  .contentBody div.staff-list p {
    margin: 0;
    margin-bottom: 1rem;
  }
  .contentBody div.staff-list h3 {
    margin-bottom: 2rem;
  }
  .contentBody div.staff-list h4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .contentBody div.staff-list .img {
    margin-bottom: 0 !important;
  }
}
/* はじめて受診される方へ */
.contentBody ul.flow-list {
  margin: 0;
}
.contentBody ul.flow-list li {
  position: relative;
  margin-left: 6rem;
  margin-bottom: 4rem;
  padding: 0;
  border-bottom: 0.1rem dashed #9e005f;
}
.contentBody ul.flow-list li:before {
  display: none;
}
.contentBody ul.flow-list li:after {
  left: -2.75rem;
  transition: 0.25s all;
  border-right: 0.1rem solid #9f005d;
  border-top: 0.1rem solid #9f005d;
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -2rem;
  transform: translateY(0) rotate(135deg);
  -webkit-transform: translateY(0) rotate(135deg);
  transition: 0.25s all;
  z-index: 1;
}
.contentBody ul.flow-list li:last-child:after {
  display: none;
}
.contentBody ul.flow-list li div.flow-list-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -4rem;
  width: 3rem;
  height: 3rem;
  content: "";
  z-index: 1000;
  border: 0.1rem solid #9e005f;
  border-radius: 1000rem;
}
.contentBody ul.flow-list li div.flow-list-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  color: #9e005f;
}