@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
/*リセット*/
ol {
  margin: 0;
}
img {
  max-width: 100%
}
strong {
  font-weight: bold;
}
small {
  font-size: 90%;
}
li {
  line-height: 1.5;
}

/* 「about.html」配下 専用CSS【レスポンシブ】 */
.main {
  font-family: "Noto Sans JP", "HiraKakuPro", sans-serif;
  color: #333;
  /*min-width: 992px;*/
}
.main-title {
  text-align: center;
  color: #004097;
}
.section__title {
  color: #004097;  
  font-weight: bold;
  border-bottom: 2px solid #004097;
}

.section__title span{
  color: #ff0000;  
  font-weight: bold;
  margin-left: 5px;
}


.block__newsinfo a:link {
  color: #004097;
  text-decoration: underline;
}
.block__newsinfo a:hover {
  color: #004097;
  text-decoration: none;
}
.block__newsinfo a:visited {
  color: #004097;
  text-decoration: none;
}
.block__newsinfo .number a:link {
  text-decoration: none;
}
.box__info__detail {
  line-height: 1.5;
}
.box__info__detail dl {
  display: flex;
}
.box__info__detail dt {
  background: #004097;
  color: #ffffff;
  text-align: center;
}
.attention {
  color: #ff0000;
}
.notes {
  text-indent: -1em;
  padding-left: 1em;
}
.notes2 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
#SupportService p.notes:has(small) {
  text-indent: -1em;
  padding-left: 1em;
}
.list_title {
  background: #edfafb;
}
.list_text p {
  font-weight: bold;
}
#SupportService .box__info__detail .lead-text {
  color: #004097;
  border: 1px solid #004097;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.box__info__detail h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
#CoverageOptions .box__info__detail h4 {
  text-indent: -0.5em;
}
#SupportService .box__info__detail h5,
#CoverageOptions .box__info__detail h5 {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 8px 5px 8px;
  border-left: solid 3px #004097;
}
#CoverageOptions .box__info__detail li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.info_list_b .info .list_text p {
  font-weight: normal;
}

.info_list_b .info .list_text p span.ex{
  color: #ff0000;
  background-color:#fff79a;
}
.area_announce {
  background: #edfafb;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}
.area_img {
	text-align: center;
	margin-top: 20px;
}
.area__point {
  background: #edfafb;
  padding: 10px 15px;
}
.area__point p,.area__point li {
  font-weight: bold;
}
.area_notes {
	font-size: 90%;
}
.area_notes ul {
	margin:5px 0 5px 1em;
}
.call_type {
  color: #004097;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.area__call {
  border: 1px solid #004097;
  padding: 15px;
  margin-top: 10px;
}
.area__call p {
   text-align: center; 
}
.area__call .department {
  font-size: 125%;
  font-weight: bold;
}
.area__call .number a:link {
  color: #004097;
  font-size: 200%;
  font-weight: bold;
  margin-top: 10px;
}
.area__call .businesshours {
  margin-top: 10px;
}
#ConditionsInsurance .box__info__detail a {
  display: inline-flex;
}

/**/
.mgt5 {
  margin-top: 5px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}
