@media screen and (max-width: 767px) {
  main.resolution .title div.title1 {
    text-align: center;
    margin: 20px 0;
  }
  main.resolution .title div.title2 {
    text-align: left;
    margin: 0 -22px;
    padding: 15px 22px 15px 22px;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 700;
    background-color: #ddd;
  }
  main.resolution .tab {
    margin-top: 3rem;
  }
  main.resolution .tab nav ul {
    margin: 0 -3px;
  }
  main.resolution .tab nav ul li {
    padding: 0 3px;
    float: left;
  }
  main.resolution .tab nav ul li.w1of4:nth-of-type(1) {
    margin-left: 12.5%;
  }
  main.resolution .tab nav ul li.w1of4:nth-of-type(1),
  main.resolution .tab nav ul li.w1of4:nth-of-type(2),
  main.resolution .tab nav ul li.w1of4:nth-of-type(3) {
    height: calc(8rem + 3px);
  }
  main.resolution .tab nav ul li.w1of4:nth-of-type(5) {
    clear: none;
  }
  main.resolution .tab nav ul li.w1of4:nth-of-type(4),
  main.resolution .tab nav ul li.w1of4:nth-of-type(5),
  main.resolution .tab nav ul li.w1of4:nth-of-type(6),
  main.resolution .tab nav ul li.w1of4:nth-of-type(7) {
    margin-top: -4rem;
    height: calc(4rem + 3px);
  }
  main.resolution .tab nav ul li a {
    text-align: center;
    margin-bottom: 5px;
    color: #996600;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4rem;
    line-height: 4rem;
    display: block;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #d5c4a3;
    text-decoration: none;
  }
  main.resolution .tab nav ul li a:hover {
    background-color: #c0d6ef;
    color: #2d6eb6;
  }
  main.resolution .tab nav ul li a span {
    vertical-align: middle;
    line-height: 1.4rem;
    display: inline-block;
  }
  main.resolution .tab nav ul li.current a {
    background-color: #2d6eb6;
    margin-bottom: 0;
    height: calc(100% + 3px);
    color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
  main.resolution .tab .tabcontent {
    border-top: 5px solid #2d6eb6;
    padding: 0 30px 30px 30px;
    background-color: rgba(45, 110, 182, 0.05);
  }
  main.resolution .tab .tabcontent h3 {
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    border-left: 22px solid #2d6eb6;
    padding: 0 0 0 1rem;
  }
  main.resolution .tab .tabcontent h3 span {
    border-bottom: 3px solid #2d6eb6;
    display: inline-block;
    line-height: 2.5rem;
  }
  main.resolution .tab .tabcontent > ul,
  main.resolution .tab .tabcontent > section > ul {
    margin-top: 20px;
  }
  main.resolution .tab .tabcontent > ul li,
  main.resolution .tab .tabcontent > section > ul li {
    padding: 6.5px 0 0 18px;
    margin: 6.5px 0 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    position: relative;
    border-top: 1px solid rgba(45, 110, 182, 0.5);
  }
  main.resolution .tab .tabcontent > ul li::before,
  main.resolution .tab .tabcontent > section > ul li::before {
    position: absolute;
    left: 0;
    top: 12.5px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #2d6eb6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: baseline;
  }
  main.resolution .tab .tabcontent > ul li:first-child,
  main.resolution .tab .tabcontent > section > ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  main.resolution .tab .tabcontent > ul li:first-child::before,
  main.resolution .tab .tabcontent > section > ul li:first-child::before {
    top: 6px;
  }
  main.resolution .tab .tabcontent h3 + div {
    padding: 20px 20px 0 20px;
  }
  main.resolution .tab .tabcontent div.white {
    display: block;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
  }
  main.resolution .tab .tabcontent div.white > ul li {
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    position: relative;
  }
  main.resolution .tab .tabcontent div.white > ul li::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: baseline;
  }
  main.resolution .tab .tabcontent div.white > dl {
    *zoom: 1;
    margin-top: -5px;
  }
  main.resolution .tab .tabcontent div.white > dl:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  main.resolution .tab .tabcontent div.white > dl dt,
  main.resolution .tab .tabcontent div.white > dl dd {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  main.resolution .tab .tabcontent div.white > dl dt {
    float: left;
    clear: left;
    font-weight: bold;
    margin-top: 0.2em;
  }
  main.resolution .tab .tabcontent div.white > dl dt::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.3em;
    background-color: #2d6eb6;
    vertical-align: baseline;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  main.resolution .tab .tabcontent div.white > dl dd {
    margin-top: 0.2em;
    width: 100%;
    float: left;
  }
  main.resolution .tab .tabcontent div.white > dl.dt1letters dt {
    width: 2.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt1letters dd {
    margin-left: -2.5em;
    padding-left: 2.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt2letters dt {
    width: 3.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt2letters dd {
    margin-left: -3.5em;
    padding-left: 3.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt3letters dt {
    width: 4.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt3letters dd {
    margin-left: -4.5em;
    padding-left: 4.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt4letters dt {
    width: 5.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt4letters dd {
    margin-left: -5.5em;
    padding-left: 5.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt5letters dt {
    width: 6.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt5letters dd {
    margin-left: -6.5em;
    padding-left: 6.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt6letters dt {
    width: 7.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt6letters dd {
    margin-left: -7.5em;
    padding-left: 7.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt7letters dt {
    width: 8.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt7letters dd {
    margin-left: -8.5em;
    padding-left: 8.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt8letters dt {
    width: 9.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt8letters dd {
    margin-left: -9.5em;
    padding-left: 9.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt9letters dt {
    width: 10.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt9letters dd {
    margin-left: -10.5em;
    padding-left: 10.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt10letters dt {
    width: 11.5em;
  }
  main.resolution .tab .tabcontent div.white > dl.dt10letters dd {
    margin-left: -11.5em;
    padding-left: 11.5em;
  }
  main.resolution .tab .tabcontent aside {
    display: block;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
  }
  main.resolution .tab .tabcontent aside h4 {
    font-size: 2rem;
    font-weight: 700;
    background: url("/assets_before/resolution/shared/img/book.png") left center no-repeat;
    padding: 0 0 0 45px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  main.resolution .tab .tabcontent aside p {
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  main.resolution .tab .tabcontent aside p b {
    font-weight: bold;
  }
  main.resolution .tab .tabcontent form {
    width: 100%;
  }
  main.resolution .tab .tabcontent form .searchcontent {
    margin-bottom: 20px;
    font-size: 1.4rem;
    margin-left: 0;
  }
  main.resolution .tab .tabcontent form .searchcontent .row {
    margin-left: 0;
    position: relative;
    display: block;
    width: 400px;
    border: 1px solid #2d6eb6;
    border-radius: 5px;
    background: #fff;
  }
  main.resolution .tab .tabcontent form .searchcontent .row:nth-child(1) {
    margin-bottom: 20px;
  }
  main.resolution .tab .tabcontent form .searchcontent .row:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #2d6eb6;
  }
  main.resolution .tab .tabcontent form select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 400px;
    padding: 0.5em 1em;
    border: none;
    border-radius: 5px;
    background: transparent;
  }
  main.resolution .tab .tabcontent form ::-ms-expand {
    display: none;
  }
  main.resolution .tab2 {
    margin-top: 30px;
  }
  main.resolution .tab2 nav {
    margin: 0 15px;
  }
  main.resolution .tab2 nav ul {
    margin: 0 -3px;
    position: relative;
  }
  main.resolution .tab2 nav ul li {
    width: 20%;
    padding: 0 3px;
    position: relative;
    float: left;
  }
  main.resolution .tab2 nav ul li:nth-of-type(1) {
    margin-left: 15px;
  }
  main.resolution .tab2 nav ul li:nth-of-type(5) {
    margin-right: -15px;
  }
  main.resolution .tab2 nav ul li:nth-of-type(6) {
    margin-left: -15px;
    clear: left;
  }
  main.resolution .tab2 nav ul li a,
  main.resolution .tab2 nav ul li span {
    text-align: center;
    color: #996600;
    font-size: 2rem;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    display: block;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    background-color: #d5c4a3;
    text-decoration: none;
  }
  main.resolution .tab2 nav ul li a:hover,
  main.resolution .tab2 nav ul li span:hover {
    background-color: #c0d6ef;
    color: #2d6eb6;
  }
  main.resolution .tab2 nav ul li:nth-of-type(5) a {
    height: 100%;
    color: #228539;
    background-color: #99cc66;
  }
  main.resolution .tab2 nav ul li:nth-of-type(5) a:hover {
    background-color: #b3d98c;
  }
  main.resolution .tab2 nav ul li:nth-of-type(-n + 5) {
    height: 125px;
    z-index: 3;
  }
  main.resolution .tab2 nav ul li:nth-of-type(n + 6) {
    height: 65px;
    margin-top: -60px;
    z-index: 4;
  }
  main.resolution .tab2 nav ul li.current a {
    background-color: #2d6eb6;
    margin-bottom: 0;
    height: 100%;
    color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
  main.resolution .tab2 nav ul li:nth-of-type(5) {
    z-index: 1;
  }
  main.resolution .tab2 nav ul li.whiteborder {
    bottom: 5px;
    right: 9px;
    position: absolute;
    z-index: 2;
  }
  main.resolution .tab2 nav ul li.whiteborder span {
    height: 65px;
    background-color: #fff;
    border-top: 5px solid #fff;
    border-right: 6px solid #fff;
  }
  main.resolution .tab2 .tabcontent {
    margin-top: -5px;
    border-top: 5px solid #2d6eb6;
    padding: 0 30px 30px 30px;
    background-color: rgba(45, 110, 182, 0.05);
  }
  main.resolution .tab2 .tabcontent section {
    padding-top: 30px;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul {
    text-align: center;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul li a {
    position: relative;
    text-align: left;
    display: block;
    background-color: #e5dac6;
    color: #996600;
    font-weight: bold;
    text-decoration: none;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1) {
    border: 3px #d5c4a3 solid;
    font-size: 2.4rem;
    padding: 0 35px 0 45px;
    line-height: 54px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  main.resolution
    .tab2
    .tabcontent
    section.tab2second
    ul
    li
    a:nth-of-type(1)::before {
    position: absolute;
    height: 21px;
    width: 21px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    vertical-align: middle;
    content: "";
    background: url("/assets_before/cultivation/shared/img/icon_arrow_link_large.png") center
      center no-repeat;
  }
  main.resolution .tab2 .tabcontent section.tab2second ul li a:nth-of-type(2) {
    margin-top: 10px;
    border: 2px #d5c4a3 solid;
    font-size: 1.4rem;
    padding: 0 35px 0 45px;
    line-height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  main.resolution
    .tab2
    .tabcontent
    section.tab2second
    ul
    li
    a:nth-of-type(2)::before {
    position: absolute;
    height: 0px;
    width: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 26px;
    display: block;
    vertical-align: middle;
    content: "";
    border: 6px solid transparent;
    border-left: 10px solid #12902c;
  }
  main.resolution
    .tab2
    .tabcontent
    section.tab2second
    ul
    li.current
    a:nth-of-type(1),
  main.resolution
    .tab2
    .tabcontent
    section.tab2second
    ul
    li.current
    a:nth-of-type(2) {
    color: #000;
    border-color: #2d6eb6;
    background-color: #82afe0;
  }
  main.resolution h1 + p {
    margin-top: 30px;
  }
  main.resolution h1.title div.title2 {
    background-color: #2d6eb6;
  }
  main.resolution .header {
    margin-top: 30px;
  }
  main.resolution div.introduction {
    margin-top: 30px;
  }
  main.resolution div.introduction div.photo {
    width: 372px;
    font-size: 0;
  }
  main.resolution div.introduction div.text {
    margin-left: 30px;
    width: 558px;
  }
  main.resolution div.introduction div.text > p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
  main.resolution div.introduction div.text div.plant,
  main.resolution div.introduction div.text div.place {
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
  }
  main.resolution div.introduction div.text div.plant strong,
  main.resolution div.introduction div.text div.place strong {
    vertical-align: top;
    display: inline-block;
    padding: 0 0.5em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 35px;
  }
  main.resolution div.introduction div.text div.plant div.list,
  main.resolution div.introduction div.text div.place div.list {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 33px;
    padding: 0 0.9rem;
    border-width: 1px;
    border-style: solid;
  }
  main.resolution div.introduction div.text div.plant strong {
    background-color: rgba(45, 110, 182, 0.1);
    color: #2d6eb6;
  }
  main.resolution div.introduction div.text div.plant div.list {
    border-color: #f0eded;
  }
  main.resolution div.introduction div.text div.place strong {
    background-color: rgba(223, 31, 103, 0.1);
    color: #df1f67;
  }
  main.resolution div.introduction div.text div.place div.list {
    border-color: #f0eded;
  }
  main.resolution div.introduction div.text div.calendar {
    margin: 6px 0 0 -24px;
  }
  main.resolution div.introduction div.text div.calendar a {
    padding: 20px 24px;
    display: inline-block;
  }
  main.resolution div.introduction div.text div.calendar a:hover {
    background-color: rgba(45, 110, 182, 0.1);
  }
  main.resolution div.introduction div.text div.calendar a h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 24px;
    border-left: 14px solid #2d6eb6;
    padding: 0 0 0 12px;
  }
  main.resolution div.introduction div.text div.calendar a h3 span {
    border-bottom: 2px solid #2d6eb6;
    display: inline-block;
    font-size: 2rem;
    line-height: 31px;
  }
  main.resolution div.introduction div.text div.calendar a h3::after {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
    line-height: 0;
    font-size: 0;
    content: url("/assets_before/resolution/shared/img/icon_expansion.png");
  }
  main.resolution div.introduction div.text div.calendar a img {
    margin-top: 15px;
  }
  main.resolution div.resolution_introduction {
    margin-top: 30px;
  }
  main.resolution div.resolution_introduction ul {
    margin: -25px -10px 0 -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.resolution div.resolution_introduction ul li {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 25px 0 25px 0;
    padding: 0 10px;
    display: flex;
  }
  main.resolution div.resolution_introduction ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    border: solid 2px;
    border-radius: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  main.resolution div.resolution_introduction ul li a figure {
    text-align: center;
  }
  main.resolution div.resolution_introduction ul li a figure figcaption strong {
    display: inline-block;
    color: #000;
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 2.4;
    font-weight: 700;
    min-height: 5.76rem;
  }
  main.resolution
    div.resolution_introduction
    ul
    li
    a
    figure
    figcaption
    strong
    > span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }
  main.resolution div.resolution_introduction ul li a figure figcaption > span {
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0;
    min-width: 175px;
    border: 1px solid #12902c;
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding: 0.75rem 2rem 0.75rem 1rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: none;
    font-weight: bold;
  }
  main.resolution
    div.resolution_introduction
    ul
    li
    a
    figure
    figcaption
    > span:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    background: url("/assets_before/shared/img/icon_arrow_link_16.png") center center
      no-repeat;
  }
  main.resolution div.resolution_introduction ul li a.on figure img,
  main.resolution div.resolution_introduction ul li a:hover figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  main.resolution
    div.resolution_introduction
    ul
    li
    a.on
    figure
    figcaption
    > span,
  main.resolution
    div.resolution_introduction
    ul
    li
    a:hover
    figure
    figcaption
    > span {
    background-color: #079a00;
    color: #fff;
  }
  main.resolution div.resolution_introduction .header {
    margin-top: 30px;
  }
  main.resolution div.resolution_introduction .question {
    margin-top: 50px;
    min-width: 295px;
    min-height: 244px;
    background: url("/assets_before/resolution/img/question_sp.png") center center
      no-repeat;
    position: relative;
  }
  main.resolution div.resolution_introduction .question strong {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    white-space: nowrap;
    color: #1978c9;
    font-size: 2.4rem;
    line-height: 1.2;
    height: 4.32rem;
    font-weight: 700;
    display: block;
    text-align: center;
  }
  main.resolution div.resolution_introduction .flex {
    margin-top: -50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.resolution div.resolution_introduction .flex .item {
    -webkit-flex: 0 0 327px;
    flex: 0 0 327px;
    text-align: center;
  }
  main.resolution div.resolution_introduction .flex .item strong {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 25px;
    font-weight: 700;
  }
  main.resolution div.resolution_introduction .flex .item a {
    margin-top: 200px;
    padding: 10px 10px 10px 60px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    border: 1px solid #12902c;
    text-decoration: none;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    background: #fff url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 16px center
      no-repeat;
  }
  main.resolution div.resolution_introduction .flex .item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution div.resolution_introduction .flex .item:nth-of-type(1) {
    background: url("/assets_before/resolution/img/illust_pest.png") center center no-repeat;
  }
  main.resolution div.resolution_introduction .flex .item:nth-of-type(2) {
    background: url("/assets_before/resolution/img/illust_nuisance.png") center center
      no-repeat;
  }
  main.resolution div.bg_blue {
    background-color: rgba(45, 110, 182, 0.05);
    padding: 30px;
    margin-top: 50px;
  }
  main.resolution div.bg_blue section {
    margin-top: 0;
  }
  main.resolution div.bg_blue section h3 {
    margin-top: 0;
  }
  main.resolution div.bg_pink {
    background-color: rgba(223, 31, 103, 0.05);
    padding: 30px;
    margin-top: 50px;
  }
  main.resolution div.bg_pink section {
    margin-top: 0;
  }
  main.resolution div.bg_pink section h3 {
    margin-top: 0;
  }
  main.resolution h2 + div.bg_blue {
    margin-top: 0;
  }
  main.resolution section {
    margin-top: 4rem;
  }
  main.resolution section h2 {
    font-size: 1.7rem;
    font-weight: 700;
    background-color: rgba(45, 110, 182, 0.1);
    padding: 17px 22px 17px 17px;
    border-bottom: 3px solid #2d6eb6;
    margin-left: -22px;
    margin-right: -22px;
  }
  main.resolution section h3 {
    font-size: 1.7rem;
    margin-top: 2rem;
    line-height: 1.2;
    border-left: 22px solid #2d6eb6;
    padding: 0 0 0 1rem;
  }
  main.resolution section h3 span {
    border-bottom: 3px solid #2d6eb6;
    display: inline-block;
    font-weight: 700;
    line-height: 2.5rem;
  }
  main.resolution section h3 + p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  main.resolution section h2.togglev,
  main.resolution section h3.togglev,
  main.resolution section h4.togglev,
  main.resolution section strong.togglev {
    position: relative;
  }
  main.resolution section h2.togglev::after,
  main.resolution section h3.togglev::after,
  main.resolution section h4.togglev::after,
  main.resolution section strong.togglev::after {
    position: absolute;
    display: block;
    height: 18px;
    right: 15px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: url("/assets_before/resolution/shared_sp/img/arrow_pink.png");
    line-height: 0;
  }
  main.resolution section h2.togglev.on::after,
  main.resolution section h3.togglev.on::after,
  main.resolution section h4.togglev.on::after,
  main.resolution section strong.togglev.on::after {
    content: url("/assets_before/resolution/shared_sp/img/arrow_pink_close.png");
  }
  main.resolution section strong.togglev + div {
    border-bottom: 2px solid #2d6eb6;
  }
  main.resolution section > strong,
  main.resolution section > div > strong {
    display: block;
    margin-top: 35px;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }
  main.resolution section > strong.bdt,
  main.resolution section > div > strong.bdt {
    border-top: 2px solid #2d6eb6;
    padding-top: 3rem;
  }
  main.resolution section.link_fertilizer {
    text-align: center;
  }
  main.resolution section.link_fertilizer a {
    display: inline-block;
    border: 1px solid #ed6710;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    overflow: hidden;
  }
  main.resolution section.link_fertilizer a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution section.link_fertilizer a span {
    display: inline-block;
    line-height: 74px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  main.resolution section.link_fertilizer a span.l {
    color: #000000;
    padding: 0 24px;
  }
  main.resolution section.link_fertilizer a span.r {
    color: #ffffff;
    padding: 0 30px 0 60px;
    background: #ed6710 url("/assets_before/shared/img/icon_arrow_link_25.png") 24px center
      no-repeat;
  }
  main.resolution section.rank strong {
    font-size: 1.8rem;
  }
  main.resolution section.rank ol {
    margin-top: -5px;
  }
  main.resolution section.rank ol li {
    margin-top: 25px;
  }
  main.resolution section.rank ol li a {
    display: block;
    text-decoration: none;
  }
  main.resolution section.rank ol li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution section.rank ol li a span {
    display: block;
    text-align: center;
    background-color: #8f7336;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 0.5em;
    font-weight: 700;
    height: 3rem;
  }
  main.resolution section.rank ol li a figure > img {
    display: block;
    width: 100%;
    height: auto;
  }
  main.resolution section.rank ol li a figure div.photo {
    min-height: 300px;
    position: relative;
    background-color: #fff;
  }
  main.resolution section.rank ol li a figure div.photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  main.resolution section.rank ol li a figure figcaption {
    margin-top: 3px;
    padding: 0 0 0 1.35em;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 6px no-repeat;
    color: #1356a2;
    font-size: 1.35rem;
    line-height: 2.4rem;
  }
  main.resolution section.chemical h2,
  main.resolution section.pest h2,
  main.resolution section.disease h2 {
    border-bottom: 2px solid #2d6eb6;
  }
  main.resolution section.chemical h2.spray,
  main.resolution section.pest h2.spray,
  main.resolution section.disease h2.spray {
    padding-left: 50px;
    background: rgba(45, 110, 182, 0.2)
      url("/assets_before/resolution/shared_sp/img/icon_spray_blue.png") 15px center no-repeat;
  }
  main.resolution section.chemical h2.worm,
  main.resolution section.pest h2.worm,
  main.resolution section.disease h2.worm {
    padding-left: 50px;
    background: rgba(45, 110, 182, 0.2)
      url("/assets_before/resolution/shared_sp/img/icon_worm.png") 6px center no-repeat;
  }
  main.resolution section.chemical h2.wormandleaf,
  main.resolution section.pest h2.wormandleaf,
  main.resolution section.disease h2.wormandleaf {
    padding-left: 50px;
    background: rgba(45, 110, 182, 0.2)
      url("/assets_before/resolution/shared_sp/img/icon_wormandleaf.png") 6px center no-repeat;
  }
  main.resolution section.chemical h3,
  main.resolution section.pest h3,
  main.resolution section.disease h3 {
    border-left: 14px solid #2d6eb6;
  }
  main.resolution section.chemical h3 span,
  main.resolution section.pest h3 span,
  main.resolution section.disease h3 span {
    border-bottom: 2px solid #2d6eb6;
  }
  main.resolution section.chemical .intro,
  main.resolution section.pest .intro,
  main.resolution section.disease .intro {
    margin-top: 30px;
  }
  main.resolution section.chemical .intro ul,
  main.resolution section.pest .intro ul,
  main.resolution section.disease .intro ul {
    margin: -25px -10px 0 -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.resolution section.chemical .intro ul li,
  main.resolution section.pest .intro ul li,
  main.resolution section.disease .intro ul li {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 25px 0 25px 0;
    padding: 0 10px;
    display: flex;
  }
  main.resolution section.chemical .intro ul li a,
  main.resolution section.pest .intro ul li a,
  main.resolution section.disease .intro ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    border: solid 2px;
    border-radius: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  main.resolution section.chemical .intro ul li a figure,
  main.resolution section.pest .intro ul li a figure,
  main.resolution section.disease .intro ul li a figure {
    text-align: center;
  }
  main.resolution section.chemical .intro ul li a figure figcaption strong,
  main.resolution section.pest .intro ul li a figure figcaption strong,
  main.resolution section.disease .intro ul li a figure figcaption strong {
    display: inline-block;
    color: #000;
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 2.4;
    font-weight: 700;
    min-height: 5.76rem;
  }
  main.resolution
    section.chemical
    .intro
    ul
    li
    a
    figure
    figcaption
    strong
    > span,
  main.resolution section.pest .intro ul li a figure figcaption strong > span,
  main.resolution
    section.disease
    .intro
    ul
    li
    a
    figure
    figcaption
    strong
    > span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }
  main.resolution section.chemical .intro ul li a figure figcaption > span,
  main.resolution section.pest .intro ul li a figure figcaption > span,
  main.resolution section.disease .intro ul li a figure figcaption > span {
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0;
    min-width: 175px;
    border: 1px solid #12902c;
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding: 0.75rem 2rem 0.75rem 1rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: none;
    font-weight: bold;
  }
  main.resolution
    section.chemical
    .intro
    ul
    li
    a
    figure
    figcaption
    > span:before,
  main.resolution section.pest .intro ul li a figure figcaption > span:before,
  main.resolution
    section.disease
    .intro
    ul
    li
    a
    figure
    figcaption
    > span:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    background: url("/assets_before/shared/img/icon_arrow_link_16.png") center center
      no-repeat;
  }
  main.resolution section.chemical .intro ul li a.on figure img,
  main.resolution section.chemical .intro ul li a:hover figure img,
  main.resolution section.pest .intro ul li a.on figure img,
  main.resolution section.pest .intro ul li a:hover figure img,
  main.resolution section.disease .intro ul li a.on figure img,
  main.resolution section.disease .intro ul li a:hover figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  main.resolution section.chemical .intro ul li a.on figure figcaption > span,
  main.resolution
    section.chemical
    .intro
    ul
    li
    a:hover
    figure
    figcaption
    > span,
  main.resolution section.pest .intro ul li a.on figure figcaption > span,
  main.resolution section.pest .intro ul li a:hover figure figcaption > span,
  main.resolution section.disease .intro ul li a.on figure figcaption > span,
  main.resolution
    section.disease
    .intro
    ul
    li
    a:hover
    figure
    figcaption
    > span {
    background-color: #079a00;
    color: #fff;
  }
  main.resolution section.chemical h2.togglev::after,
  main.resolution section.chemical h3.togglev::after,
  main.resolution section.chemical h4.togglev::after,
  main.resolution section.chemical strong.togglev::after,
  main.resolution section.pest h2.togglev::after,
  main.resolution section.pest h3.togglev::after,
  main.resolution section.pest h4.togglev::after,
  main.resolution section.pest strong.togglev::after,
  main.resolution section.disease h2.togglev::after,
  main.resolution section.disease h3.togglev::after,
  main.resolution section.disease h4.togglev::after,
  main.resolution section.disease strong.togglev::after {
    content: url("/assets_before/resolution/shared_sp/img/arrow_blue.png");
  }
  main.resolution section.chemical h2.togglev.on::after,
  main.resolution section.chemical h3.togglev.on::after,
  main.resolution section.chemical h4.togglev.on::after,
  main.resolution section.chemical strong.togglev.on::after,
  main.resolution section.pest h2.togglev.on::after,
  main.resolution section.pest h3.togglev.on::after,
  main.resolution section.pest h4.togglev.on::after,
  main.resolution section.pest strong.togglev.on::after,
  main.resolution section.disease h2.togglev.on::after,
  main.resolution section.disease h3.togglev.on::after,
  main.resolution section.disease h4.togglev.on::after,
  main.resolution section.disease strong.togglev.on::after {
    content: url("/assets_before/resolution/shared_sp/img/arrow_blue_close.png");
  }
  main.resolution section.chemical ul.illust,
  main.resolution section.pest ul.illust,
  main.resolution section.disease ul.illust {
    margin-top: 30px;
  }
  main.resolution section.chemical ul.illust .illust01,
  main.resolution section.pest ul.illust .illust01,
  main.resolution section.disease ul.illust .illust01 {
    background: url("/assets_before/resolution/pestanddisease/img/illust01.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust02,
  main.resolution section.pest ul.illust .illust02,
  main.resolution section.disease ul.illust .illust02 {
    background: url("/assets_before/resolution/pestanddisease/img/illust02.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust03,
  main.resolution section.pest ul.illust .illust03,
  main.resolution section.disease ul.illust .illust03 {
    background: url("/assets_before/resolution/pestanddisease/img/illust03.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust04,
  main.resolution section.pest ul.illust .illust04,
  main.resolution section.disease ul.illust .illust04 {
    background: url("/assets_before/resolution/pestanddisease/img/illust04.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust05,
  main.resolution section.pest ul.illust .illust05,
  main.resolution section.disease ul.illust .illust05 {
    background: url("/assets_before/resolution/pestanddisease/img/illust05.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust06,
  main.resolution section.pest ul.illust .illust06,
  main.resolution section.disease ul.illust .illust06 {
    background: url("/assets_before/resolution/pestanddisease/img/illust06.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust07,
  main.resolution section.pest ul.illust .illust07,
  main.resolution section.disease ul.illust .illust07 {
    background: url("/assets_before/resolution/pestanddisease/img/illust07.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust08,
  main.resolution section.pest ul.illust .illust08,
  main.resolution section.disease ul.illust .illust08 {
    background: url("/assets_before/resolution/pestanddisease/img/illust08.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust09,
  main.resolution section.pest ul.illust .illust09,
  main.resolution section.disease ul.illust .illust09 {
    background: url("/assets_before/resolution/pestanddisease/img/illust09.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust10,
  main.resolution section.pest ul.illust .illust10,
  main.resolution section.disease ul.illust .illust10 {
    background: url("/assets_before/resolution/pestanddisease/img/illust10.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust11,
  main.resolution section.pest ul.illust .illust11,
  main.resolution section.disease ul.illust .illust11 {
    background: url("/assets_before/resolution/pestanddisease/img/illust11.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust .illust12,
  main.resolution section.pest ul.illust .illust12,
  main.resolution section.disease ul.illust .illust12 {
    background: url("/assets_before/resolution/pestanddisease/img/illust12.png") center center
      no-repeat;
  }
  main.resolution section.chemical ul.illust li,
  main.resolution section.pest ul.illust li,
  main.resolution section.disease ul.illust li {
    text-align: center;
    background: rgba(45, 110, 182, 0.1);
    margin-top: 30px;
    position: relative;
    min-height: 360px;
  }
  main.resolution section.chemical ul.illust li div,
  main.resolution section.pest ul.illust li div,
  main.resolution section.disease ul.illust li div {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
    height: 5.04rem;
    line-height: 5.04rem;
  }
  main.resolution section.chemical ul.illust li div span,
  main.resolution section.pest ul.illust li div span,
  main.resolution section.disease ul.illust li div span {
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
  }
  main.resolution section.chemical ul.illust li a,
  main.resolution section.pest ul.illust li a,
  main.resolution section.disease ul.illust li a {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 22px 22px 22px;
    padding: 10px;
    display: block;
    min-width: 180px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    background-color: #fff;
    white-space: nowrap;
  }
  main.resolution section.chemical ul.illust li a::before,
  main.resolution section.pest ul.illust li a::before,
  main.resolution section.disease ul.illust li a::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
  }
  main.resolution section.chemical ul.illust li a.b20,
  main.resolution section.pest ul.illust li a.b20,
  main.resolution section.disease ul.illust li a.b20 {
    bottom: 20px;
  }
  main.resolution section.chemical ul.illust li p.excuse,
  main.resolution section.pest ul.illust li p.excuse,
  main.resolution section.disease ul.illust li p.excuse {
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  main.resolution section.chemical .intro {
    margin-top: 30px;
  }
  main.resolution section.chemical .intro ul {
    margin: -25px -10px 0 -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.resolution section.chemical .intro ul li {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 25px 0 25px 0;
    padding: 0 10px;
    display: flex;
  }
  main.resolution section.chemical .intro ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    border: solid 2px;
    border-radius: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  main.resolution section.chemical .intro ul li a figure {
    text-align: center;
  }
  main.resolution section.chemical .intro ul li a figure figcaption strong {
    display: inline-block;
    color: #000;
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 2.4;
    font-weight: 700;
    min-height: 5.76rem;
  }
  main.resolution
    section.chemical
    .intro
    ul
    li
    a
    figure
    figcaption
    strong
    > span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }
  main.resolution section.chemical .intro ul li a figure figcaption > span {
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0;
    min-width: 175px;
    border: 1px solid #12902c;
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding: 0.75rem 2rem 0.75rem 1rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: none;
    font-weight: bold;
  }
  main.resolution
    section.chemical
    .intro
    ul
    li
    a
    figure
    figcaption
    > span:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    background: url("/assets_before/shared/img/icon_arrow_link_16.png") center center
      no-repeat;
  }
  main.resolution section.chemical .intro ul li a.on figure img,
  main.resolution section.chemical .intro ul li a:hover figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  main.resolution section.chemical .intro ul li a.on figure figcaption > span,
  main.resolution
    section.chemical
    .intro
    ul
    li
    a:hover
    figure
    figcaption
    > span {
    background-color: #079a00;
    color: #fff;
  }
  main.resolution section.chemical.choice div.steps {
    margin-top: 30px;
  }
  main.resolution section.chemical.choice div.steps div.step {
    margin-top: 70px;
    background-color: #f0eded;
    padding: 30px;
    position: relative;
  }
  main.resolution section.chemical.choice div.steps div.step::before {
    content: "";
    display: block;
    width: 91px;
    height: 24px;
    background: url("/assets_before/resolution/pestanddisease/chemical/knowledge/choice/img/arrow.png")
      0 0 no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -46px;
  }
  main.resolution section.chemical.choice div.steps div.step h4 {
    margin-left: -30px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  main.resolution section.chemical.choice div.steps div.step h4 i {
    vertical-align: baseline;
    display: inline-block;
    padding: 0.5em 30px;
    margin-right: 0.5em;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
    background-color: #2d6eb6;
  }
  main.resolution section.chemical.choice div.steps div.step h4 + div {
    margin-top: 20px;
  }
  main.resolution section.chemical.choice div.steps div.step:first-child {
    margin-top: 0;
  }
  main.resolution
    section.chemical.choice
    div.steps
    div.step:first-child::before {
    content: none;
  }
  main.resolution section.chemical.type h3 + div {
    margin-top: 30px;
  }
  main.resolution section.chemical.type h3 + div div:nth-of-type(2) h4,
  main.resolution section.chemical.type h3 + div div:nth-of-type(3) h4 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.3em 0.5em;
    font-weight: bold;
  }
  main.resolution section.chemical.type h3 + div div:nth-of-type(2) ul,
  main.resolution section.chemical.type h3 + div div:nth-of-type(3) ul {
    margin-top: 10px;
  }
  main.resolution section.chemical.type h3 + div div:nth-of-type(2) ul li,
  main.resolution section.chemical.type h3 + div div:nth-of-type(3) ul li {
    margin-top: 5px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 17px;
  }
  main.resolution
    section.chemical.type
    h3
    + div
    div:nth-of-type(2)
    ul
    li::before,
  main.resolution
    section.chemical.type
    h3
    + div
    div:nth-of-type(3)
    ul
    li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 5px;
    display: block;
    width: 12px;
    height: 12px;
  }
  main.resolution section.chemical.type h3 + div div:nth-of-type(2) h4 {
    background-color: #ffcc66;
  }
  main.resolution
    section.chemical.type
    h3
    + div
    div:nth-of-type(2)
    ul
    li:before {
    background-color: #ffcc66;
  }
  main.resolution section.chemical.type h3 + div div:nth-of-type(3) h4 {
    background-color: #e1eef5;
  }
  main.resolution
    section.chemical.type
    h3
    + div
    div:nth-of-type(3)
    ul
    li:before {
    background-color: #5f879a;
  }
  main.resolution section.chemical.grouping div.group {
    margin-top: 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main.resolution section.chemical.grouping div.group > h4 {
    margin-top: 0;
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    -webkit-flex: 0 0 170px;
    flex: 0 0 170px;
    padding: 20px;
    border: none;
    background-color: rgba(45, 110, 182, 0.2);
  }
  main.resolution section.chemical.grouping div.group > div {
    padding: 20px;
    background-color: rgba(45, 110, 182, 0.1);
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  main.resolution section.chemical.grouping div.group > div strong {
    display: block;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  main.resolution section.nuisance h2 {
    border-bottom: 2px solid #df1f67;
  }
  main.resolution section.nuisance h2.spray {
    padding-left: 50px;
    background: rgba(223, 31, 103, 0.2)
      url("/assets_before/resolution/shared/img/icon_spray_pink.png") 15px center no-repeat;
  }
  main.resolution section.nuisance h2.nuisance {
    padding-left: 50px;
    background: rgba(223, 31, 103, 0.2)
      url("/assets_before/resolution/shared/img/icon_nuisance.png") 6px center no-repeat;
  }
  main.resolution section.nuisance h2 + * {
    margin-top: 30px;
  }
  main.resolution section.nuisance h3 {
    border-left: 14px solid #df1f67;
  }
  main.resolution section.nuisance h3 span {
    border-bottom: 2px solid #df1f67;
  }
  main.resolution section.nuisance h3 + * {
    margin-top: 30px;
  }
  main.resolution section.nuisance a figure figcaption {
    padding: 0 0 0 1.4em;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 3px no-repeat;
    color: #1356a2;
  }
  main.resolution section.nuisance a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution section figure > img {
    display: block;
    width: 100%;
    height: auto;
  }
  main.resolution section figure div.photo {
    position: relative;
    background-color: #fff;
  }
  main.resolution section figure div.photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  main.resolution section figure figcaption {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  main.resolution section.nuisances h4,
  main.resolution section.products h4 {
    margin-top: 2.5rem;
    border-top: 2px solid #12902c;
    color: #1978c9;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 4rem;
  }
  main.resolution section.nuisances ul,
  main.resolution section.products ul {
    margin-top: -25px;
  }
  main.resolution section.nuisances ul li,
  main.resolution section.products ul li {
    margin-top: 25px;
  }
  main.resolution section.nuisances ul li a,
  main.resolution section.products ul li a {
    display: block;
    text-decoration: none;
  }
  main.resolution section.nuisances ul li a:hover,
  main.resolution section.products ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution section.nuisances ul li a span,
  main.resolution section.products ul li a span {
    display: block;
    text-align: center;
    background-color: #8f7336;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 0.8em;
    font-weight: 700;
    height: 40px;
  }
  main.resolution section.nuisances ul li a figure div.photo,
  main.resolution section.products ul li a figure div.photo {
    min-height: 300px;
  }
  main.resolution section.nuisances ul li a figure div.photo img,
  main.resolution section.products ul li a figure div.photo img {
    max-height: 100%;
  }
  main.resolution section.nuisances ul li a figure figcaption,
  main.resolution section.products ul li a figure figcaption {
    padding: 0 0 0 1.4em;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 6px no-repeat;
    color: #1356a2;
  }
  main.resolution section.nuisances div.link,
  main.resolution section.products div.link {
    margin-top: 30px;
    text-align: center;
  }
  main.resolution section.nuisances div.link a,
  main.resolution section.products div.link a {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    min-width: 420px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 4rem;
    border: 1px solid #12902c;
    text-decoration: none;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    background-color: #fff;
  }
  main.resolution section.nuisances div.link a span,
  main.resolution section.products div.link a span {
    display: inline-block;
    margin-left: 0.8em;
    color: #000;
  }
  main.resolution section.nuisances div.link a::before,
  main.resolution section.products div.link a::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 0 no-repeat;
  }
  main.resolution section.kana .bg_blue {
    padding: 0;
  }
  main.resolution section.kana .bg_blue strong {
    text-align: left;
    display: block;
    line-height: 0;
    margin: 0;
    border: none;
  }
  main.resolution section.kana .bg_blue strong span {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2d6eb6;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.7rem;
  }
  main.resolution section.kana .bg_blue.off strong span {
    background-color: #eeeeee;
    color: #b5b4b4;
  }
  main.resolution section.kana .bg_blue strong + div {
    border: none;
  }
  main.resolution section.kana .bg_blue strong + div ul {
    padding: 20px 30px 30px 30px;
  }
  main.resolution section.kana .bg_blue strong + div ul li {
    margin-top: 10px;
  }
  main.resolution section.kana .bg_blue strong + div ul li a {
    display: block;
  }
  main.resolution section.kana .bg_blue strong + div ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  main.resolution section.kana .bg_blue strong + div ul li a figure div.photo {
    min-height: 300px;
  }
  main.resolution
    section.kana
    .bg_blue
    strong
    + div
    ul
    li
    a
    figure
    div.photo
    img {
    display: block;
    width: 100%;
    height: auto;
  }
  main.resolution section.kana .bg_blue strong + div ul li a figure figcaption {
    margin-top: 3px;
    padding: 0 0 0 1.35em;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 6px no-repeat;
    color: #1356a2;
    font-size: 1.35rem;
    line-height: 2.4rem;
  }
  main.resolution section.tab .causal strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.333;
  }
  main.resolution section.tab .causal ul {
    margin-top: 15px;
    border-bottom: 1px solid #888;
  }
  main.resolution section.tab .causal ul li p:nth-of-type(1) {
    border-top: 1px solid #888;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 35px 10px 30px;
    position: relative;
  }
  main.resolution section.tab .causal ul li p:nth-of-type(1)::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #2d6eb6;
    left: 0;
    top: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  main.resolution section.tab .causal ul li p:nth-of-type(2) {
    padding: 10px 10px 10px 210px;
    margin-left: 48px;
    background-color: #eeeeee;
    position: relative;
  }
  main.resolution section.tab .causal ul li p:nth-of-type(2)::before {
    content: url("/assets_before/resolution/pestanddisease/sign/img/arrow_cause_sp.png");
    position: absolute;
    height: 61px;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto -48px;
  }
  main.resolution section.tab .causal ul li p:nth-of-type(2) a {
    display: inline-block;
    padding: 0 0 0 1.4em;
    line-height: 1.2;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0 center no-repeat;
    color: #1356a2;
  }
  main.resolution section.search div.searchtit a {
    display: block;
    font-weight: bold;
    background-color: rgba(223, 31, 103, 0.05);
    border-bottom: 2px solid #df1f67;
    text-decoration: none;
    font-size: 0;
  }
  main.resolution section.search div.searchtit a i {
    font-size: 2.2rem;
    width: 135px;
    height: 50px;
    padding: 0 0 0 52px;
    display: inline-block;
    line-height: 52px;
    color: #fff;
    background-color: #df1f67;
    background: #df1f67 url("/assets_before/cultivation/img/open.png") 8px center
      no-repeat;
  }
  main.resolution section.search div.searchtit a i.on {
    background: #df1f67 url("/assets_before/cultivation/img/close.png") 8px center
      no-repeat;
    display: none;
  }
  main.resolution section.search div.searchtit a.on i.on {
    display: inline-block;
  }
  main.resolution section.search div.searchtit a.on i.off {
    display: none;
  }
  main.resolution section.search div.searchtit a span {
    font-size: 2.2rem;
    margin-left: 15px;
    display: inline-block;
    color: #000;
  }
  main.resolution section.search div.searchtit a:hover i {
    background-color: #e64b85;
  }
  main.resolution section.search div.searchcontent {
    overflow: hidden;
  }
  main.resolution section.search div.searchcontent > div.searchword h4,
  main.resolution section.search div.searchcontent > div.searchinitial h4 {
    background-color: #ccc;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 20px;
  }
  main.resolution section.search div.searchcontent > div.searchword h4 span,
  main.resolution section.search div.searchcontent > div.searchinitial h4 span {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  main.resolution section.search div.searchcontent > div.searchword h4 span b,
  main.resolution
    section.search
    div.searchcontent
    > div.searchinitial
    h4
    span
    b {
    font-weight: bold;
    font-size: 1.6rem;
  }
  main.resolution
    section.search
    div.searchcontent
    > div.searchword
    div.row
    input.left {
    border: 2px solid #ccc;
    line-height: 76px;
    font-size: 1.8rem;
    padding: 0 0.5em;
  }
  main.resolution
    section.search
    div.searchcontent
    > div.searchword
    div.row
    button.right {
    background-color: #ccc;
    color: #fff;
    line-height: 80px;
    height: 80px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  main.resolution section.search div.searchcontent > div.searchinitial {
    margin-top: 40px;
  }
  main.resolution
    section.search
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    line-height: 80px;
    margin-top: 5px;
  }
  main.resolution
    section.search
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    span {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    color: #aaa;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    line-height: 80px;
  }
  main.resolution section.search div.searchcontent h3 + div.pink {
    margin-top: 15px;
    padding: 18px 20px 30px 20px;
    background-color: rgba(223, 31, 103, 0.05);
  }
  main.resolution section.search div.searchcontent h3 + div.pink div.row {
    margin-top: 2px;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left {
    line-height: 80px;
    text-align: center;
    background-color: rgba(223, 31, 103, 0.1);
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left
    span {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left
    span
    b {
    font-weight: bold;
    font-size: 1.8rem;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    div.right {
    min-height: 80px;
    padding: 7px 15px;
    background-color: #fff;
    line-height: 33px;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    div.right.oneline {
    padding: 23.5px 15px;
    width: 100%;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    div.right
    strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    div.right
    label {
    display: inline-block;
    float: left;
    width: 16.666666%;
    font-size: 1.5rem;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row
    div.right
    label
    input {
    vertical-align: baseline;
    margin-right: 0.25em;
    border: 1px solid #ccc;
    height: 1em;
    width: 1em;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row.off
    h4.left {
    background-color: #eeeeee;
    color: #b5b4b4;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.row.off
    div.right
    label {
    color: #b5b4b4;
  }
  main.resolution section.search div.searchcontent h3 + div.pink div.submit {
    margin-top: 30px;
    text-align: center;
  }
  main.resolution
    section.search
    div.searchcontent
    h3
    + div.pink
    div.submit
    button {
    font-size: 1.8rem;
    line-height: 5rem;
    width: 207px;
    font-weight: bold;
    color: #fff;
    background-color: #df1f67;
  }
  main.resolution section.search div.searchresult > p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  main.resolution section.search div.searchresult div.pagenum {
    margin: 40px 0;
  }
  main.resolution section.search div.searchresult div.pagenum ol {
    text-align: center;
    font-size: 0;
  }
  main.resolution section.search div.searchresult div.pagenum ol li {
    margin: 0 0.25rem;
    display: inline-block;
    min-width: 4rem;
  }
  main.resolution section.search div.searchresult div.pagenum ol li a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 4rem;
    background-color: #df1f67;
    text-decoration: none;
    vertical-align: baseline;
  }
  main.resolution section.search div.searchresult div.pagenum ol li a img {
    display: inline-block;
    vertical-align: middle;
  }
  main.resolution section.search div.searchresult div.pagenum ol li span {
    display: block;
    height: 10px;
    vertical-align: middle;
    background: transparent url("/assets_before/shared_sp/img/ellipsis.png") center center
      no-repeat;
  }
  main.resolution section.search div.searchresult div.pagenum ol li.current a {
    border: 2px solid #df1f67;
    background-color: #fff;
    color: #df1f67;
    line-height: 76px;
  }
  main.resolution section.search div.searchresult div.textlist ul li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 0 1.4em;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_16.png") 0 center
      no-repeat;
    color: #1356a2;
    font-size: 1.4rem;
    line-height: 3.5rem;
  }
  main.resolution section.search div.searchresult div.photolist ul {
    margin-top: -25px;
  }
  main.resolution section.search div.searchresult div.photolist ul li {
    margin-top: 25px;
  }
  main.resolution
    section.search
    div.searchresult
    div.photolist
    ul
    li
    a
    figure
    div.photo {
    min-height: 150px;
  }
  main.resolution
    section.search
    div.searchresult
    div.photolist
    ul
    li
    a
    figure
    div.photo
    img {
    max-height: 100%;
  }
  main.resolution section.search.chemical div.searchtit a,
  main.resolution section.search.pest div.searchtit a,
  main.resolution section.search.disease div.searchtit a {
    background-color: rgba(45, 110, 182, 0.05);
    border-bottom: 2px solid #2d6eb6;
  }
  main.resolution section.search.chemical div.searchtit a i,
  main.resolution section.search.pest div.searchtit a i,
  main.resolution section.search.disease div.searchtit a i {
    background-color: #2d6eb6;
    background: #2d6eb6 url("/assets_before/cultivation/img/open.png") 8px center
      no-repeat;
  }
  main.resolution section.search.chemical div.searchtit a i.on,
  main.resolution section.search.pest div.searchtit a i.on,
  main.resolution section.search.disease div.searchtit a i.on {
    background: #2d6eb6 url("/assets_before/cultivation/img/close.png") 8px center
      no-repeat;
  }
  main.resolution section.search.chemical div.searchtit a:hover i,
  main.resolution section.search.pest div.searchtit a:hover i,
  main.resolution section.search.disease div.searchtit a:hover i {
    background-color: #4587d1;
  }
  main.resolution section.search.chemical div.searchcontent > div.searchword h4,
  main.resolution
    section.search.chemical
    div.searchcontent
    > div.searchinitial
    h4,
  main.resolution section.search.pest div.searchcontent > div.searchword h4,
  main.resolution section.search.pest div.searchcontent > div.searchinitial h4,
  main.resolution section.search.disease div.searchcontent > div.searchword h4,
  main.resolution
    section.search.disease
    div.searchcontent
    > div.searchinitial
    h4 {
    background-color: rgba(45, 110, 182, 0.05);
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    > div.searchword
    div.row
    input.left,
  main.resolution
    section.search.pest
    div.searchcontent
    > div.searchword
    div.row
    input.left,
  main.resolution
    section.search.disease
    div.searchcontent
    > div.searchword
    div.row
    input.left {
    border: 2px solid #2d6eb6;
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    > div.searchword
    div.row
    button.right,
  main.resolution
    section.search.pest
    div.searchcontent
    > div.searchword
    div.row
    button.right,
  main.resolution
    section.search.disease
    div.searchcontent
    > div.searchword
    div.row
    button.right {
    background-color: #2d6eb6;
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    a,
  main.resolution
    section.search.pest
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    a,
  main.resolution
    section.search.disease
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    a {
    background-color: #2d6eb6;
  }
  main.resolution section.search.chemical div.searchcontent h3 + div.pink,
  main.resolution section.search.pest div.searchcontent h3 + div.pink,
  main.resolution section.search.disease div.searchcontent h3 + div.pink {
    background-color: rgba(45, 110, 182, 0.05);
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left,
  main.resolution
    section.search.pest
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left,
  main.resolution
    section.search.disease
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left {
    background-color: rgba(45, 110, 182, 0.1);
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    h3
    + div.pink
    div.row
    .left,
  main.resolution
    section.search.chemical
    div.searchcontent
    h3
    + div.pink
    div.row
    .right,
  main.resolution
    section.search.pest
    div.searchcontent
    h3
    + div.pink
    div.row
    .left,
  main.resolution
    section.search.pest
    div.searchcontent
    h3
    + div.pink
    div.row
    .right,
  main.resolution
    section.search.disease
    div.searchcontent
    h3
    + div.pink
    div.row
    .left,
  main.resolution
    section.search.disease
    div.searchcontent
    h3
    + div.pink
    div.row
    .right {
    width: 100% !important;
  }
  main.resolution
    section.search.chemical
    div.searchcontent
    h3
    + div.pink
    div.submit
    button,
  main.resolution
    section.search.pest
    div.searchcontent
    h3
    + div.pink
    div.submit
    button,
  main.resolution
    section.search.disease
    div.searchcontent
    h3
    + div.pink
    div.submit
    button {
    background-color: #2d6eb6;
  }
  main.resolution section.search.chemical div.searchresult div.pagenum,
  main.resolution section.search.pest div.searchresult div.pagenum,
  main.resolution section.search.disease div.searchresult div.pagenum {
    margin: 40px 0;
  }
  main.resolution section.search.chemical div.searchresult div.pagenum ol li a,
  main.resolution section.search.pest div.searchresult div.pagenum ol li a,
  main.resolution section.search.disease div.searchresult div.pagenum ol li a {
    background-color: #2d6eb6;
  }
  main.resolution
    section.search.chemical
    div.searchresult
    div.pagenum
    ol
    li.current
    a,
  main.resolution
    section.search.pest
    div.searchresult
    div.pagenum
    ol
    li.current
    a,
  main.resolution
    section.search.disease
    div.searchresult
    div.pagenum
    ol
    li.current
    a {
    background-color: #fff;
    border: 2px solid #2d6eb6;
    color: #2d6eb6;
  }
  main.resolution section.search.nuisance div.searchtit a {
    background-color: rgba(223, 31, 103, 0.05);
    border-bottom: 2px solid #df1f67;
  }
  main.resolution section.search.nuisance div.searchtit a i {
    background-color: #df1f67;
    background: #df1f67 url("/assets_before/cultivation/img/open.png") 8px center
      no-repeat;
  }
  main.resolution section.search.nuisance div.searchtit a i.on {
    background: #df1f67 url("/assets_before/cultivation/img/close.png") 8px center
      no-repeat;
  }
  main.resolution section.search.nuisance div.searchtit a:hover i {
    background-color: #e64b85;
  }
  main.resolution section.search.nuisance div.searchcontent > div.searchword,
  main.resolution
    section.search.nuisance
    div.searchcontent
    > div.searchinitial {
    background-color: rgba(223, 31, 103, 0.05);
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    > div.searchword
    div.row
    input.left {
    border: 2px solid #df1f67;
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    > div.searchword
    div.row
    button.right {
    background-color: #df1f67;
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    > div.searchinitial {
    margin-top: 40px;
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    > div.searchinitial
    ul.row5
    li
    a {
    background-color: #df1f67;
  }
  main.resolution section.search.nuisance div.searchcontent h3 + div.pink {
    background-color: rgba(223, 31, 103, 0.05);
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    h3
    + div.pink
    div.row
    h4.left {
    background-color: rgba(223, 31, 103, 0.1);
  }
  main.resolution
    section.search.nuisance
    div.searchcontent
    h3
    + div.pink
    div.submit
    button {
    background-color: #df1f67;
  }
  main.resolution section.search.nuisance div.searchresult div.pagenum ol li a {
    background-color: #df1f67;
  }
  main.resolution
    section.search.nuisance
    div.searchresult
    div.pagenum
    ol
    li.current
    a {
    border: 1px solid #df1f67;
    background-color: #fff;
    color: #df1f67;
  }
  main.resolution section .resolution2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  main.resolution section .resolution2 h4 {
    text-align: center;
  }
  main.resolution section .resolution2 .pest {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ece8df;
  }
  main.resolution section .resolution2 .pest ul.row {
    margin: 10px 15px 0 15px;
  }
  main.resolution section .resolution2 .pest ul.row li {
    float: left;
    width: 33.33333%;
    padding: 5px;
  }
  main.resolution section .resolution2 .pest ul.row li:nth-of-type(3n + 1) {
    clear: left;
  }
  main.resolution section .resolution2 .disease {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d3e7f8;
  }
  main.resolution section .resolution2 .disease ul.row {
    margin: 10px 15px 0 15px;
  }
  main.resolution section .resolution2 .disease ul.row li {
    float: left;
    width: 33.33333%;
    padding: 5px;
  }
  main.resolution section .resolution2 .disease ul.row li:nth-of-type(3n + 1) {
    clear: left;
  }
  main.resolution section .resolution2 a {
    text-decoration: none;
    position: relative;
    display: block;
  }
  main.resolution section .resolution2 a.on::after {
    content: "";
    position: absolute;
    width: 100%;
    padding-bottom: 80.76923%;
    display: block;
    top: -3px;
    left: -3px;
    border: 3px solid #079a00;
  }
  main.resolution section .resolution2 a figure div.photo::after {
    content: "";
    padding-bottom: 80.76923%;
    width: 100%;
    display: block;
  }
  main.resolution section .resolution2 a figure figcaption {
    display: block;
    margin-top: 10px;
    border: 1px solid #12902c;
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.5rem 0.75rem 2.8rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0.65rem 0.65rem
      no-repeat;
  }
  main.resolution section .resolution2 a.on figure img,
  main.resolution section .resolution2 a:hover figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  main.resolution section .resolution2 a.on figure figcaption,
  main.resolution section .resolution2 a:hover figure figcaption {
    background-color: #079a00;
    color: #fff;
  }
  main.resolution section div.products {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 20px 0 20px;
  }
  main.resolution section div.products h4 {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 0.7rem 0;
    border-bottom: 3px solid rgba(223, 31, 103, 0.5);
  }
  main.resolution section div.products ul {
    padding-top: 1rem;
    min-height: 100px;
  }
  main.resolution section div.products ul li {
    float: left;
    width: 33.33333%;
    padding: 10px;
  }
  main.resolution section div.products ul li:nth-of-type(3n + 1) {
    clear: left;
  }
  main.resolution section div.products ul li a {
    text-decoration: none;
  }
  main.resolution section div.products ul li a figure div.photo {
    min-height: 225px;
    position: relative;
  }
  main.resolution section div.products ul li a figure div.photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
  }
  main.resolution section div.products ul li a figure figcaption {
    display: block;
    margin-top: 10px;
    border: 1px solid #12902c;
    font-size: 1.35rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.5rem 0.75rem 2.8rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: url("/assets_before/shared_sp/img/icon_arrow_link_32.png") 0.65rem
      0.65rem no-repeat;
  }
  main.resolution section div.products ul li a:hover figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  main.resolution section div.products ul li a:hover figure figcaption {
    background-color: #079a00;
    color: #fff;
  }
  main.resolution section div.products ul li.off {
    position: relative;
  }
  main.resolution section div.products ul li.off::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  main.resolution section div.products ul li.off figure {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  main.resolution section.disease div.products h4,
  main.resolution section.pest div.products h4 {
    border-bottom-color: rgba(45, 110, 182, 0.5);
  }
  main.resolution section div.productstable {
    background-color: #fff;
    border-collapse: collapse;
    overflow: hidden;
  }
  main.resolution section div.productstable table {
    min-height: 100%;
    margin: 0;
  }
  main.resolution section div.productstable table thead tr th {
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    border-bottom: 1px solid #2d6eb6;
    background: url("/assets_before/resolution/shared/img/line.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    max-width: 200px;
    max-height: 200px;
  }
  main.resolution section div.productstable table thead tr th::before {
    content: "";
    display: block;
    width: 200px;
  }
  main.resolution section div.productstable table thead tr th span {
    position: absolute;
  }
  main.resolution
    section
    div.productstable
    table
    thead
    tr
    th
    span:nth-of-type(1) {
    top: 1em;
    right: 1em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  main.resolution
    section
    div.productstable
    table
    thead
    tr
    th
    span:nth-of-type(2) {
    left: 1em;
    bottom: 1em;
  }
  main.resolution section div.productstable table thead tr td {
    border-bottom: 1px solid #2d6eb6;
    border-left: 1px solid #2d6eb6;
    vertical-align: middle;
    position: relative;
    padding-top: 6.48rem;
    min-width: 150px;
    width: 150px;
  }
  main.resolution section div.productstable table thead tr td::before {
    content: "";
    display: block;
    position: absolute;
    height: 6.48rem;
    background-color: rgba(45, 110, 182, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 auto 0;
  }
  main.resolution section div.productstable table thead tr td a {
    display: block;
  }
  main.resolution section div.productstable table thead tr td span.name {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.24rem;
    padding: 0 0.3rem;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  main.resolution section div.productstable table thead tr td div.photo {
    max-width: 150px;
    height: 150px;
    padding: 10px 0;
    text-align: center;
  }
  main.resolution section div.productstable table thead tr td div.photo img {
    max-height: 100%;
  }
  main.resolution section div.productstable table tbody tr th {
    padding: 0.5em;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    border-bottom: 1px solid #2d6eb6;
    white-space: nowrap;
    text-after-overflow: clip;
    overflow: hidden;
    width: 300px;
    max-width: 300px;
  }
  main.resolution section div.productstable table tbody tr td {
    border-bottom: 1px solid #2d6eb6;
    border-left: 1px solid #2d6eb6;
    color: #2d6eb6;
    text-align: center;
    font-size: 2rem;
  }
  main.resolution .caution {
    border-top: 3px solid #c6c5c6;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
    background: url("/assets_before/resolution/shared_sp/img/caution.png") left 2.2rem
      no-repeat;
    padding: 2rem 0 0 80px;
  }

  #pest001,
  #disease001,
  #product001 {
    background-color: #fff;
    max-width: 600px;
    padding: 30px;
    overflow: hidden;
  }
  #pest001 figure,
  #disease001 figure,
  #product001 figure {
    text-align: center;
    overflow: hidden;
  }
  #pest001 figure img,
  #disease001 figure img,
  #product001 figure img {
    max-width: none;
    height: 400px;
  }
  #pest001 figure figcaption,
  #disease001 figure figcaption,
  #product001 figure figcaption {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 15px;
    display: none;
  }
  #pest001 div.text,
  #disease001 div.text,
  #product001 div.text {
    margin-top: 30px;
  }
  #pest001 div.text strong,
  #disease001 div.text strong,
  #product001 div.text strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-top: 0.5em;
    font-weight: bold;
  }
  #pest001 div.text p,
  #disease001 div.text p,
  #product001 div.text p {
    margin-top: 1rem;
  }
  #pest001 div.text div.link,
  #disease001 div.text div.link,
  #product001 div.text div.link {
    margin-top: 1rem;
    text-align: right;
  }
  #pest001 div.text div.link a,
  #disease001 div.text div.link a,
  #product001 div.text div.link a {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    padding: 1em 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pest001 div.text div.link a::before,
  #disease001 div.text div.link a::before,
  #product001 div.text div.link a::before {
    content: "> ";
    font-size: 1.2rem;
    font-weight: bold;
  }

  #calendar {
    background-color: #fff;
    padding: 30px;
  }
  #calendar img:nth-of-type(2) {
    margin-top: 30px;
  }

  #pest001 div.link a,
  #disease001 div.link a {
    background-color: #2d6eb6;
  }
  #pest001 div.link a:hover,
  #disease001 div.link a:hover {
    background-color: #4587d1;
  }

  #product001 div.link a {
    background-color: #4a3c94;
  }
  #product001 div.link a:hover {
    background-color: #5d4cb7;
  }
}