#page-main{
	text-align: center;
	padding: 110px 0;
}
#page-main.system-bg{
	background: url(../images/system/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.message-bg{
	background: url(../images/message/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.idea-bg{
	background: url(../images/idea/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.company-bg{
	background: url(../images/access/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.solution-bg{
	background: url(../images/solution/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.b-support-bg{
	background: url(../images/b-support/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.support-bg{
	background: url(../images/support/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.recruit-bg{
	background: url(../images/recruit/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.staff-bg{
	background: url(../images/staff/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.news-bg{
	background: url(../images/news/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.contact-bg{
	background: url(../images/contact/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main.esports-bg{
	background: url(../images/esports/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#page-main h2{
	color: #fff;
	font-size: 20px;
}

.page-box01{
	margin-bottom: 40px;
}
.page-box01 p{
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #282828;
}

.page-box02{
	background: #fff;
	box-sizing: border-box;
	padding: 35px 25px;
	margin-bottom: 40px;
}
.page-box02 p{
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #282828;
}

.page-block01{
	padding: 20px;
	margin: 0 0 20px;
	border: solid 1px #eee;
}
.page-block01:last-child{
	margin-bottom: 0;
}
.page-block01 dl{
	display: table;
	width: 100%;
}
.page-block01 dt{
	display: table-cell;
	vertical-align: top;
	width: 216px;
}
.page-block01 dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	letter-spacing: 0.1em;
	text-align: justify;
}
.page-block01 dd h4{
	font-size: 16px;
    letter-spacing: 0.1em;
    color: #101a40;
    margin-bottom: 10px;
}
.page-block01 dd p{
    margin-bottom: 30px;
}

.img-box01{
	text-align: center;
	margin: 30px 0;
}

.sol-img{
	margin: 40px 40px 0;
}

.large-img img{
	margin-bottom: 40px;
}

.modal-box{
	text-align: center;
	margin-bottom: 40px;
}
.modal-box a{
	margin: 0 10px;
}

.page-ttl01{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 40px;
}
.page-ttl02 {
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin-bottom: 40px;
    position: relative;
}
.page-ttl02:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #101a40;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.page-ttl03{
    font-size: 16px;
    font-weight: bold;
    color: #101a40;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 30px;
}
.page-ttl03:before{
	content: "●";
	color: #101a40;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/*
	代表挨拶
*/
#message{
	padding: 100px 0;
}
#message h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 80px;
}
#message h2 span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #296c6e;
	letter-spacing: normal;
	margin-top: 20px;
}

#message dl{
	display: flex;
	width: 100%;
	margin-bottom: 80px;
}
#message dl dt{
	vertical-align: middle;
	width: 100%;
	background: #fff;
}
#message dl dd{
	background: #f8f8f8;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 10% 5%;
	font-size: 1.5vw;
	line-height: 4vw;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
#message p{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: justify;
}

#idea{
	padding: 150px 0;
	position: relative;
	text-align: center;
}
#idea h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 80px;
}
#idea h2 span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #296c6e;
	letter-spacing: normal;
	margin-top: 20px;
}
#idea p{
	font-size: 16px;
	line-height: 32px;
}
#idea img{
    max-width: 600px;
    margin: 40px 0 80px;
}
#idea .idea-box {
    border: solid 1px #ff9a60;
    max-width: 780px;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
}
#idea .idea-box:before {
    position: absolute;
    width: 102%;
    height: 98%;
    content: "";
    display: block;
    border: solid 1px #ff9a60;
    top: 6px;
    left: -9px;
}
#idea .idea-box div{
	margin-bottom: 80px;
}
#idea .idea-box div h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#idea .idea-box div h3.blue{
	color: #4879a9;
}
#idea .idea-box div h3.orange{
	color: #ff9a60;
}
#idea .idea-box div h3.red{
	color: #f2647b;
}
#idea .idea-box div p{
	font-size: 16px;
	margin-left: 32px;
}


/*
	募集要項
*/
.recruit-box01{
    margin-bottom: 40px;
    background: #fff;
    padding: 40px 25px;
}
.recruit-box01 table{
	width: 100%;
}
.recruit-box01 tr{
	border: solid 1px #f5f5f5;
}
.recruit-box01 th{
	white-space: nowrap;
	padding: 20px;
	background: #f8f8f8;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.recruit-box01 td{
	padding: 20px;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.flow-box{
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 40px;
}
.flow-box div {
    background: #0d1635;
    width: 22%;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 0;
}
.flow-box div:last-child{
	line-height: 26px;
}
.flow-box div span{
	font-weight: normal;
	font-size: 12px;
}

/*
	プライバシー
*/
.privacy-box{
	background: #fff;
	padding: 25px;
	font-size: 14px;
	line-height: 22px;
}
.privacy-box p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}
.privacy-box ul{
	margin-bottom: 40px;
	padding-left: 20px;
	list-style-type: disc;
}
.privacy-box ul li{
	margin-bottom: 10px;
}

.privacy-box ol{
	margin-bottom: 40px;
	padding-left: 20px;
}
.privacy-box ol li{
	margin-bottom: 10px;
}

/*
	お問い合わせ
*/
.contact-box table{
	width: 100%;
	background: #fff;
}
.contact-box table tr {}
.contact-box table th {
    background: #e1ecff;
    width: 240px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: solid 1px #fff;
}
.contact-box table th span{
	float: right;
	color: #fff;
	background: #e60063;
	padding: 2px 10px;
	border-radius: 3px;
	margin-top: -2px;
	font-weight: normal;
}
.contact-box table th span.any{
	background: #101a40;
}
.contact-box table td{
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #e9f2ff;
}
.contact-box table td input#name,.contact-box table td input#name01,
.contact-box table td input.mail,.contact-box table td input.url,
.contact-box table td input#addr{
	width: 100%;
	display: block;
	border: solid 1px #eee;
	padding: 15px;
	box-sizing: border-box;
}
.contact-box table td input#zip{
    display: inline;
    vertical-align: baseline;
    padding: 10px;
    font-size: 15px;
    width: 50px;
    border: solid 1px #eee;
    margin: 0 10px 20px;
    text-align: center;
}
.contact-box table td input#zip1{
    display: inline;
    vertical-align: baseline;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    width: 90px;
    border: solid 1px #eee;
    margin: 0 10px 20px;
}
.contact-box table td input.tel{
	display: inline;
    vertical-align: baseline;
    padding: 10px;
    font-size: 14px;
    min-width: 60px;
    border: solid 1px #eee;
    margin: 0 10px 20px;
}
.contact-box input.submit {
    display: block;
    width: 250px;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 0;
    padding: 15px 0;
    letter-spacing: 0.1em;
    color: #fff;
    border: none;
    outline: none;
    background: #101a40;
}
.contact-box table td textarea{
	width: 100%;
	min-height: 150px;
	display: block;
	border: solid 1px #eee;
	padding: 15px;
	box-sizing: border-box;
}
.horizontal-item{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0!important;
}
.contact-box p{
	text-align: justify;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #282828;
}

/*
	会社概要
*/
.company-box table{
	width: 100%;
	background: #fff;
	margin-bottom: 60px;
}
.company-box table tr {}
.company-box table th {
    background: #e1ecff;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: solid 1px #fff;
}
.company-box table th span{
	float: right;
	color: #fff;
	background: #e60063;
	padding: 2px 10px;
	border-radius: 3px;
	margin-top: -2px;
	font-weight: normal;
}
.company-box table th span.any{
	background: #101a40;
}
.company-box table td{
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #e9f2ff;
}
.access-box dl{
	background: #fff;
	display: table;
	width: 100%;
}
.access-box dl dt{
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.access-box dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.access-box dl dd ul li{
	font-size: 16px;
	line-height: 32px;
}
.map{
	margin-bottom: 40px;
}


/*
	一覧
*/
.column-list dl{
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin: 0 0 20px;
}
.column-list dl dt{
	display: table-cell;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
}
.column-list dl dt img{
	width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    box-sizing: border-box;
    transition: .3s;
}
.column-list dl:hover dt img{
    -moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.column-list dl dd{
	display: table-cell;
	vertical-align: top;
	padding: 20px 20px;
}
.column-list dl dd h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.column-list dl dd h3 span{
    background: #101a40;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 2px 10px;
    margin: -2px 0 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-radius: 3px;
}
.column-list dl dd h4{
	margin-bottom: 10px;
}
.column-list dl dd p{
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
}
.column-list dl dd a{
	color: #313131;
}

/*
	投稿ページ
*/


.single-box h1{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin: 0 0 40px;
}
.single-box h1 b{
	margin: 0 15px;
}
.single-box h2{
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin: 40px 0 40px;
    position: relative;
}
.single-box h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #101a40;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.single-box h3{
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin: 40px 0 20px;
    position: relative;
}
.single-box h4{
    font-size: 16px;
    font-weight: bold;
    color: #101a40;
    position: relative;
    padding: 0 0 0 25px;
    margin: 40px 0 20px;
}
.single-box h4:before{
	content: "●";
	color: #101a40;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.single-box h5{
	color: #ccc;
}
.single-box p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #313131;
	margin: 20px 0;
}
.single-thumb{
	margin-bottom: 25px;
}
#sitemap_list li a{
	background: url(../images/common/arrow01.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
	line-height: 34px;
	color: #313131;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
#page-main {
    text-align: center;
    padding: 120px 40px 50px;
}
#page-main.system-bg{
	background: url(../images/system/main_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.page-box01{
	margin-bottom: 40px;
}
.page-box01 p{
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #282828;
}

.page-box02{
	background: #fff;
	box-sizing: border-box;
	padding: 35px 25px;
	margin-bottom: 40px;
}
.page-box02 p{
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #282828;
}

.page-block01{
    padding: 20px 0 0;
    margin: 0 0 20px;
    border: none;
    border-top: solid 1px #eee;
}
.page-block01:last-child{
	margin-bottom: 0;
}
.page-block01 dl{
	display: block;
	width: 100%;
}
.page-block01 dt{
	display: block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.page-block01 dd{
	display: block;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	letter-spacing: 0.1em;
	text-align: justify;
}

.img-box01{
	text-align: center;
	margin: 30px 0;
}

.large-img img{
	margin-bottom: 40px;
}

.modal-box{
	text-align: center;
	margin-bottom: 40px;
}
.modal-box a {
    margin: 0 0 20px;
    display: block;
}

.page-ttl01{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 40px;
}
.page-ttl02 {
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin-bottom: 40px;
    position: relative;
}
.page-ttl02:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #101a40;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.page-ttl03{
    font-size: 16px;
    font-weight: bold;
    color: #101a40;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 30px;
}
.page-ttl03:before{
	content: "●";
	color: #101a40;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/*
	代表挨拶
*/
#message {
    padding: 40px 20px;
}
#message h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 40px;
}
#message h2 span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #296c6e;
	letter-spacing: normal;
	margin-top: 20px;
}

#message dl{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#message dl dt{
	display: block;
	vertical-align: middle;
	width: 100%;
	background: #ccc;
}
#message dl dd {
    background: #f8f8f8;
    display: block;
    vertical-align: middle;
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    white-space: normal;
}
#message dl dd br{
    display: none;
}
#message p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: justify;
}

#idea{
	padding: 150px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#idea h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin-bottom: 40px;
}
#idea h2 span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #296c6e;
	letter-spacing: normal;
	margin-top: 20px;
}

#idea .idea-box {
    border: solid 1px #ff9a60;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
}
#idea .idea-box:before {
    position: absolute;
    width: 103%;
    height: 98%;
    content: "";
    display: block;
    border: solid 1px #ff9a60;
    top: 1%;
    left: -1.8%;
}
#idea .idea-box div {
    margin-bottom: 40px;
}
#idea img {
    max-width: 100%;
    margin: 0 0 40px;
    box-sizing: border-box;
    padding: 0 40px;
}

/*
	募集要項
*/
.recruit-box01{
    margin-bottom: 40px;
    background: #fff;
    padding: 40px 25px;
}
.recruit-box01 table{
	width: 100%;
	display: block;
}
.recruit-box01 tr,.recruit-box01 tbody{
	display: block;
	border: none;
}
.recruit-box01 th{
	display: block;
	white-space: nowrap;
	padding: 20px 20px;
	background: #f8f8f8;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.recruit-box01 td{
	display: block;
	padding: 20px;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.flow-box{
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 40px;
}
.flow-box div {
    background: #0d1635;
    width: 22%;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 0;
}
.flow-box div:last-child{
	line-height: 26px;
}
.flow-box div span{
	font-weight: normal;
	font-size: 12px;
}

/*
	プライバシー
*/
.privacy-box{
	background: #fff;
	padding: 25px;
	font-size: 14px;
	line-height: 22px;
}
.privacy-box p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}
.privacy-box ul{
	margin-bottom: 40px;
	padding-left: 20px;
	list-style-type: disc;
}
.privacy-box ul li{
	margin-bottom: 10px;
}

.privacy-box ol{
	margin-bottom: 40px;
	padding-left: 20px;
}
.privacy-box ol li{
	margin-bottom: 10px;
}

/*
	お問い合わせ
*/
.contact-box table{
	width: 100%;
	background: #fff;
	display: block;
}
.contact-box table tr,.contact-box table tbody{
	display: block;
}
.contact-box table th {
	display: block;
    background: #e1ecff;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: solid 1px #fff;
}
.contact-box table th span{
	float: right;
	color: #fff;
	background: #e60063;
	padding: 2px 10px;
	border-radius: 3px;
	margin-top: -2px;
	font-weight: normal;
}
.contact-box table th span.any{
	background: #101a40;
}
.contact-box table td{
	display: block;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #e9f2ff;
}
.contact-box table td input#name,.contact-box table td input#name01,
.contact-box table td input.mail,.contact-box table td input.url,
.contact-box table td input#addr{
	width: 100%;
	display: block;
	border: solid 1px #eee;
	padding: 15px;
	box-sizing: border-box;
}
.contact-box table td input#zip{
    display: inline;
    vertical-align: baseline;
    padding: 10px;
    font-size: 15px;
    width: 50px;
    border: solid 1px #eee;
    margin: 0 10px 20px;
    text-align: center;
}
.contact-box table td input#zip1{
    display: inline;
    vertical-align: baseline;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    width: 80px;
    border: solid 1px #eee;
    margin: 0 10px 20px;
}
.contact-box table td input.tel {
    display: inline;
    vertical-align: baseline;
    padding: 5px;
    font-size: 14px;
    min-width: 53px;
    border: solid 1px #eee;
    margin: 0 0 20px;
}
.contact-box input.submit {
    display: block;
    width: 250px;
    text-align: center;
    font-size: 16px;
    margin: 30px auto 0;
    padding: 15px 0;
    letter-spacing: 0.1em;
    color: #fff;
    border: none;
    outline: none;
    background: #101a40;
}
.contact-box table td textarea{
	width: 100%;
	min-height: 150px;
	display: block;
	border: solid 1px #eee;
	padding: 15px;
	box-sizing: border-box;
}
.horizontal-item{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0!important;
}
.contact-box p{
	text-align: justify;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #282828;
}

/*
	会社概要
*/
.company-box table{
	width: 100%;
	background: #fff;
	margin-bottom: 60px;
}
.company-box table tr {}
.company-box table th {
    background: #e1ecff;
    width: 120px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: solid 1px #fff;
}
.company-box table th span{
	float: right;
	color: #fff;
	background: #e60063;
	padding: 2px 10px;
	border-radius: 3px;
	margin-top: -2px;
	font-weight: normal;
}
.company-box table th span.any{
	background: #101a40;
}
.company-box table td{
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #e9f2ff;
}
.access-box dl{
	background: #fff;
	display: block;
	width: 100%;
}
.access-box dl dt{
	display: block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 20px 0;
}
.access-box dl dd{
	display: block;
	vertical-align: middle;
	padding: 20px;
}
.access-box dl dd ul li{
	font-size: 14px;
	line-height: 32px;
}
.map{
	margin-bottom: 40px;
}


/*
	一覧
*/
.column-list dl{
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin: 0 0 20px;
}
.column-list dl dt {
    display: block;
    vertical-align: top;
    width: 80px;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
}
.column-list dl dt img{
	width: 100%;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    box-sizing: border-box;
    transition: .3s;
}
.column-list dl:hover dt img{
    -moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.column-list dl dd {
    display: block;
    vertical-align: top;
    padding: 10px 10px;
}
.column-list dl dd h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.column-list dl dd h3 span{
    background: #101a40;
    color: #fff;
    float: right;
    font-size: 12px;
    padding: 2px 10px;
    margin: -2px 0 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-radius: 3px;
}
.column-list dl dd h4{
	margin-bottom: 10px;
}
.column-list dl dd p {
    font-size: 10px;
    line-height: 14px;
    text-align: justify;
}
.column-list dl dd a{
	color: #313131;
}

/*
	投稿ページ
*/


.single-box h1{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #101a40;
	margin: 0 0 40px;
}
.single-box h1 b{
	margin: 0 15px;
}
.single-box h2{
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin: 40px 0 20px;
    position: relative;
}
.single-box h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #101a40;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.single-box h3{
    background: url(../images/common/ttl_bar.png) no-repeat left center;
    background-size: 7px 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #101a40;
    padding: 0 0 0 20px;
    margin: 40px 0 20px;
    position: relative;
}
.single-box h4{
    font-size: 16px;
    font-weight: bold;
    color: #101a40;
    position: relative;
    padding: 0 0 0 25px;
    margin: 40px 0 20px;
}
.single-box h4:before{
	content: "●";
	color: #101a40;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.single-box h5{
	color: #ccc;
}
.single-box p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #313131;
	margin: 20px 0;
}
.single-thumb{
	margin-bottom: 25px;
}
}
