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

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

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

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

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

basic

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

*{font-family: 'Roboto', Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;}

body{
	background: #FFF;
	color:#333333;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

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

shortcodes

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

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

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

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

/* color
---------------------------------------------- */
.red01{color: #ff0000 !important;}
.green01{color: #228800 !important;}

/* text-decoration
---------------------------------------------- */
.underline{text-decoration: underline !important;}

/* indent
---------------------------------------------- */
.indent-1{
	text-indent: -1em;
	padding-left: 1em;
}

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

common

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

#wrap_all{overflow: hidden;}

.wrapper{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.contents{
	width: 78%;
	padding-left: 50px;
}

.wrap_type01{
	max-width: 820px;
	padding: 70px 30px 0;
	margin: 0 auto 150px;
}

.wrap_type02{
	max-width: 1020px;
	padding: 70px 30px 0;
	margin: 0 auto 150px;
}

.sec_type01{margin-bottom: 50px;}

.sec_type01:last-of-type{margin-bottom: 0;}

.block{margin-bottom: 50px;}

.block:last-of-type{margin-bottom: 0;}

.block .item{margin-bottom: 30px;}

.block .item:last-of-type{margin-bottom: 0;}

.block .item .item_inner{margin-bottom: 20px;}

.block .item .item_inner:last-of-type{margin-bottom: 0;}

.block .txt{margin-bottom: 30px;}

.block .txt p{margin-bottom: 15px;}

.block .txt p:last-of-type{margin-bottom: 0;}

/*--404ページ--*/	
.wrap_404{text-align: center;}

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

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

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

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

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

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

.link_pdf01::after{
	content: "";
	background: url("../img/ico_pdf02.png") no-repeat 0 0;
	background-size: contain;
	width: 16px;
	height: 21px;
	display: inline-block;
	margin: 0 0 -4px 5px;
}

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

/* ページタイトル
---------------------------------------------- */
.pagettl{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 2rem;
	font-weight: 700;
}

.pagettl_inner{
	border-bottom: 1px solid #CCC;
	padding: 50px 0;
}

.pagettl h1{
	padding-left: 20px;
	position: relative;
	line-height: 1;
	padding-top: 1px;
}

.pagettl h1::before{
	content: "";
	background: #DEDEE0;
	width: 4px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb{
	max-width: 1020px;
	margin: 0 auto;
	padding: 5px 30px 0;
}

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

.breadcrumb ul li{
	display: inline;
	vertical-align: middle;
	color: #AAAAAA;
	padding-right: 15px;
	margin-right: 5px;
	font-size: 1.2rem;
	position: relative;
}

.breadcrumb ul li::after{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	position: absolute;
	top: 2px;
	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: #000;}

.breadcrumb ul li a:hover{opacity: 0.7;}

.breadcrumb ul li.current a{pointer-events: none;}

.breadcrumb ul li.current a:hover{opacity: 1;}

/* 見出し
---------------------------------------------- */
.heading01{
	background: #FBFBFB;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.2;
	border-left: 4px solid #6488AC;
	border-bottom: 2px solid #DFDFDF;
	padding: 9px 5px 8px 12px;
}

.heading02{
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 18px;
}

/* テーブル
---------------------------------------------- */
.tbl_type01{width: 100%;}

.tbl_type01 th,
.tbl_type01 td{padding: 10px 0;}

.tbl_type01 th{
	width: 20%;
	font-weight: 700;
	line-height: 1;
}

.tbl_type01 td{word-break: break-word;}

.tbl_type01 td .note{
	margin-top: 10px;
	font-size: 1.4rem;
}

.tbl_type02{width: 100%;}

.tbl_type02 th,
.tbl_type02 td{
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 10px;
}

.tbl_type02 th{
	background: #6d94b9;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
}

.tbl_type02 th:not(:last-of-type){border-right: 1px solid #FFF;} 

.tbl_type02 td{
	border: 1px solid #FFF;
	word-break: break-word;
}

.tbl_type02 td:first-of-type{border-left: none;}
.tbl_type02 td:last-of-type{border-right: none;}

.tbl_type02 tr:nth-of-type(even) td{background: #F6F8F9;}
.tbl_type02 tr:nth-of-type(odd) td{background: #E9EDF1;}

.tbl_type03{width: 100%;}

.tbl_type03 th,
.tbl_type03 td{
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 10px;
}

.tbl_type03 th{
	background: #6189af;
	width: 20%;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	border-bottom: 1px solid #FFF;
}

.tbl_type03 td{
	border: 1px solid #FFF;
	word-break: break-word;
}

.tbl_type03 tr:last-of-type th{border-bottom: none;}

.tbl_type03 tr:nth-of-type(even) td{background: #F6F8F9;}
.tbl_type03 tr:nth-of-type(odd) td{background: #E9EDF1;}

/* 下部ナビ
---------------------------------------------- */
.nav_btm01{margin-top: 70px;}

.nav_btm01 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
}

.nav_btm01 ul li{width: 50%;}

.nav_btm01 ul li a{
	color: #333;
	display: block;
}

.nav_btm01 ul li a:hover{opacity: 0.7;}

.nav_btm01 ul li.prev a::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
	width: 6px;
	height: 9px;
	margin: 0 5px 1px 0;
}

.nav_btm01 ul li.next{text-align: right;}

.nav_btm01 ul li.next a::after{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 6px;
	height: 9px;
	margin: 0 0 1px 5px;
}

.nav_btm01 ul li a span{display: inline-block;}

/* フォーム要素
---------------------------------------------- */
.wrap_textbox input[type="text"],
.wrap_textbox input[type="email"],
.wrap_textbox input[type="password"],
.wrap_textbox input[type="tel"],
.wrap_textbox input[type="number"],
.wrap_textbox input[type="url"]{
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.wrap_textbox input::-webkit-input-placeholder{
	color: #AAAAAA;
	font-size: 1.5rem;
}
.wrap_textbox input::-moz-placeholder{
	color: #AAAAAA;
	font-size: 1.5rem;
}
.wrap_textbox input::placeholder{
	color: #AAAAAA;
	font-size: 1.5rem;
}

.wrap_file{
	position: relative;
	display: inline-block;
	background: #FFF;
	border: 3px solid #CCC;
	border-radius: 3px;
	text-align: center;
	min-width: 170px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 9px 8px 7px;
	color: #333;
	transition: border-color .2s;
	cursor: pointer;
}

.wrap_file:hover{border-color: #205c97;}

.wrap_file .file_inner{
	display: inline-block;
	transition: color .2s;
}

.wrap_file:hover .file_inner{color: #205c97;}

.wrap_file .file_inner::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	margin: 0 5px 2px 0;
}

.wrap_file input[type="file"]{
	display: none;
/*	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	visibility: visible;*/
}

/*--テキストエリア--*/
.wrap_textarea textarea{
	width: 100%;
	min-height: 200px;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	resize: vertical;
}

/*--セレクトボックス--*/
.wrap_select{position: relative;}
	
.wrap_select select{
	background: none;
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px 15px 10px 10px;
	font-size: 1.6rem;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
}

.wrap_select select:disabled{
	background: #f7f7f7;
	border: 1px solid #BBB;
}

.wrap_select::after{
	content: "";
	display: inline-block;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: 50%;
	right: 5px;
	background: #333;
	width: 7px;
	height: 5px;
	margin-top: -2.5px;
}

/*--ラジオボタン--*/
.wrap_radio{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.radio_item{margin: 0 20px 20px 0;}

.radio_item label{
	display: flex;
	align-items: baseline;
}

.radio_item input[type="radio"]{margin: 0 5px 4px 0;}

/*--チェックボックス--*/
.wrap_checkbox{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.checkbox_item{margin: 0 20px 20px 0;}

.checkbox_item label{
	display: flex;
	align-items: baseline;
}

.checkbox_item input[type="checkbox"]{margin: 0 5px 4px 0;}

/*--ボタン--*/
.btn_area_top01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.btn_area_btm01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.wrap_button .btn_type01{
	display: inline-block;
	border: 3px solid #85A4C2;
	border-radius: 5px;
	text-align: center;
	min-width: 200px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 14px;
	color: #333;
	transition: border-color .2s;
	cursor: pointer;
}

.wrap_button .btn_type01:hover{border-color: #205c97;}

.wrap_button .btn_type01 .btn_inner{
	display: inline-block;
	transition: color .2s;
}

.wrap_button .btn_type01:hover .btn_inner{color: #205c97;}

.wrap_button .btn_type01 .btn_inner::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	margin: 0 5px 3px 0;
}

.wrap_button .btn_type01.disabled {
	filter: grayscale(1);
}

.wrap_button .btn_type01.disabled:hover{
	border-color: #AAA;
}

.wrap_button .btn_type02{
	display: inline-block;
	background: #FFF;
	border: 3px solid #CCC;
	border-radius: 3px;
	text-align: center;
	min-width: 170px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 9px 8px 7px;
	color: #333;
	transition: border-color .2s;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.wrap_button .btn_type02:hover{border-color: #205c97;}

.wrap_button .btn_type02 .btn_inner{
	display: inline-block;
	transition: color .2s;
}

.wrap_button .btn_type02:hover .btn_inner{color: #205c97;}

.wrap_button .btn_type02 .btn_inner::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	margin: 0 5px 2px 0;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid~.invalid-feedback {
    display: block;
}


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

side

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

.btn_side01{margin-bottom: 20px;}

.btn_side01 a{
	display: inline-block;
	border: 3px solid #85A4C2;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 14px;
	color: #333;
	transition: border-color .2s;
}

.btn_side01 a:hover{border-color: #205c97;}

.btn_side01 span{
	display: inline-block;
	transition: color .2s;
}

.btn_side01 a:hover span{color: #205c97;}

.btn_side01 span::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	margin: 0 5px 3px 0;
}

.side{width: 22%;}

.side .wrap_button{margin-bottom: 30px;}

.side .wrap_button a{width: 100%;}

.side_tasks{margin-bottom: 30px;}

.side_tasks .txt{
	background: #CCCCCC;
	font-weight: 700;
	padding: 12px 10px 8px;
}

.side_tasks ol{
	border-bottom: 1px solid #CCC;
	font-size: 1.4rem;
}

.side_tasks ol li{
	border: 1px solid #CCC;
	border-bottom: none;
}

.side_tasks ol li a{
	display: flex;
	align-items: center;
	padding: 12px 10px 12px 8px;
	line-height: 1.2;
	color: #333;
}

.side_tasks ol li a::before{
	background: #85A4C2;
	color: #FFF;
	font-weight: 700;
	width: 20px;
	height: 20px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-right: 8px;
}

.side_tasks ol li:nth-of-type(1) a::before{content: "1";}
.side_tasks ol li:nth-of-type(2) a::before{content: "2";}
.side_tasks ol li:nth-of-type(3) a::before{content: "3";}

.side_tasks ol li.submit a{
	padding: 12px 10px 12px 22px;
	position: relative;
}

.side_tasks ol li.submit a::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 6px;
	height: 9px;
	margin: 0 5px 1px 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.side_tasks ol li a:hover{opacity: 0.7;}

.side_tasks ol li.active{background: #85A4C2;}

.side_tasks ol li.active a{
	color: #FFF;
	font-weight: 700;
}

.side_tasks ol li.active a::before{
	background: #FFF;
	color: #85A4C2;
}

.side_tasks ol li.active a:hover{opacity: 1;}

.side_eligibility{margin-bottom: 30px;}

.side_eligibility .txt{
	background: #CCCCCC;
	font-weight: 700;
	padding: 12px 10px 8px;
}

.side_eligibility ol{
	border-bottom: 1px solid #CCC;
	font-size: 1.4rem;
}

.side_eligibility ol li{
	border: 1px solid #CCC;
	border-bottom: none;
}

.side_eligibility ol li.external a span::after{
	content: "";
	background: url("../img/ico_external01.png") no-repeat 0 0;
	display: inline-block;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin: 0 0px -4px 3px;
}

.side_eligibility ol li a{
	display: block;
	padding: 12px 10px 12px 22px;
	color: #333;
	position: relative;
}

.side_eligibility ol li a::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 6px;
	height: 9px;
	margin: 0 5px 1px 0;
	position: absolute;
	top: 16px;
	left: 10px;
}

.side_eligibility ol li a:hover{opacity: 0.7;}

.side_other ul{font-size: 1.4rem;}

.side_other ul li{margin-bottom: 10px;}

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

.side_other ul li a{
	color: #333;
	display: inline-block;
	min-height: 30px;
	padding-left: 10px;
	position: relative;
}

.side_other ul li a::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 6px;
	height: 9px;
	margin: 0 5px 1px 0;
	position: absolute;
	top: 9px;
	left: 0;
}

.side_other ul li a:hover{opacity: 0.7;}

.side_other ul li.external a span::after{
	content: "";
	background: url("../img/ico_external01.png") no-repeat 0 0;
	display: inline-block;
	background-size: contain;
	width: 23.75px;
	height: 23.75px;
	margin: 0 0 -5px 3px;
}

.side_other ul li.pdf a span::after{
	content: "";
	background: url("../img/ico_pdf01.png") no-repeat 0 0;
	display: inline-block;
	background-size: contain;
	width: 28.75px;
	height: 28.75px;
	margin: 0 0 -10px 3px;
}

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

header

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

#wrap_top{
	width: 100%;
	font-size: 1.1rem;
	line-height: 1;
	color: #7E8489;
}

.wrap_top_inner .cloned{display: none;}	

#header{
	background: #85A4C2;
	padding: 0 30px;
}

.header_inner{
	max-width: 960px;
	margin: 0 auto;
	min-height: 120px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.header_inner::after{
	content: "";
	background: url("../img/img_header01.jpg") no-repeat 0 0;
	width: 189px;
	height: 131px;
	position: absolute;
	top: 0;
	right: 256px;
	z-index: -1;
}

.h_logo{
	display: inline-block;
	padding-top: 35px;
}

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

.h_logo img:nth-of-type(2){display: none;}

.h_logo_tsukuba{
	background: url("../img/bg_logo_tsukuba01.png") no-repeat 0 0;
	width: 294px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}

.h_logo_tsukuba a{
	display: block;
	padding: 7px 48px 9px;
}

.h_logo_tsukuba a img{
	width: 100%;
	height: auto;
}

.nav_header{
	position: absolute;
	top: 60px;
	right: 26px;
}

.nav_header ul{display: flex;}

.nav_header ul li:first-of-type{margin-right: 10px;}

.nav_header ul li a{
	display: inline-block;
	background: #FFF;
	border-radius: 3px;
	text-align: center;
	min-width: 100px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	padding: 7px 8px;
	color: #333;
	transition: opacity .2s;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.nav_header ul li a:hover{opacity: 0.8;}

.nav_header ul li a span{display: inline-block;}

.nav_header ul li a span::before{
	content: "";
	display: inline-block;
	background: #AAA;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 5px;
	height: 8px;
	margin: 0 5px 2px 0;
}

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

footer

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

#footer{
	color: #A9BED3;
	text-align: center;
	border-top: 1px solid #DCE4ED;
	font-size: 1.2rem;
	line-height: 1;
	padding: 10px;
}


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

	PC

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

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

	common

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


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

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

	タブレット

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

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

	common

	------------------------------------------------------------ */
	
	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	/* リンク
	---------------------------------------------- */	
	.link_tel01{
		pointer-events: auto;
		text-decoration: underline !important;
	}
	
	
}/*--@media--*/


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

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

	タブレット

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

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

	header

	------------------------------------------------------------ */
	
	.h_logo{
		max-width: 460px;
		padding-top: 40px;
	}
		
	
}/*--@media--*/


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

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

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

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

	common

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

	.wrapper{flex-direction: column;}

	.contents{
		width: 100%;
		padding-bottom: 50px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 50px;
		padding-left: 0;
	}
	
	.wrap_type01,
	.wrap_type02{
		padding: 45px 15px 0;
		margin-bottom: 70px;
	}
	
	.sec_type01{margin-bottom: 40px;}
	
	.block{margin-bottom: 30px;}
	
	.block .item{margin-bottom: 20px;}
	
	.block .txt{margin-bottom: 20px;}
	
	/*--404ページ--*/
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{padding: 0 15px;}

	.pagettl_inner{padding: 25px 0;}

	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{padding: 5px 15px 0;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		background: #f9f7f7;
		margin-bottom: 20px;
		font-size: 1.9rem;
		line-height: 1;
		padding: 10px 5px 8px 10px;
	}
	
	.heading02{
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	/* テーブル
	---------------------------------------------- */
	.tbl_type01 th,
	.tbl_type01 td{display: block;}

	.tbl_type01 th{
		width: 100%;
		padding: 0 0 10px;
	}
	
	.tbl_type01 th br{display: none;}
	
	.tbl_type01 td{padding: 0 0 25px;}

	.tbl_type01 tr:last-of-type td{padding: 0;}
	
	.tbl_type03 th{width: 30%;}

	/* 下部ナビ
	---------------------------------------------- */
	.nav_btm01{margin-top: 40px;}
	
	/* フォーム要素
	---------------------------------------------- */
	/*--ボタン--*/
	.btn_area_top01{margin-bottom: 40px;}
	
	.btn_area_btm01{margin-top: 40px;}
	
	/* ------------------------------------------------------------

	side

	------------------------------------------------------------ */
	
	.btn_side01{text-align: center;}
	
	.btn_side01 a{max-width: 384px;}

	.side{width: 100%;}

	.side .wrap_button{max-width: 383px;}

	.side_tasks{margin-bottom: 20px;}

	.side_eligibility{margin-bottom: 20px;}

	.side_other ul{font-size: 1.4rem;}

	.side_other ul li{margin-bottom: 5px;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	#header{padding: 0;}
	
	.header_inner{
		background: none;
		margin-top: 34px;
		min-height: unset;
		overflow: visible;
	}

	.header_inner::after{display: none;}

	.h_logo{
		padding: 15px 10px;
		display: block;
		text-align: center;
		line-height: 1;
	}

	.h_logo p{
		display: inline-block;
		text-align: center;
	}

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

	.h_logo p img:nth-of-type(2){
		display: block;
		max-height: 33.5px;
	}

	.h_logo_tsukuba{
		background: none;
		width: 99px;
		height: 16.5px;
		position: absolute;
		top: -26px;
		right: 10px;
	}

	.h_logo_tsukuba a{padding: 0;}
	
	.nav_header{
		top: -30px;
		right: 120px;
	}
	
	.nav_header ul li a{
		border: 2px solid #CCC;
		padding: 5px;
	}
	
	/* ------------------------------------------------------------

	footer

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

	#footer{font-size: 1rem;}
	

	
}/*--@media--*/


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

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

	header

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

	.nav_header ul li a{
		font-size: 1rem;
		padding: 3px;
		min-width: 80px;
	}
	
	.nav_header ul li a span::before{margin: 0 2px 0px 0;}
	

}/*--@media--*/
