@charset "UTF-8";
/*
Theme Name: homesapo
Author: 株式会社ビーブリッド
Author URI: https://www.bibrid.co.jp/
*/


/*------------------------------------------------------------
フォント
------------------------------------------------------------*/
.zenmaru{
	font-family: 'Zen Maru Gothic','游ゴシック体','YuGothic','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN','Hiragino Sans','sans-serif','Material Symbols Rounded','icomoon' , serif!important;
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
h1,h2,h3,h4,h5,h6,p{
	line-height: 1.5em;
}
img,abbr,acronym,fieldset{
	border:0;
}
html{
	scroll-behavior: smooth;
	
/*ーーーーーーーフォントサイズ
360pxのスクリーン: 1rem 16px
480pxのスクリーン: 1rem 16px
768pxのスクリーン: 1.25rem 20px
980pxのスクリーン: 1.5rem 24px
1280pxのスクリーン: 1.5rem 24px
ーーーーーーー*/
}


/* body.homesapo{
	font-size: clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
} */
body{
	font-family: '游ゴシック体','YuGothic','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN','Hiragino Sans','sans-serif','Material Symbols Rounded','icomoon' ;
	color:#333;
	word-wrap:break-word;
}
body.homesapo{
	border-top: 0;
}
body.homesapo *{
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'sans-serif', 'Material Symbols Rounded', 'icomoon';
}
pre {
	font-family: '游ゴシック体','YuGothic','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN','Hiragino Sans','sans-serif','Material Symbols Rounded','icomoon' ;
}
a{
	text-decoration:none;
	color:#333;
}
a:visited,a:link {
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
	transition-duration: 0.4s;
}
a.link_underline{
	padding: 2px;
	border-bottom: 1px solid;
	cursor: pointer;
}
a.link_underline:hover {
	border-bottom: 0;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	transition-duration: 0.4s;
	-webkit-backface-visibility: hidden;
}
a:hover img{
	opacity: 0.7;
	transition-duration: 0.4s;
		transition: all .3s;
}
::-webkit-selection,::selection {/*テキストをマウスでクリックやドラッグした時の文字色*/
	color: #FFF!important;
	background: rgba(36,148,138,0.7);
}
#top {
	position:relative; 
	overflow: hidden;
}
.pc_block{
	display:block;
}
.sp_block,.br_sp{
	display:none;
}
.br_pc{
	display: inline-block;	
}
.al_left {
	text-align: left !important;
}
.al_center {
	text-align: center !important;
}
.al_right {
	text-align: right !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb1 {
	margin-bottom: 1em !important;
}
.mt1 {
	margin-top: 1em !important;
}
.mb2 {
	margin-bottom: 2em !important;
}
.mt2 {
	margin-top: 2em !important;
}
.mb3 {
	margin-bottom: 3em !important;
}
.mt3 {
	margin-top: 3em !important;
}
.mb5 {
	margin-bottom: 5em !important;
}
.mt5 {
	margin-top: 5em !important;
}
.mb8 {
	margin-bottom: 8em !important;
}
.mt8{
	margin-top: 8em !important;
}
.mb10 {
	margin-bottom: 10em !important;
}
.mt10{
	margin-top: 10em !important;
}
.wd_max{
	width: 96%;
	max-width: 1100px;
	margin: auto;
}

.font-normal{
	font-weight:normal;
}
.font-bold{
	font-weight:bold;
}
.font-big{
	font-size: larger;
}
.font-small{
	font-size: small;
}
.imgborder{
	border: 1px solid #14948a;
}
@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header{
	width: 100%;
	z-index: 999;
	position: relative;
}
.box_headweLR{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width:1100px;
	width: 100%;
	margin:auto;
}
.box_headweL{
width: 35%;

    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.box_headweL h1 a{
    display: flex;
    align-items: center;
}
.box_headweL h1 .ttlMain img{
	height: 90px;
	padding-top: 0.3em;
}



.box_headweR{
width: 65%;
box-sizing: border-box;
}


.sub_nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sub_nav li.contact{
    display: contents;
}
.sub_nav li.contact a{
	    margin-left: 3%;
    background: #d2625f;
    color:#FFF;
    border-radius: 60px;
    font-size: 1.4em;
    padding: 1% 1em;
	height: 56px;
	box-sizing: border-box;
		border: 2px solid #d2625f;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_nav li.contact i {
    margin-right: 6px;
    font-size: 1em;
}
.sub_nav li.contact a:hover{
background: #fff;
    color: #d2625f;
    border: 2px solid #d2625f;
}

/*　グローバルナビ
------------------------------------------------------------*/
#SP_gNav,.SP_menu {
	display: none;
}
#SP_gNav:checked ~ .g_nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#globalnavi{
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 998;
margin: 0 0 1em 0;
}
nav.h_nav {
	letter-spacing: 0.05em;
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	font-size: 0.76em;
}
nav.h_nav ul.menu{
	display: flex;
	    justify-content: flex-end;
	flex-flow: wrap;
}
nav.h_nav ul.menu li {
	position: relative;
	box-sizing: border-box;
	height: 26px;
}
nav.h_nav ul.menu li::after{
content: "/";
    position: absolute;
    right: 0;
    top: 3px;
    color: #999;
    font-size: 0.6em;
}
nav.h_nav ul.menu li:last-of-type{
	display: none;
}
nav.h_nav ul.menu li:last-of-type::after,
nav.h_nav ul.menu li.none::after{
	content: none;
}
nav.h_nav ul.menu li a {
    padding: 0 1em;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}


nav.h_nav ul.menu li a::after {
content: "";
    opacity: 0;
    text-align: center;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: all .6s;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 5px;
    background: #14948a;
}

nav.h_nav ul.menu li a:hover{
	color: #14948a;
	
}
nav.h_nav ul.menu li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition-duration: .2s;
}
nav.h_nav ul.menu li.blank a::before{
	    content: "\e89e";
    font-weight: normal;
    font-size: 0.7em;
    position: relative;
    top: 3px;
    margin-right: 3px;
	opacity: 0.7;
}
/* PC固定ヘッダー*/
.header-change{
	height: 80px;
	box-sizing: border-box;
	background:rgba(255,255,255,.9);
	box-shadow: 0px 2px 13px -2px rgb(0 0 0 / 46%);
	justify-content: space-between;
	position: fixed;
	top: -200px;
	transition: .5s;
	width: 100%;
	opacity: 1;
	z-index: 999999;
}
.header-change.show{/*ゆっくり上から降りてくる*/
	top: 0;
}
.header-change div.box{
	max-width: 1100px;
	width: 96%;
	margin: auto;
	display: flex;
}
.header-change div.box div.logo{
	padding: 6px 0 0 0;
	box-sizing: border-box;
	width: 18%;
}
.header-change div.box div.logo a{
	align-items: center;
	display: flex;
}
.header-change div.box div.logo .ttlMain img {
	height: 65px;
}


.header-change div.box .g_nav{
	width: 80%;
	    margin-top: 23px;
}
.header-change nav.h_nav ul.menu{
	justify-content: flex-end;
}


.header-change nav.h_nav ul.menu li{
	border: none;
}
.header-change nav.h_nav ul.menu li.appeal{
	display: contents;
}
.header-change nav.h_nav ul.menu li.appeal a{
background: #d2625f;
    color: #FFF!important;
    padding: 3px 1em;
    box-sizing: border-box;
    margin-top: -4px;
    border: 2px solid #d2625f;
    border-radius: 23px;
}
.header-change nav.h_nav ul.menu li.appeal a:hover{
    background: #fff;
    color: #d2625f;
    border: 2px solid #d2625f;
}
.header-change nav.h_nav ul.menu li.appeal a::before{
    content: "\e92d";
    font-weight: normal;
    font-size: 0.9em;
    position: relative;
    top: 3px;
    margin-right: 3px;
	    -webkit-font-smoothing: antialiased;
}

.header-change nav.h_nav ul.menu li.appeal a::after{
	content: inherit;
}


/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
a#pageTop {
position: fixed;
    right: 2%;
    bottom: 90px;
    z-index: 999;
}
a#pageTop div{
	    display: flex;
    justify-content: center;
    align-items: center;
	background: #14948a;
	    color: #FFF!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
a#pageTop div span{
	font-size: 1.3em;
}
.grecaptcha-badge{
	z-index: 2;
	bottom: 0!important;
}
footer{
	position: relative;
	margin-top: 5em;
}



.f_sns {
width: 100%;
    box-sizing: border-box;
    background: rgba(224, 240, 228, 0.6);
    font-size: 0.7em;
    padding: 1em;
    overflow: hidden;
}
.f_sns ul {
	display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    width: calc(100% + 3%);
    box-sizing: border-box;
}
.f_sns ul li {
display: contents;
}
.f_sns ul li a{
	   width: calc(33.333% - 3%);
	margin-right: 3%;
	border: 1px #333 solid;
    padding: 13px 10px;
    box-sizing: border-box;
}
.f_sns ul li div{

}
.f_sns ul li a:hover{
	background: rgba(255,255,255,0.6);
}
.f_sns ul li p.ttl {
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    font-size: 0.63em;
}

.f_sns ul li p {
	font-size: 0.6em;
	line-height: 1.4em;
	text-align: center;
}

#F_bottom .inner{
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 2em 0;
	align-items: center;
	justify-content: space-between;
	font-size: 0.6em;
}

#F_bottom ul {
	display: flex;
	    flex-wrap: wrap;
    align-items: center;
	    width: 100%;
    justify-content: end;
	    margin-bottom: 2em;
}


#F_bottom ul a:hover{
color: #14948a;

}
#F_bottom ul li {
    display: flex;
    align-items: center;

	        margin-bottom: 1em;
}
	#F_bottom ul li::after{
		content: "/";
		       margin: 0 1em;
	}

#F_bottom ul li i{
        font-size: 16px;
    margin-right: 3px;
	opacity: 0.8;
  
}



#f_iso{
	    margin: 0 0 0 auto;
	    display: flex;
    flex-wrap: wrap;
	    flex-direction: row-reverse;
	    background-color: rgba(53, 203, 74, 0.1);
    padding: 1em;
	    align-items: center;
}
#f_iso .lBox{
	    font-size: 0.5em;
    text-align: center;
	    margin: auto;
}
#f_iso .lBox .logo{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    padding: 3px;
	    box-sizing: border-box;
border: 1px solid #c8c8c8;
	    margin-bottom: 3px;
	width: 136px;
}
#f_iso .lBox p{
	margin: 0;
}
#f_iso .lBox .logo img{
    height: 69px;
    width: 100%;
}
#f_iso .rBox{
       font-size: 0.56em;
    margin-right: 1em;
}






#copyright{
	padding: 1%;
	background: #14948a;
	color: #FFF!important;
	text-align: center;
	font-size: 0.6em;
}

/*------------------------------------------------------------
コンテンツ内共通
------------------------------------------------------------*/
#main_content{
	margin: auto;	
	width: 100%;
	line-height: 1.3em;
	    overflow: hidden;
}
/*ページ内リンクの位置*/
.page_link{
	padding-top: 100px;
	margin-top:-100px;
}
.block_center {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ttlH2{
	    text-align: center;
	    font-size: 1.65em;
	margin-bottom: 1.55em;
}
.ttlH2 h2{
font-weight: normal;
background: none;
}
.ttlH2 p{
	    color: #14948a;
}
section{
	padding: 3em 0;
}
section.bg{
    background: #e0f0e4;
	padding: 3em 2%;
    box-sizing: border-box;
}
section.bg.nop{
	padding: 3em 0;
}
section:last-of-type{
	padding-bottom: 0;
}
.min_button a{
border: 1px #b5b5b4 solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1% 1em;
    width: auto;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 0.7em;
    letter-spacing: 0.03em;
    background: #fff;
    line-height: 1.3em;
}
.min_button a:hover{
	background: rgba(0,0,0,0.1);
}
.min_button a span {
	font-size: 1.2em;
    margin-right: 0.6em;
}
.Button_link{   
	display: flex;
    justify-content: center;}
.Button_link a{
background: #14948a;
    border: 3px solid #14948a;
    font-size: 1em;
    letter-spacing: 0.1em;
    width: 90%;
    color: #fff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2%;
    box-sizing: border-box;
    max-width: 360px;
    border-radius: 40px;
	text-decoration: none!important;
}
.Button_link a::after {
    content: '';
    width: 23px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    right: 30px;
    top: 45%;
}
.Button_link a:hover::after {
    margin-right: -9px;
   transition-duration: 0.4s;
}


.green{
color: #14948a;
}
.yellow{
	color: #d2625f;
}
.red{
	color: #d2625f;
}
.Ymarker{
	background: linear-gradient(transparent 60%, #fdeb73 0);
}

.simpleExpo{
	text-align: center;
    font-size: 0.8em;
    margin-bottom: 2em;
}


.caption{
	font-size: 0.6em;
	line-height: 1.4em;
	    width: 96%;
    max-width: 1100px;
    margin: auto;
}
.caption a{
	color: #14948a;
	text-decoration: underline;
	font-weight: bold;
}
.caption a:hover{
	text-decoration: none;
}



.triangle{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 41px 0;
    border-color: #fff transparent transparent;
    margin: auto;    
	position: relative;

}

.triangle.green{
	    border-color: #e0f0e4 transparent transparent;

}


@media (max-width: 768px){
	.caption{
		font-size:0.75em ;
	}
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
#eyecatch{
	position: relative;
	width: 100%;
}
#eyecatch img.bg{
	width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

#eyecatch .ttl_heading {
	position: absolute;
    font-size: 1em;
    color: #14948a;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
#eyecatch .ttl_heading .balloon{
	position: relative;
    padding: 0.5em 1.6em;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 3px #14948a;
    font-weight: 600;
}
#eyecatch .ttl_heading .balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 2em;
    bottom: -28px;
    border-top: 28px solid #14948a;
    border-right: 23px solid transparent;
    border-radius: 0 0 0 12px;
}
#eyecatch .ttl_heading .balloon::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 1.9em;
    bottom: -25px;
    border-top: 28px solid #fff;
    border-right: 23px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 0 0 0 12px;
    border-top-color: #f4fafe;
}
#eyecatch h1 {
	position: absolute;
    font-size: 4.5em;
	font-weight: 700;
    color: #363537;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: #fff 2px 2px 0px, #fff -2px -2px 0px, #fff 0px 0px 9px, #fff 2px 2px 9px, #fff -2px -2px 9px;
    line-height: 1.5em;
    text-align: center;
    width: 96%;
}

#eyecatch h1 small{
	display: block;
    font-size: 0.22em;
    line-height: 1.6em;
    margin-top: 6px;
}



#eyecatch .ttl_caption{
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: #fcfdff;
    box-shadow: 0 13px 24px rgba(0, 0, 0, 0.08), 0 0 20px rgba(120, 255, 180, 0.25);
    padding: 1em 1em;
}

#eyecatch .ttl_caption ul{
	font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.08em;
}

#eyecatch .ttl_caption ul li{
	margin: 0.6em;
	    display: flex;
    align-items: center;
	font-weight: bold;
}

#eyecatch .ttl_caption ul li span{
	margin-right: 0.5em;
font-size: 1.2em;
	    color: #00cb4b;
	font-weight: normal;
}
#eyecatch .txt_inner{
    max-width: 1100px;
    margin: auto;
    position: relative;
}
#eyecatch .homesapokun {
	position: absolute;
    bottom: 12px;
    right: 20.5%;
    width: 189px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#eyecatch .homesapokun_name {
	font-weight: 600;
    color: #333;
    margin-top: -10px;
    margin-left: 11px;
}
#eyecatch .homesapokun_name small {
	font-size: 0.6em;
}
#eyecatch label{
    position: absolute;
    bottom: 372px;
    right: 3%;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    box-shadow: #fdeb73 0 0 10px;
}
#eyecatch label:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 152px;
    height: 152px;
    border: 4px solid #fdeb73;
    border-radius: 50%;
}
#eyecatch label small{
	font-size: 0.8em;
}
#eyecatch label p{
	    margin-top: -1.6em;
	    font-size: 0.9em;
	
}
#eyecatch label p strong{
	color: #00cb4b;
    font-size: 1.8em;
	    margin-right: 5px;

}






/*youtubeポップアップ*/
#Yotube{
    margin: 2em auto;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
  justify-content: space-between;
}
#Yotube .movie {
	flex: 1 1 calc(33.333% - 1em);
	box-sizing: border-box;
	position: relative;
}
#Yotube .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.9;
  display: block;
}

/* リンクを画面いっぱいに */
#Yotube .movie a{
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	cursor: pointer;
	height: 100%;
	width: 100%;
}


/*お悩み*/
#Problems_List{
	position: relative;
}

#Problems_List ul{
	font-size: 0.7em;
    line-height: 1.6em;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    width: 100%;
	margin-bottom: 2em;
	margin-top: -2em;
	
}
#Problems_List ul li{
position: relative;
    box-sizing: border-box;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
	  margin: 1em 0;

}
#Problems_List ul li:nth-child(2),
#Problems_List ul li:nth-child(5){
	margin-top: 5em;
}


#Problems_List ul li .txt{
display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    padding: 1em;
    border: 2px solid #14948a;
    border-radius: 16px;
    background-color: #FFF!important;
    box-sizing: border-box;
	    width: 73%;
}

#Problems_List ul li .txt p{

}
#Problems_List ul li .img{
    position: absolute;
    right: 1em;
    bottom: -2em;
}

#Problems_List ul li .img img{
width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
}


/*アピール文字*/
.appealBox{
	font-size: 1.9em;
	    line-height: 1.3em;
    letter-spacing: 0.01em;
    text-align: center;
}
.appealBox .txt{
margin: 1em 0 0.6em 0;
}

.appealBox .triangle.tp{
	    bottom: 0;
}

.appealBox .triangle.bm{
	    bottom: -49px;
}







/*サービス内容*/
#service_contents .Box-service{
width: 100%;
    display: flex;
    background: #fff;
    padding: 2em;
    margin-bottom: 2em;
	    box-sizing: border-box;
	justify-content: space-between;
	position: relative;


}
#service_contents .Box-service:nth-child(even){
	    flex-direction: row-reverse;
}
#service_contents .Box-service .img{
	    width: 45%;   
	height: fit-content;
}
#service_contents .Box-service .img img{
	height: auto;
}
#service_contents .Box-service .txt{
     width : 50% ;
    font-size: 1.1em;
    line-height: 1.7em;
}

#service_contents .Box-service .txt h3{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1.3em;
}

#service_contents .Box-service .txt p{
	    font-size: 0.8em;
    font-weight: bold;
		margin-top: 1em;
	color: #14948a;
}

#service_contents .Box-service .txt ul{
	font-size: 0.75em;
	    line-height: 1.4em;
	margin-left: 0.3em;
			margin-top: 1em;

}
#service_contents .Box-service .txt ul li{
	    margin-bottom: 0.2em;
	    text-indent: -1.3em;
    padding-left: 1.3em;
}
#service_contents .Box-service .txt ul li::before {
    content: "●";
	    padding-right: 0.3em;
    color: #00cb4b;
}


#service_contents .Box-service .txt .isobox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
	background-color: rgba(53, 203, 74, 0.1);
    padding: 9px;
    box-sizing: border-box;
	font-size: 0.8em;
}
#service_contents .Box-service .txt .isobox p{
	font-size: 0.56em;
	font-weight: normal;
	margin: 0;
	    color: #333;
}

#service_contents .Box-service .txt .isobox .r {
    width: calc(100% - 146px);
}

#service_contents .Box-service .txt .isobox .l {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    margin-bottom: 3px;
    width: 136px;
}

#service_contents .Box-service .txt .isobox .l img {
    height: 69px;
    width: 100%;
}


#service_contents .Box-service .label_premium{
	background: #d2625f;
    color: #FFF!important;
    position: absolute;
    top: 40px;
    right: -20px;
    font-size: 21px;
    height: 50px;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 0;
}
#service_contents .Box-service .label_premium:before,
#service_contents .Box-service .label_premium:after{
	content: '';
    position: absolute;
}
#service_contents .Box-service .label_premium:before {
    border-color: #e08c8c;
    border-left-color: transparent;
    top: 0px;
    left: -29px;
    border-width: 21px 13px 29px 19px;
    border-style: solid;
    border-radius: 6px;
}
#service_contents .Box-service .label_premium:after {
    border-color: #d2625f;
    border-left-color: transparent;
    top: 0px;
    left: -19px;
    border-width: 21px 13px 29px 19px;
    border-style: solid;
}

#service_contents .Box-service .label_premium div {
    position: relative;
}
#service_contents .Box-service .label_premium div::after {
content: '';
    position: absolute;
    top: -22px;
    right: -16px;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #cc7575;
}

/*お悩みをお聞きします*/
.support_contact{
	background: #fff;
    width: 100%;
	padding: 3em 0;
	
}
.support_contact .inner{
	width: 96%;
    max-width: 1000px;
	    margin: auto;
}
.support_contact .inner h3{
	font-weight: normal;
	text-align: center;
	margin-bottom: 1.3em;
	font-size: 1.1em;
	
}

.support_contact .inner .f_box{
	display: flex;
	    justify-content: space-evenly;
	    align-items: center;
}

.support_contact .inner .f_box .btnBox ul li{
	    display: contents;
}
.support_contact .inner .f_box .btnBox ul li a{
background: #14948a;
    color: #FFF!important;
    border-radius: 60px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 0.6em 2em;
    box-sizing: border-box;
    border: 2px solid #14948a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6em;
}

.support_contact .inner .f_box .btnBox ul li:last-child a{
	margin-bottom: 0;
}
.support_contact .inner .f_box .btnBox ul li a i {
    margin-right: 0.3em;
    font-size: 1.2em;
	color: #fff!important;
}
.support_contact .inner .f_box .btnBox ul li a p{
	color: #fff!important;
}
.support_contact .inner .f_box .btnBox ul li a:hover{
	background: #fff;
	color: #14948a;
}

.support_contact .inner .f_box .btnBox ul li a.red{
	    background: #d2625f;
	    border: 2px solid #d2625f;
}
.support_contact .inner .f_box .btnBox ul li a.red:hover{
	       background: #fff;
    color: #d2625f;
}

/*導入のメリット*/


#merit_contents .Box-merit{
	    width: 100%;
    display: flex;
	flex-wrap: wrap;
    background: #fff;
    padding: 2em;
    margin-top: 5em;
    box-sizing: border-box;
	position: relative;
	    justify-content: space-between;


}
#merit_contents .Box-merit label{
	    position: absolute;
    top: -20px;
    color: #14948a;
    font-size: 6em;
    font-weight: 700;
    font-style: italic;
}

#merit_contents .Box-merit .img{
	    width: 45%;
	    height: fit-content;
}

#merit_contents .Box-merit .img img{
	height: auto;
}

#merit_contents .Box-merit .txt{
	width: 50%;
    font-size: 1.1em;
    line-height: 1.7em;
}

#merit_contents .Box-merit .txt h3{
	    font-size: 1.6em;
    font-weight: normal;
	color: #14948a;
	margin: 0.6em 0;
}
#merit_contents .Box-merit .txt p {
    font-size: 0.8em;
    margin-top: 1em;
}
#merit_contents .Box-merit .txt p.sub{
	     font-size: 0.7em;
}
#merit_contents .Box-merit .txt ul {
    font-size: 0.75em;
    line-height: 1.4em;
    margin-left: 0.3em;
    margin-top: 1em;
}
#merit_contents .Box-merit .txt ul li {
    margin-bottom: 0.2em;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
#merit_contents .Box-merit .txt ul li::before {
    content: "\ea52";
    padding-right: 0.3em;
    color: #00cb4b;
	font-family: 'icomoon';
}


/*スライド共通*/
#main_content .swiper-button-next:after,
#main_content .swiper-button-prev:after{
	font-size: 2.3em;
}
#main_content .swiper-button-next,
#main_content .swiper-button-prev{
	color: #00cb4b;
	    text-shadow: #fff 0 0 10px;
	
}

#main_content .swiper-pagination-bullet-active{
	background: #00cb4b;
}

/*導入事例*/

#case_contents{
	width: 96%;
    max-width: 1200px;
    margin: auto;
}
#case_contents .swiper-horizontal{
	        padding: 0 2%;
}


#case_contents .swiper-wrapper{
margin-bottom: 1em;
}
#case_contents .swiper-pagination {
    bottom: 0em;
	z-index: 0;
}
#case_contents .swiper-slide{
	      height: auto;
    padding-bottom: 2em;
}
#case_contents .swiper-slide a{
position: relative;
        margin: 0 7%;
    box-sizing: border-box;
    display: block;
    height: 100%;
	        background: #fff;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);

	
}

#case_contents .swiper-slide a img{
	height: auto;
}
#case_contents .swiper-slide a:hover{
	opacity: 1;
	transform: translateY(-3px);
    box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.08);

}
#case_contents .swiper-slide a:hover img{
		opacity: 1;
}
#case_contents .swiper-slide a:hover .more{
	opacity: 0.7;
	transition-duration: 0.4s;
}

#case_contents .swiper-slide a label{
	    position: absolute;
    top: 0;
    left: 0;
    background: #14948a;
    color: #FFF!important;
    font-size: 0.66em;
    padding: 0.3em 1em;
    box-sizing: border-box;
    line-height: 1.3em;
	z-index: 1;
	
}

#case_contents .swiper-slide a .Media{

}
#case_contents .swiper-slide a .Content{
	padding: 1em 1em 2.6em 1em;
}
#case_contents .swiper-slide a h3{
font-size: 0.66em;
    padding-bottom: 0.3em;
    text-align: center;
    font-weight: normal;
    position: relative;
}
#case_contents .swiper-slide a h3:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 83%;
    height: 1px;
    margin: auto;
    background-color: #14948a;
}
#case_contents .swiper-slide a p{
    font-size: 0.73em;
    margin-top: 0.6em;
    font-weight: bold;
    letter-spacing: 0.06em;
}
#case_contents .swiper-slide a .more{
position: absolute;
    bottom: 0;
    background: #14948a;
    color: #FFF!important;
    padding: 0.6em 1em;
    font-size: 0.7em;
    line-height: 1.3em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}


#case_contents .swiper-slide a .more::before{
	content: "more \ea3c";
}
#case_contents .swiper-slide a .more.note::before{
	content: "noteへ \e900";
}
#case_contents .swiper-slide a .more.note{
	background: #000;
}
#case_contents .swiper-slide a .more.youtube::before{
	content: "YouTubeへ \e93c";
}

#case_contents .swiper-slide a .more.youtube{
	background: #DA1725;
}

/*活用例*/

.usage_contents{
	  background: #fff;
    padding: 2em;
    box-sizing: border-box;
    width: 96%;
	margin: 0;
	text-align: center;
	position: relative;

}
.swiper-slide.swiper-slide-active .usage_contents{
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.06);
}


.usage_contents label{
	       position: absolute;
    top: 0;
    left: 0;
    background: #14948a;
    color: #FFF!important;
    font-size: 0.8em;
    padding: 0.3em 1em;
    box-sizing: border-box;
    line-height: 1.3em;
}
.usage_contents h3{
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 1em;
    line-height: 1.3em;
	
}
.usage_contents .box{
    position: relative;
    text-align: left;
	margin-top: 1.6em;
    font-size: 0.8em;
    line-height: 1.5em;
	    padding: 1em 1em 1em 80px;
}
.usage_contents .box.Before{
background: #f3f3f3;
	
}
.usage_contents .box.After{
    background: rgba(53, 203, 74, 0.16);
    color: #10877b;
    font-size: 0.9em;
}


.usage_contents .box.Before::before,
.usage_contents .box.After::before{
	    content: "Before";
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
	
}

.usage_contents .box.After::before{
	   content: "After";
	    font-size: 1.1em;
}

.usage_contents .box.Before::after,
.usage_contents .box.After::after{
	font-family: 'icomoon';
    content: "\e9e6";
    position: absolute;
    left: 2%;
    top: 10%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 39px;
	
}

.usage_contents .box.After::after{
	content: "\e9e2";
	 font-size: 45px;
}






/*ご利用料金*/
#plan_contents table {
	width: 100%;
   font-size: 1em;
	letter-spacing: 0.03em;
    border-collapse: collapse;
    table-layout: fixed;
    margin: auto;
	margin-bottom: 1em;
}
#plan_contents table th {
    padding: 8px;
    border-bottom: 1px solid #fff;
    background-color: #9F9F9F;
    font-weight: normal;
    border-right: 1px solid #fff;
    color: #FFF!important;
    line-height: 1.3em;
    position: relative;
	text-align: center;
}
#plan_contents table tr:last-child th:first-child{
	    border-bottom: 1px solid #9b9b9b;

}
#plan_contents table th:nth-child(1){
	width: 10em;
}
#plan_contents table th:nth-child(2){
background:#14948a;}
#plan_contents table th:nth-child(3){
	background:#d2625f;
}

#plan_contents table th:nth-child(2) small,
#plan_contents table th:nth-child(3) small{
		display: block;
	margin-top: 0.2em;
}

#plan_contents table th label{
    z-index: 1;
    letter-spacing: 0;
    font-size: 0.56em;
	color: #333;
}

#plan_contents table th label::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 66px solid transparent;
       border-right: 79px solid #fdeb73;
    position: absolute;
}

#plan_contents table th label::after {
    content: "おすすめ";
    display: block;
    top: 8px;
    right: 0px;
    transform: rotate(43deg);
    position: absolute;
}

#plan_contents table tr:nth-child(2) td{
	color: #FFF!important;
	text-align: center;
}
#plan_contents table tr:nth-child(2) td:nth-child(1){
    background:#14948a;
}
#plan_contents table tr:nth-child(2) td:nth-child(2){
    background:#d2625f;
}

#plan_contents table td {
    padding: 8px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #FFF;
    text-align: right;
}

#plan_contents table small{
	font-size: 0.66em;
	letter-spacing: 0;
}

@media (max-width: 768px){
	#plan_contents table small{
	font-size: 1em;
	color: #fff;
}
}
#plan_contents table td .price small{
	color: #333!important;
}
#plan_contents table td .price{
	font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.1em;
	color: #333!important;
}
#plan_contents table td .price small{
	font-size: 0.73em;
	padding-left: 0.3em;
}

#plan_contents .caption.plan{
	width: 100%;
/*	    border: 1px #bfbfbf solid;*/
	background: #eee;
    box-sizing: border-box;
	margin-bottom: 1em;
padding: 1em 1em 0.5em 1em;
}
#plan_contents .caption.plan ul{
	    display: flex;
    flex-wrap: wrap;
}
#plan_contents .caption.plan ul li{
	    margin: 0 1em 0.5em 0;
}


#plan_contents .caption.list{
		width: 100%;
	margin: 0 1em;
}
#plan_contents .caption.list ul{
	text-indent: -1em;
    padding-left: 1em;
	padding-right: 1em;
}

.itkan-banner {
    max-width: 1100px;
    margin: 3em auto;
    padding: 2em;
    border: 6px solid #14948a;
    position: relative;
}
.itkan_icon {
    position: absolute;
    top: 80px;
    right: 7%;
    width: 146px;
    transform: rotate(12deg);
}
.itkan-title {
    font-size: 1.2em;
	font-weight: bold;
    margin-bottom: 0.8em;
    position: relative;
    padding: 0.6em;
    background: #e0f0e4;
    display: inline-block;
}
.itkan-title::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0f0e4;
    width: 0;
    height: 0;
}
.itkan-banner p {
    font-size: 0.7em;
}
.itkan-title-sub {
    font-size: 1em !important;
    font-weight: 600;
    padding-left: 0.6em;
}
.itkan-desc {
    margin: 1em;
}
.itkan-banner .itkan-offer {
    font-size: 1em;
}
.br_sp_534, .br_sp_1000 {
	display: none;
}
.itkan-cta {
    display: flex;
    justify-content: flex-end;
}
.itkan-btn {
    display: inline-block;
    padding: 0.6em 1em;
    background: #14948a;
    color: #FFF!important;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 60px;
}
.itkan-offer {
    display: inline-block;
    margin: 0.5em 0;
    padding: 10px 14px;
    font-weight: bold;
    font-size: 1em;
}





/*導入は簡単！4STEP*/
#flow_contents{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#flow_contents .flowBox{
position: relative;
    width: calc(25% - 3%);
    margin-right: 3%;
	margin-bottom: 1em;
    background: #fff;
        border: 2px dotted #e0f0e4;
    box-sizing: border-box;
	padding: 1em;
	text-align: center;
	word-break: break-all;
	
}
#flow_contents .flowBox::after{
	font-family: 'icomoon';
    content: "\ea3c";
    font-size: 56px;
    font-weight: bold;
    position: absolute;
    right: -49px;
    top: 36%;
    z-index: 1;
    color: #14948a;
}


#flow_contents .flowBox:last-of-type::after{
	content: none;
}

#flow_contents .flowBox a{
	color: #14948a;
	text-decoration: underline;
}
#flow_contents .flowBox a:hover{
	text-decoration: none;
}
#flow_contents .flowBox .icon{
    height: 69px;
    width: 69px;
    margin: auto;
	margin-bottom: 1em;
}

#flow_contents .flowBox .no{
       font-weight: bold;
    font-size: 1.2em;
    color: #14948a;
    letter-spacing: 0.03em;
	    font-style: italic;
}
#flow_contents .flowBox .no::before{
	content: "STEP";
    margin-right: 0.3em;
	    font-style:normal;
	  font-size: 1.1em;
}
#flow_contents .flowBox .ttl{
    font-size: 0.9em;
	margin: 1em 0 0.6em 0;
}
#flow_contents .flowBox .btm{
font-size: 0.66em;
    line-height: 1.6em;
	    text-align: left;
	
}







/*よくある質問*/
#faq_contents{
    font-size: 0.7em;
}
#faq_contents details{
	position: relative;
}
#faq_contents details::after {
	content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted #333;
}
#faq_contents summary {
    cursor: pointer;
    display: flex;
    padding: 1em 70px;
    transition: .5s;
    outline: none;
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
}
#faq_contents summary::-webkit-details-marker {
	display: none;
}
#faq_contents summary::before,
#faq_contents details div::before{
    content: "Q";
    background: #14948a;
    font-family: "Times New Roman","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #FFF!important;
    position: absolute;
    top: 1em;
    left: 9px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#faq_contents details div::before{
		content: "A";
	background: #d2625f;
	    font-weight: bold;
}
#faq_contents summary::after {
	font-family: 'icomoon';
    content: "\ea0a";
       color: #14948a;
    opacity: 0.6;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
#faq_contents details[open] summary::after {
	content: "\ea0b";
}
#faq_contents details div {
	padding: 1em 1em 1em 70px;
	position: relative;
	min-height: 60px;
	box-sizing: border-box;
}


#faq_contents summary:hover{
	background: rgba(255,255,255,0.6);
}


/*------------------------------------------------------------
お申込みフォーム
------------------------------------------------------------*/
#telguide{
	width: 96%;
    max-width: 1000px;
    margin: auto;
	    text-align: center;
	    font-size: 0.9em;
}





#application_contents dl{
font-size: 0.7em;
    font-weight: normal;
    margin: auto;
    padding: 2%;
    max-width: 760px;
	    box-sizing: border-box;
}
#application_contents dl dt{
	    margin-bottom: 6px;
	    font-weight: bold;
}
#application_contents dl dd p{
	line-height: 0;
}
#application_contents span.mandatory{
    background: #d2625f;
    color: #FFF!important;
    font-size: 0.6em;
    padding: 0 6px;
	height: 30px;
    border-radius: 6px;
    margin: 0 1em;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-sizing: border-box;
	opacity: 0.9;
}




#application_contents input#date{
	min-height: auto;
	height: 40px;
    padding: 2%;
    width: auto;
}


#application_contents dd div.minBox{
	    margin-top: 0.5em;
}

#application_contents dd div.minBox p{
	font-size: 0.61em;
	margin-bottom: 0.5em;
	
}
#application_contents dd div.minBox input{
	width: 6em;
	position: relative;
	display: block;
}

#application_contents .office7_flex p{
	    display: flex;
}


#application_contents .CheckBox{
margin-top: 2em;
}
#application_contents .CheckBox p{
	    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 0.8em;
	letter-spacing: 0.06em;
}
#application_contents .CheckBox .wpcf7-list-item{
	margin: 0;
	margin-right: 0.6em;
}
#application_contents .CheckBox a{
	text-decoration: underline;
	color: #14948a;
}
#application_contents .CheckBox a:hover{
	text-decoration: none;
}



/*input修正*/
#application_contents input,
#application_contents select{
	    font-size: 0.7em;
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    padding: 0.3em 1em;
		background: #fff;
	border: 1px #b5b5b4 solid;
    outline: none;
}
#application_contents select{
max-width: 18em;	
	height: 50px;
}
#application_contents textarea{
	    width: 100%;
    box-sizing: border-box;
	    padding: 0.3em 1em;
	    outline: none;
	    font-size: 0.7em;
}

#application_contents input[type="radio"]{
	    min-height: inherit;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
	padding: 0;
    width: auto;
	margin-right: 0.6em;
}


#application_contents input[type="checkbox"]{
		    min-height: inherit;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
	padding: 0;
    width: auto;
	margin-right: 0.6em;
	    height: auto;
}

#application_contents .wpcf7-list-item {
    margin: 0 2em 0.6em 0.6em;
}



#application_contents #contact7button{
	    max-width: 500px;
    width: 90%;
    margin: auto;
    margin-top: 2em;
}




#application_contents input[type="submit"]{
background: #d2625f;
    color: #FFF!important;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.6em 1em;
    border: 3px solid #d2625f;
	    letter-spacing: 0.06em;

}

#application_contents input[type="submit"]:hover{
	opacity: 1;
    background: #fff;
    color: #d2625f;
	 border: 3px solid #d2625f;
transition : all 0.5s ease 0s;
}

#application_contents input[type="submit"]:disabled{
	background: #eee;
	  color: #333;
	    cursor: not-allowed;
		 border: none;
	    border: 3px solid #eee;

	  
}




/*------------------------------------------------------------
確認画面＆サンクスページ
------------------------------------------------------------*/
#application_contents .confirmBox .summary{
    background: #333;
    color: #FFF!important;
    font-size: 0.8em;
    font-weight: bold;
    border: 2px solid #333;
    padding: 0.6em;
    text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}

#application_contents .confirmBox dl {
    padding: 1.6em 0 0 0;
}
#application_contents .confirmBox dt {
    border-bottom: 1px dotted;
    padding-bottom: 0.3em;
}
#application_contents .confirmBox #contact7button {
    margin-top: 3em;
}
#contact7button .back a{
	display: block;
	text-align: center;
background: #999;
    color: #FFF!important;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 30px;
    cursor: pointer;
	margin-bottom: 1em;
    box-sizing: border-box;
    padding: 0.6em 1em;
    border: 3px solid #999;
	    width: 100%;
}
#contact7button .back a:hover{
		opacity: 0.7;
    background: #fff;
    color: #333;
}


#application_contents .thanksBox h2{
font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em;
    color: #14948a;
}
#application_contents .thanksBox .block_center p{
	font-size: 0.8em;
	text-align: center;
}

/*------------------------------------------------------------
リアルタイムバリデーション（validationEngine）
------------------------------------------------------------*/
span.wpcf7-not-valid-tip {/*Contact Form 7エラーチェック*/
	display: none;

	
}
dd.error07 span.wpcf7-not-valid-tip{/*フリガナのエラーだけ表示*/
color: #d2625f;
    font-weight: bold;
    display: inline;
    line-height: 1.9em;
    padding: 6px;
    box-sizing: border-box;
    font-size: 0.6em;
}
.wpcf7-response-output{
	border:0!important;
    color: #d2625f;
    font-weight: bold;
    text-align: center;
	padding: 2%!important;
	
}

.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
	line-height: 1.3;
	font-size: 0.5em;
	white-space: nowrap;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
#box_contact .formError .formErrorContent,.formError .formErrorContent{
	background: #d2625f;
	position:relative;
	color: #FFF!important;
	padding: 6px;
	display: table-cell;
	width: auto;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF!important;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF!important;
}
@media (max-width: 768px){
	#box_contact .formError .formErrorContent,.formError .formErrorContent{
		min-width: 120px;
		padding: 5px;
		font-size: 11px;
	}
}



/*------------------------------------------------------------
下層ページ共通
------------------------------------------------------------*/

#main_content.lower #main_title{
   width: 100%;
	margin: 3em 0 1em 0;
	  /*  background-color: rgba(53, 203, 74, 0.1);*/
}

#main_content.lower #main_title h1{
    font-size: 2em;
    letter-spacing: 0.06em;
	text-align: center;
}
#main_content.lower #main_title h1::first-letter{
	color: #14948a;
	font-size: 153%;
}
#main_content.lower #main_title h1 small{
	display: block;
	font-size: 1em;
	    margin-top: -0.6em;
}

#main_content.lower h2{
font-size: 1em;
    font-weight: bold;
    margin-top: 1.6em;
    margin-bottom: 1em;
    color: #14948a;
    padding: 0.3em 0.6em;
    border-bottom: 3px solid rgba(36, 148, 138, 0.3);
    border-top: 3px solid rgba(36, 148, 138, 0.3);

}


#main_content.lower h3{
font-size: 0.9em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.6em;
    padding: 0.3em 0.6em;
    background: #f3f3f3;

}

.bgBox{
	    background-color: rgba(53, 203, 74, 0.1);
	padding: 1em;
}

.base_list{
    font-size: 0.8em;
    line-height: 1.4em;
}

.base_list ol,.base_list ul {
    margin-left: 2em;

}
.base_list ul{
	list-style: disc;
}
.base_list li{
	margin-top: 0.3em;
}
.base_list a.color{
	    color: #14948a;
	text-decoration: underline;
}
.base_list a.color:hover{
	text-decoration: none;
}
.base_list ul.caption-list{
	    font-size: 0.7em;
    list-style: none;
}
.base_list ul.caption-list > li{
	     text-indent: -1.3em;
}
.base_list ul.caption-list > li::before{
	  content: "※";
 padding-right: 0.3em;
}


#guide_flow{
	    position: relative;
}
#guide_flow .flowBox{
	    position: relative;
	display: flex;
	flex-wrap: nowrap;
	    justify-content: space-between;

}

#guide_flow .flowBox::before{
position: absolute;
    left: 1.3em;
    top: 2em;
    content: "";
    width: 6px;
    height: 100%;
    background: rgba(36, 148, 138, 0.3);
}
#guide_flow .flowBox:last-of-type::before{
	content: none;
}
#guide_flow .flowBox label {
	    margin-top: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6em;
    height: 2.6em;
    border: solid 3px #14948a;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    box-sizing: border-box;
	color: #14948a;
    font-weight: bold;
	font-size: 0.9em;
}
#guide_flow .flowBox .textArea{
border-bottom: 1px #333 solid;
    width: calc(100% - 3.6em);
    padding: 2em 1em;
    box-sizing: border-box;
}
#guide_flow .flowBox .textArea .ttl {
  font-size: 1em;
    font-weight: bold;
	color: #14948a;
	margin-bottom: 1.6em;
}

#guide_flow .btnBox a{
	    background: #14948a;
    color: #FFF!important;
    border-radius: 60px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 0.6em 2em;
    box-sizing: border-box;
    border: 2px solid #14948a;
    display: flex;
    justify-content: center;
    align-items: center;
	    width: fit-content;
}
#guide_flow .btnBox a i {
    margin-right: 0.3em;
    font-size: 1.2em;
}
#guide_flow .btnBox a:hover{
	background: #fff;
    color: #14948a;
}


/*------------------------------------------------------------
タブレット
------------------------------------------------------------*/
@media (max-width: 1180px) {
	.pc_block{
		display:none;
	}
	.sp_block{
		display:block;
	}
	/*タブレット：ヘッダー*/

	.header-change{
		display: none;
	}
	/* タブレット：グローバルナビ　ハンバーガーメニュー*/
	#globalnavi{
		height: auto;
		border-bottom: 0;
		box-shadow: none;
	}
	
	.SP_menu{
	position: absolute;
	display: block;
	z-index: 999999;
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.8);
	text-align: left;
	}


	.SP_menu.fixed {

		position: fixed;
		top: 0;
	}
	.SP_logo a {
width: calc(100% - 120px);
		height: 60px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
	}
	.SP_logo .ttlMain img{
		height: 50px;
	}
	.SP_logo .ttlMain {
    display: flex;
}
	#SP_btn{
		position: absolute;
    top: 0;
    right: 0;
		display: flex;
		    font-size: 0.66em;
		    text-align: center;
	}

	
	#SP_btn div a{
    height: 60px;
	}
	
	
	
	
	#SP_btn div:last-of-type a{
		background: #d2625f;
		color: #FFF!important;
		display: flex;
		    align-items: center;
		padding: 0 1em;
		font-weight: bold;
	}
	#SP_btn div:last-of-type a i{
		margin-right: 0.3em;
				display: block;
    font-size: 1em;
	color: #fff!important;
	}
	#SP_btn div:last-of-type a span{
		color: #fff!important;
	}
	
	
	#SP_gNav:checked + .SP_menu span{
		background-color: transparent;
	}
	#SP_gNav:checked + .SP_menu span::before{
		transform: rotate(-38deg);
		top: 1px;
	}
	#SP_gNav:checked + .SP_menu span::after {
		transform: rotate(38deg);
		top: 1px;
	}
	#SP_gNav:checked ~ .g_nav {
		right: 0;
		position: fixed;
		overflow-y: scroll;
		z-index: 9;
	}
	.sp_button {
		color: #FFF!important;
		justify-content: center;
		display: flex;
		cursor: pointer;
		-webkit-transition: transform .3s ease-in;
		transition: transform .3s ease-in;
		position: absolute;
		box-sizing: border-box;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: #333;
	}
	.sp_button > span {
		display: block;
		position: absolute;
		top: 36px;
		width: 58%;
		height: 2px;
		border-radius: 10px;
		-webkit-transition: transform .3s ease;
		transition: transform .3s ease;
		background: #fff;
	}
	.sp_button small{
		position: absolute;
		top: 8px;
		font-size: 1em;
		letter-spacing: 0.16em;
	}
	.sp_button > span::before,.sp_button > span::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		-webkit-transition: transform .3s ease-in;
		transition: transform .3s ease-in;
		background: #fff;
		transform: translateY(12px) rotate(-45deg);
		top: 0;
	}
	.sp_button > span::before {
		-webkit-transform: translateY(-0.6em);
		transform: translateY(-0.6em);
		top: -2px;
	}
	.sp_button > span::after {
		-webkit-transform: translateY(0.6em);
		transform: translateY(0.6em);
		top: 2px;
	}
	#globalnavi .g_nav  {
		position: fixed;
		right: -120%;
		overflow-y: hidden;
		width: 60%;
		height: 100%;
		padding-top: 90px;
		display: block;
		transition: all 0.6s;
		z-index: 99999;
		top: 0;
		background: rgba(255,255,255,0.9);
	}
	nav.h_nav{
		padding-top: 50px;
		padding-bottom: 200px;
	}
	nav.h_nav a{
		color: #FFF!important;
	}	
	nav.h_nav ul.menu{
		width: 90%;
		margin: auto;
	}
	nav.h_nav ul.menu li{
		width: 100%;
		border-right:none;
		height: auto;
	}
	nav.h_nav ul.menu li:first-child{
		border-left: none;
	}
	nav.h_nav .sp_contact a{
		color: #FFF!important;
		display: flex;
		align-items: center;
		width: 90%;
		margin: auto;
		box-sizing: border-box;
		padding-left: 9%;
		height: 66px;
	}
	nav.h_nav .sp_contact a::before {
		content: "\ea3c";
		margin-right: 0.3em;
		font-size: 3em;
		line-height: 2em;
}
	nav.h_nav ul.menu li a{
		color: #333;
		padding-left: 9%;
		height: 60px;
	}
	nav.h_nav ul.menu li a:hover{
		background: rgba(210, 194, 168, 0.6)
	}
	nav.h_nav ul.menu li.current_page_item a{
		color: #333!important;
	}
	/* タブレット：グローバルナビハンバーガーメニューここまで*/

	/*タブレット：フッター*/

	#F_bottom ul li{
		    margin-left: 1em;
	}
	
	
	
	/*タブレット：トップ*/
	#main_content{
		padding-top: 36px;
	}
	.appealBox{
		    font-size: 1.7em;
	}
	
	
		#service_contents .Box-service .label_premium{
			        top: 0;
		       right: 0;
    width: 13em;
			        font-size: 16px;
			        height: 32px;
			padding: 0 1em;
	}
	#service_contents .Box-service .label_premium:before{
		    border-width: 16px 9px 16px 13px;
		        left: -16px;
	}
	
	#service_contents .Box-service .label_premium:after{
		    border-width: 16px 9px 16px 13px;
		    left: -12px;

	}
	#service_contents .Box-service .label_premium div::after{
		content: none;
	}
	#plan_contents table th span.ttlwd{
		    display: block;
    width: 5em;
		        margin: auto;
	}
}
@media (max-width: 1080px) {
	.itkan_icon {
        top: 80px;
        right: 6%;
        width: 136px;
    }
}
@media (max-width: 1000px) {
	/* MV */
	#eyecatch .ttl_caption {
        bottom: 40px;
    }
	#eyecatch .homesapokun {
        width: 167px;
        bottom: 4px;
    }
	#eyecatch label {
        bottom: 388px;
        right: 6%;
        width: 156px;
        height: 156px;
    }
	#eyecatch label:before {
        width: 142px;
        height: 142px;
    }
	#eyecatch label p {
		margin-top: -1em;
        font-size: 0.8em;
	}
	#eyecatch label p strong {
        font-size: 2em;
        margin-right: 2px;
    }
	/* ITカン */
	.itkan_icon {
        display: none;
    }
	.br_sp_1000 {
		display: inline-block;
	}
}

@media screen and (max-width: 900px) {
    #eyecatch label {
        right: 4%;
    }
}
/*------------------------------------------------------------
スマホ
------------------------------------------------------------*/
@media (max-width: 768px) {
	.br_sp{
		display: inline-block;
	}
	.br_pc{
		display: none;
	}
	/*スマホ：ヘッダー*/
	.floating{
		display: none!important;
	}
	#page_nav {
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 60px;
		display: none;
	}
	#page_nav .nav_box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#page_nav .nav_box a {
		display: contents;
	}
	#page_nav .nav_box .box {
		position: relative;
		width: calc(100%/5);
	}
	#page_nav .nav_box .box .children {
		width: 100%;
		height: 60px;
	}
	#page_nav .nav_box .box .children p {
		position: absolute;
		font-size: 1.1em;
		line-height: 1.5;
		color: #FFF!important;
		width: 100%;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
	}
	#page_nav .nav_box .box .children i {
		font-size: 2.9em;
	}
	
	/*スマホ：フッター*/
	.f_sns ul{
		width: 100%;
		    margin-top: 1em;
	}
	.f_sns ul li a{
width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
	}
	.f_sns ul li p.ttl{
		        font-size: 0.8em;
	}
	.f_sns ul li p{
		font-size: 0.7em;
	}
	#F_bottom .inner{
		width: 100%;
		padding: 2em;
		        font-size: 0.8em;
	}
	#F_bottom ul{
		display: block;
    text-align: left;
		    margin-left: 0;
		width: auto;
    justify-content: center;
	}
	#F_bottom ul li{
margin: 20px 0;
	}

	
	#F_bottom ul a {
    border-bottom: 0;
}
	#F_bottom ul li::after{
		content: none;
	}
	#f_iso{
		    flex-direction: row;
	}
	#f_iso .rBox{
		margin-right: 0;
		margin-top: 0.5em;
		        font-size: 0.7em;
	}
	#copyright{
		font-size: 0.8em;
	}
	

		/*スマホ：アイキャッチMV*/

	#eyecatch{
		margin-bottom: 0;
	}
	#eyecatch img.bg{
		height: 600px;
	}
	#eyecatch .ttl_heading{
        font-size: 1em;
        top: 2.6em;
        box-sizing: border-box;
        left: 2%;
        transform: translateX(0%);
        width: auto;
        max-width: -webkit-calc(100% - 136px);
	}
	#eyecatch .ttl_heading .balloon{
		padding: 0.5em 2em;
        text-align: center;
		color: #14948a;
	}
	#eyecatch .ttl_heading .balloon::before{
		 left: auto;
        right: 2em;
	}
	#eyecatch .ttl_heading .balloon::after{
		left: auto;
        right: 2.1em;
        bottom: -26px;
	}
	#eyecatch h1{
		top: 2em;
        font-size: 4em;
	}
	/* #eyecatch h1 small{
		font-size: 0.43em;
	} */
	#eyecatch .ttl_caption{
		    bottom: 3em;
	}

	#eyecatch .txt_inner{
		display: contents;
	}
	
	#eyecatch label{
		bottom: 408px;
        width: 146px;
        height: 146px;
	}

	#eyecatch label:before{
		width: 132px;
        height: 132px;
	}

	#eyecatch label small {
		margin-bottom: -0.6em;
	}
	#eyecatch .ttl_caption ul{
		font-size: 1em;
	}
	#eyecatch .homesapokun {
        bottom: 24px;
        right: 11.5%;
        width: 170px;
    }
	#eyecatch .homesapokun_name small {
        font-size: 0.7em;
    }

	/*youtubeポップアップ*/
		#Yotube{
		max-width: 460px;
		width: 90%;
	}
	
	  #Yotube .movie {
    flex: none;
    width: 100%;
  }
	
	
	
		/*スマホ：コンテンツ内共通*/
	.ttlH2{
		    font-size: 0.9em;
		margin-bottom: 1em;
	}
	
	.appealBox{
		font-size: 1.23em;
	}
	
	.appealBox .triangle.bm {
    bottom: -16px;
}
	.triangle{
		border-width: 23px 36px 0;
	}
	/*スマホ：トップページ*/
	#Problems_List ul{
		    font-size: 0.9em;
		margin-top: 0;
		
	}
#Problems_List ul li {
    width: 100%;
	        display: flex;
        justify-content: space-between;
        align-items: center;
	        flex-direction: column-reverse;
}
	#Problems_List ul li .txt{
		        height: auto;
        min-height: 80px;
width: 100%;
		        padding: 1.8em 1em 1em;
		       
	}

	#Problems_List ul li .img {
        position: initial;
		        margin-bottom: -1em;
	}
	#Problems_List ul li .img img{
		width: 80px;
		height: 80px;
		        object-fit: cover;
	}
	
	
	#Problems_List ul li:nth-child(2), #Problems_List ul li:nth-child(5) {
    margin: 1em 0;
}
	
	
	#service_contents .Box-service{
		    display: block;
	}
	
	#service_contents .Box-service .img{
		    width: 100%;
		    max-width: 460px;
		    margin: auto;
	}
	#service_contents .Box-service .txt{
		    width: 100%;
    margin-top: 1em;
	}
	#service_contents .Box-service .txt h3{
		text-align: center;
		font-size: 1.2em;
		margin-bottom: 0;
	}
	#service_contents .Box-service .txt p{
		    font-size: 0.9em;
	}
	#service_contents .Box-service .txt ul{
		font-size: 0.8em;
	}
	#service_contents .Box-service .label_premium{
	        font-size: 13px;
	}


	#service_contents .Box-service .txt .isobox{
		padding: 1em;
		        flex-direction: column-reverse;
	}
	#service_contents .Box-service .txt .isobox p{
		font-size: 0.66em;
	}
	#service_contents .Box-service .txt .isobox .r{
		    width: 100%;
		        margin-top: 1em;
	}
	
	#service_contents .Box-service .txt .isobox .l{
		    
		margin-bottom: 0;
		        margin: auto;
	}
	
	
	
	
	.support_contact{
		
	}
	.support_contact .inner h3{
		    font-size: 1em;
	}
	
	.support_contact .inner .f_box{
		    display: block;
	}
	.support_contact .inner .f_box .btnBox {
    margin-top: 1em;
}
	
	
	#merit_contents .Box-merit{
		    margin-top: 3em;
	}
	#merit_contents .Box-merit label{
		    top: -25px;
		    font-size: 4em;
	}

	#merit_contents .Box-merit .txt{
		width: 100%;
		margin-bottom: 1em;
	}
	#merit_contents .Box-merit .txt h3{
		    font-size: 1em;
		        text-align: center;
	}
	#merit_contents .Box-merit .txt ul{
		    font-size: 0.8em;
	}
	#merit_contents .Box-merit .img{
		width: 100%;
        max-width: 440px;
        margin: auto;
	}

	.usage_contents h3{
		font-size: 0.9em;
	}
	.usage_contents .box{
		    padding: 10px;
	}

	.usage_contents .box.Before::before{
		margin-left: 30px;
        margin-bottom: 12px;
        padding-top: 0px;
	}
	.usage_contents .box.After::before{
         margin-left: 35px;
        margin-bottom: 11px;
        padding-top: 3px;
        font-size: 1em;
	}
	.usage_contents .box.Before::after{
width: 22px;
        height: 22px;
        font-size: 20px;
        left: 10px;
        top: 7px;
	}
	.usage_contents .box.After::after{
	        width: 30px;
        height: 30px;
        font-size: 23px;
        left: 10px;
        top: 4px;
	}
	

	#flow_contents .flowBox{
		width: 100%;
    margin-right: 0;
	}
	

	#flow_contents .flowBox::after{
transform: rotate(90deg);
top: auto;
bottom: -0.5em;
right: 47%;
font-size: 39px;
	}
	
	#flow_contents .flowBox .btm{
		font-size: 0.76em;
    text-align: center;
	}
	
	/* 料金 */
	#plan_contents table{
		    font-size: 0.8em;
    letter-spacing: 0em;
	}
	
	#plan_contents table th:nth-child(1){
		    width: 5em;
	}

	#plan_contents table th label::before{
	        border-bottom: 54px solid transparent;
        border-right: 62px solid #fdeb73;
	}
	
	#plan_contents table td .price{
		    font-size: 1.75em;
	}

	/* ITカン */
    .itkan-banner {
        width: 96%;
        margin: 1.5em auto;
        padding: 1.1em;
        box-sizing: border-box;
    }
	.itkan-desc {
        font-size:1rem !important;
    }
	
	
	
	
	
	
	
	#faq_contents{
		    font-size: 0.8em;
	}
	#faq_contents summary{
	    padding: 1em 33px 0.5em 50px;
		    min-height: 50px;
			display: flex;
			align-items: center;
	}
	#faq_contents summary::before, #faq_contents details div::before{
		    width: 30px;
    height: 30px;
	}
	#faq_contents summary::after{
		    right: 6px;
		font-size: 11px;
	}

		/*スマホ：お申込みフォーム*/

	#application_contents dl dt .caution {
    display: block;
		    margin-bottom: 1em;
}
	#application_contents .wpcf7-list-item {
    display: block;
    margin: 1em;
}

	#application_contents input{
		 min-height: 50px;
        height: 50px;
		        font-size: 16px;
	}
	#application_contents select{
		height: 40px;
	}
	

	
			/*スマホ：下層ページ共有*/

	#main_content.lower #main_title{
		    margin: 3em 0 0 0;
	}
	#main_content.lower #main_title h1{
		font-size: 1.6em;
	}
	
	

	
	
	
	
	

	
}

/*微調整*/

@media (max-width: 693px) {
    #eyecatch .ttl_caption {
        bottom: 4em;
    }
}

@media (max-width: 688px) {
    #eyecatch label small {
        font-size: 0.9em;
    }
}

@media (max-width: 600px) {
    #eyecatch img.bg {
        height: 556px;
    }
	#eyecatch label {
        bottom: 388px;
    }
}

@media screen and (max-width: 534px) {
    .br_sp_534 {
        display: inline;
    }
	#eyecatch .homesapokun {
        right: 6.5%;
    }
	#eyecatch label {
        width: 136px;
        height: 136px;
    }
	#eyecatch label:before {
        width: 122px;
        height: 122px;
    }
	#eyecatch label small {
        margin-bottom: -1em;
        font-size: 0.9em;
    }
}

@media (max-width: 500px) {
	#eyecatch img.bg {
        height: 502px;
    }

	#eyecatch .homesapokun {
        bottom: 16px;
        right: 5.5%;
        width: 127px;
    }

	#eyecatch .homesapokun_name {
        margin-top: -6px;
    }
	
	#eyecatch label{
		width: 106px;
    	height: 106px;
        bottom: auto;
        top: 1.3em;
	}

	#eyecatch label:before {
        width: 92px;
        height: 92px;
		    top: 3px;
    left: 3px;
    }
	#eyecatch label small {
        margin-bottom: 0em;
        font-size: 0.8em;
    }
	#eyecatch label p strong {
        font-size: 1.9em;
    }
	#plan_contents table th label::before{
		border-bottom: 42px solid transparent;
    	border-right: 51px solid #fdeb73
	}	
}

@media (max-width: 430px) {
    #eyecatch .homesapokun {
        right: 2.5%;
    }
}

@media (max-width: 414px) {
    #eyecatch .homesapokun {
        bottom: 33px;
        right: 4.5%;
        width: 101px;
    }
}






/*スマ介_____EC-CUBE対策*/
main.l-container {
  width:100%;
}
.c-main{
  padding-bottom: 0 ;
  padding-left: 0;
  padding-right: 0;
}
#contentInner{
  width: auto;
  padding-bottom: 0;
  font-size: 24px;
}
#wide_main_contents{
  width: 100%;
}

.c-breadcrumb {
    width: 1200px;
    margin: auto;
  }
  @media (max-width: 1230px) {
    main.l-container {
      width:123rem;
    }
  }
@media (max-width: 768px) {
	header.smart-header{
		z-index: 999;
		background: #fff;
	}
  .pc{
    display: none!important;
  }
  .sp{
    display: block;
  }
  .l-container{
    width:120rem;
  }
  #contentInner{
    width: 1200px;
    padding-bottom: 0;
  font-size: 13px;
  }
  #wide_main_contents{
    width:1200px
  }
  h2, #mypagecolumn h1.h1_title, #undercolumn h2.title{
	font-size: 21px;
	background: none;
	color: inherit;
  }
  .search_results ul li p, a, div{
	font-size: 16px;
  }
  .appealBox {
        font-size: 20px;
    }

	.simpleExpo{
		font-size: 0.75em;
		line-height: 1.35;
	}
	
}