/* 
 * top
 */

/*
 * mainVisual
 */
 
#main #mainVisual {
  margin-bottom: 20px;
background:url(../img/top/meinBg.png) repeat-x;
}

#main #mainVisual .fixedWidth .fixedWidth1200 {
  /* flexbox */
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width:1200px;
}

#main #mainVisual .image {
  width: 100%;
}

 .slogan {
	margin:10px auto;
	  height: auto;
  width: 64.5833%;
  padding: 10px;
}


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

#main #mainVisual .image {
 /* width: 63.88%;  /* 6columns */
 width: 100%; 
}

#main .slogan {
  width: 100%; /* 3columns */
  margin:20px auto;
}

}

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

#main #mainVisual .image {
  /*width: 62.50%;  /* 4columns */
  width:100%;
}

}

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

#main #mainVisual .image {
  width:100%; 
  overflow: hidden;
}



}

/* section */

#main .section {
	background:#FFFFFF;
}

#main .section h4 {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 10px;
}

#main .section h4 .pre {
  font-size: 14px;
  margin-right: 0.5em;
}

/* points */

#main #firstWords {
  width: 72.9167%; /* 9columns */
  overflow: hidden;
  margin:10px 20px 20px 0;
  float:left;

}


#main #firstWords h4 {
  margin:10px 0 20px 0;
  color: #333;
  font-size: 36px;
  font-weight:bold;
}

#main #firstWords .liTriangle ul{
width: 72.9167%;
font-size:14px;
}

#main #firstWords .liTriangle li{
float:left;
margin-right:15px;
margin-bottom:10px;
width:190px;
}

#main #firstWords .liTriangle li::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #0e3e8d;
}

#main #firstWordsR{
	width:22.9167%;/*3カラム*/
	  margin:10px 0 20px 0;
}

#main #firstWordsR .liTriangle ul{
width: 47.9167%;
font-size:14px;
}

#main #firstWordsR .liTriangle li{
margin-bottom:5px;
}

#main #firstWordsR .liTriangle li::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #0e3e8d;
}


#main .points .section h4 {
  color: #4cbfc3;
  text-align:center;
}

#main .points .section p {
	text-align:left;
	margin-top:5px;
}

#main .points .section {
  width: 280px;
  border-top:#4cbfc3 5px solid;
 border-left:#B9B9B9 1px solid;
 border-bottom:#B9B9B9 1px solid;
 border-right:#B9B9B9 1px solid;
 padding:10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
}

#main .points .section .mov {
 padding:10px 0;
}


#main .points {
  /* flexbox */
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
  margin:20px 0 ;
  overflow:hidden;
}

#main .points h3 {
	font-size:18px;
	color:#4eb700;
	border-bottom:#4eb700 2px solid;
	margin:10px 0;
	padding-bottom:5px;
	text-align:left;
	width:100%;
}

#main .pointsG {
  /* flexbox */
  background:#E5E5E5;
  padding:20px 10px;
  margin-bottom:20px;
}


#main .points .section > .content {
  padding: 10px;
}

#main .points .section .description {
	background:#ffc600;
	padding:10px;
}

#main .points .section p {
  font-size: 14px;
  line-height: 1.5;
}

#main .points .section .description h5 {
  line-height: 1.5;
  font-weight: bold;
}

#main .points .section .description ul {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 6px;
}

#main .points .section .description ul li {
  background-image: url(../common/img/list-marker.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 15px;
}

#main .points .section .visual {
  text-align: center;
  margin:10px 0;
}

#main .points .section .visual .youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#main .points .section .visual .youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}

#main .information {
	background:#FFFFFF;
}

#main .list-box {
 overflow: hidden;
 *zoom: 1;
 width: auto;
 padding:0 10px;
 margin-bottom:10px;
}
 
#main .list-box ul {
 margin: 0 -10px 0 0; /*ネガティブマージン*/
 padding: 0;
 overflow:hidden;
}
 
#main .list-box li.liBoxlef {
 float: left;
 width:47.9167%;
 height: auto;
 margin: 0 10px 10px 0;
}

#main .list-box li.liBoxR {
	width:47.9167%;
	float:right;
}

#main .list-box li.liBoxR h3 {
	font-size:16px;
	font-weight:bold;
	color:#4cbfc3;
	margin:0 0 5px 0;
	padding-bottom:5px;
	border-bottom:1px #4cbfc3 solid;
}

#circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 20px;
  color: #000;
  background-color: #f00;
  text-align: center;
}

/*ここから下の部分を追加*/
#circle p {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}



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

#main #points .section {
  width:  47.9167%; /* 6columns */
}

#main #firstWords h4 {
  margin:10px 0 20px 0;
  color: #333;
  font-size: 30px;
  font-weight:bold;
}


}

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

#main #firstWords {
  display: block; /* cancel flex */
  width: 95.83%; /* 6columns */
}

#main #firstWordsR {
  display: block; /* cancel flex */
  width: 95.83%; /* 6columns */
  overflow: auto;
}

#main .list-box li.liBoxlef {
	float:none;
	width:auto;
}

#main .list-box li.liBoxR {
	float:none;
	width:auto;
}

 .mincyo{
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}


#main #firstWordsR {
  display: block; /* cancel flex */
  width: 95.83%; /* 6columns */
}

#main #firstWords h4 {
  margin:10px 0 20px 0;
  color: #333;
  font-size: 24px;
  font-weight:bold;
}

#main .points {
  display: block; /* cancel flex */
}

#main .points .section {
  width: 94%; /* 9columns */
  margin:0 10px 10px 10px;
}

#main .points .section .content {
  /* flexbox */
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

#main .points .section .content > .part {
  -webkit-box-flex: 1;
  width: auto;
}

#main .points .section .content.has2 > .part {
  width: 50%;
}

}

@media screen and (max-width:479px){
	
#main .points {
  width: 93.75%; /* 4 columns */
}
#main .points .section {
  width: 93.75%; /* 4 columns */
}
#main .points .section .content {
  display: block; /* cancel flex */
}

#main .points .section .content.has2 > .part {
  width: auto;
}

}

/* information */

#main .information {
  /* flexbox */
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
 
}

#main .information #news {
  width: 64.5833%;
  margin:10px;
}

#main .information #address {
  width: 31.2500%; /* 4columns */
  margin-right:10px;
}

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

#main .information #news {
  width: 97.2222%; /* 9columns */
}

#main .information #address {
  width: 30.55%; /* 3columns */
}

}

@media screen and (max-width:719px){
	
	#main .information {
  display: block; /* cancel flex */
}

#main .information #news {
  width:97.2222%; /* 3columns */
}

#main .information #address {
  width: 90%; /* 3columns */
}

}

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

#main .information {
  display: block; /* cancel flex */
}

#main .information #news {
  width: 93.75%; /* 4columns */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#main .information #address {
  width: 93.75%; /* 4columns */
  margin-left: auto;
  margin-right: auto;
}

}

/* news */

#main #news.section h4 {
  border-top: 3px solid #4cbfc3;
  margin-bottom:10px;
  padding-bottom:5px;
  text-align:left;
  color:#4cbfc3;
  /*padding:0 0 10px 0 ;
    border: none;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #333; text-shadow: none;
background-image: linear-gradient(90deg, #ffc101,#a2ff00);
background-size: 100% 10%;
font-weight:bold;*/
}

/*#main #news.section h4:before {
  color: #000;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #ffc101, #a2ff00);
	background-image: -moz-linear-gradient(left, #ffc101, #a2ff00);
	background-image: -ms-linear-gradient(left, #ffc101, #a2ff00);
	background-image: -o-linear-gradient(left, #ffc101, #a2ff00);
}*/
#main #news dl {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

#main #news a {
	color:#007D40;
	text-decoration:underline;
}

#main #news a:hover {
	text-decoration:none;
}

#main #news dl dt {
  float: left;
  margin-top: 8px;
}

#main #news dl dd {
  margin-top: 8px;
  padding-left: 90px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ababab;
}

#main #news dl dd:last-child {
  border-bottom: none;
}

#main #firstWordsR .bannerR {
	position: relative;
	margin-bottom:10px;
	overflow:hidden;
	width: auto;
}
#main #firstWordsR .bannerR a {
	display: block;
	top:0;
    left:0;
    width: auto;
    height: auto;
	overflow:hidden;
	border:#018704 2px solid;
	padding:5px;
}
#main #firstWordsR .bannerR .txtL {
	float:left;
	width:60%;
	font-size:13px;
	line-height:1.5em;
	font-weight:bold;
	margin-top:3%;
}
#main #firstWordsR .bannerR .imgR {
	width:40%;
	height:auto;
	margin-top:5px;
	float:right;
}
#main #firstWordsR .bannerR a:hover {
	background:#DCF8E3;
}


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

#main #news dl dt {
  float: none;
}

#main #news dl dd {
  margin-top: 0px;
  padding-left: 0px;
}

}

/* address */

#main #address {
	border:1px solid #929292;
	margin-left:20px;
}

#main #address > .inner {
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

#main #address h4 {
    text-align: center;
  border-bottom: 1px solid #000;
  margin:10px 0;
  padding-bottom:5px;
  color: #000;
  font-size:18px;
}

#main #address .address {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

#main #address .number {
  margin-right: 65px;
  padding-bottom: 10px;
}

#main #address .number dl {
  font-size: 16px;
  line-height: 1.5;
}

#main #address .number dl dt {
  float: left;
}

#main #address .number dl dd {
  float: left;
  margin-left: 0.5em;
}

#main #address .number dl:after {
  display: block;
  clear: both;
  content: "";
}

#main #address .number .note {
  font-size: 12px;
  line-height: 1.5;
}

#main #address .mapLink {
 border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background:#4cbfc3;
  text-align: center;
  color:#fff;
	width: 100%;
	display: block;
}

#main #address .mapLink a {
	display: block;
}

#main #address .mapLink a:hover {
	background: #B5E013;
 border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

#main #address > .inner:after {
  display: block;
  content: "";
  clear: both;
}

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

#main #address .number {
  margin-right: 0;
}

#main #address .mapLink {
}

}

@media screen and (max-width:719px){
	
		#main #firstWordsR .bannerR a {
			padding:10px 20px;
		}
	
	#main #firstWordsR .bannerR .imgR {
	width:30%;
	height:auto;
}

#main #firstWordsR .bannerR .imgL {
	width:100%;
	height:auto;
}
#main #firstWordsR .bannerR .txtL  {
	font-size:18px;
	line-height:30px;
	margin-top:5%;
}

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

#main #address .number {
  margin-right: 65px;
  padding-bottom: 0;
}

#main #address .mapLink {
	margin-top:10px;
}

#main #firstWordsR .bannerR .txtL {
	font-size:16px;
	line-height:24px;
	margin-top:3%;
}

}
