@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

html.active {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  padding-top: 60px;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

.blank::after {
  /*background: url(../images/common/icon-blank.png) no-repeat center / contain;*/
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  /*content: "← 左右にスクロールできます →";*/
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

/* テキストハイライト */
*::selection {
  background: #072a3e;
  color: #fff;
}
*::-moz-selection {
  background: #072a3e;
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

section {
  overflow: hidden;
}

/*section:not(:last-of-type) .inner {
  padding: 50px 20px 0;
}*/

.inner {
  width: 100%;
  padding: 50px 20px;
  position: relative;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.target {
  margin-top: -60px;
  padding-top: 60px;
}

.indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.6;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide,
#header-logo a,
#footer-logo a {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}
.smt70  {margin-top:70px !important;}
.smt80  {margin-top:80px !important;}
.smt90  {margin-top:90px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.txt-pnk {
  color: #072a3e;
}

.sfz18 {
  font-size: 18px;
  line-height: 1.8;
}

.sfz20 {
  font-size: 20px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-sp.center {
  justify-content: center;
}

.sec-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #072a3e;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.sec-title span {
  font-size: 14px;
  font-weight: 700;
  color: #899aa3;
  display: block;
}

.sec-title::after {
  content: "";
  background: #072a3e;
  width: 40px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
}

.sec-title.gld {
  color: #b7945d;
}

.sec-title.gld span {
  color: #c9af85;
}

.sec-title.gld::after {
  background: #b7945d;
}

.title-box {
  background: #072a3e;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.title-box.fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #072a3e transparent transparent transparent;
  border-width: 15px 20px 0 20px;
}

.title-box.gld {
  background: #b7945d;
}

.title-box.gld.fukidashi::after {
  border-color: #b7945d transparent transparent transparent;
}

.fusen::before{
  content:"";
  position:absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 18px 18px 0 0;
  border-style: solid;
  border-color: #fff;
  border-top-color: #c7e18f;
}

.fusen::after {
  content: "";
  background: #fff;
  width: 42px;
  height: 42px;
  position: absolute;
  right: -28px;
  bottom: -28px;
  display: block;
  transform: rotate(45deg);
}

/* アコーディオン */
.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0 30PX;
  border: solid 2px #072a3e;
  position: relative;
}

.bdr-blu {
  border: solid 2px #072a3e;
}

.bdr-gld {
  border: solid 2px #b7945d;
}

.accordion-heading.bdr-gld i::after,
.accordion-heading.bdr-gld.active i::after {
  border-top: solid 2px #b7945d;
  border-right: solid 2px #b7945d;
}

.accordion-heading.bdr-blu i::after,
.accordion-heading.bdr-blu.active i::after {
  border-top: solid 2px #072a3e;
  border-right: solid 2px #072a3e;
}

.accordion-heading i::after {
  content: '';
  display: block;
  border-top: solid 2px #072a3e;
  border-right: solid 2px #072a3e;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.accordion-heading.active i::after {
  content: '';
  display: block;
  border-top: solid 2px #072a3e;
  border-right: solid 2px #072a3e;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 55%;
  right: 20px;
}

.case-list li .accordion-heading i::after,
.case-list li .accordion-heading.active i::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.case-list li .accordion-heading {
  background: #072a3e;
  border-radius: 50px;
  color: #fff;
}

/*.accordion-heading span {
  font-weight: 500;
  color: #1579AF;
}*/

/*.accordion li .accordion-icon span {
  background: #ee7959;
}*/

.accordion-icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(1) {
  display: none;
}

.accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-icon span {
  background: #1579AF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;*/
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 100%;
  padding: 10px 20px;
  background-color: #C9E5EB;
  color: #1579AF;
  margin: 0;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}

.common-list dd {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* ボタン */
.btn {
  width: 340px;
  position: relative;
}

.btn a {
  width: 340px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  /*--水平方向 垂直方向 影のぼかし 色--*/
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  
  border-radius: 100vh;
  position: relative;
}

.btn.border a {
  background: #fff;
  color: #00739e;
  border: solid #00739e 2px;
}

.btn.border p,
.btn.grad2 p {
  line-height: 1.4;
  text-align: center;
}

.btn a i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

.btn a i::after {
  content: '';
  display: block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7px;
}

.btn.border a i::before {
  content: "";
  background: #00739e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn.grad a {
  background: rgba(91, 179, 222, 1);
  background-image: linear-gradient(90deg, rgba(91, 179, 222, 1), rgba(0, 115, 158, 1) 50%, rgba(0, 115, 158, 1));
}

.btn.grad p,
.btn.grad2 p {
  margin: 0 10px;
}

.btn.grad a i::after {
  border-top: solid 1.5px #00739e;
  border-right: solid 1.5px #00739e;
}

.btn.grad a i::before,
.btn.grad2 a i::before {
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn.grad2 a {
  background: rgba(228, 126, 5, 1);
  background-image: linear-gradient(90deg, rgba(232, 182, 24, 1), rgba(228, 126, 5, 1) 50%, rgba(228, 126, 5, 1));
}

.btn.grad2 a i::after {
  border-top: solid 1.5px #e47e05;
  border-right: solid 1.5px #e47e05;
}

/* slick */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #eee !important;
  opacity: .15;
}

.slick-dots li.slick-active button {
  background: #333 !important;
  opacity: 1;
}

/*============================================================
header
============================================================*/

header {
  background: rgba(255,255,255,.8);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 3;
}

body.active {
  overflow: hidden;
}

header .head {
  background: #072a3e;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  
}

header .inner {
  height: 60px;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}

header a {
  display: block;
}

#header-logo {
  background: url(../img/header-logo.svg) no-repeat center / contain;
  width: 230px;
  height: 45px;
  position: relative;
  top: 3px;
  left: -5px;
  z-index: 9999;
}

#header-logo a {
  width: 230px;
  height: 45px;
}

header .tel,
header .btn.grad2,
header .line {
  display: none;
}

.fix-banner .btn.grad2 {
  width: 48%;
  position: fixed;
  bottom: 5px;
  left: 5px;
  line-height: 1.4;
}

.fix-banner .btn.grad2 a {
  width: 100%;
  border-radius: 50px;
  background: #ff7a00;
  color: #fff;
}

.fix-banner .btn.grad2,
.fix-banner .btn.grad2 a {
  height: 60px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.fix-banner .btn.grad2 a {
  padding: 10px 0;
}

.fix-banner .btn.grad2 p,
.fix-banner .line p {
  text-align: center;
}

.fix-banner .line {
  width: 48%;
  height: 60px;
  line-height: 1.4;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.fix-banner .line a {
  background: #06c555;
  height: 60px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  display: block;
}

#g-nav {
  background: #072a3e;
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  left: -80%;
  width: 80%;
  height: 100vh;
  transition: all .8s;
}

#g-nav.panelactive{
  opacity: 1;
  left: 0;
}

#g-nav-wrap {
  width: 1000px;
  height: 100vh;
  padding-top: 60px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}

#g-nav.panelactive #g-nav-list{
  position: relative;
   z-index: 999; 
   width: 100%; 
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display:none;
}

#g-nav #g-nav-wrap {
  opacity: 0;
  /*display: none;*/
  visibility: hidden;
  transition: all .5s;
}

#g-nav.panelactive #g-nav-wrap {
  opacity: 1;
  transition: opacity .8s linear 0.5s;
  /*display: block;*/
  visibility: visible;
}

#nav {
  width: 25%;
  padding: 20px 0 150px 15px;
}

#nav li {
  position: relative;
  border-bottom: solid 1px #fff;
}

#nav li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 20px 0 20px;
  display: block;
}

#nav li a::after {
  content: '';
  display: block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}

#btn-menu {
  width: 35px;
  height: 23px;
  position: absolute;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

#btn-menu span{
  background: #fff;
  width: 35px;
  height: 2px;
  display: inline-block;
  transition: all .4s;
  position: absolute;
}

#btn-menu span:nth-of-type(1) {
  top:0;
}

#btn-menu span:nth-of-type(2) {
  top:11px;
}

#btn-menu span:nth-of-type(3) {
  bottom: 0;
}

#btn-menu.active span {
  background: #fff;
}

#btn-menu.active span:nth-of-type(1) {
  top: 0;
  transform: translateY(11px) rotate(-45deg);
}

#btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.active span:nth-of-type(3){
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

#nav li.sp {
  padding: 20px 0;
  border-bottom: none;
}

#nav li .btn {
  width: 100%;
}

#nav li .btn a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

#nav li .btn a img {
  width: 80%;
}

/*============================================================
footer
============================================================*/

footer {
  position: relative;
  padding-bottom: 70px;
}

footer .inner {
  padding: 0 0 30px;
  justify-content: center;
}

footer .info {
  width: 250px;
  margin: 0 auto 10px;
}

#footer-logo {
  background: url(../img/footer-logo.svg) no-repeat center / contain;
  width: 250px;
  height: 50px;
  position: relative;
  left: -15px;
}

#footer-logo a {
  width: 250px;
  height: 50px;
  display: block;
}

footer .info-txt {
  width: 193px;
  font-size: 13px;
  text-align: left;
  margin: 0 auto;
}

.copyright {
  background: #072a3e;
  font-size: 9px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/*============================================================
#top
============================================================*/

.mv {
  background: url(../img/mv-bg_sp_250617.png) no-repeat center top / 760px auto;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.mv .inner {
  max-width: 375px;
  padding: 20px 0 60px;
  margin: 0 auto;
}

.mv .btn-area {
  width: 340px;
  height: 222px;
  margin: 0px auto 0;
}

/*.mv .btn.grad::before {
  content: "無料相談が障害年金受給への\A最大の近道です！";
  font-size: 22px;
  font-weight: 500;
  white-space: pre;
  color: #0a9a92;
  text-align: center;
  display: block;
  line-height: 1.4;
  margin: auto;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
}*/

.mv .btn.grad2::before {
  content: "＼最短1分／";
  font-size: 20px;
  font-weight: 500;
  white-space: pre;
  color: #e47e05;
  text-align: center;
  display: block;
  line-height: 1.4;
  margin: auto;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}

#sec-about {
  background: url(../img/about-bg_250617.png) no-repeat center top / cover;
  color: #fff;
  position: relative;
}

#sec-about::before {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 50px 0 50px;
}

#sec-about .sec-title {
  font-size: 26px;
  color: #fff;
  display: inline-block;
}

#sec-about .sec-title::after {
  content: "";
  background: #ffe100;
  width: 100%;
}

#sec-about .check {
  margin: 40px auto;
  position: relative;
}

#sec-about .check img {
  width: 320px;
  margin: 0 auto 40px;
}

#sec-about .contact {
  
}

#sec-about .contact .sec-title {
  font-size: 22px;
  font-weight: 500;
  margin: 40px auto;
  display: inline;
  border-bottom: solid 3px #ffe100;
  line-height: 2;
  padding-bottom: 5px;
}

#sec-about .contact .sec-title::after {
  content: none;
}

#sec-about .btn {
  margin: 40px auto 0;
}

#sec-about .point {
  margin-top: 60px;
}

#sec-about .mov {
  padding-top: 5px;
}

#sec-about .mov,
#sec-about .mov iframe {
  
}

#sec-about .mov iframe {
  width: 100%;
  height: 50vw;
}

#sec-about .txt-wrap {
  position: relative;
}

#sec-about .txt-wrap img {
  width: 320px;
  margin: 0 auto;
  position: relative;
  display: block;
}

#sec-about .txt-wrap p {
  margin: 20px 0 30px 0;
}

#sec-receipt {
  position: relative;
  overflow: visible;
}

#sec-receipt::before {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #072a3e transparent transparent transparent;
  border-width: 40px 50px 0 50px;
}

#sec-receipt .inner {
  padding: 50px 20px 20px;
}

#sec-receipt .title-box p {
  line-height: 1.4;
  text-align: center;
}

#sec-receipt .accordion-heading.disable + div {
  width: 320px;
  margin: 0 auto;
}

#sec-example,
#sec-news {
  background: url(../img/dot-bg.png) no-repeat center top / cover;
}

#sec-example .inner {
  padding: 50px 20px 70px;
}

.case-list li {
  background: #fff;
  width: 320px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.case-list li > .title {
  background: #072a3e;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.case-list li .txt-wrap {
  padding: 20px 15px;
  position: relative;
}

.case-list li .profile {
  width: 300px;
  justify-content: center;
  margin: 0 auto 30px;
}

.case-list li .profile .img {
  width: 150px;
}

.case-list li .profile .txt {
  width: 50%;
}

.case-list li .profile .txt dl {
  align-items: center;
  justify-content: flex-start;
}

.case-list li .profile .txt dt {
  background: #c1cacf;
  font-size: 16px;
  font-weight: 500;
  color: #072a3e;
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}

.case-list li .profile .txt dd {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0 15px;
}

.state > div .title {
  background: #fff;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #072a3e;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
  border: solid 2px #072a3e;
}

.case-list li .money {
  /*width: 300px;*/
  margin: 0 auto;
}

.case-list li + li {
  margin-top: 50px;
}

.case-list li .accordion-inner .txt-wrap {
  padding: 0;
}

.case-list li .accordion-inner .txt-wrap + .txt-wrap {
  margin-top: 20px;
}

.case-list li .accordion-inner .txt-wrap:first-child .title {
  background: #81a4ce;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

.case-list li .accordion-inner .txt-wrap:last-child .title {
  background: #b7945d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

#sec-support {
  background: url(../img/support-bg_sp.png) no-repeat center top / 820px auto;
}

#sec-support .inner {
  padding: 50px 0 50px;
}

#sec-support .mv {
  background: none;
  width: 300px;
  padding: 20px 0 30px;
  margin: 0 auto;
}

#sec-support .sec-title + div {
  width: 90%;
  margin: 0 auto;
}

#sec-support .title-box {
  background: #f6f3ea;
  width: 90%;
  font-size: 18px;
  line-height: 1.4;
  color: #b7945d;
  text-align: center;
  margin: 30px auto 30px;
}

#sec-support .fee {
  width: 375px;
  margin: 0 auto 30px;
}

#sec-support .box {
  background: #f6f3ea;
  width: 90%;
  padding: 20px 20px 30px;
  margin: 50px auto;
  border-radius: 20px;
}

#sec-support .box .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #b7945d;
  margin-bottom: 10px;
}

#sec-support .title-box.fusen {
  background: #072a3e;
  color: #fff;
}

#sec-support .fusen::before {
  border-top-color: #83949e;
}

#sec-support .mov {
  width: 90%;
  margin: 0 auto;
}

#sec-support .mov iframe {
  width: 100%;
  height: 50vw;
}

#sec-flow {
  background: url(../img/dot-bg.png) no-repeat center top / cover;
}

.flow-list {
  margin-top: 50px;
}

.flow-list li {
  justify-content: center;
  align-items: flex-start;
  align-items:stretch;
}

.flow-list li + li {
  margin-top: 50px;
}

.flow-list li .arrow {
  background: #072a3e;
  width: 40px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding: 20px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  word-break: break-all;
  position: relative;
  margin: 0 20px 30px 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}


.flow-list li .arrow::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 28px 28px 0 0;
  border-style: solid;
  border-color: #072a3e;
  border-top-color: transparent;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.flow-list li .txt-wrap {
  background: #fff;
  width: 80%;
  padding: 30px 20px 40px;
  position: relative;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.flow-list li .txt-wrap .icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -20px;
  top: -30px;
}

.flow-list li .txt-wrap.only {
  height: 100px;
}

.flow-list li .txt-wrap.fusen::after {
  content: "";
  background: url(../img/dot-bg.png) no-repeat center top / 1280px auto;
  width: 42px;
  height: 42px;
  position: absolute;
  right: -22px;
  bottom: -22px;
  display: block;
  transform: rotate(45deg);
}

.flow-list li .txt-wrap.fusen::before {
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #072a3e;
}

.flow-list li .txt-wrap > .title {
  font-size: 20px;
  font-weight: 500;
  color: #072a3e;
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: solid 6px #072a3e;
}

.flow-list li .btn {
  width: 100%;
  margin-top: 20px;
}

.flow-list li .btn a {
  width: 100%;
}

.btn.tel img {
  width: 240px;
}

.btn.mail span {
  width: 25px;
  line-height: 1;
  margin-right: 15px;
}

.btn.line a {
  background: #06c555;
}

.btn.line span {
  width: 50px;
}


.flow-list .btn.tel img {
  width: 190px;
}

.flow-list .btn.mail a,
.flow-list .btn.line a {
  line-height: 1.2;
  padding: 10px 20px;
  font-size: 16px;
}

.flow-list .btn.line a {
  padding: 5px 20px;
}

.flow-list .btn.border a {
  padding: 10px 0;
}

.flow-list .btn.border p {
  font-size: 16px;
}


.flow-list li.step02 .title-box.fusen {
  background: #072a3e;
  height: 40px;
  font-size: 18px;
  margin: 30px 0 30px;
}

.flow-list li.step02 .title-box.fusen::before {
  border-top-color: #83949e;
}

.flow-list li.step02 .title-box.fusen::after {
  width: 22px;
  height: 42px;
  right: -8px;
  bottom: -22px;
}

.flow-list li.step02 .wrap {
  text-align: center;
}

.flow-list li.step02 .wrap + .wrap {
  margin-top: 20px;
}


.flow-list li.step02 .wrap .title {
  font-weight: 500;
  text-align: center;
  color: #072a3e;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: solid 2px #072a3e;
}

.flow-list li.step02 .wrap img {
  width: 50px;
}

.flow-list li.step02 .wrap:last-child img {
  width: 200px;
}

.flow-list li.step04 .column {
  margin-top: 30px;
}

.flow-list li.step04 .column .wrap {
  text-align: center;
  position: relative;
}

.flow-list li.step04 .column .wrap + .wrap {
  margin-top: 60px;
}

.flow-list li.step04 .column .wrap + .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  margin: auto;
  width: 1px;
  border-width: 23px 23px 0 0;
  border-style: solid;
  border-color: #83949e;
  border-top-color: transparent;
  transform: rotate(45deg);
}

.flow-list li.step04 .num,
.flow-list li.step04 .num img {
  height: 30px;
}

.flow-list li.step04 .column .wrap p {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}

.flow-list li.step05 .arrow + div {
  width: 80%;
}

.flow-list li.step05 .arrow + div .txt-wrap {
  width: 100%;
}

#sec-promise .wrap {
  margin-top: 30px;
}

#sec-promise .title {
  justify-content: flex-start;
  align-items: center;
}

#sec-promise .title i {
  background: #b7945d;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px 6px;
  margin-right: 10px;
  line-height: 1;
  font-style: normal;
}

#sec-promise .title p {
  font-size: 18px;
  font-weight: 500;
  color: #b7945d;
}

#sec-process {
  background: url(../img/dot-gld-bg.png) no-repeat center top / cover;
}

#sec-process .inner {
  padding: 50px 20px;
}

#sec-process .inner img {
  width: 360px;
  margin: 0 auto;
  display: block;
}

#sec-process .title.gld {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #b7945d;
  margin: 40px 0 10px;
}

#sec-process .process01 {
  position: relative;
}

#sec-process .process01 p {
  position: absolute;
  width: 280px;
  left: 0;
  right: 0;
  bottom: 175px;
  margin: auto;
}

#sec-process .process03 {
  margin: 30px auto 0;
  position: relative;
}

#sec-process .process03 p {
  position: absolute;
  width: 270px;
  left: 0;
  right: 0;
  bottom: 170px;
  margin: auto;
}

#sec-process .sec-title {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 50px;
}

#sec-process .sec-title.blu::before {
  content: "";
  background: #072a3e;
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
}

#sec-process .sec-title.blu::after {
  width: 100%;
  height: 3px;
  bottom: -10px;
}

#sec-process .btn {
  width: 300px;
  margin: 15px auto 0;
}

#sec-process .btn + .btn {
  margin-top: 20px;
}

#sec-process .btn a {
  width: 300px;
}

#sec-process .btn.tel img {
  width: 200px !important;
}

#sec-process .btn.border a,
#sec-process .btn.line a {
  padding: 10px 0;
}


/* お問い合わせ */
#sec-contact .inner {
  padding: 0 20px 50px;
}

#sec-contact .title-box {
  margin-bottom: 30px;
}

#sec-contact .faq-link {
  background: #dadfe2;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 20px 0 30px;
}

#sec-contact .faq-link a {
  color: #0065b2;
  text-decoration: underline;
}

.table-wrap table {
  width: 100%;
}

.contact-list th,
.contact-list td {
  font-weight: normal;
}

/*.contact-list tr + tr th {
    border-top: solid 1px #333;
}

.contact-list tr + tr td {
    border-top: solid 1px #333;
}*/

.contact-list th {
  width: 100%;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 5px;
  position: relative;
  display: block;
}

.contact-list th.qwrap {
  padding: 20px 90px 20px 50px;
}

.contact-list th .qnum {
  position: absolute;
  left: 20px;
}

.contact-list th .mst {
  background: #d0d0d0;
  font-size: 11px;
  padding: 1px 5px;
  margin-left: 10px;
}

.contact-list td {
  padding: 5px 0 20px;
  text-align: left;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  display: block;
}

.contact-list td a {
  color: #0065b2;
  text-decoration: underline;
}

.contact-list th label {
  display: block;
  cursor: pointer;
}

.contact-list td label {
  font-weight: normal;
  display: block;
}

.contact-list td label + label {
  margin-top: 10px;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  background: #fff;
  border: solid 1px #a1a1a1;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  color: #333;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-arrow {
  position: relative;
}

.select-arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

input[type="radio"],
input[type=checkbox] {
  display: none;
  margin: 0;
}

.label-radio {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.label-radio span {
  padding-left: 30px;
}

.label-radio span:before {
  content: '';
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.label-radio span:after {
  content: '';
  opacity: 0;
  background: #072a3e;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: none;
  top: 5px;
  left: 5px;
  position: absolute;
}

.label-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}

textarea {
  height: 200px;
  overflow: auto;
  margin: 0;
}

.label-checkbox span {
  padding-left: 30px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.label-checkbox span:before{
  content:'';
  background: #fff;
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.label-checkbox input[type="checkbox"]:checked + span:before {
  opacity: 0;
}

.label-checkbox span:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 1px;
  width:8px;
  height: 16px;
  border-right: 2px solid #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  transform:rotate(-200deg);
}

.label-checkbox input[type="checkbox"]:checked + span:after{
  opacity: 1;
  position: absolute;
  left: 7px;
  top: 0;
  width:8px;
  height: 12px;
  border-right: 4px solid #072a3e;
  border-bottom: 4px solid #072a3e;
  transform:rotate(40deg);
}

.btnbox {
  width: 240px;
  margin: 20px auto 0;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf,
.btnbox input.reset {
  font-family: 'Noto Sans JP', sans-serif;
  border: solid 1px #072a3e;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf {
  background: #072a3e;
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: #072a3e;
  margin-top: 15px;
}

/* よくあるご質問 */
#sec-faq .banner {
  margin: 50px auto;
}

#sec-faq .banner a {
  display: block;
}

.faq-list {
  margin-top: 50px;
}


.faq-list li {
  border-top: solid 1px #a1a1a1;
}

.faq-list li:last-child {
  border-bottom: solid 1px #a1a1a1;
}

.faq-list .accordion-heading {
  background: #fff;
  height: auto;
  font-size: 15px;
  color: #072a3e;
  line-height: 1.6;
  justify-content: flex-start;
  border: none;
  padding: 15px 60px 15px 30px !important;
  margin: 0;
  position: relative;
}

.faq-list .accordion-inner {
  line-height: 1.8;
  padding: 0px 60px 30px 33px;
  position: relative;
}

.faq-list .accordion-heading::before {
  content: "Q.";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 12px;
}

.faq-list .accordion-inner::before {
  content: "A.";
  font-size: 18px;
  font-weight: 700;
  color: #a1a1a1;
  position: absolute;
  left: 0;
  top: -3px;
}

.faq-list .accordion-heading i::before,
.faq-list .accordion-heading i::after {
  display: block;
  content: '';
  background-color: #737373;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  border-top: none;
  border-right: none;
}

.faq-list .accordion-heading i::before {
  width: 2px;
  height: 15px;
  right: 13px;
}

.faq-list .accordion-heading.active i::before {
  content: normal;
}

.faq-list .accordion-inner .btn {
  width: 100%;
  margin: 20px auto 0;
}

.faq-list .accordion-inner .btn a {
  background: #072a3e;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
}

.faq-list .accordion-inner .btn a p {
  text-align: center;
  line-height: 1.6;
}

/*.faq-list .accordion-inner .btn a i::after {
  right: -40px;
}*/

/*============================================================
#news 新着情報
============================================================*/

.pager {
  position: relative;
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: 50vw;
}

/* 詳細ページ */
#pagenation {
  margin: 30px 0 0 !important;
  overflow: hidden;
}

#pagenation a {
  font-weight: 500;
  color: #072a3e;
  text-decoration: none;
}

ul#pagenation.post li.prev, ul#pagenation li.next {
  width: 47%;
  float: right;
  text-align: right;
}

ul#pagenation.post li.next, ul#pagenation li.prev {
  width: 47%;
  float: left;
  text-align: left;
}

.back-index {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.back-index a {
  font-weight: 500;
  color: #072a3e;
}

/*============================================================
cms追加項目
============================================================*/

/* 受給事例 */
.case-index li {
  background: #fff;
  width: 320px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.case-index li + li {
  margin-top: 30px;
}

.case-index li .title {
  background: #072a3e;
  width: 100%;
  min-height: 70px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  align-items: center;
}

.case-index li .txt-wrap {
  padding: 20px 15px;
  position: relative;
}

.case-index li .profile {
  width: 300px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.case-index li .profile .img {
  width: 110px;
}

.case-index li .profile .txt {
  width: 50%;
  margin-left: 10px;
}

.case-index li .profile .txt dl {
  align-items: center;
  justify-content: flex-start;
}

.case-index li .profile .txt dt {
  background: #bfd1e6;
  font-size: 16px;
  font-weight: 500;
  color: #072a3e;
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}

.case-index li .profile .txt dd {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 15px;
}

.case-index .result-title,
.case-detail .result-title {
  background: #072a3e;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 2px;
}

.case-index .result-txt,
.case-detail .result-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #072a3e;
  padding: 10px;
}

.case-index .receipt-title,
.case-detail .receipt-title {
  background: #CF000D;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 2px;
  margin-bottom: 15px;
}

.case-index .receipt-txt dl,
.case-detail .receipt-txt dl {
  justify-content: center;
  align-items: center;
}

.case-index .receipt-txt dl + dl,
.case-detail .receipt-txt dl + dl {
  margin-top: 10px;
}

.case-index .receipt-txt dl dt,
.case-detail .receipt-txt dl dt {
  font-size: 14px;
  font-weight: 500;
  color: #CF000D;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
  border: solid 1px #CF000D;
}

.case-index .receipt-txt dl dd,
.case-detail .receipt-txt dl dd {
  width: 110px;
  font-size: 16px;
  font-weight: 500;
  color: #CF000D;
}

.search-wrap {
  background: #fff;
  width: 320px;
  padding: 20px;
  margin: 40px auto 0;
  border-radius: 30px;
}

.search-wrap .title {
  font-size: 20px;
  font-weight: 500;
  color: #072a3e;
  text-align: center;
  margin-bottom: 10px;
}

.btn-primary {
  font-family: 'M PLUS 1p', sans-serif;
  background: #072a3e;
  height: 45px;
  font-size: 16px !important;
  font-weight: 700;
  color: #fff;
  border: none;
  padding: 5px !important;
  margin-top: 25px !important;
  border-radius: 25px;
}

.search-btn {
  text-align: center;
  margin-top: 20px;
}

.search-btn a {
  font-weight: 500;
  color: #072a3e;
}

.wp-block-vk-filter-search-filter-search {
  margin-bottom: 20px !important;
}

/* 詳細ページ */
.case-detail .accordion-heading {
  pointer-events: none;
}

.case-detail .accordion-heading i::after {
  display: none !important;
}

.case-detail .accordion-inner {
  display: block !important;
}

.case-detail .voice {
  margin-top: 20px;
}

/***********************************
新着情報
************************************/

.news-top #sec-news .inner {
  padding: 50px 20px 80px;
}

.news-list {
  width: 335px;
  margin: 0 auto;
}

.news-list li {
  background: #fff;
  width: calc(100% / 2 - 10px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-list li:nth-child(n+3) {
  margin-top: 20px;
}

.news-list .card .post-cover {
  width: 100%;
  height: 100%;
  position: absolute;
}

.news-list .card .thumnail {
  background: url(../img/header-logo_231120.svg) no-repeat center / 130px auto #072a3e;
  width: 100%;
  height: 110px;
}

.news-list .card .thumnail a {
  width: 100%;
  height: 110px;
  display: block;
}

.news-list .card .thumnail a img {
  width: 100%;
  height: 110px;
}

.news-list .card .post-head {
  height: 140px;
  padding: 10px 15px;
}

#sec-news .post-category {
  height: 22px;
  font-size: 11px;
  font-weight: 500;
}

#sec-news .post-category a {
  background: #4c7eba;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  overflow: hidden;
}

.news-list .card .post-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
}

.news-list .card .post-title a {
  color: #072a3e;
}

.news-list .card .post-date {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
}

/* 詳細ページ */
.news-detail #sec-news .inner {
  
}

.news-detail .post {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  overflow: hidden;
}

.news-detail .post-head .column {
  justify-content: flex-start;
  align-items: center;
}

.news-detail .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}


/***********************************
お問い合わせ完了
************************************/

.info-box {
  background: #d9e3f0;
  padding: 20px 30px;
  margin: 30px auto 0;
  border-radius: 10px;
}


