@charset "utf-8";

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    body, input, textarea, td, th {
		font-size: 1.4vw;
	}
    a:hover{text-decoration: none;}
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    body, input, textarea, td, th {
		font-size: 1.8vw;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    
    body, input, textarea, td, th {
		font-size: 3.3vw;
	}
	
	#tinymce .alignright, #tinymce img.alignright, .section .alignright, .section img.alignright,
	#tinymce .alignleft, #tinymce img.alignleft, .section .alignleft, .section img.alignleft {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
		display: inline-block;
		width: 100% !important;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
	}
	
	.section {
		word-break: break-all;
	}
	
	.topics_item img {
		margin-bottom: 1em;
	}
	
	/* 電話番号のリンクイベント */
	a[href^="tel:"] {
		pointer-events: auto;
	}
    .section a[href^="tel:"] {
		color: #4da6ff;
	}
}/*res end 480px*/

/* --------------------------------------------
   【header】
-------------------------------------------- */
/*res start　1900px*/
@media screen and (max-width: 1900px) {
    /* ヘッダー */
    .hdr{
        font-size: .85vw;
    }
}/*res end　1900px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .hdr{
        font-size: inherit;
    }
    .hdr h1{
        position: static;
        color: #333;
    }
    .headerLogo{
        width: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        padding: 1em;
    }
    .hdrMain-image {
        width: 100%;
        height: 36em;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .hdrMain-text01{
        font-size: 0.8em;
    }
    .hdrMain-text02{
        font-size: 0.8em;
    }
    
	/* ハンバーガーメニュー背景固定 */
    .scroll-prevent {
      position: fixed;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
	/* モバイルメニュー */
	.hdr_slidemenu {
		opacity: 0;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		transition: all 0.4s ease 0s;
		z-index: -1;
	}
	/* オープン時 */
	.hdr_slidemenu.select {
		opacity: 1;
		width: 100%;
/*
		right: 0;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
*/
		z-index: 100001;	/*追従するモバイルロゴより上に*/
	}
	.hdr_slidemenu a {
		color: #333;
	}
	.hdr_slidemenu_nav li {
		padding: .3em;
		border-bottom: 1px dotted #999;
	}
	.hdr_slidemenu_nav li a {
		padding: .5em;
		font-size: .9em;
		display: block;
	}
	.hdr_slidemenu_nav li a::before {
		content: ">";
		margin-right: .5em;
		display: inline-block;
		transform: scaleX(.5);
	}

	/* モバイルメニュー */
	.menu_bar {
		cursor: pointer;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
                align-items: center;
        flex-direction: column;
        width: 60px;
        height: 60px;
        background-color: #888;
        color: #fff;
	}
    .menu_bar i{
        font-size: 1.7rem;
    }
    .menuTitle {
		font-size: .8rem;
		letter-spacing: -1px;
        font-weight: normal;
	}	
	.menu_bar.select {
/*
		color: #333;
		position: relative;
		background-color: transparent;
        display: inline-block;
*/
	}
    .menu_bar.select .menuTitle{
        margin-top: .2em;
        letter-spacing: 0;
    }
    .menu_bar.select i{
        font-size: 1.3rem;
        font-weight: normal;
    }
	/* モバイルメニュー 追従 */
	.hdrLogo.scroll,
	.headerLogo.scroll {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 100000;
	}
	
	/* モバイル お問い合わせ */
	.contact_area li {
        width: 100%;
		background: #009de6;
	}
	.contact_area li:nth-of-type(2) {
		margin-left: auto;
	}
	.contact_area li a {
		padding: 10vw 0 3vw;
		display: block;
		color: #fff;
		border-right: 1px solid #fff;
		font-weight: bold;
	}
	.hdr_slidemenu .contact_area li a {
		padding: 5vw 0;
	}
	.contact_area li.contact_area_tel a {
		background: url(../images/hdr_phone.svg) center 2vw / 4vw no-repeat;
	}
	.contact_area li.contact_area_web a {
		background: url(../images/hdr_mail.svg) center 3vw / 6vw no-repeat;
	}
	.contact_area li a:hover {
		opacity: .7;
	}
	
	
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .hdrMain-image {
        height: 24em;
    }
    .hdrMain-text01{
        font-size: 0.5em;
    }
    .hdrMain-text02{
        font-size: 0.5em;
    }
    
    .headerLogo__img img{
        width: 11em;
    }
    body:not(.home) .headerLogo__img img {
        width: 11em;
    }
    
    /* モバイル お問い合わせ */
	.contact_area li {
        width: 50%;
	}
    .menu_bar {
        width: 3.75em;
        height: 3.75em;
	}
    .menu_bar i{
        font-size: 1.8em;
    }
    .menuTitle {
		font-size: .8em;
	}
    
    .menu_bar.select i{
        font-size: 1.3em;
    }
}/*res end 480px*/

/* --------------------------------------------
   【sidebar】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.sns_cnt_wrap{
        display: block;
        padding: 1em;
        margin-top: 0;
        background-color: #F2F2F2;
        margin-top: 2em;
    }
    .sns_cnt_first{
        margin-right: 0;
        width: 100%;
    }
    .sns_cnt_second{
        width: 100%;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* --------------------------------------------
   【footer】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    
    .ftrCnt-first{
        width: 100%;
    }
    .ftrCnt-second{
        width: 30%;
        margin-top: 1.5em;
    }
    .ftrCnt-third{
        width: 70%;
        margin-top: 1.5em;
    }

	/* ページトップ */
	.pagetop {
		right: 20px;
		bottom: 80px;
	}
    
    /* アイコンの大きさはここのfont-sizeを変更 */
    .pagetop {
        /* .fa-2x */
        font-size: 2em;

        /* .fa-stack */
    /*	position: relative;*/
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }
    
	.pagetop::before
	, .pagetop::after {
		/* .fa */
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
	}

	/* アイコンの下側。
	 * colorで色を変更可能。基本は丸。他の形の場合は、awesomefontのサイト参照し、文字コードを変更。 
	*/
	.pagetop::before {
		color: #c6c7c7;
		
		/* .fa-circle */
		content: "\f111";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-2x */
		font-size: 2em;
	}


	/* アイコンの上側。
	 * colorで色を変更可能。
	 * 基本は上向き角。他の形の場合は、awesomefontのサイトを参照し、文字コードを変更。 
	*/
	.pagetop::after {
		/* .fa-inverse */
		color: #fff;

		/* .fa-angle-up  */
		content: "\f106";	

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-1x */
		line-height: inherit;
	}
	
	.pagetop {
		/* .fa-lg */
		font-size: 1.33333333em;
	}
		/* imgタグを消す */
		.pagetop * {
			display: none;
		}
	
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .ftrCnt-second {
        width: 100%;
        margin-top: .5em;
    }

    .ftrNav-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1.5em;
    }

    .ftrNav-list__item {
        width: 50%;
    }

    .ftrNav-list__item:nth-of-type(2) {
        margin-top: 0;
    }

    .ftrCnt-third {
        width: 100%;
    }
    .ftrBusiness dd {
        font-size: 0.8em;
    }
    .ftrArea dd {
        font-size: 0.8em;
    }
}/*res end 480px*/

/* --------------------------------------------
   index
-------------------------------------------- */
/*res start　1900px*/
@media screen and (max-width: 1900px) {
    /* 共通 */
    /* 電気を創る 太陽光発電 */
    .topicWrap-home{
        font-size: .85vw;
    }
    /* 新着情報-- */
    /* STAFF BLOG */
    /* コンバージョン */
}/*res end　1900px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    /* 共通 */
    /* 電気を創る 太陽光発電 */
    .topicWrap-home{
        font-size: inherit;
        display: block;
    }
    .topicBox-wrap-home{
        width: 100%;
/*        padding: 2.5em 5.625em;*/
    }
    /* 新着情報-- */
    /* STAFF BLOG */
    /* コンバージョン */
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    /* 共通 */
    /* 電気を創る 太陽光発電 */
    /* 新着情報-- */
    .newsHome .widthBase{
        width: 100%;
    }
    .newsHome-cnt{
        display: block;
    }
    .newsHome-cnt-first{
        width: 100%;
        padding-top: 1em;
        padding-bottom: 2em;
    }
    .newsHome-desc{
        margin-top: 1.5em;
    }
    .newsHome-cnt-second{
        width: 100%;
        
    }
    /* STAFF BLOG */
    .blogHome .widthBase{
        width: 100%;
    }
    /* コンバージョン */
    .sec-conversion{
        padding-bottom: 2em;
        background: none;
    }
    
	/* SNSボタン */
	.snsText::after {
		content: none;
	}
	.sns {
		margin: 0 auto;
		text-align: center;
	}
	.sns ul {
		list-style: outside none none;
		margin: 0 auto 2% -2%;
	}
	.sns li {
		float: left;
		margin-bottom: 2%;
		margin-left: 1%;
		width: 24%;
	}
	.sns li a {
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 1.1em;
		padding: 10px 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	}
	.sns li:nth-child(4n) {
		margin-right: 0;
	}
	.sns li a:hover {
		box-shadow: none;
		transform: translate3d(0px, 5px, 1px);
	}
	.sns .twitter a {
		background: #00acee none repeat scroll 0 0;
		box-shadow: 0 5px 0 #0092ca;
	}
	.sns .twitter a:hover {
		background: #0092ca none repeat scroll 0 0;
	}
	.sns .facebook a {
		background: #3b5998 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #2c4373;
	}
	.sns .facebook a:hover {
		background: #2c4373 none repeat scroll 0 0;
	}
	.sns .googleplus a {
		background: #db4a39 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #ad3a2d;
	}
	.sns .googleplus a:hover {
		background: #ad3a2d none repeat scroll 0 0;
	}
	.sns .hatebu a {
		background: #5d8ac1 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #43638b;
	}
	.sns .hatebu a:hover {
		background: #43638b none repeat scroll 0 0;
	}
	.sns .line a {
		background: #25af00 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #219900;
	}
	.sns .line a:hover {
		background: #219900 none repeat scroll 0 0;
	}
	.sns .pocket a {
		background: #f03e51 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #c0392b;
	}
	.sns .pocket a:hover {
		background: #c0392b none repeat scroll 0 0;
	}
	.sns .rss a {
		background: #ffb53c none repeat scroll 0 0;
		box-shadow: 0 5px 0 #e09900;
	}
	.sns .rss a:hover {
		background: #e09900 none repeat scroll 0 0;
	}
	.sns .feedly a {
		background: #87c040 none repeat scroll 0 0;
		box-shadow: 0 5px 0 #74a436;
	}
	.sns .feedly a:hover {
		background: #74a436 none repeat scroll 0 0;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    /* 共通 */
    .descHome-title-type-wrap{
        font-size: .75em;
    }
    .descHome-text{
        text-align: left;
    }
    /* 電気を創る 太陽光発電 */
    .topicBox-wrap-home {
        padding-left: 1em;
        padding-right: 1em;
    }

    .topicBox-home{
        padding-left: .7em;
        padding-right: .7em;
    }
    .topicBox-home-title {
        display: block;
        text-align: center;
    }
    .topicBox-home-title span {
        text-align: center;
        display: block;
    }

    .topicBox-home-title-type02 {
        margin-left: 0;
    }

    .topicBox-home-title-type03 {
        margin-left: 0;
    }

    .topicBox-home-title-label {
        margin-left: auto;
        margin-right: auto;
        margin-top: .5em;
    }
    .topicBox-home-text{
        font-size: 1em;
    }

    .constructionBox-wrap-home {
        display: block;
    }

    .constructionBox-home {
        width: 100%;
    }
    .constructionBox-home--fireproof{
        margin-top: 2em;
    }

    /* 新着情報-- */
    .bnrWrap-home {
        display: block;
    }

    .companyBnr-home {
        width: 100%;
    }

    .staffBnr-home {
        width: 100%;
        margin-top: 1em;
    }
    
    .staffBnr-home{
        padding-top: 2em;
    }

    /* STAFF BLOG */
    .blogBox-home-wrap{
        display: block;
        padding-left: 15%;
        padding-right: 15%;
    }
    .blogBox-home {
        width: 100%;
        margin-right: 0%;
    }
    .blogHome-inner{
        padding-left: .5em;
        padding-right: .5em;
    }
    a.blogHome-detail{
        margin-top: 3em;
    }
    /* コンバージョン */
    .sec-conversion{
        padding-bottom: 1em;
        margin-top: 5em;
    }
    body:not(.home) .sec-conversion {
        margin-top: 7em;
    }
    .sec-conversion-cnt {
        display: block;
    }

    .conversion-mail {
        width: 100%;
    }

    .conversion-tel {
        width: 100%;
        margin-top: 1em;
    }
    
    .sns li a{
        font-size: .95em;
    }
}/*res end 480px*/

/* ---------------------------------------------------------
   【レイアウト】
--------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.widthBase {
		width: 95%;
		padding: 0;
	}
}

/*res start 768px*/
@media screen and (max-width: 768px) {
	
	.pc {
		display: none;
	}
	.tab_only{
		display: block;
	}
	.tab_other{
		display: none;
	}
	.tab {
		display: block;
	}
	.tab_und {
		display: block;
	}

	.tab_ib {
		display: inline-block;
	}
	.tab_und_ib {
		display: inline-block;
	}
	
	
	.tab_center { text-align: center !important; }
	.tab_left { text-align: left !important;; }
	.tab_right { text-align: right !important;; }

	.col_tab_reset[class*="col"] {
		margin-right: 2.857142857142857%;
	}
    
    .col_tab_reset[class*="block"] {
		margin-right: 0%;
	}
	
	.gm_small .col_tab_reset[class*="col"] {
		margin-right: 1.408450704225352%;
	}

	.col2_tab[class*="col"]:nth-of-type(even),
	.col3_tab[class*="col"]:nth-of-type(3n),
	.col4_tab[class*="col"]:nth-of-type(4n),
	.col5_tab[class*="col"]:nth-of-type(5n),
	.col6_tab[class*="col"]:nth-of-type(6n),
	.col7_tab[class*="col"]:nth-of-type(7n),
	.col8_tab[class*="col"]:nth-of-type(8n) {
		margin-right: 0;
	}
	
	.col2_tab {
		width: 48.57142857142857%;
	}
	.col3_tab {
		width: 31.42857142857143%;
	}
	.col4_tab {
		width: 22.85714285714286%;
	}
	
	.gm_small .col2_tab {
		width: 49.29577464788732%;
	}
	.gm_small .col3_tab {
		width: 32.3943661971831%;
	}
	.gm_small .col4_tab {
		width: 23.94366197183099%;
	}

	.col2_tab[class*="block"] {
		width: 50%;
	}
	.col3_tab[class*="block"] {
		width: 33.3%;
	}
	.col4_tab[class*="block"] {
		width: 25%;
	}
	
	.col_tab_all_reset[class*="col"] {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end　768px*/

/*res start 480px*/
@media screen and (max-width: 480px) {
	.tab {
		display: none;
	}
	.tab_only{
		display: none;
	}
	.tab_other{
		display: block;
	}
	.tab_over {
		display: none;
	}
	.sp {
		display: block;
	}

	.tab_ib {
		display: none;
	}
	.tab_over_ib {
		display: none;
	}
	.sp_ib {
		display: inline-block;
	}
	
	
	.sp_center { text-align: center !important; }
	.sp_left { text-align: left !important; }
	.sp_right { text-align: right !important; }

	
	.col_sp_reset[class*="col"] {
		margin-right: 2.857142857142857% !important;
	}
    
    .col_sp_reset[class*="block"] {
		margin-right: 0% !important;
	}
	
	.gm_small .col_sp_reset[class*="col"] {
		margin-right: 1.408450704225352% !important;
	}

	.col2_sp[class*="col"]:nth-of-type(even),
	.col3_sp[class*="col"]:nth-of-type(3n),
	.col4_sp[class*="col"]:nth-of-type(4n),
	.col5_sp[class*="col"]:nth-of-type(5n),
	.col6_sp[class*="col"]:nth-of-type(6n),
	.col7_sp[class*="col"]:nth-of-type(7n),
	.col8_sp[class*="col"]:nth-of-type(8n) {
		margin-right: 0 !important;
	}
	
	.col2_sp {
		width: 48.57142857142857% !important;
	}
	.col3_sp {
		width: 31.42857142857143% !important;
	}
	.col4_sp {
		width: 22.85714285714286% !important;
	}
	
	.gm_small .col2_sp {
		width: 49.29577464788732% !important;
	}
	.gm_small .col3_sp {
		width: 32.3943661971831% !important;
	}
	.gm_small .col4_sp {
		width: 23.94366197183099% !important;
	}

	.col2_sp[class*="block"] {
		width: 50% !important;
	}
	.col3_sp[class*="block"] {
		width: 33.3% !important;
	}
	.col4_sp[class*="block"] {
		width: 25% !important;
	}
	
	.col_sp_all_reset[class*="col"]
	, .gm_small .col_sp_all_reset[class*="col"] 
	, .col_sp_all_reset[class*="block"]
	{
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   【utility】
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t-l {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t-l {
		-moz-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t-l {
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t-l {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t-l {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t-l {
		justify-content: center;
	}


	/* （親）等間隔に配置 */
	.u-flex-jcsa-t-l {
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t-l {
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t-l {
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t-l {
		flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-t-l {
		order: 0;
	}
	.u-flex-item-o-1-t-l {
		order: 1;
	}
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t {
		-moz-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t {
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t {
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-t {
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t {
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t {
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t {
		flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-t {
		order: 0;
	}
	.u-flex-item-o-1-t {
		order: 1;
	}


	/* アコーディオン */
	.accordion-tab {
		cursor: pointer;
		position: relative;
	}
	.u-hide-tab {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-tab::after {
		content: ">";
		transform: rotate(90deg);
	}

	.accordion-tab.open::after {
		transform: rotate(-90deg);
		right: 1.4em;		
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-s {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	
	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-s {
		-moz-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-s {
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-s {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-s {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-s {
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-s {
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-s {
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-s {
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-s {
		flex-basis: 100%;
            max-width: 100%;
	}
	
	/* 表示優先度 */
	.u-flex-item-o-0-s {
		order: 0;
	}
	.u-flex-item-o-1-s {
		order: 1;
	}
    
    /* iframeに自動振り分けされるクラス */
    .u-obj-box {
        padding-top: 80%;
    }

	
	/* アコーディオン */
	.accordion-sp {
		cursor: pointer;
		position: relative;
	}
	.u-hide-sp {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-sp::after {
		content: ">";
		transform: rotate(90deg);
	}

	.accordion-sp.open::after {
		transform: rotate(-90deg);
		right: 1.4em;		
	}
}/*res end 480px*/


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* ---------------------------------------------------------
   【font-size 13px 100%】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .f10_tab {font-size:10px;}
    .f11_tab {font-size:11px;}
    .f12_tab {font-size:12px;}
    .f13_tab {font-size:13px;}
    .f14_tab {font-size:14px;}
    .f15_tab {font-size:15px;}
    .f16_tab {font-size:16px;}
    .f18_tab {font-size:18px;}
    .f20_tab {font-size:20px;}
    .f21_tab {font-size:21px;}
    .f22_tab {font-size:22px;}
    .f24_tab {font-size:24px;}
    .f26_tab {font-size:26px;}
    .f28_tab {font-size:28px;}
    .f42_tab {font-size:42px;}
    .f56_tab {font-size:56px;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .f10_sp {font-size:10px;}
    .f11_sp {font-size:11px;}
    .f12_sp {font-size:12px;}
    .f13_sp {font-size:13px;}
    .f14_sp {font-size:14px;}
    .f15_sp {font-size:15px;}
    .f16_sp {font-size:16px;}
    .f18_sp {font-size:18px;}
    .f20_sp {font-size:20px;}
    .f21_sp {font-size:21px;}
    .f22_sp {font-size:22px;}
    .f24_sp {font-size:24px;}
    .f26_sp {font-size:26px;}
    .f28_sp {font-size:28px;}
    .f42_sp {font-size:42px;}
    .f56_sp {font-size:56px;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */

/*res start　768px*/
@media screen and (max-width: 768px) {
    .mt00_tab {margin-top: 0 !important;}
    .mt05_tab {margin-top: 5px !important;}
    .mt10_tab {margin-top: 10px !important;}
    .mt15_tab {margin-top: 15px !important;}
    .mt20_tab {margin-top: 20px !important;}
    .mt25_tab {margin-top: 25px !important;}
    .mt30_tab {margin-top: 30px !important;}
	.mt40_tab {margin-top: 40px !important;}
	.mt50_tab {margin-top: 50px !important;}
    .ml00_tab {margin-left: 0 !important;}
    .ml05_tab {margin-left: 5px !important;}
    .ml10_tab {margin-left: 10px !important;}
    .ml15_tab {margin-left: 15px !important;}
    .ml20_tab {margin-left: 20px !important;}
    .ml25_tab {margin-left: 25px !important;}
    .ml30_tab {margin-left: 30px !important;}
    .mr00_tab {margin-right: 0 !important;}
    .mr05_tab {margin-right: 5px !important;}
    .mr10_tab {margin-right: 10px !important;}
    .mr15_tab {margin-right: 15px !important;}
    .mr20_tab {margin-right: 20px !important;}
    .mr25_tab {margin-right: 25px !important;}
    .mr30_tab {margin-right: 30px !important;}
    .mb00_tab {margin-bottom: 0 !important;}
    .mb05_tab {margin-bottom: 5px !important;}
    .mb10_tab {margin-bottom: 10px !important;}
    .mb15_tab {margin-bottom: 15px !important;}
    .mb20_tab {margin-bottom: 20px !important;}
    .mb25_tab {margin-bottom: 25px !important;}
    .mb30_tab {margin-bottom: 30px !important;}
    
    .pt00_tab {padding-top: 0 !important;}
    .pt05_tab {padding-top: 5px !important;}
    .pt10_tab {padding-top: 10px !important;}
    .pt15_tab {padding-top: 15px !important;}
    .pt20_tab {padding-top: 20px !important;}
    .pt25_tab {padding-top: 25px !important;}
    .pt30_tab {padding-top: 30px !important;}
    .pl00_tab {padding-left: 0 !important;}
    .pl05_tab {padding-left: 5px !important;}
    .pl10_tab {padding-left: 10px !important;}
    .pl15_tab {padding-left: 15px !important;}
    .pl20_tab {padding-left: 20px !important;}
    .pl25_tab {padding-left: 25px !important;}
    .pl30_tab {padding-left: 30px !important;}
    .pr00_tab {padding-right: 0 !important;}
    .pr05_tab {padding-right: 5px !important;}
    .pr10_tab {padding-right: 10px !important;}
    .pr15_tab {padding-right: 15px !important;}
    .pr20_tab {padding-right: 20px !important;}
    .pr25_tab {padding-right: 25px !important;}
    .pr30_tab {padding-right: 30px !important;}
    .pb00_tab {padding-bottom: 0 !important;}
    .pb05_tab {padding-bottom: 5px !important;}
    .pb10_tab {padding-bottom: 10px !important;}
    .pb15_tab {padding-bottom: 15px !important;}
    .pb20_tab {padding-bottom: 20px !important;}
    .pb25_tab {padding-bottom: 25px !important;}
    .pb30_tab {padding-bottom: 30px !important;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .mt00_sp {margin-top: 0 !important;}
    .mt05_sp {margin-top: 5px !important;}
    .mt10_sp {margin-top: 10px !important;}
    .mt15_sp {margin-top: 15px !important;}
    .mt20_sp {margin-top: 20px !important;}
    .mt25_sp {margin-top: 25px !important;}
    .mt30_sp {margin-top: 30px !important;}
    .ml00_sp {margin-left: 0 !important;}
    .ml05_sp {margin-left: 5px !important;}
    .ml10_sp {margin-left: 10px !important;}
    .ml15_sp {margin-left: 15px !important;}
    .ml20_sp {margin-left: 20px !important;}
    .ml25_sp {margin-left: 25px !important;}
    .ml30_sp {margin-left: 30px !important;}
    .mr00_sp {margin-right: 0 !important;}
    .mr05_sp {margin-right: 5px !important;}
    .mr10_sp {margin-right: 10px !important;}
    .mr15_sp {margin-right: 15px !important;}
    .mr20_sp {margin-right: 20px !important;}
    .mr25_sp {margin-right: 25px !important;}
    .mr30_sp {margin-right: 30px !important;}
    .mb00_sp {margin-bottom: 0 !important;}
    .mb05_sp {margin-bottom: 5px !important;}
    .mb10_sp {margin-bottom: 10px !important;}
    .mb15_sp {margin-bottom: 15px !important;}
    .mb20_sp {margin-bottom: 20px !important;}
    .mb25_sp {margin-bottom: 25px !important;}
    .mb30_sp {margin-bottom: 30px !important;}
    
    .pt00_sp {padding-top: 0 !important;}
    .pt05_sp {padding-top: 5px !important;}
    .pt10_sp {padding-top: 10px !important;}
    .pt15_sp {padding-top: 15px !important;}
    .pt20_sp {padding-top: 20px !important;}
    .pt25_sp {padding-top: 25px !important;}
    .pt30_sp {padding-top: 30px !important;}
    .pl00_sp {padding-left: 0 !important;}
    .pl05_sp {padding-left: 5px !important;}
    .pl10_sp {padding-left: 10px !important;}
    .pl15_sp {padding-left: 15px !important;}
    .pl20_sp {padding-left: 20px !important;}
    .pl25_sp {padding-left: 25px !important;}
    .pl30_sp {padding-left: 30px !important;}
    .pr00_sp {padding-right: 0 !important;}
    .pr05_sp {padding-right: 5px !important;}
    .pr10_sp {padding-right: 10px !important;}
    .pr15_sp {padding-right: 15px !important;}
    .pr20_sp {padding-right: 20px !important;}
    .pr25_sp {padding-right: 25px !important;}
    .pr30_sp {padding-right: 30px !important;}
    .pb00_sp {padding-bottom: 0 !important;}
    .pb05_sp {padding-bottom: 5px !important;}
    .pb10_sp {padding-bottom: 10px !important;}
    .pb15_sp {padding-bottom: 15px !important;}
    .pb20_sp {padding-bottom: 20px !important;}
    .pb25_sp {padding-bottom: 25px !important;}
    .pb30_sp {padding-bottom: 30px !important;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【フロート】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.fl.tab_set,
	.fr.tab_set {
		float: none;
	}
	
	.section table.tab_set th,
	.section table.tab_set td {
		display: block;
		width: 100%;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.fl.sp_set,
	.fr.sp_set {
		float: none;
	}
	
	.section table.sp_set th,
	.section table.sp_set td {
		display: block;
		width: 100%;
	}
	
}/*res end 480px*/

/* --------------------------------------------
   【mailformpro】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	form#mailformpro dl dt,
	form#mailformpro dl dd {
		font-size: 16px;
	}

	form#mailformpro dl dt {
		float:none !important;
		width:100% !important;
		text-align:left !important;
		padding-bottom:0 !important;
	}

	form#mailformpro dl dd {
		padding-left:10px !important;
		border:none !important;
	}

	form#mailformpro li, form#mailformpro li {
		margin-bottom: .5em;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	.mailform input, .mailform textarea {
/*		width:95% !important;*/
		margin: 1% 0;
		font-size: 16px;
		display: block;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 3% 0.5% 2%;
		font-size: 16px;
	}

	.mailform label > input {
		width: 5% !important;
	}

	dd.mfp_achroma > a {
		display: block;
	}

	form#mailformpro label.mfp_checked,
	form#mailformpro label.mfp_not_checked {
		border: 1px solid #eee;
	}
	
	div#mfp_phase_confirm h4 {
		font-size: 1rem;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.mailform input, .mailform textarea {
		padding: 4% !important;
		font-size: 18px !important;
	}

	#mfp_overlay_inner {
		width:80% !important;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 5% !important;
	}

	form#mailformpro ol li {
		margin-right: 0;
		display: block;
	}

	div.mailform {
		padding: 1em 0;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	form#mailformpro label,
	form#mailformpro label.mfp_checked{
		display: block;
	}

	table#mfp_confirm_table tr th {
		width:100% !important;
		display:block !important;
		background-color: #DEE1E9 !important;
	}

	table#mfp_confirm_table tr td {
		width:100% !important;
		display:block !important;
		border:none !important;
		background-color:#FFF !important;
	}
    div.mfp_buttons button[type="submit"] {
        font-size: 18px !important;
        padding: 5% 5px!important;
    }

}/*res end　480px*/

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.contact_top {
        font-size: 3vmin;
	}
	.contact_top .fa-mobile {
        font-size: 25px;
        margin-top: -10px;
	}
	form.wpcf7-form input.wpcf7-submit {
	    margin: 0 auto;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.contact_top {
        font-size: 6vw;
        margin-bottom: 8px;
	}
	form.wpcf7-form input {
        width: 100%;
	}
	a.contact_tel {
        margin-bottom: 5px;
        display: block;
	}
	form.wpcf7-form dl dt {
        float: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
	}
	form.wpcf7-form dl dd {
        border-top: none;
        padding: 10px 5px 20px 0;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
	    width: auto;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        display: block;
	}
	.alertlabel {
        font-size: 1rem;
        padding: 5px 0;
	}
	.wpcf7-form-control-wrap.reason {
	    margin-left: 0;
	}
    form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm {
        font-size: 18px !important;
        padding: 5% 5px;
    }
}/*res end 480px*/

/* --------------------------------------------
下層共通パーツ
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {

}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	h2.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	h3.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	.section {
		margin-left: 0;
		margin-right: 0;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

}/*res end　480px*/

/* ----------------------------------------------
ブログ
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .blog_wrap .blog_box {
        height: auto;
    }
    .blog_wrap .more-link {
        position: static;
    }
    .blog_cnt, .blog_sdr {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .blog_sdr .link_box {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 32%;
    }
    .blog_sdr .link_box:last-child {
        margin-right: 0;
    }
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .blog_sdr .link_box {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}/*res start　480px*/



/* ----------------------------------------------
会社概要
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	.table01 {
		width: 100%;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.table01 th {
		color: #000;
/*		background-color: #e9e9ea;*/
		border: none;
	}
	.table01 td {
		margin: 1em 0 1em;
		border: none;
	}

	.gmap {
		padding-bottom: 200px;
		margin-bottom: -200px;
	}

	.blueLabel {
		margin-right: 0;
		display: block;
	}
}/*res end 480px*/


/* ----------------------------------------------
実績一覧
---------------------------------------------- */

/*res start　768px*/
@media screen and (max-width: 768px) {


	.table01.works.solar thead th {
	display: none;
	}

	.table01.works.solar th {
	width: 100%;
	display: block;
	}

	.table01.works.solar td {
	border-bottom: 1px dashed #333;
	width: 100%;
	display: block;
	}

	.solar .worksLabel {
	color: #036eb2;
	display: block;
	font-size: 14px;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.pdWrap {
	padding: 0;
	}

	.table01.works td {
	border-bottom: 1px dashed #333;
	}

	.worksLabel {
	color: #036eb2;
	display: block;
	font-size: 14px;
	}

}/*res end 480px*/


/* ----------------------------------------------

事業案内/実績

---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	.pdWrap {
	padding: 10px;
	}

	.contentsWrap .grid_5 {
	width: 100%;
	}

	.photoArea .grid_6,
	.photoArea .grid_3{
	margin-bottom: 2.8%;
	}

	.contentsWrap .grid_7,
	contentsWrap .grid_8 {
	border: 15px solid #eee;
	padding: 10px;
	height: auto;
	}
    
    a.pagelinkBtn_to_solarself,
	a.pagelinkBtn {
	width: 100%;
	}

	.adjust {
	width: 100%;
	}

	.table01.works {
	width: 100%;
	}

	.pd50 {
	padding: 0;
	}
    
    .linkBtn{
        width: 60%;
    }

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.tabover_center {
	text-align: left;
	}

	.place {
	display: block;
	}

	.table01.works td {
	margin: 0;
	}

	.table01.works.region th {
	width: 100%;
	}

	.linkArea ul li {
	width: 48%;
	}

	.linkArea {
	text-align: center;
	}
    
    .linkBtn{
        width: 85%;
    }
    
    .mega .img {
        width: 100%;
    }
    .mega .map {
        margin-top: 5%;
    }
}/*res end 480px*/



/* ----------------------------------------------

採用情報

---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .section_conversion h3 {
        font-size: 2.5vw;
        margin-bottom: 1em;
    }
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .both_cnt {
        height: 3em;
    }
    .section_conversion h3 {
        font-size: 4.5vw;
    }
    .area_bold {
        font-size: 4.5vw;
    }
}/*res end 480px*/


/* ----------------------------------------------
自家消費用太陽光発電設置工事 
---------------------------------------------- */

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    /* 「創エネ」+「省エネ」で電気代の常識を変える */
    /* タイコーの「創エネ」+「省エネ」のご提案 */
    /* 太陽光発電でのシミュレーション例 */
    /* ご提案の流れ */
}

/*res end　1024px*/
/*res start　768px*/
@media screen and (max-width: 768px) {
    /* 「創エネ」+「省エネ」で電気代の常識を変える */
    .energy-convert-area {
        padding-left: 1em;
        padding-right: 1em;
    }
    .energy-box {
        width: 49%;
    }
    .energy-box-note{
        font-size: .8em;
    }
    .energy-box-list__itemBox {
        font-size: 1em;
    }
    /* タイコーの「創エネ」+「省エネ」のご提案 */
    .feeDown-desc {
        font-size: 1.13em;
    }
    .demandBox {
        font-size: 0.9em;
    }
    .demandBox-text01 {
        font-size: 1.3em;
    }
    /* 太陽光発電でのシミュレーション例 */
    .solar-simulation-capacity-note {
        padding-right: 0;
    }
    /* ご提案の流れ */
    .solar-flow-wrap {
        font-size: 1.4vw;
    }
}

/*res end　768px*/
/*res start　480px*/
@media screen and (max-width: 480px) {
    /* 「創エネ」+「省エネ」で電気代の常識を変える */
    .energy-convert-desc {
        font-size: 1.3em;
    }
    .energy-convert-area {
        background-size: 100% 38em;
    }
    .energy-box-wrap {
        display: block;
        margin-top: 3em;
    }
    .energy-box {
        width: 100%;
    }
    .energy-box-inner {
        min-height: auto;
        padding-bottom: 2.5em;
    }
    .omit-energy-box {
        margin-top: 3em;
    }
    .recommended-area-blue-title,
    .recommended-area-green-title {
        font-size: 1.4em;
    }
    .recommended-box {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .recommended-box-primary {
        margin-right: 1em;
        width: 4em;
    }
    .recommended-box-title {
        font-size: 1.2em;
    }
    .energy-box-list__itemBox {
        font-size: 1.12em;
    }
    /* タイコーの「創エネ」+「省エネ」のご提案 */
    .electrical-fee-wrap {
        padding: 1em;
    }
    .electrical-reduction-image-wrap {
        padding: 1em;
    }
    .feeDown-desc {
        font-size: 1.15em;
        text-align: left;
    }
    .demandBox-text02 {
        text-align: center;
        display: block;
        margin-top: 2em;
    }
    .demandBox-text02-type01 {
        margin-right: auto;
        margin-left: auto;
    }
    .demandBox-text02-type02 {
        transform: rotate(90deg);
    }
    .demandBox-text02-type03 {
        font-size: 1.1em;
    }
    .demandBox-text03 {
        padding-right: 0;
        text-align: center;
    }
    .demandBox-text04 {
        font-size: 1.4em;
    }
    .demand-monitoring-wrap {
        padding: 1em;
    }
    /* 太陽光発電でのシミュレーション例 */
    .solar-simulation-wrap {
        font-size: 0.9em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .solar-simulation {
        padding: 1.5em 1em 1em;
    }
    .solar-simulation-box-primary{
        padding-left: 0;
        padding-right: 1em;
    }
    ul.solar-simulation-box-list .solar-simulation-box-list__item {
        font-size: 1.2em;
    }
    .solar-simulation-capacity-note {
        font-size: 0.7em;
    }
    .solar-simulation-fee-text {
        font-size: 0.75em;
    }
    .solar-simulation-arrow img {
        width: 4em;
    }
    .solar-simulation-feeBox {
        flex-wrap: wrap;
        font-size: 0.93em;
    }
    .solar-simulation-feeBox-text02 {
        margin-right: 0;
    }
    .solar-simulation-feeBox-text03 {
        margin-top: 0.5em;
    }
    /* ご提案の流れ */
    .solar-flow-wrap {
        font-size: inherit;
        display: block;
    }
    .solar-flowBox {
        width: 100%;
        margin-top: 4em;
    }
    .solar-flowBg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
    }
    .solar-flowBox::after {
        content: "";
        right: 0;
        left: 0;
        top: auto;
        bottom: -3.3em;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .solar-flowBox-image {
        width: 37%;
    }
    .solar-flowBox-text {
        width: 57%;
        margin-top: 0;
        text-align: left;
        display: block;
        min-height: auto;
    }
}

/*res end 480px*/

/* ----------------------------------------------
    スタッフ紹介 
---------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
    .staff_categoryLabel::after {
        height: 2.08em;
    }
}
/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .staff_categoryLabel::after {
        width: 1.28em;
        height: 2.1em;
        top: -2.2px;
    }
}
/*res end　768px*/

/*res start　500px*/
@media screen and (max-width: 500px) {
    .staff_categoryLabel::after {
        width: 1.3em;
        height: 2.2em;
        top: -2px;
    }
}
/*res end 500px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .staff_massageWrap {
        font-size: .55em;
    }
    .staff_illustration > img {
        width: 95%;
    }
    .staff_massageWrap_txtBg {
        min-height: 10em;
    }
    .staff_massageWrap_txt {
        padding: .5em;
    }
    .staff_illustration {
        width: 30%;
    }
    .staff_massageWrap {
        width: 70%;
    }
    .staff_bottomWrap {
        font-size: .6em;
    }
    .staff_category:nth-of-type(1),
    .staff_category:nth-of-type(2),
    .staff_category:nth-of-type(3),
    .staff_category:nth-of-type(4) {
        width: 50%;
    }
    .staff_categoryLabel::after {
        height: 2.25em;
        width: 1.35em;
    }
}
/*res end 480px*/