@charset "utf-8";

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  text-align: left;
}

#main {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#main .topTxt {
  margin-top: 20px;
  text-align: center;
}



table,
th,
td {
  border: none;
}

.none {
  text-align: center;
}

.exist .none {
  display: none;
}

.rel {
  position: relative;
}

.ana {
  display: none;
}

/*買う*/
.ana_right {
  top: 0;
  right: 0;
  width: 140px;
  max-width: 22%;
  transform: translateY(-50%)
}

.ana_left {
  top: 0;
  left: 0;
  width: 140px;
  max-width: 22%;
  transform: translateY(-50%)
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  background-color: var(--darkblue);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: var(--h-head);
  z-index: 2000;
  top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#gHeader.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

#gHeader.DownMove {
  animation: DownAnime 0.3s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#gHeader>* {
  flex-grow: 1;
}

/*
#gHeader .hInner {
    height: 100%;
    display: flex;
    align-items: center;
    width: 240px;
    max-width: 24%;
}
*/

#gHeader h1,
#gHeader .titlelogo {
  display: flex;
  align-items: center;
  padding-left: 2%;
}

#gHeader h1 img,
#gHeader .titlelogo img {
  width: 100%;
  max-width: 260px;
  display: block;
  height: 50px;
}

/*SP*/
@media screen and (max-width: 600px) {

  #gHeader h1,
  #gHeader .titlelogo {
    padding-left: 10px;
  }

  #gHeader h1 img,
  #gHeader .titlelogo img {
    max-width: 180px;
  }

}

#gHeader h1 a:hover,
#gHeader .titlelogo a:hover {
  opacity: 0.8;
}

#gHeader .rBox {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

#gHeader .rBoxNavis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#gHeader .link {
  margin-left: 9px;
  color: #fff;
  width: 162px;
  text-align: center;
  background-color: #0A65A4;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gHeader .link a {
  display: block;
  min-height: 50px;
  padding: 24px 0 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.56;
  overflow: hidden;
}

#gHeader .link a:hover {
  opacity: 0.8;
}

#gHeader .menu {
  flex-grow: 0;
  width: 72px;
}

#gHeader .menu img {
  width: 72px;
}

.spBox {
  padding-top: 62px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #d1f5f3;
  z-index: 990;
  letter-spacing: 0.15em;
}

/*
.spBox .topBox {
    height: 62px;
    padding: 18px 24px 0 24px;
    background-color: #fff;
}
*/

/*
.spBox .topBox .logo {
    float: left;
}
*/

/*
.spBox .topBox .logo img {
    width: 240px;
}
*/

/*
.spBox .topBox .close {
    padding-top: 8px;
    float: right;
}
*/

/*
.spBox .topBox .close img {
    width: 29px;
}
*/

.spBox .spNavi {
  margin: 0 24px 24px;
  border-bottom: 1px solid #a8e2e3;
}

.spBox .spNL .spNavi {
  margin-bottom: 0;
  border-bottom: none;
}

.spBox .spNavi>li {
  float: left;
  width: 100%;
}





/*
.spBox > .spNavi > li.last a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  margin-left: .25em;
  color: var(--darkblue);
  position: relative;
  top: 1px;
}
*/

.spBox .spNavi li a {
  display: block;
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
}

.spBox .spNL .spNavi li a {
  color: #fff;
}

.spBox .spNavi>li>a {
  padding: 12px 6px 14px 6px;
  position: relative;
  border-top: 1px solid #a8e2e3;
}

.spBox .spNL .spNavi>li>a {
  font-size: 1.8rem;
  position: relative;
}

.spNavi li>a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  font-size: 14px;
}

.spNavi li.current>a::before {
  content: "\e901";
}

.spNavi li.level2.current>a::before {
  left: -.3em;
}

.spNavi li.active>a::before {
  content: "\e900";
}

.spBox .spNavi>li>a>img {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.spBox .fb {
  font-size: 40px;
  text-align: center;
  margin: 0 0 20px 0;
}

.spBox .fb img {
  margin-left: 0;
  margin-right: 3px;
  padding-bottom: 5px;
  width: 30px;
}

.spBox .spNavi>li>a i {
  position: absolute;
  right: 0;
  top: 9px;
  color: var(--darkblue);
  width: 28px;
  height: 28px;
}

/*
.spBox .spNavi > li  i{
  color: var(--darkblue);
}
*/

.spBox .spNavi>li>a>i {
  position: absolute;
  display: block;
  right: 0px;
  top: 9px;
  padding-top: 7px;
  width: 28px;
  height: 28px;
}

.spBox .spNavi>li>a>i.on:before {
  content: "\e909";
}

.spBox .spNL .spNavi>li>a>.icon {
  top: 12px;
  color: #fff;
  /* 		background-image: url("../../img/common/sp_icon04w.png"); */
}


.spBox .spNavi>li>a>.icon.on {
  position: absolute;
  right: 0;
  top: 9px;
  /*
    background-image: url("../../img/common/sp_icon05.png");
    background-repeat: no-repeat;
    background-position: center center;
*/
  background-size: 14px 14px;
  width: 28px;
  height: 28px;

}

.spBox .spNL .spNavi>li>a>.icon.on {
  /* 	background-image: url("../../img/common/sp_icon05w.png"); */
}

.spBox .spNavi>li>.infoBox {
  display: none;
}

.spBox .spNavi>li>.infoBox>.infoNavi {
  padding: 18px 0;
  border-top: 1px solid #a8e2e3;
}

.spBox .spNavi>li>.infoBox>.infoNavi>li {
  float: left;
  width: 100%;
}

.spBox .spNavi>li>.infoBox>.infoNavi>.liStyle {
  padding-bottom: 12px;
}

.spBox .spNavi>li>.infoBox>.infoNavi>li>a,
.spBox .spNavi>li>.infoBox>.infoNavi>li>.other {
  padding: 6px 18px;
  line-height: 2.1;
  position: relative;
}

.spBox .spNavi>li>.infoBox>.infoNavi>li>.other {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}

.spBox .spNavi>li>.infoBox>.infoNavi>li>ul>li {
  float: left;
  width: 100%;
}

.spBox .spNavi>li>.infoBox>.infoNavi>li>ul>li>a {
  padding: 6px 30px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
}

.spBox .spNavi>li>.infoBox>.menuUl {
  padding: 0 18px 30px;
}

.spBox .spNavi>li>.infoBox>.menuUl li {
  float: left;
  width: 32%;
  margin-right: 5px;
}

.spBox .spNavi>li>.infoBox>.menuUl li:last-child {
  margin-right: 0;
}

.spBox .spNavi>li>.infoBox>.menuUl li img {
  width: 100%;
}

.spBox .spNavi>li>.infoBox>.menuUl li a {
  display: block;
  position: relative;
}

.spBox .spNavi>li>.infoBox>.menuUl li .ico {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.spBox .spNavi>li>.infoBox>.menuUl li .ico img {
  display: block;
  margin: 4px auto 0;
  width: 12px;
}

.spBox .spNavi>li>.infoBox>.menuUl li .btm {
  padding: 2px 0 5px;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #78c1d2;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.spBox .spNavi>li>.infoBox>.menuUl li:last-child .btm {
  background-color: #b49e86;
}

.spBox .spNL {
  background-color: var(--darkblue);
}

.spBox .spNavi>li:first-child>a {
  border-top: none;
}

.spBox .btn {
  margin-bottom: 42px;
}

.spBox .btn a {
  margin: 0 auto;
  padding: 12px;
  display: block;
  width: 240px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #0A65A4;
  box-sizing: border-box;
}

.spBox .btmClose {
  padding-bottom: 48px;
  font-size: 1.4rem;
  text-align: center;
}

.spBox .btmClose i {
  color: var(--darkblue);
  position: relative;
  top: 1px;
  margin-right: .25em;
}

.spBox .btmClose a {
  color: #222;
  font-weight: 700;
}

.spBox .btmClose img {
  margin: -2px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

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

  #gHeader .rBox {}

  #gHeader .link {
    margin-left: 0;
    width: 15%;
  }
}


@media screen and (max-width: 949px) {
  #gHeader {
    height: 62px;
  }

  #gHeader h1 a:hover,
  #gHeader .titlelogo a:hover {
    opacity: 1;
  }

  #gHeader .rBox {
    display: none;
  }

  #gHeader .menu {
    display: block !important;
  }

  #gHeader .menu a {
    padding-top: 3px;
    background-color: var(--darkblue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 36px;
  }

  #gHeader .menu.on a .icon-menu-open:before {
    content: "\e90f";
  }


}

@media screen and (max-width: 767px) {
  #gHeader {
    min-width: inherit;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  #gHeader.shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }

}

/*
@media screen and (max-width: 600px) {
  #gHeader {
    height: 60px;
  }
  
   #comNavi.fixed {
     top: 60px;
  }	
  
  .spBox {
    padding-top: 60px;
  }
}
*/


/*------------------------------------------------------------
  gsNavi
------------------------------------------------------------*/
#gsNavi {
  /*     float: left; */
  letter-spacing: 0.15em;
}

#gsNavi>ul {
  display: flex;
  justify-content: flex-end;
}



#gsNavi>ul>li>a {
  display: block;
  font-size: 1.4rem;
  padding: 0 1.5vw;
  position: relative;
  box-sizing: border-box;
}

#gsNavi>ul>li i {
  margin-left: .25em;
  color: var(--darkblue);
}

/*SP*/
@media screen and (max-width: 1200px) {
  #gsNavi>ul>li>a {
    font-size: 1.3rem;
    padding: 0 1vw;
  }
}

#gsNavi>ul>li:last-child>a {
  border-right: none;
}

#gsNavi>ul>li>a:hover {
  color: #999;
}

#gsNavi>ul>li.active>a,
#gsNavi>ul>li.current>a {
  color: #00a0a8;
}

#gsNavi>ul>li {
  margin-top: 20px;
}

/* タブレット用 */
@media all and (min-width: 768px) {}

/* PC用 */
@media all and (min-width: 1024px) {}


/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
#gNavi {
  /*     float: left; */
  letter-spacing: 0.15em;

}

#gNavi>ul {
  display: flex;
  justify-content: flex-end;

}

#gNavi>ul>li {
  margin: 0 1vw;
  /*     float: left; */
}

#gNavi>ul>li>a {
  display: block;
  font-size: 1.8rem;
  padding: 10px .7vw 13px;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
}

#gNavi>ul>li.active>a,
#gNavi>ul>li.current>a {
  color: #00a0a8;
}

#gNavi>ul>li>a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
  border-bottom: 6px solid var(--darkblue);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#gNavi>ul>li>.on:before,
#gNavi>ul>li>a:hover:before {
  width: 100%;
}

#gNavi>ul>li>a>img {
  margin: -3px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

/*MEGAMENU*/
#gNavi>ul>li>.menuBox {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  background-color: #d1f5f3;
  z-index: 5;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/*MEGAMENU*/
#gNavi>ul>li.active>.menuBox {
  /* display: block; */
}

#gNavi>ul>li:hover>.menuBox {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.menuBox .infoMenu {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 2% 30px;
  font-weight: bold;
}

.menuBox .infoMenu>p a {
  display: block;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 20px;
  background-color: #a9e6e9;
  font-size: 1.8rem;
}

.menuBox .infoMenu>p.current a {
  color: var(--darkblue);
}

.menuBox .infoMenu .inner {
  display: flex;
  justify-content: center;
}

.menuBox .infoMenu li {
  line-height: 1.5 !important;
}

.menuBox .infoMenu1 {
  width: 32%;
  /* 	display: flex; */
  padding-right: 20px;
}

.menuBox .infoMenu_top>li {
  flex-grow: 2;
  display: block;
  /* 	border: 1px solid green; */
}

.menuBox .infoMenu_top a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  padding-bottom: 20px;
  /* 	border: 1px solid pink; */
}

.menuBox .infoMenu_pub>ul {
  display: flex;
  justify-content: space-between;
}

.menuBox .infoMenu_pub>ul>* {
  width: 48%;
}

.menuBox .infoMenu_pub>ul.len1>* {
  width: 100%;
}

.menuBox .infoMenu_pub figure {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}

.menuBox .infoMenu_pub>ul.len1 figure {
  padding-top: 30%;
}

.menuBox .infoMenu_pub figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*     min-height: 100%; */
}

.menuBox .infoMenu_pub p {
  margin-top: .25em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}

.menuBox .infoMenu2 {
  margin-left: 2%;
  width: 66%;
  display: flex;
  flex-wrap: wrap;
}

.menuBox .infoMenu2 ul {
  margin-left: 1em;
}

.menuBox .infoMenu2>* {
  width: 50%;
  position: relative;
}

.menuBox .infoMenu2 li {
  position: relative;
}

.menuBox .infoMenu2 li::before {
  position: absolute;
  top: 5px;
  color: var(--darkblue);
}


.menuBox .infoMenu2 a {
  padding: 5px 0;
  position: relative;
  display: block;
}

.menuBox .infoMenu2 i {
  color: var(--darkblue);
  margin-right: .25em;
}

.menuBox .infoMenu2 .level2 i {
  font-size: .7em;
}

.infoMenu li.current a {
  color: var(--darkblue);
  font-weight: bold;
}

.infoMenu li a:hover {
  color: var(--darkblue);
  transition: 0s;
  /* 	border-bottom: 2px solid var(--darkblue); */
}


.menuBox .linkList {
  float: right;
}

.menuBox .linkList li {
  padding-left: 5px;
  width: 130px;
  float: left;
}

.menuBox .linkList li a {
  position: relative;
  display: block;
}

.menuBox .linkList li a:hover {
  opacity: 0.8;
}

.menuBox .linkList li .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

.menuBox .linkList li .btm {
  padding: 2px 0 3px;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  background-color: #78c1d2;
  width: 100%;
}

.menuBox .linkList li:last-child .btm {
  background-color: #b49e86;
}

#gsNavi>ul>li.fb img {
  width: 22px;
}

@media screen and (min-width: 950px) and (max-width: 1300px) {
  /*
    #gNavi {
        width: 85%;
    }
    
    #gNavi > ul > li {
        margin-right: 12px;
    }
*/

  /*
    #gNavi > ul > li > a {
        font-size: 2rem;
    }
*/

  .menuBox .infoMenu {
    max-width: inherit;
    /*         padding: 50px 20px 50px 120px; */
  }

  .menuBox .linkList {
    width: 32%;
  }

  .menuBox .linkList li {
    width: 30%;
    padding: 0;
    margin-left: 5px;
  }

  .menuBox .linkList li:first-child {
    margin-left: 0;
  }

  .menuBox .linkList li img {
    width: 100%;
  }

  .menuBox .linkList li .icon img {
    max-width: 12px;
  }

  .menuBox .linkList li .btm {
    padding: 3px 0;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }

  #gsNavi>ul>li.fb img {
    padding-bottom: 2px;
  }

}

/*------------------------------------------------------------
  パンクズリスト
------------------------------------------------------------*/
.breadcrumbs {
  /*     margin-bottom: 66px; */
  padding: 15px 15px 12px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.breadcrumbs ul {
  margin: 0 auto;
  max-width: 1292px;
  box-sizing: border-box;
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  padding: 0;
  margin-right: 40px;
  color: #222;
  font-size: 1.4rem;
}

.breadcrumbs li.arrow-r {
  line-height: 1.5;
  position: relative;
}

.breadcrumbs li.arrow-r::before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -25px;
  top: 2px;
  color: #ccc;
  font-size: 1.2rem;
}

.breadcrumbs li.tmp0,
.breadcrumbs li.tmp12 {
  display: none;
}

.breadcrumbs li:first-child {
  background: none;
  padding: 0;
}

.breadcrumbs li>* {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumbs a.icon-house {
  width: 30px;
  height: 20px;
  position: relative;
}

.breadcrumbs a.icon-house::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2em;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: var(--blue);
}

.breadcrumbs a.icon-house span {
  display: none;
}

.breadcrumbs a.icon-house:hover::before {
  color: var(--darkblue);
}


@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/*------------------------------------------------------------
  investmentリスト
------------------------------------------------------------*/


/* 商品一覧エリアの背景 */
.item-list ul {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;

}



/* 商品一覧のリストの設定 */
.item-list ul li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 50%;
  padding-bottom: 40px;
}

.item-list h4 {
  width: 100%;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 30px;
}


/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  margin: 0 auto;
  max-width: 1114px;
  padding-top: 30px;
  padding-bottom: 80px;
}

#gFooter .fNavi {
  padding: 24px 0;
  text-align: center;
}

#gFooter .fNavi li {
  margin-right: 24px;
  display: inline-block;
  font-size: 1.5rem;

}

#gFooter .fNavi li a {
  padding-right: 20px;
  position: relative;
}

#gFooter .fNavi .arrow-r::before {
  font-size: .8em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  color: var(--darkblue);
}

#gFooter .fNavi li a:hover {
  color: var(--darkblue);
}

#gFooter .fNavi li:last-child i {
  position: relative;
  top: 2px;
}

/* #gFooter .bannerUl {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #a39d9d;
}

#gFooter .bannerUl li {
    padding: 0 18px;
    display: inline-block;
}

#gFooter .bannerUl li a {
    display: inline-block;
    border: 1px solid #CCC;
}

#gFooter .bannerUl li a:hover {
    border: 1px solid #666;
} */

#gFooter .bannerUl {
  display: flex;
  justify-content: center;
  margin-left: 1vw;
  margin-right: 1vw;
}

#gFooter .bannerUl a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #CCC;
  margin: 1vw;
}

#gFooter .bannerUl a:hover {
  border: 1px solid #333;
}

#gFooter .btmBox {
  position: relative;
  text-align: center;
}

#gFooter .btmBox .fImg {
  position: absolute;
  left: 14px;
  top: -23px;
}

#gFooter .btmBox .fImg a:hover {
  opacity: 0.8;
}

#gFooter .fLogo {
  padding: 30px 0 8px;
  color: #222;
  font-size: 1.8rem;
}

#gFooter .fLogo img {
  width: 210px;
}

#gFooter .copyright {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #gFooter .fNavi li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  #gFooter {
    margin: 0 auto;
    max-width: inherit;
    /* padding-bottom: 66px; */
  }

  #gFooter .fNavi {
    margin: 0 18px;
    padding-bottom: 30px;
    text-align: left;
    /* border-bottom: 2px solid #d1cece; */
  }

  #gFooter .fNavi li {
    margin: 0 0 24px;
    padding-left: 12px;
    display: block;
    font-size: 1.3rem;
  }

  #gFooter .fNavi li:last-child {
    margin-bottom: 0;
  }

  #gFooter .fNavi li a:hover {
    color: #000;
  }

  /* #gFooter .bannerUl {
        padding: 30px 0 0;
        margin: 0 0 18px;
        border: none;
    }

    #gFooter .bannerUl li {
        padding: 0 12px 18px;
    }
    
    #gFooter .bannerUl li:first-child {
        padding-left: 0;
    }
    
    #gFooter .bannerUl li:nth-child(2) {
        padding-right: 0;
    }
    
    #gFooter .bannerUl li img {
        height: 62px;
    }
    
    #gFooter .bannerUl li:last-child {
        display: block;
    }

    #gFooter .bannerUl li a {
        display: inline-block;
        border: 1px solid #CCC;
    }

    #gFooter .bannerUl li a:hover {
        border: 1px solid #CCC;
    } */

  #gFooter .btmBox .fImg {
    position: inherit;
    left: auto;
    top: auto;
    margin-bottom: 18px;
  }

  #gFooter .btmBox .fImg a:hover {
    opacity: 1;
  }

  #gFooter .btmBox .fImg .sp {
    width: 33px;
  }

  #gFooter .fLogo {
    margin-bottom: 7px;
    font-size: 1.6rem;
  }

  #gFooter .fLogo img {
    width: 180px;
  }

  #gFooter .copyright {
    font-size: 0.9rem;
  }
}

@media screen and (max-width:374px) {
  /* #gFooter .bannerUl li {
        padding: 0 6px 18px;
    }
    
    #gFooter .bannerUl li img {
        height: 55px;
    } */
}

/*------------------------------------------------------------
  content
------------------------------------------------------------*/
.content {
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--s4);
  /*     max-width: 888px; */
  max-width: 1000px;
  position: relative;
}

.contentWide {
  background: red !important;
}

/* .content._wide {
    max-width: 1000px;
} */

/* .content._wider {
    max-width: 1100px;
} */

.content._widest {
  max-width: 1200px;
}

/*SP*/
@media screen and (max-width: 1000px) {
  /*
    .content {
        padding: 0 18px;
        max-width: inherit;
    }
*/
}

@media screen and (max-width: 767px) {
  .content {
    max-width: inherit;
  }

  .content.maxWidth {
    max-width: 600px;
  }

  .content.maxWidth .tal {
    text-align: left;
  }
}

/*------------------------------------------------------------
  comLink 廃止予定
------------------------------------------------------------*/
.comLink a {
  color: var(--darkblue);
  width: 280px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.comLink .infoSpan {
  padding: 12px 12px 12px 18px;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff url("../../img/common/icon04.png") no-repeat right 21px center;
  background-color: red;
  border: 2px solid var(--darkblue);
}

.comLink a:before {
  position: absolute;
  right: 0px;
  top: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

.comLink a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

.comLink a:hover:before {
  right: -4px;
  top: 4px;
}

.comLink a:hover:after {
  bottom: -4px;
  left: 4px;
}

.comLink.bg01 a {
  color: #fff;
  font-size: 2rem;
  color: red;
}

.comLink.bg01 .infoSpan {
  padding: 11px 12px 14px 22px;
  background-image: url("../../img/common/icon10w.png");
  background-position: right 18px center;
  background-size: 12px auto;
  background-color: var(--darkblue);
  border: 2px solid #fff;
}

.comLink a:hover {
  transform: translate(-3px, -3px);
}

@media screen and (max-width: 767px) {
  .comLink a {
    width: 240px;
    margin: 0 auto;
    font-size: 1.3rem;
  }

  /*
    .comLink .infoSpan {
         background: #fff url("../../img/common/sp_icon17.png") no-repeat right 14px center;
        background-size: 8px 11px;
    }
*/

  .comLink a:before {
    display: none;
  }

  .comLink a:after {
    display: none;
  }

  .comLink.bg01 a {
    font-weight: 600;
    text-align: left;
  }

  /*
    .comLink.bg01 .infoSpan {
        padding: 11px 12px 13px 13px;
        background-image: url("../../img/common/sp_icon11_w.png");
        background-position: right 15px center;
        background-size: 10px auto;
    }
*/

  .comLink a:hover {
    transform: none;
  }
}

@media screen and (-ms-high-contrast:none) {
  .comLink.bg01 .infoSpan {
    padding: 13px 12px 12px 22px;
  }
}





/*------------------------------------------------------------
  fixedBox
------------------------------------------------------------*/
#fixedBox {
  display: none;
  margin-top: -120px;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 60px;
}

#fixedBox a {
  display: block;
}

#fixedBox a:hover {
  opacity: 0.8;
}

#fixedBox .pageTop {

  text-align: center;
}

#fixedBox .pageTop a {
  color: var(--darkblue);
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixedBox .pageTop img {
  display: block;
  margin: 0 auto;
}

#floatMenu {
  position: relative;
  /* 	width: 200px; */

}

#floatMenu h4 {
  color: var(--darkblue);
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-right: 2px solid var(--darkblue);
  line-height: 1.2;
}

#floatMenu>ul {
  background-color: var(--fuji);
  border: 2px solid #fff;
  border-top: 0;
}

#floatMenu ul._outer {
  position: absolute;
  bottom: 60px;
  right: -60px;
  width: 240px;
  display: none;
}

#floatMenu ul._inner {
  border-top: none;
}

#floatMenu ul.show {
  display: block;
}

#floatMenu ul li {
  border-top: 2px solid #fff;
}

#floatMenu ul li>a {
  font-size: 1em;
  font-weight: bold;
  color: var(--darkblue);
  padding: 10px;
  padding-left: 15px;
}

#floatMenu ul li li>a {
  padding-left: 30px;
}

#floatMenu ul li:last-child>a {
  border-bottom: none;
}

#floatMenu ul li.current>a {
  color: #fff;
  background-color: var(--darkblue);
}


#floatMenu ul li._top>* {
  font-size: 1.1em;
  padding-left: 10px;
}



@media screen and (max-width: 767px) {

  #fixedBox a:hover {
    opacity: 1;
  }

  /*   #fixedBox {
        margin-top: 0;
        right: 14px;
        top: auto;
        bottom: 10px;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    }

    #fixedBox a:hover {
        opacity: 1;
    }

    #fixedBox .btn {
        float: left;
        width: 140px;
        height: 50px;
        text-align: center;
    }

    #fixedBox .btn a {
        padding: 13px 12px 15px;
        width: 140px;
        height: inherit;
        font-size: 1.35rem;
        font-weight: 700;
        display: block;
        writing-mode: horizontal-tb;
        background-color: var(--darkblue);
        box-sizing: border-box;
    }

    #fixedBox .pageTop {
        float: left;
        width: 48px;
        height: 50px;
    }

    #fixedBox .pageTop a {
        padding: 21px 0 0;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    #fixedBox .pageTop img {
        width: 11px;
    }
*/
}

/*------------------------------------------------------------
  headLine01
------------------------------------------------------------*/
.headLine01 {
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.headLine01 .en {
  margin-bottom: 3px;
  display: block;
  font-family: 'Lato', sans-serif;
  color: var(--darkblue);
  font-size: 2rem;
}

.headLine01 .jp {
  color: var(--darkblue);
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {

  .headLine01 .en {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }

  .headLine01 .jp {
    font-size: 3rem;
  }
}

/*------------------------------------------------------------
  headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 96px;
  position: relative;
  color: #222;
  font-size: var(--f30);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.headLine02 .en {
  display: block;
  font-family: 'Lato', sans-serif;
  color: var(--darkblue);
  margin-bottom: 18px;
  font-size: 1.6rem;
}

.headLine02 .jp {
  font-size: 2.8rem;
}


.headLine02:before {
  margin-left: -39px;
  width: 78px;
  position: absolute;
  left: 50%;
  bottom: -42px;
  border-bottom: 1px solid var(--blue);
  content: "";
}

@media screen and (max-width: 767px) {
  .headLine02 {
    margin-bottom: 36px;
    /* font-size: 1.8rem; */
  }

  .headLine02:before {
    margin-left: -20px;
    width: 39px;
    bottom: -20px;
  }
}


/*------------------------------------------------------------
  headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 12px;
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;

}

.headLine03::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  color: var(--darkblue);
  margin-right: .25em;
  position: relative;
  bottom: -2px;
}

.headLine03 .sml {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .headLine03 {
    font-size: 1.5rem;
  }

  .headLine03 .sml {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
  headLine04
------------------------------------------------------------*/
.headLine04 {
  text-align: center;
  margin-bottom: 15px;
  color: var(--darkblue);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .headLine04 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
  headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 2.2rem;
  border-bottom: 4px solid var(--darkblue);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .headLine05 {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 1.5rem;
    text-align: center;
  }
}

/*------------------------------------------------------------
  headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 30px;
  text-align: center;
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .headLine06 {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
  headLine_toi
------------------------------------------------------------*/
.headLine_toi {
  margin-bottom: 15px;
  text-align: center;
  color: var(--darkblue);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .headLine_toi {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}



/*------------------------------------------------------------
  headLine07
------------------------------------------------------------*/
.headLine07 {
  border: 2px solid var(--darkblue);
  color: var(--darkblue);
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 25px;
}

@media screen and (max-width: 767px) {
  .headLine07 {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
  headLine08
------------------------------------------------------------*/

.headLine08 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.headLine08:before,
.headLine08:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #CCC;
}

.headLine08:before {
  margin-right: 2rem;
}

.headLine08:after {
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .headLine08 {
    margin-bottom: 20px;
    font-size: 1.9rem;
    text-align: center;
  }
}

/*------------------------------------------------------------
  headLine09
------------------------------------------------------------*/
.headLine09 {
  background-color: var(--darkblue);
  color: #fff;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 25px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .headLine09 {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
  headLine10
------------------------------------------------------------*/
.headLine10 {
  margin-bottom: 12px;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;

}

.headLine10::before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  color: var(--darkblue);
  margin-right: .25em;
  position: relative;
  bottom: -2px;
}

.headLine10 .sml {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .headLine10 {
    font-size: 1.4rem;
  }

  .headLine10 .sml {
    font-size: 1.4rem;
  }
}


/*------------------------------------------------------------
  comPad など 追加
------------------------------------------------------------*/
.catch {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1em;
  /*   line-height: 1.8; */
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 1.7rem;
  }
}


/*------------------------------------------------------------
  comPad など 追加
------------------------------------------------------------*/
.comPad {
  padding-top: 70px;
  padding-bottom: 70px;
}

.comPad1 {
  padding: 70px 10px;
  position: relative;
}

.comPad2 {
  padding: 50px;
  position: relative;
}

.comPad3 {
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content.comPad {
    padding-right: 10px;
    padding-left: 10px;
  }

  .comPad,
  .comPad1 {
    padding: 35px 0;
  }

  .comPad2 {
    padding: 10px;
  }

  .comPad3 {
    padding: 10px;
  }
}

.comGray {
  background-color: #f4f4f4;
}



.comGrey {
  background-color: red;
}

.comWhite {
  background-color: #fff;
}

.comPaleGreen {
  background-color: var(--fuji);
}

.comGreen {
  background-color: var(--darkblue);
}

.comBeige {
  background-color: #FEF5E4;
}

.comPalePattern {
  background-color: #D1F5F3;
  background-image: url('/assets/images/home/main_home.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}



/*comPhotoBox*/
.comPhotoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*   border: 5px solid red; */
}

.comPhotoBox>* {
  margin-left: .5%;
  margin-right: .5%;
}

.comPhotoBox figure {
  text-align: center;
}

.comPhotoBox figure img {
  margin: 0 auto;
}

.comPhotoBox li {
  margin-top: 24px;
  width: 32%;
  background-color: #fff;
}

.comPhotoBox.Photoflex2 li {
  width: 46%;
}

.comPhotoBox li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.comPhotoBox li div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
}

.mid29 .comPhotoBox li div {
  height: auto;
}

.mid29 .comPhotoBox .txtBox {
  justify-content: flex-start;
}

.mid29 .comPhotoBox .wider-lst {
  width: 96%;
}

.comPhotoBox .wider-lst-step3 {
  width: 96% !important;
}

.mid29 .comPhotoBox .comBtn {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .mid29 .comPhotoBox .wider-lst {
    width: 100%;
  }

  .comPhotoBox .wider-lst-step3 {
    width: 100% !important;
  }

  .mid29 .comPhotoBox .comBtn {
    margin-top: 20px;
  }
}

.comPhotoBox._green li .txtBox {
  background-color: var(--darkblue);
  flex-grow: 4;
  height: 100%;
}

.comPhotoBox li a:hover {
  opacity: 0.8;
}

.comPhotoBox li .photo {
  overflow: hidden;
}

.comPhotoBox li .txtBox {
  padding: 20px 10px;
  flex-grow: 4;
}

.comPhotoBox li p {
  line-height: 1.625;
  text-align: center;
}

.comPhotoBox li .ttl {
  color: var(--darkblue);
  font-size: 1.8rem;
  font-weight: 700;
  /*     letter-spacing: 0.1em; */
}

.comPhotoBox li .ttl.ttlSml {
  font-size: 1.6rem;
}

.comPhotoBox._black li p {
  text-align: left;
}

.comPhotoBox._black li .ttl {
  color: #000;
  margin-bottom: 10px;
}

.comPhotoBox._comPhotoBox4 li {
  width: 24%;
}

.comPhotoBox._comPhotoBox2 li {
  width: 48%;
}

.comPhotoBox._green li .ttl {
  color: #fff;
}




@media screen and (max-width: 767px) {


  .comPhotoBox._comPhotoBox2 li,
  .comPhotoBox._comPhotoBox4 li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .comPhotoBox li {
    margin: 18px 0 0;
    width: 100%;
    max-width: 640px;
  }

  .comPhotoBox.Photoflex2 li {
    width: 100%;
  }

  .comPhotoBox li .photo img {
    width: 100%;
  }

  .comPhotoBox li .txtBox {
    padding: 18px 12px;
  }

  .comPhotoBox li p {
    line-height: 1.55;
  }

  .comPhotoBox li .ttl {
    font-size: 1.6rem;
  }

  .comPhotoBox li .ttl.ttlSml {
    font-size: 1.4rem;
  }
}

/* comLinkBox */
.comLinkBox {
  margin-top: 60px;
}

.comLinkBox a {
  margin: 0 auto;
  width: 540px;
  display: flex;
  border: 2px solid #009EA7;
  background: #fff;
  /*url("../img/common/icon11.png") no-repeat right 7px top 8px;*/
  position: relative;
}

.comLinkBox a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e903";
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--darkblue);
}



.comLinkBox a>* {
  flex: 0 0 50%;
  width: 50%;
}

.comLinkBox a:hover {
  opacity: 0.8;
}

.comLinkBox figure {
  overflow: hidden;
}

.comLinkBox figure img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.comLinkBox a:hover figure img {
  transform: scale(1.1);
}

.comLinkBox a>div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.comLinkBox .txt {
  display: inline-block;
  color: var(--darkblue);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767px) {

  .comLinkBox {
    margin-top: 30px;
  }

  .comLinkBox a {
    width: 100%;
    background-image: url("../img/common/sp_icon11.png");
    background-position: right 3px top 4px;
    background-size: 10px 8px;
  }

  .comLinkBox a:hover figure img {
    transform: none;
  }

  .comLinkBox .txt {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
  comGrepBox 学ぶで使用
------------------------------------------------------------*/
/*comIconBox*/
.comIconBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.comIconBox li {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 31%;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  .comIconBox li {
    width: 48%;
  }

}

.comIconBox._comIconBox2 li {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}

.comIconBox figure {
  width: 80%;
  padding-top: 80%;
  position: relative;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
}


.comIconBox._comIconBox2 figure {
  width: 40%;
  padding-top: 40%;
}

.comIconBox .comBtn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comIconBox .comBtn>a {
  max-width: 98%;
  font-size: 1.6rem;
}

.comIconBox ._feat {
  text-align: center;
}

.comIconBox ._feat>div {
  background-color: var(--darkblue);
  width: 130px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: bold;
}

/*SP*/
@media (max-width: 767px) {
  .comIconBox ._feat>div {
    width: 100px;
  }
}

/* .comIconBox ._feat {
  width: 130px;
  padding-top: 130px;
  position: relative;
  background-color: var(--darkblue);
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
}

.comIconBox ._feat > *{
  position: absolute;
  width: 100%;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
} */

.comIconBox ._feat dt {
  font-size: var(--f48);
}

.comIconBox ._feat dd {
  font-size: var(--f10);
}

/*特長*/
/* .comIconBox._feature ._rnd{
  width: 130px;
  padding-top: 130px;
} */

/*SP*/
@media screen and (max-width: 900px) {
  /* .comIconBox ._feat {
    width: 30vw;
    padding-top: 30vw;
  } */

  /* .comIconBox ._feat dt{
    font-size: 6vw; 
  }

  .comIconBox ._feat dd{
    font-size: 3vw; 
  } */

}

/*SP*/
@media screen and (max-width: 600px) {

  .comIconBox._comIconBox2 li,
  .comIconBox li {
    width: 100%;
    margin: 15px 0;
  }

  /* .comIconBox ._box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */


  /* .comIconBox ._box > *:last-child{
    width: calc(100% - 27vw - 20px);
    text-align: left;
  } */

  /* .comIconBox li ._title{
    margin-top: 0;
  } */
  .comIconBox li ._exp,
  .comIconBox.ac li ._exp {
    margin-top: 5px;
    text-align: left;
  }

  /* .comIconBox ._feat,
  .comIconBox._feature ._feat {
    flex-grow: 0;
    width: 27vw;
    margin-left: 0;
  } */

}




.comIconBox._feature ._feat>div {
  top: 20%;
}

.comIconBox._feature ._feat>div>* {
  display: block;
  line-height: 1;
}

.comIconBox._feature ._tk {
  font-size: 2rem;
}

.comIconBox._feature ._nm {
  font-size: 6rem;
}

/*SP*/
@media screen and (max-width: 767px) {
  .comIconBox._feature ._tk {
    font-size: 1.5rem;
  }

  .comIconBox._feature ._nm {
    font-size: 4.5rem;
  }

  /*
  .comIconBox._comIconBox2 figure,
  .comIconBox._feature ._rnd{
    width: 20vw;
    padding-top: 20vw;
  }	
*/
}




/*spanならicon-font*/
.comIconBox figure span {
  position: absolute;
  font-size: 100px;
  color: var(--darkblue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*imgならシンプルに画像置き*/
.comIconBox figure img {
  position: absolute;
  width: 150px;
  max-width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comIconBox ._title {
  color: var(--darkblue);
  font-size: var(--f30);
  font-weight: bold;
  margin-top: .5em;
}

.comIconBox ._subt {
  color: #fff;
  background-color: var(--darkblue);
  font-weight: bold;
  margin-top: 1em;
  padding: .2em;
}

.comIconBox ._exp {
  text-align: left;
  margin-top: 20px;
}

/*SP*/
@media screen and (max-width: 767px) {
  /* .comIconBox figure span{
    font-size: 12vw;
  } */
}

/*------------------------------------------------------------
  comGrepBox 廃止の予定
------------------------------------------------------------*/
.comGrepBox {
  padding: 78px 0 72px;
  background-color: #f4f4f4;
  background: red;
}

.comGrepBox .comImg {
  position: absolute;
  right: 70px;
  top: 125px;
}



@media screen and (max-width: 767px) {
  .comGrepBox {
    padding: 42px 0 60px;
  }

  .comGrepBox .comImg {
    display: none;
  }

}

/*------------------------------------------------------------
  comNavi 上下に60px / スマホ時 上下に40px
------------------------------------------------------------*/
#comNavi {
  margin-top: 60px;
  position: relative;
  height: 45px;
  z-index: 500;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0;
}

#comNavi.UpMove.fixed {
  transform: translateY(-95px);
  background: none !important;
}

#comNavi.line {
  background: linear-gradient(0deg, rgba(231, 231, 231, 1) 0px, rgba(250, 250, 250, 1) 3px, rgba(255, 255, 255, 1) 7px);
}

@keyframes UpAnimeC {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-95px);
  }
}

#comNavi.DownMove {
  animation: DownAnimeC 0.5s forwards;
}

/*SP*/
@media screen and (max-width: 767px) {
  #comNavi {
    margin-top: 0;
  }

  #comNavi.UpMove {
    animation: UpAnimeCsp 0.5s forwards;
  }

  #comNavi.DownMove {
    animation: DownAnimeCsp 0.5s forwards;
  }
}

@keyframes DownAnimeC {
  from {
    transform: translateY(-95px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes UpAnimeCsp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-62px);
  }
}

#comNavi.DownMovesp {
  animation: DownAnimeC 0.5s forwards;
}

@keyframes DownAnimeC {
  from {
    transform: translateY(-62px);
  }

  to {
    transform: translateY(0);
  }
}

#comNavi ul {
  width: 100%;
  max-width: 890px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 6px solid var(--darkblue);
  background: #fff;
}

#comNavi._comNavi2 ul {
  max-width: 700px;
}

#comNavi+.comPad {
  padding-top: 80px;
}

#comNavi li {
  width: 50%;
  /*     max-width: 400px; */
}

#comNavi li a {
  padding: 8px 0 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*
    background-image: url("../../img/common/icon07.png");
    background-repeat: no-repeat;
    background-position: center 90%;
*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#comNavi li a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  position: absolute;
  bottom: 0;
  color: var(--darkblue);
}

#comNavi li a:hover {
  background-color: #E7FAF8;
}

#comNavi li a span {
  display: flex;
  padding-bottom: .8em;
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--darkblue);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#comNavi li:first-child a span {
  border-left: none;
}

#comNavi li a .sm {
  font-size: 1.5rem;
}

#comNavi.fixed {
  margin-top: 0;
  position: fixed;
  top: 95px;
}

#comNavi.fixed li a {
  padding: 12px 0 12px;
}

@media screen and (max-width: 767px) {

  #comNavi {
    height: auto;
    font-size: 1.4rem;
  }

  #comNavi.fixed {
    top: 62px;
  }

  #comNavi._comNavi2 ul,
  #comNavi ul {
    position: relative;
  }

  #comNavi+.comPad {
    padding-top: 40px;
  }
}

/*------------------------------------------------------------
  titleBox
------------------------------------------------------------*/
.titleBox {
  margin-bottom: -1px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}





/* .top2025 .titleBox{
  height: auto;
} */



.mid100 .titleBox {
  overflow: inherit;
}


.titleBox.wbg {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1400 / 675;
}

.bighead .titleBox .headLine01 {
  display: none;
}

.titleBox.wbg .headLine01 .jp {
  color: #FFF;
  text-shadow: 0px 2px 5px #000;
}

/*SP*/
@media screen and (max-width: 767px) {
  .titleBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titleBox.wbg {
    background-image: url("../../img/service/sp_page_title_bg01.jpg");
    /*     min-height: 200px; */
  }
}



/*------------------------------------------------------------
  pageTitle
------------------------------------------------------------*/
/*
.pageTitle {
    margin-bottom: -1px;
    min-height: 420px;
    position: relative;
    background: url("../../img/service/page_title_bg01.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageTitle .headLine01 {
}

.pageTitle .headLine01 .en {
    margin-bottom: 3px;
    font-size: 2rem;
    font-weight: 600;
}

.pageTitle .headLine01 .jp {
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .pageTitle {
        margin: -1px 0 0;
        min-height: 200px;
        background-image: url("../../img/service/sp_page_title_bg01.jpg");
    }
    
    .pageTitle .headLine01 .jp {
        font-size: 2.1rem;
    }
    
    .pageTitle .headLine01 .en {
        font-size: 1.2rem;
        font-weight: 500;
    }
}


.pageTitleW {
  background: yellow;
  display: flex;
  justify-content: center;
  min-height: 150px;
  align-items: center;
}
*/

/*------------------------------------------------------------
  comLinkUl
------------------------------------------------------------*/
.comLinkUl {
  margin: -24px 0 88px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  text-align: center;
}

.comLinkUl li {
  margin-top: 24px;
  width: 31.96%;
  flex: none;
}

.comLinkUl li:nth-child(3n-1) {
  margin: 24px 2.06% 0;
}

.comLinkUl li a {
  display: block;
  font-size: 1.6rem;
}

.comLinkUl li .phoBox .pho {
  overflow: hidden;
}

.comLinkUl li .phoBox .pho img {
  transition: all ease 0.3s;
}

.comLinkUl li a:hover .phoBox .pho img {
  transform: scale(1.1);
}

.comLinkUl li .phoBox {
  position: relative;
  text-align: center;
}

.comLinkUl li .phoBox .comTtl {
  padding-bottom: 16px;
  width: 176px;
  position: absolute;
  left: 13px;
  top: -19px;
  color: #FFF;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  background: url("../../img/common/com_bg01.png") no-repeat center center;
  z-index: 1;
}

@media screen and (-ms-high-contrast:none) {
  .comLinkUl li .phoBox .comTtl {
    padding: 3px 0 13px;
    line-height: 56px;
  }
}

.comLinkUl li .phoBox .ttlBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.comLinkUl li .phoBox .ttlBox .ttl {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.comLinkUl li .phoBox .ttlBox .ttl .inn {
  flex: none;
  display: block;
}

.comLinkUl li .phoBox .ttlBox .ttl .sm {
  font-size: 2.7rem;
}

.comLinkUl li .phoBox .ttlBox .mark {
  margin: 0 auto;
  width: 48%;
}

.comLinkUl li .txt {
  padding: 16px 30px 22px;
  text-align: justify;
  line-height: 1.62;
  background-color: #F4F4F4;
  transition: color 0.3s ease;
}

.comLinkUl li:hover .txt {
  color: var(--darkblue);
}

.comLinkUl li.animateWatane1 p {
  padding-top: 25%;
}

.comLinkUl li.animateWatane2 p {
  padding-top: 30%;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .comLinkUl li .phoBox .comTtl {
    top: -40px;
  }

  .comLinkUl li .phoBox .ttlBox .ttl {
    font-size: 2.3rem;
  }

  .comLinkUl li .phoBox .ttlBox .ttl .sm {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .comLinkUl {
    margin: -24px 0 38px;
    display: block;
  }

  .comLinkUl li {
    margin: 0 0 18px;
    width: 100%;
    float: left;
  }

  .comLinkUl li.wid01 {
    width: 47.5%;
  }

  .comLinkUl li.fR {
    float: right;
  }

  .comLinkUl li:nth-child(3n-1) {
    margin: 0 0 18px;
  }

  .comLinkUl li a {
    display: block;
    height: 100%;
    font-size: 1.6rem;
    background-color: #F4F4F4;
  }

  .comLinkUl li.imgBg a {
    cursor: default;
    pointer-events: none;
    background: none !important;
  }

  .comLinkUl li .inn {
    display: block;
  }

  .comLinkUl li .phoBox .pho img {
    width: 100%;
    transition: none;
  }

  .comLinkUl li a:hover .phoBox .pho img {
    transform: scale(1);
  }

  .comLinkUl li .phoBox .comTtl {
    padding-bottom: 13px;
    width: 135px;
    left: 10px;
    top: -29px;
    font-size: 1.3rem;
    background-image: url("../../img/common/sp_com_bg01.png");
    background-size: 100% auto;
  }

  .comLinkUl li .phoBox .ttlBox {
    margin-top: 1px;
  }

  .comLinkUl li .phoBox .ttlBox .ttl {
    margin-bottom: 9px;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .comLinkUl li .phoBox .ttlBox .ttl .sm {
    font-size: 1.8rem;
  }

  .comLinkUl li .phoBox .ttlBox .mark {
    width: 41%;
    text-align: center;
  }

  .comLinkUl li .txt {
    padding: 13px 23px 14px;
    font-size: 1.2rem;
    line-height: 1.62;
  }

  .comLinkUl li.imgBg img {
    padding-top: 42%;
  }

  .comLinkUl li.wid01 .phoBox .ttlBox .ttl {
    font-size: 1.8rem;
    line-height: 1.35;
  }

  .comLinkUl li.wid01 .phoBox .ttlBox .mark {
    width: 56%;
  }

  .comLinkUl li.wid01 .txt {
    padding: 13px 12px 14px;

  }
}

/*------------------------------------------------------------
  animateImg
------------------------------------------------------------*/
.animateImg {
  animation-name: watane_ani;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.animateImg2 {
  animation-name: watane_ani;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes watane_ani {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/*------------------------------------------------------------
  comContactBox
------------------------------------------------------------*/
.comContactBox {
  margin: 0 12px;
}

.comContactBox .inner {
  margin: 0 auto;
  padding: 48px 60px 54px;
  max-width: 1114px;
  position: relative;
  color: #FFF;
  background-color: #014898;
  box-sizing: border-box;
}

.comContactBox .phoBg {
  position: absolute;
  right: -40px;
  bottom: -55px;
}

.comContactBox .comTitle {
  padding: 5px 0;
  width: 36.2%;
  float: left;
  font-size: 2.8rem;
  font-weight: 700;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.comContactBox .comTitle .en {
  margin-bottom: 20px;
  display: block;
  color: #7fcfd3;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.comContactBox .textBox {
  padding-left: 6%;
  width: 63.8%;
  float: left;
  box-sizing: border-box;
}

.comContactBox .textBox {
  margin-top: -3px;
  padding: 0 0 0 6%;
  float: left;
}

.comContactBox .textBox p {
  margin-bottom: 36px;
  line-height: 1.8;
  font-weight: 500;
}

.comContactBox .comLink {
  text-align: left !important;
}

.comContactBox .comLink a {
  width: 59% !important;
  min-width: 250px;
  color: #FFF;
  font-size: 1.6rem;
}

.comContactBox .comLink .infoSpan {
  border-color: #FFF;
  padding: 17px 12px 21px 22px !important;
  background-image: url("../../img/common/icon03.png");
  background-position: right 18px center;
  background-color: transparent;
}


@media screen and (-ms-high-contrast:none) {
  .comContactBox .comLink .infoSpan {
    padding: 19px 12px 18px 22px !important;
  }
}

.comContactBox .comLink a:before {
  background-color: transparent;
}

.comContactBox .comLink a:after {
  background-color: transparent;
}

.comContactBox .comLink a:hover:before {
  background: #fff;
}

.comContactBox .comLink a:hover:after {
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .comContactBox .phoBg {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .comContactBox {
    margin: 0 24px;
  }

  .comContactBox .inner {
    padding: 36px 20px;
    max-width: inherit;
  }

  .comContactBox .phoBg {
    width: 80px;
    right: 14px;
    bottom: -120px;
  }

  .comContactBox .comTitle {
    margin-bottom: 16px;
    padding: 0 0 21px;
    width: auto;
    float: none;
    position: relative;
    font-size: 2.1rem;
    text-align: center;
    border-right: none;
  }

  .comContactBox .comTitle:before {
    margin-left: -20px;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #3985B2;

    content: "";
  }

  .comContactBox .comTitle .en {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }

  .comContactBox .textBox {
    padding-left: 0;
    width: auto;
    float: none;
    text-align: center;
    box-sizing: border-box;
  }

  .comContactBox .textBox {
    margin-top: 0;
    padding: 0%;
    float: none;
  }

  .comContactBox .textBox p {
    margin: 0 -15px 30px;
    font-weight: 700;
    line-height: 2;
  }

  .comContactBox .comLink a {
    margin: 0 auto;
    width: 240px !important;
    min-width: inherit;
    font-size: 1.3rem;
    text-align: left;
    box-sizing: border-box;
  }

  .comContactBox .comLink .infoSpan {
    padding: 10px 14px 15px !important;
    background-image: url("../../img/common/sp_icon18.png");
    background-position: 9px 11px;
    background-position: right 14px center;
  }

  .comContactBox .comLink a:before,
  .comContactBox .comLink a:after {
    display: none;
  }
}

@media screen and (max-width: 348px) {
  .comContactBox {
    margin: 0 18px;
  }

  .comPageBox {
    margin: 60px 18px !important;
  }
}

/*------------------------------------------------------------
  comClose
------------------------------------------------------------*/
.comClose {
  font-size: 1.8rem !important;
  font-weight: bold;
  text-align: center;
}

.comClose a {
  padding-right: 25px;
  display: inline-block;
  position: relative;
}

.comClose a:before {
  width: 14px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #029FA8;

  content: "";
}

.comClose a:hover {
  color: #029FA8;
}

@media screen and (max-width: 767px) {
  .comClose {
    font-size: 1.4rem !important;
  }

  .comClose a:hover {
    color: #000;
  }
}


/*------------------------------------------------------------
  comNewsUl
------------------------------------------------------------*/
.comNewsUl {
  margin-bottom: 36px;
  border-bottom: 1px solid #CCC;
}

.comNewsUl li {
  border-top: 1px solid #CCC;
}

.comNewsUl li .info,
.comNewsUl li a {
  padding: 16px 0;
  display: block;
  line-height: 28px;
  overflow: hidden;
  zoom: 1;
}

.comNewsUl li .ttl,
.comNewsUl li .txt {
  display: block;
}

.comNewsUl li .ttl {
  width: 302px;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 400 !important;
  overflow: hidden;
  zoom: 1;
}

.comNewsUl li .ttl .jp {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.comNewsUl li .ttl .slug {
  width: 148px;
  float: right;
  display: block;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  background: #B1ECE6;
}

.comNewsUl li .txt {
  padding-left: 315px;
}

.comNewsUl li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .comNewsUl {
    margin-bottom: 24px;
    border-bottom: 1px solid #E1E1E1;
  }

  .comNewsUl li {
    border-top: 1px solid #E1E1E1;
  }

  .comNewsUl li .info,
  .comNewsUl li a {
    padding: 16px 0;
    font-size: 1.4rem;
    line-height: 27px;
  }

  .comNewsUl li .ttl {
    margin-bottom: 12px;
    width: auto;
    font-size: 1.3rem !important;
    float: none;
  }

  .comNewsUl li .ttl .jp {
    margin-right: 12px;
  }

  .comNewsUl li .ttl .slug {
    margin-left: 0;
    width: 46.2%;
    max-width: 140px;
    display: inline-block;
    color: var(--darkblue);
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    float: none;
  }

  .comNewsUl li .txt {
    padding-left: 0;
    line-height: 1.7;
  }
}

/*------------------------------------------------------------
  comPageList
------------------------------------------------------------*/
/*
.comPageListOuter{
  padding: 20px 0;
}
.comPageList {
    border: 1px solid var(--darkblue);
    background: var(--darkblue);
    display: flex;
    flex-wrap: wrap;
}
.comPageList li {
    flex: 1 0 auto;
    border: 1px solid var(--darkblue);
    background: #fff;
    line-height: 1.3;
}

.comPageList li a {
    padding: 15px 6px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.comPageListOuter {
  padding: 40px 0;
}

.comPageList {
  /*border: 1px solid var(--darkblue);
    background: var(--darkblue);*/
  display: flex;
  flex-wrap: wrap;
}

.comPageList li {
  flex: 1 0 auto;
  border: 1px solid #fff;
  background: #fff;
  line-height: 1.3;
}

.comPageList li a {
  padding: 6px 6px;
  height: 100%;
  width: 100%;
  background-color: #ccf3f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comPageList li a span {
  color: #13949d;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.comPageList li.on a {
  background-color: #13949d;
}

.comPageList li.on a span {
  color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
  .comPageList li a {
    padding: 18px 6px;
  }
}

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

  .comPageList li a:hover {
    background-color: #13949d;
  }

  .comPageList li a:hover span {
    color: #fff;
  }

}

@media screen and (max-width: 767px) {
  .comPageList {
    flex-wrap: wrap;
  }

  .comPageList li {
    width: 50%;
  }

  .comPageList li a {
    padding: 12px 6px;
  }


  /* .comPageList li.on a:hover {
        background-color: #D1F5F3;
    }

    .comPageList li a:hover {
        background-color: #fff;
    } */
}

/*------------------------------------------------------------
  comEsTable 物件用
------------------------------------------------------------*/
.comEsTable {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
  /* いつでも改行する */
  border: 1px solid #CCC;
  background-color: #fff;
  font-size: 1.5rem;
}

.comEsTable._green {
  border-top: 4px solid var(--darkblue);
}

.comEsTable td {
  padding: 6px 12px;
  color: #222;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  border: 1px solid #CCC;
  vertical-align: middle;
  position: relative;
  background-clip: padding-box;
}

.comEsTable tr:nth-child(2n) td {
  background-color: #f3f7fd;
}

.comEsTable td:first-child {
  min-width: 12rem;
}

.s_chintai .comEsTable td:first-child {
  min-width: 12rem;
}

/*物件右上用*/
.comEsTable._nosep td:first-child {
  border-right: none;
  max-width: 6rem;
  min-width: 0;
}

.comEsTable._nosep td:last-child {
  border-left: none;
}

.comEsTable._nosep .td_price>span {
  font-size: 1.4em;
}

.comEsTable td>a {
  color: var(--darkblue);
}

.comEsTable td>a:not([class]):hover {
  text-decoration: underline;
}

.comEsTable td>a[href^='http']::after {
  font-family: 'icomoon' !important;
  content: "\e903";
}

@media screen and (max-width: 767px) {
  .comEsTable {
    font-size: 1.2rem;
  }


}



/*------------------------------------------------------------
  comTable
------------------------------------------------------------*/
.comTableBox {
  margin-bottom: 60px;
  padding: 1px;
  background-color: #fff;
}

.comTable {
  width: 100%;
  border-collapse: collapse;
  border-top: 4px solid #019FAA;
  word-break: break-all;
}

.comTable._normal {
  border: 1px solid #CCC;
}

.comTable td:first-child {
  min-width: 8em;
}

.comTable th,
.comTable td {
  padding: 12px 24px;
  color: #222;
  line-height: 1.625;
  text-align: left;
  vertical-align: top;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background-clip: padding-box;
}

.comTable.smaller th,
.comTable.smaller td {
  padding: 6px 12px;
  font-size: 14px;
}

.comTable th {
  width: 16%;
  font-weight: 700;
  border-left: none;
}

.comTable td:last-child {
  border-right: none;
}

.comTable tr:nth-child(2n) th,
.comTable tr:nth-child(2n) td {
  background-color: #F3FDFC;
}

.comTable tr:last-child th,
.comTable tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .comTableBox {
    margin-bottom: 30px;
  }

  .comTable {
    border-top: 3px solid #019FAA;
  }

  .comTable th,
  .comTable td {
    font-size: 13px;
    padding: 12px;
    line-height: 1.5;
  }

  .comTable th {
    width: 28%;
  }
}

/* nmlTbl （売るコンテンツで使用）*/

.nmlTbl {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden
}

.nmlTbl thead {
  background: #B1ECE6;
  border-bottom: 4px solid #019FAA;
}

.nmlTbl th,
.nmlTbl td {
  box-sizing: border-box;
  padding: 10px 24px;
  color: #222;
  line-height: 1.625;
  text-align: left;
  border: 1px solid #CCC;
  box-sizing: border-box;
  text-align: center;
}

.nmlTbl tr:nth-child(2n) th,
.nmlTbl tr:nth-child(2n) td {
  background-color: #F3FDFC;
}

.mid30 .nmlTbl td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .nmlTbl-wrap {
    overflow-x: scroll;
  }

  .nmlTbl {
    /* width: 766px; */
    font-size: 0.8em;
  }

  .nmlTbl th,
  .nmlTbl td {
    padding: 5px;
  }
}

/*更新日など*/
.comDateBox {
  overflow: hidden;
}

.comDateTable {
  margin-top: 10px;
  float: right;
}

.comDateTable th,
.comDateTable td {
  font-weight: normal;
  padding: 3px 12px;
  font-size: 12px;
}


.comPileTable {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.comPileTable th,
.comPileTable td {
  box-sizing: border-box;
  padding: 10px 24px;
  color: #222;
  line-height: 1.625;
  text-align: left;
  vertical-align: top;
  border: 1px solid #CCC;
  box-sizing: border-box;
  text-align: center;
}

.comPileTable thead {
  background: #B1ECE6;
  border-bottom: 4px solid #019FAA;
}

@media screen and (max-width: 767px) {
  .comPileTable {
    border-top: 4px solid #019FAA;
  }

  .comPileTable thead {
    display: none;
  }

  .comPileTable tr {
    width: 100%;
  }

  .comPileTable td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .comPileTable td:not(:first-child) {
    padding-left: calc(40% + 24px);
    position: relative;
  }

  .comPileTable td:first-child {
    background: #B1ECE6;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.2em;
  }

  .comPileTable td:not(:first-child):before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    padding: 12px 0;
    border-right: 1px solid #ccc;
  }
}




/*------------------------------------------------------------
  comInfor
------------------------------------------------------------*/
.comInfor {
  padding: 84px 0 72px;
}

.comInfor .content {
  max-width: 1114px;
}

.comInfor .linkList li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-right: 2px solid #FFF;
}

.comInfor .linkList li:nth-child(4n) {
  border-right: none;
}

.comInfor .linkList li a {
  padding: 38px 10px 26px;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--darkblue);
}

.comInfor .linkList li a:hover {
  opacity: 0.8;
}

.comInfor .linkList li a .txt {
  margin-top: 32px;
  display: block;
}

@media screen and (max-width: 767px) {
  .comInfor {
    padding: 54px 0 46px;
  }

  .comInfor .content {
    padding: 0 24px;
    max-width: inherit;
  }

  .comInfor .linkList li {
    width: 50%;
    border-bottom: 2px solid #FFF;
  }

  .comInfor .linkList li:nth-child(2n) {
    border-right: none;
  }

  .comInfor .linkList li a {
    padding: 26px 5px 16px;
    font-size: 1.4rem;
    height: 109px;
  }

  .comInfor .linkList li a img {
    width: 66px;
  }

  .comInfor .linkList li a .txt {
    margin-top: 17px;
  }
}

@media screen and (max-width: 348px) {
  .comInfor .content {
    padding: 0 18px;
  }

  .comInfor .linkList li a {
    font-size: 1.3rem;
    height: 105px;
  }
}

/*------------------------------------------------------------
  comTxtList
------------------------------------------------------------*/
.comTxtList {
  margin: 0 30px 60px 48px
}

.comTxtList li {
  margin-bottom: 30px;
  padding-bottom: 24px;
  display: flex;
  color: #222;
  border-bottom: 1px solid #222;
}

.comTxtList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comTxtList li .lBox {
  padding: 15px 10px 10px 24px;
  width: 18%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-right: 1px solid #222;
}

.comTxtList li .ttl {
  font-size: 3.2rem;
  font-weight: 700;
}

.comTxtList li .rBox {
  width: 82%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.comTxtList li .rBox .txt {
  padding: 18px 6px 0;
  width: 52%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  border-right: 1px solid #222;
}

.comTxtList li .rBox .txt02 {
  width: 48%;
  border: none;
}

.comTxtList li .rBox .txt .sml {
  margin-bottom: 4px;
  display: block;
  font-size: 2.6rem;
}

.comTxtList li .rBox .txt .num {
  margin-right: 5px;
  font-size: 6.6rem;
  font-family: 'Lato', sans-serif;
}

.comTxtList li .rBox .txt .num01 {
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .comTxtList {
    margin: 0 3vw 60px 4.8vw;
  }

  .comTxtList li .lBox {
    padding-left: 2.4vw;
  }

  .comTxtList li .ttl {
    font-size: 3.2vw;
  }

  .comTxtList li .rBox .txt {
    font-size: 1.8vw;
  }

  .comTxtList li .rBox .txt .sml {
    font-size: 2.6vw;
  }

  .comTxtList li .rBox .txt .num {
    font-size: 6.6vw;
  }

  .comTxtList li .rBox .txt .num01 {
    margin-left: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .comTxtList {
    margin: 0 16px 42px;
  }

  .comTxtList li {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #222;
  }

  .comTxtList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .comTxtList li .lBox {
    padding: 3px 10px 10px 0;
    width: 27.5%;
  }

  .comTxtList li .ttl {
    font-size: 1.8rem;
  }

  .comTxtList li .rBox {
    padding: 0 0 0 24px;
    width: 72.5%;
    display: block;
  }

  .comTxtList li .rBox .txt {
    padding: 0 0 18px;
    width: auto;
    font-size: 1.1rem;
    line-height: 1;
    border-right: none;
    border-bottom: 1px solid #222;
  }

  .comTxtList li .rBox .txt02 {
    padding: 24px 0 0;
    width: auto;
    border: none;
  }

  .comTxtList li .rBox .txt .sml {
    margin: -2px 0 10px;
    font-size: 1.6rem;
    line-height: 1.05;
  }

  .comTxtList li .rBox .txt .num {
    margin-right: 0;
    font-size: 3.6rem;
  }

  .comTxtList li .rBox .txt .num01 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 340px) {
  .comTxtList {
    margin: 0 0 44px;
  }
}

/*------------------------------------------------------------
  comCreenBox
------------------------------------------------------------*/
.comCreenBox {
  padding: 96px 0;
  background-color: #D1F5F3;
}

@media screen and (max-width: 767px) {
  .comCreenBox {
    padding: 54px 0 60px;
  }
}





/*------------------------------------------------------------
  comPhoList
------------------------------------------------------------*/
.comPhoList {
  /*     margin: 0 0 90px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0;
}

.comPhoList:last-of-type {
  margin-bottom: 0;
}

.comPhoList>li {
  margin-bottom: 24px;
  width: 49%;
  background-color: #FFF;
  position: relative;
  display: flex;
}

.comPhoList>li>* {
  width: 50%;
}

.comPhoList>li a {
  display: block;
}

/*SP*/
@media screen and (max-width: 600px) {
  .comPhoList>li div {
    margin-bottom: 40px;
  }
}


.comPhoList>li .photo {
  overflow: hidden;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #F4F4F4;
  position: relative;
}

.comPhoList>li .photo ._box {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 25%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4444;
}



/*SP*/
@media screen and (max-width: 600px) {
  .comPhoList>li .photo ._box {
    transform: translateY(20px);
  }

}

.comPhoList>li .photo img {
  flex-grow: 0;
  transition: all 0.3s ease-in-out;
}

.comPhoList>li a:hover img {
  transform: scale(1.1);
}

.comPhoList>li .txtBox {
  padding: 18px 20px 60px;
  box-sizing: border-box;
}

.comPhoList>li .txtBox .ttl {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.comPhoList>li a:hover .txtBox .ttl {
  color: var(--darkblue);
}

.comPhoList>li .txtBox p {
  font-size: 1.4rem;
}

/*
.comSpecTable {
  font-size: 1.2rem;
}
*/
.comSpecTable th {
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

.smlBtn,
a.smlBtn {
  border: 2px solid var(--darkblue);
  display: inline-block;
  padding: 2px 10px;
  cursor: pointer;
  color: var(--darkblue);
  background-color: #fff;
  font-weight: bold;
  user-select: none;
}

.smlBtn:hover {
  color: #fff;
  background-color: var(--darkblue);
}

.comListBtn {
  /* 	margin-top: 10px; */
  display: flex;
  justify-content: center;
}

/*SP*/
/*
@media screen and (max-width: 767px) {
  .comListBtn {
    margin-top: 10px;
  }
}
*/

.comListBtn>* {
  max-width: 40%;
  width: 200px;
  margin: 0 3px;
}

.comListBtn a {
  width: 100%;
  border: 2px solid var(--darkblue);
  padding: 10px;
  padding-right: 20px;
  background: #fff;
  color: var(--darkblue);
  display: block;
  position: relative;
  text-align: center;
}

.comListBtn a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*   line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin: auto;
  right: 1em;
}

.comListBtn a[href^="https://anabuki.ne.jp/scelto/bukken/"]::after {
  content: "\e902";
}

.comPhoList .linkList {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-top: 2px solid #F4F4F4;
  display: flex;
}

.comPhoList .linkList>li {
  margin: 0;
  width: 50%;
  text-align: center;
  /*     box-sizing: border-box;
    border-right: 1px solid #F4F4F4; */
}


.comPhoList .linkList>li:not(:last-child) {
  border-right: 2px solid #F4F4F4;
}



.comPhoList .linkList>li:last-of-type {
  width: 50%;
  /*     border-left: 1px solid #F4F4F4; */
}

.comPhoList .linkList>li a {
  padding: 12px 6px;
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
}

.comPhoList .linkList>li a span {
  display: inline-block;
}

.comPhoList .linkList i {
  margin-left: .5em;
  color: #ccc;
}

/*
.comPhoList .linkList li a span {
    padding-right: 21px;
    display: inline-block;
    background: url("../../img/common/icon11.png") no-repeat right 1px center;
}
*/

.comPhoList .linkList li a.speLink {
  color: #a39e9d !important;
  cursor: default;
  pointer-events: none;
}

.comPhoList .linkList>li .speLink span {
  background: url("../../img/common/icon21.png") no-repeat right center;
}

.comPhoList .linkList>li a:hover {
  background-color: #D1F5F3;
}

.icoImg {
  display: none !important;
}

.comPhoList .cTxt {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.82;
}


.comPhoList .linkList li a span .inn {
  padding: 0;
  background: none;

}

/*
.comPhoList > li a {
  color: #222;
}
*/



@media screen and (max-width: 1000px) {
  .comPhoList {
    display: block;
    margin: 0 0 48px;
  }

  .comPhoList>li {
    width: 100%;
  }

  .comPhoList>li a .photo img {
    width: 100%;
  }

  .comPhoList>li .txtBox {
    padding: 10px;
    padding-bottom: 40px;
  }

  .comPhoList>li .txtBox .ttl {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .comPhoList>li a:hover .txtBox .ttl {
    color: #222;
  }

  .comPhoList>li .txtBox p {
    font-size: 1.2rem;
    line-height: 1.65;
  }

  .comPhoList .linkList {
    border-top: 2px solid #F4F4F4;
  }

  .comPhoList .linkList {
    border-top: 2px solid #F4F4F4;
  }

  .comPhoList .linkList li a {
    padding: 10px 0;
    font-size: 1.2rem;
  }

  .comPhoList .linkList li a:hover {
    background: none;
  }

  .comPhoList .linkList li .photo img {
    transition: none;
  }

  .comPhoList>li a:hover img {
    transform: none;
  }
}

/*SP*/
@media screen and (max-width: 600px) {
  .comPhoList>li .txtBox {
    padding-bottom: 10px;
  }

  .comSpecTable {
    font-size: 1.1rem;
  }

  .comPhoList .linkList {
    left: 0;
    right: auto;
  }

  .comPhoList>li a {
    padding-bottom: 40px;
  }
}

/*------------------------------------------------------------
  comPhoBox コラムで利用
------------------------------------------------------------*/

.comZoomP {
  display: block;
  min-width: 100px;
}

.comZoomP>* {
  /*   border-bottom: 3px solid #f4f4f4; */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}



.comZoomP img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  min-height: 100%;
  min-width: 100%;
}


.comZoomP:hover img:not(.notZoomp) {
  transform: translate(-50%, -50%) scale(1.1);
}


.comPhoBox {
  display: flex;
  flex-wrap: wrap;
  /*     border: 5px solid green; */
}

.comPhoBox>* {
  width: 32%;
  background-color: #fff;
  margin-bottom: 40px;
}

.comPhoBox .none {
  background-color: transparent;
}

.comPhoBox li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.comPhoBox .movie {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.comPhoBox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.comPhoBox>li>div {
  padding: 15px;
  position: relative;
}

.comPhoBox .category_tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  z-index: 10;
}

.comPhoBox>li>div>a {
  padding: 5px 0 10px;
  display: block;
}

.comPhoBox>li>div ._title {
  font-weight: bold;
  font-size: 1.2em;
}

.comPhoBox>li>div ._exp {
  font-size: .8em;
}

.comPhoBox>li>div .kwdBox {
  margin-top: 10px;
}



.comPhoBox>li>div .kwdBox {
  margin-top: 10px;
}

/*SP*/
@media screen and (max-width: 767px) {
  .comPhoBox>* {
    width: 49%;
    margin-bottom: 20px;
  }

  .comPhoBox>li>div {
    padding: 10px;
  }

  .comPhoBox li:not(:nth-child(3n)) {
    margin-right: auto;
  }

  .comPhoBox li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

/*SP*/
@media screen and (max-width: 600px) {
  .comPhoBox>* {
    width: 100%;
  }

  .comPhoBox li {
    margin-right: 0 !important;
  }

}


/*------------------------------------------------------------
  comImgBox 廃止
------------------------------------------------------------*/
.comImgBox {
  background: red;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.comImgBox>div {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comImgBox>figure {
  width: 50%;
}

.comImgBox>div h3 {
  margin-bottom: 18px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.comImgBox>div p {
  line-height: 2.25;
}

/*SP*/
@media screen and (max-width: 767px) {
  .comImgBox {
    display: block;
  }

  .comImgBox>div,
  .comImgBox>figure {
    width: 100%;
    display: block;
    text-align: center;
  }

  .comImgBox>figure {
    margin-top: 40px;
  }

  .comImgBox>div h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}



/*------------------------------------------------------------
  comSpecialUl 廃止クラス
------------------------------------------------------------*/
/*
.comSpecialUl {
    background: red;
    margin: -18px 0 78px;
    font-size: 0;
    text-align: center;
    letter-spacing: 0;
}

.comSpecialUl li {
    display: inline-block;
    margin: 18px 0 0;
    width: 33.3333%;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.comSpecialUl li .innBox {
    padding: 0 8%;
}

.comSpecialUl li .innBox .mark {
    margin-bottom: 18px;
}

.comSpecialUl li .innBox p {
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: justify;
    letter-spacing: 0.05em;
}

.comSpecialUl li .innBox .title {
    margin-bottom: 18px;
    color: var(--darkblue);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    .comSpecialUl {
        margin: -6px auto 54px;
        max-width: inherit;
    }

    .comSpecialUl li {
        margin: 0 0 48px;
        width: auto;
        float: none;
    }

    .comSpecialUl li:nth-child(3n-1) {
        margin: 0 0 48px;
    }

    .comSpecialUl li:last-child {
        margin: 0;
    }
    
    .comSpecialUl li .innBox {
        padding: 0;
    }

    .comSpecialUl li .innBox .mark {
        margin: 3px 0 0;
        float: left;
        width: 120px;
    }

    .comSpecialUl li .innBox .txtBox {
        padding-left: 140px;
    }
        
    .comSpecialUl li .innBox p {
        line-height: 1.65;
        font-size: 1.3rem;
    }

    .comSpecialUl li .innBox .title {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 1.4;
        text-align: left;
    }
}

@media screen and (max-width: 374px) {
    .comSpecialUl li .innBox .title {
        font-size: 1.8rem;
    }
    
    .comSpecialUl li .innBox .mark {
        width: 90px;
    }
    
    .comSpecialUl li .innBox .mark img {
        width: 90px;
    }
    
    .comSpecialUl li .innBox .txtBox {
        padding-left: 100px;
    }
}
*/



/*------------------------------------------------------------
  comBtnUl
------------------------------------------------------------*/
.comBtnUl {
  font-size: 0;
  text-align: center;
}

.comBtnUl li {
  margin: 0 10px;
  width: 360px;
  display: inline-block;
  vertical-align: top;
}

.comBtnUl li a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  box-sizing: border-box;
}

.comBtnUl li .infoSpan {
  display: block;
  position: relative;
  z-index: 1;
  padding: 6px 24px 10px 6px;
  background: var(--darkblue);
  url("../../img/common/icon11w.png") no-repeat right 19px center;
  border: 2px solid #fff;
}

.comBtnUl li.bg01 a {
  color: #fff;
}

.comBtnUl li.bg01 .infoSpan {
  border-color: #fff;
  background: #15478d url("../../img/common/icon11w.png") no-repeat right 19px center;
}

.comBtnUl li a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

.comBtnUl li.bg01 a:before {
  background: #15478d;
}

.comBtnUl li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

.comBtnUl li.bg01 a:after {
  background: #15478d;
}

.comBtnUl li a:hover {
  transform: translate(-3px, -3px);
}

.comBtnUl li a:hover:before {
  right: -4px;
  top: 4px;
}

.comBtnUl li a:hover:after {
  bottom: -4px;
  left: 4px;
}

@media screen and (-ms-high-contrast:none) {
  .comBtnUl li .infoSpan {
    padding: 9px 22px 7px 5px;
  }
}

@media screen and (max-width: 767px) {
  .comBtnUl {
    margin: 0 auto;
    width: 100%;
    min-width: 246px;
  }

  .comBtnUl li {
    margin: 0 0 24px;
    width: auto;
    display: block;
  }

  .comBtnUl li:last-child {
    margin: 0;
  }

  .comBtnUl li a {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }

  .comBtnUl li .infoSpan {
    padding: 10px 12px 12px;
    background: var(--darkblue);
    url("../../img/common/sp_icon11_w.png") no-repeat right 15px center;
    background-size: 10px auto;
    border: 2px solid #fff;
  }

  .comBtnUl li.bg01 .infoSpan {
    background-image: url("../../img/common/sp_icon11_w.png");
    background-size: 10px auto;
  }

  .comBtnUl li a:before,
  .comBtnUl li a:after {
    display: none !important;
  }

  .comBtnUl li a:hover {
    transform: none;
  }
}

/*------------------------------------------------------------
  fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInUp2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  /* transition-delay: .5s; */
}

.fadeInUp2.on {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
  comListUl
------------------------------------------------------------*/
#main .comListUl {
  margin: -24px 0 120px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

#main .comListUl li {
  margin-top: 24px;
  padding: 22px 30px 29px;
  width: 31.96%;
  flex: none;
  background-color: #F4F4F4;
  box-sizing: border-box;
}

#main .comListUl li a {
  display: block;
  overflow: hidden;
}

/*
#main .comListUl li a:hover {
    opacity: 0.7;
}
*/

#main .comListUl li:nth-child(3n-1) {
  margin: 24px 2.06% 0;
}

#main .comListUl li .ttlBox {
  margin-bottom: 19px;
  width: 100%;
  height: 72px;
  display: table;
  table-layout: fixed;
}

#main .comListUl li .ttlBox .mark,
#main .comListUl li .ttlBox .ttl {
  width: 33%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

#main .comListUl li .ttlBox .ttl {
  padding-left: 15px;
  width: calc(100% - 33%);
  color: #222;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
}

#main .comListUl li .txt {
  display: block;
  line-height: 1.6;
  transition: color 0.3s ease;
}

#main .comListUl li:hover .txt {
  color: var(--darkblue);
}

@media (min-width: 768px) and (max-width: 1100px) {
  #main .comListUl li .ttlBox .ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #main .comListUl {
    margin: 0 0 84px;
    display: block;
  }

  #main .comListUl li {
    margin: 0 0 18px;
    padding: 15px 15px 14px 25px;
    width: auto;
    overflow: hidden;
    zoom: 1;
  }

  #main .comListUl li:nth-child(3n-1) {
    margin: 0 0 18px;
  }

  #main .comListUl li .ttlBox {
    margin-bottom: 18px;
    width: auto;
    height: auto;
    display: block;
  }

  #main .comListUl li .ttlBox .mark,
  #main .comListUl li .ttlBox .ttl {
    width: 60px;
    display: block;
    float: left;
  }

  #main .comListUl li .ttlBox .mark {
    margin-top: 7px;
  }

  #main .comListUl li .ttlBox .ttl {
    margin-bottom: 12px;
    padding-left: 20px;
    width: calc(100% - 62px);
    font-size: 1.8rem;
    text-align: justify;
  }

  #main .comListUl li .txt {
    padding-left: 82px;
    font-size: 1.2rem;
    text-align: justify;
  }
}

/*------------------------------------------------------------
  comTabUl
------------------------------------------------------------*/


#main .comTabUl {
  max-width: 1128px;
  margin: 0 auto;
  padding: 6px 6px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#main .comTabUl li {
  margin-bottom: -3px;
  /*     width: 16.6666%; */
  width: 20%;
  text-align: center;
}

#main .comTabUl._comTabUl2 li {
  width: 50%;
}

#main .comTabUl li a {
  /*     padding: 6px 6px 24px; */
  padding: 10px 6px 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  line-height: 1.17;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  border-top: 6px solid #fff;
}

#main .comTabUl li a:before {
  height: calc(100% - 52px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid var(--darkblue);
  content: "";
}

#main .comTabUl li:first-child a:before {
  display: none;
}

#main .comTabUl li span {
  padding-bottom: 21px;
  position: relative;
}

#main .comTabUl li span::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: var(--darkblue);
  margin-right: .25em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 0;
  font-size: .8em;
}

#main .comTabUl .active a,
#main .comTabUl li a:hover {
  background-color: #f4f4f4;
  border-top: 6px solid var(--darkblue);
  box-shadow: 0px 0px 5px #CCC;
}

#main .comTabUl .active a:before,
#main .comTabUl li a:hover:before {
  display: none;
}

#main .comTabUl li:hover+li a:before,
#main .comTabUl .active+li a:before {
  display: none;
}

#main .comTabUl .active span::before,
#main .comTabUl li a:hover span::before {
  content: "\e90c";
}

@media screen and (max-width: 767px) {
  #main .comTabUlBox {
    overflow-x: scroll;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #main .comTabUl {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  #main .comTabUl li a {
    padding: 6px 0 18px;
    display: table;
    width: 100%;
    height: 100%;
    line-height: 1.17;
    font-size: 1.1rem;
    position: relative;
    box-sizing: border-box;
    border-top: 3px solid #fff;
  }

  #main .comTabUl li a:before {
    margin-top: 0;
    height: calc(100% - 46px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid var(--darkblue);
    content: "";
  }

  #main .comTabUl li:first-child a:before,
  #main .comTabUl li:first-child a:hover:before {
    display: none;
  }

  #main .comTabUl li span {
    padding-bottom: 18px;
    display: table-cell;
    vertical-align: bottom;
    /*         background: url("../../img/common/sp_icon03.png") no-repeat center bottom; */
    background-size: 8px auto;
  }

  #main .comTabUl .active a {
    box-shadow: 0px 0px 5px #CCC;
  }


  #main .comTabUl li a:hover,
  #main .comTabUl li a {
    background-color: #fff;
    border-top: 3px solid #fff;
    box-shadow: none;
  }

  #main .comTabUl .active a,
  #main .comTabUl .active a:hover {
    background-color: #f4f4f4;
    border-top: 3px solid var(--darkblue);
    box-shadow: 0px 0px 5px #CCC;
  }


  #main .comTabUl .active a:before {
    display: none;
  }

  #main .comTabUl li a:hover:before {
    display: block;
  }

  #main .comTabUl .active a:hover:before {
    display: none;
  }

  /*
    #main .comTabUl .active span,
    #main .comTabUl .active:hover span {
        background: url("../../img/common/sp_icon01.png") no-repeat center bottom;
        background-size: 12px auto;
    }
    
    #main .comTabUl li a:hover span {
        background: url("../../img/common/sp_icon03.png") no-repeat center bottom;
        background-size: 8px auto;
    }
*/

  #main .comTabUl .active a:before,
  #main .comTabUl li a:hover:before,
  #main .comTabUl li:hover+li a:before {
    display: block;
  }

  #main .comTabUl li.active a:before,
  #main .comTabUl li.active a:hover:before,
  #main .comTabUl li.active+li a:before,
  #main .comTabUl li.active:hover+li a:before,
  #main .comTabUl li:hover+li.active a:before {
    display: none;
  }
}

/*------------------------------------------------------------
  comTableA
------------------------------------------------------------*/
.comTableA {
  border-top: 4px solid #009ea7;
  border-collapse: collapse;
  width: 100%;
}

.comTableA th,
.comTableA td {
  color: #222;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
}

.comTableA th {
  padding: 24px 24px;
  width: 34%;
  background-color: #f3fdfc;
}

.comTableA th .must {
  margin-left: 12px;
  padding: 0 6px 2px;
  color: #fff;
  display: inline-block;
  width: 42px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fd6037;
}

.comTableA td {
  padding: 18px 24px;
}

.comTableA td input[type="text"],
.comTableA td input[type="tel"],
.comTableA td input[type="email"],
.comTableA td textarea {
  padding: 6px 12px;
  height: 42px;
  width: 67.4%;
  font-size: 1.6rem;
  box-sizing: border-box;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  border-radius: 0;
}

.comTableA td textarea {
  height: 146px;
  width: 100%;
  line-height: 1.65;
}

.comTableA td input[type="text"]:focus,
.comTableA td input[type="tel"]:focus,
.comTableA td input[type="email"]:focus {
  border-color: #7fd0d4;
  background-color: #f4f4f4;
}

.comTableA td .wid01 {
  width: 13.5% !important;
}

.comTableA td .wid02 {
  width: 28.5% !important;
}

.comTableA td .wid03 {
  width: 100% !important;
}

.comTableA td .wid04 {
  width: 27% !important;
}

.comTableA td .notes {
  margin: 6px 0 12px;
  display: block;
  color: #a39e9d;
  font-size: 1.3rem;
}

.comTableA td .notes01 {
  margin-bottom: 0;
}

.comTableA td select {
  padding: 6px 12px;
  width: 35%;
  height: 42px;
  font-size: 1.6rem;
  background: url("../../img/common/icon07.png") no-repeat right 18px center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.comTableA td select::-ms-expand {
  display: none;
}

.comTableA td .radioUl li {
  margin: 0 54px 12px 0;
  float: left;
}

.comTableA td .radioUl li input[type="radio"] {
  display: none;
}

.comTableA td .radioUl li input[type="radio"]+label {
  background: url("../../img/contact/radio_bg01.png") no-repeat left center;
  display: block;
  padding: 4px 0 7px 30px;
}

.comTableA td .radioUl li input[type="radio"]:checked+label {
  background: url("../../img/contact/radio_bg02.png") no-repeat left center;
}

.comTableA td .checkUl li {
  margin: 0 54px 12px 0;
  float: left;
}

.comTableA td .checkUl li input[type="checkbox"] {
  display: none;
}

.comTableA td .checkUl li input[type="checkbox"]+label {
  background: url("../../img/contact/check_bg01.png") no-repeat left center;
  display: block;
  padding: 4px 0 5px 30px;
}

.comTableA td .checkUl li input[type="checkbox"]:checked+label {
  background: url("../../img/contact/check_bg02.png") no-repeat left center;
}

.comTableA th .txtSpan {
  margin-top: 12px;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
}

.comTableA tr:last-child th,
.comTableA tr:last-child td {
  border-bottom: none;
}

.comTableA td .listUl li {
  float: left;
  width: 49%;
}

.comTableA td .listUl li .info {
  display: inline-block;
  width: 49px;
}

#main .submit {
  text-align: center;
}

#main .submit li {
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
}

#main .submit li .info {
  display: block;
  width: 344px;
  height: 92px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#main .submit li input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  box-sizing: border-box;
}

#main .submit li .info .txt {
  display: block;
  cursor: pointer;
  width: 100%;
  color: var(--darkblue);
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.45;
  box-sizing: border-box;
  pointer-events: none;
  text-align: left;
}

#main .submit li .infoSpan {
  padding: 18px 54px 18px 24px;
  display: block;
  background: #fff url("../../img/common/icon20.png") no-repeat right 24px center;
  border: 2px solid var(--darkblue);
  position: relative;
  z-index: 1;
}

#main .submit li .info:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

#main .submit li .info:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  content: "";
  background-color: var(--darkblue);
  transition: all 0.3s ease-in-out;
}

#main .submit li:hover .info:before {
  right: -4px;
  top: 4px;
}

#main .submit li:hover .info:after {
  left: 4px;
  bottom: -4px;
}

#main .submit li:hover .info {
  transform: translate(-3px, -3px);
}

@media screen and (max-width: 767px) {
  .comTableA {
    border-top: 5px solid #009ea7;
  }

  .comTableA th,
  .comTableA td {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
  }

  .comTableA th {
    padding: 12px 12px;
    width: 100%;
    background-color: #f3fdfc;
  }

  .comTableA th .must {
    padding: 0 6px 1px;
    width: 37px;
    font-size: 1.0rem;
  }

  .comTableA td {
    padding: 18px 12px;
    border-bottom: 1px solid #ccc;
  }

  .comTableA td input[type="text"],
  .comTableA td input[type="tel"],
  .comTableA td input[type="email"],
  .comTableA td textarea {
    font-size: 1.3rem;
    width: 100%;
  }

  .comTableA td textarea {
    height: 120px;
    line-height: 1.5;
  }

  .comTableA td .wid01 {
    width: 31.5% !important;
  }

  .comTableA td .wid02 {
    width: 39% !important;
  }

  .comTableA td .wid03 {
    width: 100% !important;
  }

  .comTableA td .wid04 {
    width: 39% !important;
  }

  .comTableA td .notes {
    margin: 3px 0 12px;
    font-size: 1.1rem;
  }

  .comTableA td .notes01 {
    margin-bottom: 0;
  }

  .comTableA td select {
    padding: 6px 18px 6px 6px;
    width: 50%;
    font-size: 1.3rem;
    background: url("../../img/common/sp_icon13.png") no-repeat right 12px center;
    background-size: 12px auto;
  }

  .comTableA td select::-ms-expand {
    display: none;
  }

  .comTableA td .radioUl li {
    margin: 0 36px 12px 0;
  }

  .comTableA td .radioUl li:last-child {
    margin: 0;
  }

  .comTableA td .radioUl li input[type="radio"] {
    display: none;
  }

  .comTableA td .radioUl li input[type="radio"]+label {
    background: url("../../img/contact/sp_radio_bg01.png") no-repeat left center;
    background-size: 20px auto;
  }

  .comTableA td .radioUl li input[type="radio"]:checked+label {
    background: url("../../img/contact/sp_radio_bg02.png") no-repeat left center;
    background-size: 20px auto;
  }

  .comTableA td .checkUl li {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
  }

  .comTableA td .checkUl li:last-child {
    margin-bottom: 0;
  }

  .comTableA td .checkUl li input[type="checkbox"] {
    display: none;
  }

  .comTableA td .checkUl li input[type="checkbox"]+label {
    background: url("../../img/contact/check_bg01.png") no-repeat left center;
    background-size: 20px auto;
    display: block;
    padding: 4px 0 5px 30px;
  }

  .comTableA td .checkUl li input[type="checkbox"]:checked+label {
    background: url("../../img/contact/check_bg02.png") no-repeat left center;
    background-size: 20px auto;
  }

  .comTableA th .txtSpan {
    margin-top: 12px;
    font-size: 1.2rem;
  }

  .comTableA tr:last-child th,
  .comTableA tr:last-child td {
    border-bottom: none;
  }

  .comTableA td .listUl li {
    width: 46%;
  }

  .comTableA td .listUl li .info {
    width: 26%;
    float: left;
    padding-top: 10px;
  }

  .comTableA td .listUl li:last-child {
    float: right;
  }

  .comTableA td .listUl li input {
    width: 74%;
    float: right;
  }

  #main .submit li {
    padding: 0;
    display: block;
  }

  #main .submit li .info {
    width: 240px;
    height: 71px;
    margin: 0 auto;
  }

  #main .submit li .info .txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  #main .submit li .infoSpan {
    padding: 10px 18px 12px;
    background: #fff url("../../img/common/sp_icon17.png") no-repeat right 14px center;
    background-size: 8px auto;
  }

  #main .submit li .info:before {
    display: none;
  }

  #main .submit li .info:after {
    display: none;
  }

  #main .submit li:hover .info {
    transform: none;
  }

}

@media screen and (-ms-high-contrast:none) {
  .headLine03 {
    background-position: left 7px;
  }
}

/*------------------------------------------------------------
  popBox
------------------------------------------------------------*/
.fancybox-slide--html {
  padding: 54px;
}

.fancybox-close-small {
  right: -50px !important;
  top: -20px !important;
  opacity: 1 !important;
  background: url("../../img/common/pop_close_img.png") no-repeat center center;
  background-size: 26px 26px;
}

.fancybox-close-small:hover {
  opacity: 0.8 !important;
}

.fancybox-button svg {
  visibility: hidden;
}

.fancybox-content {
  overflow: visible;
}

.popBox {
  display: none;
  padding: 54px 60px;
  width: 100%;
  max-width: 968px;
  box-sizing: border-box;
  background: #FFF;
}

.popBox .h3Ttl {
  padding-bottom: 48px;
  text-align: center;
  color: #222;
  font-weight: 700;
  font-size: 2.8rem;
  border-bottom: 1px solid var(--darkblue);
}

.popBox .h3Ttl .en {
  margin-bottom: 3px;
  display: block;
  color: var(--darkblue);
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}

.popBox .castList {
  margin-top: -20px;
}

.popBox .castList li {
  margin-top: 56px;
  width: 47.15%;
  float: left;
}

.popBox .castList li:nth-child(2n) {
  float: right;
}

.popBox .castList li .phoBox {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.popBox .castList li .phoBox .pho {
  width: 50%;
  text-align: center;
}

.popBox .castList li .phoBox .pho img {
  width: 100%;
}

.popBox .castList li .phoBox .name {
  padding: 5px 10px 10px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
}

.popBox .castList li .phoBox .name .txt01 {
  margin-bottom: 6px;
  display: block;
  color: var(--darkblue);
  font-size: 1.4rem;
}

.popBox .castList li .phoBox .name .txt02 {
  margin-top: 2px;
  display: block;
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
}

.popBox .castList li .text {
  margin-left: 12px;
  color: #222;
  font-size: 1.4rem;
  line-height: 1.79;
}

@media screen and (max-width: 960px) {
  .popBox {
    padding: 54px 3vw;
  }

  .popBox .castList li {
    width: 48.5%;
  }

  .popBox .castList li .text {
    margin-left: 6px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0;
  }

  .fancybox-close-small {
    right: 5px !important;
    top: 10px !important;
    background-image: url("../../img/common/sp_pop_close_img.png");
    background-size: 17px 17px;
  }

  .fancybox-close-small:hover {
    opacity: 1 !important;
  }

  .popBox {
    padding: 44px 18px 60px;
    max-width: inherit;
  }

  .popBox .h3Ttl {
    margin-bottom: 24px;
    padding-bottom: 31px;
    font-size: 2rem;
  }

  .popBox .h3Ttl .en {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }

  .popBox .castList {
    margin: 0 0 60px;
  }

  .popBox .castList li {
    margin: 0 0 43px;
    width: auto;
    float: none;
  }

  .popBox .castList li:nth-child(2n) {
    float: none;
  }

  .popBox .castList li:last-child {
    margin: 0;
  }

  .popBox .castList li .phoBox {
    margin-bottom: 14px;
  }

  .popBox .castList li .phoBox .name {
    padding: 5px 5px 10px;
    font-size: 1.8rem;
  }

  .popBox .castList li .phoBox .name .txt01 {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }

  .popBox .castList li .phoBox .name .txt02 {
    margin-top: 2px;
    font-size: 1.1rem;
  }

  .popBox .castList li .text {
    margin-left: 12px;
    font-size: 1.2rem;
    line-height: 1.76;
    word-break: break-all;
  }

  .popBox .comClose a {
    padding: 0 0 2px 24px;
    font-size: 1.4rem;
    color: #222;
    background: url("../../img/common/sp_close03.png") no-repeat left center;
    background-size: 14px auto;
  }

  .popBox .comClose a:before {
    display: none;
  }
}

/*------------------------------------------------------------
  comContact
------------------------------------------------------------*/
.comContact {
  margin: 0 40px;
  padding: 60px 0 54px;
  text-align: center;
  border: 4px solid #019faa;
}

.comContact .ttl {
  margin-bottom: 6px;
  color: var(--darkblue);
  font-weight: 700;
  font-size: 2.0rem;
}

.comContact .ttl .topSpan {
  display: block;
  width: 72px;
  padding-bottom: 1px;
  text-align: center;
  margin: 0 auto 12px;
  font-size: 1.5rem;
  border: 1px solid var(--darkblue);
}

.comContact .tel {
  margin-bottom: 42px;
  font-size: 2.0rem;
}

.comContact .tel a {
  font-size: 2.8rem;
}

.comContact .tel .time {
  display: block;
  font-size: 1.6rem;
  margin-top: 2px;
}

.comContact .comLink a {
  margin: 0 auto;
  width: 260px;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .comContact {
    margin: 0;
    padding: 30px 0 36px;
    border: 2px solid #019faa;
  }

  .comContact .ttl {
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .comContact .ttl .topSpan {
    width: 62px;
    margin: 0 auto 12px;
    padding-bottom: 2px;
  }

  .comContact .tel {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .comContact .tel a {
    font-size: 1.9rem;
  }

  .comContact .tel .time {
    margin-top: 2px;
    font-size: 1.0rem;
  }

  .comContact .comLink a {
    width: 244px;
    font-size: 1.3rem;
  }
}



@media screen and (-ms-high-contrast:none) {
  .comContact .ttl .topSpan {
    padding: 2px 0 0px;
  }

}

/*------------------------------------------------------------
  comDetailBox
------------------------------------------------------------*/
.comDetailBox {
  padding: 60px 60px 6px;
  background-color: #fff;
}

.comDetailBox .ulList li {
  float: left;
  width: 47%;
  padding-bottom: 48px;
}

.comDetailBox .ulList li:nth-child(2n) {
  float: right;
}

.comDetailBox .ulList li .textBox {
  float: left;
  width: 68.5%;
  margin-top: -6px;
}

.comDetailBox .ulList li .textBox .top {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 2.0rem;
  color: var(--darkblue);
}

.comDetailBox .ulList li .textBox .txtDl {
  font-size: 1.4rem;
}

.comDetailBox .ulList li .textBox .txtDl dt {
  float: left;
}

.comDetailBox .ulList li .textBox .txtDl dd {
  padding: 0 0 6px 5.8em;
}

.comDetailBox .ulList li .photoBox {
  float: right;
  width: 31.5%;
}

@media screen and (max-width: 767px) {
  .comDetailBox {
    padding: 30px 36px 6px;
  }

  .comDetailBox .ulList li {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }

  .comDetailBox .ulList li:nth-child(2n) {
    float: none;
  }

  .comDetailBox .ulList li .textBox {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .comDetailBox .ulList li .textBox .top {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }

  .comDetailBox .ulList li .textBox .txtDl {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }

  .comDetailBox .ulList li .textBox .txtDl dt {
    float: left;
  }

  .comDetailBox .ulList li .textBox .txtDl dd {
    padding: 0 0 2px 5.4em;
  }

  .comDetailBox .ulList li .photoBox {
    float: none;
    width: 100%;
    text-align: center;
  }

  .comDetailBox .ulList li .photoBox img {
    width: 100%;
  }
}

/***wideList***/

.wideList ._outer {
  display: grid;
  align-items: start;
  padding: 30px;
  background: #fff;
  grid-template-columns: 70% 30%;
  grid-gap: 10px;
  position: relative;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
}

.mid2 .wideList ._outer {
  display: none;
}

.mid2 .jsTgt ._outer.v1 {
  display: grid;
}

.wideList ._outer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wideList .title {
  background: var(--darkblue);
  color: #fff;
  padding: 5px 1em;
  font-size: 1.8rem;
  grid-column: 1 / 2;
}


.wideList .photoBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}

.wideList .txtBox {
  grid-column: 1 / 2;
}

.wideList .comListBtn {
  grid-column: 1 / 2;
}

/*賃貸用*/
.s_chintai .wideList .photoBox {
  grid-row: 1 / 3;
}

.s_chintai .wideList .rentList {
  grid-column: 1 / 3;
}

.s_chintai .wideList .comDateBox {
  grid-column: 1 / 3;
}


/*SP*/
@media screen and (max-width: 767px) {
  .wideList ._outer {
    padding: 10px;
    grid-template-columns: minmax(0, 1fr) 50%;
    grid-gap: 5px;
  }

  .wideList .title {
    font-size: 1.5rem;
    grid-column: 1 / 3;
  }

  .wideList .photoBox {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .wideList .txtBox {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .wideList .comListBtn {
    grid-column: 1 / 3;
  }

  /*賃貸用*/
  .s_chintai .wideList ._outer {
    display: block;
  }

  .s_chintai .wideList .txtBox {
    margin-top: 10px;
  }

  .s_chintai .wideList .rentList {
    margin-top: 10px;
  }

  /*
  .s_chintai .wideList .title{
    font-size: 1.5rem;
    grid-column: 1 / 3;
  }
  
  .s_chintai .wideList .photoBox{
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  
  .s_chintai .wideList .txtBox{
    grid-column: 1 / 2;
  }
  
  .s_chintai .wideList .rentList{
    grid-column: 1 / 3;
  }
*/

}


/* =====================================================================
    #s_02
======================================================================== */

/* #s_02{
  background-color: #d7deed;
  background-image: url(/assets/images/scelto/s02_bk.svg);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
} */

#s_02 {
  padding-top: 70px !important;
  position: relative;
}

#s_02::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 200%;
  height: 100%;
  background-color: var(--fuji);
  z-index: -1;
  transform: translateX(-50%) rotate(-13deg);
}

#s_03 {
  background-color: #fff;
}

/***bukkenList***/

.bukkenList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bukkenList>* {
  width: 49%;
}

.bukkenList ._outer {
  display: grid;
  align-items: start;
  padding: 10px;
  background: #fff;
  grid-template-columns: minmax(0, 1fr) 50%;
  grid-gap: 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mid2 .bukkenList ._outer {
  display: none;
}

.mid2 .bukkenList ._outer.v1 {
  display: grid;
}

.bukkenList .title {
  font-size: 1.8rem;
  grid-column: 1 / 2;
}

/*投資*/
.bukkenList .title+.kwdBox {
  margin-top: 5px;
}

.bukkenList._widetitle .title {
  grid-column: 1 / 3;
}

.bukkenList .photoBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.bukkenList._widetitle .photoBox {
  grid-row: 2 / 3;
}

/* .bukkenList .photoBox figure */
.photoBox figure {
  width: 100%;
  padding-top: 100%;
  background: #e5e5e5;
  position: relative;
}

.photoBox figure>* {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photoBox ._alert,
.photoBox ._noimage {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.photoBox ._alert {
  color: #ff4444;
}

.photoBox._msg img {
  opacity: 0.4;
}

.bukkenList .txtBox {
  grid-column: 1 / 2;
}

.bukkenList .comListBtn {
  grid-column: 1 / 3;
}

.bukkenList .txtBox .kwdBox {
  margin-bottom: .5em;
}

.bukkenList .txtBox ._alert {
  text-align: center;
  font-weight: bold;
  color: #c30d23;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .bukkenList {
    display: block;
  }

  .bukkenList>* {
    width: 100%;
  }

  .bukkenList ._outer:nth-child(n + 2) {
    margin-top: 20px;
  }

  .bukkenList .title {
    font-size: 1.5rem;
  }

  .bukkenList ._outer>div:first-child {
    grid-column: 1 / 3;
  }

  .bukkenList .photoBox {
    grid-row: 2 / 3;
  }

}

.comTableBox table td {
  vertical-align: middle;
  position: relative;
}

td .smlBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.td_price {
  padding-right: 10em !important;
}

.td_madori {
  min-width: 10em;
  padding-right: 7em !important;
  position: relative;
}

.td_map {
  padding-right: 5em !important;
}

/*SP*/
@media screen and (max-width: 767px) {
  .smlBtn.simu {
    font-size: 10px;
    letter-spacing: 0;
    padding: 5px;
  }
}





/*staffBox*/
.comStaffWrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.comStaff {
  width: 20%;
  padding: 10px 1%;
  position: relative;
}

.comStaff .title {
  display: none;
}

.comStaff h4 {
  margin: 10px 0 0;
  background-color: var(--darkblue);
  padding: 2px 10px;
  color: #fff;
  font-size: 13px;
}

.uid11 .comStaff h4 {
  display: none;
}

.comStaff h5 {
  font-size: 22px;

}

.comStaff i {
  margin-left: .5em;
  color: var(--darkblue);
  font-size: .8em;
}

/*SP*/
@media screen and (max-width: 767px) {
  .comStaff {
    width: 33%;
  }

  .comStaff h5 {
    font-size: 16px;
  }
}

.comStaff .eng {
  font-size: 13px;
}

.comStaff .modal-open figure {
  width: 100%;
  text-align: center;
  margin: 0;
}

.comStaff .modal-open img {
  display: block;
  height: 130px;
  margin: auto;
}

.comStaff .modal-inner {
  max-width: 600px;
}

.comStaff .modal-content figure {
  text-align: center;
  max-width: 40%;
  margin: 20px auto;
}

.comStaff .modal-content .tit {
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
}

.comStaff .modal-content table {
  margin-top: 20px;
}

.comStaff .modal-content th {
  font-weight: normal;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}

/*MODAL*/
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}

.modal-open {
  cursor: pointer;
}

.modal .btn-inner {
  margin-top: 23.5px;
}

.modal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal-inner {
  width: 90vw;
  max-width: 800px;
  max-height: 85vh;
  margin: auto;
  z-index: 1;
  position: relative;
}

.modal-inner i.icon-close-light {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  z-index: 1000;
  font-size: 3rem;
  cursor: pointer;
  user-select: none;
}

.modal-inner2 {
  padding: 30px;
  background: #fff;
  max-height: 75vh;
  overflow-y: auto;
}

/*SP*/
@media screen and (max-width: 767px) {
  .modal-inner2 {
    padding: 10px;
  }
}


.modal-list-logo {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  text-align: center;
}

.modal-list-logo p {
  margin-top: 15px;
  font-size: 1.2rem;
}

.modal-content {
  /*   margin-top: 25px; */
  text-align: left;
}

.modal-content figure {
  text-align: center;
}

.modal.is-open {
  animation: modal_open 0.5s ease forwards;
}

.modal.is-open .modal-inner {
  animation: modal_inner_open 0.5s ease forwards;
}

.modal.is-close {
  animation: modal_close 0.5s ease forwards;
}

.modal.is-close .modal-inner {
  animation: modal_inner_close 0.5s ease forwards;
}

/*
.modal .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.modal .btn {
  display: inline-block;
  min-width: 165px;
  position: relative;
  text-decoration: none;
  padding: 17.5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #636363;
  background: #efefef;
  vertical-align: middle;
  transition: background 0.3s;
}
.modal .btn:hover {
  background: #ddd;
}
*/

@keyframes modal_open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    z-index: 10000;
  }
}

@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

/*------------------------------------------------------------
  共通デザイン アーズ追加
------------------------------------------------------------*/

.comContactBox {
  padding-top: 50px;
}


/*ニュース*/
.s_newsList ul.tags_result {
  border-top: 1px solid #ccc;
}

.s_newsList ul.tags_result li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #fff;
}

.s_newsList ul.tags_result li a {
  display: flex;
  align-items: flex-start;
}



.s_newsList ul.tags_result a>* {
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.s_newsList ul.tags_result a>._wrap {
  display: flex;
  padding-right: 10px;

}


.category_tag {
  /*background: #D1F5F3;*/
  background: var(--darkblue);
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
  width: 120px;
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
}

.s_newsList ul.tags_result time {
  margin-right: 5px;
  font-size: 1.3rem;
}

.s_newsList ul.tags_result ._title {
  flex-shrink: 1;
}

.s_newsList ul.tags_result a[target="_blank"] ._title::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  margin-left: 10px;
  color: var(--darkblue);
}

.s_newsList ul.tags_result a[href$=".pdf"] ._title::after {
  content: "\e922";
}



/*SP*/
@media screen and (max-width: 767px) {
  .s_newsList ul.tags_result {
    font-size: 1.2rem;
  }

  .s_newsList ul.tags_result a>._wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
    min-width: 100px;
    font-size: 1.2rem;
  }

  .s_newsList ul.tags_result time {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .s_newsList ul.tags_result ._tag {
    margin-right: 0;
    width: 100%;
  }

}

/*セミナー*/
.s_seminarList ul.tags_result {
  border-top: 1px solid #ccc;
}

.s_seminarList ul.tags_result li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.s_seminarList ul.tags_result li>a {
  max-width: 100px;
  margin-right: 20px;
}

.s_seminarList ul.tags_result li>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.s_seminarList ul.tags_result li>div>a {
  display: block;
}

.s_seminarList .kwdBox {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  text-align: right;
}

/*SP*/
@media screen and (max-width: 767px) {
  .s_seminarList .kwdBox {
    position: relative;
  }
}

/*inquiryBox*/
.inquiryBox {
  max-width: 950px;
  margin: auto;
  position: relative;
}

.inquiryBox .inner {
  display: flex;
  background-color: #fff;
  border: 2px solid #014898;
}

.inquiryBox .ana {
  display: none;
}

/*SP*/
@media screen and (max-width: 1000px) {
  .inquiryBox .ana {
    /* top: -5vw; */
    top: -3vw;
    left: 0;
  }
}


.inquiryBox .inner>* {
  padding: 20px;
  text-align: center;
}

.inquiryBox .leftBox {
  /* 	flex-grow: 1; */
  background: var(--darkblue);
  width: 40%;
}

.inquiryBox .wrapper {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.inquiryBox .wrapper>* {
  flex-grow: 2;
}

.inquiryBox .leftBox h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: #fff;
}

.inquiryBox .middleBox {
  color: var(--darkblue);
  ;
}

.inquiryBox .middleBox h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: var(--darkblue);
  ;
}

.inquiryBox .middleBox .tname {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .5em;
}

.inquiryBox .middleBox ._tel {
  font-weight: bold;
  font-size: 20px;

}

.inquiryBox .middleBox .comBtn {
  margin-top: 20px;
}

/*
.inquiryBox .middleBox .comBtn > a{
  width: 150px;	
}
*/

.inquiryBox .comStaff {
  padding: 10px;
  display: table;
}

.inquiryBox .comStaff .title {
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
}

.inquiryBox .comStaff h4 {
  display: none;
}

.inquiryBox .comStaff>.modal-open {
  display: table-cell;
  vertical-align: middle;
  user-select: none;
}

.inquiryBox .comStaff h3 {
  margin-bottom: 1em;
}



.inquiryBox .comStaff .modal-open img {
  height: 130px;
}

/*SP*/
@media screen and (max-width: 767px) {
  .inquiryBox .inner {
    display: block;
  }

  .inquiryBox .inner>* {
    width: 100% !important;
  }

  .inquiryBox .middleBox ._tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .inquiryBox .wrapper {
    display: block;
    text-align: center;
  }

  .inquiryBox .wrapper>* {
    width: 100% !important;
  }

  .inquiryBox .comStaff {
    margin-top: 20px;
  }

}

/*comTagBox*/
.comTagBox .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  margin-bottom: 30px;
}

.comTagBox .tags li {
  margin: 0 10px;
  padding: 5px 10px;
  /* 	margin-bottom: 20px; */
}

.comTagBox .tags li.active {
  border-bottom: 3px solid var(--darkblue);
}

.jsTagBox .tags_result>* {
  display: none;
  position: relative;
}

.jsTagBox .tags_result>.active {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination>b,
.pagination>a {
  padding: 5px 15px;
  margin: 0 2px;
  color: var(--darkblue);
  border: 1px solid var(--darkblue);
  position: relative;
}

.pagination>a[class^="icon-"] {
  display: grid;
  place-content: center;
}

.pagination>a span {
  display: none;
}

.pagination>.arrow-l::before,
.pagination>.arrow-r::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: .8em;
}

.pagination b {
  background-color: var(--darkblue);
  color: #fff;
}

/*** kwdBox ***/
.kwdBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kwdBox a {
  border: 1px solid #e6e6e6;
  color: #444;
  background-color: #fff;
  padding: 3px 10px;
  margin: 1px;
  border-radius: 7px;
  font-size: .8em;
  font-size: 10px;
}

.kwdBox p {
  margin: 0 !important;
}

/*comStep*/
.comStep>*+* {
  margin-top: 60px;
  position: relative;
}

.comStep>*+*::before {
  font-size: 2rem;
  content: '\25BC';
  color: var(--darkblue);
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%) scaleX(5);
  margin: auto;
}

.comStep dt {
  display: block;
  font-weight: 700;
  background-color: #D1F5F3;
  display: flex;
  margin-bottom: 10px;
}

.comStep dt ._step {
  color: #fff;
  padding: 10px;
  background-color: var(--darkblue);
  font-size: 2rem;
}

.comStep dt ._title {
  padding: 10px;
  font-size: 2rem;
}

.comStep .comFlex2 figure {
  margin-left: 2%;
  width: 25%;
}

/*SP*/
@media screen and (max-width: 767px) {
  .comStep .comFlex2 figure {
    margin-left: 0;
  }
}

/*タイトル帯つきBOX*/
.ttlBox_dt {
  padding: 0.3125em 0;
  background-color: #049FA8;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.ttlBox {
  /* background-color: #F3FDFC; */
  background-color: #fff;
}

.ttlBox_dd {
  padding: 1em 1em;
}

@media screen and (min-width: 768px) {
  .ttlBox_dd.ttlBoxFlex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ttlBox_dd.ttlBoxFlex2>* {
    width: 48%;
  }
}

.ttlBox_dd ul li {
  /* padding-left: 1em;
  text-indent: -1em; */
  display: table-row;
}

.ttlBox_dd ul li::before {
  content: attr(data-lst-style);
  flex-shrink: 0;
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}

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

.ttlBox_dd.df2 .dfRt {
  width: 30%;
}

.ttlBox_dd.df2 .dfRt figure {
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.ttlBox_dd.df2 .dfRt img {
  max-width: 200px;
  width: 100%;
}

.ttlBox_dd.df2 .dfLft {
  width: 70%;
  padding: 2em;
}

@media screen and (max-width: 767px) {
  .ttlBox_dd.df2 .dfRt {
    width: 40%;
    margin: 0 auto;
  }

  .ttlBox_dd.df2 .dfLft {
    width: 100%;
    padding: 0.5em;
    margin-top: 1em;
  }
}

/* recomBox */
.recomBox {
  padding: 1em 0;
}

.recomBox-deco h3 {
  text-align: center;
  color: var(--darkblue);
}

.recomBox-rht {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .recomBox-deco {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }

  .recomBox-deco br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .recomBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .recomBox-deco {
    position: relative;
    width: 160px;
    margin: 0 2em;
    padding-top: 160px;
    background-color: #fff;
    border: 1px solid var(--darkblue);
    border-radius: 50%;
  }

  .recomBox-deco h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
  }

  .recomBox-rht {
    width: 60%;
  }
}

/* before-after */
.bef-aft {
  display: flex;
}

.bef-img,
.aft-img {
  width: 45%;
  text-align: center;
}

.triangle {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.triangle:before {
  display: inline-block;
  font-size: 2rem;
  content: '\25BC';
  color: var(--darkblue);
  transform: scaleY(5) rotate(270deg);
}

@media screen and (max-width: 767px) {
  .triangle:before {
    font-size: 1.1rem;
  }
}

/* CPN-BOX */
.cpnBox {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
  padding: 1em 1em 2em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cpnBox {
    max-width: 420px;
  }

  .cpnBox .ana {
    top: -4px;
    right: 1%;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .cpnBox .ana {
    top: -30px;
    right: 3%;
    width: 170px;
    max-width: 24%;
  }
}

.cpnBox h2 {
  font-size: 1.875em;
  color: var(--darkblue);
  letter-spacing: .2em;
}

.cpnBox h2 span {
  font-size: 1.5em;
}

.cpnBox p {
  font-size: 1.125em;
}

.cpnBox .discount {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpnBox .discount .discount-dtl {
  position: relative;
  width: 120px;
  height: 40px;
  background: var(--darkblue);
  margin-right: 30px;
}

.cpnBox .discount .discount-dtl::before {
  content: "20%OFF";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  font-size: 1.25em;
  color: #fff;
}

.cpnBox .discount .discount-dtl::after {
  content: "";
  position: absolute;
  right: -40px;
  border-left: 20px solid var(--darkblue);
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.cpnBox .discount .discount-num {
  font-size: 1.5em;
}

.cpnBox .discount-price {
  display: inline-block;
  font-size: 2em;
  background: linear-gradient(transparent 60%, #FFDF60 50%);
}

.cpnBox .discount-price span {
  font-size: 0.625em;
}

/* table icn */

.icon-maru:before {
  content: "\e919";
}

.icon-sankaku:before {
  content: "\e91a";
}

.icon-batu:before {
  content: "\e918";
}

.glorioPresentBox {
  padding: 30px;
  position: relative;
  margin-top: 50px;
  border: 4px solid #c30d23;
}

.glorioPresentBox .ana {
  top: -30px;
  right: -50px;
}

.glorioPresentBox .glorioPresent {
  display: flex;
  margin-top: 30px;
}

.glorioPresentBox .glorioPresent li:nth-child(2) {
  margin-left: 20px;
}

.glorioPresentBox .glorioCap {
  margin-top: 30px;
}

.glorioPresentBox .glorioCap li {
  font-size: 0.8em;
  display: inline;
}

.glorioPresentBox h3 {
  margin-top: 30px;
}

.glorioPresentBox h2 span {
  font-size: 2em;
}

.glorioPresentBox h2.headLine04 {
  color: #c30d23;
}

.glorioPresentBox h3.headLine05 {
  border-bottom: 4px solid #c30d23 !important;
}

.glorioPresentBox h2.headLine09 {
  background-color: #c30d23 !important;
}

@media screen and (max-width: 767px) {
  .glorioPresentBox {
    padding: 15px;
    position: relative;
    margin-top: 50px;
  }

  .glorioPresentBox .ana {
    width: 100px;
    right: -10px;
    top: -10px;
  }

  .glorioPresentBox .glorioPresent {
    display: inline-block;
    margin-top: 10px;
  }

  .glorioPresentBox .glorioPresent li:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }

  .glorioPresentBox .glorioCap {
    margin-top: 10px;
  }
}

.quoPresentBox {
  padding: 30px;
  position: relative;
  border: 4px solid #c30d23;
  margin-top: 50px;
  margin-bottom: 20px;
}

.quoPresentBox .ana {
  width: 200px;
  top: -10px;
  right: -10px;
}

.quoPresentBox .quoCap {
  margin-top: 10px;
}

.quoPresentBox .quoCap li {
  font-size: 0.8em;
  display: inline;
}

.quoPresentBox h3 {
  margin-top: 30px;
}

.quoPresentBox h2 span {
  font-size: 2em;
}

.quoPresentBox h2.headLine04 {
  color: #c30d23;
}

.quoPresentBox h3.headLine05 {
  border-bottom: 4px solid #c30d23 !important;
}

.quoPresentBox h2.headLine09 {
  background-color: #c30d23 !important;
}

.quoPresentBox h2.quoPresent {
  line-height: 1.1;
}

.quoPresentBox .quoPresentUl {
  display: flex;
  width: 100%;
}

.quoPresentBox .quoPresentUl li:nth-child(1) {
  width: 145px;
}

.quoPresentBox .quoPresentUl li:nth-child(2) {
  margin-left: 20px;
}

.quoPresentBox .quoPresentUl li:nth-child(2) h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .quoPresentBox {
    padding: 15px;
    position: relative;
    margin-top: 20px;
  }

  .quoPresentBox .ana {
    width: 100px;
    right: 3px;
    top: -20px;
  }

  .quoPresentBox .quoCap {
    margin-top: 10px;
  }

  .quoPresentBox h2.quoPresent {
    text-align: left;
  }

  .quoPresentBox .quoPresentUl {
    display: block;
    width: 100%;
  }

  .quoPresentBox .quoPresentUl li:nth-child(1) {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .quoPresentBox .quoPresentUl li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }

  .quoPresentBox .quoPresentUl li:nth-child(2) h2 {
    text-align: center;
  }
}