@charset "utf-8";
/* -----------------------------------------------------------------------
base setting
------------------------------------------------------------------------- */

body{
    font-size:0.95em;
    color:#000;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    word-wrap: break-word;
}

/* font-size:12px */

a{ color:#01b4e5; text-decoration:none;}
a:hover{opacity: 0.7; text-decoration:none;}

p{line-height:1.7;}

/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    body{font-size:12px;}
}

/*for SP*/
@media only screen and (max-width: 767px) {
    html{font-size:10px;}
    body{font-size:1.4rem;}
}

/* -----------------------------------------------------------------------
header
------------------------------------------------------------------------- */
/*---h1---*/
#titletxt{
    background-color:#7d7d7d;
    height:20px;
}

#titletxt h1{
    color:#fff;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
	width: 980px;
	margin: 0 auto;
}

#titletxt h1 a{
    color:#fff !important;
    text-decoration:none !important;
}

/*--logo--*/
header{
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.2);
	position:relative;
	z-index:2;
}

#hdrOuter{
    background-color:#fff;
    overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}

#hdrOuter #hdrLogo{
    width:12%;
    text-align:left;
}

#hdrOuter #hdrLogo img{
}

/*--siteInfo--*/
#hdrInner{
	width: 88%;
}

#hdrInner ul{
    text-align:right;
}

#hdrInner ul li{
    display:inline;
	font-size:115%;
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
	#hdrOuter #hdrLogo{
		width:20%;
	}
	#hdrInner{
		width: 80%;
	}
}
/*for Tablet_Landscape*/
@media only screen and (min-width : 767px) and (max-width : 1024px){
	#hdrOuter #hdrLogo{
		width:20%;
	}
	#hdrInner{
		width: 80%;
	}
}
/*============================
header contact
==============================*/
.hdrContact p{
    text-align:right;
    padding-bottom:5px;
}
.hdrContact p:last-child{
	padding-bottom: 0;
}
.hdrContact p.tel{
    font-weight:bold;
    font-size:1.286em;
}

/*for SP*/
@media only screen and (max-width: 767px) {
    #titletxt{
        height:auto;
    }
    /*---h1---*/
    #titletxt h1{
        padding:10px;
        line-height:1.3;
		width: 100%;
    }
    /*--logo--*/
    #hdrOuter{
		background:none;
		padding: 40px 10px 10px;
	}
    #hdrOuter #hdrLogo{
        width: 100%;
		float: none;
		padding: 0;
		text-align: center;
    }
    /*--siteInfo--*/
    #hdrInner{
        display: none;
    }
    #hdrInner *{
        text-align:left !important;
    }

    #hdrInner ul li{
        margin-right:1em;
    }

}

/* gNav
--------------------------------------------------------*/
header nav{
}

header nav ul{
    overflow:hidden;
	display: flex;
	justify-content: flex-end;
}

header nav ul li{
	margin-left: 20px;
}
header nav ul li:first-child{
	margin-left: 0;
}

header nav ul li a{
    display:block;
    position:relative;
    padding:10px;
	border-bottom: 2px solid #fff;
    text-align:center;
    color:#000 !important;
    text-decoration:none !important;
}
/*
header nav ul li:last-child a{
    border-right:none;
}*/

header nav ul li a:hover{
	border-bottom: 2px solid #01b4e5;
	opacity: 1;
}


/* -----------------------------------------------------------------------
container wrap
------------------------------------------------------------------------- */

section{
	padding: 40px 0;
}
section h2{
	font-size: 230%;
	text-align: center;
	color: #2980b9;
}
section p{
	margin-bottom: 10px;
}
section p:last-child{
	margin-bottom: 0;
}
.lower section{
	padding: 10px 0 40px;
}
.post h2{
	border-bottom: 2px solid #01b4e5;
	padding-bottom: 20px;
	margin: 40px 0 20px;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	section {
		padding: 40px 10px;
	}
	.lower .contents_wrap{
		padding: 0 10px;
	}
	section h2{
		font-size: 200%;
	}
	.lower section{
		padding: 10px 10px 20px;
	}
}
/* -----------------------------------------------------------------------
topicPath
------------------------------------------------------------------------- */

#topicPath{
    padding:10px 15px 0;
    text-align:left;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#topicPath{
		padding:10px 0 0;
	}
}
/*==============================
ブログ
==============================*/

#blog .flL,
.archiveBlog .flL{
	width: 73%;
}
#blog .flR,
.archiveBlog .flR{
	width: 25%;
}

.post_wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.colum_box{
	background-color: #fff;
	border: 1px solid rgba(41,128,185,0.1);
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
}
.colum_box .thumb{
	margin:0;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
}
.post_date_list{
	display:block;
	margin: 7px 0;
}
.colum_box.post_date {
    width: 100%;
    text-align: right;
    margin: 0;
    font-size: 15px;
    padding: 0;
}
.colum_box img{
	margin-bottom:10px;
}

.colum_box h4 a{
	line-height:1.3;
	margin: 0;
	display: block;
}

/* ページネーション */
.pagination{
    margin: 10px auto;
	padding-bottom: 10px;
    text-align: center;
	display: flex;
	justify-content: center;
}

.pagination .current{
    background: rgba(41,128,185,0.1);
    border-radius: 3px;
    color: #2980b9;
    }

.pagination .page-numbers{
    border-radius: 3px;
    padding: 10px;
	margin-right: 5px;
}
.pagination a{
	display: block;
}

/*--post--*/
.post{
    padding: 0;
	width: 980px;
	margin: 0 auto;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.post{
		width: 100%;
	}
	#blog .flL,
	.archiveBlog .flL,
	#blog .flR,
	.archiveBlog .flR{
		width: 100%;
	}
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
	.post{
		width: 100%;
		padding: 0 10px;
	}
}

/* module parts */

/*--title--*/
section h3{
	padding-bottom: 10px;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
	color: #2980b9;
	font-size: 200%;
	border-bottom: 1px solid #01b4e5;
}

section h4{
	border-left: #01b4e5 5px solid;
	padding: 12px;
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 140%;
	background-color: rgba(41,128,185,0.1);
	color: #2980b9;
}

section h5{
	font-weight: bold;
	margin: 20px 0 10px;
	color: #2980b9;
	font-size: 120%;
    padding-left: 20px;
	position: relative;
	line-height: 1.5;
}
section h5:before{
	position: absolute;
	content: "";
	background-color: rgba(41,128,185,0.4);
	display: block;
	height: 10px;
	width: 10px;
	border-radius:100%;
	left: 0;
	top:7.5px;
}
section h6{
    padding:0 0 10px;
    font-weight:bold;
    margin-bottom:15px;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	section h3{
		font-size: 160%;
	}
}

/*--追加list item--*/
.normalList01 li{
	margin-bottom:8px;
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
}
ul.normalList01 li:last-child{
	margin-bottom:0;
}
.normalList01 li:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-color: rgba(41,128,185,0.4);
	border-radius: 100%;
	margin-top: 0.5em;
}
ul.alignTop li:before{
	top: 8px;
	margin-top: 0;
}
ul.linkList01 li{
	list-style-type: none;
	padding-bottom:5px;
	margin-left: 0;
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
}
ul.linkList01 li:last-child{
	padding-bottom:0;
}
ul.linkList01 li:before{
   	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #01b4e5;
}

ul.anchorList{
	padding: 20px;
	background-color: rgba(41,128,185,0.1);
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.anchorList li{
	margin-right: 20px;
	border-right: 1px solid #fff;
	padding-right: 20px;
}
ul.anchorList li:last-child{
	margin-right: 0;
	padding: 0;
	border: none;
}
ul.anchorList li a{
	list-style-type: none;
	padding-bottom:5px;
	margin-left: 0;
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
	color: #2980b9;
}
ul.anchorList li:last-child a{
	padding-bottom:0;
}
ul.anchorList li a:before{
   	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 6px;
	border-top: 8px solid #01b4e5;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 5px solid transparent;
}
/*-----faq-----*/
dl.faqList{
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid rgba(41,128,185,0.4);
}
dl.faqList dt,
dl.faqList dd{
	position: relative;
}
dl.faqList dt:before,
dl.faqList dd:before{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 120%;
	color: #01b4e5;
}
dl.faqList dt:before{
	content: "Q：";
}
dl.faqList dd:before{
	content: "A：";
}
dl.faqList dt{
	border-bottom: 1px dotted rgba(41,128,185,0.4);
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #2980b9;
	font-weight: bold;
}

/*for SP*/
@media only screen and (max-width: 767px) {
	ul.anchorList{
		justify-content: flex-start;
		padding: 10px;
	}
	ul.anchorList li{
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}
}

/*--table --*/

.post table{
    width:100%;
    border-top:#ccc 1px solid;
    border-left:#ccc 1px solid;
}

.post table th,
.post table td{
    border-bottom:#ccc 1px solid;
    border-right:#ccc 1px solid;
    padding:8px;
    text-align:left;
	line-height: 1.4;
}
.post table th{
    background-color:rgba(41,128,185,0.1);
	color: #2980b9;
	font-size: 100%;
	font-weight: normal;
}
table.normalTable01 th,
table.normalTable01 td{
	padding: 12px;
}
table.normalTable01 th{
	font-size: 120%;
	font-weight: bold;
}
table.formTable{
	border: none;
	border-radius: 3px;
	background: rgba(41,128,185,0.1);
}
table.formTable th,
table.formTable td{
	border-bottom: 2px solid #fff;
	border-right: none;
	padding: 20px;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}
table.formTable tr:last-child th,
table.formTable tr:last-child td{
	border: none;
}
table.formTable th{
	width: 25%;
	background: none;
	font-weight: bold;
	font-size: 120%;
}
table.formTable td{
	width: 75%;
}
span.required{
	font-size: 80%;
	color: #01b4e5;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	table.normalTable01 tr{
		display: flex;
		flex-direction: column;
	}
	table.normalTable01 th,
	table.normalTable01 td{
		width: 100%;
	}
	table.normalTable01 th{
		text-align: center;
	}
	table.formTable tr{
		display: flex;
		flex-wrap: wrap;
		border-bottom: 2px solid #fff;
	}
	table.formTable tr:last-child{
		border: none;
	}
	table.formTable th,
	table.formTable td{
		width: 100%;
		border: none;
	}
	table.formTable th{
		padding: 20px 20px 0;
	}
}
/*============================
partsBtmcontents.php
==============================*/
.partsBtmcontents{
	width: 980px;
 	margin: 20px auto 50px;
	height: 150px;
	border: 1px solid #000;
	background: #fff;
}

.partsBtmcontents ul li {
    list-style-type:none !important;
    margin-left:0 !important;
    padding-bottom:0 !important;

}
.partsBtmcontents ul li img{
    border:#ccc 1px solid;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.partsBtmcontents{
		width: 100%;
	}
}
/* -----------------------------------------------------------------------
side
------------------------------------------------------------------------- */

.sideBox01{
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: rgba(41,128,185,0.1);
	border-radius: 3px;
}
.sideBox01 h3{
	padding: 10px;
	margin: 0;
	border-bottom:2px solid #fff;
}

.sideBox01 ul{
	padding: 10px 10px 0;
}

.sideBox01 ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(41,128,185,0.4);
	line-height: 1.2;
}
.sideBox01 p.normalLink01{
	padding: 0 10px;
}

/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){

}
/*for SP*/
@media only screen and (max-width: 767px) {
    .sideBox01 h3{
        min-height:inherit;
    }

    .sideBox01 p{
    }
    .sideBox01 ul{ padding:0;}
    .sideBox01 ul li {padding:0;}
    .sideBox01 ul li a{
        display:block;
        padding:10px;
    }
}


/* -----------------------------------------------------------------------
footer
------------------------------------------------------------------------- */
footer{
    background-color:#000;
	padding: 20px 0;
}

footer .pagetop{
    text-align:right;
}

footer .pagetop a{
    margin-top:-15px;
    width:auto;
    float:right;
    display:block;
    padding:0.5em 1em;
    background-color:#333;
    border-radius:10px;
    color:#fff !important;
    text-decoration:none !important;
}
footer p{
	text-align: center;
	color: #96989b;
}
footer p.address{
	font-size: 90%;
	line-height: 1.4;
}
footer nav{
    margin-top: 40px;
}
footer nav ul.ftrNav{
	display: flex;
}
footer nav li{
	line-height: 1.8;
}
footer nav ul.ftrNav>li {
	border-left: 1px solid #96989b;
	/*padding: 10px;*/
	width: 14.28%;
	font-size: 90%;
	text-align: center;
}
footer nav ul.ftrNav>li:first-child{
	border-left: none;
}
footer nav li a{
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px;
}

footer .copy{
    font-size:0.714em;
	text-align: center;
	margin-top: 20px;
	color: #96989b;
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    footer{
        padding-left:15px;
        padding-right:15px;
    }
}

/*for SP*/
@media only screen and (max-width: 767px) {
    footer nav{
        display:none;
    }
    footer .copy{
        color:#fff;
        font-size: 0.714em;
        padding:0;
        text-align:center;
    }
}

/* -----------------------------------------------------------------------
second page common parts
------------------------------------------------------------------------- */
/* mainTitle
--------------------------------------------------------*/
#mainTitle{
	text-align: center;
	font-size: 240%;
	margin: 40px 0;
	color: #2980b9;
	padding-bottom: 0;
	border: none;
	overflow: hidden;
	line-height: 1.2;
	/*height: 1.15em;*/
}
#mainTitle span {
	display: inline-block;
	margin: 0 7.7em;
	padding: 0 20px;
	position: relative;
	text-align: left;
}
#mainTitle span::before,
#mainTitle span::after {
	background-color: #01b4e5;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 600%;
}
#mainTitle span::before {
	right: 100%;
}
#mainTitle span::after {
	left: 100%;
}
/*for Tablet_Landscape*/
@media only screen and (min-width : 767px) and (max-width : 1024px){
	#mainTitle{
		height: auto;
		overflow: -webkit-paged-x;
	}
	#mainTitle span{
		margin: 0 3em;
	}
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#mainTitle{
		border-bottom: 2px solid #01b4e5;
		padding-bottom: 10px;
		margin: 20px 0;
		overflow: inherit;
		font-size: 220%;
	}
	#mainTitle span {
		margin: 0;
		padding: 0 10px;
		position: static;
		text-align: center;
	}
	#mainTitle span::before,
	#mainTitle span::after {
		background: none;
		content: none;
		height: 0;
		position: static;
		top: 0;
		width: 0;
	}
	#mainTitle span::before {
		right: 0;
	}
	#mainTitle span::after {
		left: 0;
	}
}

/*---------------service---------------*/
.serviceCol{
	margin-bottom: 20px;
}
.serviceCol div:first-child{
	width: 30.6%;
}
.serviceCol div:nth-child(2){
	width: 69.3%;
	padding: 20px;
}
.serviceCol h3.serviceH3{
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
	font-size: 160%;
	border-bottom: 1px dashed #01b4e5;
}
.serviceCol .service01{
	background-color: #fffcee;
}
.serviceCol .service02{
	background-color: #e5f7fc;
}
.serviceCol .service03{
	background-color: #fff3ec;
}
.serviceCol .service04{
	background-color: #f2f7f3;
}
ul.performanceList li{
	margin-right: 20px;
}
ul.performanceList li:last-child{
	margin-right: 0;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.serviceCol div:first-child,
	.serviceCol div:nth-child(2){
		width: 100%;
	}
	.serviceCol div:first-child img{
		width: 100%;
	}
	ul.performanceList li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	ul.performanceList li img{
		display: block;
	}
}
/*---------------company---------------*/
.missionTx{
	font-size: 200%;
	color: #2980b9;
	text-align: center;
}
.missionTx p{
	line-height: 1.2;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.greeting{
		flex-direction: column-reverse;
	}
	.missionTx{
		font-size: 170%;
	}
}


/* -----------------------------------------------------------------------
toppage local parts
------------------------------------------------------------------------- */
/* mainimage
--------------------------------------------------------*/
#mainImage{
	background: url("../images/kv_bg.png") no-repeat scroll center center / cover ;
	padding: 10px 0;
	margin-bottom: 40px;
}
#mainImage img{
	width: auto;
	margin: 0 auto;
}

/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    #mainImage{
        width:100%;
        height:auto;
    }
}
/*for SP*/
@media only screen and (max-width: 767px) {
    #mainImage{
		background: url("../images/kv_bg_sp.png") no-repeat scroll center center / cover ;
        width:100%;
        height:auto;
		padding: 20px 0;
		margin-bottom: 10px;
    }
}

/*----philosophy----*/
#section1{
	background: #01b4e5; /* Old browsers */
	background:url("../images/philosophy_bk01.png"), #01b4e5;
	background-repeat: no-repeat,repeat;
	background-position: center,top;
	padding: 100px 0;
}
.philosophyTx{
	color: #fff;
	font-size: 210%;
	text-align: center;
	overflow: hidden;
	text-shadow:0px 0px 8px rgba(0,0,0,0.2);
}
.philosophyTx span.highlight{
	color: #fff;
}
.philosophyTx span.border {
	display: inline-block;
	padding: 0 1em;
	position: relative;
	text-align: center;
	top: 1px;
}
.philosophyTx span.border::before,
.philosophyTx span.border::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 600%;
}
.philosophyTx span.border::before {
	right: 100%;
}
.philosophyTx span.border::after {
	left: 100%;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#section1{
		padding: 50px 10px;
	}
	.philosophyTx{
		font-size: 190%;
		border-bottom: 2px solid #fff;
		overflow: inherit;
	}
	.philosophyTx span.border {
		padding: 0;
		position: static;
		text-align: center;
	}
	.philosophyTx span.border::before,
	.philosophyTx span.border::after {
		background: none;
		content: none;
		height: 0;
		position: static;
		top: 0;
		width: 0;
	}
	.philosophyTx span.border::before {
		right: 0;
	}
	.philosophyTx span.border::after {
		left: 0;
	}
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
	#section1{
		padding: 50px 0;
	}
}
/*----suport----*/
#section2{
	padding: 0;
	margin-top: 40px;
  margin-bottom: 40px;
	background: #2980b9; /* Old browsers */
	background:url("../images/common_bk01.png"),url("../images/suport_bk01.png"),linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(179,233,247,0) 30%, rgba(1,180,229,1) 100%),#2980b9;
	background-repeat: repeat,no-repeat,no-repeat,repeat;
	background-position: center,left,right,center;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#section2{
		padding: 20px 0;
	}
}
/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
	#section2{
		padding: 20px 0;
	}
}
/*----service----*/
#section4 {
	background: rgb(255,255,255); /* Old browsers */
	background:url("../images/common_bk01.png"),#2980b9;
	background-repeat: repeat;
}
#section4 h2{
	margin-bottom: 30px;
}
#section4 h2 span{
	color: #fff;
	padding: 0 10px 5px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
#section4 .serviceCol{
	border: 2px solid #fff;
}
#section4 .serviceCol a{
	height: 230px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#section4 .serviceCol p{
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,1),0px 0px 15px rgba(0,0,0,1);
	font-size: 220%;
	line-height: 1.2;
}
#section4 .service01{
	background: url(../images/service01_bk01.png) no-repeat;
}
#section4 .service02{
	background: url(../images/service02_bk01.png) no-repeat;
}
#section4 .service03{
	background: url(../images/service05_bk01.png) no-repeat;
}
#section4 .service04{
	background: url(../images/service04_bk01.png) no-repeat;
}
#section4 .linkCol{
	background-color: #fff;
	border: 2px solid #fff;
}
#section4 .colTx{
	color: #2980b9;
	font-size: 160%;
	text-align: center;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#section4{
		padding: 40px 10px;
	}
	#section4 .serviceCol a{
		height: 120px;
		background-size: cover;
	}
	#section4 .service01{
		background: url(../images/service01_bk01_sp.png) no-repeat;
	}
	#section4 .service02{
		background: url(../images/service02_bk01_sp.png) no-repeat;
	}
	#section4 .service03{
		background: url(../images/service05_bk01_sp.png) no-repeat;
	}
	#section4 .service04{
		background: url(../images/service06_bk01_sp.png) no-repeat;
	}
}
/*----News----*/
#blog {
	background: url("../images/news_bk01.png") no-repeat scroll center center / cover ;
	margin: 10px 0;
}
#blog h2{
	font-weight: bold;
	font-size: 240%;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
#blog h2 span {
	display: inline-block;
	margin: 0 7.5em;
	padding: 0 1em;
	position: relative;
	text-align: left;
	top: 1px;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
#blog h2 span::before,
#blog h2 span::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 600%;
}
#blog h2 span::before {
	right: 100%;
}
#blog h2 span::after {
	left: 100%;
}
#blog .blogWrap{
	background-color: #fff;
	border-radius: 3px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	padding: 20px;
}
#blog .postList{
}
#blog .postList li{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #e5e5e5;
}
#blog .postList li:last-child{
	margin-bottom: 0;
}
#blog .postList li a{
	color: #000;
}
#blog .postList li span.category{
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background-color: #004b7c;
}
#blog .postList li span.news{
	background-color: #01b4e5;
}
#blog .postList li span.media{
	background-color: #2980b9;
}
#blog .postList li span.press{
	background-color: #7ed6d7;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	#blog{
		padding: 40px 10px;
	}
	#blog h2{
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 20px;
		overflow: inherit;
	}
	#blog h2 span {
		margin: 0;
		padding: 0 10px;
		position: static;
		text-align: center;
	}
	#blog h2 span::before,
	#blog h2 span::after {
		background: none;
		content: none;
		height: 0;
		position: static;
		top: 0;
		width: 0;
	}
	#blog h2 span::before {
		right: 0;
	}
	#blog h2 span::after {
		left: 0;
	}
	#blog .postList li{
		display: flex;
		flex-direction: column;
	}
	#blog .postList li span.category{
		margin-bottom: 5px;
		margin-right: 0;
		padding: 5px 10px;
	}
}
/* -----------------------------------------------------------------------
WP Social Bookmarking Light
------------------------------------------------------------------------- */

.wp_social_bookmarking_light{
    padding-top:15px;
    overflow:hidden;

}
.wp_social_bookmarking_light div{
    display:inline-block;
    margin: 0 5px 0px 0;
    min-height: 30px;
    line-height: 18px;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}

.wsbl_google{
    min-height:inherit;
    line-height:inherit;
    vertical-align:middle;
}

/* -----------------------------------------------------------------------
Contact Form 7
------------------------------------------------------------------------- */
.wpcf7{}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea{
	border-radius: 5px;
	-ms-border-radius: 5px;
	border:none;
	width:100%;
	height:30px;
	padding:3px;
}
.wpcf7-form-control-wrap textarea{
   width:100%;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select{
   outline: none;
}
.wpcf7-radio{
	display: flex;
	flex-direction: column;
}
span.wpcf7-list-item{
	margin: 0 0 0 5px;
	display: flex;
	align-items: center;
}
.wpcf7-form-control-wrap input[type="radio"]{
	margin: 0 5px 0 0;
}
.wpcf7-form-control-wrap textarea{
	height: 60px;
}
.wpcf7 input[type="submit"]{
	border-radius: 3px;
	-ms-border-radius: 3px;
	border: none;
	padding:10px 100px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	background: #01b4e5;
	text-align: center;
	font-size: 130%;
}
.wpcf7 input[type="submit"]:hover{
	opacity: 0.7;
}
/*for sp*/
@media only screen and (max-width: 767px) {

    .wpcf7-form-control-wrap textarea {
        width: 100%;
        height: auto;
    }

}

/* common parts
--------------------------------------------------------*/
/*---追加汎用パーツ---*/
/*---text---*/
.highlight {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	color: #2980b9;
}
.highlight .emphasis{
	font-size: 140%;
}
.strong{
	font-weight: bold!important;
}
.notice{
	margin-top: 10px;
	font-size:90%;
	font-weight: normal;
}
ul.notice li{
	line-height: 1.5;
}
.note{
	background-color: rgba(41,128,185,0.1);
	border-radius: 5px;
	padding: 20px;
	margin: 20px 0;
}
.note h3:first-child{
	margin: 0 0 20px;
}
.note .noteContent{
	display:flex;
	justify-content:space-around;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.small{
	font-weight: normal;
	font-size: 80%;
	display: block;
	margin-bottom: 5px;
}
.imgCol{
	line-height: 0;
}

/*---リンク---*/
.normalLink01 a{
	position: relative;
	padding-left: 12px;
	display: inline-block;
}
.normalLink01 a:before{
   	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #01b4e5;
}
.txLink a{
	border-bottom: 1px dotted #01b4e5;
}

.btnLink01{
	margin: 20px auto 0;
}
.btnLink01 a{
	display: block;
	font-weight:bold;
	border-radius: 5px;
	padding:10px;
	cursor:pointer;
	background:#ccc;
	text-align: center;
	margin: 0 auto;
	font-size: 180%;
	width: 100%;
}
.btnLink01 a span{
	position: relative;
}
.btnLink01 a span:before{
	content: '';
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
}
.moreBtn{
	margin: 20px auto 0;
	text-align: center;
}
.moreBtn a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 100px;
	cursor: pointer;
	background: #01b4e5;
	text-align: center;
	margin: 0 auto;
	font-size: 130%;
	text-decoration: none;
}
.moreBtn a span{
	position: relative;
}
.moreBtn a span:before{
	content: '';
	display: inline-block;
	position: relative;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
}
.blankLink a{
	width: 100%;
	position: relative;
	display: inline-block;
}
.blankLink a:before{
	background: url(../images/blank_ic01.svg) no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 10px;
	top:0;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.btnLink01 a{
		width: 100%;
		font-size: 160%;
	}
	.moreBtn a{
		width: 100%;
	}
}
/*--カラム　flexbox--*/
.flexContainer {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
/*--天地左右中央--*/
.flexCenter {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
/*--左右中央--*/
.flexJC {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
/*--天地中央--*/
.flexAiC{
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
}
/*--両端をコンテンツ幅、その他を等間隔で配置--*/
.flexSB {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
/*------2カラム------*/
/*--2:8--*/
.col2_2-8>div:nth-child(odd),
ul.col2_2-8>li:nth-child(odd){
	width: 20%;
	margin-right: 2%;
}
.col2_2-8>div:nth-child(even),
ul.col2_2-8>li:nth-child(even){
	width: 78%;
	margin-right: 0;
}
/*--5:5--*/
.col2>div:nth-child(odd),
.col2>dl:nth-child(odd),
ul.col2>li:nth-child(odd){
	width: 49%;
	margin-right: 2%;
}
.col2>div:nth-child(even),
.col2>dl:nth-child(even),
ul.col2>li:nth-child(even){
	width: 49%;
	margin-right: 0;
}
/*--7:3--*/
.col2_7-3>div:nth-child(odd),
ul.col2_7-3>li:nth-child(odd){
	width: 68%;
	margin-right: 2%;
}
.col2_7-3>div:nth-child(even),
ul.col2_7-3>li:nth-child(even){
	width: 30%;
	margin-right: 0;
}
/*------3カラム------*/
.col3>div,
ul.col3>li{
	width: 32%;
	margin-right: 2%;
}
.col3>div:nth-child(3n),
ul.col3>li:nth-child(3n){
	margin-right: 0;
}
/*------4カラム------*/
.col4>div,
ul.col4>li{
	width: 23.3%;
	margin-right: 2.15%;
}
.col4>div:nth-child(4n),
ul.col4>li:nth-child(4n){
	margin-right: 0;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.flexContainer img{
		/*display: block;*/
		margin: 0 auto;
	}
	.col2_2-8>div:nth-child(odd),
	ul.col2_2-8>li:nth-child(odd),
	.col2_2-8>div:nth-child(even),
	ul.col2_2-8>li:nth-child(even),
	.col2_7-3>div:nth-child(odd),
	ul.col2_7-3>li:nth-child(odd),
	.col2_7-3>div:nth-child(even),
	ul.col2_7-3>li:nth-child(even),
	.col2>div:nth-child(odd),
	.col2>dl:nth-child(odd),
	ul.col2>li:nth-child(odd),
	.col2>div:nth-child(even),
	.col2>dl:nth-child(even),
	ul.col2>li:nth-child(even),
	.col3>div,
	ul.col3>li,
	.col3>div:nth-child(3n),
	ul.col3>li:nth-child(3n),
	.col4>div,
	ul.col4>li,
	.col4>div:nth-child(4n),
	ul.col4>li:nth-child(4n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.col2_2-8>div:nth-child(odd):last-child,
	ul.col2_2-8>li:nth-child(odd):last-child,
	.col2_2-8>div:nth-child(even):last-child,
	ul.col2_2-8>li:nth-child(even):last-child,
	.col2_7-3>div:nth-child(odd):last-child,
	ul.col2_7-3>li:nth-child(odd):last-child,
	.col2_7-3>div:nth-child(even):last-child,
	ul.col2_7-3>li:nth-child(even):last-child,
	.col2>div:nth-child(odd):last-child,
	.col2>dl:nth-child(odd):last-child,
	ul.col2>li:nth-child(odd):last-child,
	.col2>div:nth-child(even):last-child,
	.col2>dl:nth-child(even):last-child,
	ul.col2>li:nth-child(even):last-child,
	.col3>div:last-child,
	ul.col3>li:last-child,
	.col3>div:nth-child(3n):last-child,
	ul.col3>li:nth-child(3n):last-child,
	.col4>div:last-child,
	ul.col4>li:last-child,
	.col4>div:nth-child(4n):last-child,
	ul.col4>li:nth-child(4n){
		margin-bottom: 0;
	}
}
