/*** base ***/
/* base */
/*
$base-font-size-sp:10px;
*/
/* header */
/*
$header-text-color:#333;
$header-font-size:1.2rem;
*/
/* color */
/* enable-responsive-font-sizes */
/*** --  bootstrap overwite -- ***/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
h1, h2, h3, h4, h5 {
  margin: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  padding-left: 0;
  padding-right: 0; }

b, strong {
  font-weight: bold; }

.row {
  margin-left: 0;
  margin-right: 0; }

.gnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.navbar-brand {
  /*
	padding-top: 0px;
    padding-bottom: 0px;
    margin-right:0;
    color:#FE401A;
    font-weight:bold;
*/ }

/*
.navbar-expand-xl{
	padding:0;
	.navbar-nav{
		.nav-link{
			padding:10px 15px;
    		font-weight:bold;
			position: relative;
			color:$header-text-color;
    		&:after{
				content: "";
				width: 0;
				height: 3px;
				background: #0069b3;
				position: absolute;
				bottom: -5px;
				left: 0;
    		}
    		&:hover{
	    		&:after{
	    			width: 100%;
	    			-webkit-transition: .5s all ease;
	    			-o-transition: .5s all ease;
	    			transition: .5s all ease;
   				}
   			} 			
		}
		.dropdown-toggle{
			&:after {
    			display: inline-block;
    			margin-left: auto;
    			vertical-align: auto;
    			border:none;
    		}
    		i{
    			position:absolute;
    			top:40%;
    			right:0;
    		}
    	}
	}
}
*/
.dropdown > .dropdown-menu {
  border: none;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  font-weight: bold;
  font-size: 1.4rem;
  padding: 20px;
  position: fixed !important;
  top: 55px;
  width: 100%; }
  .dropdown > .dropdown-menu a.dropdown-item {
    font-weight: bold;
    padding: 10px; }
    .dropdown > .dropdown-menu a.dropdown-item:before {
      font-family: "Font Awesome 5 Free";
      padding-right: 10px;
      content: "\f105";
      color: #fff;
      font-weight: bold;
      display: inline-block; }
    .dropdown > .dropdown-menu a.dropdown-item:hover {
      text-decoration: underline !important;
      background-color: transparent; }

.border-light {
  border-color: #e7eaec !important; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.01); }

/* Slider */
.carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 50%; }
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 60px;
    letter-spacing: 5px; }

a.carousel-control-prev > i,
a.carousel-control-next > i {
  font-size: 30px;
  background-color: #222;
  color: #fff;
  padding: 20px; }

/*
a.carousel-control-prev{
	left:-30px;
}
a.carousel-control-next{
	right:-30px;
}
*/
/* Navigation */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-toggler {
  border: none;
  background: transparent !important;
  background: #333;
  padding-left: 0;
  padding-right: 0; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #fff;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  margin: 0 auto; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 9px);
  -ms-transform: rotate(45deg) translate(5px, 9px);
  transform: rotate(45deg) translate(5px, 9px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -9px);
  -ms-transform: rotate(-45deg) translate(4px, -9px);
  transform: rotate(-45deg) translate(4px, -9px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0.75em 0; }
  .breadcrumb .breadcrumb-item {
    color: #333;
    font-weight: bold; }
    .breadcrumb .breadcrumb-item a {
      color: #0069b3; }
    .breadcrumb .breadcrumb-item:before {
      color: #333; }

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important; }

.card .card-header {
  padding: 0.5rem 0rem; }

/* Tab */
/*

.nav-tabs{
	.nav-link{
    	border-width:3px;
		&.active,
	    &:hover{
    		border-color:#fff #fff #008080 #fff;
 	   }
    }
}

.card{
	border:none;
	margin-bottom:0px;
	border-radius:initial;
	.card-header{
		background-color:transparent;
		border:none;
		padding:0;
	}
	.card-body{
		&.gray{
			background-color:#F8F8F8;
		}
		text-align:left;
	}
	.card-footer{
		background-color:transparent;
		border:none;
		padding:0;
	}
}


dl{
	dt,dd{
		line-height:28px;
	}
}


.mt-6{
	margin-top:4rem;
}
.mt-7{
	margin-top:5rem;
}
*/
@media (max-width: 1200px) {
  a.carousel-control-prev {
    left: 10px; }
  a.carousel-control-next {
    right: 10px; }
  /*
	.navbar-brand{
		padding:10px;
	}


	.navbar-expand-xl{
		.navbar-nav{
			.nav-link{
	    		&:after{
					width: auto;
					height: auto;
					background: none;
					position: static;
   		 		}
	    		&:hover{
		    		&:after{
		    			-webkit-transition: inherit;
		    			-o-transition:inherit;
		    			transition: inherit;
   					}
   				} 			
			}
		}
	}
*/
  .breadcrumb {
    width: 100%; }
  /* Slider */
  .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 40%; }
    .carousel .carousel-inner .carousel-item .carousel-caption h3 {
      font-size: 36px; }
  /*
	.navbar-toggler{
	    width: 50px;
    	height: 50px;
    	padding-left:10px;
    	padding-right:10px;
    	.icon-bar{
    		width: 100%;
    	}
	}

	.navbar-collapse{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		.navbar-nav{
			margin-top:30px;
			min-height: calc(100vh - 60px);
    		height: 100vh;
    		background-color:$blue-color;
			.nav-item{
				position:relative;
				&:last-child{
					border-bottom:1px solid rgba(255,255,255,0.7);;
				}
				a{
					padding:26px 0;
					border-top:1px solid #dcdcdc;
					&.dropdown-toggle{
						&:after{
							position:absolute;
							right:20px;
						}
					}
				}
				.dropdown-menu {
					background-color:transparent;
					margin:0;
					padding-top:0;
					position:static !important;
					a.dropdown-item{
						padding:10px 30px;
						border-top:none;
						border-bottom:none;
						&:first-child{
							padding-top:0px;
						}
					}
				}
			}
		}
	}
	
	dl{
		dt,dd{
			line-height:20px;
		}
	}
*/ }

/*** -- reset -- ***/
html,
body,
div,
span,
object,
iframe,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*	font-size:100%;*/
  vertical-align: top;
  background: transparent; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  font-size: 16px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th,
  table td {
    font-weight: normal;
    padding: 0.5em;
    vertical-align: top; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ul {
  list-style: none; }

ul:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

blockquote,
p {
  line-height: 1.8rem;
  font-size: 1rem;
  quotes: none;
  margin-bottom: 0; }
  blockquote:before, blockquote:after,
  p:before,
  p:after {
    content: '';
    content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  /*	font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #222; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    border: none;
    text-decoration: none; }

ins {
  background-color: #db630d;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #db630d;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #db630d;
  cursor: help; }

hr {
  visibility: hidden;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*
input, 
select {
	vertical-align:middle;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none;
}
*/
img {
  max-width: 100%; }

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #222;
  width: 100%;
  font-weight: 300;
  background-color: #fff;
  line-height: 1;
  padding-top: 70px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 576px) {
  /*
	html {
	  font-size:$base-font-size-sp;
	}
*/ }

/*** -- end reset -- ***/
/*** modules ***/
/*** layouts ***/
/*** Common ***/
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#container {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.block {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center; }

.sub-block {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }

h2, h3, h4 {
  color: #72460A;
  font-weight: bold; }

h2 span.small {
  font-size: 1rem;
  line-height: 3rem; }

/*
h2.title{
	display:block;
   	font-weight: bold;
   	line-height:4rem;
   	font-size:3rem;
	color:$olive-color;
}
h3.title{
	display:block;
   	font-weight: bold;
   	line-height:2.4rem;
   	font-size:1.6rem;
	color:$olive-color;
}
h4.title{
	display:block;
   	font-weight: bold;
   	line-height:2.6rem;
   	font-size:1.6rem;
	color:$olive-color;
}
*/
p.sub-title {
  font-size: 2.2rem; }

p.date {
  font-size: 1.2rem;
  color: #666666; }

.border-pink {
  border-left: 5px solid #db7093;
  padding-left: 10px; }

/*
.border-blue{
	border-left: 5px solid $olive-color;;
    padding-left: 10px;
}
*/
.border-blue-top {
  border-top: 1px solid #7E7A31; }

.border-blue-bottom {
  border-bottom: 1px solid #7E7A31; }

/*
.pc{
	display:block;
}
.sp{
	display:none;
}
*/
/* scroll */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }
  #page-top a {
    background-color: rgba(0, 128, 128, 0.6);
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    display: block; }
    #page-top a:hover {
      text-decoration: none;
      background: #008080; }
    #page-top a > i {
      font-size: 30px; }

/* sub_page common */
.sub_main_title {
  padding: 130px 0;
  background-color: #ccc;
  color: #fff; }
  .sub_main_title .row {
    width: 1000px;
    margin: 0 auto; }
    .sub_main_title .row p {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.3vw; }
      .sub_main_title .row p span {
        font-size: 14px; }

/* breadcrumb common */
.breadcrumb_sec {
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px 0;
  width: 800px; }
  .breadcrumb_sec .row {
    margin: 0 auto; }
    .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item {
      font-size: 12px; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:before {
        content: ">"; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:first-child:before {
        content: ""; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:last-child {
        font-weight: bold; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a {
        text-decoration: underline;
        color: #008080; }
        .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a:hover {
          text-decoration: none; }

.paginate span.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #008080;
  border: 1px solid #008080; }

.paginate a.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #fff;
  background-color: #008080; }

div.description {
  margin-top: 20px; }
  div.description p {
    font-size: 12px;
    text-align: left; }

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  background-color: #7E7A31;
  border: 1px solid #7E7A31;
  text-align: center;
  border-radius: 0px;
  font-size: 1rem;
  font-weight: bold; }
  .btn i {
    margin-left: 30px;
    font-size: 3rem; }
  .btn:hover {
    color: #7E7A31;
    background-color: #fff; }
  .btn.sm-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 30px; }
    .btn.sm-btn i {
      margin-left: 20px;
      font-size: 2.2rem; }

/*
.card{
	.btn{
		padding-top:8px;
		padding-bottom:8px;
		padding-left:30px;
		padding-right:10px;
    	border-radius: 30px;
    	span{
    		margin-top:2px;
	    	font-size:18px;
	    	font-weight:bold;
		}
		i{
			margin-left:20px;
			font-size:30px;
		}
    }
}
*/
.bk-none {
  background-color: transparent; }

.bk-white {
  background-color: #fff; }

.bk-light-green {
  background-color: #f5f5dc; }

.bk-olive {
  background-color: #7E7A31; }

.text-white {
  color: #fff; }

.text-olive {
  color: #7E7A31; }

.icon_newcomer {
  padding: 1px;
  /*	width:50px;*/
  color: #fff;
  font-weight: bold;
  text-align: center; }

.rounded-top {
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important; }

.rounded-bottom {
  border-bottom-left-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/*
section.green{
	background-color:#dbf7ca;
}
*/
#btn-contact {
  position: fixed;
  top: 15%;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.sub-title {
  /*	color:#fff;*/
  font-weight: bold;
  padding: 0 20px; }

.stretched-link {
  padding: 10px; }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: ""; }
  .stretched-link:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff; }

.img-animation {
  position: relative;
  overflow: hidden; }
  .img-animation .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 105, 179, 0.9);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 10px; }
    .img-animation .mask .line {
      height: 100%;
      width: 100%;
      border: 1px solid #fff;
      text-align: center; }
      .img-animation .mask .line .caption {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        text-align: center; }
  .img-animation:hover .mask {
    opacity: 1; }

.time {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8c8a8a; }

@media (max-width: 1200px) {
  .block {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    /*		margin-top:30px;*/ }
  .sub-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
  /*	
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
*/
  /*
	section{
		.blog{
			.card{
				.card-title{
					font-size:14px;
					line-height:22px;
				}
			}
		}
	}
*/
  /*
	h2.title{
	   	line-height:3rem;
   		font-size:2rem;
	}
	h3.title{
	   	line-height:3rem;
   		font-size:1.8rem;
	}
*/
  body.sub section#main {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sub_main_title {
    padding: 100px 20px; }
    .sub_main_title .row {
      width: 100%; }
      .sub_main_title .row p {
        font-size: 24px;
        line-height: 28px; }
        .sub_main_title .row p span {
          font-size: 12px; }
  /* breadcrumb common */
  .breadcrumb_sec {
    width: 100%; }
  .parallax-window {
    min-height: 500px; }
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 1rem; }
  #btn-contact {
    top: 15%; } }

/*** Header ***/
#header {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%; }
  #header header {
    margin: 0 auto;
    padding: 5px 20px; }
    #header header .navbar-collapse {
      overflow-y: scroll; }
      #header header .navbar-collapse a {
        color: #fff;
        /*				font-size:1.6rem;*/ }

@media (max-width: 1200px) {
  #header header {
    padding: 5px 0; }
  /*
	#header{
		background-color:#fff;
		margin-right:0;
		height:70px;
		header{
			width:100%;
			.navbar-collapse{
				background-color:#fff;
				.navbar-nav{
					margin:0;
					width:100%;
					& a{
						font-size:14px;
						font-weight:bold;
						color:#fff;
						&.navbar-brand{
							padding:10px;
						}
						&.nav-link{
							margin-left:0;
							margin-right:0;
							padding-top:26px;
							padding-bottom:26px;
							padding-left:20px;
							padding-right:20px;
							background-color:$blue-color;
							color:#fff;							
							&.contact{
								background-color:$blue-color;
								color:#fff;
								padding-left:auto;
								padding-right:auto;
							}
							i{
								position:absolute;
								right:20px;
								top:24px;
								bottom:0;
								font-size:22px;
								text-align:right;
								color:#fff;
							}
						}
					}					
				}
			}
		}
	}
*/ }

/*** Footer ***/
#footer a.tel {
  position: relative;
  padding: 3px 10px;
  /*			font-size:2.4rem; */
  font-weight: bold;
  color: #0069b3; }
  #footer a.tel:before {
    content: url(../images/header/ico_tel.gif);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -20px; }

#footer p.address {
  font-size: 1.4rem;
  line-height: 2.2rem; }

#footer ul li a.blue {
  border-left: 5px solid #7E7A31;
  padding-left: 10px; }

#footer ul li a.arrow:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  content: "\f105";
  color: #7E7A31;
  font-weight: bold;
  display: inline-block; }

#footer ul li a:hover {
  color: #7E7A31;
  text-decoration: underline; }
  #footer ul li a:hover:before {
    text-decoration: none; }

#footer ul li a.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

#footer h3.tel-message {
  line-height: 2rem; }

#footer p#copyright {
  width: 100%;
  color: #fff;
  font-weight: bold; }

@media (max-width: 768px) {
  #footer footer {
    width: 100%; }
    #footer footer #copyright {
      width: 100%; }
    #footer footer .nav-link {
      text-align: left;
      border-top: 1px #dcdcdc solid;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      cursor: pointer; }
      #footer footer .nav-link i {
        position: absolute;
        right: 20px;
        top: 24px;
        bottom: 0;
        font-size: 24px;
        text-align: right;
        color: #008080; } }

/*** Top ***/
body#top section#main {
  position: relative; }
  body#top section#main div.block {
    text-align: left; }
    body#top section#main div.block div.comment {
      position: absolute;
      top: 20%;
      left: 0;
      right: 0; }

body#top section#message {
  position: relative; }
  body#top section#message div.block {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    body#top section#message div.block div.comment {
      width: 50%; }
      body#top section#message div.block div.comment p {
        font-size: 1.2rem;
        line-height: 2.4rem;
        color: #fff; }

@media (max-width: 1200px) {
  body#top section#banner {
    margin-top: -5%; } }

@media (max-width: 992px) {
  body#top section#main div.block div.comment {
    top: 10%; }
  body#top section#message div.block div.comment {
    width: 100%; }
    body#top section#message div.block div.comment p {
      font-size: 1rem;
      line-height: 1.4rem; }
  body#top section#banner {
    margin-top: 0px; }
    body#top section#banner .block {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 5%;
      padding-right: 5%; } }

@media (max-width: 768px) {
  body#top section#main div.block div.comment {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    /*
					div.box{
				  		h2.title{
	  				 		font-size:2.4rem;
						}
						p{
							font-size:1.6rem;
							span.big{
								font-size:2.4rem;
							}
						}
					}					
*/ }
  body#top section#message div.block {
    position: static; }
    body#top section#message div.block div.comment {
      position: static; }
      body#top section#message div.block div.comment p {
        color: #222; }
  body#top section#join_data div.message {
    width: 100%; }
  body#top section#client {
    padding-left: 5%;
    padding-right: 5%; }
    body#top section#client .block {
      padding: 30px; }
  body#top section#member .carousel-item > img {
    width: 80%; }
  body#top section#member a.carousel-control-prev {
    left: 0px; }
    body#top section#member a.carousel-control-prev > i {
      font-size: 15px;
      padding: 15px; }
  body#top section#member a.carousel-control-next {
    right: 0px; }
    body#top section#member a.carousel-control-next > i {
      font-size: 15px;
      padding: 15px; }
  body#top section#member .card .card-body {
    margin: 0 auto; }
    body#top section#member .card .card-body .card-title span {
      font-size: 12px; } }

@media (max-width: 576px) {
  body#top section#main div.block div.comment {
    top: 10%;
    /*
					div.box{
						background-color: rgba(255,255,255,0.6);
				  		h2.title{
  					 		font-size:2.6rem;
						}
						p{
							font-size:1.6rem;
							span.big{
								font-size:2.4rem;
							}
						}
					}
*/ } }

/*** SubPage ***/
body#subpage ul.message-check li p:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  content: "\f14a";
  display: inline-block; }

body#subpage section#title-main {
  position: relative; }
  body#subpage section#title-main .block {
    position: absolute;
    top: 0;
    left: 0; }

body#subpage section#qa .block dl dt {
  font-size: 1.4rem;
  color: #7E7A31;
  line-height: 2rem; }

body#subpage section#qa .block dl dd {
  line-height: 2rem; }

body#subpage section#flow .block ul li p {
  vertical-align: baseline;
  font-size: 1.4rem;
  color: #72460A; }
  body#subpage section#flow .block ul li p span {
    vertical-align: baseline;
    font-size: 2rem;
    padding-right: 30px; }

body#subpage section#shop .block ul#outline li dl dt, body#subpage section#shop .block ul#outline li dl dd {
  font-size: 1.2rem;
  line-height: 1.6rem; }

@media (max-width: 768px) {
  body#subpage section#flow .block ul li p {
    font-size: 1rem; }
    body#subpage section#flow .block ul li p span {
      font-size: 1.4rem;
      padding-right: 10px; } }
