
body{
    font-size: 94%;
}
#qua{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */

.pankuzu {
    width: 980px;
    margin: auto;
}
#tn_03 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg7.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content {
    max-width: 1280px;
    margin: auto;
    margin-top: 35px;
}
.main_text{
    text-align: center;
    background: url("../image/bg_01.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}

.intro {
    font-size: 147%;
    text-align: center;
    margin-bottom: 35px;
    margin: auto;
}
.intro .green{
	color: #28a860;
	font-size: 127%;
}
.map_container {
    max-width: 1024px;
    margin: auto;
}
.map.pc_block {
    max-width: 500px;
}
.map_img {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	height: 760px;
    max-width: 700px;
    margin: 70px 0 0;
    text-align: left;
    position: relative;
}
.jp_block,.ch_block{
	max-width: 500px;
	padding: 40px;
	box-sizing: border-box;
	background: #ececec;
}
.jp_block {
    position: absolute;
    top: 0;
    /* right: -440px; */
    right: -550px;
	height: 100%;
    max-width: none;
}
.img_list{
	display: flex;
	justify-content: flex-start;
	text-align: center;
	margin-top: 50px;
}
.jp_block .img_list{
	margin-top: 85px;
}
.ch_block .img_list{
	justify-content: space-around;
}
.img_list li{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.li_midashi {
    position: absolute;
    width: 100%;
    top: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list_item {
    margin-right: 15px;
}
.list_item:last-child {
    margin-right: 0px;
}
.img_list li.row{
	flex-direction: row;
}
.jp_block .img_list li {
    margin-right: 15px;
	min-width: 120px;
}
.jp_block .img_list li:last-child{
    margin-right: 0px;
}
.jp_block .img_text {
    font-size: 93%;
    margin-top: 5px;
    white-space: pre;
    text-align: left;
	font-weight: bold;
}
.ch_block .img_text{
	font-size: 120%;
	margin-top: 5px;
}
.img_sub {
    text-align: left;
    font-size: 86%;
    min-height: 50px;
    white-space: pre;
}
.img_sub .min {
    display: inline;
    font-size: 77%;
}
.img_list.bottom {
    justify-content: center;
}
.policy_text {
    max-width: 670px;
    margin: auto;
    font-size: 140%;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", "YuMincho", serif;
}
.policy_text p {
    margin-bottom: 1em;
}
.policy_text .center{
	margin-bottom: 2em;
}
.sp_indent {
    text-indent: -2.5em;
    padding-left: 2.5em;
    text-align: left;
}
.bottom_right {
    text-align: right;
}
.bottom_right p{
    margin-bottom: 0;
}
.ceo_name{
	margin-top: 10px;
}
@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0 5%;
}
.main_content {
    padding: 0 5%;
}
.main_content {
    flex-direction: column;
}
.map_img {
    align-items: center;
	height: auto;
}
.jp_block {
    position: relative;
    top: auto;
    right: auto;
	padding: 5%;
	margin-top: 50px;
}
.ch_block {
    padding: 5%;
    margin: 50px auto 0;
}
.img_list {
	width: 275px;
	margin: 50px auto 0;
    flex-wrap: wrap;
}
.img_list.bottom {
    justify-content: flex-start;
    margin-top: 50px;
}
.ch_block .img_list li {
    max-width: 45%;
}
.img_text {
    font-size: 106%;
}
.img_list li.row {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 55px;
	width: 100%;
    justify-content: flex-start;
}


.jp_block .img_list li {
    text-align: left;
}

.list_item {
    width: 110px;
	margin-right: 30px;
}
.list_thumb {
    text-align: center;
}
.wrap_item{
	padding-right: 155px;
}
}
@media print{
	.map_img {
    flex-direction: column-reverse;
    margin: auto;
}
	.jp_block{
		margin-top: 30px;
		position: relative;
		top: auto;
		right: auto;
	}
.jp_block::before {
    content: url(../image/pointer_03.png);
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -50px;
}
	.ch_block {
    margin: 50px auto;
}
	.ch_block::before {
    left: 45%;
}
}