/* dexa CSS */
#dexa #header_bottom {
  background-image: url(../images/dexa/dexa_back.jpg);
}
.page_title_01 {
  line-height: 1.2em;
  padding-left: 2em;
  padding-bottom: 0.5em;
  font-size: 1.6em;
  color: #000;
  margin-bottom: 20px;
  background-image: url(../images/add/h_title.png);
  background-position: top 1px;
  background-repeat: no-repeat;
  /* background-position: 0 5px; */
  border-bottom: 1px dotted #d5d1c4;
}
.page_title_01 span {
  vertical-align: middle;
}
.page_title_02 {
  line-height: 1.2em;
  padding-left: 1.0em;
  padding-bottom: 0.3em;
  font-size: 2.2em;
  color: #000;
  margin-bottom: 80px;
  border-bottom: 1px solid #eee;
  text-align: left;
  display: inline-block;
}
.number_content {
  margin-bottom: 50px !important;
}
.number_content p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.number_content .title {
  color: #009843;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.number_content .sec_main {
  width: 60% !important;
  float: left;
}
.number_content .title span {
  color: #000;
  font-weight: bold;
}
.number_content .sec_sub {
  width: 344px !important;
  padding: initial !important;
  float: right;
}
.qaContainer dt {
  /*margin: 0 0 30px 10px;
  text-indent: -25px;
  color: #009843;
  font-size: 1.8em;*/
}
.qaContainer dt:before {
  content: '';
  font-weight: bold;
}
.qaContainer dd {
  margin: 20px 10px 40px 35px;
  text-indent: -25px;
  line-height: 1.8;
  display: flex;
  align-items: baseline;
}
.qaContainer dd:before {
  content: url(../images/add/a.png);
  font-weight: bold;
  margin-right: 7px;
}
.qaContainer dd.plus{
  margin: 20px 10px 40px 120px;
  text-indent: -25px;
  line-height: 1.8;
  display: flex;
  align-items: baseline;
}
.qaContainer dd.plus:before {
  content: ' ';
  margin-right: 7px;
}
.qaContainer ul {
  list-style: none;
  margin-bottom: 20px;
}
.qaContainer li.check {
  color: #009843;
  position: relative;
  padding-left: 20px;
  font-size: 1.2em;
  line-height: 1.8;
  margin-left: 1.1em;
  text-indent: -0.1em;
}
.qaContainer li.check::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  transform: rotate(-45deg);
}
.page_title_q {
    margin: 0 0 30px 10px;
    line-height: 1.2em;
    padding-left: 3.2em;
    padding-bottom: 0.5em;
    vertical-align: middle;
    font-size: 1.8em;
    color: #009843;
    vertical-align: middle;
    margin-bottom: 20px;
    background-image: url(../images/add/q.png);
    background-position: top 1px;
    background-repeat: no-repeat;
  /* background-position: 0 5px; */
  /*border-bottom: 1px dotted #d5d1c4;*/
}
.page_title_q span {
  vertical-align: middle;
}


.ans_txt{
  display: inline;
  margin-left: 0.5em;
  text-indent: 0em;
}
.txt_under{
border-bottom: solid 2px #EEE;
width: 50%;
}

.link_btn{
  display: inline-block;
  margin: 15px 0;
  border-radius: 5px;
  background-color: #219244;
  padding: 10px;
  text-align: center;
  color: white;
  /*width: 80px;*/
}
.con_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 10px;
    gap: 20px;
}

.grid-item {
    background-color: #FFF;
    border: 1px solid #EEEEEE;
    text-align: center;
}
.m_title{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.8em;
    line-height: 1.4;
}
#contents #main .sec .stitle02 p.step {
    font-size: 1.1em;
}
#contents #main .sec .stitle02 p.step span{
    font-weight: bold;
}

.pcNone { display: none !important;}
@media screen and (max-width: 767px) {
  #contents #main .sec .stitle02 p {
    font-size: 18px;
  }
  #contents #main .sec .stitle02 p.step {
    font-size: 1.1em;
    font-weight: bold;
  }
  .number_content .sec_sub {
    width: 100%;
    padding: 20px 0 0 0;
    float: none;
  }
  .number_content .sec_sub .image {
    margin: 0;
  }
  .number_content .sec_main {
    width: 100% !important;
    float: initial !important;
  }
  .number_content .sec_sub {
    width: 90% !important;
    float: initial !important;
  }
  .qaContainer dd.plus{
    margin: 20px 10px 40px 20px;
  }
  .con_container {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 200px;
  }
.qaContainer dt {
    text-indent: initial;
}

  	.pcNone { display: block !important;}
	.spNone { display: none !important;}
}


.con_btn {
  max-width: 80%;
  margin: 0 auto;
}

/*=============
a.btn_09
=============*/
a.btn_09 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #BCC7A4;
  border: 5px solid #BCC7A4;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  pointer-events: none;
}
a.btn_09::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url(../images/add/tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09 span {
  font-size: 2.0em;
  line-height: 1;
}
a.btn_09 span span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: -7px;
}
a.btn_09:hover {
  color: #000;
  background-color: #BCC7A4;
}
a.btn_10 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #BCC7A4;
  border: 5px solid #BCC7A4;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_10::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url(../images/add/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_10 span {
  font-size: 2.0em;
  line-height: 1;
}
a.btn_10 span span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: -7px;
}
a.btn_10:hover {
  color: #000;
  background-color: #BCC7A4;
}

@media screen and (max-width: 767px) {
.con_btn {
  max-width: 100%;
}
.page_title_q {
    padding-left: 4em;
}
a.btn_09 {
  pointer-events: initial;
}

}

.box_link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 80px;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.box_link_btn a:hover {
	opacity: 0.5 ;
}

.box_link_btn_grn a {
	background-color: #286e3b;
	border: 1px solid #286e3b;
}

.box_link_btn_grn a:hover {
	opacity: 0.5 ;
}

.al_center{
	text-align: center;
}
.link_box_asc{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.link_box_asc div{
	width: 40%;
}
@media screen and (max-width: 767px) {
	.link_box_asc{
		display:flex;
		flex-flow: column;
		align-items: center;
	}
	.link_box_asc div{
		margin-bottom: 10px;
		width: initial;
	}
}

.button_type_1 a {
    background: #223377;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 20px 35px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button_type_1 a:hover {
	text-decoration: none;
	opacity: 0.5 ;
}
.button_type_1 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_type_1 a:hover:after {
	opacity: 0.5 ;
}
.triangle{
  width: 0px;
  height: 0px;
  border-right: 20px solid transparent;
  border-top: 20.6025px solid #286e3b;
  border-left: 20px solid transparent;
    margin: 0 auto;
    margin-bottom: 10px;
}


.content-str_grn{
    /*background: repeating-linear-gradient(135deg, #dcdcdc, #dcdcdc 5px, #fff 5px, #fff 10px);*/
    background: url(../images/add/skin_stripe_g.png);
    padding: 30px;
	width: 780px;
}
@media screen and (max-width: 767px) {
	.content-str_grn{
	    background: url(../images/add/skin_stripe_g.png);
	    padding: 20px;
		width: 100%;
	}
}
.h65{
	height :65px;
}



.title {
	padding: 5px 5px 5px 0;
    color: #009843;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.dexa_content p {
    line-height: 1.8;
    margin-bottom: 10px;
}



/* 全体のコンテナ */
.container {
/*  max-width: 600px;*/
  margin: 40px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center; /* 中央寄せの基本設定 */
}

/* ヘッダー部分（緑の番号＋タイトル） */
.header {
/*  background-color: #e6f4ea;*/
  padding: 20px 24px;
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
  align-items: center;
  justify-content: center;
}

/* 緑の番号 */
.header .number {
  font-size: 48px;
  font-weight: bold;
  color: #4CAF50;
  margin-bottom: 10px;
  line-height: 1;
}

/* タイトル */
.header .title {
  font-size: 20px;
  font-weight: 600;
  color: #4CAF50; /* 緑色に変更 */
}


/* 内容セクション */
.content {
  padding: 24px;
  color: #333;
  line-height: 1.7;
}

/* 電話番号の強調 */
.phone {
  font-size: 20px;
  font-weight: bold;
  color: #d32f2f;
  margin-bottom: 12px;
}
/* 電話番号の強調 */
.image_c {
  margin-bottom: 12px;
}

/* 指示文 */
.centered-text {
  text-align: center; /* 親要素で中央揃え */
}

.note {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block; /* 中央に配置されるブロック */
  text-align: left;      /* 中のテキストは左揃え */


}

/* リスト項目 */
.info-list {
  list-style: none;
  padding-left: 0;
  display: inline-block; /* 中央寄せのためにブロック化 */
  text-align: left;       /* リスト内は左寄せで読みやすく */
}

.info-list li {
  padding: 5px 0;
  border-bottom: 0 solid #eee;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center; /* 垂直方向に中央揃え */
}

.info-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-size: 20px;
}


.pdf-link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px 12px;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}

.pdf-text {
  color: #005BAC; /* 青系の色 */
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.pdf-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}








.flex-container {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap; /* 小さい画面で折り返し可能に */
}

.flex-container img {
  width: 30%;
  height: auto;
  object-fit: contain;
}

.flex-container .text {
  flex: 1;
  min-width: 200px;
}

@media screen and (max-width: 767px) {
.flex-container img {
  width: 100%;
}
}

.title04 {
    /*color: #009843;*/
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 2px;
}