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

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

/* font-size:12px */

a{
	color:#5669e1;;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	opacity: 0.7;
}

p{
	line-height:1.8;
}
dl dt,
dl dd,
ul li,
ol li
table th,
table td{
	line-height: 1.8;
}

/*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:#e9e7e7;
    height:20px;
}

#titletxt h1{
    color:#000000;
    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--*/

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

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

/*--siteInfo--*/
#hdrInner{
    width:70%;
	justify-content: flex-end;
}

#hdrInner ul{
    text-align:right;
    margin-right:15px;
    padding-bottom:15px;
}

#hdrInner ul li{
    display:inline;
}

/*============================
header contact
==============================*/
.hdrContact{
     margin-right: 10px;
    display: flex;
    align-items: center;
    border: solid 1px #dd9f4e;
    padding: 10px 10px 5px;
    border-radius: 3px;
	
}
.hdrContact p{
    text-align:right;
	font-size: 70%;
	color: #dd9f4e;
}
.hdrContact p:last-child{
	padding-bottom: 0;
}
.hdrContact p.tel{
    font-weight: normal;
    font-size: 140%;
    color: #dd9f4e;
    line-height: 1;
}
.hdrContact p.tel span{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdrContact:before{
	background: url(../images/hd_ico_tel.png) no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.mail a{
	font-size: 135%;
	position: relative;
    display: flex;
    padding: 15px;
    color: #dd9f4e;
    border: solid 1px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.mail a:before{
	background: url(../images/hd_ico_mail.png) no-repeat;
	content: "";
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-right: 10px;
}

/*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;
		flex-direction: column;
	}
    #hdrOuter #hdrLogo{
        width:100%;
        float:none;
        padding:10px;
    }
    /*--siteInfo--*/
    #hdrInner{
        width:100%;
        float:none;
        padding:0 10px 10px;
        text-align:center;
		justify-content: center;
    }
    #hdrInner ul li{
        margin-right:1em;
    }
	.hdrContact{
		padding: 15px 0 10px;
		width: 100%;
		justify-content: center;
		margin-right: 0;}
	
	.hdrContact p{
		text-align: center;
	}
	#hdrInner .mail{
		margin-top: 10px;
		width: 100%;
	}
}

/* gNav
--------------------------------------------------------*/
header nav{
    background-color: #e9e7e7;
    padding: 10px 0;
}

header nav ul{
	width:  590px;
    overflow:hidden;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

header nav ul li{
	display: block;
	width: 100%;
	text-align: center;
}

header nav ul li a{
    display:block;
    padding:10px;
    text-align:center;
	color: #000000;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	header nav ul{
		width: 100%;
	}
}


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

section{
	padding: 100px 0;
}
.lowerPage section{
	padding: 0 0 40px;
}
section p:last-child{margin-bottom: 0;}

section h2 {
    font-size: 240%;
	font-weight: 600;
    text-align: center;
    margin-bottom: 50px;}

section h3 {
    font-size: 200%;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-top: 30px;
	margin-bottom: 10px;
	font-style: oblique;
}

section{background-color: #ffffff;}
section:nth-child(1){padding: 0px 0px 50px;}
section:nth-child(2){
					padding:50px 0px 50px;
					background: url(../images/troubled_bg.png) no-repeat #eef6f8;
					background-position: top;
					background-size: 85%;}
section:nth-child(6){background: #4e9edd;color:#fff;}
section:nth-child(7){background: #ead4b7;}
section:nth-child(9),
section:nth-child(11){background: #f7f7f7;}
section:nth-child(10){
					padding:50px 0px 50px;
					background: url(../images/Operation_bg.png)  no-repeat scroll center center / cover;
					background-position: top;
					color: #ffff;
					}




	
/*for SP*/
@media only screen and (max-width: 767px) {
	section{
		padding: 40px 0;
	}
	section:nth-child(2) {background-position: top left;}
	}

/* -----------------------------------------------------------------------
topicPath
------------------------------------------------------------------------- */

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

#blog .flL,
.archiveBlog .blogL{

}
#blog .flR,
.archiveBlog .blogR{
	width: 28%;
}

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

.colum_box{
    margin-bottom: 20px;
    padding:10px 10px 5px 10px;
    position: relative;
    border: solid 1px;
	border: solid 1px #9e9e9e;
}

.colum_box :hover {opacity: 0.5;}

.colum_box a {
    color: #000;
    font-size: 120%;
	}

.colum_box .thumb{
	height:140px;
	margin:0;
	overflow:hidden;
	background-size: contain;
	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: 0 auto;
	padding-bottom: 20px;
    text-align: center;
	display: flex;
	justify-content: center;
}

.pagination .current{
    background: #4e9edd;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    }

.pagination .page-numbers{
	border-radius: 3px;
	padding: 15px;
	border: 1px solid #4e9edd;
	margin-left: 10px;
}
.pagination .page-numbers:first-child{
	margin-left: 0;
}
.pagination a{
	display: block;
}
.pagination a.next,
.pagination a.prev{
	border: none;
	margin: 0;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.pagination{
		padding: 20px 0;
	}
}
/*--post--*/
.post{
    padding: 0;
	width: 980px;
	margin: 0 auto;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.post{
		width: 100%;
		padding: 0 10px;
	}
	#blog .flL,
	.archiveBlog .blogL,
	#blog .flR,
	.archiveBlog .blogR{
		width: 100%;
		margin-right: 0;
	}
}
/* module parts */

/*--title--*/
.post h3{
    padding:10px;
    font-weight:bold;
    margin-bottom:15px;
}

.post h4{
    border-left: #2671ab 5px solid;
    border-bottom: #2671ab 1px solid;
    padding:10px;
    font-weight:bold;
    margin-bottom:15px;
}

.post h5{
    border-bottom: #2671ab 1px solid;
    padding:0 0 10px;
    font-weight:bold;
    margin-bottom:15px;
}

.post h6{
    padding:0 0 10px;
    font-weight:bold;
    margin-bottom:15px;
}


/*--list item--*/
/*.post ul{
    margin-bottom:15px;
}
.post ul li{list-style-type:disc;
    margin-left:2em;
    padding-bottom:20px;
}
.post ul li.noMark{
    list-style-type:none;
}
.post ul ul li{
    list-style-type:circle;
}*/
/*--追加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: 50%;
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 100%;
	margin-top: -4px;
}
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 #ccc;
}

ul.anchorList{
	padding: 20px;
	background-color: #ccc;
	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: #333;
}
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 #333;
	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 #ccc;
}
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: #333;
}
dl.faqList dt:before{
	content: "Q：";
}
dl.faqList dd:before{
	content: "A：";
}
dl.faqList dt{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

/*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;
}
.post table th{
    background-color:#eeeeee;
}

/*--contact --*/
	table.formTable01{
	    width: 770px;
    margin: 0 auto;
	}

	table.formTable01 tr{
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	table.formTable01 th{
	

	width: 25%;
	text-align: left;
	padding-top: 20px;
	font-size: 20px;
    font-weight: 500;
	}

	table.formTable01 th:before{
	content: "";
    position: relative;
    width: 28px;
    height: 28px;
	border-left: solid 5px #dd9f4e;
    padding-left: 5px;}

	table.formTable01 td{
	width: 70%;
	height: 50px;
	}
	table.formTable01 td.Inquiry {
    height: 130px;}
/*for SP*/
@media only screen and (max-width: 767px) {
	
	table.formTable01{width: 100%;}
	
	table.formTable01 tr{
		margin-top: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	table.formTable01 th,
	table.formTable01 td{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

.post p{
}

.post p + h3,
.post p + h4,
.post p + h5{
    margin-top:15px;
}

/*============================
partsBtmcontents.php
==============================*/
.partsBtmcontents{
    width: 100%;
	padding: 100px 0;
	background:url("../images/contact_bg.png") no-repeat scroll center center / cover ;
	}

.ContactWarp.flexContainer{
    width: 750px;
    margin: 0 auto;
	justify-content: space-between;
}

.Contact_tel ,
.Contact_mail{
	color: #ffff;
    width: 360px;
    border: solid #fff 1px;
    padding: 25px 10px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
	}

.Contact_tel div p.tel a{
    font-size: 35px;
    font-weight: normal;
	line-height: 1.0;
	color: #fff;
	}

.business_time{color: #fff;}

.Contact_tel:before {
    background: url(../images/Contact_tel.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.Contact_mail a{
	font-size: 23px;
	color: #ffffff;
}

.Contact_mail:before {
    background: url(../images/Contact_mail.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
	width: 45px;
    height: 30px;
    margin-right: 10px;
	}

/*for SP*/
@media only screen and (max-width: 767px) {
	.partsBtmcontents{
		background:url("../images/contact_bg_sp.png") no-repeat scroll center center / cover ;
		padding: 10px 0;
	}
	.ContactWarp.flexContainer{
		width: 100%;
		padding: 10px;
	}
	
	.Contact_tel,
	.Contact_mail{
		margin: 10px auto;
	}
}
/* -----------------------------------------------------------------------
ExampleWarp
------------------------------------------------------------------------- */
.flexContainer.example {margin-top: 20px;
                        margin-bottom: 30px;
						}
						
.flexContainer.example img{margin-right: 10px;}


/*for SP*/
@media only screen and (max-width: 767px) {}
/* -----------------------------------------------------------------------
side
------------------------------------------------------------------------- */

.sideBox01{
    margin-bottom:15px;
    background-color:#fff;
}
.sideBox01 h3{
    background-color:#666;
    color:#fff;
    padding:15px;
}

.sideBox01 ul{
	padding: 15px;
}
.sideBox01 ul li,
.sideBox01 .cat_wrap ul li:last-child{
	border-bottom: 1px dotted #ccc;
    padding-bottom:10px;
	margin-bottom: 10px;
}
.sideBox01 ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sideBox01 .cat_wrap ul li:last-child{
	margin-bottom: 0;
}
.sideBox01 p.normalLink01{
	padding: 15px;
	border-top: 1px dotted #ccc;
}
/*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 ul{
		padding:0;
	}
    .sideBox01 ul li {
		padding:0;
		margin: 0;
	}
    .sideBox01 ul li a{
        display:block;
        padding:15px;
    }
}


/* -----------------------------------------------------------------------
footer
------------------------------------------------------------------------- */
footer{background-color:#FFFFFF;}

footer img.ft_logo {
    display: block;
    margin: 50px auto;}

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 nav{
    padding-bottom:20px;
}
footer nav ul{
	width: 600px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

footer nav li a{
    color:#333;;
}
.ft_ContactWarp.flexContainer {
    width: 750px;
    margin: 30px auto;
    justify-content: space-between;
}

.ft_tel, 
.ft_mail{
    border: solid 1px #dd9f4e;
    width: 360px;
    /* border: solid #fff 1px; */
    padding: 25px 10px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
	margin-bottom: 10px;
}

.ft_tel p.business_time {
    color: #dd9f4e;
}

.partsFooter {
    background: #dd9f4e;
    padding-top: 10px;
    margin-top: 50px;
}

.ft_tel:before {
    background: url(../images/fd_ico_tel.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ft_mail:before {
    background: url(../images/fd_ico_mail.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    width: 45px;
    height: 30px;
    margin-right: 10px;
}

.ft_tel p.tel a{
    font-weight: normal;
    font-size: 230%;
    color: #dd9f4e;
    line-height: 1;
}

.ft_mail a{  font-size: 180%;
   			 color: #dd9f4e;
			 font-weight: 600;
		}

footer .copy{
    color:#fff;
    font-size:0.714em;
    padding:0px 0 10px;
	text-align: center;
}
/*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 0 10px;
        text-align:center;
    }
	.ft_ContactWarp.flexContainer {
		width: 100%;}
}

/* -----------------------------------------------------------------------
second page common parts
------------------------------------------------------------------------- */
/* mainTitle
--------------------------------------------------------*/
#mainTitle{
    background:#dd9f4e;
    padding:45px 20px;
    text-align:center;
    font-size:2em;
    letter-spacing:5px;
    color:#fff;
	margin-bottom: 0;
}




/* -----------------------------------------------------------------------
toppage local parts
------------------------------------------------------------------------- */
/* mainimage
--------------------------------------------------------*/
#mainImage{
	background: url("../images/kv_bg.png") no-repeat scroll center center / cover ;
	text-align: center;
}
#mainImage img{
    height: 480px;
    margin: 0 auto;
    padding: 150px 0px 50px 0px;;
}

.BeforeAfter{
	background-color:#dd9f4e;
	margin: 0 auto;
	padding: 20px 0;}

.BeforeAfter div{
	width:  980px;
    display: flex;
	margin: 0 auto;
    padding: 10px 0;
    align-items: center;
}

.BeforeAfter div p {
    font-size: 150%;
    color: #fff;
    font-style: oblique;
}

.BeforeAfter div p span{
	background: linear-gradient(transparent 60%, #ca03038f 60%);
}



/*for Tablet*/
@media only screen and (min-width : 768px) and (max-width : 959px){
    
}
/*for SP*/
@media only screen and (max-width: 767px) {
    #mainImage{
		background-image: url("../images/kv_bg_sp.png");
        height:auto;
    }
	#mainImage img{
	height: auto;
    margin: 0 auto;
    padding: 10px;
	}
	
	.BeforeAfter div {
    width: 85%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
	}
	.BeforeAfter div p {
		font-size: 125%;
    	line-height: 1.5em;
	}
}

/* -----------------------------------------------------------------------
btn
------------------------------------------------------------------------- */

.btn {
    border: solid 1px #000000;
    width: 300px;
    height: 80px;
    margin:50px auto 0px;;
    font-size: 24px;
    font-weight: bold;
}

.btn a{color: #000000;}


/* -----------------------------------------------------------------------
.strong
------------------------------------------------------------------------- */
.flexContainer.strong{
    align-items: center;
    justify-content: space-between;
}

.flexContainer.strong h4{
	font-weight: 500;
    font-size: 26px;
    font-style: oblique;
    background: linear-gradient(transparent 70%, #ffff00 60%);
    margin-bottom: 5px;
	}

.flexContainer.strong{margin-bottom: 30px;}
.flexContainer.strong:nth-child(1){margin-top: 20px;}

.flexContainer.strong .strongcol{width: 30%;}
.flexContainer.strong .strongtxt {width: 70%;}


@media only screen and (max-width: 767px) {
	.flexContainer.strong .strongcol,
	.flexContainer.strong .strongcol img,
	.flexContainer.strong .strongtxt{
		width: 100%;
		margin-bottom: 10px;
	}
	}

/* -----------------------------------------------------------------------
accident
------------------------------------------------------------------------- */
.flexContainer.accidentWrap {
    justify-content: space-between;}

.flexContainer.accidentWrap .col3{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*for SP*/
@media only screen and (max-width: 767px) {
	.flexContainer.accidentWrap {justify-content: center;}
	.flexContainer.accidentWrap .col3{
			margin-top: 10px;
			margin-bottom: 10px;
	}	
		
	}

/* -----------------------------------------------------------------------
help
------------------------------------------------------------------------- */
.helpWrap ul {
    width: 500px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.helpWrap ul li{margin: 10px 0;}

.helpWrap ul li:before {
    background: url(../images/check.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
	
}

.helpWrap p{
		text-align: center;
		font-size: 250%;
		font-weight: 800;
		color: #dd9f4e;
		line-height: 1.2em;
	}


@media only screen and (max-width: 767px) {
	
	.helpWrap p{font-size: 200%;}

	.helpWrap ul {
		width: 100%;
		padding: 0px 15px;
		margin: 0 auto;
		font-size: 18px;
		font-weight: bold;
	}

}


/* -----------------------------------------------------------------------
料金
------------------------------------------------------------------------- */
.priceWarp h4 {
    text-align: center;
    font-size: 18px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 20px 0;
	margin: 30px 0;
	}

.price_box {
    border: solid 2px;
    width: 750px;
    margin: 20px auto;
    font-size: 32px;
    padding: 40px 20px;
    text-align: center;
    line-height: 1.6em;
	}

.p_small {text-align: center;}
.flexContainer.price {
	justify-content: space-between;
	margin-top: 30px;}



@media only screen and (max-width: 767px) {
	.price_box{width: 100%;}
	.flexContainer.price {justify-content: center;}
	.flexContainer.price img{
    margin-bottom: 30px;
}
}
/* -----------------------------------------------------------------------
flow
------------------------------------------------------------------------- */

.flowWarp li{
    height: 100px;
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.flowWarp ul li .flexCenter {
    width: 120px;
    height: 100%;
    background: #ee8b09;
    color: #fff;
    font-size: 44px;}

.flowWarp ul li p {
	font-weight: 600;
	width: 85%;
    line-height: 1.0;
}

.flowWarp ul li p span.small_p {
    font-size: 65%;}

@media only screen and (max-width: 767px) {
	.flowWarp li{
		flex-wrap: wrap;
		    height: auto;}
	
	.flowWarp ul li .flexCenter{
						width: 100%;
						font-size: 25px;}
	
	.flowWarp ul li p{width: 100%;
					  padding: 30px 0px;}	
}

/* -----------------------------------------------------------------------
company
------------------------------------------------------------------------- */
.CompanyWarp a{color: #34a6f2;}

.CompanyWarp table.flexCenter {
    font-size: 18px;
    line-height: 1.6em;
}
.CompanyWarp table.flexCenter th {text-align: left;font-weight: 300;}
.CompanyWarp table.flexCenter td {
				padding-left: 130px;
				padding-top: 10px;
				}
@media only screen and (max-width: 767px) {
	.CompanyWarp table.flexCenter td {padding-left: 30px;}
	
}
/* -----------------------------------------------------------------------
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{
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   box-shadow: none;
   width:300px;
   height:25px;
   padding:0 3px;
   margin:3px 0;
}
.wpcf7-form-control-wrap textarea{
   width:100%;
	height: 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;
	width: 100%;
   	height:100%;
}

.wpcf7 input[type="submit"]{
  width: 300px;
    font-size: 24px;
    -ms-border-radius: 5px;
    border: #dd9f4e 1px solid;
    padding: 30px 40px;
    cursor: pointer;
    color: #dd9f4e;
    font-weight: bold;
    background: #ffffff;
    margin-top: 20px;
}

.wpcf7 input[type="submit"]:hover{
	color: #ffffff;
	background: #dd9f4e;
}

/*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;
}
.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: #ccc;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 0;
	font-size: 120%;
}
.note p{
	line-height: 1.2;
}
.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 #ccc;
}
.txLink a{
	border-bottom: 1px solid #0005FF;
	color: #0005FF;
}

.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;
}
.moreBtn a{
    display: block;
    color: #333;
    font-weight: bold;
    border-radius: 1px;
    padding: 30px;
    border: solid 1px;
    text-align: center;
    margin: 0 auto;
    font-size: 130%;
    width: 300px;
}
.moreBtn a span{
	position: relative;
	font-size: 24px;
}


.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) {
	
}
/*--カラム　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;
}
/*------テキスト　中央------*/
.center_txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
/*------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;
}
/*------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>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>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;
	}
}
