@charset "utf-8";

/* top */

/* ttl-set
----------------------------------------- */
.ttl-set {
	font-weight: bold;
	text-align: center;
}
.ttl-set .eng {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: #4fb1dd;
}
.ttl-set .jpn {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.ttl-set h3 {
	margin-bottom: 30px;
}
.ttl-set h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin: 20px auto 0;
	background-color: #4fb1dd;
	vertical-align: bottom;
	border-radius: 4px;
	text-align: center;
}
.ttl-set p {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: left;
	font-size: 13px;
}


/* main-visual
----------------------------------------- */
#main-visual {
	position: relative;
	min-height: 280px;
	padding:16px 0 80px 0;
	background:#f5f5f5 url("../../images/mainvisual.jpg") center 0 no-repeat;
	background-size:auto 100%;
	font-size:21px;
}
#main-visual .fukidashi {
	max-width: 60%;
	width:544px;
	height: auto;
	margin-bottom: 10px;
}

#main-visual section {
	max-width: 1000px;
	margin: 0 auto;
	padding:3vh 20px;
}

@media only screen and (max-width:740px) {

	#main-visual { 
		font-size:18px; 
		background:#f5f5f5 url("../../images/mainvisual_s.jpg") center top no-repeat;
		background-size:cover;
	}
}
@media only screen and (max-width:600px) {

	#main-visual { 
		font-size:16px; 
	}
}
@media only screen and (max-width:480px) {

	#main-visual { 
		font-size:12px; 
		background-position:40% top;
	}
}
#main-visual h2 {
	margin:0 0 8px;
	font-size:1em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
	color: #0071db;
	text-shadow:0 1px 8px rgba(255,255,255,1);
}
#main-visual h2 span {
	font-size:1.3em;
}
#main-visual h2 strong {
	font-size:2.3em;
}
#main-visual h3 {
	font-size:16px;
	font-weight: bold;
}
#main-visual h3 span { display:block; }

/* search-box
----------------------------------------- */
.main-under {
	margin-top: -60px;
}
.search-box-wrapper {
	padding: 55px 0;
	background-color: #fcf4e4;
}
.search-box {
	position: relative;
	margin: 0 20px 0;
	padding: 20px;
	background-color: #4fb1dd;
	border-radius: 3px;
}
.search-box-ttl {
	position:static;
	left:initial; top:initial;
	font-size:18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4;
	display:block;
	text-align:left;
	padding:12px 20px 12px;
	margin:-20px -20px 8px;
	border-radius: 3px  3px 0 0;
	transform:rotate(0);
	background-color:#0074be;
}
.search-box-ttl span {
	font-size:1.3em;
}
.area-icon {
	position: absolute;
	-wbekit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:21px;
	border-radius:50%;
	line-height:1em;
	width:4.0em;
	height:4.0em;
	padding:1.2em 0;
	vertical-align:middle;
	background-color:#ffcc00;
	text-align:center;
	text-shadow:0 1px 1px rgba(0,0,0,.2);
	font-weight:bold;
	color:#fff;
	border:.3em solid #ffee31;
	top:initial;
	bottom:16px;
	right:16px;
}
.search-box .area-icon {
	top: -.8em;
	bottom:initial;
	right:.4em;
}
address.footer-address { text-decoration:none; font-style:normal; }


@media only screen and (min-width:740px) {

	#main-under .search-box-ttl {
		font-size:24px;
	}
	#main-visual .area-icon {
		font-size:36px;
	}
}
.search-box-input p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.search-box-input span {
	font-size: 14px;
}
.search-box-input select {
	width: 100%;
	height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 10px;
	background: none transparent;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/select-arrow.png);
    background-repeat:no-repeat;
    background-size:40px 40px;
    background-position:right center;
    cursor:pointer;
}
select::-ms-expand {
    display: none;
}
button.submit-button {
	-webkit-appearance: none;
	width: 100%;
	margin-top: 20px;
	padding:12px 0;
	border-radius: 6px;
	/*border: solid 6px #ffd12c;*/
	background-color: #ffd12c;
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	transition: all .4s;
}
button.submit-button:hover {
	/*border: solid 6px #ffd12c;*/
	background-color: #ffba00;
}
button.submit-button span {
	display:inline-block; margin-right:.6em;
	background:#FFFFFF; border-radius:3px; padding:.2em .3em; font-size:.9em; 
}
button.submit-button strong {
	display:inline-block;
}
button.submit-button strong:after {
	display:inline-block; margin-left:.6em; content:'▶︎';
}
.formnote {
	font-size:11px; line-height:1.4em;
	text-align:left;
	margin-top:.8em;
}
.formnote br {
 display:none;
}

/* contents
----------------------------------------- */
/* introduction-copy */
.introduction-copy {
	margin: 30px 0 20px;
	padding: 0 20px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.introduction-copy strong {
	color: #1ab4f9;
	font-weight: bold;
	font-size: 15px;
}
.introduction-copy br {
	display:none;
}
.introduction-copy p {
	margin-bottom: 16px;
}
.introduction-copy p:last-child {
	margin-bottom: 0;
}

/* merit-sec */
.merit-sec {
	padding: 80px 0 30px;
	background: url("../../images/merit-sec-tree.png") 0 0 repeat-x;
	background-size: 145px 80px;
	background-color: #ffd12c;
}
.merit-sec-inner {
	padding: 20px 20px 0;
}
.merit-sec h3 {
	width: 90%;
	height: auto;
	margin: 0 auto 25px;
}
.merit-list li {
	float: left;
	width: 47%;
}
.merit-list li:nth-child(odd) {
	margin-right: 6%;
}
.merit-num {
	position: relative;
	width: 40%;
	margin: 0 auto 5px;
	background-color: #FFFFFF;
	border-radius: 3px;
	color: #ffac0b;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.merit-num span {
	font-size: 15px;
}
.merit-num:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -4px;
	width: 6px;
	height: 4px;
	margin-left: -3px; /* Èý½ÇÐÎ»­Ïñ¤Î·ù¤Î°ë·Ö */
	background: url("../../images/merit-sec-arrow.png") top left no-repeat;
	background-size: 6px 4px;
}
.merit-list h4 {
	margin-bottom: 7px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
}
.merit-list h4.two-line {
	padding-top: 0;
	font-size: 12px;
	line-height: 1.4;
}
.merit-list h4 br {
	display: none;
}
.merit-img {
	margin-bottom: 8px;
}
.merit-text {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.6;
}

/* price-sec */
.price-sec {
}
.price-intro {
	padding: 75px 20px;
	background: url("../../images/price-sec-bg.jpg") center 0 no-repeat;
	background-size: cover;
}
.price-intro-inner {
	padding-bottom: 35px;
	border: 4px solid #FFFFFF;
	border-radius: 6px;
}
.house-icon {
	width: 55px;
	height: auto;
	margin: -30px auto 20px;
}
.price-theme {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.price-theme span {
	font-size: 18px;
	color: #1a78f9;
}
span.yellow-line {
	color: #000000;
}
.yellow-line {
	background: linear-gradient(transparent 60%, #ffd12c 60%);
}
.price-arrow {
	margin-bottom: 15px;
	padding-bottom: 40px;
	background: url("../../images/price-sec-arrow-black.png") center bottom no-repeat;
	background-size: 41px 15px;
}
.price-point-wrapper {
	margin-top: -20px;
	padding-bottom: 40px;
	background: url("../../images/price-sec-blue-bg.png") center 0 no-repeat;
	background-size: 1000px 1500px;
}
.price-point {
	padding-top: 50px;
}
.point-box {
	margin-bottom: 30px;
}
.point-box .ttl-set .eng {
	color: #4fb1dd;
}
.point-box .ttl-set h3:after {
	background-color: #4fb1dd;
}
.price-conclusion {
	width: 96%;
	margin: 0 auto;
	padding-top: 50px;
	background: url("../../images/price-sec-arrow-blue.png") center top no-repeat;
	background-size: 62px 21px;
}

/* voice-sec */
.voice-sec {
	margin: 50px 0 50px;
}
.voice-sec .ttl-set .eng {
	color: #ee8823;
}
.voice-sec .ttl-set h3:after {
	background-color: #ee8823;
}
.voice-sec .ttl-set p br {
	display: none;
}
.voice-sec-inner {
	padding: 30px 20px 35px;
	background: url("../../images/voice-sec-bg.png") 0 0;
	background-size: 25px 25px;
}
.voice-list li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1b982;
}
.voice-sec .voice-img {
	width: 55%;
	height: auto;
	margin: 0 auto 25px;
}
.voice-sec .voice-lead {
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: url("../../images/voice-sec-arrow.png") center bottom no-repeat;
	background-size: 77px 18px; 
}
.voice-sec .voice-lead span {
	font-weight: bold;
	color: #e95e38;
}
.voice-point-box {
	padding: 15px 10px;
	background:linear-gradient(#FFFFFF, #fff9e8);
	border-radius: 6px;
	text-align: center;
}
.voice-point-box span {
	font-size: 12px;
}
.voice-point-box p {
	display: inline;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	color: #00a49c;
	background: linear-gradient(transparent 70%, #ffd12c 60%);
}
.voice-sec .text-side-left {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1b982;
}
.more-btn {
	width: 68%;
	margin: 35px auto 0;
	padding: 13px 0;
	border: 4px solid #ffd12c;
	border-radius: 6px;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.voice-link-text {
	margin-top: 15px;
	padding: 0 20px;
	font-size: 12px;
}
.voice-link-text a {
	color: #1ab4f9;
	text-decoration: underline;
}
.hide-list {
	display: none;
}

/* associate-sec */
.associate-sec {
	margin-bottom: 50px;
}
.associate-sec .ttl-set .eng {
	color: #76cdc9;
}
.associate-sec .ttl-set h3:after {
	background-color: #76cdc9;
}
.associate-sec .ttl-set p br {
	display: none;
}
.associate-inner {
	padding: 25px 20px;
	background-color: #dbf2f1;
}
.associate-logo {
}
.associate-logo > * { display:block; float:left; position:relative; width:48%; height:auto; margin:4px 1%; background:#fff; }
.associate-logo > *:before { content:''; display:block; padding:20% 0 0 0 ; }
.associate-logo > * img { position:absolute; left:0;right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; }
.associate-logo > *:nth-child(2n+1) { clear:left; }
.associate-logo:after { clear:both; display:block; content:''; }
.associate-logo + p { text-align:center; }

/* agency-sec */
.agency-sec {
	margin-bottom: 50px;
}
.agency-sec .ttl-set .eng {
	color: #7bd35c;
}
.agency-sec .ttl-set h3:after {
	background-color: #7bd35c;
}
.agency-sec .ttl-set p br.no-sp {
	display: none;
}
.agency-sec .ttl-set .note {
	font-size: 11px;
	font-weight: normal;
}
.agency-list>li {
	margin-bottom: 35px;
}
.agency-list li:last-child {
	margin-bottom: 0;
}
.agency-list-img {
	width: 55%;
	height: auto;
	margin: 0 auto 25px;
}
.agency-list section {
	padding: 0 20px;
}
.agency-list section p {
	font-size: 13px;
}
.agency-list .sub-ttl {
	margin-bottom: 10px;
	padding-left: 22px;
	background: url("../../images/agency-sec-circle.png") 0 center no-repeat;
	background-size: 15px 15px;
	font-size: 16px;
	font-weight: bold;
}
.agency-list .sub-ttl-img {
	width: 75%;
	height: auto;
	margin: 0 auto 15px;
}
.agency-lead {
	margin-bottom: 15px;
}
.agency-inner-list {
	margin-top: 10px;
}
.agency-inner-list li {
	font-size: 11px;
}

/* profile-sec */
.profile-sec {
	padding: 35px 20px;
	background: url("../../images/profile-sec-bg.jpg") center 0 no-repeat;
	background-size: cover;
}
.profile-sec h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.profile-text {
	margin-bottom: 25px;
	font-size: 13px;
}
.profile-sec br.no-sp {
	display: none;
}
.profile-box {
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.6;
}
.profile-box li {
	overflow: hidden;
}
.profile-com-logo {
	margin-bottom: 15px;
}
.profile-com-logo img {
	width:auto; max-width:100%; height:auto;
}
.profile-com-text {
	margin-bottom: 20px;
}
.profile-box li > span {
	display: block;
	float: left;
	width: 17%;
	font-weight: bold;
}
.profile-box li > p {
	float: left;
	width: 83%;
}
.profile-box-right {
	margin-bottom: 15px;
}
.person-img {
	float: left;
	width: 55%;
	margin-bottom: 15px;
}
.person-text {
	float: right;
	width: 40%;
	margin-bottom: 15px;
}
.person-name {
	margin-bottom: 5px;
	font-weight: bold;
}
.person-age {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ffd12c;
	font-weight: bold;
}
.person-words span {
	font-weight: bold;
}
.person-appeal span {
	font-weight: bold;
}







@media only screen and (min-width:960px) {

/* ttl-set
----------------------------------------- */
.ttl-set {
	font-weight: bold;
	text-align: center;
}
.ttl-set .eng {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #4fb1dd;
}
.ttl-set .jpn {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5;
}
.ttl-set h3 {
	margin-bottom: 35px;
}
.ttl-set h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	margin: 30px auto 0;
	background-color: #4fb1dd;
	vertical-align: bottom;
	border-radius: 4px;
	text-align: center;
}
.ttl-set p {
	margin-bottom: 50px;
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
}


/* main-visual
----------------------------------------- */
#main-visual {
	position: relative;
	min-height: 280px;
	padding:16px 0 168px 0;
	font-size:24px;
}
@media only screen and (min-height:740px) {
	#main-visual {
		padding:32px 0 184px 0;
	}

}

#main-visual h3 {
	font-size:18px;
	width:60%;
}

#main-visual h3 span { display:inline-block; }

/* search-box
----------------------------------------- */
.main-under {
	margin-top: -80px;
}
.search-box-wrapper {
	padding: 100px 0 80px;
	background-color: #fcf4e4;
}
.search-box {
	width: 1000px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto 0;
	padding: 25px 30px;
	background-color: #4fb1dd;
	border-radius: 6px;
	box-shadow: 0px 3px 0 #0074be;
}

.area-icon {
	font-size:27px;
	top: initial;
	bottom:20px;
	right:20px;
}
.search-box .area-icon {
	top: -2.8em;
	bottom:initial;
	right:.2em;
}

.main-under .search-box-ttl {
	font-size:28px;
}
.search-box-ttl {
	position:absolute;
	left:-1.2em; top:-2.75em;
	font-size:18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4;
	display:block;
	padding:8px;
	border-radius: 3px;
	transform:rotate(-7deg);
	background-color:#0074be;
}

@media only screen and (max-width:1200px) {
	
	.search-box-ttl {
		left:1em; top:-2.75em;
	}

}

.search-box-input li {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.search-box-input li:last-child {
	margin-right: 0;
}
.search-box-input p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.search-box-input span {
	font-size: 20px;
}
.search-box-input select {
	width: 100%;
	height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 10px 0 10px 15px;
	background: none transparent;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/select-arrow.png);
    background-repeat:no-repeat;
    background-size:50px 50px;
    background-position:right center;
    cursor:pointer;
}
select::-ms-expand {
    display: none;
}
.formnote {
	font-size:12px;
	text-align:center;
}
.formnote br {
 display:block;
}

button.submit-button {
	padding:18px 0;
}

/* contents
----------------------------------------- */
/* introduction-copy */
.introduction-copy {
	width: 1000px;
	margin: 48px auto 40px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.introduction-copy strong {
	color: #1ab4f9;
	font-size: 20px;
}
.introduction-copy br {
	display:block;
}
.introduction-copy p {
	margin-bottom: 30px;
	font-weight: bold;
}
.introduction-copy p:last-child {
	margin-bottom: 0;
}

/* merit-sec */
.merit-sec {
	padding: 160px 0 70px;
	background: url("../../images/merit-sec-tree.png") 0 0 repeat-x;
	background-size: 290px 160px;
	background-color: #ffd12c;
}
.merit-sec-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0;
}
.merit-sec h3 {
	width: 590px;
	height: auto;
	margin: 0 auto 45px;
}
.merit-list li {
	float: left;
	width: 230px;
	margin-right: 26px
}
.merit-list li:nth-child(odd) {
	margin-right: 26px
}
.merit-list li:last-child {
	margin-right: 0;
}
.merit-num {
	position: relative;
	width: 90px;
	margin: 0 auto 15px;
	background-color: #FFFFFF;
	border-radius: 6px;
	color: #ffac0b;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.merit-num span {
	font-size: 22px;
}
.merit-num:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -4px;
	width: 6px;
	height: 4px;
	margin-left: -3px; /* Èý½ÇÐÎ»­Ïñ¤Î·ù¤Î°ë·Ö */
	background: url("../../images/merit-sec-arrow.png") top left no-repeat;
	background-size: 6px 4px;
}
.merit-list h4 {
	margin-bottom: 18px;
	padding-top: 5px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
}
.merit-list h4.two-line {
	padding-top: 0;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 1.4;
}
.merit-list h4 br {
	display: none;
}
.merit-img {
	margin-bottom: 20px;
}
.merit-text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}

/* price-sec */
.price-sec {
}
.price-intro {
	padding: 130px 0;
	background: url("../../images/price-sec-bg.jpg") center 0 no-repeat;
	background-size: cover;
}
.price-intro-inner {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
	border: 8px solid #FFFFFF;
	border-radius: 6px;
}
.house-icon {
	width: 109px;
	height: auto;
	margin: -55px auto 40px;
}
.price-theme {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.price-theme span {
	font-size: 40px;
	color: #1a78f9;
}
span.yellow-line {
	color: #000000;
}
.yellow-line {
	background: linear-gradient(transparent 75%, #ffd12c 60%);
}
.price-arrow {
	margin-bottom: 30px;
	padding-bottom: 80px;
	background: url("../../images/price-sec-arrow-black.png") center bottom no-repeat;
	background-size: 82px 31px;
}
.price-point-wrapper {
	margin-top: -40px;
	padding-bottom: 100px;
	background: url("../../images/price-sec-blue-bg.png") center 0 no-repeat;
	background-size: 2000px 3000px;
}
.price-point {
	padding-top: 100px;
}
.point-box {
	width: 1000px;
	margin: 0 auto 100px;
}

.point-box .ttl-set .eng {
	color: #4fb1dd;
}
.point-box .ttl-set h3:after {
	background-color: #4fb1dd;
}
.price-conclusion {
	width: 842px;
	margin: -30px auto 0;
	padding-top: 100px;
	background: url("../../images/price-sec-arrow-blue.png") center top no-repeat;
	background-size: 124px 42px;
}

/* voice-sec */
.voice-sec {
	margin: 120px 0 120px;
}
.voice-sec .ttl-set {
	margin-bottom: 70px;
}
.voice-sec .ttl-set .eng {
	color: #ee8823;
}
.voice-sec .ttl-set .jpn br {
	display: none;
}
.voice-sec .ttl-set h3:after {
	background-color: #ee8823;
}
.voice-sec .ttl-set p br {
	display: block;
}
.voice-sec-inner {
	padding: 80px 0 90px;
	background: url("../../images/voice-sec-bg.png") 0 0;
	background-size: 50px 50px;
}
.voice-list {
	width: 1000px;
	margin: 0 auto;
}
.voice-list li {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f1b982;
}
.voice-sec .voice-img {
	float: left;
	width: 360px;
	height: auto;
	margin: 0;
}
.voice-sec .text-side {
	float: right;
	width: 580px;
}
.voice-sec .voice-lead {
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url("../../images/voice-sec-arrow.png") center bottom no-repeat;
	background-size: 90px 21px;
	font-size: 18px;
}
.voice-sec .voice-lead span {
	font-weight: bold;
	color: #e95e38;
}
.voice-point-box {
	padding: 20px 10px 35px;
	background:linear-gradient(#FFFFFF, #fff9e8);
	border-radius: 6px;
	text-align: center;
}
.voice-point-box span {
	font-size: 18px;
	line-height: 1.8;
}
.voice-point-box p {
	display: inline;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.0;
	color: #00a49c;
	background: linear-gradient(transparent 70%, #ffd12c 60%);
}
.voice-sec .text-side-left {
	float: left;
	width: 460px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.voice-sec .text-side-right {
	float: right;
	width: 460px;
}
.hide-list section {
	background: url("../../images/voice-bg-line.png") center 0 repeat-y;
}
.more-btn {
	width: 350px;
	margin: 70px auto 0;
	padding: 13px 0;
	border: 4px solid #ffd12c;
	border-radius: 6px;
	background-color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: all .4s;
}
.more-btn:hover {
	border: 4px solid #ffd12c;
	background-color: #ffd12c;
	color: #FFFFFF;
}
.voice-link-text {
	width: 1000px;
	margin: 25px auto 0;
	padding: 0;
	font-size: 16px;
}
.voice-link-text a {
	color: #1ab4f9;
	text-decoration: underline;
}
.voice-link-text a:hover {
	color: #1ab4f9;
	text-decoration: none;
}
.hide-list {
	display: none;
}

/* associate-sec */
.associate-sec {
	margin-bottom: 120px;
}
.associate-sec .ttl-set .eng {
	color: #76cdc9;
}
.associate-sec .ttl-set h3:after {
	background-color: #76cdc9;
}
.associate-sec .ttl-set p br {
	display: block;
}
.associate-inner {
	padding: 70px 0;
	background-color: #dbf2f1;
}
.associate-logo {
	width: 1000px;
	margin: 0 auto;
}
.associate-logo > * { width:31.3333%; margin:8px 1%; }
.associate-logo > *:nth-child(2n+1) { clear:none; }
.associate-logo > *:nth-child(3n+1) { clear:left; }
/* agency-sec */
.agency-sec {
	margin-bottom: 120px;
}
.agency-sec .ttl-set .eng {
	color: #7bd35c;
}
.agency-sec .ttl-set h3:after {
	background-color: #7bd35c;
}
.agency-sec .ttl-set p br.no-sp {
	display: block;
}
.agency-sec .ttl-set .note {
	font-size: 14px;
	font-weight: normal;
}
.agency-list>li {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.agency-list li:last-child {
	margin-bottom: 0;
}
.agency-list-img {
	float: left;
	width: 360px;
	height: auto;
	margin: 0 auto 25px;
}
.agency-right {
	float: right;
	width: 590px;
	margin-top: 10px;
}
.agency-list section {
	padding: 0;
}
.agency-list section p {
	font-size: 16px;
}
.agency-list .sub-ttl {
	margin-bottom: 10px;
	padding-left: 35px;
	background: url("../../images/agency-sec-circle.png") 0 center no-repeat;
	background-size: 21px 21px;
	font-size: 24px;
	font-weight: bold;
}
.agency-list .sub-ttl-img {
	width: 366px;
	height: auto;
	margin: 0 0 25px;
}
.agency-lead {
	margin-bottom: 25px;
}
.agency-inner-list {
	margin-top: 10px;
}
.agency-inner-list li {
	font-size: 13px;
}



/* profile-sec */
.profile-sec {
	padding: 100px 0;
	background: url("../../images/profile-sec-bg.jpg") center 0 no-repeat;
	background-size: cover;
}
.profile-sec h3 {
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.profile-sec h3 br {
	display: none;
}
.profile-text {
	width: 1000px;
	margin: 0 auto 50px;
	font-size: 18px;
	text-align: center;
}
.profile-sec br.no-sp {
	display: block;
}
.profile-box {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.8;
}
.profile-box-left {
	float: left;
	width: 300px;
}
.profile-box-right {
	float: right;
	width: 590px;
}
.profile-box li {
	overflow: hidden;
}
.profile-com-logo {
	margin-bottom: 20px;
}
.profile-com-text {
	margin-bottom: 0;
}
.profile-box li > span {
	display: block;
	float: left;
	width: 17%;
	font-weight: bold;
}
.profile-box li > p {
	float: left;
	width: 83%;
}
.profile-box-right {
	margin-bottom: 0;
}
.person-img {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
.person-text {
	float: right;
	width: 260px;
	margin-bottom: 0;
}
.person-name {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
}
.person-age {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffd12c;
	font-weight: bold;
	font-size: 16px;
}
.person-words span {
	font-weight: bold;
}
.person-appeal span {
	font-weight: bold;
}


} 







