﻿@charset "utf-8";

/* --------------------------------------------------------------------------------------------

サイト名: 就労サポートセンターはくちょう
用途：各コンテンツ設定用CSS - レスポンシブWebデザイン（PC & 横置きタブレット専用スタイル）

-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------

 * 1.0 - Common

-------------------------------------------------------------------------------------------- */

body {
	font: normal 16px/1.8em "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	text-align: center;
	color: #333333;
	background: #ffffff;
}

/* links styles */
a:link {
	/* color: #1f72c0; */
	color: #23b87a;
	text-decoration: none;
}
a:visited {
	/* color: #1f72c0; */
	color: #23b87a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/* color: #23b87a; */
	color: #1f72c0;
}
a:active {
	text-decoration: none;
	color: #f06816;
}
a:focus {
	-moz-outline-style: none;
}


/* ********************************************************************************************
 ** 1.1 - clearfix
******************************************************************************************** */

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
.download {
	position: relative;
}
.download img {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
}



/* --------------------------------------------------------------------------------------------

 * 2.0 - Header

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 2.1 - IndexLayout
******************************************************************************************** */

#headAll {
	width: 100%;
	min-width: 960px;
	height: 750px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/TopImage.jpg) top center no-repeat;
}
.headSet {
	max-width: 1080px;
	height: 750px;
	position: relative;
	margin: 0 auto;
}
.siteName {
	max-width: 480px;
	max-height: 120px;
	margin: 0 auto;
	padding: 40px 0;
}

.CatchPhrase {
	text-align: center;
	padding: 70px 0 90px 0;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 1px 8px #000000;
}
.MainMessage {
	text-align: center;
	padding: 40px 0 50px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}

.HeadContact {
	/* 2024.10　変更　*/
	/* width: 520px;　*/
	width: 700px;
	margin: 0 auto;
	padding: 26px 0;
	text-align: center;
	border-radius: 16px;
	background: rgba(255,255,255,0.8);
}
.ContactMassage {
	margin: 0 0 16px 0;
	font-size: 18px;
}

/* 2024.10 追加 */
.HeadContactFacility {
	display: flex;
	justify-content: space-between;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
}
.HeadContact .HeadContactFacility:last-child {
	margin-bottom: 0;
}
.HeadContactFacilityName {
	margin-top: 8px;
	font-size: 20px;
}
.HeadContact .HeadContactFacility:last-child .HeadContactFacilityName {
	margin-bottom: 0;
}
/* 2024.10 追加 ここまで */

.PhoneNumber {
	color: #006dc1;
	font-size: 30px;
	margin: 0 0 2px 0;
}
.PhoneNumber::before {
	content: url(../images/ico_phone.png);
	padding: 0 12px 0 0;
	position: relative;
	top: 2px;
}


/* ********************************************************************************************
 ** 2.2 - PagesLayout
******************************************************************************************** */

#Pages #headAll {
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: none;
	background-color: #0081e4;
	box-sizing: border-box;
	border-bottom: 1px solid #00468e;
}
#Pages .headSet {
	max-width: 1080px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}
#Pages .siteName {
	width: 260px;
	height: 80px;
	margin: 0 0 0 14px;
	padding: 20px 0;
}

#Pages .HeadContact {
	width: 320px;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 42px;
	right: 0;
}
#Pages .PhoneNumber {
	color: #ffffff;
	font-size: 36px;
	margin: 0 0 2px 0;
}
#Pages .PhoneNumber::before {
	content: url(../images/ico_phone_w.png);
	padding: 0 8px 0 0;
	position: relative;
	top: 3px;
	left: 0;
}
#Pages .Reception {
	color: #fff960;
	display: block;
	margin: 0;
	padding: 0;
}



/* --------------------------------------------------------------------------------------------

 * 3.0 - Gloval Navigation

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 3.1 - IndexLayout
******************************************************************************************** */

#gNavi {
	width: 100%;
	height: 140px;
	position: absolute;
	border-radius: 16px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	background-color: #0081e4;
	color: #ffffff;
	bottom: -70px;
}
#gNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#gNavi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gNavi ul li a {
	float: left;
	color: #ffffff;
	width: 20%;
	height: 136px;
	display: block;
	padding: 60px 0 0 0;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
#gNavi ul li:first-child a {
	border-left: none;
	border-radius: 16px 0 0 16px;
}
#gNavi ul li:last-child a {
	border-right: none;
	border-radius: 0 16px 16px 0;
}
#gNavi ul li a:hover {
	color: #ffffff;
	background-color: #144ca9;
	text-decoration: none;
}

.navi-trigger {
	display: none;
}


/* ********************************************************************************************
 ** 3.2 - PagesLayout
******************************************************************************************** */

#Pages #gNavi {
	width: 100%;
	height: 60px;
	position: static;
	border-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ababab;
	background-color: #ffffff;
	color: #333333;
	bottom: 0;
}
#Pages #gNavi ul {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 0;
}
#Pages #gNavi ul li {
	float: left;
	width: 20%;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-left: 1px dotted #ababab;
	box-sizing: border-box;
}
#Pages #gNavi ul li a {
	float: none;
	color: #333333;
	width: auto;
	height: 60px;
	display: block;
	margin: -18px 0 0 0;
	padding: 18px 0;
	text-align: center;
	font-size: 18px;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
	transition: background-color 0.4s, color 0.4s;
}
#Pages #gNavi ul li:first-child a {
	border-left: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child a {
	border-right: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child {
	border-right: 1px dotted #ababab;
	border-radius: 0;
}
#Pages #gNavi ul li a:hover {
	color: #ffffff;
	background-color: #0090ff;
	text-decoration: none;
}

#Pages .navi-trigger {
	display: none;
}



/* --------------------------------------------------------------------------------------------

 * 4.0 - Contents

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 4.1 - Index
******************************************************************************************** */

/* *** 4.1.1 - AboutArea
******************************************************************************************** */

.AboutArea {
	max-width: 1080px;
	margin: 150px auto 100px;
}
.AboutCatchPhrase {
	text-align: center;
	font-size: 30px;
	color: #f96398;
	margin: 0 0 20px 0;
}
.AboutTextBox {
	/*width: 600px;*/
	width: 650px;
	line-height: 2em;
	margin: 0 auto;
	text-align: center;
}
.AboutTextBoxSec {
	width: 960px;
	line-height: 2em;
	margin: 0 auto;
	text-align: left;
}

.AboutPolicyList{
	/*width: 600px;*/
	width: 650px;
	margin: 0 auto;
	padding: 0;
}
.AboutPolicyList li{
	text-align: left;
	margin: 0 0 0 1em;
}



/* *** 4.1.2 - FeatureArea
******************************************************************************************** */

.FeatureAll {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 50px 0 70px;
	background-color: #efefef;
}
.FeatureArea {
	max-width: 1080px;
	margin: 0 auto;
}

.FeatureBox {
	width: 29.629%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.CenterMargin {
	margin: 0 5.555%;
}

.FeatureImage img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 6px solid #0096ff;
	border-radius: 50%;
}
.FeatureHeadline {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 0 12px;
}
.FeatureText{
	text-align: left;
	padding: 0 16px;	
}
a.FeatureLinkButton {
	width: 280px;
	display: block;
	margin: 16px auto 0;
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	background-color: #f96398;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
a.FeatureLinkButton:hover {
	text-decoration: none;
	background-color: #dc306d;
}

/* *** 4.1.3 - Information
******************************************************************************************** */

.InformationArea {
	max-width: 1080px;
	margin: 0 auto 70px;
	padding: 0;
}

.TopicsHeadlineBox {
	display: block;
	width: 100%;
	float: none;
}
.TopicsHeadline {
	width: 200px;
	/*float: left;*/
	font-size: 30px;
	margin: 10px 0 40px 10px;
}
a.MoreLinkButton {
	width: 180px;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	background-color: #f96398;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
a.MoreLinkButton:hover {
	text-decoration: none;
	background-color: #dc306d;
}

dl.TopicsList {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
dl.TopicsList dt {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
dl.TopicsList dt span {
	margin: 0;
	padding: 0 0 0 28px;
	font-weight: normal;
	position: relative;
}
dl.TopicsList dt span::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	left: 12px;
}
dl.TopicsList dt span.blue::before {
	background-color: #0073d5;
}
dl.TopicsList dt span.pink::before {
	background-color: #fa63d1;
}
dl.TopicsList dt span.orange::before {
	background-color: #fab863;
}
dl.TopicsList dt span.green::before {
	background-color: #12b77f;
}
dl.TopicsList dd {
	margin: 0 0 26px 0;
	padding: 0 0 4px 10px;
	border-bottom: 1px dotted #333333;
}

.SpecialTopicsBox {
	display: block;
	/*float: none;*/
	width: 95%;
	margin: 0 20px 30px 20px;
	padding: 10px 0;
	background: #DAE7F1;
}
.SpecialTopicsItem {
	display: inline-block;
	float: left;
	max-width: 500px;
	padding: 10px 20px 10px 20px;
	position: relative;
}
.SpecialTopicsItemImage {
	/*display: inline-block;
	float: left;
	max-width: 470px;
	max-height: 262px;
	padding: 10px 20px 10px 20px;*/
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.SpecialTopicsItemImage::before {
	content:"";
	display: block;
	padding-top: 0%;
}
.SpecialTopicsItem img {
	/*max-width: 430px;
	max-height: 242px;*/
	/*max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;*/
}

.BannerBox{
	width: 100%;
	margin: 0;
	padding: 40px 0 30px 0;
	background-color: #efefef;
}
.BannerArea {
	max-width: 1080px;
	margin: 0 auto;
}
.BannerList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.BannerList li {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}
.BannerList li a:hover {
	transition: 0.8s;
	opacity: 0.6;
}



/* ********************************************************************************************
 ** 4.2 - Pages
******************************************************************************************** */

/* *** 4.2.1 - CommonElement
******************************************************************************************** */

h1 {
	max-width: 1080px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
	margin: 100px auto;
	padding: 0 0 6px 0;
	position: relative;
}
h1 span {
	padding: 0 10px;
	border-bottom: 6px solid #f96398;
}

h2 {
	max-width: 1080px;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto 30px;
	padding: 0;
	color: #0073de;
}
h2 span {
	font-size: 16px;
	display: block;
	color: #7c7c7c;
	padding: 0;
	line-height: 1.5em;
}

h3 {
	max-width: 1080px;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
h3 span {
	padding: 0 20px 0 0;
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}
h3::after {
	width: 100%;
	content: "";
	border-bottom: 1px dotted #0081e4;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 1;
}

h4 {
	position: relative;
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 0 32px;
}
h4::before, h4::after {
	position: absolute;
	content: "";
	border-radius: 100%
}
h4::before {
	top: 0.2em;
	left: 0.2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(249,99,152,0.5);
}
h4::after {
	top: 0.7em;
	left: 0.7em;
	width: 13px;
	height: 13px;
	background: rgba(255,176,204,0.5);
}
/*　20240930 追加　*/
h2.h2_greet {
	max-width: 1080px;
	background-color: #0090ff;
	border-radius: 0%;
	border: none;
	margin: 0 0 10px 0;
	font-size: 23px;
	line-height: 1.7em;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 0 15px;
}
/*　20240930 追加　*/

.PageColumnBox {
	max-width: 1080px;
	margin: 0 auto 80px;
	padding: 0;
	box-sizing: border-box;
}
.PageColumnBox p {
	margin: 0 0 10px 0;
	padding: 0;
}
.PageColumnBox .ChiefComment {
	text-align: right;
	margin: 30px 0 0 0;
	font-weight: bold;
}
.ColumnInner {
	margin: 0 0 36px 0;
}

.PageImagesBox {
	max-width: 370px;
	float: right;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}
.PageImagesBox img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

.TableFirstLayout {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #ababab;
}
.TableFirstLayout th {
	padding: 10px;
	color: #0053b9;
	font-weight: bold;
	text-align: center;
	background-color: #bceaff;
	border: 1px solid #ababab;
}
.TableFirstLayout td {
	padding: 10px;
	font-weight: normal;
	border: 1px solid #ababab;
	vertical-align: top;
}
.TableFirstLayout caption {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 4px 2px;
	padding: 0 0 0 36px;
	text-align: left;
}
.TableFirstLayout caption::before, .TableFirstLayout caption::after {
	position: absolute;
	content: "";
	border-radius: 100%
}
.TableFirstLayout caption::before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: rgba(249,99,152,0.5);
}
.TableFirstLayout caption::after {
	top: 0.5em;
	left: 0.5em;
	width: 15px;
	height: 15px;
	background: rgba(255,176,204,0.5);
}

.TableSecondLayout {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #ababab;
}
.TableSecondLayout th {
	padding: 10px 16px;
	color: #0053b9;
	font-weight: bold;
	text-align: left;
	background-color: #bceaff;
	border: 1px solid #ababab;
}
.TableSecondLayout td {
	padding: 10px 16px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ababab;
}
.ScrollBar{
	display: block;
	margin: 0 0 30px 0;
}

.ImageLine {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.ImageLine li {
	width: 32%;
	float: left;
	margin: 0;
	padding: 0;
}
.ImageLine li:nth-child(2) {
	margin: 0 2%;
}
.ImageLine li img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

/* *** 4.2.2 - annai styles
******************************************************************************************** */
.annaiListLayout{
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.annaiListLayout li {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 24px;
}
.annaiListLayout li span {
	position: absolute;
	left: 0;
}


/* *** 4.2.3 - riyou styles
******************************************************************************************** */
.flowbox {
	list-style: none;
    width: 100%;
	text-align: center;
	margin: 0 0 100px 0;
	padding: 0;
}
.flowbox li {
	list-style: none;
    margin: 0 auto 40px;
    width: 80%;
    padding: 10px;
    border: 3px solid #0096ff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
	background-color: #ffffff;
}
.flowbox li:after {
    border-top: 30px solid #f96398;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -33px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}
.flowbox li.lefthead {
	background-color: #d5f5ff;
	color: #0087ef;
	font-weight: bold;
	font-size: 18px;
}
.flowbox li:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.TableRiyouLayout {
	width: 100%;
	margin: 0;
	border: 1px solid #ababab;
}
.TableRiyouLayout th {
	padding: 10px;
	color: #0053b9;
	font-weight: bold;
	text-align: center;
	background-color: #bceaff;
	border: 1px solid #ababab;
}
.TableRiyouLayout td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ababab;
}
.TableRiyouLayout caption {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 2px;
	padding: 0 0 0 36px;
	text-align: left;
}
.TableRiyouLayout caption::before, .TableRiyouLayout caption::after {
	position: absolute;
	content: "";
	border-radius: 100%
}
.TableRiyouLayout caption::before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: rgba(249,99,152,0.5);
}
.TableRiyouLayout caption::after {
	top: 0.5em;
	left: 0.5em;
	width: 15px;
	height: 15px;
	background: rgba(255,176,204,0.5);
}
.Current{
	color: #f07511;
	font-weight: bold;	
}


/* *** 4.2.4 - jigyousho styles
******************************************************************************************** */
.PhotoLine {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
.PhotoLine li {
	width: 25%;
	margin: 0;
	padding: 0 8px 20px 8px;
	box-sizing: border-box;
}
.PhotoLine li img {
	max-width: 254px;
	max-height: 200px;
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}
.PhotoLine li figcaption {
	text-align: center;
}


/* *** 4.2.5 - information styles
******************************************************************************************** */

.LeafletImagesBox {
	max-width: 200px;
	float: left;
	margin: 0 20px 10px 0;
	box-sizing: border-box;
}
.LeafletImagesBox img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

.TableLeafletLayout {
	/*width: 100%;*/
	width: 50%;
	text-align: center;
	/*margin: 0;*/
	margin: 0 auto;
	border: 1px solid #ababab;
}
.TableLeafletLayout td {
	width: 50%;
	padding: 10px;
	color: #000000;
	font-weight: normal;
	border: 1px dashed #ababab;
	background-color: #f9fff5;
}
.TableLeafletLayout td a {
	display: block;
	width: 100%;
	height: 100%;
}
.TableLeafletLayout td img {
	width: 16px;
	height: 16px;
	padding-left: 6px;
	vertical-align: middle;
}
.TableLeafletLayout td:hover {
	transition: 0.8s;
	background-color: #bceaff;
}

.kouhouListLayout{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.kouhouListLayout li {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
	text-align: center;
}
.kouhouListLayout li a:hover {
	transition: 0.8s;
	opacity: 0.6;
}
.kouhouListLayout li span {
	position: relative;
	font-weight: bold;
}
.kouhouListLayout li span img {
	position: absolute;
	top: 2px;
	right: -1em;
	max-width: 16px;
	max-height: 16px;
}

.kujouListLayout{
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	/*position: relative;*/
}
.kujouListLayout li{
	list-style: circle;
}
.kujouListLayout li img {
	max-width: 16px;
	max-height: 16px;
	position: relative;
	top: -7px;
}

.kouchinLayout {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.kouchinLayout ul {
	display: flex;
	justify-content: space-around;
}
.kouchinLayout li {
	list-style: circle;
	float: left;
}

/* --------------------------------------------------------------------------------------------

 * 5.0 - Footer

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 5.1 - Access
******************************************************************************************** */

.AccessAll {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ababab;
}

.AccessMap {
	width: 50%;
	height: 500px;
	float: right;
}

.AccessInfo {
	width: 50%;
	height: 500px;
	float: left;
	color: #ffffff;
	background-color: #0080ed;
}
.AccessInfoColumnBox {
	max-width: 540px;
	float: right;
}
.AccessHeadline {
	font-size: 30px;
	margin: 50px 0;
}
.AccessInfoList {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.AccessInfoList dt {
	width: 20.37%;
	float: left;
	margin: 0;
	padding: 0;
}
.AccessInfoList dd {
	width: 79.63%;
	float: left;
	margin: 0;
	padding: 0;
}



/* ********************************************************************************************
 ** 5.2 - CommonInfo
******************************************************************************************** */

#footerAll {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #0055ad;
}

.footerSet {
	max-width: 1080px;
	height: 100px;
	margin: 0 auto;
}
.footNavi {
	width: 64%;
	float: left;
}
.footNavi ul {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}
.footNavi ul li {
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 4%;
	padding: 0 4% 0 0;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}
.footNavi ul li:first-child {
	margin: 0;
}
.footNavi ul li:last-child {
	padding: 0;
	border-right: none;
}
.footNavi ul li a {
	color: #ffffff;
}
.footNavi ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.copyright {
	width: 36%;
	float: right;
	margin: 40px 0 0 0;
	text-align: right;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	background-color: #0080ed;
	text-decoration: none;
	line-height: 50px;
	border-radius: 50%;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: -21px 0 0 -9px;
	border-top: 14px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 14px solid #ffffff;
	border-left: 9px solid transparent;
	top: 50%;
	left: 50%;
}



.chuui{
	margin-top:95px;
}

.iconPdf::after {
	display: inline-block;
	content: url("../images/ico_pdf.png");
	vertical-align: top;
	padding: 2px 5px 0 6px;
}

.iconWord::after {
	display: inline-block;
	content: url("../images/ico_word.png");
	vertical-align: top;
	padding: 3px 5px 0 6px;
}

/*
	テキスト関連
*/
.highLightRed {
	color: #ff0000;
}
.highLightBold {
	color: #FF0000;
	font-weight: bold;
}

.text14px {
	font-size: 14px;
}
.textCenter {
	text-align: center;
}