@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
/*			background-color: #ffffcc; */
/*	background-color: #e6e6e6; */
/*	background-color: #ffff99; */
    background: linear-gradient(-45deg, #ffffff, #feffcc );
	background-size: cover;
	font-size: 1.4rem;
	font-family: Raleway, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* --------------------------------
 * parts
 * -------------------------------- */

#floatingmenu {
	display: block;
	width: 100px;
	position: fixed;
	left: auto;
	right:0;
	top: 0px;
	z-index: 9999;
	text-align: right;
	padding: 0 auto;
}
.buttons{
	padding: 10px;
  text-align: center;
}
.button, .button_r {
	display: inline-block;
	width: 100px;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
  text-align: center;
  margin: 2px;
}
.button {
  background-color: #991f1f;
}
.button_r {
  background-color: #435ee0;
}

.button:hover, .button_r:hover {
	opacity: 0.8;
}
.heading {
  padding: 10px 12px;
  background: url('../images/bg-slash.gif');
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.section-title {
  padding: 10px 12px;
  background: url('../images/bg-slash.gif');
	background-color: #e6b8b8;
  letter-spacing: 1px;
  font-size: 2rem;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
	padding: 40px 0 0;
}
.logo-box {
	display: block;
	margin: 10px auto;
	width: 220px;
}
.logo-box::after {
    display: block;
	content: '';
	position: absolute;
	top: auto;
	width: 220px;
	height: 75px;
	background: url('../images/1x.svg') no-repeat;
	background-size: 100% 100%;
  /* opacity: 0.15;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
  transform: scaleY(-1); */
	opacity: 0.15;
    -webkit-transform: scaleY(-0.8);
    -ms-transform: scaleY(-0.8);
	transform: scaleY(-0.8);
	margin: 0 auto;
}
.contents {
  position: relative;
  overflow: hidden;
  /* 移転後新年版 start */
 /* margin: 5% 0; */
  /* 移転後新年版 end */
  padding: 30px 0 80px;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  margin: 3% -10% 0;
  /*background: #22454d; */
  background: linear-gradient(-135deg, #22454d, #438899 );
 -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -1;
}

.contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 3% -10% 0;
/*	background: #ccf7ff; */
    background: linear-gradient(-90deg, #ccf7ff, #1a66ff );
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -2;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  /* 移転後新年版 start */
     margin: 0 auto;
    /* margin: -20px auto; */
    padding: 130px 10px 30px;
     /* padding: 0 10px 10px; */
 /*-- 移転後新年版 end */
 color: #fff;
  text-align: left;
}
.scroll-list {
  max-height: 230px;
  overflow-y: auto;
  margin-bottom: 30px;
  list-style-type: none;
	background-color: #fff;
	padding: 0;
}
.scroll-item p {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 0;
  transition: background-color 0.1s;
}
.scroll-item:nth-of-type(even) p {
  background: url('../images/bg-slash.gif');
}
.scroll-list .date {
  display: inline-block;
  width: 20%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.0rem;
	vertical-align: middle;
	text-align: center;
}
.scroll-list .category {
  display: inline-block;
  width: 10%;
  border-radius: 5px;
  background-color: #d03c56;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.0rem;
  line-height: 16px;
	vertical-align: middle;
}
.scroll-list .category.news {
  background-color: #2c3c53;
}
.scroll-list .title {
  display: inline-block;
  width: 65%;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
	vertical-align: middle;
}


/* --------------------------------
 * service
 * -------------------------------- */
.service {
	padding: 20px 30px 30px;
    background: #ffffff;
}
.service-wrapper {
	display: block;
	width: 80%;
	margin: 50px auto 40px;
}
.service-box1 {
	display: block;
	width: 30%;
}
.service-box2 {
	display: block;
	width: 100%;
}
.service-img {
	width: 80%;
}
.service-list {
	list-style-img: url('../images/circle.svg');
  background-color: #e6e6e6;
}
.service-list .service-item p {
	display: block;
	padding: 20px 5px 15px;
	color: #333;
	font-size: 0;
	vertical-align: middle;
}
.service-list .service-title {
	display: inline-block;
	width: 28%;
	font-size: 1.5rem;
	vertical-align: middle;
}
.service-list .service-detail {
	display: inline-block;
	width: 72%;
	font-size: 1.5rem;
	vertical-align: middle;
}
clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* --------------------------------
 * about
 * -------------------------------- */
.about {
	padding: 20px 30px 150px;
	color: #333;
    background: #ffffff;
}
.about-wrapper {
	display: block;
	width: 80%;
	margin: 50px auto 40px;
}
.about-list {
/* 	padding: 0px 40px 0px; */
	width: 70%;
/*   max-height: 300px; */
/*   margin-bottom: 30px; */
  list-style-type: none;
	background-color: #fff;
	border-style: solid hidden solid;
	border-color: #b3a6a1;
	margin: 10px auto;
	padding: 0;
}
.about-list .about-item p {
  display: block;
	padding: 10px 0px;
  color: #333;
  font-size: 0;
  transition: background-color 0.1s;
}
.about-list .about-item:nth-of-type(even) p {
  background: url('../images/bg-slash.gif');
}
.about-list .about-title {
  display: inline-block;
  width: 30%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.2rem;
	vertical-align: middle;
}
.about-list .about-value {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  font-size: 1.2rem;
	vertical-align: middle;
}
.securitypolicy-box {
    display: flex;
    justify-content: flex-end;
}
.securitypolicy-link {
    color: #99998a;
    font-weight: bold;
}
/* --------------------------------
 * access
 * -------------------------------- */
.access {
	padding: 20px 30px 50px;
	background-color: #383634;
	color: #fff;
}
.access-wrapper {
	display: block;
	width: 80%;
	margin: 50px auto;
}
.access-box {
	display: block;
}
.contact-box {
	display: block;
	text-align: center;
}
.maps {
	text-align: center;
}
.contact{
	margin: 0 20px;
	line-height: 1;
}
.contact-name {
	font-size: 1.8rem;
}
.address-no {
	display: inline-block;
}
.address-text {
	display: inline-block;
	padding-left: 10px;
}
.contact-tel {
	display: inline-block;
}
.contact-mail {
	display: block;
	width: 60%;
	padding: 10px;
	border-radius: 4px;
	background-color: #ffd;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
 	text-align: center;
	margin: 0 auto;
  text-transform:lowercase;
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
	text-align: center;
	background-color: #22454d;
	padding: 12px 0 400px;
	font-size: 1.3rem;
	color: #fff;
}

/* --------------------------------
 * security_policy
 * -------------------------------- */
 .security_policy {
    background: #e6e6e6;
 	background-size: cover;
 	font-size: 1.4rem;
 	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 }
.security_policy_main {
    max-width: 800px;
    background: #282d33;
    margin: 2rem auto;

}
.security_policy_header {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.header_title, .menue_back {
    color: #ffffee;
}
.header_title {
    letter-spacing: 0.2rem;
    margin-top: 1rem;
    margin-bottom: -2rem;
}
.security_policy_declaration {
    background: #ffffe6;
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
}
.declaration_front, .declaration_end {
    padding: 1rem;
}
.declaration_front p {
    padding: 1rem;
}
.tittle_mark {
    font-size: 1.6rem;
    color: #666666;
}
.declaration_point_title {
}
.declaration_point_list {
    list-style-type: none;
    font-size: 1.3rem;
    margin-top: -1.5rem;
    padding-left: 1.5rem;
}
.declaration_point_item {
    padding-top: 0.8rem;
}
.declaration_role_list {
    list-style-type: decimal;
}
.kome {
    font-size: 1.1rem;
    font-weight: bold;
    padding-right: 0.4rem;
}
.assessment_comment {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 1.5rem;
}
.signature_date_list {
    list-style-type: none;
}
.declaration_signature {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1.5rem;
}
.signature_date_list {
    text-align: right;
    font-size: 1.1rem;
}
.signature_date_item {
}
.security_policy_footer {
    text-align: center;
    color: #ffffee;
    padding: 2rem;
    font-size: 1.2rem;
}
/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
	body {
/*		background-image: none; */
	}
}
@media (max-width: 768px) {
	body {
		font-size: 1.2rem;
        background: linear-gradient(-45deg, #ffffff, #feffcc );
    	background-size: cover;
	}
	/* --- parts --- */
	.button, .button_r {
		width: 70px;
        font-size: 1rem;
	}
	.button:hover, .button_r:hover {
		opacity: 1.0;
	}
	/* --- header --- */
  .logo {
    width: 150px;
  }
	.logo-box {
		width: 120px;
		height: 120px;
		margin-left: 25%;
	}
  /* .logo {
    width: 120px;
  } */
  /* .logo-box::after {
  width: 120px;
  height: 40px;
} */
	.logo-box::after {
		width: 150px;
		height: 60px;
	}
    /* 移転後新年版 start */
    .contents {
      padding: 0px 0 80px;
      margin-top: -10px
    }
    /*-- 移転後新年版 end */
    .contents_inner {
	  max-width: 400px;
     /* 移転後新年版 start */
     padding: 70px 10px 15px;
      /* padding: 0px 10px 10px; */
      margin: -10px auto;
     /*-- 移転後新年版 end */
	}
	.scroll-item p {
		padding-left:5px;
	}
	.scroll-list .date {
		font-size: 0.9rem;
	  width: 27%;
	}
	.scroll-list .category {
	  letter-spacing: 0.5px;
		font-size: 0.8rem;
	  width: 15%;
	}
	.scroll-list .title {
		font-size: 1.1rem;
	  width: 58%;
	}
	/* --- service --- */
	.service {
		padding: 10px 10px 10px;
        background: #ffffff;
}
	.service-wrapper {
		width: 100%;
	}
	.service-box1 {
		width: 60%;
	}
	.service-box2 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.service-item .service-detail {
		display: none;
	}
	.service-list .service-title {
		width: 100%;
	}
	/* --- about --- */
	.about {
		padding: 10px 10px 120px;
        background: #ffffff;
}
	.about-wrapper {
		width: 100%;
	}
	.about-list {
		width: 100%;
	}
	.about-list .about-title {
		width: 25%;
	}
	.about-list .about-value {
	  width: 75%;
	  padding-left: 10px;
	  font-size: 1.1rem;
	}
	/* --- access --- */
	.access {
		padding: 10px 10px 40px;
	}
	.access-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.maps iframe {
		width: 100%;
	}
	.contact {
		line-height: 0.5;
	}
	.contact-name {
		font-size: 1.4rem;
	}
	.address-no {
		display: block;
	}
	.address-text {
		display: block;
	}
	.contact-tel {
		display: block;
		font-size: 1.4rem;
	}
	.contact-box {
		padding-top: 30px;
	}
	.contact-mail {
		width: 80%;
		padding: 10px;
	 	text-align: center;
		margin: 0 auto;
	}
    .security_policy_main {
        margin: 0 auto;
    }
    .security_policy_footer {
        font-size: 1rem;
    }
}
