@charset "utf-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("../slider/flexslider.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*基本設定*/
html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	}
main {
    display: block;
}	

/*リンク*/
section a:link img,article a:link img{
	transition: all 0.2s linear;
	}
section a:hover img,article a:hover img{
	opacity:0.7;
	}
#h_top h1 a{
	transition: all 0.2s linear;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#h_top h1 a:hover,#h_top h1 a:active{
	color: #fff;
	text-decoration:none;
}
#h_top p a{
	transition: all 0.2s linear;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#h_top p a:hover,#h_top p a:active{
	color: #fff;
	text-decoration:none;
}
#top_bottom ul li dl dd {
	width: 100%;
	display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #0058dd;
  color: #fff;
text-align: center;
  text-decoration: none;
	line-height: 2;
}
#top_bottom ul li dl dd a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
#top_bottom ul li dl dd:hover {
	background-color: #2B7FFF;
	color: #fff;
}
#top_bottom ul li dl dd::before,
#top_bottom ul li dl dd::after {
position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0058dd;
}
#top_bottom ul li dl dd,
#top_bottom ul li dl dd::before,
#top_bottom ul li dl dd::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top_bottom ul li dl dd::before {
  right: 0;
}
#top_bottom ul li dl dd::after {
  left: 0;
}
#top_bottom ul li dl dd:hover::before,
#top_bottom ul li dl dd:hover::after {
  width: 0;
  background-color: #0058dd;
}
#main_work li:nth-child(1) dl dd p{
	width: 100%;
	display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #4c94ff;
  color: #fff;
text-align: center;
  text-decoration: none;
	line-height: 2.5;
	margin: 1em 0 0;
}
#main_work li:nth-child(1) dl dd p a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
#main_work li:nth-child(1) dl dd p:hover {
	background-color: #9FC6FF;
	color: #fff;
}
#main_work li:nth-child(1) dl dd p::before,
#main_work li:nth-child(1) dl dd p::after {
position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #4c94ff;
}
#main_work li:nth-child(1) dl dd p,
#main_work li:nth-child(1) dl dd p::before,
#main_work li:nth-child(1) dl dd p::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main_work li:nth-child(1) dl dd p::before {
  right: 0;
}
#main_work li:nth-child(1) dl dd p::after {
  left: 0;
}
#main_work li:nth-child(1) dl dd p:hover::before,
#main_work li:nth-child(1) dl dd p:hover::after {
  width: 0;
  background-color: #4c94ff;
}
#main_work li:nth-child(2) dl dd p{
	width: 100%;
	display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #1f529f;
  color: #fff;
text-align: center;
  text-decoration: none;
	line-height: 2.5;
	margin: 1em 0 0;
}
#main_work li:nth-child(2) dl dd p a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
#main_work li:nth-child(2) dl dd p:hover {
	background-color: #3173D6;
	color: #fff;
}
#main_work li:nth-child(2) dl dd p::before,
#main_work li:nth-child(2) dl dd p::after {
position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #1f529f;
}
#main_work li:nth-child(2) dl dd p,
#main_work li:nth-child(2) dl dd p::before,
#main_work li:nth-child(2) dl dd p::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main_work li:nth-child(2) dl dd p::before {
  right: 0;
}
#main_work li:nth-child(2) dl dd p::after {
  left: 0;
}
#main_work li:nth-child(2) dl dd p:hover::before,
#main_work li:nth-child(2) dl dd p:hover::after {
  width: 0;
  background-color: #1f529f;
}
#main_work li:nth-child(3) dl dd p{
	width: 100%;
	display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #438b0e;
  color: #fff;
text-align: center;
  text-decoration: none;
	line-height: 2.5;
	margin: 1em 0 0;
}
#main_work li:nth-child(3) dl dd p a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
#main_work li:nth-child(3) dl dd p:hover {
	background-color: #59B812;
	color: #fff;
}
#main_work li:nth-child(3) dl dd p::before,
#main_work li:nth-child(3) dl dd p::after {
position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #438b0e;
}
#main_work li:nth-child(3) dl dd p,
#main_work li:nth-child(3) dl dd p::before,
#main_work li:nth-child(3) dl dd p::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main_work li:nth-child(3) dl dd p::before {
  right: 0;
}
#main_work li:nth-child(3) dl dd p::after {
  left: 0;
}
#main_work li:nth-child(3) dl dd p:hover::before,
#main_work li:nth-child(3) dl dd p:hover::after {
  width: 0;
  background-color: #438b0e;
}
#works {
	margin: 50px 0;
	background: url(../img/top/bg_works.jpg) no-repeat center / cover;
}
#works .workswrap {
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works .box {
	padding: 30px 20px;
	background: #fff;
	width: 31%;
	box-sizing: border-box;
	text-align: center;
}
#works .box h2 {
	padding-bottom: 15px;
	font-size: 220%;
	color: #4c94ff;
}
#works .box:nth-child(2) h2 {
	color: #1f529f;
}
#works .box:nth-child(3) h2 {
	color: #438b0e;
}
#works .box .fee strong {
	color: #f00;
	font-size: 280%;
}
#works .box .point {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works .box .point li {
	border: 2px solid #f00;
	color: #f00;
	width: 30%;
	font-size: 180%;
	font-weight: 700;
}
#works .botan {
	margin: auto;
	padding-bottom: 60px;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works .botan li {
	width: 47%;
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #0058dd;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 2;
}
#works .botan li a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
#works .botan li:first-child a {
	color: #2B7FFF;
}
#works .botan li:hover {
	background-color: #2B7FFF;
	color: #fff;
}
#works .botan li:first-child a:hover {
	color: #fff;
}
#works .botan li::before,
#works .botan li::after {
	position: absolute;z-index: -1;display: block;content: '';top: 0;width: 50%;height: 100%;background-color: #0058dd;
}
#works .botan li:first-child::before,
#works .botan li:first-child::after {
	background-color: #fff;
}
#works .botan li,
#works .botan li::before,
#works .botan li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#works .botan li::before {
  right: 0;
}
#works .botan li::after {
  left: 0;
}
#works .botan li:hover::before,
#works .botan li:hover::after {
  width: 0;
  background-color: #0058dd;
}
#works .botan li:first-child a::after {
	position: absolute;
	top: 10%;
	right: 10px;
	content: "＞"
}
footer a{
	color: #000;
	transition: all 0.2s linear;
	text-decoration: none;
}
footer a:hover{
	text-decoration: none;
	color: #0058dd;
}
footer dl dt a{
	color: #0058dd;
}
footer dl dt a:hover,footer dl dt a:visited{
	color: #0058dd;
}


/*ヘッダー*/
header{
	position: relative;
	width: 100%;
}
#h_top{
	width: 100%;
	background-color: rgba(0,88,221,0.70);
	padding: 1em 0;
	z-index: 100;
}
#header_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#h_top_inner{
	margin: 0 auto;
	position: relative;
}
#h_top_inner h1{
	width: 165px;
}
#h_top_inner p{
	position: absolute;
	top:-0.25em;
	right: 0;
	font-size: 187%;
	font-weight: bold;
}
#h_top_inner p img{
	width: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#h_top_inner p i{
	display: block;
	font-size: 60%!important;
	margin: 0.25em 0 0;
	padding: 0.25em 0 0;
	font-style: normal;
	color: #fff;
	border-top: 2px solid #FFCC00;
	text-align: center;
}
#message{
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 11;
	font-size: 187%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
#message span{
	color: #ffcc00;
	display: block;
}

/*メイン*/
#top_bottom{
	margin: 0 auto;
}
#top_bottom h2{
	font-size: 187%;
	color: #0058dd;
	text-align: center;
	margin: 2em 0 0.5em;
}
#top_bottom p{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#top_bottom ul{
	width: 100%;
	margin: 2em 0 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#top_bottom ul li{
	width: 31.333%;
	min-height: 0%;
}
#top_bottom ul li dl{
	position: relative;
	width: 100%;
}
#top_bottom ul li dl dt img{
	vertical-align: bottom;
}
#top_bottom ul li dl dt span{
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 11;
	font-size: 156%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
	width: 100%;
}
#main_work{
	width: 100%;
	background-color: #ffcc00;
	margin: 4em 0;
	padding: 2em 0;
}
#main_work ul{
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#main_work ul li{
	width: 31.333%;
	min-height: 0%;
}
#main_work ul li h2{
	font-size: 187%;
	text-align: center;
	margin: 0;
}
#main_work ul li:nth-child(1) h2{
	color: #4c94ff;
}
#main_work ul li:nth-child(2) h2{
	color: #1f529f;
}
#main_work ul li:nth-child(3) h2{
	color: #438b0e;
}
#business_kodate{
	margin: 0 auto 3em auto;
}
#business_kodate h2 {
	font-size: 187%;
	font-weight: bold;
	color: #2766c6;
	margin: 0 auto 1em;
	text-align: center;
	width: 400px;
	border-bottom: 5px solid #FFCC00;
}
#business_kodate h3{
	width: 96%;
	margin: 0 auto 1em;
	font-size: 156%;
	text-align: center;
	color: #4c94ff;
}
#business_kodate ul{
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#business_kodate ul li{
	width: 48%;
	min-height: 0%;
}
#business_kodate .botan li{
	width: 31.333%;
}
.kodate{
	width: 100%;
	display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #4c94ff;
  color: #fff;
text-align: center;
  text-decoration: none;
	line-height: 2.5;
	margin: 1em 0 0;
}
.kodate a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 125%;
}
.kodate:hover {
	background-color: #9FC6FF;
	color: #fff;
}
.kodate::before,
.kodate::after {
position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #4c94ff;
}
.kodate,
.kodate::before,
.kodate::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.kodate::before {
  right: 0;
}
.kodate::after {
  left: 0;
}
.kodate:hover::before,
.kodate:hover::after {
  width: 0;
  background-color: #4c94ff;
}
#contact{
	margin: 5em auto 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#contact li{
	width: 48%;
	min-height: 0%;
}
#contact li dl dt{
	color: #0058dd;
	font-size: 187%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
}
#contact li dl dd{
	padding-top: 30px;
	color: #0058dd;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
#contact li dl dd a{
	font-size: 200%;
	font-weight: bold;
	color: #0058dd;
	text-decoration: none;
	line-height: 1;
}
#contact li dl dd a:hover,#contact li dl dd a:active{
	color: #0058dd;
	text-decoration: none;
}
#contact li dl dd img{
	width: 25px;
	padding: 0 10px;
	vertical-align: top;
}
#contact li dl dd:nth-child(3) img{
	width: 100%;
	padding: 0;
}
#contact li p {
	padding-bottom: 5px;
}
#link{
	margin: 5em auto 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#link li{
	width: 48%;
	min-height: 0%;
}

/*フッター*/
footer{
	width: 100%;
	background-color: #cceaf5;
	margin: 5em 0 0;
}
footer dl{
	margin: 0 auto;
	padding: 3em 0 0;
	text-align: center;
}
footer dl dt{
	width: 165px;
	margin: 0 auto 1em;
}
footer dl dd span{
	margin: 0 0 0 16px;
}
address{
	text-align: center;
	padding: 1.5em 0;
}	
.floatingbnr {
	display: none;
}
/*TOPへ戻るボタン設定*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 90%;
	z-index: 999;
}
#page-top img {
	width: 80px;
	margin: 0 auto;
	display: block;
}
#page-top a {
	background-color: #fff;
	border-radius: 50%;
	text-decoration: none;
	color: #16264a;
	width: 100px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	text-align: center;
	display: block;
	transition: all 0.2s linear;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(22,38,74,0.80);
	color: #fff;
}

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/



/* pc */
@media screen and (min-width: 1300px)  {

/*基本設定*/
html{
	font-size: 16px;
	}
/*ヘッダー*/
#h_top_inner{
	width: 1280px;
}
/*メイン*/
#top_bottom,#main_work ul,#works .workswrap,#business_kodate,#contact,#link{
	width: 1280px;
}
/*フッター*/
footer dl{
	width: 1280px;
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*ヘッダー*/
#h_top_inner{
	width: 96%;
}
/*メイン*/
#top_bottom,#main_work ul,#works .workswrap,#works .botan,#business_kodate,#contact,#link{
	width: 96%;
}
#works .box .fee strong {
	font-size: 200%;
}
#works .box .point li {
	font-size: 150%;
}
/*フッター*/
footer dl{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*基本設定*/
html{
	font-size: 16px;
	}

/*ヘッダー*/
	
/*メイン*/
#contact,#link{
	margin: 3em auto 0;
}
#contact li dl dd {
	font-size: 160%;
}
#contact li dl dd img {
	width: 18px;
}
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*基本設定*/
html{
	font-size: 85%;
}
	
/*ヘッダー*/
#h_top_inner h1{
	font-size: 150%;
}
#h_top_inner p{
	top:0;
	font-size: 180%;
}
#h_top_inner p img{
	width: 40px;
	padding: 0;
}
	
/*メイン*/
#message{
	font-size: 170%;
	width: 80%;
}
#top_bottom h2{
	font-size: 170%;
	margin: 1em 0 0.25em;
}
#main_work{
	margin: 3em 0;
	padding: 2em 0;
}
#main_work ul li h2{
	font-size: 150%;
}
#works .box h2 {
	font-size: 180%;
}
#works .box .fee strong {
	font-size: 150%;
}
#works .box .point li {
	font-size: 130%;
}
#contact,#link{
	margin: 3em auto 0;
}
#contact li dl dd{
	font-size: 160%;
}
#contact li dl dd a{
	font-size: 180%;
}
#contact li dl dd img{
	width: 15px;
}
}


/* tablet3  */
@media only screen and (min-width: 500px) and (max-width: 767px) {

/*基本設定*/
html{
	font-size: 85%;
	}
	
/*ヘッダー*/
#h_top_inner h1{
	width: 130px;
}
#h_top_inner p{
	top:0;
	font-size: 130%;
}
#h_top_inner p img{
	width: 30px;
	padding: 0!important;
}
	
/*メイン*/
#message{
	font-size: 170%;
	width: 80%;
}
#top_bottom ul{
	width: 100%;
	margin: 2em 0 0;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#top_bottom ul li{
	width: 100%;
}
#top_bottom ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#top_bottom h2{
	font-size: 150%;
	margin: 1em 0 0.25em;
}
#top_bottom p{
	width: 100%;
	}
#main_work{
	margin: 3em 0;
	padding: 2em 0;
}
#main_work ul{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#main_work ul li{
	width: 100%;
}
#main_work ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#main_work ul li h2{
	font-size: 150%;
	margin: 0 0 0.25em;
}
#works .box {
	margin-bottom: 30px;
	width: 100%;
}
#works .box h2 {
	font-size: 250%;
}
#works .box .fee {
	font-size: 110%;
}
#works .box .fee strong {
	font-size: 300%;
}
#works .box .point li {
	font-size: 180%;
}
#contact,#link{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	margin: 2em auto 0;
}
#contact li,#link li{
	width: 100%;
}
#contact li dl dd{
	font-size: 170%;
}
#contact li dl dd a{
	font-size: 180%;
}
#contact li dl dd img{
	width: 15px;
}
#contact li dl dd:nth-child(3) img{
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
}
#link li:nth-child(n+2){
	margin: 1em 0 0;
}
	
/*フッター*/
footer{
	margin: 2em 0 0;
}
footer dl dt{
	margin: 0 auto 0.5em;
}	
.floatingbnr {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #0058dd;
	z-index: 100;
}
.floatingbnr li {
	width: 48%;
}
.floatingbnr li a {
	display: flex;
	align-items: center;
	padding: 5px 20px;
	background: #fff;
	border-radius: 10px;
	height: 50px;
	color: #0058dd;
	text-decoration: none;
}
.floatingbnr li img {
	margin-right: 10px;
	width: 35px;
}
.floatingbnr li span {
	font-weight: 700;
}
}


/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*基本設定*/
html{
	font-size: 80%;
	}
	
/*ヘッダー*/
#h_top_inner h1{
	width: 110px;
}
#h_top_inner p{
	top:0;
	right:2%;
	font-size: 140%;
}
#h_top_inner p img{
	width: 25px;
}
	
/*メイン*/
#message{
	font-size: 130%;
	width: 80%;
}
#top_bottom ul{
	width: 100%;
	margin: 2em 0 0;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#top_bottom ul li{
	width: 100%;
}
#top_bottom ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#top_bottom h2{
	font-size: 150%;
	margin: 1em 0 0.25em;
}
#top_bottom p{
	width: 100%;
	}
#main_work{
	margin: 3em 0;
	padding: 2em 0;
}
#main_work ul{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#main_work ul li{
	width: 100%;
}
#main_work ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#main_work ul li h2{
	font-size: 150%;
	margin: 0 0 0.25em;
}
#works {
	padding: 30px 0;
}
#works .workswrap {
	padding: 20px 0 0;
}
#works .box {
	margin-bottom: 30px;
	width: 100%;
}
#works .box h2 {
	font-size: 220%;
}
#works .box .fee {
	font-size: 120%;
}
#works .box .fee strong {
	font-size: 260%;
}
#works .botan {
	padding-bottom: 0;
}
#works .botan li:first-child {
	margin-bottom: 20px;
}
#business_kodate h2 {
	font-size: 150%;
	width: 96%;
}
#business_kodate h3 {
	font-size: 150%;
}
#business_kodate h3 br {
	display: none;
}
#business_kodate ul{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
#business_kodate ul li{
	width: 100%;
}
#business_kodate ul li:nth-child(n+2){
	margin: 1em 0 0;
}
.botan li {
	width: 80%!important;
	margin-left:10%!important;
	margin-right:10%!important;
}
#contact,#link{
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	margin: 2em auto 0;
}
#contact li,#link li{
	width: 100%;
}
#contact li dl dt{
	font-size: 150%;
	letter-spacing: 0;
	margin: 0 0 0.5em;
}
#contact li dl dd{
	font-size: 130%;
}
#contact li dl dd a{
	font-size: 190%;
}
#contact li dl dd img{
	width: 12px;
	vertical-align: top;
}
#contact li dl dd:nth-child(3) img{
	width: 100%;
	padding: 0;
	margin: 0 0 1em;
}
#link li:nth-child(n+2){
	margin: 1em 0 0;
}
	
/*フッター*/
footer{
	margin: 2em 0 0;
}
footer dl dt{
	margin: 0 auto 0.5em;
}
/*フッター*/
footer{
	margin: 2em 0 0;
}
footer dl{
	padding: 2em 0 0;
}
footer dl dt{
	width: 130px;
	margin: 0 auto 1em;
}
footer dl dd span{
	margin: 0;
	display: block;
}
address{
		width: 96%;
		margin: 0 auto;
}
.floatingbnr {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #0058dd;
	z-index: 100;
}
.floatingbnr li {
	width: 48%;
}
.floatingbnr li a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	background: #fff;
	border-radius: 10px;
	height: 50px;
	color: #0058dd;
	text-decoration: none;
}
.floatingbnr li img {
	margin-right: 5px;
	width: 20px;
}
.floatingbnr li span {
	font-size: 90%;
	font-weight: 700;
}
}