@charset "UTF-8";

body {
	background-color:#FFFFFF;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #555555;
	width: 100%;
	min-width:320px;
	}



/****************************************************/
/*      gradation                */
/****************************************************/
    .headertop,
    .first,
    .second,
    .third {
      height: 150px;
      width: 100vw;
    }
    .first,
    .second,
    .third {
      position: absolute;
    }
    .second,
    .third {
      opacity: 0;
    }
    .headertop {
      height: 150px;
      position: relative;
      z-index: 1;
    }
    .first {
      animation: first 10s infinite;
      background: linear-gradient(#FFD7E1, #DDE3FF);
/*      background: linear-gradient(#C9FAEA, #C9F2F8);*/
      z-index: 10;
    }
      @keyframes first {
        0% {opacity: 1.0;}
        10% {opacity: 0.8;}
        20% {opacity: 0.6;}
        30% {opacity: 0.4;}
        40% {opacity: 0.2;}
        50% {opacity: 0.1;}
        60% {opacity: 0.2;}
        70% {opacity: 0.4;}
        80% {opacity: 0.6;}
        90% {opacity: 0.8;}
        100% {opacity: 1.0;}
      }

    .second {
      animation: second 10s infinite; animation-delay: 2s;
background: linear-gradient(#C7F8F0, #ECFFB3);
/*      background: linear-gradient(#C1F0F7, #B9F9E4);
      background: linear-gradient(#DDE3FF, #FFDEE7);
      background: linear-gradient(#DDE3FF, #FFD7E1);*/
      z-index: 20;
    }
      @keyframes second {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }

    .third {
      animation: third 10s infinite;
      animation-delay: 8s;
      background: linear-gradient(#DDE3FF, #FFD7E1);
/*      background: linear-gradient(#C7F8F0, #ECFFB3);
      background: linear-gradient(#D0F9F3, #F1FFC6);*/
      z-index: 30;
    }
      @keyframes third {
        0% {opacity: 0;}
        10% {opacity: 0.2;}
        20% {opacity: 0.4;}
        30% {opacity: 0.6;}
        40% {opacity: 0.8;}
        50% {opacity: 1.0;}
        60% {opacity: 0.8;}
        70% {opacity: 0.6;}
        80% {opacity: 0.4;}
        90% {opacity: 0.2;}
        100% {opacity: 0;}
      }

    .txt {
      margin-top:0px;
      position: absolute;
      width: 100%;
      z-index: 1000;
    }
  










/****************************************************/
/*      LIST                 */
/****************************************************/

ul.news
{
	padding: 0px;
	margin: 0px;
	clear:both;
	width:900px;
	color:#000;
	margin: 25px 30px 40px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 160%;
	text-align:left;
}

ul.news li
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style-type: square;
}


/****************************************************/
/*         OL              */
/****************************************************/
ol
{
	padding: 0px;
	margin: 10px 0px 10px 30px;
	clear:both;
	text-align:left;
}
ol li
{
	padding: 0px;
	margin: 10px 10px 40px 15px;
	list-style-type:decimal;
	font-size:90%;
	line-height:200%;
	text-align:left;
}


/****************************************************/
/*      Img                 */
/****************************************************/
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
img.img-right {
	float: right;
	margin: 0px 0px 0px 10px;
}
img.img-left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.img-arrow {
	margin: 0px 15px 0px 0px;
	vertical-align:middle;
}
img.sauto{
    width: 100%;
    height: auto;
	margin 0px auto;
}
form {
	margin: 0px;
	padding:0px;
}
/* Image style */
#scrollUp {
    background-image: url("../images/totop_btn.png");
    bottom: 10px;
    right: 10px;
    width: 80px;    /* Width of image */
    height: 78px;   /* Height of image */
}

.border_radius {
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

/****************************************************/
/*      A                 */
/****************************************************/
a img {
	border-style: none;
}
/*　*/
p a:link{
	margin:0px;
	padding:0px;
	color:#6FF0FF;
	text-decoration: underline;
}
p a:visited{
	margin:0px;
	padding:0px;
	color:#6FF0FF;
	text-decoration: underline;
}
p a:hover{
	margin:0px;
	color:#C0BFF2;
	padding:0px;
	text-decoration: none;
}
p a:active{
	margin:0px;
	padding:0px;
	color:#C0BFF2;
	text-decoration: none;
}

/****************************************************/
/*     DL                 */
/****************************************************/
dl {
    margin: 0px ;
    width:100%;
    clear:left;
    padding: 15px 0px 10px 0px;
    overflow: hidden;
    border-bottom:1px solid #D3D5E0;
    height: 1%;  
}
dl:first-child{
    margin-top:30px;
    border-top:1px solid #D3D5E0;
}

dl:last-child{
    margin-bottom:30px;
}
.newsbox dl.clearfix { cursor: pointer; } 

.newsbox dl.clearfix:hover{
	background-color: #E4F4FC;
	cursor: pointer;
}

dt {
    float:left;
    display:inline;
    padding:  0px 0px 0px 16px;
    width:68px;
	vertical-align:middle;
}
dd {
	margin:10px 0px ;
}

dd.date {
    float:left;
	font-size:70%;
    display:inline;
    color:#C0BFF2;
    width:83px;
    padding: 0px 0px 0px 30px; 
	line-height:100%;
}
dd.detail {
    float:left;
	font-size:80%;
    display:inline;
    width:680px;
    padding: 0px 0px 0px 30px; 
	line-height:100%;
}
dd.arrow {
    float:right;
    display:inline;
    width:16px;
	margin: 0px 18px 0px 0px;
    padding:  0px 0px 0px 0px;    
	vertical-align:middle;
}



/****************************************************/
/*      H                 */
/****************************************************/
h1 {
	width : 150px ;
	height : 150px ;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/header_rogo.png) no-repeat;
	display: block;
	text-indent: -9000px;
}
h1 a {
	width : 150px ;
	height : 150px ;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/header_rogo.png) no-repeat;
	display: block;
	text-indent: -9000px;
}

h2 {
	width : 150px ;
	height : 33px ;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/header_name.png) no-repeat;
	display: block;
	text-indent: -9000px;
}
h2 a {
	width : 150px ;
	height : 33px ;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/header_name.png) no-repeat;
	display: block;
	text-indent: -9000px;
}

h3 {
	overflow: hidden;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-size: 200%;
}
h3 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h3 span::before,
h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #FFF;
}
h3 span::before {
	right: 100%;
}
h3 span::after {
	left: 100%;
}

h3.secondtitle {
	margin: 50px 0px 50px 0px ;
	overflow: hidden;
	text-align: center;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 200%;
}
h3.secondtitle span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h3.secondtitle span::before,
h3.secondtitle span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #999999;
}
h3.secondtitle span::before {
	right: 100%;
}
h3.secondtitle span::after {
	left: 100%;
}

h4 {
	width: 100%;
	margin: 100px auto 20px auto ;
	text-align: center;
	padding: .5em .75em;
	background-color: #DEDDF9;
	border-radius: 6px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-size: 120%;
}

h4.newstitle{
	width: 500px;
	font-size: 130%;
position: relative;
padding: 0.25em 1em;
border-top: solid 1px #DDDDDD;
border-bottom: solid 1px #DDDDDD;
	background-color: #FFF;
	color: #232323;
		border-radius: 0px;
}
h4.newstitle:before, h4.newstitle:after{
content: '';
position: absolute;
top: -7px;
width: 1px;
  height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #DDDDDD;
}
h4.newstitle:before {left: 7px;}
h4.newstitle:after {right: 7px;}

h4.greetingtitle{
	width: 100%;
	font-size: 160%;
position: relative;
	background-color: #F0F0FD;
	color: #232323;
		border-radius: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h5.newstitle2022 {
	width: 400px;
	margin: 90px auto 20px auto;
	position: relative;
	padding: .25em .35em;
	background-color: #f0f0f0;
	border-radius: 6px;
	text-align: center;
}








/****************************************************/
/*      P                 */
/****************************************************/
#footer p.company {
	color:#222;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 95%;
	font-weight:normal;
	line-height: 150%;
	clear:both;
}
#footer p.company2 {
	color:#555;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	font-weight:normal;
	line-height: 150%;
	clear:both;
}
#footer p.add {
	color:#555;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	font-weight:normal;
	line-height: 150%;
	clear:both;
}
img.copyright {
	width: 20px;
	height:105px;
	margin: 560px 0px 0px 63px;
	text-decoration: none;
	display: block;
	position: fixed;

}
p.newsdate {
	width: 90px;
	height: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	background: #FFF;
	border: 1px solid #FFF;
	color: #8684AE;
	padding: 0px;
	font-size:70%;
	text-align:center;
	line-height: 200%;
}
p.newstex {
	width: 400px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #FFF;
	padding: 0px;
	font-size:80%;
	text-align:center;
	line-height: 160%;
}
p.newstex-2line {
	width: 400px;
	height: auto;
	margin-top: -50px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #FFF;
	padding: 0px;
	font-size:80%;
	text-align:center;
	line-height: 160%;
}
p.secondtex {
	width: 450px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:80%;
	text-align:center;
	line-height: 160%;
}
p.secondtex2 {
	width: 450px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:80%;
	text-align:left;
	line-height: 260%;
}
p.secondtex-r {
	width: 450px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:80%;
	text-align:right;
	line-height: 260%;
}
p.secondtex3 {
	width: 450px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:80%;
	text-align:left;
	line-height: 260%;
	  text-indent: -1em;
  padding-left: 2em;

}
p.newsdate2 {
	width: 400px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:80%;
	text-align:center;
	line-height: 160%;
}
p.newstex2 {
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 200px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 250%;
}
p.newstex2021 {
	width: 520px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 250%;
}
p.newstex2021-r {
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 200px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:right;
	line-height: 250%;
}


.newstex2021-box {
	width: 500px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 200px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:right;
	line-height: 250%;
}
p.newstex2021-r2 {
	width: 150px;
	height: auto;
	margin-top: 0px;
	margin-left: 600px;
	margin-bottom: 200px;
	margin-right: 0px;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 150%;
}




/***************************************/
/*　　　枠　　　　　　*/
/***************************************/

.nocontainer {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px 0px 30px 0px;
	text-align: left;
}
.noscripttext {
	width: 1000px;
	height: 25px;
	margin: 5px;
	padding: 5px;
	clear:both;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}

.nav　{
	width: 100%;
	height: 57px;
	margin: 0px ;
	padding: 0px;
	text-align: center;
	clear:both;
}

.header-menu {
	height: 57px;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	clear:both;
}

.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #F2F2F2;
	opacity: 0.9;
	z-index: 99999;
}

.header-title{
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #F2F2F2;
	clear:both;
}

#mainpic {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	padding:0px 0px 0px 0px;
	width: 100%;
	height:280px;
	text-align:center;
}
#mainpic img{
	width:  auto ;
	height: auto;
}
#mainimage {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding:0px 0px 0px 0px;
	width: 100%;
	height:280px;
	text-align:center;
}
#mainimage img{
	width:  auto ;
	height: auto;
}


.newscontents {
  position: relative;
  overflow: hidden;
  margin: 10% 0;
  padding: 80px 0;
}

.newscontents:before {
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #C0BFF2;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.newscontents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #F2F2F2;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -2;
}
.newscontents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}

#footer{
	width: 100%;
	margin-top: 70px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 25px 0px 20px 0px;
	text-align: center;
	background-color:#F2F2F2;
	color:#555555;
	clear:both;
}

#footer2{
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color:#FFF;
	clear:both;
}
.btn {
	width: 165px;
	height:auto;
	margin-top: 50px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	background: #D9D8F8;
	border: 1px solid #FFF;
	color: #8684AE;
	padding: 5px 10px 0px 10px;
	display:block;
	font-size:100%;
	text-align:inherit;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align:center;
}
.btn:hover {
	background-color: #AFAED7;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration-line: none;
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.waku{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.container {
	width:960px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.flow-wrap{
	width: 100%;
	margin: 0px auto;
	background: #F0F0FD;
}
.flow {
	width: 700px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 30px;
	margin-left: auto;
	margin-bottom: 22px;
	margin-right: auto;
/*	background: #F0F0FD;*/
	border: 0px solid #FFF;
	color: #000;
	height:auto;
	padding: 50px 50px 50px 50px;
	display:block;
	text-align:inherit;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align:left;
    -moz-border-radius: 5px;
}
.flow2 {
	width: 800px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 30px;
	margin-left: auto;
	margin-bottom: 22px;
	margin-right: auto;
/*	background: #F0F0FD;*/
	border: 0px solid #FFF;
	color: #000;
	height:auto;
	padding: 50px 50px 50px 50px;
	display:block;
	text-align:inherit;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align:left;
    -moz-border-radius: 5px;
}





/****************************************************/
/* ヘッダーメニュー表示用　　*/
/****************************************************/
.header-menu ul
{
	padding: 0px;
		clear:both;
}

.header-menu li a
{
	padding: 0px;
	list-style-type:none;
	font-size:6px;
	float:left;
}

.header-menu li
{
	padding: 0px;
	list-style-type:none;
	float:left;
	font-size:6px;
}

.header-menu li.menu00 a
{
	width: 80px;
	height:57px;
	margin: 0px 0px 0px 45px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu00.png);
/*	-moz-background-size:93px 100px;
	background-size:93px 100px;/*ratina対応*/
}
.header-menu  li.menu01 a
{
	width: 130px;
	height:57px;
	margin: 0px 0px 0px 53px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu01.png);
/*	-moz-background-size:93px 100px;
	background-size:93px 100px;/*ratina対応*/
}
.header-menu li.menu02 a
{
	width: 117px;
		height:57px;
	margin: 0px 0px 0px 53px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu02.png);
/*	-moz-background-size:93px 100px;
	background-size:93px 100px;/*ratina対応*/
}
.header-menu  li.menu03 a
{
	width: 78px;
	height:57px;
	margin: 0px 0px 0px 51px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu03.png);
/*	-moz-background-size:93px 100px;
	background-size:93px 100px;/*ratina対応*/
}
.header-menu  li.menu04 a
{
	margin: 0px 0px 0px 509px;
	width: 103px;
	height:57px;
	margin: 0px 0px 0px 52px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu04.png);
/*	-moz-background-size:93px 100px;
	background-size:93px 100px;/*ratina対応*/
}
.header-menu  li.menu05 a
{
	width: 140px;
	height:57px;
	margin: 0px 0px 0px 53px;
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	background-image: url(../images/header_menu05.png);
/}


.header-menu  li.menu04 a:hover
{
	background-position: 0 -72px;
}
.header-menu  li.menu00 a:hover,
.header-menu  li.menu01 a:hover,
.header-menu li.menu05 a:hover,
.header-menu li.menu02 a:hover,
.header-menu  li.menu04 a:hover,
.header-menu  li.menu03 a:hover
{
	background-position: 0 -57px;
}







/****************************************************/
/*      Table                 */
/****************************************************/
table.contact {
	width:100%;
    padding: 5px;
	font-size: 100%;
	line-height: 160%;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	color:#000;
	border-spacing: 1px;
}


th.contact {
	width:230px;
    padding: 15px 10px 15px 5px;
	font-size: 100%;
	font-weight:bold;
	line-height: 160%;
	background-color: #EFEFEF;
	text-align:right;
/*	vertical-align:middle;*/
}

td.contact {
    padding: 15px 10px 15px 5px;
	font-size: 100%;
	line-height: 160%;
	background-color: #F6F6F6;
	vertical-align:middle;
}

td.contactbtn {
	font-size: 100%;
	line-height: 160%;
	text-align:center;
}


/****************************************************/
/*      FORM               */
/****************************************************/
input[type=text].zipcode{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:30%;
   height:25px;
   margin:0px 20px 5px 0px;
   padding:5px;
	background: #F6F6F6;
}
input[type=text]{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:100%;
   height:25px;
   margin:0px 20px 5px 0px;
   padding:5px;
	background: #F6F6F6;
}

input[type=text]:focus {
   border:solid 1px #C0BFF2;
/**/	background: #FFFFFF;
}

input[type=text], select { 
   outline: none;
}
select{
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:60%;
   height:40px;
   margin:0px 20px 0px 0px;
   padding:5px;
	background: #F6F6F6;
}
select:focus {
   border:solid 1px #C0BFF2;
/**/	background: #FFFFFF;
}

input[type=checkbox]{
   margin:0px 10px 0px 0px;
   padding:3px 0px 0px 0px;
	line-height:100%;
}
textarea {
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:100%;
   height:100px;
   margin:0px 20px 20px 0px;
   padding:0 3px;
/**/	background: #F6F6F6;
}

textarea:focus {
   border:solid 1px #C0BFF2;
/**/	background: #FFFFFF;
}

textarea, select { 
   outline: none;
}
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:40%;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
   margin:10px auto 10px auto;
}
input[type=reset]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:40%;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
   margin:10px auto 10px auto;
}

input[type=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   width:40%;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
   margin:10px auto 10px auto;
}
/****************************************************/
/*          Color             */
/****************************************************/
.White {
	color: #FFFFFF;
}

.Green {
	color: #7DCE42;
}

.red {
	color: #FF0000;}

.Brown {
	color: #615644;
}
.Gray {
	color: #CCCCCC;
}
.Orange {
	color: #FE6407;
}



/******************************************************/
/*  汎用テキストの大きさ                            ***/
/******************************************************/
	

.tex7pt	{
	FONT-SIZE: 7px;
}
.tex9pt	{
	FONT-SIZE: 9px;
}
.tex11pt	{
	FONT-SIZE: 11px;
}
.tex70	{
	FONT-SIZE: 70%;
	font-weight: normal;
}
.tex80	{
	FONT-SIZE: 80%;
	font-weight: normal;
}
.tex90	{
	FONT-SIZE: 90%;
	font-weight: normal;
}
.tex100	{
	FONT-SIZE: 100%;
	font-weight: normal;
}
.tex7010px	{
	FONT-SIZE: 70%;
	line-height: 110%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.tex70wide	{
	FONT-SIZE: 70%;
	font-weight: normal;
	line-height: 150%;
}
.tex80wide	{
	FONT-SIZE: 80%;
	font-weight: normal;
	line-height: 150%;
}
.tex85wide	{
	FONT-SIZE: 85%;
	font-weight: normal;
	line-height: 180%;
}
.tex8010px	{
	FONT-SIZE: 80%;
	line-height: 110%;
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
}
.tex8010px a:link {
	color: #FF6600;
	text-decoration: underline;
}
.tex8010px a:visited {
	color: #FF6600;
	text-decoration: underline;
}
.tex8010px a:hover {
	color: #FF6600;
	text-decoration: underline overline;
}
.tex8010px a:active {
	color: #FF6600;
	text-decoration: none;
}
.tex90wide	{
	FONT-SIZE: 90%;
	font-weight: normal;
	line-height: 150%;
}
.tex90wide10px	{
	FONT-SIZE: 90%;
	font-weight: normal;
	line-height: 150%;
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
}
.tex100wide	{
	FONT-SIZE: 100%;
	font-weight: normal;
	line-height: 150%;
}


p.newstex a:link {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration: underline;
}
p.newstex  a:visited{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration: underline;
}
p.newstex  a:hover{
	margin:0px;
	color:#6FF0FF;
	padding:0px;
	text-decoration: none;
}
p.newstex  a:active {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration: none;
}

p.newstex-2line a:link {
	margin:0px;
	padding:0px;
	color:#EFEFEF;
	text-decoration: none;
}
p.newstex-2line a:visited {
	margin:0px;
	padding:0px;
	color:#EFEFEF;
	text-decoration: none;
}
p.newstex-2line   a:hover{
	margin:0px;
	color:#6FF0FF;
	padding:0px;
	text-decoration: none;
}
p.newstex-2line   a:active {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration: none;
}
/************NewYear*******************/
.nybox{
	width: 70%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 80px;
	margin-right: auto;
	padding: 30px 0px 30px 0px;
	text-align: left;
	color:#000;
	clear:both;
	border: #FFFFFF solid 1px;
	background: #CDCCF5;
/*	background: linear-gradient(top, #FFFFFF 20%, #FAE2EB 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 20%, #FAE2EB 100%);
	background: -moz-linear-gradient(top, #FFFFFF 20%, #FAE2EB 100%);
	background: -o-linear-gradient(top, #FFFFFF 20%, #FAE2EB 100%);
	background: -ms-linear-gradient(top, #FFFFFF 20%, #FAE2EB 100%);*/
}
.nybox p{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	width: 70%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	color:#666;
}
.nybox p.nytitle{
	padding:30px 0px 20px 20px;
	line-height:180%;
	font-size:150%;
	font-weight:bold;
}

.nybox p.nyclose{
	padding:20px 150px 30px 0px;
	line-height:180%;
	font-size:90%;
	font-weight:normal;
	text-align:right;
}

/******社長挨拶文字数調整*******/

.flow p.greeting{
	width: 92%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	font-size: 90%;
	line-height: 280%;
}
.flow p.greeting-s{
	width: 95%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight: bold;
	font-size: 95%;
	line-height: 280%;
	text-align: center;
}
.flow2 p.greeting-s{
	width: 95%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight: bold;
	font-size: 95%;
	line-height: 280%;
	text-align: center;
}
.flow p.greeting2{
	width: 92%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	font-size: 90%;
	line-height: 280%;
}
.flow p.greeting3{
	width: 72%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	font-size: 90%;
	line-height: 280%;
}
.flow p.greeting4{
	width: 72%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	font-size: 90%;
	line-height: 280%;
}
.flow2 p.greeting5{
	width: 89%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	line-height:200%;
	font-size: 14px;
}
.flow2 p.greeting6{
	width: 70%;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	font-weight:normal;
	line-height:200%;
	font-size: 14px;
}






/****************************/
/*   message  */
/***************************/

h4.newstitle2{
	width: 60%;
	font-size: 130%;
position: relative;
padding: 0.25em 1em;
border-top: solid 1px #DDDDDD;
border-bottom: solid 1px #DDDDDD;
	background-color: #FFF;
	color: #232323;
		border-radius: 0px;
}
h4.newstitle2:before, h4.newstitle2:after{
content: '';
position: absolute;
top: -7px;
width: 1px;
  height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #DDDDDD;
}
h4.newstitle2:before {left: 7px;}
h4.newstitle2:after {right: 7px;}

p.newstex2022 {
	width: 57%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 250%;
}
p.newstex2022t {
	width: 47%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 250%;
}
.newstex2022-box {
/**/	width: 50%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 200px;
	margin-right: auto;
	color: #232323;
	padding: 0px;
	font-size:85%;
	text-align:left;
	line-height: 150%;
  display: flex;
  justify-content: flex-end;
}



.container-m {
	width:93%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

table.contact,
table.contactbtn {
	width: 70%;
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

table.contact tr{
  border-bottom: solid 2px white;
}

table.contact tr:last-child{
  border-bottom: none;
}

table.contact th{
  position: relative;
  width: 25%;
  background-color: #EEE;
  color: #666;
  text-align: left;
  padding: 10px 10px 10px 10px;
}

table.contact th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #EEE;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.contact td{
	padding: 10px 10px 10px 50px;
  text-align: left;
  width: 75%;
  background-color: #FFF;
}
table.contactbtn td{
	padding: 30px 0px 10px 20px;
  text-align: center;
  width: 100%;
  background-color: #FFF;
}
table.contact td.contact{
	padding: 10px 10px 10px 30px;
  text-align: left;
  width: 37%;
  background-color: #FFF;
}


@media screen and (max-width: 520px) { /* */
.container-m {
	width:98%;
}
h4.newstitle2{
	width: 85%;
}
h5.newstitle2022 {
	width: 77%;
}
p.newstex2022 {
	width: 70%;
}
p.newstex2022t {
	width: 70%;
}
.newstex2022-box {
/**/	width: 70%;
}

	
table.contact,
table.contactbtn {
	width: 90%;
}


table.contact th,
table.contact td.contact,
table.contact td {
  width: 100%;
  display: block;
}
table.contact th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 0px solid #EEE;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
table.contact td{
	padding: 10px 10px 10px 10px;
 }

table.contactbtn td{
	padding: 30px 10px 10px 10px;
 }
table.contact td.contact{
	padding: 10px 10px 10px 10px;
}
}
