@charset "utf-8";

.mod_headerbar_item_in .headerbarTitle
{
	padding:10px;
}
.mv_wrap {
	width:1200px;
	margin:0 auto;
}

.release {
	text-align: right;
	margin-top:30px;
}

.writer {
	padding-top:30px;
}

.mod_memobox {
  width: 976px;
  margin:0 auto 40px;
  padding: 12px 20px 10px 15px;
  letter-spacing: 0.5px;
}
.mod_memobox p.memoTitle {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.anchor_link_btn_col3{
	width:976px;	
}

.anchor_link_btn_col3 li{
	width:310px;
	height:80px;
}

.anchor_link_btn_col3 li.quatre {
	width:310px;
	height:105px;
}

.anchor_link_btn.single a {
	padding-top:2.0em;
}

.anchor_link_btn.quatre a {
	padding: 8px 35px 8px 12px;
}

.anchor_link_btn.tripleline a {
	padding: 18px 35px 18px 12px;
}

.attention {
	font-size:12px;
	margin:10px 0;
}

.mod_tbl table td {
	width:25%;
	text-align: left;
}

.mod_tbl table tr:first-child td {
	background-color: #f8f8f8;
    border: 1px solid #cccccc;
	text-align: center;
}

.colum2_wrap {
    margin-top: 30px !important;
}

h4 {
	font-weight:bold;
	margin-top:30px !important;
}

.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.pl1 {
	padding-left: 1.5em;
}

.bold {
	font-weight: bold !important;
}

.colum2_wrap li .colum2_txtarea {
	margin-top:10px;
	margin-bottom:20px;
}

img {
	width: 100%;
	display: block;
}

.btn_sec_type01 {
    margin: 30px auto 0;
    width: fit-content;
}

.btn_sec_type01 a {
	padding-right: 40px;
}

.btn_sec_type01 a:after {
	right: 12px;
	width: 20px;
	margin-top: -5px;
}

.sec03_img,.sec09_img,.sec10_img {
	width: 976px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sec02_img,.sec04_img,.sec05_img,.sec06_img,.sec07_img,.sec08_img,.sec11_img,.sec12_img{
	width: 750px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.indent_1{
	text-indent: -1.5em;
    padding-left: 1.5em;
}

.indent_2 {
	text-indent: -2em;
    padding-left: 2em;
}

.notes {
	font-size: 12px;
}

.sec10_table {
	display: flex;
	gap: 0;
}

.table--left,.table_line,.table--right {
	display: flex;
	flex-direction: column;
}

/* .table--left {
	border-right: 1px solid #fff;;
}
 */

.table_text {
	background-color: #47b9a0;
    color: #fff;
    text-align: center;
    font-weight: bold;
	padding: 10px;
	border-bottom: none;
}

.table_image {
	width: 488px;
	border-bottom: 1px solid #bfbfbf;
}

.table--left .table_image {
	/* padding-top: 94px; */
	border-left: 1px solid #bfbfbf;
}

.table--right .table_image {
	border-right: 1px solid #bfbfbf;
}

.table--right .table_image {
	border-left: none;
}

.table_line--white {
	width: 1px;
	height: 71px;
	background-color: #fff;
}

.table_line--gray {
	width: 1px;
	height: 322px;
	background-color: #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

.banner {
	width: 450px;
    margin: 0 auto;
    margin-top: 30px;
}

.btn_sec12 {
  margin: 50px auto 0;
  width: 320px;
}
.btn_sec12 a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  background-color: #5A5B5A;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
/* .btn_sec12 a:hover{
  background-color: #5A5B5A;
} */
.btn_sec12 a span{
  position: relative;
}
.btn_sec12 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_sec12 a:hover:after{
  right: -11px;
}
.btn_sec12 a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}


@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
	.mv_wrap {
		width:100%;
	}

	.anchor_link_btn_col3 .anchor_link_btn {
		height: fit-content;
	}

	.spmb20 {
		margin-bottom: 20px;
	} 
		
	.anchor_link_btn_col3 {
	width:100% !important;
	}
		
	.anchor_link_btn_col3 li{
	width:100%;
	}

	.anchor_link_btn.single a {
		padding-top:1.0em;
	}
	.anchor_link_btn_col3 li:nth-of-type(-n+2) {
		margin-top: 0px;
	}
	.anchor_link_btn_col3 .anchor_link_btn {
	width:100%;	
	}
	.anchor_link_btn_col3 .anchor_link_btn {
		margin-top: 0px;
		margin-bottom:10px;
	}
		
	.anchor_link_btn_col3 .anchor_link_btn:last-child {
		margin-bottom:0px;
	}

	.sec02_img,.sec03_img,.sec04_img,.sec05_img,.sec06_img,.sec07_img,.sec08_img,.sec09_img,.sec10_img,.sec11_img,.sec12_img{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.mod_tbl table {
	display:table;
	}
		
	.mod_tbl table th,.mod_tbl table td{
	display:table-cell;
	}

	li.number {
		text-indent: -1.5em;
    	padding-left: 1.5em;
	}

	.pl1 {
		padding-left: 0;
		text-indent: 0;
	}
	
	.sec10_table {
		flex-direction: column;
		line-height: 1.3;
	}

	.table_image {
		width: auto;
		border: 1px solid #bfbfbf;
		border-top: none;
	}

	.table--left .table_image {
		border-bottom: none;
		padding-top: 0;
	}

	.table--right .table_image {
		border-left: 1px solid #bfbfbf;
	}

	.banner {
		width: 100%;
		margin-top: 20px;
	}
}
