/* ===== Reset ===== */
*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0);}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;}

article, main, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}

input, select, label{
  position: relative;
  vertical-align: middle;}

button {
  box-sizing: content-box;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  font: inherit;
  color: inherit;}

button::-moz-focus-inner {
  margin-right: -2px !important;
  border: 0;
  border-width: 0 !important;}

input,
select,
textarea {
  border: 1px solid #999;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  background-color: #F4F8F9;
  border-radius: 2px;
  outline: none;
  font: inherit;
  resize: none;
  border-radius: 5px;}
input:disabled {border-color: #ccc;}
select[multiple]{border-radius: 3px;}

select {max-width: 100%;}

input[type="number"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"]{
  padding-right: 5px;
  padding-left: 5px;}

input[type="number"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"],
select{
  height: 30px;}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #494949;
  background: #fff;}

input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  margin: 0 5px 2px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  outline:none;
  -webkit-box-sizing:border-box;}
  
input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;}

input[type="radio"] {border-radius: 8px;}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:before {
  display: block;
  position: absolute;
  background: #494949;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  content: "";}
input[type="checkbox"].c-checkedRed:checked:before,
input[type="checkbox"].c-checkedRed:after,
input[type="radio"].c-checkedRed:before {
  background: #F00;}
input[type="checkbox"]:checked:disabled:before,
input[type="checkbox"]:checked:disabled:after,
input[type="radio"]:checked:disabled:before {
  background: #999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);}

input[type="checkbox"]:checked:before {
  top: 10px;
  left: 0;
  width: 8px;
  height: 4px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  origin: right center;}

input[type="checkbox"]:checked:after {
  top: 10px;
  left: 6px;
  width: 14px;
  height: 4px;
  -moz-transform: rotate(-53deg);
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  origin: left center;}

input[type="radio"]:checked:before {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;}
  
input[type="password"]::-ms-reveal {visibility: hidden;}

textarea {
  padding: 3px 4px;
  vertical-align: top;}

:placeholder-shown {color: #b5b3b3;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #b5b3b3;}
/* Firefox 18- */
:-moz-placeholder {color: #b5b3b3; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {color: #b5b3b3; opacity: 1; }

a {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #00345C;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  cursor: pointer;}/* スマホ対応 */

a:focus,
*:focus {
  outline:none;}
  
a:hover {opacity: 0.8;}

ul,ol {list-style: none;}

em,i {font-style: normal;}

img {
  vertical-align: bottom;}

a img {
  border: none;
  vertical-align: middle;}

html{font-size: 62.5%; /* sets the base font to 10px */}
body{
  font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,
  "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:#222;
  font-size: 1.7em;
  line-height:1.65;}

.list-discS {margin-left: 1em;}
.list-discS > li:before {
  margin-left: -1em;
  content: "\30FB"}
.list-rb {padding-left: 2.5em;}
.list-rb > li {
  list-style-type: none;
  counter-increment: cnt;}
.list-rb > li:before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  margin-left: -2.5em;
  width: 2.5em;
  text-align: center;}

.list-maru  {
  position: relative;
  margin: 0;
  padding: 0}
.list-maru li  {
  list-style-position: outside;
  padding-left: 1.25em}
.list-maru li span {
  position: absolute;
  left: 0;
  margin: 0}

.d-flx {display: flex;}

.fxw-w {flex-wrap: wrap;}

.m0a {margin: 0 auto;}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}

.mr-a {margin-right: auto;}

.ml-a {margin-left: auto;}
.ml-15 {margin-left: 15px;}

.w-30p {width: 30%;}
.w-70p {width: 70%;}
.w-100p {width: 100%;}

.maw-500 {max-width: 500px;}
.maw-900 {max-width: 900px;}
.maw-1100 {max-width: 1100px;}

.ta-l {text-align: left !important;}
.ta-c {text-align: center;}
.ta-r {text-align: right;}

.fw-b {font-weight: bold;}
.fw-n {font-weight: normal;}

.fz-07 {font-size: 0.7em;}
.fz-08 {font-size: 0.8em;}
.fz-09 {font-size: 0.9em;}
.fz-11 {font-size: 1.1em;}

.fcol-city01{color: #00345C;}

.txtindent1 {text-indent: 1em;}

.txtdeco-underline {text-decoration:underline;}

.aste,
.list-aste {
  margin-left: 1em;}
.aste:before,
.list-aste > li:before {
  margin-left: -1em;
  content: "\203B"}

.list-aste > li:before {float: left;}

/* ===== Header ===== */
.header-inner{
  margin: 0 auto;
  max-width: 1400px;}
.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;}
.header-logo_img {
  background-repeat: no-repeat;
  background-position: center;}
.header-contact{
  display: flex;
  align-items: center;
  height: 60px;
  background:#F40000;
  color:#fff;
  font-weight:700;}

/* ===== Hamburger ===== */
.hamburger{
  display:none;
  margin: 0 12px 0 17px;
  width:30px;
  height:30px;
  background:none;
  border:none;
  cursor:pointer;
  z-index:999}
.hamburger span{
  display:block;
  height:3px;
  background:#fff;
  margin:6px 0;
  transition:.3s}
.hamburger.is-open span:nth-child(1){
  transform:translateY(9px) rotate(45deg)}
.hamburger.is-open span:nth-child(2){opacity:0}
.hamburger.is-open span:nth-child(3){
  transform:translateY(-9px) rotate(-45deg)}

/* ===== Overlay ===== */
.menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,52,92,.9);
  opacity:0;
  visibility:hidden;
  transition:.3s;
  z-index:998
}
.menu-overlay.is-open{
  opacity:1;
  visibility:visible}

/* ===== Hero ===== */
.hero-area {background-color: #A9BECE;}
.hero{
  display:grid;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  grid-template-columns:1fr 1fr;
  overflow: hidden;}
.hero-left{
  display: flex;
  align-items: center;
  justify-content: center;}
.hero-left h1{
  position: relative;
  width: 13em;;
  color:#fff;}
.hero-left h1:before{
  position: absolute;
  content: "";
  display: block;
  transform: skewX(-45deg);
  background: #2D2D2D;
  background: linear-gradient(0deg,rgba(45, 45, 45, 1) 0%, rgba(0, 52, 92, 1) 100%, rgba(124, 158, 183, 1) 100%);
  z-index: 0;}
.hero-left h1 span {
  position: absolute;
  display: block;
  z-index: 1;}

.hero-right,
.hero-left{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
  
.page {
  padding: 70px 0 30px 0;
  color: #00345C;}

.page-wrap {
  margin: 0 auto;
  max-width: 1000px;}

.section-copy,
.copy {
  font-size: 1.5em;
  color: #003a8f;
  font-weight: 700;}
.section-copy {
  margin: 0 auto 60px;
  max-width: 630px;}
.copy {margin-bottom: 20px;}
.copy-line {background: linear-gradient(transparent 60%, #eef6ff 30%);}

/* ===== Section Common ===== */
.bg-01 {background: #eef6ff;}
.bg-02 {background:#f2f2f2}

.section-title,
.section-titlesub {
  color: #00345C;}

.section-titlesub {
  margin-bottom: 20px;
  font-size: 1.4em;}
.section-title::after,
.section-titlesub::before{
  content:"";
  height:3px;
  background:#e60012;
  display:block;}
.section-titlesub::before {
  display: inline-block;
  margin: 0 10px 4px 0;
  width:15px;}
.section-title.advice {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;}
/* ===== Insurance ===== */
.insurance-grid-area {
  max-width:1100px;
  margin:0 auto;}
.insurance-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px}
.insurance-item{
  border:1px solid #ccc;
  text-align:center}
.insurance-item a{
  display: block;
  padding:18px;}
.insurance-item h3{font-weight:700;}
.insurance-item p{
  color:#555;
  font-size: 0.9em;}
.about-btn-wrap {
  margin-top: 40px;
  text-align: center;}
.about-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 70px;
  background-color: #00345C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;}

/* 右矢印 */
.about-btn::after  {
  position: absolute;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);}

/* ===== Policy Links ===== */
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  max-width: 900px;
  margin: 0 auto;}

.box,
.link-box{
  padding: 18px 60px 18px 60px;
  border: 1px solid #0b3c8d;}
  
.link-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b3c8d;
  text-decoration: none;
  font-weight: 600;
  background: #fff;}
.advice-area .link-box {
  margin: 50px auto 0;
  max-width: 500px;}
/* 右側の丸矢印 */
.link-box::after {
  content: "›";
  position: absolute;
  right: 20px;
  padding-bottom: 3px;
  width: 32px;
  height: 28px;
  border-radius: 50%;
  background: #e3efff;
  color: #0b3c8d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;}
.contact-item .link-box {padding: 12px 60px 12px 40px;}
.contact-item .link-box::after  {
  width: 25px;
  height: 20px;}

/* hover */
.link-box:hover {background: #f5f9ff;}


/* ===== Advice ===== */
.advice-container{
  margin:0 auto;
  max-width:1000px;
  background:#fff;}
.advice{
  max-width:900px;
  margin:0 auto}
.advice ul{list-style:none}
.advice li:not(.pagination-item){
  padding:16px 0;
  border-bottom:1px solid #ddd;}
.advice p {margin-bottom: 10px;}
.advice-date,
.advice .advice-label{
  display:inline-block;
  font-size:13px;}
.advice .advice-date{color:#888;}
.advice .advice-label {
  margin-left: 10px;
  padding: 1px 7px;
  font-weight: 700;}
.advice .advice-label01 {
  background-color:#e3efff;
  color: #0b3c8d;}
.advice .advice-label02 {
  background-color:#0b3c8d;
  color: #fff;}
.advice-more{
  margin:0 auto;
  margin-top:20px;
  max-width:1000px;
  text-align:right;
  font-size: 0.9em;}
.advice-more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration:underline;}

/* 矢印本体 */
.advice-more a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);}


/* ===== Contact ===== */
.contact-container {
  max-width: 1100px;
  margin: 0 auto;}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e60012;
  margin: 12px auto 0;}
.section-title.advice::after {margin-left: 0;}

.contact-box {flex: 1;}

.contact-head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 16px;}

.contact-title {
  position: relative;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.2em;
  color: #00345C;}
.contact-title:before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -15px;
  width: 3px;
  height: 25px;
  background: #cfcfcf;}

.contact-sub {
  font-size: 0.9em;
  color: #555;}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003b66;
  color: #fff;
  text-decoration: none;
  height: 64px;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;}

.contact-box .tel-btn {gap: 18px;}

.contact-box .tel-icon {
  width: 30px;
  height: 30px;
  stroke: #fff;}

.contact-box .web-btn {
  position: relative;
  padding: 0 28px;}

.contact-box .web-btn::after {
  position: absolute;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);}
  
  
/* ===== company ===== */
.company-date {
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
  color: #777;}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #003a8f;}

.company-table tr { border-bottom: 1px solid #003a8f;}

.company-table th,
.company-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 0.9em;}

.company-table th {
  width: 180px;
  color: #003a8f;
  font-weight: 600;}

.insurance-list {
  margin: 0;
  padding-left: 1.2em;}

.insurance-list li {
  margin-bottom: 6px;}

.note {
  margin-top: 12px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;}
/* ===== /company ===== */

/* ===== policy ===== */
.policy {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;}

.policy h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #003a8f;
    margin: 40px 0 20px;}

.policy h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 10px;
    padding-left: 12px;
    border-left: 4px solid #ccc;}

.policy ul {
    margin: 0 0 20px 20px;
    padding: 0;}

.policy li {margin-bottom: 8px;}

.policy hr {
    border: none;
    border-top: 1px solid #aaa;
    margin: 40px 0;}

.policy .note {
    font-size: 13px;
    margin-top: 20px;}

.policy .company {
    font-size: 14px;
    margin-top: 20px;}

.policy .sign {
    text-align: right;
    font-size: 0.9em;
    margin-top: 60px;}
    
.agent-info {
  margin-top: 20px;
  font-size: 0.9em;
  line-height: 1.8;}
.agent-info dt,
.agent-info dd {
  display: inline;
  margin: 0;}
.agent-info dt::after {content: "";}
.agent-info dd::after {
  content: "\A";
  white-space: pre;}

.evaluation-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.evaluation-table th,
.evaluation-table td {
  border: 1px solid #333;
  padding: 10px 8px;
  font-size: 14px;
  vertical-align: middle;
}

.evaluation-table thead th {
  text-align: center;
  font-weight: bold;
  background: #f5f5f5;
}

.evaluation-table tbody td:nth-child(1) {
  text-align: left;
}

.evaluation-table tbody td:nth-child(n+2) {
  text-align: center;
}

/* 列幅調整 */
.evaluation-table th:nth-child(1),
.evaluation-table td:nth-child(1) {
  width: 30%;
}

.evaluation-table th:nth-child(2),
.evaluation-table td:nth-child(2) {
  width: 10%;
}

.evaluation-table th:nth-child(3),
.evaluation-table td:nth-child(3),
.evaluation-table th:nth-child(4),
.evaluation-table td:nth-child(4) {
  width: 30%;
}

/* ===== /policy ===== */

/* ===== contact ===== */
.contact-list {
  max-width: 900px;
  margin: 0 auto;}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
  border-bottom: 1px solid #1e4fa1;
  gap: 20px;}

.contact-info {
  padding-left: 12px;
  border-left: 4px solid #d9d9d9;
  flex: 1;}

.contact-info .company {
  font-weight: 600;
  color: #0b3c8d;
  margin-bottom: 6px;}

.contact-info .phone {
  font-size: 1.6em;
  letter-spacing: 1px;}

.contact-item .web-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #e3efff;
  color: #0b3c8d;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;}

.contact-item .web-btn:hover {background-color: #f2f6ff;}

.contact-item .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eef6ff;
  color: #0b3c8d;;
  font-size: 12px;}
/* ===== /contact ===== */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;}
.pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 1px #111;
  color: #111;
  transition: all 0.15s linear;}
.pagination-item-link.is-active {
  background: #999;
  color: #fff;
  pointer-events: none;}
.pagination-item-link:not(.is-active):hover {
  background: #111;
  color: #fff;}
.pagination > * + * {margin-left: 12px;}

/* ===== Footer ===== */
.site-footer{
  background:#243b53;
  color:#fff;
  font-size:12px}
.footer-main{
  max-width:1000px;
  margin:0 auto;
  padding:40px 20px 30px;
  text-align:center;}
.footer-main a {color: #fff;}
.footer-logo{
  font-size:15px;
  font-weight:700;
  margin-bottom:18px}
.footer-nav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:40px;
  font-weight: 700;}
.footer-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;}
.footer-nav li {
  padding: 10px 20px;
  text-align: center;}
.footer-logo {
  display: inline-block;
  width: 90%;
  max-width: 400px;
}
.footer-sub{
  margin: 0 auto;
  max-width: 1400px;
  border-top:1px solid rgba(255,255,255,.3);
  padding:20px;}
.footer-sub p{
  max-width:1000px;
  margin:0 auto;
  text-align:left}

/* ===== Scroll Lock ===== */
body.is-fixed{
  position:fixed;width:100%;overflow:hidden
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 56px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  cursor: pointer;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}

#page-top.is-show {
  opacity: 1;
  visibility: visible;
}

/* 画像と同じ線矢印 */
#page-top .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  margin-bottom: 4px;
}

#page-top .text {
  font-size: 10px;
  letter-spacing: 0.05em;
}


/* ===== Responsive ===== */
@media(max-width:768px){
  body{font-size: 1.6em;}
  img{
    max-width:100%;
    height:auto;}
  .u-pc{display: none !important;}
  .hamburger{display:block}
  .header-logo {background-color: #00345C;}
  .header-logo_img {
    width: 220px;
    height: 30px;
    background-image: url("../img/logo-sp.svg");
    background-size: 220px auto;}
  .header-nav{
    display:none;
    flex-direction:column;
    background: rgba(0, 52, 92, 0);
    width:100%;
    text-align: center;}
  .header-nav li a {
    display: block;
    padding: 10px 20px;
    color:#fff;
    font-weight: 700;}
  .header-nav.is-open{
    display:block;
    position: absolute;
    z-index: 1000;}
  .header-contact{padding: 0 10px;}
  .hero{grid-template-columns:1fr;}
  .hero-right{
    padding: 10px 0;
    background-image:url("../img/cover2.png");}
  .hero-left{
    height: 300px;
    background-image:url("../img/cover.jpg");}
  .hero-right .hero-copy {display: block;}
  .hero-left .hero-copy {display: none;}
  .hero-copy{
    text-align: center;
    color: #00345C;
    font-size:1.1em;
    font-weight: 500;}
  .hero-left h1{
    margin-top: 4.5em;
    line-height: 1.3;
    font-size:1.5em;}
  .hero-left h1:before{
    top:0.6em;
    width: 13em;
    height: 2.2em;}
  .hero-left h1 span {margin-left: 1em;}
  .insurance-grid,
  .link-grid,
  .contact-wrap{grid-template-columns:1fr;}
    
  section{padding:40px 20px}
  .section-title{
    margin-bottom:20px;
    font-size:1.5em;}
  .insurance-grid {grid-template-columns: 1fr 1fr;}
  .insurance-item h3{
    min-height: 4em;
    line-height: 1.2;}
  
  .advice-container{padding:20px;}
  
  .contact-box {margin-bottom: 50px;}
  
  .footer-nav{display: none;}
  
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;}

  .company-table th {padding-bottom: 6px;}

  .company-table td {padding-top: 0;}
  
  .contact-item {
    flex-direction: column;
    align-items: stretch;}

  .contact-info {
    border-left: none;
    padding-left: 0;
    border-top: 4px solid #d9d9d9;
    padding-top: 10px;}

  .contact-info .company {font-size: 15px;}

  .contact-info .phone {
    font-size: 24px;
    text-align: center;}

  .contact-info .web-btn {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;}
  
  /* 列幅調整 */
  .evaluation-table th:nth-child(1),
  .evaluation-table td:nth-child(1) {
    width: 28%;
  }

  .evaluation-table th:nth-child(2),
  .evaluation-table td:nth-child(2) {
    width: 22%;
  }

  .evaluation-table th:nth-child(3),
  .evaluation-table td:nth-child(3),
  .evaluation-table th:nth-child(4),
  .evaluation-table td:nth-child(4) {
    width: 24%;
  }
  
  #page-top{
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 50px;}
}
@media(max-width:999px){
  .u-1000{display: none !important;}
}
@media(min-width:769px){
  .u-sp{display: none !important;}
  .header-logo_img {
    width: 300px;
    height: 42px;
    background-image: url("../img/logo.svg");
    background-size: 300px auto;}
  .header-contact{padding: 0 60px;}
  .header-nav {background-color: #00345C;}
  .header-nav ul {
    display: flex;
    align-items: center;}
  .header-nav li {
    width: 15.5%;
    text-align: center;}
  .header-nav li:first-child {width: 7%;}
  .header-nav a {
    display: block;
    padding: 10px 0;
    font-size:15px;
    color:#fff;
    line-height: 1.3;
    font-weight:500;}
  .hero {height:480px;}
  .hero-right{background-image:url("../img/cover.jpg");}
  .hero-left{background-image:url("../img/cover2.png");}
  .hero-right .hero-copy {display: none;}
  .hero-left .hero-copy {display: block;}
  .hero-copy{
    margin-top: 7em;
    font-size:1.3em;
    font-weight: 700;}
  .hero-left h1{font-size:2.1em;}
  .hero-left h1:before{
    top:1em;
    left: -1.3em;
    width: 14em;
    height: 2.7em;}
    
  section{padding:80px 20px}
  .section-title{
    margin-bottom:40px;
    font-size:1.9em;}
  .insurance-item h3{
    min-height: 4em;
    font-size: 1.1em;}
    
  .link-area {
    padding-top: 100px;
    padding-bottom: 100px;}
    
  .advice-container{padding:50px;}
  
  .contact-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 30px;}
  
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;}
}

