@charset "UTF-8";

/*詳しい使い方リンク*/
a.box{
    border: solid 2px #d3d3d3;
    padding: 10px;
}
/*モーダル*/
.content{
    margin: 0 auto;
    padding: 10px;
    text-align: right;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    /*font-family: 'Noto Serif JP', serif !important;*/
}
@media only screen and (max-width: 640px){
    .modal__content{
        background: #fff;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
        font-size: 10px;
        /*font-family: 'Noto Serif JP', serif !important;*/
    }}

/*エントリーボタン(大新東CSSベースで調整)*/
.entry-btn-section{
    /*font-family: 'Noto Serif JP', serif !important;*/
    text-align:center;
    padding:20px 0
}
@media only screen and (max-width: 640px){
    .entry-btn-section{
        /*font-family: 'Noto Serif JP', serif !important;*/
        padding:30px 20px
    }}
.entry-btn-section .btn{
    width:50%;
    margin:0 auto;
    text-align:center;
}
@media only screen and (max-width: 640px){
    .entry-btn-section .btn{
        /*font-family: 'Noto Serif JP', serif !important;*/
        width:75%;
        text-align:left
    }}
.innerArea{
    width:100%;
    margin:0 auto;
    position:relative
}
@media only screen and (max-width: 640px){
    .innerArea{
        width:100%;
        margin:0 auto;
        position:relative;
        padding:0;
        margin-bottom: 20px;
    }}
.btn{
    display:inline-block;
    padding:1em 1.3em;
    letter-spacing:.1em;
    font-size:.9rem;font-weight:bold;
    line-height:1;
    background-color:#000;
    color:#fff}
.btn:hover{
    opacity:1;
    color:#fff;
    background-color:#333
}
.btn.red{
    background-color:#c7000b;
    color:#fff;
    font-size: 140%;
    text-align: center;
}
.btn.red:hover{
    color:#fff;background-color:#fa000e
}
.btn.block{
    display:block
}

/*画面下部オーバーレイ*/
.fixed-bottom {
    background-color: rgba(0, 0, 0, 0.29);
    width: 100%;
    height: 110px;
    text-align: center;
    padding-top: 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom span.close_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    font-weight: unset;
}

/*youtube*/
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
    margin:10px 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*シェアボタン*/
/* ボタン全体 */
    .flowbtn9{
    display:inline-block;	
    font-size:3em;
    text-decoration:none;
    transition:.5s;
    }
    /* Twitter */
    .flowbtn9 .fa-twitter-square{
    color:#55acee;
    }
    /* Facebook*/
    .flowbtn9 .fa-facebook-square{
    color:#3b5998;
    }
    /* LINE */
    .flowbtn9 .fa-line{
    color:#00c300;
    }
    /* メール */
    .flowbtn9 .fa-envelope-square{
    color:#f3981d;	
    }
    /* ulタグの内側余白を０にする */
    ul.snsbtniti{
    padding:0!important;
    }
    /* アイコン全体の位置 */
    .snsbtniti{
        list-style: none;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    }
    /* アイコン同士の余白 */
    .snsbtniti li{
    flex:0 0 25%;
    text-align:center!important;
    }
    /* アイコンにマウスを乗せた時 */
    .flowbtn9:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    }
    @media screen and (max-width: 920px){  
        .flowbtn9{
            font-size:2em;
            }
    }
    @media screen and (max-width: 640px){  
        .flowbtn9{
            font-size:1.2em;
            }
    }



/*エスロジLPページ*/
/*画像*/
#slx_lp .center_img img{
    text-align: center;
    margin : 0 auto;
    display:block;
    margin-bottom: 20px;
}
#slx_lp img{
    margin: 20px 0;
}
@media screen and (max-width:640px){
    #slx_lp .center_img img{
        width: 100%;
    }} 
/*見出し*/
#slx_lp h1{
    text-align: center;
    font-size: 190%;
}
@media screen and (max-width:640px){
    #slx_lp h1{
        font-size: 130%;
    }}
#slx_lp h2{
    text-align: center;
    margin:70px 0 0;
}
@media screen and (max-width:640px){
    #slx_lp h2{
        font-size: 140%;
    }}
#slx_lp h2 .r_box{
    border: solid 2px midnightblue;
    padding: 10px 20px;
    border-radius: 10px;
    margin:0 10px;
}
  /*h3コーラルピンク*/
#slx_lp h3.coral{
    background-color: #ff8594;
    padding: 10px;
    font-size: 200%;
    margin: 80px 0 50px 0;
    color:#fff;
    text-align: center;
}
@media screen and (max-width:640px){
#slx_lp h3.coral{
        padding: 15px 10px;
        font-size: 150%;
        margin: 40px 0 20px 0;
    }
}
  /*h3水色*/
  #slx_lp h3.aqua{
    background-color: #85acff;
    padding: 10px;
    font-size: 200%;
    margin: 80px 0 50px 0;
    color:#fff;
    text-align: center;
}
@media screen and (max-width:640px){
#slx_lp h3.aqua{
        padding: 15px 10px;
        font-size: 150%;
        margin: 40px 0 20px 0;
    }
}
  /*h3アイコン見出し*/
  #slx_lp h3.icon{
    position: relative;
  background: #eff4ff;
  padding: 10px 5px 10px 40px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin: 60px 0 40px 0;
}
#slx_lp h3.icon:before{
    font-family: "Font Awesome 5 Free";
  content: "\f2e7";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0.4em;
  color: white;
  background: #81a1e4;
  /*font-weight: 900;*/
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
  font-size:130%;
}
@media screen and (max-width:640px){
#slx_lp h3.icon{
        padding: 15px 10px;
        font-size: 130%;
        margin: 70px 0 30px 0;
        padding: 10px 10px 10px 60px;
        border-radius: 10px;
    }
    #slx_lp h3.icon:before{
        left: -0.2em;
    }
}
/*テーブル調整*/
#slx_lp table.solid,th{
    border-collapse: collapse;
    padding:10px 0;
}
#slx_lp table.solid,td{
    border-collapse: collapse;
    border: solid 1px #000000;
    padding: 5px 10px;
    margin:20px auto;
}
/*文字調整*/
#slx_lp p{
    margin:10px;
font-size: 16px;
}
#slx_lp p.btn_info{
font-size:14px;
margin: 15px 0 0 0;
text-align: center;
line-height: 1.5;
}
@media screen and (max-width:640px){
    header .font10{
        font-size: 10px;
    }
    #slx_lp p{
        margin:10px;
    font-size: 14px;
    }
}
/*緑のボタン*/
.btn.green{
    background-color:#0ac700;
    color:#fff;
    font-size: 140%;
    text-align: center;
}
.btn.green:hover{
    color:#fff;background-color:#0fca00;
}
/*ヘッダー用エントリーエリア*/
.header .header-entry {
	position: absolute;
	top: 0;
	right: 84px;
	z-index: 9999;
    display: flex;
}

.header .header-entry a {
	display: block;
}
.header .header-entry .btn {
	width:170px;
    margin-left:20px;
    padding-right: 1.3em;
}


.header .header-entry a .header-entry-left {
	width: 160px;
	/*height: 44px;*/
height: 45px;
	background: #666;
	color: #fff;
	line-height: 44px;
	text-align: center;
	float: left;
/*191111追加*/
margin: 0px 10px 0px 0px;
margin-top:29px;/*201016マイナビバナーテキスト分位値調整*/
}

.header .header-entry a .header-entry-right {
/*width: 160px;*/
	width: 320px;
	height: 44px;
	border: 1px solid #666;
	box-sizing: border-box;
	float: left;
}

.header .header-entry a .header-entry-right img {
	display: block;
	width: 140px;
	height: auto;
	margin: 5px auto;
}
@media screen and (max-width: 768px) {

    .header .header-entry {
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 9999;
    }
    .header .header-entry .btn {
        width:100px;
        margin-left:10px;
        padding-right: 0;
        font-size: 10px;
    }
    
    .header .header-entry a {
        display: block;
    }
    
    .header .header-entry a .header-entry-left {
        width: 140px;
        height: 40px;
        background: #666;
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        float: left;
    }
    
    .header .header-entry a .header-entry-right {
        width: 140px;
        height: 40px;
        border: 1px solid #666;
        box-sizing: border-box;
        float: left;
    }
    
    .header .header-entry a .header-entry-right img {
        display: block;
        width: 120px;
        height: auto;
        margin: 6px auto;
    }}

/*ヘッダー用エントリーボタン*/
.entry-btn-section .header_btn{
    /*width:20%;*/
    margin:0 auto;
    text-align:center;
    padding-right:0;
    font-size: 14px;
}
@media only screen and (max-width: 640px){
    .entry-btn-section .header_btn{
        /*font-family: 'Noto Serif JP', serif !important;*/
        width:75%;
        text-align:left;
        font-size: 14px;
    }}

/*2カラム*/
.container {
    display: flex;
    flex-wrap: wrap;
  }
  .column2 {
    width: 50%;
  }
  .column2.solid {
    width: 46%;
    border: solid 1px #000000;
    padding: 10px;
    margin: 0 8px 10px;
  }
  
  @media (max-width: 640px) {
    .column2 {
      width: 100%;
    }
    .column2.solid {
        width: 100%;
    }
  }

/*3カラム*/
.container {
    display: flex;
    flex-wrap: wrap;
  }
  .column3 {
    width: 33%;
  }
  .column3 img{
    margin: 0!important;
  }
  
  @media (max-width: 640px) {
    .column3 {
      width: 50%;
    }
  }
  
/*お悩み部分ボックス*/
.title-box2{
    margin: 1em 0;
    padding: 1.5em 1em 1em;
    position: relative;
    border: 1px solid #ffc107;
    background-color: #e1f5fe;
  }
  
  .title-box2-title{
    position: absolute;
    top: -0.8em;
    left: 20px;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #ffc107;
    color: #fff;
    padding: 0 0.5em;
  }
  
  .title-box2 p{
    margin: 0;
    padding: 0;
  }
  /*基本の導入条件部分ボックス*/
  .title-box3{
    margin: 1em 0;
    background-color: #fff;
    border: 2px solid #333;
    letter-spacing: .3px;
  }
  
  .title-box3-title{
    color: #fff;
    font-weight: bold;
    background-color: #333;
    padding: 4px 6px;
    text-align: center;
  }
  
  .title-box3 p{
    margin: 0;
    padding: 1em;
  }
/*表示・非表示レスポンシブ*/
#slx_lp .pc {
    display:block;
}
#slx_lp .sp-section {
    display:none;
}
#slx_lp .sp {
    display:none;
}
  @media (min-width: 375px) and (max-width: 640px){   
    #slx_lp .pc {
        display:none;
    }
    #slx_lp .sp-section {
        display:block;
    }
    #slx_lp .sp {
        display:none;
    }
  }
  @media screen and (max-width: 640px){   
    #slx_lp .pc {
        display:none;
    }
    #slx_lp .sp-section {
        display:none;
    }
    #slx_lp .sp {
        display:block;
    }
  }
/*装飾線*/
.cp_hr02 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #85acff;
}
