@charset "UTF-8";
/*
Theme Name: Dreamfactory-03
Description: This is our original theme.
Author: Dreamfactory
Version: 2.2
*/

@import url("css/reset.css");
@import url("css/all.min.css");
@import url("css/animate.css");

/*基本フォント*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700");
/*各セクションHeadline用フォント*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");

/*
変更・追加は「customize.css」に記載
*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
html, body {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	background-color: #fff;
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrapper {
	overflow: hidden;/*スマフォの画面右隙間削除*/
	min-height: 100%;
}

/*container設定*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

a {
	text-decoration: underline;
	color: #333;
	transition: all .5s ease;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}
a img {
	transition: all .5s ease;
}
a:hover img {
	opacity: 0.7;
}

strong, .strong { font-weight: bold; }

/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 20px;
	margin-bottom: 20px;
}
.fl-r {
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mt100 { margin-top: 100px !important; }
.fzs { font-size: 12px; }
.br_under543 { display: none; }
@media (max-width:543px) {
	.br_under543 {
		display: block;
	}
}

/*ローディング*/
.loading {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
メインイメージ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.main_img {
	width: 100%;
	height: 50vh;
	position: relative;
}
@media (max-width:543px) {
	.main_img {
		height: 40vh;
	}
}
.home .main_img {
	background: url('img/back_top.jpg') no-repeat scroll center center;
	background-size: cover;
}
.page-template-page-news .main_img {
	background: url('img/back_news.jpg') no-repeat scroll center center;
	background-size: cover;
}
.page-template-page-gallery .main_img {
	background: url('img/back_gallery.jpg') no-repeat scroll center center;
	background-size: cover;
}
.page-template-page-texts .main_img {
	background: url('img/back_texts.jpg') no-repeat scroll center center;
	background-size: cover;
}
.page-template-page-info .main_img {
	background: url('img/back_info.jpg') no-repeat scroll center center;
	background-size: cover;
}

.category .main_img,
.single .main_img,
.error404 .main_img {
	display: none;
}

.shades {
	/*background: url("img/shades.png") repeat scroll left top;*/
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.top_box {
	animation-delay:1s;
	width: 360px;
	margin: auto;
	border-radius: 5px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 10px 10px;
}
.top_box img.logo {
	display: block;
	margin: 10px auto 30px;
	width: 180px;
	height: auto;
}
.top_box h1 {
	font-size: 20px;
	line-height: 1.5;
  letter-spacing: 3px;
}
.top_box p {
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}
.top_box p span {
	text-shadow: none;
	padding: 4px 5px;
	border-radius: 2px;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 7px;
	line-height: 1.3;
	color: #fff;
	background-color: #333;
	margin-left: 3px;
	margin-right: 3px;
}
.top_box p a,
.top_box p a:visited {
	text-decoration: none;
	display: inline-block;
}
.top_box p i {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.1rem;
	vertical-align: -3px;
}
@media screen and (max-width: 543px) {
	.top_box {
		width: 300px;
		font-size: 16px;
	}
	.top_box img.logo {
	}
	.top_box h1 {
		font-size: 18px;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
	position: relative;
}
header h1 {
	z-index: 1;
	text-align: center;
	margin: 10px 0;
}
.home header h1 {
}
header h1 a {
	text-decoration: none;
}
.header_text {
	font-size: 12px;
	padding-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*見出し*/
.page_headline {
	color: #fff;
	background-color: #333;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 3px;
	padding: 10px;
}
.page_headline span {
	display: block;
	font-size: .8rem;
	letter-spacing: 2px;
}
@media (max-width:543px) {
	.page_headline {
		font-size: 1.5rem;
		padding: 5px;
	}
}

/* NEWS */
.box_news {}
.lead_text {
	border-radius: 5px;
	padding: 0 10px 30px;
	min-width: 100%;
}
.lead_text strong {
	font-size: 22px;
	display: block;
	margin-bottom: 12px;
}
.news_box_wrapper {
	padding: 30px;
	background-color: #ddd;
	display: flex;
	flex-wrap: wrap;
}
.news_box_wrapper a,
.news_box_wrapper a:visited {
	text-decoration: none;
}
.news_box_wrapper a figure img {
	width: 100%;
	height: auto;
}
.news_box {
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	width: 24%;
	margin: 0 0.5%;
	text-align: center;
	border: 3px solid #fff;
}
.news_box img {
	margin-bottom: 20px;
}
a.news_box:hover {
	border-color: #333;
}
a.news_box:hover img {
	opacity: 1;
}
.news_box .thumbnail_logo {
	width: 90%;
	padding: 5% 0;
}
@media(max-width: 767px) {
	.news_box_wrapper {
		padding: 2% 1% 0;
	}
	.lead_text {
		padding: 0 7px 20px;
	}
	.lead_text strong {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news_box {
		width: 48%;
		margin: 0 1% 2%;
		display: flex;
		align-items: center;
	}
	.news_box figure {
		width: 100px;
		margin-right: 15px;
	}
	.news_box figure img {
		margin-bottom: 0;
	}
	.news_box figure img.thumbnail_logo {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.news_box p {
		text-align: left;
    margin-bottom: 0 !important;
	}
}
@media(max-width:599px) {
	.news_box figure {
		width: 70px;
	}
}
@media(max-width:499px) {
	.news_box {
		width: 98%;
	}
}

/* GALLERY */
.box_gallery {}
.gallery_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery_box a {
	margin-bottom: 50px;
	width: 30%;
	color: #fff;
}
.gallery_box a:hover img {
	opacity: 1;
}
.gallery_box figure {
	position: relative;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #000;
	overflow: hidden;
}
.gallery_box figure img {
	width: 100%;
}
.gallery_box figcaption {
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	padding: 10px;
	opacity: 0;
	transition: all .7s ease;
}
.gallery_box a:hover figcaption {
	opacity: 1;
}
@media(max-width:767px) {
	.gallery_box {
		justify-content: space-around;
	}
	.gallery_box a {
		width: 42%;
	}
}
@media(max-width:543px) {
	.gallery_box a {
		width: 90%;
		max-width: 300px;
		margin-bottom: 30px;
	}
}

/* TEXTS */
.box_texts {}
.box_texts p {
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}
.texts_box {
	width: 500px;
	margin: 0 auto;
	padding: 50px;
	background-color: #eee;
	border-radius: 5px;
	text-align: center;
}
.texts_box h3 {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
	padding: 20px;
	background-color: rgba(255,255,255,.7);
}
.texts_box dl {
}
.texts_box dt {
	border-bottom: 1px solid #999;
	padding:10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.texts_box dd {
	line-height: 1.8;
}
@media(max-width: 767px) {
	.texts_box {
		width: 100%;
		padding: 10px;
	}
}
@media(max-width:543px) {
	.texts_box {
		margin: 30px auto 0;
	}
}

/* INFO */
.box_info {
}
.box_info h2 {
	text-shadow: none;
}
.box_info p {
}
.box_info .sns_btn {
	text-align: center;
	margin-top: 1rem;
}
.box_info .sns_btn a {
	font-size: 1.6rem;
	margin: 0.5rem;
}
.box_info .sns_btn a:hover {
	color: #ccc;
}
.top_map {
	margin-top: 50px;
	width: 100%;
}
@media(max-width:767px) {
	.box_info {
		padding: 30px 0 0;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_contents {
	padding-top: 50px;
	overflow: auto;
}
@media (max-width:767px) {
	.page_contents {
		padding-top: 30px;
	}
}

/*ヘッドライン*/
h2.h2_style {
	font-size: 1.5rem;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
@media (max-width:543px) {
	h2.h2_style {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

h3.h3_style {
	font-size: 20px;
	margin: 24px 0px;
}

.page_contents p {
	margin-bottom: 20px;
}

/*ボタン*/
a.btn {
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 5px;
	white-space: unset;
	color: #fff;
}
.btn i {
	margin-left: 10px;
}
.btn_base {
	background-color: #333;
	border: 2px solid #333;
}
.btn_base:hover,
.btn_base:focus {
	color: #333;
	background-color: #fff;
}

/*テーブル*/
.table_base {
	width: 700px;
	margin: 30px auto;
}
.table_base th,
.table_base td {
	border-bottom: 3px solid #fff;
	padding: 20px;
	vertical-align: top;
}
.table_base th {
	background-color: #eee;
	text-align: center;
}
.table_base td {
}

@media screen and (max-width: 767px) {
	.table_base {
		width: 100%;
		max-width: 700px;
	}
	.table_base th,
	.table_base td {
		display: block;
		width: 100%;
		border: 0px;
	}
}

/*リスト*/
.ul_base {
	margin-left: 30px;
}
.ul_base li {
	list-style: disc;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_ul {
	margin: 40px 20px 20px;
}
.archive_ul li {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.archive_ul li a {
	text-decoration: none;
}
.archive_ul li a:hover {
	text-decoration: underline;
}
.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿個別ページ調整用
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single h2.h2_style {
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
}
.single article h1,
.single article h2,
.single article h3,
.single article h4,
.single article h5 {
	margin: 1rem 0;
	font-weight: bold;
}
.single article h1 { font-size: 1.8rem; }
.single article h2 { font-size: 1.5rem; }
.single article h3 { font-size: 1.3rem; }
.single article h4 { font-size: 1.2rem; }
.single article h5 { font-size: 1.1rem; }
.single article p { margin: 1rem 0; overflow: auto; }
.single article figure { margin: 0; }
.single article img { max-width: 100%; height: auto; }
.single article ul { margin: 1rem 0;}
.single article ul li { list-style: disc; margin-left: 2rem; }
.single article ol { margin: 1rem 0;}
.single article ol li { list-style: decimal; margin-left: 2rem; }
.single article table { margin: 2rem auto; max-width: 100%; }
.single article table th,
.single article table td { padding: 1rem; border: 1px solid #333;}
.single article table th { background-color: #ddd; }
.single article table td {}
.single article em { text-decoration: italic; }
.single article strong, .strong { font-weight: bold; }
.alignleft {
	float:left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.alignright {
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.aligncenter {
	float: none;
	margin: 0 auto 1rem;
	display: block;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
	margin-top: 30px;
}

.copyright {
	text-align: center;
	padding: 3px 0px;
	font-size: 10px;
	letter-spacing: 1px;
}

/*ページトップ*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.page_top a {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding-top: 8px;
}
.page_top a i {
	color: #fff;
	font-size: 36px;
}
.page_top a:hover {
	background-color: #333;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.page_top {
		display: none !important;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
loading
::::::::::::::::::::::::::::::::::::::::::::::::::*/
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #ccc;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.main_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 5;
	display: none;
}
.main_nav nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}
.main_nav ul {
	width: 100%;
}
.main_nav li {
	text-align: center;
}
.main_nav li a {
	display: block;
	font-size: 1.4rem;
	padding: 1rem 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
}
.main_nav li a:hover {
	background-color: #ccc;
}
.main_nav li a i {
	display: none;
}

/*ナビボタン*/
.menu_trigger_wrapper {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 10;
	background-color: rgba(0,0,0,.5);
	border-radius: 3px;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
.menu_trigger span {
	position: absolute;
	left: 20%;
	width: 60%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
}
.menu_trigger span:nth-of-type(1) {
	top: 25%;
}
.menu_trigger span:nth-of-type(2) {
}
.menu_trigger span:nth-of-type(3) {
	bottom: 25%;
}
.menu_trigger span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.menu_trigger_wrapper.active {
	background-color: transparent;
}
/*ナビボタン active*/
.menu_trigger_wrapper.active span {
	background-color: #333;
}
.menu_trigger_wrapper.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
}
.menu_trigger_wrapper.active span:nth-of-type(2) {
	width: 46px;
	height: 46px;
	background-color: transparent;
	border: 2px solid #333;
	border-radius: 50%;
}
.menu_trigger_wrapper.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(315deg) scale(.8);
	transform: translateY(-12px) rotate(315deg) scale(.8);
}

@media(max-width:767px) {
	.main_nav li a {
		font-size: 1.3rem;
		padding: 0.5rem 0;
	}
	.menu_trigger_wrapper {
		top: 15px;
		left: 15px;
	}
	.menu_trigger {
		width: 40px;
		height: 40px;
	}
	.menu_trigger_wrapper.active span:nth-of-type(2) {
		width: 36px;
		height: 36px;
	}
	.menu_trigger_wrapper.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-315deg) scale(.8);
		transform: translateY(9px) rotate(-315deg) scale(.8);
	}
	.menu_trigger_wrapper.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(315deg) scale(.8);
		transform: translateY(-9px) rotate(315deg) scale(.8);
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
PCナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media(min-width:992px) {
	.header_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header_nav {
		flex-grow: 1;
	}
	.menu_trigger_wrapper {
		display: none;
	}
	.main_nav {
		display: block !important;
		position: relative;
		background-color: transparent;
	}
	.main_nav nav {
		position: relative;
		height: auto;
		display: block;
	}
	.main_nav ul {
		display: flex;
		justify-content: space-between;
	}
	.main_nav ul li {
		width: 19%;
	}
	.main_nav ul a {
		padding: 10px;
		border-radius: 3px;
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.main_nav li a:hover {
		color: #fff;
		background-color: rgba(30,30,30,.7);
	}
	.main_nav li a i {
		display: inline-block;
		margin-right: 4px;
	}
	.home header {
		margin-bottom: 30px;
	}
	.header_box h1 {
		margin-right: 30px;
	}
	.header_box h1 img {
		width: 240px;
		height: auto;
	}
	.header_text {
	}
	.top_box {
		width: 100%;
	}
	.top_box p {
		font-size: 1rem;
	}
	.top_box p span {
		font-size: .7rem;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
調整
::::::::::::::::::::::::::::::::::::::::::::::::::*/


	a.btn--green {
  color: #fff;
  background-color: #153987;
}

a.btn--green:hover {
  color: #fff;
  background: #153987;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #13254d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #13254d;
}

a.btn-c {
font-size: 1rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 2rem;
    border-radius: 100vh;
    display: block;
    width: 50%;
    margin: auto;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



.button-area {
	text-align: center;
}

a.line-btn {
	background-color:#00B900;
	border-bottom: 5px solid #266b26;
}

a.web-btn {
	background-color:#d3a500;
	border-bottom: 5px solid #715904;
}

.atten {
	margin-top: 2em;
}

.cta-box {
	background-color:#338AA4;
}

.cta-inner {
	padding: 2em 0 4em;
}

.home .main_img {
  background: url('https://lp.r-connect.net/wp-content/uploads/2023/12/top.png') no-repeat scroll center center;
    background-size: auto;
  background-size: cover;
}

.main_img {
  width: 100%;
  height: 100vh;
  position: relative;
}

h2 {
  text-align: center;
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.flex-box img {
  width: 30%;
}



h3 {
  text-align: center;
  font-size: 1.4em;
  color: #4D9BC1;
}

/*流れ*/

.flow {
	background-color: aliceblue;
	padding: 2em 0;
}

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

.flow10 {
  padding-left: 0;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #4D9BC1;
  padding: 20px;
  border-radius: 20px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4D9BC1;
}

.flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.flow10 > li .icon10 {
  color: #4D9BC1;
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}

.header-tel {
background-color: #333;
  color: #fff;
  padding: 0.5em;
  border-radius: 1em;
}

.header-tel a {
	color: #fff;
}

/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 110px;          /* 左に余白を設ける */
	margin-bottom: 40px;
		border:2px solid #4D9BC1;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid  #4D9BC1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
	border:2px solid #4D9BC1;
  margin-right: 110px;/* 右に余白を設ける */
	margin-bottom: 40px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
op: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid  #4D9BC1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.icon img {
	width:100px;
	height:100px;
}

table {
	width:100%;
}

table,th,td {
	border: solid 1px #333;
}

th {
	text-align: center;
}

td {
	padding:0.5em;
}


.menu_trigger {
	display: none;
}


@media (max-width:543px) {
	
	.flex-box {
		display:block;
		text-align: center;
	}
	
	.flex-box img {
  width: 90%;
		margin-bottom:1em;
}
	
	a.btn-c {
		font-size:1rem;
	}
	
.main_img {
  width: 100%;
  height: 30vh;
  position: relative;
}
	
a.btn-c {
 width:80%;		
	}	
	
	
}



