@charset "utf-8";
/* -----------------------------------------
reset.css
reset・初期設定
----------------------------------------- */


/* reset
----------------------------------------- */

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,address,del,em,strong,sub,sup,b,i,tbody,
dl,dt,dd,ol,ul,li,table,tr,th,td,form,label,input,textarea {
  margin: 0px;
  padding: 0px;
}

h1,h2,h3,h4,h5,h6,h7,th,input,textarea,select {
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    transform: rotate(0.001deg);
}

table,th,td {
 text-align: left;
 border: none;
}

ol,ul,li {
 list-style: none;
}

img {
 border: none;
 vertical-align: bottom;
 max-width: 100%;
}

em,strong {
 font-weight: bold;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

*, *:before, *:after {
 box-sizing: border-box;
}

.clear{
	clear:both;
}

/* 初期設定
----------------------------------------- */


html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 145px;
}

@media screen and (max-width: 599px){
	html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 155px;
}
}

@font-face {
  font-family: "Oswald";
  src: url('../font/Oswald-Medium.ttf');
}
.wf-roundedmplus1c { 
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.001deg);
}

body {
  font-size: 160%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  color: #333333;
  line-height: 1.7;
  background-color: #f9f7f7;
}

a { color: #333; text-decoration: none;}
a:visited { color: #333; }

/* ここからteaser.css */


.dib {
  display: inline-block;
}


.fontOswald {
  font-family:"Oswald";
}
.shingo {
	font-family: a-otf-ud-shin-go-pr6n,sans-serif;
}
.pcView {
  display: block;
}

.spView,.wideMoni {
  display: none;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_50{
	margin-bottom: 70px;
}

.lh_s{
	line-height: 2.5rem;
}
.ls_s{
	letter-spacing: -0.06rem;
}

.fs_24{
	font-size: 2.4rem;
	vertical-align: middle;
}

.fw_600 {
	font-weight: 600;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 110px;
    background: #ffffff;
/*    opacity: 0.80;*/
/*    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";*/
    border-bottom: 5px solid #f08300;
/*    border-top: 10px solid #f08300;*/
}


header h1 {
	font-size: 1.8rem;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

header h1 a {
    color: #000000;
    text-decoration: none;
	
}

header h1 a:hover {
	color:#000000;
}

header .logo {
	height: 90px;
	padding: 20px 0 0 20px;
	float: left;
}

header .address {
	float: right;
	font-size: 1.2rem;
	padding: 40px 20px 0 0;
	text-align: right;
	color: #333333;
	line-height: 2.0rem;
}

header .tel {
	font-size: 1.8rem;
	font-weight: 600px;
}

@media screen and (max-width: 599px){
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 155px;
    background: #ffffff;
    border-bottom: 5px solid #f08300;
	text-align: center;
}
	
header .logo {
	height: 80px;
	padding: 15px 0 0 20px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	float: none!important;
}
header .address {
	font-size: 1.2rem;
	padding: 20px 20px 0 0;
	text-align: center!important;
	color: #333333;
	line-height: 2.0rem;
	float: none!important;
}
}

/* グローバルナビゲーション */
header nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 50px;
}
header nav ul {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;

}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 40px;
}

header nav li a {
/*	font-weight:bold;*/
	color:#000000;
	text-decoration:none;
}

header nav li a:hover {
	color:#A62D2F;
/*	text-decoration:underline;*/
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  display: none;
}
	
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  display: none;
}


@media screen and (max-width:1024px) {
  .header {
    padding: 14px 15px;
  }

	header .inner {
    position: relative;
    width: 920px;
    height: 120px;
    margin: 0 auto;
	padding-left: 50px;
}

	.navOff{
		display: none;
	}
}



@media screen and (max-width: 599px) {
.headerLogo{
	width: 50%;
}

/*ボタン設定*/
.menu ul{
margin: 0; 
padding: 0; 
list-style: none;

}

.menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

.menu li a{
    display: block;
    border: 1px solid #c82f05;
    background-color: #f9f7f7;
    text-decoration: none;
    color: #333;
    width: auto;
    margin: 2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.menu li a:hover{
    background-color: #c82f05;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

}

.mainVisual {
  position: relative;
}

.fzLL {
  font-size: 4rem;
}

.vaAjd {
  vertical-align: 3px;
}

.brankAdj {
  display: none;
}

.mainVisualInner {
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../../img/img_mainVis_pc_wide.png) no-repeat center;
  height: 420px;
  z-index: 3;
  top: 120px;
}

.mainVisual::before {
  position: absolute;
  content: '';
  background: #fdefdd;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.mainVisual::after {
  position: absolute;
  content: '';
  background: #e4e6ef;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

@media screen and (max-width:1024px) {
  .mainVisualInner {
    background: url(../../img/img_mainVis_sp.png) no-repeat center;
    padding-top: 325px;
  }

  .mainVisual::before,.mainVisual::after {
    background: none;
  }
}

.mainVisualText {
    position: absolute;
    top: 55%;
    left: 25%;
    line-height: 1.5;
    color: #fff;/*#f08300*/
    font-size: 1.8rem;
    text-align: left;
    width: 70%;
    padding: 0 15px;
    text-shadow: 2px -1px 3px #696969, -2px 1px 3px #333333;
    font-weight: 600;
	transform: rotate(0.001deg);
}

wrapper {
  background-color: #fff;
}




/*ここからメインコンテンツ*/
.mainContens {
  display: block;
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 120px;
}

@media screen and (max-width: 599px){
.mainContens {
  display: block;
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 200px;
}	
}

section {
  margin-bottom: 100px;
	margin-top:  50px;
}

section p {
	padding: 0 20px;
}

@media screen and (max-width: 599px){
	
}
.mokuji {
	position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 5px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
	margin-top: 10px;
	margin-left: 30px;
	width: 95%;
}

@media screen and (max-width: 1024px){
.mokuji {
	position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
	margin-top: 20px;
}	
}

@media screen and (min-width: 1025px){
.mokuji {
	position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 30px;
	padding-right: 15px;
	margin-left: 10px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
	margin-top: 20px;
}	
}

.text_read {
	width: 95%;
	padding-top: 15px;
	padding-left: 50px;
}

@media screen and (max-width: 599px){
.text_read {
	width: 95%;
	padding-top: 15px;
	padding-left: 10px;
}	
}

.text_title {
	margin-top: 20px;
	margin-left: 30px;
}

.text_titleLink a:hover {
    color: #f08300;
}
.text_titleLink a {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    -webkit-transition: color 0.4s,background-color 0.4s;
    transition: color 0.4s,background-color 0.4s;
}
a:hover {
    text-decoration: underline;
}
.text_titleLink__arrow02 {
    margin-right: 5px;
}
a {
    color: #f08300;
    font-weight: bold;
    text-decoration: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
* {
    zoom: 1;
    box-sizing: border-box;
    outline: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.titletxt {
    position: relative;
    line-height: 1.8;
    margin-top: 15px;
}

.titletxtSub {
	text-align: left;
	font-weight: 600;
	margin-top: 20px;
}

.pageH2Area {
    margin: 30px auto 50px;
    text-align: center;	
}

.pageH2Area__tit02 {
    position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 0px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
}

@media screen and (max-width: 1024px) {
.pageH2Area {
    margin: 70px auto 35px;
    text-align: center;
	width: 95%
}

.pageH2Area__tit02 {
    position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 0px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
}
}

@media screen and (min-width: 1025px) {
.pageH2Area {
    margin: 70px auto 35px;
    text-align: center;
	width: 90%
}

.pageH2Area__tit02 {
    position: relative;
    display: block;
    border-bottom: 2px solid #f08300;
    padding-left: 15px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
}
}

/* ベースのレイアウト */

.content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 20px;
  padding-bottom: 40px;
  gap: 20px;
	width: 95%
}

.con-title {
    position: relative;
    display: block;
	width: 92%;
    border-bottom: 2px solid #f08300;
	margin-left: 50px;
	margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
}

@media screen and (max-width: 599px){
.content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 0px;
  padding-bottom: 40px;
  gap: 10px;
}
	
.con-title {
    position: relative;
    display: block;
	/*width: 95%;*/
    border-bottom: 2px solid #f08300;
	margin-left: 10px;
	margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    text-align: left;
}
}


.text-area {
  flex: 1;
  min-width: 60%;
  margin-bottom: 20px;
  
}

.image-area {
  flex: 1;
  min-width: 35%;
}

.image-area img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* レスポンシブ対応：スマホなど */
@media screen and (max-width: 768px) {
  .content-block {
    flex-direction: column;
    text-align: center;
  }

  .text-area, .image-area {
    width: 100%;
  }
}

section.jinsoku {
  margin-bottom: 100px;
	margin-top:  50px;
}

section p {
	padding: 0 20px;
}

.line {
	margin: 5px 0 10px;
	width: 640px;
}

@media screen and (max-width: 1024px) {
section.jinsoku {
  margin-bottom: 50px;
}
}

@media screen and (max-width: 599px) {
section.jinsoku {
	margin-top:  20px;
  margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
}

section.is_secMb90 {
  margin-bottom: 90px;
}
/*section h3{
	color: #f08300;
	font-weight: 800;
	font-size: 2.4rem;
	padding: 10px 20px;
}*/
section h3 {
  position: relative;
  padding: .25em 1em .25em 1.5em;
  border: 1px solid #ccc;
  font-size: 2.2rem;
	font-weight: 700;
  margin: 50px 10px 10px;
}
section h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f08300;
  border-radius: 4px;
}

section h2{
	font-size: 1.6rem;
	padding: 10px 50px;
	text-align: center;
}
@media screen and (max-width:599px) {
section h2{
	font-size: 1.6rem;
	padding: 10px 15px;	
}
}

section h7 {
  display: block;
	width: 80%;
  color: #ee791b;
  position: relative;
  padding: .5em 1.5em;
  border: solid #be3134 5px;
	border-radius: 5px;
  font-size: 2.4rem;
	font-weight: 800;
  margin: 70px auto 50px;
  text-align: center;
}

@media screen and (max-width:599px){
section h7 {
  display: block;
	width: 85%;
  color: #ee791b;
  position: relative;
  padding: .5em 1.5em;
  border: solid #be3134 5px;
	border-radius: 5px;
  font-size: 2.4rem;
	font-weight: 800;
  margin: 15px auto 25px;
  text-align: center;
}	
}

section h8 {
  display: block;
	width: 80%;
  color: #ee791b;
  position: relative;
  padding: .5em 1.5em;
  border: solid #006699 5px;
	border-radius: 10px;
  font-size: 2.4rem;
	font-weight: 800;
  margin: 70px auto 50px;
  text-align: center;
}

@media screen and (max-width:599px){
section h8 {
  display: block;
	width: 100%;
  color: #ee791b;
  position: relative;
  padding: .5em 1em;
  border: solid #006699 5px;
	border-radius: 5px;
  font-size: 2.0rem;
	font-weight: 800;
  margin: 15px auto 25px;
  text-align: center;
}	
}

section h4{
  display: block;
	width: 80%;
  color: #ee791b;
  position: relative;
  padding: .5em 1.5em;
  border: solid #BB0000 5px;
	border-radius: 10px;
  font-size: 2.4rem;
	font-weight: 800;
  margin: 70px auto 50px;
  text-align: center;
}

@media screen and (max-width:599px){
section h4{
  display: block;
	width: 95%;
  color: #ee791b;
  position: relative;
  padding: .5em 1.5em;
  border: solid #BB0000 5px;
	border-radius: 5px;
  font-size: 2.0rem;
	font-weight: 800;
  margin: 15px auto 25px;
  text-align: center;
}	
}

section h9 {
	font-size: 1.5em;
	font-weight: 600;
	display: block;
  text-align: center;
  padding: .5em 3.5em;
}

@media screen and (max-width:599px){
section h9 {
	display: block;
  text-align: center;
  padding: .5em 0em;
  font-size: 1.2em;
}	
}

.content-section {
  /* セクション内で横中央に配置 */
  display: flex;
  justify-content: center; /* ← 横中央に配置 */
  /* 縦揃えしたい場合は align-items も追加 */
  padding: 5px 0 30px; /* 上下の余白（任意） */
  background-color: #FFFFFF; /* セクションの背景色（任意） */
}

.red-box {
  background-color: #BB0000;
  color: #FFFFFF;
  padding: 16px 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  font-size: 1.7rem;
	width: 60%;
}

@media screen and (max-width: 599px){
.red-box {
  background-color: #BB0000;
  color: #FFFFFF;
  padding: 16px 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  font-size: 1.7rem;
	width: 95%;
}	
}

section .indent{
	padding-left:2em;	
}
section .indent02{
	padding-left:0em;	
}
@media screen and (max-width: 1024px) {
section .indent02{
	padding-left:0em;	
}	
}

@media screen and (max-width: 599px) {
section .indent02{
	padding-left:1em;	
}	
}

section h5{
	color: #f08300;
	font-weight: 800;
	font-size: 2.0rem;
	padding: 5px 30px;
}

section h6 {
	margin: 30px 10px 5px 20px;
	padding: 0 10px;
	border-bottom: dotted 2px #f08300 ;
	display: inline-block;
}

section h6:first-letter {
  font-size: 150%;
  color: #f08300;
}

section .notice {
	width: 90%;
	display: block;
	margin: 30px auto;
}

@media screen and (max-width:599px){
section .notice {
	width: 100%;
	width: 100%;
	display: block;
	margin: 30px auto;
}	
}
section .kensaku {
	text-align: left;
	margin: 45px 20px ;
}

.blink {
  animation: blinkAnime 0.5s infinite alternate;
}

section img .icon{
	width: 30px;
}
.icon{
		width: 30px
}
.photo{
    display: inline-block;      /* インラインブロック要素にする */
    padding: 10px 0;             /* 余白指定 */
    width: 32%;              /* 高さ指定 */
}
.contents_photo{
	width: 95%;
	margin: 15px auto;
	text-align: center;
}

figure{
	text-align:right;
	margin: 10px 0 0 10px;
}

figcaption{
	color:grey;font:10px arial;
}

@keyframes blinkAnime{
   0% { color: #f08300 }
 100% { color: #ffffff }
}


/*section h6{
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 5rem;
  word-break: break-all;
  border-top: 3px solid #f08300;
  border-radius: 12px 0 0 0;
　color: #000;
}

section h6 span{
  font-size: 40px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #f08300;
}*/

.leadText {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.title{
	margin: 20px;
}

.title01 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
/*　margin: 25px 35px;*/
}

.title02 {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  line-height: 0.8;
  margin-bottom: 20px;
}

.title02::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #f08300;
  top: 22px;
  right: -22px;
}

.title03 {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  line-height: 0.8;
  margin-bottom: 20px;
}

.title03::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #90B83B;
  top: 22px;
  right: -22px;
}

.title04 {
  font-size: 3.8rem;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 10px;
}

.title04::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #90B83B;
  top: 115px;
  right: -20px;
}

.titleCap {
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  color: #666666;
}

.titleDate {
  text-align: right;
  margin-top: -46px;
  margin-bottom: 30px;
  color: #666;
}

.infoList {
  border: 2px solid #dedede;
  background: #fff;
  width: 100%;
  padding: 21px 13px 15px 75px;
}

.infoList > .link {
  display: block;
  position: relative;
  overflow: hidden;
}

.noteCap {
  float: left;
  width: 11em;
  padding-right: 38px;
}

.noteText {
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
}

.infoList_influ {
  border: 2px solid #be3134;
  border-radius: 5px;
  background: #fff;
  width: 90%;
  padding: 21px 13px 15px 15px;
  margin: 15px auto;
	display: block;	
}

@media screen and (max-width:599px){
.infoList_influ {
  border: 2px solid #be3134;
  border-radius: 5px;
  background: #fff;
  width: 95%;
  padding: 21px 10px 15px 10px;
  margin: 15px auto;
	display: block;	
}	
}

.infoList_pcr {

  background: #fff;
  width: 90%;
  padding: 21px 13px 15px 15px;
  margin: 15px auto;
	display: flex;	
	justify-content: center;
}

@media screen and (max-width:599px){
.infoList_pcr {
  background: #fff;
  width: 95%;
  padding: 21px 10px 15px 10px;
  margin: 15px auto;
	display: block;	
	justify-content: center;
}	
}

.infoList > .link {
  display: block;
  position: relative;
  overflow: hidden;
}

.noteCap {
  float: left;
  width: 11em;
  padding-right: 38px;
}
.noteCap_influ {
  float: left;
  width: 12em;
	color: #f08300;
  padding-right: 38px;
  font-weight: bold;
	
}

.noteText {
  overflow: hidden;
  position: relative;
  display: inline-block;
/*  padding-right: 20px;*/
}

.noteText_influ {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
/*  padding-right: 20px;*/
}


.linkPdf::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0px;
  content: '';
  width: 22px;
  height: 27px;
  background: url(../../img/img_ico_pdf.png) no-repeat 0 0;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.companyInfo {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width:599px){
.companyInfo {
	width: 100%;
	margin: 0 auto;
}	
}

.cellBox {
  width: 95%;
  margin-bottom: 2px;
  display: table;
}

.cellHead {
  background: #008000;
  padding: 20px 10px;
  width: 28.25%;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.cellData {
  background: #fff;
  padding: 20px 10px 20px 32px;
}

.section.is_secMb90 {
  margin-bottom: 90px;
}

.cellHead_03 {
  background: #14924a;
  padding: 20px 10px;
  width: 28.25%;
  text-align: center;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.inlineList li {
  display: inline-block;
  margin-right: 20px;
}

.inlineList li:last-child {
  margin-right: 0;
}



footer {
  background: #666465;
  text-align: center;
  color: #fff;
  padding: 18px;
  font-size: 1.2rem;
}

/*ボタン設定*/
.menu ul{
margin: 0; 
padding: 0; 
list-style: none;
}

.menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

.menu li a{
    display: block;
    border: 1px solid #c82f05;
    background-color: #f9f7f7;
    text-decoration: none;
    color: #333;
    width: auto;
    margin: 2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.menu li a:hover{
    background-color: #c82f05;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn{
    width:280px;
    height:150px;
    line-height:150px;
	margin: 15px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:4px solid #008000;
    color:#666666;
    font-size:20px;
    font-weight:bold;
    border-top-right-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-left-radius:20px;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-bottom-left-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    box-shadow:1px 1px 6px 0px #FFFFFF inset;
    text-shadow:0px 1px 1px #ADADAD ;
    transition: all 0.5s ease;
}
.btn a:hover{
    background:#EE791B;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:4px solid #FFFFFF;
    box-shadow:none;
}

.btn2{
    width:280px;
    height:150px;
    line-height:150px;
	margin: 15px;
}
.btn2 a{
        display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:4px solid #008000;
    color:#666666;
    font-size:20px;
    font-weight:bold;
    border-top-right-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-left-radius:20px;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    box-shadow:1px 1px 6px 0px #FFFFFF inset;
    text-shadow:0px 1px 1px #ADADAD ;
    transition: all 0.5s ease;
}
.btn2 a:hover{
    background:#EE791B;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:4px solid #FFFFFF;
    box-shadow:none;
}




@media screen and (max-width:1024px) {

  .pcView {
    display: none;
  }

  .spView {
    display: block;
  }

  .mainContens {
    width: 100%;
  }

  .leadText {
    font-size: 1.8rem;
  }

  .noteCap {
    float: none;
    font-size: 1.4rem;
    padding-right: 18px;
    display: block;
  }

  .noteText {
    font-size: 1.2rem;
    overflow: visible;
    display: inline-block;
  }

  .infoList {
    padding: 15px;
  }

  .infoList > .link{
    padding: 17px;
  }

  .section.is_secMb90 {
    margin-bottom: 35px;
  }

  .cellHead,.cellData {
    display: block;
    width: 100%;
    padding: 18px;
  }
	
    .cellHead_03,.cellData {
    display: block;
    width: 100%;
    padding: 18px;
  }

  .mainVisualText {
    top: 15%;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.8rem;
	color: #fff;/*#BFBFBF*/
	line-height: 1.5;
    text-align: left;
    width: 80%;
    padding: 0 15px;
    text-shadow:2px -1px 6px #030303,
    			-2px 1px 6px #ffffff;

  }

  .brankAdj {
    display: block;
  }

  .inlineList {
    overflow: hidden;
    margin: 0 30px;
  }

  .inlineList li {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    float: left;
  }

  .inlineList li + li {
    margin-left: 4%;
  }

  .inlineList li:nth-child(1) {
    width: 42%;
  }

  .inlineList li:nth-child(2) {
    width: 19%;
  }

  .inlineList li:nth-child(3) {
    width: 31%;
  }
	

	
}

.noteText {
  display: block;
}
.infoList > .link + .link {
  margin-top: 10px;
}
.infoList > .link .noteText {
  padding-right: 0;
}
.infoList > .link .noteText .linkText {
  text-decoration: underline;
}
.infoList > .link:hover .noteText .linkText {
  text-decoration: none;
}
.linkPdf {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 1024px){
  .noteText {
    display: inline-block;
  }
  .infoList > .link{
    padding: 5px 17px;
  }
  .infoList > .link + .link {
    margin-top: 0px;
  }
	/*ドロワーメニュー*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #f08300;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #f08300;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 1001;
  display: inherit;
}
.zdo_drawer_menu a {
  color: #525050;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
    color: #525050;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 280px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.8);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
    background-color: undefined;
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  display: inherit;
}

}

.menu {
    overflow: hidden;
    margin-bottom: 80px;
    padding: 10px;
    border-radius: 10px;
    background: #ede2d5;
}

.menu  div {
	position:relative;
}

.menu .innerL {
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-right:20px;
}

@media screen and (max-width:1024px) {
	.menu .innerL {
		padding-right:0;
		padding-bottom:2em;
	}
}


.menu .innerL div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerL div:last-child {
	margin-bottom:0;
}

.menu .innerR {
	box-sizing:border-box;
	width:50%;
	float:right;
	padding-left:20px;
}

@media screen and (max-width:1024px) {
	.menu .innerR {
		padding-left:0;
	}
}


.menu .innerR div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerR div:last-child {
	margin-bottom:0;
}

.menu p {
	margin-bottom:0;
}

.menu .price {
	position:absolute;
	top:0;
	right:0;
}

.textC {
	text-align:center;
}

.textL {
	text-align:left;
}

.menu h4:before {
	content:'・';
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f39800;
}
.totop img:hover {
	background:#fde7c6;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
    overflow: hidden;
    margin-right: -3%;
    margin-top: 50px;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

@media screen and (max-width:1024px) {
	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}

/*沿革*/

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}


.linkkensaku {
  text-decoration: underline;
  color: #008000;
  font-weight: bold;
}
.linkkensaku:hover {
  text-decoration: none;
}

.linkkensaku:visited {
	color: #8c5e5e;
}

.box{
  width:400px;
  margin:0 auto;
  padding:2em;
}
.box span{
  display:inline-block;
  margin:1em 0 0 0;
  background:gold;
  font-size:12px;
  padding:.5em 1em;
  border-radius:.5em;
}
.box h1{
  margin:1em 0;
  font-size:18px;
  font-weight:bold;
}
.box p{
  line-height:1.6;
}
.box a{
  display:block;
  height:50px;
  margin:1em 0;
  line-height:50px;
  background:#f08300;
  color:#fff;
  border-radius:10px;
  box-shadow:5px 5px 0 #ffddc4;
  text-decoration:none;
  text-align:center;
}

@media screen and (max-width:1024px) {
.box{
  width:310px;
  margin:0 auto;
  padding:1em;
}	
}

.arrow {
	display: block;
	width: 10%;
	margin: 0 auto 15px;
}

.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
  padding: 1em 2em;
  width: 300px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #f08300;
  border-radius: 8px;
}

.button02 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

/*ページトップ用ボタン設定*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #f08300;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

