@charset "utf-8";
@charset "utf-8";
/* Campaign CSS */


/* =================================================
 * font
 * ================================================*/


@font-face {
	font-family: AudiType;
	src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
#wrapper {
	position: relative;
}
.sp {
	display: none;
}

main {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}

.kv_sec img {
width: 100%;
height: auto;
display: block;
line-height: 0;
}

.pankuzu > ul {
	display: flex;
}

.pankuzu > ul > li {
	padding-right: calc(9.2px + 5.33px);
	padding-left: 9.2px;
	font-size: 13px;
	position: relative;
}

.pankuzu > ul > li:last-child {
	padding-right: 0;
}

.pankuzu > ul > li::after {
	content: "";
	background: url(../../../common/img_22/pankuzu.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 9.35px;
	width: 5.33px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.pankuzu > ul > li:first-child {
	padding-left: 0;
}

.pankuzu > ul > li:last-child::after {
	display: none;
}

.pankuzu {
	margin: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375)) calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(1903 - 375)) calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
}

@media all and (max-width: 1024px) {
	.pankuzu ul{
			padding-bottom: 5px;
	}
	.pankuzu ul a{
			display: block;
			white-space: nowrap;
	}
}

.page_ttl_h2{
    font-size: 3.2rem;
    text-align: center;
}

.page_ttl_h1{
    font-size: 4.4rem;
    text-align: center;
}

.page_ttl_p{
    font-size: 1.5rem;
    text-align: center;
}

@media all and (max-width: 1440px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1024px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        text-align: left;
    }
    .page_ttl_h2{
        font-size: 2.6rem;
    }
    .page_ttl_h1{
        font-size: 3.6rem;
    }
}

@media all and (max-width: 500px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_ttl_h2{
        font-size: 1.6rem;
    }
    .page_ttl_h1{
        font-size: 2.1rem;
    }
    .page_ttl_p{
        font-size: 1.3rem;
    }
}

.inner{
	min-width: inherit;
	background-color: inherit;
}

.hide{
    display: none;
}

.in_contents {
	margin: 80px 0 0;
}

.tab_flex{
    display: flex;
    font-weight: wrap;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.tab_flex li{
    cursor: pointer;
    transition: opacity .3s;
    font-size: 2.2rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    border-bottom: none;
    margin-right: 70px;
}

.tab_flex li:last-of-type{
    margin-right: 0;
}

.tab_flex li.select{
    font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
    border-bottom: 2px solid #000;
}

.tab_flex li:hover{
    opacity: .7;
}

.tab_content{
	padding: 60px 0 0;
    overflow: hidden;
}

@media all and (max-width: 500px) {
    .tab_flex{
        width: calc(60% - 40px);
		justify-content: space-between;
        flex-wrap: wrap;
    }
    .tab_flex li{
		width: 35%;
        font-size: 3.6vw;
        opacity: 1!important;
		margin: 0;
		text-align: center;
    }
    .tab_flex li:nth-child(n+3){
        margin: 20px 0 0;
    }
    .tab_flex li.select{
        border-bottom: 1px solid #000;
    }
}

/* hero_wrap */
.hero_wrap {
	margin-bottom: 55px;
}
.title_content {
	font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.title_1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: AudiTypeBold, DFHSBold;
  font-weight: 400;
}
.title_2 {
  font-size: 23px;
  margin-bottom: 30px;
  font-family: AudiTypeBold, DFHSBold;
  font-weight: 400;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.7;
}
.txt_1 {
  font-size: 17px;
  font-family: AudiTypeBold, DFHSBold;
  font-weight: 400;
}
.txt_caution {
	font-size: 20px;
	border: solid 1px #000000;
	border-left: none;
	border-right: none;
	padding: 15px 25px;
}
/* レイアウト */
.block_section {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}
.block_section_title {
	margin-bottom: 18px;
}
.block_section_title dt {
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
}
.block_section_title dd {
	font-size: 26px;
	display: inline-block;
	line-height: 1.2;
}
.section_top {
	margin-bottom: 55px;
}
.section_1 {
	margin-bottom: 55px;
}
.section_bottom {
	margin: 65px auto 55px;
}
/* .col2 */
.col2_wrap {
	margin-bottom: 50px;
}
.col2 {
	overflow: hidden;
}
.col2_l {
	width: 48%;
	float: left;
}
.col2_inner {
	width: 100%;
}
.col2_r {
	width: 48%;
	float: right;
}
.col2 .txt_cap {
	font-size: 12px;
}
.col2_wrap_title {
	font-size: 22px;
	margin-bottom: 20px;
}
/* flex_wrap */
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex_wrap_inner_w50 {
  width: 50%;
  padding: 10px 30px;
}
.flex_wrap_inner_w50:nth-child(odd) {
  border-right: 1px solid #000;
  padding: 10px 40px 10px 0;
}
.flex_wrap_inner_w50:nth-child(even) {
  padding: 10px 0 10px 40px;
}
.btn_box a {
  display: block;
  width: 95%;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
	color: #fff;
	background: #000;
  padding: 15px 20px;
  margin: auto auto 30px;
}
.btn_box a:hover {
	opacity: .7;
}
.icon {
  width: 35px;
  margin: 0 12px 6px 0;
}
.dl_add {
  text-align: center;
  height: 160px;
}
.qr {
  height: 150px;
}
/* btn_list */
.btn_list {
	margin: 5px 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.btn_list li {
	width: 143px;
	margin: 0 30px 18px 0;
}
.btn_list li dt {
	font-size: 14px;
	margin: 0 0 7px 5px;
}
.btn_list li dd a {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 1;
	width: 100%;
	padding: 13px 13px;
	box-sizing: border-box;
	/* background: #fff url("../img/arrow_b.png") right 13px center no-repeat; */
	background-size: 7px;
	border: 1px #000 solid;
	text-align: center;
}
.btn_list li dd a:hover {
	text-decoration: none;
	opacity: .7;
}
.btn_list li:nth-child(3n) {
	margin-right: 0;
}
.title_normal {
	font-size: 13px;
	margin-bottom: 5px;
}
/* list_caution */
.list_caution li {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 2px;
}

/* media screen=====================================================================================
*/
@media screen and (max-width:640px) {
/* hero_wrap */
.hero_wrap {
	margin-bottom: 25px;
}
.hero_wrap img {
	width: 100%;
}
.title_content {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.txt_caution {
	font-size: 14px;
	border: solid 1px #000000;
	border-left: none;
	border-right: none;
	padding: 10px 15px;
}
.title_1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.title_2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.7;
}
.txt_1 {
  font-size: 17px;
  font-family: AudiTypeBold, DFHSBold;
  font-weight: 400;
  line-height: 1.5;
}
/* レイアウト */
.block_section {
	width: auto;
	padding: 0 10px;
}
.block_section_title {
	margin-bottom: 10px;
}
.block_section_title dt {
	font-size: 12px;
	display: block;
	margin: 0 0 2px;
}
.block_section_title dd {
	font-size: 16px;
	display: inline-block;
}
.section_top {
	margin-bottom: 30px;
}
.section_1 {
	margin-bottom: 30px;
}
.section_bottom {
	margin: 30px auto 45px;
}
/* .col2 */
.col2_wrap {
	margin-bottom: 25px;
}
.col2 {
	overflow: inherit;
}
.col2_l {
	width: auto;
	float: none;
	margin-bottom: 15px;
}
.col2_inner {
}
.col2_r {
	width: auto;
	float: none;
}
.col2 .txt_cap {
	font-size: 10px;
}
.col2_wrap_title {
	font-size: 15px;
	margin-bottom: 15px;
}
/* flex_wrap */
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex_wrap_inner_w50 {
  width: 100%;
  padding: 10px 30px;
}
.flex_wrap_inner_w50:nth-child(odd) {
  border-right: none;
  border-bottom: 1px solid #000000;
  padding: 10px 0 40px;
}
.flex_wrap_inner_w50:nth-child(even) {
  padding: 40px 0 10px;
}
.btn_box a {
  display: block;
  width: 100%;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
	color: #fff;
	background: #000;
  padding: 12px;
  margin: auto auto 30px;
}
@media screen and (max-width:340px) {
  .btn_box a {
    font-size: 15px;
  }
}
.btn_box a:hover {
	opacity: .7;
}
.icon {
  width: 30px;
  margin: 0 10px 6px 0;
}
.dl_add {
  text-align: center;
  height: auto;
}
.qr {
  height: 100px;
}
/* btn_list */
.btn_list {
	margin: 0 0 5px;
	display: flex;
	flex-wrap: wrap;
}
.btn_list li {
	width: 47.5%;
	margin: 0 auto 10px 0;
}
.btn_list li dt {
	font-size: 12px;
	margin: 0 0 5px 3px;
}
.btn_list li dd a {
	display: block;
	font-size: 13px;
	color: #000;
	line-height: 1;
	width: 100%;
	padding: 13px 13px;
	box-sizing: border-box;
	/* background: #fff url("../img/arrow_b.png") right 13px center no-repeat; */
	background-size: 7px;
}
.btn_list li dd a:hover {
	text-decoration: none;
	opacity: .7;
}
.btn_list li:nth-child(3n) {
	margin-right: 48%;
}
.btn_list li:nth-child(2) {
	margin-right: 0;
}
.btn_list li:nth-child(5) {
	margin-right: 0;
}
/* list_caution */
.list_caution li {
	font-size: 10px;
	margin-bottom: 1px;
}
.pagetop {
	position: fixed;
	right: 15px;
}
.pc {
	display: none;
}
}



@media screen and (max-width:640px) {
	.pc {
    display: none;
  }
  .sp {
    display: inline-table !important;
  }

  .col-head-type1 {
    width: 100% !important;
  }
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }

  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
.js-tab-news {
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #1c1e1e;
}
.js-tab-news > div {
	width: 47%;
	display: inline-block;
	background: #fff;
	color: #1c1e1e;
	border: 1px solid #1c1e1e;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: -1px;
}
.js-tab-news > div.active-year {
	background: #1c1e1e;
	color: #fff;
}
.js-tab_contentnews {
	padding: 20px 0;
}
.js-tab_contentnews.active-year {
	display: block;
}
.callendar2018 {
	margin-left: -4px;
}


.js-tab-news {
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #1c1e1e;
}
.js-tab-news > div {
	width: 47%;
	display: inline-block;
	background: #fff;
	color: #1c1e1e;
	border: 1px solid #1c1e1e;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: -1px;
}
.js-tab-news > div.active-news {
	background: #1c1e1e;
	color: #fff;
}
.js-tab_contentnews {
	padding: 20px 0;
}
.js-tab_contentnews.active-news {
	display: block;
}
.news2017 {
	margin-left: -4px;
}
#sp_title {
    font-size: 24px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
    color: #000;
    margin-bottom: inherit;
    padding: 10px 10px 8px 10px;
    background: #fff;
}
.btn {
  width: 70%;
  background: #fff;
  color: #1c1e1e;
  border: 1px solid #1c1e1e;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.btn2 {
  width: 70%;
  color: #1c1e1e;
  margin: 0 auto;
  text-align: center;
  font-family: AudiTypeBold, DFHSBold;
  font-weight: 400;
  padding: 10px 0;
}
.news-btn { margin-top: 10px; }

dd {
  padding-left:1em;
  text-indent:-1.3em;
}
	.block_section_title:first-child dl dd.ateb {
		margin-left: 20px;
	}
}
