/* ====================
CTA➀
====================== */

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*  CTAデザイン */
.cta-container img {
    width: 100%;
    max-width: 100%!important;
    height: auto!important;
}
.cta-container {
    background-color: #555;/* CTA背景色 */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.cta-left {
    position: relative;
    width: calc(50% - 20px);
    text-align: center;
    margin-right: 20px;
}

.cta-right {
    color: #fff;
    font-size: 16px;
    width: 50%;
}

.cta-description {
    color: #fff;/* 説明文文字色 */
    padding: 10px 10px 20px 10px;
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    .cta-container {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-container {
        display: block;
        padding: 20px;
    }
    .cta-right, .cta-left {
        width: 100%;
    }
}


/* CTAボタン */

.cta-btn {
    display: inline-block;
    padding: 8px 25px;
    text-decoration: none!important;
    background-color: #db4a39;/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 4px #a92d1f;影の色
/*     border-radius: 8px; */
}
body a.cta-btn {
    color: #fff !important;
}
.cta-btn:hover {
    background-color: #e37164;/* マウスホバー時 */
}
.cta-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
	
/* ====================
CTA➁
====================== */
	
.container_02 {
  display: flex;
  justify-content: center; /* 子要素を水平方向に中央揃えにする */
  align-items: center; /* 子要素を垂直方向に中央揃えにする */
	background-color: #f7e0e3;
}

.container_02_left, .container_02_right {
    margin: 30px 11px;
    padding: 10px 23px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
	border-style: solid;
    border-width: medium;
    border-color: #fff;
	  font-size: 25px;
	height: 200px;
}

.container_02_left p, .container_02_right p {
	margin: 0 !important;
}


.container_02_left_description, .container_02_right_description {
    font-size: 12px;
    font-weight: normal;
	  width: 350px;
	  letter-spacing: 1px;
}

/* 画面サイズが768px以下のとき */
@media (max-width: 768px) {
  .container_02 {
    flex-direction: column; /* ボタンを縦並びに配置 */
  }
}

.container_02 .flat-button {
    font-size: 15px;
    display: block;
    width: 157px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #db4a39;
    color: white !important;
}

/* ====================
CTA➂
====================== */


.cta03_flex {
	display: flex;
	margin-bottom: 8px;
}

.cta03_flex_right {
    text-align: left;
}

.cta03_flex_left {
    width: 260px;
}

.cta03_flex_right li {
    padding: 12px;
}

p.cta03text01 {
    color: #555;
    font-size: 26px;
    font-weight: 600;
    line-height: 41px;
	margin-bottom: 28px;

}

p.cta03text01 span {
    background: linear-gradient(transparent 70%, #ffff99 70%);
    color: #F00E14;
}

.cta03service {
    background-color: #3AC2A0;
    margin: 0 80px;
    border-radius: 15px;
}

.cta03_nav {
	display: flex;
	justify-content: center;
  align-items: center;
}

.cta03_nav_left img {
	width: 180px;
	margin-bottom: -29px;
}

.cta03_nav_right img {
	width: 180px;
	margin-bottom: -29px;
}

.cta03_nav a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    border: none;
    width: 240px;
    height: 20px;
    padding: 18px;
	    position: relative;
    background: transparent linear-gradient(103deg, #FFD27B 0%, #EA1C24 49%, #AC272D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 13px #00000029;
    border-radius: 60px;
	margin: 0 auto;
	list-style: none;align-content
}

.cta03_nav {
	margin-bottom: 30px;
}
.cta03_nav_left {
    margin: 0 30px 0 0;
	border: solid 1px #c9c9c9;
	padding: 20px 35px;
	width: 310px;
}

.cta03_nav_right {
    margin: 0 0 0 30px;
	border: solid 1px #c9c9c9;
	    padding: 20px 35px;
		width: 310px;
}

.cta03_nav .cta03_nav_right p {
    margin: 0 !important;
	line-height: 22px;
    font-weight: 600;
    font-size: 15px;
}

.cta03_nav .cta03_nav_left p {
    margin: 0 !important;
	line-height: 22px;
    font-weight: 600;
    font-size: 15px;
}

#cta03 {
    width: 100%;
/*     padding: 20px; */
/*     background: #555; */
    box-sizing: border-box;
/*     color: #fff; */
    text-align: center;
    font-size: 120%;
	  border: solid 3px #555
}

#cta03 .cta03title {
    font-size: 20px;
    font-weight: 600;
    /* margin: 25px 0; */
    line-height: 1.3;
    /* background-color: #555; */
    background-color: #555;
    padding: 23px;
    color: #fff;
    margin-bottom: 22px;
}

#cta03 img {
/*     margin-bottom: 0; */
}

#cta03 ul {
    margin: 10px 0 5px 10px;
    list-style: none;
    border:none;
    padding: 0;
}

#cta03 ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: silver;
    content: "\f105";
    padding-left: 0;
    margin-right: 15px;
    line-height:  1.8;
}

/* #cta03 a {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 62px;
    color: #fff;
    text-align: center;
    background: #0090ff;
    box-shadow: 0 4px 0 rgba(0,95,160,1);
    display: block;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#cta03 a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
} */

#cta03 .ctatext03 {
    display: inline-block;
    position: relative;
    margin:0;
}

.ctatext03:before, .ctatext03:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background-color: #FFF;
    content: "";
    margin: auto -30px;
}
.ctatext03:before {
transform: rotate(50deg);
}
.ctatext03:after {
transform: rotate(-50deg);
margin-left: 10px;
} 
/* @media screen and (min-width: 768px){
#cta03 {
    padding: 50px 60px;
}
#cta03 img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#cta03 ul {
    text-align: left;
}
}
@media screen and (max-width: 600px){
#cta03 {
    padding: 20px 25px 40px;
    background: #707070;
}

#cta03 .cta03title {
    font-size: 1.1em;
    margin-top: 20px;
    line-height: 1.5;
}
#cta03 ul li {
    font-size: 0.8em;
    text-align: left;
    line-height: 1.4;
}
#cta03 .ctatext04 {
    font-size: 0.6em;
}
.ctatext03:before, .ctatext03:after {
width:15px;
}
#cta03 img {
    margin-bottom: 40px;
}
} */


/* ====================
CTA➃
====================== */

.cta04_flex {
	display: flex;
	margin-bottom: 8px;
}

.cta04_flex_right {
    text-align: left;
}

.cta04_flex_left {
    width: 260px;
}

.cta04_flex_right li {
    padding: 12px;
}

#cta04 {
    width: 100%;
    padding: 20px;
    background: #555;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 120%;
}

#cta04 .cta04title {
    font-size:1.6em;
    font-weight:600;
    margin: 30px 0;
    line-height: 1.3;
}

#cta04 img {
    margin-bottom: 0;
}

#cta04 ul {
    margin: 10px 0 5px 10px;
    list-style: none;
    border:none;
    padding: 0;
}

#cta04 ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: silver;
    content: "\f105";
    padding-left: 0;
    margin-right: 15px;
    line-height:  1.8;
}

#cta04 a {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 62px;
    color: #fff;
    text-align: center;
    background: #0090ff;
    box-shadow: 0 4px 0 rgba(0,95,160,1);
    display: block;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#cta04 a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

#cta04 .ctatext04 {
    display: inline-block;
    position: relative;
    margin:0;
}

.ctatext04:before, .ctatext04:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background-color: #FFF;
    content: "";
    margin: auto -30px;
}
.ctatext04:before {
transform: rotate(50deg);
}
.ctatext04:after {
transform: rotate(-50deg);
margin-left: 10px;
} 
/* @media screen and (min-width: 768px){
#cta04 {
    padding: 50px 60px;
}
#cta04 img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#cta04 ul {
    text-align: left;
}
}
@media screen and (max-width: 600px){
#cta04 {
    padding: 20px 25px 40px;
    background: #707070;
}

#cta04 .cta04title {
    font-size: 1.1em;
    margin-top: 20px;
    line-height: 1.5;
}
#cta04 ul li {
    font-size: 0.8em;
    text-align: left;
    line-height: 1.4;
}
#cta04 .ctatext04 {
    font-size: 0.6em;
}
.ctatext04:before, .ctatext04:after {
width:15px;
}
#cta04 img {
    margin-bottom: 40px;
}
} */

/* ====================
CTA➄
====================== */

/* グローバルスタイル */
.cta05_flex {
	display: flex;
	margin: 0 30px 30px 0;
}

.cta05_flex_left {
	margin: auto;
	width: 160px;
	padding: 18px 15px 0 15px;
}

.cta05_flex_right {
	text-align: left;
	background: #f5f5f5;
	width: 500px;
	padding: 0 40px;
	height: 232px;
}

.cta05_flex_right ul {
	margin: 0 !important;
	list-style: none;
	border: none;
	padding: 0;
}

.cta05_flex_right ul li {
	list-style-type: disclosure-closed;
	padding: 12px;
	font-size: 19px;
	font-weight: 600;
}

.cta05_main {
	/* main layout section */
}

.cta05_main ul {
	display: inline-block;
	list-style: inside;
	text-align: left;
	margin: 20px 10px 40px 10px;
}

.cta05_main ul li {
	line-height: 43px !important;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 600;
}

/* テキスト関連 */
p.cta05text01 {
	color: #000;
	font-size: 36px;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

p.cta05text02 {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	/* line-height: 51px; */
	margin-bottom: 13px;
	letter-spacing: 1px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
/*     padding: 12px 16px; */
}

.cta05text02::before {
    content: "";
    width: 30px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #333333;
}

.cta05text02::after {
    content: "";
    width: 30px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #333333;
}

p.cta05text01 span {
	/* background: linear-gradient(transparent 70%, #ffff99 70%); */
	color: #F00E14;
}

/* ナビゲーション関連 */
.cta05_nav {
	margin-bottom: 30px;
	padding: 0 40px;
}

.cta05_nav_contact, .cta05_nav_service {
	display: flex;
}

.cta05_nav_contact_right, .cta05_nav_service_right {
	width: 500px;
}

.cta05_nav_right {
	margin: 0 0 0 30px;
	border: solid 1px #c9c9c9;
	padding: 20px 35px;
}

.cta05_nav_contact {
	margin: 30px 0 55px 0;
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #edd5be, #ee7800);
	border-radius: 30px;
	color: #000;
}

.cta05_nav_contact .title {
    margin: 16px 10px !important;
    line-height: 22px;
    font-weight: 600;
    font-size: 23px;
	letter-spacing: 1px;
}


.cta05_nav_service {
/* 	margin: 15px 60px; */
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #ffcccc, #ff0000);
	border-radius: 30px;
	color: #000;
}

.cta05_nav_service .title {
    margin: 3px 10px !important;
    line-height: 34px;
    font-weight: 600;
    font-size: 23px;
		letter-spacing: 1px;
		color: #fff;
}

	.cta05_nav_contact_left, .cta05_nav_service_left {
		width: 210px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	}

.cta05_nav_contact:hover, .cta05_nav_service:hover {
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
}

.cta05_nav_contact .inner_button {
	background-color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta05_nav_service .inner_button {
	background-color: #000;
	color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta05_nav a:hover {
	text-decoration: none;
}

/* 画像関連 */
.cta05_flex_left img {
	vertical-align: bottom;
}
.cta05_main ul li
.cta05_nav_left img, .cta05_nav_service img {
	width: 180px;
	margin-bottom: -29px;
}

.cta05_nav_contact img {
	width: 180px;
	margin-bottom: -21px;
}

.cta05_nav_service img {
	width: 180px;
	margin-bottom: -19px;
}

/* その他 */
.cta05_section {
	width: 100%;
	/* padding: 20px; */
	/* background: #555; */
	box-sizing: border-box;
	/* color: #fff; */
	text-align: center;
	font-size: 120%;
	border: solid 3px #eda65f;
}

.cta05_section .cta05title {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #eda65f;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}

.cta05_section .ctatext03 {
	display: inline-block;
	position: relative;
	margin: 0;
}

.ctatext03:before {
	transform: rotate(50deg);
}

.ctatext03:after {
	transform: rotate(-50deg);
	margin-left: 10px;
}

.cta05service {
	background-color: #3AC2A0;
	margin: 0 80px;
	border-radius: 15px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 830px) {
	
	.cta05_section .cta05title {
    font-size: 15px;
	}
	
	p.cta05text01 {
    font-size: 1.2em;
    line-height: 1.6em;
		margin-bottom: 0.1em;
		letter-spacing: 0;
	}
	
	.cta05_flex {
    display: block;
		margin: 0;
	}
	
	.cta05_flex_left {
		display: none;		
	}
	
	.cta05_flex_right {
		height: auto;
		width: auto;
		margin: 0 13px;
/*     padding: 0 3em; */
	}
	
	.cta05_flex_right ul li {
		line-height: 2.2 !important;
    font-size: 13px;
    padding: 0;
	}
	
	p.cta05text02 {
    font-size: 1.2em;
		letter-spacing: 0;
	}
	
	.cta05_main {
    margin: 10px;
	}
	
	.cta05_main ul {
		margin: 0.5em 1em;
	}
	
	.cta05_main ul li {
    font-size: 0.9em;
    line-height: 2.0em !important;
		letter-spacing: 0px;
	}
	
	.cta05_nav_contact, .cta05_nav_service {
		display: block;
		padding: 5px 25px;
		height: auto;
	}
	
	.cta05_nav_contact_left, .cta05_nav_service_left {
		display: none;
	}
	
	.cta05_nav_contact_right, .cta05_nav_service_right {
		width: auto;
		margin-top: 10px;
	}
	
	.cta05_nav_contact .title, .cta05_nav_service .title {
		font-size: 15px;
		letter-spacing: 0;
		line-height: 21px;
	}
	
	.cta05_nav_service .title br {
    display: none;
	}
	
	.cta05_nav_contact .inner_button, .cta05_nav_service .inner_button {
		margin: 1em auto;
		font-size: 15px;
		width: auto;
	}
}

/* ====================
CTA6 
====================== */
/* グローバルスタイル */
.cta06_flex {
	display: flex;
	margin: 0 30px 0px 30px;
}

.cta06_flex_child {
    padding: 10px;
}

.cta06_comment {
	font-size: 17px;
    background-color: #f5f5f5;
    padding: 13px;
		font-weight: 600;
}

.cta06_main {
	/* main layout section */
}

.cta06_main ul {
	display: inline-block;
	list-style: inside;
	text-align: left;
	margin: 20px 10px 40px 10px;
	list-style: none;
}

.cta06_main ul li {
	line-height: 43px !important;
	font-size: 26px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.cta06_main ul li:before {
    content: "⚫︎";
    color: #ee7800;
    font-size: 0.8em;
    margin-right: 1em;
}

/* テキスト関連 */
p.cta06text01 {
	color: #000;
	font-size: 39px;
	font-weight: 900;
	line-height: 56px;
	margin: 25px 0 13px 0;
	letter-spacing: 1px;
}

p.cta06text02 {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	/* line-height: 51px; */
	margin-bottom: 13px;
	letter-spacing: 1px;
}

p.cta06text01 span {
	/* background: linear-gradient(transparent 70%, #ffff99 70%); */
	color: #F00E14;
}

.cta06_main ul span {
    font-weight: 600;
}

/* ナビゲーション関連 */
.cta06_nav {
	margin-bottom: 30px;
	padding: 0 40px;
}

.cta06_nav_contact, .cta06_nav_service {
	display: flex;
}

.cta06_nav_contact_right, .cta06_nav_service_right {
	width: 500px;
}

.cta06_nav_right {
	margin: 0 0 0 30px;
	border: solid 1px #c9c9c9;
	padding: 20px 35px;
}

.cta06_nav_contact {
	margin: 30px 0 60px 0;
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #edd5be, #ee7800);
	border-radius: 30px;
	color: #000;
}

.cta06_nav_contact .title {
    margin: 16px 10px !important;
    line-height: 22px;
    font-weight: 600;
    font-size: 23px;
	letter-spacing: 1px;
}


.cta06_nav_service {
/* 	margin: 15px 60px; */
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #ffcccc, #ff0000);
	border-radius: 30px;
	color: #000;
}

.cta06_nav_service .title {
    margin: 3px 10px !important;
    line-height: 34px;
    font-weight: 600;
    font-size: 23px;
		letter-spacing: 1px;
		color: #fff;
}

.cta06_nav_contact_left, .cta06_nav_service_left {
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cta06_nav_contact:hover, .cta06_nav_service:hover {
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
}

.cta06_nav_contact .inner_button {
	background-color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta06_nav_service .inner_button {
	background-color: #000;
	color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta06_nav a:hover {
	text-decoration: none;
}

/* 画像関連 */
.cta06_flex_left img {
	vertical-align: bottom;
}
.cta06_main ul li
.cta06_nav_left img, .cta06_nav_service img {
	width: 180px;
	margin-bottom: -29px;
}

.cta06_nav_contact img {
    width: 230px;
    margin-bottom: -10px;
}

.cta06_nav_service img {
	width: 180px;
	margin-bottom: -15px;
}

/* その他 */
.cta06_section {
	width: 100%;
	/* padding: 20px; */
	/* background: #555; */
	box-sizing: border-box;
	/* color: #fff; */
	text-align: center;
	font-size: 120%;
	border: solid 3px #000;
}

.cta06_section .cta06title {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #000;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}

.cta06_section .cta06title span {
  position: relative;
  padding: 0 .3em;
  margin: 0 .3em;
	font-size: 31px;
}
.cta06_section .cta06title span::before,
.cta06_section .cta06title span::after {
  position: absolute;
	width: 8px;
  height: 17px;
  content: '';
}
.cta06_section .cta06title span::before {
  border-left: solid 2px #ee7800;
  border-top: solid 2px #ee7800;
  top: 2px;
  left: -2px;
}
.cta06_section .cta06title span::after {
  border-right: solid 2px #ee7800;
  border-bottom: solid 2px #ee7800;
  bottom: 2px;
  right: -2px;
}

.cta06_section .cta06title2 {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #000;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}



.cta06_section .cta06title3 {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #000;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}

.cta06_section .ctatext03 {
	display: inline-block;
	position: relative;
	margin: 0;
}

.ctatext03:before {
	transform: rotate(50deg);
}

.ctatext03:after {
	transform: rotate(-50deg);
	margin-left: 10px;
}

.cta06service {
	background-color: #3AC2A0;
	margin: 0 80px;
	border-radius: 15px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 830px) {
	
	.cta06_section .cta06title {
		font-size: 15px;
	}
	
	.cta06_comment {
		font-size: 14px;
	} 
	
		.cta06_comment br {
		display: none;
	} 
	
	.cta06_flex_child img {
    display: none;
	}
	
	.cta06_flex_child {
    padding: 0 50px;
	}
	
	p.cta06text01 {
    font-size: 1.2em;
    line-height: 1.6em;
		margin-bottom: 0.1em;
		letter-spacing: 0;
	}
	
	.cta06_flex {
    display: block;
		margin: 0;
	}
	
	.cta06_flex_left {
		display: none;		
	}
	
	.cta06_flex_right {
		height: auto;
		width: auto;
		margin: 0 13px;
/*     padding: 0 3em; */
	}
	
	.cta06_flex_right ul li {
		line-height: 1.1 !important;
		font-size: 17px;
		letter-spacing: 1px;
	}
	
	p.cta06text02 {
    font-size: 1.5em;
	}
	
	.cta06_main {
    margin: 5px;
	}
	
	.cta06_main ul {
		margin: 0.5em 1em;
	}
	
	.cta06_main ul li {
    font-size: 1em;
    line-height: 1.7em !important;
		letter-spacing: 0;
	}
	
	.cta06_nav_contact, .cta06_nav_service {
		display: block;
		padding: 5px 25px;
		height: auto;
	}
	
	.cta06_nav_contact_left, .cta06_nav_service_left {
		display: none;
	}
	
	.cta06_nav_contact_right, .cta06_nav_service_right {
		width: auto;
		margin-top: 10px;
	}
	
	.cta06_nav_contact .title, .cta06_nav_service .title {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: 0;
	}
	
		.cta06_nav_service .title br {
    display: none;
	}
	
	.cta06_nav_contact .inner_button, .cta06_nav_service .inner_button {
		margin: 1em auto;
		font-size: 15px;
		width: auto;
	}
	
	.cta06_section .cta06title span::before, .cta06_section .cta06title span::after {
		display: none;
	}
	
	.cta06_section .cta06title span {
		all: unset;
	}
}

@media screen and (max-width: 460px) {
	.cta06_main ul li {
		display: inline-block;
	}
}

/* ====================
CTA7
====================== */
/* グローバルスタイル */
.cta07_flex {
	display: flex;
	margin: 0 30px 0px 30px;
}

.cta07_flex_child {
/*     padding: 10px; */
}

.cta07_flex_child img {
    max-width: 90%;
}

.cta07_flex_child p {
    margin: 0;
}

.cta07_comment {
	font-size: 16px;
	background-color: #FFF8E7;
/*     padding: 13px; */
		font-weight: 600;
		color: #F00E14;
}

.cta07_main {
	margin-top: 40px;
}

.cta07_main ul {
	display: inline-block;
	list-style: inside;
	text-align: left;
	margin: 20px 10px 40px 10px;
	list-style: none;
}

.cta07_main ul li {
	line-height: 43px !important;
	font-size: 26px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.cta07_main ul li:before {
    content: "⚫︎";
    color: #ee7800;
    font-size: 0.8em;
    margin-right: 1em;
}

/* テキスト関連 */
p.cta07text01 {
	color: #000;
	font-size: 39px;
	font-weight: 900;
	line-height: 56px;
	margin-bottom: 13px;
	letter-spacing: 1px;
}

p.cta07text02 {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	/* line-height: 51px; */
	margin-bottom: 13px;
	letter-spacing: 1px;
}

p.cta07text01 span {
	/* background: linear-gradient(transparent 70%, #ffff99 70%); */
	color: #F00E14;
}

.cta07_main ul span {
    font-weight: 600;
}

/* ナビゲーション関連 */
.cta07_nav {
	margin-bottom: 30px;
	padding: 0 40px;
}

.cta07_nav_contact, .cta07_nav_service {
	display: flex;
}

.cta07_nav_contact_right, .cta07_nav_service_right {
	width: 500px;
}

.cta07_nav_right {
	margin: 0 0 0 30px;
	border: solid 1px #c9c9c9;
	padding: 20px 35px;
}

.cta07_nav_contact {
	margin: 20px 0 60px 0;
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #edd5be, #ee7800);
	border-radius: 30px;
	color: #000;
}

.cta07_nav_contact .title {
    margin: 16px 10px !important;
    line-height: 22px;
    font-weight: 600;
    font-size: 23px;
	letter-spacing: 1px;
}


.cta07_nav_service {
/* 	margin: 15px 60px; */
	height: 140px;
	/* border: solid 1px #c9c9c9; */
	padding: 20px 35px;
	background: linear-gradient(0.25turn, #ffcccc, #ff0000);
	border-radius: 30px;
	color: #000;
}

.cta07_nav_service .title {
    margin: 3px 10px !important;
    line-height: 34px;
    font-weight: 600;
    font-size: 23px;
		letter-spacing: 1px;
		color: #fff;
}

.cta07_nav_contact_left, .cta07_nav_service_left {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cta07_nav_contact:hover, .cta07_nav_service:hover {
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
}

.cta07_nav_contact .inner_button {
	background-color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta07_nav_service .inner_button {
	background-color: #000;
	color: #fff;
	width: 260px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-weight: 600;
	padding: 5px;
	font-size: 21px;
}

.cta07_nav a:hover {
	text-decoration: none;
}

/* 画像関連 */
.cta07_flex_left img {
	vertical-align: bottom;
}
.cta07_main ul li
.cta07_nav_left img, .cta07_nav_service img {
	width: 180px;
	margin-bottom: -29px;
}

.cta07_nav_contact img {
    width: 230px;
    margin-bottom: -10px;
}

.cta07_nav_service img {
	width: 180px;
	margin-bottom: -15px;
}

/* その他 */
.cta07_section {
	width: 100%;
	/* padding: 20px; */
	background: #FFF8E7;
	box-sizing: border-box;
	/* color: #fff; */
	text-align: center;
	font-size: 120%;
	border: solid 3px #FFF8E7;
}

.cta07_section .cta07title {
    font-size: 34px;
    font-weight: 600;
    margin: 30px 60px 30px;
    line-height: 1.3;
    background-color: #FFF8E7;
    padding-bottom: 25px;
    color: #000;
    letter-spacing: 1px;
    background-image: linear-gradient(90deg, #ff9999 0 32%, #EE2 67%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    font-weight: bold;
}

.cta07_section .cta07title span {
  position: relative;
  padding: 0 .3em;
  margin: 0 .3em;
	font-size: 31px;
}
.cta07_section .cta07title span::before,
.cta07_section .cta07title span::after {
  position: absolute;
	width: 8px;
  height: 17px;
  content: '';
}
.cta07_section .cta07title span::before {
  border-left: solid 2px #ee7800;
  border-top: solid 2px #ee7800;
  top: 2px;
  left: -2px;
}
.cta07_section .cta07title span::after {
  border-right: solid 2px #ee7800;
  border-bottom: solid 2px #ee7800;
  bottom: 2px;
  right: -2px;
}

.cta07_section .cta07title2 {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #000;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}



.cta07_section .cta07title3 {
	font-size: 25px;
	font-weight: 600;
	/* margin: 25px 0; */
	line-height: 1.3;
	/* background-color: #555; */
	background-color: #000;
	padding: 17px;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: 1px;
}

.cta07_section .ctatext03 {
	display: inline-block;
	position: relative;
	margin: 0;
}

.ctatext03:before {
	transform: rotate(50deg);
}

.ctatext03:after {
	transform: rotate(-50deg);
	margin-left: 10px;
}

.cta07service {
	background-color: #3AC2A0;
	margin: 0 80px;
	border-radius: 15px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 830px) {
	
	.cta07_section .cta07title {
		font-size: 15px;
	}
	
	.cta07_comment {
		font-size: 14px;
	} 
	
		.cta07_comment br {
		display: none;
	} 
	
	.cta07_flex_child img {
    display: none;
	}
	
	.cta07_flex_child {
    padding: 0 50px;
	}
	
	p.cta07text01 {
    font-size: 1.2em;
    line-height: 1.6em;
		margin-bottom: 0.1em;
		letter-spacing: 0;
	}
	
	.cta07_flex {
    display: block;
		margin: 0;
	}
	
	.cta07_flex_left {
		display: none;		
	}
	
	.cta07_flex_right {
		height: auto;
		width: auto;
		margin: 0 13px;
/*     padding: 0 3em; */
	}
	
	.cta07_flex_right ul li {
		line-height: 1.1 !important;
		font-size: 17px;
		letter-spacing: 1px;
	}
	
	p.cta07text02 {
    font-size: 1.5em;
	}
	
	.cta07_main {
    margin: 5px;
	}
	
	.cta07_main ul {
		margin: 0.5em 1em;
	}
	
	.cta07_main ul li {
    font-size: 1em;
    line-height: 1.7em !important;
		letter-spacing: 0;
	}
	
	.cta07_nav_contact, .cta07_nav_service {
		display: block;
		padding: 5px 25px;
		height: auto;
	}
	
	.cta07_nav_contact_left, .cta07_nav_service_left {
		display: none;
	}
	
	.cta07_nav_contact_right, .cta07_nav_service_right {
		width: auto;
		margin-top: 10px;
	}
	
	.cta07_nav_contact .title, .cta07_nav_service .title {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: 0;
	}
	
		.cta07_nav_service .title br {
    display: none;
	}
	
	.cta07_nav_contact .inner_button, .cta07_nav_service .inner_button {
		margin: 1em auto;
		font-size: 15px;
		width: auto;
	}
}

@media screen and (max-width: 460px) {
	.cta07_main ul li {
		display: inline-block;
	}
}

/* ====================
CTA8
====================== */

.cta08_flex {
	display: flex;
}

.cta08 {
	background-color: #F00E14;
	border: solid 3px #F00E14;
}

.cta08_flex {
    background-color: #fff;
}

p.cta08_title {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 900;
    text-align: center;
    padding: 12px;
}

.cta08_flex {
    padding: 20px;
}

.cta08_flex_right {
    padding: 15px;
	text-align: center;
}

.cta08_flex_left {
    width: 300px;
		margin: auto;
}

.cta08_description {
    font-size: 18px;
    font-weight: 900;
		text-align: left;
		margin-bottom: 20px;
}

.cta08_flex_right .cta08_flex_right_button {
/* 	display: inline-block; */
    padding: 11px 25px;
    text-decoration: none !important;
    background-color: #F00E14;
    color: #fff !important;
    border-bottom: solid 4px #F00E14;
    font-size: 24px;
    font-weight: 600;
    border-radius: 17px;
/* 		transition: box-shadow 0.3s ease; */
}

.cta08_flex_right .cta08_flex_right_button:hover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6); /* 影の設定 */
}

.cta08_flex_right p {
    margin: 0;
}

/* ====================
フッター部分
====================== */

p.footer_link {
    margin-top: 15px;
}

/* ====================
新着記事がアイキャッチにかぶる
件の解消
====================== */

.post_list_title {
	padding: 0 30px 30px 30px !important;
}