@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main.h-fixed {
	margin-top: 0;
}

.mainVisual.h-fixed {
	margin-top: 188px;
}

.mainVisual {
	margin-bottom: 60px;
	padding-top: 180px;
	position: relative;
	min-height: 500px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
}

.mainVisual .bgList {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mainVisual .bgList li {
	height: 500px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainVisual a:hover {
	text-decoration: none;
}

.mainVisual .comBox {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainVisual .comBox h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.35;
	text-align: center;
	text-shadow: 0px 0px 2px #333;
}

.mainVisual .comBox h2 span {
	margin-top: 18px;
	display: block;
	font-size: 42px;
	line-height: 1.2;
}

#main #wp-calendar {
	width: 100%;
	border-top: 1px solid #CCC; 
	border-left: 1px solid #CCC;
	border-collapse: collapse;
}

#main #wp-calendar caption {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
    padding: .5em;
	background-color: #59BA00;
    color: #fff;
}

#main #wp-calendar tr th ,
#main #wp-calendar tr td {
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	padding: 10px 5px;
}

#main #wp-calendar tr td a {
	color: #EC3386;
	text-decoration: underline;
}

#main #wp-calendar tr th:nth-child(6) ,
#main #wp-calendar tr td:nth-child(6) {
	background-color: #EFE8FF;
}

#main #wp-calendar tr th:nth-child(7) ,
#main #wp-calendar tr td:nth-child(7) {
	background-color: #FFE1E1;
}

#main #wp-calendar tr td a:hover {
	text-decoration: none;
}

#main #wp-calendar tfoot tr td.pad {
	border-bottom: 0;
}

#main .bannerBox {
	margin-bottom: 40px;
}

#main .bannerBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .bannerBox li {
	width: 470px;
	margin-bottom: 10px;
}

#main .bannerBox li a img {
	transition: .3s;
}

#main .bannerBox li a:hover img {
	opacity: .7;
}

#main .bannerBox li.full {
	width: 100%;
}

#main .about {
    padding: 34px 0 62px;
    background: url(../../image/bg01.gif) repeat left top;
	text-align: center;
}

#main .about-area {
	display: flex;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
}

#main .about-area .photoBox {
	width: 275px;
}
#main .about-area .textBox {
	width: 62%;
}

#main .about.mb60 {
	margin-bottom: 60px;
}

#main .about p {
    font-size: 16px;
    line-height: 1.8;
}

#main .about p a {
	text-decoration: underline;
}

#main .about p a:hover {
	text-decoration: none;
}

#main .about .link {
	text-align: center;
	margin-top: 20px;
}

#main .about .link a {
	padding: 12px 5px 10px;
	width: 206px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #59BB00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

#main .about .link a:hover {
	opacity: 0.7;
}

#main .about .link a span {
	padding-left: 23px;
	display: inline-block;
	background: url(../image/icon11.png) no-repeat left top 4px;
}

#main .newsBox .lBox {
	width: 459px;
	float: left;
}

#main .newsBox img.banner {
    display: block;
    margin: 0 auto 40px;
	max-width: 100%;
	height: auto;
}

#main .newsBox .newsList li {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #CCC;
	line-height: 2;
}

#main .newsBox .newsList li {
	display: none;
}

#main .newsBox .newsList li:nth-child(1) ,
#main .newsBox .newsList li:nth-child(2) ,
#main .newsBox .newsList li:nth-child(3) {
	display: block;
}

#main .newsBox .newsList li:last-child {
	margin-bottom: 0;
}

#main .newsBox .newsList li .time {
	margin: -2px 10px 0 0;
	padding: 1px 4px 0;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	background-color: #EC3386;
}

#main .newsBox .newsList li a {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}

#main .newsBox .newsList {
	margin-bottom: 38px;
}

#main .newsBox .newsList01 {
	margin-bottom: 0;
}

#main .newsBox .rBox {
	padding-top: 3px;
	width: 469px;
	float: right;
}

#main .newsBox .rBox h3 {
	margin-bottom: 44px;
	position: relative;
	text-align: center;
}

#main .newsBox .rBox h3:before {
	margin-top: -26px;
	width: 52px;
	height: 53px;
	position: absolute;
	background: url(../image/icon10.png) no-repeat left top;
	right: 40px;
	top: 50%;
	content: " ";
}

#main .newsBox .rBox h3 .spImage {
	display: none;
}

#main .newsBox .rBox h3 .text {
	margin-right: 18px;
	padding-bottom: 3px;
	display: inline-block;
	color: #000;
	font-size: 28px;
	line-height: 1.2;
	border-bottom: 1px solid #59BB00;
}

#main .newsBox {
	margin-bottom: 47px;
}

#main .newsBox .news-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .newsBox .news-area .news ,
#main .newsBox .news-area .facebook {
	width: 48%;
}

#main .section {
	margin-bottom: 39px;
	padding: 33px 0 50px;
	background: url(../../image/bg03.jpg) no-repeat center top;
	background-size: cover;
}

#main .section .imgBox .phoBox {
	float: left;
	width: 461px;
}

#main .section .imgBox .textBox {
	width: 461px;
	float: right;
	margin-bottom: 30px;
}

#main .section .imgBox .textBox p {
	padding-left: 9px;
}

#main .section .imgBox .textBox .note {
	margin-bottom: -6px;
	padding-left: 0;
}

#main .section .title {
	clear: both;
	text-align: center;
	margin: 20px 0;
}

#main .section .title .text {
	margin-bottom: 10px;
	color: #EB3385;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

#main .section .txt {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.4;
}

#main .section .link {
	text-align: center;
}

#main .section .link a {
	padding: 12px 5px 10px;
	width: 206px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #59BB00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

#main .section .link a:hover {
	opacity: 0.7;
}

#main .section .link a span {
	padding-left: 23px;
	display: inline-block;
	background: url(../image/icon11.png) no-repeat left top 4px;
}

#main .service .headLine01 .en {
	margin-top: 5px;
}

#main .service .headLine01 {
	margin-bottom: 25px;
}

#main .service .linkList li {
	margin: 6px 25px 0 0;
	width: 310px;
}

#main .service .linkList li ul li {
	width: 100%;
}

#main .service .linkList li ul {
	list-style-type: circle;
	padding-left: 1.5em;
	font-size: 1rem;
	margin: 6px 0 16px;
	overflow: hidden;
}

#main .service .linkList li:nth-child(3n) {
	margin-right: 0;
}

#main .service .linkList li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #59BB00;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 15px 5px 15px 56px;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px;
}

#main .service .linkList li:nth-child(1) a {
    background-image: url(../../image/list-icon03.png);
}
#main .service .linkList li:nth-child(2) a {
    background-image: url(../../image/list-icon09.png);
}
#main .service .linkList li:nth-child(3) a {
    background-image: url(../../image/list-icon02.png);
}
#main .service .linkList li:nth-child(4) a {
    background-image: url(../../image/list-icon10.png);
}
#main .service .linkList li:nth-child(5) a {
    background-image: url(../../image/list-icon04.png);
}
#main .service .linkList li:nth-child(6) a {
    background-image: url(../../image/list-icon01.png);
}
#main .service .linkList li:nth-child(7) a {
    background-image: url(../../image/list-icon07.png);
}
#main .service .linkList li:nth-child(8) a {
    background-image: url(../../image/list-icon06.png);
}
#main .service .linkList li:nth-child(9) a {
    background-image: url(../../image/list-icon05.png);
}
#main .service .linkList li:nth-child(10) a {
    background-image: url(../../image/list-icon08.png);
}

#main .service .linkList li a:before {
    margin-top: -3px;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 1em;
    top: 50%;
    border-right: 1px solid #59BB00;
    border-bottom: 1px solid #59BB00;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: .3s;
    content: "";
}

#main .service .linkList li a:hover {
	opacity: 0.7;
}

#main .service .linkList li a .text {
}

#main .service .linkList li a .pho {
	width: 70px;
	display: table-cell;
	text-align: right;
	vertical-align: top;
	overflow: hidden;
	border-radius: 0 11px 11px 0;
}

#main .service .linkList {
	margin-top: -6px;
	display: flex;
    flex-wrap: wrap;
}

#main .service {
	margin-bottom: 73px;
}

#main .voiceBox {
	margin-bottom: 37px;
	padding: 34px 0 62px;
	background: url(../../image/bg01.gif) repeat left top;
}

#main .voiceBox .headLine01 {
	margin-bottom: 30px;
}

#main .voiceBox .scrollBox {
	padding: 0 40px;
	position: relative;
}

#main .voiceBox .scrollBox .msgList li {
	width: 900px;
	float: left;
}

#main .voiceBox .scrollBox .msgList li .imgBox {
	padding: 30px;
	background-color: #FFF;
}

#main .voiceBox .scrollBox .msgList li .imgBox .phoBox {
	float: left;
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox {
	/*margin-top: -2px;
	width: 458px;
	float: right;*/
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.4;
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link {
	text-align: center;
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a {
	padding: 12px 5px 11px;
	width: 206px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #59BB00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a:hover {
	opacity: 0.7;
}

#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a span {
	padding-left: 23px;
	display: inline-block;
	background: url(../image/icon11.png) no-repeat left top 3px;
}

#main .voiceBox .scrollBox .arrowList li {
	position: absolute;
	cursor: pointer;
}

#main .voiceBox .scrollBox .arrowList .prev {
	margin-top: -26px;
	left: -15px;
	top: 50%;
}

#main .voiceBox .scrollBox .arrowList .next {
	margin-top: -26px;
	right: -15px;
	top: 50%;
}

#main .companyBox .headLine01 {
	margin-bottom: 29px;
}

#main .companyBox .msgList li {
	margin-right: 40px;
    width: 480px;
    float: left;
    font-size: 1.2em;
}

#main .companyBox .msgList li:last-child {
    width: 460px;
	margin-right: 0;
}

#main .companyBox .msgList li h4 {
	position: relative;
    margin: 1.5em 0 .5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #59BA00;
	line-height: 34px;
}

#main .companyBox .msgList li h4 img {
    height: 34px;
    padding-right: .5em;
}

#main .companyBox .msgList li p.address {
	margin: 1em 0 .5em;
}

#main .companyBox .msgList li dl {
	line-height: 1.6;
}

#main .companyBox .msgList li dl dt {
	float: left;
}

#main .companyBox .msgList li dl dd a {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

/*#main .companyBox .msgList li a {
	min-height: 120px;
	width: 100%;
	display: table;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #5ABC02;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/

#main .companyBox .msgList li a:hover {
	opacity: 0.7;
}

#main .companyBox .msgList li a .text {
	padding: 0 3px 0 36px;
	width: auto;
	display: table-cell;
	color: #59BB00;
	font-size: 21px;
	line-height: 1.2;
	text-align: left;
	box-sizing: border-box;
	vertical-align: middle;
}

#main .companyBox .msgList li a .pho {
	width: 134px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

#main .companyBox {
	padding-bottom: 43px;
}

#main .hopeBox {
	padding: 60px 0 37px;
	background: url(../../image/bg02.gif) repeat left top;
}

#main .hopeBox .imgBox .phoBox {
	float: left;
}

#main .hopeBox .imgBox .phoBox li {
	float: left;
}

#main .hopeBox .imgBox .textBox {
	padding-top: 2px;
	width: 458px;
	float: right;
}

#main .hopeBox .imgBox .textBox p {
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 1.4;
}

#main .hopeBox .imgBox .textBox .ttl {
	margin-bottom: 19px;
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

#main .hopeBox .imgBox .textBox .link {
	text-align: right;
}

#main .hopeBox .imgBox .textBox .link a {
	padding: 12px 5px 10px;
	width: 206px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px;
	background-color: #59BB00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

#main .hopeBox .imgBox .textBox .link a:hover {
	opacity: 0.7;
}

#main .hopeBox .imgBox .textBox .link a span {
	padding-left: 23px;
	display: inline-block;
	background: url(../image/icon11.png) no-repeat left top 4px;
}

@media all and (-ms-high-contrast:none){
	#main .newsBox .lBox .newsList li .time {
		padding: 6px 4px 0;
		line-height: 1.2;
	}
	
	#main .hopeBox .imgBox .textBox .link a {
		padding: 14px 5px 8px;
	}
	
	#main .hopeBox .imgBox .textBox .link a span {
		background-position: left top;
	}

	#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a {
		padding: 14px 5px 8px;
	}

	#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a span {
		background-position: left top;
	}

	#main .section .imgBox .textBox .link a {
		padding: 14px 5px 8px;
	}

	#main .section .imgBox .textBox .link a span {
		background-position: left top;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.loading {
		background-size: 20px 20px;
	}
	
	.mainVisual {
		margin-bottom: 25px;
		padding-top: 90px;
		min-height: 66.6666vw;
	}
	
	.mainVisual .bgList li {
		height: 66.6666vw;
	}
	
	.mainVisual .comBox {
		padding: 0 10px;
		max-width: inherit;
	}

	.mainVisual .comBox h2 {
		font-size: 16px;
	}
	
	.mainVisual .comBox h2 span {
		margin-top: 15px;
		font-size: 20px;
	}
	
	#main .bannerBox ul {
		flex-wrap: wrap;
	}

	#main .bannerBox li {
		width: 100%;
		margin-bottom: 26px;
	}
	
	#main .about {
		text-align: left;
	}
	
	#main .about-area .photoBox {
		margin: 0 auto;
	}
	#main .about-area .textBox {
		width: 100%;
	}
	
	#main .newsBox .lBox {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
		
	#main .newsBox .lBox .newsList li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	#main .newsBox .lBox .newsList li:last-child {
		margin-bottom: 0;
	}
	
	#main .newsBox .lBox .newsList li .time {
		font-size: 13px;
	}
		
	#main .newsBox .lBox .newsList li a {
		font-size: 14px;
		text-decoration: none;
	}
		
	#main .newsBox .lBox .newsList {
		margin-bottom: 20px;
	}
		
	#main .newsBox .rBox {
		padding-top: 0;
		width: auto;
		float: none;
	}
		
	#main .newsBox .rBox h3 {
		margin-bottom: 20px;
	}
	
	#main .newsBox .rBox h3:before {
		display: none;
	}
	
	#main .newsBox .rBox h3 .spImage {
		width: 27px;
		display: inline-block;
	}
		
	#main .newsBox .rBox h3 .text {
		margin-right: 10px;
		font-size: 22px;
	}
	
	#main .newsBox .rBox .photo {
		text-align: center;
	}
	
	#main .newsBox .rBox .photo img {
		max-width: 100%;
	}

	#main .newsBox {
		margin-bottom: 25px;
	}
	
	#main .newsBox .news-area .news ,
	#main .newsBox .news-area .facebook {
		width: 100%;
	}
	
	#main .section {
		margin-bottom: 25px;
		padding: 30px 0;
	}
	
	#main .section .imgBox .phoBox {
		margin-bottom: 15px;
		padding-top: 0;
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#main .section .imgBox .phoBox img {
		max-width: 100%;
	}
	
	#main .section .imgBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .section .imgBox .textBox p {
		padding-left: 0;
	}
		
	#main .section .imgBox .textBox .note {
		margin-bottom: -3px;
	}
	
	#main .section .imgBox .textBox .note img {
	}
		
	#main .section .title .text {
		font-size: 18px;
	}
	
	#main .section .imgBox .textBox .title .text {
		margin-top: 5px;
		font-size: 16px;
	}
		
	#main .section .imgBox .textBox .txt {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	#main .section .imgBox .textBox .link a {
		padding: 6px 5px;
		width: 160px;
		font-size: 16px;
	}
	
	#main .section .imgBox .textBox .link a span {
		padding-left: 14px;
		background: url(../image/icon11.png) no-repeat left top 5px;
		background-size: 8px 8px;
	}
	
	#main .service .headLine01 {
		margin-bottom: 20px;
	}

	#main .service .linkList li {
		margin: 10px auto 0;	
		width: auto;
		float: none;
	}
	
	#main .service .linkList li:nth-child(3n) {
		margin-right: 0;
		margin-left: 0;
	}

	#main .service .linkList li a {
		height: auto !important;
		border-radius: 10px;
		border: 2px solid #59BB00;
	}
	
	#main .service .linkList li a .text {
		padding: 0 10px 0 30px;
		width: auto;
		font-size: 16px;
	}

	#main .service .linkList li a .pho {
		border-radius: 0 10px 10px 0;
	}

	#main .service .linkList li a .pho img {
		height: 80px;
	}
	
	#main .service .linkList {
		margin-top: -10px;
	}
	
	#main .service .linkList li ul {
		display: flex;
		flex-wrap: wrap;
	}

	#main .service .linkList li ul li {
		width: 50%;
		padding-right: 1.5em;
		box-sizing: border-box;
		font-size: .8rem;
		margin: 10px 0 0;
	}

	#main .service {
		margin-bottom: 25px;
	}
	
	#main .voiceBox {
		margin-bottom: 20px;
		padding: 20px 0;
		background-size: 7px 7px;
	}
		
	#main .voiceBox .headLine01 {
		margin-bottom: 15px;
	}
	
	#main .voiceBox .scrollBox {
		padding: 0 10px;
	}
		
	#main .voiceBox .scrollBox .msgList li {
		width: auto;
	}
	
	#main .voiceBox .scrollBox .msgList li .imgBox {
		padding: 15px;
	} 
	
	#main .voiceBox .scrollBox .msgList li .imgBox .phoBox {
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
	
	#main .voiceBox .scrollBox .msgList li .imgBox .phoBox img {
		margin: 0 auto;
		max-width: 100%;
	}
	
	#main .voiceBox .scrollBox .msgList li .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .voiceBox .scrollBox .msgList li .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.4;
	}
	
	#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link {
		text-align: center;
	}

	#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a {
		padding: 6px 5px;
		width: 160px;
		font-size: 16px;
	}

	#main .voiceBox .scrollBox .msgList li .imgBox .textBox .link a span {
		padding-left: 14px;
		background: url(../image/icon11.png) no-repeat left top 5px;
		background-size: 8px 8px;
	}

	#main .voiceBox .scrollBox .arrowList li img {
		width: 27px;
	}
	
	#main .voiceBox .scrollBox .arrowList .prev {
		margin-top: -13px;
		left: -5px;
	}
	
	#main .voiceBox .scrollBox .arrowList .next {
		margin-top: -13px;
		right: -5px;
	}
	
	#main .companyBox .headLine01 {
		margin-bottom: 20px;
	}
	
	#main .companyBox .msgList li ,
	#main .companyBox .msgList li:last-child {
		margin: 0 auto 10px;
		width: auto;
		float: none;
		font-size: 1em;
	}
	
	#main .companyBox .msgList li:last-child {
		margin: 0 auto;
	}
	
	#main .companyBox .msgList li a {
		min-height: inherit;
		height: 100px !important;
	}
		
	#main .companyBox .msgList li a .text {
		padding: 0 10px 0 30px;
		font-size: 17px;
	}
	
	#main .companyBox {
		padding-bottom: 25px;
	}
	
	#main .companyBox .msgList li dl dd a {
		font-size: 22px;
	}
		
	#main .hopeBox {
		padding: 15px 0;
		background-size: 7px 7px;
	}
	
	#main .hopeBox .imgBox .phoBox {
		margin-bottom: 15px;
		float: none;
	}
		
	#main .hopeBox .imgBox .phoBox li {
		width: 50%;
		text-align: center;
	}
	
	#main .hopeBox .imgBox .phoBox li img {
		max-width: 100%;
	}
	
	#main .hopeBox .imgBox .textBox {
		padding-top: 0;
		width: auto;
		float: none;
	}
	
	#main .hopeBox .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	#main .hopeBox .imgBox .textBox .ttl {
		margin-bottom: 15px;
		font-size: 22px;
	}

	#main .hopeBox .imgBox .textBox .link a {
		padding: 6px 5px;
		width: 160px;
		font-size: 16px;
	}

	#main .hopeBox .imgBox .textBox .link a span {
		padding-left: 14px;
		background: url(../image/icon11.png) no-repeat left top 5px;
		background-size: 8px 8px;
	}
}