@charset "UTF-8";
/* SCSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;500;700&display=swap");
.serif {
  font-family: 'Noto Serif JP', serif; }

@keyframes anime1 {
  0% {
    margin-top: -20px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.footer .page-top img {
  bottom: 120px; }

.ad_area1 {
  display: block;
  width: 100%;
  margin: clamp(60px, 5%, 150px) 0;
  text-align: center; }

.ad_area2 {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.help_title {
  display: block;
  background: url("../../images/help/mainvisual.png") no-repeat;
  background-size: cover;
  margin-bottom: clamp(20px, 4%, 100px); }
  .help_title h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #7AD901;
    padding: 1.5em;
    width: fit-content;
    font-size: clamp(22px, 3.5vw, 35px);
    color: #FFF;
    font-weight: bold;
    line-height: 1.3; }
    .help_title h3 span {
      width: 100%;
      text-align: center;
      font-size: 50%;
      color: #FFF; }

.helpwrap {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1366px) {
    .helpwrap {
      margin-left: 15px;
      margin-right: 15px; } }
  .helpwrap .side {
    width: 300px; }
    .helpwrap .side .box {
      display: block;
      margin-bottom: 20px; }
      .helpwrap .side .box a {
        color: #000;
        text-decoration: none; }
        .helpwrap .side .box a:hover {
          text-decoration: underline; }
    .helpwrap .side h4.title {
      display: block;
      background: #7AD901;
      padding: 10px;
      color: #FFF;
      font-weight: bold;
      border-radius: 3px;
      margin-bottom: 10px; }
      .helpwrap .side h4.title i {
        margin-right: 10px;
        color: #FFF; }
    .helpwrap .side .postlist ul {
      display: block; }
      .helpwrap .side .postlist ul li {
        display: block;
        border-bottom: #CCC 1px dotted;
        padding: 0 0 10px 0;
        margin-bottom: 10px; }
    .helpwrap .side .calegorylist ul {
      border-bottom: #DDDDDD 1px solid; }
      .helpwrap .side .calegorylist ul li {
        display: block; }
        .helpwrap .side .calegorylist ul li .cate_parent {
          background: #FFF;
          border: #DDDDDD 1px solid;
          border-bottom: none;
          position: relative;
          padding: 15px 10px; }
          .helpwrap .side .calegorylist ul li .cate_parent a {
            color: #000;
            cursor: pointer; }
          .helpwrap .side .calegorylist ul li .cate_parent .arrow {
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            background: url("../../images/arrow_down_gry.png") no-repeat;
            background-size: cover;
            top: calc(50% - 5px);
            right: 8px;
            cursor: pointer; }
        .helpwrap .side .calegorylist ul li ul.children {
          display: none;
          border-bottom: none;
          border-left: #DDDDDD 1px solid;
          border-right: #DDDDDD 1px solid;
          padding-bottom: 10px; }
          .helpwrap .side .calegorylist ul li ul.children li {
            border: none;
            padding: 8px 0;
            margin: 0 15px;
            font-size: 90%; }
            .helpwrap .side .calegorylist ul li ul.children li:last-of-type {
              border-bottom: none; }
            .helpwrap .side .calegorylist ul li ul.children li i {
              font-size: 10px;
              margin-left: 8px; }
              .helpwrap .side .calegorylist ul li ul.children li i.active {
                transform: rotate(180deg); }
            .helpwrap .side .calegorylist ul li ul.children li a {
              color: #434343; }
            .helpwrap .side .calegorylist ul li ul.children li ul.help_post {
              display: none;
              padding: 5px 0;
              font-size: 0.9em;
              margin: 10px 0;
              border-bottom: none; }
              .helpwrap .side .calegorylist ul li ul.children li ul.help_post.active {
                display: block; }
              .helpwrap .side .calegorylist ul li ul.children li ul.help_post li {
                margin: 0;
                padding: 5px;
                display: flex; }
                .helpwrap .side .calegorylist ul li ul.children li ul.help_post li:before {
                  font-family: "Font Awesome 6 Free";
                  content: "\f192";
                  margin: 5px 5px 0 0; }
                .helpwrap .side .calegorylist ul li ul.children li ul.help_post li a {
                  text-decoration: underline; }
        .helpwrap .side .calegorylist ul li.active .cate_parent .arrow {
          transform: rotate(180deg); }
        .helpwrap .side .calegorylist ul li.active ul.children {
          display: block; }
    .helpwrap .side .taglist ul {
      display: block; }
      .helpwrap .side .taglist ul li {
        display: inline-block; }
        .helpwrap .side .taglist ul li a {
          display: block;
          border: #AAAAAA 1px solid;
          color: #AAAAAA;
          padding: 3px 8px;
          border-radius: 3px;
          margin: 0 5px 5px 0;
          transition: background 0.3s linear; }
          .helpwrap .side .taglist ul li a:hover {
            background: #efefef;
            text-decoration: none; }
  .helpwrap .help_mainarea {
    display: block;
    width: 97%;
    margin-right: 3%; }
    .helpwrap .help_mainarea .help_mv_sub {
      display: block;
      background: url("../../images/help/mainvisual2.png") no-repeat;
      background-size: cover;
      background-position: center right;
      position: relative;
      padding: 75px 30px 45px;
      margin-bottom: 2.5em; }
      .helpwrap .help_mainarea .help_mv_sub.pl-0 {
        padding-left: 0; }
      .helpwrap .help_mainarea .help_mv_sub em {
        display: block;
        background: #7AD901;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        padding: 5px 10px;
        width: fit-content;
        position: absolute;
        top: 0;
        left: 0; }
      .helpwrap .help_mainarea .help_mv_sub h2.t01 {
        margin-bottom: 0;
        /*span{
        	display: block;
        	font-size: 80%;
        	color: $col1;
        }*/ }
      @media (max-width: 1366px) {
        .helpwrap .help_mainarea .help_mv_sub {
          background-position: center center; } }
      @media (max-width: 460px) {
        .helpwrap .help_mainarea .help_mv_sub {
          padding: 45px 0 30px 5px;
          margin-bottom: 1em; }
          .helpwrap .help_mainarea .help_mv_sub em {
            font-size: 13px; } }
    .helpwrap .help_mainarea .step {
      display: block;
      background: #F5FCEF;
      border: #7AD901 1px solid;
      padding: 20px;
      margin-bottom: 3rem; }
      .helpwrap .help_mainarea .step ol {
        list-style-type: decimal;
        margin-left: 1rem; }
        .helpwrap .help_mainarea .step ol li {
          list-style-type: decimal; }
        .helpwrap .help_mainarea .step ol.no-num {
          margin-left: 0; }
          .helpwrap .help_mainarea .step ol.no-num li {
            list-style-type: none; }
    .helpwrap .help_mainarea .help_p {
      display: block;
      margin-bottom: 10em; }
      .helpwrap .help_mainarea .help_p:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .helpwrap .help_mainarea .help_p {
          margin-bottom: 2em; }
          .helpwrap .help_mainarea .help_p:last-of-type {
            margin-bottom: 0; } }
      .helpwrap .help_mainarea .help_p h3 {
        display: block;
        background: #7AD901;
        color: #FFF;
        padding: 8px;
        border-radius: 5px;
        margin-bottom: 2rem; }
      .helpwrap .help_mainarea .help_p h4 {
        display: block;
        border-bottom: #7AD901 2px solid;
        padding-bottom: 5px;
        margin-bottom: 1.5rem; }
        .helpwrap .help_mainarea .help_p h4:before {
          font-family: "Font Awesome 6 Free";
          content: "\f138";
          color: #7AD901;
          font-weight: bold;
          margin-right: 5px; }
      .helpwrap .help_mainarea .help_p .boxwrap {
        display: flex; }
        .helpwrap .help_mainarea .help_p .boxwrap .capcha {
          width: 30%;
          padding-right: 30px; }
          .helpwrap .help_mainarea .help_p .boxwrap .capcha img {
            width: 100%;
            height: auto; }
        .helpwrap .help_mainarea .help_p .boxwrap .txt {
          width: 70%;
          word-break: break-all;
          white-space: pre-wrap;
          line-height: 1.8;
          font-size: clamp(12px, 1.53vw, 15px); }
          .helpwrap .help_mainarea .help_p .boxwrap .txt .f-c-red {
            color: red; }
          .helpwrap .help_mainarea .help_p .boxwrap .txt .graybox {
            display: block;
            padding: 0 15px 20px 15px;
            background: #EFEFEF;
            margin-bottom: 1em;
            font-size: 0.9em; }
        @media (max-width: 768px) {
          .helpwrap .help_mainarea .help_p .boxwrap {
            flex-wrap: wrap; }
            .helpwrap .help_mainarea .help_p .boxwrap .capcha {
              width: 100%;
              padding-right: 0;
              margin-bottom: 1rem; }
            .helpwrap .help_mainarea .help_p .boxwrap .txt {
              width: 100%; } }
    .helpwrap .help_mainarea .helplist {
      margin-left: 1.5em; }
    .helpwrap .help_mainarea .tbl01 {
      border-collapse: collapse;
      font-size: 80%;
      width: 100%; }
      .helpwrap .help_mainarea .tbl01 th {
        border: #AAAAAA 1px solid;
        padding: 5px;
        background: #EEE;
        text-align: center;
        font-weight: normal;
        line-height: 1.3; }
      .helpwrap .help_mainarea .tbl01 td {
        border: #AAAAAA 1px solid;
        line-height: 1.3;
        padding: 5px; }
      .helpwrap .help_mainarea .tbl01.txt-center td {
        text-align: center; }
  @media (max-width: 768px) {
    .helpwrap {
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      .helpwrap .side {
        width: 100%; }
        .helpwrap .side ul li .cate_parent {
          padding: 5px; }
          .helpwrap .side ul li .cate_parent a {
            font-size: 80%; }
        .helpwrap .side ul li ul.children li {
          padding: 5px; }
          .helpwrap .side ul li ul.children li a {
            font-size: 80%; }
      .helpwrap .help_mainarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px; } }

ul.helplist {
  display: block;
  overflow-y: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 3%, 40px); }
  ul.helplist li {
    display: block;
    border-bottom: #DDDDDD 1px solid;
    padding: 12px 0;
    font-size: clamp(13px, 1.53vw, 16px); }
    ul.helplist li p:before {
      font-family: "Font Awesome 6 Free";
      content: "\f138";
      margin-right: 5px;
      font-weight: bold; }
    ul.helplist li p a {
      color: #000; }
    ul.helplist li .help_cate {
      display: block;
      color: #999;
      font-size: 80%;
      margin-bottom: 5px; }
      ul.helplist li .help_cate a {
        display: inline-block;
        padding: 3px 8px;
        font-size: 11px;
        width: fit-content;
        margin-right: 5px;
        border-radius: 3px;
        color: #FFF;
        background: #DDDDDD;
        text-decoration: none; }
        ul.helplist li .help_cate a:hover {
          background: #F0F0F0; }

.helptop {
  /*
  &.catetop{
  	padding: 0;
  	.box{
  		display: flex;
  		flex-wrap: wrap;
  		width: 100%;
  		margin: 0;
  		border-radius: 5px;
  		background: #F7F7F7;
  		padding: 35px;
  		@include tb{
  			padding: 25px;
  		}
  		@include sp{
  			padding: 15px;
  		}
  		.box_in{
  			width: fit-content;
  			padding: 10px;
  			@include sp{
  				padding: 5px;
  			}
  			a{
  				display: block;
  				background: #FFF;
  				border-radius: 3px;
  				padding: 15px;
  				color: #1E1E1E;
  				text-decoration: none;
  				font-weight: bold;
  				box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  				transition: all linear 0.3s;
  				&.disable{
  					color: #858585;
  					box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
  					pointer-events: none;
  					background: #EFEFEF;
  				}
  				@include sp{
  					padding: 10px;
  					font-size: 0.9em;
  				}
  				&:after{
  					font-family: $fa;
  					content: "\f138";
  					color: $col1;
  					margin-left: 10px;
  				}
  				&:hover{
  					transform: scale(1.05, 1.05);
  					box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  				}
  			}
  		}
  		.helplist{
  			width: 100%;
  			margin: 0;
  			li{
  				width: 100%;
  				border-bottom: none;
  				padding: 10px 8px;
  				p{
  					&:before{
  						display: none;
  					}
  					a{
  						display: block;
  						background: #FFF;
  						border-radius: 5px;
  						padding: 15px;
  						color: #1E1E1E;
  						text-decoration: none;
  						font-weight: bold;
  						box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  						transition: all linear 0.3s;
  						&:hover{
  							transform: scale(1.01, 1.01);
  						}
  					}
  				}
  				
  			}
  		}
  	}
  }
  */ }
  .helptop .wrap {
    display: flex;
    flex-wrap: wrap; }
    .helptop .wrap.match {
      width: 103%;
      margin-left: -1.5%;
      margin-right: -1.5%; }
    .helptop .wrap .box {
      width: 30.333%;
      margin: 1.5%;
      box-sizing: border-box;
      border-radius: 2px;
      background: #FFF;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      padding: 25px; }
      @media (max-width: 460px) {
        .helptop .wrap .box {
          padding: 20px 20px 5px 20px; } }
      @media (max-width: 768px) {
        .helptop .wrap .box {
          width: 47%; } }
      @media (max-width: 460px) {
        .helptop .wrap .box {
          width: 97%;
          margin-bottom: 20px; } }
      .helptop .wrap .box h3 {
        display: block;
        font-size: clamp(16px, 1.7vw, 24px);
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: center; }
        .helptop .wrap .box h3 a {
          text-decoration: none;
          color: #000; }
      .helptop .wrap .box .icon {
        display: block;
        text-align: center;
        margin-bottom: 1em; }
        .helptop .wrap .box .icon img {
          max-width: 130px; }
      .helptop .wrap .box .short_txt {
        display: block;
        margin-bottom: 2em; }
        .helptop .wrap .box .short_txt p {
          line-height: 1.5; }
      .helptop .wrap .box em {
        display: block;
        background: #707070;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        line-height: 1;
        padding: 5px 10px;
        width: fit-content;
        margin-bottom: 1em; }
      .helptop .wrap .box .comming {
        display: block;
        text-align: center;
        width: 100%;
        color: #CCC;
        font-weight: bold;
        font-size: 20px;
        padding: 2rem 0; }
      .helptop .wrap .box ul.list {
        display: block; }
        .helptop .wrap .box ul.list li {
          display: block;
          line-height: 1.4;
          margin-bottom: 10px; }
          .helptop .wrap .box ul.list li:before {
            font-family: "Font Awesome 6 Free";
            content: "\f138";
            font-weight: bold;
            margin-right: 5px;
            font-size: 14px;
            color: #7AD901; }
          .helptop .wrap .box ul.list li a {
            color: #000;
            font-weight: bold; }
            .helptop .wrap .box ul.list li a.disable {
              pointer-events: none;
              color: #858585;
              text-decoration: none; }
      .helptop .wrap .box ul.list_in {
        margin-left: 1.5em;
        padding: 10px 0; }
        .helptop .wrap .box ul.list_in li {
          display: block;
          line-height: 1.4;
          margin-bottom: 5px; }
          .helptop .wrap .box ul.list_in li:before {
            font-family: "Font Awesome 6 Free";
            content: "\f054";
            font-weight: bold;
            margin-right: 5px;
            font-size: 11px;
            color: #434343; }
          .helptop .wrap .box ul.list_in li a {
            color: #000;
            font-weight: normal; }
      .helptop .wrap .box .morebtn a {
        display: flex;
        align-items: center;
        background: #7AD901;
        width: fit-content;
        color: #FFF;
        text-decoration: none;
        padding: 8px 10px;
        margin: 0 0 0 auto;
        line-height: 1;
        border-radius: 2px;
        font-size: 0.9em; }
        .helptop .wrap .box .morebtn a:after {
          font-family: "Font Awesome 6 Free";
          content: "\f054";
          font-weight: bold;
          margin-left: 15px;
          font-size: 0.8em; }
  .helptop.catetop {
    padding: 0; }
    .helptop.catetop .box .box_in {
      display: flex;
      border-bottom: #DDDDDD 1px solid;
      padding: 12px 0;
      font-size: clamp(13px, 1.53vw, 16px); }
      .helptop.catetop .box .box_in:before {
        text-decoration: none;
        font-family: "Font Awesome 6 Free";
        content: "\f138";
        font-weight: bold;
        margin: 10px 5px 0 0; }
      .helptop.catetop .box .box_in a {
        display: block;
        color: #000; }
        .helptop.catetop .box .box_in a.disable {
          color: #858585;
          text-decoration: none;
          pointer-events: none; }
        .helptop.catetop .box .box_in a:hover {
          text-decoration: none; }
    .helptop.catetop .box .helplist {
      width: 100%;
      margin: 0; }

.help_flow {
  background: #F0F0F0;
  padding: 30px 0 10px 30px;
  margin-bottom: clamp(50px, 8%, 200px); }
  .help_flow ol {
    display: flex;
    flex-wrap: wrap; }
    .help_flow ol li {
      width: 25%;
      display: flex;
      align-items: stretch;
      margin-bottom: 20px;
      padding: 15px 0; }
      .help_flow ol li:after {
        display: flex;
        align-items: center;
        padding: 0 5px;
        width: 20px;
        font-family: "Font Awesome 6 Free";
        font-size: 20px;
        font-weight: bold;
        content: "\f054";
        color: #A6A6A6; }
      .help_flow ol li:nth-child(4n):after {
        content: ""; }
      .help_flow ol li:last-of-type:after {
        content: ""; }
      .help_flow ol li a {
        display: block;
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        padding: 40px 15px 15px;
        text-decoration: none;
        border-radius: 5px;
        transition: all linear 0.3s;
        position: relative;
        color: #008FE8; }
        .help_flow ol li a span {
          display: block;
          position: absolute;
          top: -10px;
          left: calc(50% - 15px);
          width: 60px;
          height: 60px;
          border-radius: 60px;
          margin: -15px auto 10px -15px;
          background: #008FE8;
          font-weight: bold;
          color: #FFF;
          padding: 5px 10px;
          font-size: 22px;
          line-height: 1;
          text-align: center; }
          .help_flow ol li a span:before {
            display: block;
            text-align: center;
            content: "ステップ";
            font-size: 10px;
            margin: 10px 0 3px 0; }
        .help_flow ol li a p {
          display: block;
          margin: 0;
          line-height: 1.3;
          text-align: center; }
        .help_flow ol li a:hover {
          transform: scale(1.02, 1.02);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
          .help_flow ol li a:hover span {
            background: #FF8900; }
  @media (max-width: 460px) {
    .help_flow {
      padding: 25px 0 10px 15px; }
      .help_flow ol li {
        width: 50%;
        margin-bottom: 0; }
        .help_flow ol li:nth-child(2n):after {
          content: ""; }
        .help_flow ol li:after {
          width: 15px;
          font-size: 13px;
          padding: 0 0 0 4px; } }

.helpwrap .help_mainarea .help_p h3 {
  /*
  	&.t-step{
  		background: #FFF;
  		//border-top: $col1 2px solid;
  		border-bottom: $col1 1px solid;
  		color: #000;
  		text-align: center;
  		font-size: 23px;
  		padding-bottom: 15px;
  		span{
  			display: block;
  			background: $col1;
  			font-size: 22px;
  			width: 60px;
  			height: 60px;
  			text-align: center;
  			margin: 0 auto;
  			color: #FFF;
  			line-height: 1;
  			border-radius: 60px;
  			&:before{
  				display: block;
  				width: 100%;
  				text-align: center;
  				content: "ステップ";
  				font-size: 10px;
  				margin:0 auto 3px auto;
  				padding-top: 15px;
  			}
  		}
  }
  */ }
  .helpwrap .help_mainarea .help_p h3.t-step {
    display: flex;
    align-items: center;
    background: #FFF;
    color: #000;
    font-size: 23px;
    padding-bottom: 15px;
    border-bottom: #008FE8 1px solid;
    border-radius: 0; }
    .helpwrap .help_mainarea .help_p h3.t-step span {
      display: block;
      background: #008FE8;
      font-size: 22px;
      width: 60px;
      height: 60px;
      text-align: center;
      margin-right: 10px;
      color: #FFF;
      line-height: 1;
      border-radius: 60px; }
      .helpwrap .help_mainarea .help_p h3.t-step span:before {
        display: block;
        width: 100%;
        text-align: center;
        content: "ステップ";
        font-size: 10px;
        margin: 0 auto 3px auto;
        padding-top: 15px; }
    @media (max-width: 460px) {
      .helpwrap .help_mainarea .help_p h3.t-step {
        display: block;
        text-align: center;
        margin-bottom: 10px; }
        .helpwrap .help_mainarea .help_p h3.t-step span {
          margin: 0 auto; } }

.catch_txt {
  display: block;
  margin-bottom: clamp(60px, 6%, 150px); }
  @media (max-width: 460px) {
    .catch_txt {
      text-align: left;
      margin-top: 20px; } }

.boxwrap_step .box_in {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  position: relative; }
  .boxwrap_step .box_in em {
    display: flex;
    font-style: normal;
    margin-bottom: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    align-items: center; }
    .boxwrap_step .box_in em span {
      display: block;
      background: #656565;
      color: #FFF;
      font-weight: bold;
      font-size: 20px;
      padding: 8px 13px;
      border-radius: 5px;
      margin-right: 10px;
      line-height: 1; }
  .boxwrap_step .box_in .fs-small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    margin: 0.5em 0; }
  .boxwrap_step .box_in .capcha {
    border: #CCC 1px solid;
    margin-bottom: 10px;
    font-size: 0; }
  .boxwrap_step .box_in .graybox {
    display: block;
    background: #EFEFEF;
    padding: 15px;
    font-size: 0.8em; }
  @media (max-width: 768px) {
    .boxwrap_step .box_in {
      width: 100%; }
      .boxwrap_step .box_in em {
        top: -0.7rem;
        left: -0.7rem;
        padding: 5px 10px; } }

.nextpost {
  display: block;
  padding: 3em 0; }

.help_backbtn {
  padding-top: clamp(30px, 6%, 100px); }
  .help_backbtn a {
    display: block;
    width: fit-content;
    border: #7ED902 1px solid;
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #7AD901;
    transition: all linear 0.3s;
    position: relative;
    border-radius: 3px;
    font-size: clamp(13px, 1.53vw, 16px); }
    .help_backbtn a i {
      position: absolute;
      top: calc(50% - 0.5em);
      left: 15px;
      color: #7AD901; }
    .help_backbtn a:hover {
      transform: scale(1.02, 1.02); }
      .help_backbtn a:hover i {
        left: 10px; }
  .help_backbtn.to_top a {
    background: #7AD901;
    color: #FFF;
    margin: auto;
    padding: 10px 15px; }

.help_bottom_kanrenarea {
  margin-top: 3rem; }
  .help_bottom_kanrenarea .title {
    display: block;
    background: #CCC;
    color: #FFF;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 1rem; }
    .help_bottom_kanrenarea .title i {
      margin-right: 5px; }
  .help_bottom_kanrenarea .postlist ul {
    display: flex;
    flex-wrap: wrap; }
    .help_bottom_kanrenarea .postlist ul li {
      width: 20%;
      padding: 15px; }
      .help_bottom_kanrenarea .postlist ul li a {
        text-decoration: none; }
        .help_bottom_kanrenarea .postlist ul li a .eyecatch img {
          width: 100%;
          height: auto;
          transition: all linear 0.3s;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          transition: all linear 0.3s; }
        .help_bottom_kanrenarea .postlist ul li a b {
          text-decoration: none;
          color: #363636;
          line-height: 1.4;
          font-size: 0.9em; }
        .help_bottom_kanrenarea .postlist ul li a:hover .eyecatch img {
          transform: scale(1.03, 1.03); }
      @media (max-width: 460px) {
        .help_bottom_kanrenarea .postlist ul li {
          width: 33.3%; }
          .help_bottom_kanrenarea .postlist ul li a b {
            line-height: 1.2;
            font-size: 90%; } }
