﻿@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: 100%;
}

.container {
	width: 100%;
}

 :root {
  --base-fontcolor: #333;
  --side-fontcolor: #333;
  --main-color: #5099e4;
  --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;
}
dd {
  margin:0;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 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) {
              .forPc {
              	display: none;
              }
              }
.small {
  font-size:0.8em;
}

.forTab {
	display: none;
}

.forSp {
	display: none;
}

.hidden {
  display:none;
}

            @media screen and (max-width: 814px) {
              .forTab {
              	display: block;
              }
              }
            @media screen and (max-width: 719px) {
              .forSp {
              	display: block;
              }
              }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 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: 40px 30px 50px;
  line-height: 1.7;
}
            @media screen and (max-width:814px) {
                article {
                    padding: 20px 30px 20px;
                }
                }

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

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

header {
  z-index: 9;
  padding:30px 20px 20px 100px;
}
            @media screen and (max-width:814px) {
               header {
                  padding: 20px;
                }
                }

header h1 {
  margin: 0;
}

header h1 img {
  max-width: 220px;
}


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); 
}
section:nth-child(even) {
  background-color:#f0f6fd;
  border-radius: 8rem;
  padding: 20px 0 0;
}
            @media screen and (max-width:814px) {
                section:nth-child(even) {
                    padding: 20px 0 40px;
                  border-radius: 5rem;
                }
                }

/*--------------------------------------- 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;
}
            @media screen and (max-width:814px) {
                .copy {
                    margin:10px auto 20px;
                }
                }

.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: 100%;
}
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.6em;
/* 基準フォントサイズ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:var(--main-color);
	padding: 10px 0 10px;
	margin: 0 auto 50px;
	text-align: center;
  line-height: 1.5;
  font-family: var(--sub-font);
}
                    @media screen and (max-width: 821px) {
                      h2 {
                            padding: 0 0 20px;
                            margin: 0 auto 20px;
                        }
                    } 

 
h3 {
	font-weight: normal;
	padding: 0 0 15px;
  margin-bottom: 40px;
  border-bottom:double 2px;
  text-align: center;
}
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: 33%;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding:0.2em;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 2.1em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.2em;
	}
	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;
}


/*--------------------------------------- table */

table {
	border-collapse: collapse;
  word-break: break-all;
  word-wrap: break-all;
}
                            @media screen and (max-width:904px) {
                            	table {
                            		width:100%;
                            	}
                            }

table th,
table td {
	border: 1px solid #CCCCCC;
  word-break: break-word;
  white-space: normal;
  padding: 10px;
}
table th {
	background: #eeeeee;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
table[border="1"] th table[border="0"] td,
table[border="1"] td table[border="0"] td {
	border: none;
}

@media screen and (max-width:719px) {
	table th {
		width: auto !important;
	}
	.sp_table td,
	.sp_table th,
	.sp_table tr{
		display: block;
		width: 100%!important;
	}
}
table.responsive,
table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.responsive[border="0"],
table.responsive[border="0"] th,
table.responsive[border="0"] td,
table.responsive2c[border="0"],
table.responsive2c[border="0"] th,
table.responsive2c[border="0"] td {
	border: none;
}
@media screen and (max-width: 719px) {
	table.responsive,
	table.responsive2c {
		max-width:100%;
	}
	table.responsive td,
	table.responsive th{
		display: block;
		width: 100% !important;
	}
	table.responsive2c td,
	table.responsive2c th{
		float:left;
		width: 50% !important;
	}
	table.responsive td img,
	table.responsive2c td img {
		max-width:100%;
		height:auto;
	}

}
table.responsive[border="0"] td table:not([border="0"]) th,
table.responsive[border="0"] td table:not([border="0"]) td,
table.responsive2c[border="0"] td table:not([border="0"]) th,
table.responsive2c[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
	table.responsive2c td,
	table.responsive2c th{
		width: 100% !important;
	}
}

/*--------------------------------------- introduction */

.introduction {
  font-size: 1.2em;
  font-weight : 500;
}

/*--------------------------------------- frame */
.frame {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom:30px;
  background-color: #FFF;
}
.frame dt {
  margin-bottom:10px;
  font-size:1.2em;
}
.frame dt img {
  max-width: 90px;
  margin: 0 auto;
}

/*--------------------------------------- .imageTxt */
.imageTxt .txt {
  float:left;
  width:60%;
}
.imageTxt .image {
  float:right;
  width:38%;
}
.imageTxt.pattern02 .txt {
  width:40%;
}
.imageTxt.pattern02 .image {
  width:52%;
}

                    @media screen and (max-width: 821px) {
                      .imageTxt .txt,
                      .imageTxt .image,
                      .imageTxt.pattern02 .txt,
                      .imageTxt.pattern02 .image {
                            float:none;
                            width: 100%;
                        }
                    } 


/*--------------------------------------- voiceArea */

.voiceArea {
  margin: 0 0 50px;
  line-height:1.6;
}
            @media screen and (max-width:814px) {
                .voiceArea {
                    margin: 0;
                }
                }

.voiceArea dl {
  padding-top: 15px;
}
.voiceArea dl dt {
  float: right;
  width: 8%;
  clear: both;
  padding-top: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom:25px;
}
            @media screen and (max-width:814px) {
                .voiceArea dl dt {
                    margin-left: 20px;
                }
                }

.voiceArea dl dt:nth-of-type(even) {
  float:left;
}
            @media screen and (max-width:814px) {
                .voiceArea dl dt:nth-of-type(even)  {
                    margin-right: 20px;
                    margin-left:0;
                }
                }

.voiceArea dt img {
  width: 85%;
  margin: 0 auto;
  max-width: 55px;
  border-radius: 50%;
}
.voiceArea dd {
  float: right;
  background: #f4f4f4;
  padding: 20px 30px 20px;
  width: 63%;
  margin:0 0 25px;
  position:relative;
  font-size: 1em;
  border-radius: 4px;
}
            @media screen and (max-width:814px) {
                .voiceArea dd {
                    width: 70%;
                    padding: 20px;
                }
                }

section:nth-child(even) .voiceArea dd {
  background-color:#FFF;
}
section:nth-child(even) .voiceArea dd:nth-of-type(even),
.voiceArea dd:nth-of-type(even){
  float:left;
  background: #21aaea;
}
.voiceArea dd:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #f4f4f4;
}
section:nth-child(even) .voiceArea dd:before {
  border-left: 12px solid #fff;
}
section:nth-child(even) .voiceArea dd:nth-of-type(even):before,
.voiceArea dd:nth-of-type(even):before {
  border-left: none;
  border-right: 12px solid #21aaea;
  left: -11px;
  right: auto;
}
.voiceArea dd span {
  display: inline-block;
  background: #fff;
  font-size:0.8em;
  padding:3px 10px;
  margin-bottom:4px;
}
section:nth-child(even) .voiceArea dd:nth-of-type(odd) span  {
  background: #f3f3f3;
}

/* pattern02 */
.voiceArea.pattern02 dl dt:nth-of-type(odd) {
  float:left;
}
            @media screen and (max-width:814px) {
                .voiceArea.pattern02 dl dt:nth-of-type(odd) {
                    margin-right: 20px;
                    margin-left: 0;
                }
                }

.voiceArea.pattern02 dd:nth-of-type(odd){
  float:left;
  background: #21aaea;
}
.voiceArea.voiceArea.pattern02 dd:nth-of-type(odd):before {
  border-left: none;
  border-right: 12px solid #21aaea;
  left: -11px;
  right: auto;
}
.voiceArea.voiceArea.pattern02 dd:nth-of-type(odd) span  {
  background: #FFF;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TOPpage（home） */


/*--------------------------------------- key */
.body_home .key {
  text-align:  center;
  margin-bottom: 40px;
}
.body_home .key img {
  max-width: 710px;
}

/*--------------------------------------- faq */
.body_home .faq {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.body_home .faq dt {
  display: inline-block;
  width: 100%;
  padding-bottom: calc(.4vw + .375rem - -3px);
  background-image: url(img/line_dot.svg);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 1.15em;
}

@media (width <= 500px) {
  .body_home .faq {
    padding: 0;
    gap: 20px;
  }
}

.body_home .faq dl {
  position:relative;
  width: calc((100% - 60px) / 3);
  padding:20px;
}
            @media screen and (max-width:814px) {
                .body_home .faq dl {
                    width: 100%;
                    padding: 0;
                }
                }

.body_home .faq dd {
  margin: 20px 0;
}
            @media screen and (max-width:814px) {
                .body_home .faq dd {
                    margin: 20px 0 0;
                }
                }

/*--------------------------------------- .contentsList */

.contentsList {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 70px;
}

.contentsList dt {
  margin-bottom: 10px;
}
.contentsList dd li {
  margin-bottom: 10px;
}

/*--------------------------------------- 01 */
.img0101 img {
  max-width: 320px;
}
.img0102 img {
  max-width: 560px;
}
.img0103 img {
  max-width: 630px;
}

.frame.style02 {
  text-align: center;
  font-size: 1.3em;
  padding: 40px 20px 45px;
  margin-top: 36px;
  line-height: 1.85;
}
                    @media screen and (max-width: 821px) {
                        .frame.style02 {
                          font-size: 1.2em;
                          padding: 20px 10px;
                          margin-top: 0;
                        }
                    }

.frame.style02 dt {
  font-size: 1em;
}

/*--------------------------------------- 03 */
.img0301 img {
  max-width: 570px;
}

/*--------------------------------------- 04 */
.img0401 img {
  max-width: 630px;
}

/*--------------------------------------- 07 */
.img0701 img {
  max-width: 610px;
}



/*--------------------------------------- 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 */
.imageTxt:after,
.body_home .voiceArea dl:after,
article:after,
.body_home .where .list:after {
	content: "";
	display: block;
	clear: both;
}




