@charset "UTF-8";
/*** HANDS NET CSS Document ******************************************

	common-renewal.css

**********************************************************************

	1	共通設定
  ・レイアウト
  ・パンくずリスト
  ・ページネーション
  ・通知バー

	2	見出しパーツ

	3	ボタンパーツ

	4	共通パーツ
  ・ボタン
  ・タグ
  ・フォーム
  ・リンク もっと見る
  ・区切り線

******************************************************************* */



/*--------------------------------------------------------------------

	1	共通設定

--------------------------------------------------------------------*/
body.r201902 {
min-width: 1024px;
}

.r201902 > .content{
padding: 0;
width: auto;
min-width: auto;
}

.r202103 .modContainer.content{
max-width: 1280px;
width: 100%;
padding: 0 32px;
margin: 0 auto;
}

main {
display:block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
.r201902 > .content{
margin-top:188px
}
.r201902.hide-info > .content{
margin-top:160px;
}
.r201902 > .content:before{
content:'';display:table;
}
}

.r201902 button,
.r201902 a:link{
color:#006b30;
stroke:#006b30;
}
.r201902 a:visited,
.r201902 a:active{
color:#004022;
stroke:#004022;
}
.r201902 button:hover,
.r201902 a:hover{
color: #50AC59;
text-decoration: none;
stroke: #50AC59;
}
.r201902 button:active,
.r201902 a:active{
color:#004022;
stroke:#004022;
}
.r201902 button{
outline:none;
border:none;
background:none;
}


/* レイアウト
--------------------------------------*/
.r201902 main *,
#modMain *{
  box-sizing: border-box;
}

.modContainer.full{
width: 100%;
}

.modContainer.gray{
background-color: #f5f5f7;
}

.modContainer.content{
max-width: 1024px;
width: 1024px;
padding: 0 32px;
margin: 0 auto;
}


/* パンくずリスト
--------------------------------------*/
#modBreadcrumbs{
padding: 24px 0;
}
#modBreadcrumbs .list{
list-style: none;
padding: 0;
margin: 0;
}
#modBreadcrumbs .item{
display: inline-block;
font-size: 13px;
}
#modBreadcrumbs .item:not(:last-child)::after{
display: inline-block;
content: '＞';
color: #666;
}


/* ページネーション
--------------------------------------*/
#modPagination{
margin: 80px 0;
}
#modPagination ul{
display: flex;
align-items: center;
justify-content: center;
}
#modPagination ul li{
margin: 0 6px;
font-size: 16px;
}
#modPagination ul li > a,
#modPagination ul li > span{
padding: 7px 11px;
line-height: 1;
}
#modPagination ul li a:hover{
color: #50AC59;
background-color: #F5F5F7;
text-decoration: none;
}
#modPagination ul li.current span{
color: #fff;
background-color: #006b30;
}
#modPagination ul li.disabled > *{
color: #aaa;
pointer-events:none;
}
#modPagination ul li.first,
#modPagination ul li.previous,
#modPagination ul li.next,
#modPagination ul li.last{
margin: 0;
}
#modPagination ul li.first > *,
#modPagination ul li.previous> *,
#modPagination ul li.next > *,
#modPagination ul li.last > *{
display: flex;
align-items: center;
margin: 0;
}
#modPagination ul li.first svg,
#modPagination ul li.previous svg{
margin-right:8px;
transform:rotate(180deg);
}
#modPagination ul li.next svg,
#modPagination ul li.last svg{
margin-left:8px;
}
#modPagination ul li.disabled svg{
stroke:#aaa;
}

/* 通知バー
--------------------------------------*/
.modNotification{
padding: 6px 10px;
font-size: 13px;
color: #fff;
text-align: center;
background-color: #4D4D4D;
opacity: 0.75;
}
.modNotification .link{
color: #fff;
text-decoration: underline;
}
.modNotification .link:hover{
text-decoration: none;
}


/*--------------------------------------------------------------------

	2	見出しパーツ

--------------------------------------------------------------------*/
.modHeading{}


/* design1 下線つきデザイン
--------------------------------------*/
.r201902 .modHeading.design1,
.modHeading.design1{
min-height: 48px;
margin-bottom: 26px;
color: #000;
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #006b30;
}
.r202103 .modHeading,
.r202103 .modHeading.design1{
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #006b30;
  padding-bottom: 16px;
  margin-bottom: 24px;
  color: #000;
}

.r201902 .modHeading.design1 .icon,
.modHeading.design1 .icon{
display: inline-block;
vertical-align: middle;
margin-right: 10px;
fill:#006b30;
}
.r201902 .modHeading.design1 .subTitle,
.modHeading.design1 .subTitle{
margin-left: 30px;
color: #4D4D4D;
font-size: 16px;
font-weight: normal;
}

/* design2 左右中央 タイトル下にライン デザイン
--------------------------------------*/
.r201902 .modHeading.design2,
.modHeading.design2{
position: relative;
padding-bottom: 32px;
margin: 0;
color: #000;
font-size: 18px;
text-align: center;
}
.r201902 .modHeading.design2::after,
.modHeading.design2::after{
position: absolute;
bottom: 0;
left: 50%;
content: '';
width: 64px;
height: 1px;
background-color: #4d4d4d;
transform: translateX(-50%);
}



/*--------------------------------------------------------------------

	3	ボタンパーツ

--------------------------------------------------------------------*/
.r201902 .modButton,
.modButton{
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 50px;
font-size: 18px;
font-weight: bold;
text-align: center;
border: 1px solid;
border-radius: 2px;
background: transparent;
outline: none;
line-height:46px;
}
main .arrow svg{
display: inline-block;
vertical-align: middle;
height:18px;
width:18px;
margin-left:16px;
}
main .arrow.arrow-small svg{
height:12px;
width:12px;
margin-left:16px;
}


/* primary
--------------------------------------*/
.r201902 .modButton.primary,
.modButton.primary{
color: #fff;
stroke: #fff;
background-color: #006b30;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.5);
border:none;
}
.r201902 .modButton.primary:hover,
.modButton.primary:hover{
background-color: #50AC59;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.5), 0 2px 2px rgba(0,0,0,0.25);
}
.r201902 .modButton.primary:active,
.modButton.primary:active{
border-color: #004022;
background-color: #004022;
}
.r201902 .modButton.primary .arrow::after,
.modButton.primary .arrow::after{
border-color: #006b30;
}


/* primary light
--------------------------------------*/
.r201902 .modButton.primary.light{
border-color: #00ab0e;
background-color: #00ab0e;
box-shadow: inset 0 -1px 0 #006b30;
}
.r201902 .modButton.primary.light:active{
border-color: #006b30;
background-color: #006b30;
opacity: 1;
}
.r201902 .modButton.primary .arrow::after{
border-color: #00ab0e;
}
body.r201902 .gray .modButton.noborder,
.gray .modButton.noborder{
border-width: 0;
background-color: #fff;
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.50);
}


/* order
--------------------------------------*/
.modButton.highlight,
.r201902 .modButton.order{
position: relative;
color: #fff;
stroke: #fff;
border: none;
background-color: #f49609;
box-shadow: inset 0 -2px 0 #be7200;
line-height:46px;
padding: 0;
}

.modButton.highlight .text,
.r201902 .modButton.order .text{
margin-right: -32px;
}
.modButton.highlight .text:last-child,
.r201902 .modButton.order .text:last-child{
margin-right: 0;
}
.modButton.highlight svg,
.r201902 .modButton.order svg{
width:16px;
height:16px;
padding: 0 16px 0 0;
}
.r201902 .modButton.order .text{
	flex: 1;
}
.r201902 .modButton.order svg{
	width:32px;
}

.modButton.highlight:hover,
.r201902 .modButton.order:hover{
color:#fff;
background-color: #ffb23e;
box-shadow: inset 0 -2px 0 #be7200,0 2px 2px rgba(0,0,0,0.25);
text-decoration: none;
}

.modButton.highlight:active,
.r201902 .modButton.order:active{
color:#fff;
background-color: #be7200;
opacity: 1;
}
.modButton.highlight{
width: auto;
margin: 0 auto;
}
.modButton.highlight .text{
padding: 0 64px;
}
.modButton.highlight .sub{
font-size:80%;
}
.modButton.highlight.multiline{
height: 72px;
line-height: normal;
line-height: initial;
justify-content: space-between;
text-align: left;
font-size: 16px;
}
.modButton.highlight.multiline .text{
padding: 0 32px 0 16px;
}
.modButton.highlight.ss{
font-size: 12px;
line-height: 32px; /* ie11 */
line-height: unset;
min-height: 32px;
}
.modButton.highlight.ss .text{
padding: 0 24px;
margin-right: -12px;
}
.modButton.highlight.left{
margin: 0;
}
.modButton.highlight.ss svg{
width:12px;
height:12px;
padding: 0 8px 0 0;
}
.modButton.highlight.inline{
display: inline-block;
}



/* anker
--------------------------------------*/
.r201902 .modButton.anker{
position: relative;
display: flex;
align-items: center;
padding-right: 45px;
color: #006b30;
border-color: #006b30;
background-color: #fff;
box-shadow: 0 1px 0 #13371d;
}
.r201902 .modButton.anker .icon{
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 100%;
background-color: #006b30;
}
.r201902 .modButton.anker:hover{
color:#50AC59;
stroke:#50AC59;
}
.r201902 .modButton.anker:hover .icon{
border-color: #50AC59;
background-color: #50AC59;
}
.r201902 .modButton.anker:active{
color: #004022;
border-color: #004022;
opacity: 1;
}
.r201902 .modButton.anker:active .icon{
border-color: #004022;
background-color: #004022;
}


/* anker light
--------------------------------------*/
.r201902 .modButton.anker.light{
color: #00ab0e;
border-color: #00ab0e;
background-color: #fff;
box-shadow: inset 0 -2px 0 #00ab0e;
}
.r201902 .modButton.anker.light:active{
color: #006b30;
border-color: #006b30;
opacity: 1;
box-shadow: inset 0 -2px 0 #006b30;
}
.r201902 .modButton.anker.light .icon{
border-color: #00ab0e;
}


/* secondary
--------------------------------------*/
.r201902 .modButton.secondary{
color: #006b30;
border-color: #006b30;
background-color: #fff;
box-shadow: 0 1px 0 #006b30;
stroke: #006b30;
}
.r201902 .modButton.secondary:hover{
color:#50AC59;
stroke:#50AC59;
}
.r201902 .modButton.secondary:active{
color: #004022;
stroke: #004022;
}
.r201902 .modButton.secondary.autowidth{
width: auto;
margin: 0 auto;
padding: 0;
}
.r201902 .modButton.secondary span.text{
padding: 0 64px;
}

/* secondary light
--------------------------------------*/
.r201902 .modButton.secondary.light{
color: #00ab0e;
border-color: #00ab0e;
background-color: #fff;
box-shadow: inset 0 -2px 0 #00ab0e;
stroke: #00ab0e;
}
.r201902 .modButton.secondary.light:hover{
color:#50AC59;
stroke:#50AC59;
}
.r201902 .modButton.secondary.light:active{
color: #006b30;
border-color: #006b30;
stroke: #006b30;
box-shadow: inset 0 -2px 0 #006b30;
}


/*--------------------------------------------------------------------

	4	共通パーツ

--------------------------------------------------------------------*/


/* タグ 共通
--------------------------------------*/
.modTagItem{
display: inline-block;
padding: 5px 4px;
font-size: 13px;
line-height: 13px;
border-radius: 2px;
}


/* タグ primary
--------------------------------------*/
.modTagItem.primary{
color: #fff;
background-color: #006b30;
}
a.modTagItem.primary:hover{
background-color:#50AC59;
}
a.modTagItem.primary:active{
background-color:#004022;
}

.staff-blog .modTagItem.primary{
background-color:#A0306C;
}
.staff-blog a.modTagItem.primary:hover{
background-color:#A0306C;
}
.staff-blog a.modTagItem.primary:active{
background-color:#000;
}

/* タグ 枠線
--------------------------------------*/
.modTagItem.outline{
color: #4d4d4d;
border: 1px solid #aaa;
}
.modTagItem.outline.secondary{
color: #BD2B6A;
border-color: #BD2B6A;
}


/* フォーム select
--------------------------------------*/
.modInput,
.modSelect{
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
border-radius: 0;
cursor: pointer;
color:#4d4d4d;
}

.modSelect{
border: 1px solid #aaa;
border-radius: 2px;
padding: 5px;
height: 44px;
font-size: 16px;
background-color: #fff;
background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEwIDEwIj48cGF0aCBzdHJva2U9IiM0ZDRkNGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGZpbGw9InRyYW5zcGFyZW50IiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMSAzTDUgN0w5IDMiLz48L3N2Zz4=) no-repeat right 9px center;

}
.modSelect::-ms-expand {
    display: none;
}
.modSelect:hover{
border-color:#000;
}


/* リンク もっと見る
--------------------------------------*/
.modLinkMore{
position: relative;
padding-right: 15px;
color: #006b30;
stroke: #006b30;
font-size: 16px;
}
.modLinkMore svg{
width:10px;
height:10px;
margin-left:6px;
}


/* 区切り線
--------------------------------------*/
.modSeparation{
height: 15px;
margin: 0;
background-color: #F5F5F7;
border: none;
}
.modSeparation.normal{
left: inherit;
right: inherit;
height: 1px;
padding: 0;
margin: 30px 0;
width: auto;
background-color: #eee;
border: none;
}


/* 202012 Top改修
--------------------------------------*/
.r202103 .urgencyInfoArea p {
  margin: 12px auto;
  text-align: center;
  font-size: 13px;
}
.r202103 .modContainer.content.twoColumn {
  display: flex;
}
.r202103 .sideArea {
  width: 224px;
  min-width: 224px;
  font-weight: bolder;
}
.r202103 .sideArea ul {
  list-style-type: none;
}
.r202103 .sideArea li a:hover {
  text-decoration: none;
}
.r202103 .mainArea {
  width: 84%;
  margin-left: 16px;
  overflow: hidden;
  max-width: 976px;
}
.r202103 .priorityLink {
  margin: 0 0 20px;
  padding: 0 6%;
  background: #D9F1DD;
}
.r202103 .priorityLink li + li {
  border-top: 1px solid #fff;
}
.r202103 .priorityLink li a {
  padding: 20px 6px;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  display: block;
  display: flex;
  align-items: center;
  stroke: none;
}
.r202103 .priorityLink li:first-child a {
  font-size: 22px;
}
.r202103 .priorityLink li svg {
  margin-right: 10px;
}
.r202103 .priorityLink li img {
  padding-right: 10px;
}
.r202103 .goodItemLink {
  padding: 0;
}
.r202103 .goodItemLink li + li{
  margin-top: 8px;
}
.r202103 .goodItemLink li a {
  padding: 10px;
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  border: 1px solid #dadada;
  text-align: center;
  position: relative;
  stroke: #4d4d4d;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.r202103 .goodItemLink li a svg{
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 15px;
  transform: rotate(90deg);
}
.r202103 .sideArea .categoryNavi{
padding:0;
margin:0;
}
.r202103 .sideArea #subCategory li a,
.r202103 .sideArea .categoryNavi li a{
display:block;
position: relative;
color:#4d4d4d;
stroke:#4d4d4d;
font-size:14px;
padding:12px 21px 12px 12px;
line-height:21px;
/* height=21+12*2=45px; */
}
.r202103 .sideArea .l2-wrapper li a {
  padding-left: 24px;
}
.r202103 .sideArea .categoryNavi li a svg{
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 17.5px;
}
.r202103 .sideArea .goodItemLink a:hover,
.r202103 .sideArea .categoryNavi > li:hover,
.r202103 .sideArea .categoryNavi li a:hover,
.r202103 .singleLink a:hover{
color:#006b30;
stroke:#006b30;
background-color:#F5F5F5;
text-decoration: none;
}
.r202103 .sideArea .categoryNavi li a:active{
color:#006b30;
}
.r202103 .scroll-area ul{
  left: 224px;
  top: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 684px;
  padding: 0;
}
.r202103 .scroll-area li{
width: 342px;
background-color: #fff;
}

.r202103 .sideArea .categoryNavi li .l2-wrapper{
display: none;
}
.r202103 .categoryNaviColumn_item {
  width: 49%;
}
.r202103 .sideArea .categoryNavi li .scroll-area{
z-index:198990;
position: absolute;
top: -1px;
left: 222px;
  width: 686px;
  background-color:#fff;
  border: 1px solid #E0E0E0;
  box-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.r202103 .sideArea .categoryNavi > li:hover .scroll-area{
display: block;
}
.r202103 .sideArea .categoryNavi li .scroll-area::-webkit-scrollbar{
width:0;
}
.r202103 .categoryNaviColumn_item {
  width: 100%;
}
.r202103 .categoryNaviColumn_item a{
  padding:8px 16px;
}
.r202103 .sideLinkTtl {
  padding: 28px 12px 12px 12px;
  margin: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height:30px;
}
.r202103 .sideLinkTtl svg {
  margin-right: 8px;
}
.r202103 .sideLinkBlockWrapper {
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  position: relative;
}
.r202103 .sideLinkBlockWrapper > .sideLinkBlock{
  padding: 0 0 20px;
  border: none;
  -webkit-text-size-adjust: none;
}
.r202103 .sideLinkBlock {
  /*padding: 22px 0 16px;*/
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-top: none;
}
.r202103 .sideLinkBlock + .sideLinkBlock {
  padding-bottom: 20px;
}
.r202103 .singleLink {
  margin: 0;
}
.r202103 .singleLink a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 26px 12px;
  font-weight: bold;
  line-height: 1.8;
  align-items: center;
}
.r202103 .singleLink a span{
  vertical-align: middle;
}
.r202103 .singleLink a svg {
  margin-left: 10px;
  stroke: none;
  vertical-align: middle;
}

.hashlink{
position: relative;
}
.hashlink .link{
display: block;
position:absolute;
top: -170px;
background: none !important;
padding: 0;
}

