@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* キャンペーンページ用追加（20220529） */
b {
    font-weight: bold;
}
.pink {
  color: #DA1C5C;
}
.campaign-logo {
    display: block;
    margin: 20px auto 24px;
}

.campaign-present {
    margin: 20px 0 0 !important;
    padding: 20px;
    background: #eee;
    font-weight: bold;
}

.campaign-present p {
    font-size: 18px !important;
}

.campaign-table {
    margin: 20px 0 0;
}

.campaign-table th {
    background: #b4e3f1;
    border-bottom: 20px solid #fff;
    padding: 20px;
    font-weight: bold;
    border: 1px solid #7aaab9;
    vertical-align: middle;
    width: 250px;
}

.campaign-table td {
    padding: 20px;
    border: 1px solid #7aaab9;
}

a.member-button {
    display: block;
    overflow: hidden;
    clear: both;
    background: #DA1C5C;
    color: #FFF;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    width: 95%;
    max-width: 600px;
    margin: 30px auto 30px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 3px 0 #a61544;
    font-size: 24px;
    text-align: center;
}

a.entry-button {
	display:block;
	overflow:hidden;
	clear:both;
	background:#f79605;
	color:#FFF;
	border-radius:10px;
	padding:15px;
	box-sizing:border-box;
	width:95%;
	margin:30px auto 30px;
	font-weight:bold;
	letter-spacing:1px;
	box-shadow:0 3px 0 #c97d0b;
	font-size:24px;
	text-align: center;
}

@media only screen and (max-width:736px) {
    .campaign-table th {
        width: 100px;
    }
    a.member-button {
        font-size: 18px;
    }
    a.entry-button {
        font-size: 18px;
    }
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Noto Sans Japanese', sans-serif !important;
}
header {
	background: url(../img/headerback.jpg) no-repeat center top;
	padding: 50px 0 0;
}
#header {
  background-color: rgba(243,249,254,0.9);
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
h1.title {
	font-size: 20px;
	margin: 20px 0 3px 0;
}
h1.title span {
	position: relative;
	font-weight:bold;
	color:#3E3A39;
}
h1.title span:before {
	content: "";
	width: 100px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: -115px;
}
h1.title span:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	right: -115px;
}
h2.title {
	font-size: 42px;
	line-height: 1.5em;
}
h2.title span {
	font-size: 60px;
	color: #22346A;
	display: block;
	font-weight: bold;
}
h2.subtitle:before {
	content: "";
	background: url(../img/icon_person.png) no-repeat center top;
	background-size: 80px;
	width: 80px;
	height: 93px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
}
h2.subtitle {
	letter-spacing: 2px;
	padding-top: 100px;
	position: relative;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	font-size: 23px;
	color: #22346A;
	border-bottom: 3px solid #22346A;
	padding-bottom: 5px;
}
h2.subtitle span {
	font-weight: bold;
}
ul.top_icon_line {
	overflow: hidden;
	clear: both;
	max-width: 600px;
	margin:30px auto 10px;
}
ul.top_icon_line li {
	float: left;
	width: 32%;
	text-align: center;
	border: #22346A 3px solid;
	border-radius: 10px;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
}
ul.top_icon_line li:last-child {
	margin-right: 0;
}
ul.top_icon_line li img {
	width: 75px;
}
ul.top_icon_line li p {
	font-size: 22px;
	font-weight: bold;
	color: #22346A;
	line-height:30px;
}
ul.top_icon_line li p i{
	color:#DA1C5C;
	font-weight:bold;
	font-size:26px;
}
ul.top_icon_line li p span {
	font-size: 18px;
}
ul.top_icon_line li p span.big {
	font-size: 28px !important;
	line-height: 10px;
}
#first-book-area{
	background:#FFF;
	border-radius:20px;
	max-width:600px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:15px 25px;
	box-sizing:border-box;
}
.book-left{
		float:left;
	width:70%;
}
#first-book-area h2{
	font-size:18px;
	text-align:center;
	margin:20px 0;
	position:relative;
	z-index:999;
}
#first-book-area h2 span{
	font-size:24px;
	font-weight:bold;
	display:block;
	position:relative;
	z-index:999;
}
#first-book-area i{
	background:#FF3;
	width:380px;
	height:10px;
	position:absolute;
	top:50px;
	display:block;
	z-index:1;
}
.book-right{
	float:right;
	width:30%;
}
#first-book-area a{
	display:block;
	overflow:hidden;
	clear:both;
	background:#DA1C5C;
	color:#FFF;
	border-radius:10px;
	padding:15px;
	box-sizing:border-box;
	width:95%;
	margin:30px auto 30px;
	font-weight:bold;
	letter-spacing:1px;
	box-shadow:0 3px 0 #A61544;
	font-size:24px;
	text-align: center;
}
@media only screen and (max-width:736px) {
	.book-right img{
		width:100px;
	}
	#first-book-area{
		padding:0 10px 20px 10px;
		position:relative;
		border-radius:10px;
		background:none;
	}
	#first-book-area a{
		position:relative;
		padding:12px 16px;
		font-size:16px;
	}
	#first-book-area i{
	display:none;
	}
	#first-book-area h2{
	font-size:14px;
	margin:0 0 10px 0;
}
#first-book-area h2 span{
	font-size:18px;
	background: rgba(255,255,52,0.5);
	padding:5px 0;
	margin:2px 0;
	display:inherit !important
}
	ul.top_icon_line li p i{
		font-size:15px;
	}
header {
	padding: 20px 10px 20px 10px;
		background: url(../img/headerback.jpg) no-repeat center top;
		background-size:160%;
}
#header {
	padding: 20px 10px 10px 10px;
}
p.logo {
	max-width: 120px;
	margin: 0 auto;
}
p.logo img {
	max-width: 90%;
}
h1.title {
	font-size: 20px;
	margin: 15px 0 5px 0;
}
h1.title span:before {
	content: "";
	width: 10%;
	left: -15%;
}
h1.title span:after {
	content: "";
	width: 10%;
	right: -15%;
}
h2.title {
	font-size: 24px;
}
h2.title span {
	font-size: 26px;
}
ul.top_icon_line li {
	padding: 5px;
}
ul.top_icon_line li p {
	font-size: 13px;
	line-height:20px;
}
ul.top_icon_line li p span {
	font-size: 12px;
}
ul.top_icon_line li p span.big {
	font-size: 18px !important;
	line-height: 10px;
}
ul.top_icon_line li img {
	width: 70%;
}
h2.subtitle {
	font-size: 16px;
	margin: 0 20px;
}
}
/*==============================================================================================*/

.forcustomer {
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.forcustomer h3 {
	background: #22346A;
	color: #FFF;
	font-size: 30px;
	padding: 10px 0;
	position: relative;
}
.forcustomer h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #22346A;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -15px;
}
.forcustomer p {
	font-size: 20px;
	color: #22346A;
	margin: 30px 0 0 0;
	letter-spacing: 1px;
}
.forcustomer p span {
	color: #DA1C5C;
	font-weight: bold;
}
@media only screen and (max-width:736px) {
	.forcustomer{
		margin-bottom:50px;
	}
.forcustomer h3 {
	font-size: 20px;
}
.forcustomer p {
	font-size: 15px;
	letter-spacing: 0;
}
.forcustomer h3:after {
	content: "";
	border: 5px solid transparent;
	border-top: 10px solid #22346A;
	bottom: -15px;
}
}
/*==============================================================================================*/

.slide_contents {
	background: #F3F9FE;
	padding: 20px 0;
}
ul.house {
	max-width: 940px;
	margin: 0 auto;
}
ul.house li {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom:6px;
}
ul.house li img {
	width: 100%;
}
ul.house li h4 {
	font-size: 15px;
	margin: 10px 0 0 0;
}
ul.house li p {
	font-size: 13px;
	margin-bottom:10px;
}
ul.house li p span {
	color: #DA1C5C;
	font-size: 26px;
	font-weight: bold;
}
ul.house li i{
	border-top:2px solid #333;
	font-weight:bold;
	box-sizing:border-box;
	padding:10px 5px 2px 5px;
}
ul.house li i span{
	font-size:130%;
}
ul.icon {
	overflow: hidden;
	clear: both;
	margin: 5px 0 0 0;
}
ul.house li ul.icon li {
	white-space: nowrap;
	width: 32% !important;
	border: 2px solid #333;
	border-radius: 20px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding: 3px 5px 3px 5px;
	box-sizing: border-box;
	margin: 0 2% 0 0 !important;
	text-align: center;
}
ul.icon li:before {
	content: "　";
	background: url(../img/icon_check.png) 0 50% no-repeat;
	background-size: 12px;
	padding-right: 5px;
}
ul.house li ul.icon li:last-child {
	margin-right: 0 !important;
}
@media only screen and (max-width:736px) {
.slide_contents {
	background: none;
}
ul.house li h4 {
	font-size: 13px;
}
ul.house li p {
	font-size: 12px;
}
ul.house li p span {
	font-size: 23px;
}
ul.house li i{border-top:none;}
ul.house li p{margin-bottom: 0;}
}
/*==============================================================================================*/
section#merit {
	padding: 50px 0;
}
h3.title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
	text-align: center;
	color: #22346A;
}
h3.title span {
	font-weight: bold;
}
h3.title span.big {
	font-size: 1.5em;
    color: #da1c5c;
}
ul.merit_line {
	max-width: 1080px;
	margin: 25px auto;
	overflow: hidden;
	clear: both;
}
ul.merit_line li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
ul.merit_line li div {
    text-align: center;
}
ul.merit_line li div img {
    border-radius: 50%;
    width: 215px;
    height: 215px;
}
ul.merit_line li:last-child {
	margin-right: 0;
}
ul.merit_line li div span {
	float: left;
	display: block;
	color: #DA1C5C;
	margin-right: 10px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
ul.merit_line li:nth-child(1) div span, ul.merit_line li:nth-child(3) div span {
	padding-top: 85px;
}
ul.merit_line li:nth-child(2) div span {
	padding-top: 75px;
}
ul.merit_line li div span i {
	font-size: 18px;
}
ul.merit_line li h2 {
	color: #22346A;
	font-size: 20px;
	text-align: center;
	padding-left: 50px;
	font-weight: bold;
	letter-spacing: 1px;
}
ul.merit_line li p {
	padding-left: 50px;
	font-size: 13px;
	margin: 10px 0 0 0;
}
aside.part1 {
	max-width: 1080px;
	margin: -60px auto 0 auto;
	text-align: right;
	font-size: 11px;
}
img.vol {
	display: none;
}
@media only screen and (max-width:736px) {
h3.title {
	font-size: 20px;
}
section#merit {
	padding: 25px 0;
	background: url(../img/border.png) no-repeat center top;
	background-size: 100%;
}
img.vol {
	display: block;
	position: absolute;
	height: 20px;
	left: -20px;
	top: -10px;
}
ul.merit_line {
	padding-top: 10px;
	margin: 25px 0 0 0;
}
ul.merit_line li {
	float: none;
	width: auto;
	margin-right: 0;
	position: relative;
	background: #F3F9FE;
	margin: 0 20px 20px 20px !important;
	padding: 20px 10px 10px 10px;
}
ul.merit_line li:last-child {
	margin-bottom: 0 !important;
}
ul.merit_line li div span i {
	font-size: 14px;
	line-height: 20px;
}
ul.merit_line li div img {
	display: none;
}
ul.merit_line li div {
	float: right;
	background: #FFF;
	padding: 0 0 0 10px;
	border-right: 3px solid #DA1C5C;
	line-height: 12px;
}
ul.merit_line li:nth-child(1) div span, ul.merit_line li:nth-child(3) div span {
	padding-top: 0;
}
ul.merit_line li:nth-child(2) div span {
	padding-top: 0;
}
ul.merit_line li h2 {
	color: #22346A;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-left: 0;
}
ul.merit_line li p {
	padding-left: 0;
	font-size: 12px;
	margin: 10px 0 0 0;
}
aside.part1 {
	max-width: 1080px;
	margin: 10px 20px;
	text-align: right;
	font-size: 11px;
}
}
/*==============================================================================================*/


ul.trouble_list {
	max-width: 500px;
	margin: 0 auto 50px auto;
}
ul.trouble_list li {
	background: url(../img/icon_check2.png) left 50% no-repeat;
	background-size: 20px;
	font-size: 20px;
	border-bottom: 2px dotted #CCC;
	letter-spacing: 1px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0 0;
}
@media only screen and (max-width:736px) {
ul.trouble_list {
	margin: 0 20px 20px 20px;
}
ul.trouble_list li {
	background: url(../img/icon_check2.png) left 50% no-repeat;
	background-size: 15px;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding-bottom: 2px;
}
}
/*==============================================================================================*/
#feature {
	/* background: url(../img/featureback_pc.jpg) no-repeat center top #9AC9DF; */
	background-color: #f7f3ef;
	padding: 50px 0 0 0;
	position: relative;
	padding-bottom: 20px;
}
@media only screen and (max-width:736px) {
#feature {
	padding: 25px 0;
	/* background: url(../img/featureback_sp.jpg) no-repeat center 0 #C3E5EF;
	background-size: 100%; */
}
}
.featuretitlewrap {
	border-radius: 25px;
	/*background-color: #fff;*/
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	padding: 25px 0;
}
.featuretitlewrap h3 {
	color: #22346A;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}
.featuretitlewrap h3 span {
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #22346A;
    font-weight: bold;
}
.featuretitlewrap h2 {
	font-size: 32px;
	color: #22346A;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}
.featuretitlewrap h2 i {
	font-size: 24px;
}
.featuretitlewrap h2 span {
	font-weight: bold;
	font-size: 60px;
  line-height: 70px;
  text-shadow: 2px 2px 2px #fff;
}
.featuretitlewrap h4 {
    font-weight: bold;
    font-size: 40px;
  line-height: 60px;
  text-shadow: 2px 2px 2px #fff;
  color: #22346A;
  max-width: 600px;
    margin: 0 auto;
}
ul#feature_nav {
	max-width: 850px;
	margin: 15px auto;
	overflow: hidden;
	clear: both
}
ul#feature_nav li a {
	float: left;
	display: block;
	background: #22346A;
	background-size: 17px;
	width: 48%;
	margin: 40px 1% 40px;
	font-size: 22px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
ul#feature_nav li:nth-child(2n) a {
	margin-right: 0;
}
@media only screen and (max-width:736px) {
.featuretitlewrap {
	margin: 0 20px 20px;
	padding: 0;
}
.featuretitlewrap h3 {
	padding: 10px 0 0;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: normal;
}
.featuretitlewrap h3 span {
	/* border-bottom: none; */
    font-weight: bold;
}
.featuretitlewrap h2 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}
.featuretitlewrap h2 i {
	font-size: 18px;
}
.featuretitlewrap h2 span {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0, white 0px 1px 0, white 0 -1px 0, white -1px 0 0, white 1px 0 0;
}
.featuretitlewrap h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
    color: #22346A;
	text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0, white 0px 1px 0, white 0 -1px 0, white -1px 0 0, white 1px 0 0;
}
ul#feature_nav {
	margin: 20px;
}
ul#feature_nav li a {
	font-size: 12px;
	padding: 10px 10px 15px 10px;
	background: #22346A url(../img/pointer.png) 50% 90% no-repeat;
	background-size: 12px;
	margin-bottom: 3%;
}
}
.featurecontentswrap {
	background: #FFF;
	max-width: 1024px;
	margin:0 auto 20px;
	padding: 40px 0 40px 0;
    border-radius: 8px;
}
.featurecontentswrap:last-child {
	padding-bottom: 10px;
}
.featurecontentswrap h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #22346A;
	color: #22346A;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
}
.featurecontentswrap h1 span {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 80%;
}
.featurecontentswrap h2 {
	font-size: 22px;
	color: #22346A;
	margin: 15px 0 10px 0;
	letter-spacing: 1px;
}
.featurecontentswrap h2 + p {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.featurecontentswrap h3 {
	font-size: 18px;
	background: url(../img/icon_square.png) no-repeat left 50%;
	padding-left: 40px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}
.featurecontentswrap p {
    margin: 0 0 10px;
	font-size: 15px;
}
.featurecontentswrap div {
    max-width: 850px;
    margin: 0px auto 0;
    border-radius: 8px;
}
@media only screen and (max-width:736px) {
.featurecontentswrap {
	padding: 20px 20px 20px;
	margin: 0 20px 20px;
}
.featurecontentswrap:last-child {
	padding-bottom: 25px;
}
.featurecontentswrap h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #22346A;
}
.featurecontentswrap div {
    max-width: 850px;
    margin: 20px auto 0;
    border-radius: 8px;
}
.featurecontentswrap p {
    margin: 0 0 10px;
	font-size: 15px;
	line-height: 160%;
}
}
.featurecontentswrap img {
	max-width: 100%;
}
aside.part2 {
	text-align: center;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}
.featurecontentswrap h3 +p{
	margin-bottom:15px;
	padding-left:40px;
}
.featurecontentswrap h3 +p + img{
	padding-left:40px;
}
@media only screen and (max-width:736px) {
	.featurecontentswrap h3 +p{
	margin-bottom:15px;
	padding-left:0;
}
.featurecontentswrap h3 +p + img{
	box-sizing:border-box;
		padding-left:0;
	max-width:100%;
}
aside.part2 {
	text-align: left;
	font-size: 12px;
}
.featurecontentswrap h2 {
	font-size: 18px;
	margin: 10px 0 10px 0;
	text-align:center
}
.featurecontentswrap h2 + p {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.featurecontentswrap h3 {
	font-size: 16px;
	background: url(../img/icon_square.png) no-repeat left 50%;
	background-size: 15px;
	padding-left: 30px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}
}
.supportwrap {
	text-align: center;
	background: #F8F8F8;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 0 20px 0;
	overflow: hidden;
	clear: both;
}
ul.support_list1 {
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}
.supportwrap ul li {
	float: left;
	text-align: center;
	width: 16.5%;
}
.supportwrap ul li img {
	width: 70px;
}
.supportwrap ul li p {
	color: #22346A;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}
ul.support_list2 {
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 650px;
}

ul.support_list2 li {
	float: left;
	text-align: center;
	width: 20%;
}
@media only screen and (max-width:736px) {
	.supportwrap {
		width:auto;
		margin:0 !important;
	padding:10px;
	box-sizing:;
	width:100%;
	}
	.supportwrap ul li {
	float: left;
	text-align: center;
	width: 32%;
	margin-right:2%;
}
	.supportwrap ul li:nth-child(3n){
		margin-right:0;
	}
	.supportwrap ul li p {
		font-size:12px;
	}
}
/*==============================================================================================*/
h2.title2{
	position:relative;
	padding-top:25px;
	font-size:18px;
	color:#22346A;
	text-align:center;
}
h2.title2 span{
	font-size:36px;
	display:block;
	font-weight:bold;
}
@media only screen and (max-width:736px) {
h2.title2{
	position:relative;
	padding:10px 0;
	font-size:14px;
	color:#22346A;
	text-align:center;
	border-top:2px solid #22346A;
	border-bottom:2px solid #22346A;
}
h2.title2 span{
	font-size:22px;
	display:block;
	font-weight:bold;
}
}
.interviewwrap{
	max-width:850px;
	margin:25px auto;
	border-bottom:2px #999 dotted;
	padding-bottom:10px;
}
.interviewwrap:last-child{
	border-bottom:none !important;
}
.interviewwrap .imagebox img{
	width:100%;
}
.interviewwrap .imagebox{
	float:left;
	display:block;
	width:20%;
	position:relative;
}
.interviewwrap .imagebox span{
	position:absolute;
	left:10px;
	top:10px;
}
.interviewwrap .imagebox span img{
	width:30px;
}
.interviewwrap .interview_text{
	float:right;
	width:75%;
}
.target{
	width:75%;
	margin-left:25%;
}
.interviewwrap .interview_text h3{
color:#DA1C5C;
font-size:28px;
font-weight:bold;
margin-bottom:20px;
}
.interviewwrap .interview_text  i{
	display:none;
}
.target dl{
	font-size:14px;
	margin:20px 0 0 0;
}
.target dl dt{
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;	letter-spacing:1px;
		text-indent:-1.2em;
	padding-left:1.2em;
}
.target dl dt span{
	color:#22346A;
	padding-right:1px;
	font-family:Arial, Helvetica, sans-serif !important;

}
.target dl dd{
	margin-bottom:20px;
	text-indent:-1.4em;
	padding-left:1.4em;
}
.target dl dd span{
color:#DA1C5C;
	font-family:Arial, Helvetica, sans-serif !important;
		font-weight:bold;
}
p.read{
	display:none;
}
@media only screen and (max-width:736px) {
	.interviewwrap .imagebox span{
		left:20px;
		top:-10px;
	}
	p.read{
		display:block;
		overflow:hidden;
		clear:both;
		font-size:14px;
		color:#22346A;
		text-align:center;
		font-weight:bold;
		border:2px solid #22346A;
		padding:7px 0;
		margin:0 20px;
		border-radius:5px;
		background:url(../img/pointer2.png) 90% 50% no-repeat;
		background-size:15px;
	}
	.interviewwrap{
	max-width:850px;
	margin:25px auto 0 auto;
	border-bottom:2px #999 dotted;
	padding-bottom:15px;
}

	.interviewwrap .imagebox p{
		display:none;
	}

	.interviewwrap .imagebox{
	float:left;
	display:block;
	width:36%;
	margin-bottom:10px;
}

.interviewwrap .interview_text{
	float:right;
	width:60%;
}
.interviewwrap .interview_text h3{
	margin-bottom:5px;
color:#DA1C5C;
font-size:15px;
font-weight:bold;
margin-right:20px;
letter-spacing:1px;
}
.interviewwrap .interview_text  i{
	display:block;
	font-size:11px;
	color:#7F7F7F;margin-right:20px;
}
.target{
	display:none;
	overflow:hidden;
	clear:both;
	margin-left:0;
	margin:0 20px;
	width:auto;
}
.target dl{
	font-size:13px;
}
	.target dl dt{
		font-size:14px;
		letter-spacing:0.5px;
	}
}

/*==============================================================================================*/
#voice, #introduction, #seminar{
	padding:25px 0;
}
ul.voice_list{
	max-width:1024px;
	margin:25px auto 50px auto;
	overflow:hidden;
	clear:both
}
ul.voice_list li{
	float:left;
	text-align:center;
	width:30%;
	margin-right:5%;
}
ul.voice_list li:last-child{
	margin-right:0;
}
ul.voice_list li img{
	width:30%;
}
ul.voice_list li i img{
	width:100%;
}
ul.voice_list li p{
	font-size:14px;
	text-align:left;
}
@media only screen and (max-width:736px) {
	ul.voice_list{
		margin:25px 0 0 0;
	}
	ul.voice_list li{
	float:left;
	text-align:center;
	width:auto;
	margin-right:0;
	margin-bottom:30px;
			padding:0 20px 25px 20px;
	border-bottom:1px solid #CCC
}
ul.voice_list li:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
	ul.voice_list li img{
	width:20%;
	float:left;
}
ul.voice_list li i img{
	width:75%;
	margin-bottom:10px;
	float:right;
}
ul.voice_list li p{
	overflow:hidden;
	clear:both;
	font-size:13px;
}
#introduction, #seminar{
	padding:0 0;
}
}
/*==============================================================================================*/

.boss{
	overflow:hidden;
	max-width:850px;
	margin:0 auto;
	clear:both;
}

.boss div{
	display:block;
	float:left;
	max-width:220px;
	height:220px;
	overflow:hidden;
	border-radius:50%;
	margin-right:30px;
}
.boss div img{
	width:100%;
}
.boss h3{
	padding-top:50px;
	padding-bottom:10px;
	font-size:16px;
}
.boss h3 span{
	font-size:24px;
	display:block
}
.boss p{
	font-size:14px;
}

@media only screen and (max-width:736px) {
	.boss{
		margin:25px 20px;
	}
	.boss div{
	display:block;
	float:none;
	max-width:150px;
		height:150px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
}
.boss h3{
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	text-align:center;
}
.boss h3 span{
	font-size:18px;
	display:block
}
.boss p{
	font-size:13wpx;
}
}
/*==============================================================================================*/

ul.seminar{
	max-width:980px;
	margin:15px auto 25px auto;
	border: solid 2px #DA1C5C;
}
.now{
	text-align:center;
	font-weight:bold;
	/* border:3px solid #22346A; */
	color:#22346A;
	/* padding:7px 0; */
	max-width:980px;
	margin:10px auto 0 auto;
	font-size:18px;
}
@media only screen and (max-width:736px) {
	.now{
		border:none;
			font-size:16px;
			padding:0;
	}
}


ul.seminar li{
	background:#F2F2F2;
	padding:20px 80px;
	box-sizing:border-box;
	overflow:hidden;
	clear:both;
	/* margin-bottom:25px; */
}
ul.seminar li h3{
	font-size:22px;
	letter-spacing:1px;
	margin-bottom:20px;

}
.seminarpic{
	width:35%;
	float:left;
}
.seminarpic img{
	max-width:100%;
}
.seminarcontents{
	float:right;
	width:58%;
}
.seminarcontents dl{
	background:#FFF;
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
.seminarcontents dt{
	float:left;
	width:70px;
	background:#9099B4;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin-right:10px;
	padding:5px;
}

.seminarcontents dd{
	padding:5px;
	font-weight:bold;
}
.detail{
	width:100%;
	background:#FFF;
	padding:10px;
	box-sizing:border-box;
}
.detail p{
	font-size:13px;
}

p.detail_btn a{
	display:block;
	padding:10px;
	box-sizing:border-box;
	background:#22346A;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	margin:15px auto 0 auto;
	width:280px;
}


@media only screen and (max-width:736px) {
	ul.seminar li{
	background:#F2F2F2;
	padding:20px 20px;
	box-sizing:border-box;
	margin:0 20px 15px 20px;
	overflow:hidden;
	clear:both;
}
	ul.seminar li:last-child{
		margin-bottom:0;
	}
ul.seminar li h3{
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:10px;

}
.seminarpic{
	width:auto;
	float:none;
	margin-bottom:10px;
}
.seminarcontents{
	width:auto;
	float:none;
}
.seminarcontents dl{
	background:#FFF;
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}
.seminarcontents dt{
	float:left;
	width:70px;
	background:#9099B4;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin-right:10px;
	padding:5px;
}

.seminarcontents dd{
	padding:5px;
	font-weight:bold;
}
.detail{
	width:100%;
	background:#FFF;
	padding:10px;
	box-sizing:border-box;
}
.detail p{
	font-size:13px;
}

p.detail_btn a{
	display:block;
	padding:10px;
	box-sizing:border-box;
	background:#22346A;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	margin:15px auto 0 auto;
	width:100%;
}
}
/*==============================================================================================*/

#footer{
	max-width:980px;
	margin:0 auto;
	padding-bottom:100px;
	overflow:hidden;
	clear:both
}
#footer ul{
	float:left;

}
#footer ul li{
		float:left;
		margin-right:20px;
}
#footer p{
	float:right;
}

@media only screen and (max-width:736px) {
	#footer ul,
	#footer p{
	float:none;

}
#footer ul {
	overflow:hidden;
	clear:both;
}
#footer p{
	text-align:center;
	margin:10px 0 0 0;
}
#footer ul li{
		float:none;
		margin-right:0;
		text-align:center;
}
#footer ul li a{
	display:block;
	float:left;
	width:50%;
	border:1px solid #CCC;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	font-size:12px;
}
#footer ul li a:after{
	position:absolute;
	content:"";
	width:6px;
	height:11px;
	display:block;
	background:url(../img/pointer3.png) no-repeat;
	background-size:6px;
	top:50%;
	left:90%;
	margin-top:-5px;
}
#footer ul li:first-child a{
	border-left:none;
	border-right:none;
}
#footer ul li:last-child a{
	border-right:none;
}
}

#bottombtnwrap{
	width:100%;
	background:#22346A;
	padding:10px 0;
	position:fixed;
	bottom:-1px;
	z-index:9999;
}
#bottombtnarea{
	max-width:650px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#bottombtnarea p{
	float:left;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#FFF;
	padding:5px 0 0 0;
}

#bottombtnarea p span{
	color:#F9ED32;
}
#bottombtnarea a{
	display:block;
	background:#DA1C5C url(../img/icon_foot.png) 10% 50% no-repeat;
	padding:15px 15px 15px 60px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	float:right;
	font-size:16px;
	letter-spacing:0.5px;
}
button.readmore1,
button.readmore2,
button.readmore3 {
	display:none;
}
@media only screen and (max-width:736px) {
		#bottombtnarea {
			padding:0 20px;
		}
	#bottombtnarea p{
	font-size:11px;
	padding-top:0;
	width:60%;
}
#bottombtnarea p span{
	font-size:12px;
}
#bottombtnarea a{
	padding:10px 10px 10px 50px;
	font-size:12px;
	line-height:14px;
	background:#DA1C5C url(../img/icon_foot.png) 15% 50% no-repeat;
	background-size:32px;
}


.hide-text1,
.hide-text2,
.hide-text3 {
	display: none;
}
button.readmore1,
button.readmore2,
button.readmore3 {
	overflow:hidden;
	clear:both;
	position: relative;
	width: 90%;
	margin: 0 5%;
	display: block;
	color:#22346A;
	border: none;
	font-weight:bold;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	border:2px solid #22346A;
	padding: 8px 40px 8px 15px;
	font-size: 14px;
	cursor: pointer;
	text-align:center;
	background:url(../img/pointer2.png) 90% 50% no-repeat transparent;
	background-size:15px;
	border-radius:5px;

}
button.readmore:after {

}



.on-click {
	background:url(../img/pointer2x.png) 90% 50% no-repeat transparent !important;
	background-size:15px !important;
}
}

.boss .gaiyo{border-radius: 0%;height: auto;float: none;max-width: 100%;}
.boss .gaiyo .title{font-weight: bold;margin-bottom: 5px;margin-top: 20px;}
.boss .gaiyo .text span{display: inline-block;margin-left: 5px;}
.boss .gaiyo .text span .map{background-color: rgb(34, 52, 106);border-radius: 5px;color: rgb(255, 255, 255);padding: 1px 5px;}
.boss .gaiyo .tel{color:#22346A;font-weight: bold;font-size: 16px;}
