/* ===================================================================
汎用 スタイル
=================================================================== */
@media screen and (max-width: 1000px) {
img {
   max-width: 100%;
   height: auto;
}
}
.breadcrumbs {
   text-align: right;
   margin-bottom: 40px;
}
.breadcrumbs li {
   display: inline-block;
   font-size: 13px;
   font-size: 1.3rem;
   position: relative;
}
.breadcrumbs a {
   color: #313131;
   text-decoration: underline;
}
.breadcrumbs li::after {
   content: '>';
   padding: 0 10px;
}
.breadcrumbs li:last-child::after {
   content: none;
}

@media screen and (max-width: 1000px) {
.breadcrumbs {display: none;}
}

.page_title {
   background: url(../img/title_bg.png) bottom center repeat-x #ced436;
   font-size: 22px;
   font-size: 2.2rem;
   color: #FFF;
   margin-bottom: 15px;
}
.page_title .wrapper {
   overflow: visible;
}
@media screen and (max-width: 1000px) {
.page_title .wrapper {
   background-size: 130px auto;
}
}
.page_title h2 {
   padding: 45px 0 65px;
   width: 40%;
}
.page_title ul {
   width: 58%;
   text-align: right;
   line-height: 120%;
}
.page_title ul li {
   display: inline-block;
   margin-left: 10px;
   margin-bottom: 0;
   padding: 0;
}
.page_title ul li a {
   color: #FFF;
   text-decoration: none;
   font-size: 14px;
   position: relative;
   padding-left: 12px;
}
.page_title ul li a:hover {
   text-decoration: underline;
}
.page_title ul li a::before {
   content: '>';
   position: absolute;
   top:0;
   bottom: 0;
   left: 0;
   line-height: 135%;
}

@media screen and (max-width: 1000px) {
.page_title {
   font-size: 18px;
   font-size: 1.8rem;
   margin-bottom: 30px;
   text-align: center;
   margin-top: 50px;
}
.page_title h2 {
   width: 100%;
}
.page_title h2 {
   padding: 35px 0 15px;
}
.page_title ul {
   width: 100%;
   padding: 0 0 15px 0;
   text-align: center;
}
}
.title_big01 {
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 0px 5px #fff;
  padding: 0.7em 1.5em;
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.title_big01:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-width: 0 0 25px 25px;
  border-style: solid;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tb01-01 { background: #0cb2dc;}
.tb01-01::after {border-color: #fff #fff #0e5877;}
.tb01-02 { background: #ffa200;}
.tb01-02::after {border-color: #fff #fff #b07103;}
.tb01-03 { background: #71b034;}
.tb01-03::after {border-color: #fff #fff #346405;}
.tb01-04 { background: #03a9df;}
.tb01-04::after {border-color: #fff #fff #097294;}
.tb01-05 { background: #f27aaa;}
.tb01-05::after {border-color: #fff #fff #b71154;}
.title_big02 {
   text-align: center;
   font-size: 22px;
   font-size: 2.2rem;
   font-weight: bold;
   margin-bottom: 30px;
}
.title_big02 span {
   padding: 5px 10px 5px;
}
.tb02-01 span {
   border-bottom: 2px dashed #0cb2dc;
   color: #0cb2dc;
}
.tb02-02 span {
   border-bottom: 2px dashed #ffa200;
   color: #ffa200;
}
.tb02-03 span {
   border-bottom: 2px dashed #71b034;
   color: #71b034;
}
.tb02-04 span {
   border-bottom: 2px dashed #03a9df;
   color: #03a9df;
}
.tb02-05 span {
   border-bottom: 2px dashed #f27aaa;
   color: #f27aaa;
}
.title_big03 {
   font-size: 22px;
   font-size: 2.2rem;
   margin-bottom: 30px;
   border-left: 5px solid #0cb2dc;
   padding-left: 10px;
}
.tb03-01 {color: #0cb2dc}
.tb03-02 {color: #ffa200}
.tb03-03 {color: #71b034}
.tb03-04 {color: #03a9df}
.tb03-05 {color: #f27aaa}

@media screen and (max-width: 1000px) {
.title_big01, .title_big02, .title_big03 {
   font-size: 18px;
}
}
.title_middle01 {
   font-size: 18px;
   font-size: 1.8rem;
   margin-bottom: 30px;
   text-align: center;
}
.title_middle02 {
   font-size: 18px;
   font-size: 1.8rem;
   margin-bottom: 30px;
}
.title_middle02.tb03-01 {border-left: 5px solid #0cb2dc;padding-left: 10px;}
.title_middle02.tb03-02 {border-left: 5px solid #ffa200;padding-left: 10px;}
.title_middle02.tb03-03 {border-left: 5px solid #71b034;padding-left: 10px;}
.title_middle02.tb03-04 {border-left: 5px solid #03a9df;padding-left: 10px;}
.title_middle02.tb03-05 {border-left: 5px solid #f27aaa;padding-left: 10px;}


.title_small01 {
   text-align: center;
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: bold;
   margin-bottom: 20px;
}
.title_small02 {
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: bold;
   margin-bottom: 20px;
}
.title_small03 {
display: block;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.title_small03 span {
border-bottom: 2px solid #aea79b;
padding-bottom: 3px;
}

.photo_left img {
   float: left;
   margin: 0 25px 10px 0;
}

.photo_right img {
   float: right;
   margin:  0 0 10px 25px;
}

.map {
   float: right;
   margin:  0 0 10px 25px;
}

@media screen and (max-width: 1000px) {
.photo_left img {
   float: none;
   display: block;
   margin: 0 auto 25px;
}

.photo_right img {
   float: none;
   margin:  0 auto 25px;
   display: block;
}
}
.photo_left02 {
   float: left;
   margin-right: 40px;
}
.photo_right02 {
   overflow: auto;
}
.photo_left03 {
   overflow: auto;
}
.photo_right03 {
   float: right;
   margin: 0 0 25px 40px;
}
@media screen and (max-width: 1000px) {
.photo_left02 {
   width: 100%;
   text-align: center;
   margin-bottom: 25px;
}
.photo_right02 {
   width: 100%;
}
.photo_left03 {
   width: 100%;
   order: 2;
}
.photo_right03 {
   width: 100%;
   text-align: center;
   margin-bottom: 25px;
   order: 1;
}
}

.layout_horizon {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   text-align: center;
   justify-content: space-between;
}
.layout_horizon::after{
  content:"";
  display: block;
  width: 30%;
}
.layout_horizon::before{
  content:"";
  display: block;
  width: 23%;
  order:1;
}
.layout_horizon::after{
  content:"";
  display: block;
  width: 23%;
}
.layout_horizon img {
   max-width: 100%;
   height: auto;
   margin-bottom: 10px;
}
.hor02 div {
   width: 48%;
}
.hor03 div {
   width: 31%;
}
.hor04 div {
   width: 23%;
}
@media screen and (max-width: 1000px) {
.hor02 div {
   width: 48%;
   text-align: center;
   margin-bottom: 25px;
}
.hor03 div {
   width: 100%;
   text-align: center;
   margin-bottom: 20px;
}
.hor04 div {
   width: 48%;
   text-align: center;
   margin-bottom: 25px;
}
}
.hor05 div {
   width: 31%;
   border: 1px solid #C7C7C7;
}
.hor05 div img {
   max-width: 100%;
   height: auto;
   border-bottom: 1px solid #c7c7c7;
}
.hor05 div .hor05in {
   padding: 10px;
   text-align: center;
   line-height: 130%;
}
.hor05 div .hor05in a {
   background: url(../img/arrow02.png) top left no-repeat;
   padding: 0 0 0 15px;
   text-decoration: none;
   display: inline-block;
   color: #85ac10;
}
.hor05 div .hor05in a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 1000px) {
.hor05 div {
   width: 100%;
}
}
.hanyo_goods {
   width: 100%;
   margin: 0 auto 35px;
}
.hanyo_goods_left {
   width: 45%;
}
.hanyo_goods_right {
   width: 52%;
}
.hanyo_goods_right h2 {
   font-size: 22px;
   font-size: 2.2rem;
   font-weight: bold;
   margin-bottom: 10px;
}
.hanyo_goods_right .hgr_price {
   font-size: 20px;
   font-size: 2.0rem;
}
.hanyo_goods_right ul {
   float: right;
}
.hanyo_goods_right ul li {
   float: left;
   margin-left: 15px;
}
@media screen and (max-width: 1000px) {
.hanyo_goods_left {
   width: 100%;
   text-align: center;
   margin: 0 auto 15px;
}
.hanyo_goods_right {
   width: 100%;
}
.hanyo_goods_right ul {
   float: none;
   text-align: center;
}
.hanyo_goods_right ul li {
   float: none;
   display: inline-block;
   width: 100%;
   margin-left: 0px;
}
}

@media screen and (max-width: 1000px) {
.scroll{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
margin-bottom: 30px;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}
.layout_title::after {
   width: 48%;
   display: block;
}
.layout_titleArea {
   width: 48%;
   margin-bottom: 25px;
}
.layout_titleArea h3 {
   border-bottom: 2px solid #95ba00;
   padding-bottom: 5px;
   margin-bottom: 15px;
}
.layout_t_img {
   width: 40%;
}
.layout_t_txt {
   width: 55%;
}
@media screen and (max-width: 1000px) {
.layout_titleArea {
   width: 100%;
   margin-bottom: 25px;
}
}

.table01 {
   width: 100%;
}
.table01 th, .table01 td {
   padding: 12px;
   vertical-align: middle;
   border: 1px solid #DFDFDF;
   width: 50%;
   font-weight: normal;
}
.table01 th {
   background-color: #eaeaea;
}
.table01 td {
   background-color: #FFF;
}



.table02 {
   width: 100%;
}
.table02 th, .table02 td {
   padding: 12px;
   vertical-align: middle;
   border: 1px solid #DFDFDF;
   font-weight: normal;
}
.table02 th {
   width: 30%;
   background-color: #eaeaea;
}
.table02 th.th-02 {
   width: 70%;
}
.table02 td {
   background-color: #FFF;
}
.table02 th.width_long {
   width: 40%;
}
.table02 th.width_short {
   width: 10%;
}
.table02 th.width_mid {
   width: 25%;
}
.table02 th.width_mid2 {
   width: 20%;
}

@media screen and (max-width: 1000px) {

}

.table03 {
   width: 100%;
}
.table03 th, .table03 td {
   padding: 10px;
   vertical-align: middle;
   border: 1px solid #DFDFDF;
   font-weight: normal;
}
.table03 th {
   width: 50%;
   background-color: #eaeaea;
   text-align: left;
}
.table03 td {
   background-color: #FFF;
   width: 50%;
}

@media screen and (max-width: 1000px) {
.table03 {
   width: 100%;
   border: 1px solid #DFDFDF;
}
.table03 th {
   width: 100%;
   display: block;
   border: 0px solid #DFDFDF;
}
.table03 td.sp_td {
   border-bottom: 0px solid #DFDFDF;
   text-align: center;
   padding-bottom: 0;
}
.table03 td {
   display: block;
   width: 100%;
   border: 0;
   border-bottom: 1px solid #DFDFDF;
}
}


.table04 {
   width: 100%;
}
.table04 th, .table04 td {
   padding: 10px;
   vertical-align: middle;
   border: 1px solid #DFDFDF;
   font-weight: normal;
}
.table04 th {
   width: 30%;
   background-color: #DFDFDF;
   text-align: left;
}
.table04 td {
   background-color: #FFF;
   width: 70%;
}

@media screen and (max-width: 1000px) {
.table04 {
   width: 100%;
   border: 1px solid #DFDFDF;
}
.table04 th {
   width: 100%;
   display: block;
   border: 0px solid #DFDFDF;
}
.table04 td.sp_td {
   border-bottom: 0px solid #DFDFDF;
   text-align: center;
   padding-bottom: 0;
}
.table04 td {
   display: block;
   width: 100%;
   border: 0;
   border-bottom: 1px solid #DFDFDF;
}
}

.bt_flex a {
   display: block;
   color: #FFF!important;
   text-decoration: none!important;
   background-color: #95ba00;
   
   /* box-shadow */
   box-shadow:0px 2px 0px 0px #7b9a00;
   -moz-box-shadow:0px 2px 0px 0px #7b9a00;
   -webkit-box-shadow:0px 2px 0px 0px #7b9a00;

   /* border-radius */
   border-radius:3px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;

}
.bt_flex a:hover {
   background-color: #7b9a00;
}
.bt_flex a:active {
   transform: translate3d(0, 2px, 0);
   box-shadow: 0px 0px!important;
   -moz-box-shadow: 0px 0px!important;
   -webkit-box-shadow: 0px 0px!important;
}
.bt_flex a, .bt_flex input {
   padding: 10px 20px 5px 20px;
   display: inline-block!important;
}
@media screen and (max-width: 1000px) {
.bt_flex a, .bt_flex input {
   padding: 15px 3px 10px;
   display: block!important;
   width: 80%;
   text-align: center;
   margin: 0 auto;
}
}
.bt_flex02 {
   display: inline-block;
   margin-left: 20px;
}
@media screen and (max-width: 1000px) {
.bt_flex02 {
   display: inline-block;
   margin: 0;
   width: 100%;
}
}

.title_txt {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 30px;
}
.title_txt::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #95ba00;
}
.tt_left {
   width: 20%;
}
.tt_right {
   width: 78%;
}
.title_txt.ttshort {
   width: 70%;
   margin: 0 auto 30px;
}

.bg_txt {
   background-color: #FFF;
   border: 2px solid #95ba00;
   padding: 15px;
}
.bg_txt02 {
   background-color: #FFF;
   border: 2px solid #95ba00;
   padding: 15px;
   border-radius: 15px;
   margin-bottom: 30px;
}
.fuki_left {
   width: 15%;
}
.fuki_right {
   width: 83%;
}
@media screen and (max-width: 1000px) {
.fuki_left {
   width: 50%;
   margin: 0 auto 20px!important;
}
.fuki_right {
   width: 100%;
}
}
.fukidashi1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 20px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	background: #95ba00;
	text-align: center;
}
.fukidashi1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #95ba00;
}
.fukidashi1 p {
	margin: 0;
	padding: 0;
}
.fukidashi2 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 20px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	background: #95ba00;
	text-align: center;
}
.faq_q {
   position: relative;
   border-bottom: 1px dotted #95ba00;
   padding-bottom: 5px;
   margin-bottom: 7px;
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: bold;
}
.faq_q::before {
   content: 'Q';
   padding-right: 10px;
   font-size: 28px;
   font-size: 2.8rem;
   color: #F53476;
}
.faq_a {
   position: relative;
   margin-bottom: 30px;
}
.faq_a::before {
   content: 'A';
   padding-right: 10px;
   font-size: 28px;
   font-size: 2.8rem;
   color: #0d9cbf;
   font-weight: bold;
}
.lay22 {
   width: 48%;
}
.lay22in {
   width: 48%;
}
.lay22 img {
   max-width: 100%;
   height: auto;
}

@media screen and (max-width: 1000px) {
.lay22 {
   width: 100%;
   margin-bottom: 15px;
}
}
.width70 {
   width: 70%;
}
.width30 {
   width: 30%;
   text-align: center;
}
@media screen and (max-width: 1000px) {
.width70 {
   width: 100%;
   margin-bottom: 20px;
}
.width30 {
   width: 100%;
   text-align: center;
   margin-bottom: 25px;
}
}

.hanyo_banner {
   margin-bottom: 60px;
}
.hanyo_banner li {
   width: 22%;
   float: left;
   margin: 0 1.4% 20px;
}
.hanyo_banner li a {
   display: block;
   padding: 0.7em 1.5em 0.7em 1em;
   text-align: center;
   color: #FFF;
   text-decoration: none;
   background: #1f78b1;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.hanyo_banner li a:hover {
   background-color: #2d8cd7;
}
@media screen and (max-width: 1000px) {
.hanyo_banner li {
   width: 100%;
   margin-bottom: 15px;
}
}
.con_pagetop {
   text-align: right;
   margin-bottom: 30px;
}
.con_pagetop a {
   padding-left: 20px;
   font-size: 14px; font-size: 1.4rem;
   text-decoration: none;
   color: #1272bd;
}
.title_day {
   background-color: #cee2d9;
   padding: 10px;
   margin-bottom: 15px;
}
.title_day_title {
   width: 82%;
}
.title_day_day {
   width: 15%;
   text-align: right;
}
@media screen and (max-width: 1000px) {
.title_day_title {
   width: 100%;
}
.title_day_day {
   width: 100%;
   text-align: left;
}
}
.pdfArea {
   width: 100%;
   border-bottom: 1px solid #E3E3E3;
   margin-bottom: 30px;
}
.pdfArea td {
   padding: 10px;
}
.pdfArea_day {
   width: 15%;
}
.pdfArea_txt {
   width: 78%;
}
.pdfArea_bt {
   width: 7%;
}
.pdfArea_title {
   width: 93%;
}
@media screen and (max-width: 1000px) {
.pdfArea_day {
   width: 100%;
   display: block;
}
.pdfArea_txt {
   width: 100%;
   display: block;
}
.pdfArea_bt {
   width: 100%;
   display: block;
   text-align: center;
}
.pdfArea_bt img {
   width: 80px;
}
.pdfArea_title {
   width: 100%;
   display: block;
}
}

.office {
   width: 100%;
   font-size: 14px;
   font-size: 1.4rem;
   margin-bottom: 30px;
}
.office::after {
   width: 31%;
   display: block;
   content: '';
}
.office li {
   width: 31%;
   border: 1px solid #DCDCDC;
   padding: 0.5em;
   margin-bottom: 30px;
}
.office li img {
   display: block;
   margin: 0 auto 15px;
}
.office li h2 {
   margin-bottom: 10px;
   font-size: 18px; font-size: 1.8rem;
   padding-bottom: 7px;
   border-bottom: 1px solid #464646;
}
.office table {
   width: 100%;
   margin-bottom: 10px;
}
.office table th, .office table td {
   font-weight: normal;
   padding: 5px 3px;
}
.office table th {
   width: 18%;
   text-align: center;
   background-color: #373737;
   color: #FFF;
}
.office table td {
   width: 32%;
}
@media screen and (max-width: 1000px) {
.office li {
   width: 100%;
   padding: 1em;
}
}

.side_title {
   border-bottom: 2px solid #fd8096;
   background: url(../../pages/img/side_icon03.png) top left no-repeat;
   padding: 0 0 5px 25px;
   font-weight: bold;
}
@media screen and (max-width: 1000px) {
.side_title {
   padding: 0px 0 7px 26px;
   font-weight: bold;
}
}

#contents_right .link_list {
   padding-top: 15px;
}

#contents_right .link_list li {
   margin-bottom: 7px;
   border-bottom: 1px dotted #BBBBBB;
   padding-left: 20px;
}

#contents_right .side_banner li {
   margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
#contents_right .side_banner li {
   margin-bottom: 10px;
   float: left;
   width: 48%;
   margin: 0 1% 15px;
}
}

@media screen and (max-width: 1000px) {
#lightbox-container-image-box, #lightbox-container-image-data-box {
   width: 96%!important;
   height: auto!important;
   margin: 0 auto;
}
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.month_list li {
width: 32%;
padding: 10px;
background-color: #FFF;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border: 1px solid #E1E1E1;margin-bottom: 15px;
}
.month_list li .month {
margin: 0 0 15px;
text-align: center;
height: 40px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 40px;
}
.month04 {background-color: #ED60A6;}
.month05 {background-color: #7CBC1C;}
.month06 {background-color: #1D800D;}
.month07 {background-color: #2663AC;}
.month08 {background-color: #0FB2B9;}
.month09 {background-color: #2C697B;}
.month10 {background-color: #B88A15;}
.month11 {background-color: #C7420E;}
.month12 {background-color: #E93562;}
.month01 {background-color: #56BBA3;}
.month02 {background-color: #A7A64C;}
.month03 {background-color: #E8A20B;}

@media screen and (max-width: 640px) {
.month_list li {
width: 48%;
}
}
.schedule {
   width: 100%;
}
.schedule_left {
   width: 66%;
}
.sch_info {
   border: 2px solid #f0f2bb;
   padding: 1.5em;
   border-radius: 10px;
   margin-bottom: 25px;
}
.clock-bc {
   width: 60px;
}
.clock {
    display: inline-block;
    position: relative;
}
.clock-text {
    text-align: center;
}
.clockpt01.clock-bc .clock {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 3px solid #7dab17;
    border-radius: 50%;
}
.clockpt01 .clock-hour,
.clockpt01 .clock-min {
    width: 4px;
    height: 20px;
    background-color: #7dab17;
	border-radius: 50%;

    /*ここは変更しないでください*/
    display: inline-block;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform-origin: bottom center;
}
/*短針のスタイル*/
.clockpt01 .clock-hour {
    height:16px;
}
/*長針のスタイル*/
.clockpt01 .clock-min {}
.sch_info h3 {
   font-size: 20px;
   font-size: 2.0rem;
   color: #84b41a;
   margin-bottom: 20px;
   padding-bottom: 7px;
   border-bottom: 2px solid #84b41a;
}
.sch_right {
   width: 90%;
}
.sch01_left {
   width: 40%;
}
.sch01_right {
   width: 55%;
}

@media screen and (max-width: 1000px) {
.clock-bc {
    display: block;
	text-align: center;
	margin-bottom: 15px;
}
.sch_right {
   width: 74%;
}
.sch01_left {
   width: 100%;
   margin-bottom: 20px;
   order: 1;
}
.sch01_right {
   width: 100%;
   order: 2;
}
}

.cv {
   background: url(../img/city.png) bottom center repeat-x #f4f4f4;
   border: 5px solid #0cb2dc;
   padding: 2em 1.5em 3.5em;
   margin: 0 auto 40px;
}
.cv_left {
   width: 68%;
}
.cv_right {
   width: 30%;
}
.cv_bt {
   display: block;
   margin-bottom: 65px;
}
.cv_bt a {
   background: url(../img/icon_mail.png) left 15px center no-repeat #d8eff7;
   text-decoration: none;
   padding: 25px 20px 20px 50px;
   border: 1px solid #6ebed8;
   color: #313131!important;
   border-radius: 10px;
   margin-bottom: 30px;
}
.cv_fax a {
   background: #e5fbdd;
   text-decoration: none;
   padding: 25px 20px 20px 50px;
   border: 1px solid #76bc5e;
   color: #52ac32!important;
   border-radius: 10px;
}
@media screen and (max-width: 1000px) {
.cv_left {
   width: 100%;
   margin-bottom: 30px;
}
.cv_right {
   width: 100%;
   text-align: center;
}
}

.sugina_menuArea {
   width: 100%;
   padding:8px 0 0;
   margin-top: -14px;
}
.sugina_menuArea.nagare_menuArea {
   width: 100%;
}
.sugina_menu {
   text-align: center;
   margin-bottom: 10px;
}
.sugina_menu li {
   display: inline-block;
}
.sugina_menu li+ li {
   border-left: 1px solid #ccc;
}
.sugina_menu li a {
   color: #313131;
   padding: 1px 2em;
    margin: 6px 0;
   display: block;
   text-decoration: none;
    font-weight: bold;
}
.sugina_menu li a:hover {
   color: #92af0a;
}
@media screen and (max-width: 1000px) {
.sugina_menuArea {
   width: 100%;
   padding:8px 5px 0;
}
.sugina_menu li {
   display: inline-block;
   width: 49%;
   border: 1px solid #FFF;
}
.sugina_menu li+ li {
   border-left: 1px solid #fff;
}
.sugina_menu li a {
   padding: 10px 0.1em;
   font-size: 1.35rem;
}
}
.sugina_title {
   border-left: 5px solid #00b5ee;
   font-size: 24px;
   padding: 5px 0 0 15px;
   color: #00b5ee;
   font-weight: bold;
}






/* スマホ・PC切り替え　*/



body[class*="wc"] .module.pconly:before {
	content: '【↓PCのみ表示されるテキスト・画像です】';
	display: block;
	color:#FF0000;
}
body[class*="wc"] .module.sponly:before {
	content: '【↓スマホのみ表示されるテキスト・画像です】';
	display: block;
	color:#FF0000;
}

body[class*="wc"] .sponly,
body[class*="wc"] .pconly {
	display: block !important;
}



.sponly {
		display: none !important;
	}
	.pconly {
		display: block !important;
	}
	span.pconly {
		display: inline !important;
	}
	span.sponly {
		display: none !important;
	}
	
	





@media screen and (max-width: 640px) {


.sponly {
		display: block !important;
	}
	.pconly {
		display: none !important;
	}
	span.sponly {
		display: inline !important;
	}
	span.pconly {
		display: none !important;
	}
	
	
}




/* スマホ用　*/
@media screen and (max-width: 1000px) {

.upmenu { width:320px; margin-bottom:4px;}
.upm_contents {float:left; margin: 0px 0px 10px 10px; background-color:#00CC66; color:#FFFFFF; padding:4px 8px 4px 8px; overflow: hidden;}

.upm_end {clear:both;}
.topics_kugiri {border-bottom:dotted 1px #666666 ; padding-bottom:20px; display:block ;}

}





/* PC用　*/
@media screen and (min-width: 1000px){

.upmenu { width:1000px; margin-bottom:20px; margin-left:auto; margin-right:auto;}

.upm_contents {float:left; margin-left:20px; background-color:#00CC66; color:#FFFFFF; padding:10px; margin-top:4px;}

.upm_end {clear:both;}


.upmenu a:link, a:active {
    text-decoration: underline;
	color: #FFF;
	overflow: hidden;
	outline: none;}

.upmenu a:hover {
	color: #FFF;
	text-decoration: none;}

.upmenu a:visited {
	color: #FFF;
}

}