@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}


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

h1.logo {
  margin: 0 0 0 20px;
  line-height: 1;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

h1.logo img {
  width: 200px;
  position: fixed;
}

header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
}

.header.sticky{
  position: fixed;/* 上に固定 */
  top: 0;/* 上からスッと表示させる（重要！） */
  margin-top: 0;/* 0にすることでtopで上に配置 */
  height: 60px;
-webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
	z-index: 100;
	width: 100%;
	background: #FFF;
}


.header-in {
	margin-top: 5px;
}
.header-txt{
  font-size: .9rem;
  line-height: 1;
  margin-top: 5px;
  margin-left: 20px;
}

/*  ハンバーガー
---------------------------------------------------------------------------*/
/*クリックしたときの青い枠線*/
*:focus {
  outline: none;
}


/*タップしたときの青い四角を消す*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.logo {
  height: 40px;
  padding-left: 20px;
  vertical-align: middle;
  display: table-cell;
}

.logo img {
  height: 70%;
}

.logo-sp-menu{ padding-top: 20px; padding-left: 50px;}
.logo-sp-menu img{ height: 30px;}

.menu-btn {
  position: fixed;
  top: 0;
  right: 10px;
  display: flex;
  height: 60px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #319041;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  top: 4px;
  transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 1);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 4px;
  transform: rotate(-45deg);
  background-color: rgba(0, 0, 0, 1);
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
    bottom: 100%;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fcfcfc;
  transition: all 0.8s ease-in-out;
}

#menu-btn-check:checked ~ .menu-content {
/*メニューを画面内へ*/
	left: 0;
	bottom: 0;
}

.menu-content ul.parent {
  padding: 10px 30px 30px 30px;
}

.menu-content ul.parent > li {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-content ul.parent > li:first-of-type {
  border-top: solid 1px #e0e0e0;
}

.menu-content ul.parent > li h2 {
  color: #fff;
  padding: 9px 15px 0 0;
}

.menu-content ul.parent li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 20px 15px 20px 0;
  position: relative;
}

.menu-content ul.parent > li > ul.child {
  margin-left: 1em;
}

#menu-btn-check {
  display: none;
}


/*  base
---------------------------------------------------------------------------*/
.contents-wrap{ padding-left: 20px; padding-right: 20px;}
.contents-in{margin-left: 20px; margin-right: 20px;}
.contents-wrap-color{ 
	padding: 10px 20px;
	background-color: #f6fff8;
	}
	
.contents-wrap-color-wide{ 
	padding: 10px 20px 40px 20px;
	background-color: #f6fff8;
	margin-top: 40px;
	margin-left: -20px;
    margin-right: -20px;
	}

main {
 margin-top: 60px;
 word-break: break-all;
}

.main-top > .header{
-webkit-box-shadow: 0 2px 6px rgb(255 255 255 / 9%);
    box-shadow: 0 2px 6px rgb(255 255 255 / 9%);
}


/*  パン屑リスト
---------------------------------------------------------------------------*/
.breadcrumb {
  font-size: 1rem;
  color: #444;
  position: fixed;
  padding-top: 10px;
  background: #f7f7f7;
  z-index: 90;
padding-bottom: 10px;
display: block;
width: 100%;
}


/* title
---------------------------------------------------------------------------*/

h1.title{ 
	font-size: 2.35rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 60px;
	}
	
h2.title{ 
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	}
	
.contents-wrap-s h2.title{	margin-top: 40px;}
	
.h2-en{
	color: #319041;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin-top:5px;
}
.h2-sub{
	color: #319041;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-top:10px;
	font-size: 1.7rem;
}

h3.title{
	color: #319041;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 5px;
	text-align: center;
}
h3.title-line {
background-image:
linear-gradient(to right, #319041, #319041 2px, transparent 1px, transparent 3px), 
linear-gradient(to bottom, #fff, #fff 2px, transparent 1px, transparent 3px), 
linear-gradient(to left, #319041, #319041 2px, transparent 1px, transparent 3px), 
linear-gradient(to top, #fff, #fff 2px, transparent 1px, transparent 3px);
    background-size: 4px 2px, 0 , 4px 2px, 0;
    background-position: left top, 0, right bottom, 0;
    background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
	color: #000;
    font-size: 1.8rem;
	text-align: center;
}

h3.h3-sub {
    font-size: 1.8rem;
    font-weight: 600;
	line-height: 1.3;
    letter-spacing: 1px;
	text-align: center;
}

h4.title{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
	text-align: center;
}

.title-wrap{
  background-image :
  	linear-gradient(to right, #319041, #319041 1px, transparent 1px, transparent 3px),
 linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 8px), /* 右の線 */
 linear-gradient(to left, #319041, #319041 1px, transparent 1px, transparent 3px), /* 下の線 */
linear-gradient(to top, #fff, #fff 2px, transparent 2px, transparent 8px);   /* 左の線 */
  background-size: 3px 1px, 0 , 3px 1px, 0;
  background-position: left top, 0, right bottom, 0;
  background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* btn
---------------------------------------------------------------------------*/
.btn-green-wrap{ display: flex;justify-content:center;}

.btn-green{
	border-radius: 3px;
	background: #319041 url("../images/img-arrow.png") no-repeat 20px center;
	display: block;
	padding: 15px 0 16px 80px;
	width: 200px;
	line-height: 1;
	color: #fff;
}

.btn-green:hover{	color: #fff;}

.btn-orange {
    background: rgba(231,152,51,1);
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 1em;
    line-height: 1;
}



/*  top
---------------------------------------------------------------------------*/

.main01 {
  background: #2ba140 url("../images/kv-img.png") no-repeat;
  background-position: right 20px top 50%;
  background-size: 30%;
  padding: 20px;
  min-height: 150px;
}

.main-txt01{
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2px;
}

.main-txt02{
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 1px;
	width: 65%;
	margin-top: 1em;
}
.top-contents,
.top-contents-R 
{ margin-top: 30px; margin-bottom: 60px;}

.top-contents-R > div:first-of-type{
margin-bottom: 40px;
}

ul.lst-line {
  margin-left: 20px;
}

ul.lst-line li {
  position: relative;
  margin-bottom: .5em
}


ul.lst-line li::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}
ul.strengths-wrap{
margin-top: 30px;
}

ul.strengths-wrap li{
background-image: linear-gradient(to right, #319041, #319041 1px, transparent 1px, transparent 3px), linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 8px), /* 右の線 */ linear-gradient(to left, #319041, #319041 1px, transparent 1px, transparent 3px), /* 下の線 */ linear-gradient(to top, #fff, #fff 2px, transparent 2px, transparent 8px);
    background-size: 3px 1px, 0 , 0, 0;
    background-position: left top, 0, right bottom, 0;
    background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.strengths-wrap h3
{ 
	color: #000;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.strengths-wrap img{ margin: 10px auto;width: 20%;}
.news-wrap{
padding: 10px 20px;
}

ul.news-box{
	margin-top:30px;
}
ul.news-box li h2.title{
	margin-top:initial;
}

ul.news-box li:nth-of-type(2){	margin-top:20px;}
ul.news-box dl dt{ margin-bottom: .5em;}
ul.news-box dl dt time{ color: #5b5b5b;}
ul.news-box dl dt:nth-child(n + 2) { padding-top:20px;}
ul.news-box dl dd {
    background-image: linear-gradient(to right, #999, #999 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    /*padding-bottom: 20px;*/
    padding-bottom: 15px;
    margin-bottom: 10px;
}
}

/*ul.news-box dl dd:last-of-type{ background: initial; padding-bottom: 0;}*/

/* service(Webサイト構築・管理)
---------------------------------------------------------------------------*/

ul.service-wrap li:nth-of-type(n+2){
margin-top: 3em;
border-top: #999 1px dotted;
padding-top: 1em;
}

ul.service-wrap li h3{
text-align: center;
margin: .5em auto;
font-size: 1.8rem;
font-weight: 600;
}

ul.service-wrap li img{ width: 30%;}
.service-policy-wrap{ margin-top: 30px;}

.wrap-2col > div h4,
.wrap-2col-R> div h4
{
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 1em;
	padding-top: 20px;
	text-align: center;
}
.wrap-2col > div img,
.wrap-2col-R> div img{ margin-top: 20px;}


.wrap-2col > li img,
.wrap-2col-R> li img{
margin-top: 40px;
margin-bottom: 20px;
}
.wrap-2col > li:first-of-type img,
.wrap-2col-R> li:first-of-type img{
margin-top: 0px;
margin-bottom: 20px;
}

dl.green dt{
	background: #329140;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 3px;
	line-height: 1;
	margin: 20px 0;
	padding: 5px;
}

dl.green dd,
dl.light-green dd,
div.light-green ul li
{
  list-style: none;
  position: relative;
  padding-left: 1em;
}

dl.green dd:before,
dl.light-green dd:before,
div.light-green ul li:before{
  content: "・";
  position: absolute;
  left: 0px;
}

dl.light-green
{
border-radius: 3px;
padding: 18px 10px 18px 10px;
}

dl.light-green dt {
    display: flex;
    align-items: center;
	font-weight: 600;
}

dl.light-green dt:before,
dl.light-green dt:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #329140;
}

dl.light-green dt:before {
    margin-right: 1rem;
}

dl.light-green dt:after {
    margin-left: 1rem;
}

dl.light-green dt,
div.light-green h6{
	color: #329140;
	text-align: center;
	line-height: 1;
	margin-bottom: .5em;
}


div.light-green{
background: #f6fff8;
border-radius: 3px;
padding: 18px 10px 18px 18px;
word-break: break-all;
position: relative;
}

.box-btn {
    border: #999 2px dotted;
    padding: 20px;
    text-align: center;
	font-weight: 600;
}
.btn-enquiry-wide{
	/*background: #e76a33 url("../images/icon-mail.png") no-repeat 20% 50%;
	background-size: 26px auto;*/
	background: rgba(231, 106, 51, 1);
	border-radius: 3px;
	color: #fff;
	display: block;
	padding: 20px;
	line-height: 1;
	font-size: 1.8rem;
	text-indent: .5em;
}


/*ECサイト運営
---------------------------------------------------------------------------*/
.wrap-3col > li{
	padding: 10px 0 40px 0;
}
.wrap-3col > li:last-of-type{
	display: none;
}
.wrap-3col > li:nth-last-child(2){
	padding: 10px 0 0 0;
}
.wrap-3col .div-link-wrap p{text-align: center;}
.wrap-3col h4 {
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .2em;
	text-align: center;
}
.wrap-3col .div-link-wrap p img{
border: #ddd 1px solid;
}

.site-url{
	color: #319041;
	line-height: 1.3;
	font-size: 1.4rem;
	word-break: break-all;
}


/* LP(ECサイト）
---------------------------------------------------------------------------*/
.ec-2col{padding-top: 70px; text-align: center;}
.ec-2col img.img-eccart{width:50%; margin: 20px auto 0 auto;}
.contens-in{ padding-left: 20px; padding-right: 20px;}
.ec-ttl{
font-size: 3rem;
line-height: 1;
font-weight: 600;
}
h2.ec-title{ 
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	}
.ec-price{
	color: #319041;
	font-size:4rem;
	font-weight: 600;
	font-family: 'Arial Black',sans-serif;
	letter-spacing: 4px;
	line-height: 1.5;
}
.ec-copy{
font-size: 2rem;
line-height: 1.5;
font-weight: 600;
}

.ec-bg-gray{
padding-top: 30px;
padding-bottom: 30px;
}

.circle-green{
margin-left: 20px;
margin-right: 20px;

}
.circle-green li{
	color: #fff;
  background: #319041;
text-align: center;
padding: .5em 1.5em;
line-height: 1.5;
}
.circle-green li:nth-of-type(1){
  border-left: 6px double #0c751e;
  border-right: 6px double #0c751e;
}
.circle-green li:nth-of-type(2){
  background: #4ca634;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 6px double #319041;
  border-right: 6px double #319041;
}

.circle-green li:nth-of-type(3){
  background: #7bbf3b;
  border-left: 6px double #4ca634;
  border-right: 6px double #4ca634;
}

.effect-wrap .box-wrap{
	display: flex;
    align-items: center;}
.effect-wrap .right-box{ 
	width: 70%;
    padding-left: 10%;
	}
.effect-wrap h3{ color: #319041; font-size: 1.7rem; line-height: 1.3; }
.effect-wrap p.txt{ margin-top: 10px;}

.arrow-bg{
	display:inline-block;
	padding:6px 0 6px 10px;
	background:#319041;
	position:relative;
	text-align:left;
	color: #fff;
	line-height: 1;
}

.arrow-bg:after{
	content:"";
	width:24px;
	height:100%;
	right:-24px;
	top:0;
	position:absolute;
	background:linear-gradient(to top right, #319041 49.5%, transparent 50.5%) top left/ 100% 50% no-repeat,
    linear-gradient(to bottom right, #319041 49.5%, transparent 50.5%) bottom left / 100% 50% no-repeat;
}


.box-dot-green {
  color: #319041;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box-dot-green li {
  width: 47%;
  border: #319041 1px dotted;
  background: #fff;
  padding: 1em .5em;
  line-height: 1.3;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}


.ec-plan-wrap li dl{ margin-bottom: 30px; text-align: center;}
.ec-plan-wrap li dl dt {
  border-radius: 3px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  letter-spacing: 0;
}

.ec-plan-wrap li:first-of-type dl dt {
  background: #319041;
}

.ec-plan-wrap li:nth-of-type(2) dl dt {
  background: #e79933;
}

.ec-plan-wrap li:nth-of-type(3) dl dt {
  background: #e76a33;
}

.ec-plan-wrap li dl dd.plan-price {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ec-plan-wrap li dl dd.plan-price span {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  line-height: 1;
  letter-spacing: 4px;
}

.ec-plan-wrap li dl dd.plan-txt {
  background: #f1eeee;
  border-radius: 50px;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  text-align: center;
  display: inline-block;
}



.ttl-accordion{ padding: 1em;}

.price-box{ font-size: .8em;}

 .price-box thead th:nth-child(n+2){width:26%;}
 
.price-box th,
.price-box td{ padding: .5em;}
.price-yen{ font-size: 1em; font-weight: 600; line-height: 1.2;}
.tbl-notes{  font-size: .8em; margin-top: .5em;}



/*会社概要
---------------------------------------------------------------------------*/
.about h3{
	color: #319041;
    font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	margin-top: .5em;
	}
	
.about p{
	text-align: center;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
dl.about-box{
    display: grid;
    grid-template: auto / 6em 1fr;
}

dl.about-box dt {
    grid-column: 1;
}

dl.about-box dd {
    grid-column: 2;
}

/* 細かなレイアウト調整 */
dl.about-box dt, dl.about-box dd {
    margin: 0;
    padding: 4px;
    border-top: 1px dotted rgba(0,0,0,0.2);
}
	
dl.partners-box {
	padding: 1em 0;
}

dl.partners-box dt,
dl.box dt
{color: #319041; font-weight: 600; font-size: 1.8rem; margin-top: 20px;margin-bottom: .2em;}

dl.partners-box dd span::after {
content: "/";
color: #000;
padding-left: .5em;
padding-right: .5em;
}

table.tbl-history th,td{
  vertical-align: top;
}
table.tbl-history tr:nth-child(1) th:nth-child(1){
	background: #eef7f0;
}
table.tbl-history tr:nth-child(3) th:nth-child(1){
	background: #d3e8d8;
}
table.tbl-history tr:nth-child(4) th:nth-child(1){
	background: #b8d9c0;
}

table.tbl-history th{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
color: #319041;
font-size: 1.6rem;
border-top: #fff 2px solid;
padding:15px 5px 0 5px;
}

table.tbl-history span {/*iOSのsafari用*/
writing-mode: vertical-lr;
min-height: 8em;
width: 1.5em;
}

table.tbl-history td{
padding:10px 0 0 10px;
}
table.tbl-history li{
margin-bottom: 1em;
}

table.tbl-history td.bg-01{background: #eef7f0;text-align: right;padding:10px 10px 0 0;width: 4em;}
table.tbl-history td.bg-02{background: #d3e8d8;border-top: #fff 2px solid;border-bottom: #fff 2px solid; text-align: right;padding:10px 10px 0 0;}
table.tbl-history td.bg-03{background: #b8d9c0; text-align: right;padding:10px 10px 0 0;}


.access-wrap div.gmap{
	position: relative;
	width: 100%;
	padding-top: 50%;
	margin-top: 10px;
}

.access-wrap div.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access-wrap h3{ font-weight: 600;}



/* IT関連サービス
---------------------------------------------------------------------------*/
.box-2col-pic li img{
margin-top: 10px; 
width:100%;
  height: 120px;
  object-fit: cover;
}

.box-2col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-2col li
{
	width: 46%;
	align-items: center;
	margin: 20px 0;
}
.box-2col li h4{ text-align: center; margin-top: 10px;}
.box-2col li div:nth-child(odd){ text-align: center;}
.box-2col li div:nth-child(even){}
.box-2col li img{ width: 40%;}


/*  form
---------------------------------------------------------------------------*/

input, button, textarea, select {
  font-size: 1.6rem;
}
.form-wrap {
    margin-top: 30px;
}
.form-wrap input {
  border-radius: 4px;
  height: 2.4em;
  padding: 0 8px;
  margin-bottom: 1em;
}

.form-checkbox-name {
  margin-bottom: 1em;
}


/* input text */

.form-text {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.form-text-short {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

input[type=text].form-text-short {
 /* max-width: 40%;*/
  box-sizing: border-box;
}

input[type=tel].form-text-short {
  max-width: 28%;
  box-sizing: border-box;
}



/* input submit */


/* button */

.form-submit {
  margin: 40px auto 0;
  text-align: center;
}

.form-submit-button {
  display: inline-block;
  padding: 1em 2em;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-right: 20px;
}

.form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}

.form-reset-button {
  display: inline-block;
  padding: 1em;
  border: none;
  border-radius: 4px;
  background-color: #ccc;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.form-reset-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}


/* textarea */

.form-item-textarea textarea {
  height: 200px;
  border-radius: 4px;
}


/*  footer
---------------------------------------------------------------------------*/

.footerFixed {
  min-height: 100vh;
  position: relative;
  padding-bottom: 370px;
  box-sizing: border-box;
}

footer {
  position: absolute;
  bottom: 0;
  background: #f6f5f5;
  width: 100%;
font-size: 1rem;
  padding-top: 1em;
  padding-bottom: .5em;
}

.logo-footer {text-align: center; line-height: 1; margin-top: 10px;}

.footer-flex img{width: 35%; text-align: center;}
ul.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

ul.footer-link li{ 
    align-self: stretch;
	width: 46%;
	border-bottom: solid 1px #e0e0e0; 
	}


ul.footer-link li:nth-last-of-type(-n+2)
{border-bottom: none;}

ul.footer-link li a{
    display: block; 
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer-address{
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
}

dl.footer-address dt{ 
	float: left;
	clear: left;
	text-align: left;
	width: 16%;
	display: block;
	}
dl.footer-address dd{ 
	display: block;
	padding-bottom: .2em;
	margin-left:16%;
}
.truste-wrap span{display: block;}
.truste-wrap span:nth-of-type(2){ text-align: center; margin-top: 10px;}
.truste{ text-align: center;margin: 10px auto;}
.truste img{ width: 25%;}
.copyright{
  text-align: center;
  border-top: #000 1px solid;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1;
}


/* その他
---------------------------------------------------------------------------*/
.maintenance{ padding-top: 100px;}
.i-pdf::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f1c1';
  color: #E0595C !important;
  padding-left: 4px;
}

.dsp-no-sp {
  display: none;
  visibility: hidden;
}
.x-larger {
    font-size: 1.2em;
}

.x-large {
  font-size: 1.4em;
}

.mt-s {
  margin-top: 6px;
}

.mt-m {
  margin-top: 15px;
}

.mt-l {
  margin-top: 30px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-xxl {
  margin-top: 60px;
}

.mb-m {
  margin-bottom: 15px;
}

.mb-l {
  margin-bottom: 30px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-xxl {
  margin-bottom: 60px;
}

.ml-s {
  margin-left: 4px;
}

.mr-s {
  margin-right: 4px;
}

.pt-xl {
    padding-top: 40px;
}
.pb-l {
    padding-bottom: 30px;
}

.small {
  font-size: .8em;
}

.br-sp {
  display: block!important;
}

.br-pc {
  display: none;
}

.div-link-wrap{
    position:relative;
}

.div-link-wrap .div-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}