@charset "utf-8";

html.no-slide {
  overflow: hidden;
}
/*--------------------------------------------------------------------------------------
　common
--------------------------------------------------------------------------------------*/

.no_flex,.no_flex>div{
	display: inline;
}
.contents_inner {
    width: 90%;
    max-width: 12.4rem;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------------------------------
　contents
--------------------------------------------------------------------------------------*/
#contents01,#contents02,#contents03,#contents04,#contents05,#contents06,#contents07,#contents08,#contents09{
	padding-bottom: 8em;
	padding-top: 8em;
}
p{
    font-weight: 600;
    font-size: 110%;
}


/*--------------------------------------------------------------------------------------
　ライン
--------------------------------------------------------------------------------------*/
.line_gray{
	width: 90%;
	max-width: 12.4rem;
	background-image: url(../img/line_gray.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	height: 2em;
	margin-right: auto;
	margin-left: auto;
	background-size: 106% auto;
}
.line_white{
	width: 100%;
	background-image: url(../img/line_white.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	height: 2em;
}

/*--------------------------------------------------------------------------------------
　テキスト関連
--------------------------------------------------------------------------------------*/



.txt_b_110{
	font-size: 110%;
}
.txt_b_200{
	font-size: 200%;
}
.txt_s_90{
	font-size: 90%;
}
.txt_s_60{
	font-size: 60%;
}
.txt_s_45{
	padding-top: 2.5%;
	font-size: 45%;
	font-weight: 500;
}
.sell_01 .txt_s_60{
	padding-top: 0.5em;
	font-size: 60%;
}
.txt_left{
	text-align: left;	
}
.txt_right{
	text-align: right;	
}
.txt_center{
	text-align: center;
}

.txt_indent{
	text-indent: -1em;
	margin-left: 1em;
}


/*--------------------------------------------------------------------------------------
　見出し
--------------------------------------------------------------------------------------*/
h2{
	margin-right: auto;
    margin-left: auto;
    max-width: 8.5rem;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: left 1.5em center;
    margin-bottom: 0.7rem;
    align-items: center;
    padding-left: 8em;
    min-height: 1.6rem;
}

h2 p{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    font-size: 240%;
    font-weight: 800;
    line-height: 1.6em;
    position: relative;
    padding-left: 1em;
    padding-top: 0.8em;
    padding-bottom: 1em;
}
h2 p::before{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
    width: 2rem;
    height: 2rem;
    bottom: -0.35rem;
    left: -1.5rem;
    background-size: 75%;
	z-index: 2;
}

.h2_1l p::before{
    bottom: -0.65rem;
}
h2::before,h2::after{
	content: '';
	position: absolute;
  left: 0;
  right: 0;
	width: 100%;
	height: 20px;
	margin: auto;
	background-image: url(../01/img/h2_line.png);
	background-repeat: repeat-x;
}
h2::before{
	top: -0.5em;
}

h2::after{
	bottom: -1em;
}
h3{
    width: 90%;
    max-width: 12.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 110%;
    line-height: 2.2em;
    margin-bottom: 0.6rem;
}
h4{
	display: block;
	text-align: center;
	margin-bottom: 3em;
}
h4 span{
	color: #75C0DE;
	font-size: 200%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	background: linear-gradient(transparent 70%, #E7F3FC 50%);
	padding-bottom: 0.05rem;
}

/*--------------------------------------------------------------------------------------
　マージン
--------------------------------------------------------------------------------------*/
.mar_bot5{
    margin-bottom: 5px;
}
.mar_bot10{
    margin-bottom: 10px;
}
.mar_bot15{
    margin-bottom: 15px;
}
.mar_bot20{
    margin-bottom: 20px;
}
/*--------------------------------------------------------------------------------------
　テキスト装飾
--------------------------------------------------------------------------------------*/

.back_maru_white {
    background-color: #FFFFFF;
    border-radius: 2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}


.txt_underline{
	padding-left: 0.1em;
	padding-right: 0.1em;
	background: linear-gradient(transparent 70%, yellow 60%);
	margin-left: 0.1em;
	margin-right: 0.1em;
    line-height: 1.6em;
}
.under_line_yellow{
	color: #75C0DE;
	font-weight: 800;
	font-size: 250%;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background: linear-gradient(transparent 60%, yellow 60%);
	margin-left: 0.1em;
	margin-right: 0.1em;
    display: inline-block;
}
.txt_back_maru{
    background-color: #DCEEF6;
    border-radius: 2em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/*--------------------------------------------------------------------------------------
　背景
--------------------------------------------------------------------------------------*/
.back01{
	background-image: url(../img/back01.jpg);
	background-repeat: repeat;
}

/*--------------------------------------------------------------------------------------
　リンクボタン
--------------------------------------------------------------------------------------*/

/*------　別サイトリンク　-------------------------------*/

.externalsite_link_bot a,.site_link_bot a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	border-radius: 2em;
	font-size: 120%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 2em;
	padding-right: 2em;
	transition: 0.3s;
	line-height: 1.6em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.externalsite_link_bot a{
	background-color: #75C0DE;
}
.externalsite_link_bot a:hover{
	background-color: #ADDFF3;
}

/*------　サイトリンク　-------------------------------*/

.site_link_bot a{
	background-color: #A09996;
}
.site_link_bot a:hover{
	background-color: #CBCBCB;
}

/*--------------------------------------------------------------------------------------
　MV
--------------------------------------------------------------------------------------*/
#main_area {
  width: 100%;
  padding-top: 3em;
  max-height: 6.5rem;
  text-align: center;
	background-repeat: repeat-x;
	background-position: 0% top;
	background-size: auto 100%;
}
#main_img {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  position: relative;
}
#to_home img {
  position: absolute;
  top: 10%;
  left: 6.2%;
  width: 8.2%;
  transition: 0.3s;
}
#to_home img:hover {
  opacity: 0.9;
}
#main_copy {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: absolute;
  text-align: left;
  font-size: 300%;
  font-weight: 900;
  line-height: 1.4em;
  top: 26%;
  left: 26%;
}
#main_copy span {
  color: #000000;
  padding-left: 0.1em;
  padding-right: 0.1em;
  letter-spacing: 0.1em;
  background-image: url(../img/line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

#main_copy .copy_new{
    color: #dd6500 !important;
    background-image: url(../img/line_orange.png);
    font-weight: 900;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*--------------------------------------------------------------------------------------
　lead copy
--------------------------------------------------------------------------------------*/

#lead_copy {
    width: 90%;
    max-width: 12.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 800;
    font-size: 115%;
    line-height: 2.2em;
    margin-top: 2em;
    margin-bottom: 6em;
}

/*--------------------------------------------------------------------------------------
　contents_index
--------------------------------------------------------------------------------------*/

#contents_index {
    width: 80%;
    max-width: 12.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 8em;
}

.contents_index_title {
	position: relative;
	background-color: #fff;
	border-bottom: solid 3px #EBAF30;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #EBAF30;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 1.4em;
}
.contents_index_title:before,
.contents_index_title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contents_index_title:before {
	border: solid 12px transparent;
	border-top: solid 12px #EBAF30;
}
.contents_index_title:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.contents_index_title p {
    margin: 0;
    padding: 0;
	letter-spacing: 0.3em;
}

.contents_index_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F3F3F2;
    width: auto;
    padding-top: 2em;
    padding-bottom: 1.5em;
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
}

.contents_index_list > div{
    width: 18%;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 10px;
    background-position: center 1em;
    background-repeat: no-repeat;
    text-align: left;
    transition: 0.3s;
    background-size: 20% auto;
    border-right: 5px solid #FFFFFF;
    padding-top: 8em;
    padding-bottom: 5.5em;
    flex: 1;
    height: 2.7rem;
}
.contents_index_list > div:last-child{
    border-right-style: none;
}
.contents_index_list > div > a{
    text-decoration: none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

}
.contents_index_list > div:hover{
    background-color: #FFFFFF;
}
.contents_index_list .txt_area{
    text-align: center;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.contents_index_list .txt_area .title{
    font-size: 120%;
    font-weight:500;
    line-height: 1.5em;
}

.contents_index_list > div::before,
.contents_index_list > div::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.contents_index_list > div::before{
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    right: calc(50% - 0.25rem);
    bottom: -80%;
}

.contents_index_list > div::after{
    width: 0.8em;
    height: 0.8em;
    border-top: 5px solid #EBAF30;
    border-right: 5px solid #EBAF30;
    right: calc(50% - 0.6em);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: -79%;
}
/* 点滅 */
.contents_index_list > div::after{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.contents_index_list .box1{
    background-image: url(../01/img/index_no_01.png);
}
.contents_index_list .box2{
	background-image: url(../01/img/index_no_02.png);
}
.contents_index_list .box3{
	background-image: url(../01/img/index_no_03.png);
}
.contents_index_list .box4{
	background-image: url(../01/img/index_no_04.png);
}
.contents_index_list .box5{
	background-image: url(../01/img/index_no_05.png);
}


/*----------------------------------------------------
アンカーリンク
----------------------------------------------------*/
a.unker_link {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/
.page_link{
    margin-top: 1rem
}
.page_link ul{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 12.4rem;
	flex-wrap: wrap;
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	margin-left: auto;
	margin-right: auto;
}
.page_link li {
    cursor: pointer;
    transition: 0.3s;
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    background-image: url(../01/img/page_link.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 1.3em;
    padding-right: 1em;
    padding-bottom: 1.3em;
    padding-left: 5.3em;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.page_link li a{
    text-decoration: none;
    color: #FFF;
    line-height: 1.4em;
    display: block;
	transition: 0.3s;
    font-size: 110%;
}
.page_link li a:hover {
  opacity: 0.5;
}

.page_link li a:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: #FFF;
	color: #EBAF30;
	font-weight: bold;
	font-size: 100%;
	left: 2em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	/*以下上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 2em;
}

.page_link .page_link_on {
	background-image: url(../01/img/page_link_on.png);
}

.page_link .page_link_on a,
.page_link .page_link_on a{
    color: #EBAF30;
}
.page_link .page_link_on a:before{
	background: #EBAF30;
	color: #FFF;
}


/*----------------------------------------------------
　site link showroom
----------------------------------------------------*/
.site_link_showroom {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-image: url(../img/showroom_link_back.png);
    background-repeat: no-repeat;
    width: 11rem;
    padding-top: 6.5em;
    background-position: center center;
    padding-bottom: 3em;
    margin-top: 4em;
    background-size: 100% auto;
}
.site_link_showroom p {
  font-size: 170%;
  font-weight: 900;
  line-height: 1.4em;
}
.site_link_showroom .col_3 {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.site_link_showroom .col_3 div {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.site_link_showroom .col_3 div a {
  transition: 0.3s;
}
.site_link_showroom .col_3 div a:hover {
  opacity: 0.5;
}
/*----------------------------------------------------
　site link　こちらをCLICK
----------------------------------------------------*/
.site_link_con {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 3em;
}
.site_link_con img {
  display: block;
  margin-bottom: -10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.site_link_con a {
  color: #FFFFFF;
  font-size: 180%;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5em;
  padding-right: 5em;
  display: inline-block;
  text-decoration: none;
  background-image: url(../img/site_link_con_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.4em;
  transition: 0.3s;
}
.site_link_con a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------
　matome
----------------------------------------------------*/
#matome {
    padding-top: 12em;
    padding-bottom: 8em;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#matome h2{
	padding-left: 0;
}
#matome h2 p {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-size: 240%;
	font-weight: 800;
	line-height: 1.6em;
	position: relative;
	padding-left: 0;
	color: #EBAF30;
	text-align: center;
}
/*----------------------------------------------------
　Writers profile
----------------------------------------------------*/
#writer_pro {
	background-color: #dad5d3;
	width: 8rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: 4em;
	margin-bottom: 4em;
}
#writer_pro .box {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#writer_pro .box_img {
  width: 25%;
  margin-left: 3%;
  margin-right: 4%;
}
#writer_pro .box_txt {
  width: 68%;
  text-align: left;
  display: flex;
	 align-items: center;
}
#writer_pro .writer_name {
  font-size: 160%;
  margin-top: -0.5em;
}
#writer_pro .writer_profile {
  margin-bottom: 0.5em;
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
#writer_pro .writer_katagaki {
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
/*----------------------------------------------------
　pagelink_slide
----------------------------------------------------*/
#page_slide {
  background-color: #f1f1f1;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
#page_slide .title_01 {
  font-size: 200%;
  margin-bottom: 2em;
  font-weight: 900;
  color: #F4CA32;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% center;
}
#page_slide .index_copy {
  display: none;
}
#page_slide .title_01 span {
  background-color: #f1f1f1;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.2em;
}
#page_slide_box {
  margin-bottom: 6em;
  width: 80%;
  max-width: 14rem;
  margin-right: auto;
  margin-left: auto;
}
#page_slide .botton_top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% top;
  padding-top: 4em;
}
#page_slide .botton_top:hover {
  opacity: 0.6;
}
.page_info01 .slick-list .list01,
.page_info02 .slick-list .list02,
.page_info03 .slick-list .list03,
.page_info04 .slick-list .list04,
.page_info05 .slick-list .list05,
.page_info06 .slick-list .list06{
    display: none;
}

.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 1.5em;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  background-color: transparent;
}
.slick-prev::before, .slick-next::before {
  border-top: 3px solid #B0B0B0;
  border-right: 3px solid #B0B0B0;
}
.slick-prev, .slick-next {
  height: 0.36rem;
  width: 0.36rem;
}
.slick-prev {
  left: -0.5rem;
  /*戻る矢印の位置と形状*/
}
.slick-next {
  right: -0.5rem;
  /*次へ矢印の位置と形状*/
}
.slick-prev::before, .slick-next::before {
  width: 0.3rem;
  height: 0.3rem;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

#index_box a:hover {
    color: #F4CA32;
}


/*----------------------------------------------------
　スクロールダウン
----------------------------------------------------*/
/*スクロールダウン全体の場所*/
#scrolldown {
  /*描画位置※位置は適宜調整してください*/
    position: fixed;
    bottom: 40%;
    left: 0%;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
}

/*Scrollテキストの描写*/
#scrolldown span {
  /*描画位置*/
  position: absolute;
  bottom: 10px;
  /*テキストの形状*/
  color: #F1C131;
  font-size: 2em;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
#scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F1C131;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
#scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: #F1C131;
}
/*　左の動き　*/
#scrolldown.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/*　右の動き　*/
#scrolldown.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(-100px);
  }
}


/*--------------------------------------------------------------------------------------
　スライドインデックス
--------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/

#slide_index{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 35%;
	max-width: 500px;
	height: 100vh;/*ナビの高さ*/
	background-color: #FFFFFF;
	/*動き*/
	transition: all 0.6s;
    box-shadow: 0 0 10px rgb(0,0,0,30%);
}

/*アクティブクラスがついたら位置を0に*/
#slide_index.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#slide_index.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#slide_index ol {
	width: 46%;
	z-index: 999;
	left: 25%;
	text-align: left;
	display: block;
	padding-left: 2em;
	padding-top: 1em;
}
#slide_index p{
	font-size: 200%;
	color: #F4CA32;
}

#slide_index a{
	text-decoration: none;
}
#slide_index a:hover{
	text-decoration: underline;
}
#slide_index ol>li{
	margin-left: 1.5em;
	font-size: 120%;
	margin-bottom: 1em;
	font-weight: 800;
}
#slide_index ol>li ul li{
	list-style-type: none;
    margin-left: 1.3em;
	font-weight: 600;
    position: relative;
}


#slide_index ol>li ul li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F4CA32;
    position: absolute;
    left: -13px;
    top: calc(0.75em);
}


/*リストのレイアウト設定*/



/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
}
.openbtn div{
    background-color: #ED6C00;
    color: #FFFFFF;
    padding-top: 0.55rem;
    padding-right: 0.2rem;
    line-height: 1.7em;
    padding-bottom: 19px;
    padding-left: 0.2rem;
    display: block;
    position: absolute;
    transition: 0.3s;
    margin-top: 2.5rem;
    right: -10px;
    background-image: url(../img/slide_index_icon.png);
    background-repeat: no-repeat;
    background-position: center top 1em;
    background-size: 40% auto;
    font-size: 160%;
}
.openbtn.active div{
	opacity: 0;
	direction: none;
  }

.openbtn.active {
    top: 0rem;
    width: 50px;
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(2),
.openbtn span:nth-of-type(3){
	display: none;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
	display: inline;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
	display: inline;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
	display: inline;
}

