@charset "UTF-8";

/*!
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
*/

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


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

html {
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 62.5%;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
}
body {	
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
article h3,
article h4,
article h5 {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  background: none;
  padding: 0;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
p,
.entry-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

a {
  color: #000;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  line-height: 150%;
  background: none;
  border: none;
}

div table th, 
div table td {
font-weight: 400;
font-size: 1em;
}

.entry-content a {
    text-decoration: underline;
    color: #00F;
}
/********* 全体 ***********************************************/


.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

}



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


.head_flex {
display: flex;
max-width: 1080px;
margin: 0 auto;
padding: 8px 0;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.head_flex_left {
display: block;
max-width: 500px;
width: 70%;
}
.head_flex_right{
display: block;
width: 30%;
}

haeder {
padding: 0 !important;
margin: 0 !important;
height: auto !important;
}
.header {
display: block;
padding: 0 !important;
padding-top: 0 !important;
margin: 0 !important;
height: auto !important;
}
.header-in {
float: none;
margin: 0 !important;
padding: 0 0 !important;
width: 100%;
height: auto !important;
}


@media only screen and (max-width: 834px) {
.header {
padding: 1em 1em;
}
}
h1.logo.logo-header.logo-image,
h1.logo.logo-header.logo-image a {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.0;

}

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




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


.bt_contact_top {
	display: flex;
	justify-content: flex-end;
	margin-left: 16px;
}
.bt_contact_top a {
	display: inline-block;
	background-color: #148cc2;
	color: #FFF;
	padding: 8px 16px;
	text-decoration: none;
}
.bt_contact_top a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


@media only screen and (max-width: 1023px) {
.bt_contact_top a {
	text-indent: -9999px;
	background-image: url(../../uploads/2026/07/icon_mail_wh.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center center;
	padding: 8px 18px;
	margin-left: 8px;
}
}

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



@media screen and (max-width: 1023px) {
.mobile-header-menu-buttons.mobile-menu-buttons {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
padding: 0 16px;
width: 100%;
}
    
    .mobile-menu-buttons .menu-button {
    position: relative;
   width: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.logo-menu-button.menu-button {
display: inline-block;
max-height: inherit!important;
width: calc(100% - 40px) !important;
min-width: inherit !important;
margin: 0;
padding: 0;
}
.logo-menu-button.menu-button .site-logo-image {
width: auto!important;
min-width: inherit !important;
    max-width: 97%;
height: auto !important;
min-height: inherit;
display: block;
margin: 0 0;
padding: 0 0;
}
.navi-menu-icon.menu-icon {
font-size: 150%;
color: #148cc2;
}

.mobile_head_right {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
padding: 8px 0;
width: 32px;
}
.mobile_head_right_icon {
display: block;
width: 56px;
max-width: 56px;
padding: 0;
}
.mobile_head_right_icon img {
position: relative;
z-index: 2;
display: block;
margin: 0;
max-width: 100%;
}
.mobile_head_right_menu {
display: block;
margin-left: 16px;
padding: 0;
}



}
/*モバイルボタンメニューを右から開く*/
.navi-menu-content {
  right: 0;
  left: unset;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
/*モバイルボタンメニュー閉じるボタンを右側に*/
.menu-close-button {
  text-align: right;
  padding-right: 10px;
}



/************************************
** ナビゲーション
************************************/

.navi {
text-align: center;
display: block;
padding: 8px 0;
margin: 0 auto;
background-color: #81cff8;
color: #FFF;
}
.navi .item-label,
.navi .item-description {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}


.navi-in {
  max-width: 1080px;
  margin: 0 auto;
padding: 0;
}

.navi-in > ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0;
padding: 0;
line-height: 150%;
color: #FFF;
}
.navi-in > ul li {
display: inline-block;
height: auto;
line-height: inherit;
  width: calc(100% / 5);
margin: 0;
padding: 0;
border-right: 1px solid #FFF;
}
.navi-in > ul li:last-child {
border-right: none;
}
.navi-in > ul li a {
color: #FFF;
}
.navi-in > ul li a {
display: block;
padding: 0 0;
line-height: 1.2;
}


.navi-in a:hover{
color: #FFF;
background-color: #148cc2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navi-in > ul li ul {
display: block;
background: rgba(255,255,255,0.7) !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important
}
.navi-in > ul li ul li {
position: relative;
display: block;
}
.navi-in > ul li ul li a {
background: #FFF !important;
    color: #000;
}
.navi-in > ul li ul li a:hover {
    color: #555;
}
.navi-in > ul li ul li ul {
position: absolute !important;
top: 0.02em !important;
}
.navi-in > ul li ul li ul li {
height: auto !important;
}
.top-has-sub.has-sub.has-icon,
.sub-has-sub.has-sub.has-icon {
display: none;
top:50%;
transform: translateY(-50%);
}




/************************************
** フッター
************************************/
.footer-bottom {
  margin-top: 0;
padding: 0;
  position: relative;
}
#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
}
#footer-in {
  position: relative;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 32px 0;
  padding-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 24px 16px;
}
}


@media only screen and (max-width: 640px) {
  #footer-in {
    padding: 0 0;
  }
#footer {
margin-top: 0;
}
}

.footer-widgets-mobile .widget_media_image {
  text-align: center;
}
.foot_logo {
display: block;
text-align: center !important;
margin: 0 auto;
margin-top: 24px;
}

.footerlogo {
display: inline-block;
max-width: 380px;
margin-bottom: 8px;
}


.copy {
  display: block;
  text-align: center;
  padding: 16px 0;
    padding-top: 0;
  line-height: 130%;
}
@media only screen and (max-width: 640px) {
.footerlogo {
max-width: 80%;
}

    .copy {
  padding: 16px 0;
}
}

.foot_company {
  text-align: center;
  margin: 16px 0;
}
.foot_company p {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .foot_company {
  margin-top: 0;
    margin-bottom: 16px;
  }
}

ul.foot_menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.foot_menu li {
position: relative;
  list-style: none;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
}

ul.foot_menu li a {
  display: block;
  color: #000;
  padding: 0 16px;
  text-decoration: none;
}

ul.foot_menu li a:hover {
  color: #148cc2 !important;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  ul.foot_menu {
      display: block;
  padding: 0 0;
      margin: 0;
  }

  ul.foot_menu li {
    display: block;
      width: auto;
  padding: 0 0;
    text-align: left;
  
  }
    
    
ul.foot_menu li a {
        display: block;
        font-family: arial, helvetica, sans-serif;
        padding: 10px;
        text-decoration: none;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
        font-weight: bold;
        color: #FFF !important;
        background-color: #1ab0ec;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
        background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}
    

  ul.foot_menu li a:hover {
        color: #FFF !important;
      text-decoration: none;
  }
}



/************************************
** タイトル
************************************/
.top_main {
    position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	background-color: #CCC;
	padding: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.top_main h2 {
	font-size: 250%;
	font-weight: 400;
	margin-bottom: 0;
}
.top_main p {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 0;
}
.main_pic {
position: relative;
	z-index: 0;
display: block;
max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.title_news {
    position: relative;
	display: block;
	margin: 0 auto;
	height: 280px;
	 margin-bottom: 24px;
	background-image: url(../../uploads/2025/05/title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  color: #FFF !important;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0,0,0,1.0), -1px -1px 3px rgba(0,0,0,1.0), 1px 1px 5px rgba(0,0,0,1.0);
  line-height: 130%;
}
.title_news_txt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-0%);
}
@media only screen and (max-width: 640px) {
.title_news {
	min-width: 380px;
	height: 160px;
	background-size: 100%;
	margin: 0 -8px;
	 margin-top: 42px;
	 margin-bottom: 16px;
}
}
.main_txt {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: 5%;
	color: #FFF;
	text-shadow: 1px 1px 2px  rgba(0,0,0,1.0);
	font-weight: normal;
	 margin-top: 60px;
}

@media only screen and (max-width: 640px) {
.main_txt {
  bottom: inherit;
    top: calc(5% - 60px);
  right: 5%;
	color: #FFF;
	text-shadow: 1px 1px 2px  rgba(0,0,0,1.0);
	font-weight: normal;
	 margin-top: 60px;
}
}

.title {
     position: relative;
     padding:0;
	 color: #333;
	 margin-top: 16px;
	 margin-bottom: 8px;
	 }

.title_news h2 {
margin-bottom: 0;
    color: #FFF !important;
line-height: 120%;
}
.title_news p {
font-size: 120%;
margin-bottom: 8px;
line-height: 120%;
}
.title h3 {
    position: relative;
    padding: 0 1.0em;
margin-bottom: 0;
}
.title h3::before,
.title h3::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #2589d0;
    content: '';
}

.title h3::before {
    top: calc(50% - 5px);
    left: 0;
}

.title h3::after {
    top: calc(50% + 0px);
    left: 5px;
}

@media screen and (max-width: 1023px) {
.top_main {
	 margin-top: 50px;
	margin-bottom: 24px;
}
.title {
	 margin-top: 60px;
	 margin-bottom: 8px;
}
}

/********* セクション *************************************************/

.content_section1em {
display: block;
margin-bottom: 1em;
}
.content_section80 {
display: block;
margin-bottom: 64px;
}
.content_section {
display: block;
margin-bottom: 40px;
}
.content_section40 {
display: block;
margin-bottom: 40px;
}
.content_section32 {
display: block;
margin-bottom: 32px;
}
.content_section24 {
display: block;
margin-bottom: 24px;
}
.content_section16 {
display: block;
margin-bottom: 16px;
}
.content_section40map {
display: block;
margin-bottom: 40px;
}

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

.content_section80 {
display: block;
margin-bottom: 32px;
}
.content_section {
margin-bottom: 32px;
}
.content_section40 {
margin-bottom: 32px;
}
.content_section32 {
margin-bottom: 24px;
}
.content_section24 {
margin-bottom: 16px;
}
.content_section16 {
margin-bottom: 8px;
}
.content_section40map {
margin-bottom: 32px;
}
}


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


h4.title_main {
	font-weight: 500;
    font-size: 20px !important;
	line-height: 110%;
	margin-bottom: 16px;
	border-left: solid 7px #148cc2;
	padding-left: 8px;
	padding-top: 2px;
}

@media screen and (max-width: 640px) {
h4.title_main {
    font-size: 20px !important;
}
}
.title_main {
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 10px;
}

h5.midashi_normal {
margin-bottom: 8px;
font-weight: 500;
}

.ttl_balloon5 {
  font-weight: bold;
  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.tag_category {
display: inline-block;
margin: 0;
margin-bottom: 2px;
padding: 0;
}
ul.tag_category li {
list-style: none;
margin: 0;
margin-left: 4px;
padding: 0;
	display: inline-block;
	text-align: center;
	font-size: 85%;
}
ul.tag_category li a {
	display: block;
	padding: 0 1.5em;
	background-color: #148CC2;
	color: #FFF;
	min-width: 8em;
	border-radius: 16px;
	text-decoration: none;
}



.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 {
  text-box-trim: trim-start;
margin-bottom: 0;
    font-weight: bold;
}



.shousai_ryaku h4.title_main {
line-height: 150%;
margin-bottom: 0;
}
.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: #0194ff;
  font-weight: 900;
  }



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

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

.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: 0;
  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;
  font-weight: 500;
  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;
  font-size: 150%;
  margin-left: -1em;
  font-weight: 400;
}

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;
}

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

.ttl_balloon5 {
  font-weight: bold;
  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;
}
}


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



.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_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 {
display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 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_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;
}
}


.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: 16px;
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;
}
}



.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;
}
}


.flex_three {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.flex_three_box {
width: calc(100% / 3 - 11px);
display: block;
padding: 0;
margin: 0;
}

@media screen and (max-width: 640px) {
.flex_three_box {
width: calc(100% / 2 - 8px);
}
.flex_three_box:nth-child(n+3) {
margin-top: 16px;
}
}

.flex_four {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  flex-grow: 1;
}
.flex_four_box::after {
content: "";
display: block;
width: calc(100% / 4 - 12px);
}
.flex_four_box::before {
order: 1;
content: "";
display: block;
width: calc(100% / 4 - 12px);
}
.flex_four_box {
width: calc(100% / 4 - 12px);
display: block;
}
.flex_four_box:nth-child(n+5) {
margin-top: 16px;
}

@media screen and (max-width: 640px) {
.flex_four_box::after {
display: none;
}
.flex_four_box::before {
display: none;
}
.flex_four_box {
width: calc(100% / 2 - 4px);
min-height: 138px;
}
.flex_four_box:nth-child(n+3) {
margin-top: 4px;
}
}

.normal {
    font-weight: normal !important;
}
.bold {
    font-weight: bold !important;
}

.grid_10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 24px;
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.grid_10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 16px;
}
}
.grid10_fivebox {
    grid-column: span 2 / span 2;
}
.grid10_fivebox02 {
    grid-column: span 2 / span 2;
}
@media only screen and (max-width: 640px) {
.grid10_fivebox {
    grid-column: span 10 / span 10;
}
.grid10_fivebox02 {
    grid-column: span 5 / span 5;
}
}


.grid_12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.grid_12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
}
.grid_doublebox_pconly {
    grid-column: span 12 / span 12;
}
.grid_doublebox {
    grid-column: span 6 / span 6;
}
.grid_doublebox_only {
    grid-column: span 6 / span 6;
}
.grid_triplebox {
    grid-column: span 4 / span 4;
}
.grid_triplebox02 {
    grid-column: span 4 / span 4;
}
.grid_fourbox {
    grid-column: span 3 / span 3;
}
.grid_fourbox02 {
    grid-column: span 3 / span 3;
}
.grid_fivebox {
    grid-column: span 3 / span 3;
}
.grid_fivebox02 {
    grid-column: span 3 / span 3;
}
@media only screen and (max-width: 640px) {

.grid_doublebox_pconly {
    grid-column: span 6 / span 6;
}
.grid_doublebox {
    grid-column: span 12 / span 12;
}
.grid_triplebox {
    grid-column: span 12 / span 12;
}
.grid_triplebox02 {
    grid-column: span 6 / span 6;
}
.grid_fourbox {
    grid-column: span 6 / span 6;
}
.grid_fourbox02 {
    grid-column: span 12 / span 12;
}
.grid_fivebox02 {
    grid-column: span 6 / span 6;
}
}

.grid_double_txt_left {
    grid-column: span 6 / span 6;
}
.grid_double_pic_right {
    grid-column: span 6 / span 6;
}
@media only screen and (max-width: 640px) {
.grid_double_txt_left {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.grid_double_pic_right {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
}




/************************************
** padding
************************************/
.pb0 {
  margin-bottom: 0 !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pb32 {
  padding-bottom: 32px !important;
}
.pb40 {
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pt32 {
  padding-top: 32px !important;
}
.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 780px) {
.pb4 {
  padding-bottom: 2px !important;
}
.pb8 {
  padding-bottom: 4px !important;
}
.pb16 {
  padding-bottom: 8px !important;
}
.pb24 {
  padding-bottom: 16px !important;
}
.pb32 {
  padding-bottom: 24px !important;
}
.pb40 {
  padding-bottom: 32px !important;
}
.pb80 {
  padding-bottom: 72px !important;
}
}

/************************************
** マージン
************************************/
.mb0 {
  margin-bottom: 0 !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb36 {
  margin-bottom: 36px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 780px) {
.mb4 {
  margin-bottom: 2px !important;
}
.mb8 {
  margin-bottom: 4px !important;
}
.mb16 {
  margin-bottom: 8px !important;
}
.mb24 {
  margin-bottom: 16px !important;
}
.mb32 {
  margin-bottom: 24px !important;
}
.mb36 {
  margin-bottom: 28px !important;
}
.mb40 {
  margin-bottom: 32px !important;
}

.mb80 {
  margin-bottom: 72px !important;
}

.mt4 {
  margin-top: 4px !important;
}
.mt8 {
  margin-top: 2px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt24 {
  margin-top: 16px !important;
}
.mt32 {
  margin-top: 24px !important;
}
.mt40 {
  margin-top: 32px !important;
}
}
