
/* サブページ 追加用 */
.blue-line {
	margin: 1em 0 1.5em;
	font-size: 30px;
	position: relative;
}
.blue-line:before {
	  content: '';
	  position: absolute;
	  background: linear-gradient(90deg, #0095DD 0%, #0095DD 120px, #d2d2d2 120px, #d2d2d2 100%);
	  height: 4px;
	  bottom: -15px;
	  left: 0;
	  width: 100%;
}
.blue-text {
	/*color: #d4af02;黄色*/
	color: #0095DD;
}
.text_Y {
	color: #fee100;
}
.text_B{
	color: #008cee;
}
.h2-text {
	margin-top: 1.5em;
	font-size: 28px;
	line-height: 1.5em;
}
.h3-text {
	margin-top: 1.5em;
	font-size: 24px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

/*初の文字に角丸のストライプを入れた見出し h3 */
/*h3::first-letter {
    padding: 0.1rem 0.5rem;
    background-image: repeating-linear-gradient(135deg, #DDD 0 3px, transparent 3px 6px);
    font-size: 36px;
}*/

.image-right {
	float: right;
	margin-left: 1em;
}

.image-left {
    float: left;
    margin-right: 1em;
}

.image-left3 {
    float: left;
    margin-right: 3em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.pb3{
  padding-bottom: 3em;
}

.pb5{
  padding-bottom: 5em;
}

.mb2{
    margin-bottom: 2em;
}

.mt2{
    margin-top: 2em;
}

.mb3{
    margin-bottom: 3em;
}

.mt3{
    margin-top: 3em;
}

.mt5{
    margin-top: 5em;
}

.mt8{
    margin-top: 8em;
}
.mb5{
    margin-bottom: 5em;
}

.mb8{
    margin-bottom: 8em;
}

.ml3{
    margin-left: 3em;
}

img.mr3{
    margin-right: 3em;
}

img.mr2{
    margin-right: 2em;
}

img.mr1{
    margin-right: 1em;
}

/* スマホ表示調節用 */
@media screen and (max-width: 768px) {
	.image-left3 {
   		float: none;
    	margin-right: 0;
    	width: 100%;
    	margin-top:2em;
}

}
/*----------------------------------------------------
#アンカーメニュー　ボタン3列
----------------------------------------------------*/

#anchorMenu {
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
}

#anchorMenu li {
    display: inline-block;
    width: 337px;
    /*height:50px;*/
    margin-right: 10px;
    list-style: none;
}

#anchorMenu li:last-child {
    display: inline-block;
    width: 332px;
    /*height:50px;*/
    margin-right: 0;
    list-style: none;
}

li a.anchorBtn {
    width: 300px;
    /*height:50px;*/
    text-decoration: none;
    color: #FFFFFF;
    font-size: 110%;
    border: 3px solid #0095DD;
    text-align: center;
    display: inline-block;
    line-height: 47px;
    outline: none;
}

.anchorBtn::before,
.anchorBtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.anchorBtn,
.anchorBtn::before,
.anchorBtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.anchorBtn {
    background-color: #0095DD;
    color: #fff;
}

.anchorBtn:hover {
    background-color: #0095DD;
}

.anchorBtn {
    position: relative;
    z-index: 2;
    background-color: #0095DD;
    border: 2px solid #0095DD;
    color: #fff;
    line-height: 50px;
}

.anchorBtn:hover {
    background-color: #fff;
    border-color: #0095DD;
    color: #0095DD;
}

.anchorBtn::before,
.anchorBtn::after {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0095DD;
}

.anchorBtn::before {
    top: 0;
}

.anchorBtn::after {
    bottom: 0;
}

.anchorBtn:hover::before,
.anchorBtn:hover::after {
    height: 0;
    background-color: #0095DD;
}

/* スマホ表示調節用 */
@media screen and (max-width: 768px) {
	#anchorMenu {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
}
#anchorMenu li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    list-style: none;
    margin-bottom:8px;
}
#anchorMenu li:last-child {
    width: 100%;
}
#anchorMenu li a.anchorBtn {
    width: 100%;
}
}
/*----------------------------------------------------
    #お客様の声
----------------------------------------------------*/
.voiceWrap{
    width:1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    display:flex;
}

.voiceBox{
    display: inline-block;
    width: 530px;
    margin-right: 40px;
    background-color: #eeeeee;
    border-radius:10px;
    box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
 }

.voiceBox:last-child{
    margin-right: 0;
}
 
.voiceInner{
     overflow: hidden;  
}

.h3voice{
    float: left;
    width: 75%;
    color: #0095dd;
    font-size: 20px;
    line-height: 130%;
}

.voiceBox .user{
    float: right;
    width: 25%;
    color: #0095dd;
    font-size: 20px;
    line-height: 130%;
}

.voiceBox .userName{
    float: left;
    width: 75%;
    color: #666666;
    font-size: 12px;
    text-align: right;
    margin-right: 80px;
    padding-bottom: 8px;
}

.h3voice p{
    clear: both;
    color: #0095dd;
    font-size: 14px;
    line-height: 130%;
}

/* スマホ表示調節用 */
@media screen and (max-width: 768px) {
.voiceWrap{
    width:100%;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
    flex-wrap: wrap;
}

.voiceBox{
    width: 95%;
    margin-right: 0;
    margin-bottom: 50px;
 }
}

/*----------------------------------------------------
    #ムービー配置
----------------------------------------------------*/
.movieWrap {
  	display: flex;
  	flex-wrap: wrap;
}
.column {
  	/*width: 50%;
  	margin-bottom: 3em;*/
  	width: 40%;
    margin: 0 auto;
    margin-bottom: 3em;
}
.column p {
  	/*margin-bottom: 2em;*/
}

/* スマホ表示調節用 */
@media screen and (max-width: 768px) {
  .column {
	width: 95%;
  }
}

/*----------------------------------------------------
#table01 
----------------------------------------------------*/
table.table01 td{
	background-color: #f3f3f3;
	padding:12px 50px;
}

table.table01 th{
	background-color: #0095DD;
	padding:12px 30px;
	color: #FFF;
}

/*----------------------------------------------------
#パートナー募集のフォームカスタマイズ用
----------------------------------------------------*/
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}

/*----------------------------------------------------
　　　　スマホ表示調節用
----------------------------------------------------*/

/* スマホ表示調節用 */
@media screen and (max-width: 768px) {
	.blue-line {
		font-size: 4vw;
	}
	.h2-text {
		font-size: 4vw;
	}
	.h3-text {
		font-size: 3.5vw;
	}
  /*.image-left {
    width: 100%;
    margin-bottom: 1em;
  }
	.image-right {
		width: 100%;
		margin-bottom: 1em;
	}*/
}

/*------------------------------------
コンテンツサービス
------------------------------------*/
/* H2タグのイエロードット */
.emphasis {
  font-size: 30px;
  line-height: 1.5em;
  padding: 0 5px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .emphasis {
    font-size: 4vw;
  }
  /* H2の改行設定 */
  .pc-br-only {
    display: none;
  }
}

}

@media screen and (max-width: 500px) {
  .emphasis {
    font-size: 4.8vw;
  }
}

.emphasis span {
  position: relative;
  display: inline-block;
  color: #0095DD;
}

.emphasis span:after {
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: '';
  border-radius: 50%;
  background-color: #7ecef4;
}

@media screen and (max-width: 500px) {
  .emphasis {
    line-height: 1.75em;
  }
  .emphasis span:after {
    top: -2px;
  }
}

/* H2の改行設定 */
@media screen and (min-width: 501px) {
  .sp-br-only {
    display: none;
  }
}


/* コンテンツ制作もお任せください！ SP用 */
@media screen and (max-width: 768px) {
    .bg-dark {
      background: url(../img/bg_dark.png) repeat;
    }
  .topService {
    margin-top: 80px;
    padding: 50px 0;
  }
  .topService__wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .topService__wrap li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .topService__wrap img {
    width: 100%;
    margin-top: 1.5em;
    vertical-align: bottom;
  }
  .topService__wrap img:hover {
    opacity: .7;
  }
  .topService__wrap h3 {
    margin: .75em 0 0;
  }
  .topService__wrap a {
    color: #000;
  }
  .topService__wrap a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .topService__wrap p {
    margin: .5em 0 1em;
  }
}

/* コンテンツ制作もお任せください！ TL・PC用 */
@media screen and (min-width: 769px) {
    .bg-dark {
      background: url(../img/bg_dark.png) repeat;
    }
  .topService {
    margin-top: 80px;
    padding: 100px 0;
  }
  .topService__wrap {
    display: flex;
    flex-direction: row;
    margin: 20px 0 10px 0;
    padding: 0;
    justify-content: space-between;
  }
  .topService__wrap li {
    width: 32%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .topService__wrap img {
    width: 100%;
    vertical-align: bottom;
  }
  .topService__wrap img:hover {
    opacity: .7;
  }
  .topService__wrap h3 {
    margin: .75em 0 0;
  }
  .topService__wrap a {
    color: #000;
  }
  .topService__wrap a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .topService__wrap p {
    margin: .5em 0 1em;
  }
  .topService__wrap:first-child {
    margin-top: 60px;
  }
}

/* 困りごとふきだし PC用 */
.sample-balloon {
  position: relative;
  display: inline-block;
  /*background: #ff9158;*/
  background: #19A7CE;
  border-radius: 50px;
  padding: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.sample-balloon::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #19A7CE transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sample-balloon p{
  margin: 0!important;
}
/* 解決ふきだし PC用 */
.sample-balloon2 {
  position: relative;
  display: inline-block;
  background: #FA7070;
  border-radius: 50px;
  padding: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.sample-balloon2::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #FA7070 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sample-balloon2 p{
  margin: 0!important;
}
/* 矢印 PC用　みぎむき */
.arrow{
  display: inline-block;
  vertical-align: middle;
  color: #0095DD;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.4em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-top: 10em;
}

/* 困りごとふきだし SP用 */
@media screen and (max-width: 768px) {
.sample-balloon {
  margin-bottom: -0.5em;
}
.sample-balloon p{
  margin: 0!important;
}
}
/* 解決ふきだし SP用 */
@media screen and (max-width: 768px) {
.sample-balloon2 {
  margin-bottom: -0.5em;
}
.sample-balloon2 p{
  margin: 0!important;
}
/* 矢印 SP用 したむき*/
.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #0095DD;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.4em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 0;
  margin-bottom: 1em;
  margin-left:12em;
}
}

/*--------------2023.8追加--------------------------------*/
.about-Box{
  display: flex;
  justify-content: space-between;
  margin-bottom:4em;
  margin-top: 3em;
}
.about-right {
  position: relative;
}
/*.about-right:before {
  content: '';
  position: absolute;
  top: 60px;
  left: -60px;
  width: 150px;
  height: 150px;
  background: url(../img/img_maru_150.png) left top no-repeat;
  background-size: 66.7%;
  z-index: -1;
}*/
@media screen and (max-width: 900px) {
  .about-right:before {
    top: 80px;
    left: -40px;
    background-size: 50%;
  }
}

.about-Title{
margin: 1em 0 1em;
font-size: 30px;
}
.about-Txt{
font-size: 20px;
background-color: #BFDCFA;
font-weight: bold;
display: inline-block;
padding: 4px 5px;
}
.about-Txt2{
font-size: 20px;
background-color: #BFDCFA;
font-weight: bold;
display: inline-block;
padding: 4px 5px;
margin-top: -1em;
}

.bg-dark{
background: none;
}

/* マニュアルメニュー SP用 */
@media screen and (max-width: 768px) {
  .about-left{
    width:100%;
  }
  .about-right{
    display:none;
  }
  .about-Img{
    width: 100%;
    border-top-left-radius: 10%;
    margin-top: 10px;
  }
    .bg-dark {
      background: url(../img/bg_dark.png) repeat;
    }
  .indexMenu {
    margin-top: 80px;
    padding: 50px 0;
  }
  .indexMenu__wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .indexMenu__wrap li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .indexMenu__wrap img {
    width: 100%;
    margin-top: 1.5em;
    vertical-align: bottom;
  }
  .indexMenu__wrap img:hover {
    opacity: .7;
  }
  .indexMenu__wrap h3 {
    margin: .75em 0 0;
  }
  .indexMenu__wrap a {
    color: #000;
  }
  .indexMenu__wrap a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .indexMenu__wrap p {
    margin: .5em 0 1em;
  }
}
/* マニュアルメニュー  TL・PC用 */
@media screen and (min-width: 769px) {
  .about-left{
    width: 48%;
  }
  .about-right{
    display:block;
    width: 48%;
  }
  .about-Img{
    width: 100%;
    margin-top: 110px;
    border-top-left-radius:50px;
  }
    .bg-dark {
      background: url(../img/bg_dark.png) repeat;
    }
  .indexMenu {
    margin-top: 80px;
    padding: 100px 0;
  }
  .indexMenu__wrap {
    display: flex;
    flex-direction: row;
    margin: 20px 0 10px 0;
    padding: 0;
    justify-content: space-between;
  }
  .indexMenu__wrap li {
    width: 490px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .indexMenu__wrap img {
    width: 100%;
    vertical-align: bottom;
  }
  .indexMenu__wrap img:hover {
    opacity: .7;
  }
  .indexMenu__wrap h3 {
    margin: .75em 0 0;
  }
  .indexMenu__wrap a {
    color: #000;
  }
  .indexMenu__wrap a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .indexMenu__wrap p {
    margin: .5em 0 1em;
  }
  .indexMenu__wrap:first-child {
    margin-top: 60px;
  }
}

.kadomaru {
  border-radius: 12px;
  width: 100%;
}

/* お困りと解決　PC用 */
.okomariWrap {
  width: 100%;
  background-color: #bfdcfa;
  padding-top: 30px;
}
.okomari {
  width: 1040px;
  margin: 2em auto 0;
}
h2.newstyle {
  font-size: 30px;
  color: #04255F;
  text-align: center;
  margin: 0 auto 2em;
}
span.blue {
  color: #008CEE;
}
.before_bl {
  color: #008CEE;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.sampleBox {
    width: 1040px;
    margin: 7em auto 0;
}
.sampleBox img{
    margin-left: -120px;
    margin-bottom: 3em;
}
.record{
	margin-top:5em;
}

/* お困りと解決 SP用 */
@media screen and (max-width: 768px) {
.okomariWrap {
  width: 100%;
  background-color: #bfdcfa;
  padding-top: 5px;
}
.okomari {
  width: 100%;
  margin: 0 auto;
  padding:5px;
  padding-bottom: 2em;
}
.okomari img {
  width: 100%;
  margin: 2em auto 0;
}

h2.newstyle {
  font-size: 24px;
  color: #04255F;
  text-align: center;
  margin: 0 auto;
}

.sampleBox {
    width: 100%;
    margin: 3em auto 0;
}
.sampleBox img{
    width: 98%;
    margin-left: 0;
    margin-bottom: 3em;
}
.record{
	margin-top:1em;
}
}

/*セールスマニュアル用左右にイメージ*/
/*h2.newstyle {
  font-size: 30px;
  color: #04255F;
  text-align: center;
  margin: 0 auto 2em;
}
span.blue {
  color: #008CEE;
}
.before_bl {
  color: #008CEE;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}*/
/* 横並び */
.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 4em;
}
.flex .left {
  margin: 0 20px 0 0;
  padding: 1em;
  background-color: #BFDCFA;
}
.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
}
.flex .title {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}
.flex .text {
  margin: 10px;
  padding: 0;
}
/*画像が右パターン*/
.flex_r {
  display: flex; /*逆並び*/
  flex-direction: row-reverse;
}
.flex_r .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 4em;
}
.h-style-bg-gradation4 {
    padding: 1rem 3rem;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    color: #fff;
   /* background-image: -webkit-gradient(linear,left top,right top,from(#209cff),to(#68e0cf));
    background-image: -webkit-linear-gradient(left,#209cff 0%,#68e0cf 100%);
    background-image: linear-gradient(to right,#209cff 0%,#68e0cf 100%);*/
    background-image: -webkit-gradient(linear,left top,right top,from(#04255F),to(#04255F));
    background-image: -webkit-linear-gradient(left,#04255F 0%,#04255F 100%);
    background-image: linear-gradient(to right,#04255F 0%,#04255F 100%);
}
.h-style-bg-gradation5 {
    padding: 1rem 3rem;
    -webkit-transform: skew(7deg);
    transform: skew(7deg);
    color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#04255F),to(#04255F));
    background-image: -webkit-linear-gradient(left,#04255F 0%,#04255F 100%);
    background-image: linear-gradient(to right,#04255F 0%,#04255F 100%);
}
.h-style {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 18PX;
}

/*3DCGボタン*/
.btn_3dcg{
  display: inline-block;
  color: #04255F;
  font-weight:bold;
  border: 2px solid #04255F;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px 8px;
}
.btn_3dcg a:hover {
  color: #04255F;
  font-weight:bold;
}
/*3DCGボタン SP*/
@media screen and (max-width: 768px) {
  .btn_3dcg{
  display: inline-block;
  color: #04255F;
  font-weight:bold;
  border: 2px solid #04255F;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px 8px;
}
}
/*------------------------------------
ボタン 共通
------------------------------------*/
/* ボタン形状 PC */
.btn {
    margin: 10px auto;
    /*box-shadow: 15px 15px 25px -5px rgba(0, 0, 0, 0.1);*/
    box-shadow: 2px 6px 17px -10px #44426c;
    font-family: 'Noto Sans JP';
    list-style: none;
}

.btn a {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.btn2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px auto 0 auto;
}

/* CVエリア　ボタン PC */
@media screen and (min-width:751px) {
.cv_btnBox{
    width:50%;
    height:400px;
    position: relative;
}
.cv_fukidashi1{
    position: absolute;
    top:90px;
    left:110px;
}
#cv_btn1{
    /*position: absolute;
    top:220px;
    left:50px;*/
    margin: 0 auto;
    margin-top: 220px;
}

#cv_btn2{
    position: absolute;
    top:220px;
    left:50px;
}
.btn_onmouse:hover{
        transform: translate3d(0,4px,0);
}
}
/* CVエリア　ボタン SP */
@media screen and (max-width:750px) {
.btn2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto 40px auto;
}

.cv_btnBox{
    width:100%;
    height:220px;
    position: relative;
}
.cv_fukidashi1{
    /*position: absolute;
    top:50px;
    left:auto;*/
    margin: 0 auto;
    width: 70%;
}
.cv_fukidashi1 img{
    width:100%;
}
#cv_btn1{
    /*position: absolute;
    top:200px;
    left:30px;*/
}
#cv_btn2{
    /*position: absolute;
    top:200px;
    left:30px;*/
}
}
/*------------------------------------
コンバージョンエリア              
------------------------------------*/ 
/* PC */
.cv_area{
    background-color: #04255f;
    padding: 1em 0 3em;
    margin: -1em auto 3em;
}
.cv_area_wrap_navy{
    background-color: #04255f;
    padding: 1em 0 3em;
    margin: -1em auto 3em;
}
.cv_area_footer{
    background-color: #444444;
    padding: 1em 0 0em;
    margin: 3em auto;
}
.cv_tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.66;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}
/* ボタン上の資料の画像 */
.dl_btn{
    text-align: center;
}
.sp_only{
    display: none;
}

/* ボタン上のコメント */
.btntxtBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px auto -20px auto;
}
.btnDltxt{
    margin-top: 30px;
    /*margin-left: 100px;*/
    color: #FFFFFF;
    font-size: 16px;
}
.btnDltxt::before{
    content: url("../img/icon_before_w.png");
    font-size: 16px;
}
.btnDltxt::after{
    content: url("../img/icon_after_w.png");
    font-size: 16px;
}
.btnContxt{
    margin-top: 30px;
    /*margin-left: 10px;*/
    color: #FFFFFF;
    font-size: 16px;
}
.btnContxt::before{
    content: url("../img/icon_before_w.png");
    font-size: 14px;
}
.btnContxt::after{
    content: url("../img/icon_after_w.png");
    font-size: 14px;
}
/*黒い斜め線*/
.btnDltxt_b{
    margin-top: 30px;
    /*margin-left: 100px;*/
    color: #000000;
    font-size: 18px;
}
.btnDltxt_b::before{
    content: url("../img/icon_before_b.png");
    font-size: 16px;
}
.btnDltxt_b::after{
    content: url("../img/icon_after_b.png");
    font-size: 16px;
}
.btnContxt_b{
    margin-top: 30px;
    /*margin-left: 10px;*/
    color: #000000;
    font-size: 16px;
}
.btnContxt_b::before{
    content: url("../img/icon_before_b.png");
    font-size: 14px;
}
.btnContxt_b::after{
    content: url("../img/icon_after_b.png");
    font-size: 14px;
}
/* SP */
@media screen and (max-width:750px) {
.cv_area{
    background-color: #444444;
    padding: 3em 0 1em;
    margin: 3em auto;
}

.cv_tit {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.66;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}
/* ボタン上の画像 */
.pc_only{
    display: none;
}
/* ボタン上のコメント */
.btntxtBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px auto -20px auto;
}
.btnDltxt{
    margin-top: 60px;
    /*margin-left: 100px;*/
    color: #FFFFFF;
    font-size: 16px;
}
.btnDltxt::before{
    content: url("../img/icon_before_w.png");
    font-size: 16px;
}
.btnDltxt::after{
    content: url("../img/icon_after_w.png");
    font-size: 16px;
}
.btnContxt{
    margin-top: 60px;
    /*margin-left: 10px;*/
    color: #FFFFFF;
    font-size: 16px;
}
.btnContxt::before{
    content: url("../img/icon_before_w.png");
    font-size: 14px;
}
.btnContxt::after{
    content: url("../img/icon_after_w.png");
    font-size: 14px;
}
}

/* コメント SP */
@media screen and (max-width:750px) {
.btnDltxt{
    display: none;
}
.btnContxt{
    display: none;
}
}
h3.h3_wh{
    font-size: 28px;
    color: #FFF;
    text-align: center;
    margin-top: 50px;
    line-height: 140%;
}
h3.h3_g{
    font-size: 28px;
    color: #444;
    text-align: center;
    margin-top: 50px;
    line-height: 140%;
}
h4.h4_bl{
    font-size: 20px;
    color: #CCCCCC;
    text-align: center;
    margin-top: 40px;
    line-height: 140%;
}
h4.h4_pink{
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin-top: 40px;
    line-height: 140%;
    padding: 8px;
    display: inline-block;
    background:#FFD9D7;
}
h5{
    font-size: 19px;
    color: #CCCCCC;
    text-align: left;
    margin-top: 40px;
    line-height: 140%;
}
/* ボタンサイズ SP */
@media screen and (max-width:750px) {
	/* ボタン SP */
	.size-280 {
        width: 180px;
        height: 40px;
        border-radius: 20px;
        /*box-shadow: 3px 4px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-280 a {
        line-height: 36px;
        font-size: 16px;
    }
	.size-426 {
        width: 65%;
        height: 50px;
        border-radius: 25px;
        margin-top: 20px;
        /*box-shadow: 3px 4px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-426 a {
        line-height: 46px;
        font-size: 18px;
    }
	.size-340 {
        width: 70%;
        height: 50px;
        border-radius: 25px;
        margin-top: 20px;
        /*box-shadow: 3px 4px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-340 a {
        line-height: 46px;
        font-size: 18px;
    }
    .size-470 {
    	width: 75% !important;
        height: 70px;
        border-radius: 35px;
        /*box-shadow: 3px 4px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-470 a {
        line-height: 66px;
        font-size: 18px;
    }
    .size-470 a.long-text {
        font-size: 17px;
    }
	.mt40 {
		margin-top: 4vw;
	}

	@media screen and (max-width:500px) {
		.size-426 {
	        width: 75%;
	        height: 45px;
       }
		.size-426 a {
			line-height: 41px;
			font-size: 16px;
		}
		.size-340 {
	        width: 70%;
	        height: 45px;
       }
	    .size-340 a {
	    	line-height: 41px;
	        font-size: 16px;
	    }
	    .size-470 {
	    	width: 90% !important;
	        height: 60px;
	        border-radius: 30px;
	    }
	    .size-470 a {
	        line-height: 56px;
	        font-size: 3vw;
	    }
	    .size-470 a.long-text {
	        font-size: 3.4vw;
	    }
	}
	@media screen and (max-width:400px) {
	    .size-470 a {
	        font-size: 3.7vw;
	    }
	    .size-470 a.long-text {
	        font-size: 3.7vw;
	    }
	}
}

/* ボタンサイズ PC */
@media screen and (min-width:751px) {
	.size-280 {
        width: 280px;
        height: 48px;
        border-radius: 24px;
        margin-top: 10px;
        /*box-shadow: 4px 6px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-280 a {
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
    }
	.size-426 {
        width: 75%;
        height: 50px;
        border-radius: 25px;
        margin-top: 20px;
        /*box-shadow: 4px 6px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-426 a {
        line-height: 46px;
        font-size: 18px;
    }
	.size-340 {
        width: 340px;
        height: 50px;
        border-radius: 25px;
        margin-top: 20px;
    }
    .size-340 a {
        line-height: 45px;
        font-size: 18px;
    }
    .size-470 {

        width: 420px;
        height: 70px;
        border-radius: 35px;
        /*box-shadow: 4px 6px rgba(0, 0, 0, .12);*/
        box-shadow: 2px 6px 17px -10px #44426c;
    }
    .size-470 a {
        line-height: 66px;
        font-size: 18px;
    }
    .size-470 a.long-text {
    	font-size: 17px;
    }
	.mt40 {
		margin-top: 30px;
	}
    @media screen and (min-width:1000px) {
		.size-426 {
	        width: 426px;
	        height: 58px;
	        border-radius: 29px;
	        margin-top: 20px;
	        color: #fff;
	    }
	    .size-426 a {
	        line-height: 54px;
	        font-size: 18px;
	        color: #fff;
	    }
		.size-340 {
	        width: 340px;
	        height: 58px;
	        border-radius: 29px;
	        margin-top: 20px;
	        color: #fff;
	    }
	    .size-340 a {
	        line-height: 54px;
	        font-size: 18px;
	        color: #fff;
	    }
	    .size-470 {
	        width: 470px;
	        height: 80px;
	        border-radius: 40px;
	    }
	    .size-470 a {
	    	line-height: 76px;
	        font-size: 20px;
	    }
	    .size-470 a.long-text {
	    	font-size: 20px;
	    }
	   	.mt40 {
			margin-top: 40px;
		}
	}
}

/* ボタン 背景カラー */
.color-orange {
    background-color: #ff8800;
}
.color-orange a {
	color: #fff;
}
.color-orange a:hover {
    opacity: 0.85;
    color:#FFD200;
}
.color-green {
    background-color: #32b16c;
}
.color-green a {
	color: #fff;
}
.color-green a:hover {
    opacity: 0.85;
    color:#FFD200;
}
.color-navy {
    background-color: #00479d;
}
.color-navy a {
	color: #fff;
}
.color-navy a:hover {
    opacity: 0.85;
    color:#FFD200;
}
.color-yellow {
    background-color: #FFD200;
}
.color-yellow a {
	color: #333;
}
.color-yellow a:hover {
    opacity: 0.85;
    color:#FFFFFF;
}
.color-blue {
    background-color: #3f72b7;
}
.color-blue a {
    color: #fff;
}
.color-blue a:hover {
    opacity: 0.85;
    color:#FFD200;
}

.color-orange2 {
	background-color: #eb6100;
}
.color-orange2 a {
	color: #fff;
}
.color-orange2 a:hover {
	opacity: 0.85;
    color:#FFD200;
}
.color-blue2 {
	background-color: #0068b7;
}
.color-blue2 a {
	color: #fff;
}
.color-blue2 a:hover {
	opacity: 0.85;
    　　color:#FFD200;
}
.breadcrumb{
    position: relative;
    top: 460px;
    margin-top: -60px;
}

/* MVの背景画像 ------------------------------------------------------------------------------------------------- */
.mv-content {
	/*background-image: url([imgpath]/bg_mv.jpg);*/
	background-position: center;
	position: relative;
        background-color: #40B3E7;
}
.headerLogo{
	line-height: 80px;
	padding-top: 10px;
}
/*.mv-content:before {
	background-color: #40B3E7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}*/
/* MVの画像 SP -----------------------------------------------*/
@media screen and (max-width:750px) {
    h1#new_h1{
    position: absolute;
    top: 80px;
    left: 10px;
    margin: 0;
    color: #fff;
    }

    #mv_btnDl{
        /*position: absolute;
        top: 430px;
        left:80px;*/
        margin-top: -10px;
    }
    #mv_btnDl2{
        /*position: absolute;
        top: 430px;
        left:80px;*/
        margin-top: 3em;
    }
    #txt_mv01{
        display: none;
        position: absolute;
        top: 110px;
        left: 10px;
        font-size: 19px;
        line-height: 140%;
        color:#FFF;
        font-weight: bold;
        z-index: 1;
    }
    #mv_ipad{
        top: 185px;
        left: 80px;
        width: 65%;
    }
    .mvImg{
        position: absolute;
        top: 140px;
        left:20px; 
        /*width:30%;*/
    }
    .mvImg p{
        display:none;
    }
    .mvImg video{
    width: 440px;
    /*width: 300%;*/
    /*height: 253px;*/
    }
    /* スマホ表示調節用 */

.mv_mainImg{
width: 100%;
position: absolute;
top: 150px;
left: 0px;
}

    .mv__wrapper p.type {
        display: inline;
        font-size: 19px;
        position: absolute;
        top: 16px;
        color: #40B3E7;
        font-weight: bold;
        border-radius: 4px;
        background-color: #FFFFFF;
        padding: 3px 12px;    
    }
    #mv_btntxt{
        /*display: none;*/
    }
    #mv_btntxt{
        /*position: absolute;
        top: 430px;
        left: 80px;
        color: #FFFFFF;*/
        font-size: 0;
        margin: 0 auto;
        padding-top: 410px;
    }
    #mv_btntxt::before{
        /*content: url("[imgpath]/icon_before_w.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }
    #mv_btntxt::after{
        /*content: url("[imgpath]/icon_after_w.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }
    .mv__wrapper p.type {
        display: inline;
        font-size: 19px;
        position: absolute;
        top: 16px;
        color: #40B3E7;
        font-weight: bold;
        border-radius: 4px;
        background-color: #FFFFFF;
        padding: 3px 12px;    
}
}

/* メインビジュアル PC -------------------------------------------------*/
@media screen and (min-width:751px) {
    .mv {
        height: 400px;
        background-repeat: no-repeat;
    }
    .mv__wrapper {
        position: relative;
    }
    .mv__wrapper img {
        position: absolute;
        /*top: 2vw;*/
        right: 0;
    }
    .mv__wrapper h1 {
        position: absolute;
        top: 90px;
        left: 0;
        margin: 0;
        /*color: #04255F;*/
        color: #FFF;
        font-size: 42px;
		font-family: 'Noto Sans JP';
  		/*text-shadow: 
        2px 2px 0 #FFF,-2px -2px 0 #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,0px 2px 0 #FFF,0-2px 0 #FFF,-2px 0 0 #FFF,2px 0 0 #FFF;
        z-index: 1;*/
    }
     .mv__wrapper h1.h1_White {
        position: absolute;
        top: 90px;
        left: 0;
        margin: 0;
        color: #FFF;
        font-size: 40px;
		font-family: 'Noto Sans JP';
  		text-shadow: none;
        z-index: 1;
    }
    .mv__wrapper p.type {
        display: inline;
　　　　font-size: 19px;
        position: absolute;
        top: 16px;
        color: #40B3E7;
        font-weight: bold;
        border-radius: 4px;
        background-color: #FFFFFF;
        padding: 3px 12px;    
     }
     #mv_ipad{
        top: 0;
        margin: 0 auto;
    }
    #mv_btnDl{
        position: absolute;
        top: 280px;
        left: 80px;
    }
    #mv_btntxt{
        position: absolute;
        top: 265px;
        left: 65px;
        color: #FFFFFF;
        font-size: 14px;
    }
    #mv_btntxt::before{
        content: url("../img/icon_before_w.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #mv_btntxt::after{
        content: url("../img/icon_after_w.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #txt_mv01{
        position: absolute;
        top: 5.8em;
        left: 0.5em;
        font-size: 22px;
        line-height: 140%;
        color:#FFF;
        font-weight: bold;
        z-index: 1;
    }
    .mvImg{
        position: absolute;
        top: 45px; 
        right: 0;
    }
    #mv_ipad{
        top: 0;
        margin: 0 auto;
    }
    #mv_btnDl{
        position: absolute;
        top: 280px;
        left: 80px;
    }
    #mv_btnDl2{
        position: absolute;
        top: 280px;
        left: 80px;
    }
    #mv_btntxt{
        position: absolute;
        top: 265px;
        left: 65px;
        color: #FFFFFF;
        font-size: 14px;
    }
    #mv_btntxt::before{
        content: url("../img/icon_before_w.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #mv_btntxt::after{
        content: url("../img/icon_after_w.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #txt_mv01{
        position: absolute;
        top: 5.8em;
        left: 0.5em;
        font-size: 22px;
        line-height: 140%;
        color:#FFF;
        font-weight: bold;
        z-index: 1;
    }
    .mvImg{
        position: absolute;
        top: 45px; 
        right: 0;
    }
    .mvImg video{
    width:560px; height:auto; position: absolute; right: 0;
    }
}
/*2024.9.12追加　ブログカードの設定*/
.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #3F72B7;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blog-card:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "関連記事を見る";
  background-color: #3F72B7;
  color: #fff;
  font-size: .8em;
  z-index: 1;
}
.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 10px 20px;
}
@media screen and (max-width: 767px) {
.blog-card-thumbnail {
  	width: 100%;
  	display:block;
  	text-align: center;
  	vertical-align: middle;
  	padding: 10px 0 10px 10px;
}
}

.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
}
.blog-card-title {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size: .74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .56em;
  }
  .blog-card-title {
    font-size: .70em;
  }
  .blog-card-excerpt {
    font-size: .65em;
  }
}

/*2025.2.25追加　固定ページへのブログカードの設定*/
.blog-card2 {
/*  background: #c8f1f1;*/
  background: #c1eeea;
  border: 1px solid #3fb7ad;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2em;
}
.blog-card2:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blog-card2:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 4px 6px;
  content: "コラム一覧ページを見る";
  background-color: #2cada2;
  color: #fff;
  font-size: 100%;
  z-index: 1;
}
.blog-card2 a {
  text-decoration: none;
  padding-left: 14em;
  color: #333333;
}

.blog-card-thumbnail2 {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 10px 20px;
}
@media screen and (max-width: 767px) {
.blog-card2 a {
  padding-left: 7em !important;
}
.blog-card-thumbnail2 {
  	width: 100%;
  	display:block;
  	text-align: center;
  	vertical-align: middle;
  	padding: 10px 0 10px 10px;
}
}

.blog-card-thumbnail2 img {
  padding: 0;
}

.blog-card-content2 {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
.blog-card-content2 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
}
.blog-card-title2 {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title2:hover {
  text-decoration: underline;
}

.blog-card-excerpt2 {
  font-size: .74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card2 .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card2:before {
    font-size: .56em;
  }
  .blog-card-title2 {
    font-size: .70em;
  }
  .blog-card-excerpt2 {
    font-size: .65em;
  }
}


/*-------------------------------------------------*/
/*コラム用CSS*/
/*-------------------------------------------------*/
.breadcrumb {
font-size: 0.87em !important;
top: 0;
margin-top: 20px;
}
.mt20{
margin-top: 20px !important;
}
.mt40{
margin-top: 40px !important;
}
.mt80{
margin-top: 80px !important;
}
.pt20{
padding-top: 20px !important;
}
.pt40{
padding-top: 40px !important;
}
.pt80{
padding-top: 80px !important;
}
.column_container{
width:100%;
}
.cv_area_wrap{
width:100%;
/*background-color: #04255F;*/
background-color: #BADCFB;
}
.cv_area{
background-color: #BADCFB;
}
.cv_area_b{
background-color: #04255F;
padding: 1em 0 3em;
margin: -1em auto 3em;
}
/*テンプレートのダウンロードボタン*/
.cv_area_wrap_t{
width:100%;
/*background-color: #04255F;*/
background-color: #96E2EF;
}
.cv_area_t{
background-color: #96E2EF;
padding-bottom: 3em;
}
img.righttext{
margin-right: 50px;
margin-top: 30px;
margin-bottom: 50px;
}
h3.h3column{
font-size: 140%;
color: #0095DD;
font-weight:; bold;
border-left: 6px #0095DD solid; 
padding-left: 0.8em;
}
h4.h4column{
font-size: 120%;
color: #000000;
font-weight:; bold;
border-left: 6px #000000 solid; 
padding-left: 0.7em;
}
h5.h5column{
font-size: 115%;
color: #000000;
font-weight:; bold;
border-left: 4px #cccccc solid; 
border-bottom: 2px #cccccc solid;
padding-left: 0.7em;
}
h6.h6column{
font-size: 110%;
color: #000000;
font-weight:; bold;
margin: 1em 0;
}
.darkblue{
color: #04255F;
}

@media screen and (max-width: 768px) {
img.alignright {
    max-width: 100%;
    margin: 0 auto 16px;
  }
}
img.alignleft {
  max-width: calc(50% - 24px);
  margin-right: 24px;
  display: inline;
}
@media screen and (max-width: 768px) {
img.alignleft {
    max-width: 100%;
    margin: 0 auto 16px;
  }
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  text-align: center;
}
.required_information{
    padding: 3em;
    background-color: #BADCFB;
    border-radius: 10px;
    border: #0095DD 1px solid;
}
.required_information_g{
    padding: 3em;
    background-color: #f3f3f3;
    border-radius: 10px;
}
/*目次用-------------------------------------------------------*/
#toc_container {
  background: #f8f8f8;
  margin-top: 48px;
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: none !important;
  padding: 30px 100px !important;
  /*width: 1100px !important;*/
  width: 100% !important;
}
@media screen and (max-width: 768px) {
img{
  width:100%;
  height:auto;
}
#toc_container {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px;
  width: 100%;
  }
}

.toc_title {
  margin: 0;
  color: #04255F;;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5;
}
.toc_list {	 
  margin: 0;	 
  padding: 24px 32px 32px;	 
  counter-reset: toc-num-f;	 
  font-size: 110%;	 
  font-weight: 500;	 
  line-height: 180%;	 
}

/* .btnDltxt_b {
    margin-top: 30px;*/
    /* margin-left: 100px; */
    /* color: #000000;
    font-size: 18px;
    text-align: center;
}*/
.btnDltxt2 {
    margin-top: 30px;
    /* margin-left: 100px; */
    color: #04255F;
    font-size: 16px;
    text-align: center;
}
.btnDltxt2::before {
    content: none;
}
.btnContxt2 {
    margin-top: 30px;
    /* margin-left: 10px; */
    color: #04255F;
    font-size: 16px;
    text-align: center;
}

/* ボタン上のコメント */
.btntxtBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px auto -20px auto;
}
.btnContxt{
    margin-top: 30px;
    /*margin-left: 10px;*/
    color: #FFFFFF;
    font-size: 16px;
}
.btnContxt::before{
    content: url("../img/icon_before_w.png");
    font-size: 14px;
}
.btnContxt::after{
    content: url("../img/icon_after_w.png");
    font-size: 14px;
}
dt.word{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}

/* オンライン相談などのメールフォーム */
.consultation__form {
  width: 100%;
}
.consultation__form th {
  background-color: #f9f9f9;
  padding: 1em 0.8em 1em 1em;
}
.consultation__form td {
  padding: 1em;
}
.consultation__form th span {
  color: #FFF;
}
.consultation__form th small {
  font-weight: normal;
  font-size: 85%;
  line-height: 1.2em;
}
.consultation__form--short input {
  width: 124px;
  margin-right: 1em;
}
.consultation__form select {
  /*height: 26px;*/
}
.consultation__form .date-size {
  margin-right: 1em;
  width: 190px;
}
.consultation__form textarea {
  /*width: 318px;*/
  width: 70%;
  height: 80px;
}

.consultation__form--submit {
  text-align: center;
}
.consultation__form--submit a {
  text-decoration: underline;
}
.consultation__form--submit input[type="submit"] {
  width: 150px;
  height: 40px;
  margin-top: 20px;
  background-color: #ff9393;
  color: #fff;
  border-radius: 20px;
  border: 0;
  font-size: 110%;
  font-weight: 400;
  cursor: pointer;
}
.consultation__form--submit .ml {
  margin-left: -2.5em;
}
.consultation__form--submit input[type="submit"]:hover {
  opacity: 0.75;
}

.consultation__form--wide input[type="submit"] {
  width: 330px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
}