
@charset "UTF-8";
/* CSS Document */

/* スマホ
------------------------------------------------------------
------------------------------------------------------------*/

@media screen and ( max-width:767px )
{

/* トップページ
------------------------------------------------------------*/
body {
    line-height: 1.5em;
}

/* common-button */
.button1{
  width:200px;
  min-height:20px;
}
.button2{
  width:200px;
  min-height:40px;
}

/*  common-タイトルデザイン */
.designfont{
	font-size: 45px;
	margin-top:35px;
	padding:0 0 20px 0;
}
.designfont + h2 {
	font-size:18px;
	padding-bottom:40px;
}
.designfont::before {
	top:-35px; 
}
.center-title {
  padding-bottom:35px;
}
.center-title span {
  font-size: 18px;
}

/* header */
header {
	background-color: #FFF;
	border-bottom:#1e2380 solid 1px;	
}
.header-wrap {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:100000;
    background-color: #FFF;
    border-bottom:#1e2380 solid 1px;	
    width: 100%;
    margin:0 auto;
	padding:10px 0 10px 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.header-logo {
	/*font-size: 20px;*/
	padding: 0 0 0 5%;
}
.header-logo img {
    width: 100%;
	height: auto;
}
.header-ss {
    vertical-align:middle;
	padding-right:65px;    
}
.header-ss img{
    width: 55px;
    height: 38px;
	padding: 2px 0; 
}
    
/* hamberger */
.header-right .gnav-btn {
	visibility: visible;
}
.icon-animation {
	width: 25px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 0px;
	top: 30px;
	text-align: center;
	z-index: 99;
}
.icon-animation span { 
	width: 35px;
	height: 2px;
	display: block;
	background: #505046;
	position: absolute;
	margin-left: -30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.icon-animation .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.icon-animation .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.is-open .middle {
	background: rgba(51, 51, 51, 0);
}
.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}
.menu-sp .global {
	position: relative;
	width: 100%;	
}
.menu-sp .gnav {
	text-align: center;
	background-color: #f7f7f7;	
	width: 100%;
	height: 100vh;
	padding-top: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 63px;
	z-index: 1000;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.menu-sp .gnav li {
	padding: 15px 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.menu-sp .gnav a:hover {
	text-decoration: underline;
}
.sp-menu{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
.sp-menu:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 10%;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #1e2380;/*線の色*/
}
.menu-sp .gnav a {
	display: block;
	color: #333;
}
.menu-sp .gnav.on {
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

/* slider */
.header-slider {
    margin-top:51px;
}
	
/* hot */	
.hot-title {
    padding: 0 29%;
}
.hot-title:before, .hot-title:after{
	width: 30%;
}
.hot-title img {
    width: 111px;
    height: auto;
}
.hot-slider {
    margin:0 auto;
    position:relative;
} 
.hot-slider img {
	width: 166px;
    height:auto;
    margin: 0 auto;
    display:flex;
    justify-content:center;
}
.hot-slider .slick-next {
    right: 2px;
    z-index: 99;
}
.hot-slider .slick-prev {
    left: 2px;
    z-index: 100;
}

/* スマホ用tel */
.sp-tel-wrap{
	width:90%;
	margin: 20px auto 30px auto;
}
.sp-tel {
    margin: 0 10px 0 0;
    padding: 5% 2%;
    position: relative;
    z-index: 1;
	text-align: center;
}
.sp-tel::before,
.sp-tel::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sp-tel::before {
	border: 1px solid #1e2380 ;
    left: 0;
    top: 0;
    z-index: -1;
}
.sp-tel::after {
    background-color: #f6f0dc;
    top: 10px;
    left: 10px;
    z-index: -2;
}
.sp-tel a{
	color:#1e2380;
}
.sp-tel-num{
	color:#1e2380;
	position: relative;
	font-weight:bold;
	line-height:125%;
	font-size:26px;
}
.sp-tel-num::before{
	font-family: FontAwesome;
	content: "\f095";
	padding-right: 5px;
	color:#333;
}
.sp-tel-txt{
	padding: 5px 0 0 0;
	font-size:12px;
}	

/* SERVICE */
.service-wrap{
    width: 90%;
	padding: 30px 0 45px 0;
}
.service-top p {
	text-align: left;
	padding-bottom: 30px;
}
.service-detail-wrap {
	padding: 0 0 40px 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
}
.service-detail p{ 
	font-size: 14px;
}
.service-detail-footer {
	font-size: 14px;
}

/* CONCEPT */
.concept-wrap{
	width: 100%;
	padding: 30px 0 30px 0;
	background-image: url(../images/top/sp_concept_bk.jpg);
}
.concept-body {
	text-align: center;
	width: 90%;
	padding: 30px 0 30px 0;
	background-color: rgba(255,255,255,0.85);
}
.concept-body .text1 {
	width: 90%;
    font-size: 20px;
	padding: 0 0 20px 0;
}
.concept-body .text2 {
	text-align: left;
	width: 90%;
}

/* その他の加盟団体 */
.group-wrap{
	width: 100%;
	padding: 35px 0 30px 0;
}
.group-body {
	width: 90%;
}
.group-list1 li,.group-list2 li {
	width: 46%;	
	margin: 0 2% 15px 2%;
}

/* PRODUCT */
.product-body {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.product-body .service-detail-wrap {
	padding: 0 0 20px 0;
	width:48%;
}

/* CONTENT */
.fukurou-wrap{
	width: 100%;
	padding: 30px 0 45px 0;
}
.fukurou-top{
	width: 90%;
	margin: 0 auto;
}
.fukurou-body {
	width: 90%;
    margin-right: auto;
    margin-left: auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
    -webkit-justify-content: center;
	justify-content: center;
}
.fukurou-body .fuku-img {
    height: 145px;
    width: 145px;
	margin-bottom: 0;
	margin-right: 5%;
	float:left;
}
.fukurou-body-contents {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 30px;
}
.fukurou-body-text {
	float:left;
	width: 60%;
}
.fukurou-body-contents a {
	overflow: hidden;
	clear: both;
}

/* お知らせ */
.information-wrap {
    width: 100%;
	padding: 35px 0 45px 0;  
}
.information-body {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.information-text {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    -webkit-align-items: flex-start;
	align-items: flex-start;
    -webkit-justify-content: center;
	justify-content: center;
}
.ymd {
    margin-left: 0;
    margin-right: 0; 
    padding-bottom:10px;
}

/* footer */
.page-top-wrap {
	text-align: center;
    width: 100%;
	border-top:#1e2380 solid 2px;
	border-bottom:#1e2380 solid 2px;	
}
footer {
	background-color: #f3f3f3;
}
.footer-wrap {
	font-size:13px;
    padding:10px 0 20px 0;
}
footer .footer-menu {
    width: 100%;
	text-align: center;
}
footer .footer-menu li{
	padding: 15px 5% 15px 5%;
    border-bottom: 1px dotted #dbdbdb;
	font-weight: bold;
}
footer .footer-menu li a{
	display: block;
}
.followus {
    padding-top: 20px;
}
.followus p {
    width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 10px;
    display: inline-block;
    border-radius: 50%;
}
.followus .line {
	display: inline-block;
}
.copyright {
	text-align: center; 
}

/* 共通バナーエリア*/	
/* 共通バナー（トップページ、１カラム）*/
ul.top-bnr-box{
	margin: 0 auto;
	width:70%;
	height:auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content:center;
	justify-content:center;
	padding:50px 0;
}
ul.list-bnr-box{
	margin: 0 auto;
	width:70%;
	height:auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content:center;
	justify-content:center;
	padding:0 0 50px 0;
}
ul.top-bnr-box li img,
ul.list-bnr-box li img{
	width:100%;
	height:auto;
	padding:10px 0;
}
ul.list-bnr-box p img,
ul.list-bnr-box p img{
	width:100%;
	height:auto;
}
/* 共通バナー（サイドナビ）*/
ul.side-bnr-box{
	margin: 0 auto;
	width:70%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding-top:50px;
}
ul.side-bnr-box li{
	padding-top: 10px;
	padding-bottom:10px
	}
ul.side-bnr-box li:last-child{
	padding-bottom:0;
	}
ul.side-bnr-box li img{
	width:100%;
	height:auto;
}
ul.side-bnr-box p img{
	width:100%;
	height:auto;
}


/*　下層共通
------------------------------------------------------------*/

/* button */
.button-center{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-direction:column;
	flex-direction:column;
	}
.button-center a:not(:first-child){
	margin: 20px 0 0 0;
	}

/*　1カラム２カラム共通メインデザイン
------------------------------------------------------------*/
/* レイアウト */
.detail-wrap{
	width:100%;
	margin: 0 auto;
	padding:80px 0 60px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.detail{
	width:90%;
	margin: 0 auto;
}
.content-wrap-1,
.content-wrap-1re,
.content-wrap-2,
.content-wrap-2re,
.content-wrap-3{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
}
.col1 .content-wrap-1 .sub-text,
.col1 .content-wrap-1re .sub-text,
.col1 .content-wrap-2 .sub-text,
.col1 .content-wrap-2re .sub-text,
.col1 .content-wrap-3 .sub-text,
.col2 .content-wrap-1 .sub-text,
.col2 .content-wrap-1re .sub-text,
.col2 .content-wrap-2 .sub-text,
.col2 .content-wrap-2re .sub-text,
.col2 .content-wrap-3 .sub-text{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:100%;
}/* IE11 */
.content-wrap-1 .sub-img,
.content-wrap-1re .sub-img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:60%;
	margin: 0 auto;
	padding:20px 0;
}
.col1 .content-wrap-2 .sub-img,
.col1 .content-wrap-2re .sub-img,
.col2 .content-wrap-2 .sub-img,
.col2 .content-wrap-2re .sub-img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:90%;
	margin: 0 auto;
	padding:20px 0;
}
.content-wrap-3 .sub-img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:60%;
	margin: 0 auto;
	padding:20px 0 0 0;
}
.content-wrap-1 .sub-img img,
.content-wrap-1re .sub-img img,
.col1 .content-wrap-2 .sub-img img,
.col1 .content-wrap-2re .sub-img img,
.col2 .content-wrap-2 .sub-img img,
.col2 .content-wrap-2re .sub-img img,
.content-wrap-3 .sub-img img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:100%;
	height: auto;
}

/* h1~h4　テキストまわり */
.detail h1{
	font-size:23px;
	margin-bottom: 40px;
}
.detail h2{
	font-size:20px;	
}
.detail h3{
	font-size:17px;	
}
.content-wrap-1re h3:first-child{
	margin-top:25px;
}
.col1 .content-wrap-2 h3,
.col1 .content-wrap-2re h3,
.col2 .content-wrap-2 h3,
.col2 .content-wrap-2re h3{
	margin-top:15px;
}
.detail h4{
	font-size:20px;	
}
.col1 .main-img img{
	width: 100%;
	height: auto;
}/* IE11 */
.col2 .main-img img{
	width: 100%;
	height: auto;
}/* IE11 */	
.text-add{
	margin-top:15x;
}
.text-info{
	margin-top:15px;
}
.text-title{
	font-size:20px;
	margin-bottom:25px;
}
.link-button {
	width: 100%;
	padding-left:0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.link-button li {
	min-height: 20px;
	width: 70%;
	padding:10px;
	margin: 10px auto 10px auto;
}
.table th{
	width: 30%;
}
.table td{
	width: 70%;
}
.relation-body {
	display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.relation-detail-wrap {
	margin: 0 0 20px 0;
	width:48%;
}
.relation-body .relation-img {
	width: 100%;
	height: auto;
}
.relation-body .relation-img img {
	width: 100%;
	height: auto;
}

/* 前（次）の事例 */
.page {
    width: 35%;
}




/*　一覧系共通
------------------------------------------------------------*/
.lineup{
	width: 90%;
	margin: 0 auto;
	padding:90px 0 60px 0;
}
.lineup .service-detail-wrap{
	padding: 0 1.5% 40px 1.5%;
}
.lineup-title{
	font-size: 25px;
	padding:0 0 40px 0;
}
.lineup-link {
	font-size: 14px;
}
.lineup-link li{
    padding:10px 0;
}

/* カテゴリアイコン */
.w-category-wrap{
	width: 100%;
}


/*　ふくろう便り
------------------------------------------------------------*/

.article-title{
	font-size:20px;
}
.article-box{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.article-box .article-left{
	width:100%;
}	
.article-box .article-info{
	width:100%;
}
.article-box .article-left .article-text{
	width:100%;
	padding-bottom:15px;
}
.article-box .article-image{
	padding-left:0;
	width:100%;
	height:auto;
}
.article-box .article-image img{
	width:100%;
	height:auto;
}
.article-button-wrap{
	width:100%;
}

/*ページネーション*/
.pagination-wrap{
	padding-top:0;
}
ul.pagination{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

/*　お問い合わせフォーム
------------------------------------------------------------*/

.form-wrap {
	width: 100%;
}
.form-tel {
	font-size: 16px;
	margin: 20px 0 40px 0;
}
.form-tel p i,
.form-tel p span {
	font-size: 23px;
}
.form-flow {
	margin-bottom: 40px;
	font-size: 14px;
}
.form-flow .text,
.form-flow .text-on{
	width: 100%;
	height: 30px;
	line-height: 8px;
}
.form-flow img {
	height: auto;
	width: 25px;
	padding: 0;
}
.form-flow .text,.form-flow .text-on{
	padding-top: 25px;
}
.form-table {
	font-size: 12px;
}
.input-s { width: 100%;height: 3em; }
.input-m { width: 100%;height: 3em; }
.input-l { width: 100%;height: 3em; }
select { width: 100%;height: 3em; }

/*form-btn*/
.contact_link_button {
	width: 220px;
	height: 50px;
}


/*　サイドナビ
------------------------------------------------------------*/

.sidenavi-wrap{
	width:100%;
	font-size: 13px;
	border-left:none;
	margin:60px 0 0 0;
}
.sidenavi{
	width:100%;
	padding-left:0;
}
.side-nav-btn2 {
	font-size: 14px;
	height: auto;
	padding: 15px 0;
	margin-bottom:0;
	box-sizing: border-box;
	border:none;
    background-image:none;
	background-color: #1e2380;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}
.side-nav-btn2 i{
	position:absolute;
	padding-top: 3px;
    right:5%;
}
.nav-parent a {
	color: #fff;
	width: 100%;
	height: 100%;
}
.nav-parent a:hover {
	color: #fff;
	border:none;
}
.navi-box li.nav-child{
	padding:15px 5% 15px 5%;
	text-align:center;
}
.navi-box li.nav-child br{
	display: none;
}
.sidenavi .nav-archive-title{
	font-size: 14px;
	text-align:center;
	width:100%;
	margin-top:10px;
	padding:10px 0;
}
.sidenavi .nav-archive{
	text-align:center;
	margin:0 auto;
	padding:15px 5%;
}
.sidenavi .nav-archive .image{
	display: none;
}
.sidenavi .nav-archive-box .title{
	font-size:13px;
	margin:0 auto;
	padding-left: 0;
	width:100%;
}
.sidenavi .category-box{
	width:100%;
	text-align:center;
}
.sidenavi .category-box .category-box-title{
	font-size:14px;
	margin-top:10px;
	padding:10px 5%;
}
.sidenavi .category-box li.category-name{
	padding:15px 0;
	text-align:center;
}
.sidenavi .category-box li.category-name a{
	padding:0 5%;
}


	

/*　お問い合わせ(footer上)
------------------------------------------------------------*/
.contact-box-wrap{
	width: 100%;
	padding:20px 0 40px 0;
}
.contact-box{
	width: 90%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.contact-title-wrap{
	width:100%;
	text-align: center;
}
.contact-title-wrap .designfont{
	font-size: 44px;
	padding:0 0 10px 0;
}
.contact-title {
	font-size: 17px;
	padding-bottom: 10px;

}
.contact-main-wrap{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.contact-main-wrap .c-tel,
.contact-main-wrap .c-mail{
	width:100%;
	margin-top: 20px;
	padding:20px 0;
}
c-tel-num{
	font-size:23px;	
}




	
}

	

/*　追加微調整
------------------------------------------------------------*/

@media screen and ( max-width:480px )
{
.fukurou-body-text {
	float:left;
	width: 44%;
}
}




/* 追加分
------------------------------------------------------------*/

@media screen and ( max-width:767px )
{

.org-component {
    width: 100%;
    margin: 0 auto;
}
.org-component .org-component-main {
    display: block;
}
.org-component .org-component-img img {
    width: 100%;
}
.org-component .pad-left20 {
    padding-left: 0px;
}
.org-component .pad-right20 {
    padding-right: 0px;
    padding-bottom: 15px;
}
.detail-main .org-component .org-component-img img {
    width: 100%;
}

}



