@charset "utf-8";

/* --------------------------- common --------------------------- */

:root{
  --color-dxpo-key: #00A052;
  --color-box-key: #B01F24;
  --color-fox-key: #E75F23;
  /* --color-fox-key: #003986; */
  --color-box-sub: #fadce9;
  --color-fox-sub: #FFE9FB;
}

body {
  opacity: 0; /* styles.js global.js で表示の制御 */
}

/* -------------------------------------------- helpers -------------------------------------------- */

.el_subHeading {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #E75F23;
	border-top: 4px solid #E75F23;
	border-bottom: 4px solid #E75F23;
	padding: 20px 0;
}


/* -------------------------------------------- contact -------------------------------------------- */
.bl_mediaContact {
	background-color: #0856a6;
	padding: 14px;
	text-align: center;
	border-radius: 3px;
}
.bl_mediaContact_ttl {
	font-size: 1.525rem;
	padding: 0;
	margin: 0;
	color: #fff;
}
.bl_mediaContact_body {
	display: flex;
	justify-content: space-between;
	margin: 8px;
	background-color: #fff;
	border-radius: 3px;
	align-items: center;
}
.bl_mediaContact_txt {
	font-size: 3.425rem;
	line-height: 4.425rem;
	font-weight: 800;
	color:#B01F24;
	margin: 0;
	padding: 0;
}
.bl_mediaContact_cap {
	font-size: 1.685rem;
	font-weight: 800;
	color: #333;
	margin-left: 50px;
}
.bl_mediaContact_subtxt {
	font-size: 1.145rem;
	line-height: 1.145rem;
	font-weight: 600;
	color: #333;
	border: 2px solid #666;
	border-radius: 2px;
	padding: 6px;
	margin: 10px 20px;
}


/* ---------------------------------- listBox ---------------------------------- */

.el_listBoxMain {
  background-color: #EAF6FD;
  border: 1px solid #999;
  margin-bottom: 30px;
}
.el_listBoxMain.el_listBoxMain__lightgreen {
  background-color: #FFFDE8;
}
.el_listBoxMain.el_listBoxMain__blue {
  background-color: #e7f5fe;
}
/* .el_listBoxMain.el_listBoxMain__purple {
  background-color: #f3ebf1;
}
.el_listBoxMain.el_listBoxMain__purple h4 {
  color: #853477;
} */
.el_listBoxMain.el_listBoxMain__purple {
  background-color: #FDF8F2;
}
.el_listBoxMain.el_listBoxMain__purple h4 {
  color: #E75F23;
}
.el_listBoxMain.el_listBoxMain__brown {
  background-color: #FEF7E0;
}
.el_listBoxMain.el_listBoxMain__brown h4 {
  color: #6A3906;
}
.el_listBoxMain_ttl {
  background-color: #66C696;
  color: #222;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}
.el_listBoxMain_ttl.el_listBoxMain_ttl__lightgreen {
  background-color: #C0D850;
}

.el_listBoxMain_ttl.el_listBoxMain_ttl__blue {
  background-color: #003a87;
  color:#fff;
}
/* .el_listBoxMain_ttl.el_listBoxMain_ttl__purple {
  background-color: #853477;
  color:#fff;
} */
.el_listBoxMain_ttl.el_listBoxMain_ttl__purple {
  background-color: #E75F23;
  color:#fff;
}
.el_listBoxMain_ttl.el_listBoxMain_ttl__brown {
  background-color: #6A3906;
  color:#fff;
}
.el_listBoxMain_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 12px;
}

.el_listBoxMain_item {
  /* padding-right: 10px; */
	width: 32%;
}
.el_listBoxMain_item2 {
	/* width: 64%; */
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.el_listBoxMain_item h4 {
  position: relative;
  color: #E75F23;
  font-size: 1rem;
	font-weight: 600;
  margin: 0;
  margin-left: 5px;
  padding: 10px 0 6px;
  padding-left: 20px;
}
.el_listBoxMain_item h4::before {
  content: '';
  position: absolute;
  top: 0.95em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #E75F23;
  /* border-radius: 50%; */
}
.el_listBoxMain_item h4.purple::before {
  background-color: #E75F23;
}
.el_listBoxMain_item h4.brown::before {
  background-color: #6A3906;
}

.el_listBoxMain_item h3 {
  color: #00a051;
  font-size: 1rem;
	font-weight: 600;
	text-align: right;
  margin: 15px 0;
  padding: 0 15px 0 0;
	border-right: 2px solid #ddd;
	height:78%;/*20221214追加*/
}
.el_listBoxMain_item ul {
  font-size: 0.9rem;
  margin: 0;
  padding: 0 0 0 10px;
}
.el_listBoxMain_item2 ul {
	display: flex;
	flex-wrap: wrap;
  font-size: 1rem;
	font-weight: 600;
  margin: 0;
  padding: 10px 0 0;
	text-align: left;
}
.el_listBoxMain_item2 li {
	/* margin: 0 20px 0 0; */
  width: 33.333333333%;
}
.el_listBoxMain_item2.full li {
  width: 100%;
}

/* @media screen and (max-width: 834px) {
  .el_listBoxMain_wrapper {
    flex-direction: column;
  }
} */


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/* LIST */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_bulletList {
  list-style-type: none;
}

.bl_bulletList > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.bl_bulletList > li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: .4em;
  height: .4em;
  background-color: #555;
  border-radius: 50%;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* MEDIA */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_media {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #EED4E9  0%, #EED4E9 25%, #eee 25%, #eee 100%);
	padding: 30px;
}
.bl_mediaGreen {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #99D9B9  0%, #99D9B9 25%, #eee 25%, #eee 100%);
	padding: 30px;
}

.bl_media_imgWrapper {
	flex: 0 1 27.58333%;
	margin: 0 3.33333% 0 0;
}

.bl_media_imgWrapper > img {
	width: 100%;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.8), 0 3px 10px -4px rgba(0,0,0,.6);
}

.bl_media_body {
	flex: 1;
}

.bl_media_body > *:last-child {
	margin-bottom: 0;
}

.bl_media_ttl {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 0;
}

.bl_media_ttlLine {
	margin-bottom: 18px;
	font-size: 1.375rem;
	font-weight: bold;
	color:  #E75F23;
	border-bottom: 3px solid #E75F23;
	padding-bottom: 8px;
	margin-top: 0;
}

.bl_media_ttlLine2 {
	margin-bottom: 18px;
	font-size: 1.375rem;
	/* font-weight: bold; */
	font-weight: 600;
	color:  #00A051;
	border-bottom: 3px solid #00A051;
	padding-bottom: 8px;
	margin-top: 0;
}

.bl_media_txt {
	margin-top: 0;
}
.bl_media_txtSm {
	font-size: 1rem;
	margin-top: 0;
	color: #333;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* MEDIA - REVERSE */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_media.bl_media__rev {
	flex-direction: row-reverse;
	background: linear-gradient(90deg, #eee  0%, #eee 75%, #EED4E9 75%, #EED4E9 100%);
}

.bl_media__rev .bl_media_imgWrapper {
	margin-right: 0;
}

.bl_media__rev .bl_media_body {
	margin-right: 3.33333%;
}


.bl_mediaGreen.bl_media__rev {
	flex-direction: row-reverse;
	background: linear-gradient(90deg, #eee  0%, #eee 75%, #99D9B9 75%, #99D9B9 100%);
}

.bl_media__rev .bl_media_imgWrapper {
	margin-right: 0;
}

.bl_media__rev .bl_media_body {
	margin-right: 3.33333%;
}

.bl_halfMedia_label {
	width: 50%;
	margin-bottom: 10px;
	/* background-color: #be5eae; */
	background: linear-gradient(45deg, #E75F23  0%, #E75F23 50%, #e96a34  50%, #e96a34 100%);
	text-align: center;
	font-size: 1rem;
	color: #fff;
	margin-top: 0;
	padding: 5px 0;
}
.bl_halfMedia_label.bl_halfMedia_label_short {
  width: 25%;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  HEADING 1 - 6 */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_lv1Heading {
	padding:20px 10px;
	background: linear-gradient(45deg, #E75F23  0%, #E75F23 50%, #e96a34 50%, #e96a34 100%);
	/* background-color:  #E75F23; */
	color: #fff;
	font-size: 1.75rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
  }
.el_lv2Heading {
	padding-bottom: 10px;
	border-bottom: 4px solid #e96a34;
	font-size: 1.75rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.el_lv3Heading {
	padding-bottom: 6px;
	border-bottom: 2px solid #e96a34;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  POST LIST */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_vertPosts {
	padding-left: 0;
	list-style-type: none;
}
.bl_vertPosts_item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
}
.bl_vertPosts_item:first-child {
	padding-top: 0;
}
.bl_vertPosts_header {
	margin-bottom: 10px;
}
.bl_vertPosts_date {
	font-size: .875rem;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  TABLE - HORIZONAL */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_horizTable {
	border: 1px solid #888;
}
.bl_horizTable table {
	width: 100%;
	border-collapse: collapse;
}
.bl_horizTable th {
	width: 20%;
	padding: 15px;
	background-color: #efefef;
	border-bottom: 1px dotted #888;
	font-weight: bold;
	vertical-align: middle;
}
.bl_horizTable td {
	padding: 15px;
	border-bottom: 1px dotted #888;
}
.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
	border-bottom-width: 0;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/*  FAQ */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_faq {
	margin-top: 0;
	margin-bottom: 0;
}
.bl_faq > *:last-child {
	margin-bottom: 0;
}
.bl_faq_q,
.bl_faq_a {
	position: relative;
	display: flex;
	align-items: flex-start;
	box-sizing: content-box;
	min-height: 45px;
	padding-left: 60px;
}
.bl_faq_q {
	margin-bottom: 15px;
	font-size: 1.125rem;
	font-weight: bold;
}
.bl_faq_q_txt {
	padding-top: 8px;
}
.bl_faq_a {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
}
.bl_faq_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-weight: normal;
	line-height: 45px;
	text-align: center;
}
.bl_faq_q .bl_faq_icon {
	background-color: #e96a34;
	color: #fff;
}
.bl_faq_a .bl_faq_icon {
	background: #efefef;
	color: #e96a34;
}
.bl_faq_a_body {
	padding-top: 8px;
}
.bl_faq_a_body > *:last-child {
	margin-bottom: 0;
}
.bl_faq_a_txt {
	margin-bottom: 20px;
	margin-top: 0;
}



/* -------------------------------------------- checking #tbm --------------------------------------- */
/* -------------------------------------------- ↓↓↓↓ -------------------------------------------- */

/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
/* CARD 4 COL */
/* ＊＊＊＊＊＊＊＊＊＊＊＊ */
.bl_cardUnit {
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}
.bl_cardUnit__col4 > .bl_card {
  width:  24.4%;
  margin-right: 0.8%;
  margin-bottom: 0;
}
.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}




/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON simple */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIcon::before {
  display: inline-block;
  margin-left: .2em;
  margin-right: .6em;
  color: #0000ee;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	/* transform: translateY(3%); */
	font-size: 1em;
}
.el_beforeIcon.el_beforeIcon__arrowRight::before {
	content: "\f061";
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIconBtn {
	position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 2px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1rem;
	font-weight: 500;
}
.el_beforeIconBtn:focus,
.el_beforeIconBtn:hover {
	background-color: #00A051;
	color: #fff;
}
.el_beforeIconBtn::before {
	display: inline-block;
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.el_beforeIconBtn.el_beforeIconBtn__email::before {
	content: '\f0e0';
}
.el_beforeIconBtn.el_beforeIconBtn__arrowRight::before {
	content: '\f0a9';
}
.el_beforeIconBtn.el_beforeIconBtn__arrowLeft::before {
	content: '\f0a8';
}
.el_beforeIconBtn.el_beforeIconBtn__pen::before {
	content: '\f044';
}
.el_beforeIconBtn.el_beforeIconBtn__tel::before {
	content: '\f095';
}
.el_beforeIconBtn.el_beforeIconBtn__mov::before {
	content: '\f03d';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON   NAV */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_beforeIconBtnNav {
	position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 3px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1.325rem;
	font-weight: 700;
}
.el_beforeIconBtnNav:focus,
.el_beforeIconBtnNav:hover {
	background-color: #00A051;
	border-color: #00A051;
	color: #fff;
}
.el_beforeIconBtnNav::before {
	display: inline-block;
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.el_beforeIconBtnNav.el_beforeIconBtnNav__arrowRight::before {
	content: '\f0a9';
}
.el_beforeIconBtnNav.el_beforeIconBtnNav__arrowLeft::before {
	content: '\f0a8';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* TEXTLINK + ICON   NAV - after */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_afterIconBtnNav {
	position: relative;
	display: inline-block;
	padding: .2em .6em;
	border: 3px solid currentColor;
	border-radius: 4px;
	color: #00A051;
	text-decoration: none;
	transition: .25s;
	box-sizing: border-box;
	font-size:  1.325rem;
	font-weight: 700;
}
.el_afterIconBtnNav:focus,
.el_afterIconBtnNav:hover {
	background-color: #00A051;
	border-color: #00A051;
	color: #fff;
}
.el_afterIconBtnNav::after {
	display: inline-block;
	margin-left: .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.el_afterIconBtnNav.el_afterIconBtnNav__arrowRight::after {
	content: '\f0a9';
}
.el_afterIconBtnNav.el_afterIconBtnNav__arrowLeft::after {
	content: '\f0a8';
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* BUTTON サイドナビ用 */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.el_btn_sdbnr {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  color: #000;
  transition: box-shadow 0.15s,transform 0.15s;
  /* font-size: 1.325rem; */
  /* line-height: 1.6rem; */
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}
.el_btn_sdbnr:focus,
.el_btn_sdbnr:hover {
  color: #B01F24;
  background-color: #fff2f2;
}
/* .el_btn_sdbnr.box {
  color: #E75F23;
} */
.el_btn_sdbnr.fox:focus,
.el_btn_sdbnr.fox:hover {
  color: #003986;
  background-color: #EAF6FD;
}
/* .el_btn_sdbnr.ec:focus,
.el_btn_sdbnr.ec:hover {
  color: #853477;
  background-color: #FFF2FD;
} */
.el_btn_sdbnr.ec:focus,
.el_btn_sdbnr.ec:hover {
  color: #E75F23;
  background-color: #FDF8F2;
}
.el_btn_sdbnr.system:focus,
.el_btn_sdbnr.system:hover {
  color: #6A3906;
  background-color: #FFFCF1;
}



/*  -------------------------------------------------------------------------------------------------  */
/* BUTTON */
/*  -------------------------------------------------------------------------------------------------  */
.el_btn_yellow {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  background-color: #f9c804;
  border: 2px solid #000;
  border-radius: 6px;
  transition: box-shadow 0.15s,transform 0.15s;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 100%);
  color: #000;
  font-size: 1.325rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}
.el_btn_yellow::after {
  content: '\f144';
  position: absolute;
  top: 50%;
  left: 0.6em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  transform: translateY(-50%);
  font-size: 1.375em;
}
.el_btn_yellow:focus,
.el_btn_yellow:hover {
  box-shadow: 3px 3px 1px rgb(0 0 0 / 100%);
  background-color: #f07810;
  border-color: #f07810;
  color: #fff;
}
