@charset "UTF-8";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
	line-height: 2.2;
	font-family : "Noto Sans JP",'Yu Gothic','meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
	color: #333;
	overflow-x: hidden;
	word-wrap : break-word;
	overflow-wrap : break-word;
}


@media screen and (max-width: 480px) {
    body {
        font-size: 1.4rem;
    }
}

p {
	padding: 0;
    margin: 0;
	line-height: 1.8;
	text-align: justify;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #3e99e3;
}
a img:hover {
	opacity: 0.8;
}

/*         　　　        */
/*         共通　        */
/*         　　　        */
.p-blue-bg {
	background: #ebf6fa;
}
.p-yellow-bg {
	background: #fff7f3;
}

.nomal-button {
	display: inline-block;
	background: #333;
	width: 250px;
	border-radius: 20px;
	text-align: center;
	font-size: 1.6rem;
}
.nomal-button a {
	color: #fff;
	display: block;
	padding: 15px 0;
}
.nomal-button:hover {
	background: #141414;
}
.blue-button {
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    background: #3e99e3;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 5px #0060b7;
    border-radius: 20px;
	font-size: 1.8rem;
}
.btn-square-shadow:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.blue-button.icon-mail span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 0.5em;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 2rem;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

@media screen and (max-width: 768px) {
  .blue-button {
	  width: 100%;
      font-size: 1.5rem;
	  box-sizing: border-box;
	  text-align: center;
  }
}

/* ヘッダー　*/
.head-logo-sp {
	display: none;
}
header {
	background: #fff;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 1.5em 0;
}
header .header-inner .header-right {
	display: flex;
	justify-content: space-between;
	text-align: right;
}
header .header-inner .header-right .contact-title {
	background: #ffef7f;
	padding: 0.6em 1em;
	margin-right: 1em;
}
nav {
	background: #60cbf2;
	width: 100%;
}
nav .nav-inner ul {
	width: 100%;
	display: table;
}
nav .nav-inner ul li {
	width: 25%;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	border-left: 1px solid #88d8f5;
}
nav .nav-inner ul li:hover {
	background: #58b0e6;
}
nav .nav-inner ul li:last-child {
	border-right: 1px solid #88d8f5;
}
nav .nav-inner ul li a {
	display: block;
	padding: 0.3em 0 1.2em 0;
	box-sizing: border-box;
}

#nav_toggle{
	display: none;
}

/* フッター　*/
footer .footer-contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer-contents .map,
footer .footer-contents .contact {
	width: 50%;
	box-sizing: border-box;
}
footer .footer-contents .contact {
	background: #ebf6fa;
	padding: 70px;
}
footer .footer-contents .contact .footer-menu {
	border-bottom: 1px solid #e5e8ec;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer-contents .contact .footer-menu ul li {
	margin-bottom: 10px;
}
footer .footer-contents .contact .footer-menu ul li:last-child {
	margin-bottom: 0;
}
footer .footer-contents .contact .profile {
	margin-top: 40px;
}
footer .footer-contents .contact .profile .name {
	display: block;
	margin-bottom: 20px;
}
footer .footer-contents .contact .profile .address {
	display: block;
	line-height: 1.6;
	margin-bottom: 0;
}
footer .footer-contents .contact .profile .tel-area {
	display: block;
	margin-bottom: 0;
}
footer .footer-contents .contact .profile .tel .number,
footer .footer-contents .contact .profile .fax .number {
	font-size: 2rem;
	font-weight: bold;
	color: #3e99e3;
}
footer .footer-contents .contact .profile .notes {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
}
footer .copyright {
	font-size: 1.2rem;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

.contents-wrap {
	padding: 80px 0;
}
.contents-wrap .container h2 {
	margin-bottom: 40px;
}

@media screen and (max-width: 1030px) {
	footer .footer-contents .contact .footer-menu .menu,
	footer .footer-contents .contact .footer-menu .button {
		width: 100%;
	}
	footer .footer-contents .contact .footer-menu .menu {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 996px) {
	header {
		display: flex;
		justify-content: space-between;
		padding-right: 1em;
		padding-left: 1em;
	}
	header .header-inner .header-right {
		display: none;
	}
	nav {
		display: none;
		position: absolute;
		top: 90px;
		width: 100%;
		background: #3e99e3;
		left: 0;
		z-index: 100;
	}
	nav .nav-inner ul {
		margin: 0 auto;
		width: 100%;
	}
	nav .nav-inner ul li {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
		border-left: none;
	}
	nav .nav-inner ul li:last-child {
		border: none;
	}
	nav .nav-inner ul li a {
		font-size: 1.4rem;
		display: block;
		color: #fff;
		padding: 25px 0 35px 0;
	}
	nav .nav-inner ul li a:hover {
		color: #595757;
	}
	/*開閉ボタン*/
	#nav_toggle{
		background: #3e99e3;
		display: block;
		min-width: 30px;
		height: 40px;
		position: relative;
		z-index: 100;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		margin: 1.5em 0;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top: 0px;
	}
	#nav_toggle span:nth-child(2){
		top: 12px;
	}
	#nav_toggle span:nth-child(3){
		top: 24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
	footer .footer-contents .contact {
		padding: 30px;
	}
	footer .footer-contents .contact {
		padding: 30px;
	}
	footer .footer-contents .contact .profile .name img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	footer .footer-contents .contact .footer-menu .button a img {
		width: 100%;
		max-width: 250px;
	}
}
@media screen and (max-width: 480px) {
	.contents-wrap {
		padding: 50px 0;
	}
	header h1 img {
		width: 90%;
	}
	.nomal-button {
		width: 100%;
		max-width: 250px;
    }
    footer .footer-contents .contact .profile .tel-area .tel,
    footer .footer-contents .contact .profile .tel-area .fax {
		display: block;
		line-height: 1.4;
    }
    footer .footer-contents .contact .profile .tel-area .fax {
		margin-bottom: 5px;
    }
}


/*         　　　     　　　　   */
/*         トップページ　        */
/*         　　　        　　　　*/
.toppage .main-img {
	background: #d8edf6;
	padding: 30px 0 80px 0;
}
.main-img-inner {
    position: relative;
    z-index: 1;
}
.main-img-pickup {
    position: relative;
    z-index: 10;
	margin-top: -8em;
	display: flex;
	justify-content: center;
}
.main-img-pickup div {
	margin: 0 1em;
	background: #60cbf2;
}
.main-img-pickup div img {
	width: 100%;
}
.main-img-inner img {
	width: 100%;
}

.philosophy-area {
}
.philosophy-area .philosophy-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.philosophy-area .photo {
	width: 48%;
}
.philosophy-area .photo img {
	width: 100%;
}
.philosophy-area .text {
	width: 48%;
}
.philosophy-area .text h2 {
	margin-bottom: 40px;
}
.philosophy-area .text h3 {
	margin-bottom: 30px;
}

.information-area {
	text-align: center;
}
.information-area .information-inner .information-box {
	background: #fff;
	padding: 50px;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.information-area .information-inner .information-box .information-box-content {
	width: 33.33%;
	padding: 0 40px;
	border-left: 1px solid #e5e8ec;
	box-sizing: border-box;
}
.information-area .information-inner .information-box .information-box-content:last-child {
	border-right: 1px solid #e5e8ec;
}
.information-area .information-inner .information-box .information-box-content .title a {
	color: #3e99e3;
	font-weight: bold;
}
.information-area .information-inner .information-box .information-box-content .title a:hover {
	text-decoration: underline;
}
.information-area .button-area {
	margin-top: -30px;
}

.business-area {
	text-align: center;
}
.business-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business-list .business-list-item {
	width: 48%;
	margin-bottom: 40px;
}
.business-list .business-list-item img {
	width: 100%;
}

.greeting-area {
	text-align: center;
}
.greeting-area .greeting-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.greeting-area .photo {
	width: 40%;
}
.greeting-area .photo img {
	width: 100%;
}
.greeting-area .text {
	width: 55%;
}
.greeting-area h2 {
	margin-bottom: 40px;
}
.greeting-area .text h3 {
	margin-bottom: 25px;
	text-align: left;
	font-size: 1.8rem;
}
.greeting-area .text .signature {
	text-align: right;
	margin-top: 60px;
}
.greeting-area .text .signature .name {
	font-weight: bold;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.philosophy-area .text h3 img {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.top .main-img {
		padding: 0 0 50px 0;
	}
	.main-img .main-img-inner.container {
		padding-right: 0;
		padding-left: 0;
	}
	.main-img-pickup {
		margin: 30px 0 0;
	}
	.main-img-pickup div {
		margin: 0 0.2em;
	}
	.philosophy-area .photo,
	.philosophy-area .text {
		width: 100%;
	}
	.philosophy-area .photo {
		width: 80%;
		margin: 0 auto 50px auto;
	}
	.information-area .information-inner .information-box .information-box-content {
		width: 100%;
		padding: 0;
		border-left: none;
		margin-bottom: 15px;
	}
    .information-area .information-inner .information-box .information-box-content:last-child {
        border-right: none;
    }
	.greeting-area .text,
	.greeting-area .photo {
		width: 100%;
	}
	.greeting-area .text {
		order: 2;
	}
	.greeting-area .photo {
		order: 1;
		width: 80%;
		margin: 0 auto 50px auto;
	}
	.business-list .business-list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.business-list .business-list-item:last-child {
		margin-bottom: 40px;
	}
	footer .footer-contents .map,
	footer .footer-contents .contact {
		width: 100%;
	}
	footer .footer-contents .map {
		height: 400px;
	}
	footer .footer-contents .contact {
		padding: 1em;
	}
	footer .footer-contents .contact .footer-menu .menu,
	footer .footer-contents .contact .footer-menu .button {
		width: 100%;
	}
}

.under .main-img {
	background: #d8edf6;
	text-align: center;
	margin-bottom: 90px;
}
.under .main-img img {
	width: 100%;
	max-width: 1600px;
}
.under footer {
	margin-top: 140px; 
}
@media screen and (max-width: 768px) {
	.under .main-img {
        margin-bottom: 50px;
    }
    .under footer {
        margin-top: 80px; 
    }
}
@media screen and (max-width: 480px) {
	.under .main-img {
        margin-bottom: 30px;
    }
}

.under.branch-business .main-img .inner {
	display: flex;
	justify-content: space-between;
}
.under.branch-business .main-img .inner {
	display: flex;
	justify-content: space-between;
}
.under.branch-business .main-img .inner .img {
	width: 65%;
	height: 300px;
	background: url("../images/business/img-bg.jpg") no-repeat;
	background-size: cover;
}
.under.branch-business .main-img .inner h2 {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 100px;
}
.under.branch-business .main-img .inner h2 img {
	width: auto;
	text-align: right;
}
.under .business-area {
	margin-top: 70px;
}
.under .business-area h2 {
	background: #ffef7f;
	border-radius: 20px;
	padding: 0.5em 0 1em 0;
	margin-bottom: 30px;
}
.under .business-area h2 {
	background: #ffef7f;
	border-radius: 20px;
	padding: 0.5em 0 1em 0;
	margin-bottom: 30px;
}
.under .business-area .inner {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.under .business-area .explan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business-area .inner .text {
	flex: 1;
}
.business-area .inner .text p {
	margin-bottom: 30px;
}
.business-area .inner .text div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.business-area .inner .text div span {
	display: block;
	color: #3e99e3;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #3e99e3;
	border-radius: 20px;
	padding: 0 1.5em;
}
.business-area .inner .text p.blue-frame {
	color: #3e99e3;
    font-size: 1.8rem;
	line-height: 1.6;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3e99e3;
    border-radius: 20px;
    padding: 0.2em 1.5em 0.3em 1.5em;
	margin-bottom: 15px;
}
.business-area .inner .illust {
	width: 195px;
	min-height: 200px; 
	text-align: right;
}
.business-area .blue-box {
	background: #d8edf6;
	padding: 20px 40px;
	box-sizing: border-box;
}
.business-area .blue-box + .blue-box {
	margin-top: 30px;
}
.business-area > .button-area {
	margin-top: 40px;
}
.business-area .blue-box .blue-box-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business-area .blue-box h3 {
	margin-bottom: 15px;
}
.business-area .blue-box > p {
	text-align: center;
	margin-bottom: 20px;
}
.business-area.business-01 .blue-box .blue-box-inner .white-box {
	width: 48%;
	background: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
}
.business-area.business-02 .blue-box .blue-box-inner .white-box {
	width: 100%;
	background: #fff;
	padding: 20px 25%;
	box-sizing: border-box;
}
.business-area .blue-box .blue-box-inner .white-box h4 {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.business-area .blue-box .blue-box-inner .white-box h4 .line {
	display: block;
    position: absolute;
    background: #3e99e3;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 50%;
	margin-left: -25px;
}
.business-area .blue-box .blue-box-inner .white-box p,
.business-area .blue-box .blue-box-inner .white-box ol li {
	text-align: left;
}
.business-area .blue-box .blue-box-inner .white-box p + ol {
	margin-top: 10px;
}
.business-area .blue-box .blue-box-inner .white-box ol + p {
	margin-top: 10px;
}
.business-area .blue-box .blue-box-inner .white-box ol {
	list-style-type: none;
    counter-reset: my-counter;
}
.business-area .blue-box .blue-box-inner .white-box ol li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: 5px;
}
.business-area .blue-box .blue-box-inner .white-box ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
	padding-right: .5em;
	font-weight: bold;
	color: #3e99e3;
}
.business-area.frame {
	border: 1px #ddd dashed;
	padding: 30px;
	box-sizing: border-box;
}
.business-area.frame h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
}
.business-area.frame dl dt {
	float: left;
}
.business-area.frame dl dt:before {
	content: "●";
	margin-right: 10px;
	color: #3e99e3;
}
.business-area.frame dl dd {
	margin-bottom: 15px;
	margin-left: 150px;
	text-align: left;
}
.business-area.frame dl dd:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 900px) {
	.business-area .inner .text div span {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 769px) {
	.under.branch-business .catch-copy-sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
    .under.branch-business .main-img .inner .img {
        height: 150px;
		padding-bottom: 0;
    }
	.under.branch-business .main-img .inner h2 {
        padding-right: 0;
		justify-content: center;
    }
	.under.branch-business .catch-copy-pc {
		display: none;
	}
	.under.branch-business .catch-copy-sp {
		font-weight: bold;
		text-align: center;
	}
	.under.branch-business .business-area .inner .text div span {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.under.branch-business .business-area .inner .text,
	.under.branch-business .business-area .inner .illust {
		width: 100%;
	}
	.under.branch-business .business-area .inner .illust {
		order: 1;
		text-align: center;
		min-height: auto;
		margin-bottom: 30px;
	}
	.under.branch-business .business-area .inner .illust img {
		width: 120px;
	}
	.under.branch-business .business-area .inner .text {
		order: 2;
	}
	.under.branch-business .business-area .inner .text .post {
		margin-bottom: 0;
	}
	.under.branch-business .business-area h2 img {
		height: 17px;
	}
	.under .business-area h2 {
		padding: 0.1em 0 1em 0;
	}
	.under .business-area {
		margin-top: 50px;
	}
	.business-area .blue-box {
		padding: 20px;
	}
	.business-area .blue-box h3 img {
		height: 18px;
	}
	.business-area.business-01 .blue-box .blue-box-inner .white-box {
		width: 100%;
		padding: 20px;
		margin-bottom: 10px;
	}
	.business-area .blue-box .blue-box-inner .white-box h4 {
		font-size: 1.6rem;
	}
	.business-area .inner .text p.blue-frame {
		font-size: 1.6rem;
	}
	.business-area .inner .text p.blue-frame:last-child {
		margin-bottom: 0;
	}
	.business-area.business-02 .blue-box .blue-box-inner .white-box {
		padding: 20px;
	}
	.business-area > .button-area {
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.under.branch-business .main-img .inner .img {
		width: 100%;
		height: 100px;
	}
	.under.branch-business h2.for-sp {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: bold;
		color: #3e99e3;
	}
}

.under.branch-service .main-img .inner {
	display: flex;
	justify-content: space-between;
}
.under.branch-service .main-img .inner .img {
	width: 65%;
	height: 300px;
	background: url("../images/service/img-bg.jpg") no-repeat;
	background-size: cover;
}
.under.branch-service .main-img .inner h2 {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 100px;
}
.under.branch-service .main-img .inner h2 img {
	width: auto;
	text-align: right;
}
.under .service-button {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.under .service-area {
	margin-top: 70px;
}
.under .service-area .inner {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.under .service-area .inner + h3 {
	margin-top: 50px;
}
.under .service-area h2 {
	text-align: center;
	padding: 38px 0 35px 0;
}
.under .service-area h3 {
	color: #3e99e3;
	background: #d8edf6;
	padding: 5px 40px 15px 40px;
	margin-bottom: 25px;
}
.under .service-area ul {
	margin-bottom: 30px;
}
.under .service-area ul li {
	text-indent: -1.2em;
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.under .service-area ul li:before {
	font-family: FontAwesome;
	content: '\f054';
	color: #3e99e3;
	margin-right: 0.5em;
}
.service01 h2 {
	background: url("../images/service/img-service01.svg") no-repeat;
	background-position: right 20% bottom 0;
}
.service02 h2 {
	background: url("../images/service/img-service02.svg") no-repeat;
	background-position: right 20% bottom 0;
}
.service03 h2 {
	background: url("../images/service/img-service03.jpg") no-repeat;
	background-position: right 20% bottom 0;
}
@media screen and (max-width: 980px) {
	.under .service-button .service-button-item {
		margin: 0 auto 20px auto;
	}
	.under .service-button .service-button-item:last-child {
		margin: 0 auto;
	}
    .service01 h2 {
        background: none;
    }
    .service02 h2 {
        background: none;
    }
}
@media screen and (max-width: 768px) {
    .under.branch-service .main-img .inner .img {
        height: 150px;
		padding-bottom: 0;
    }
	.under.branch-service .main-img .inner h2 {
        padding-right: 0;
		justify-content: center;
    }
    .under .service-area.frame {
        width: 90%;
    }
    .under .service-area.frame dl dt {
		float: none;
    }
    .under .service-area.frame dl dd {
		margin-left: 25px;
    }
}
@media screen and (min-width: 651px) {
	.pickup-sp {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	.pickup-pc {
		display: none;
	}
	.pickup-sp {
		background: #fcded3;
		line-height: 1.6;
		font-size: 1.6rem;
		color: #f05a24;
		padding: 10px;
	}
}
@media screen and (max-width: 480px) {
	.under .service-area {
		margin-top: 0;
	}
	.under.branch-service .main-img .inner .img {
		width: 100%;
		height: 100px;
	}
	.under.branch-service h2.for-sp {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: bold;
		color: #3e99e3;
	}
	.under .service-button .service-button-item img {
		width: 100%;
		max-width: 450px;
	}
	.under .service-area h2 img {
		width: 100%;
		max-width: 300px;
	}
	.under .service-area h3 {
		padding: 5px 10px 10px 10px;
		font-size: 1.8rem;
		font-weight: bold;
	}
}

.under.branch-contact .main-img .inner {
	display: flex;
	justify-content: space-between;
}
.under.branch-contact .main-img .inner .img {
	width: 65%;
	height: 300px;
	background: url("../images/contact/img-bg.jpg") no-repeat;
	background-size: cover;
}
.under.branch-contact .main-img .inner h2 {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 100px;
}
.under.branch-contact .main-img .inner h2 img {
	width: auto;
	text-align: right;
}
.under .contact-area .inner {
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
}
.under .contact-area.contact01 {
	margin-bottom: 100px;
}
.under .contact-area.contact01 .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.under .contact-area.contact01 .inner .icon {
	margin-right: 2.4em;
}
.under .contact-area.contact01 .inner .text {
	flex: 1;
}
.under .contact-area.contact01 .inner .text h2 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #3e99e3;
	line-height: 1;
	margin-bottom: 10px;
}
.under .contact-area.contact01 .inner .contact-tel {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.under .contact-area.contact01 .inner .contact-tel .title span {
	display: block;
	background: #ffef7f;
	font-size: 1.3rem;
	font-weight: bold;
	color: #3e99e3;
	padding: 2px 20px;
	margin-right: 20px;
	border-radius: 16px;
}
.under .contact-area.contact01 .inner .contact-tel .contents {
	color: #3e99e3;
	font-weight: bold;
	line-height: 1;
}
.under .contact-area.contact01 .inner .contact-tel .contents .tel {
	font-size: 2rem;
	margin-bottom: 10px;
}
.under .contact-area.contact01 .inner .contact-tel .contents .tel .number {
	font-size: 2.6rem;
}
.under .contact-area.contact02 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.under .contact-area.contact02 ul {
	margin-bottom: 80px;
}
.under .contact-area.contact02 ul li {
	text-indent: -1.2em;
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: 20px;
}
.under .contact-area.contact02 ul li:before {
    font-family: FontAwesome;
    content: '\f054';
	color: #3e99e3;
	margin-right: 0.5em;
}
.under .contact-area .form-area .form-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.under .contact-area .form-area .form-item:last-child {
	margin-bottom: 50px;
}
.under .contact-area .form-area .form-item .head {
	position: relative;
	width: 30%;
}
.under .contact-area .form-area .form-item .head span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.3rem;
	background: #c0272d;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
.under .contact-area .form-area .form-item .input {
	width: 65%;
	margin-left: 20px;
	box-sizing: border-box;
}
.under .contact-area .form-area .form-item .input input {
	width: 100%;
}
.under .contact-area .form-area .form-item .input input[type = "text"] {
	height: 40px;
	border-radius: 1.5px;
	border: none;
	background: #ebebeb;
}
.under .contact-area .form-area .form-item .input select {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #989898;
}
.under .contact-area .form-area .form-item .input textarea {
	width: 100%;
	height: 80px;
	border-radius: 1.5px;
	border: none;
	background: #ebebeb;
}
.under .contact-area .text-privacy {
	text-align: center;
	margin-bottom: 50px;
}
.under .contact-area iframe {
	width: 100%;
	height: 300px;
	border: 1px solid #989898;
	margin-bottom: 50px;
}
.under .contact-area .consent {
	text-align: center;
	margin-bottom: 80px;
}
.under .contact-area .consent input {
	margin-right: 1em;
}
.under .contact-area .button-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.under .contact-area .button-area input {
	border: none;
}
.under .contact-area .button-area .clear-button {
	width: 170px;
	text-align: center;
    display: inline-block;
    padding: 0.5em 1.5em;
	margin: 0 25px;
    text-decoration: none;
    background: #fff5d6;/*ボタン色*/
    color: #faaf3b;
    border-bottom: solid 5px #ffef7f;
    border-radius: 10px;
	font-size: 1.8rem;
}
.under .contact-area .button-area .clear-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.under .contact-area .button-area .send-button {
	width: 170px;
	text-align: center;
    display: inline-block;
    padding: 0.5em 1.5em;
	margin: 0 25px;
    text-decoration: none;
    background: #3e99e3;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 5px #0060b7;
    border-radius: 10px;
	font-size: 1.8rem;
}
.under .contact-area .button-area .send-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.under .contact-area h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #3e99e3;
    background: #d8edf6;
    padding: 10px 40px;
    margin-bottom: 25px;
}
.under .contact-area #form-tbl #form {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
}
.under .contact-area #form-tbl #form th,
.under .contact-area #form-tbl #form td {
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	padding: 5px 10px;
	box-sizing: border-box;
}
.under .contact-area #form-tbl #form th {
	background: #eee;
}
.under .contact-area #form-tbl #form td .msg {
	font-weight: bold;
	color: #C90003;
}
.under .contact-area #form-tbl #form td .msg:before {
	content: "※";
}
@media screen and (max-width: 768px) {
    .under.branch-contact .main-img .inner .img {
		width: 100%;
        height: 150px;
		padding-bottom: 0;
    }
	.under.branch-contact .main-img .inner h2 {
        padding: 0 5%;
		justify-content: center;
    }
	.under .contact-area .form-area .form-item .head {
		width: 100%;
		margin-bottom: 15px;
	}
	.under .contact-area .form-area .form-item .input {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.under.branch-contact .main-img .inner .img {
		width: 100%;
		height: 100px;
		background-position: bottom;
	}
	.under.branch-contact h2.for-sp {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: bold;
		color: #3e99e3;
	}
	.under .contact-area.contact01 {
		margin-bottom: 50px;
	}
	.under .contact-area.contact01 .inner {
		margin-bottom: 30px;
	}
	.under .contact-area.contact01 .inner:last-child {
		margin-bottom: 0;
	}
	.under .contact-area.contact01 .inner .icon,
	.under .contact-area.contact01 .inner .text {
		width: 100%;
	}
	.under .contact-area.contact01 .inner .icon {
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.under .contact-area.contact01 .inner .text {
		text-align: center;
		margin-bottom: 30px;
	}
	.under .contact-area.contact01 .inner .contact-tel .title {
		width: 100%;
		margin-bottom: 20px;
	}
	.under .contact-area.contact01 .inner .contact-tel .title span {
		width: 100%;
		box-sizing: border-box;
	}
	.under .contact-area.contact01 .inner .contact-tel .contents {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.under .contact-area .consent {
		margin-bottom: 50px;
	}
	.under .contact-area .button-area .clear-button,
	.under .contact-area .button-area .send-button {
		width: 100%;
		margin: 0;
	}
	.under .contact-area .button-area .clear-button {
		margin-bottom: 20px;
	}
    .under .contact-area #form-tbl #form th,
    .under .contact-area #form-tbl #form td {
		display: block;
		width: 100%;
    }
}

.privacy-area .inner {
	padding: 20px 40px;
}
.privacy-area .inner h2 {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.privacy-area .inner h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
.privacy-area .inner p {
	margin-bottom: 20px;
}
.privacy-area ol {
	list-style-type: none;
    counter-reset: my-counter;
	margin-bottom: 20px;
}
.privacy-area ol li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: 5px;
}
.privacy-area ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
	padding-right: .5em;
}