body {
	-webkit-text-size-adjust: 100%;
}

/*------------------------------------------------------------
	p-top
	------------------------------------------------------------*/
  .c-header .c-gnavi li:first-child a:before{
    width: 10px;
  }

/* c-mainvisual
------------------------------------------------------------*/
.c-mainvisual {
  padding: 6px 0 8px;
  background: url(../../img/www/top/bg_mainvisual.png) no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.c-mainvisual .inner {
  background: #f8f6e8;
  padding: 12px 10px;
}

.c-mainvisual .inner .f_left {
  float: left;
}

.c-mainvisual .inner .f_right {
  float: left;
  width: 72%;
  padding-left: 15px;
}

.c-mainvisual .inner .f_right .descript h1 {
  font-size: 32px;
  color: #664429;
  line-height: 1.3;
}
.toppage_h2 {
  font-size: 32px;
  color: #664429;
  line-height: 1.3;
}
.toppage_h2_sp {
  color: #664429;
  font-weight: bold;
  font-size: 23px;
  padding-top: 8px;
}
@media screen and (max-width: 408px){
  .toppage_h2_sp {
    padding-top: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 358px){
  .toppage_h2_sp {
    font-size: 1.5rem;
  }
}
.toppage_search_area {
  font-size: 22px;
  color: #664429;
  padding: 10px 0 7px 58px;
  border-bottom: 3px solid #fd9431;
  background: url(../../img/www/top/icon/ic_search.png) no-repeat;
  background-position: 10px 0;
  margin-bottom: 10px;
  line-height: 1.1;
}
.toppage_search_area_sp {
  font-size: 20px;
  color: #664429;
  padding: 0 0 4px 25px;
  border-bottom: 1.5px solid #fd9431;
  background: url(../../img/www/top/icon/ic_search_sp.png) no-repeat;
  background-size: 21px 21px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 345px){
  .toppage_search_area_sp {
    font-size: 1.8rem;
  }
}
.c-mainvisual .inner .f_right .descript p {
  font-size: 26px;
  font-weight: bold;
  padding: 12px 8px 12px 20px;
  background: #fff;
  color: #664429;
  border: 1px dashed #996c33;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
  margin: 10px 0 5px;
  line-height: 50px;
}

.c-mainvisual .inner .f_right .descript p img {
  margin-top: -5px;
  margin-right: 15px;
  vertical-align: middle;
}

.c-mainvisual .inner .f_right .search {
  font-weight: bold;
}

.c-mainvisual .inner .f_right .search h2 {
  font-size: 22px;
  color: #664429;
  padding: 10px 0 7px 58px;
  border-bottom: 3px solid #fd9431;
  background: url(../../img/www/top/icon/ic_search.png) no-repeat;
  background-position: 10px 0;
  margin-bottom: 10px;
}

.c-mainvisual .inner .f_right .search .custom-select {
  float: left;
  /*width: 340px;*/
  width: 353px;
  position: relative;
  display: inline-block;
}

.c-mainvisual .inner .f_right .search .custom-select span {
  float: left;
  height: 60px;
  width: 120px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  background: #fd8e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c-mainvisual .inner .f_right .search .custom-select select {
  width: 235px;
  font-size: 16px;
  display: inline-block;
  border-left: none;
  padding: 0 6px;
  margin: 0;
  outline: none;
  background: #fff;
  color: #000;
  height: 60px;
  margin-left: -5px;
  line-height: 58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-right: 1px solid #fd8e26;
  border-top: 1px solid #fd8e26;
  border-bottom: 1px solid #fd8e26;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.c-mainvisual .inner .f_right .search .custom-select select option{
  color: #000!important;
}

.c-mainvisual .inner .f_right .search .custom-select select .cuscolor {
  font-weight:bold;
}

.c-mainvisual .inner .f_right .search .custom-select select::-ms-expand {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-mainvisual .inner .f_right .search .custom-select select {
    padding-right: 30px;
  }
}

.c-mainvisual .inner .f_right .search .custom-select .select-first{
  display: none;
}


.c-mainvisual .inner .f_right .search .custom-select:after {
  content: url(../../img/www/top/icon/ic_down.png);
  position: absolute;
  top: 50%;
  right: 10px;
  height: 18px;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-mainvisual .inner .f_right .search .no-pointer-events .custom-select:after {
  content: none;
}

.c-mainvisual .inner .f_right .search .btn-search {
  float: left;
  width: 310px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: #fd8c23;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 6px;
  text-align: center;
  background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
}

.c-mainvisual .inner .f_right .search .btn-search span {
  padding-left: 5px;
}

.c-mainvisual .inner .f_right .search .btn-search span img {
  vertical-align: middle;
}

.c-mainvisual_sp .banner {
  padding: 18px 0;
  background: url(../../img/www/top/bg_mainvisual_sp.png) no-repeat;
  background-size: 100% auto;
}

.c-mainvisual_sp .banner .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 336px){
  .c-mainvisual_sp .banner .boximg{
    zoom: 90%;
  }
}


.c-mainvisual_sp .banner .boxtext {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-mainvisual_sp .banner .boxtext h1 {
  color: #664429;
  font-weight: bold;
  font-size: 23px;
  padding-top: 8px;
  letter-spacing: -1;
}

@media screen and (max-width: 408px){
  .c-mainvisual_sp .banner .boxtext h1 {
    font-size: 1.8rem;
  }
  .c-mainvisual_sp .banner{
    padding: 10px 0;
  }
  .c-mainvisual_sp .banner .boxtext h1{
    padding-top: 10px;
	font-size: 2rem;
  }
}

@media screen and (max-width: 358px){
  .c-mainvisual_sp .banner{
    padding: 5px 0;
  }
  .c-mainvisual_sp .banner .boxtext h1 {
    font-size: 1.5rem;
  }
  .c-mainvisual_sp .banner .boxtext{
    padding: 0 5px;
  }
}

.c-mainvisual_sp .banner .boxtext p {
  font-size: 15px;
  margin-left: 5px;
  color: #664429;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e2efcf;
  opacity: 0.9;
}

@media screen and (max-width: 385px){
  .c-mainvisual_sp .banner .boxtext p {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}

.c-mainvisual_sp .search {
  background: #f8f6e8;
  padding-top: 15px;
  padding-bottom: 40px;
}

.c-mainvisual_sp .search h2 {
  font-size: 20px;
  color: #664429;
  padding: 0 0 4px 25px;
  border-bottom: 1.5px solid #fd9431;
  background: url(../../img/www/top/icon/ic_search_sp.png) no-repeat;
  background-size: 21px 21px;
}

@media screen and (max-width: 345px){
  .c-mainvisual_sp .search h2 {
    font-size: 1.8rem;
  }
}

.c-mainvisual_sp .search p {
  font-size: 16px;
  color: #664429;
  padding: 15px 0;
}

.c-mainvisual_sp .search .box_search .custom-select {
  width: 100%;
  position: relative;
  display: inline-block;
}

.c-mainvisual_sp .search .box_search .custom-select select {
  width: 100%;
  display: inline-block;
  border-left: none;
  padding: 0 10px;
  margin: 0;
  outline: none;
  background: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #fd8e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c-mainvisual_sp .search .box_search .custom-select select::-ms-expand {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-mainvisual_sp .search .box_search .custom-select select {
    padding-right: 30px;
  }
}

.c-mainvisual_sp .search .box_search .custom-select select:focus {
  -webkit-box-shadow: 0 0 3px 1px #c00;
  box-shadow: 0 0 3px 1px #c00;
}

.c-mainvisual_sp .search .box_search .custom-select select option{
  color: #000;
}

.c-mainvisual_sp .search .box_search .custom-select select .cuscolor{
  font-weight: bold;
}


.c-mainvisual_sp .search .box_search .custom-select:after {
  content: "";
  background: url(../../img/www/top/icon/ic_down_sp.png) no-repeat;
  background-size: 17px 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 13px;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-mainvisual_sp .search .box_search .no-pointer-events .custom-select:after {
  content: none;
}

.c-mainvisual_sp .search .box_search .btn-search {
  margin-top: 20px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #fd8c23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
}

.c-mainvisual_sp .search .box_search .btn-search span {
 position: absolute;
 right: 20px;
}

.c-mainvisual_sp .search .box_search .btn-search span img {
  vertical-align: middle;
}

/* section-post
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .section-post .l-container {
    padding: 0;
  }
}

.section-post .side_left {
  width: 685px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left {
    width: 100%;
  }
}

.section-post .side_left h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #664429;
  font-weight: bold;
  border-bottom: 5px solid #fd8e26;
}

@media screen and (max-width: 768px) {
  .section-post .side_left h2 {
    padding-left: 38px;
    padding-bottom: 5px;
    border-bottom: 2px solid #664429;
    background: url(../../img/www/top/icon/ic_news.png) no-repeat;
    background-size: 23px 19px;
    background-position: 10px 2px;
  }
}
.section-post .side_left .item1 {
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 {
    padding-bottom: 0;
  }
}

.section-post .side_left .item1 dl{
  position: relative;
}

.section-post .side_left .item1 dl a{
  display: block;
}

.section-post .side_left .item1 dt.only-pc{
  width: 350px;
  height: 196px;
  background: #f0f0f0;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dt.only-pc{
    display:none;
  }
}

.section-post .side_left .item1 dt img{
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 196px;
}

.section-post .side_left .item1 dd {
  padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dd {
    width: 90%;
    margin: auto;
    padding: 5px;
    min-height: auto;
  }
}

.section-post .side_left .item1 dd h3 {
  font-size: 22px;
  color: #0c62b9;
  font-weight: normal;
  line-height: 1.2;
}

.section-post .side_left .item1 dd h3 span {
  display: block;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dd h3 {
    font-size: 16px;
  }
  .section-post .side_left .item1 dd h3 span {
    display: inline-block;
  }
}

.section-post .side_left .item1 dd .textarea {
  color: #717171;
  font-size: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dd .textarea {
    font-size: 14px;
    margin-top: 2px;
  }
}

.section-post .side_left .item1 dd .textarea span,
.section-post .side_left .item2 dd span {
  font-size: 14px;
  color: #fff;
  background: #ff0000;
  padding: 5px 16px;
  margin-left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dd .textarea span,
  .section-post .side_left .item2 dd span {
    font-size: 11px;
    padding: 2px 12px;
    margin-left: 15px;
  }
}

.section-post .side_left .item1 dl .nails {
  font-size: 14px;
  color: #454545;
  padding: 0 5px;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 10px;
  left: 360px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item1 dl .nails {
    display: none;
  }
}

.section-post .side_left .item2 dl{
  border-top: 1px solid #ccc;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item2 dl{
    width: 100%;
  }
}

.section-post .side_left .item2 dl a{
  padding: 5px 0 22px;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item2 dl a{
    padding: 15px 0;
  }
}

.section-post .side_left .item2 dl:nth-last-child(2){
 border-bottom: 1px solid #ccc;
}

.section-post .side_left .item2 dl:last-child{
 border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .item2 dl:nth-last-child(3){
   border-bottom: 1px solid #ccc;
  }
}
.section-post .side_left .item2 dt.only-pc{
  width: 128px;
  height: 72px;
  background: #f0f0f0;
  text-align:center;
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .section-post .side_left .item2 dt.only-pc{
    display:none;
  }
}
.section-post .side_left .item2 dt img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-post .side_left dd {
  /* padding-left: 10px; */
  vertical-align: top;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .section-post .side_left dd {
    display: block;
    width: 90%;
    margin: auto;
  }
}

.section-post .side_left dd h3 {
  font-size: 18px;
  color: #0c62b9;
  line-height: 1.2;
  font-weight: normal;
}

.section-post .side_left dd h3 span {
  display: block;
}

@media screen and (max-width: 768px) {
  .section-post .side_left dd h3 {
    font-size: 16px;
  }
  .section-post .side_left dd h3 span {
    display: inline-block;
  }
}

.section-post .side_left dd p {
  font-size: 14px;
  color: #717171;
  padding-top: 6px;
}

.section-post .side_left .btn-list a {
  font-size: 16px;
  color: #fff;
  background: #fd8e26;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 0 12px;
  text-align: center;
  position: relative;
}

.section-post .side_right .btn-list {
  display: block;
  text-align: right;
}

.section-post .side_right .btn-list a {
  font-size: 16px;
  color: #fff;
  background: #fd8e26;
  padding: 5px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 0 12px;
  text-align: center;
  position: relative;
}

.section-post .side_left .btn-list a span {
  display: none;
  padding-left: 5px;
}

.section-post .side_right .btn-list a span {
  display: none;
  padding-left: 5px;
}
.section-post .side_right .btn-list a span img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .section-post .side_left .btn-list a span {
    display: inline-block;
    position: absolute;
    right: 20px;
  }
  
  .section-post .side_right .btn-list a span {
    display: inline-block;
    position: absolute;
    right: 20px;
  }
}

.section-post .side_left .btn-list a span img {
  vertical-align: middle;
}

.section-post .side_right btn-list a span img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .section-post .side_left .btn-list {
    float: none;
    padding: 0 10px;
  }
  .section-post .side_left .btn-list a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 30px 0 0;
  }
  .section-post .side_right .btn-list {
    padding: 0 10px;
  }
  .section-post .side_right .btn-list a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 30px 0 0;
  }
}

.section-post .side_right {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .section-post .side_right {
    width: 100%;
  }
}

.section-post .side_right .list_pic{
  padding-top: 8px;
}

.section-post .side_right .list_pic p {
  font-size: 14px;
}

.section-post .side_right .list_pic a{
  width: 270px;
  background: #ccc;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_pic a{
    width: 100%;
    height: auto;
  }
}

.section-post .side_right .list_pic a img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_pic {
    padding: 5px 40px 10px;
  }
  .section-post .side_right .list_pic img {
    height: auto!important;
  }
}

.section-post .side_right > h2 {
  margin-top: 25px;
  font-size: 18px;
  color: #664429;
  padding-bottom: 7px;
  border-bottom: 1px solid #a0a0a0;
}

@media screen and (max-width: 768px) {
  .section-post .side_right > h2 {
    padding: 0 10px 3px;
    font-size: 20px;
    margin-top: 50px;
     border-bottom: 1.5px solid #fd8e26;
  }
}

.section-post .side_right .list_text li {
  font-size: 18px;
  border-bottom: 1px solid #a0a0a0;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_text li {
    border-bottom: 1px solid #bfbfbf;
  }
}

.section-post .side_right .list_text li a{
  padding: 3px 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_text li {
    padding: 15px 10px;
  }
}

.section-post .side_right .list_text li p {
  color: #454545;
  margin-bottom: -3px;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_text li p {
    font-size: 14px;
    display: inline-block;
  }
}

.section-post .side_right .list_text li .txtcol {
  color: #0c62b9;
}

@media screen and (max-width: 768px) {
  .section-post .side_right .list_text li .txtcol,
  .section-post .side_right .list_text li .txtcol2{
    font-size: 16px;
    display: inline-block;
  }
}

/* section-slider
------------------------------------------------------------*/
.section-slider {
  background: url(../../img/www/top/topbg_ck.png);
  padding-bottom: 78px;
}

.section-slider .title {
  text-align: center;
  padding: 45px 0 10px;
}

.section-slider .title h2 {
  font-size: 36px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1.4;
}

.section-slider .title h2 span {
  font-size: 24px;
  display: block;
  vertical-align: middle;
  line-height: 1.3;
}

.section-slider .title img {
  vertical-align: middle;
  display: inline-block;
}

/* .section-slider .frame_tab .tabs {
  margin-bottom: 8px;
  list-style: none;
}

.section-slider .frame_tab .tabs li {
  display: inline-block;
  padding: 5px 30px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.section-slider .frame_tab .tabs li.color01 {
  background: #448aca;
}

.section-slider .frame_tab .tabs li.color02 {
  background: #80b419;
}

.section-slider .frame_tab .tabs li.color03 {
  background: #19b45b;
}

.section-slider .frame_tab .tabs li.color04 {
  background: #b59515;
}

.section-slider .frame_tab .tabs li.color05 {
  background: #fd8e26;
}

.section-slider .frame_tab .tabs li.color06 {
  background: #b4196d;
}

.section-slider .frame_tab .tabs li.color07 {
  background: #7b19b4;
}

.section-slider .frame_tab .tabs li.current {
  background: #448aca;
  color: #fff;
}

.section-slider .frame_tab .inner_tab {
  background: #80b419;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

.section-slider .frame_tab .inner_tab h2 {
  font-size: 24px;
  color: #fff;
  padding: 8px 0;
  background: #80b419;
  margin-bottom: 15px;
}

.section-slider .frame_tab .inner_tab .details {
  padding: 15px 0 0;
  background: #fff;
}

.section-slider .frame_tab .inner_tab .tab-content {
  display: none;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-width .item{
  background: #fff;
  border: 2px solid #bababa;
  padding: 4px 3px 3px 3px;
  margin-right: 4px;
  margin-top: 4px;
  opacity: 0.5;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-width .item.slick-active{
  opacity: 1;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-width .item .banner{
  position: relative;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-width .item .banner span{
  font-size: 26px;
  color: #fff;
  background: #fd8e26;
  font-weight: bold;
  padding: 7px 12px 8px;
  position: absolute;
  left: 10px;
  top: -10px;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-width .item .textarea p{
  font-size: 16px;
  color: #363636;
  text-align: left;
  padding-left: 8px;
}



.section-slider .frame_tab .inner_tab .tab-content .variable-button{
  background: #80b419;
  padding: 4px 0 0;
  margin-top: 20px;
}
.section-slider .frame_tab .inner_tab .tab-content .variable-button .draggable {
  width: 850px;
  margin: 0 auto!important;
  background: #fff;
  padding: 8px 0;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .draggable .slick-slide{
  width: 100px!important;
  margin: 0 auto!important;
  padding: 0 5px;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .btn.slick-slide span {
  width: 98px !important;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1 !important;
  padding: 0 3%;
  cursor: pointer;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-slide.is-active span {
  background: #fd8e26 !important;
  color: #fff;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-prev, .section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-next {
  width: 16px;
  height: 26px;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-prev {
  left: 20px;
  background: url(../img/top/icon/ic_prev1.png) no-repeat;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-next {
  right: 20px;
  background: url(../img/top/icon/ic_next1.png) no-repeat;
}

.section-slider .frame_tab .inner_tab .tab-content .variable-button .slick-arrow.slick-disabled {
  opacity: .5;
}

.section-slider .frame_tab .inner_tab .tab-content.current {
  display: inherit;
} */



.section-slider .frame_tab .tab_link {
  margin-bottom: 8px;
  list-style: none;
}

.section-slider .frame_tab .tab_link li {
  display: inline-block;
  padding: 5px 30px;
  cursor: pointer;
  font-size: 18px;
  margin-right: 3px;
  color: #fff;
  width: auto!important;
}

.section-slider .frame_tab .tab_link li.color01 {
  background: #448aca;
}

.section-slider .frame_tab .tab_link li.color02 {
  background: #80b419;
}

.section-slider .frame_tab .tab_link li.color03 {
  background: #19b45b;
}

.section-slider .frame_tab .tab_link li.color04 {
  background: #b59515;
}

.section-slider .frame_tab .tab_link li.color05 {
  background: #fd8e26;
}

.section-slider .frame_tab .tab_link li.color06 {
  background: #b4196d;
}

.section-slider .frame_tab .tab_link li.color07 {
  background: #7b19b4;
}

.section-slider .frame_tab .tab_link li.slick-current {
  opacity: 0.50;
 filter: alpha(opacity=50);
 -ms-filter: "alpha(opacity=50)";
}

.section-slider .frame_tab .tab_content h2 {
  font-size: 24px;
  color: #fff;
  padding: 8px 0;
  /*background: #80b419;*/
  margin-bottom: 15px;
}

.section-slider .frame_tab  .tab_content .tab-com {
  /*background: #80b419;*/
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-prev:before,
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-next:before{
  content: url(../../img/www/top/icon/ic_prev.png);
  position: absolute;
  top: 52%;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-prev:before{
  left: 3px;
}
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-next:before{
  content: url(../../img/www/top/icon/ic_next.png);
  right: 3px;
}
/*.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-next{
  background: red;
}*/
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-prev{
  border-top-right-radius: 36px;
  -webkit-top-right-radius: 36px;
  -moz-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  -webkit-bottom-right-radius: 36px;
  -moz-bottom-right-radius: 36px;
}
.section-slider .frame_tab  .tab_content .tab-com .slider-single .slick-next{
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.section-slider .frame_tab  .tab_content #tab01 {
  background: #448aca;
}
.section-slider .frame_tab  .tab_content #tab01 h2{
  background: #448aca;
}
.section-slider .frame_tab .tab_content #tab01 .slider-nav{
  background: #448aca;
}
.section-slider .frame_tab  .tab_content #tab01 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab01 .slider-single .slick-next{
  background: #448aca;
}

.section-slider .frame_tab  .tab_content #tab02 {
  background: #80b419;
}
.section-slider .frame_tab  .tab_content #tab02 h2{
  background: #80b419;
}
.section-slider .frame_tab .tab_content #tab02 .slider-nav{
  background: #80b419;
}
.section-slider .frame_tab  .tab_content #tab02 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab02 .slider-single .slick-next{
  background: #80b419;
}


.section-slider .frame_tab  .tab_content #tab03 {
  background: #19b45b;
}
.section-slider .frame_tab  .tab_content #tab03 h2{
  background: #19b45b;
}
.section-slider .frame_tab .tab_content #tab03 .slider-nav{
  background: #19b45b;
}
.section-slider .frame_tab  .tab_content #tab03 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab03 .slider-single .slick-next{
  background: #19b45b;
}

.section-slider .frame_tab  .tab_content #tab04 {
  background: #b59515;
}
.section-slider .frame_tab  .tab_content #tab04 h2{
  background: #b59515;
}
.section-slider .frame_tab .tab_content #tab04 .slider-nav{
  background: #b59515;
}
.section-slider .frame_tab  .tab_content #tab04 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab04 .slider-single .slick-next{
  background: #b59515;
}

.section-slider .frame_tab  .tab_content #tab05 {
  background: #fd8e26;
}
.section-slider .frame_tab  .tab_content #tab05 h2{
  background: #fd8e26;
}
.section-slider .frame_tab .tab_content #tab05 .slider-nav{
  background: #fd8e26;
}
.section-slider .frame_tab  .tab_content #tab05 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab05 .slider-single .slick-next{
  background: #fd8e26;
}

.section-slider .frame_tab  .tab_content #tab06 {
  background: #b4196d;
}
.section-slider .frame_tab  .tab_content #tab06 h2{
  background: #b4196d;
}
.section-slider .frame_tab .tab_content #tab06 .slider-nav{
  background: #b4196d;
}
.section-slider .frame_tab  .tab_content #tab06 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab06 .slider-single .slick-next{
  background: #b4196d;
}

.section-slider .frame_tab  .tab_content #tab07 {
  background: #7b19b4;
}
.section-slider .frame_tab  .tab_content #tab07 h2{
  background: #7b19b4;
}
.section-slider .frame_tab .tab_content #tab07 .slider-nav{
  background: #7b19b4;
}
.section-slider .frame_tab  .tab_content #tab07 .slider-single .slick-prev,
.section-slider .frame_tab  .tab_content #tab07 .slider-single .slick-next{
  background: #7b19b4;
}






.section-slider .frame_tab  .tab_content .tab-com .inner_tab{
    background: #fff;
}

.section-slider .frame_tab .tab_content .slider-single .item{
  background: #fff;
  border: 2px solid #bababa;
  padding: 4px 3px 3px 3px;
  margin-right: 4px;
  margin-top: 4px;
  opacity: 0.50;
 filter: alpha(opacity=50);
 -ms-filter: "alpha(opacity=50)";
}

.section-slider .frame_tab .tab_content .slider-single .item.slick-active{
  opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha(opacity=100)";
}
.section-slider .frame_tab .tab_content .slider-single .item.opacidown {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha(opacity=100)";
}

.section-slider .frame_tab .tab_content .slider-single .item .banner{
  position: relative;
}

.section-slider .frame_tab .tab_content .slider-single .item .banner span{
  font-size: 26px;
  color: #fff;
  background: #fd8e26;
  font-weight: bold;
  padding: 7px 12px 8px;
  position: absolute;
  left: 10px;
  top: -10px;
}

.section-slider .frame_tab .tab_content .slider-single .item .textarea p{
  font-size: 16px;
  color: #363636;
  text-align: left;
  padding-left: 8px;
  display: table-cell;
  width: 300px;
}

.section-slider .frame_tab .tab_content .slider-nav{
  /*background: #80b419;*/
  padding: 4px 0 0;
  margin-top: 20px;
}
.section-slider .frame_tab .tab_content .slider-nav .draggable {
  /*width: 855px;*/
  width: 770px;
  margin: 0 auto!important;
  background: #fff;
  padding: 8px 0;
}

.section-slider .frame_tab .tab_content .slider-nav .draggable .slick-track{
  margin: 0 auto;
  padding: 8px 0;
}

.section-slider .frame_tab .tab_content .slider-nav .draggable .slick-slide{
  width: 137px!important;
  margin: 0 auto!important;
  padding: 0 3px;
}



.section-slider .frame_tab .tab_content .slider-nav .btn span {
  /*width: 98px !important;*/
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1 !important;
  padding: 0 3%;
  cursor: pointer;
}
.section-slider .frame_tab .tab_content .slider-nav .btn.slick-current span {
  background: #fd8e26;
  color: #fff;
}
.section-slider .frame_tab .tab_content .slider-nav .btn.active span {
  background: #fd8e26;
  color: #fff;
}

.section-slider .frame_tab .tab_content .slider-nav .slick-prev, .section-slider .frame_tab .tab_content .slider-nav .slick-next {
  width: 16px;
  height: 26px;
  z-index: 999;
}

.section-slider .frame_tab .tab_content .slider-nav .slick-prev {
  left: 20px;
  background: url(../../img/www/top/icon/ic_prev1.png) no-repeat;
}

.section-slider .frame_tab .tab_content .slider-nav .slick-next {
  right: 20px;
  background: url(../../img/www/top/icon/ic_next1.png) no-repeat;
}

.section-slider .frame_tab .tab_content .slider-nav .slick-arrow.slick-disabled {
  opacity: .5;
}


/* section-slider_sp
------------------------------------------------------------*/
.section-slider_sp {
  background: url(../../img/www/top/topbg_ck.png);
  margin-top: 40px;
}

.section-slider_sp .title {
  text-align: center;
  padding: 18px 0 10px;
}

.section-slider_sp .title h2 {
  font-size: 24px;
  color: #664429;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1.4;
}

.section-slider_sp .title h2 span {
  font-size: 18px;
  display: block;
  vertical-align: middle;
  line-height: 1.3;
}

.section-slider_sp .title img {
  vertical-align: middle;
  display: inline-block;
}

.section-slider_sp .title p {
  font-size: 16px;
  color: #664429;
  padding-top: 10px;
}

.section-slider_sp .detail .dropdown {
  position: relative;
  display: block;
}

.section-slider_sp .detail .dropdown select {
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #bfbfbf;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.25em;
  padding: 7px 8px;
  line-height: 1.3;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.section-slider_sp .detail .dropdown::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12.5px;
  top: 52%;
  right: 1em;
  z-index: 2;
  background: url(../../img/www/top/icon/ic_down_sp.png) no-repeat;
  background-size: 17px 12.5px;
  pointer-events: none;
  -webkit-transform: translate(0, -52%);
  transform: translate(0, -52%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-slider_sp .detail .dropdown select::-ms-expand {
    display: none;
  }
  .section-slider_sp .detail select:focus::-ms-value {
    background: transparent;
    color: #fd8e26;
  }
}

.section-slider_sp .detail x:-o-prefocus, .section-slider_sp .detail .dropdown::after {
  display: none;
}

.section-slider_sp .detail .dropdown:hover {
  /*border: 1px solid #bfbfbf;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.section-slider_sp .detail select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 1px 3px #b4defa;
  box-shadow: 0 0 1px 3px #b4defa;
  background-color: transparent;
  color: #fd8e26;
  border: 1px solid #bfbfbf;
}

.section-slider_sp .detail select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.section-slider_sp .detail option {
  font-size: 16px;
  color: #fd8e26;
}

.section-slider_sp .detail .output {
  margin: 0 auto;
  padding-top: 20px;
}

.section-slider_sp .detail .output h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}

.section-slider_sp .detail .output .colors {
  display: none;
  padding-bottom: 30px;
  background: #F4ffe7;
}

.section-slider_sp .detail .output .colors li {
  padding: 0 10px;
  border-bottom: 1px solid #bfbfbf;
}

.section-slider_sp .detail .output .colors a {
  font-size: 16px;
  padding: 20px 0 15px;
  text-align: left;
  background: url(../../img/www/top/icon/ic_right3_sp.png) no-repeat;/* エラー */
  background-size: 10px 17.5px;
  background-position: center right;
  color: #0c62b9;
}

.section-slider_sp .detail .output .colors a span {
  display: table-cell;
  background: #fd8e25;
  color: #fff;
  padding: 0 4px;
}

/*.section-slider_sp .detail .output #col01 {
  background: #b3e0ff;
}*/

.section-slider_sp .detail .output #col01 h2 {
  background: #448aca;
}

/*.section-slider_sp .detail .output #col01 a {
  color: #0c62b9;
}

.section-slider_sp .detail .output #col02 {
  background: #f7ffe6;
}

.section-slider_sp .detail .output #col02 a {
  color: #0c62b9;
}*/

.section-slider_sp .detail .output #col02 h2 {
  background: #80b419;
}

/*.section-slider_sp .detail .output #col03 {
  background: #8cd9b0;
}
*/
.section-slider_sp .detail .output #col03 h2 {
  background: #19b45b;
}

.section-slider_sp .detail .output  #col04 h2 {
  background: #b59515;
}

/*.section-slider_sp .detail .output #col04{
   background: #e6cc60;
}*/


/*.section-slider_sp .detail .output #col05 {
  background: #ffbf80;
}
*/
.section-slider_sp .detail .output #col05 h2 {
  background: #fd8e26;
}

/*.section-slider_sp .detail .output #col06 {
  background: #e085c2;
}*/

.section-slider_sp .detail .output #col06 h2{
  background: #b4196d;
}

.section-slider_sp .detail .output #col07 h2 {
  background: #7b19b4;
}

/*.section-slider_sp .detail .output #col07 {
  background: #dd99ff;
}*/

/* section-company
------------------------------------------------------------*/
.section-company {
  background: #fff;
}

.section-company h2 {
  font-size: 36px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 26px;
  border-bottom: 4px solid #fd8e26;
}

.section-company h2 .blue {
  color: #0c62b9;
  font-weight: bold;
}

.section-company h2 span {
  font-weight: normal;
}

.section-company .item_list .items {
  width: 293px;
  min-height: 480px;
  margin-top: 12px;
  border: 1px solid #c9c9c9;
  border-top: 8px solid #fd8e26;
  position: relative;
}

.section-company .item_list .items:not(:nth-child(3n)) {
  margin-right: 47px;
}

.section-company .item_list .items .details {
  padding: 8px;
}

.section-company .item_list .items .details .txt01 h3 {
  font-size: 18px;
  color: #0c62b9;
  padding: 10px 0;
}

.section-company .item_list .items .details .txt01 p {
  font-size: 16px;
}

.section-company .item_list .items .details .txt02 {
  font-size: 14px;
  color: #0c62b9;
}

.section-company .item_list .items .details .txt02 p:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 18px;
}

.section-company .item_list .items .details .btn-comp {
  width: 276px;
  bottom: 17px;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #fd8e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 35px 0 15px;
  position: absolute;
}

.section-company .btn-care {
  text-align: center;
  padding: 0 30px;
}

.section-company .btn-care a {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  padding: 18px 0;
  color: #fff;
  background: #fb7a11;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  background-image: url(../../img/www/top/icon/ic_right3.png);/* エラー */
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
}

/* section-manage
------------------------------------------------------------*/
.section-manage {
  margin-top: 115px;
}

@media screen and (max-width: 768px) {
  .section-manage {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-manage .l-container {
    padding: 0;
  }
}

.section-manage h2 {
  font-size: 36px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 4px solid #fd8e26;
}

.section-manage h2 .txtsp {
  display: none;
}

@media screen and (max-width: 768px) {
  .section-manage h2 {
    font-size: 20px;
    text-align: left;
    color: #664429;
    padding: 0 10px 3px;
    border-bottom: 1.5px solid #fd8e26;
  }
  .section-manage h2 .txtsp {
    display: inline-block;
  }
  .section-manage h2 .txtpc {
    display: none;
  }
}

.section-manage .list_view dl {
  padding: 10px 0 4px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view {
    padding: 0 10px;
  }
  .section-manage .list_view dl {
    padding: 12px 0;
  }
  .section-manage .list_view dl:last-child{
    border-bottom: none;
  }
}

.section-manage .list_view dt {
  width: 170px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view dt {
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.section-manage .list_view dd {
  font-size: 18px;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view dd {
    display: block;
    font-size: 16px;
  }
}

.section-manage .list_view dd ul:not(:last-child) {
  margin-bottom: 6px;
}

.section-manage .list_view dd li {
  border: 1px solid #ccc;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 6px;
}

.section-manage .list_view dd li h3{
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section-manage .list_view dd li {
    display: block;
    margin-bottom: 8px;
  }
  .section-manage .list_view dd li a{
    display: inline-block;
  }
}

.section-manage .list_view dd li span {
  color: #0c62b9;
}

@media screen and (max-width: 768px) {
  a {
    display: block;
  }
  a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}


/* 介護を学ぶはーとん教室 */
.p-content .c-slogan {
    margin-top: 10px;
    /* margin-bottom: 45px; */
    padding: 45px 0 60px 0;
    background: url("../../img/www/magazine/backgroud_slogan_top.jpg") no-repeat;
    background-size: cover;
}
.p-content .c-slogan .title {
    font-weight: bold;
    text-align: center;
}

.p-content .c-slogan .title .txt1 {
    font-size: 30px;
    display: inline;
    position: relative;
    color: #fff;
}

.p-content .c-slogan .title .txt1 .color1 {
    font-size: 36px;
    color: #fffab0;
}

.p-content .c-slogan .title .txt1 .color2 {
    font-size: 36px;
    color: #ff9b9b;
}

.p-content .c-slogan .title .txt1:before {
    content: '';
    background: url("../../img/www/magazine/icon/before_slogan.png") no-repeat;
    background-size: cover;
    width: 45px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: -10px;
}

.p-content .c-slogan .title .txt1:after {
    content: '';
    background: url("../../img/www/magazine/icon/after_slogan.png") no-repeat;
    background-size: cover;
    width: 45px;
    height: 50px;
    position: absolute;
    right: -45px;
    top: -10px;
}

.p-content .c-slogan .title .txt2 {
    color: #292929;
    /*margin-top: -10px;*/
    font-size: 36px;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #448aca;
    padding-bottom: 10px;
}

.p-content .c-slogan .title .txt2:after {
    content: '';
    position: absolute;
    background: url("../../img/www/magazine/icon/pen.png") no-repeat;
    background-size: cover;
    width: 48px;
    right: 20px;
    height: 65px;
    top: -14px;
}

.p-content .c-slogan .box .item {
    width: 309px;
    float: left;
    text-align: center;
    border: solid 3px #448aca;
    background: #fff;
    margin-right: 17.5px;
    margin-top: 30px;
}

.p-content .c-slogan .box .item:nth-child(3n) {
    margin-right: 0;
}

.p-content .c-slogan .box .item:nth-child(4n),
.p-content .c-slogan .box .item:nth-child(5n),
.p-content .c-slogan .box .item:nth-child(6n) {
    margin-top: 50px;
}

.p-content .c-slogan .box .item:hover {
    background: #fff3dd;
    border-color: #ff8d8d;
}

.p-content .c-slogan .box .item:hover .t-title {
    border-color: #ff8d8d;
}

.p-content .c-slogan .box .item:hover .icon {
    background: #ff8d8d;
}

.p-content .c-slogan .box .item .images {
    width: 280px;
    margin: auto;
    height: 110px;
}

.p-content .c-slogan .box .item .images img {
    width: 100%;
}

.p-content .c-slogan .box .item a {
    text-decoration: none;
    padding-top: 13px;
    color: #653b14;
    display: block;
    text-align: center;
    font-weight: bold;
}

.p-content .c-slogan .box .item a:hover {
    opacity: 1;
}

.p-content .c-slogan .box .item .t-title {
    font-size: 30px;
    line-height: 36px;
    margin: 13px auto 0;
    white-space: nowrap;
    padding: 0 10px;
    width: calc(100% - 30px);
    max-height: 85px;
    height: 85px;
    border-bottom: solid 2px #448aca;
}
.p-content .c-slogan .box .item .t-title .t-l{
    text-align: left
}
.p-content .c-slogan .box .item .txt {
    font-size: 18px;
    max-height: 75px;
    height: 75px;
    margin: 15px auto 0;
    white-space: nowrap;
    line-height: 30px;
    width: calc(100% - 25px);
}

.p-content .c-slogan .box .item .t-l {
    text-align: left;
}

.p-content .c-slogan .box .item .icon {
    padding: 6px 0;
    background: #448aca;
}

.p-content .c-slogan .box .item .icon .child {
    font-size: 20px;
    color: #ffffff;
}

.p-content .c-slogan .box .item .icon .child {
    background: url(../../img/www/magazine/icon/ic_right4.png) no-repeat;
    background-size: 20px 28px;
    background-position: center right 10px;    
}

.p-content .c-slogan .link-slogan {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .p-content .c-slogan {
        margin-top: 20px;
        padding: 20px 0 0 0;
    }

    .p-content .c-slogan .title .txt1 .color1 {
        font-size: 23px;
    }

    .p-content .c-slogan .title .txt1 .color2 {
        font-size: 23px;
    }

    .p-content .c-slogan .title .txt1 {
        font-size: 16px;
    }

    .p-content .c-slogan .title .txt1:before {
        width: 25px;
        height: 30px;
        position: absolute;
        left: -35px;
        top: -10px;
    }

    .p-content .c-slogan .title .txt1:after {
        width: 28px;
        height: 32px;
        position: absolute;
        right: -32px;
        top: -10px;
    }

    .p-content .c-slogan .title .txt2 {
        font-size: 23px;
        line-height: 25px;
        margin-top: 5px;
        border-bottom: 2px solid #448aca;
    }

    .p-content .c-slogan .title .txt2:after {
        width: 25px;
        height: 32px;
        right: -3px;
        top: 5px;
    }

    .p-content .c-slogan .box .item {
        float: none;
        margin-top: 10px !important;
        width: 100%;
        position: relative;
        border: solid 2px #448aca;
        border-right: none;
        margin-right: 0;
    }

    .p-content .c-slogan .box .item .images {
        display: none;
    }

    .p-content .c-slogan .box .item .t-title {
        font-size: 18px;
        line-height: 18px;
        border: none;
        margin: 0;
        height: auto;
    }

    .p-content .c-slogan .box .item .txt {
        display: none;
    }

    .p-content .c-slogan .box .item a {
        display: flex;
        text-align: left;
        padding: 16px;
        align-items: center;
        position: relative;
    }

    .p-content .c-slogan .box .item .icon {
        display: none;
    }

    .p-content .c-slogan .box .item .t-title br {
        display: none;
    }

    .p-content .c-slogan .box .item:after {
        content: "";
        background: url('../../img/www/magazine/icon/ic_arow_sp1.png') no-repeat #448aca;
        background-size: 8px 15px;
        background-position: top 50% right 5px;
        height: 100%;
        top: 0;
        width: 20px;
        position: absolute;
        right: 0;
    }

    .p-content .c-slogan .box {
        padding: 0 10px;
    }

    .p-content .c-slogan .box .item:hover:after {
        background: url('../../img/www/magazine/icon/ic_arow_sp1.png') no-repeat #ff8d8d;
        background-size: 8px 15px;
        background-position: top 50% right 5px;
    }

    .p-content .c-slogan .link-slogan {
        margin-top: 20px;
    }

    .p-content .c-slogan .link-slogan img {
        width: 100%;
    }
}

  .top_h1_text {
    margin-left: 5px !important;
    color: #664429 !important;
    font-weight: bold !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background: #e2efcf !important;
    opacity: 0.9 !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    padding: 10px 15px !important;
  }

@media screen and (max-width: 385px) {
  .top_h1_text {
    font-size: 1.4rem !important;
    padding: 8px 10px !important;
  }
}