@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {

/***********************
hed_block
************************/
.hed_block_bgimg {
	background:url(https://placehold.jp/e0e0e0/ffffff/1200x600.png) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.hed_block_bgimg h2 {
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 0 0 1px #000;
	margin: 100px 0 0;
}

.hed_block_bgimg h3 {
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 0 0 2px #000;
}


/***********************
w_block
************************/
.w_lqd {
	width:100%;
	margin:0 auto;
}

.w_size {
	width:1200px;
	margin:0 auto;
}



/***********************
title
************************/
.com_tit {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin:0 auto 40px;
}

.com_tit::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 36px;
}

.com_tit::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 36px;
}



/***********************
block
************************/
.block_imgL {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgL_box {
	width:45%;
	float:left;
	margin:0 5% 5% 0;
}

.block_imgR {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgR_box {
	width:45%;
	float:right;
	margin:0 0 5% 5%;
}

.block_imgC {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgC_box {
	width:45%;
	margin:0 auto 5%;
}

.block_imgL_box img,
.block_imgR_box img,
.block_imgC_box img {
	width:100%;
	height:auto;
}

.block_imgL h3,
.block_imgR h3 {
	font-size:1em;
	margin:0 auto;
}

.block_imgL p,
.block_imgR p {
	font-size:1em;
	line-height:1.6;
	margin:0 auto;
}

.block_imgC h3 {
	font-size:1em;
	margin:0 auto;
	text-align:center;
}

.block_imgC p {
	font-size:1em;
	margin:0 auto;
	text-align:center;
}



/***********************
list
************************/
.list_txt {
	width: 100%;
	margin:0 auto 60px;
	padding:0;
}

.list_txt li {
	text-indent:-1em;
	padding-left:1em;
	font-size:1em;
	margin:0;
	list-style-position:inside;
}

.list_img_block {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.list_img_block li {
	width: 31.33%;
	float: left;
	margin-right: 3%;
	margin-bottom: 0;
	position: relative;
}

.list_img_block li:nth-child(3n+3) {
	margin-right:0;
}

.list_img_block li h3 {
	position: absolute;
	font-size: 1em;
	background: #000000;
	color: #FFFFFF;
	padding: 5px 10px;
	top: -10px;
	left: -10px;
}

.list_img_block li img {
	width:100%;
	height:auto;
}

.list_img_block li h4 {
	font-size:1em;
	margin:0;
	padding:0;
}

.list_img_block li p {
	font-size: 1em;;
	padding: 0;
	margin:0;
}


/***********************
table
************************/
.com_table_tag {
    border-top: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.com_table_tag th {
	width:20%;
	background:none;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	display:table-cell;
}

.com_table_tag td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:10px;
	display:table-cell;
}

/**scroll-box
 */
.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.scroll-box table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.scroll-box table th {
	background:none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.scroll-box table td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:10px;
}

/***********************
gallery_list_C
************************/
.gallery_list_C {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}

.gallery_list_C li {
width: 32%;
padding-right: 2%;
}

.gallery_list_C li:nth-child(3n+3) {
padding-right: 0px;
}

/***********************
flow_tate
************************/
.flowTate li {
text-align: center;
position: relative;
margin-bottom: 50px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.flowTate li div {
margin-right: 15px;
}

.flowTate li:after {
content: "";
display: block;
position: absolute;
bottom: -23px;
right: 50%;
margin: auto;
margin-right: -6px;
width: 12px;
height:12px;
border-bottom: 2px solid #e00011;
border-right: 2px solid #e00011;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.flowTate li:last-child {
margin-bottom: 0px;
}

.flowTate li:last-child:after {
content: none;
}

/***********************
bg_imgC・bg_imgL・bg_imgR
************************/
.bg_img {
background:url(https://placehold.jp/e0e0e0/ffffff/1200x600.png) center center no-repeat;
background-size:cover;
width:100%;
overflow:hidden;
padding: 150px 30px;
}

.bg_txtC {
text-align: center;
}

.bg_txtL {
width: 50%;
margin-left: 0;
margin-right: auto;
}

.bg_txtR {
width: 50%;
margin-left: auto;
margin-right: 0;
}

/***********************
title_txt_C
************************/
.title_txt_C { text-align: center; margin-bottom: 50px;}

/***********************
title_txt_L
************************/
.title_txt_L { text-align: left; margin-bottom: 50px;}

/***********************
title_txt_R
************************/
.title_txt_R { text-align: right; margin-bottom: 50px;}



}




/*sp*/
@media only screen and (max-width: 768px) {


/***********************
hed_block
************************/
.hed_block_bgimg {
	background:url(https://placehold.jp/e0e0e0/ffffff/1200x600.png) center center no-repeat;
	background-size:cover;
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.hed_block_bgimg h2 {
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 0 0 1px #000;
	margin: 50px 0 0;
}

.hed_block_bgimg h3 {
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 0 0 2px #000;
}


/***********************
w_block
************************/
.w_lqd {
	width:90%;
	margin:0 auto;
}

.w_size {
	width:90%;
	margin:0 auto;
}



/***********************
title
************************/
.com_tit {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin:0 auto 40px;
}

.com_tit::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 15px;
}

.com_tit::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 15px;
}



/***********************
block
************************/
.block_imgL {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgL_box {
	width:90%;
	float:none;
	margin:0 auto 5%;
}

.block_imgR {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgR_box {
	width:90%;
	float:none;
	margin:0 auto 5%;
}

.block_imgC {
	width:100%;
	margin:0 auto;
	clear:both;
}

.block_imgC_box {
	width:90%;
	margin:0 auto 5%;
}

.block_imgL_box img,
.block_imgR_box img,
.block_imgC_box img {
	width:100%;
	height:auto;
}

.block_imgL h3,
.block_imgR h3 {
	font-size:1em;
	margin:0 auto;
}

.block_imgL p,
.block_imgR p {
	font-size:1em;
	line-height:1.6;
	margin:0 auto;
}

.block_imgC h3 {
	font-size:1em;
	margin:0 auto;
	text-align:center;
}

.block_imgC p {
	font-size:1em;
	margin:0 auto;
	text-align:center;
}



/***********************
list
************************/
.list_txt {
	width: 100%;
	margin:0 auto 30px;
	padding:0;
}

.list_txt li {
	text-indent:-1em;
	padding-left:1em;
	font-size:1em;
	margin:0;
	list-style-position:inside;
}

.list_img_block {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.list_img_block li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 0;
	position: relative;
}

.list_img_block li:nth-child(2n+2) {
	margin-right:0;
}

.list_img_block li h3 {
	position: absolute;
	font-size: 1em;
	background: #000000;
	color: #FFFFFF;
	padding: 5px 10px;
	top: -10px;
	left: -10px;
}

.list_img_block li img {
	width:100%;
	height:auto;
}

.list_img_block li h4 {
	font-size:1em;
	margin:0;
	padding:0;
}

.list_img_block li p {
	font-size: 1em;;
	padding: 0;
	margin:0;
}


/***********************
table
************************/
.com_table_tag {
    border-top: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.com_table_tag th {
	width:96%;
	background:#F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	padding:2%;
	text-align: center;
	display: block;
}

.com_table_tag td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:2%;
	display:block;
}

/**scroll-box
 */
.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.scroll-box table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    width: 100%;
	margin:0 0 40px;
}

.scroll-box table th {
	background:none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.scroll-box table td {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding:10px;
}

/***********************
flow_tate
************************/
.flowTate li {
text-align: center;
position: relative;
margin-bottom: 50px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.flowTate li div {
margin-right: 15px;
}

.flowTate li:after {
content: "";
display: block;
position: absolute;
bottom: -23px;
right: 50%;
margin: auto;
margin-right: -6px;
width: 12px;
height:12px;
border-bottom: 2px solid #e00011;
border-right: 2px solid #e00011;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.flowTate li:last-child {
margin-bottom: 0px;
}

.flowTate li:last-child:after {
content: none;
width: 50%;
margin-left: 0;
margin-right: auto;
}

/***********************
bg_imgC・bg_imgL・bg_imgR
************************/
.bg_img {
background:url(https://placehold.jp/e0e0e0/ffffff/1200x600.png) center center no-repeat;
background-size:cover;
width:100%;
overflow:hidden;
padding: 100px 30px;
}

.bg_txtC {
text-align: center;
}

.bg_txtL {
width: 100%;
margin-left: 0;
margin-right: auto;
}

.bg_txtR {
width: 100%;
margin-left: auto;
margin-right: 0;
}

/***********************
title_txt_C
************************/
.title_txt_C { text-align: center; margin-bottom: 50px;}

/***********************
title_txt_L
************************/
.title_txt_L { text-align: left; margin-bottom: 50px;}

/***********************
title_txt_R
************************/
.title_txt_R { text-align: right; margin-bottom: 50px;}



}