@charset "utf-8";

body {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
    line-height: 1.8888888em;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.telWrap {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.hiddenX {
    overflow-X: hidden;
}

.scrollY {
    overflow-Y: scroll;
}

p > a {
    color: inherit;
    text-decoration: underline;
}

p > a:hover {
    color: inherit;
}

/*-- トップページ --------------------------------------------------------------*/

.coverSlider .carousel-item > img {
    object-fit: cover;
    height: 100%;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- フォント --*/ 
.fontInter {
    font-family: 'Inter', sans-serif;
}

/*-- 文字色 --*/ 
.colorBlue {
    color: #0071bc;
}

/*-- 背景色 --*/ 

.bgBlue {
    background-color: #009fe8;
}

/*-- タイトル --*/

.enTit01 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.tit01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.47em;
}

.subTit01 {
    font-size: 16px;
    color: #4d4d4d;
    margin: 6px 0 0;
    font-weight: 500;
    line-height: 1.75em;
}

/*-- ボタン --*/

.btn01 {
    max-width: 340px;
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    background: #fff;
    border: solid 1px #fff;
    color: #0071bc;
    font-size: 20px;
    padding: 20px 80px 20px 5%;
}

.btn01Icon {
    margin: 0 8% 0 0;
    max-width: 44px;
    width: 100%;
}

.btn01:after {
    content: "";
    max-width: 48px;
    width: 14.11%;
    height: 13px;
    display: block;
    background: url(https://phoenix-ins.jp/system_panel/uploads/images/btn01_arrow.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
}

.btn01:hover {
    background: #d9e021;
    color: #0071bc;
}

.btn01:hover:after {
   border-color: #fff;
}

.btn02 {
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #4d4d4d;
    background: #fff;
    text-align: center;
    color: #4d4d4d;
    font-size: 16px;
    padding: 27px 75px;
}

.btn02:after {
    content: "";
    max-width: 48px;
    width: 14.11%;
    height: 13px;
    display: block;
    background: url(https://phoenix-ins.jp/system_panel/uploads/images/btn02_arrow_off.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
}

.btn02:hover:after {
    background: url(https://phoenix-ins.jp/system_panel/uploads/images/btn02_arrow_on.svg) no-repeat center;
}

.btn02:hover {
    background: #0071bc;
    color: #fff;
}

.btn03 {
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #4d4d4d;
    background: #fff;
    text-align: center;
    color: #4d4d4d;
    font-size: 16px;
    padding: 12px 2%;
}

.btn03:hover {
    background: #0071bc;
    color: #fff;
}

.btn04 {
    max-width: 237px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    padding: 0 0 2px;
}

.btn04:hover {
    color: #0071bc;
}

.btn04:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn04:after {
    content: "";
    max-width: 25px;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    bottom: 6px;
    right: 0;
    transform: rotate(26deg);
}

.btn04:hover:before, .btn04:hover:after {
    background: #0071bc;
}

/*-- 下層カバー -----------------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .3;
}

.incoverBx {
    width: 96%;
    margin: auto;
    text-align: center;
    position: relative;
}

.incoverSubTit {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.incoverTit {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

/*-- パンくず -----------------------------------------------------------------*/

.breadWrp {margin: 20px 0 0;}

.breadBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.breadLink {
    color: #0071bc;
    text-decoration: underline;
}

.breadLink:hover {
    color: #0071bc;
}

/*-- レイアウト -----------------------------------------------------------------*/

.wrp01 {
    padding: 50px 0;
}

.wrp02 {
    padding: 0 0 50px;
}

.contentBx {
    max-width: 1140px;
    width: 96%;
    margin: auto;
}

/*-- テーブル -----------------------------------------------------------------*/

.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-bottom: none;
}

.baseTh {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    background-color: #ededed;
}

.baseTd {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    background: #fff;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}

.scrollTb .baseTh {
    border-right: solid 1px #DCDADA;
}

.scrollTb .row {
    width: 1000px;
}

.scrollTb {
    overflow-x: scroll;
}

/*-- footer -----------------------------------------------------------------*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
    font-size: 16px;
}

.fContTelBx:before {
    content: "";
    display: block;
    max-width: 23px;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #0071bc 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    bottom: 0;
    left: -23px;
}

.fContTelBx:after {
    content: "";
    display: block;
    max-width: 23px;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #0071bc 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    bottom: 0;
    right: -23px;
}

/*-- 共通パーツ --------------------------------------------------------------*/
  
/*-- 改行 --*/
  
.br768None br {
    display: none;
}

/*-- 下層カバー --*/

.incover {
    height: 350px;
}

.incoverTit {
    font-size: 32px;
}

/*-- タイトル --*/

.enTit01 {
    font-size: 46px;
}

.tit01 {
    font-size: 31px;
}

.subTit01 {
    font-size: 22px;
}

/*-- テーブル --*/

.baseTh {
    border-right: solid 1px #ccc;
}

.scrollTb {
    overflow-x: unset;
}

.scrollTb .row {
    width: auto;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
    font-size: 18px;
}
  
/*-- 共通パーツ --------------------------------------------------------------*/

/*-- レイアウト -----------------------------------------------------------------*/

.wrp01 {
    padding: 100px 0;
}

.wrp02 {
    padding: 0 0 100px;
}
  
/*-- 下層カバー -----------------------------------------------------------------*/

.incoverTit {
    font-size: 48px;
}

.enTit01 {
    font-size: 62px;
}

.tit01 {
    font-size: 38px;
}

.subTit01 {
    font-size: 24px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 改行 --*/
  
.br1200None br {
    display: none;
}
  
/*-- header -----------------------------------------------------------------*/

.hLogo {
    max-width: 535px !important;
    display: flex !important;
}

.hLogoTxt {
    margin: 30px 0 0 !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1650px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1650px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


.border_right_gray {
      border-right: 1px solid #d3d3d3;
}
.border_bottom_gray {
      border-bottom: 1px solid #d3d3d3;
}
.border_box_gray {
      border: 1px solid #d3d3d3;
}
.text_small {
  margin:0px !important;
}
@media screen and (max-width:768px) {
  .row_sp .col-md-4{
    width:33.3% !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
  }
  .border_box_gray {
    width:100% !important
  }
}
