﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";
/*------- reset ------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}
ul, ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
	overflow-x: hidden;
	background:  #f1f8fa;
}
/*
h1, h2, h3, h4 {
  text-wrap: balance;
}
*/
/*===================
   フォントサイズ設定
===================*/
html{
	color: #2e2e2e;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	line-height: 1.5;
}
h2{
	font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}
h3{
	font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
}
h4{
	font-size: clamp(1.25rem, 1.131rem + 0.6vw, 1.875rem);
}
/*
p{
	font-size: clamp(1.125rem, 1.101rem + 0.12vw, 1.25rem);
}
*/
p{
  line-height: 1.7;
}
p.margin_left{
  margin-left: 2em;
}


a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color:#2E2E2E;
	text-decoration: none;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
/*--------------------*/
body {
  margin: 0px;
  padding: 0px;
  min-width: 440px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  vertical-align: baseline;
　color: #4d4d4d!important;


}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#86bc4266), to(rgba(150, 224, 224, 1)));
  background: linear-gradient(to top, (#86bc4266) 0%, rgba(150, 224, 224, 1) 100%);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
/* 文字選択したときの背景色を変える */ ::-moz-selection {
  background: #D7D7D7;
} ::selection {
  background: #D7D7D7;
}
::-moz-selection {
  background: #D7D7D7;
}
a:hover:not(.linkbtn) {
/*
  color: #a52425;
*/
  text-decoration: none;
}
b {
  /*	color: rgb(42,47,136);*/
  font-weight: 500;
}
strong{
	font-size: 1.1em;
	margin: 0 5px;
}
.font_small {
    font-size: .8em;
    font-weight: normal;
}
.margin_top_0{
	margin-top: 0;
}
.text_wrap{
	display: inline-block;
}
.link_targetblank:after {
  content: "\f35d";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #8A8A8A;
}
.link_pdf:after {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #BD2E30;
}
.link_excel:after {
  content: "\f1c3";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #337F47;
}
.link_word:after {
  content: "\f1c2";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #4065B0;
}
/* フロートの解除　clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.right{
	text-align: right;
	margin: 0 0 0 auto;
}
.bold{
	font-weight: bold;
}
.small{
	font-size: .9em;
}
.left{
	text-align: left;
}
.strong{
	font-size: 1.1em;
	font-weight: bold;
}
.marker {
    background: linear-gradient(transparent 50%, rgba(37,114,209,.2) 50%);
}
/*コンテンツ幅*/
.width_content{
	max-width: 1300px!important;
	margin: 0 auto;
	width: 85%!important;
}
.text_wrap{
	display: inline-block;
}
.sp_br{
	display: none;
}
@media screen and (max-width : 500px) {
	.sp_br{
		display: block;
	}
}
/* ------------------------------
   クリッカブルマップ(レスポンシブ対応)
-----------------------------*/
/*img[usemap] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}*/