@charset "utf-8";

/*　ボタン追加start  */

.top-text {
	font-size: 48px;
	letter-spacing: 2px;
}

.button-type02 span {
	margin-right: 10px;
}
.ap-lead {
	color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
	margin: 20px auto 5px;
}
.ap-lead:before {
    transform: rotate(-35deg);
    margin-right: 2em;
}
@media (max-width: 769px) {
	.button-type02.gradation01 a{
		width: 67%;
		margin: 0 auto;
	}
	}
@media (min-width: 768px) {
.button-type02 {
    padding: 5px 140px 20px;
}
	.ap-lead:after, .ap-lead:before {
    height: 1.5em;
}
			.ap-lead b {
		font-size: 12px;
	}

}
.ap-lead:after {
    transform: rotate(35deg);
    margin-left: 2em;
}
.ap-lead:after, .ap-lead:before {
    content: "";
    width: 1px;
    background: #1a2833;
}
a:link, a:visited {
	text-decoration: none;
}

	/*　ボタン追加 end  */

/*見出し*/
#contents h2 {
    font-size: 20px;
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #DD6546;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
    margin: 10px 0px 20px 0px;
	padding: 10px;
    clear: both;
	text-indent: 0.5em;
}

@media (max-width: 769px) {
	#contents h2 {
		background-image: none;
		text-align: center;
		height: auto;
	}
		/*#contents p {
			margin: auto;
		}*/
	.contents-in {
		margin: 20px 0;
	}
	}

#contents p {
	width: 100% !important;
}


/*　トップ */
.bannerback-pc {
	position: relative;
}
.bannertop-pc {
	position: absolute;
	top: 92px;
	left: 15px;
	z-index: 1;
	font-size: 50px;
	line-height: 4rem;
	letter-spacing: 0.5rem;
	color: #333333!important;
}

#contents h4 {
    font-size: 16px;
    color:#001E6D;/*文字色*/
	margin: 10px 0px;
}

.box-012 {
    max-width: 400px;
	font-size: 1.2em;
	line-height: 1.8em;
    margin: 0 auto;
	padding: 10px 35px;
    border: 2px solid #2589d0;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
    padding: 0.5em 0.8em;
    background-color: #2589d0;
    color: #fff;
}

.box-012 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.heading-033 {
    border-bottom: 3px solid #e6edf3;
	font-size: 20px;
}

.heading-033 span {
    display: inline-block;
    position: relative;
    padding: 0.4em  0em;
    color: #333333;
}

.heading-033 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2589d0;
    content: '';
}
/**/
.top_flex {
	display: flex;
	justify-content: center;
	background-image: url(../img/adviser_back_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 10px;
	align-items: center;
}
/* 男性画像 */
.display_sp {
	width: 160px;
}

@media screen and (max-width:640px) {
	.top_flex {
		padding-left: 10px;
	}
	.main_top {
		padding-bottom: 50px;
	}
}
.top_texts1,.top_texts2 {
	text-align: center;
	color: #231815;
	font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
}
.top_texts1 {
	font-size: 25px;
	line-height: 1.0;
}
.top_texts2 {
  position: relative;
  padding: 12px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #040000;
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  border: solid 2px #040000;
  box-sizing: border-box;
  border-radius: 10px;
}
.top_texts2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.top_texts2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #040000;
  z-index: 1;
}
@media screen and (max-width:640px) {
	.top_texts2:before,.top_texts2:after {
		display: none;
	}
}

/* トップ　ボタン　*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btntop,
a.btntop,
button.btntop {
  font-size: 20px;
  font-weight: 700;
  /*line-height: 1.5;*/
  position: relative;
  display: inline-block;
  /*padding: 1rem 4rem;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/**/
.btn-wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 0px;
  max-width: 50%;
}

a.btn-p {
  font-size: 22px;
  line-height: 1.2em;
  width: 260px;
  position: relative;
  padding: 0px 30px 10px 20px;
  -webkit-box-shadow: 0 5px 0 #C2C1C1;
  box-shadow: 0 5px 0 #C2C1C1;
  border-radius: 80px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none!important;
}
.btn_left {
	color: #fff;
	background: #ef6f9a;
}
/* ボタンの右矢印 */
.btn_left::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.btn_right {
  background: #fff!important;
	color: #ef6f9a!important;
	border: 2px solid #ef6f9a!important;
	padding-bottom: 20px;
}
.btn_right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #ef6f9a;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #ef6f9a;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

a.btn-p span {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: calc(50% - 100px);
  display: block;
  width: 200px;
  padding: 2px 0;
  border-radius: 100vh;
  /*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
}
.texts_btn_left {
  background: #fff;
	color: #231815;
	border: 2px solid #ef6f9a;
}
.texts_btn_right {
	background: #ef6f9a;
	color: #fff;
	border: 2px solid #fff;
}

a.btn-p span:before,
a.btn-p span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-p span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;

}
.texts_btn_left:before {
  border-style: solid;
  border-color: #ef6f9a transparent transparent transparent;
}
.texts_btn_right:before {
		  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.texts_btn_left:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.texts_btn_right:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ef6f9a transparent transparent transparent;
}
a.btn-p:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef6f9a;
  -webkit-box-shadow: 0 2px 0 #ef6f9a;
  box-shadow: 0 2px 0 #ef6f9a;
}
a.texts_btn_left:hover {
	border: 2px solid #ef6f9a!important;
	background: #fff!important;
}
/* 訪問後のリンク */
a.btn-p:visited {
	color: #fff!important;
	text-decoration: none!important;
}
a.btn-p.btn_right:visited {
	color: #ef6f9a!important;
	text-decoration: none!important;
}
/**/
.top_left {
	font-weight: 700;
}
.green_top {
	color: #36AE37;
}
.text_flex {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.text_flex_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
	height: 60px;
	/* 矢印アイコン用*/
	/*padding-right: 25px;*/
}
/* TOPレスポンシブ */

/* pc でレスポンシブ */
@media screen and (max-width: 1023px) {
  .btn-wrap {
    justify-content: center;
    max-width: 100%;
  }
}

@media screen and (max-width:640px) {
		.green_top {
		font-size: 16px!important;
	}
	.top-text {
		font-size: 30px!important;
		text-align: center;
	}
	.green_top.top_size {
		font-size: 30px!important;
	}
	.top_texts1 {
		font-size: 16pX!important;
	}
	.text_flex {
		font-size: 13px!important;
	}
	a.btn-p {
		width: 95%;
		padding: 20px 0;
	}
	a.btn-p span {
		display: none!important;
	}
	.btn-wrap {
		display: block!important;
		text-align: center;
	}
	.btn_right {
		margin-top: 30px;
	}
	.text_flex_btn {
		padding: 0;
	}
    a.btn-p {
    font-size: 25px;
  }
}

@media screen and (max-width:550px) { 
	.display_sp { 
		display: none;
	}
	.top_flex {
		padding: 40px 0;
	}
	.text_flex {
		font-size: 13px!important;
}
	.top_flex {
		margin: 0;
	}
	.btn_left::before {
		display: none;
	}
	.btn_right::before {
		display: none;
	}
}