
@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
address,em { font-style: normal; }
strong,th { font-weight: normal; }
.form-table table tr th {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left; }
legend { display: none;	}
img,fieldset { border: 0; }
img { vertical-align: middle; }
li { list-style-type: none; }
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol { margin: 0px; }
ul { padding: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
*:first-child+html body {
	font-size: 64.5%; /*IE Hack*/
}
html {
	overflow-y: scroll; /*ページ切り替え時のガタつき防止*/
	-webkit-text-size-adjust: none /*PC上とスマフォで文字サイズ固定&スマフォの縦と横画面で文字サイズ固定*/
}
img {
    box-shadow: #000 0 0 0;/*firefoxのfadeのずれ調整*/
} 
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /*IE以下のfadeのずれ調整*/
}


/* トップページ
------------------------------------------------------------*/

/* common */
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.4285em;
    color: #333;
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #333;
}
a:visited{
	color: #333;
}
a:hover {
    text-decoration:none;
}
.webfont{
	font-family: 'Oswald', sans-serif;
}

/* common-button */
.button1{
  text-align: center;
  background:#1e2380;
  color:#fff;
  border:none;
  position:relative;
  width:230px;
  min-height:20px;
  font-size:14px;
  padding:10px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.button1:hover{
  background:none;
  color:#1e2380;
}
.button1:before,.button1:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1e2380;
  transition:400ms ease all;
}
.button1:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.button1:hover:before,.button1:hover:after{
  width:100%;
  transition:800ms ease all;
}

.button2{
	text-align: center;
	color:#333;
	box-sizing: border-box;
	border:1px solid #333;
	position:relative;
	width:250px;
    min-height:40px;
	font-size:14px;
	padding:10px;
	cursor:pointer;
	transition:800ms ease all;
	outline:none;
}
.button2:hover{
  text-decoration: none;
  border: transparent 1px solid;
  color:#1e2380;
}
.button2 a:hover{
  color:#1e2380;
}
.button2:before,.button2:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1e2380;
  transition:400ms ease all;
}
.button2:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.button2:hover:before,.button2:hover:after{
  width:100%;
  transition:800ms ease all;
}
.button-wrap-center{
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}
	
/*  common-タイトルデザイン */
.designfont{
	font-family: 'Oswald', sans-serif;
	font-size: 55px;
	font-weight: 400;
	color: #666;
	line-height:1em;
	margin-top:45px;
	padding:0 0 30px 0;
	position:relative;
}
.designfont + h2 {
	font-size:22px;
	color: #666;
	padding-bottom:40px;
}
.designfont::before {
	content:''; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	height:17px; 
	width:17px; 
	display:block; 
	position:absolute; 
	top:-45px; 
	left:49%; 
	background-color:#1e2380;
}
.center-title {
  overflow: hidden;
  text-align: center;
  padding-bottom:40px;
}
.center-title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  color: #666;
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.center-title span::before,
.center-title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 2px;
  background-color: #999;
}
.center-title span::before {
  right: 100%;
}
.center-title span::after {
  left: 100%;
}	

/* header */
header {
    width: 100%;
	padding-bottom:10px;
    overflow: hidden;
    color: #333;
}
.header-tagline {
    font-size: 12px;
	color: #666;
}
.header-wrap {
    max-width: 1000px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
.header-title{
	display:-webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
}
.header-logo {
    flex: 1;
	/*font-size: 34px;*/
	line-height: 1em;
	font-weight: bold;
}
.header-logo img {
    width: 340px;
	height: auto;
}
.header-tel {
    padding-right: 10px;
    white-space: nowrap;
	text-align: center;
}
.header-contact {
    padding-left: 15px;
    padding-top: 5px;
}
.header-tel-1 {
	vertical-align: middle;
    font-weight: bold;
	font-size: 26px;
}
.header-tel-2 {
    font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
}
.header-ss {
    vertical-align:middle;    
}
.header-ss img{
    width: 84px;
    height: auto; 
}
.header-contact img{
	width: 81px;
	height: auto;
}
.header-contact :hover img{
    opacity: 0.5;
}


/* menu navi */
.header-menu-wrap {
    width: 100%;
	border-bottom:#1e2380 solid 1px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
	
}
.header-menu {
    margin-right: auto;
    margin-left: auto;
}
.header-menu a:hover{
    text-decoration: none;
}
.init-bottom .nav-arrow {
    display: none;
    position: absolute;
    top: 26px;
    left: 10%;
    z-index: 1000;
}
#mddNav > ul > li:hover > .init-bottom {
  position: relative;
  text-decoration: none;
  color: #1e2380;
}
#mddNav > ul > li:hover > .init-bottom > .nav-arrow {
    border: none;
    display: block;
}

/* mddNav（ドロップダウンメニュー全体とナビボタン） */
#mddNav {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 50px;
  text-align: center;  
}
#mddNav > ul {
  display:-webkit-flex;
  display: flex; 
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#mddNav > ul > li {
  width: 160px;
  box-sizing: border-box;
  font-weight: bold;
  padding-top:16px; 
  height: 50px;
}
#mddNav > ul > li a {
  color: #333;
}
#mddNav > ul > li > a {
  display: block;
  transition: all 0.2s linear;
}

/* mddWrap */
#mddNav .mddWrap {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #f7f7f7;
  background: linear-gradient(to bottom,  #fff 0%,#efefef 100%);
  border-top:#1e2380 solid 1px;
  box-shadow: 0 2px 2px #999;
  padding-bottom: 33px;
  display: none;
}
#mddNav .mddWrap .mddInner {
  margin: 0 auto 20px auto;
  padding-top: 30px;
  max-width: 1000px;
  line-height: 1.5em;
  text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
  display:-webkit-flex;
  display: flex;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
  margin-right: 20px;
  width: 33.3%;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
  margin-right: 0;
  border-right: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {
  line-height: 1.5em;
  margin-top: 33px;
/*  white-space: nowrap; */
  font-weight: normal;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li .border {
    border-left: 5px solid #5cb5f7;
    padding-right: 5px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
  margin-right: 0.5em;
  color: #1e2380;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:link {
  text-decoration: none;
  color: #333;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
  text-decoration: underline;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:visited {
	color: #333;
}

/* slider */
/*スライド画像の横幅可変*/
.slider img {
    width: 100%;
    height: auto;
}

/* hot */
.hot-wrap {
    width: 100%;
    background-color: #f3f3f3;
}
.hot-slider-wrap {
    position: relative;
    padding: 20px 0  30px 0;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
.hot-title{
    position: relative;
    display: inline-block;
	padding: 0 42%;
	margin-bottom: 20px;
}
.hot-title:before, .hot-title:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
	width: 40%;
    height: 2px;
    background-color: #999;
}
.hot-title:before {left:0;}
.hot-title:after {right: 0;}
.hot-title img {
    width: 150px;
    height: auto;
}
.hot-slider {
    margin:0 auto;
    position:relative;
}
.hot-slider ul {
    padding:0 25px;	
}
.hot-slider img {
    height: auto;
    width: 235px;
}
.hot-slider .slick-next {
    right: 1px;
    z-index: 99;
}
.hot-slider .slick-prev {
    left: 1px;
    z-index: 100;
}
.hot-slider .slick-prev:before,
.hot-slider .slick-next:before {
    color: #c7c7c7;
}


/* SERVICE */
.service-wrap{
    width: 100%;
	padding: 60px 0 90px 0;
	max-width: 1000px;
    margin: 0 auto;
}
.service-top {
	text-align: center;
}
.service-top p {
	padding-bottom: 60px;
}
.service-body {
	display:-webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
}
.service-detail-wrap {
	padding: 0 1.5% 40px 1.5%;
	width:30%;
    display: flex;
	display:-webkit-flex;
    -webkit-flex-direction: column;
	flex-direction: column;
}
.service-detail{
	padding-bottom: 10px;
}
.service-detail img{
	width: 100%;
}
.service-detail p{
    padding: 20px 10px 0 10px; 
	font-size: 13px;
}
.service-detail-title {
	color: #1e2380;
	text-align: center;
	margin:10px 0 0 0;
	padding:7px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1e2380;
	border-bottom-color: #1e2380;
}
.service-detail-wrap a:hover .service-detail-title  {
	color: #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	transition:400ms ease all;
}
.service-detail-wrap a:hover {
	color: #fff;
	background-color: #1e2380;
	transition:400ms ease all;
}
.service-detail-wrap img {
	box-sizing:border-box;
	border: 1px solid #dbdbdb;
}
.service-detail-wrap a:hover img {
	opacity: 0.7;
	transition:800ms ease all;
}
.service-detail-footer {
	font-size: 13px;
	padding: 0 10px 10px 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
	justify-content: flex-end;
    -webkit-align-items: flex-end;
	align-items: flex-end;
}

/* CONCEPT */
.concept-wrap{
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #e9e0db;
	background-image: url(../images/top/concept_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.concept-body {
	text-align: center;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	background-color: rgba(255,255,255,0.85);
}
.concept-body .text1 {
	width: 80%;
	margin: 0 auto;
    font-size: 24px;
	line-height: 1.2em;
	padding: 40px 0 40px 0;
}
.concept-body .text2 {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

/* その他の加盟団体 */
.group-wrap{
	width: 100%;
	padding: 60px 0 35px 0;
	background-color: #f3f3f3;
}
.group-body {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.group-list1 {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.group-list2 {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	justify-content: center;
}
.group-list1 li,.group-list2 li {
	width: 18%;
	box-sizing:border-box;
	border: 1px solid #dbdbdb;	
	margin: 0 1% 25px 1%;
}
.group-list1 li img,.group-list2 li img {
    width: 100%;
}
.group-list1 li a:hover img,.group-list2 li a:hover img{
    opacity: 0.5;
}

/* PRODUCT */
.product-body {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
}
.product-body .service-detail-wrap {
	padding: 0 1% 40px 1%;
	width:23%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
}


/* CONTENT */
.fukurou-wrap{
	width: 100%;
	padding: 60px 0 90px 0;
	background-color: #f6f0dc;
}
.fukurou-top{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.fukurou-body {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.fukurou-body .fuku-img {
    height: 180px;
    width: 180px;
	margin-bottom: 10px;
	box-sizing:border-box;
	border: 1px solid #dbdbdb;
	overflow:hidden;
}
.fukurou-body img {
	width: auto;
	height: 100%;
}
.fukurou-body-contents {
	padding: 0 0 40px 0;
	width: 180px;
}
.f-category {
	text-align: center;
	width:100px;
	font-size: 12px;
	color: #fff;
	background-color: #b99001;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 2px 0;
}
.f-title {
    letter-spacing: 0.1em;
	padding-bottom: 5px;
}
.timestamp {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.fukurou-body-contents a:hover {
	display:block;
	color: #fff;
	background-color: #1e2380;
	transition:400ms ease all;
}
.fukurou-body-contents a:hover .f-category {
	color: #1e2380;
	background-color: #fff;
	transition:400ms ease all;
}
.fukurou-body-contents a:hover .timestamp {
	border-bottom-color: #fff;
}
.fukurou-body a:hover img {
	opacity: 0.7;
	transition:800ms ease all;
}


/* WORK */
.work-wrap{
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #e7f0ef;
	background-image: url(../images/top/work_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}


/* お知らせ */
.information-wrap {
    width: 100%;
	padding: 60px 0 60px 0;  
}
.information-body {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
}
.information-text {
	width: 90%;
	margin: 0 50px 0 50px;
	padding: 15px 0 15px 0;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.information-text a{
    color: #000;
}
.information-text a:hover{
    text-decoration:underline;
}
.ymd {
    margin-left: 20px;
    margin-right: 40px; 
    font-weight: bold;
}


/* footer */
.page-top-wrap {
	text-align: center;
    width: 100%;
	padding: 15px 0;
	border-top:#1e2380 solid 1px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;	
}
.page-top-wrap a {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #1e2380;
	line-height:1em;
}
.page-top-wrap a:hover{
	color: #8e91bf;
}
footer {
    width: 100%;
    overflow: hidden;
}
footer a {
    color: #333;
}
.footer-wrap {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding:50px 0;
    margin: 0 auto;
    display:-webkit-flex;
    display:flex;
	-webkit-justify-content:space-between;
    justify-content:space-between;
    font-size:12px;
    flex-wrap: wrap;
}
footer .footer-wrap li{
    font-weight:bold;
	padding-bottom: 10px;
}
footer .footer-wrap li{
    padding-left: 0.5em;
    text-indent: -0.5em;
}
footer .footer-wrap li a:hover{
    text-decoration:underline;
}
footer .footer-menu {
    width: 23%;
	padding-left: 10px;
}
footer .footer-wrap li i{
    color: #1e2380;
	padding-right:0.5em;
}
footer .footer-wrap li .second{
    padding-left:0;
	font-weight:normal;
	text-indent: 0em;
}
footer .footer-wrap li .second-top{
    padding-top:10px;
}
.followus {
    padding-top: 10px;
}
.followus a {
    display: block;
}
.followus p {
    width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 50%;
}
.followus p:hover {
	opacity: 0.5;
}
.followus img {
    height: 26px;
    width: auto;
	padding-top: 12px;
}
.followus .facebook {
    background-color: #305097;
}
.followus .twitter {
    background-color: #55acee;
}
.followus .line {
    background-color: #00c300;
	display: none;
}
.copyright {
    width: 100%;
	color: #fff;
    background-color: #1e2380;
	font-size:12px;
	padding: 15px 0;
}
.copyright p {
    max-width: 1000px;
    margin: 0 auto;
}


/* 共通バナーエリア*/
ul.top-bnr-box li img:hover,
ul.list-bnr-box li img:hover,
ul.side-bnr-box li img:hover{
    opacity: 0.5;
}
/* 共通バナー（トップページ、１カラム）*/
ul.top-bnr-box{
	margin: 0 auto;
	max-width:1000px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:60px 0;
}
ul.list-bnr-box{
	margin: 0 auto;
	max-width:1000px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:30px 0 60px 0;
}
ul.top-bnr-box li img,
ul.list-bnr-box li img{
	width:240px;
	height:auto;
	padding:5px;
}
ul.top-bnr-box p img,
ul.list-bnr-box p img{
	width:240px;
	height:auto;
}
/* 共通バナー（サイドナビ）*/
ul.side-bnr-box{
	margin: 0 auto;
	width:250px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding-top:10px;
}
ul.side-bnr-box li{
	padding-bottom:10px
	}
ul.side-bnr-box li img{
	width:250px;
	height:auto;
}.side-bnr-box p img{
	width:250px;
	height:auto;
}



/*　下層共通
------------------------------------------------------------*/

/* パンくず */
#breadcrumb{
	text-align: right;
	max-width:1000px;
	margin: 5px auto;
}
#breadcrumb ol li{
	display: inline;
	font-size:12px;
	padding-left:10px;
	color:#666;
}
#breadcrumb ol li i{
	font-size:16px;
}
#breadcrumb ol li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#breadcrumb ol li:not(:last-child):after {
    content: " / ";
	padding-left:10px;
}
#breadcrumb ol li:last-child{
	color:#1e2380;
}

/* button */
.button-center{
	margin: 20px auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	}
.button-center a:not(:first-child){
	margin-left: 40px;
	}	
	

/*　1カラム２カラム共通メインデザイン
------------------------------------------------------------*/
/* レイアウト */	
.detail-wrap{
	max-width:1000px;
	margin: 0 auto;
	padding:40px 0 60px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.detail{
	max-width:1000px;
	width: 100%;
}
.content-wrap-1,
.content-wrap-1re,
.content-wrap-2{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.content-wrap-2re{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.content-wrap-3{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.content-wrap-2,
.content-wrap-2re{
	padding-top: 20px;
	margin-top:20px;
	border-top:1px dotted #dbdbdb;
}
#new-title + .content-wrap-2,
h1 + .content-wrap-2,
h1 + .content-wrap-2re{
	padding-top: 0;
	margin-top: 0;
	border-top:none;
}
.content-wrap-1 .sub-img{
    -webkit-flex-basis:300px;
    flex-basis:300px;
    padding-left:20px;
}
.content-wrap-1re .sub-img{
    -webkit-flex-basis:300px;
    flex-basis:300px;
    padding-right:20px;
} 
.content-wrap-1 .sub-img img,
.content-wrap-1re .sub-img img{
	width:280px;
	height: auto;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col1 .content-wrap-1 .sub-text,
.col1 .content-wrap-1re .sub-text{
    -webkit-flex-basis:750px;
    flex-basis:750px;
}/* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col2 .content-wrap-1 .sub-text,
.col2 .content-wrap-1re .sub-text{
    -webkit-flex-basis:450px;
    flex-basis:450px;
}/* IE11 */
}
.col1 .content-wrap-2 .sub-img{
	-webkit-flex-basis:520px;
	flex-basis:520px;
	height: auto;
	padding-left:40px;
}
.col1 .content-wrap-2re .sub-img{
	-webkit-flex-basis:520px;
	flex-basis:520px;
	height: auto;
	padding-right:40px;
}
.col1 .content-wrap-2 .sub-img img,
.col1 .content-wrap-2re .sub-img img{
	width:480px;
	height: auto;
}
.col2 .content-wrap-2 .sub-img{
	-webkit-flex-basis:360px;
	flex-basis:360px;
	padding-left:20px;
}
.col2 .content-wrap-2re .sub-img{
	-webkit-flex-basis:360px;
	flex-basis:360px;
	padding-right:20px;
}
.col2 .content-wrap-2 .sub-img img,
.col2 .content-wrap-2re .sub-img img{
	width:340px;
	height: auto;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col1 .content-wrap-2 .sub-text,
.col1 .content-wrap-2re .sub-text{
    -webkit-flex-basis:480px;
    flex-basis:480px;
}/* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col2 .content-wrap-2 .sub-text,
.col2 .content-wrap-2re .sub-text{
    -webkit-flex-basis:340px;
    flex-basis:340px;
}/* IE11 */
}
.content-wrap-3 .sub-img{
	-webkit-flex-basis:240px;
	flex-basis:240px;
	padding-left:20px;
}
.content-wrap-3 .sub-img img{
	width:220px;
	height: auto;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col1 .content-wrap-3 .sub-text{
    -webkit-flex-basis:710px;
    flex-basis:710px;
}/* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col2 .content-wrap-3 .sub-text{
    -webkit-flex-basis:410px;
    flex-basis:410px;
}/* IE11 */
}

/* h1~h4　テキストまわり */	
.detail h1{
	font-size:28px;
	padding-bottom:10px;
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e2380;
	line-height: 1.2em;
	color:#1e2380;
}
.detail h1 + .article-info {
	margin-top: -30px;
}
.detail h2{
	font-size:24px;
	padding:10px 0;
	margin-bottom:40px;
	margin-top:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	line-height: 1.2em;
	text-indent: -15px;
	padding-left: 15px;
}
.detail h2 span{
	padding-left:10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1e2380;    
}
.content-wrap-1 h2{
	margin-top:0;
}
.content-wrap-2 h2{
	padding:20px 0 40px 0;
	margin: 0;
	border: none;
	text-indent: 0;
}
.content-wrap-2 h2 span{
	padding-left:0;
	border: none;    
}
.detail h3{
	font-size:18px;
	margin-top:25px;
	margin-bottom:30px;
	line-height: 1.6em;
}
.detail h3 span{
	padding-bottom:5px;
    background: linear-gradient(transparent 45%, #ccdcfb 0%);
}
.detail h1 + h3,
.detail h2 + h3,
.detail h4 + h3,
.content-wrap-1 h3:first-child,
.content-wrap-1re h3:first-child,
.col2 .content-wrap-2 h3,
.col2 .content-wrap-2re h3{
	margin-top:0;
}
.detail h4{
	font-size:22px;
	font-weight: normal;
	margin-bottom:30px;
	margin-top:60px;
	line-height: 1.2em;
	text-indent: -15px;
	padding-left: 15px;
}
.detail h4 span{
	padding-left:10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
}
.main-img{
	width: 100%;
}
.main-img img{
	width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	 .col1 .main-img img{
	width: 1000px;
	height: auto;
}/* IE11 */
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	 .col2 .main-img img{
	width: 700px;
	height: auto;
}/* IE11 */
}
.read {
	width:auto;
	padding:30px 0 0 0;
	text-align: left;
}
.text-add{
	background-color:#f7f7f7;
	padding:15px;
	clear: both;
	margin-top:20px;
}
.text-caution{
	background-color:#fee8e7;
	padding:15px;
	clear: both;
}
.text-caution span{
	color:#fc241a;
}
.text-info{
	border:5px solid #dbdbdb;
	padding:20px;
	margin-top:20px;
}
.text-title{
	font-size:22px;
	margin-bottom:30px;
	line-height: 1.2em;
}
.text-catch{
	font-weight:bold;
	padding-bottom:15px;
}
.text-link {
	padding: 20px 0 0 1.5em;
	margin-top:20px;
    text-indent: -0.5em;
	border-top:1px solid #dbdbdb;
}
.text-link a:hover {
    text-decoration: underline;
}
.text-link i{
	color: #1e2380;
	padding-right:0.5em;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.list li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.link-button {
	width: 700px;
	margin: 0 auto;
	padding-left:10px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.link-button li {
	background-color: #666;
	text-align: center;
	min-height: 20px;
	width: 280px;
	padding:10px;
	margin: 0 20px 10px 20px;
}
.link-button li i {
	padding-right:5px;
}
.link-button li a {
	display:block;
	color: #ffffff;
}
.link-button li:hover {
	color: #ffffff;
	background-color: #999;
}
.table{
	width: 100%;
	margin: 0 auto;
}
.table th{
	background-color:#f7f7f7;
	padding:10px;
	border: 1px solid #dbdbdb;
	vertical-align: top;
}
.table td{
	padding:10px;
	border: 1px solid #dbdbdb;
}
.relation-link li {
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 1.5em;
    text-indent: -0.5em;
}
.relation-link li:last-child{
	padding-bottom: 0;
}
.relation-link li a:hover {
    text-decoration: underline;
}
.relation-link li i{
	color: #1e2380;
	padding-right:0.5em;
}
.relation-body {
	display:-webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
}
.relation-detail-wrap {
	margin: 0 10px 15px 0;
	width:190px;
}
.relation-body .relation-img {
	width: 190px;	
	height: 120px;
	position: relative;
	overflow:hidden;
	box-sizing:border-box;
	border: 1px solid #dbdbdb;
}
.relation-body .relation-img img {
	width: 100%;
	height: auto;
}
.relation-detail .r-title{
	font-weight: bold;
    padding: 0 6px;
	margin:6px 0;
}
.relation-detail-wrap a{
	color: #1e2380;
}
.relation-detail-wrap a:hover {
	color: #fff;
	transition:400ms ease all;
}
.relation-detail-wrap:hover {
	background-color: #1e2380;
	transition:400ms ease all;
}
.relation-detail-wrap a:hover img {
	opacity: 0.7;
	transition:800ms ease all;
}

/* 前（次）の事例 */
.page-wrap {
	margin:20px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-betweens;
	justify-content:space-between;
}
.page {
	font-size: 12px;
	text-align: center;
    width: 15%;
	padding: 10px 0;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.page a:hover {
	text-decoration: underline;	
}



/*　一覧系共通
------------------------------------------------------------*/
.lineup{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	padding:20px 0 60px 0;
}
.lineup .designfont + h1 {
	font-size:22px;
	color: #666;
	padding-bottom:40px;
}
.lineup-title{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4em;
	color: #1e2380;
	padding:30px 0 60px 0;
}
.lineup-link {
	font-size: 13px;
	margin: 5px 5px 0 5px;
	padding-left: 1.5em;
    text-indent: -0.5em;
}
.lineup-link li{
    padding:4px 0;
}
.lineup-link li a:hover {
    text-decoration: underline;
	color: #333;
	background-color: transparent;
}
.lineup-link li i{
	color: #1e2380;
	padding-right:0.5em;
}

/* カテゴリアイコン */
.w-category-wrap{
	width: 96%;
	margin: 0 auto 60px auto;
	padding:10px 0;
	background-color: #f3f3f3;
	border-radius: 5px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-displayflex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.w-category {
	text-align: center;
	width:90px;
	position: relative;
	background: #b99001;
	margin-left: 15px;
	padding: 2px 5px 2px 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 0 5px 5px 0;
}
.w-category:before {
	font-family: FontAwesome;
	content: "\f0ad";
	display: inline-block;
	line-height: 30px;
	position: absolute;
	padding: 0em;
	color: #fff;
	background: #b99001;
	font-weight: normal;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px #fff; 
	border-radius: 50%;
}
.w-category-wrap .w-category{
	margin:10px 15px;
}
.w-category-wrap .w-category:before{
	border: solid 3px #f3f3f3;
}
.w-category-wrap  a:hover .w-category{
	background: #dcc780;
}
.w-category-wrap  a:hover .w-category:before{
	background: #dcc780;
}
.lineup .service-detail{
	position: relative;
}
.w-category-over{
	text-align: center;
	font-size: 12px;
	top: 1px;
	left: 1px;
    width: 100px;
    padding: 5px;
    position: absolute;
    z-index: 1;
	background: #b99001;
	color: #fff;
	border-radius: 0 0 5px 0;
}
.service-detail-wrap a:hover .w-category-over{
	background: #1e2380;
	transition:400ms ease all;
}

/*　ふくろう便り
------------------------------------------------------------*/

.article-wrap{
	padding:18px;
	margin-bottom:30px;
	box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
}
.article-wrap-latest{
	padding:18px;
	margin-bottom:30px;
	background-color:#f6f0dc;
	box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd9cc;
	border-bottom-color: #ddd9cc;
}
.article-title{
	font-size:24px;
	font-weight:bold;
	line-height:150%;
	padding-bottom:10px;
}
.article-title a:hover{
    text-decoration: underline;	
}
.article-box{
	width:660px;
	padding-top:10px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.article-box .article-left{
	width:416px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}	
.article-info{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	}
.article-info .date{
	text-align:right;
	font-weight:bold;
}
.article-box .article-left .article-text{
	width:416px;
	text-align:left;
	padding-top:15px;
	line-height:150%;
}
.article-box .article-image{
	padding-left:24px;
	width:220px;
	height:auto;
}
.article-box .article-image img{
	width:220px;
	height:auto;
}
.article-button-wrap{
	width:660px;
	margin: 0 auto;
	padding-top:10px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.article-button-wrap a:hover{
    text-decoration: underline;	
}
.sns-wrap{
	margin: 0 auto 20px auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.sns-wrap div{
	padding-left:10px;
}

/*ページネーション*/
.pagination-wrap{
	padding-top:30px;
	text-align:center;	
}
ul.pagination {
    display: inline-block;
    padding: 0;
	background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	font-size:12px;
    float: left;
    padding: 6px 12px;
	margin:3px;
}
ul.pagination li a:hover {
	text-decoration: underline;
}
ul.pagination li:first-child a,
ul.pagination li:last-child a {
    color: #1e2380;
}
ul.pagination li a.active {
    background-color: #1e2380;
    color: #ffffff;
}


/*　お問い合わせフォーム
------------------------------------------------------------*/

.form-wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.form-tel {
    margin: 20px 0 60px 0;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border: 4px double #999;
	font-size: 18px;
}
.form-tel p {
	padding: 10px;
}
.form-tel p i {
	font-size: 26px;
	padding-right: 5px;
}
.form-tel p span {
	color: #1e2380;
	font-size: 26px;
	font-weight: bold;
}
.form-flow {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-betweenr;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	margin-bottom: 60px;
	font-size: 20px;
}
.form-flow img {
	height: auto;
	width: 68px;
}
.form-flow .text,
.form-flow .text-on{
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
}	
.form-flow .text-on{
	color: #fff;
	background-color: #b99001;
}
.form-flow .text{
	color: #fff;
	background-color: #dcc780;
}
.form-table {
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 3.5em;
}
.form-table table,
table.form-btn,
table.form-btn td {
	width:100%;
}
.form-table table th{
	width:25%;
}
.form-table table tr:not(:last-child){
	border-bottom:1px dotted #dbdbdb;
}
.form-table table th,
.form-table table td {
	padding: 10px;	
}
.caution{
	font-size: 10px;
	color:#fc241a;
}
.input-s { width: 30%;height: 3em; }
.input-m { width: 80%;height: 3em; }
.input-l { width: 100%;height: 3em; }
.input-check { padding-right: 2em; }
input { border: 1px solid #dbdbdb;
	background: #fff;
}
select { width: 31%;height: 3em;
	border: 1px solid #dbdbdb;
	background: #fff;
	display:block;
}
textarea {
	width: 100%;height: 15em;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dbdbdb;
	display:block;
}

/*form-btn*/
.contact_link_button {
	width: 240px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin-top: 60px;
	background-color: #1e2380;
}
.contact_link_button a{
	color: #fff;
	display:block;
}
.contact_link_button a:hover{
	background-color: #8e91bf;
}




/*　サイドナビ
------------------------------------------------------------*/

.sidenavi-wrap{
	width:275px;
	border-left:1px solid #DBDBDB;
	margin-left:24px;
}
.sidenavi{
	width:250px;
	padding-left:25px;
}
.sidenavi .active a {
	color:#1e2380;
}
.sidenavi a:hover {
	text-decoration: underline;
}
.sidenavi .active a:hover {
	text-decoration: none;
}
.side-nav-btn2 {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-betweens;
	justify-content:space-between;
	height: 50px;
	padding: 13px;
	margin-bottom:20px;
	font-weight: bold;
	box-sizing: border-box;
	border:#1e2380 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.nav-parent a {
	color: #1e2380;
	width: 100%;
	height: 100%;
}
.nav-parent a:hover {
	color: #8e91bf;
	border:#8e91bf solid 3px;
	text-decoration: none;
}
.navi-box li.nav-child{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #dbdbdb;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}		
.sidenavi .nav-archive-title{
	border-top:2px solid #1e2380;
	border-bottom:2px solid #1e2380;
	color:#1e2380;
	font-weight:bold;
	padding:8px 20px;
}
.sidenavi .nav-archive{
	padding:15px;
	border-bottom:1px dotted #dbdbdb;
}
.sidenavi .latest{
	background-color:#f6f0dc;
	margin-top:5px;
}
.sidenavi .nav-archive-box{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:space-betweens;
	justify-content:space-between;
}
.sidenavi .nav-archive-box img{
	width:100px;
	height:auto;
}
.navi-box a:hover img{
	opacity: 0.5;
}
.sidenavi .nav-archive-box .title{
	padding-left:8px;
	width:49%;
	font-size:12px;
}
.sidenavi .category-box .category-box-title{
	border-top:2px solid #1e2380;
	border-bottom:2px solid #1e2380;
	color:#1e2380;
	font-weight:bold;
	padding:8px 20px;
	margin-top:20px;
}
.sidenavi .category-box li.category-name{
	padding:10px 0;
	border-bottom:1px dotted #dbdbdb;
}
.sidenavi .category-box li.category-name a{
	padding:0 15px;
}


/*　お問い合わせ(footer上)
------------------------------------------------------------*/
.contact-box-wrap{
	background-color:#f6f0dc;
	padding:40px 0;
	clear: both;
}
.contact-box{
	max-width:1000px;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.contact-title-wrap{
	width:30%;
	text-align: center;
}
.contact-title-wrap .designfont{
	font-size: 43px;
	margin-top:30px;
	padding:0 0 20px 0;
}
.contact-title-wrap .designfont::before { 
	top:-30px; 
	left:47%; 
}
.contact-title {
	font-size: 17px;
	font-weight:bold;
	color:#666;
	padding-bottom: 20px;
}
.contact-title-txt{
	font-size: 12px;
}
.contact-main-wrap{
	width:70%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.contact-main-wrap .c-tel,
.contact-main-wrap .c-mail{
	background-color: #ffffff;
	width:49%;
	padding:20px 0;
	text-align: center;
	box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd9cc;
	border-bottom-color: #ddd9cc;
}
.c-main-title {
    overflow: hidden;
    text-align: center;
    padding-bottom:30px;
    margin: 0 15px;
}
.c-main-title span {
    font-size: 17px;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0 0.5em;
}
.c-main-title span::before,
.c-main-title span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #999;
}
.c-main-title span::before {
    right: 100%;
}
.c-main-title span::after {
    left: 100%;
}	
.c-tel-num{
	font-size:26px;	
	padding-bottom: 15px;
}
.c-tel-num span{
	font-weight:bold;
	color:#1e2380;
	padding-left: 5px;
}
.c-button{
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}


/* PCとスマホの非表示指示
------------------------------------------------------------*/


@media screen and (min-width: 768px)
{

.pc-none {
	display: none;
}
}

@media screen and ( max-width:767px )
{

.sp-none {
	display: none;
}
}



/* 追加
------------------------------------------------------------*/

#mddNav .mddWrap .mddInner > .dropContent {
    display: block;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
    float: left;
    width: 30%;
}
.footer-menu .category-block > ul > li:first-child {
    padding-top: 10px;
}
.form-wrap .form-tel img {
    display: none;
}


.privacy > dl > dt {
    background-color: #1e2380;
}
.privacy > dl > dd {
    border: 1px solid #1e2380;
}
.privacy label {
    border: 1px solid #1e2380;
}


.org-component {
    width: 1000px;
    margin: 0 auto;
}
.org-component h2 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 40px;
    margin-top: 60px;
    padding: 10px 0 10px 15px;
    text-indent: -15px;
}
.org-component h2 span{
    border-left: 5px solid #1e2380;
    padding-left: 10px;
}
.org-component .org-component-main-img {
    margin: 20px 0;
    width: 100%;
}
.org-component .org-component-main-img img {
    width: 100%;
}
.org-component .org-component-main {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.org-component .org-component-text {
    padding-bottom: 15px;
    width: 100%;
}
.org-component .org-component-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 30px;
}
.org-component .org-component-title span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 45%, #ccdcfb 0%) repeat scroll 0 0;
    padding-bottom: 5px;
}
.org-component .org-component-img img {
    height: auto;
    width: 280px;
}
.org-component .org-component-annotation {
    background-color: #f7f7f7;
    padding: 20px;
}
.org-component .pad-left20 {
    padding-left: 20px;
}
.org-component .pad-right20 {
    padding-right: 20px;
}

.detail-main {
    width: 100%;
}
.detail-main .org-component {
    width: 100%;
}
.detail-main .org-component .org-component-img img {
    width: 280px;
}
.sns-box {
  padding-top: 10px;
}
.sns-box iframe {
  height: 20px !important;
}





