/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    /* background-image: url("img/bg.png"); */
    /*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
    /* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",  Meiryo, メイリオ, sans-serif;
    overflow-x: hidden;
    position: relative;
    color: #333333;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    background-color: #ffffff;
}
/*トップページメイン画面*/
#ibox {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(0deg, rgba(21, 14, 23, 1) 25%, rgba(18, 39, 103, 1) 40%, rgba(21, 14, 23, 1) 100%);
}

#ibox-in {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 640px;
}
img.main-p1 {
    position: absolute;
    width: auto;
    height: 640px;
    right: 0;
    top: 0;
    z-index: 0;
}
img.main-p2 {
    position: absolute;
    left: 10%;
    top: 0;
    width: 39%;
    max-width: 600px;
    z-index: 1;
}
img.main-p3 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 30%;
    min-width: 300px;
    max-width: 450px;
    z-index: 2;
}
#ibox-in h1 {
    position: relative;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    z-index: 3;
}
#ibox-in .ibox-big {
    font-size: 3.7rem;
    display: block;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#ibox-in .ibox-text {
    display: block;
    background: rgba(3, 9, 27, 0.8);
    margin: 0 auto;
    padding: 30px 40px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 2px;
}
#ibox-in .btn-r {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: -100px;
    margin-top: 40px;
    margin-bottom: 30px;
    z-index: 3;
}

/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}


/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    background-color: white;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
    position: relative;
    transition: all .3s ease-out;
    width: 1000px;
    padding: 0 0 0 0;
}


/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;

}
#content #main .singleline {
    overflow: hidden;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #00216b;
    font-size: 2.2rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 80px 10px 30px;
    text-align: center;
}
#content #main h3 {
    clear: both;
    color: #313131;
    font-size: 1.2em;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 40px 10px 36px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #303030;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}

/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle td {
    padding: 40px 10px;
    border-bottom: 1px solid #d0d0d0;
}

/*special css*/
/*end special css*/



/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 0.9em;
    line-height: 1.7;
    display: inline-block;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !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;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !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;
}
.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;
}
.pt10 {
    padding-top: 10px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 62%, #f5f743 38%);
    padding-bottom: 4px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.tko {
color:#f1761b;
}
.tkb {
color:#00216b;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/


/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul {
    text-align: left;

}
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-between;
  /* justify-content: space-evenly; */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}


/* --------------------------------------
リンクボタン
--------------------------------------*/

.btn-r {
    display: inline-block;
}

.btn-r a {
    display: inline-block;
    padding: 20px 110px;
    background: #ce2636;
    color: white;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 100px;
    position: relative;
    line-height: 1.6;
    transition:0.3s;
}
.btn-r a:after {
    content: "";
    /* position: absolute; */
    position: relative;
    top: 50%;
    right: -48px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translate(0%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    transition: 0.5s;
    display: inline-block;
}
.btn-r a:hover {
    background: #fa5162;
}

.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}


/*ここから*/
.wrap-inner {
    margin: 0 auto 0;
    width: 1000px;
    padding-bottom: 60px;
}
.bg-blue-grade {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #00216B;
    background: linear-gradient(90deg, rgba(0, 33, 107, 1) 0%, rgba(22, 32, 52, 1) 50%, rgba(40, 44, 121, 1) 100%);
}
.worry-list{
    width: 100%;
    margin-bottom: 30px;
}
.worry-list ul {
    padding-top: 30px;
}
.worry-list ul li {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    padding: 20px;
    width: 32%;
}
.worry-list ul li span {
    position: absolute;
    left: -10px;
    top: -30px;
    display: block;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(231, 241, 255, 1) 100%);
    border-radius: 100px;
    font-size: 1rem;
    white-space: nowrap;
    padding: 10px 20px;
    transform: rotate(-8deg);
}
.worry-list ul li span::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 99%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #fff;
}
.worry-list1 {
    background: #472689;
}
.worry-list1 span {
    color: #472689;
}
.worry-list2 {
    background: #01277d;
}
.worry-list2 span {
    color: #01277d;
}
.worry-list3 {
    background: #005879;
}
.worry-list3 span {
    color: #005879;
}
.etc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    white-space: nowrap;
    color: #00216b;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    margin: 30px auto 0;
    gap: 1rem;
}
.etc::before,
.etc::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 40px;
    height: 20px;
    border: 2px solid #00216b;
    border-top: none;
}
.etc::before {
    border-right: none;
    border-radius: 0 0 0 20px;
}
.etc::after {
    border-left: none;
    border-radius: 0 0 20px 0;
}
.worry-sq {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
.worry-sq ul {
    margin-bottom: 0;
    margin-left: 30px;
}
.worry-sq ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}
.worry-sq ul li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -30px;
    margin-right: 6px;
    padding: 2px;
    border-top: 4px solid #f1761b;
    border-right: 4px solid #f1761b;
    transform: translate(0, -70%) rotate(135deg);
    width: 20px;
    height: 12px;
    z-index: 10;
}
.worry-sq ul li:last-child {
    margin-bottom: 0;
}
.worry-sq img {
    width: 30%;
}
#content #main p.sol-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
p.sol-txt span {
    background: linear-gradient(transparent 70%, #e6f72c 0 100%);
    padding-bottom: 2px;
    box-decoration-break: clone;
}
p.sol-txt::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 40px;
    height: 20px;
    border: 2px solid #00216b;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
}
.can-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #e8eaed;
}
#content #main .can-wrap h2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    color: #ffffff;
    padding: 30px 0;
}
.can-layout {
    position: relative;
    background: #ffffff;
    padding: 40px 50px;
    margin-top: 80px;
    text-align: center;
}
.can-pd-r {
    padding-right: 35%;
}
.can-pd-l {
    padding-left: 37%;
}
#content #main .can-layout h3 {
    color: #00216b;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    padding: 0 0 15px;
}
#content #main .can-layout p {
    margin-bottom: 0;
    text-align: left;
}
.can-layout img {
    position: absolute;
    width: 40%;
    right: -8%;
    top: -40px;
}
.can-img-l {
    right: 0;
    left: -8%;
}
#content #main .can-img-b {
    position: relative;
    width: 80%;
    right: 0;
    top: 0;
    margin: 30px auto 0;
}

span.work-txt {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 0.6em;
    justify-content: center;
    margin-top: 8px;
}
span.work-txt::before,
span.work-txt::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #00216b;
    margin: 0 8px;
}
.voice-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice-box {
    background: #e9f2ff;
    border-radius: 15px;
    width: 30.5%;
    margin-bottom: 8%;
    padding: 30px;
    position: relative;
}
.voice-title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.voice-box img {
    width: 70px;
}
#content #main p.voice-name {
    line-height: 1.4;
    font-size: 0.9rem;
    margin-bottom: 0;
}
p.voice-name span {
    display: block;
    color: #00216b;
    font-size: 1rem;
    font-weight: bold;
}
p.voice-txt {
    line-height: 1.6;
}

#content #main .voice-wrap .btn-r {
    text-align: center;
    display: block;
    margin-bottom: 0;
    padding: 80px 0;
}


/*20251106*/
#ibox {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    /* background: linear-gradient(0deg, rgba(21, 14, 23, 1) 25%, rgba(18, 39, 103, 1) 40%, rgba(21, 14, 23, 1) 100%); */
    background: url(/lp/img/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top 0px;
}
#ibox-in {
    flex-wrap: wrap;
    height: 700px;
    display: flex;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-right: 4vw;
}

#ibox-in h1 {
    text-align: left;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
p.sub-txt {
    color: white;
    font-size: 1.4rem;
    line-height: 1.8;
}
#ibox-in .btn-r {
    text-align: left;
}
/*20251106ここまで*/

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
    
#content #main {
    margin:0 auto;
    width: 94%;
    float:none;
    order: 0;
}
.wrap-inner {
    width: 92%;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}

/* ヘッダー */
header {

}
    
#header {
    width: 100%;
}

/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: none;
}
    
.tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: none;
    padding-top: 20px;
    text-align: center;
}
.tablestyle ul {
    text-align: center;     
}
    
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}

/*コンテンツ装飾
ここから*/  

#ibox-in h1 {
    display: inline-block;
    z-index: 100;
    position: relative;
    padding: 10px 30px;
    border-radius: 20px;
}
#ibox-in .ibox-big {
    font-size: 2.8rem;
}
img.main-p1 {
    right: -20%;
}
img.main-p2 {
    width: 45%;
    left: 5%;
}
img.main-p3 {
    bottom: 8%;
}
.worry-list ul li {
    font-size: 1.2rem;
}
.can-layout {
    margin-top: 30px;
}
#content #main .can-img-b {
    width: 100%;
}
.can-layout img {
    position: absolute;
    width: 40%;
    right: -8%;
    top: 15%;
}
.voice-box-wrap {
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.voice-box {
    width: 44%;
    margin-bottom: 5%;
}



/*20251106*/
#ibox {
    background-position: left -30px top 0px;
}
#ibox-in {
    padding-right: 0;
}
#ibox-in h1 {
    padding: 0; 
    font-size: 2.6rem;
}
.ibox-black {
    background: rgb(0 0 0 / 70%);
    padding: 20px 30px;
}
/*20251106ここまで*/


}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}
    





    
/*コンテンツ装飾
ここから*/
#ibox-in {
    height: 600px;
}
img.main-p1 {
    height: 600px;
}
img.main-p1 {
    height: 450px;
    right: -10%;
    top: auto;
    bottom: 0;
    z-index: 0;
}
img.main-p2 {
    width: 50%;
    top: 0;
    left: auto;
    right: 0;
}
img.main-p3 {
    width: 50%;
    min-width: 0;
    top: 0;
    left: 0;
}
#ibox-in h1 {
    padding: 20px 0px 0;
    width: 100%;
}
#ibox-in .ibox-big {
    font-size: 2.6rem;
}
#ibox-in .ibox-text {
    font-size: 1.2rem;
    margin: 0 30px;
}
.btn-r a {
    padding: 22px 46px;
    font-size: 1.3rem;
}
.btn-r a:after {
    right: -10px;
    top: 50%;
    transform: translate(0%, 0%) rotate(45deg);
}
#content #main h2 {
    padding: 50px 0 30px 0;
    font-size: 1.6rem;
    letter-spacing: 0;
}
.worry-list ul li {
    padding: 20px 10px;
    font-size: 1rem;
}
.worry-list ul li span {
    font-size: 0.9rem;
    left: -5px;
    padding: 10px 15px;
}
.worry-sq {
    width: 100%;
    flex-direction: column-reverse;
}
.worry-sq ul {
    width: 100%;
    padding: 0 20px;
}
.worry-sq ul li {
    font-size: 1.2rem;
}
.worry-sq img {
    width: 55%;
    margin-bottom: 30px;
}
#content #main p.sol-txt {
    font-size: 1.4rem;
}
p.sol-txt .tko {
    line-height: 1.5;
}
.can-layout {
    margin-top: 30px;
    padding: 25px;
}
#content #main .can-layout h3 {
    font-size: 1.4rem;
}
.can-layout img,
.can-img-l {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 20px;
}
#content #main .can-img-b {
    width: 100%;
}
.voice-box-wrap {
    margin-bottom: 30px;
}
.voice-box {
    width: 90%;
}
#content #main .voice-wrap .btn-r {
    padding: 50px 0;
}   

/*20251106*/
#ibox-in {
    align-items: self-end;
}
#ibox-in h1 {
   font-size: 1.6rem;
        padding-top: 0;
}
.ibox-black {
        padding: 20px 18px;
}
#ibox-in .btn-r {
    text-align: center;
    margin: 20px;
}
p.sub-txt {
        font-size: 1.1rem;
}
/*20251106ここまで*/


}/*end*/
