﻿@charset "utf-8";


/* ****************************************************
media.css
Define container /cd/.
***************************************************** */

/* settings
=================================*/

/* ------------------------------------------------------
   * common
  ------------------------------------------------------ */
#page-wrapper{
	overflow: hidden;
}
#contentsContainer {
  margin-top: 0;
}
#contents {
  float: none !important;
  width: 100% !important;
}
#contents *{
  box-sizing: border-box;
}
#contents > .berlin,
#contents > .results{
	margin-top: 0;
}
#contents > .voi{
	margin-top: 60px;
}
.pc-hidden{
	display: none;
}
.gp-al-center{
	text-align: center !important;
}
/* ------------------------------------------------------
 * nav
------------------------------------------------------ */
.main-nav{
  background-color: #333;
}

.main-nav .nav_category{
  display: table;
  width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
}
.main-nav .nav_head,
.main-nav .nav_category > li ,
.main-nav .nav_category > li {
  display: table-cell;
  vertical-align: middle;
}
.main-nav .nav_head,
.main-nav .nav_category > li > a,
.main-nav .nav_category > li > span{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 113.3%;
  line-height: 1.2;
}
.main-nav .nav_category > li > a,
.main-nav .nav_category > li > span{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 66px;
}
.main-nav .nav_head{
  display: none;
}
.main-nav .nav_category > li.current,
.main-nav .nav_category > li:hover{
  background-color: #46a33f;
  
}
.main-nav .nav_category > li:hover > a{
  text-decoration: none !important;
}

.navOut{
  position: relative;
  top: 66px;
}
.navOut + .pageHead > .main-nav{
  position: relative;
  top: -45px;
}
.navOut.top-path {
    position: inherit;
    top: 0;
}
.navOut.top-path + .pageHead > .main-nav {
  top: 0;
}

/* ------------------------------------------------------
 * list
------------------------------------------------------ */
[class*="list-note"] > li {
  position: relative;
  padding-left: 20px;
  font-size: 93%;
  color: #666;
}
.list-note-order > li {
  padding-left: 30px;
}
.list-caption > li {
  position: relative;
  padding-left: 30px;
}
* + [class*="list-note"] {
  margin-top: 20px;
}
[class*="list-"] > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}
[class*="list-"] > li + li{
  margin-top: 5px;
}
/* ------------------------------------------------------
 * link
------------------------------------------------------ */
.link-inline.a-blank::after{
	display: inline-block;
	margin: 6px 6px 0 8px;
}
.a-blank::after{
	width: 12px;
	height: 11px;
	background-image: url("/cd/images/media_ic01.png");
  background-repeat: no-repeat;
	background-position: -24px 0;
	vertical-align: top;
	content: "";
}
[class*="link-text"]{
	margin-top: 15px;
}
[class*="link-text"] > li > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #555;
}
.link-text-v2 > li > a {
	color: #fff;
}
[class*="link-text"] > li > a:hover{
	color: #d7083b;
}
[class*="link-text"] > li > .a-blank::after{
	display: inline-block;
	margin: 6px 0 0 6px;
}
[class*="link-text"] > li > .a-pdf::after{
	margin: 6px 0 0 6px;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url("/cd/images/media_ic01.png");
  background-repeat: no-repeat;
	background-position: -10px 0;
	vertical-align: top;
}
.link-text-v2 > li > .a-blank::after{
	background-position: -36px 0;
}
[class*="link-text"] > li > a::before {
	position: absolute;
	top: 7px;
	left: 0;
	height: 10px;
	width: 9px;
	background: url(/common/images/com_icn01.png) 0 50% no-repeat;
	content: "";
}
.link-text-v2 > li > a::before{
	background: url("/cd/images/media_ic01.png") 0 0 no-repeat;
}
.link-text-v3 > li > a::before{
	top: 8px;
	height: 11px;
	width: 12px;
	background: url("/cd/images/media_ic01.png") 0 0 no-repeat;
	background-position: -49px 0;
}
.link-text-v3 > li + li{
	margin-top: 4px;
}
/* ------------------------------------------------------
 * btn
------------------------------------------------------ */
.link-button-v2{
  text-align: center;
}
* + .link-button-v2{
  margin-top: 38px;
}
.link-button-v2 > li > a{
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 14px 20px 16px 40px;
  background-color: #46a33f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.link-button-v2 > li > a.a-pdf{
	padding-right: 40px;
}
.link-button-v2 .link_label{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.link-button-v2 > li > a::before,
.link-button-v2 > li > a.a-pdf > .link_label::after{
  position: absolute;
  content: "";
  top: 50%;
  background-image: url("/cd/images/media_ic01.png");
  background-repeat: no-repeat;
}
.link-button-v2 > li > a::before{
  left: 18px;
  margin-top: -4px;
  width: 9px;
  height: 10px;
  background-position: 0 0;
}
.link-button-v2 > li > a.a-pdf > .link_label::after{
  right: -25px;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  background-position: -10px 0;
}
.link-button-v2 > li > a:hover{
  background-color: #d7063b;
}

/* ----- cd-contact-button ----- */
.cd-contact-button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cd-contact-button > li {
  width: 250px;
}
.cd-contact-button > li > a {
  position: relative;
  display: block;
  padding: 28px 28px 29px 53px;
  background: linear-gradient(rgba(208,0,64,1) 0%,rgba(183,0,32,1) 100%);
  border-radius: 5px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.cd-contact-button > li > a::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  width: 22px;
  height: 17px;
  margin-top: -8px;
  background: url(/cd/images/cd_contact_ic01.png) no-repeat;
  vertical-align: middle;
  content: "";
}
.cd-contact-button > li > a:hover {
  background: linear-gradient(rgba(212,25,84,1) 0%,rgba(191,25,56,1) 100%);
}
.cd-contact-button > li > a > .link_label {
  display: inline-block;
  margin-left: -20px;
  text-align: center;
  color: #fff;
}

/* ------------------------------------------------------
 * text
------------------------------------------------------ */
.text-catch{
	font-size: 142%;
	text-align: center;
	line-height: 1.6;
}
.text-paragraph{
	margin-top: 15px;
}
/* ------------------------------------------------------
 * heading
------------------------------------------------------ */
.head-vf{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* media-heading02 */
.media-heading02{
	margin-top: 48px;
	position: relative;
	text-align: center;
	color: #89631b;
	font-size: 228%;
}
.media-heading02::before,
.media-heading02::after{
	position: absolute;
	content: "";
	top: 50%;
	width: 260px;
	height: 1px;
	background-color: #89631b;
}
.media-heading02::before{
	left: 0;
}
.media-heading02::after{
	right: 0;
}
.media-heading02 + *{
	margin-top: 35px;
}
/* heading-lv1 */
.heading-lv1{
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.heading-lv1 .heading_title{
	padding-bottom: 25px;
	position: relative;
	font-size: 240%;
}
.heading-lv1 .heading_title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background-color: #46a33f;
}
.heading-lv1 .heading_text{
	margin-top: 22px;
}
.heading-lv1.results{
	background: url("/cd/images/results_bg01_pc.jpg") no-repeat 50% 0 #111111;
}
.heading-lv1.voi{
	background: url("/cd/images/voi_bg01_pc.jpg") no-repeat 50% 0 #111111;
}
.heading-lv1.dch{
	background: url("/cd/images/dch_bg01_pc.jpg") no-repeat 50% 0 #111111;
}
/* heading-v2 */
.heading-v2{
	margin-top: 60px;
}
section + section .heading-v2{
	margin-top: 95px;
}
.heading-v2 .heading_title{
	padding-bottom: 25px;
	position: relative;
	font-size: 173.3%;
	font-weight: 700;
}
.heading-v2 .heading_title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	height: 4px;
	background-color: #46a33f;
	border-right: 1px solid #ffffff;
	z-index: 1;
}
.heading-v2 .heading_title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #6a6a6a;
}
.heading-v2 + *{
	margin-top: 30px;
}
/* ------------------------------------------------------
 * img
------------------------------------------------------ */
.image-set .image_inner {
	text-align: center;
}
* + .image-set{
	margin-top: 40px;
}
/* ------------------------------------------------------
 * column
------------------------------------------------------ */
.column-media,
.column-layout{
	margin-top: 50px;
}
.heading-v2 +.column-media,
.heading-v2 +.column-layout{
	margin-top: 30px;
}
.column-media > .column_image[data-image="right"] {
	float: right;
	margin-left: 36px;
}
.column-media > .column_image[data-image="left"] {
	float: left;
	margin-right: 36px;
}
.column-media > .column_detail[data-wraparound="false"] {
  overflow: hidden;
}
.column-media .image_caption{
	color: #666;
	text-align: left;
	font-size: 93%;
}
.column-layout .image-set .image_inner {
	max-width: 582px;
}
.column-layout .image-set .image_inner img{
	width: 100%;
}
[data-row-pc]:not([data-row-pc="1"]) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
[class*="column-layout"] > .column_item {
	margin-top: 30px;
}
[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
	margin-top: 30px;
	margin-left: 48px;
}
[data-row-pc="2"] > :nth-child(-n+2), [data-row-pc="3"] > :nth-child(-n+3), [data-row-pc="4"] > :nth-child(-n+4), [data-row-pc="5"] > :nth-child(-n+5), [data-row-pc="6"] > :nth-child(-n+6) {
	margin-top: 0 !important;
}
[data-row-pc="1"] > *, [data-row-pc="2"] > :nth-child(2n+1), [data-row-pc="3"] > :nth-child(3n+1), [data-row-pc="4"] > :nth-child(4n+1), [data-row-pc="5"] > :nth-child(5n+1), [data-row-pc="6"] > :nth-child(6n+1) {
 margin-left: 0 !important;
}
[data-row-pc="2"] > * {
 width: calc((100% - 48px) / 2);
}
/* ------------------------------------------------------
 * layout
------------------------------------------------------ */


/*----- slider-layout -----*/
.slider-layout{
  position: relative;
}
.slider-layout .slider_interface {
  position: absolute;
  bottom: 20px;
	width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
}
.slider-layout button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-indent: -9999px;
}
.slider-layout .ui-startBtn,
.slider-layout .ui-stopBtn{
	width: 66px;
  height: 20px;
  position: relative;
  display: block;
  outline: none;
}
.slider-layout .ui-startBtn{
	background: #46a33f;
}
.slider-layout .ui-stopBtn{
	background: #fff;
}
.slider-layout .ui-stopBtn::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  border-left: 4px solid #46a33f;
  border-right: 4px solid #46a33f;
  content: "";
}
.slider-layout .ui-startBtn::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
  border-width: 5px 0 5px 8px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.slider-layout .ui-dots{
  margin-left: 30px;
}
.slider-layout .ui-dots .slick-dots {
  display: -webkit-flex;
  display: flex;
}
.slider-layout .ui-dots .slick-dots li {
  height: 4px;
  font-size: 0;
}
.slider-layout .ui-dots .slick-dots li + li {
  margin-left: 30px;
}
.slider-layout .ui-dots .slick-dots button {
  width: 30px;
  height: 4px;
  line-height: 10px;
  background: #ffffff;
}
.slider-layout .ui-dots .slick-dots .slick-active button {
  background-color: #46a33f;
}
.slider_inner img {
	width: 100%;
	height: auto;
}
/*----- main-layout -----*/
.main-layout{
  width: 100%;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  border: 4px solid #eee;
}
* + .main-layout{
  margin-top: 60px;
}
.main-layout[data-head="left"]{
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-layout[data-head="right"]{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.main_head{
  position: relative;
  padding: 80px 30px;
  width: 35%;
  background-color: #eee;
}
.main_head::before{
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 90px;
  height: 4px;
  background-color: #46a33f;
  z-index: 1;
}
.main-layout[data-head="right"] .main_head::before{
  left: auto;
  right: -4px;
}
.main_heading02{
  font-size: 200%;
  font-weight: bold;
  color: #46a33f;
  text-align: center;
  line-height: 1;
}
.main_heading02 > span{
  display: inline-block;
  line-height: 1;
}
.main_heading02 .heading_text{
  display: block;
}
.main_heading02 .heading_sub{
	margin-top: 15px;
  position: relative;
  font-size: 80%;
}
.main_heading02 .heading_sub::before,
.main_heading02 .heading_sub::after{
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  width: 25px;
  height: 1px;
  background-color: #46a33f; 
}
.main_heading02 .heading_sub::before{
  left: -32px;
}
.main_heading02 .heading_sub::after{
  right: -32px;
}
.main_head .head_lead{
  margin-top: 45px;
	font-size: 106.66%;
}
.main_detail{
  padding: 38px 30px;
  width: 65%;
}

/*----- head-layout -----*/
.head-layout{
	position: relative;
}
.head-layout .head_img{
	position: relative;
	z-index: 1;
}
.head-layout .head_img img {
	width: 100%;
	height: auto;
}
.head-layout .head_title{
	padding: 10px;
	margin-top: -152px;
	margin-left: -460px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	text-align: center;
	color: #fff;
	z-index: 1;
	background: rgba(137,99,27,0.96);
}
.head-layout .title_inner{
	padding: 50px 55px;
	border: 1px solid rgba(255,255,255,0.5);
}
.head-layout .title_heading01{
	font-size: 266.6%;
	font-weight: 500;
	line-height: 1.2;
}
.head-layout .title_lead{
	margin-top: 30px;
	line-height: 1.8;
	font-weight: 200;
}

/*----- berlin-layout -----*/
.berlin-layout-v1{
	background: #eee;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0 40px 74px;
	overflow: hidden !important;
}
.berlin-layout-v2{
	color: #fff;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0 40px 74px;
	overflow: hidden !important;
	background: url("/cd/images/berlin_bg01_pc.jpg") no-repeat 0 0 #010100;
	background-size: auto 100%;
}
.berlin-layout-v1 > section,
.berlin-layout-v2 > section {
	width: 1200px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.berlin-layout-v2 .media-heading02{
	color: #b99758;
}
.berlin-layout-v2 .media-heading02::before,
.berlin-layout-v2 .media-heading02::after {
	width: 360px;
	background-color: #b99758;
}
.berlin-layout-v2 .text-lead{
	margin-top: 40px !important;
	color: #fff;
	text-align: center;
	line-height: 2.2;
}
.berlin-layout-v2 .image-set img{
	box-shadow:15px 15px 0px 0px #89631b;
}
.berlin-layout-v2 .link-text-v2{
	text-align: center;
}

/* ----- cd-main-layout ----- */
.cd-main-layout {
  position: relative;
}
.cd-main-layout > .cd_main_contact {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 1200px;
  margin-left: -600px;
}

/* ------------------------------------------------------
 * box
------------------------------------------------------ */
/* box-column-v1 */
.box-column-v1{
  margin-top: 60px;
  padding: 55px 35px;
  background-color: #edfbed;
}
.box-column-v1 .box_heading03{
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  font-size: 186%;
  font-weight: bold;
  line-height: 1;
}
.box-column-v1 .box_heading03::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background-color: #46a33f;
}
.box-column-v1 .box_detail{
  margin-top: 30px;
}
/* box-column-v2 */
.box-column-v2{
	margin-top: 60px;
	position: relative;
	background-color: #f2ece0;
}
.box-column-v2 > section{
	position: relative;
	padding: 60px 40px;
}
.box-column-v2::before,
.box-column-v2::after,
.box-column-v2 > section::before,
.box-column-v2 > section::after{
	position: absolute;
	content: "";
  width: 0;
  height: 0;
}
.box-column-v2::before{
	top: 0;
  left: 0;
  border-top: 30px solid #ffff;
  border-right: 30px solid transparent;
}
.box-column-v2::after{
	top: 0;
  right: 0;
  border-top: 30px solid #ffff;
  border-left: 30px solid transparent;
}
.box-column-v2 > section::before{
	bottom: 0;
  left: 0;
  border-bottom: 30px solid #ffff;
  border-right: 30px solid transparent;
}
.box-column-v2 > section::after{
	bottom: 0;
  right: 0;
  border-bottom: 30px solid #ffff;
  border-left: 30px solid transparent;
}
.box-column-v2 .box_heading03{
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  font-size: 186.6%;
  line-height: 1;
}
.box-column-v2 .box_heading03::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #89631b;
}
.box-column-v2 .column-media{
	margin-top: 36px;
}
.box-column-v2 .column-media[data-layout-sp="col-reverse"]{
	margin-top: 24px;
}
/* box-column-v3 */
.box-column-v3{
	margin-top: 40px;
}
.box-column-v3 > section{
	display: table;
	width: 100%;
}
.box-column-v3 .box_heading,
.box-column-v3 .box_detail{
	display: table-cell;
	vertical-align: middle;
}
.box-column-v3 .box_heading{
	width: 180px;
	font-size: 133.3%;
	font-weight: 700;
	color: #46a33f;
	background-color: #d3efd3;
	text-align: center;
}
.box-column-v3 .box_detail{
	padding: 25px 30px;
	width: calc(100% - 180px);
	background-color: #edfbed;
}
.box-column-v3 .box_detail .link-text-v3{
	margin-top: 0;
}
/* box-column-v4 */
.box-column-v4{
	margin-top: 40px;
	padding: 30px;
	background-color: #eeeeee;
}
.box-column-v4 + *{
	margin-top: 40px;
}
.box-column-v4 .heading_title{
	position: relative;
	padding-left: 22px;
	font-size: 133.3%;
	font-weight: 700;
	line-height: 1.1;
}
.box-column-v4 .heading_title::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #8ec989;
}
.box-column-v4 .box_detail{
	margin-top: 20px;
}
.box-column-v4 .list-description{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.box-column-v4 .list-description + .list-description{
	margin-top: 11px;
}
.box-column-v4 .list-description dt{
	position: relative;
	margin-right: 24px;
	padding: 6px 0 8px;
	width: 118px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: #46a33f;
	line-height: 1;
}
.box-column-v4 .list-description dt::after{
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
  height: 0;
  border-left: 12px solid #46a33f;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.box-column-v4 .list-description dd{
	padding-top: 2px;
	width: calc(100% - 142px);
}

/* ------------------------------------------------------
   * Component 
  ------------------------------------------------------ */
/* ----- cd-info-layout ----- */
.cd-info-layout {
  margin-top: 45px;
}
.cd-info-layout .tabBody {
  margin-top: 45px;
}
.cd-info-layout .cd-info_heading .heading_title {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-size: 186%;
  font-weight: bold;
  line-height: 1.25;
}
.cd-info-layout .cd-info_heading .heading_title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: #46a33f;
  content: "";
}
.cd-info-layout .cd-info_heading + .cd-info_detail {
  margin-top: 24px;
}
.cd-info-layout .icon-link > a {
  color: #333;
}
.cd-info-layout .icon-link > a:hover {
  text-decoration: underline;
  color: #d7063b;
}

/* ----- cd-topic-compo ----- */
.cd-topic-compo + * {
  margin-top: 15px;
}
.cd-info-layout[data-cd-type="cdTop"] .cd-topic-compo .topic_article {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.cd-topic-compo .topic_article + .topic_article {
  margin-top: 20px;
}
.cd-info-layout[data-cd-type="cdTop"] .cd-topic-compo .topic_article + .topic_article {
  margin-top: 15px;
}
.cd-info-layout[data-cd-type="cdTop"] .cd-topic-compo .topic_article .topic_detail {
  display: -webkit-flex;
  display: flex;
}
.cd-topic-compo .topic_property {
}
.cd-topic-compo .topic_property > .topic_date {
  float: left;
  margin-right: 20px;
  line-height: 1.25;
}
.cd-info-layout[data-cd-type="cdTop"] .cd-topic-compo .topic_property > .topic_date {
  line-height: 1.6;
}
.cd-topic-compo .topic_property > .topic_category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
.cd-topic-compo .topic_property > .topic_category > .topic_icon {
  display: inline-block;
  min-width: 92px;
  height: 19px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #666;
  font-size: 80%;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
.cd-topic-compo .block {
  display: block;
  margin-top: 5px;
}
.cd-info-layout[data-cd-type="cdTop"] .cd-topic-compo .block {
  margin-top: 0;
}
.cd-topic-compo .topic_title {
  display: inline-block;
}
.cd-topic-compo a .topic_title {
  color: #2b7bb2;
}
.cd-topic-compo a[class*="a-"] .topic_title > .title_label {
  margin-right: 10px;
}
.cd-topic-compo a:hover .topic_title {
  text-decoration: underline;
  color: #d7063b;
}
.cd-topic-compo a[class*="a-"]::after {
  display: none;
}
.cd-topic-compo a[class*="a-"] .topic_title::after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.cd-topic-compo a.a-blank .topic_title::after {
  width: 12px;
  height: 11px;
  margin-top: -3px;
  background: url(/common/images/com_icn05.png) no-repeat;
}
.cd-topic-compo a.a-pdf .topic_title::after {
  width: 15px;
  height: 16px;
  margin-top: -1px;
  background: url(/common/images/com_icn06.png) no-repeat;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.column-media::after,
.cd-topic-compo .topic_property::after {
	display: block;
	clear: both;
	content: "";
}


@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */
	.pc-hidden {
    display: block;
	}
  .sp-hidden{
    display: none;
  }
  #page-wrapper{
    overflow: visible;
  }
  #sp-menuTrigger{
    z-index:1000;
  }
	#contents > .voi{
		margin-top: 20px;
	}
  /* ------------------------------------------------------
   * list
  ------------------------------------------------------ */
  [class*="list-note"]{
    margin-top: 15px;
  }
  [class*="list-note"] > li{
    width: 100%;
		padding-left: 15px;
  }
	.list-note-order > li,
	.list-caption > li{
		padding-left: 25px;
	}
  /* ------------------------------------------------------
   * img
  ------------------------------------------------------ */
  .image-set img{
    max-width: 100%;
  }
	* + .image-set{
		margin-top: 20px;
	}
	/* ------------------------------------------------------
	 * link
	------------------------------------------------------ */
	.link-inline.a-blank::after{
		display: inline-block;
		margin: 5px 6px 0 6px;
	}
	
	[class*="link-text"] > li > .a-blank::after{
		display: inline-block;
		margin: 5px 0 0 5px;
	}
	.link-text-v3 > li > a::before{
		top: 4px;
	}
  /* ------------------------------------------------------
   * btn
  ------------------------------------------------------ */
  .link-button-v2{
    text-align: center;
  }
  * + .link-button-v2{
    margin-top: 20px;
  }
  .link-button-v2 > li > a{
    width: 100%;
    font-size: 107%;
  }
  
  /* ----- cd-contact-button ----- */
  .cd-contact-button {
    display: block;
    margin-top: 20px;
    padding: 0 15px;
  }
  .cd-contact-button > li {
    width: 100%;
  }
  .cd-contact-button > li > a {
    padding: 12px 15px 12px 43px;
    background: linear-gradient(rgba(208,0,64,1) 0%,rgba(183,0,32,1) 100%);
    font-size: 120%;
  }
  .cd-contact-button > li > a::before {
    left: 21px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background: url(/cd/images/cd_contact_ic01_sp.png) no-repeat;
    background-size: 18px auto;
  }
  .cd-contact-button > li > a > .link_label {
    margin-left: -30px;
  }
	
  /* ------------------------------------------------------
   * nav
  ------------------------------------------------------ */
  .main-nav{
    margin: 20px 18px;
  }
  .main-nav .nav_head{
    display: block;
  }
  .main-nav .nav_category{
    display: none;
    width: 100%;
  }
  .main-nav .nav_category > li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #444;
  }
  .main-nav .nav_category > li:last-child{
    border-bottom: none;
  }
  .main-nav .nav_head,
  .main-nav .nav_category > li > a,
  .main-nav .nav_category > li > span{
    padding: 15px 0;
    width: 100%;
    font-size: 116.6%;
  }
  .main-nav .nav_category > li > a,
  .main-nav .nav_category > li > span{
    height: auto;
  }
  .main-nav .nav_head{
    position: relative;
    background-color: #222;
  }
  .main-nav .nav_head > span{
    position: relative;
    display: block;
  }
  .main-nav .nav_head::before,
  .main-nav .nav_head > span::before,
  .main-nav .nav_head > span::after{
    position: absolute;
    content: "";
    top: 50%;
  }
  .main-nav .nav_head::before{
    right: 10px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background-color: #46a33f;
  }
  .main-nav .nav_head > span::before{
    right: 15px;
    margin-top: -1px;
    width: 14.5px;
    height: 2px;
    background-color: #fff;
  }
  .main-nav .nav_head > span::after{
    right: 21px;
    margin-top: -7px;
    width: 2px;
    height: 14.5px;
    background-color: #fff;
  }
  .main-nav .nav_head.open > span::after{
    content: none;
  }
  .main-nav .nav_category > li.current span {
    background-color: #46a33f;
  }
  .main-nav .nav_category > li:hover{
    background-color: #333;
  }
	.navOut{
		background-color: #f2f2f2;
	}
	.navOut,
	.navOut + .pageHead > .main-nav{
		position: inherit;
		top: 0;
	}
	.navOut.top-path {
		background-color: #fff;
	}
	/* ------------------------------------------------------
   * heading
  ------------------------------------------------------ */
	/* media-heading02 */ 
	.media-heading02{
		margin-top: 0;
		font-size: 175%;
	}
	.media-heading02 + *{
		margin-top: 14px;
	}
	.media-heading02::before, 
	.media-heading02::after{
		width: 60px;
	}
	.media-heading02::before {
    left: -15px;
	}
	.media-heading02::after {
    right: -15px;
	}
	/* heading-lv1 */
	.heading-lv1{
		padding: 25px 15px;
	}
	.heading-lv1 .heading_title{
		padding-bottom: 15px;
		font-size: 200%;
	}
	.heading-lv1 .heading_title::after{
		margin-left: -17px;
		width: 34px;
		height: 3px;
	}
	.heading-lv1 .heading_text{
		margin-top: 14px;
	}
	.heading-lv1.results{
		background: url("/cd/images/results_bg01_sp.jpg") no-repeat 50% 50% #111111;
		background-size: auto 100%;
	}
	.heading-lv1.voi{
		background: url("/cd/images/voi_bg01_sp.jpg") no-repeat 50% 50% #111111;
		background-size: auto 100%;
	}
	.heading-lv1.voi{
		background: url("/cd/images/dch_bg01_sp.jpg") no-repeat 50% 50% #111111;
		background-size: auto 100%;
	}
	/* heading-v2 */
	.heading-v2{
		margin-top: 20px;
	}
	section + section .heading-v2{
		margin-top: 45px;
	}
	.heading-v2 .heading_title{
		padding-bottom: 15px;
		font-size: 141.6%;
	}
	.heading-v2 .heading_title::before{
		width: 103px;
		height: 3px;
	}
	.heading-v2 .heading_title::after{
		height: 3px;
	}
	.heading-v2 + *{
		margin-top: 20px;
	}
	/* ------------------------------------------------------
   * text
  ------------------------------------------------------ */
	.text-catch{
		text-align: left;
		font-size: 150%;
		line-height: 1.4;
	}
	/* ------------------------------------------------------
   * column-media
  ------------------------------------------------------ */
	[data-row-sp="1"] > *{
		width: 100%;
	}
	.column-media, 
	.column-layout{
		margin-top: 15px;
	}
	.heading-v2 + .column-media, 
	.heading-v2 + .column-layout{
		margin-top: 20px;
	}
	.column-media[data-layout-sp="col"] > .column_image{
		float: none !important;
		margin: 0;
	}
	.column-media[data-layout-sp="col"] > .column_detail{
		margin-top: 15px;
	}
	.column-layout[data-row-sp="1"]{
		display: block;
	}
	.column-layout[data-row-sp] > .column_item{
		margin: 15px 0 0 0 !important;
	}
	.column-media[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
	}
	.column-media[data-layout-sp="col-reverse"] .column_image[data-image="right"]{
		margin: 15px 0 0 0;
	}
	.column-layout .image-set .image_inner {
		max-width: 100%;
	}
	.list-note + .column-layout{
		margin-top: 30px;
	}

	/* ------------------------------------------------------
   * img
  ------------------------------------------------------ */
	.image-set.sp-wid img{
		width: 80%;
	}
  /* ------------------------------------------------------
   * layout
  ------------------------------------------------------ */
  /*----- slider-layout -----*/
  .slick-slide img{
    width: 100%;
  }
  .slider-layout .slider_interface{
    margin: 0;
		width: auto;
    left: 15px;
    bottom: 15px;
  }
  .slider-layout .slider_interface .ui-btn {
    height: 18px;
  }
	.slider-layout .ui-startBtn,
	.slider-layout .ui-stopBtn{
		width: 50px;
    height: 18px;
		line-height: 2;
	}
  .slider-layout .ui-stopBtn::before{
    margin: -5px 0 0 -6px;
    height: 10px;
    border-width: 3px;
  }
  .slider-layout .ui-dots {
    margin-left: 25px;
  }
  .slider-layout .ui-dots .slick-dots button{
    width: 22px;
  }
  .slider-layout .ui-dots .slick-dots li + li{
    margin-left: 18px;
  }
	.slider_inner{
		height: auto;
	}
	.slider_inner img {
		position: inherit;
		left: auto;
		width: 100%;
		height: auto;
		margin-left: 0;
	}
  
  
  /*----- main-layout -----*/
  .main-layout{
    border: none;
    width: 100vw;
		margin: 0 0 0 calc(50% - 50vw);
  }
  * + .main-layout{
    margin-top: 40px;
  }
  .main_head,
  .main_detail{
    width: 100%;
  }
  .main_head{
    padding: 30px 18px; 
  }
  .main_head::before{
    top: 0;
  }
  .main-layout[data-head="left"] .main_head::before,
	.main-layout[data-head="right"] .main_head::before{
    left: 0;
		right: auto;
  }
  .main_heading02{
    font-size: 175%;
  }
  .main_heading02 .heading_sub{
		margin-top: 6px;
    font-size: 80%;
  }
  .main_head .head_lead{
    margin-top: 18px;
    font-size: 150%;
  }
  .main_detail{
    padding: 18px 18px 0;
  }
  .main_detail .image-set{
    margin-top: 18px;
  }
	
	/*----- head-layout -----*/
	.head-layout .head_img{
		height: auto;
	}
	.head-layout .head_img img {
    position: inherit;
    left: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
	}
	.head-layout .head_title {
    padding: 5px;
    margin: -10px 0 0 0;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #8e6924;
	}
	.head-layout .title_inner{
		padding: 15px 10px;
	}
	.head-layout .title_heading01{
		font-size: 200%;
	}
	.head-layout .title_lead{
		margin-top: 15px;
		text-align: left;
	}
	
	/*----- berlin-layout -----*/
	.berlin-layout-v1{
		padding: 30px 15px;
	}
	.berlin-layout-v2{
		padding: 30px 15px 40px;
		background: url("/cd/images/berlin_bg01_sp.jpg") no-repeat 0 0 #010100;
		background-size: 100% auto;
	}
	.berlin-layout-v1 > section, 
	.berlin-layout-v2 > section{
		max-width: 100%;
	}
	.berlin-layout-v2 .media-heading02::before, 
	.berlin-layout-v2 .media-heading02::after{
		width: 40px;
	}
	.berlin-layout-v2 .text-lead{
		margin-top: 15px !important;
		text-align: left;
		line-height: 1.4;
	}
	.berlin-layout-v2 .image-set img {
    box-shadow: 10px 10px 0px 0px #89631b;
	}
	.berlin-layout-v2 [data-row-sp="1"] > *{
		width: 95%;
	}
	.berlin-layout-v2 .column-layout[data-row-sp] > .column_item + .column_item{
		margin: 20px 0 0 0 !important;
	}
	.berlin-layout-v2 .link-text-v2{
		text-align: left;
	}
	
	/* ----- cd-main-layout ----- */
  .cd-main-layout {
    position: static;
  }
  .cd-main-layout > .cd_main_contact {
    position: static;
    left: inherit;
    bottom: inherit;
    width: 100%;
    margin-left: inherit;
  }
	 
  
  /* ------------------------------------------------------
   * box
  ------------------------------------------------------ */
	/* box-column-v1 */
  .box-column-v1{
		width: 100vw;
		margin: 40px 0 0 calc(50% - 50vw);
		padding: 25px 18px;
  }
  .box-column-v1 .box_heading03{
    font-size: 158.3%;
  }
	/* box-column-v2 */
	.box-column-v2{
		margin-top: 30px;
	}
	.box-column-v2 > section{
		padding: 30px 20px;
	}
	.box-column-v2 .column-media{
		margin-top: 15px;
	}
	.box-column-v2 > .column-media{
		margin-top: 20px;
	}
	.box-column-v2 .box_heading03{
		padding-bottom: 16px;
		font-size: 158.3%;
	}
	.box-column-v2 .column-media[data-layout-sp="col-reverse"]{
		margin-top: 10px;
	}
  .box-column-v2 .column-media[data-layout-sp="col-reverse"] .image-set .image_inner{
		text-align: left;
	}
	/* box-column-v3 */
	.box-column-v3{
		margin-top: 20px;
	}
	.box-column-v3 > section,
	.box-column-v3 .box_heading,
	.box-column-v3 .box_detail{
		display: block;
	}
	.box-column-v3 .box_heading{
		padding: 8px 15px 10px;
		width: 100%;
		font-size: 125%;
		text-align: left;
	}
	.box-column-v3 .box_detail{
		padding: 15px;
		width: 100%;
	}
	/* box-column-v4 */
	.box-column-v4{
		margin-top: 20px;
		padding: 15px;
	}
	.box-column-v4 + *{
		margin-top: 20px;
	}
	.box-column-v4 .heading_title{
		padding: 4px 0 4px 10px;
		font-size: 100%;
	}
	.box-column-v4 .heading_title::after{
		width: 3px;
	}
	.box-column-v4 .box_detail{
		margin-top: 15px;
	}
	.box-column-v4 .list-description dt{
		margin-right: 18px;
		padding: 8px 0 6px;
		width: 90px;
		height: 28px;
	}
	.box-column-v4 .list-description dt::after {
    right: -10px;
    border-left: 10px solid #46a33f;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
	}
	.box-column-v4 .list-description dd{
		padding-top: 2px;
		width: calc(100% - 108px);
	}
  
  /* ------------------------------------------------------
   * Component 
  ------------------------------------------------------ */
  /* ----- cd-info-layout ----- */
  .cd-info-layout {
    margin-top: 20px;
  }
  .cd-info-layout .tabBody {
    margin-top: 30px;
  }
  .cd-info-layout .cd-info_heading .heading_title {
    padding-bottom: 18px;
    font-size: 158.3%;
  }
  .cd-info-layout .cd-info_heading + .cd-info_detail {
    margin-top: 20px;
  }
  
  /* ----- cd-topic-compo ----- */
  .cd-topic-compo {
  }
  .cd-topic-compo .topic_article {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .cd-topic-compo .topic_article + .topic_article {
    margin-top: 15px;
  }
  .cd-topic-compo .topic_property {
  }
  .cd-topic-compo .topic_property > .topic_date {
    margin-right: 10px;
  }
  .cd-topic-compo .topic_property > .topic_category > .topic_icon {
    min-width: 78px;
    height: 15px;
    margin-right: 5px;
    line-height: 1.1;
  }
  .cd-topic-compo .block {
    margin-top: 5px;
    overflow: inherit;
  }
}

@media print {
	.berlin-layout-v1,
	.berlin-layout-v2 {
		width: 100%;
		min-width: 1320px;
		margin: 0 -60px;
		padding-right: 40px;
		padding-left: 40px;
	}
}
.no-aside {
    width: 100% !important;
}
  .col02.no-aside .col {
    width:48%;
  }
.col03.no-aside .col {
    width: 30%;
    height: 370px;
    margin: 36px 4% 0 0;
}
   .col03.no-aside .col:nth-of-type(3n).heading-box {
        margin: 36px 0 0 0 !important;
    }
.bsd_block {
  margin_top: 3em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.bsd_text-block {
  margin-top: 3em;
  margin-bottom: 2em;
}
.bsd_event {
  margin-top: 3em;
  margin-bottom: 2em;
}
  .bsd_event img.w100 {
    width:100%;
  }


h2.bsd_title_main {
	font-size: 4vw;
	text-align: center;
	line-height: 1.2;
        margin-bottom: 0.8em;
}
h2.bsd_title_sub {
	font-size: 3.6vw;
	text-align: center;
	line-height: 1.2;
        margin-bottom: 1em;
}

.bsd_flexbox1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 2% 0;
}
.bsd_flexbox2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 48px 2%;
	padding: 2% 0;
}
.bsd_flexbox3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 48px 2%;
	padding: 2% 0;
}
	.bsd_img {
		border-radius: 8px;
		overflow: hidden;
		text-align: center;
		margin: 1.5em;
	}
	.bsd_img img {
		position: relative;
		width: 70%;
		line-height: 1;
	}
	.bsd_flexele {
		position: relative;
		background: #fff;
		border: 2px solid #DADDE0;
		box-sizing: border-box;
		border-radius: 8px;
		flex-direction: row;
		overflow: hidden;
	}
		.bsd_flexele .bsd_flexele_head {
			border-bottom: 1px solid #DADDE0;
			background: url("../images/header_bg.jpg");
			background-size: cover;
		}
			.bsd_flexele_title {
				padding: 1.5em;
				font-weight: 700;
				font-size: 1.4em;
			}
			.bsd_flexele_title span {

			}
			.bsd_flexele_title span:before {
				content: "● ";
				color: #d7063b;
				margin-right: 0.5em;
			}
		.bsd_flexele .bsd_flexele_content {
			padding: 1.5em;
		}
		.bsd_flexele .bsd_flexele_content_wimg {
			margin: 1.5em;
			display: flex;
			gap: 48px 2%;
				flex-direction: row-reverse;
		}
			.bsd_flexel .bsd_flexele_content_wimge .bsd_flexele_sub {
				position: relative;
				flex: 3;
			}
				.bsd_flexele .bsd_flexele_content_wimg .bsd_flexele_sub:first-child {
					width: 75%;
				}
				.bsd_flexele .bsd_flexele_content_wimg .bsd_flexele_sub:last-child {
					width: 25%;
				}
				.bsd_flexele .bsd_flexele_content_wimg .bsd_flexele_sub img {
					position: relative;
					width: 100%;
				}
			.bsd_flexele_content p, .bsd_flexele_content_wimg p {
				color: #111;
				margin-bottom: 2em;
			}
	.bsd_flexbox1 .bsd_flexele {
		flex: 1;
		width: 100%;
	}
	.bsd_flexbox2 .bsd_flexele {
		width: 49%;
	}
		.bsd_flexbox2 .bsd_flexele .bsd_flexele_head {
		}

		.bsd_flexbox2 .bsd_flexele .bsd_flexele_content {
		}
	.bsd_flexbox3 .bsd_flexele {
		width: 32%;
	}
		.bsd_flexbox3 .bsd_flexele .bsd_flexele_head {
			border-bottom: none;
		}
		.bsd_flexbox3 .bsd_flexele .bsd_flexele_content {
		}
			.bsd_flexbox3 .bsd_flexele_content p {
			}
.bsd_text_notice {
    font-weight: 700;
    color: #ff0000;
}

.image_inner {

}

.col-box01	{
	border-radius: 8px;
	overflow: hidden;
}
	.col-box01 dt {
		font-size: 1.8em !important;
		line-height: 3 !important;
	}
h2.heading02 {
	border-radius: 8px;
	overflow:hidden;
}

.box-column-v3 {
	border-radius: 8px;
	overflow:hidden;
}
.borderradius {
	border-radius: 8px;
	overflow:hidden;
}

#hero_video {
    position: absolute;
    width: 390px;
}

@media print, screen and (min-width: 1220px) {
    #contentsContainer {
        width: 1220px;
    }
}

@media print, screen and (max-width: 1220px) {
    body {
        width:100%;
    min-width: 100%;
    }
    #contentsContainer {
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .col02.no-aside .col {
        width:100%;
    }
}

@media only screen and (max-width: 768px) {
	.bsd_flexbox, .bsd_flexbox2, .bsd_flexbox3, .bsd_flexele_content_wimg {
		flex-direction: column !important;
	}
		.bsd_flexele {
			width: 100% !important;
		}
		.bsd_flexele_content_wimg .bsd_flexele_sub {
			width: 100% !important;
		}
    .tableWrap .table01 th, .tableWrap .table01 td {
        white-space: normal;
    }
}
