﻿@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.container {
	width: 100%;
}

 :root {
  --base-fontcolor: #333;
  --side-fontcolor: #333;
  --main-color: #f69400;
  --main-bgcolor: #f4f4f4;
  
  --base-font:"Noto Sans JP", sans-serif;
  --sub-font:"M PLUS Rounded 1c"; 
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

            @media screen and (max-width: 719px) {
              br.forPc {
              	display: none;
              }
              }

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.hidden {
  display:none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
  counter-reset: number 0;    
  overflow-x: hidden;
}
footer article dl,
article {
	width: 100%;
	margin: 0 auto;
}
footer article dl,
article {
	max-width: 1210px;/* 共通コンテンツ幅 */
	padding-left:30px;
	padding-right:30px;
  padding-bottom: 70px;
}
            @media screen and (max-width:798px) {
                article {
                    padding-left:20px;
                    padding-right:20px;
                }
                }

.breadCrumb ul {
	max-width: 1210px;
}

/*--------------------------------------- header */

header {
	position: fixed;
  height: 100vh;
  width: 25%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color:var(--main-color);
  padding:30px 20px 20px 100px;
  color:var(--side-fontcolor);
}
header #header_logo {
  margin:0;
}

                  @media screen and (max-width:1470px) {
                  header {
                    padding:30px 20px 20px 30px;
                  }
                  }
                  @media screen and (max-width:1200px) {
                  header {
                    padding:30px 20px 20px 20px;
                  }
                  }

            @media screen and (max-width:695px) {
                header {
                    padding:15px 20px 10px 20px;
                }
                }

@media screen and (max-width:1124px) {
	header {
		width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
	}
	header #header_logo {
		text-align: center;
	}
}


header #header_inner {
	max-width: 100%;/* ヘッダ幅100% */
	/* max-width: 1280px; ヘッダ最大幅1280px */
	margin:0 auto;
	padding: 0;
	background-color: transparent;
}
@media screen and (max-width:719px) {
	header #header_inner {
		padding: 0 30px;
	}
}
.lower header #header_logo {
  margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents{
	flex: 1;
}
header #header_logo a {
	display: inline-block;
	padding: 0;
}

header #header_logo img {
	width:100%;
	vertical-align: middle;
  max-width: 255px;
  text-align: center;
}
                  @media screen and (max-width:1124px) {
                  header #header_logo img {
                    max-width:none;
                    max-height:55px;
                    width: auto;
                  }
                  header .sp_menu #header_logo img {
                    max-height: 140px;
                  }
                  }



            @media screen and (max-height:640px) {
                header #header_logo img {
                    max-width: 180px;
                }
                }

/* nav */
header nav {
  position: absolute;
  bottom: 30px;
  left: 90px;
}
                  @media screen and (max-width:1470px) {
                  header nav {
                    left: 18px;
                  }
                  }
                  @media screen and (max-width:1200px) {
                  header nav ul {
                    padding-left:10px;
                  }
                  }
                  @media screen and (max-width:1124px) {
                  header nav {
                  		display:none;
                  	}
                  header .sp_menu nav {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    }
                  }
            @media screen and (max-height:555px) {
                header nav {
                    bottom: 14px;
                }
                }


header nav .sp_menu_navi li,
header nav .navigation li {
	list-style: none;
  position:relative;
  margin-bottom: 36px;
}
            @media screen and (max-width: 1124px) {
              header nav .sp_menu_navi li {
                margin-bottom: 20px;
              }
              }


            @media screen and (max-height:820px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 20px;
                }
                }
            @media screen and (max-height:765px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 16px;
                }
                }
            @media screen and (max-height:695px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 10px;
                }
                }
            @media screen and (max-height:515px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 9px;
                    line-height: 1.3;
                }
                }

header nav .sp_menu_navi li a,
header nav .navigation li a {
	text-decoration: none;
  color:var(--side-fontcolor);
  padding-left:25px;
  font-size:1.7em;
  display:block;
}
header nav .sp_menu_navi li a:before,
header nav .navigation li a:before {
	content:"";
  display:inline-block;
  width:15px;
  border-top:solid 1.5px var(--side-fontcolor);
  height:1px;
  top:0.7em;
  left:0;
  position:absolute;
}
header nav .sp_menu_navi li a span,
header nav .navigation li a span {
  display: block;
  font-size: 0.5em;
  margin-top: 3px;
  margin-left: 23px;
}
            @media screen and (max-height:515px) {
                header nav .sp_menu_navi li a span,
                header nav .navigation li a span {
                    margin-top: 0;
                }
                }


/* contact btn */
.contactBtn {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
                  @media screen and (max-width:1200px) {
                  .contactBtn {
                    margin-left: 10px;
                    margin-right: 25px;
                  }
                  }

.contactBtn a {
  display:block;
  text-decoration: none;
  padding:15px 30px;
  color: var(--side-fontcolor);
  border:solid 1.5px var(--side-fontcolor);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.362);
}
                  @media screen and (max-width:1200px) {
                  .contactBtn a {
                    padding:15px 20px;
                  }
                  }
            @media screen and (max-height:640px) {
                .contactBtn a {
                    padding:8px 30px;
                }
                }
            @media screen and (max-height:515px) {
                .contactBtn a {
                    font-size: 0.8em;
                }
                }
  
/*--------------------------------------- mainContents */
section {
  transform: rotate(0.03deg); 
}


/*--------------------------------------- page_top */

@media screen and (max-width: 1124px) {
#page_top {
  bottom: 100px!important;
}
}

/*--------------------------------------- footer */
footer {
  padding: 10px 0 10px;
  background: url("img/footer_bg.jpg") center bottom repeat-x;
  background-size: auto 100%;
  text-align: center;
}
                    @media screen and (max-width: 640px) {
                      footer {
                          padding-bottom: 70px;
                        }
                    }


footer p {
  padding:20px;
}
footer p img {
  margin:0 auto;
  padding:0;
  max-width:700px;
  width: 100%;
}



.copy {
	text-align:center;
	font-size: 0.8em;
  color:#333;
  background-color:#FFF;
  margin:40px auto 50px;
}

.footerFixedNavi {
  display:none;
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: var(--base-fontcolor);
  padding: 18px 16px 18px 10px;
  text-align: center;
  margin: 0;
}

.footerFixedNavi li {
  flex: auto;
  list-style: none;
  padding:0;
  margin:0;
}

.footerFixedNavi a {
  display:block;
  color: #FFF;
  text-decoration: none;
  font-size:1.1em;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footerFixedNavi a:hover {
  color: #FFF;
}

.footerFixedNavi li img {
  max-width: 31px;
}
.footerFixedNavi li i {
  margin-right: 8px;
}

@media screen and (max-width: 1124px) {
.footerFixedNavi {
  display: flex;
  
}
.body_contact .footerFixedNavi {
  display:none;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width /***/: auto;
}
table td img{
	max-width: 100%;
	height:auto !important;
}
iframe{
	max-width:100%;
}
@media screen and (min-width:720px) {
	.only_pc{
		display:block;
	}
	.only_sp{
		display:none;
	}
}
@media screen and (max-width:719px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}

/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
}

body {
  font-family: var(--base-font);
	line-height: 1.5;
	color: var(--base-fontcolor);
  font-weight:600;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5em;
/* 基準フォントサイズ1.5em=15px */
  letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:719px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
    font-size: 0.92em;
	}
}

.subFont {
  font-family: var(--sub-font);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h2 {
	font-weight:700;
  color:#333;
	padding: 70px 0 50px;
	margin: 0 auto 50px;
	text-align: center;
  line-height: 1.5;
  font-family: var(--sub-font);
}
                    @media screen and (max-width: 821px) {
                      h2 {
                            padding: 30px 0 20px;
                        }
                    } 

h2:after {
  content:'';
  position:absolute;
  width: 50px;
  height: 5px;
  border-radius: 4px;
  background-color:#fbb64f;
  display:inline-block;
  bottom:0;
  left:50%;
  transform: translateX(-50%); 
}
 
h3 {
	font-weight: normal;
	padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom:double 2px;
}
h4{
	padding: 0 1em;
	margin: 1em 0;
	font-weight: bold;
	border-left: 3px solid var(--base-fontcolor);
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid var(--base-fontcolor);
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding:0.2em;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 2.21em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 719px) {
	.lower h1,
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5,h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}

/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img{
	opacity: 0.8;
}

/*--------------------------------------- btn */
/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
  position:relative;
	padding: 1.4em 2em;
	line-height: 1.5;
	background-color: var(--main-color);
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
  width: 90%;
  max-width: 420px;
  font-size: 1.2em;
}
.btn a:hover {
	background-color: var(--main-color);
}

.btn a:after {
  content:"";
  top:38%;
  right:30px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #FFF;  
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn a:hover:after {
  right:20px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TOPpage（home） */

.formBtn {
  position: fixed;
  top: 260px;
  right: 0;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0;
  padding:3px;
  background-color:#f69301;
  border-radius: 8px 0 0 8px;
  z-index: 99;
}
                    @media screen and (max-width: 640px) {
                      .formBtn {
                          top: auto;
                          bottom:0;
                          width:100%;
                          height:80px;
                          border-radius: 0;
                        }
                    }

.formBtn a {
  position: relative;
  display: block;
  padding: 60px 20px 20px;
  width: 120px;
  height: 114px;
  color: #FFF;
  text-decoration: none;
  border:solid 1px #FFF;
  border-radius: 8px 0 0 8px;
  transition: all 0.5s ease 0s;
}
                    @media screen and (max-width: 640px) {
                      .formBtn a {
                          padding: 40px 20px 20px;
                          width:100%;
                          height:100%;
                          border-radius: 0;
                        }
                    }

.formBtn a:hover {
  background-color:#dc8300;
}
.formBtn a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1.36667em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.formBtn a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 37px;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
                    @media screen and (max-width: 640px) {
                      .formBtn a::after{
                        top:15px;
                      }
                      .formBtn a::before {
                          top:17px;
                        }
                    }


/*--------------------------------------- key */
.body_home .key {
  position:relative;
  background-image:url(../img/key.jpg);
  padding: 26.5% 0;
  display: block;
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}
.body_home .key h1 {
  text-align: center;
  padding:0 20px;
  position:absolute;
  bottom:40px;
  left:0;
  width:100%;
}
.body_home .key h1 span {
  display:none;
}
                    @media screen and (max-width: 640px) {
                      .body_home .key h1 {
                        bottom:20px;
                      }
                        .body_home .key h1 span {
                          display:block;
                          width:80%;
                          margin:10px auto 0;
                        }
                    }

.body_home .key h1 img {
  max-width:750px;
  width: 100%;
}
.body_home .key .kinki {
  position: absolute;
  top: 10px;
  left: 20px;
  max-width:180px;
}
.body_home .key .period {
  position:absolute;
  top:10px;
  right:20px;
  max-width:400px;
}
                    @media screen and (max-width: 640px) {
                        .body_home .key .period {
                          display:none;
                        }
                    }

.body_home .key:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	border-style: solid;
}
.body_home .key:after {
	bottom: 0;
	border-color: transparent #fff transparent;
	border-width: 5vw 50vw 0;
}

/*--------------------------------------- introduction */
.body_home .introduction {
  text-align: center;
  background-image:url("../img/introduction_bg02.png"), url("../img/introduction_bg01.png"), url("../img/introduction_bg03.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 108% 250px, -4% 80px, 24% 120%;
  background-size: 29% auto, 28% auto, 28% auto;
  transition: all 0.5s ease-out;
}
                    @media screen and (max-width: 1200px) {
                        .body_home .introduction {
                          background-position: 108% 250px, -10% 80px, 24% 120%;
                          background-size: 31% auto, 31% auto, 42% auto;
                        }
                    }

                    @media screen and (max-width: 821px) {
                        .body_home .introduction {
                          text-align: left;
                          background-position: 106% 40px, -2% 40px, 24% 120%;
                        }
                    }

.body_home .introduction p {
  font-size:1.1em;
  line-height:2;
}
.body_home .introduction div {
  margin-bottom:30px;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.body_home .introduction p span {
position: relative;
  background: linear-gradient(transparent 40%, yellow 40%);
}

/*--------------------------------------- episode */
.body_home .episode {
  background:repeating-conic-gradient(transparent,transparent 6deg,#fffbef 6deg 12deg);
  
}
.body_home .episode div {
  display: flex;
  flex-wrap: wrap;
  padding: 130px 10px 10px;
  gap: 30px;
}
@media (width <= 500px) {
  .body_home .episode div {
    padding: 0;
    gap: 20px;
  }
}

.body_home .episode div dl {
  position:relative;
  width: calc((100% - 60px) / 3);
  background-color:#FFF;
  padding:20px;
  border:solid 1px #b2b2b2;
  border-radius:6px;
}
@media (width <= 500px) {
  .body_home .episode div dl {
    margin-top: 130px;
  }
}

.body_home .episode div dl:before {
  background:url("../img/faceic_01.png") center top no-repeat;
  background-size: auto 140px;
  content: "";
  width:100%;
  height:140px;
  display:block;
  position: absolute;
  top: -160px;
  left: 0;
  transform: translateX(-50%); 
  animation: yurayura 4s linear infinite;
}
.body_home .episode div dl:nth-last-child(2):before {
  background:url("../img/faceic_02.png") center top no-repeat;
  background-size: auto 140px;
  animation: yurayura02 4s linear infinite;
}
.body_home .episode div dl:last-of-type:before {
  background:url("../img/faceic_03.png") center top no-repeat;
  background-size: auto 140px;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}
@keyframes yurayura02 {
  0% , 100%{
      transform: rotate(-5deg);
  }
  50%{
      transform: rotate(5deg);
  }
}

@media (width <= 500px) {
  .body_home .episode div dl {
    width: calc((100% - 20px) / 1);
  }
}

.body_home .episode div dt {
  position:relative;
  text-align: center;
  font-size:1.2em;
  margin-bottom:10px;
}

.body_home .episode div dt img {
  width:70%;
  max-width:100px;
}
.body_home .episode div dd {
  font-weight:400;
  padding:0;
  margin:0;
}
.body_home .episode div dd:after, .body_home .episode div dd:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
}
.body_home .episode div dd:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.body_home .episode div dd:before {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #b2b2b2;
  border-width: 15px;
  margin-left: -15px;
}


.body_home .episode .text {
  text-align: center;
  font-size:1.2em;
}

                    @media screen and (max-width: 821px) {
                      .body_home .episode .text {
                        text-align: left;
                      }
                        .body_home .episode .text br {
                          display:none;
                        }
                    }


/*--------------------------------------- howTo_present */
.body_home .howTo_present {
  background: #FFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 50%, rgba(250, 250, 250, 1) 100%);
}
                    @media screen and (max-width: 821px) {
                        .body_home .howTo_present {
                          background: #FFF;
                        }
                        .body_home .howTo_present article {
                          padding:0;
                        }
}

.body_home .howTo_present .floatL,
.body_home .howTo_present .floatR {
  width:50%;
  padding:0 40px;
}
                    @media screen and (max-width: 821px) {
                        .body_home .howTo_present .floatL,
                        .body_home .howTo_present .floatR {
                          float:none;
                          width:100%;
                          padding:0 20px 40px;
                        }
                    }


.body_home .howTo_present .floatL ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.body_home .howTo_present .floatL ol>li {
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
  font-size:1.1em;
}
.body_home .howTo_present .floatL ol>li:before {
  content: "0"counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--main-color);
  color: #FFF;
  padding:4px;
  display: block;
  float: left;
  line-height: 22px;
  margin: -4px 8px 0 -30px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  vertical-align:baseline;
}
.body_home .howTo_present .floatL ol li ul {
  margin-top:4px;
}
.body_home .howTo_present .floatL ol li li {
  list-style: disc;
  font-weight:400;
  font-size:0.9em;
}


                    @media screen and (max-width: 821px) {
                        .body_home .howTo_present .floatR {
                          background: #fafafa;
                        }
                    }

.body_home .howTo_present .floatR dl {
  font-size:1.1em;
  margin:0 auto;
}
.body_home .howTo_present .floatR dt {
  text-align: center;
  margin-bottom:20px;
}
.body_home .howTo_present .floatR dd {
  margin:0;
  padding:0;
  font-weight:400;
}
.body_home .howTo_present .floatR dd ul {
  margin:0;
}
.body_home .howTo_present .floatR dd li {
  margin:0 0 10px;
  list-style:none;
  font-size:0.9em;
}
.body_home .howTo_present .floatR dd li span {
  display:inline-block;
  background-color: var(--main-color);
  color: #FFF;
  margin-right:10px;
  padding:2px 10px;
  text-align: center;
  min-width:7em;
}
.body_home .howTo_present .floatR dd p {
  text-align: center;
  margin: 0;
}
.body_home .howTo_present .floatR dd img {
  max-width:360px;
  margin:0 auto;
}

/*--------------------------------------- overview */
.body_home .overview {
  background-color:#fffbef;
}

.body_home .overview dt,
.body_home .overview dd {
  padding:20px;
  margin:0 0 20px;
  background-color: rgba(255, 255, 255, 0.72);
}
.body_home .overview dt {
  float:left;
  clear: both;
  width:15%;
  border-radius: 4px 0 0 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position:relative;
  text-align: center;
}
                    @media screen and (max-width: 821px) {
                        .body_home .overview dt {
                          float:none;
                          width:100%;
                          border-radius: 4px 4px 0 0;
                          margin:0;
                          padding:15px 20px 10px;
                        }
                    }

.body_home .overview dt:after {
  position:absolute;
  width:1px;
  height:calc(100% - 40px);
  background-color:#333;
  top:20px;
  right:0;
  content:'';
}
                     @media screen and (max-width: 821px) {
                        .body_home .overview dt:after {
                          background-color: #333;
                          width: 20%;
                          height: 1px;
                          top: auto;
                          bottom: 0;
                          right: 40%;
                        }
                    }

  .body_home .overview dd {
  float:right;
  width:85%;
  border-radius: 0 4px 4px 0;
}

                    @media screen and (max-width: 821px) {
                        .body_home .overview dd {
                          float:none;
                          width:100%;
                          border-radius: 0 0 4px 4px;
                          padding:10px 20px 15px;
                        }
                    }






/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.body_home .overview dl:after,
article:after,
.body_home .where .list:after {
	content: "";
	display: block;
	clear: both;
}




