@charset "utf-8";
/* Copyright 2022 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: bold;
}

*{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-color: #FFF;
	color:#333333;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

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

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;}


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

common

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

.wrap_type01{
	padding: 80px 50px 0;
	margin-bottom: 100px;
}

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

.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;
}

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

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

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

/* 見出し
---------------------------------------------- */
.heading01{
	text-align: center;
	margin-bottom: 45px;
	line-height: 1;
	color: #E4455E;
	font-size: 3.2rem;
	font-weight: 700;
}

/* 投書を探す
---------------------------------------------- */
.search{
	width: 240px;
	border-top: 2px solid #42BDA2;
	font-size: 1.5rem;
}

.txt_search{
	font-size: 2rem;
	color: #E4455E;
	font-weight: 700;
	padding-top: 20px;
	margin-bottom: 30px;
	pointer-events: none;
}

.s_inner{margin-bottom: 40px;}

.search_item{margin-bottom: 20px;}

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

.search_item .name{
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
}

.search_item input[type="text"],
.search_item input[type="number"],
.search_item select{
	background: #F1F8F7;
	border: 1px solid #9CDCCD;
	padding: 10px 15px;
	border-radius: 4px;
	outline: none;
	color: #333;
	width: 100%;
	font-size: 1.5rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.search_item input[type="text"]::-webkit-input-placeholder{color: #AAAAAA;}
.search_item input[type="text"]::-moz-placeholder{color: #AAAAAA;}
.search_item input[type="text"]::-ms-input-placeholder{color: #AAAAAA;}
.search_item input[type="text"]::placeholder{color: #AAAAAA;}
.search_item input[type="number"]::-webkit-input-placeholder{color: #AAAAAA;}
.search_item input[type="number"]::-moz-placeholder{color: #AAAAAA;}
.search_item input[type="number"]::-ms-input-placeholder{color: #AAAAAA;}
.search_item input[type="number"]::placeholder{color: #AAAAAA;}

.search_item input::-moz-focus-inner,
.search_item select::-moz-focus-inner{border: 0;}/* Firefox 点線消す */
.search_item input{-webkit-appearance: none;}/* ios 影消す */

/*--チェックボックス--*/
.search_item .wrap_check .check_item{margin: 0 0 12px 0;}

.search_item .wrap_check .check_item input[type="checkbox"]{display:none;}

.search_item .wrap_check .check_item input[type="checkbox"]+label{
	display: block;
	background: url("../img/img_checkbox01.png") no-repeat 0 0;
	background-size: 18px;
	padding: 0 0 0 21px;
	line-height: 18px;
	min-height: 20px;
	cursor: pointer;
}

.search_item .wrap_check .check_item input[type="checkbox"]:checked+label{
	background: url("../img/img_checkbox01_on.png") no-repeat 0 0;
	background-size: 18px;
}

/*--セレクトボックス--*/
.search_item .wrap_select{
	width: 100%;
	position: relative;
}

.search_item .wrap_select::before{
	content: "";
	background: url("../img/ico_arrow01.png") no-repeat 0 0;
	background-size: contain;
	width: 9px;
	height: 7px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}

/*--個別指定--*/
.search_item.number .wrap_select{margin-bottom: 15px;}

.search_item.term .term_inner p{margin: 0 2px;}

.search_item.term .term_inner .wrap_select{width: 110px;}

/*--ボタン--*/
.btn_search{text-align: center;}

.btn_search input{
	display: inline-block;
	background: #42BDA2;
	border: none;
	border-radius: 48px;
	line-height: 1;
	width: 200px;
	color: #FFF;
	padding: 15px 0;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	transition: opacity .2s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btn_search input:hover{opacity: 0.7;}

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

header

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

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

.wrap_top_inner .cloned{display: none;}	

#header{
	background: #FFF;
	border-bottom: 1px solid #C0E9DF;
}

.header_inner{
	width: 100%;
	height: 66px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}

.h_logo{margin-top: 17px;}

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

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

footer

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

#footer{
	border-top: 1px solid #C0E9DF;
	padding: 80px 50px 35px; 
}

.footer_inner{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.f_top{
	margin-bottom: 40px;
	display: flex;
	padding-bottom: 75px;
	border-bottom: 1px solid #DFF4F1;
}

.f_item{margin-right: 40px;}

.f_item:last-of-type{margin-right: 0;}

.f_item p:nth-of-type(1){
	font-family: "Roboto";
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 10px;
}

.f_item .mail a,
.f_item .tab a{
	display: block;
	color: #FA0041;
	transition: opacity .3s;
	position: relative;
	line-height: 1.4;
	padding-left: 16px;
}

.f_item .mail a:hover,
.f_item .tab a:hover{opacity: 0.5;}

.f_item .mail a::before{
	content: "";
	display: inline-block;
	background: url("../img/ico_mail01.png") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: 0;
}

.f_item .tab a::before{
	content: "";
	display: inline-block;
	background: url("../img/ico_tab01.png") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 7px;
	left: 0;
}

.f_bottom{
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;
	line-height: 1;
	color: #999999;
}

/* ページトップボタン
---------------------------------------------- */	
#pagetop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #42BDA2 url("../img/ico_arrow02.png") no-repeat center;
	background-size: 14px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s, background-color .3s;
}

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

#pagetop.pagetop_show:hover{background-color: #79D0BD;}

#pagetop span{display: none;}


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

	PC

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

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

	common

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

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

	footer

	------------------------------------------------------------ */
	
	.f_bottom{
		flex-direction: column-reverse;
		line-height: 1.4;
	}
	
	.f_seo{margin-bottom: 10px;}

	
}/*--@media--*/


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */
	
	/* 投書を探す
	---------------------------------------------- */
	.search{width: 100%;}
	
	.search_inner{
		display: none;
		padding-bottom: 50px;
	}
	
	.txt_search{
		pointer-events: auto;
		position: relative;
		cursor: pointer;
	}
	
	.txt_search .ico{
		background: #42BDA2;
		width: 33px;
		height: 33px;
		border-radius: 33px; 
		position: absolute;
		top: 15px;
		right: 10px;
	}
	
	.txt_search .ico::before,
	.txt_search .ico::after{
		content: "";
		display: block;
		background: #FFF;
		width: 16px;
		height: 2px;
		border-radius: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -8px;
		transform: rotate(0);
		transition: transform .3s;
	}
	
	.txt_search .ico::after{transform: rotate(90deg);}
	
	.txt_search.on .ico::before{transform: rotate(360deg);}
	
	.txt_search.on .ico::after{transform: rotate(360deg);}
	
	
}/*--@media--*/


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

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

	タブレット

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

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

	common

	------------------------------------------------------------ */
	
	/* リンク
	---------------------------------------------- */	
	.link_tel01{
		text-decoration: underline !important;
		pointer-events: auto;
	}
	
	
}/*--@media--*/


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

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

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

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

	common

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

	body{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.wrap_type01{
		padding: 50px 20px 0;
		margin-bottom: 60px;
	}
	
	/*--404ページ--*/
	.wrap_404{
		padding-top: 100px;
		margin-bottom: 100px;
	}
	
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		margin-bottom: 35px;
		font-size: 2.5rem;
	}
	
	/* 投書を探す
	---------------------------------------------- */
	.search{font-size: 1.4rem;}
	
	.txt_search{
		font-size: 1.7rem;
		padding-top: 12px;
	}
	
	.txt_search .ico{top: 10px;}
	
	.search_item input[type="text"],
	.search_item input[type="number"],
	.search_item select{
		font-size: 1.4rem;
		padding: 9px 15px;
		border-radius: 3px;
	}
	
	/*--ボタン--*/
	.btn_search input{font-size: 1.4rem;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 2px 0;
		overflow: hidden;
	}

	.wrap_top_inner .cloned{display: block;}
	
	.wrap_top_inner h1{
		text-overflow: inherit;
		overflow: visible;
		white-space: nowrap;
	}
	
	.header_inner{
		padding: 0 15px;
		align-items: center;
	}

	.h_logo{margin: 0;}
	
	.h_logo a{
		font-size: 1.8rem;
		line-height: 1.3;
	}
	
	.h_logo a span{display: block;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	
	#footer{padding: 0;}

	.footer_inner{
		margin: 0;
		display: block;
		padding: 40px 20px;
	}
	
	.f_top{
		display: block;
		padding-bottom: 30px;
		border-bottom: 1px solid #DFF4F1;
	}
	
	.f_item{
		margin-right: 0;
		margin-bottom: 25px;
	}

	.f_item:last-of-type{margin-bottom: 0;}
	
	.f_item p:nth-of-type(1){margin-bottom: 5px;}
	
	.f_item .mail a::before{top: 6px;}

	.f_item .tab a::before{top: 5px;}
	
	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		width: 100%;
		height: 72px;
		border-radius: 0;
		background: none;
		border-bottom: 1px solid #C0E9DF;
		display: flex;
		justify-content: center;
		align-items: center;
		position: inherit;
		cursor: pointer;
		opacity: 1;
		pointer-events: auto;
		transition: opacity .3s, background-color .3s;
	}

	#pagetop.pagetop_show:hover{background: none;}

	#pagetop p{
		display: flex;
		align-items: center;
	}
	
	#pagetop p::before{
		content: "";
		display: inline-block;
		width: 13px;
		height: 13px;
		border-radius: 13px;
		background: #42BDA2 url("../img/ico_arrow02.png") no-repeat center;
		background-size: 6px;
		margin: 0 6px 1px 0;
	}
	
	#pagetop span{
		display: block;
		font-family: "Roboto";
		letter-spacing: 0.05em;
	}

	
}/*--@media--*/


