@charset "UTF-8";
/*
===============================================================================
■ ベース
===============================================================================
*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #000;
  font-size: 1.4rem;
  background-color: #FEF7EC;
  position: relative;
}

img {
  vertical-align: bottom;
}

/* リンク関係
---------------------------------------------------- */
a {
  color: #000;
}

a:link, a:visited {
  color: #000;
}

a:focus {
  outline: none;
}

a.color:hover {
  color: #017a6b;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.line {
  text-decoration: underline;
}
a.line:hover {
  text-decoration: none;
}

a.line_green {
  color: #017a6b;
  text-decoration: underline;
}
a.line_green:hover {
  text-decoration: none;
}

/*
===============================================================================
■ 見出し h1〜h6
===============================================================================
*/
h1.pageTitle {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 42px;
  line-height: 1.4;
}

/*
===============================================================================
■ テキスト関係基本設定
===============================================================================
*/
p.text {
  color: #333;
  line-height: 1.7;
}

/*
===============================================================================
■ パーツ
===============================================================================
*/
.space_0 {
  margin: 0 !important;
}

.space_xs {
  margin-bottom: 4px !important;
}

.space_ss {
  margin-bottom: 8px !important;
}

.space_s {
  margin-bottom: 16px !important;
}

.space_m {
  margin-bottom: 24px !important;
}

.space_l {
  margin-bottom: 32px !important;
}

.space_ll {
  margin-bottom: 40px !important;
}

h2.parts {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 8px;
}
h2.parts:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #017a6b;
}


h3.parts2 {
  color:#017A6B;
  font-size: 1em;
  font-weight: bold;
  margin:10px 0;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #017A6B;
}

h2.parts span {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: 7px;
}

h2.parts.left {
  text-align: left;
  padding: 0 20px 0 0;
}
h2.parts.left span {
  padding-left: 0;
}

h3.parts {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
}
h3.parts:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
h3.parts > span {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: 7px;
}

h3.parts.left {
  text-align: left;
  padding: 0 20px 0 0;
}
h3.parts.left span {
  padding-left: 0;
}

h3.parts.big {
  font-size: 17px;
}

h4.parts, h5.parts {
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 4px;
}

h4.multiLine, h5.multiLine {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: #017a6b;
  margin-bottom: 8px;
}

h4.parts.ver02 {
  color: #000;
}

p.multiLine {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  color: #017a6b;
  margin-bottom: 8px;
}

p.parts {
  color: #000;
  line-height: 1.7;
  margin: 0 0 10px;
}

.Lsize {
  font-size: 1.4rem;
  line-height: 1.9;
}

.Msize {
  font-size: 1.3rem;
  line-height: 1.7;
}

.Ssize {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}

.att {
  font-size: 1.2rem !important;
}

.hang {
  padding-left: 1em;
  text-indent: -1em;
}

.box {
  padding: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
}

.box.bg_brown {
  background-color: #f4e8d6;
}
.box.bg_brown h3.parts span {
  background-color: #f4e8d6;
}

.box.bg_white {
  background-color: #fff;
}

.box.bg_beige {
  background-color: #fef7ec;
}

.box.bg_yellow {
  background-color: #fffae4;
  border: 1px solid #ffd62f;
}
.box.bg_yellow h3.parts span {
  background-color: #fffae4;
}

.box.bg_gray {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
}
.box.bg_gray h3.parts span {
  background-color: #f9f9f9;
}
.box.bg_gray .btns li a {
  background-color: #fff;
}
.box.bg_gray .btns li a:hover {
  background-color: #f9f9f9;
}

ul.parts {
  width: 100%;
  color: #333;
  line-height: 1.6;
}
ul.parts li {
  padding: 4px 0;
}
ul.parts li:last-child {
  margin-bottom: 0;
}

ul.dice > li {
  background: url("../images/sp/bg_ul_dice.png") no-repeat left top 9px;
  -webkit-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
  padding-left: 16px;
}

ul.line li {
  padding: 7px 0;
  border-bottom: 1px solid #dddddd;
}

ul.hang > li {
  text-indent: -1em;
}

ul.notes {
  font-size: 1.3rem;
}

ul.space_li li {
  margin-bottom: 24px;
}

ul.space_li_s li {
  margin-bottom: 8px;
}

ul.index_link_block {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
ul.index_link_block li {
  float: left;
  width: 425px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
ul.index_link_block li a {
  display: block;
  border-left: 30px solid #017a6b;
}
ul.index_link_block li a span.col {
  display: table;
  width: 425px;
  min-height: 100px;
  margin-left: -30px;
  background: url("../images/icon_arrow_right_w_s.png") no-repeat left 9px center;
}
ul.index_link_block li a span.col span.title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  padding: 10px 10px 10px 35px;
  line-height: 1.3;
  font-size: 1.8 rem;
}
ul.index_link_block li a span.col span.title .cap {
  display: block;
  padding-top: 5px;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
}
ul.index_link_block li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

ul.imglink {
  overflow: hidden;
  zoom: 1;
  margin-right: -30px;
}
ul.imglink li {
  float: left;
  margin: 0 30px 30px 0;
}
ul.imglink li a {
  display: block;
  position: relative;
}
ul.imglink li a span.wrap {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
ul.imglink li a span.wrap .col {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding: 19px 20px;
}
ul.imglink li a span.wrap .col:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #017a6b;
  position: absolute;
  top: 0;
  left: 20px;
}
ul.imglink li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

.linklist li {
  width: 100%;
}
.linklist li a {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 15px;
  color: #017a6b;
  text-decoration: underline;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 10px center;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
.linklist li a:hover {
  text-decoration: none;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 10px center #f9f9f9;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
.linklist li:last-child a {
  border-bottom: 1px solid #ddd;
}

.ankerlink li {
  width: 100%;
}
.ankerlink li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/sp/bg_btn_ankerllink.png") no-repeat right 10px center #f9f9f9;
  -webkit-background-size: 11px auto;
  -o-background-size: 11px auto;
  background-size: 11px auto;
}
.ankerlink li:last-child a {
  border-bottom: 1px solid #ddd;
}



.ankerlink2 li {
  width: 100%;
}
.ankerlink2 li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: center #f9f9f9;
  -webkit-background-size: 11px auto;
  -o-background-size: 11px auto;
  background-size: 11px auto;
}
.ankerlink2 li:last-child a {
  border-bottom: 1px solid #ddd;
}


ul.page_link {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
ul.page_link li {
  float: left;
  width: 165px;
  margin-right: 10px;
}
ul.page_link li a {
  display: block;
  width: 100%;
  color: #017a6b;
  line-height: 1.5;
  text-decoration: underline;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 10px;
  background: url("../images/icon_bg_pagelink.png") no-repeat right 10px center;
}
ul.page_link li a:hover {
  background: url("../images/icon_bg_pagelink.png") no-repeat right 10px center #fafaf7;
  text-decoration: none;
}

.wrap_pNation {
  width: 100%;
  margin-bottom: 15px;
}
.wrap_pNation ul.pageNum {
  margin-bottom: 12px;
}
.wrap_pNation ul.pageNum li, .wrap_pNation ul.back_next li {
  display: inline-block;
  margin-right: 5px;
}
.wrap_pNation ul.pageNum li:last-child, .wrap_pNation ul.back_next li:last-child {
  margin-right: 0;
}
.wrap_pNation ul.pageNum li a, .wrap_pNation ul.back_next li a {
  width: 47px;
  height: 47px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background-color: #FFF;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #017a6b;
  line-height: 47px;
  text-decoration: underline;
}
.wrap_pNation ul.pageNum li a:hover, .wrap_pNation ul.back_next li a:hover {
  background-color: #017a6b;
  border: 1px solid #017a6b;
  color: #fff;
  text-decoration: none;
}
.wrap_pNation ul.pageNum li.active a, .wrap_pNation ul.back_next li.active a {
  background-color: #017a6b;
  border: 1px solid #017a6b;
  color: #fff;
  text-decoration: none;
}
.wrap_pNation ul.back_next {
  overflow: hidden;
  zoom: 1;
}
.wrap_pNation ul.back_next li a {
  width: 70px;
  height: 40px;
  line-height: 40px;
}
.wrap_pNation ul.back_next li:first-child {
  float: left;
}
.wrap_pNation ul.back_next li:first-child a span {
  background: url("../images/sp/icon_tri_left.png") no-repeat left center;
  -webkit-background-size: 4px auto;
  -o-background-size: 4px auto;
  background-size: 4px auto;
  padding-left: 8px;
}
.wrap_pNation ul.back_next li:last-child {
  float: right;
}
.wrap_pNation ul.back_next li:last-child a span {
  background: url("../images/sp/icon_tri_right.png") no-repeat right center;
  -webkit-background-size: 4px auto;
  -o-background-size: 4px auto;
  background-size: 4px auto;
  padding-right: 8px;
}

ol.parts {
  color: #333;
  line-height: 1.6;
}
ol.parts > li {
  list-style-type: decimal;
  margin: 0 0 16px 1.4em;
}
ol.parts > li:last-child {
  margin-bottom: 0;
}

.col_two {
  width: 100%;
}
.col_two .col_left, .col_two .col_right {
  width: 100%;
}
.col_two .col_left {
  margin-bottom: 10px;
}

.col_three {
  width: 100%;
}
.col_three .cols {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 20px;
  padding: 15px;
}
.col_three .cols:last-child {
  border-bottom: 1px solid #ddd;
}
.col_three .col_left, .col_three .col_center, .col_three .col_right {
  display: table-cell;
  vertical-align: top;
  padding: 0 24px;
}
.col_three .col_left {
  width: 306px;
  border-left: 1px solid #dddddd;
}
.col_three .col_center {
  width: 308px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.col_three .col_right {
  width: 306px;
  border-right: 1px solid #dddddd;
}

.col_threeLine {
  width: 100%;
}
.col_threeLine .cols {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.photo_l {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.photo_r {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

table.parts {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.2rem;
  border: 1px solid #f0e0c7;
  border-bottom: none;
}
table.parts tr {
  display: table-row;
}
table.parts tr th, table.parts tr td {
  display: block;
  float: left\9v;
  width: 100%;
  vertical-align: middle;
  line-height: 1.6;
  padding: 8px 8px;
  background-color: #fefcf9;
  border-bottom: 1px solid #f0e0c7;
}
table.parts tr td.bg_beige {
  background-color: #fef7ec;
}
table.parts tr th {
  padding: 8px 8px;
  background-color: #fef7ec;
}

table.parts.th_gray {
  border: 1px solid #dddddd;
  border-bottom: none;
}
table.parts.th_gray tr th, table.parts.th_gray tr td {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}
table.parts.th_gray tr th {
  background-color: #f9f9f9;
}

table.nochange tr th, table.nochange tr td {
  display: table-cell;
  float: none;
  width: auto;
  border: 1px solid #f0e0c7;
}

table.sp_tdCenter tr td {
  text-align: center;
}

table.thead {
  border-collapse: 0;
  border: none;
  font-size: 1.2rem;
}
table.thead thead {
  border: 1px solid #f0e0c7;
}
table.thead thead tr {
  border: none;
}
table.thead thead tr th {
  padding: 4px 4px;
  font-weight: 600;
  border-bottom: none;
  color: #fff;
  background-color: #6e5e45;
}
table.thead thead tr th.sp-none {
  display: none !important;
}
table.thead tr th {
  text-align: center;
}
table.thead tr th, table.thead tr td {
  padding: 4px 4px;
  border-collapse: 0;
}
table.thead tbody {
  border: 1px solid #f0e0c7;
  border-bottom: none;
}

.sp_scroll {
  width: 100%;
  overflow: auto;
  border: 1px solid #f0e0c7;
  margin-bottom: 8px;
}
.sp_scroll table {
  width: 100%;
  white-space: nowrap;
  border: none;
  margin-bottom: 0;
}
.sp_scroll table thead {
  border: none;
}
.sp_scroll table thead tr th {
  border-right: 1px solid #f0e0c7;
  border-bottom: 1px solid #f0e0c7;
}
.sp_scroll table thead tr th:last-child {
  border-right: none;
}
.sp_scroll table tbody {
  border: none;
}
.sp_scroll table tr {
  border: none;
}
.sp_scroll table tr th, .sp_scroll table tr td {
  border: none;
  border-right: 1px solid #f0e0c7;
  border-bottom: 1px solid #f0e0c7;
}
.sp_scroll table tr th:last-child, .sp_scroll table tr td:last-child {
  border-right: none;
}
.sp_scroll table tr:last-child th, .sp_scroll table tr:last-child td {
  border-bottom: none;
}

.sp_scroll::-webkit-scrollbar {
  height: 5px;
}

.sp_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.sp_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.btnArea_wrap {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.btns li {
  width: 100%;
  margin-bottom: 8px;
}
.btns li:nth-child(even) {
  margin-right: 0;
}
.btns li a {
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #017a6b;
  padding: 10px 30px 10px 15px;
  text-align: left;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 600;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 10px center;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
.btns li a:hover {
  background-color: #f9f9f9;
}
.btns li.pdf a {
  border: 2px solid #da2a2a;
  color: #da2a2a;
  background: url("../images/sp/bg_btn_pdf.png") no-repeat right 10px center;
  -webkit-background-size: 17px auto;
  -o-background-size: 17px auto;
  background-size: 17px auto;
}
.btns li.pdf a:hover {
  background-color: #f9f9f9;
}
.btns li.out a {
  border: 2px solid #ddd;
  background: url("../images/sp/bg_btn_out.png") no-repeat right 10px center;
  -webkit-background-size: 15px auto;
  -o-background-size: 15px auto;
  background-size: 15px auto;
}
.btns li.out a:hover {
  background-color: #f9f9f9;
}


.btns2 li a {
  padding: 10px 30px 10px 90px;
}

.btns3 li {
  overflow: hidden;
  padding:0;
  display: block;
  margin-top:20px;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 250px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
  padding: 9px 0;
  line-height: 1.5;
}

.btn.defa a {
  border: 2px solid #017a6b;
  color: #017a6b;
  background: url("../images/icon_arrow_right_g.png") no-repeat right 10px center;
}
.btn.defa a:hover {
  color: #fff;
  background: url("../images/icon_arrow_right_w_bold.png") no-repeat right 10px center #017a6b;
}

.btn.pdf a {
  border: 2px solid #dddddd;
  color: #da2a2a;
  padding: 9px 30px 9px 9px;
  background: url("../images/icon_btn_pdf.png") no-repeat right 10px center;
}
.btn.pdf a:hover {
  background-color: #eee;
}

.btn.out a {
  border: 2px solid #dddddd;
  color: #000;
  background: url("../images/icon_btn_out.png") no-repeat right 10px center;
}
.btn.out a:hover {
  background-color: #eee;
}

.btn.w100 a {
  width: 100%;
}

.btn.pdf.black a {
  color: #000;
}

.btn.defa.black a {
  color: #000;
}
.btn.defa.black a:hover {
  color: #FFF;
}

.btn.fw_normal a {
  font-weight: normal;
}

a.link_normal {
  color: #017a6b;
  text-decoration: underline;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right center;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
  padding: 3px 20px 3px 0;
  margin-right: 8px;
}
a.link_normal:hover {
  text-decoration: none;
}

a.link_out {
  color: #666666;
  text-decoration: underline;
  background: url("../images/sp/bg_btn_out.png") no-repeat right center;
  -webkit-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
  padding: 3px 20px 3px 0;
  margin-right: 8px;
}
a.link_out:hover {
  text-decoration: none;
}

a.link_pdf {
  color: #da2a2a;
  text-decoration: underline;
  background: url("../images/sp/bg_btn_pdf.png") no-repeat right center;
  -webkit-background-size: 12px auto;
  -o-background-size: 12px auto;
  background-size: 12px auto;
  padding: 3px 20px 3px 0;
  margin-right: 8px;
}
a.link_pdf:hover {
  text-decoration: none;
}

.area_pageTop {
  width: 100%;
  background-color: #dcccb3;
  padding: 15px;
}
.area_pageTop .page_top a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #ab936e;
  -webkit-border-radius: 0 0  3px 3px;
  border-radius: 0 0  3px 3px;
  background: url("../images/bg_pageTop.png") no-repeat center center #dcccb3;
  -webkit-background-size: 23px auto;
  -o-background-size: 23px auto;
  background-size: 23px auto;
}
.area_pageTop .page_back a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  color: #017a6b;
  margin-bottom: 15px;
}

.bnr_area {
  padding: 15px;
}

/*フォーム
---------------------------------------------------- */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  width: 260px;
  height: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 5px 32px 5px 10px;
  font-size: 14px;
  background: url("../images/icon_search.png") no-repeat right 10px center #f2f2f2;
}

/*
===============================================================================
■ レイアウト
===============================================================================
*/
/*
===============================================================================
■ 全ページ共通デザイン
===============================================================================
*/
/* headerコンテンツ
---------------------------------------------------- */
header {
  position: relative;
  background-color: #FFF;
}

#header_wrap {
  width: 100%;
  padding-bottom: 16px;
}

#header_inner {
  width: 100%;
  padding: 7px 0 0 15px;
}
#header_inner .code {
  font-size: 10px;
  margin: 0 0 2px 0;
  color: #666;
}

#header {
  overflow: hidden;
  zoom: 1;
}
#header .area_logo h1 img {
  width: 160px;
  height: auto;
}
#header .area_logo #btn_nav {
  position: absolute;
  top: 0;
  right: 0;
}
#header .area_logo #btn_nav a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 9px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding-top: 29px;
  background: url("../images/bg_btn_spNav.png") no-repeat center top 8px #017a6b;
  -webkit-background-size: 17px auto;
  -o-background-size: 17px auto;
  background-size: 17px auto;
}
#header .area_logo #btn_nav a.open {
  background: url("../images/bg_btn_spNav_on.png") no-repeat center top 8px #017a6b;
  -webkit-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
}
#header .area_utility {
  display: none;
}

#top header {
  margin-bottom: 75px;
}
#top header #header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 0;
}
#top header #header_wrap #header {
  margin-bottom: 25px;
}
#top header #header_wrap #header #btn_nav {
  margin-bottom: 0;
}

#bgswitcher > div {
  z-index: 0 !important;
}

/* グローバルナビゲーション
---------------------------------------------------- */
nav {
  display: none;
}

#sidenav_wrap {
  width: 100%;
}

#sidenav {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#sidenav li {
  float: left;
  display: table;
  width: 20%;
  height: 45px;
}
#sidenav li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  color: #FFF;
}
#sidenav li a img {
  display: none;
}
#sidenav li:nth-child(1) {
  background-color: #006485;
}
#sidenav li:nth-child(2) {
  background-color: #017a6b;
}
#sidenav li:nth-child(3) {
  background-color: #ef7369;
}
#sidenav li:nth-child(4) {
  background-color:#F8FC4F;
}
#sidenav li:nth-child(4) a {
  color: #000;
}
#sidenav li:nth-child(5) {
  background-color: #ffd62f;
}
#sidenav li:nth-child(5) a {
  color: #000;
}

.sp_nav {
  width: 100%;
  background-color: #fef7ec;
  display: none;
  display: block\9;
  border-top: 1px solid #ddd;
}
.sp_nav .main_menu {
  width: 100%;
}
.sp_nav .main_menu li {
  border-bottom: 1px solid #ddd;
}
.sp_nav .main_menu li a {
  display: block;
  padding: 16px 15px;
  color: #017a6b;
  line-height: 1.4;
  background: url("../images/sp/icon_arrow_bgMenu.png") no-repeat right 15px center;
  -webkit-background-size: 9px auto;
  -o-background-size: 9px auto;
  background-size: 9px auto;
}
.sp_nav .main_menu li.mainTrigger a {
  background: url("../images/sp/icon_tri_bottom.png") no-repeat right 15px center;
  -webkit-background-size: 9px auto;
  -o-background-size: 9px auto;
  background-size: 9px auto;
}
.sp_nav .main_menu li.mainTrigger a.mainOpened {
  background: url("../images/sp/icon_tri_top.png") no-repeat right 15px center #f8ebd6;
  -webkit-background-size: 9px auto;
  -o-background-size: 9px auto;
  background-size: 9px auto;
}
.sp_nav .main_menu li.mainTrigger dl.subList {
  background-color: #017a6b;
  padding: 15px;
}
.sp_nav .main_menu li.mainTrigger dl.subList dt {
  margin-bottom: 1px;
}
.sp_nav .main_menu li.mainTrigger dl.subList dt a {
  background: url("../images/sp/icon_arrow_bgMenu.png") no-repeat right 15px center #fff;
  -webkit-background-size: 9px auto;
  -o-background-size: 9px auto;
  background-size: 9px auto;
}
.sp_nav .main_menu li.mainTrigger dl.subList dt:last-child {
  margin-bottom: 0;
}
.sp_nav .search {
  padding: 15px;
  background-color: #006659;
}

#top .sp_nav {
  border-top: none;
}

.acdnBody {
  display: none;
}

/* footerコンテンツ
---------------------------------------------------- */
footer {
  background-color: #fef7ec;
}

#bnr_area {
  width: 100%;
  padding: 0 15px 15px;
}
#bnr_area li:first-child {
  margin-bottom: 10px;
}
#bnr_area li img {
  width: 100%;
  height: auto;
}

#bnr_slide {
  width: 100%;
}

.wrap_slide {
  width: 100%;
  position: relative;
  background-color: #017a6b;
  padding: 15px;
}

/* slickカスタマイズ
---------------------------------------------------- */
.area_slide .slider {
  margin-right: -15px;
}
.area_slide .slider li {
  margin-right: 15px;
}
.area_slide .slider li img {
  width: 100%;
  height: auto;
}

.slick-slider {
  margin-bottom: 0;
}

/* サイトマップエリア
---------------------------------------------------- */
#footer_area {
  width: 100%;
  padding: 15px;
}

#sitemap {
  display: none;
}

#map {
  width: 100%;
  height: 243px;
  background: url("../images/sp/bg_footMap-sp.png") no-repeat left 13px top 13px #fff;
  -webkit-background-size: 264px auto;
  -o-background-size: 264px auto;
  background-size: 264px auto;
  padding: 13px 13px 13px;
}

#map address {
  font-size: 10px;
  line-height: 1.5;
  color: #666;
  margin-top: 168px;
}

.foot_nav {
  width: 100%;
  padding: 0 15px 15px;
}
.foot_nav .topNav, .foot_nav .bottomNav {
  width: 100%;
  border: 1px solid #c8beae;
}
.foot_nav .topNav li, .foot_nav .bottomNav li {
  border-bottom: 1px solid #c8beae;
}
.foot_nav .topNav li a, .foot_nav .bottomNav li a {
  display: inline-block;
  width: 100%;
}
.foot_nav .topNav li a:hover, .foot_nav .bottomNav li a:hover {
  text-decoration: none;
}
.foot_nav .topNav li:last-child, .foot_nav .bottomNav li:last-child {
  border-bottom: none;
}
.foot_nav .topNav {
  margin-bottom: 15px;
  background-color: #FFF;
}
.foot_nav .topNav li a {
  padding: 15px 15px;
  font-size: 13px;
  color: #017a6b;
  text-decoration: underline;
}
.foot_nav .bottomNav li a {
  font-size: 12px;
  color: #333;
  padding: 11px 15px;
  text-decoration: none;
}

#copyright {
  width: 100%;
  background-color: #017a6b;
  text-align: center;
  padding: 16px 0;
}
#copyright small {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}

/*
===============================================================================
■ 下層ページ共通
===============================================================================
*/
/*ページタイトル
---------------------------------------------------- */
.corner_title {
  text-align: center;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.corner_title span {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  background-color: #017a6b;
  padding: 7px;
  margin-top: -10px;
}

#area_title {
  width: 100%;
  padding: 15px 0 15px;
  background: url("../images/bg_areaTitle_dot.png") repeat-x center bottom;
  text-align: center;
  margin-bottom: 20px;
}
#area_title h1 {
  width: 100%;
  font-size: 21px;
  color: #321F00;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.5;
  margin-bottom: 10px;
}
#area_title .pagecap {
  width: 100%;
  font-size: 12px;
  color: #321f00;
  vertical-align: middle;
  line-height: 1.5;
}

/*レイアウト
---------------------------------------------------- */
#contents {
  width: 100%;
  padding: 26px 15px 15px;
}

#about .colIndex h1 {
  background: url("../images/sp/icon_men_l.png") no-repeat center top;
  -webkit-background-size: 50px auto;
  -o-background-size: 50px auto;
  background-size: 50px auto;
}

#syokunou .colIndex h1 {
  background: url("../images/sp/icon_syokunou.png") no-repeat center top 6px;
  -webkit-background-size: 50px auto;
  -o-background-size: 50px auto;
  background-size: 50px auto;
}

#consulting .colIndex h1 {
  background: url("../images/sp/icon_consulting_l.png") no-repeat center top;
  -webkit-background-size: 50px auto;
  -o-background-size: 50px auto;
  background-size: 50px auto;
}

.colIndex {
  border: 2px solid #dcccb3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F4E8D6;
  padding: 15px;
  margin: 25px 0 80px 0;
}
.colIndex:last-child {
  margin-bottom: 0;
}
.colIndex h1 {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  color: #321F00;
  padding-top: 70px;
  margin: -42px 0 25px 0;
}
.colIndex .btns_indexLink li {
  margin: 0 0 8px 0;
}
.colIndex .btns_indexLink li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  padding: 18px 34px 18px 15px;
  line-height: 1.3;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 10px center #fff;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
.colIndex .btns_indexLink li:last-child {
  margin-bottom: 0;
}
.colIndex .btn_linkImg li {
  margin: 0 0 10px 0;
}
.colIndex .btn_linkImg li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  padding: 8px;
}
.colIndex .btn_linkImg li a figure {
  margin-bottom: 16px;
}
.colIndex .btn_linkImg li a figure img {
  width: 100%;
  height: auto;
}
.colIndex .btn_linkImg li a figcaption {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
}
.colIndex .btn_linkImg li a figcaption .title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.colIndex .btn_linkImg li a figcaption .title span {
  display: inline-block;
}

#col_one {
  width: 100%;
  border: 1px solid #dcccb3;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  padding: 15px;
  position: relative;
}

/*パンくず
---------------------------------------------------- */
#bread {
  display: none;
}

/*サブナビゲーション
---------------------------------------------------- */
/*ページトップ
---------------------------------------------------- */
.sp_gotop {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sp_gotop a {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/sp/icon_arrow_top_white.png") no-repeat center center #333;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

/*
===============================================================================
■ トップページコンテンツ
===============================================================================
*/
#bgswitcher > div {
  background-position-x: center;
}

/* KV
---------------------------------------------------- */
#kv {
  width: 100%;
  height: 188px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#kv .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 188px;
  background: url("../images/bg_kv_inner.png") repeat-x center bottom;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#kv .inner img {
  position: absolute;
  top: 207px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: auto;
}

/* ファーストインフォメーション
---------------------------------------------------- */
#first_info {
  width: 100%;
  background: url("../images/bg_texture.png") repeat left top;
}
#first_info .inner {
  width: 100%;
  padding: 15px 15px 49px;
  position: relative;
}
#first_info .inner .area_sukana {
  width: 100%;
}
#first_info .inner .area_sukana h2 {
  display: none;
}
#first_info .inner .area_sukana h3 {
  text-align: center;
  margin-bottom: 13px;
}
#first_info .inner .area_sukana h3 img {
  width: 258px;
  height: auto;
}
#first_info .inner .area_sukana .goSukana a {
  display: block;
  width: 100%;
  background-color: #017a6b;
  padding: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}


#first_info .inner .area_sukana {
  width: 100%;
}
#first_info .inner .area_sukana h2 {
  display: none;
}
#first_info .inner .area_sukana h3 {
  text-align: center;
  margin-bottom: 13px;
}
#first_info .inner .area_sukana h3 img {
  width: 258px;
  height: auto;
}
#first_info .inner .area_sukana .goSukana a {
  display: block;
  width: 100%;
  background-color: #017a6b;
  padding: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}



#first_info .inner .area_sukana2 {
  width: 100%;
}
#first_info .inner .area_sukana2 h2 {
  display: none;
}
#first_info .inner .area_sukana2 h3 {
  text-align: center;
  margin-bottom: 13px;
}
#first_info .inner .area_sukana2 h3 img {
  width: 258px;
  height: auto;
}
#first_info .inner .area_sukana2 .goSukana a {
  display: block;
  width: 100%;
  background-color: #F78D2E;
  padding: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}


#first_info .inner .area_movie {
  width: 100%;
  padding-top: 23px;
}
#first_info .inner .area_movie h2 {
  font-size: 17px;
  color: #4A3A1F;
  font-weight: 600;
  text-align: center;
  margin-bottom: 19px;
}
#first_info .inner .area_movie p {
  font-size: 14px;
  color: #4a3a1f;
  line-height: 1.5;
  margin-bottom: 20px;
}
#first_info .inner .area_movie .movie {
  width: 100%;
  height: auto;
  border: 2px solid #d4c2a6;
}

/* すかなごっそInsta
---------------------------------------------------- */
.iframe_youtubeWrap {
  position: relative;
  width: 100%;
  padding: 55.776103% 0 0 0;
}

.iframe_youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sukana_insta_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.sukana_insta_wrap ul {
  width: 100%;
}
.sukana_insta_wrap ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  opacity: 1 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sukana_insta_wrap ul li a:hover {
  opacity: 1 !important;
}
.sukana_insta_wrap ul li a:hover p {
  /*opacity: 1;*/
  display: none;
}
.sukana_insta_wrap ul li a img {
  width: 100%;
  height: auto;
}
.sukana_insta_wrap ul li a p {
  display: none;
}

.swiper-container {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

/* メインコンテンツ
---------------------------------------------------- */
.col_infoLeft, .col_infoRight {
  width: 100%;
  border-top: 1px solid #eedbbd;
}
.col_infoLeft .inner, .col_infoRight .inner {
  width: 100%;
}
.col_infoLeft .inner .col_wrap, .col_infoRight .inner .col_wrap {
  width: 100%;
  padding: 15px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 1;
}
.col_infoLeft .inner .col_wrap .area_Infocol, .col_infoRight .inner .col_wrap .area_Infocol {
  overflow: hidden;
  zoom: 1;
}
.col_infoLeft .inner .col_wrap .area_Infocol h2, .col_infoLeft .inner .col_wrap .area_Infocol .sub, .col_infoRight .inner .col_wrap .area_Infocol h2, .col_infoRight .inner .col_wrap .area_Infocol .sub {
  float: right;
}
.col_infoLeft .inner .col_wrap .area_Infocol .tategaki, .col_infoRight .inner .col_wrap .area_Infocol .tategaki {
  display: none;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea, .col_infoRight .inner .col_wrap .wrap_linkArea {
  width: 100%;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li, .col_infoRight .inner .col_wrap .wrap_linkArea ul li {
  margin-bottom: 5px;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li a, .col_infoRight .inner .col_wrap .wrap_linkArea ul li a {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/sp/icon_arrow_right_white.png") no-repeat right 15px center #017a6b;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li:last-child, .col_infoRight .inner .col_wrap .wrap_linkArea ul li:last-child {
  margin-bottom: 0;
}

#infoAgri.col_infoLeft {
  background-image: url("../images/sp/bg_infoAgri.png"), url("../images/sp/pic_top_bgAgri.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top 15px, left bottom 47px;
  background-color: #fef7ec;
  -webkit-background-size: 164px auto, 124px auto;
  -o-background-size: 164px auto, 124px auto;
  background-size: 164px auto, 124px auto;
}
#infoAgri.col_infoLeft .inner .col_wrap .area_Infocol {
  width: 100px;
  margin: 23px 0 32px 0;
}
#infoAgri.col_infoLeft .inner .col_wrap .area_Infocol h2 {
  margin-left: 15px;
}
#infoAgri.col_infoLeft .inner .col_wrap .area_Infocol h2 img {
  width: 46px;
  height: auto;
}
#infoAgri.col_infoLeft .inner .col_wrap .area_Infocol .sub {
  margin-left: 26px;
}
#infoAgri.col_infoLeft .inner .col_wrap .area_Infocol .sub img {
  width: 12px;
  height: auto;
}

#infoRegi.col_infoRight {
  background-image: url("../images/sp/bg_infoRegional.png"), url("../images/sp/pic_top_bgReg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 15px, right bottom -16px;
  background-color: #fef7ec;
  -webkit-background-size: 155px auto, 107px auto;
  -o-background-size: 155px auto, 107px auto;
  background-size: 155px auto, 107px auto;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol {
  width: 100%;
  margin: 0 0 12px 0;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol h2 {
  margin: 0 30px 0 22px;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol h2 img {
  width: 36px;
  height: auto;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol .sub img {
  width: 26px;
  height: auto;
}

#infoFina.col_infoLeft {
  position: relative;
  padding-bottom: 35px;
  background-image: url("../images/sp/bg_infoFinance.png"), url("../images/sp/pic_top_bgFin.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top 15px, left top 111px;
  background-color: #fef7ec;
  -webkit-background-size: 163px auto, 98px auto;
  -o-background-size: 163px auto, 98px auto;
  background-size: 163px auto, 98px auto;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol {
  width: 115px;
  margin: 23px 0 28px 0;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol h2 {
  margin-left: 16px;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol h2 img {
  width: 63px;
  height: auto;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol .sub {
  margin-left: 8px;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol .sub img {
  width: 26px;
  height: auto;
}

#infoHayama {
  position: relative;
  width: 100%;
  padding: 36px 15px 65px;
  background-image: url("../images/sp/bg_infoHayama.png"), url("../images/bg_texture.png");
  background-repeat: no-repeat, repeat;
  background-position: center top 10px, left top;
  -webkit-background-size: 339px auto, auto auto;
  -o-background-size: 339px auto, auto auto;
  background-size: 339px auto, auto auto;
}
#infoHayama .inner {
  width: 100%;
}
#infoHayama .inner .col_wrap {
  width: 100%;
}
#infoHayama .inner .col_wrap .area_Infocol {
  width: 211px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 15px;
}
#infoHayama .inner .col_wrap .area_Infocol h2, #infoHayama .inner .col_wrap .area_Infocol .tategaki {
  float: right;
}
#infoHayama .inner .col_wrap .area_Infocol h2 {
  margin-left: 26px;
}
#infoHayama .inner .col_wrap .area_Infocol h2 img {
  width: 63px;
  height: auto;
}
#infoHayama .inner .col_wrap .area_Infocol .tategaki {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  height: 23em;
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  color: #615440;
  line-height: 20px;
  letter-spacing: 2px;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#infoHayama .inner .col_wrap .areaLink {
  width: 100%;
}
#infoHayama .inner .col_wrap .areaLink a {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/sp/icon_arrow_right_white.png") no-repeat right 15px center #017a6b;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

/* JAよこすか葉山Insta
---------------------------------------------------- */
#insta_wrap {
  position: relative;
  padding: 32px 0 35px;
}
#insta_wrap h2 {
  text-align: center;
  margin-bottom: 10px;
}
#insta_wrap h2 img {
  width: 305px;
  height: auto;
}

/* InstaSP用
---------------------------------------------------- */
.iframe_instaSP_wrap {
  position: relative;
  width: 100%;
  padding: 50%;
}

.iframe_instaSP_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*iframe先*/
.instaSP_wrap {
  width: 100%;
  padding: 15px;
}
.instaSP_wrap ul {
  width: 100%;
}
.instaSP_wrap ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  opacity: 1 !important;
}
.instaSP_wrap ul li a:hover {
  opacity: 1 !important;
}
.instaSP_wrap ul li a:hover p {
  /*opacity: 1;*/
  display: none;
}
.instaSP_wrap ul li a img {
  width: 100%;
  height: auto;
}
.instaSP_wrap ul li a p {
  display: none;
}
.instaSP_wrap .swiper-container {
  width: 100%;
}
.instaSP_wrap .swiper-button-prev, .instaSP_wrap .swiper-button-next {
  display: none;
}

/* Insta_iOS用
---------------------------------------------------- */
@media only screen and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .instaCol_center {
    width: 320px;
    margin: 0 auto;
  }

  .iframe_instaSP_wrap {
    width: 320px !important;
    margin: 0 auto;
    overflow: hidden;
  }

  .iframe_instaSP_wrap iframe {
    width: 320px;
    height: auto;
  }
}
/* 新着情報
---------------------------------------------------- */
.tab_area {
  text-align: center;
}
.tab_area li {
  display: inline-block;
  width: 25%;
  height: 40px;
  line-height: 40px;
  background-color: #017a6b;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 9px;
}
.tab_area li:nth-child(2) {
  background-color: #C94F4F;
}
.tab_area li:nth-child(3) {
  background-color: #006ba8;
}
.tab_area li.select {
  border-bottom: none;
  position: relative;
}
.tab_area li.select:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 10px solid #017a6b;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_area li.select:nth-child(2):after {
  border-top: 10px solid #C94F4F;
}
.tab_area li.select:nth-child(3):after {
  border-top: 10px solid #006ba8;
}

#newsArea_wrap {
  width: 100%;
  padding: 50px 0 35px;
  background: url("../images/sp/bg_news.png") no-repeat center top #f8ebd6;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
}

#news {
  width: 100%;
  padding: 15px;
  position: relative;
}
#news h2 {
  text-align: center;
  margin-bottom: 23px;
}
#news h2 img {
  width: 255px;
  height: auto;
}
#news .news_wrap {
  width: 100%;
  border: 2px solid #017a6b;
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 15px;
}
#news .viewAll a {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/sp/icon_arrow_right_white.png") no-repeat right 15px center #017a6b;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

.newsList {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.newsList dt {
  padding: 0px 0 3px;
  font-size: 14px;
}
.newsList dd {
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 13px 10;
  background-color: #FFF;
  margin-bottom: 16px;
}
.newsList dd:last-child {
  border-bottom: none;
}
.newsList dd a {
  display: block;
  margin-bottom: 15px;
  color: #017a6b;
}

body#top #top_none {
  display: none;
}

/*
===============================================================================
■ ボタン関係
===============================================================================
*/
/*
===============================================================================
■ アイコン関係
===============================================================================
*/
/*
--------------------------------------------------
アイコン表示位置１【ブロックの中央＆上下左右端】
--------------------------------------------------
*/
.icon_pos_center,
.icon_pos_left,
.icon_pos_right,
.icon_pos_top,
.icon_pos_bottom {
  _zoom: 1;
  background-repeat: no-repeat;
  display: block;
}

.icon_pos_center {
  background-position: center center;
  min-height: 24px;
  height: auto !important;
  height: 24px;
  /* min-height for IE6 */
}

.icon_pos_right {
  background-position: right center;
}

.icon_pos_left {
  background-position: left center;
}

.icon_pos_top {
  background-position: top center;
}

.icon_pos_bottom {
  background-position: bottom center;
}

/*
--------------------------------------------------
アイコン表示位置２【文字列の先頭末尾】
--------------------------------------------------
*/
.icon_pos_start,
.icon_pos_start_top,
.icon_pos_end {
  background-repeat: no-repeat;
  display: inline-block;
}

.icon_pos_start {
  background-position: left center;
  text-decoration: inherit;
}

.icon_pos_start_top {
  background-position: left 4px;
  text-decoration: inherit;
}

.icon_pos_end {
  background-position: right center;
  padding-left: 0px !important;
  text-decoration: inherit;
  padding-right: 24px !important;
}

/*
--------------------------------------------------
汎用アイコン
--------------------------------------------------
*/
.arrow_r {
  background-image: url("../images/icon_arrow_r.png");
  height: 19px;
  padding-left: 24px;
  padding-top: 2px;
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
}

.arrow_l {
  background-image: url("../images/sp/icon_arrow_left_green.png");
  -webkit-background-size: 13px auto;
  -o-background-size: 13px auto;
  background-size: 13px auto;
  padding-left: 21px;
}

/*
===============================================================================
■ 下層ページ
===============================================================================
*/
/*店舗・施設・ATM
---------------------------------------------------- */
#visual_title {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 8px;
}
#visual_title .col_title {
  width: 100%;
  background-color: #017a6b;
  display: table;
}
#visual_title .col_title .wrap_title {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 15px;
}
#visual_title .col_title .wrap_title h1 {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  color: #FFF;
}
#visual_title .col_title .wrap_title h1 span {
  display: inline-block;
  margin-top: 22px;
  font-size: 12px;
}
#visual_title .col_title .wrap_title h1:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #ffde00;
}
#visual_title .col_title .wrap_title .sub {
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.2rem;
  padding-top: 8px;
}
#visual_title .col_img {
  width: 100%;
}
#visual_title .col_img img {
  width: 100%;
}

.list_tenpo {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 30px;
}
.list_tenpo .mainInfo {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.list_tenpo .mainInfo .col_img {
  width: 100%;
  margin-bottom: 10px;
}
.list_tenpo .mainInfo .col_img img {
  width: 100%;
}
.list_tenpo .mainInfo .col_info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
}
.list_tenpo .mainInfo .col_info ul {
  margin-bottom: 8px;
}
.list_tenpo .mainInfo .col_info ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -5em;
  padding-left: 5em;
}
.list_tenpo table {
  width: 100%;
}
.list_tenpo table tr {
  display: table-row;
}
.list_tenpo table th, .list_tenpo table td {
  display: block;
  float: left\9v;
  width: 100%;
  border: 1px solid #dddddd;
  vertical-align: middle;
  padding: 12px 18px;
  border-bottom: none;
}
.list_tenpo table th {
  background-color: #F0F7F6;
  font-weight: 600;
  color: #017a6b;
  text-align: center;
}
.list_tenpo table td {
  background-color: #fff;
}
.list_tenpo table td.week {
  text-align: center;
  color: #017a6b;
  background-color: #F8FBFB;
}

.list_shisetsu, .list_dairiten {
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #f9f9f9;
  padding: 10px;
}
.list_shisetsu:last-child, .list_dairiten:last-child {
  border-bottom: 1px solid #dddddd;
}
.list_shisetsu .wrap, .list_dairiten .wrap {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.list_shisetsu .wrap .col_img, .list_dairiten .wrap .col_img {
  width: 100%;
}
.list_shisetsu .wrap .col_img img, .list_dairiten .wrap .col_img img {
  width: 100%;
}
.list_shisetsu .wrap .col_info, .list_dairiten .wrap .col_info {
  padding: 10px;
}
.list_shisetsu .wrap .col_info h3, .list_dairiten .wrap .col_info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
}
.list_shisetsu .wrap .col_info > ul, .list_dairiten .wrap .col_info > ul {
  margin-bottom: 8px;
}
.list_shisetsu .wrap .col_info > ul > li, .list_dairiten .wrap .col_info > ul > li {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -5em;
  padding-left: 5em;
}

.list_tenpo .btn_map a, .list_shisetsu .btn_map a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  font-size: 14px;
  color: #017a6b;
  text-decoration: underline;
  text-align: center;
  background: url("../images/sp/icon_mappin.png") no-repeat right 10px center #fff;
  -webkit-background-size: 13px auto;
  -o-background-size: 13px auto;
  background-size: 13px auto;
}
.list_tenpo .btn_map a:hover, .list_shisetsu .btn_map a:hover {
  text-decoration: none;
}

.list_dairiten {
  width: 100%;
  margin-bottom: 20px;
}
.list_dairiten .wrap {
  padding: 10px;
}
.list_dairiten .wrap .col_info {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.list_dairiten .wrap .col_info ul {
  margin-bottom: 0;
}
.list_dairiten .wrap .col_info ul li {
  font-size: 1.4rem;
  text-indent: -6em;
  padding-left: 6em;
}

#contents_inner div.atminfo img {
	width:100%;
}

/*JAバンク
---------------------------------------------------- */
#jabank .btnArea_wrap {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_01 {
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_01 li {
  margin-bottom: 10px;
}
#jabank .btn_patt_01 li:last-child {
  margin-bottom: 0;
}
#jabank .btn_patt_01 li a {
  display: block;
  width: 100%;
  padding: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#jabank .btn_patt_01 li:nth-child(1) a {
  background-image: url("../images/sp/icon_loan_white.png"), url("../images/sp/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 22px center, right 20px center;
  background-color: #017a6b;
  -webkit-background-size: 20px auto, 8px auto;
  -o-background-size: 20px auto, 8px auto;
  background-size: 20px auto, 8px auto;
}
#jabank .btn_patt_01 li:nth-child(2) a {
  background-image: url("../images/sp/icon_savings_white.png"), url("../images/sp/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 18px center, right 20px center;
  background-color: #017a6b;
  -webkit-background-size: 28px auto, 8px auto;
  -o-background-size: 28px auto, 8px auto;
  background-size: 28px auto, 8px auto;
}
#jabank .btn_patt_02 {
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_02 li {
  margin-bottom: 10px;
}
#jabank .btn_patt_02 li:last-child {
  margin-bottom: 0;
}
#jabank .btn_patt_02 li a {
  display: block;
  width: 100%;
  padding: 24px;
  border: 2px solid #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
#jabank .btn_patt_02 li a:hover {
  background-color: #f9f9f9;
}
#jabank .btn_patt_02 li:nth-child(1) a {
  background-image: url("../images/sp/icon_home_green.png"), url("../images/sp/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 24px auto, 14px auto;
  -o-background-size: 24px auto, 14px auto;
  background-size: 24px auto, 14px auto;
}
#jabank .btn_patt_02 li:nth-child(2) a {
  background-image: url("../images/sp/icon_car_green.png"), url("../images/sp/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 24px auto, 14px auto;
  -o-background-size: 24px auto, 14px auto;
  background-size: 24px auto, 14px auto;
}
#jabank .btn_patt_02 li:nth-child(3) a {
  background-image: url("../images/sp/icon_edu_green.png"), url("../images/sp/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 24px auto, 14px auto;
  -o-background-size: 24px auto, 14px auto;
  background-size: 24px auto, 14px auto;
}
#jabank .btn_patt_03 {
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_03 li {
  margin-bottom: 10px;
}
#jabank .btn_patt_03 li a {
  display: block;
  width: 100%;
  padding: 12px;
  border: 2px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #017a6b;
  text-decoration: underline;
  line-height: 1.3;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 20px center;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
#jabank .btn_patt_03 li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
#jabank .btn_patt_04 {
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_04 li {
  margin-bottom: 10px;
}
#jabank .btn_patt_04 li:last-child {
  margin-bottom: 0;
}
#jabank .btn_patt_04 li a {
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  background: url("../images/sp/bg_btn_arrow.png") no-repeat right 20px center #fff;
  -webkit-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}
#jabank .btn_patt_04 li a:hover {
  background-color: #f9f9f9;
}
#jabank .otherService {
  width: 100%;
  background-color: #FEF6E9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}
#jabank .otherService .col_title {
  width: 100%;
  text-align: center;
}
#jabank .otherService .col_title h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 8px 0 8px;
}
#jabank .otherService .col_lists {
  text-align: center;
}
#jabank .otherService .col_lists ul li {
  display: inline-block;
  line-height: 1.5;
  margin: 0 7px;
}
#jabank .otherService .col_lists ul li a {
  font-size: 1.2rem;
  color: #017a6b;
  text-decoration: underline;
}
#jabank .otherService .col_lists ul li a:hover {
  text-decoration: none;
}
#jabank .contactTell {
  width: 390px;
  height: 80px;
  padding-left: 60px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #f4e8d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #321F00;
  line-height: 1.3;
  background: url("../images/sp/icon_tell.png") no-repeat left 10px center #FEF7EC;
  -webkit-background-size: 34px auto;
  -o-background-size: 34px auto;
  background-size: 34px auto;
}
#jabank .contactTell span {
  font-size: 18px;
  font-weight: 600;
}
#jabank h2.parts.loan span {
  background: url("../images/sp/vicon_loan_green.png") no-repeat left 10px center #fff;
  -webkit-background-size: 22px auto;
  -o-background-size: 22px auto;
  background-size: 22px auto;
  padding-left: 40px;
}
#jabank h2.parts.savings span {
  background: url("../images/sp/vicon_savings_green.png") no-repeat left 5px center #fff;
  -webkit-background-size: 34px auto;
  -o-background-size: 34px auto;
  background-size: 34px auto;
  padding-left: 50px;
}

.area_bankslide {
  position: relative;
  width: 100%;
  margin: 0 auto 52px;
}
.area_bankslide img {
  width: 100%;
  height: auto;
}
.area_bankslide .slick-dots {
  bottom: -30px;
}

/*商品一覧（JAバンク）
---------------------------------------------------- */
#loanlists .area_links {
  width: 100%;
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#loanlists .area_links .btn_juutaku {
  margin-bottom: 10px;
}
#loanlists .area_links .btn_juutaku li a {
  display: block;
  width: 100%;
  padding: 24px 30px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../images/sp/bg_btn_arrow.png"), url("../images/sp/icon_home_green.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right 10px center, left 10px center;
  -webkit-background-size: 14px auto, 20px auto;
  -o-background-size: 14px auto, 20px auto;
  background-size: 14px auto, 20px auto;
  font-size: 1.3rem;
  font-weight: 600;
}
#loanlists .area_links .btn_juutaku li a:hover {
  background-color: #f9f9f9;
}
#loanlists .area_links .btn_anker {
  overflow: hidden;
  zoom: 1;
}
#loanlists .area_links .btn_anker li {
  margin-bottom: 10px;
}
#loanlists .area_links .btn_anker li:last-child {
  margin-bottom: 0;
}
#loanlists .area_links .btn_anker li a {
  display: block;
  width: 100%;
  padding: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/icon_arrow_bottom_white.png") no-repeat right 10px center #017a6b;
  -webkit-background-size: 8px auto;
  -o-background-size: 8px auto;
  background-size: 8px auto;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
#loanlists .area_kinri {
  width: 100%;
  background-color: #F4E8D6;
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
}
#loanlists .area_kinri .col_l {
  width: 100%;
}
#loanlists .area_kinri .col_l ul {
  padding-top: 10px;
}
#loanlists .area_kinri .col_l ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#loanlists .area_kinri .col_l ul li span {
  font-size: 1.2rem;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) {
  height: 60px;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) span a {
  display: block;
  height: 60px;
  line-height: 60px;
  border: 2px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  background: url("../images/sp/bg_btn_out.png") no-repeat right 10px center #fff;
  -webkit-background-size: 15px auto;
  -o-background-size: 15px auto;
  background-size: 15px auto;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) span a:hover {
  background-color: #f9f9f9;
}
#loanlists .area_kinri .col_r {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
#loanlists .area_kinri .col_r ul {
  text-align: center;
}
#loanlists .area_kinri .col_r ul li:nth-child(1) {
  display: inline-block;
  padding: 6px 16px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
}
#loanlists .area_kinri .col_r ul li:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  color: #C60000;
}
#loanlists .area_kinri .col_r ul li:nth-child(2) span {
  font-size: 16px;
}
#loanlists .area_toku {
  background-color: #FFFAE4;
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffd62f;
  margin-bottom: 10px;
}
#loanlists .area_toku p {
  margin-top: 0;
}
#loanlists .area_toku p .red {
  color: #C60000;
}
#loanlists .area_toku p .num {
  font-size: 1.6rem;
  line-height: 1;
}
#loanlists .area_toku dl {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
#loanlists .area_toku dl dt {
  padding: 10px;
  background-color: #017a6b;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#loanlists .area_toku dl dd {
  padding: 10px;
  line-height: 1.7;
}
#loanlists ul.att {
  color: #666;
  line-height: 1.5;
}
#loanlists ul.att li {
  margin-bottom: 2px;
}

.area_gaiyou {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}

/*住宅ローン（JAバンク）
---------------------------------------------------- */
#house .kinri_type {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
#house .kinri_type .table .col {
  text-align: center;
  vertical-align: middle;
}
#house .kinri_type .table .col:nth-child(1) h3 {
  font-size: 1.8rem;
  color: #017a6b;
  font-weight: 600;
  margin: 12px 0;
}
#house .kinri_type .table .col:nth-child(1) dl {
  line-height: 1.6;
  margin-bottom: 10px;
}
#house .kinri_type .table .col:nth-child(1) dl dd span.kinri {
  font-size: 1.8rem;
  font-weight: 600;
  color: #C60000;
  line-height: 1;
}
#house .kinri_type .table .col:nth-child(1) dl dd span.per {
  font-size: 1.3rem;
}
#house .kinri_type .table .col:nth-child(2) {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
}
#house .kinri_type .table .col:nth-child(2) dl {
  line-height: 1.3;
}
#house .kinri_type .table .col:nth-child(2) dl dt {
  display: inline-block;
  width: 200px;
  height: 25px;
  line-height: 25px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num {
  font-size: 1.6rem;
  color: #c60000;
  font-weight: 600;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .per {
  font-size: 12px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .oya {
  font-size: 28px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .year {
  font-size: 12px;
  vertical-align: middle;
  padding-right: 8px;
}
#house .btns .kouza span, #house .btns .card span {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f4e8d6;
  padding: 16px 16px 16px 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #321F00;
}
#house .btns li.kouza span {
  background: url("../images/icon_many.png") no-repeat left 10px center #FEF7EC;
  -webkit-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}
#house .btns li.card span {
  background: url("../images/icon_card.png") no-repeat left 10px center #FEF7EC;
  -webkit-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
}
#house .area_point {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#house .area_point > ul > li {
  width: 100%;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
#house .area_point > ul > li:last-child {
  margin-bottom: 0;
}
#house .area_point > ul > li .col {
  position: relative;
}
#house .area_point > ul > li .col .point {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffde00;
  font-weight: 600;
  font-size: 1.0rem;
}
#house .area_point > ul > li .col:nth-child(1) {
  width: 100%;
  padding: 18px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#house .area_point > ul > li .col:nth-child(2) {
  vertical-align: middle;
}
#house .area_point > ul > li .col:nth-child(2) ul {
  padding-left: 20px;
}
#house .area_point > ul > li .col:nth-child(2) ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3px;
}
#house .area_point > ul > li .col:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
#house .area_case {
  width: 100%;
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#house .area_case .exe {
  width: 100%;
  display: table;
  margin-bottom: 32px;
}
#house .area_case .exe .col:nth-child(1) {
  display: table-cell;
  width: 45px;
  height: 45px;
  background-color: #017a6b;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
}
#house .area_case .exe .col:nth-child(2) {
  display: table-cell;
  padding: 10px;
  background-color: #FEF6E9;
  -webkit-border-radius: 0px 3px 3px 0;
  border-radius: 0px 3px 3px 0;
  vertical-align: middle;
  text-align: center;
  color: #017a6b;
  font-weight: 600;
  line-height: 1.3;
}
#house .area_case .case_lists_wrap .col {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#house .area_case .case_lists_wrap .col:last-child {
  margin-bottom: 0;
}
#house .area_case .case_lists_wrap .col .planInfo {
  padding: 28px 10px 10px;
}
#house .area_case .case_lists_wrap .col .planInfo li {
  line-height: 1.5;
  text-align: center;
}
#house .area_case .case_lists_wrap .col .planInfo li:nth-child(1) {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
  background: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#house .area_case .case_lists_wrap .col .planInfo li:nth-child(2) {
  color: #666;
  margin-bottom: 10px;
}
#house .area_case .case_lists_wrap .col .kinriInfo {
  background-color: #fef6e9;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}
#house .area_case .case_lists_wrap .col .kinriInfo li .num {
  font-size: 24px;
}

table.faq tbody tr:nth-child(odd) {
  background-color: #FFE6FF;
}
table.faq tbody tr td:nth-child(1) {
  text-align: center;
  width: 60px;
}
table.faq tbody tr td {
  background-color: rgba(255, 255, 255, 0);
}

/*すかなごちそう
---------------------------------------------------- */
.gochisou_lists {
  width: 100%;
}
.gochisou_lists ul {
  overflow: hidden;
  zoom: 1;
}
.gochisou_lists ul li {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0 11px 11px 0;
  background: url("../images/bg_texture_gochi.png") repeat left top;
}
.gochisou_lists ul li:last-child {
  margin-bottom: 0;
}
.gochisou_lists ul li figure {
  margin-bottom: 13px;
}
.gochisou_lists ul li figure img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
}
.gochisou_lists ul li figcaption {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 45px 10px 0;
}
.gochisou_lists ul li figcaption span {
  display: block;
  width: 35px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 5px;
  text-align: center;
  font-size: 9px;
  color: #FFF;
  font-weight: 600;
  background-color: #FF7200;
}
.gochisou_lists ul li figcaption span:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #c65900 transparent transparent;
}
.gochisou_lists ul li .nextLink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.gochisou_lists ul li .nextLink a {
  display: block;
  width: 35px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/sp/icon_arrow_right_white.png") no-repeat center center #017a6b;
  -webkit-background-size: 15px auto;
  -o-background-size: 15px auto;
  background-size: 15px auto;
}

.gochisou_insta {
	width:80%;
	text-align:center;
	border:5px solid #D3F8D8;
	overflow:hidden;
	margin:50px auto 50px;
	padding:5px;
}

/*すかなごちそう詳細
---------------------------------------------------- */
.recipe_intro {
  width: 100%;
  padding: 15px;
  margin-bottom: 24px;
  background: url("../images/bg_texture_gochi.png") repeat left top;
}
.recipe_intro .col_photo {
  width: 100%;
  margin-bottom: 12px;
}
.recipe_intro .col_photo img {
  width: 100%;
  height: auto;
}
.recipe_intro .col_photo img.borderW {
  border: 3px solid #fff;
}
.recipe_intro .col_title {
  width: 100%;
  vertical-align: middle;
  line-height: 1.5;
  text-align: center;
}
.recipe_intro .col_title h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.recipe_intro .col_title .sub {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.recipe_intro .col_title p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.howto {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 43px;
}
.howto dt {
  float: left;
  width: 23px;
  height: 23px;
  background: url("../images/sp/bg_makeflow.png") no-repeat left top;
  -webkit-background-size: 23px auto;
  -o-background-size: 23px auto;
  background-size: 23px auto;
  line-height: 23px;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
.howto dd {
  border-bottom: 1px solid #dddddd;
  color: #4A3A1F;
  line-height: 1.7;
  padding: 0 0 14px 35px;
  margin-bottom: 14px;
}

.howto2 {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 43px;
}
.howto2 dt {
  float: left;
  width: 23px;
  height: 23px;
  margin-top:-4px;
  line-height: 30px;
  font-size: 1.5em;
  text-align: center;
  color: #A6957A;
}
.howto2 dd {
  border-bottom: 1px solid #dddddd;
  color: #4A3A1F;
  line-height: 1.7;
  padding: 0 0 14px 35px;
  margin-bottom: 14px;
}

.material {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #f0e0c7;
  border-bottom: none;
}
.material tr {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.material tr th, .material tr td {
  width: 50%;
  line-height: 1.5;
  padding: 14px 16px;
}
.material tr th {
  background-color: #FEF7EC;
  border-bottom: 1px solid #f0e0c7;
  border-right: 1px solid #f0e0c7;
}
.material tr td {
  background-color: #FEFCF9;
  border-bottom: 1px solid #f0e0c7;
}
.material tr .bg_brown {
  background-color: #6e5e45;
  color: #fff;
  width: 100%;
  border-right: none;
}

.onepoint {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffd62f;
  background-color: #fffae4;
  padding: 10px;
  position: relative;
  margin-bottom: 26px;
}
.onepoint h4 span {
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}
.onepoint:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #FFD62F;
  z-index: 0;
}

#recipe_detail h3 span {
  font-size: 1.2rem;
}
#recipe_detail h3 span .big {
  font-size: 1.6rem;
}

.gochisou_inner{
  display:inline-block;
  background: #68d371;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px 30px 10px 50px;
  background-image: url("../images/about/pdf_eiyouka.png") ;
  background-repeat:no-repeat;
  background-position:10px 5px;

}
.gochisou_inner a{
  color:#fff;
}


/*観光農園
---------------------------------------------------- */
#tourism #visual_title .col_title {
  background-color: #ef7369;
}

.language {
  overflow: hidden;
  zoom: 1;
  padding: 8px 0 0 0;
}
.language li {
  float: right;
  line-height: 1.5;
}

#tourism #col_one.titleIn .wrap_titleIn {
  padding: 0;
}
#tourism h2.parts {
  color: #EF7369;
}
#tourism h2.parts:before {
  background-color: #EF7369;
}
#tourism .btn_patt_01 li {
  margin-bottom: 10px;
}
#tourism .btn_patt_01 li:last-child {
  margin-bottom: 0;
}
#tourism .btn_patt_01 li a {
  display: block;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#tourism .btn_patt_01 li:nth-child(1) a {
  background-color: #EF7369;
  background-image: url("../images/icon_ichigo.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 21px auto, auto auto;
  -o-background-size: 21px auto, auto auto;
  background-size: 21px auto, auto auto;
}
#tourism .btn_patt_01 li:nth-child(2) a {
  background-color: #c18aaf;
  background-image: url("../images/icon_imo.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 23px auto, auto auto;
  -o-background-size: 23px auto, auto auto;
  background-size: 23px auto, auto auto;
}
#tourism .btn_patt_01 li:nth-child(3) a {
  background-color: #f8b436;
  background-image: url("../images/icon_mikan.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  -webkit-background-size: 20px auto, auto auto;
  -o-background-size: 20px auto, auto auto;
  background-size: 20px auto, auto auto;
}
#tourism .area_mapInfo {
  padding: 10px;
  background-color: #FCF2F1;
  margin-bottom: 50px;
}
#tourism .area_mapInfo .pic_map {
  margin-bottom: 15px;
}
#tourism .area_mapInfo .pic_map img {
  width: 100%;
}
#tourism .info_panel {
  background-color: #FFF;
  padding: 10px;
}
#tourism .info_panel h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#tourism .info_panel .thum {
  margin-bottom: 10px;
}
#tourism .info_panel .thum img {
  width: 100%;
}
#tourism .info_panel ul.detail li {
  line-height: 1.3;
  margin-bottom: 6px;
}
#tourism .info_panel ul.detail li:last-child {
  font-size: 16px;
  font-weight: 600;
}

#gmap_wraper {
  position: relative;
  padding-top: 260px;
  border: 3px solid #dddddd;
  margin-bottom: 20px;
}

#gmap {
  position: absolute;
  width: 100%;
  height: 260px;
  top: 0;
}

.nouenInfo {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
}
.nouenInfo:last-child {
  margin-bottom: 22px;
}
.nouenInfo .row {
  margin-bottom: 20px;
}
.nouenInfo .col_img {
  width: 100%;
  margin-bottom: 16px;
}
.nouenInfo .col_img img {
  width: 100%;
}
.nouenInfo .col_info {
  width: 100%;
}
.nouenInfo .col_info dl {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 8px;
}
.nouenInfo .col_info dl dt, .nouenInfo .col_info dl dd {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 1.2rem;
  font-weight: 600;
}
.nouenInfo .col_info dl dt {
  color: #ef7369;
  margin-right: 24px;
}
.nouenInfo .col_info dl dd {
  position: relative;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef7369;
  padding: 0 9px;
}
.nouenInfo .col_info dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ef7269;
}
.nouenInfo .col_info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #EF7369;
  margin-bottom: 15px;
}
.nouenInfo table {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 16px;
  border: 1px solid #f3b4ae;
  border-bottom: none;
}
.nouenInfo table tr {
  display: table-row;
}
.nouenInfo table tr th, .nouenInfo table tr td {
  display: block;
  float: left\9v;
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #f3b4ae;
}
.nouenInfo table tr th {
  background-color: #FEF6F5;
  text-align: center;
}
.nouenInfo table tr td {
  background-color: #FEFCFC;
}
.nouenInfo table tr td .tell {
  font-size: 1.6rem;
  font-weight: 600;
}
.nouenInfo table tr td .daywidth {
  display: inline-block;
  width: 120px;
}
.nouenInfo .pagetop {
  text-align: right;
}
.nouenInfo .pagetop a {
  text-decoration: underline;
  font-size: 1.2rem;
  color: #666;
}
.nouenInfo .pagetop a:hover {
  text-decoration: none;
}

#imohori.nouenInfo .col_info dl dt {
  color: #c18aaf;
}
#imohori.nouenInfo .col_info dl dd {
  background-color: #c18aaf;
}
#imohori.nouenInfo .col_info dl dd:before {
  border-color: transparent transparent transparent #c18aaf;
}
#imohori.nouenInfo .col_info h3 {
  color: #c18aaf;
}
#imohori.nouenInfo table {
  border: 1px solid #e7c5dc;
  border-bottom: none;
}
#imohori.nouenInfo table th, #imohori.nouenInfo table td {
  border-bottom: 1px solid #e7c5dc;
}
#imohori.nouenInfo table th {
  background-color: #faf1f7;
}
#imohori.nouenInfo table td {
  background-color: #FFFBFE;
}

#mikangari.nouenInfo {
  margin-bottom: 22px;
}
#mikangari.nouenInfo .col_info dl dt {
  color: #f8b436;
}
#mikangari.nouenInfo .col_info dl dd {
  background-color: #f8b436;
}
#mikangari.nouenInfo .col_info dl dd:before {
  border-color: transparent transparent transparent #f8b436;
}
#mikangari.nouenInfo .col_info h3 {
  color: #f8b436;
}
#mikangari.nouenInfo table {
  border: 1px solid #fad99d;
  border-bottom: none;
}
#mikangari.nouenInfo table th, #mikangari.nouenInfo table td {
  border-bottom: 1px solid #fad99d;
}
#mikangari.nouenInfo table th {
  background-color: #fcf4e6;
}
#mikangari.nouenInfo table td {
  background-color: #fefbf5;
}

.ticket .linklist li a {
  font-weight: normal;
  text-align: left;
}
.ticket .col_right {
  display: table;
}
.ticket .col_right ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  height: 60px;
}
.ticket .col_right ul li {
  line-height: 1.5;
}

/*おすすめ商品
---------------------------------------------------- */
.btns.osusume > li > a {
  font-size: 14px;
  padding-left: 70px;
  padding-right: 30px;
  text-align: left;
}
.btns.osusume > li:nth-child(1) a {
  background-image: url("../images/syokunou/jusu.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
  -webkit-background-size: 59px auto, auto auto;
  -o-background-size: 59px auto, auto auto;
  background-size: 59px auto, auto auto;
}
.btns.osusume > li:nth-child(2) a {
  background-image: url("../images/syokunou/kanmen.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
  -webkit-background-size: 61px auto, auto auto;
  -o-background-size: 61px auto, auto auto;
  background-size: 61px auto, auto auto;
}
.btns.osusume > li:nth-child(3) a {
  background-image: url("../images/syokunou/gohan.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
  -webkit-background-size: 62px auto, auto auto;
  -o-background-size: 62px auto, auto auto;
  background-size: 62px auto, auto auto;
}
.btns.osusume > li:nth-child(4) a {
  background-image: url("../images/syokunou/noukigu.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
  -webkit-background-size: 60px auto, auto auto;
  -o-background-size: 60px auto, auto auto;
  background-size: 60px auto, auto auto;
}
.btns.osusume > li:nth-child(5) a {
  background-image: url("../images/syokunou/gas.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
  -webkit-background-size: 60px auto, auto auto;
  -o-background-size: 60px auto, auto auto;
  background-size: 60px auto, auto auto;
}

/*特産物
---------------------------------------------------- */
#tokusan .ankerlink li:last-child a {
  background: url("../images/sp/bg_btn_out.png") no-repeat right 10px center #f9f9f9;
  -webkit-background-size: 15px auto;
  -o-background-size: 15px auto;
  background-size: 15px auto;
}

.btns.hayamagyu li a {
  padding: 12px;
  font-weight: normal;
  text-align: left;
  font-size: 1.4rem;
}

/*JA職員になろう
---------------------------------------------------- */
/*キャンペーン商品
---------------------------------------------------- */
.campainInfo .area_pdf {
  margin-bottom: 24px;
}

/* 活動案内
---------------------------------------------------- */
.gallery {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.gallery ul li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.gallery ul li img {
  width: 100%;
  height: auto;
}
.gallery ul li:nth-child(odd) {
  padding-right: 5px;
}
.gallery ul li:nth-child(even) {
  padding-left: 5px;
}

/*お問い合わせ
---------------------------------------------------- */
#contact #contents {
  padding-top: 35px;
}
#contact #contents #col_one {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"], textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

select {
  height: 34px;
  text-align: center;
  background-color: #6e5e45;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 10px;
}

input[type="radio"] {
  margin-right: 4px;
  display: none;
}

.label {
  display: inline-block;
  position: relative;
  padding: 6px 6px 6px 24px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 50%;
  content: '';
}

.label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7f6e5f;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .label:before {
  opacity: 1;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input[type=submit], input[type=reset] {
  display: block;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
  margin-right: 12px;
  padding: 10px 0;
  color: #fff;
}

input[type=reset] {
  margin-right: 0;
}

.kaku {
  font-size: 1.3rem;
  color: #666;
}

li.ex {
  font-size: 1.3rem;
  color: #666;
}

.form_parts li {
  display: inline-block;
}
.form_parts li.w100 {
  width: 100%;
}

.title li {
  display: block;
}

.name li.input {
  width: 100%;
}

.post li.input {
  width: 100px;
}
.post li.input:nth-child(4) {
  width: 80px;
}

.birthday li.input {
  width: 40px;
}
.birthday li.input:nth-child(1) {
  width: 50px;
}
.birthday li.item {
  margin-right: 8px;
}

.tell li.input {
  width: 150px;
}

.btn_contact {
  text-align: center;
}
.btn_contact li {
  display: inline-block;
}

.myError {
  color: red;
  font-size: 12px;
}

select.myError {
  color: white;
}

/*
===============================================================================
■ 汎用
===============================================================================
*/
.row {
  overflow: hidden;
  *zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.bb_none {
  border-bottom: none;
}

.border {
  border: 1px solid #dddddd;
}

.block {
  display: block;
}

.bg_green {
  background-color: #017a6b !important;
}

.bg_eme {
  background-color: #c3e2d7;
}

.bg_l_eme {
  background-color: #ebf5f2;
}

.bg_l_green {
  background-color: #f4f8e5;
}

.ind_dice {
  padding-left: 1em;
  text-indent: -0.5em;
}
.ind_dice .ind_area {
  display: inline-block;
  width: 0.5em;
}

.ind_num {
  padding-left: 1.4em;
  text-indent: -0.6em;
}
.ind_num .ind_area {
  display: inline-block;
  width: 0.6em;
}

.ind_kk {
  padding-left: 1.8em;
  text-indent: -1.2em;
}
.ind_kk .ind_area {
  display: inline-block;
  width: 1.2em;
}

.ind_att_num {
  display: inline-block;
  padding-left: 2em;
  text-indent: -1em;
}
.ind_att_num .ind_area {
  display: inline-block;
  width: 1em;
}

.ind_kk_att {
  padding-left: 2.3em;
  text-indent: -1.4em;
}
.ind_kk_att .ind_area {
  display: inline-block;
  width: 1.4em;
}

.ind_kk_att_num {
  padding-left: 3.5em;
  text-indent: -2em;
}
.ind_kk_att_num .ind_area {
  display: inline-block;
  width: 2em;
}

.ind_kk_num {
  padding-left: 2.5em;
  text-indent: -1.4em;
}
.ind_kk_num .ind_area {
  display: inline-block;
  width: 1.4em;
}

.ind_kana {
  padding-left: 2.3em;
  text-indent: -1em;
}
.ind_kana .ind_area {
  display: inline-block;
  width: 1em;
}

.underline {
  text-decoration: underline;
}

/*
===============================================================================
■ レスポンシブ汎用
===============================================================================
*/
.sp-none {
  display: none;
}

.full {
  width: 100%;
  height: auto;
}

.break_all {
  word-break: break-all;
}

/*
===============================================================================
■ すかなごっそアイコン
===============================================================================
*/
.gosso_icon {
	height:80px;
	background:url(/images/gosso_icon.png) no-repeat scroll 230px;
}

/*


/*
===============================================================================
■ すかなごっそ
===============================================================================
*/
.b-photo {
	width:100%;
}

/*
===============================================================================
■ liblary設定上書き
===============================================================================
*/
.green {
  color: #017a6b !important;
}

.black {
  color: #000 !important;
}

/*
===============================================================================
■ TOP 動画　修正箇所
===============================================================================
*/
.area_movie{
	overflow:hidden;
	text-aling:center; 
}

.area_movie h2{
	font-size:1.3em;
	font-weight:bold;
}
.area_movie .rap p{
	padding-left:10px;
	line-height:1.4em;
	text-align:center;
}
.area_movie a {
  display: block;
  width: 80%;
  background-color: #017a6b;
  padding: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
margin:20px auto;
}
.area_movie .movie{
	width:300px;
	float:none;
	
margin:20px auto;
}

.area_movie h3{
  margin:20px auto 10px;
  width:40%;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  text-align:center;
  color: #4A3A1F;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  }
  .area_movie h3:before, .area_movie h3:after{
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
    height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
  }
  .area_movie h3:before {left: 7px;}
  .area_movie h3:after {right: 7px;}

  
/*
===============================================================================
■ 営農だより（2019.04.30）
===============================================================================
*/
.ac h3{
  color:#fff;
  padding:10px;
  color:#017A6B;
  background:rgb(224, 230, 225);
  cursor:pointer;
  }
  .ac h3 span{
  display:block;
  background:url(/../images/sbg01.png) no-repeat right 50%;
  }
  .ac h3.bg02 span{
  background:url(/../images/sbg02.png) no-repeat right 50%;
  }
  .ac-rap{
  display:none;
  list-style: none;
  }

/*
===============================================================================
br (SPのみ改行　)
===============================================================================
*/

.br-sp{
	display: block;
}

.br-pc{
	display:none;
}

/*
===============================================================================
■ 広報 JA通信　年度別メニュー（2020.03.12）
===============================================================================
*/
.cp_menu {
	max-width: 100%;
	/* max-width: 360px; */
	/* margin: 0 auto; */
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #017a6b;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #017a6b;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}

.cp_menu input{
	display: none;
}

.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #ffffff;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #jatsushin_2019 li,
#cp_menu_bar2:checked ~ #jatsushin_2018 li,
#cp_menu_bar3:checked ~ #jatsushin_2017 li {
	max-height: 46px;
	opacity: 1;
}

.jatsushin_title {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #017a6b;
	cursor: pointer;
}