@charset "UTF-8";
/* CSS Document */
.content{
	width:90%;
	max-width:1400px;
	margin:auto;
}
.content .title{
	display:block;
	margin-bottom:30px;
}
.content .title h2{
	font-size:1.6rem;
	line-height:1.3em;
	border-bottom:1px solid #999;
	padding-bottom:0.6em;
}
.content .title .date{
	text-align:right;
}
.content .wrap .main p{
	margin-bottom: 20px;
}
.content .wrap .main .image	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0 auto;
	max-width: 1000px;
}

.content .wrap .main .image .image_item	{
	width: calc(50% - 5px);
}

.content .wrap .main .image img	{
	width:100%;
}
.content .wrap .main .btn{
}
.content .wrap .main .btn a.arrowbtn{
	width:fit-content;
	border:1px solid #000;
	padding:1em 0;
	margin:30px auto 0;
	display:block;
	width:80%;
	max-width:350px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.content .wrap .main .image .image_item	{
		width: 100%;
	}
}

.block  {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.block_text {
    width: 60%;
}
.block_img {
    width: 40%;
	text-align: center;
}
.block_img img {
    max-width: 300px;
}

.sub_title	{
	margin-bottom: 10px;
}

.h_img	{
    width: 100%;
    background: #f5f5f3;
    text-align: center;
    margin-bottom: 30px;
	line-height: 1;
}
.h_img img	{
	width: 100%;
	max-width: 1000px;
}
.gray_block	{
	background: #f5f5f3;
	padding:20px;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.gray_block_text {
    width: 50%;
}
.gray_block_text .sub_title	{
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.gray_block_img {
    width: 50%;
	text-align: center;
}
.gray_block_img img {
    width: 100%;
}
.gray_block_text span	{
	border: solid 1px #000;
	background: #FFF;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
.block	a	{
	text-decoration: unset;
    color: #094098;
    border-bottom: 1px dotted #094098;
    padding-bottom: 0.2em;
}
.block	a:hover	{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.block_text {
		width: 100%;
	}
	.block_img {
		width: 100%;
		text-align: center;
	}
	.gray_block_text {
		width: 100%;
	}
	.gray_block_img {
		width: 100%;
	}
	.content .wrap .main .btn a.arrowbtn {
		width: 100%;
	}
}