@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Heebo:500,700');

/* リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-size: 100%;
    vertical-align: baseline;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



body {
    color: #222;
    font: 15px/1.6 'Heebo', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    font-weight: 500;
    overflow-y: scroll;
    background: #fff;
}
h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select, button {
    font-family: 'Heebo', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    padding: 40px 0 30px;
}
.inner{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
#header{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-top: 4px solid #239fdb;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.07);
}
#content{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 100px;
    
}
.post{
    font-size: 16px;
    padding: 15px 10px 20px;
    margin: 0;
    min-height: 450px;
}


/*--- Link&Element ----------------------------------------------------------- */
a:link {
    color: #239fdb;
    text-decoration: underline;
}
a:visited {
    color: #239fdb;
    text-decoration: underline;
}
a:hover {
    color: #777;
    text-decoration: none;
}
p {
    margin: 0 0 15px;
    padding: 0;
}
p img {
    padding: 0;
    max-width: 100%;
}
strong {
    color: #333;
}
blockquote {
    font-style: italic;
    margin: 5px 0 15px 0;
    padding: 20px;
    background-color: #f7f7f7;
    color: #555;
}
pre {
    padding: 10px 20px;
    border-left: 6px solid #ddd;
    background-color: #f7f7f7;
    overflow: auto;
    margin: 5px 0 15px 0;
    width: 90%;
    _width: 95%; /* for IE6 */
}
ul, ol {
    margin: 1em 20px;
    padding: 0;
    list-style-position: outside;
}
ul ul, ul ol, ul ol, ol ol {
    margin: 0.3em 0 0.3em 15px
}
ul.designlist {
    margin: 5px 0;
    padding: 0;
}
ul.designlist li {
    margin: 0px 10px 0 0;
    padding: 0px 0 0px 16px;
    background: url(images/list2.png) left 9px no-repeat;
    list-style: none;
}

h2 {
    clear: both;
    color: #222;
    font-weight: bold;
    line-height: 1.2;
}
h3 {
    clear: both;
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin: 0 0 10px;
    padding: 10px 0 5px;
}
h4 {
    clear: both;
    font-weight: bold;
    font-size: 16px;
    color: #222;
    margin: 10px 0 15px 0;
    padding: 10px 0 11px 2px;
    border-bottom: 4px solid #ddd;
}
h5 {
    clear: both;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    margin: 15px 0 15px 0;
    padding: 2px 0 2px 0;
}
h6 {
    font-weight: bold;
    color: #222;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 0 15px 0;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
.box {
    clear: both;
    background: #f8f8f8;
    padding: 20px 30px 20px;
    border: #ddd 1px solid;
    margin: 0 0 20px 0;
    box-shadow: 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}

@media only screen and (max-width: 1200px){
h2 {
    font-size: 18px;
}
.box {
    padding: 15px 20px 15px;
}
}



/*--- Images ----------------------------------------------------------- */
img {
    max-width: 100%;
    border: none;
    margin: 0;
    vertical-align: bottom;
}
img.alignright {
    float: right;
    padding: 0;
    margin: 0 0 15px 25px;
    display: inline;
}
img.alignleft {
    float: left;
    padding: 0;
    margin: 0 25px 15px 0;
    display: inline;
}
@media only screen and (max-width: 1200px){
    img.alignright, img.alignleft {
        float: none;
        display: block;
        padding: 0px;
        margin: 20px auto;
    }
}


/*--- form ----------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
fieldset {
    padding: 3px;
    border: none;
}
legend {
    padding: 0 10px;
    background-color: #fff;
}
input, textarea {
    padding: 2px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    box-sizing: border-box;
}
select {
    padding: 2px 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[type="text"]:hover, textarea:hover {
    border-color: #aaa;
}
a:focus, textarea:focus, input:focus {
    outline: none
}
textarea {
    padding: 3px 10px
}
input.submit {
    padding: 3px 5px;
    font-size: 100%;
    border: none;
    
}
input.submit:hover {
    border: none
}
input.radio {
    border: none;
    background-color: transparent;
    background-image: none;
}
@media only screen and (max-width: 1200px){
input, textarea {
    width: 95%;
    padding: 5px 3px;
}
}


/*--- Table ----------------------------------------------------------- */
table {
    width: 99.9%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    color: #000;
    font-size: 13px;
    margin: 8px auto;
}
th {
    color: #2b3d49;
    background-color: #eee;
    padding: 10px 5px 10px 5px;
    text-align: left;
    font-weight: bold;
    background: #f1f4f5;
}
td {
    padding: 10px 5px;
    text-align: left;
}



/* ヘッダー
------------------------------------------------------------*/
#header .site_title{
    position: relative;
    float: left;
    margin-top: 20px;
    line-height: 1;
}
#header .site_title p{
	font-size: 12px
}
#header h1{
    line-height: 1;
    margin: 0;
    padding: 0;
}
#header .h_info{
    position: absolute;
    right: 0;
    top: 0;
}
#header .h_info ul{
    margin: 0;
}
#header .h_info ul li{
    display: inline-block;
}
#header .h_info ul li a{
    display: block;
    font-size: 13px;
    background: #239fdb url(images/list_s.png) 10px center no-repeat;
    color: #fff;
    padding: 6px 15px 5px 28px;
    text-decoration: none;
}
#header .h_info ul li a:hover{
    background: #58c2e4 url(images/list_s.png) 10px center no-repeat;
}

@media only screen and (max-width: 1200px){
	#header .site_title p{
		font-size: 11px
	}
    #header .site_title {
        position: static;
        float: none;
        text-align: left;
        line-height: 1;
        margin: 0;
        padding: 17px 0px 17px 20px;
        width: 260px;
    }
}


/* グローバルメニュー
------------------------------------------------------------*/
#mainNav {
    clear:both;
    position: absolute;
    width: 650px;
    top: 65px;
    right: 0;
    margin: 0;
    text-align:right;

}
#mainNav ul{
    width: 100%;
    height: 55px;
    margin:0;
    padding: 0;
    display: table;
    text-align: center;
    position: absolute;
    right: 0px;
    border-right: 1px dotted #ddd;
}
#mainNav ul li{
    display: table-cell;
    height: 55px;
    position: relative;
    text-align: center;
    margin:0;
    padding: 0;
    border-left: 1px dotted #ddd;
}
#mainNav ul li a{
    display: block;
    height: 55px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    color: #212121;
    box-sizing: border-box;
    transition: all  0.05s ease;
}
#mainNav ul li a span{
    display: block;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    padding: 2px 0 0 0;
    color: #666;
}
#mainNav ul li a:hover{
    color:#777;
    border-bottom: 3px solid #57c3e4;
}
#mainNav ul li a:hover span{
    color:#57c3e4;
}
#mainNav ul li.menu-active a{
    color:#212121;
    border-bottom: 3px solid #57c3e4;
}
#mainNav ul li.menu-active a span{
    color:#57c3e4;
}

nav#mainNav ul li.menu-item-has-children > a:hover{
    padding-bottom: 40px;
}
nav#mainNav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 5px;
    width: 200px;
    border-top: #2b5e5e 3px solid;
    padding: 0;
    z-index: 1;
}
nav#mainNav ul li:hover ul.sub-menu {
    display: block;
}
nav#mainNav ul li ul.sub-menu li{
    display: inline;
    padding: 0; 
    margin: 0;
    float: none;
    padding: 0;
    width: 170px;
    height: 32px;
    line-height: 32px;
}
nav#mainNav ul li ul.sub-menu li a {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
    text-align: left;
    font-weight: 500;
    color: #fff;
    height: 36px;
    line-height: 36px;
    background: #2b8282;
    font-size: 13px;
}
nav#mainNav ul li ul.sub-menu li.lastchild a{
    border-bottom: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
    background: #266b6b;
    color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    display: block;
    font-weight: bold;
}
/*--- mobile menu --- */
.uk-nav > li > a {
    color: #ccc;
    padding: 7px 10px 7px 10px;
    font-size: 92%;
}


/* メインイメージ
------------------------------------------------------------*/
#mainphoto {
    width: 100%;
    height: 750px;
	position: relative;
}
#mainphoto .bxslider div {
    width: 100%;
    height: 750px;
    background: center center no-repeat;
    background-size: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}
#mainphoto .bxslider div img {
	display: none;
}
.mainphoto_inner {
    width: 100%;
    height: 750px;
    background: url(images/mainphoto_cover.png) center center;
    text-align: center;
	position: absolute;
	top: 0;
	z-index: 2;
}
.mainphoto_en {
    font-size: 20px;
    color: #cdebf8;
    text-shadow: 0 0 2px  rgba(0,0,0,0.1);
    padding-top: 210px;
    letter-spacing: 5px;
    font-style: italic;
}
.mainphoto_title {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.15);
    padding-top: 15px;
    letter-spacing: 7px;
}
.mainphoto_ex {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px  rgba(0,0,0,0.3);
    padding-top: 10px;
}
@media only screen and (max-width: 1200px){
#mainphoto {
    width: 100%;
    height: auto;
}
#mainphoto .bxslider div {
    width: 100%;
    height: 219px;
	background: center center no-repeat;
	background-size: cover !important;
}
#mainphoto .bxslider div img {
	display: block;
	width: 100%;
	height: auto;
}
.mainphoto_inner {
    height: auto;
}
.mainphoto_en {
    font-size: 14px;
    padding-top: 40px;
    letter-spacing: 0;
}
.mainphoto_title {
    font-size: 30px;
    padding-top: 15px;
    letter-spacing: 0;
}
.mainphoto_ex {
    font-size: 14px;
    padding: 10px 20px 40px;
}
}

@media only screen and (max-width: 580px){
	#mainphoto {
		width: 100%;
		height: auto;
	}
	#mainphoto .bxslider div {
    	height: auto;
		min-height: 219px;
		background-size: cover !important;
	}
	#mainphoto .bx-viewport {
	}
	#mainphoto .bxslider div img {
		display: none;
	}
}

@media only screen and (max-width: 450px){
	#mainphoto .bxslider div {
		min-height: 240px;
	}
}

@media only screen and (max-width: 360px){
	#mainphoto .bxslider div {
		min-height: 264px;
	}
}


/* トップ ニュース
------------------------------------------------------------*/
#top_news {
    width: 100%;
    display: table;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    margin-top: -35px;
	position: absolute;
	z-index: 3;
}
.top_news_l {
    width: 130px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #239fdb;
    color: #fff;
    font-size: 24px;
    padding: 15px 10px;
}
.top_news_m {
    display: table-cell;
    vertical-align:inherit;
}
.top_news_m ul {
	margin-top: 12px !important;
}
.top_news_m li {
    margin: 0;
	padding-bottom: 12px !important;
}
.top_news_m .cate {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    margin: 6px 25px 0 25px;
}
.top_news_m .title {
    margin: 0;
    overflow: hidden;
}
.top_news_m .title a{
    text-decoration: none;
    color: #333;
}
.top_news_m .title a:hover{
    color: #777;
}
.top_news_m .title span{
    display: block;
    color: #239fdb;
    font-size: 12px;
}
.top_news_r {
    width: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #57c3e4;
    border-left: 1px dotted #ddd;
}
@media only screen and (max-width: 1200px){
#top_news {
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    margin-top: -10px;
    border-top: 3px solid #239fdb;
}
.top_news_l {
    display: none;
}
.top_news_m {
    width: 90%;
	padding: 0 10px 15px !important;
}
.top_news_m ul {
	margin-top: 0 !important;
}
.top_news_m li {
	margin-top: 10px !important;
	padding-bottom: 10px !important;
}

.top_news_m .cate {
    float: left;
    font-size: 11px;
    padding: 2px 5px;
    margin: 0 15px 0 0;
}
.top_news_m .title {
    font-size: 14px;
    overflow: hidden;
    margin: 0;
}
.top_news_r {
    width: 10%;
    text-align: center;
    vertical-align: middle;
    color: #57c3e4;
    border-left: none;
	display: table-cell;
}
}



/* トップ 共通
------------------------------------------------------------*/
h2.h2top {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    margin: 70px 0 35px;
    padding: 15px 0;
    border: none;
}
h2.h2top span{
    display: block;
    color: #555;
    font-size: 15px;
    padding-top: 5px;
}
@media only screen and (max-width: 1200px){
h2.h2top {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 30px 0 15px;
    padding: 15px 0;
    border: none;
}
h2.h2top span{
    display: block;
    color: #555;
    font-size: 15px;
    padding-top: 5px;
}
}



/* トップ Green Alliance
------------------------------------------------------------*/
#green_alliance{margin-top: 120px;box-sizing: border-box;}

#green_alliance .box{
	background: url("images/bg_green_alliance.png");
	background-repeat: no-repeat;
	background-position:right bottom;	
	background-color: #fff;
	border: 7px solid #64c846;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 20px 50px 20px 20px;
}


#green_alliance .box .item{
	padding-left: 20px;
	width: calc(100% - 263px);
	box-sizing: border-box;
}

#green_alliance .box .item h5{
	font-size: 40px;
	color: #64c846;
	font-weight: bold;
	margin:0 0 30px;
	line-height: 1.2;
}

#green_alliance .box .item .description{
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
}

#green_alliance .box .item .more{
    display: block;
    padding: 18px 20px 18px 60px;
    color: #444;
    font-weight: bold;
    border-radius: 3px;	
	box-sizing: border-box;
	font-size: 22px;
	background: #f3f3f3 url(images/list_green_alliance.png) 22px center no-repeat;
}


@media only screen and (max-width: 1200px){
	#green_alliance .box{
		padding: 15px 40px 15px 20px;
		background-position: 120% bottom;
	}
	
	#green_alliance .box > img{width: 203px; height:auto;}
	
	#green_alliance .box .item{
		padding-left: 20px;
		width: calc(100% - 203px);
		box-sizing: border-box;
		letter-spacing: -0.075em;
	}
}


@media only screen and (max-width: 1000px){
	
	#green_alliance .box{	
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;	
		padding: 15px 30px 30px;
		background-position: 130% bottom;
	}

	#green_alliance .box .item{
		padding-left:0px;
		width: 100%;
	}	
	#green_alliance .box .item h5{text-align: center;margin-bottom: 15px;}
	
	#green_alliance .box .item .more{
    padding: 15px 15px 15px 50px;	
	background: #f3f3f3 url(images/list_green_alliance.png) 18px center no-repeat;
	}
	
}

@media only screen and (max-width: 850px){
	#green_alliance .box{	
		background-size: 350px;
	}	
}


@media only screen and (max-width: 750px){
	#green_alliance .box .item .description .sp-none{display: none;}
}

@media only screen and (max-width: 680px){
	#green_alliance .box .item .more{display: block;width: 320px;max-width: 100%; margin: auto;}
}

@media only screen and (max-width: 640px){
	#green_alliance .box{	
		background-size: 270px;
		padding: 15px 20px 30px;
	}	
	
}



/* トップ QCELLS SPECIAL PARTNERS 2022
------------------------------------------------------------*/
#qcells{margin-top: 60px;box-sizing: border-box;}

#qcells .box{
	background: url("images/bg-qcells-special-partners.png");
	background-repeat: no-repeat;
	background-position:right bottom;	
	background-color: #fff;
	border: 7px solid #239fdb;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 20px 50px 20px 20px;
}


#qcells .box .item{
	padding-left: 20px;
	width: calc(100% - 263px);
	box-sizing: border-box;
}

#qcells .box .item h5{
	font-size: 40px;
	color: #239fdb;
	font-weight: bold;
	margin:0 0 30px;
	line-height: 1.2;
}

#qcells .box .item .description{
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
}

#qcells .box .item .more{
    display: block;
    padding: 18px 20px 18px 60px;
    color: #444;
    font-weight: bold;
    border-radius: 3px;	
	box-sizing: border-box;
	font-size: 22px;
	background: #f3f3f3 url(images/list_qc_special_partners.png) 22px center no-repeat;
}


@media only screen and (max-width: 1200px){
	#qcells .box{
		padding: 15px 40px 15px 20px;
		background-position: 120% bottom;
	}
	
	#qcells .box > img{width: 203px; height:auto;}
	
	#qcells .box .item{
		padding-left: 20px;
		width: calc(100% - 203px);
		box-sizing: border-box;
		letter-spacing: -0.075em;
	}
}


@media only screen and (max-width: 1000px){
	
	#qcells .box{	
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;	
		padding: 15px 30px 30px;
		background-position: 130% bottom;
	}

	#qcells .box .item{
		padding-left:0px;
		width: 100%;
	}	
	#qcells .box .item h5{text-align: center;margin-bottom: 15px;}
	
	#qcells .box .item .more{
    padding: 15px 15px 15px 50px;	
	background: #f3f3f3 url(images/list_qc_special_partners.png) 18px center no-repeat;
	}
	
}

@media only screen and (max-width: 850px){
	#qcells .box{	
		background-size: 350px;
	}	
}


@media only screen and (max-width: 750px){
	#qcells .box .item .description .sp-none{display: none;}
}

@media only screen and (max-width: 680px){
	#qcells .box .item .more{display: block;width: 320px;max-width: 100%; margin: auto;}
}

@media only screen and (max-width: 640px){
	#qcells .box{	
		background-size: 270px;
		padding: 15px 20px 30px;
	}	
	
}




/* トップ ビジョン
------------------------------------------------------------*/

#containervi {
    width: 100%;
/*    background: url("images/cvi_bg.jpg") center center no-repeat;
    background-size: cover;*/
	padding: 30px 0 0;
}

#containervi .h2top{margin: 70px 0 0px}

#containervi .container1_inner{box-shadow: none; padding: 30px 0 0; }

#containervi .vijon-title{font-size: 32px;padding-bottom: 30px;}

#containervi p{font-size:18px;}

#containervi .pc-none{display: none;}

@media only screen and (max-width: 1200px){

#containervi {padding: 30px 0 0;}

#containervi .h2top {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 80px 0 15px;
    padding: 15px 0;
    border: none;
}
}

@media only screen and (max-width: 640px){
#containervi .pc-none{display: block;}
}

/* トップ S
------------------------------------------------------------*/
#sdgs .pc-none{display: none;}
#sdgs.container1_inner{padding: 40px 0 0;margin: 40px auto 0;}
#sdgs p{font-size:18px;}
@media only screen and (max-width: 640px){
#sdgs .pc-none{display: block;}
}



/* トップ サービス
------------------------------------------------------------*/
#container1 {
    width: 100%;
    background: url(images/c1_bg.jpg) center center no-repeat;
    background-size: cover;
}
.container1_inner {
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset;
    padding: 30px 0;
}
a.c1_box {
    display: block;
    text-align: center;
    background: #fff url(images/c1box_bg.png) right bottom no-repeat;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
    text-decoration: none;
}
.c1_box_title{
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 10px 5px;
}
.c1_box:hover .c1_box_title{
    color: #777;
}


/* トップ お客様の声
------------------------------------------------------------*/
#container2 {
    width: 100%;
    height: 430px;
    background: url(images/c2_bg.jpg) center center no-repeat;
    margin-top: 60px;
    overflow: hidden;
}
.c2_left {
    float: left;
    width: 250px;
    margin-left: 20px;
}
.c2_text {
    text-align: center;
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}
a.c2_btn {
    display: inline-block;
    background: #fc7169 url(images/list_btn.png) 15px center no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    padding: 13px 40px 13px 55px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
a.c2_btn:hover {
    background: #e2594f url(images/list_btn.png) 15px center no-repeat;
}
.c2_right {
    float: right;
    width: 700px;
    padding-top: 80px;
}
@media only screen and (max-width: 1200px){
#container2 {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 30px;
    overflow: visible;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 15px 0;
}
.c2_left {
    float: none;
    background: url(images/c2_bg.jpg) right center no-repeat;
    width: 100%;
    margin: 0;
    padding: 5px 10px 30px;
    box-sizing: border-box;
}
.c2_text {
    text-align: center;
    border-top: none;
    padding-top: 0;
}
a.c2_btn {
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 55px;
}
.c2_right {
    float: none;
    width: 100%;
    padding-top: 20px;
}
}



/* トップ 施工例
------------------------------------------------------------*/
#container3 {
    width: 100%;
    height: 430px;
    background: url(images/c3_bg.jpg) center center no-repeat;
    margin-top: 60px;
    overflow: hidden;
}
.c3_left {
    float: left;
    width: 700px;
    padding-top: 80px;
}
.c3_text {
    text-align: center;
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}
a.c3_btn {
    display: inline-block;
    background: #56c3e4 url(images/list_btn.png) 15px center no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    padding: 13px 40px 13px 55px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
a.c3_btn:hover {
    background: #38aac9 url(images/list_btn.png) 15px center no-repeat;
}
.c3_right {
    float: right;
    width: 250px;
    margin-right: 20px;
}
@media only screen and (max-width: 1200px){
#container3 {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 30px;
    overflow: visible;
    background: #f7f7f7;
    padding: 15px 0;
}
.c3_left {
    float: none;
    width: 100%;
    padding-top: 20px;
}
.c3_text {
    text-align: center;
    border-top: none;
    padding-top: 0;
}
a.c3_btn {
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 55px;
}
.c3_right {
    float: none;
    background: url(images/c3_bg.jpg) left center no-repeat;
    width: 100%;
    margin: 0;
    padding: 5px 10px 30px;
    box-sizing: border-box;
}
}


/* トップ MAP
------------------------------------------------------------*/
#container4 {
    display: table;
    position: relative;
    width: 100%;
    height: 550px;
    margin-top: 70px;
    overflow: hidden;
}
.c4_inner_l {
    display: table-cell;
    width: 50%;
    margin: 0;
    position: relative;
    background: #239fdb;
}
.c4_inner_r {
    display: table-cell;
    width: 50%;
    margin: 0;
    position: relative;
}
#my_map {
    z-index: 0;
    width: 100%;
    height: 550px;
    position: absolute;
}

.c4box {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: #239fdb;
    width: 480px;
    height: 550px;
    text-align: center;
    color: #fff;
    padding: 20px 50px;
}
h2.h2c4 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    margin: 20px 0 25px;
    padding: 15px 0;
    border: none;
    color: #fff;
}
h2.h2c4 span{
    display: block;
    color: #fff;
    font-size: 15px;
    padding-top: 5px;
}
.c4text1 {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 30px 0;
    margin-bottom: 30px;
}
a.c4_btn {
    display: inline-block;
    background: #1a75a2 url(images/list_btn.png) 15px center no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    padding: 13px 60px 13px 75px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
a.c4_btn:hover {
    background: #145e82 url(images/list_btn.png) 15px center no-repeat;
}
@media only screen and (max-width: 1200px){
#container4 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}
#my_map {
    z-index: 0;
    width: 100%;
    height: 300px;
    position: relative;
}
.c4_inner_l, .c4_inner_r {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.c4box {
    z-index: 1;
    position: static;
    background: #239fdb;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 10px 30px 30px;
    box-sizing: border-box;
}
h2.h2c4 {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 10px 0 15px;
    padding: 15px 0;
}
h2.h2c4 span{
    display: block;
    color: #fff;
    font-size: 15px;
    padding-top: 5px;
}
h2.h2top {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 80px 0 15px;
    padding: 15px 0;
    border: none;
}
.c4text1 {
    font-size: 16px;
    letter-spacing: 3px;
    padding: 20px 0;
    margin-bottom: 20px;
}
}


/* トップ Link
------------------------------------------------------------*/
#container5 {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0 80px;
}
#container5 .mb40{margin-bottom: 40px;}
.c5cm {
    text-align: center;
}


/* スライダー
------------------------------------------------------------*/
#slider {
    position:relative;
    width:100%;
    z-index: 0;
}
#sliderInner {
    position:relative;
}
#sliderInner ul {
    margin: 0;
    padding: 0;
}
#sliderInner li {
    margin: 0;
    padding: 0;
}
.bx-wrapper {
    margin:0 auto;
    position:relative;
}
.bx-wrapper .bx-prev {
	right: -80px;
	background: url(images/bx_prev.png) no-repeat;
        width: 39px;
        height: 72px;
}
.bx-wrapper .bx-next {
	left: -80px;
	background: url(images/bx_next.png) no-repeat;
        width: 39px;
        height: 72px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 39px;
	height: 72px;
	text-indent: -9999px;
	z-index: 9999;
}
@media only screen and (max-width: 1200px){
    #slider {
        width:100%;
        height: auto;
    }
    #sliderInner {
        left:0;
        width:100%;
        margin-left:0;
    }
    #sliderInner li{
        width:100%;
        height: auto;
    }
}


/* ページヘッダー
------------------------------------------------------------*/
.page-header {
    width: 100%;
    background: #f5f5f5 url(images/page-header/h1_bg.jpg) center center no-repeat;
    padding: 0;
    margin: 0 auto;
    border: none;
}
.page-header_cover {
    width: 100%;
    background: url(images/mainphoto_cover.png);
    text-align: center;
}
h1.h1page {
    padding: 80px 20px 80px 20px;
    margin: 0;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 10px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
}
h1.h1page span {
    display: block;
    color: #ccebf8;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.5;
    padding-bottom: 3px;
    margin-left: 3px;
}

.h_service_bg {
    background: url(images/page-header/h1_service_bg.jpg) center center no-repeat;
}
.h_case_bg {
    background: url(images/page-header/h1_case_bg.jpg) center center no-repeat;
}
.h_voice_bg {
    background: url(images/page-header/h1_voice_bg.jpg) center center no-repeat;
}
.h_company_bg {
    background: url(images/page-header/h1_company_bg.jpg) center center no-repeat;
}
.h_info_bg {
    background: url(images/page-header/h1_info_bg.jpg) center center no-repeat;
}

@media only screen and (max-width: 1200px){
    .page-header {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        border: none;
    }
    h1.h1page {
        display: block;
        text-align: center;
        background: none;
        color: #fff;
        font-size: 22px;
        margin: 0 0 0 0;
        padding: 40px 20px;
        letter-spacing: 3px;
    }
    h1.h1page span {
        font-size: 12px;
        letter-spacing: 2px;
    }
}


/* パンくずリスト
----------------------------------*/
#pankuzu {
    width: 100%;
    padding: 10px 0 0;
    display: block;
    font-size: 13px;
    color: #333;
}
.pankuzu_inner {
    width: 1200px;
    margin: 0 auto;
}
#pankuzu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 3px;
}
#pankuzu ul li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}
#pankuzu ul li a{
    font-size: 13px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}



/* ページ共通
------------------------------------------------------------*/
h2.h2page {
    clear: both;
    font-size: 20px;
    background: url(images/p_h2_bg.png) left bottom no-repeat;
    padding: 15px 0 15px 0;
    margin: 0 0 20px;
}
h2.h2big {
    clear: both;
    font-size: 24px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 20px 10px 20px;
    margin: 50px 0 50px;
}


/* サービス案内
------------------------------------------------------------*/
.se_menu_area {
    padding: 10px 10px;
    background: #f7f7f7;
    margin-bottom: 50px;
}
a.se_menu {
    display: block;
    background: #57c3e4 url(images/se_menu.png) left center no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 15px 15px 48px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
a.se_menu:hover {
    background: #23a5e0 url(images/se_menu.png) left center no-repeat;
}
.se_cont_box {
    display: table;
    margin-bottom: 40px;
}
.se_cont_box_l {
    display: table-cell;
    width: 400px;
    padding: 30px;
    background: #e9f7fc url(images/se_cont_bg.png) left top no-repeat;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    border-top: 7px solid #81c9eb;
    border-left: 7px solid #81c9eb;
    border-bottom: 7px solid #81c9eb;
}
.se_cont_box_l span{
    display: inline-block;
    color: #aadcf2;
    font-size: 50px;
    font-style: italic;
    border-bottom: 3px solid #aadcf2;
}
.se_cont_box_l h2{
    font-size: 24px;
    color: #333;
    border-bottom: none;
    margin: 20px 0 20px 0;
}
.se_cont_box_r {
    display: table-cell;
    padding: 30px;
    vertical-align: top;
    border-top: 7px solid #c6e4f0;
    border-right: 7px solid #c6e4f0;
    border-bottom: 7px solid #c6e4f0;
}
a.se_cont_foot{
    clear: both;
    display: block;
    background: #f3f3f3 url(images/list.png) 25px center no-repeat;
    padding: 18px 20px 18px 50px;
    color: #444;
    font-weight: bold;
    border-radius: 3px;
}
.description {
    display: block;
    font-size: 13px;
    color: #666;
}
@media only screen and (max-width: 1200px){
.se_menu_area {
    margin-bottom: 30px;
}
a.se_menu {
    font-size: 14px;
    margin: 0;
    padding: 12px 10px 12px 46px;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.se_cont_box {
    display: block;
}
.se_cont_box_l {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-top: 7px solid #81c9eb;
    border-left: 7px solid #81c9eb;
    border-right: 7px solid #81c9eb;
    border-bottom: none;
}
.se_cont_box_l span{
    color: #aadcf2;
    font-size: 30px;
}
.se_cont_box_l h2{
    font-size: 20px;
}
.se_cont_box_r {
    display: block;
    padding: 20px;
    border: 7px solid #c6e4f0;
}
a.se_cont_foot{
    background: #f3f3f3 url(images/list.png) 15px center no-repeat;
    padding: 15px 10px 15px 40px;
}
}

/* お知らせ 一覧
------------------------------------------------------------*/
.news_list {
	width: 100%;
	height: 68px;
    vertical-align:inherit;
}
.news_list ul {
	margin: 0;
	padding: 0;
}
.news_list li {
	width: 100%;
	border-bottom: 1px dotted #239fdb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.news_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.news_list .cate {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    margin: 6px 25px 0 0;
}
.news_list .title {
    margin: 0;
    overflow: hidden;
}
.news_list .title a{
    text-decoration: none;
    color: #333;
}
.news_list .title a:hover{
    color: #777;
}
.news_list .title span{
    display: block;
    color: #239fdb;
    font-size: 12px;
}
@media only screen and (max-width: 1240px){
	.news_list ul {
		margin: 0 20px;
	}
}


/* お知らせ 詳細
------------------------------------------------------------*/
.newstitle {
	border-bottom: 2px solid #239fdb;
	margin-bottom: 30px;
}

.newstitle .date {
	color: #239fdb;
	font-size: 12px;
}

.newstitle .cate {
	margin-left: 1em;
	color: #fff;
	font-size: 13px;
	padding: 5px 15px;
}

.newstitle .title {
	font-size: 20px;
	margin: 0.75em 0;
}

.kiji-box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #239fdb;
}

@media only screen and (max-width: 1240px){
	.newstitle {
		margin: 0 20px 30px;
	}
	
	.kiji-box {
		margin: 0 20px 30px;
	}
}

.photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
}

.photo-r img {
	width:100%;
	height:auto;
}

.photo-c {
	margin: 0 auto 20px;
}

.photo-c img {
}

@media only screen and (max-width: 740px){
	.photo-l,
	.photo-r {
		float: none;
		margin: 0 auto 20px;
	}
}


/* 施工例 一覧
------------------------------------------------------------*/
.case_area {
    padding: 10px 10px;
    margin-bottom: 30px;
}
a.case_box {
    position: relative;
    display: block;
    text-align: center;
    background: #fff url(images/c1box_bg.png) right bottom no-repeat;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    text-decoration: none;
    border: 1px solid #ddd;
    padding-bottom: 20px;
}
.case_box_title{
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 5px 5px 8px;
}
.case_cat {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #57c3e4;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px 4px;
}
.case_date {
    font-size: 13px;
    padding: 10px 5px 0;
    color: #333;
}
.case_box_btn {
    display: inline-block;
    background: #ffda15;
    width: 180px;
    max-width: 90%;
    color: #111;
    padding: 3px 5px;
    font-weight: bold;
    border-radius: 20px;
    box-sizing: border-box;
}
.case_box:hover .case_box_title, .case_box:hover .case_date{
    color: #777;
}
.case_box:hover .case_box_btn{
    background: #aadcf2;
    color: #444;
}
ul.pagenav {
    padding: 10px;
    margin: 20px 0 0 0;
}
ul.pagenav li{
    display: inline;
    margin: 1px;
}
ul.pagenav li a{
    display: inline-block;
    border: 1px solid #57c3e4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
ul.pagenav li.active a{
    border: 1px solid #57c3e4;
    background: #57c3e4;
    color: #fff;
}


/* 施工例 詳細
------------------------------------------------------------*/
.case_s_left {
    float: left;
    width: 300px;
}
.case_s_right {
    float: right;
    width: 820px;
}
.case_s_box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
}
.case_s_box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}
.case_s_name {
    font-size: 18px;
    font-weight: bold;
}
.case_s_com {
    display: inline-block;
    background: #239fdb;
    width: 180px;
    max-width: 90%;
    color: #fff;
    padding: 3px 5px 2px;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 20px;
    box-sizing: border-box;
}
.case_s_text {
    text-align: left;
}
.case_s_right_img {
    margin-bottom: 30px;
}
.case_rev {
    text-align: right;
}
@media only screen and (max-width: 1200px){
.case_s_left, .case_s_right {
    float: none;
    width: 92%;
    margin: 0 auto;
}

}


/* お客様の声 一覧
------------------------------------------------------------*/
.v_top_area {
    text-align: center;
    padding: 0 0 70px;
}
.v_top {
    display: inline-block;
    background: #1a75a2;
    color: #fff;
    font-size: 16px;
    padding: 20px 50px 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}
.v_top_img {
    margin: -60px 0 10px;
}
a.v_box {
    position: relative;
    display: block;
    border: 7px solid #b6dff3;
    background: #fff url(images/c1box_bg.png) right bottom no-repeat;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    text-decoration: none;
    padding: 25px 25px 15px;
}
.v_box_img {
    position: absolute;
    top: -30px;
    right: 30px;
}
.v_rightbox {
    overflow: hidden;
}
.v_box_title{
    display: block;
    font-weight: bold;
    color: #239fdb;
    font-size: 18px;
    padding: 15px 0 15px;
}
.v_cat {
    display: inline-block;
    background: #57c3e4;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px 4px;
}
.v_exp {
    padding: 10px 0 20px;
    color: #333;
}
.v_box_btn {
    display: block;
    background: #ffda15;
    color: #111;
    padding: 5px 5px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}
.v_box:hover {
    border: 7px solid #1a75a2;
}
.v_box:hover .v_box_title, .v_box:hover .v_exp{
    color: #777;
}
.v_box:hover .v_box_btn{
    background: #aadcf2;
    color: #444;
}
@media only screen and (max-width: 1200px){
.v_top_area {
    padding: 0 0 30px;
}
.v_top {
    display: block;
    font-size: 15px;
    padding: 20px 20px 20px;
    margin: 0 10px;
    border-radius: 3px;
}
a.v_box {
    border: 5px solid #b6dff3;
    padding: 10px 25px 15px;
    margin: 5px 15px;
}
.v_box:hover {
    border: 5px solid #1a75a2;
}
.v_box_img {
    display: none; 
}
.v_box_title{
    font-size: 16px;
    padding: 15px 0 5px;
}
.v_exp {
    font-size: 13px;
    padding: 10px 0 10px;
}
}


/* お客様の声 詳細
------------------------------------------------------------*/
.v_s_top_area {
    text-align: center;
    padding: 30px 0 70px;
}
.v_s_top {
    display: inline-block;
    background: #dff2fb;
    border: 7px solid #1a75a2;
    color: #1a75a2;
    font-size: 24px;
    padding: 20px 50px 30px;
    margin: 0 auto;
    text-align: center;
}
.v_s_top_img {
    margin-top: -65px;
    margin-bottom: 15px;
}
.v_s_left {
    float: left;
    width: 300px;
}
.v_s_right {
    float: right;
    width: 820px;
}
.v_s_box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
}
.v_s_box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}
.v_s_name {
    font-size: 18px;
    font-weight: bold;
}
.v_s_com {
    display: inline-block;
    background: #239fdb;
    width: 180px;
    max-width: 90%;
    color: #fff;
    padding: 3px 5px 2px;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 20px;
    box-sizing: border-box;
}
.v_s_img {
    margin-top: 30px;
}
.v_s_right_img {
    margin-bottom: 30px;
}
.v_rev {
    padding-top: 20px;
    text-align: right;
}
.pmove {
  text-align: center;
  margin-top: 1.5em;
}
.pmove li a {
  display: inline-block;
  width: 200px;
  background: #ffda15;
  color: #111;
  padding: 5px 0;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.pmove li a:hover {
    background: #aadcf2;
    color: #444;
}

@media only screen and (max-width: 1200px){
.v_s_left, .v_s_right {
    float: none;
    width: 92%;
    margin: 0 auto;
}

}


/* 会社案内
------------------------------------------------------------*/
.com_left {
    float: left;
    width: 300px;
}
.com_right {
    float: right;
    width: 820px;
}
.com_box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px 50px;
    text-align: center;
}
h2.com_name {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    letter-spacing: 2px;
}
h2.com_name span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 2px;
    color: #999;
}
.com_img {
    margin-top: 30px;
}
table.com_tbl {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    margin: 0 auto 15px;
}
.com_tbl th {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    color: #222;
    background: #fff;
    padding: 13px 15px 13px 15px;
    vertical-align: middle;
    font-size: 15px;
    width: 23%;
}
.com_tbl td {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 13px 15px 13px 15px;
    background: #fff;
    color: #333;
    font-size: 15px;
}
.secondarea {
    padding-top: 80px;
}
.com_president {
    text-align: right;
}
.com_president img{
    width: 300px;
}
@media only screen and (max-width: 1200px){
.com_left, .com_right {
    float: none;
    width: 92%;
    margin: 0 auto;
}
.com_box {
    border-radius: 0;
    padding: 20px 25px 20px;
    text-align: center;
    margin-bottom: 30px;
}
.com_img {
    margin-top: 15px;
}
.secondarea {
    padding-top: 30px;
}
.com_president img{
    width: 220px;
}
}


/* 採用情報
------------------------------------------------------------*/
.rec_right {
    float: right;
    width: 820px;
}
.rec_right strong {
	font-size: 112.5%;
}
.rec_box01 {	
	width: 100%;
	padding: 20px 20px 6px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
	box-sizing: border-box;
}
.rec_box01 strong {
	color: rgba(229,25,63,1.00);
	font-size: 125%;
}
.rec_head {
	position: relative;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin: 1.25em 0;
}
.rec_head span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.rec_head::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.rec_box02 {	
	width: 100%;
	padding: 20px 20px 6px;
	margin: 1.75em 0;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
	box-sizing: border-box;
}

@media only screen and (max-width: 1200px){
.rec_right {
    float: none;
    width: 92%;
    margin: 0 auto;
}
}

/* 準備中ページ
------------------------------------------------------------*/
.sorry {
	text-align: center;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	background-color: #eee;
}

.sorry img {
	width: 300px;
}

.sorry p {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(61,31,31,1.00);
}



/* contact
--------------------------------------------------------------------*/
table.con_tbl {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    margin: 20px auto 5px;
}
.con_tbl th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #33476b;
    color: #eee;
    background: #293854;
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    font-size: 13px;
    width: 30%;
}
.con_tbl td {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px 10px 15px;
    background: #fff;
    color: #444;
    font-size: 13px;
}

@media only screen and (max-width: 1200px){
table.con_tbl {
    width: 95%;
    border-bottom: none;
} 
.con_tbl th {
    display: block;
    width: 95%;
    border-right: none;
    padding: 10px 7px;
}
.con_tbl td {
    display: block;
    width: 95%;
    padding: 10px 7px;
}
}


/* -----------------------------------------------------------------------------
	contact_form
 -------------------------------------------------------------------------------*/
 
 .entry-mail_form {
  margin-top:0px;
}

.entry-mail_form table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  border:1px solid #d8d8d8;
  font-size: 100%;
  box-sizing: border-box;
}

.entry-mail_form tr:last-child th,
.entry-mail_form tr:last-child td {
  border-bottom:0;
}

.entry-mail_form th {
  text-align:left;
  background-color:#f4f4f4;
  width:28%;
  padding:20px;
  border-bottom:1px solid #d8d8d8;
  vertical-align:top;
	white-space:nowrap;
}

.entry-mail_form th .ic-required {
  float:right;
  margin-left:150px;
}

.entry-mail_form td {
  padding:20px;
  border-bottom:1px solid #d8d8d8;
}

@media only screen and (max-width: 640px){
	.entry-mail_form th,
	.entry-mail_form td {
		display: block;
		width: 100%;
  		box-sizing: border-box;
	}
}

/* send ok */

.sendok {
	font-size:24px;
	color:#fd7070;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin-bottom:20px !important;
	display:block;
	font-weight:800;
}

/* form material */

textarea    { resize:vertical; }
textarea,
.ip_l       { width:100%; }
.ip_ss      { width:10%; }
.ip_s       { width:15%; }
.ip_m       { width:60%; }

input[type="text"],
select,
textarea {
	padding:6px;
	border:1px solid #e0e0e0;
	background-color:#fff;
  box-sizing:border-box;
  max-width: auto;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color:#239fdb;
}

option {
	padding-right:0.5em;
}

.error input[type=text], 
.error textarea,
.error select {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error .m-ckbox+label:before,
.error .m-radio+label:before {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error p {
	padding-bottom:0.5em;
}

.txt-red {
	color:#ff0000;
}

.ic-required {
  display:inline-block;
	background-color:#f0686c;
  color:#fff;
  padding:0.25em 1em;
  box-sizing:border-box;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
	font-weight:normal;
}


/* form button */

.post-btn {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:40px;
}

.form-btn {
  width:350px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin-left:auto;
  margin-right:auto;
  outline:none;
  text-decoration:none;
  background-color:#239fdb;
  color:#fff;
  padding:15px;
  font-size:20px;
  display:inline-block;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
}

.form-btn:hover {
  background-color:#58c2e4;
}

.form-btn:disabled,
.form-btn:disabled:hover {
  background-color:#8e8e8e;
}

.form-btn-back,
.form-btn-clear,
.link-button{
  width:350px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin:10px;
  outline:none;
  text-decoration:none;
  background-color:rgba(180,180,180,1);
  color:#fff;
  padding:15px;
  font-size:20px;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
  display:inline-block;
}

.link-button {
	display: block;
	text-align: center;
	margin: 20px auto;
}

.link-button a{
	text-decoration: none;
	color: #fff;
}

.form-btn-back:hover,
.form-btn-clear:hover,
.link-button:hover{
  background-color:rgba(180,180,180,0.8);
}

.form-btn-back:disabled,
.form-btn-back:disabled:hover,
.form-btn-clear:disabled,
.form-btn-clear:disabled:hover,
.link-button:disabled,
.link-button:disabled:hover{
  background-color:#c8c8c8;
}


/* chkbox */

.m-ckbox {
  display:none;
  margin-top:-0.25em;
}

.m-ckbox+label {
  display:inline-block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-ckbox+label:before {
  width:1.5em;
  height:1.5em;
  line-height:1.5em;
  font-size:1em;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  color:transparent;
  padding:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 0.5em 0 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  
  -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.m-ckbox:hover+label:before {
  background-color:#c8c8c8;
  color:#fff;
}

.m-ckbox:checked+label:before {
  border-color:#ffc841;
  background-color:#ffc841;
  color:#fff;
}


/* chkbox group */

.m-ckbox-group label {
  margin-right:1.5em;
}

/* label size */

.m-ckbox+label.label--s  { min-width:6em; }
.m-ckbox+label.label--m  { min-width:10em; }
.m-ckbox+label.label--l  { min-width:15em; }
.m-ckbox+label.label--2l { min-width:31.5em; }


/* radio button */

.m-radio {
  display:none;
  margin-top:-0.25em;
}

.m-radio+label {
  display:block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-radio+label:before {
  width:1.25em;
  height:1.25em;
  display:inline-block;
  content:"";
  border-radius:1.25em;
  -moz-border-radius:1.25em;
  -webkit-border-radius:1.25em;
  vertical-align:middle;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 5px 0 0;
  -webkit-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.m-radio:hover+label:before {
  border-color:#c8c8c8;
  background-color:#c8c8c8;
  box-shadow:inset 0 0 0 0.25em #fff;
}

.m-radio:checked+label:before {
  border-color:#239fdb;
  background-color:#239fdb;
  box-shadow:inset 0 0 0 0.25em #fff;
}


/* radio button group */

.m-radio-group label {
  margin-right:1.5em;
}



/* フッター
------------------------------------------------------------*/
#footer{
    clear:both;
    width: 100%;
    margin: 0 auto;
    border-top: 4px solid #acdcf2;
    color: #333;
    padding: 35px 0 0;
}
#footer ul{
    margin: 15px 0 15px 0;
    padding:0;
    text-align: left;
}
#footer ul li{
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0 40px 0 0;
}
#footer ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding:0;
}
#footer ul li a:hover{
    color: #999;
}
.foot_title{
	font-size: 12px;
}
.foot_ad {
    font-size: 15px;
    padding: 15px 0;
    color: #555;
}

#pageTop {
    display: none;
    position: fixed;
    margin: 10px;
    bottom: 10px;
    right: 10px;
    width:45px;
    height:45px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}
#pageTop a {
    display: block;
    font-size: 20px;
    background: #1a75a2;
    color: #fff;
    width:45px;
    height:45px;
    border-radius: 50%;
}
#pageTop a:hover{
    background: #999;
}

#copyright_wrapper{
    width: 100%;
    background: #239fdb;
}
#copyright{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 0 20px;
    text-align:center;
    font-size:14px;
    margin: 30px 0 0;
}
@media only screen and (max-width: 1200px){
#footer ul{
    margin: 0 5px;
    padding:0;
    text-align: left;
}
#footer ul li{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li a{
    display: block;
    color: #333;
    padding: 7px 0;
    border-bottom: 1px dotted #ddd;
}
}



/* お問い合わせボタン
------------------------------------------------------------*/

#contact_btn{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 3;
}

@-moz-document url-prefix() {
	#contact_btn{
		position: fixed;
		right: -20px;
		top: 200px;
		z-index: 3;
	}
}

#contact_btn a{
	padding: 20px 10px;
	background-color: #239fdb;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#contact_btn a:hover{
	background-color: #58c2e4;
}

@media only screen and (max-width: 1200px){
	#contact_btn{
		top: 120px;
	}
}

@media only screen and (max-width: 960px){
	#contact_btn a{
		width: 45px;
		height: 45px;
		background-color: #1a75a2;
		background-image: url(images/mail_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50%;
		padding: 0;
		margin: 10px;
		border-radius: 50%;
		position: fixed;
		left: 10px;
		bottom: 10px;
	}
	#contact_btn a:hover{
		background-color: #999;
	}
	#contact_btn a span{
		display: none;
	}
}


/*
@media only screen and (max-width: 1200px){
	#contact_btn{
		top: 120px;
	}
}

@media only screen and (max-width: 960px){
	#contact_btn a{
		width: 45px;
		height: 45px;
		background-color: #1a75a2;
		background-image: url(images/mail_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50%;
		padding: 0;
		margin: 10px;
		border-radius: 50%;
		position: fixed;
		left: 10px;
		bottom: 10px;
	}
	#contact_btn a:hover{
		background-color: #999;
	}
	#contact_btn a span{
		display: none;
	}
}*/


/* 1200px以下
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
    body {
        background: #fff;
    }
    #wrapper {width:92%; margin: 0 auto; padding: 25px 0;}
    #header, #content_1col {width:100%;}
    .inner {width:92%; margin: 0 auto; padding: 0;}
    #header, #header .inner {width: 100%;height: auto;}
    
    #mainNav {
        display: none;
    }
    .navbox {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 8px;
    }
    .navbox a{
        font-size: 34px;
        color: #239fdb;
    }

    #pankuzu {display: none;}

    #content{
        clear:both;
        width:100%;
        float:none;
        margin:0 auto;
        padding: 30px 0 30px;
    }
    .post{
        clear:both;
        margin: 0 auto 0;
        padding: 20px 20px 10px;
        box-shadow: none;
    }
    .singlepost {
        width:85%;
    }
    #sidebar{
        float: none;
        clear:both;
        width:92%;
        margin: 30px auto;
        padding:0;
        text-align: center;
    }

    #footer {
        width:100%;
        margin: 0;
    }
}



/* ユーティリティー
------------------------------------------------------------*/
/**** clearfix ****/
.clearfix:after {content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix {display: block;}



/* SNS
------------------------------------------------------------*/


.sns{
	width: 100%;
	background-color:#fff;
	padding: 80px 0px 50px;
	box-sizing: border-box;
}

.sns ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: block;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 900px){
	.sns ul{
		width:550px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 630px){
	.sns ul{
		width:100%;
	}
}


.sns ul li{
	width: 250px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sns ul li:last-child{margin-right: 0;}


@media only screen and (max-width: 1200px){
	.sns ul li{
		width: calc(25% - 22.5px);
	}	
	
}

@media only screen and (max-width: 900px){
	.sns ul li{
		width: 250px;
	}	
	.sns ul li:nth-child(2n){margin-right: 0;}
}

@media only screen and (max-width: 630px){
	.sns ul li{
		width: calc(50% - 15px);
	}
}


.sns ul li a{
	width: 100%;
	display: block;
}


/* 太陽光パネルなどのバナー
------------------------------------------------------------*/


.solar-banner{background-color: #eee;margin-top: 100px;}

.solar-banner .inner{
	padding:40px 0;
}

.solar-banner .inner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% + 40px);
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1000px){
	.solar-banner .inner ul{
		width: 100%;
	}	
}


.solar-banner .inner ul li{
	margin-right: 40px;
	max-width: 400px;
	width:calc(50% - 40px);
}

@media only screen and (max-width: 1000px){
  .solar-banner .inner ul {
    display: block;
  }
	.solar-banner .inner ul li {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .solar-banner .inner ul li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.solar-banner .inner ul li a{
	display: block;
	width: 100%;
}

.solar-banner .inner ul li a:hover{opacity: 0.85;}

.solar-banner .inner ul li a img{max-width: 100%;}


/* 202509追加_youtube埋め込み
------------------------------------------------------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 10px;
  iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }
}