@charset "UTF-8";
/**
*
* 海ナビ
*
*/
/* ==========================================================================
ページごとに変更
========================================================================== */
.upSteps {
	position: relative;
}
.upSteps__link {
	transition: 0.3s;
	width: 200px;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 0 12px 12px;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	background-color: #d9f3ff;
	color: #015db2;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
}
.upSteps__link:hover{
	opacity: 0.7;
}
.upSteps__link a {
	text-decoration: none; 
}
.upSteps__link a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 5px;
	border-width: 2px;
	border: 0;
	border-top: solid 4px #015db2;
	border-right: solid 4px #015db2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px;
}
.upSteps__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.upSteps__list>div{
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;
}
.upSteps__item  {
	display: flex;
    flex-direction: column;
	width: calc(100% / 2);
	/*margin-right: 38px; */
	margin-bottom: 60px;
	/* border-radius: 10px;
	background: rgb(239, 239, 239);
	padding: 20px 30px; */
}
.upSteps__inner,
	.upApeal__inner {
	box-sizing: border-box;
	padding: 30px 30px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 10px;
}
.upSteps__stepTxt {
	width: 100px;
	background-color: #33ccff;
	color: #fff;
	border-radius: 104px;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	line-height: 24px;
}
.upSteps__stepTxt {
	width: 100px;
	background-color: #33ccff;
	color: #fff;
	border-radius: 104px;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	line-height: 24px;
}
.upSteps__contentTitle {
	text-align: center;
	margin: 20px 0;
}
.upSteps__detailTxt {
	text-align: center;
}
.upSteps_title {
	text-align: center;
	color: #015db2;
	font-weight: 700;
	font-size: 2.8rem;
	margin-bottom: 57px;
	line-height: 1.3em;
}
.upSteps__contentTitle {
	color: #015db2;
	font-size: 2rem;
	font-weight: 700;
}
.upSteps__contentTxt {
	padding: 4px;
	display: flex;
    flex-direction: column;
	flex-grow: 1;
}
.upSteps__detailTxt {
	width: 98%;
	text-align: center;
	margin: 0 auto;
	flex-grow: 1;
}
.upSteps__detailTxt__inner {
text-align: left;
}
.upSteps__contentInner{
	display: flex;
}
.upSteps__contentsImg{
	margin-right: 10px;
}
.upSteps__link{
	margin-top: 20px;
}
.upApeal__content{
    border-radius: 10px;
    background: rgb(239, 239, 239);
    padding: 20px 30px; 
}
.upSteps__contentImg {
	text-align: center;
	margin: 0 auto 20px;
}
.upSteps__contentImg img {
    width: 30%;
}

.upSteps__contentsTxt .btn_tide {
	margin-left: 20px;
	display: block;
}

.upSteps__btn-cmn2 a {
	display: block;
	padding: 10px 50px 10px 30px;
	text-decoration: none;
	color: #015db2;
	border-radius: 40px;
	background: #d9f3ff;
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.upApeal {
	margin-top: 50px;
	display: block;
}
.upApeal__contentButton {
	margin-top: 10px;
	display: block;
}
.btn-shadow.shadow08 > *,
.btn-shadow-menu.shadow08 > * {
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
}

.btn-shadow.shadow08 > *.hover, .btn-shadow.shadow08 > *.touch,
.btn-shadow-menu.shadow08 > *.hover, .btn-shadow-menu.shadow08 > *.touch {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
}
.ls02{
	letter-spacing: 0.02em;
}
.ls002{
letter-spacing: 0.002em;
}
.ls0025{
	letter-spacing: 0.025em;
}
.ls012{
letter-spacing: 0.12em;
}
/* ==========================================================================
footer
========================================================================== */
.footer_fix_btn {
	width:100%;
	position:fixed;
	bottom:0;
	margin: 0 auto;
	justify-content: center;
	text-align:center;
	background-color: rgba(255, 2255, 255, 0.8);
	/*background-color: rgba(194, 221, 246, 0.8);
	opacity: 0;
	transition: opacity .5s;*/
	z-index: 10;
}
.footer_fix_btn_inner {
	display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.footer_fix_btn .inner_btn{
	margin-right: 10px;
	width: 500px;
}
.footer_fix_btn .active{
	opacity: 1;
}
.footer_fix_btn a {
	text-decoration:none;
	align-items: center;
}
.footer_fix_btn a:hover {
	opacity:0.8;
}
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #015db2;
}
.inner-btn .btn-free {
	width: 332px;
}
.catch_inner_btn {
	display: flex;
	justify-content: space-around;
}
.btn-cmn-catch a {
    display: inline-block;
    padding: 30px 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #015db2;
}
.fix_btn_exercise {
	width: 40%;
    text-align: center;
    margin: 0 auto;
	padding: 8px 25px 8px 25px;
    text-decoration: none;
    color: #015db2;
    border-radius: 40px;
    background: #d9f3ff;
    font-size: 24px;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
    font-style: normal;
    font-weight: 700;
}
	
.fix_btn_user {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	color: #015db2;
	border-radius: 40px;
	background: #ffba17cc;
	font-size: 24px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.fix_btn_register {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	color: #015db2;
	border-radius: 40px;
	background: #ffba17cc;
	font-size: 24px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}
/* ==========================================================================
sns
========================================================================== */
.sns {
  margin: 10px;
}

.sns a:hover {
  text-decoration: none;
}

.fb {
  display: inline-block;
  margin-right: 2%;
  width: 32%;
}

.fb a {
  display: block;
  background-color: #3b5998;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 8px 0;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fb a:active, .fb a:hover {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  color: #fff;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
@media screen and (min-width: 751px) {
	.fb a {
	  font-size: 16px;
	  font-size: 1.6rem;
	}
  }
  
  .tw {
	display: inline-block;
	margin-right: 2%;
	width: 32%;
  }
  
  .tw a {
	display: block;
	background-color: #1da1f2;
	border-radius: 10px;
	-ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
	-o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 8px 0;
  }
  
  .tw a:active, .tw a:hover {
	-ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
	-o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
	box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
	color: #fff;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
  }
  
 @media screen and (min-width: 751px) {
	.tw a {
	  font-size: 16px;
	  font-size: 1.6rem;
	}
  }
  
  .line {
	display: inline-block;
	width: 32%;
  }
  
  .line a {
	display: block;
	background-color: #00b900;
	border-radius: 10px;
	-ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
	-o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 129, 0, 0.6);
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 8px 0;
  }
  
  .line a:active, .line a:hover {
	-ms-box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
	-o-box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
	box-shadow: inset 0 -1px 0 2px rgba(0, 129, 0, 0.6);
	color: #fff;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
  }
  
@media screen and (min-width: 751px) {
	.line a {
	  font-size: 16px;
	  font-size: 1.6rem;
	}
  }
  
@media screen and (max-width: 750px) {/* スクリーンサイズが750x以下の場合に適用 */
	.upSteps_title {
		font-size: 4.2rem;
	}
	.upSteps__contentTitle {
		font-size: 5rem;
	}
	.upSteps__item {
		width: 100%;
		border-radius: 10px;
        background: rgb(239, 239, 239);
        padding: 20px 30px;
	}
	.upSteps__contentInner {
		flex-direction: column;
	}

	.upSteps__stepTxt {
		width: 70px;
		border-radius: 100px;
		padding: 35px 13px;
		line-height: 24px;
		font-weight: 700;
		font-size: 5rem;
	}
	.upSteps__contentsTxt.btn_tide {
		margin-left: 0px;
	}
	.upSteps__contentImg img {
		width: 100%;
	}
	.footer_fix_btn_inner {
		display:block;
		text-align: center;
	}
	.inner_btn{
		display:inline-block;
		text-align: center;
		margin: 0 auto;
	}

	.upSteps__btn-cmn2 {
		display: block;
	}

	.upSteps__btn-cmn2 a {
		display: block;
		padding: 13px 50px 13px 30px;
		text-decoration: none;
		color: #015db2;
		border-radius: 40px;
		background: #d9f3ff;
		font-size: 30px;
		font-size: 3.0rem;
		font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
		font-style: normal;
		font-weight: 700;
	}
	
	.catch_inner_btn {
		flex-direction: column;
	}
	.fix_btn_user {
		width: 80%;
		font-size: 2.4rem;
	}
	.fix_btn_exercise {
		width: 80%;
		font-size: 2.4rem;
	}
	.fix_btn_register {
		width: 80%;
		font-size: 2.4rem;
	}
}
