@charset "utf-8";
/* CSS Document */

/*--------------------  ���ʐݒ�  --------------------*/

@import "setup.css";
@import "common.css";
@import "base.css";
@import "boxtitle.css";
@import "contents.css";
@import "front-work.css";
@import "meanmenu.css";

/*--------------------  partner-2  --------------------*/
@media screen and (max-width: 639px) {
	section#partner-2 {
		color: #fff;
		background-color: #0070b8;
	}
	#partner-2-inner {
		padding-left: 0;
		padding-right: 0;
	}
	section#partner-2 h3 {
		padding: 40px 15px;
		background-image: url("../img/partner/img_22.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-shadow: 0px 0px 5px black;
	}
	section#partner-2 .inner p {
		font-size: 15px;
		text-align: center;
		padding-top: 20px;
	}
}
@media screen and (min-width: 640px) {
	section#partner-2 {
		height: 420px;
		background: url(../img/partner/img_22.webp) center no-repeat;
		background-size: cover;
	}
	#partner-2-inner {
		position: relative;
	}
	section#partner-2 .inner {
		height: 420px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section#partner-2 .inner p {
		color: #fff;
		font-size: 35px;
		text-shadow: 0px 0px 5px black;
	}
}

/** outline
---------------------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
	section#outline-01 { padding-top: 40px; padding-bottom:10px; }
	section#outline-02 { padding-top: 0; padding-bottom:10px; margin-left: 5%; margin-right: 5%}
	section#outline-03 { padding-top: 0; padding-bottom:20px; }
	section#outline-04 { padding-top: 0; padding-bottom:10px; }
}
@media screen and (min-width: 640px) {
	section#outline-01 { padding-top: 70px; padding-bottom:0px; }
	section#outline-02 { padding-top: 0; padding-bottom:0; margin-top: 30px;}
	section#outline-03 { padding-top: 0; padding-bottom:20px; }
	section#outline-04 { padding-top: 0; padding-bottom:20px; }
}
@media screen and (min-width: 640px) {
	#page-outline .dl-horizon dt {
		text-align: right;
	}
}
/*--------------------  outline-02  --------------------*/
section#outline-02 h4 {
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 7px 20px 5px;
	background-color: #0070b8;
}
section#outline-02 p.tell span {
	color: #0070b8;
}
section#outline-02 dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}
section#outline-02 dl:after {
	content:none;
}
section#outline-02 dt,
section#outline-02 dd {
	margin:0;
}
section#outline-02 dt {
	width: 100px;
	padding:2px 10px 2px 0;
}
section#outline-02 dd {
	width: calc(100% - 100px);
	padding:2px 0 2px 10px;
}
section#outline-02 .map {
	border: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
	section#outline-02 p.tell {
		font-size: 15px;
	}
	section#outline-02 .flex-2 {
		margin-bottom: 20px;
	}
	section#outline-02 .map {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 640px) {
	section#outline-02 p.tell {
		font-size: 20px;
	}
	section#outline-02 .flex {
		margin-bottom: 50px;
	}
	section#outline-02 .map {
		margin-bottom: 70px;
	}
}
/*--------------------  outline-03  --------------------*/
section#outline-03 h4 {
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 639px) {
	section#outline-03 .flex-2 {
		margin-bottom: 20px;
	}
	section#outline-03 img {
		margin-bottom: 7px;
	}
		section#outline-03 h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	section#outline-03 p {
		font-size: 10px;
	}
}
@media screen and (min-width: 640px) {
	section#outline-03 .flex-2 {
		margin-bottom: 40px;
	}
	section#outline-03 img {
		margin-bottom: 12px;
	}
		section#outline-03 h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	section#outline-03 p {
		letter-spacing: -0.05em;
	}
}
@media screen and (min-width: 640px) {
.catch3{
	color: #333;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
	font-weight: 300;
	font-size: 15px;
	border:1px solid #1e90ff;
	padding:30px;
	padding-top:20px;
	margin-bottom:60px;
}
}
@media screen and (max-width: 639px) {
.catch3{
	color: #333;
	font-weight: 300;
	font-size: 15px;
	border:1px solid #1e90ff;
	padding:30px;
	padding-top:20px;
	margin-bottom:60px;
}
}

@media screen and (max-width: 639px) {
	.consul {
		margin: 0 10px;
	}
	
	.consul h1 {
		margin: 0;
		padding: 30px 0;
		font-size: 1.2rem;
	}
	.consul-contents {
		list-style: none;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto 20pt 20pt 20pt;
		padding: 0;
	}
	.consul-contents li {
		flex: 1 0 50%;
		margin-bottom: 10px;
		border: 0px solid #dadada;
		width:49%;
	}
	.consul-contents li:empty {
		border: none;
	}
	.consul-contents li img {
		width: 90%;
		height: auto;
	}
	.consul-contents li p {
		margin: 0;
		padding: 10px;
		font-size: 100%;
		text-align: center;
	}
	.consul-contents2 {
		list-style: none;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto 0pt 20pt 0pt ;
		padding: 0;
	}
	
	.consul-contents2 li {
		flex: 1 0 50%;
		margin-bottom: 10px;
		border: 0px solid #dadada;
		width:49%;
	}
	.consul-contents2 li:empty {
		border: none;
	}
	.consul-contents2 li img {
		width: 100%;
		height: auto;
	}
	.consul-contents2 li p {
		margin: 0;
		padding: 10px;
		font-size: 100%;
		text-align: center;
	}
}


@media screen and (min-width: 640px) {
	.consul {
		margin: 0 100px;
	}
	.consul h1 {
		margin: 0;
		padding: 30px 0;
		font-size: 1.2rem;
	}
	.consul-contents {
		list-style: none;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto 20pt 20pt 20pt;
		padding: 0;
	}
	.consul-contents li {
		flex: 1 0 20%;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border: 0px solid #dadada;
		width:23%;
	}
	.consul-contents li:empty {
		border: none;
	}
	.consul-contents li img {
		width: 100%;
	}
	.consul-contents li span {
		font-size:20px;
	}
	
	.consul-contents li p {
		margin: 0;
		padding: 10px;
		font-size: 20px;
		text-align: center;
	}
	.consul-contents a {
		color:#333;
		text-decoration:none;
	}

		.consul-contents a:hover p {
		color: #0070b8;
			font-size:20px;
	}
	.consul-contents-2 {
		list-style: none;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: auto 20pt 20pt 20pt;
		padding: 0;
	}
	.consul-contents-2 li {
		flex: 1 0 10%;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border: 0px solid #dadada;
		width:10%;
	}
	.consul-contents-2 li:empty {
		border: none;
	}
	.consul-contents-2 li img {
		width: 100%;
	}
	.consul-contents-2 li span {
		font-size:20px;
	}
	
	.consul-contents-2 li p {
		margin: 0;
		padding: 10px;
		font-size: 20px;
		text-align: center;
	}
	.consul-contents-2 a {
		color:#333;
		text-decoration:none;
	}

		.consul-contents-2 a:hover p {
		color: #0070b8;
			font-size:20px;
	}
			
}

/*--------------------  partner  --------------------*/
@media screen and (max-width: 639px) {
	section#partner {
		color: #fff;
		background-color: #0070b8;
	}
	#partner-inner {
		padding-left: 0;
		padding-right: 0;
	}
	section#partner h3 {
		padding: 40px 15px;
		background-image: url("../img/partner/img_22.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-shadow: 0px 0px 5px black;
	}
	section#partner .inner p {
		font-size: 15px;
		text-align: center;
		padding-top: 20px;
	}
}
@media screen and (min-width: 640px) {
	section#partner {
		height: 420px;
		background: url(../img/partner/img_22.webp) center no-repeat;
		background-size: cover;
	}
	#partner-inner {
		position: relative;
	}
	section#partner .box-title-co {
		left: 20px !important;
	}
	section#partner .inner {
		height: 420px;
		padding-right: calc(7% + 420px);
		padding-left: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section#partner .inner p {
		color: #fff;
		font-size: 35px;
		text-shadow: 0px 0px 5px black;
	}
}
/*--------------------  partner-2  --------------------*/
@media screen and (max-width: 639px) {
	section#partner-2 {
		color: #fff;
		background-color: #0070b8;
	}
	#partner-2-inner {
		padding-left: 0;
		padding-right: 0;
	}
	section#partner-2 h3 {
		padding: 40px 15px;
		background-image: url("../img/partner/img_22.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-shadow: 0px 0px 5px black;
	}
	section#partner-2 .inner p {
		font-size: 15px;
		text-align: center;
		padding-top: 20px;
	}
}
@media screen and (min-width: 640px) {
	section#partner-2 {
		height: 420px;
		background: url(../img/partner/img_22.webp) center no-repeat;
		background-size: cover;
	}
	#partner-2-inner {
		position: relative;
	}
	section#partner-2 .inner {
		height: 420px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section#partner-2 .inner p {
		color: #fff;
		font-size: 35px;
		text-shadow: 0px 0px 5px black;
	}
}

.right{
	text-align:right;
}
