@charset "utf-8";

.mainv {
	background: url(../img/about/mainv.jpg) center top no-repeat;
	background-size: contain;
	position: relative;
}
.mainv:before {
	content: '';
	display: block;
	padding-top: 15.625%;
}
.mainv .mainv_t {
	position: absolute;
	top: 38%;
	left: 17.1354%;
	width: 28.90625%;
	max-width: 555px;
}
.mainv .mainv_t img {}

#sec1 {}
#sec1 .sec_inner {
    background-color: #fff;
}
#sec1 h3 {}
#sec1 .p_01 {
	margin-bottom: 5px;
}
.sec1_01 {
    padding: 40px 50px 0px;
    /* flex-wrap:  nowrap; */
    /* position:  relative; */
    /* height: 300px; */
}
.sec1_01_inner {
    position: relative;
    height: 236px;
}
.sec1_01 figure {
    /* max-width: 194px; */
    /* width:  20.86%; */
    width:  194px;
    position:  absolute;
    top: 0;
    left: 0;
}
.sec1_01 figure img {}
.sec1_01 .sec1_01_t {
    width: 79.13978%;
    border: 16px solid #f6e5e5;
    position:  absolute;
    top: 0;
    left: 194px;
    height: 236px;
}
.sec1_01_t_inner {
    padding: 10px 22px 10px;
}
.sec1_01 .sec1_01_t .p01 {}
.sec1_01 .sec1_01_t .p02 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom:  2px solid #a30000;
    margin-bottom: 5px;
}
.sec1_01 .sec1_01_t table {
}
.sec1_01 .sec1_01_t table tr {}
.sec1_01 .sec1_01_t table th,
.sec1_01 .sec1_01_t table td {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.sec1_01 .sec1_01_t table th {
    width: 103px;
}
.sec1_01 .sec1_01_t table td {}
.sec1_01 .sec1_01_t table .t01 {
	letter-spacing: 1em;
}
.sec1_02 {
    padding: 40px 50px 50px;
}
.sec1_02 table {
    width:  100%;
    border-top: 1px solid #898989;
}
.sec1_02 table tr {
    border-bottom: 1px solid #898989;
}
.sec1_02 table th,
.sec1_02 table td {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 10px 1em;
}
.sec1_02 table th {
    background-color: #eeeeee;
    padding-left: 18px;
    vertical-align:  middle;
    width: 195px;
}
.sec1_02 table td {
    padding-left: 31px;
}
.sec1_02 table td ul.ul_01 {}
.sec1_02 table td ul.ul_01 li {
    margin-bottom: 33px;
}
.sec1_02 table td ul.ul_01 li h4 {
    border-left:  5px solid #a30000;
    padding-left:  9px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.sec1_02 table td ul.ul_01 li p {}
.sec1_02 table td ul.ul_01 li a {}
.sec1_02 table td ul.ul_01 li a.map_btn {
	display:  inline-block;
	background-color: #a40000;
	color:  #fff;
	padding: 0 0.5em;
	font-size: 18px;
	line-height: 36px;
}
.sec1_02 table td ul.ul_01 li:first-child {}
.sec1_02 table td ul.ul_01 li:last-child {
    margin-bottom: 0;
}
.sec1_02 table td ul.ul_02 {}
.sec1_02 table td ul.ul_02 li {}
.sec1_02 table td ul.ul_02 li span {
    display: inline-block;
}
.sec1_02 table td ul.ul_02 li span:nth-child(1) {
    width:  152px;
}
.sec1_02 table td ul.ul_02 li span:nth-child(2) {}
.sec1_02 table td ul.ul_02 li:first-child {}
.sec1_02 table td ul.ul_02 li:last-child {}
.sec1_02 table td dl {
    width: 250px;
}
.sec1_02 table td dl dt {
    width: 108px;
	position: relative;
}
.sec1_02 table td dl dt:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom:  0;
	left: 84px;
	margin:  auto;
}
.sec1_02 table td dl dd {
    width: 142px;
}
.sec1_02 table td dl .t01 {
    letter-spacing:  1em;
}


@media screen and (max-width: 1100px) {
	
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	
	.mainv {
    min-height: 80px;
    background-size: cover;
    background-position: center center;
	}
	.mainv:before {}
	.mainv .mainv_t {
    width: 160.6578px;
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 }
	.mainv .mainv_t img {}
	
	
#sec1 {}
#sec1 .sec_inner {}
#sec1 h3 {}
#sec1 .p_01 {
    text-align: center;
}
.sec1_01 {
    padding: 20px 15px 10px;
}
.sec1_01_inner {
    height:  auto;
}
.sec1_01 figure {
    position:  static;
    margin: 0 auto 20px;
}
.sec1_01 figure img {}
.sec1_01 .sec1_01_t {
    position:  static;
    width:  100%;
    max-width: 350px;
    margin: 0 auto;
    height:  auto;
    border-width: 8px;
}
.sec1_01_t_inner {}
.sec1_01 .sec1_01_t .p01 {}
.sec1_01 .sec1_01_t .p02 {
    font-size: 20px;
    padding-bottom: 8px;
    border-width: 1px;
    margin-bottom: 5px;
    text-align: center;
}
.sec1_01 .sec1_01_t table {
    margin: 0 auto;
}
.sec1_01 .sec1_01_t table tr {}
.sec1_01 .sec1_01_t table th,
.sec1_01 .sec1_01_t table td {
    font-size: 13px;
    line-height: 1.8;
}
.sec1_01 .sec1_01_t table th {
    width: 65px;
}
.sec1_01 .sec1_01_t table td {}
.sec1_01 .sec1_01_t table .t01 {}
.sec1_02 {
    padding: 20px 5% 20px;
}
.sec1_02 table {
    display:  block;
    border-top: none;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    border-bottom: 1px solid #898989;
}
.sec1_02 table tr {
    display:  block;
    width: 100%;
    border: none;
}
.sec1_02 table th,
.sec1_02 table td {
    display: block;
    width:  100%;
    font-size: 13px;
    line-height: 1.8;
}
.sec1_02 table th {
    /* padding:  0; */
    padding: 5px 0.5em;
    text-align: center;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}
.sec1_02 table td {
    padding: 8px 0.8em 8px;
}
.sec1_02 table td ul.ul_01 {}
.sec1_02 table td ul.ul_01 li {
    margin-bottom: 20px;
}
.sec1_02 table td ul.ul_01 li h4 {}
.sec1_02 table td ul.ul_01 li p {}
.sec1_02 table td ul.ul_01 li a {}
	.sec1_02 table td ul.ul_01 li a.map_btn {
	padding: 0 0.5em;
	font-size: 12px;
	line-height: 23.4px;
}
.sec1_02 table td ul.ul_01 li:first-child {}
.sec1_02 table td ul.ul_01 li:last-child {}
.sec1_02 table td ul.ul_02 {}
.sec1_02 table td ul.ul_02 li {}
.sec1_02 table td ul.ul_02 li span {}
.sec1_02 table td ul.ul_02 li span:nth-child(1) {
    width:  100%;
}
.sec1_02 table td ul.ul_02 li span:nth-child(2) {}
.sec1_02 table td ul.ul_02 li:first-child {}
.sec1_02 table td ul.ul_02 li:last-child {}
.sec1_02 table td dl {}
.sec1_02 table td dl dt {
    width: 70px;
}
.sec1_02 table td dl dt:before {
    width: 4px;
    height: 4px;
    left: 72px;
}
.sec1_02 table td dl dd {}
.sec1_02 table td dl .t01 {}
	
}
