@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 500
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
	line-height: 1.4;
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	line-height: 1.8;
}
a.textlink {
	color: #00f;
	text-decoration: underline;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}

body {
	position: relative;
	font: 16px/1.6em 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #231815;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bg{
	background-color: #f9f9f9;
}
:root {
	--auth:#00aeeb;
	--key:#005cab;
	--key_thin:#bcb679;
	--accent: #b90c0c;
	--accent_thin: #C75B5B;
	--app: #f44336;
	--sub: #16773a;
	--white: #fff;
	--black: #333;
	--gray: #eee;
	--dark: #777;
	--gray_thin: #FBF8F1;
	--white_50: rgb(255 255 255 / 50%);
	--size_2s: 12px;
	--size_1s: 14px;
	--size_r: 16px;
	--size_m: 1.13rem;
	--size_1l: 1.25rem;
	--size_2l: 1.5rem;
	--size_3l: 1.75rem;
	--size_4l: 2.25rem;
}
.note {
	color: #d00;
}
.note_big {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.mb_0{
	margin-bottom: 0 !important;
}

.mb_02{
	margin-bottom: 0.2rem !important;
}
.mb_05{
	margin-bottom: 0.5rem !important;
}
.mb_10{
	margin-bottom: 1rem !important;
}
.mb_20{
	margin-bottom: 2rem !important;
}

.mt_0{
	margin-bottom: 0 !important;
}

.mt_02{
	margin-top: 0.2rem !important;
}
.mt_05{
	margin-top: 0.5rem !important;
}
.mt_10{
	margin-top: 1rem !important;
}
.mt_20{
	margin-top: 2rem !important;
}
span#result {
	font-size: 1.4rem;
	padding: 0 4px;
}
.textright{
text-align: right;
}
.textleft{
text-align: left;
}
/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	padding: 12px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
    font-size: 16px;
    width: 95%;
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	xpadding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 95%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
    font-size: 16px;font-family : inherit;

}
input[type="text"], input[type="email"] {
	width: 95%;
    font-size: 16px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin:5px 5px 10px 1em;
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	xborder: 2px solid var(--key);
	margin-right: 20px;
}
input[type="submit"] {
	background-color: #808080;
	border: none;
	color: #fff;
    display: block;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問い合わせフォーム
 ====================*/

p.end {
	margin-bottom: 0;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
.forPC {
	display: block;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
    display: flex;
    flex-direction: column;
    xmin-height: 100vh;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5rem;
		line-height: 1.4em;
}
h4 {
		border-bottom: 1px solid #666;
    font-weight: 700;
    font-size: 16px;
		padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
		color: #333;
		line-height: 1.4em;
}
h3 {
    border-left: 4px solid #666;
    padding: 6px 10px;
    font-size: 18px;
    margin-bottom: 1rem;
		font-weight: 700;
}
h2 {
	text-align: center;
	margin-bottom: 12px;
	font-size: 2em;
}
h1 {
	font-size: 2rem;
    text-align: center;
}
p{
    font-size: 16px;
    line-height: 1.6em;
}
p:not(:last-child){
	margin-bottom: 0.5rem;
}
th, td {
    border: 1px solid #ddd;
    padding: 1em;
    line-height: 1.4em;
}
th {
    background: #eee;
}
td {
    background: #fff;
}
.detail {
	font-size: 14px;
}
.inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
    text-align: left;
}
.menu-area .inner {
	width: 960px;
}
.header {
    background-color: var(--key);
	padding: 0;
	text-align: center;
}
body.auth .header{
	background-color: var(--auth);
}
body.auth .footer{
	background-color: var(--auth);
}

@media screen and (max-width: 1024px) {
	/* 959px以下に適用されるCSS（タブレット用） */

}

/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
	padding: 15px 0px;
    font-weight: 700;
}
header .head-logo .logo {
	display: inline-block;
	position: relative;
	width: 100%;
    font-size: 18px;
    color: #000;
    vertical-align: bottom;
}

.login header {}
.login header .head-logo .logo{
	pointer-events: none;
}
.login header .head-logo .logo {
	color: #fff;
}
header .head-logo .logo span{
	font-size: var(--size_2s);
    display: block;
}
.menu-area {
	xbackground-color: var(--key);
    xborder-bottom: 1px solid #db67b9;
}
.menu-area2{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
	background-color: #1373c3;
	/*background-color: #36c7fa;*/
}
.menu-area2 li{
	
}
.menu-area2 li a {
	color: #fff!important;
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
}
.menu.area-menu{
	width: 100%;
	height: auto;
	/* justify-content: space-between; */
}

.menu.area-menu > li{
	height: auto;
	border: none;
	/* border-right: 1px solid #fff; */
}
.menu.area-menu > li:first-child{
	border-left: none;
}
.menu.area-menu > .li_selected{
	
}
.menu.area-menu > .li_selected > a{
	color: #ff0 !important;
	/* background-color: #0243c4; 
	text-shadow: 1px 1px #00aeeb;*/
}
.menu.area-menu > li > a{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	padding: 0 10px;
	box-sizing: border-box;
}
.menu.area-menu > li > a:hover{
	opacity: 0.5;
}
.menu > li {
	width: 20%; /* グローバルナビ4つの場合 */
	height: 30px;
	line-height: 30px;
    text-align: center;
    border-right: 1px solid #fff;
}
.menu > li:first-child {
    border-left: 1px solid #fff;
}
.menu > li a {
	display: block;
	color: #000;
	font-size: 14px;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */

ul.footer-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    flex-wrap: wrap;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu li {
    width: 100%;
}
ul.footer-menu li a {
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: 0.2em;
	vertical-align: bottom;
	color: #fff;
    text-align: center;
    display: block;
    padding: 0.75em 0;
		font-size: 14px;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--key);
    margin-top: auto;
}
footer .inner {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 80px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer .foot-address {
	line-height: 1.6;
	font-size: 0.9rem;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 600;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
	line-height: 3em;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    background-color: #333;
    color: #fff;
    margin-bottom: 0;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
main section {
    padding: 50px 0px 50px 0px;
}
section.back_btn {
	padding: 30px 0;
	background: #ccc !important;
}
main section.pages-header {
    padding: 10px 0px 10px 0px;
}

main section:nth-child(even) {
	xbackground-color: rgb(249 249 249);
}
main section.subtitle {
	padding: 20px 0;
	background: #f6f6f6;
}
main.welfare section.subtitle {
    background: var(--key);
    color: #fff;
}
main h2, h1.pages-h1 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
}
main section.pankuzu {
    padding: 6px 0;
    background: #fff;
}
.title h2 {
	margin-bottom: 2rem;
	font-size: 20px;
	position: relative;
	line-height: 1.2em;
}
.title h2::after {
	content: "";
	width: 24px;
	height: 1px;
	display: inline-block;
	background-color: var(--key);
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
}
.title h2 span{
	color: #999999;
	font-size: var(--size_2s);
	font-weight: 400;
}
.textcenter_pc{
	text-align: center;
}
/* index
---------------------------------------- */

.sub-ttl {
	text-align: center;
	font-size: 1rem;
	font-weight: lighter;
	color: #444;
	padding-top: 10px;
	margin: 0 auto;
	padding-bottom: 40px;
}

main.index .catch {
	text-align: center;
	margin-bottom: 25px;
	line-height: 2rem;
}
ul.top_menu li a {
    font-size: 16px;
    color: #fff;
    background-color: #999;
    padding: 1.5em 0;
		margin-bottom: 0.5rem;
}
ul.top_menu li.jika_btn a{
    background: var(--key);
    xpadding: 3em 0;
}
ul.top_menu li.ua_btn a{
    background:var(--key);
    xpadding: 3em 0;
}

/*下層*/
.second_items:not(:last-child){
	margin-bottom: 2rem;
}
.third_items:not(:last-child){
	margin-bottom: 1.5rem;
}
/* info
---------------------------------------- */
input[type="submit"].view_btn,
.view_btn {
	border-radius: 6px;
	width: 200px;
	height: 50px;
	line-height: 30px;
	background: #d47272;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	letter-spacing: 0.04em;
	font-size: 16px;
	font-weight: 700;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2rem;
}
.view_btn.view_done{
background-color: #ddd;
color: #666;
}
input.view_btn{
	cursor: pointer;
}
	input.view_btn:hover{
	opacity: 0.8;
}

.search_box {
	background: var(--gray);
	padding: 20px;
	border: 1px solid #ccc;
}
.search_period_row {
	margin-bottom: 1rem;
}
.search_period input[type="text"] {
	width: 100%;
	font-size: 16px;
}
.search_period_time_box {
	display: flex;
	align-items: center;
}
.search_period.kara {
	padding: 10px;
}
@media screen and (max-width: 940px){
.search_period.kara {
	padding: 5px;
}
}
p.search_period_title {
	font-size: var(--size_ml);
	font-weight: 700;
	margin-bottom: 10px;
	background: #777;
	color: #fff;
	padding: 6px 10px;
}
.search_box .submit-btn {
	margin: 0 auto;
}
/* ua_kyousai
---------------------------------------- */

.btn.external a{
position:relative;
padding: 20px 12px 20px 0;
color: #333;
}
.btn.external a:after {
    position: absolute;
    right: 12px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/external_link.png) no-repeat;
    background-size: contain;
}
ul.kyousai_box li {
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}
ul.kyousai_box li:last-child {
    border: none;
}
/* WELFARE
---------------------------------------- */
main.welfare h3 {
    border-left: 4px solid var(--key);
}
.btn.pdf a{
    position:relative;
    padding: 20px 24px 20px 0;
		color: #333;
}
.btn.pdf a:after {
    position: absolute;
    right: 12px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/pdf_link.png) no-repeat;
    background-size: contain;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #f6f6f6;
    display: block;
    padding: 11px;
    height: 60px;
    position: relative;
    border: 1px solid #f6f6f6;
    margin-bottom: 16px;
		margin-right: 0;
		display: flex;
    align-items: center;
}

.acd-label:after{
	font-size: 28px;
	text-align: center;
	color: #333;
	box-sizing: border-box;
	content: '+';
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.acd-content{
  xbackground: #fff;
  border: 1px solid #f6f6f6;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
    xfont-size:0.85em;
    overflow: hidden;
}
.acd-content p.overview {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    font-size: 16px;
}
.acd-content p{
font-size: 14px;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
    margin-bottom: 16px;
}
.acd-content table{
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    xfont-size: 12px;
    xmargin-bottom: 24px;
		font-size: 14px;
}
.indent {
    padding-left: 10px;
    text-indent: -10px;
    display: inline-block;
}
/* privacy
---------------------------------------- */
main.privacy h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
main.privacy h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.privacy-box {
    border: 1px solid #ddd;
    padding: 1em;

}
.privacy-box p.ttl{
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em
;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
	line-height: 35px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: bold;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
	font-size: 1.2em;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	line-height: 2rem;
	color: #f51414;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	font-size: 50px;
	color: #fff;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: -50%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
    color: #999;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
    color: #999;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
h1.pages-h1 {
}
h2.pages-h2 {
	text-align: left;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
	padding: 20px 0px;
	color: var(--key);
	margin-bottom: 25px;
    line-height: 1.4em;
}
.pages-ttl {
	padding-bottom: 30px;
}
h2.pages-h2 span {
    color: #000;
    display: block;
    font-weight: 400;
		font-size: var(--size_2s);
    line-height: 1.4em;
    margin-top: 6px;
}
p.catch {
	line-height: 1.8rem;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
p.end_notice {
	border: 1px solid #ddd;
	padding: 1em;
	text-align: center;
}

table.simple_table {
	width: 100%;
}
table.simple_table.th_width_fixed th{
	width: 30%;
}
table.office_table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office_table th {
	background-color: #f6f6f6;
	padding: 30px 10px;
}
.office_table td {
	padding: 20px;
}

/*====================
business
 ====================*/

/*====================
company
 ====================*/

.category_items {
	display: flex;
}
.share_file_title h3 {
	border-bottom: 1px solid var(--auth);
	border-left: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 0;
}

.share_file_title.folder_title h3{
	position: relative;
	padding-left: 30px;
}
.share_file_title.folder_title h3:before{
	background-image: url(../img/icon_folder.png);
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
span.file_title {
	margin-right: 10px;
	white-space: pre-wrap;
}
span.file_date {
	font-weight: 400;
	font-size: 14px;
}
/*====================
contact
 ====================*/

span.gray.p90 {
	display: block;
}
.txt_link_nobtn{
	color: #0000EE;
}
ul.txt_link_box {
	margin-bottom: 1.5rem;
}
ul.txt_link_box li{
	margin-bottom: 0.75rem;
}
a.txt_link{
	font-size: 16px;
	color: #0000EE;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 6px;
}
a.txt_link:hover{
	text-decoration: underline;
}
/*メッセージ*/
.message_div {
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #f00;
	margin-top: 2rem;
}
p.done {
	display: block;
	border: 1px solid #d00;
	background: #fee;
	color: #d00;
	padding: 1rem;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
}

ul.pickup li span a {
	display: inline-block;
	text-align: left;
	padding: 0;
	background: none;
	border: none;
	color: #0000EE;
	margin-top: 6px;
}
ul.top_menu.pickup li span a,
ul.member_top_menu.pickup li span a {
	display: inline-block;
	text-align: center;
	padding: 0;
	background: none;
	border: none;
	color: #0000EE;
	margin-top: 6px;
}
ul.top_menu.pickup li span a:hover,
ul.member_top_menu.pickup li span a:hover{
text-decoration: underline;
}
.join_txt {
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom:2rem;
}
.join_txt .note{
font-size: 0.85em;
}
.oubogo {
	border: 1px solid #ddd;
	padding: 1rem;
}



.privacypolicy {
	overflow-y: scroll;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.privacypolicy ol, .privacypolicy ul {
	margin-bottom: 1em;
}
.privacypolicy ol li > span {
	display: inline-block;
	margin-right: 4px;
}
.privacypolicy ul li, .privacypolicy ol li {
	line-height: 1.8;
}
/*
.privacypolicy ul li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	transform: translateY(-50%);
	margin-right: 4px;
}
	*/
#contactForm-privacypolicy .policybutton {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	font-size: 1rem;
	text-align: center;
	background-color: #ddd;
	font-weight: bold;
	margin-right: 0;
}
.privacy_last span {
	margin-right: .8em;
}

/*詳細ボタン*/
td.application_contents a {
	width: auto;
	display: block;
	background: #3d99d1;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 0.5rem 0.5rem;
	margin: 0 auto;
}
@media screen and (max-width: 720px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	td.application_contents a {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	}
}
/*
.table_fixed {
	position: sticky;
	top: 0;
	right: 0;
	xcolor: #fff;
	xbackground: #333;
	text-align: center;
}
.table_fixed::before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	pointer-events: none
}
*/
/*詳細ページ*/
.kouza dl {
	display: flex;
	margin-bottom: 10px;
}
.kouza dl dt{
margin-right: 1em;
font-weight:700;
}
table.sp_column_table {
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 720px) {

table.sp_column_table{
	width: 100%;
}
table.sp_column_table th,
table.sp_column_table td{
	display: block;
	width: 100%;
}
table.sp_column_table th{
	border-bottom:0;
}
table.sp_column_table td{
	border-top:0;
}
table.sp_column_table tr:not(:last-child) td{
	border-bottom:0;
}
}
.login{
	height: 100%;
}
.login .layout-contents{
	height: 100%;
	justify-content: space-between;
}
.annotation {
	margin-top: 1rem;
}
.annotation p {
	font-size: 0.9rem;
    /*color: #1373c3;*/
}
.annotation p span {
    color: #f1e5d4;
    font-weight: bold;
    font-size: 1.1rem;
}
.annotation p span.btn {
    display: inline-block;
    padding: 2px 8px;
    background: #2980a7;
    border-radius: 15px;
    margin: 0 5px;
    color: #fff;
    font-size: 0.8rem;
}
