@charset "utf-8";
/*
Theme Name: Lightning Pro Child アシストエナジーワークス用
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img {
	vertical-align: middle;
}

body {
    line-height:1;
	color: #333!important;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* floatの解除 ------------- */
.fbox{
	clear:both;
	_display: inline-block;
	min-height: 1%;
}
.fbox:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

/* ===================================================================
	通常のリンク
=================================================================== */
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration:none;
}
a:hover {
	color: #444444;
	text-decoration:none;
}
a:active {
	color: #444444;
	text-decoration:none;
}





.siteHeader {
	width: 100%;
	background: #fff;
}






.siteHeadContainer {
	padding: 0;
}
.siteHeader .container{
	padding: 0;
}
.siteHeadTop {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
}
.navbar-header {
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-header::before,
.navbar-header::after {
	display: none;
}

.navbar-brand img {
	
}
.navbar>.container .navbar-brand a {
	display: flex;
	align-items: center;
}
.header_logo_edion {
	display: flex;
	align-items: center;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
}
.header_icon {
	display: flex;
	gap: 10px;
	align-items: center;
}
.header_icon_sns img {
	width: 30px;
}

#gMenu_outer {
	/*
	background: #eee;*/
}
ul.gMenu {
	float: none;
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	background: #FDEAD2;
}
ul.gMenu>li {
	float: none;
	width: calc(96% / 6 );
/*	margin: 0 5px;*/
}
.nav>li>a {
	margin: 0 5px;
	padding: 5px 1em;
	font-size: 0.9rem;
}
ul.gMenu>li>a:after {
	border: none;
}
ul.gMenu>li > a:hover ,
ul.gMenu>li.current-menu-item a{
	background: #fff;
	border-radius: 5px;
	color: #F3981E;
}

.container {
	width: 100%;
}

.siteContent {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.home .siteContent {
	width: auto;
	max-width: inherit;
	padding-top: 0;
}
.mainSection {
	padding: 0;
}


footer {
	border: none;
	color: #fff;
}
.siteFooter {
	background: #F5AD4B;
}
footer .copySection {
	border-top: none;
}
.veu_profile .media_outer {
	margin-top: 0;
}
.widget_nav_menu ul#menu-footer_01 {
	display: flex;
	flex-wrap: wrap;
}
.widget_nav_menu ul#menu-footer_01 li {
	margin-right: 2em;
	margin-bottom: 0.5em;
}
.widget_nav_menu ul#menu-footer_01 li a {
	border: none;
	box-shadow: none;
	padding: 0;
}
.widget_nav_menu ul#menu-footer_01 li a:before {
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #fff;
}



/* PRブロック */
#wp_widget_vkexunit_pr_blocks-2 {
	padding: 60px 0 10%;
	background: #FEF7ED url(./img/prblock_bk.png) no-repeat center bottom;
	background-size: contain;
}
.prBlocks {
	width: 98%;
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	display: flex;
	justify-content: space-between;
}
.prBlock {
	width: calc(100% / 3);
}

.prBlock a {
	display: block;
	height: 100%;
	padding: 10px;
	border: 2px solid #F3981E;
	background: #fff;
	border-radius: 8px;
}
/*
.prBlock a:before {
	display: block;
	content: '';
	padding: 10px 0;
	background:url(./img/prblock_dot.png) repeat;
}*/

.prBlock .prBlock_image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 7px;
	text-indent: -9999px;
}

.prBlock_title {
	color: #F3981E;
	font-weight: 700;
	font-size: 1.6rem;
}
@media (max-width: 768px) {
	.header_icon {
		gap: 5px;
	}


	.prBlocks {
		display: block;
	}
	.prBlock {
		width: auto;
	}
}



/* フッター　お問い合わせパーツ */
.veu_contact,
.veu_contentAddSection {
	width: 96%;
	max-width: 1000px;
	margin: 30px auto 0;
}
.aew_contact {
	padding: 0 8%;
	margin-top: 60px;
	border: 2px solid #F3981E;
	border-radius: 8px;
	background: url(./img/prblock_dot.png) repeat top center;
}
.aew_contact_inner {
	margin: -2px 0;
	padding: 20px 5%;
	background: #fff;
	border: 2px solid #F3981E;
	border-radius: 8px;
}
.aew_contact_frame {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.aew_contact_tel {
	width: 65%;
	min-height: 40px;
	padding-left: 50px;
	background: url(./img/tel_icon.png) no-repeat bottom left;
}
.aew_contact_tel .time {
	display: block;
	color: #7F7F80;
	font-weight: 500;
	font-size: 0.8rem;
}
.aew_contact_tel a {
	color: #F3981E;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}
.aew_contact_form {
	width: 35%;
}
.aew_contact_form a {
	display: block;
	padding: 1em 1em;
	background: #1E51A2;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

@media (max-width: 991px) {
	.aew_contact {
		padding: 0 2%;
	}
	.aew_contact_frame {
		flex-direction: column;
	}
	.aew_contact_tel,
	.aew_contact_form {
		width: auto;
		margin: 0 auto;
	}
	.aew_contact_form {
		min-width: 200px;
	}
	.aew_contact_tel {
		margin-bottom: 20px;
	}
	.aew_contact_tel a {
		font-size: 26px;
	}
}


/* バナー */
#vkexunit_banner-3 {
	margin: 20px auto;
	text-align: center;
}


/* パンくず */
.breadSection {
	display: none;
}
.breadSection .breadcrumb {
	color: #999;
}
.breadSection .breadcrumb>li+li:before {
	content: ">";
}

.page-header {
	background: #FEF7ED;
	border: none;
}


/* ページタイトル */
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
	position: relative;
	margin: 50px auto;
	padding: 0.35em 0.5em;
	background: #F5AD4B;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	
}
.page-header_pageTitle:before,
h1.page-header_pageTitle:first-child:before {
	content: " ";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 0;
	border: solid 20px transparent;
	border-bottom-color: #b2ddf0;
	z-index: -1;
}


.table-company {
}

.table-company tbody tr td,
.table-company tbody tr th,
.table-company td,
.table-company th,
.table-company thead tr td,
.table-company thead tr th {
	border: none;
	padding: 1em 2em;
	line-height: 1.4;
}
.table-company tbody tr:nth-of-type(odd) td {
	background: #FCE5C5;
	font-size: 1.1rem;
}
.table-company tbody tr:nth-of-type(even) td {
	padding: 1em 2em 2em;
}



/* お問い合わせ */
.form_kakunin {
	margin: 40px 0;
	text-align: center;
}
.tbl_form th,
.tbl_form td {
	 border-bottom: 1px solid #d5d5d5;
}
.tbl_form th {
	background: #FEF7ED;
}
@media (max-width: 768px) {
	.tbl_form th,
	.tbl_form td {
		display: block;
		border: none;
	}
	.tbl_form td {
		margin-bottom: 1em;
	}
}



/* スタッフ紹介 */
.vk_staff {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.vk_staff_text {
    width: 61.6%;
}
.vk_staff_photo {
    width: 32%;
}
/*
.vk_staff .vk_staff_text .vk_staff_text_name {
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: calc( 1rem * 2.5 );
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","serif";
    line-height: 1;
    margin-bottom: .5rem;
    border: none;
    padding: 0;
    background-color: transparent;
    display: inline
}

.vk_staff .vk_staff_text .vk_staff_text_name:not(.has-text-color) {
    color: inherit
}

.vk_staff .vk_staff_text .vk_staff_text_name:before,.vk_staff .vk_staff_text .vk_staff_text_name:after {
    display: none
}

.vk_staff .vk_staff_text .vk_staff_text_caption {
    font-size: 14px;
    display: block;
    margin: 0 0 .5rem 4px;
    letter-spacing: 5px
}

.vk_staff .vk_staff_text .vk_staff_text_caption:not(.has-text-color) {
    color: inherit
}

.vk_staff .vk_staff_text .vk_staff_text_role {
    font-size: 14px;
    line-height: 1.6em
}

.vk_staff .vk_staff_text .vk_staff_text_role:not(.has-text-color) {
    color: inherit
}

.vk_staff .vk_staff_text .vk_staff_text_profileTitle {
    font-size: 18px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2px;
    margin-top: calc( 1rem * 1.5);
    margin-bottom: calc( 1rem * 1.2 );
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    background: none
}

.vk_staff .vk_staff_text .vk_staff_text_profileTitle:not(.has-text-color) {
    color: inherit
}

.vk_staff .vk_staff_text .vk_staff_text_profileTitle:before,.vk_staff .vk_staff_text .vk_staff_text_profileTitle:after {
    border: none
}

.vk_staff .vk_staff_text .vk_staff_text_profileText {
    font-size: 14px
}

.vk_staff .vk_staff_text .vk_staff_text_profileText:not(.has-text-color) {
    color: inherit
}

.vk_staff .vk_staff_photo {
    display: block;
    vertical-align: top;
    text-align: center
}

.vk_staff .vk_staff_photo button {
    width: 100%
}

.vk_staff .vk_staff_photo .image-button {
    padding: 0;
    margin: 0;
    display: block;
    height: 100%
}

.vk_staff .vk_staff_photo-border-default {
    border: 4px solid #efefef;
    padding: 1px
}

.vk_staff .vk_staff_photo-border-none {
    border: none
}

.vk_staff .vk_staff_photo_image {
    width: 100%;
    margin: 0;
    display: block
}

@media(min-width: 992px) {
    .page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text {
        width:74%
    }

    .page-template-page-onecolumn .vk_staff_text_caption,.page-template-page-lp .vk_staff_text_caption,.page-template-page-lp-builder .vk_staff_text_caption {
        font-size: 1rem;
        letter-spacing: .5rem
    }

    .page-template-page-onecolumn .vk_staff_text_role,.page-template-page-lp .vk_staff_text_role,.page-template-page-lp-builder .vk_staff_text_role {
        letter-spacing: .5rem
    }

    .page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo {
        width: 22%
    }
}

@media(min-width: 1200px) {
    .page-template-page-onecolumn .vk_staff_text,.page-template-page-lp .vk_staff_text,.page-template-page-lp-builder .vk_staff_text {
        width:75%
    }

    .page-template-page-onecolumn .vk_staff_photo,.page-template-page-lp .vk_staff_photo,.page-template-page-lp-builder .vk_staff_photo {
        width: 20%
    }
}
*/


.vk_staff_text_name {
	margin: 0;
	padding: 15px 20px 0;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
	background: #FEF7ED;
}
h3.vk_staff_text_name {
	box-shadow: none;
}
h3.vk_staff_text_name::after {
	display: none;
}
.page-template-page-onecolumn .vk_staff_text_name,
.page-template-page-lp .vk_staff_text_name,
.page-template-page-lp-builder .vk_staff_text_name {
	font-size: 2.3rem;
}
.vk_staff_text_caption {
	margin: 0;
	padding: 0 20px;
	background: #FEF7ED;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
}
.vk_staff_text_role {
	margin-bottom: 2em;
	padding: 10px 20px 15px;
	font-family: "Noto Sans JP",sans-serif;
	color: #f3981e!important;
	background: #FEF7ED;
}
.vk_staff_text_profileTitle {
	position: relative;
	border-bottom: 1px solid #ccc;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}
.vk_staff_text_profileTitle:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #f3981e;
}



/* トップブログ新着 */
#top_blog {
	width: 96%;
	max-width: 1000px;
	margin: 60px auto;
}
.top_blog_title {

}
.top_blog_box {
	margin-top: -4.7%;
	padding: 6% 0 0 ;
	background: #F5AD4B url(./img/top_blog_bk_top.png) no-repeat top center;
	background-size: contain;
}
.top_blog_box:after {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	background: #F5AD4B url(./img/top_blog_bk_btm.png) no-repeat bottom center;
	background-size: contain;
  }
/*
.top_blog_box:after {
	content: '';
	width: 100%;
	height: 300px;
	display: block;
	background: #F5AD4B url(./img/top_blog_bk_btm.png) no-repeat bottom center;
	background-size: contain;
}*/
.top_blog_inner {
	padding: 20px;
	margin: 0 20px 0;
	background: #fff;
	border-radius: 8px;
}

.top_blog_header {
	display: flex;
	justify-content: space-between;
/*	align-items: center;*/
	margin: 0 0 20px;
}
.top_blog_header_l {
	width: 60%;
}
.top_blog_date {
	padding: 10px;
	border-bottom: 1px dashed #F5AD4B;
}
.top_blog_title {
	padding: 20px 10px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.top_blog_img {
	width: 30%;
}
.top_blog_detail {
	margin-bottom: 20px;
	line-height: 1.6;
}
.top_blog_detail a {
	color: #2BA2D0;
}

.top_blog_list {
	text-align: right;
}
a.top_blog_list_btn {
	display: inline-block;
	padding: 0.5em 2em;
	border: 2px solid #F3981E;
	background: #fff;
	color: #F3981E;
	border-radius: 5px;
	font-weight: 500;
}

.kaden_blog {
	width: 96%;
	max-width: 1000px;
	margin: 60px auto;
}



@media (max-width: 991px) {
	.top_blog_box:after {
		height: 19vw;
	}
}
@media (max-width: 768px) {
	.top_blog_box {
		margin-top: -6.5%;
	}
	
	.top_blog_inner {
		padding: 10px;
	}
	.top_blog_header {
		align-items: flex-start;
	}
	.top_blog_date {
		font-size: 0.8rem;
	}
	.top_blog_title {
		padding: 10px;
		font-size: 1.1rem;
	}
	.top_blog_detail {
		font-size: 0.8rem;
	}
	
}


















/* ===================================================================
リフォームのページ
=================================================================== */

/* リフォームのメリット--------------*/
.reform_merit_content {
	background: #EC6841;
}
.reform_merit_inner {
	background: #FDF5EB;
	min-height: 300px;
	border-bottom-right-radius: 2000px 1000px;
	border-bottom-left-radius: 2000px 1000px;
	margin: 0 -200px;
	padding: 30px 200px 100px 200px;
}

h2.reform_merit_title {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto !important;
	padding: 30px 20px;
	color: #EC8E25;
	background: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	border: solid 3px #EC8E25 !important;
	border-radius: 10px !important;
	position: relative;
}
h2.reform_merit_title:before {
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	background: #EC8E25;
	transform: rotate(45deg);
	border-radius: 0 0 12px 0;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -22px;
}
h2.reform_merit_title:after {
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	background: #fff;
	margin: 0 auto;
	transform: rotate(45deg);
	border-radius: 0 0 10px 0;
	margin-top: -27px;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -18px;
}


.merit_area_wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.merit_area {
	width: 70%;
	margin: 0 auto;
	padding-top: 50px;
	background: url(img/bg_circle.png)no-repeat center center;
}
.merit_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.merit_box {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	width: 47%;
}
.point_img {
	margin: 0 auto 20px;
	text-align: center;
}
.point_img img {
	width: 76px;
}
.merit_box p {
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	color: #4D4D4D;
}
.merit_img_left,
.merit_img_right {
	position: absolute;
	width: 20%;
	max-width: 239px;
}
.merit_img_left {
	top: 9%;
	left: -2%;
}
.merit_img_right {
	bottom: 5%;
	right: -2%;
}

/* 長期保証 -----------------*/
.about_maintenance {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10% 0;
	text-align: center;
}

.maintenance_copy {
	margin: 0 auto 10px;
}

.about_maintenance p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

/* リフォーム例 -----------------*/
.about_reform_content {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}

.about_reform_inner {
	margin-bottom: 100px;
}
.about_reform_title_area {
	text-align: center;
}
.house_icon,
.mansion_icon {
/*	display: flex;*/
	margin: 0 auto 10px;
	text-align: center;
}
.house_icon,
.mansion_icon {
	width: 65px;
}
h2.about_reform_title {
	position: relative;
	padding: 0;
	color: #F3981E;
	background: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

h2.about_reform_title::before,
h2.about_reform_title::after {
	content: '';
	position: absolute;
	top: 50% !important;
	display: block;
	width: calc(50% - 6em);
	height: 3px;
	background-color: #F3981E;
}

.about_reform_title::before {
	left:0 !important;
}

.about_reform_title::after {
	right: 0 !important;
}

.reform_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reform_list_full {
	margin-bottom: 6%;
}
.reform_list_box {
	width: 48%;
	margin-bottom: 6%;
}
.reform_list_full .reform_list_box {
	margin-bottom: 0;
}
.reform_list_box img {
	width: 100%;
}

.reform_topic_title {
	margin-bottom: 15px;
	padding: 10px;
	background: #FDF5EB;
	color: #333 !important;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	
}

.reform_list_box p {
	color: #333;
/*	text-align: center;*/
	font-weight: 500;
/*	font-size: 0.8rem; */
}
.reform_topic_title::after {
	border-bottom: none;
}

.reform_list_full_txt {
	width: 100%;
	margin-top: 15px;
}

/* タブレット */
@media ( max-width : 960px ){
	.merit_box p {
		font-size: 1rem;
	}
	.merit_box p br {
		display: none;
	}
}

/* スマホ（横） */
@media screen and (max-width: 600px) {
	.merit_area {
		width: 96%;
		background: none;
	}
	.merit_list {
		margin-bottom: 4%;
	}
	.merit_box {
		padding: 15px;
		width: 48%;
	}
	.point_img {
		margin-bottom: 10px;
	}
	.merit_img_left,
	.merit_img_right {
		display: none;
	}
	h2.reform_merit_title {
		padding: 20px;
		font-size: 1.2rem;
	}
}

/* スマホ用（縦） */
@media screen and (max-width: 480px) {
}



/* ===================================================================
電化製品のページ
=================================================================== */

.appliance_wrap {
	background: #FAD6A5;
	padding-bottom: 100px;
}

/*-------------------家電製品トップコンテンツ-----------------*/
.appliance_top_content {
	background: #FDF5EB;
	min-height: 300px;
	border-bottom-right-radius: 2000px 1000px;
	border-bottom-left-radius: 2000px 1000px;
	margin: 0 -200px 80px -200px;
	padding: 30px 200px 100px 200px;
}

.appliance_top_inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.about_shop_txt {
	text-align: center;
	margin-bottom: 40px;
}

.appliance_content_title {
	background: none !important;
	color: #333 !important;
	font-size: 27px;
	margin-bottom: 20px !important;
	padding: 0 !important;
	font-weight: bold;
}

.about_shop_txt p {
	font-size: 18px;
}

/*-------------------3つの項目-----------------*/
.appliance_topic_content ul {
	display: flex;
	justify-content: space-between;
}

.appliance_topic_content ul li {
	background: #F5AD4B;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
	width: 32%;
	text-align: center;
}

h2.app_topic_title {
	padding: 0 0 15px;
	background: #F5AD4B url(img/ribbon.png)no-repeat center bottom;
	color: #323333;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 20px !important;
}

.appliance_topic_content ul li p {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}

.about_maintenance_content {
	padding: 30px;
}

.maintenance_top_txt {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

.about_maintenance_content_img {
	margin-bottom: 30px;
	text-align: center;
}

.maintence_img_btm_txt {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.about_maintenance_txt {
	margin: 0 auto;
	font-size: 12px;
	width: 85%;
}

/*-------------------サポートについて-----------------*/
.about_support_content {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
}

/*-------------------吹き出し-----------------*/
h2.about_support_txt {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 20px !important;
	background: #fff;
	font-size: 44px;
	font-weight: bold;
	color: #333;
	text-align: center;
	border: solid 3px #333;
	border-radius: 12px;
	position: relative;
	line-height: 1.2;
}
h2.about_support_txt:before {
	content: '';
	display: block;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	background: #333;
	transform: rotate(45deg);
	border-radius: 0 0 12px 0;
	position: absolute;
	left: calc(50% - 25px);
	bottom: -27px;
}
h2.about_support_txt:after {
	content: '';
	display: block;
	height: 50px;
	width: 50px;
	background: #fff;
	margin: 0 auto;
	transform: rotate(45deg);
	border-radius: 0 0 10px 0;
	margin-top: -27px;
	position: absolute;
	left: calc(50% - 25px);
	bottom: -23px;
}

/*
.pointer_border_support {
	height: 40px;
	width: 40px;
	background: #333;
	margin: 0 auto;
	transform: rotate(45deg);
	border-radius: 0 0 12px 0;
	margin-top: -22px;
	position: absolute;
	left: 49%;
}

.pointer_support {
	height: 40px;
	width: 40px;
	background: #fff;
	margin: 0 auto;
	transform: rotate(45deg);
	border-radius: 0 0 12px 0;
	margin-top: -27px;
	position: absolute;
	left: 49%;
}*/

.support_title_btm_txt {
/*	position: relative;
	*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px auto 100px;
}

.tool_img {
	/*
	position: absolute;
	top: 16%;
	left: 7%;*/
}

.chara_img {
	/*
	position: absolute;
	top: 5%;
	right: 4%;
	*/
}

.support_title_btm_txt p {
	margin: 0 20px;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
}

/*-------------------Q&A-----------------*/
.support_faq_content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.faq_inner_top {
	margin-bottom: 60px;
}

.question {
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.question_img_left {
	justify-content: flex-start;
	margin-top: -5%;
}
.question_img_right {
	justify-content: flex-end;
	margin-bottom: -40px;
}
.question p {
	color: #F3981E;
	font-size: 21px;
	font-weight: 700;
}
.question.question_img_left p {
	margin-top: 10%;
}
.question.question_img_right p {
	text-align: right;
}
.girl_left {
	margin-right: 20px;
}
.girl_right {
	margin-left: 20px;
}

.answer_pc {
	margin: 0 auto 50px auto;
}
.answer_sp {
	display: none;
}

.answer p {
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
}

.kaden_torituke {
	width: 80%;
	margin: 0 auto;
}
.kaden_torituke h3 {
	margin: 40px 0 20px;
	font-size: 28px;
	font-weight: 600;
	box-shadow: none;
	letter-spacing: 0.05em;
}
.kaden_torituke h3:after {
	display: none;
}
.kaden_img {
	margin: 20px auto;
}
.answer p.kaden_txt {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
}

/*
.q_btm {
	text-align: right;
	margin: 0 240px 0 0 !important;
}*/

.faq_inner_btm {
	margin-bottom: 80px;
}



/* タブレット */
@media ( max-width : 960px ){
	.siteHeadTop {
		width: auto;
		margin: 0 10px;
	}
	
	h2.app_topic_title {
		background-size: contain;
		font-size: 2rem;
	}
	.appliance_topic_content ul li p {
		font-size: 1rem;
	}
	.appliance_topic_content ul li p br {
		display: none;
	}
	.maintence_img_btm_txt {
		font-size: 1.4rem;
	}
	.about_maintenance_txt {
		width: auto;
	}
	
	h2.about_support_txt {
		font-size: 2rem;
		padding: 20px;
	}
	
	.question.question_img_left p {
		margin-top: 3%;
	}
	.question {
		width: 90%;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-brand {
		padding: 0 20px 0 45px;
		font-size: 12px!important;
	}
	.navbar-brand img {
    	max-height: 30px;
	}
	.header_icon_sns img {
		width: 20px;
	}
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	.navbar>.container .navbar-brand a {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.navbar-brand .header_logo_edion {
		margin-top: 5px;
	}
	.navbar-brand .header_logo_edion img {
		height: 20px;
	}


	h2.about_support_txt {
		font-size: 1.6rem;
		padding: 27px 10px !important;
	}
	h2.about_support_txt:before {
		height: 40px;
		width: 40px;
		transform: rotate(45deg);
		border-radius: 0 0 10px 0;
		left: calc(50% - 20px);
		bottom: -22px;
	}
	h2.about_support_txt:after {
		height: 40px;
		width: 40px;
		transform: rotate(45deg);
		border-radius: 0 0 8px 0;
		margin-top: -22px;
		left: calc(50% - 20px);
		bottom: -18px;
	}

	.support_title_btm_txt {
		margin: 40px auto 30px;
	}
	.support_title_btm_txt p {
		font-size: 1.2rem;
	}
	.answer_pc {
		display: none;
	}
	.answer_sp {
		display: block;
		margin: 0 auto 50px auto;
	}
	.answer p {
		width: 90%;
	}
}

/* スマホ用（縦） */
@media screen and (max-width: 480px) {
}











/* タブレット */
@media ( max-width : 960px ){
}

/* スマホ（横） */
@media screen and (max-width: 600px) {
}

/* スマホ用（縦） */
@media screen and (max-width: 480px) {
}

