@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%;
  overflow: visible;
  -ms-overflow-style:none;/* win用スクロールバー非表示 */
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #444;
  min-width: 1000px;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

.mac body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.windows body p {
  transform: rotate(0.001deg); /* win用webフォントアンチエイリアス */
}

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

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: #444;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.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;
  pointer-events: none;
  object-fit: cover;
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

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

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

section {
  overflow: hidden;
}

/*section:not(:last-of-type) .inner {
  padding: 150px 0 0;
}
*/
.inner {
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}

.w700 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.w800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

.tar {
  text-align: right;
}

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

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

.notice {
  font-size: 15px;
}

.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;
}

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}

.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}
.mt100  {margin-top:100px !important;}
.mt110  {margin-top:110px !important;}
.mt120  {margin-top:120px !important;}
.mt130  {margin-top:130px !important;}
.mt140  {margin-top:140px !important;}
.mt150  {margin-top:150px !important;}
.mt160  {margin-top:160px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

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

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.column.col2 li {
  width: calc(100% / 2 - 20px);
}

.column.col3 li {
  width: calc(100% / 3 - 20px);
}

.column.col2 li:nth-child(n+3),
.column.col3 li:nth-child(n+4) {
  margin-top: 30px;
}

.column.col3::after{
  content: "";
  width: calc(100% / 3 - 20px);
}

.sec-title {
  font-size: 30px;
  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: #83949e;
  display: block;
}

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

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

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

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

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

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

.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: 60px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0;
  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: 35%;
  padding: 10px;
  background-color: #C9E5EB;
  color: #1579AF;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* ボタン */
.btn {
  width: 400px;
  height: 80px;
  position: relative;
}

.btn a {
  width: 400px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  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;
  font-size: 18px;
  color: #00739e;
  border: solid #00739e 2px;
}

.btn.border p {
  margin-right: 10px;
}

.btn a i {
  width: 18px;
  height: 18px;
  position: relative;
}

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

.btn.border a i::before {
  content: "";
  background: #00739e;
  width: 18px;
  height: 18px;
  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: #444 !important;
  opacity: 1;
}

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

header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 2;
}

body.active {
  overflow: hidden;
}

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

header .inner {
  height: 90px;
  padding: 0;
  align-items: center;
}

header a {
  display: block;
}

#header-logo {
  background: url(../img/header-logo.svg) no-repeat center / contain;
  width: 283px;
  height: 54px;
  position: relative;
  z-index: 9999;
}

#header-logo a {
  width: 283px;
  height: 54px;
}

header .tel {
  width: 210px;
  height: 40px;
}

header .btn.grad2,
header .btn.grad2 a {
  width: 290px;
  height: 50px;
  font-size: 14px;
  box-shadow: none;
}

header .line {
  width: 50px;
  height: 50px;
}

.fix-banner {
  display: none;
}

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

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

#g-nav-wrap {
  width: 1000px;
  height: 100vh;
  padding-top: 90px;
  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 50px;
}

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


#nav li + li {

}

#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: 40px;
  height: 26px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

#btn-menu span{
  background: #fff;
  width: 40px;
  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:13px;
}

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

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

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

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

#btn-menu.active span:nth-of-type(3){
  top: 26px;
  transform: translateY(-13px) rotate(45deg);
  width: 40px;
}

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

footer {
  position: relative;
}

footer .inner {
  padding: 0 0 50px;
  justify-content: center;
  align-items: center;
}

footer .info {
  font-size: 14px;
  padding-right: 60px;
}

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

#footer-logo a {
  width: 390px;
  height: 70px;
  display: block;
}

#footer-logo {
  font-size: 18px;
  font-weight: 500;
}

/*footer .sns {
  align-items: center;
  padding-left: 50px;
  border-left: solid 1px #a1a1a1;
}

footer .sns ul {
  width: 200px;
  margin-left: 50px;
}

footer .sns ul li {
  width: 35px;
  display: flex;
  align-items: center;
}

footer .sns ul li + li {
  margin-left: 40px;
}

footer .sns ul li:nth-child(4n) {
  margin-left: 0;
}

footer .sns ul li:nth-child(n+4) {
  margin-top: 35px;
}

footer .sns ul li:nth-child(5) {
  width: 40px;
}*/

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

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

.mv {
  background: url(../img/mv-bg_250617.png) no-repeat center top / 1800px auto;
}

.mv .inner {
  padding: 50px 0 100px;
}

.mv .btn-area {
  width: 860px;
  margin: 100px auto 0;
}

.mv .btn.grad::before {
  content: "無料相談が障害年金受給への\A最大の近道です！";
  font-size: 22px;
  font-weight: 500;
  white-space: pre;
  color: #072a3e;
  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: 22px;
  font-weight: 500;
  white-space: pre;
  color: #e47e05;
  text-align: center;
  display: block;
  line-height: 1.4;
  margin: auto;
  position: absolute;
  top: -50px;
  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: -10px;
  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 {
  color: #fff;
  display: inline-block;
}

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

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

#sec-about .contact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

#sec-about .contact .sec-title {
  font-size: 23px;
  font-weight: 500;
}

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

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

#sec-about .point .column {
  flex-direction: row-reverse;
}

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

#sec-about .mov,
#sec-about .mov iframe {
  width: 400px;
  height: 280px;
}

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

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

#sec-about .txt-wrap p {
  width: 350px;
  line-height: 1.8;
  margin: 90px 0 0 5px;
}

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

#sec-receipt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  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 .accordion-heading.disable + div {
  display: block !important;
}

#sec-receipt .accordion-heading.disable {
  cursor: inherit;
}

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

.case-list li {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

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

.case-list li .txt-wrap {
  padding: 40px 50px;
  position: relative;
}

.case-list li .profile {
  justify-content: flex-start;
}

.case-list li .profile .img {
  width: 200px;
  position: relative;
  top: 50px;
}

.case-list li .profile .txt dl {
  align-items: center;
}

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

.case-list li .profile .txt dd {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
}

.state {
  width: 640px;
  position: absolute;
  top: 100px;
  left: 300px;
}

.state > div {
  width: 300px;
  flex-direction: column;
}

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

.state > div .txt {
  flex: 2;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

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

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

#sec-support .mv {
  background: none;
  padding: 20px 0 50px;
  margin-left: -20px;
}

#sec-support .title-box {
  background: #f6f3ea;
  width: 620px;
  font-size: 20px;
  color: #b7945d;
  text-align: center;
  margin: 30px auto 60px;
}

#sec-support .box {
  background: #f6f3ea;
  padding: 30px 50px 40px;
  margin: 30px 0 60px 10px;
  border-radius: 20px;
}

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

#sec-support .box p:not(.title) {
  column-count: 2;
  column-gap: 50px;
}

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

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

#sec-support .mov {
  width: 620px;
  height: 350px;
  margin: 0 auto;
}

#sec-support .mov iframe {
  width: 620px;
  height: 350px;
}

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

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

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

.flow-list li .arrow {
  background: #072a3e;
  width: 60px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  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-bottom: 30px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}


.flow-list li .arrow::after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 43px 43px 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: 900px;
  padding: 40px;
  position: relative;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

.flow-list li .txt-wrap .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -30px;
  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: 22px;
  font-weight: 500;
  color: #072a3e;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: solid 6px #072a3e;
}

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

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

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

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

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

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

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

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

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

.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: 30%;
}

.flow-list li.step02 .wrap:last-child img {
  width: 80%;
}

.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::before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #83949e;
  position: absolute;
  left: -40px;
  top: 30px;
}

.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;
  flex: 2;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

#sec-promise .wrap {
  width: 470px;
  margin-top: 40px;
}

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

#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: 20px;
  font-weight: 500;
  color: #b7945d;
}

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

#sec-process .inner {
  padding: 100px 0 80px;
}

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

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

#sec-process .process01 p {
  width: 500px;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 170px;
}

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

#sec-process .process03 p {
  width: 500px;
  font-size: 16px;
  position: absolute;
  bottom: 33px;
  left: 45px;
}

#sec-process .sec-title {
  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 {
  margin: 15px;
}

/* お問い合わせ */
#sec-contact {
  padding: 100px 0;
}

#sec-contact .inner {
  padding: 0;
}

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

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

#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 #444;
}

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

.contact-list th {
  width: 30%;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  position: relative;
}

.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: 13px;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.contact-list td {
  padding: 15px 0 15px 10px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}

.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"] {
  border: solid 1px #a1a1a1;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  color: #444;
  -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: 35px;
  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: 500px;
  margin: 40px 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;
}

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

#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;
  color: #072a3e;
  line-height: 1.6;
  justify-content: flex-start;
  border: none;
  padding: 20px 60px 20px 33px !important;
  margin: 0;
  position: relative;
}

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

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

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

.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: 400px;
  height: 50px;
  margin: 20px auto 0;
}

.faq-list .accordion-inner .btn a {
  background: #072a3e;
  width: 400px;
  height: 50px;
  font-size: 16px;
  border-radius: 0;
}

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

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

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

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

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

.post-content iframe {
  width: 100%;
}

/* 詳細ページ */
.pager {
  position: relative;
}

#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: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

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

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


/***********************************
受給事例
************************************/

.case-index::after{
  content: "";
  width: 320px;
}

.case-index li {
  background: #fff;
  width: 320px;
  border-radius: 30px;
  overflow: hidden;
}

.case-index li:nth-child(n+4) {
  margin-top: 20px;
}

.case-index li .title {
  background: #072a3e;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.6;
  min-height: 90px;
  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: #FDDBE4;
  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 {
  background: #072a3e;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 2px;
}

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

.case-index .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 {
  justify-content: center;
  align-items: center;
}

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

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

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

.search-wrap {
  background: #fff;
  width: 100%;
  padding: 50px;
  margin-top: 50px;
  border-radius: 30px;
}

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

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

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

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

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

/* 詳細ページ */
.case-detail .case-list li > .title {
  height: auto;
  line-height: 1.6;
  padding: 10px;
}

.case-detail .state > div {
  width: 100%;
  margin-top: 15px;
}

.case-detail .money {
  justify-content: center;
}

.case-detail .result-wrap,
.case-detail .receipt-wrap {
  align-items: center;
}

.case-detail .receipt-wrap {
  margin-left: 30px;
}

.case-detail .result-title {
  background: #072a3e;
  width: 120px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.case-detail .result-txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #072a3e;
}

.case-detail .receipt-title {
  background: #CF000D;
  width: 120px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

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

/*.case-detail .receipt-txt dl + dl {
  margin-left: 10px;
}*/

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

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

.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: 50px;
}

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

.news-list ul {
  justify-content: flex-start;
}

.news-list li {
  background: #fff;
  width: 230px;
  margin-left: 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-list li:nth-child(4n+1) {
  margin-left: 0;
}

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

.news-list .card .post-cover {
  width: 230px;
  height: 300px;
  position: absolute;
}

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

.news-list .card .thumnail a {
  width: 230px;
  height: 150px;
  display: block;
}

.news-list .card .thumnail a img {
  width: 230px;
  height: 150px;
}

.news-list .card .post-head {
  height: 150px;
  padding: 15px 20px;
}

#sec-news .post-category {
  height: 22px;
  font-size: 12px;
  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: 15px;
  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: 14px;
  position: absolute;
  bottom: 10px;
}

/* 詳細ページ */
.news-detail #sec-news .inner {
  width: 800px;
}

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

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

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

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

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







