@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: 700;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/NotoSansJP-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/NotoSansJP-Bold.woff") format("woff");
	font-display: swap;
}

*{font-family:'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family:'Noto Sans JP', Yu Gothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

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

body{
	background: #F4F4F4;
	color:#333333;
	font-weight: 400;
}


/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.sp{display: none !important;}

	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}

	#wrap_all::after{
		content: "";
		width: 100%;
		height: 80%;
		background: #FFF;
		position: absolute;
		top: -58%;
		left: 0;
		transform-origin: top center;
		transform: skewY(11deg);
		z-index: -1;
		pointer-events: none;
	}

	.wrap_type01{
		max-width: 1700px;
		padding: 0 50px;
		margin: 0 auto 140px;
		min-height: 400px;
	}

	.wrap_type02{
		max-width: 1100px;
		margin: 0 auto 140px;
		min-height: 400px;
	}

	/*--準備中です--*/
	.preparation{
		text-align: center;
		font-weight: 700;
	}

	/*--404ページ--*/
	.wrap_404{
		text-align: center;
        padding-top: 100px;
		margin-bottom: 200px;
	}

	.ttl_404{
		font-size: 5rem;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.txt_404{margin-bottom: 30px;}

	/* リンク
	---------------------------------------------- */
	.link01{
		color: #333;
		text-decoration: underline !important;
	}

	.link01:hover{text-decoration: none !important;}

	.link_tel01{
		color: #333;
		pointer-events: none;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		position: relative;
		text-align: center;
		margin: 190px 0 160px;
	}

	.pagettl::before,
	.pagettl::after{
		content: "";
		display: block;
		background: #ffa500;
		width: 2px;
		height: 50px;
		position: absolute;
		left: 50%;
		margin-left: -1px;
	}

	.pagettl::before{
		top: -64px;
		transform: rotate(10deg) translate(10px , 0px);
	}

	.pagettl::after{
		bottom: -68px;
		transform: rotate(10deg) translate(-10px , 0px);
	}

	.pagettl p{
		font-family: 'Roboto';
		font-weight: 700;
		font-style: italic;
		font-size: 4rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	.pagettl h2{
		font-size: 2rem;
		font-style: italic;
		font-weight: 700;
		line-height: 1;
		margin-top: 5px;
	}

	/* 見出し
	---------------------------------------------- */
	.heading01{
		position: relative;
		text-align: center;
		margin-bottom: 90px;
	}

	.heading01::before,
	.heading01::after{
		content: "";
		display: block;
		background: #ffa500;
		width: 2px;
		height: 50px;
		position: absolute;
		left: 50%;
		margin-left: -1px;
	}

	.heading01::before{
		top: -60px;
		transform: rotate(10deg) translate(10px , 0px);
	}

	.heading01::after{
		bottom: -60px;
		transform: rotate(10deg) translate(-10px , 0px);
	}

	.heading01 p{
		font-family: 'Roboto';
		font-weight: 700;
		font-style: italic;
		font-size: 4rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	.heading01 h2{
		font-size: 1.2rem;
		line-height: 2;
		font-weight: bold;
	}

	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.4rem;
		padding: 8px 0;
		margin-bottom: 40px;
	}

	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.breadcrumb ul li{
		display: inline;
		vertical-align: middle;
		color: #585A61;
		padding-right: 15px;
		margin-right: 5px;
		position: relative;
	}

	.breadcrumb ul li::after{
		content: "";
		display: block;
		background: url("../img/ico_arrow05.png") no-repeat 0 0;
		background-size: contain;
		width: 6px;
		height: 10px;
		position: absolute;
		top: 7px;
		right: 0;
	}

	.breadcrumb ul li:last-child{
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li:last-child::after{display: none;}

	.breadcrumb ul li a{
		color: #585A61;
		text-decoration: underline;
	}

	.breadcrumb ul li a:hover{text-decoration: none;}

	/* ボタン
	---------------------------------------------- */
	/*btn_type01*/
	.btn_type01 a{
		display: inline-block;
		font-family: "Roboto";
		font-size: 1.7rem;
		font-style: italic;
		font-weight: 700;
		line-height: 1.2;
		color: #ffa500;
		letter-spacing: 0.05em;
		transition: color .3s;
	}

	.btn_type01 .line{
		content: "";
		display: inline-block;
		background: #ffa500;
		width: 64px;
		height: 1px;
		margin: 0 0 5px 10px;
		overflow: hidden;
		position: relative;
	}

	.btn_type01 .line::before{
		content: "";
		display: inline-block;
		background: #ffca00;
		width: 64px;
		height: 1px;
		transform: scale(0, 1);
		transform-origin: right center;
		position: absolute;
		top: 0;
		left: 0;
		transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	}

	.btn_type01:hover .line::before{
		transform: scale(1, 1);
		transform-origin: left top;
	}

	.btn_type01:hover a{color: #ffca00;}


	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		width: 100%;
		padding: 3px 0 0;
		font-size: 1rem;
		line-height: 1.2;
		color: #B8C0C7;
	}

	.wrap_top_inner .cloned{display: none;}

	#header{
		width: 100%;
		min-width: 1200px;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.header_inner{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		/* margin-top: -15px; */
		padding-left: 30px;
	}

	.h_inner{
		width: 468px;
		display: flex;
		align-items: center;
	}

	.tsukuba_logo{
		width: 130px;
		margin-right: 10px;
		padding-bottom: 15px;
	}

	.tsukuba_logo img{
		width: 100%;
		height: auto;
	}

	.tsukuba_logo img:nth-of-type(1){display: none;}

	.tsukuba_logo img:nth-of-type(2){display: block;}

	.h_logo{flex: none;}

	.h_logo a{
		color: #333;
		display: inline-block;
		font-size: 1.3rem;
		line-height: 1;
		font-weight: 700;
	}

	.h_logo p:nth-of-type(1){margin: 0 0 7px 3px;}

	.h_logo p:nth-of-type(2){
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}

	/* グローバルナビ
	---------------------------------------------- */
	.drawer{
		width: 100%;
		max-width: 650px;
		padding-right: 50px;
	}

	.drawer .m_tsukuba_logo,
	.btn_menu,
	.m_logo{display: none;}

	.nav_global ul{
		display: flex;
		justify-content: space-between;
	}

	.nav_global ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #333;
		font-weight: 700;
		height: 100%;
		font-size: 1.5rem;
		transition: color .3s;
	}

	.nav_global ul li a:hover{color: #ffa500;}

	.nav_global ul li.g06{background: #45505A;}

	.nav_global ul li.g06 a{
		font-size: 1.3rem;
		color: #FFF;
		padding: 20px;
		flex-direction: column;
		transition: opacity .3s;
	}

	.nav_global ul li.g06 a:hover{
		color: #FFF;
		opacity: 0.7;
	}

	.nav_global ul li.g06 a::before{
		content: "";
		background: url("../img/ico_mail01.png") no-repeat 0 0;
		background-size: contain;
		width: 21px;
		height: 16px;
		margin-bottom: 3px;
	}

	.nav_global ul li a .en{display: none;}

	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #45505A;
		padding: 100px 0 20px;
	}

	.footer_inner{
		width: 1080px;
		margin: 0 auto;
		padding-bottom: 90px;
		margin-bottom: 40px;
		border-bottom: 1px solid #55626D;
	}

	.f_btn_regist{
		width: 600px;
		margin: 0 auto 85px;
	}

	.f_btn_regist a{
		display: block;
		color: #FFF;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		padding: 35px 0;
		position: relative;
		z-index: 0;
	}

	.f_btn_regist a::before{
		content: "";
		display: block;
		background: #ffa500;
		border-radius: 5px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transform: scale(1.0001);
		transition: transform .5s;
	}

	.f_btn_regist a:hover::before{transform: scale(1.05);}

	.f_btn_regist p:nth-of-type(1){
		font-size: 2.4rem;
		margin-bottom: 12px;
	}

	.f_btn_regist p:nth-of-type(2){font-size: 1.4rem;}

	.nav_footer01 ul{
		display: flex;
		justify-content: center;
	}

	.nav_footer01 ul li a{
		color: #FFF;
		font-weight: 700;
		font-size: 1.5rem;
		padding: 0 25px;
		transition: color .3s;
	}

	.nav_footer01 ul li a:hover{color: #ffa500;}

	.nav_footer02{margin-bottom: 50px;}

	.nav_footer02 ul{
		display: flex;
		justify-content: center;
	}

	.nav_footer02 ul li a{
		color: #FFF;
		font-weight: 700;
		font-size: 1.3rem;
		padding: 0 15px;
		transition: color .3s;
	}

	.nav_footer02 ul li a:hover{color: #ffa500;}

	.nav_footer03{
		width: 1080px;
		margin: 0 auto 40px;
	}

	.nav_footer03>div{text-align: center;}

	.nav_footer03>div>p{
		color: #B8BFC6;
		font-weight: 700;
		font-size: 1.3rem;
	}

	.nav_footer03>div:first-child{margin-bottom: 30px;}

	.nav_footer03 ul li{
		color: #FFF;
		font-weight: 700;
		font-size: 1.3rem;
	}

	.nav_footer03 ul li a{
		color: #FFF;
		transition: color .3s;
	}

	.nav_footer03 ul li a:hover{color: #ffa500;}

	.f_small{
		color: #B8BFC6;
		text-align: center;
		font-size: 1.3rem;
		margin-bottom: 8px;
	}

	.f_bottom{
		color: #B8BFC6;
		text-align: center;
		font-size: 1rem;
	}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		width: 50px;
		height: 50px;
		background: #b9bdc1 url("../img/ico_arrow01.svg") no-repeat center;
		background-size: 16px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 100;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		transition: all .3s;
	}

	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}

	#pagetop span{display: none;}

	#pagetop:hover{background-color: #6C7E8E;}


}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.pc{display: none !important;}

	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}

	#wrap_all::after{
		content: "";
		width: 100%;
		height: 39%;
		background: #FFF;
		position: absolute;
		top: -50px;
		left: 0;
		transform-origin: top center;
		transform: skewY(11deg);
		z-index: -1;
		pointer-events: none;
	}

	.wrapper{padding-top: 110px;}

	.wrap_type01{
		padding: 45px 15px 70px;
		min-height: 200px;
	}

	.wrap_type02{
		padding: 45px 15px 70px;
		min-height: 200px;
	}

	/*--準備中です--*/
	.preparation{
		text-align: center;
		font-weight: 700;
	}

	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 100px 20px 0;
		margin-bottom: 100px;
	}

	.ttl_404{
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.txt_404{margin-bottom: 30px;}

	/* リンク
	---------------------------------------------- */
	.link01{
		color: #333;
		text-decoration: underline !important;
	}

	.link_tel01{
		color: #333;
		text-decoration: underline !important;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		position: relative;
		text-align: center;
		margin-bottom: 45px;
	}

	.pagettl::before,
	.pagettl::after{
		content: "";
		display: block;
		background: #ffa500;
		width: 2px;
		height: 38px;
		position: absolute;
		left: 50%;
		margin-left: -1px;
	}

	.pagettl::before{
		top: -45px;
		transform: rotate(10deg) translate(10px , 0px);
	}

	.pagettl::after{
		bottom: -45px;
		transform: rotate(10deg) translate(-10px , 0px);
	}

	.pagettl p{
		font-family: 'Roboto';
		font-weight: 700;
		font-style: italic;
		font-size: 4.3rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	.pagettl h2{
		font-size: 1.6rem;
		line-height: 2;
		font-weight: 700;
		font-style: italic;
	}

	/* 見出し
	---------------------------------------------- */
	.heading01{
		position: relative;
		text-align: center;
		margin-bottom: 70px;
	}

	.heading01::before,
	.heading01::after{
		content: "";
		display: block;
		background: #ffa500;
		width: 2px;
		height: 38px;
		position: absolute;
		left: 50%;
		margin-left: -1px;
	}

	.heading01::before{
		top: -45px;
		transform: rotate(10deg) translate(10px , 0px);
	}

	.heading01::after{
		bottom: -45px;
		transform: rotate(10deg) translate(-10px , 0px);
	}

	.heading01 p{
		font-family: 'Roboto';
		font-weight: 700;
		font-style: italic;
		font-size: 3.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}

	.heading01 h2{
		font-size: 1.2rem;
		line-height: 2;
		font-weight: bold;
	}

	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.2rem;
		padding: 0 20px;
		margin-bottom: 40px;
	}

	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: right;
	}

	.breadcrumb ul li{
		display: inline;
		vertical-align: middle;
		color: #585A61;
		padding-right: 13px;
		margin-right: 5px;
		position: relative;
	}

	.breadcrumb ul li::after{
		content: "";
		display: block;
		background: url("../img/ico_arrow05.png") no-repeat 0 0;
		background-size: contain;
		width: 5px;
		height: 7px;
		position: absolute;
		top: 6px;
		right: 0;
	}

	.breadcrumb ul li:last-child{
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li:last-child::after{display: none;}

	.breadcrumb ul li a{
		color: #585A61;
		text-decoration: underline;
	}

	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: inline-block;
		font-family: "Roboto";
		font-size: 1.5rem;
		font-style: italic;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: #ffa500;
		position: relative;
	}

	.btn_type01 a::after{
		content: "";
		display: inline-block;
		background: #ffa500;
		width: 64px;
		height: 1px;
		margin: 0 0 5px 10px;
	}

	/* リスト
	---------------------------------------------- */



	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		color: #B8C0C7;
		font-size: 1.1rem;
		line-height: 1.2;
		z-index: 2;
	}

	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 2px 0;
	}

	.wrap_top_inner h1{white-space: nowrap;}

	.header_inner{padding: 11.43px 0 6px 10px;}

	.h_inner{
		display: flex;
		align-items: center;
	}

	.tsukuba_logo{
		width: 75px;
		margin-right: 5px;
		padding-bottom: 10px;
		flex: none;
	}

	.tsukuba_logo img{
		width: 100%;
		height: auto;
	}

	.tsukuba_logo img:nth-of-type(1){display: none;}

	.tsukuba_logo img:nth-of-type(2){display: block;}

	.h_logo{flex: none;}

	.h_logo a{
		color: #333;
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		font-weight: 700;
	}

	.h_logo p:nth-of-type(1){margin: 0 0 4px 2px;}

	.h_logo p:nth-of-type(2){
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	/* メニュー
	---------------------------------------------- */
	/*--メニューを開いたとき背景固定--*/
	#wrap_all.open .wrapper{
		width: 100%;
		position: fixed;
		top: 72px;
		left: 0;
	}

	/*--メニューを開くボタン--*/
	.btn_menu{
		background: #45505A;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 16.5px;
		right: 0;
		z-index: 3;
		width: 55px;
		height: 55px;
		cursor: pointer;
	}

	.btn_menu.fixed{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
	}

	.btn_menu span{
		display: block;
		width: 25px;
		height: 2px;
		background: #FFF;
		transition: all .3s;
		position: absolute;
	}

	.btn_menu span:nth-of-type(1),
	.btn_menu span:nth-of-type(3){transition: all .3s;}

	.btn_menu span:nth-of-type(1){top: 18.5px;}
	.btn_menu span:nth-of-type(2){top: 25.5px;}
	.btn_menu span:nth-of-type(3){top: 32.5px;}

	#wrap_all.open .btn_menu span:nth-of-type(1){background: #FFF; transform: rotate(-45deg); top: 25px;}
	#wrap_all.open .btn_menu span:nth-of-type(2){display: none;}
	#wrap_all.open .btn_menu span:nth-of-type(3){background: #FFF; transform: rotate(45deg); top: 25px;}

	/* メニュー内
	---------------------------------------------- */
	.drawer{
		background: #45505A;
		width: 100%;
		height: 100vh;
		transition: opacity .3s;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}

	#wrap_all.open .drawer{
		opacity: 1;
		pointer-events: auto;
		overflow: hidden;
	}

	.drawer .drawer_inner{
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		padding: 29.43px 15px 70px;
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.drawer .m_inner{
		display: flex;
		align-items: center;
		margin-bottom: 30px;
		margin-left: -5px;
	}

	.drawer .m_tsukuba_logo{
		width: 75px;
		margin-right: 5px;
		padding-bottom: 10px;
		flex: none;
	}

	.drawer .m_tsukuba_logo img{
		width: 100%;
		height: auto;
	}

	.drawer .m_logo a{
		color: #FFF;
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		font-weight: 700;
	}

	.drawer .m_logo p:nth-of-type(1){margin: 0 0 5px 0;}

	.drawer .m_logo p:nth-of-type(2){
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	.drawer .nav_global{margin-bottom: 50px;}

	.drawer .nav_global ul li{border-bottom: 1px solid #55636F;}

	.drawer .nav_global ul li:first-of-type{border-top: 1px solid #55636F;}

	.drawer .nav_global ul li a{
		display: block;
		color: #FFF;
		font-size: 1.5rem;
		padding: 17px 0;
		line-height: 1;
		font-weight: 700;
	}

	.drawer .nav_global ul li span{display: block;}

	.drawer .nav_global ul li .ja{margin-bottom: 5px;}

	.drawer .nav_global ul li .en{
		color: #5F6F7C;
		font-style: italic;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}

	/*--登録はこちら--*/
	.btn_regist a{
		display: block;
		color: #FFF;
		background: #ffa500;
		border-radius: 3px;
		padding: 20px 0;
		text-align: center;
		font-weight: 700;
		line-height: 1;
	}

	.btn_regist p:nth-of-type(1){
		font-size: 1.9rem;
		margin-bottom: 8px;
	}

	.btn_regist p:nth-of-type(2){font-size: 1.3rem;}

	/*
	---------------------------------------------- */


	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #45505A;
		padding-bottom: 15px;
	}

	.footer_inner{
		background: #45505A;
		padding: 60px 15px 0;
	}

	.f_btn_regist{
		margin: 0 auto 50px;
		max-width: 400px;
	}

	.f_btn_regist a{
		background: #ffa500;
		border-radius: 3px;
		display: block;
		color: #FFF;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		padding: 20px 0;
		position: relative;
		z-index: 0;
	}

	.f_btn_regist p:nth-of-type(1){
		font-size: 1.9rem;
		margin-bottom: 5px;
	}

	.f_btn_regist p:nth-of-type(2){font-size: 1.3rem;}

	.nav_footer01{
		padding: 0 15px 20px;
		margin-bottom: 25px;
		border-bottom: 1px solid #55626D;
	}

	.nav_footer01 ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.nav_footer01 ul li{margin-bottom: 30px;}

	.nav_footer01 ul li a{
		color: #FFF;
		font-weight: 700;
		font-size: 1.3rem;
		padding: 0 12.5px;
	}

	.nav_footer02{
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.nav_footer02 ul li{margin-bottom: 20px;}

	.nav_footer02 ul li:last-of-type{margin-bottom: 0;}

	.nav_footer02 ul li a{
		color: #FFF;
		font-weight: 700;
		font-size: 1.2rem;
	}

	.nav_footer03{
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.nav_footer03>div>p{
		color: #B8BFC6;
		font-weight: 700;
		font-size: 1.2rem;
		margin-bottom: 6px;
		line-height: 1.3;
	}

	.nav_footer03>div:first-child{margin-bottom: 20px;}

	.nav_footer03 ul li{
		color: #FFF;
	}

	.nav_footer03 ul li a{
		color: #FFF;
		font-weight: 700;
		font-size: 1.2rem;
		display: inline-block;
		line-height: 1.3;
	}

	.f_small{
		color: #B8BFC6;
		text-align: center;
		font-size: 1.2rem;
		padding: 0 15px;
		margin-bottom: 5px;
	}

	.f_bottom{
		color: #B8BFC6;
		text-align: center;
		font-size: 1rem;
		padding: 0 15px;
		line-height: 1.4;
	}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		background: #FFF;
		border-top: 1px solid #ECEDEE;
		width: 100%;
		height: 60px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}

	#pagetop span{
		font-family: "Roboto";
		color: #ffa500;
		font-weight: 700;
		font-size: 1.5rem;
		font-style: italic;
	}

	#pagetop span::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_arrow01.svg") no-repeat 0 0;
		background-size: contain;
		width: 13px;
		height: 8px;
		margin: 0 0 1px 5px;
		letter-spacing: 0.05em;
	}


}/*--@media--*/


