/* Common */
div.benpi * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
div.tk-st-Wrapper {
  overflow: hidden;
}
a.newWindow:after {
  content:" ";
  display:inline-block;
  background-image: url(/assets/img/common/icon/window_02.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 0 0 7px;
}

.tk-ben-taisaku-btn>a {
    margin-top: 45px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
    background-image: url(/assets/img/common/arrow/right_02.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    color: #555;
    text-decoration: none;
}
.tk-ben-taisaku-btn_text {
    padding-left: 18px;
}
/* min-width 768 */
@media print, screen and (min-width: 768px){
  div.tk-ben-Hero {
    background-color: #ddfef4;
  }
  p.tk-ben-HeroLabel {
    color: #565656;
    /* font-size: 20px; */
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
    display: inline-block;
  }
  h1.tk-ben-HeroTitle {
    margin-bottom: 15px;
    color: #17916c;
    /* font-size: 42px; */
    font-size: 4.2rem;
    line-height: 1;
    display: block;
  }
  p.lastUpdate {
    margin-top: 28px;
    background-color: #ff5858;
    color: #FFF;
    padding: 10px 12px;
    display: inline-block;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
  }
  .tk-ben-HeroInner {
    display: table;
    width: 100%;
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto;
    direction: rtl;
  }
  .heroImage {
    display: table-cell;
    width: 60%;
  }
  .heroImage img {
    width: 100%;
  }
  .heroText {
    display: table-cell;
    width: 40%;
    direction: ltr;
    vertical-align: middle;
    text-align: center;
  }
  img.ico {
    width: 77px !important;
    display: block;
    margin: 0 auto 25px auto;
    -ms-interpolation-mode: bicubic;
  }
  nav.nav-ben {
    background-color: #31bb91;
  }
  nav.nav-ben ul {
    width: 100%;
    max-width: 1120px;
    padding: 0 25px;
    margin: 0 auto;
    height: 60px;
  }
  nav.nav-ben li {
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 10px 0;
  }
  nav.nav-ben li:nth-child(1) {
    width: 25%;
  }
  nav.nav-ben li:nth-child(2) {
    width: 13%;
  }
  nav.nav-ben li:nth-child(3) {
    width: 15%;
  }
  nav.nav-ben li:nth-child(4) {
    width: 24%;
  }
  nav.nav-ben li:nth-child(5) {
    width: 23%;
  }
  nav.nav-ben li a {
    background-size: 6px;
    text-decoration: none;
    color: #FFF;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
    width: 100%;
    display: block;
    vertical-align: middle;
    height: 40px;
    padding-top: 13px;
  }
  nav.nav-ben li span {
    border-left: 1px solid #FFF;
    display: block;
  }
  nav.nav-ben li:nth-child(5) span {
    border-right: 1px solid #FFF;
  }
  nav.nav-ben li a:after {
    content:" ";
    display:inline-block;
    background-image: url(/assets/img/common/arrow/bottom_01.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
    vertical-align: middle;
    margin: 2px 0 0 7px;
  }
  main.ben-contents {
      margin-top: 60px;
  }
  div.ben-contentsInner {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 25px;
  }
  h2.ben-ArticleTitle {
    /* font-size: 24px; */
    font-size: 2.4rem;
    line-height: 1;
    border-top: 3px solid #17916c;
    border-bottom: 3px solid #17916c;
    color: #000;
    padding: 20px 20px;
    margin-bottom: 50px;
  }
  div.ben-contentsInner h4 {
    /* font-size: 20px; */
    font-size: 2rem;
    color: #6b9123;
    line-height: 1;
  }
  .ben-contents section {
    padding: 0px 0px 80px 0px;
  }
  .ben-contents .two section {
    padding-bottom: 0;
  }
  .ben-contents section.topic01 > div > div,
  .ben-contents section.topic04 > div > div {
    padding: 0px 0px 0px 50px;
  }
  .ben-contents section.topic02 > div > div {
    padding: 0px 50px 0px 0px;
  }
  .ben-contents section > div {
    display: table;
    width: 100%;
    padding: 0px 19px;
    box-sizing: border-box;
  }
  .ben-contents section > div > div p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #565656;
  }
  .ben-contents section > div > figure {
    display: table-cell;
    vertical-align: top;
    width: 45%;
  }
  .ben-contents section > div > figure img {
    width: 100%;
    height: auto;
    border: #d6d5d5 1px solid;
    box-sizing: border-box;
  }
  .sp {
    display: none;
  }
  .tk-ben-taisaku-btn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tk-ben-taisaku-btn>a {
    display: block;
    width: 100%;
    padding: 10px 0 8px;
    background-position: .5em center;
    font-size: 1.3rem;
  }
  .ben-contents .two {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0 auto;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .ben-contents .two section {
    display: table-cell;
    width: 50%;
  }
  .ben-contents .two section:nth-child(1) {
    padding: 0px 23px 0px 0px;
  }
  .ben-contents .two section a {
    display: block;
    width: 100%;
    height: 382px;
    position: relative;
  }
  .ben-contents .topic02 .two section:nth-child(1) a {
    background: url(../img/pic02.jpg) no-repeat center top;
	background-size: cover;
  }
  .ben-contents .topic02 .two section:nth-child(2) a {
    background: url(../img/pic03.jpg) no-repeat center top;
	background-size: cover;
  }
  .ben-contents .topic05 .two section:nth-child(1) a {
    background: url(../img/pic08.jpg) no-repeat center top;
	background-size: cover;
  }
  .ben-contents .topic05 .two section:nth-child(2) a {
    background: url(../img/pic09.jpg) no-repeat center top;
	background-size: cover;
  }
  .ben-contents .two section a div {
    width: 100%;
    padding: 0px 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
  }
  .ben-contents .two section a div h3 {
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 7px 0px 7px 0;
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.6;
  }
  .ben-contents .two section a div p {
    padding: 0px 0px 35px 0px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.6;
  }
  .ben-contents section > div > a > div.arekoreBox {
    display: block;
    float: left;
	width: 260px;
	margin-right: 14px;
  }
  .arekoreBox:nth-child(3) {
	margin-right: 0;
  }
  .ben-contents section > div > a > div p.arekoreTitle {
    padding: 15px 0;
  	color: #17916c;
	font-weight: bold;
	font-size: 1.5rem;
  }
  .ben-contents section > div > a > div p.arekoreTxt {
  	color: #565656;
	font-size: 1.2rem;
  }
  .ben-contents section > div.recommendGrey {
    width: 100%;
  	padding: 60px 0;
	text-align: center;
	background-color: #ebebeb;
  }
}


/* max-width 767 */
@media print, screen and (max-width: 767px){
  div.tk-ben-Hero {
    background-color: #ddfef4;
  }
  p.tk-ben-HeroLabel {
    color: #565656;
    display: inline;
    /* font-size: 25px; */
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
  }
  h1.tk-ben-HeroTitle {
    display: block;
	margin-bottom: 15px;
    /* font-size: 25px; */
    font-size: 3.5rem;
    color: #17916c;
    line-height: 1;
  }
  span.wrapSp {
    display: block;
  }
  p.lastUpdate {
    margin-top: 12px;
    background-color: #ff5858;
    color: #FFF;
    padding: 10px 12px;
    display: inline-block;
    /* font-size: 13px; */
    font-size: 1.3rem;
    line-height: 1;
  }
  .heroText {
    text-align: center;
    padding: 20px 0 20px 0;
  }
  img.ico {
    width: 50px !important;
    margin: 8px auto 20px auto;
  }
  nav.nav-ben {
    display: none;
  }
  main.ben-contents {
    margin-top: 0;
  }
  h2.ben-ArticleTitle {
    border: none;
    color: #FFF;
    background-color: #17916c;
    /* font-size: 15px; */
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
    div.ben-contentsInner h4 {
    /* font-size: 20px; */
    font-size: 1.5rem;
    color: #6b9123;
    line-height: 1;
  }
  .ben-contents section > figure {
    margin: 0px 15px;
  }
  .ben-contents section > div {
    padding: 0px 15px;
  }
  .ben-contents section > div > div p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #565656;
  }
  .pc {
    display: none;
  }
  .tk-ben-taisaku-btn>a {
    margin-top: 20px;
	margin-bottom: 20px;
    display: block;
    padding: 5px;
    background-position: 7px center;
    background-origin: content-box;
    font-size: 1.2rem;
    text-align: center;
  }
  .ben-contents section img {
  	margin-bottom: 20px;
  }
  .ben-contents .two {
    padding: 0px 15px;
  }
  .ben-contents .two section {
    position: relative;
    width: 100%;
  }
  .ben-contents .two section:not(:last-of-type) {
    margin: 0px 0px 15px 0px;
  }
  .ben-contents .topic02 .two section a,
  .ben-contents .topic05 .two section a {
    display: block;
	position: relative;
    width: 100%;
	height: 0;
	padding-top: 72.46%;
  }
  .ben-contents .topic02 .two section:nth-child(1) a {
    background: url(../img/pic02.jpg) no-repeat;
	background-size: 100% 100%;
  }
  .ben-contents .topic02 .two section:nth-child(2) a {
    background: url(../img/pic03.jpg) no-repeat;
	background-size: 100% 100%;
  }
  .ben-contents .topic05 .two section:nth-child(1) a {
    background: url(../img/pic08.jpg) no-repeat;
	background-size: 100% 100%;
  }
  .ben-contents .topic05 .two section:nth-child(2) a {
    background: url(../img/pic09.jpg) no-repeat;
	background-size: 100% 100%;
  }
  .ben-contents .two section a div {
    width: 100%;
    padding: 0px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .ben-contents .two section a div h3 {
    display: inline-block;
    padding: 9px 0px 9px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.6;
  }
  .ben-contents .two section a div p {
    padding: 0px 0px 18px 0px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.6;
    text-align: left;
  }
  .ben-contents .topic02 .two {
    padding-bottom: 30px;
  }
  .ben-contents .topic05 .two {
    padding-bottom: 30px;
  }
  .arekoreBox {
    border: 2px solid #17916c;
	padding: 10px;
	margin-bottom: 20px;
  }
  .ben-contents section > div > a {
  	text-decoration: none;
  }
  .ben-contents section > div > a > div img {
    width: 117px;
  	float: left;
  }
  .ben-contents section > div > a > div p.arekoreTitle {
    padding-left: 135px;
	padding-bottom: 10px;
  	color: #17916c;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
  }
  .ben-contents section > div > a > div p.arekoreTxt {
    padding-left: 135px;
  	color: #565656;
	font-size: 1.2rem;
	line-height: 1.2;
  }
  .ben-contents section.topic03 img {
    margin-bottom: 0px;
  }
  .ben-contents section > div.recommendGrey {
    width: 100%;
	margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    background-color: #ebebeb;
  }
  .ben-contents section > div.recommendGrey img {
    vertical-align: bottom;
	margin-bottom: 0;
  }
}



