@charset "utf-8";

/* contact
-------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  .sp-tate{
    display: none;;
  }
  
.hidari{
  width:100%;
}

.migi{
  width:100%;
}
}


@media screen and (max-width: 788px){
	.pane_ttl {
		margin: 20px auto 20px !important;
		padding: 15px 0;
		background-color: #effffb;
	}
	
	h1  {
		font-size: 16px;
		font-weight: bold;
		/*margin: 100px auto 50px;*/
		line-height: 32px;
		width: 90%;
		}
    
       .ond-width {
         width:100% !important;
        }

        .classcap{
            height:auto !important;
        }

  div .main_visual{
    margin-top: 40px;
    background-image: url(../img/maintit-sp.jpg);
    width: 100%;
    height: 315px;
  }
  }

/*  メインビジュアル・始  */
  .main_visual{
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 50px;
    text-align: center;
    max-width: 1280px;
    height: 480px;
    background-color: #f7f7f7;
    background-image: url(../img/maintit.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  header img {
    width: 150px;
  }

/*--
  .img3 {
    position: absolute;
    right: 100px;
    top: 450px;
    float: right;
    width: 28%;
  }

  .movie_position {
    width: 250px;
    margin: 20px;
    background-color: #c00000;
    border-radius: 5px;
}
*/

  /*  メインビジュアル・終  */

.hidari{
  width:28%;
  float:left
}

.migi{
  width:68%;
  float:right;
}

  /*  概要テーブル・始  */
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    }

  tr{
    border:solid 1px #cecece;
  }

  td{
    border:solid 1px #cecece;
  }
  
  td, th {
    vertical-align: middle;  /* 中央揃え */
}



/*  概要テーブル・・終  */

    .ond-width{
    width:47%;
    }

    .class{
        text-align: center;
    }
    	
	.classnum{
		font-size:2.2em;
		color: #269F85;
		font-weight: 800;
	}

	.classname{
        color: #269F85;
        font-weight: 800;
        font-size:1em;
    }

    .classname-or{
      color: #ff4810;
      font-weight: 800;
      font-size:1em;
  }

    .classimg {
        width:100%;
        box-shadow: -6px 10px 7px #cfccccdc;
    }

    .classimg a img {
        width:100%;
    }

    .classimg:hover{
        box-shadow:none;
        transition: all 0.2s;
        transform: translate3d(0, 3px, 0);
    }

    .classcap{
        height:140px;
    }

    .left-ond{
        float:left
    }
    
    .left-ond{
        float:left
    }


    

.ond-textlink{
	padding:5px;
	background-color: #269F85;
	color: #fff
}

.ond-textlink:hover{
	background-color: #E5EEF3;
    color: #53bda6;
	font-weight: bold;
	transition: all 0.3s;
}

.seminarmenu{ 
    display: inline-block;
	cursor:pointer;
    width: 18%;
	padding: 10px;
	margin: 6px;
    box-sizing: border-box;
    border: 1.5px solid #269F85;
    background-color: #fff;
	box-shadow: 2px 2px 4px #C1C1C1;
}

.seminarmenu:hover{ 
    background-color: #E5EEF3;
	box-shadow: none;
	transition: all 0.3s;
}

.seminarmenu a{
	color:#269F85;
	font-weight:800;
}

.seminarmenu a:hover{
    color: #53bda6;
	transition: all 0.3s;
}


.seminarmenu-ond{ 
    display: inline-block;
    width: 18%;
	padding: 10px;
	margin: 6px;
    box-sizing: border-box;
    border: 1.5px solid #269F85;
    background-color: #269F85;
	font-weight:normal;
	box-shadow: 2px 2px 4px #C1C1C1;
}

.seminarmenu-ond:hover{ 
    background-color: #E5EEF3;
	box-shadow: none;
	transition: all 0.3s;
}


.seminarmenu-ond a{
	color:#fff;
	font-weight:800;
}

.seminarmenu-ond a:hover{
	color:#269F85;
	font-weight:800;
}



.menu-box{
	width: 100%;
}



.ond-textlink{
	padding:5px;
	background-color: #269F85;
	color: #fff
}

.ond-textlink:hover{
	background-color: #E5EEF3;
    color: #53bda6;
	font-weight: bold;
	transition: all 0.3s;
}

.seminarmenu{ 
    display: inline-block;
	cursor:pointer;
    width: 18%;
	padding: 10px;
	margin: 6px;
    box-sizing: border-box;
    border: 1.5px solid #269F85;
    background-color: #fff;
	box-shadow: 2px 2px 4px #C1C1C1;
}

.seminarmenu:hover{ 
    background-color: #E5EEF3;
	box-shadow: none;
	transition: all 0.3s;
}

.seminarmenu a{
	color:#269F85;
	font-weight:800;
}

.seminarmenu a:hover{
    color: #53bda6;
	transition: all 0.3s;
}


.seminarmenu-ond{ 
    display: inline-block;
    width: 18%;
	padding: 10px;
	margin: 6px;
    box-sizing: border-box;
    border: 1.5px solid #269F85;
    background-color: #269F85;
	font-weight:normal;
	box-shadow: 2px 2px 4px #C1C1C1;
}

.seminarmenu-ond:hover{ 
    background-color: #E5EEF3;
	box-shadow: none;
	transition: all 0.3s;
}


.seminarmenu-ond a{
	color:#fff;
	font-weight:800;
}

.seminarmenu-ond a:hover{
	color:#269F85;
	font-weight:800;
}



.menu-box{
	width: 100%;
}

@media screen and (max-width: 768px){
	.seminarmenu a {
		background-color: #fff;
		text-decoration: underline !important;
	}
	.seminarmenu{
		text-align: center;
		display: block;
		margin: 20px 0;
		padding:3px;
		border-right: none;
		font-size: 1rem;
		width: 100%;
		font-weight: 200;
		border: none;
		background-color: #fff;
	}
	.seminarmenu-ond {
		text-align: center;
		display: block;
		margin: 20px 0;
		padding:3px;
		border-right: none;
		font-size: 1rem;
		width: 100%;
		border: none;
		background-color: #269F85;
	}}



.topics dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	}
	
	.topics dt {
	padding-bottom: 5px;
	}

	.done dl {
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
		color: #777777;
		}
		
		.done dt {
		padding-bottom: 5px;
		color: #777777;
		}


	.Aclass {
		text-align:center;		/*テキストをセンター揃えにする*/}
		
	
	.Aclass a {
	background-color:#E5EEF3;		/*背景色*/
	color:#333333;			/*文字色*/
	display:block;			/*リンク部分をブロック表示にする*/
	text-decoration:none;		/*リンク部分を下線無しにする*/}
	
	.Aclass a:hover {
	background-color:#269F85; 	/*リンクにマウスが乗ったら背景色を変更する*/
	color:#fff;			/*文字色*/
    cursor: pointer;
	transition: all 0.3s;
	}

	.class-sub{
		color:#269F85;
		font-size: 20px;
	}
	
	@media screen and (min-width: 768px) {
	.topics dt {
	clear: left;
	float: left;
	width: 20%;
	}
	.topics dd {
	margin-left: 11%;
	}
	}


    .page_anchor{
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    
    }	

/*      マニュアルセミナーLP向けのCSS     */

#header .gnav_seminar ul li{
	float:right;
	font-size:16px;
}

#header .gnav_seminar ul li a{
	padding:8px;
  margin:8px 5px;
	display:block;
	text-decoration:none;
}

#header .gnav_seminar ul li.cont a{
	background:#D90000;
	color:#fff;
}


/* ヘッダーメニュー ここから*/
#header .gnav_seminar ul li.cont-r a{
	background:#FF7C54;
	color:#fff;
  border: 2px solid #FF7C54;
}

#header .gnav_seminar ul li.cont-r a:hover{
	background:#fff;
	transition: all 0.3s;
	color:#7da99f;
  border: 2px solid #7da99f;
}



#header .gnav_seminar ul li.cont-l a{
	background:#fff;
	color:#26a085;
  border: 2px solid #26a085;
}


#header .gnav_seminar ul li.cont-l a:hover{
	background:#26a085;
	transition: all 0.3s;
	color:#fff;
}
/* ヘッダーメニュー ここまで*/

#header .gnav_seminar ul li a.tit{
	cursor:pointer;
}

#header .gnav_seminar ul li a:hover{
	background:#F6F6F6;
	transition: all 0.3s;
}

#header .gnav_seminar ul li.cont a:hover{
	background:#F6F6F6;
	transition: all 0.3s;
	color:#333;
}

#header .gnav_seminar ul li.open .tit{
	background:#F6F6F6;
}



.back{
    background: url(/img/right.png) no-repeat 10px center / 50px auto;
    padding: 10px 10px 10px 70px;
    border: 1px solid #333;
}

@media screen and (max-width: 768px){
	.page_anchor li {
		display: block;
		margin: 20px 0;
		border-right: none;
		font-size: 1rem;
		text-decoration: underline;
	}}


.page_anchor li a{
    color: #000;
    text-decoration:underline;
}
.page_anchor li a:hover{
    color: #269F85;
    cursor: pointer;
}

a.btn_contact{
      display:block;
      color:white;
      font-size:2rem;
      font-weight: bold;
      background-color: #FF7C54;
      border-radius: .6rem;
      padding:2rem;
      max-width:60rem;
      margin: 5rem auto;
      text-align:center;
      -webkit-box-shadow: 0 0 0 #bd6a4c, 0 5px 0 rgba(0,0,0,.1);
      -moz-box-shadow: 0 0 0 #bd6a4c,0 5px 0 rgba(0,0,0,.1);
      box-shadow: 0 0 0 #bd6a4c, 0 5px 0 rgba(0,0,0,.1);
      transition: all 0.3s ease 0s;
}

a.btn_contact:hover{
    background-color: #ffb199;
    cursor: pointer;
}

/* ↓アコーディオン */
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  width: auto;
  max-width: 100%;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px 10px 10px 70px;
  background: #f5f5f5;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;/* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* QとAのデザイン */
.accordion-open span,
.accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #28A286;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;/* 要素の高さは0 */
  overflow: hidden;/* 非表示 */
  padding: 0 0 0 60px;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  position: relative;
  margin-bottom:25px;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 70px;
  background: #E5EEF3;
  font-weight: 100;
}


@media screen and (max-width: 768px) {
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: none;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  }

/* ↑アコーディオン */



	
.seminarinfo{
  display:block;
}

.seminarinfo .details{
  font-size:14px;
}

.seminarinfo .details p{
  line-height: 2em;
}

/*.seminarinfo .details img{
  margin:0 0 30px;
}*/
.seminarinfo .details h3 {
  font-weight: bold;
  margin: 0 0 15px;
}



.details{
    font-size:16px;
    width: 100%;
    margin:0 auto;
}

.details p{
	line-height: 2em;
	margin-bottom:20px;
}


h3{
	position: relative;
	padding:0 0 5px 0;
	border-bottom: 3px solid #ccc;
	margin:0 0 20px 0;
	color:#269F85;
	font-size: 20px;
}

.or{
	position: relative;
	padding:0 0 5px 0;
	border-bottom: 3px solid #ccc;
	margin:0 0 20px 0;
	color:#ff4810;
	font-size: 20px;
}

.h3::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #269F85;
}


.or ::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #FF7C54;
}

.details ul{
	line-height: 2em;
	margin-bottom:20px;
}
.details li{
	margin-left:1em;
}

.details .txtbold{
	font-weight:bold;
}

.details table{
	/*margin-left:30px;*/
  width:100%;
}

.details table td{
	padding:10px;
}

.details .vatop{
	vertical-align:top;
}

.details .pc_form{
	width:85%;
	margin-top:40px;
}

.details .form_ttl{
	margin-top:55px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.icon {
    display: inline-block;
    width: 15px;
	height: 15px;
}

.solution_list_check{
	position: relative;
    padding-left: 3.3rem;
    text-indent: -2.5rem;
    line-height: 1.3;
	font-weight: bold;
}

.check_item img{
	width: 22px;
    height: 22px;
    margin-right: 1.2rem;
	vertical-align: middle;
}


.solution{
    margin: 3.5rem 0;
    padding: 3.5rem 3.2rem;
    background-color: #f5f5f5;
    text-align: left;
}


@media screen and (max-width: 768px) {
  .solution .solution_list__check .check_item:not(:last-of-type) {
    margin-bottom: 1.0rem;
  }
}

.img span {
  position: relative;
  }

.img span {
  position: absolute;
  top: 85%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

@media screen and (max-width: 768px){
.seminar_ttl {
    margin: 20px auto 20px !important;
    padding: 15px 0;
    background-color: #effffb;
}

h1  {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    width: 90%;
	}

.seminar_ttl_sub {
   font-size: 14px;
   width:85%;
   font-weight: normal;
}

}



/*==================================================================================================
	Button
==================================================================================================*/

.btnOrange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  background-color: #ff8b61;
  padding: 1rem 2rem;
  margin-top: 3rem;
  font-weight: 600; }

  .btnOrange:hover {
    background-color: #ffb199;
    transition: 0.6s;}

.btnGroupFixed {
  position: fixed;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }

.btnGroupFixed .btn {
  display: block;
  margin-bottom: 8px;
  width: 128px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }


.btnGroupFixed .btn .text {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.1em;
text-align: center; }


.btnGroupFixed .btn .btnTxt {
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .btnGroupFixed {
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;}
  }