@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Rasa');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/


/*** エチレン級数変更
************************************/

.font14,
.cap_txt {
  font-size: 14px;
  line-height: 1.6;
}
.font19 {
font-size: 19px;
}
.font22 {
font-size: 22px;
}
.font24 {
font-size: 24px;
}
.font28 {
font-size: 28px;
}
.font32 {
font-size: 32px;
}
.font35 {
font-size: 35px;
}
.font48 {
font-size: 48px;
}
@media only screen and (max-width: 1080px) {
  .font14,
  .cap_txt {
    font-size: 1.3vw;
  line-height: 1.6;
  }
  .font19 {
    font-size: 1.76vw;
  }
  
.font24 {
    font-size: 2.22vw;
  }
  .font28 {
    font-size: 2.6vw;
  }
.font24 {
font-size: 22px;
}
.font22 {
    font-size: 2.04vw;
}
  .font32 {
    font-size: 2.96vw;
  }
  .font35 {
    font-size: 3.24vw;
  }
  .font48 {
    font-size: 4.44vw;
  }
}


@media only screen and (max-width: 640px) {
.font14,
.cap_txt {
  font-size: 12px;
}
.font19 {
font-size: 18px;
}
.font22 {
font-size: 20px;
}
.font28 {
font-size: 26px;
}
.font32 {
font-size: 30px;
}
.font35 {
font-size: 33px;
}
.font48 {
font-size: 46px;
}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
article,
.article,
#content,
.content.cf,
.content,
.entry-content,
.content.cf,
.content .cf,
main,
.main{
padding-top: 0 !important;
margin-top: 0 !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
body{margin:0}
footer{margin-top:0}

/************************************
** カラムサイズ指定
************************************/
main,
.main,
.main_top {
  display: block;
  width: auto;
  background: none;
  padding: 0!important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/************************************
** カラムサイズ指定
************************************/
.entry-card {
  height: auto;
}

.article-header,
.entry-header {
  margin: 0;
  padding: 0;
}

#breadcrumb {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 16px;
  line-height: 1.0;
  padding: 0;
}


@media screen and (max-width: 1200px) {
  #breadcrumb {
    padding: 0 16px;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb {
    display: none;
}
}

img {
  max-width: 100%;
  /* width: 100%; */
}


/************************************
** 級数指定
************************************/



.greetingbox_name h2 {
font-size: 40px !important;
}


@media only screen and (max-width: 1200px) {
.greetingbox_name h2 {
font-size: 3.6vw !important;
}
}

@media only screen and (max-width: 640px) {
.greetingbox_name h2 {
font-size: 19px !important;
} 
}



/*グローバルメニュー*/
    .navi {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	background-color: #EEE;
    }
	
	.navi-in {
	max-width: 1400px;
	width: inherit;
	padding: 0;
	margin: 0;
	}

    /*グローバルメニュー*/

.navi-in > ul {
        margin: 0;
        padding: 0;
		display: flex;
		justify-content: flex-start;
    }

    .navi-in > ul li {
        margin: 0;
        padding: 0;
        height: 40px;
        line-height: 40px;
    }
	
    .navi-in > ul li.icon_home a {
	text-indent: -9999px;
  background-image: url(../../uploads/2025/11/icon_home.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center center;
	width: 60px;
}
.navi-in > ul li.icon_home a:hover {
  background-image: url(../../uploads/2025/11/icon_home_g.png);
}


    .navi-in > ul li ul li a{
        border-left: none;
    }

    .navi-in > ul li a {
        color: #000;
		padding: 0 2em;
    }

    .navi-in > ul li a:hover {
        color: #000;
        background-color: #CCC;
    }
	
	
	



/************************************
** 共通 common
************************************/

a:hover {
  color: #495;
}
/* -------------------------------
   マージン・パディング・ボックスサイズリセット
-------------------------------- */





/********* ヘッダー *************************************************/

.header-container {
padding: 0;
margin: 0 auto;
background: #FFF;
}
.header-container-in {
margin: 0;
padding: 0 0;
}
@media screen and (max-width: 1023px) {
.header-container {
display: none;
}
}


.head_flex {
display: flex;
max-width: 1400px;
margin: 0 auto;
padding: 0 0;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
@media only screen and (max-width: 1200px) {
.head_flex {
}
}

.head_flex_left {
display: block;
max-width: 520px;
width: 60%;
}
.head_flex_right{
display: block;
width: 40%;
}
haeder {
padding: 0;
margin: 0;
}
.header {
display: block;
padding: 0 !important;
margin: 0 !important;
}
.header-in {
float: none;
margin: 0 !important;
padding: 0 0 !important;
width: 100% !important;
}


@media only screen and (max-width: 834px) {
.header {
padding: 1em 1em;
}
}


.site-logo-image.header-site-logo-image {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}

/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 68px;}

.mobile-header-menu-buttons.mobile-menu-buttons {
padding: 0 8px;
}

.mobile-menu-buttons .menu-button {
width: 30px;
}

/************************************
** ヘッダーレイアウト ヘッダー固定時崩れ防止
************************************/
.header-container-in.hlt-top-menu {
  display: block;
  margin: 0 auto;
  width: 100%;
}




ul.header_bt { 
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
margin: 0;
padding: 0;
}
ul.header_bt li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
margin-left: 16px;
line-height: 100%;
white-space: nowrap;
}

ul.header_bt li .imagecenter00 {
max-height: 1.15em;
width: auto;
}
ul.header_bt li a {
  padding: 0 0;
  padding-left: 0.2em;
  display: block;
}
ul.header_bt li a:hover { 
color: #479557;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.header_bt li a:hover { 
color: #479557;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.header_tel {
position: relative;
display: flex;
align-items: center;
text-align: left;
padding-left: 1em;
letter-spacing: 0;
margin-bottom: 0;
line-height: 1.1;
}
.header_tel:before {
position: absolute;
margin-left: -1em;
margin-top: 0em;
    content: "";
    display: inline-block;
  background-image: url(../../uploads/2025/11/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.95em;
    height: 0.95em;
}
#top_mail a {
	background-color: #F00;
	color: #FFF;
	padding: 15px;
	font-size: 90%;
	font-weight: normal;
}
.header_bt a {
font-family: Arial, Helvetica, "sans-serif";
text-decoration: none !important;
color: #000;
font-weight: bold;
}

.header_bt .header_tel {
font-size: 36px;
}
@media screen and (max-width: 1200px) {
.header_bt .header_tel {
font-size: 3.0vw;
}
}

@media screen and (max-width: 640px) {
.header_bt .header_tel {
font-size: 28px;
}
}


#title {
max-width: 1400px;
margin: 0 auto;
	background: url(../../uploads/2025/12/title.jpg);
	background-size: cover;
	padding: 100px 0;
	margin-bottom: 16px;

}

.title {
display: block;
    position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}
@media screen and (max-width: 1200px){
.title {
	padding: 0 30px;
}
}
@media screen and (max-width: 1080px){
#title {
margin-top: 50px;
	padding: 100px 16px;

}
.title {
	padding: 0 16px;
}
}

@media screen and (max-width: 1032px){
#title {
	padding: 80px 0;
}
}

@media screen and (max-width: 640px){
#title {
	padding: 60px 0;
}
}


#title h1,
#title h2,
#title h3 {
padding: 0;
padding-top: 0;
padding-bottom: 0;
margin: 0;
line-height: 1.5;
margin-bottom: 0;
  text-box-trim: trim-both;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);

}



/********* 全体 ***********************************************/


.breadcrumb {
max-width: 1280px;
}
@media only screen and (max-width: 1279px) {
.breadcrumb {
padding: 0 30px!important;
}
}
@media only screen and (max-width: 1023px) {
.breadcrumb {
padding: 0 16px!important;
}
}
@media only screen and (max-width: 640px) {
.breadcrumb {
display: none;
}
}


.eye-catch-wrap {
border: 5px solid #F2F2F2;
}
.eye-catch-wrap img,
.eye-catch-wrap figure {
display: block;
width: 100%;
max-width: inherit;
}
@media screen and (max-width: 640px){
.eye-catch-wrap {
border: 3px solid #F2F2F2;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100%;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom
}


	
	
.mincho-text {
  font-family: serif;
}

/********* HTML再定義 ****/

body {	
/* font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
font-family: "Droid Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
}

section {
margin: 0;
padding: 0;
margin-bottom: 0 !important;
padding-bottom: 0;
}

.article table {
margin-bottom: 0;
}


/********* 全体 ***********************************************/


.eye-catch-wrap {
border: 5px solid #F2F2F2;
}
.eye-catch-wrap img,
.eye-catch-wrap figure {
display: block;
width: 100%;
max-width: inherit;
}
@media screen and (max-width: 640px){
.eye-catch-wrap {
border: 3px solid #F2F2F2;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100%;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}





.footer_sns_flex {
  display: flex;
  justify-content: flex-start;;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.sns_icon {
  display: block;
  width: 32px;
  margin: 0;
  margin-right: 8px;
}
.sns_icon a {
  display: block;
}
.sns_icon a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.sns_icon img,
.sns_icon svg {
  display: block;
  max-width: 100%;
}

.sns_icon:last-child {
  margin-right: 0;
}



/*** メイン 全面***/


.top_main {
	position: relative;
	max-width: 1400px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

#top_main {
    position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1400px;
    padding-bottom: 50%;
    height: 0;
	overflow: hidden;
}
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFF; /* in case the video doesn't fit the whole page*/
	background-position: center top;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:0;
}
.top_text {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -50px;
	margin: 0 auto;
	padding: 40px;
	font-size: 24px;
	background-color: rgba(0,160,0,0.9);
	color: #FFF;
}
.top_text h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700px;
	margin: 15px 0;
	line-height: 1.2;
}
.top_text p {
	font-size: 60%;
	display: block;
	margin: 0;
	margin-top: 20px;
}
.top_text p span {
	font-size: 200%;
}
@media only screen and (max-width: 1032px) {
.top_main {
margin-top: 50px;
}
}
@media only screen and (max-width: 640px) {
.top_main {
	position: relative;
	width: 100%;
margin-top: 50px;
}
#top_main {
	width: 100%;
	display: block;
    padding-bottom: 50%;
}
.top_text {
	display: block;
	position: inherit;
	margin: 0 3%;
	margin-top: -80px;
	padding: 15px;
	font-size: 17px;
}
.top_text h5 {
	font-size: 35px !important;
	line-height: 1.2;
}
.top_text p {
	font-size: 85%;
	margin-top: 10px;
}
.top_text p span {
	font-size: 150%;
}
}






/********* お知らせ*************************************************/



.flex_news {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_news_box {
display: flex;
justify-content: space-between;
flex-flow: column;
width: calc(100% / 2 - 8px);
padding-bottom: 16px;
border-bottom: 1px solid #CCC;
}
.flex_news_box .bt_news {
margin-top: auto;
}
.flex_news_box:nth-child(n+3) {
margin-top: 20px;
}
@media screen and (max-width: 640px) {
.flex_news {
display: block;
padding-bottom: 8px;
}
.flex_news_box {
width: auto;
}
.flex_news_box:nth-child(n+2) {
margin-top: 16px;
}
}

.flex_news_view {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_news_view_eyecach,
.flex_news_view_txt {
display: block;
width: calc(100% / 2 - 16px);
}
.flex_news_view_eyecach {
order: 2;
}
.flex_news_view_txt {
order: 1;
}
@media screen and (max-width: 640px) {
.flex_news_view {
display: block;
}
.flex_news_view_eyecach,
.flex_news_view_txt {
width: auto;
}
.flex_news_view_eyecach {
margin-bottom: 16px;
}
}


.pagination-next {
display: none;
}
.left_post,
.right_post {
white-space: nowrap;
}
.title_entry {
display: block;
line-height: 150%;
margin-bottom: 16px;
}
.entry_title h3,
.entry_title h4,
.entry_title p {
margin-bottom: 0 !important;
}
p.daytime {
margin-bottom: 0;
}

.tag_category {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	background-color: #0A0;
	color: #FFF;
	line-height: 1.0%;
	padding: 12px 16px;
	border-radius: 5px;
}
.tag_category a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.title_entry {
display: block;
line-height: 150%;
margin-bottom: 16px;
}
.entry_title h3,
.entry_title h4,
.entry_title p {
margin-bottom: 0;
}
.entry_title h5,
.entry_title h5.shousai_ryaku a {
	color: #0A0;
}
.entry_title h5 a,
.entry_title h5.shousai_ryaku  {
	color: #0A0;
}

.shousai_ryaku,
.shousai_ryaku a {
	color: #0A0;
}
p.daytime {
margin-bottom: 0;
}

.title_entry::after {
	content: "";
	display: block;
	width:100%;
	margin-top: 5px;
	position: relative;
	z-index: 10;
	left: 0;
	height:10px ;
	background: #F00;
	background: -moz-linear-gradient(left,  #F00 33%, #F00 33%, #F00 33%, #0A0 33%, #0A0 66%, #7BE 66%);
	background: -webkit-linear-gradient(left,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	background: linear-gradient(to right,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#7BE',GradientType=1 );
}

.shousai_ryaku {
padding-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.list_pic {
position: relative;
display: block;
overflow: hidden;
background: #555;
}
.list_pic img {
display: block;
  object-fit: contain;
  width: 100%;
  top: 0%;
  right: 0%;
}
.flex_newslist {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_newslist_pic {
order: 2;
display: block;
flex-flow: column;
width: calc(30% - 4px);
}
.flex_newslist_txt {
order: 1;
display: flex;
flex-flow: column;
width: calc(70% - 4px);
}


.bt_news {
display: inline-block;
line-height: 1.0;
text-box-trim: trim-both;
padding: 0;
margin: 0;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_news a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #495;
  font-weight: 900;
  }



.bt_more {
margin-top: auto;
display: inline-block;
}

.bt_more a {
position: relative;
display: block;
color: #194092;
text-decoration: none;
}

.bt_more a::after {
position: absolute;
left: 3.5em;
top: 0.6em;
content: "";
        margin-left: 4px;
        width: 40px;
        height: 8px;
        border-bottom: 1px solid #194092;
        border-right: 1px solid #194092;
        transform: skew(45deg);
}
.bt_more a:hover::after {
left: 4em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


ul.bt_pdf {
  margin: 0;
  padding: 0;
}
ul.bt_pdf li {
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 0;
}
ul.bt_pdf li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  min-width: 126px;
  background-color: #fff;
  border: 1px solid #555;
  color: #000;
  text-decoration: none;
  padding-left: 2.5em;
}

ul.bt_pdf li a:before {
  position: absolute;
  top: 50%;
transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #f00;
  margin-left: -1em;
  font-weight: 900;
}

ul.bt_pdf li a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

/********* サイドバー　*************************************************/
.calendar_wrap,
.wp-block-group {
display: block;
	background: url(../../uploads/2025/04/box_back.png);
	background-size: cover;
	padding: 16px 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin: 0;
}

table.wp-calendar-table {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table tr {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th,
table.wp-calendar-table td {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th {
}
.widget-sidebar {
}
.widget-sidebar ul {
margin: 0;
padding: 0;
}

.widget-sidebar ul li a {
margin: 0;
margin-bottom: 0;
padding-bottom: 0;
padding: 0;
text-decoration: underline;
}

@media screen and (max-width: 640px) {
table.wp-calendar-table {
width: 100%;
}

table.wp-calendar-table th,
table.wp-calendar-table td {
font-size: 100%;
}
.widget-sidebar {
font-size: 100%;
}
}


.wp-block-search__label {
display: none !important;
}
.wp-block-search__input {
height: 1em!important;
width: 100% !important;
padding: 1em !important;
}

.wp-block-search__button.wp-element-button {
padding: 0 0.5em;
height: inherit;
clear: both;
}


select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
box-sizing: border-box;
  display: inline-block;
  margin: 4px 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}
select {
padding: 8px;
}
textarea {
  display: block;
}


/********* 見出し　*************************************************/

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.page_title::after {
	content: "";
	display: block;
	width:100%;
	height:10px ;
	margin-top: 4px;
	background: #F00;
	background: -moz-linear-gradient(left,  #F00 33%, #F00 33%, #F00 33%, #0A0 33%, #0A0 66%, #7BE 66%);
	background: -webkit-linear-gradient(left,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	background: linear-gradient(to right,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#7BE',GradientType=1 );
}


.ttl_balloon5 {
  border-bottom: 3px solid #4c9ac0 !important;
  padding: 0.3em !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
  position: relative;
  text-box-trim: trim-start;
}
.ttl_balloon5::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.ttl_balloon5 h4 {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.ttl_balloon5 {
  padding: 0.2em !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}
}


ul.list_pricelist {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #bbb;
}
ul.list_pricelist li {
list-style: none;
	margin: 0;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}


dl.flex_pricelist {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #bbb;
}
dl.flex_pricelist dt {
  width: 70%;
  margin: 0;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}
dl.flex_pricelist dd {
  width: 30%;
  margin: 0;
	text-align: right;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}

.news_box {

}




/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
/* スマホではスライダーで表示 */
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  margin-bottom: 16px;
  }
  .slide-box {
    flex: 0 0 70%;
  }
}

.sp_scroll {
  margin-bottom: 0!important;

}
@media screen and (max-width: 640px) {
  .sp_scroll {
    overflow-x: scroll;
  }
.sp_scroll .table {
    width: 100%;
	min-width: 780px;
	margin: 0;
  }
}


/********* grid　*************************************************/




.grid_double {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.grid_double_auto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
    
.grid_double_box {
    grid-column: span 6 / span 6;
}
@media only screen and (max-width: 640px) {
.grid_double {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.grid_double_auto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.grid_double_box {
    grid-column: span 12 / span 12;
}
}


.grid_triple {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
    gap: 24px;
}
.grid_triple_auto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
    
.grid_triple_box {
    grid-column: span 4 / span 4;
}
.grid_triple_box02 {
    grid-column: span 4 / span 4;
}
@media only screen and (max-width: 640px) {
.grid_triple {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
    gap: 16px;
}
.grid_triple_auto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.grid_triple_box {
    grid-column: span 6 / span 6;
}
.grid_triple_box02 {
    grid-column: span 12 / span 12;
}
}






.cc_grid_half_cont {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 40px;
}

.cc_grid_half {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
}
.cc_grid_txt {
grid-column: span 6 / span 6;
}
.cc_grid_pic {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}
.cc_grid_helfbox {
grid-column: span 6 / span 6;
}
.cc_grid_helfbox_only {
grid-column: span 6 / span 6;
}
.cc_grid_helf01 {
grid-column: span 6 / span 6;
}
.cc_grid_helf02 {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}

@media screen and (max-width: 640px){
.cc_grid_half_cont {
display: grid;
grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
gap: 32px;
}

.cc_grid_half {
display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_half.shikaku {
display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 0 16px;
	margin-bottom: 16px;
}
.cc_grid_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.cc_grid_pic {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}

.cc_grid_helfbox {
    grid-column: span 12 / span 12;
}
.cc_grid_helf01 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf02 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
}

.cc_grid_txt h4 {
  text-box-trim: trim-start;
}


.box_manager {
display: block;
padding-bottom: 24px;
border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px){
.box_manager {
padding-bottom: 24px;
}
}

.grid_three {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 24px;
}
.grid_three_box {
    grid-column: span 4 / span 4;
}
 @media screen and (max-width: 640px){
.grid_three {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.grid_three_box {
    grid-column: span 6 / span 6;
}
} 
  
  


.cc_grid_3_2 {
display: grid;
grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.cc_grid_3_2_pic {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}

.cc_grid_3_2_txt {
    grid-column: span 8 / span 8;
}


@media screen and (max-width: 640px){
.cc_grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_3_2_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.cc_grid_3_2_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
}


.float_img_half_right {
display: block;
float: right;
max-width: calc(100% / 2 - 16px);
margin: 0;
margin-left: 24px;
margin-bottom: 16px;
}
@media screen and (max-width: 640px){
.float_img_half_right {
display: block;
float: none;
max-width: 100%;
margin: 0 auto;
margin-left: auto;
margin-bottom: 16px;
}
}



/********* grid　*************************************************/




.grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_threepic001 {
    grid-column: span 4 / span 4;
}

.grid_threepic002 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
}

.grid_threepic003 {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
@media only screen and (max-width: 640px) {
 .grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}
.grid_threepic001 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
}

.grid_threepic002 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 2;
}

.grid_threepic003 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 3;
}
}

.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_features_pic {
    grid-column: span 4 / span 4;
}

.grid_features_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 640px) {
.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
    
.grid_features_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}

.grid_features_txt {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}

table.timeTable {
margin: 0;
padding: 0;
margin-bottom: 0;
padding-bottom: 0;
text-align: center;
}


.imagecenter_keibi {
display: block;
margin: 0 auto;
border: 1px solid #CCC;
max-width: 100%;
}


.pager-post-navi {
padding: 0;
margin: 0;
}

/*** 事業内容***/

.bg_top_jigyou {
  padding-inline: calc((100vw - 1200px) / 2);
  background-color: #F5F5F5;
}


.businesscontents_content {
	padding: 0 16px;
	padding-bottom: 12px;
}

@media (min-width: 640px) {
.businesscontents_content {
	padding: 0 0;
	padding-bottom: 0;
}
}



.alternate {
	display: flex;
	flex-direction: column-reverse;
}
.alternate + .alternate {
	margin-top: 16px;
}
.alternate__body {
	padding: 24px;
	background: #E3E3E3;
		position: relative;
		z-index: 1;
}
.alternate__ttl {
	text-align: center;
}
.alternate__sttl {
	display: block;
	font-size: 10px;
}
.alternate__txt {
	margin-top: 24px;
	line-height: 1.7;
}
.alternate__thumb {
		position: relative;
		z-index: 2;
}
.alternate__thumb img {
	max-width: none;
	width: 100%;
}
/*ずらし用の指定*/
@media (max-width: 639px) {
	.alternate__body {
		margin-top: -40px;
		padding-top: 60px;
	}
	.alternate._normal .alternate__thumb {
		margin-left: -24px;
	}
	.alternate._normal .alternate__body {
		margin-right: -24px;
	}
	.alternate._reverse .alternate__thumb{
		margin-right: -24px;
	}
	.alternate._reverse .alternate__body{
		margin-left: -24px;
	}
}

@media (min-width: 640px) {
	.alternate {
		flex-direction: row-reverse;
		/* border: 1px solid red; */
	}
	.alternate + .alternate {
		margin-top: 64px; /*後続ボックスとの余白を確保*/
	}
	.alternate._reverse {
		flex-direction: row;
	}
	.alternate__body {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.alternate__thumb {
		width: 50%;
	}
	.alternate__thumb img {
		height: 100%;
		object-fit: cover;
	}
	/*ずらし用の指定*/
	/*【補足】比較のためあえてずらす前の指定とは別にずらすために追加したプロパティ類を分けて記述しています。実際にはセレクタを統合する必要があります*/
	.alternate__body {
		position: relative;
		z-index: 1;
		top: 40px; /*元の位置を基準に単純に40px下にずらす*/
		width: calc(50% + 80px); /*あらかじめ80px分広げる*/
	}
	.alternate__thumb {
		position: relative;
		z-index: 2;
	}
	.alternate._normal .alternate__body {
		margin-left: -80px; /*ネガティブマージンで広げた分を相殺*/
		padding-left: 110px; /*重なり分の余白を確保*/
	}
	.alternate._reverse .alternate__body {
		margin-right: -80px;
		padding-right: 110px;
	}
}



.title_trico {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	white-space: nowrap;
}

.title_trico.noborder {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	white-space: nowrap;
}
.title_trico::after {
	content: "";
	display: block;
	width:100%;
	height:10px ;
	margin-top: 5px;
	background: #F00;
	background: -moz-linear-gradient(left,  #F00 33%, #F00 33%, #F00 33%, #0A0 33%, #0A0 66%, #7BE 66%);
	background: -webkit-linear-gradient(left,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	background: linear-gradient(to right,  #F00 33%,#F00 33%,#F00 33%,#0A0 33%,#0A0 66%,#7BE 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00', endColorstr='#7BE',GradientType=1 );
}
.title_trico.noborder::after {
	content: "";
	display: none;
	height:0 ;
}

.midashi_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #456;
}

@media only screen and (max-width: 640px) {
.title_trico, .title_top_product {
}
}




/************************************
** ボックス
************************************/

.box_white {
  display: block;
  vertical-align: top;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 16px 16px;
}

.box_gray {
  display: block;
  padding: 1em 1em;
  background-color: #f5f5f5;
}

.box_shadow {
  display: block;
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .box_gray {
    padding: 1em;
  }
  .box_shadow {
  padding: 16px 16px;
  }
}

/************************************
** ボタン
************************************/

.bt {
display: inline-block;
margin: 0;
margin-right: 1.2em;
padding: 0;
}

.bt a {
display: block;
position: relative;
padding: 0;
color: #000;
text-decoration: none;
	border-bottom: 3px solid rgba(255,255,255,0.0);
}
.bt a:after {
    position: absolute;
  font-family: "Font Awesome 5 Free";
    content: '\f054';
	right: -1.2em;;
color: #0099FF;
font-weight: 900;
}
.bt a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:hover:after {
	right: -1.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:before {
        content:"";
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        width:0;
        height: 1px;
        background-color:#0099FF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
.bt a:hover:before{
        bottom:-2px;
  width: 135%;/*hover時に表示*/
}



.bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bt_center:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}




.bt_kuwashiku {
  display: inline-block !important;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 1.15em;
}
.bt_kuwashiku a {
  display: block;
  padding: 0;
  color: #2dc798;
  text-decoration: none;
}
.bt_kuwashiku::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  top: 0;
  right: 0;
  color: #2dc798;
font-weight: 900;
}
.bt_kuwashiku a:hover {
  color: #000;
}



/************************************
** list-style
************************************/
ol.list_suuji {
	counter-reset: my-counter;
	list-style: none;
  margin: 0;
  padding: 0;
}
ol.list_suuji li {
position: relative;
	list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol.list_suuji li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	float: left;
	margin-left: -1em;
}
ul.list_dott {
  margin: 0;
  padding: 0;
}
ul.list_dott li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.list_dott.inline li {
display: inline-block;
margin-right: 1em;
}
ul.list_dott.inline li:last-child {
margin-right: 0;
}
ul.list_dott li:before {
  position: absolute;
  content: "・";
  margin-left: -1.0em;
}

ul.list_maru {
  margin: 0;
  padding: 0;
}
ul.list_maru li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_maru.inline li {
display: inline-block;
margin-right: 1em;
}
ul.list_maru.inline li:last-child {
margin-right: 0;
}
ul.list_maru li:before {
  position: absolute;
  content: "●";
  margin-left: -1.0em;
}



ul.list_kome {
  margin: 0;
  padding: 0;
}
ul.list_kome li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}
ul.list_kome li:last-child {
  margin-bottom: 0;
}
ul.list_kome li:before {
  position: absolute;
  content: "※";
  margin-left: -1.0em;
}
ul.list_star {
  margin: 0;
  padding: 0;
}
ul.list_star li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_star li:last-child {
  margin-bottom: 0;
}
ul.list_star li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_bus {
  margin: 0;
  padding: 0;
}
ul.list_bus li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_bus li:last-child {
  margin-bottom: 0;
}
ul.list_bus li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f207";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_medical {
  margin: 0;
  padding: 0;
}
ul.list_medical li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_medical li:last-child {
  margin-bottom: 0;
}
ul.list_medical li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f477";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_care {
  margin: 0;
  padding: 0;
}
ul.list_care li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}
ul.list_care li:last-child {
  margin-bottom: 0;
}
ul.list_care li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\e05c";
  top:0;
  margin: 0;
  margin-left: -1.5em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_check {
  margin: 0;
  padding: 0;
}
ul.list_check li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_check li:last-child {
  margin-bottom: 0;
}
ul.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_check_inline,
ul.list_clip_inline,
ul.list_arrow_inline {
  margin: 0;
  padding: 0;
}
ul.list_check_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.5em;
}
ul.list_clip_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_arrow_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}

ul.list_arrow_inline li a {
  display: block;
  text-decoration: underline;
}

ul.list_check_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_clip_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_arrow_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}



@media screen and (max-width: 640px) {
ul.list_check_inline li,
ul.list_clip_inline li,
ul.list_arrow_inline li {
  display: block;
  margin-bottom: 4px;
  margin-right: 0;
}
ul.list_check_inline li:last-child,
ul.list_clip_inline li:last-child,
ul.list_arrow_inline li:last-child {
  margin-bottom: 0;
}
}

.bt_arrow {
display: inline-block;
min-width: calc(50% - 16px);
text-align: center;
}

@media screen and (max-width: 640px) {
.bt_arrow {
min-width: calc(75% - 16px);
}
}
.bt_arrow a {
position: relative;
display: block;
padding: 0.5em 0.5em;
padding-right: 1.5em;
text-decoration: none;
color: #479557;
border: 1px solid #479557;
}
.bt_arrow a:hover {
background-color: #E9F6F2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bt_arrow a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
top:50%;
right: 1.5em;
transform: translateY(-50%);
  margin: 0;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}
.bt_arrow a:hover:before {
right: 0.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}




/* ================================
   iPhone入力時のズレ修正CSS
   既存のCSSに追加してください
================================ */

/* 1. iPhoneの自動ズームを防止（最重要） */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    font-size: 16px !important; /* 16px以上で自動ズームを防止 */
}

/* 2. ビューポート設定（HTMLのheadタグ内に追加） */
/* 
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
を以下に変更：
<meta name="viewport" content="width=device-width, initial-scale=1.0">
*/



/* 4. フォーム入力時のスクロール改善 */
@media screen and (max-width: 834px) {
    input:focus,
    select:focus,
    textarea:focus {
        /* フォーカス時の挙動を改善 */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
    
    /* テーブルセルの高さを最適化 */
    table.form_table td {
        padding: 12px 0; /* 16pxから12pxに調整 */
        min-height: auto;
    }
}

/* 5. selectボックスの高さを明示的に指定 */
@media screen and (max-width: 834px) {
    select.wpcf7-form-control {
        height: 44px; /* タップしやすい高さ */
        padding: 8px;
        font-size: 16px !important;
    }
}

/* 6. textareaの調整 */
@media screen and (max-width: 834px) {
    textarea.wpcf7-form-control {
        min-height: 120px;
        font-size: 16px !important;
        padding: 8px;
        resize: vertical; /* 縦方向のみリサイズ可能 */
    }
}

/* 7. 送信ボタンがキーボードで隠れないように */
@media screen and (max-width: 834px) {
    .btn.btn-primary {
        margin-top: 20px;
        margin-bottom: 30px; /* 下部に余白を追加 */
    }
}

/* 8. フォーカス時のスクロール位置を固定 */
@media screen and (max-width: 834px) {
    .wpcf7-form {
        position: relative;
        padding-bottom: 50px; /* フォーム下部に余白 */
    }
}

/* 9. チェックボックスのタップ領域を拡大 */
@media screen and (max-width: 834px) {
    .wpcf7-list-item {
        margin-bottom: 8px;
        padding: 8px 0;
    }
    
    .wpcf7-list-item label {
        display: inline-block;
        padding: 8px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
    
    .wpcf7-list-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
    }
}

/* 10. iOS Safariの入力フィールド装飾を調整 */
@media screen and (max-width: 834px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #fff;
    }
    
    /* selectボックスに矢印を追加 */
    select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
        padding-right: 32px !important;
    }
}

/* 11. プレースホルダーのフォントサイズも統一 */
@media screen and (max-width: 834px) {
    input::placeholder,
    textarea::placeholder {
        font-size: 16px !important;
        color: #999;
    }
}

/* 12. フォーム全体のパディング調整 */
@media screen and (max-width: 834px) {
    .box_gray {
        padding: 12px 16px; /* 16pxから12pxに調整 */
    }
}

/* 13. iOS SafariのオートコンプリートUIの調整 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 14. キーボード表示時のビューポート高さ対応 */
@media screen and (max-width: 834px) {
    @supports (-webkit-touch-callout: none) {
        /* iOS Safari専用 */
        body {
            min-height: -webkit-fill-available;
        }
    }
}






