@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
img {
	width:100%;
	max-width: 100%;
	height: auto;
	border:none;
	vertical-align:bottom;
}
blockquote, q {
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
	color:#000;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance:none;
	border-radius:0;
	font-family:font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.fleft { float:left; }
.fright { float:right; }

.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.valignTop { vertical-align:top; }
.valignMiddle { vertical-align:middle; }
.valignBottom { vertical-align:bottom; }
.bold { font-weight:bold; }
.pcon { display:block; }
.spon { display:none; }

@media screen and (max-width:1013px){
	.brpc{display: none;}
    
}
@media only screen and (min-width:1px) and (max-width:640px){
.pcon { display:none; }
.spon { display:block; }
}
.kv {
  margin-bottom: 50px;
	/* position: relative; */
}
.box-shadow {
  box-shadow: #ccc 0px 0px 20px 1px;
}
.link > a::after {
	content: '';
	background: url(/we-system/common/img/link.png) no-repeat center center;
	width: 10px;
	height: 10px;
	display: inline-block;
	/* vertical-align: middle; */
	padding-left: 10px;
}
.link-white > a > span::before {
	content: '';
	background: url(/we-system/common/img/link-white.png) no-repeat center center;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.pc {
  display: none;
}
p,ul {
  margin-bottom: 1em;
}
video {
	margin-top: -10vw;
}
.movie-con {
  margin: auto;
  width: 60%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.image-box {
  margin-bottom: 3em;
}
.image-box figure {
  width: 40%;
	margin: auto;
}
.movie-con > img {
  margin-bottom: 20px;
}
.movie-con > .col-2 {
  justify-content: space-between;
}
.movie-con > p {
  color: #1c357c;
  text-align: left;
  font-weight: bold;
}
.movie-con > .col-2 > .col-left {
  margin: 0 20px 0 0;
  flex: 1 1 0;
}
.movie-con > .col-2 > .col-right {
  flex: 1 1 0;
}
.border {
	border: 1px solid #000;
}
.border-gray {
	border: 1px solid #eee;
}
.border-dotted {
  border-bottom: 1px dotted #ccc;
}
.border-blue-frame {
  border: 1px solid #1c357c;
  padding: 20px 40px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.blue {
	color: #1c357c;
}
.stand-out {
	color: #3e66c6;
	font-size: 1.7rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 3px 2px;
}
.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.col-2 > .table {
  display: table;
}
.col-2 > .table > dl {
  display: table-row;
}
.col-2 > .table > dl > dt,.col-2 > .table > dl > dd {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.col-2 > .table > dl > dt {
  text-align: center;
  background-color: #eee;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #1c357c;
  border-bottom: none;
}
.col-2 > .table > dl:last-child > dt {
  border-bottom: 1px solid #1c357c;
}
.col-2 > .table > dl > dd {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #1c357c;
  border-left: none;
  border-bottom: none;
}
.col-2 > .table.col-right {
  flex: .5 1 0;
}
.col-2 > .table > dl:last-child > dd {
  border-bottom: 1px solid #31357c;
}
.col-3 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.col-4 {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
.col-4.under div > figure {
	margin-bottom: .5em;
}
.col-4.under div p {
	display: block;
}
.col-4 .col-left,.col-4 .col-center-left,.col-4 .col-center-right,.col-4 .col-right {
	flex: .2 1 0;
}
.col-4 .col-left p,.col-4 .col-center-left p,.col-4 .col-center-right p,.col-4 .col-right p {
	display: flex;
	align-items: center;
}
.col-4 > .col-left figure,.col-4 > .col-center-left figure,.col-4 > .col-center-right figure,.col-4 > .col-right figure {
	position: relative;
}
.col-4 > .col-left figure::after,.col-4 > .col-center-left figure::after,.col-4 > .col-center-right figure::after {
	content: '';
	background: url(/we-system/support/img/manual/arrow-right.png)center center no-repeat;
	display: inline-block;
	width: 20px;
	height: 34px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 1em;
}
.col-4.under > .col-left figure::after,.col-4.under > .col-center-left figure::after,.col-4.under > .col-center-right figure::after {
	background: url(/we-system/support/img/manual/arrow-left.png)center center no-repeat;
}
.col-4 > .col-right figure::after {
	content: '';
	background: url(/we-system/support/img/manual/arrow-bottom.png)center center no-repeat;
	width: 34px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2.5em;
}
.col-4.under > .col-right figure::after {
	background: inherit;
}
.img-box {
	width: 45%;
}
.img-box > p {
	color: #1c357c;
	font-weight: bold;
}
.title-col-2 {
  display: flex;
  justify-content: space-around;
}
.title-col-2 > .title-col-left > p,.title-col-2 > .title-col-right > p {
  color: #1c357c;
  font-weight: bold;
}
.title-col-2 > .title-col-left,.title-col-2 > .title-col-right {
  flex: .45 1 0;
}
.manual_col-2 > .col-left,.manual_col-2 > .col-right {
  flex: .45 1 0;
}
.justify-c {
  justify-content: center;
}
.j-space-a {
  justify-content: space-around;
}
.j-space-b {
  justify-content: space-between;
}
.col-3 > .col-left,.col-3 > .col-center,.col-3 > .col-right {
  flex: .3 1 0;
}
.col-3 .col-left > p,.col-3 .col-center > p,.col-3 .col-right > p {
	color: #1c357c;
	font-weight: bold;
}
}
.col-3 > a {
  flex: .3 1 0;
}
.col-left {
  order: 0;
}
.col-center {
  order: 5;
}
.col-right {
  order: 10;
}
.popup {
	position: relative;
}
.popup::after {
	content: '';
	background: url(/we-system/common/img/popup1.png)center center no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	right: .5vw;
}
#contents-wra section {
  margin-bottom: 60px;
}
#contents-wra h2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1em;
  margin-bottom: 20px;
}
#contents-wra h2::before {
  position: absolute;
  left: 0;
  border-left: 5px solid #0a1634;
  height: 35px;
  content: '';
}
.col_title {
  text-align: center;
}
.col_title > span {
  border-bottom:2px solid #1c357c;
}
.col-2 {
  margin-bottom: 40px;
}
.col-2 > figure.col-left,.col-2 > figure.col-right {
  flex: .45 1 0;
}
.col-2 > a {
  flex: .45 1 0;
}
.col-2 > p.col-left {
  flex: .45 1 0;
}
.col-2.v-align-c {
	flex-wrap: nowrap;
}
.col-2.v-align-c > .col-left,.col-2.v-align-c > .col-right {
	flex: .45 1 0;
}
figure > figcaption {
  text-align: center;
  color: #1c357c;
  font-weight: bold;
}
.check-list {
  position: relative;
  padding-left: 1.75em;
  color: #1c357c;
}
.check-list::before {
  position: absolute;
  content: '';
  background: url(../img/check.png) no-repeat left center;
  width: 18px;
  height: 18px;
  left: 0;
}
.target_time_etc {
  display: table;
  margin-bottom: 20px;
  font-weight: bold;
}
.target_time_etc > dl {
  display: table-row;
  line-height: 1.5em;
}
.target_time_etc > dl > .coron::after {
  content: '：';
}
.target_time_etc > dl > .space::after {
  content: '　';
}
.target_time_etc > dl > dt {
  width: 10%;
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
}
.target_time_etc > dl > dd {
  line-height: 1.5em;
}
.target_time_etc > dl > dt,.target_time_etc > dl > dd {
  display: table-cell;
}
.box-1 {
  margin-bottom: 40px;
}
 /* {
  content: '●';
  font-size: 10px;
  position: relative;
  bottom: 1px;
  padding-right: .5em;
} */
.example {
  margin-bottom: 20px;
}
.example.list-back-gray > ul.col-2 {
	margin-bottom: 0;
}
.list-back-gray {
  background-color: #eee;
  padding: 20px;
}
.list-back-gray > p {
  margin-bottom: 1em;
  font-weight: bold;
}
.list-back-gray > li {
  font-weight: bold;
  line-height: 2em;
}
.list-back-gray  ul > li,.list-bullet > li {
  line-height: 1.75em;
  font-weight: bold;
}
.list-back-gray  ul > li::before,.list-bullet > li::before {
  content: '●';
  font-size: 10px;
}
.list-back-gray  ul >  li > span,.list-bullet > li > span {
  padding-left: .5em;
}
.list-back-gray .col-2_ul {
  justify-content: flex-start;
}
.list-back-gray .col-2_ul > li {
  width: 40%;
  text-indent: -1.25em;
  padding-left: 1.25em
}
.cell,.cell-2 {
  box-shadow: #ccc 0px 0px 20px 1px;
  display: flex;
  padding: 30px 25px;
}
.cell-2 {
	justify-content: space-around;
}
.cell-2.figure_inn {
  justify-content: space-between;
  margin-bottom: 3em;
}
.cell-2.figure_inn div > p {
  margin-bottom: 2em;
}
.cell-2.figure_inn .case-1,.cell-2.figure_inn .case-2 {
  flex: .47 1 0;
  position: relative;
}
.cell-2.figure_inn .case-1::after {
  content: '⇒';
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: -1.6em;
  transform: translate(-50%);
}
.cell-2.figure_inn .case-inn {
  background-color: inherit;
  padding: 0;
}
.cell > .case-1,.cell > .case-2 {
  flex: 1 1 0;
}
.cell ul {
  width: 90%;
  margin: auto;
}
.cell ul > li {
  margin-bottom: 1em;
  width: 100%;
}
.cell > div > p,.cell-2 > div > p {
  text-align: center;
  margin-bottom: 1em;
}
.cell > div > p > span,.cell-2 > div > p > span {
  border-bottom: 2px solid #1c357c;
}
.cell > .case-1_inn,.cell > .case-2_inn {
  display: table;
}
.cell > div dl {
  display: table-row;
}
.cell > div dt {
  display: table-cell;
  width: 28%;
  padding: 10px;
  vertical-align: middle;
  background: #1c357c;
  color: #fff;
  text-align: center;
}
.cell > div dd {
  display: table-cell;
  padding: 5px 10px;
  background-color: #dfdfd2;
}
.cell-2 > .case-1,.cell-2 > .case-2 {
  width: 100%;
	flex: .45 1 0;
}
.cell-2 > div > .case-inn {
  text-align: left;
  /* margin: 0 1em; */
  background-color: #dfdfd2;
  padding: 20px 20px;
}
.col-left > dl > dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.col-left > dl > dt:first-child {
  font-size: 1rem;
}
.col-left > dl > dd {
  line-height: 1.5em;
}
.col-left > dl > dd:first-of-type {
  margin-bottom: 3em;
}
.col-left > dl > .check-list::before {
  height: 1.5em;
}
#contents-wra .col-left > .billet > dd {
  padding-left: 2em;
  text-indent: -2.5em;
  margin-bottom: .5em;
}
#contents-wra  .item-description > dd  {
  margin-bottom: 0;
}
.item-description > dd > dl > dd {
  margin-bottom: 1em;
}
.col-left > .billet > dd::before {
  content: '●';
  font-size: 10px;
  position: relative;
  bottom: 1px;
  margin-right: .5em;
  margin-left: 1em;
}
dl.list-back-gray {
  line-height: 2em;
  margin-bottom: 50px;
}
.item-list > .col-2 {
  justify-content: space-between;
  margin-bottom: 20px;
}
.btn-box {
  margin-bottom: 40px;
}
.btn-box a {
  border: 2px solid #1c357c;
  text-align: center;
  color: #1c357c;
  padding: 5px 10px;
  display: block;
}
.btn-box a span {
  position: relative;
  padding-right: 1em;
  letter-spacing: .1em;
}
.btn-box a span::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1c357c;
  border-right: 1px solid #1c357c;
  transform: rotate(45deg);
}

/*-----------------------------------------------------------------
                              幅
-----------------------------------------------------------------*/
.width100{width:100% !important;}.width90{width:90%;}.width80{width:80%;}.width70{width:70% !important;}.width60{width:60% !important;}
.width50{width:50%;}.width45{width:45%;}.width40{width:40%;}.width30{width:30%;}.width20{width:20%;}.width10{width:10%;}


/*-----------------------------------------------------------------
                              margin
-----------------------------------------------------------------*/
.margin-a {
  margin: auto;
}
.margin-left-a {
  margin-left: auto;
  margin-right: 0;
}
.margin-left1 {
	margin-left: 1em;
}
.margin-left2 {
	margin-left: 2em;
}
.margin-left3 {
	margin-left: 3em;
}
.margin-left4 {
	margin-left: 4em;
}
.margin-left5 {
	margin-left: 5em;
}
.margin-right-a {
  margin-right: auto;
  margin-left: 0;
}
.margin-right1 {
	margin-right: 1em;
}
.margin-right2 {
	margin-right: 2em;
}
.margin-right3 {
	margin-right: 3em;
}
.margin-right4 {
	margin-right: 4em;
}
.margin-right5 {
	margin-right: 5em;
}
.margin-bottom1 {
	margin-bottom: 1em;
}
.margin-bottom2 {
	margin-bottom: 2em;
}
.margin-bottom3 {
	margin-bottom: 3em;
}
.margin-bottom4 {
	margin-bottom: 4em;
}
.margin-bottom5 {
	margin-bottom: 5em;
}
.margin-none {
  margin: 0;
}
/*-----------------------------------------------------------------
                    padding
-----------------------------------------------------------------*/
.padding-bottom1 {
	padding-bottom: 1em;
}
/*-----------------------------------------------------------------
                    縦横の位置調整
-----------------------------------------------------------------*/
.align-r {
  text-align: right;
}
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.v-align-t {
  align-items: flex-start;
}
.v-align-c {
  align-items: center;
}
.v-align-b {
  align-items: baseline;
}



/* html
-------------------------------------------------*/
html {
	overflow-y:scroll;
}

/* パンくず
-------------------------------------------------*/
#breadcrumbs {
		/* margin-top: 60px; */
}
#breadcrumbs ul {
    color: #333333;
    max-width: 1000px;
    margin: auto;
		background-color: #eee;
		padding: 10px 13px;
		box-sizing: border-box;
		font-size: .6rem;
}
#breadcrumbs ul li {
    display: inline;
    font-weight: bold;
		font-size: .7rem;
}
#breadcrumbs a {
    display: inline-block;
    color: #333333;
    font-weight: normal;
}
#breadcrumbs a:after {
    content: ">";
    display: inline-block;
    padding: 0 2px 0 7px;
    color: #333333;
    font-weight: normal;
}

/* body
-------------------------------------------------*/
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:15px;
	line-height:1.5;
	color:#000;
	-webkit-text-size-adjust:100%;
}


/* #wrapper
-------------------------------------------------*/
#wrapper {
	width:100%;
	margin:0 auto;
	position: relative;
}


/* #header
-------------------------------------------------*/
#header {
	width:100%;
  max-width: 1200px;
	/* height: 9.881vw;
	max-height: 100px; */
	/* background-color: rgba(237,237,237,0.70); */
	/* position: absolute; */
	z-index: 10;
  margin: auto;
}
#header .hinner {
	max-width:1200px;
	/* height: 9.881vw;
	max-height: 100px; */
	margin: 10px auto;
	position: relative;
  display: flex;
  background-color: #fff;
}
.hinner,#contents-wra  {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 5em;
}
#contents-wra  {
  padding: 0 10px;
}
.h1-wra {
	position: relative;
}
.h1-wra > .h1-in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: rgba(59,71,106,.63);
}
.h1-wra > .h1-in .h1-cat {
	display: inline;
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(to bottom, #1c357c, rgba(28,53,124,.3) );
	background: linear-gradient(to bottom, #1c357c, rgba(28,53,124,.3) );
}
.h1-wra > .h1-in .h1-txt {
	margin: 5px 0;
	font-size: 1.6rem;
	color: #fff;
}
.h1-wra > .h1-in .h1-txt span.en {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 1em;
	transform: translateX(-50%);
	color: #3e66c6;
	/* font-size: 1.2rem; */
	letter-spacing: -.05em;
	font-style: italic;
}
.h1-wra > .h1-in.sitemap {
	background: rgba(255,255,255,.65);
}
.h1-wra > .h1-in.sitemap .h1-txt {
	color: #000;
}
#contents-wra .sitemap_con h2 {
	padding-left: 0;
}
#contents-wra .sitemap_con h2 a {
	color: #1c357c;
}
#contents-wra .sitemap_con h2::before {
	border-left: none;
}
.hinner h3 {
  margin-bottom: 2em;
}
.hinner > .comments {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  width: 70%;
  margin: auto;
  white-space: nowrap;
  font-weight: bold;
}
.hinner > .comments::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -6.2vw;
  z-index: 2;
  content: '';
  width: 12.4vw;
  height: 6px;
  background: url(../img/line1.png) no-repeat center bottom;
}
#header .hlogo {
	width: 16.3%;
  max-width: 162px;
}
#header .header_copy_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .docter_block {
  color: #fff;
  background-color: #01203f;
  margin-right: 20px;
  text-align: center;
  max-height: 74px;
  max-width: 74px;
  align-self: center;
}
#header .docter_block_txt {
  padding: 19px 7px;
  line-height: 1.2;
  text-align: center;
}
#header .header_site_name {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
#header .header_site_name p {
  color: #01203f;
  font-size: 1.9rem;
  font-weight: bold;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2;
}
#header .header_tel_box_pc {
  position: absolute;
  right: 10px;
}
#header .header_tel_box_pc ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#header .header_tel_box_pc li {
  background-color: #ff5d26;
  padding: 5px 10px;
  margin: 0 5px;
}
#header .header_tel_box_pc .header_tel_link {
  display: inline-block;
}
#header .header_tel_box_pc li::before {
  content: "▶";
  width: 2px;
  color: #fff;
  margin: auto 5px auto 0;
  display: inline-block;
  padding-right: 10px;
  font-size: 2px;
}
#header .header_tel_box_pc li a {
  color: #fff;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
}
#header .header_tel_no {
  color: #01203f;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header_tel_no::before {
  content: "";
  background: url(../img/header_tel_icon.png) center center no-repeat;
  height: 54px;
  width: 146px;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 6px 0;
  align-items: center;
}
#header .header_tel_no span {
  height: 30%;
}
@media screen and (max-width: 1012px) {
  #header .header_site_name p {
    font-size: 2.5vw;
  }
  #header .header_tel_no {
    font-size: 3.4vw;
  }
  #header .header_tel_box_pc li {
    padding: 3px 7px;
  }
}
@media screen and (max-width: 640px) {
  #header .header_copy_area {

  }
  #header .docter_block {
    margin-right: 10px;

  }
  #header .docter_block_txt {
    font-size: 1.4vw;
    padding: 15px 7px;
  }
  #header .header_site_name p {
    font-size: 3.7vw;
  }
}



/* 後々削除↓ */
#header .copyArea {
	float: left;
	padding: 20px 0 0 26px;
	z-index: 999;
	position: relative;
}
#header .copy {
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: -0.1em;
}
#header .copy a {
	text-decoration: none;
}
#header dl {
	width: 100%;
	display: table;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#header dl dt {
	width: 26.5%;
	display: table-cell;
	background: linear-gradient(#000, #1C357C);
	color: #fff;
	text-align: center;
	line-height: 1;
}
#header dl dd {
	width: 73.5%;
	display: table-cell;
	background-color: #fff;
	text-align: center;
	line-height: 2;
}
#header .hnav {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 0;
	z-index: 0;
}
#header .hnav li {
	/* width: 122px; */
	/* height: 20px; */
	display: inline-block;
	margin-left: 11px;
  background-color: #fff;
}
#header .hnav li a {
	display: block;
	/* width: 122px; */
	/* height: 20px; */
  border: 1px solid #1C357C;
	line-height: 20px;
  padding: 10px 20px;
	text-align: center;
	background: url(../img/icon1.png) 7px center no-repeat;
}
#header .telLink {
	width: 25.59%;
	position: absolute;
	right: 30px;
	top: 50px;
}
#header .header_nav > img {
	box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
}
/* 後々削除↑ */

/* .fixed_tel_box_sp
-------------------------------------------------*/
.fixed_tel_box_sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ff5d26;
  height: 14vw;
  color: #fff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  z-index: 999;
  transform: translate(0, 14vw);
  transition: all .1s linear;
}
.fixed_tel_box_sp.open {
	transform: translate(0, 0);
}
.fixed_tel_box_sp ul {
  display: flex;
  justify-content: space-between;
}
.fixed_tel_box_sp li {
  border-right: 1px solid #fff;
  height: 12vw;
  text-align: center;
  width: 100%;
}
.fixed_tel_box_sp li:last-child {
  border-right: 0;
}
.fixed_tel_box_sp a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
}
.fixed_link_sp a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
}
.fixed_link_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fixed_link_sp span {
  display: block;
}
.fixed_tel_no_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 10px;
}
.fixed_tel_no_sp::before {
 content: "";
 background: url(../img/fixed_tel_icon.png) center center no-repeat;
 width: 6vw;
 height: 6vw;
 background-size: cover;
 display: inline-block;
 margin-right: 5px;
}
#footer .for-top a {
	top: -105%;
}



/* #contents
-------------------------------------------------*/
#contents {
	width:100%;
	clear:both;
}

/* .global_bav_under
-------------------------------------------------*/
.global_bav_under {
	padding: 0;
	margin: 0;
	background-color: #3f576f;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.global_bav_under ul {
	background-color: #3f576f;
	border-left: 2px solid #3f576f;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	width: 100%;
	font-weight: normal;
}
.global_bav_under ul li {
	width: 33.333%;
	margin: 0;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	text-align: center;
}
nav.global_bav_under ul li a .gnav_text_under::after {
	content: "";
	height: 10px;
	width: 16px;
	background: url(../../common/img/gnav_icon.png) center center no-repeat;
	display: block;
	background-size: cover;
	bottom: 10px;
	margin: 10px auto 0 auto;
}
.global_bav_under ul li a {
	display: block;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	padding: 10px 5px 10px;
	box-sizing: border-box;
	height: 100%;
}
.global_bav_under span {
	line-height: 1.2;
    display: inline-flex;
    vertical-align: middle;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}
.gnav_text_under {
	display: inline-block;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.global_bav_under ul .gnav3 a {
	border-right: none;
}
.global_bav_under ul li > a > .gnav-tit{
	display: table;
	margin: 12px 10px;
}
.global_bav_under ul li > a .box {
	display: table-cell;
	text-align: center;
	background-color: #3f576f;
	margin: 20px auto 15px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13.8px;
	vertical-align: middle;
}

@media only screen and (min-width:641px) and (max-width:1012px){
	.global_bav_under ul li > a {
		font-size: 1.6vw;
	}
	.global_bav_under ul li a {
		padding-top: 2.4vw;
		padding-bottom: 1vw;
	}
}

/* .gnav
-------------------------------------------------*/
.gnav {
	width: 100%;
	/* background-color: #dfdfd3; */
	/* padding: 25px 0; */
	/* margin-bottom: 70px; */
}
.gnav ul {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
  display: flex;
  width: 100%;
  font-weight: bold;
	background-color: #fff;
  /* box-shadow: #aaa 5px 5px 5px -1px; */
	/* align-items: center; */
}
.gnav ul li {
	font-size: 14px;
  border-right: 1px dotted #ccc;
	flex: 1 1 0;
	/* display: inline-block; */
}
.gnav ul li:last-child {
  border-right: none;
}
.gnav ul li > a {
  padding: 20px 10px;
  display: block;
  box-sizing: border-box;
	position: relative;
}
/* .gnav.underline ul li > a:hover::after {
	background: url(../img/line1.png) no-repeat center bottom;
	content: '';
	width: 12.4vw;
	height: 5px;
	position: absolute;
	left: 50%;
	border-bottom: 5px;
	transform: translate(-50%);
} */


/* section
-------------------------------------------------*/
section {
	width:100%;
}
section .inner {
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.slidesArea {
	width: 100%;
	position: relative;
	z-index: 9;
}
.boxArea {
	padding-bottom: 70px;
}


/* .headTitle
-------------------------------------------------*/
.headTitle1 {
	text-align: center;
	position: relative;
	padding-bottom: 0.7em;
	margin-bottom: 70px;
	font-weight: bold;
}
.headTitle1::after {
	position:absolute;
	bottom:0;
	left:50%;
  margin-left:-6.2vw;
	z-index:2;
	content:'';
	width:12.4vw;
	height:6px;
  background:url(../img/line1.png) no-repeat center bottom;
}
.spon > ul > .headTitle1::after {
  display: none;
}
.inner > .alignCenter {
  font-weight: bold;
}
.headTitle1 .en {
	position: absolute;
	left: 50%;
	top: -1.5em;
	transform: translateX(-50%);
	color: #3e66c6;
	font-style: italic;
}
.headTitle2 {
	border-left: 6px solid #1c357c;
	padding: 4px 0 4px 10px;
	margin-bottom: 35px;
	font-weight: normal;
}


/* layout
-------------------------------------------------*/
.txt1 {
	padding-bottom: 30px;
}
.dist1 {
	display: table;
}
.dist1 li {
	display: table-cell;
	vertical-align: top;
}
.dist1 li.img {
	width: 27.5%;
	padding: 0 25px 0 0;
}
.dist1 li.img:last-child {
	padding: 0 0 0 25px;
}
.table1 {
	width: 100%;
}
.table1 th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	border-top: 1px solid #dfdfd3;
}
.table1 td {
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	border-top: 1px solid #dfdfd3;
}
.table1 tr:last-child th,
.table1 tr:last-child td {
	border-bottom: 1px solid #dfdfd3;
}
.innerbox {
	width: 800px;
	margin: 50px auto;
}
.innerbox .fright {
	margin-right: 150px;
}
.beBox {
	background-color: #fafaf5;
	padding: 55px;
}
#contents-wra h3 {
  font-size: 1.2rem;
  color: #1c357c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
 #contents-wra .margin-none {
   margin: 0;
 }
 .col-3_over {
	 font-size: 1rem;
	 text-align: center;
	 color: #65565a;
 }
@media screen and (min-width:641px) {
	.col-3_over {
		font-size: 1.5rem;
	}
}
 .col-3_figcaption {
	 margin-top: .5em;
	 font-size: .9rem;
	 color: #bbb3a8;
 }
 #contents-wra .item-list_con > .item-list {
	margin-bottom: 0;
}
.item-list-ol h4 {
	display: table;
	color: #b69b7b
}
.item-list-ol h4::after {
	display: table-row;
	content: '';
}
.item-list-ol h4 .number {
	display: table-cell;
	vertical-align: middle;
	font-size: 3.5rem;
}
.item-list-ol h4 .item-txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	padding-left: .5em;
	box-sizing: border-box;
}
.item-list-ol .item-con .item-list-in h5 {
	font-weight: bold;
	font-size: .9rem;
	margin-bottom: .5em;
}
.item-list-ol .item-con .item-list-in > p {
	margin-bottom: 2em;
}
@media screen and (min-width:641px) {
	.item-list_con {
		overflow: hidden;
	}
	#contents-wra .item-list_con > .item-list-ol {
		float: left;
		width: 31%;
		padding-right: 1em;
	}
	#contents-wra .item-list_con > .item-list-ol:first-child {
		float: right;
	}
	#contents-wra .item-list_con > .item-list-ol:nth-child(2) {
		width: 65%;
	}
	#contents-wra .item-list_con > .item-list-ol:nth-child(n+3) {
		background-color: #f9f9f5;
	}
	#contents-wra .item-list_con > .item-list-ol:last-of-type {
		padding-right: 1.8em;
	}
	.item-con {
		display: flex;
		justify-content: space-between;
	}
	.item-con .item-list-in {
		flex: .49 1 0;
	}
}

/* support-list
-------------------------------------------------*/
.support-list {
	width: 1000px;
	max-width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
}
.support-list > div {
	display: inline-block;
	width: 40%;
	max-width: 366px;
	margin-right: 120px;
	text-align: left;
	vertical-align: top;
}
.support-list > div:nth-child(even) {
  margin-right: 0;
}
.support-list > div ul {
	margin-top: 15px;
	margin-left: 15px;
	/* height: 135px; */
}
.support-list > div ul > li {
	line-height: 1.7;
}
.support-list > div ul > li a {
	/* text-decoration: underline; */
  display: inline-block;
  width: calc(100% - 19px);
  vertical-align: top;
}
.support-list > div ul > li::before {
	content: "";
	display: inline-block;
	background: url(../img/icon1.png) center center no-repeat;
	width: 9px;
	height: 11px;
	margin-right: 10px;
}


/* #footer
-------------------------------------------------*/
#footer {
	width:100%;
  padding-top: 0px;
  border-top: 1px solid #172B65;
}
#footer .finner {
	width: 100%;
	background-color: #dfdfd3;
	padding: 30px 0 25px;
}
#footer .finner .contactBox {
	width: 810px;
	background-color: #fff;
	margin: 0 auto 35px;
	padding: 30px 0 30px;
}
#footer .finner .contactBox p.fo11 {
	color: #0f1d44;
	padding: 15px 0 20px;
}
#footer .finner .contactBox .fnav {
	font-size: 0;
	text-align: center;
}
#footer .finner .contactBox .fnav li {
	font-size: 11px;
	width: 122px;
	height: 20px;
	border: 1px solid #1C357C;
	display: inline-block;
	margin-left: 11px;
	vertical-align: top;
}
#footer .finner .contactBox .fnav li a {
	display: block;
	width: 122px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../img/icon1.png) 7px center no-repeat;
}
#footer .finner .contactBox .fnav .telLink {
	width: 34.56%;
	height: auto;
	border: none;
	margin: 0 35px 0 0;
}
#footer .finner .fbanner {
	width: 810px;
	margin: 0 auto;
	font-size: 0;
}
#footer .finner .fbanner li {
	font-size: 14px;
	display: inline-block;
	width: 23.45%;
	margin-right: 2.066%;
}
#footer .tel-con {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	}
#footer .tel-con > P {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: -.1em;
	width: 40%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
#footer .tel-con > .tel-inn {
	display: inline-block;
	vertical-align: middle;
	width: 58%;
}
#footer .tel-con > .tel-inn > p {
	font-size: .9rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
#footer .tel-con > .tel-inn > .tel {
	max-width: 279px;
}
#footer .tel-con > p > img {
	max-width: 284px;
}
#footer .tel > p > img {
}
#footer .finner .fbanner li:last-child {
	margin-right: 0;
}
#footer .tel > img{
	display: block;
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#footer .flink {
	width: 100%;
	background-color: #eeeeee;
	padding: 0;
}
#footer .flink .navi {
	max-width: 1000px !important;
	margin: auto;
}
#footer .fcon {
	max-width: 1000px;
	margin: auto;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#footer .fcon .fcon-inn {
	display: inline-block;
}
#footer .list {
	line-height: 1.8;
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
}
#footer .list > li {
	display: inline-block;
	width: calc(100% - 19px);
	vertical-align: top;
	font-size: .7rem;
	font-weight: bold;
}
#footer .list > li::before {
	content: "";
  display: inline-block;
  background: url(../img/icon1.png) center center no-repeat;
  width: 9px;
  height: 11px;
  margin-right: 10px;
}
#footer .bannerlist {
	max-width: 750px;
	/* display: inline-block; */
	vertical-align: middle;
	margin-bottom: 0;
}
#footer .bannerlist >li:nth-child(n+4) {
	margin-bottom: 0;
}
#footer .bannerlist > li {
	display: inline-block;
	margin: 0 3.5em 1.5em 0;
}
#footer .bannerlist > li:hover {
	opacity: .7;
}
#footer .bannerlist > li:nth-child(3n) {
	margin-right: 0;
}
/* #footer .flink ul {
	width: 800px;
	margin: 0 auto;
	font-size: 0;
	padding-left: 10px;
}
#footer .flink ul li {
	display: inline-block;
	font-size: 10px;
	margin-right: 150px;
	vertical-align: top;
}
#footer .flink ul li:last-child {
	margin-right: 0;
} */
#footer .flink ul li ul {
	width: auto;
	padding: 0;
}
#footer .flink ul li ul li {
	display: list-item;
	margin: 0 0 5px;
	color: #fff;
}
#footer .flink ul li ul .tit {
	font-size: 11px;
	margin-bottom: 10px;
}
#footer .flink ul li ul li a {
	color: #fff;
}
#footer aside {
	max-width: 1012px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer aside .flogo {
	width: 13.83%;
	float: left;
}
#footer aside dl {
	float: left;
	padding: 5px 0 0 15px;
}
#footer aside .telLink {
	width: 27.66%;
	float: left;
	padding: 12px 0 0 45px;
}
#footer .for-top {
	width: 100%;
	height: 50px;
	position: relative;
}
#footer .for-top > a {
	display: block;
	position: absolute;
	right: 0;
}
#footer .footer-img {
	max-width: 1000px;
	margin: auto;
}
#footer .copyright {
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0;
}
#footer .copyright small {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}


@media only screen and (min-width:641px){
a:hover {
	text-decoration:underline;
	text-decoration-skip-ink:none;
}
a.al:hover img,
a.al:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	text-decoration: none;
}
a.al.gn:hover {
	opacity: 1;
}
a.al.gn::before {
	opacity: 0;
	content: '';
}
a.al.gn:hover::before {
	background: -webkit-linear-gradient(to bottom, #1C357C, #1c3599);
	background: linear-gradient(to bottom, #1C357C, #1c3599);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	transition: .7s;
}
a.al.gn:hover > .en.fo16 {
	color: #fff;
	position: relative;
	z-index: 10;
}
a.al.gn:hover > .box {
	position: relative;
	z-index: 10;
}
a.al .box .hover {
	display: none;
}
a.al:hover .box .nohover {
	display: none;
}
a.al:hover .box .hover {
	display: inline-block;
}
/* font */
.fo10 { font-size:10px; }
.fo11 { font-size:11px; }
.fo12 { font-size:12px; }
.fo16 { font-size:16px; }
.fo18 { font-size:18px; }
.fo19 { font-size:19px; }
.fo20 { font-size:20px; }
.fo24 { font-size:24px; }
.fo25 { font-size:25px; }
}


@media only screen and (min-width:641px) and (max-width:1012px){
body {
	font-size:1.482vw;
}
/* font */
.fo10 { font-size:0.988vw; }
.fo11 { font-size:1.086vw; }
.fo12 { font-size:1.185vw; }
.fo16 { font-size:1.581vw; }
.fo18 { font-size:1.778vw; }
.fo20 { font-size:1.976vw; }
.fo24 { font-size:2.37vw; }
.fo25 { font-size:2.47vw; }

/* #header
-------------------------------------------------*/
#header .copyArea {
	float: left;
	padding: 1.97vw 0 0 .5vw;
}
#header .copy {
	padding-top: 0.5vw;
  letter-spacing: -.5vw;
}
#header dl dt,
#header dl dd {
	white-space: nowrap;
}
#header .hnav {
	top: calc((9.881vw - 42px) / 2);
}
/* #header .hnav li {
	width: 12.05vw;
	height: 1.97vw;
	margin-left: 1.08vw;
}
#header .hnav li a {
	width: 12.05vw;
	height: 1.97vw;
	line-height: 1.97vw;
	background: url(../img/icon1.png) 0.7vw center no-repeat;
	background-size: 0.88vw auto;
} */
#header .telLink {
	position: absolute;
	right: 2.96vw;
	top: 4.94vw;
}

/* .gnav
-------------------------------------------------*/
.gnav {
	/* padding: 2.5vw 0; */
	/* margin-bottom: 7vw; */
}
/* .gnav ul li {
	font-size:1.482vw;
	margin: 0 5.8vw;
} */

/* section
-------------------------------------------------*/
section .inner {
	padding-left:1%;
	padding-right:1%;
}
.boxArea {
	padding-bottom: 7vw;
}
.support-list > div {
  margin: 0 40px;
}

/* .headTitle
-------------------------------------------------*/
.headTitle1 {
	margin-bottom: 7vw;
}
.headTitle1::after {
  	height:0.6vw;
}
.headTitle2 {
	border-left: 0.6vw solid #1c357c;
	padding: 0.4vw 0 0.4vw 1vw;
	margin-bottom: 3.5vw;
}

/* layout
-------------------------------------------------*/
.txt1 {
	padding-bottom: 3vw;
}
.dist1 li.img {
	padding: 0 2.4vw 0 0;
}
.dist1 li.img:last-child {
	padding: 0 0 0 2.4vw;
}
.table1 th {
	padding: 2vw;
}
.table1 td {
	padding: 2vw;
}
.innerbox {
	width: 60%;
	margin: 5vw auto;
}
.innerbox .fright {
	margin-right: 0;
}
.beBox {
	padding: 5.5vw;
}

/* #footer
-------------------------------------------------*/
#footer .tel-con > p {
	width: 50%;
	margin-top: 1em;
}
#footer .tel-con > .tel-inn {
	width: 45%;
}
#footer .tel-con > .tel-inn > p {
	margin: 1em auto 0;
}
#footer .tel-con > .tel-inn > .tel {
	margin: 0;
	margin-bottom: 1em;
}
#footer .fcon {
	flex-direction: column;
}
#footer .fcon .fcon-inn {
	display: block;
	order: 10;
}
#footer .fcon-inn > .list {
	max-width: 1000px;
	width: 100%;
	margin-bottom: 0;
}
#footer .fcon-inn > .list >li {
	margin-right: 0;
	display: inline-block;
	width: 33%;
	padding-left: calc((33% - 190px) / 2);
	box-sizing: border-box;
}
#footer .flink .bannerlist {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-bottom: 2em;
	order: 0;
}
#footer .flink .bannerlist > li {
	margin-right: 0;
	width: 33%;
}
#footer .flink .bannerlist > li img {
	max-width: 190px;
}
#footer .finner {
	padding: 2.96vw 0 2.47vw;
}
#footer .finner .contactBox {
	width: 80%;
	margin: 0 auto 3.45vw;
	padding: 2.96vw 0 2.47vw;
}
#footer .finner .contactBox p.fo11 {
	padding: 1vw 0 1.97vw;
}
#footer .finner .contactBox .fnav li {
	font-size:1.086vw;
	width: 12.05vw;
	height: 1.97vw;
	margin-left: 1.08vw;
}
#footer .finner .contactBox .fnav li a {
	width: 12.05vw;
	height: 1.97vw;
	line-height: 1.97vw;
	background: url(../img/icon1.png) 0.7vw center no-repeat;
	background-size: 0.88vw auto;
}
#footer .finner .contactBox .fnav .telLink {
	margin: 0 3.45vw 0 0;
}
#footer .finner .fbanner {
	width: 80%;
}
#footer .flink {
	padding: 2.96vw 0 0;
}
#footer .flink ul {
	width: 79%;
	padding-left: 1%;
}
#footer .flink ul li {
	font-size:0.988vw;
	margin-right: 14.8vw;
}
#footer .flink ul li ul .tit {
	font-size:1.086vw;
}
#footer aside {
	padding: 1vw 0 1vw 1%;
}
#footer aside dl {
	padding: 0.5vw 0 0 1.5vw;
}
#footer aside .telLink {
	padding: 1.2vw 0 0 4.45vw;
}
#footer .copyright {
	padding: 1vw 0;
}
#footer .copyright small {
	width: 94%;
	padding: 1vw 0;
	box-shadow: 0 2px 2px 1px rgba(240,240,240,0.7) inset;
}
}

@media only screen and (min-width:541px) and (max-width:640px) {
	#menu nav ul .headTitle1 a {
		padding: 2.5vw;
	}
}
@media only screen and (max-width:640px){
body {
	font-size:3.75vw;
}
#wrapper {
	padding-right:  constant(safe-area-inset-right);
  padding-left:  constant(safe-area-inset-left);
  padding-right:  env(safe-area-inset-right);
  padding-left:  env(safe-area-inset-left);
}


/* #header
-------------------------------------------------*/
#header {
	height: 23.625vw;
	max-height: inherit;
  position: fixed;
	top: 0;
}
#header .hinner {
	height: 23.625vw;
	max-height: inherit;
  margin: 0 auto;
}
#header .hlogo {
	width: 19.68vw;
  background-color: #fff;
  box-sizing: border-box;
  padding: 6vw 0;
	/* position: absolute; */
	left: 0;
	bottom: 0;
	float: none;
}
#header .copyArea {
	margin: 2.2vw 0 0 21.56vw;
  width: 68%;
	padding: 0;
}
#header .copyArea > .fo12 {
  box-shadow: none;
}
#header .copyArea > .fo12 > dt {
  width: 30%;
  display: inline-block;
  font-weight: bold;
}
#header .copyArea .pcon {
  display: none;
}
#header .copy {
	padding-top: 0;
	font-size: 3.906vw;
  width: 85%;
}
#header dl {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
#header dl dt,
#header dl dd {
	font-size: 1.718vw;
	white-space: nowrap;
}
#header .hnav {
	right: 1vw;
	top: 1vw;
  display: none;
}
#header .hnav li {
	width: 19.06vw;
	height: 2.9vw;
	margin-left: 1.718vw;
	font-size: 1.718vw;
}
#header .hnav li a {
	width: 19.06vw;
	height: 2.9vw;
	line-height: 2.9vw;
	background: url(../img/icon1.png) 1.5vw center no-repeat;
	background-size: 1.4vw auto;
}
#header .hmenu {
	float: right;
	position: relative;
	z-index: 99999;
}
#header .hmenu .openMenu,
#header .hmenu .closeMenu {
	position:fixed;
  z-index: 10;
	right:4vw;
	top:4vw;
	display:block;
	cursor:pointer;
	width: 14.06%;
}
#header .hmenu .closeMenu {
	display:none;
}
#header .hmenu .open {
	display:block;
}
#header .hmenu .close {
	display:none;
}
#header .slideMenu {
	position:fixed;
	top: 23.625vw;
	left: 0;
	width:100%;
	display:none;
	z-index:20;
	background: #fff;
}

/* #menu
-------------------------------------------------*/
#menu nav {
	z-index: 20;
	position: relative;
}
#menu nav ul {
	width: 100%;
  margin: 0 auto 0;
  line-height: 2.5em;
}
#menu nav ul .headTitle1 {
	margin-bottom: 0;
  padding-bottom: 0;
}
#menu nav ul .headTitle1::after {
	bottom: 3vw;
}
#menu nav ul .headTitle1 .en {
	display: none;
}
#menu nav ul .headTitle1 a {
	display: block;
	padding: 3vw;
  border-bottom: 1px solid #ccc;
}
.overLay {
 	position: fixed;
 	top: 0;
 	left: 0;
 	background-color: rgba(0,0,0,0.3);
 	width: 100%;
 	height: 100%;
	z-index: 9;
	display: none;
	cursor: pointer;
}

/* section
-------------------------------------------------*/
section .inner {
	width:92%;
}
.slidesArea {
	padding-bottom: 10vw;
}
.boxArea {
	padding-bottom: 10vw;
}

/* .headTitle
-------------------------------------------------*/
.headTitle1 {
	margin-bottom: 10vw;
}
.headTitle1::after {
	margin-left:-10vw;
  	width:20vw;
  	height:1vw;
}
.headTitle2 {
	border-left: 1vw solid #1c357c;
	padding: 0.5vw 0 0.5vw 1.5vw;
	margin-bottom: 5vw;
}

/* layout
-------------------------------------------------*/
.txt1 {
	padding-bottom: 5vw;
}
.dist1 {
	display: block;
}
.dist1 li {
	display: list-item;
	margin-bottom: 5vw;
}
.dist1 li.img {
	width: 70%;
	padding: 0 0 5vw;
	margin: 0 15%;
}
.dist1 li.img:last-child {
	padding: 0;
}
.table1 th {
	padding: 3vw 1.5vw 3vw 0;
	width: 20%;
	box-sizing: border-box;
}
.table1 td {
	padding: 3vw 0 3vw 1.5vw;
}
.innerbox {
	width: 80%;
	margin: 7vw auto;
}
.innerbox .fright {
	margin-right: 0;
}
.beBox {
	background-color: #fafaf5;
	padding: 7vw;
}

/* #footer
-------------------------------------------------*/
#footer {
	width:100%;
	padding-top: 5vw;
}
#footer .tel-con {
	width: 100%;
	text-align: center;
}
#footer .tel-con > p {
	display: block;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}
#footer .tel-con > .tel-inn > p {
	margin-bottom: 0;
}
#footer .tel-con > p,#footer .tel-con > .tel-inn > p {
	padding-left: 5px;
	box-sizing: border-box;
}
#footer .tel-con > .tel-inn > .tel {
	width: 80%;
	padding: 0;
}
#footer aside {
	width: 100%;
	padding: 1.5vw 2.4vw;
	margin-top: 5vw;
	border: 1.2vw solid #DFDFD3;
	box-sizing: border-box;
	position: relative;
}
#footer aside .flogo {
	width: 21.87%;
	float: none;
}
#footer aside dl {
	float: none;
	padding: 1.5vw 0 0;
	font-size: 2.81vw;
}
#footer aside .telLink {
	width: 40.625%;
	float: none;
	position: absolute;
	right: 4vw;
	top: 4vw;
	padding: 0;
}
#footer .copyright {
	text-align: center;
	background: url(../img/fbg.png) left top repeat;
	padding: 1vw 0;
}
#footer .copyright small {
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	font-size: 2vw;
}
}




/*----------------------------------------------------------------------------
20190320 footer_includeにbanner追加
----------------------------------------------------------------------------*/
#banner-box {
  overflow-x: hidden;
}
.banner-box-in {
  position: relative;
  transition: .5s;
  transform: translateX(100vw);
}
#banner-box .upperRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
}
#banner-box.scroll-start .banner-box-in {
	position: fixed;
  transform: translateX(0);
  right: 0;
  bottom: 0;
	z-index: 100;
	box-shadow: 0px 0px 5px #000;
}
body.toppage #banner-box.scroll-start .banner-box-in {
  bottom: 10vw;
}
.banner-in a {
	display: block;
}
.banner-in label {
	display: block;
	text-align: center;
	background: #fff;
	padding: 5px 0;
}
.banner-in label input {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}
@media only screen and (max-width:1000px) {
	.banner-box-in {
		width: 45vw;
	}
  .banner-in label {
    font-size: 1rem;
  }
}
@media only screen and (max-width:600px) {
  .banner-in label {
    font-size: 3vw;
  }
}

.semi_dl_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.semi_dl_btn li {
  padding: 10px;
}
.semi_dl_btn li:first-child {
  padding-bottom: 0;
}
.semi_dl_btn li a {
  color: #fff;
  display: block;
}
@media only screen and (max-width:640px){
  .semi_dl_btn {
    font-size: 1.2vw;
  }
  .semi_dl_btn li {
    padding: 1vw;
    width: 23vw;
    margin-left: auto;
 
   }

 .sentence br{
  display:none;
  }

}
