@charset "UTF-8";

/* ★★2022/8以降に内藤が追加★★ */
/* ★★スタイル色々★★ --------- */


/* 2017/8・2022/8～リンク */

.link1 a{
color: #505050;  
text-decoration: none;
}
.link1 a:hover{
  opacity:.8;
}
.mainColumnInner p a{
color: #505050;  
text-decoration: none;
}
.mainColumnInner p a:hover{
  opacity:.8;
}

.link1 a{
color: #f3fbeb;;  
text-decoration: none;
}
.link1 a:hover{
  opacity:.8;
}


/* ★★2022/11以降に内藤が追加★★ */
/* ★★リンクスタイル色々★★ --------- */


.link2 a{
color: #505050;  
text-decoration: none;
background: linear-gradient(transparent 80%, #43b200 )
}
.link2 a:hover{
  opacity:.8;
}
.mainColumnInner p a{
color: #505050;  
text-decoration: none;
}
.mainColumnInner p a:hover{
  opacity:.8;
}
.link2 a{
color: #f3fbeb;;  
text-decoration: none;
}
.link2 a:hover{
  opacity:.8;
}






/* ★★2017/6/16以降に内藤が追加★★ */
/* ★★sitemap.cssより引用_サイトマップの行間を調整★★ --------- */
.underlayerList2{
  height:120px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList2:after{
  background-image:none;
}
.underlayerList3{
  height:100px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList3:after{
  background-image:none;
}
.underlayerList4{
  height:80px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList4:after{
  background-image:none;
}
.underlayerList5{
  height:60px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList5:after{
  background-image:none;
}
.underlayerList6{
  height:160px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList6:after{
  background-image:none;
}
.underlayerList7{
  height:180px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList7:after{
  background-image:none;
}

/* ★★リストの横並びver　2019/09/09★★ ----------------- */

.underlayerList4y{
  height:80px;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList4y:after{
  background-image:none;
}

/* ★★sitemap.cssより引用_サイト内リスト★★ ----------------- */
.List1 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List1 li.title{
  padding-left:0;
}
.List1 li.title:after,
.List1 li.underlayerList:after{
  background-image:none;
}
.List1 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow1.png);
  width:12px;
  height:12px;
  top:9px;
  left:5px;
}
.List1 li a{
  text-decoration:none;
  color:#505050;
}
.List1 li a:hover{
  opacity:.8;
}

.List2 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List2 li.title{
  padding-left:0;
}
.List2 li.title:after,
.List2 li.underlayerList:after{
  background-image:none;
}
.List2 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow2.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List2 li a{
  text-decoration:none;
  color:#505050;
}
.List2 li a:hover{
  opacity:.8;
}

.List3{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List3 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List3 li.title{
  padding-left:0;
}
.List3 li.title:after,
.List3 li.underlayerList:after{
  background-image:none;
}
.List3 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow1.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List3 li a{
  text-decoration:none;
  color:#505050;
}
.List3 li a:hover{
  opacity:.8;
}


.List4{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List4 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List4 li.title{
  padding-left:0;
}
.List4 li.title:after,
.List4 li.underlayerList:after{
  background-image:none;
}
.List4 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow2.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List4 li a{
  text-decoration:none;
  color:#505050;
}
.List4 li a:hover{
  opacity:.8;
}

/* ★★リストの横並びver　2019/09/09★★ ----------------- */

.List4y{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List4y li{
  line-height:200%;
  position:relative;
  padding-left:25px;
  display: inline;
}
.List4y li.title{
  padding-left:0;
}
.List4y li.title:after,
.List4y li.underlayerList:after{
  background-image:none;
}
.List4y li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow2.png);
  width:12px;
  height:12px;
  top:3px;
  left:10px;
}
.List4y li a{
  text-decoration:none;
  color:#505050;
}
.List4y li a:hover{
  opacity:.8;
}

.List4y{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List4y li{
  line-height:200%;
  position:relative;
  padding-left:25px;
  display: inline;
}
.List4y li.title{
  padding-left:0;
}
.List4y li.title:after,
.List4y li.underlayerList:after{
  background-image:none;
}
.List4y li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow2.png);
  width:12px;
  height:12px;
  top:3px;
  left:10px;
}
.List4y li a{
  text-decoration:none;
  color:#505050;
}
.List4y li a:hover{
  opacity:.8;
}

.List5 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List5 li.title{
  padding-left:0;
}
.List5 li.title:after,
.List5 li.underlayerList:after{
  background-image:none;
}
.List5 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow5.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List5 li a{
  text-decoration:none;
  color:#505050;
}
.List5 li a:hover{
  opacity:.8;
}



.List5-1 li{
  line-height:180%;
  position:relative;
  padding-left:25px;
}
.List5-1 li.title{
  padding-left:0;
}
.List5-1 li.title:after,
.List5-1 li.underlayerList:after{
  background-image:none;
}
.List5-1 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow5.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List5-1 li a{
  text-decoration:none;
  color:#505050;
}
.List5-1 li a:hover{
  opacity:.8;
}



.List6 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List6 li.title{
  padding-left:0;
}
.List6 li.title:after,
.List6 li.underlayerList:after{
  background-image:none;
}
.List6 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow6.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List6 li a{
  text-decoration:none;
  color:#505050;
}
.List6 li a:hover{
  opacity:.8;
}

.List6y{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List6y li{
  line-height:200%;
  position:relative;
  padding-left:25px;
  display: inline;
}
.List6y li.title{
  padding-left:0;
}
.List6y li.title:after,
.List6y li.underlayerList:after{
  background-image:none;
}
.List6y li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow6.png);
  width:12px;
  height:12px;
  top:3px;
  left:10px;
}
.List6y li a{
  text-decoration:none;
  color:#505050;
}
.List6y li a:hover{
  opacity:.8;
}

.List7{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List7 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List7 li.title{
  padding-left:0;
}
.List7 li.title:after,
.List7 li.underlayerList:after{
  background-image:none;
}
.List7 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow5.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List7 li a{
  text-decoration:none;
  color:#505050;
}
.List7 li a:hover{
  opacity:.8;
}


.List8{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List8 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List8 li.title{
  padding-left:0;
}
.List8 li.title:after,
.List8 li.underlayerList:after{
  background-image:none;
}
.List8 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow6.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List8 li a{
  text-decoration:none;
  color:#505050;
}
.List8 li a:hover{
  opacity:.8;
}

.List8{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}

.List8 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow6.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}


.List9 li{
  line-height:210%;
  position:relative;
  padding-left:30px;
}
.List9 li.title{
  padding-left:0;
}
.List9 li.title:after,
.List9 li.underlayerList:after{
  background-image:none;
}
.List9 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconArrow_gray.png);
  width:17px;
  height:17px;
  top:7px;
  left:5px;
}
.List9 li a{
  text-decoration:none;
  color:#505050;
}
.List9 li a:hover{
  opacity:.8;
}

.List9 li{
  line-height:210%;
  position:relative;
  padding-left:30px;
}
.List9 li.title{
  padding-left:0;
}
.List9 li.title:after,
.List9 li.underlayerList:after{
  background-image:none;
}
.List9 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconArrow_gray.png);
  width:17px;
  height:17px;
  top:7px;
  left:5px;
}
.List9 li a{
  text-decoration:none;
  color:#505050;
}
.List9 li a:hover{
  opacity:.8;
}


.List9-1 li{
  line-height:180%;
  position:relative;
  padding-left:30px;
}
.List9-1 li.title{
  padding-left:0;
}
.List9-1 li.title:after,
.List9-1 li.underlayerList:after{
  background-image:none;
}
.List9-1 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconArrow_gray.png);
  width:17px;
  height:17px;
  top:7px;
  left:5px;
}
.List9-1 li a{
  text-decoration:none;
  color:#505050;
}
.List9-1 li a:hover{
  opacity:.8;
}


.List10 li{
  line-height:210%;
  position:relative;
  padding-left:30px;
}
.List10 li.title{
  padding-left:0;
}
.List10 li.title:after,
.List10 li.underlayerList:after{
  background-image:none;
}
.List10 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconArrow_green.png);
  width:17px;
  height:17px;
  top:7px;
  left:5px;
}
.List10 li a{
  text-decoration:none;
  color:#505050;
}
.List10 li a:hover{
  opacity:.8;
}

.List11 li{
  line-height:200%;
  position:relative;
  padding-left:5px;
}
.List11 li.title{
  padding-left:0;
}
.List11 li.title:after,
.List11 li.underlayerList:after{
  background-image:none;
}
.List11 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconLinkGray2.png);
  width:27px;
  height:17px;
  top:8px;
}
.List11 li a{
  text-decoration:none;
  color:#505050;
}
.List11 li a:hover{
  opacity:.8;
}

.List12 li{
  line-height:200%;
  position:relative;
  padding-left:5px;
}
.List12 li.title{
  padding-left:0;
}
.List12 li.title:after,
.List12 li.underlayerList:after{
  background-image:none;
}
.List12 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/common/iconLinkGreen2.png);
  width:27px;
  height:17px;
  top:8px;
}
.List12 li a{
  text-decoration:none;
  color:#505050;
}
.List12 li a:hover{
  opacity:.8;
}

.List13{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List13 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List13 li.title{
  padding-left:0;
}
.List13 li.title:after,
.List13 li.underlayerList:after{
  background-image:none;
}
.List13 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow8.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}
.List13 li a{
  text-decoration:none;
  color:#505050;
}
.List13 li a:hover{
  opacity:.8;
}


.List14{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List14 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List14 li.title{
  padding-left:0;
}
.List14 li.title:after,
.List14 li.underlayerList:after{
  background-image:none;
}
.List14 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow7.png);
  width:12px;
  height:12px;
  top:7px;
  left:5px;
}

.List14 li a{
  text-decoration:none;
  color:#505050;
}
.List14 li a:hover{
  opacity:.8;
}



.List14y{
    width: 100%;
    margin-bottom: 37px;
    padding: 16px;
    border: 2px solid #c8c8c8;
    box-sizing: border-box;
}
.List14y li{
  line-height:200%;
  position:relative;
  padding-left:25px;
  display: inline;
}
.List14y li.title{
  padding-left:0;
}
.List14y li.title:after,
.List6y li.underlayerList:after{
  background-image:none;
}
.List14y li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow7.png);
  width:12px;
  height:12px;
  top:3px;
  left:10px;
}
.List14y li a{
  text-decoration:none;
  color:#505050;
}
.List14y li a:hover{
  opacity:.8;
}


.List15 li{
  line-height:200%;
  position:relative;
  padding-left:25px;
}
.List15 li.title{
  padding-left:0;
}
.List15 li.title:after,
.List15 li.underlayerList:after{
  background-image:none;
}
.List15 li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow8.png);
  width:12px;
  height:12px;
  top:9px;
  left:5px;
}
.List15 li a{
  text-decoration:none;
  color:#505050;
}
.List15 li a:hover{
  opacity:.8;
}


/* ★★style.cssより引用_アンダーライン★★ 2019/1/30内藤*/
.under {
    font-size:15px;
    color:#95D100;
    border-bottom:1px solid #C8C8C8;
    padding-bottom:11px;
    margin-bottom:15px;
    margin-top:45px;
}



/* ★★about.cssより引用_写真他★★ ----------------- */
.portraitr {
  float: right;
  width: 141px;
  margin: 5px 5px 5px 30px;
}

.portraitr p + p {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .05em;
}

.portraitl {
  float: left;
  width: 141px;
  margin: 5px 30px 5px 5px;
}
.portraitl img + p {
  line-height: 1;
  margin-top: 15px;
  font-size: 14px;
}
.portraitl p + p {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .05em;
}

p .portraitl1 {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

p .portraitr1 {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

/* 汎用ページネーション　2017/7/24 追加----------------- */
#skd-page-nation {
	display: block;
	margin: 40px auto 15px ;
	text-align: center;
}
#skd-page-nation ul{
	display: inline-block;
	overflow:hidden;
}
#skd-page-nation li{
	display: block;
    float: left;
	width: 40px;
	height: 32px;
	margin-right: 5px;
	border: solid #999 1px ;
	border-radius: 4px;
	padding-top: 8px;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	line-height: 200%;
}
#skd-page-nation li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: -8px;
	padding-top: 8px;
}
#skd-page-nation li.prev,
#skd-page-nation li.next {
	width: 60px;
}
#skd-page-nation li.prev {
	margin-right: 10px;
}
#skd-page-nation li.next {
	margin-right: 0px;
	margin-left: 5px;
}
#skd-page-nation li.no-page {
	background-color: #c5c5c5;
}
#skd-page-nation li.this-page {
	background-color: #454545;
	border-color: #454545;
	color: #fff;
	font-weight: bold;
}
#skd-page-nation li a{
	text-decoration: none;
}
#skd-page-nation li a:hover,
#skd-page-nation li a:active{
	text-decoration: underline;
}
#skd-page-nation li.link-page:hover,
#skd-page-nation li.link-pag:active{
	background-color: #ededed;
}



/* 汎用ページネーション　2018/8/14 追加(グリーン）----------------- */
#skd-page-nation2 {
	display: block;
	margin: 40px auto 15px ;
	text-align: center;
}
#skd-page-nation2 ul{
	display: inline-block;
	overflow:hidden;
}
#skd-page-nation2 li{
	display: block;
    float: left;
	width: 40px;
	height: 32px;
	margin-right: 5px;
	border: solid #999 1px ;
	border-radius: 4px;
	padding-top: 8px;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	line-height: 200%;
}
#skd-page-nation2 li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: -8px;
	padding-top: 8px;
}
#skd-page-nation2 li.prev,
#skd-page-nation2 li.next {
	width: 60px;
}
#skd-page-nation2 li.prev {
	margin-right: 10px;
}
#skd-page-nation2 li.next {
	margin-right: 0px;
	margin-left: 5px;
}
#skd-page-nation2 li.no-page {
	background-color: #c5c5c5;
}
#skd-page-nation2 li.this-page {
	background-color: #8bc400;
	border-color: #8bc400;
	color: #fff;
	font-weight: bold;
}
#skd-page-nation2 li a{
	text-decoration: none;
}
#skd-page-nation2 li a:hover,
#skd-page-nation2 li a:active{
	text-decoration: underline;
}
#skd-page-nation2 li.link-page:hover,
#skd-page-nation2 li.link-pag:active{
	background-color: #f4f9e8;
}



/* 汎用ページネーション　2021/5/19 追加(ブルー）----------------- */
#skd-page-nation3 {
	display: block;
	margin: 40px auto 15px ;
	text-align: center;
}
#skd-page-nation3 ul{
	display: inline-block;
	overflow:hidden;
}
#skd-page-nation3 li{
	display: block;
    float: left;
	width: 40px;
	height: 32px;
	margin-right: 5px;
	border: solid #999 1px ;
	border-radius: 4px;
	padding-top: 8px;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
	line-height: 200%;
}
#skd-page-nation3 li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: -8px;
	padding-top: 8px;
}
#skd-page-nation3 li.prev,
#skd-page-nation3 li.next {
	width: 60px;
}
#skd-page-nation3 li.prev {
	margin-right: 10px;
}
#skd-page-nation3 li.next {
	margin-right: 0px;
	margin-left: 5px;
}
#skd-page-nation3 li.no-page {
	background-color: #c5c5c5;
}
#skd-page-nation3 li.this-page {
	background-color: #009fe5;
	border-color: #009fe5;
	color: #fff;
	font-weight: bold;
}
#skd-page-nation3 li a{
	text-decoration: none;
}
#skd-page-nation3 li a:hover,
#skd-page-nation3 li a:active{
	text-decoration: underline;
}
#skd-page-nation3 li.link-page:hover,
#skd-page-nation3 li.link-pag:active{
	background-color: #f3f9ff;
}



/* ★★trial.cssより引用_h2バリエーション追加★★ ----------------- */

.mainColumn ol.list01 {
  font-size: 15px;
  line-height: 1.8;
}

.mainColumn ul.list01 {
  font-size: 15px;
  line-height: 1.8;
}

.mainColumnInner h2.class2
{
    font-size:15px;
	color: #999;
}

.mainColumn h2.class10  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class10.png) no-repeat left top;
}


.mainColumn h2.class11  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class11.png) no-repeat left top;
}

.mainColumn h2.class12  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class12.png) no-repeat left top;
}

.mainColumn h2.class13  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class13.png) no-repeat left top;
}

.mainColumn h2.class13b  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class13b.png) no-repeat left top;
}

.mainColumn h2.class14  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class14.png) no-repeat left top;
}

.mainColumn h2.class14b  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class14b.png) no-repeat left top;
}

.mainColumn h2.class15  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class15.png) no-repeat left top;
}

.mainColumn h2.class16  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class16.png) no-repeat left top;
}

.mainColumn h2.class17  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class17.png) no-repeat left top;
}

.mainColumn h2.class18  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class18.png) no-repeat left top;
}

.mainColumn h2.class19  {
    margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class19.png) no-repeat left top;
}

.mainColumn h2.class20  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class20.png) no-repeat left top;
}

.mainColumn h2.class21  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(../images/common_ynext/h_class21.png) no-repeat left top;
}

.mainColumn h2.class21b  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(http://www-user.yokohama-cu.ac.jp/~ynext/wp/wp-content/uploads/2020/03/h_class21b.png) no-repeat left top;
}


.mainColumn h2.class21g  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    background: url(http://www-user.yokohama-cu.ac.jp/~ynext/wp/wp-content/uploads/2020/03/h_class21g.png) no-repeat left top;
}

.mainColumn h2.class22g  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #95d100;
}


.mainColumn h2.class22 {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #c8c8c8;
}


.mainColumn h2.class22b {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #009fe5;
}

.mainColumn h2.class23g  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color:white;
    padding: 13px;
    font-weight:bold;
    background: url(https://www-user.yokohama-cu.ac.jp/~ynext/wp/wp-content/uploads/2023/08/h_class23g.png) no-repeat left top;
}

.mainColumn h2.class23gr  {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color:white;
    padding: 13px;
    font-weight:bold;
    background: url(https://www-user.yokohama-cu.ac.jp/~ynext/wp/wp-content/uploads/2023/08/h_class23gr.png) no-repeat left top;
}

/* 2020/3～h6 */

.mainColumn h6.class1 {
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #009fe5;
}

/* 2017/6～h5 */
.mainColumnInner h5{
    font-size:15px;
    margin-bottom:11px;
    color:F4B300;
}

/* 2018/4～h5 */
.mainColumnInner h5.class1{
    font-size:15px;
    font-weight:bold;
    margin-bottom:11px;
    color:F4B300;
}

.mainColumn h5.class2{
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #c8c8c8;
}

.mainColumn h5.class15{
	margin: 30px 0 0 0;
    line-height: 1.1;
    font-size: 1.1em;
    font-weight:bold;
    color: #505050;
    padding: 13px;
    font-weight:bold;
    border-bottom: 2px solid #c8c8c8;
}


/* ★★★tableバリエーション追加 2017/07内藤★★★　*/
table.supportIndex1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}

table.supportIndex1  th {
    font-size: 15px;
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    letter-spacing: .1em;
    vertical-align: middle;
}
table.supportIndex1 td {
    font-size: 14px;
    background-color: #F4F4F4;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex1 td:first-child {
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
table.supportIndex1 td.bgColorG {
    background-color: #F4F4F4 !important;
    color: #505050;
    text-align: left;
}

table.supportIndex2 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}
table.supportIndex2  th:first-child {
    font-size: 15px;
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    letter-spacing: .1em;
    vertical-align: middle;
}
table.supportIndex2 th{
    font-size: 15px;
    background-color: #787878;
    color: #FFF;
    text-align: center;
    padding: 8px;
    letter-spacing: .1em;
    vertical-align: middle;
}
table.supportIndex2 td {
    font-size: 14px;
    background-color: #F4F4F4;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex2 td.bgColorG {
    background-color: #F4F4F4 !important;
    color: #505050;
    text-align: left;
}

table.supportIndex3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}
table.supportIndex3  th:first-child {
    font-size: 15px;
    background-color: #787878;
    color: #FFF;
    text-align: center;
    padding: 8px;
    letter-spacing: .1em;
    vertical-align: middle;
}
table.supportIndex3 th{
    font-size: 15px;
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    letter-spacing: .1em;
    vertical-align: middle;
}
table.supportIndex3 td {
    font-size: 14px;
    background-color: #F4F4F4;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex3 td.bgColorG {
    background-color: #F4F4F4 !important;
    color: #505050;
    text-align: left;
}

table.supportIndex4 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}
table.supportIndex4 th {
    font-size: 15px;
    background-color: #787878;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    letter-spacing: .1em;
}
table.supportIndex4 td {
    font-size: 14px;
    background-color: #F4F4F4;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex4 td.bgColorG {
    background-color: #F4F4F4 !important;
    color: #505050;
    text-align: center;
    vertical-align: middle;
}
table.supportIndex4 a {
color: #505050;  
text-decoration: none;
}
table.supportIndex4 a:hover{
  opacity:.8;
}


/* ★★★tableバリエーション追加 2020/03内藤★★★　*/

table.supportIndex4a {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}
table.supportIndex4a th {
    font-size: 15px;
    background-color: #787878;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    letter-spacing: .1em;
}
table.supportIndex4a td {
    font-size: 14px;
    background-color: #eaf6cc;;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex4a td.bgColorG {
    background-color: #eaf6cc; !important;
    color: #505050;
    text-align: center;
    vertical-align: middle;
}
table.supportIndex4a a {
color: #505050;  
text-decoration: none;
}
table.supportIndex4a a:hover{
  opacity:.8;
}



table.supportIndex5 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: -5px 0 0 -5px;
}
table.supportIndex5  th {
    font-size: 15px;
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    letter-spacing: .1em;
}
table.supportIndex5 td {
    font-size: 14px;
    background-color: #F4F4F4;
    text-align: left;
    padding: 8px;
    line-height: 1.7;
}
table.supportIndex5 td.bgColorG {
    background-color: #F4F4F4 !important;
    color: #505050;
    text-align: left;
    vertical-align: middle;
}
table.supportIndex5 a {
color: #505050;  
text-decoration: none;
}
/* データセンター */
table.dataCenter {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: 30px;
}
table.dataCenter th {
    font-size: 12px;
    background-color: #95D100;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
}
table.dataCenter td {
    font-size: 10.5px;
    background-color: #F4F4F4;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    line-height: 1.6;
}
table.dataCenter td ul {
    list-style: disc inside;
}

table.dataCenter th:nth-child(1) {
    width: 18%;
}
table.dataCenter th:nth-child(2) {
    width: 52%;
}
table.dataCenter th:nth-child(3) {
    width: 30%;
}
/* ★★★tableバリエーション追加 ここまで　*/


/* ★★★折りたたみ・アコーディオンメニュー①　*/
summary.Index1 {
  position: relative;
  display: block; /* 矢印を消す */
  padding: 10px 10px 10px 30px; /* アイコンの余白を開ける */
  cursor: pointer; /* カーソルをポインターに */
  font-weight: bold;
  background-color: #e2f0f7;
  transition: 0.2s;
}
summary.Index1:hover {
  background-color: #ccebfb;
}
summary.Index1:-webkit-details-marker {
  display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary.Index1:before,
summary.Index1:after {
  content: "";
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary.Index1:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #1da1ff;
}
summary.Index1:after {
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}

/* オープン時のスタイル */
details[open] summary.Index1 {
  background-color: #ccebfb;
}
details[open] summary.Index1:after {
  transform: rotate(90deg); /* アイコンを回転 */
  left: 4px; /* 位置を調整 */
  top: 5px; /* 位置を調整 */
}

/* アニメーション */
details[open] .details-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* ★★★ツールチップ（吹き出し上）　*/
.tooltip { /* 補足説明するテキストのスタイル　上 */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1em;
  color: #4682b4;
}
 
.description_top { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

/* ★★★ツールチップ（吹き出し下）　*/
.tooltip { /* 補足説明するテキストのスタイル　下 */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1em;
  color: #4682b4;
}
 
.description_bottom { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  top: 80%; /* Y軸の位置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_bottom { /* マウスオーバー時のスタイル */
  top: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

/* ★★★ツールチップ（吹き出し右）　*/
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1em;
  color: #4682b4;
}
 
.description_right { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  top: 50%;
  left: 80%; /* X軸の位置 */
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_right { /* マウスオーバー時のスタイル */
  left: 100%; /* X軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}


/* ★★★ツールチップ（吹き出し左）*/
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1em;
  color: #4682b4;
}
 
.description_left { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  top: 50%;
  right: 80%; /* X軸の位置 */
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_left { /* マウスオーバー時のスタイル */
  right: 100%; /* X軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}


/* ★★★フロースタイル①_design01　（20230919）*/

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #6aa041;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #6aa041;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #6aa041;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: 0.6em;
  }
}



/* ★★★フロースタイル②_design03*/
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.6em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #6aa041;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6aa041;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  color: #6aa041;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}




/* ★★★フロースタイル③_design06*/

.flow_design06 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 200%;
}

.flow06 {
  padding-left: 0;
  overflow: hidden;
}

.flow06 > li {
  list-style-type: none;
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}

.flow06 > li .icon06 {
  font-size: 0.7em;
  display: block;
  color: #6aa041;
}

.flow06 > li .icon06::before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 3px #6aa041;
  position: absolute;
  top: 10px;
  left: 12px;
}

.flow06 > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #6aa041;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.flow06 > li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}

.flow06 > li dl::after {
    content: "";
    width: calc(100% - 10px);
    display: block;
    border-bottom: solid 3px #6aa041;
    position: absolute;
    bottom: 22px;
    left: 21px;
}

.flow06 > li dl::before {
    content: "";
    height: calc(100% - 35px);
    display: block;
    border-left: solid 3px #6aa041;
    position: absolute;
    top: 10px;
    left: 21px;
}

.flow06 > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow06 > li dl dd {
  margin-left: 0;
  font-size: 1.0em;
}




/* ★★★フロースタイル④_design07*/
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #6aa041;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #6aa041;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #6aa041;
}

.flow07 > li dl dd {
  margin: 0;
}


/* ★★★フロースタイル⑤_design08*/
.flow_design08 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow08 {
  padding-left: 0;
}

.flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #f3fbeb;
  position: relative;
  padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow08 > li dl dt {
  font-size: 1.1em;
  font-weight: 700;
  width: 20%;
  min-width: 7em;
}

.flow08 > li .icon08 {
  color: #6aa041;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
  margin: 0;
  font-size: 1.0em;
  line-height: 130%;
  width: calc(80% - 20px);
}


/* ★★★フロースタイル⑥_design09*/
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #858585;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #858585;
}

.flow09 > li dl dt {
  font-size: 1.1em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #6aa041;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
  line-height: 130%;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}


/* ★★★フロースタイル⑦_design10*/
.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow10 {
  padding-left: 0;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #6aa041;
  padding: 20px;
  border-radius: 20px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #6aa041;
}

.flow10 > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.flow10 > li .icon10 {
  color: #6aa041;
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}

/* ★★★フロースタイル⑦_design10-1*/
.flow_design10-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow10-1 {
  padding-left: 0;
}

.flow10-1 > li {
  list-style-type: none;
  border: 2px solid #6aa041;
  padding: 20px;
  border-radius: 20px;
}

.flow10-1 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}


.flow10-1 > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.flow10-1 > li .icon10-1 {
  color: #6aa041;
  margin-right: 0.5em;
}

.flow10-1 > li dl dd {
  margin: 0;
}

/* ★★★フロースタイル⑧_design05*/
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 200%;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #6aa041;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  color: #6aa041;
}

.flow05 > li dl dd {
  margin-left: 0;
  line-height: 130%;
}



/* ★★★フロースタイル⑨_design04*/
.flow_design11 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow11 {
  padding-left: 0;
}

.flow11 > li {
  list-style-type: none;
  position: relative;
  padding: 0 20px 0 90px;
  border-bottom: 10px solid #6aa041;
}

.flow11 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow11 > li .icon11 {
  position: absolute;
  margin: 0;
  line-height: 0;
  font-size: 70px;
  font-weight: bold;
  left: 10px;
  bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 3px #6aa041;
}

.flow11 > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 200%;
}

.flow11 > li dl dd {
  margin: 0;
  line-height: 130%;
}

/* ★★★フロースタイル_design11lg*/
.flow_design11lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow11lg {
  padding-left: 0;
}

.flow11lg > li {
  list-style-type: none;
  position: relative;
  padding: 0 40px 0 90px;
  border-bottom: 4px solid #95D100;
}

.flow11lg > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow11lg > li .icon11lg {
  position: absolute;
  margin: 0;
  line-height: 0;
  font-size: 70px;
  font-weight: bold;
  left: 10px;
  bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 2px #95D100;
}

.flow11lg > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 200%;
}

.flow11lg > li dl dd {
  margin: 0;
  line-height: 130%;
}


/*内藤追加　リンクボタン色々　2024/02*/

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #6aa041;
	color: #6aa041;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #6aa041;
}


a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #6aa041;
	background: #6aa041;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #6aa041;
	background: #fff;
}


a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #6aa041;
	color: #6aa041;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #fff;
	background: #6aa041;
}


a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border: 2px solid #6aa041;
	background: #6aa041;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #6aa041;
	background: #fff;
}


a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #95d100;
	background: #6aa041;
	color: #fff;
}
a.btn_05:hover {
	margin-top: 6px;
	border-bottom: 1px solid #6aa041;
	color: #fff;
}


a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #95d100;
	background: #6aa041;
	color: #fff;
}
a.btn_06:hover {
	margin-top: 6px;
	border-bottom: 1px solid #6aa041;
	color: #fff;
}


a.btn_07 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	color: #6aa041;
	border-bottom: 2px solid #6aa041;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_07:hover {
	color: #fff;
	background: #95d100;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}


a.btn_08 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.51rem 4rem;
	font-weight: bold;
	background: #95d100;
	border: 6px outset #6aa041;
	color: #fff;
	transition: 0.5s;
}
a.btn_08:hover {
	background: #95d100;
	border: 6px outset #6aa041;
	color: #fff;
}


a.btn_09 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(0, 159, 229), #95d100);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}


a.btn_10 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #009fe5 0%, #b4e12b 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(to left, #009fe5 0%, #b4e12b 100%);
}


a.btn_11 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to top, #a0a3ad 10%, #fff 80%, #FDFDFD 100%);
	border-radius: 100vh;
	color: #333;
	border: 1px solid #999;
	text-shadow: 0 1px #fff;
	box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
	transition: 0.5s;
}
a.btn_11:hover {
	opacity: 0.1;
}


a.btn_18 {
	display: block;
	color:#6aa041;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 120px;
	margin: auto;
	padding: 0.5rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #6aa041;
	border: 3px solid #6aa041;
	box-shadow: 5px 5px #6aa041;
	transition: 0.3s ease-in-out;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #6aa041;
}

a.btn_24 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 3.5rem;
	width: 120px;
	margin: auto;
	padding: 0 5rem;
	border-radius: 100vw;
	background: #D8D9DB;
	background-size: 400%;
	color: #646464
;
}
a.btn_24:hover::before {
  transform: scaleX(1);
}
a.btn_24:hover {
	color: #646464;
}
a.btn_24 span {
  position: relative;
  z-index: 1;
}
a.btn_24::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(149, 209, 0, 1) 10.8%,
    rgba(106, 160, 65, 1) 94.3%
  );
  transition: all 0.475s;
}


a.btn_25 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 4rem;
	width: 120px;
	margin: auto;
	padding: 0 4rem;
	border-radius: 100vw;
	background: #6a6e78;
	background-size: 400%;
	color: #fff;
}
a.btn_25:hover::before {
  transform: scaleX(1);
}
a.btn_25:hover {
	color: #fff;
}
a.btn_25 span {
  position: relative;
  z-index: 1;
}
a.btn_25::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(39, 172, 217, 1) 10.8%,
    rgba(18, 83, 229, 1) 94.3%
  );
  transition: all 0.475s;
  color: #fff;
}
a.btn_25:hover::after {
	color: #fff;
}


a.btn_30 {
	display: flex;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 20em;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
}
a.btn_30:hover {
	transform: rotateX(-90deg);
}
a.btn_30 .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
a.btn_30 .top {
	background: #b4e12b;
	color: #fff;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.btn_30 .front {
	background: #27acd9;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}



.sample_link12 a{
  display: inline-block;
  color:#6aa041;
  font-size:120%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden;
}
.sample_link12 a span{
  display: inline-block;
  position: relative;
  transition: .4s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sample_link12 a:hover span{
  background-color: #95d100;
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg);
}
.sample_link12 a span:after{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  color: #fff;
  background-color: #6aa041;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 105%, 0) rotateX(-90deg);
  transform: translate3d(0, 105%, 0) rotateX(-90deg);
}
