@charset "UTF-8";

/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/

body {
	min-width: 1100px;
	margin: 0 auto;
}

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}


@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, 40px);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0px, 40px);
        opacity: 0;
    }
}

#top .text_scroll_top {
    display: block;
    text-align: center;
    text-shadow: 0px 0px 24px #555;
    color: #fff;
    margin-top: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
}
#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

section.report_intro {
    padding: 150px 0;
}

.report_intro_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.repot_intro_image {
    width: 28%;
}

.repot_intro_cap {
    width: 66%;
}

.repot_intro_cap h3 {
    font-size: 2.4rem;
    line-height: 40px;
    margin-bottom: 20px;
    color: #169ccd;
    font-weight: bold;
}

p.report_intro_text {
    line-height: 32px;
}

section.report_main {
    background: #169ccd;
    padding: 150px 0 50px;
}

.repot_main_inner {
    max-width: 1100px;
    margin: 0 auto;
}

h3.report_main_title {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    align-items: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

h3.report_main_title img {
    width: 26px;
    height: auto;
    margin-right: 14px;
}

.repot_sub_title {
    display: flex;
    justify-content: space-between;
    margin: 150px auto;
    position: relative;
}

.sub_title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: -17px;
    text-align: center;
}

.sub_title span {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    background: #169ccd;
    width: max-content;
    margin: 0 auto;
    padding: 0 20px;
}

span.sub_title_border {
    height: 1px;
    background: #fff;
    width: 50%;
}

.report_contents_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report_contents_head_even {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.report_contents_count_even {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
}

.report_contents_count {
    width: 30%;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    display: flex;
    margin-right: 5%;
}

.report_contents_icon {
    width: 25%;
}

.report_contents_count_name {
    color: #fff;
    font-weight: bold;
    margin-bottom: -9px;
    font-size: 1.8rem;
    line-height: 30px;
}

.report_contents_cap {
    width: 55%;
    padding: 40px;
    background: #26a3d1;
    position: relative;
    border-radius: 15px;
}

.report_contents_count_first {
    width: 30%;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    display: flex;
    margin-right: 0;
}

.report_contents_cap_first {
    width: 60%;
    padding: 40px;
    background: #26a3d1;
    position: relative;
    border-radius: 15px;
}

.report_contents_cap_first p {
    color: #fff;
    line-height: 28px;
}

.report_contents_cap_arrow {
    width: 30px;
    height: 30px;
    background: #26a3d1;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    left: -15px;
    transform: rotate(45deg);
}

.report_contents_cap_arrow_even {
    background: #26a3d1;
    width: 30px;
    height: 30px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    transform: rotate(45deg);
    right: -15px;
}

.report_contents_count_number {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.report_contents_count_number span {
    font-size: 5rem;
    color: #fff;
    margin-right: 5px;
}

.report_contents_count_text {
    width: 70%;
}

.report_contents_cap p {
    color: #fff;
    line-height: 28px;
}

.report_contents_cap p span {
    display: block;
    font-size: 2.4rem;
    font-family: 'Overpass', sans-serif;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

p.report_contents_bottom_text {
    text-align: center;
    margin: 60px 0;
    color: #fff;
    line-height: 31px;
}

.report_contents_question_title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.bar {
    background: rgba(255,255,255,0.3);
    height: 50px;
    max-width: 600px;
    margin: 30px auto 0;
    position: relative;
	overflow: hidden;
}

.bar span {
	background-image: url("../img/report/count_86.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px;
	width: 90.3%;
	height: 50px;
	position: absolute;
	background-color: #fff;
}

.report_contents_question_bar {
	position: relative;
	max-width: 600px;
	margin: auto;
}

.report_contents_question_bar:before {
    position: absolute;
    content: "0";
    display: block;
    top: -34px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    left: -5px;
}

.report_contents_question_bar:after {
    position: absolute;
    content: "100";
    display: block;
    right: -18px;
    top: -34px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.report_contents_question_title span {
    margin: 15px auto;
    display: block;
    width: 160px;
}

.position {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

span.position_sh {
    width: 55px;
    position: absolute;
    display: block;
    right: 4%;
    height: auto;
    top: -49px;
}

span.position_sh img {width: 100%;height: auto;}

span.position_bh {
    position: absolute;
    width: 90px;
    left: 13%;
}

span.position_bh img {
    width: 100%;
    height: auto;
}

span.position_lh {
    position: absolute;
    width: 122px;
    right: 4%;
    top: 25px;
}

span.position_lh img {
    width: 100%;
    height: auto;
}

p.report_ps {
    color: #fff;
    max-width: 600px;
    font-size: 1.2rem;
    margin: 20px auto 20px;
}

a.report_bottom_link {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 80px;
    width: max-content;
    font-size: 1.5rem;
    margin: 0 auto;
	background-image: url(../img/report/icon_arrow_white.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 6px;
    border-radius: 100px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.report_bottom_link:hover {
	background-color: rgba(255,255,255,0.3);
	transform: scale(1.05);
}

.report_contents {
    margin-bottom: 120px;
}

p.report_contents_bottom_title {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    padding: 0 60px;
    position: relative;
    width: max-content;
    font-weight: bold;
    margin: 70px auto 50px;
}

ul.report_contents_event_pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.report_contents_event_pic li {
    width: 22%;
    margin: 0 2% 50px;
}

ul.report_contents_hotels {
    display: flex;
    max-width: 750px;
    margin: 70px auto;
    justify-content: space-between;
}

ul.report_contents_hotels li {
    width: 46%;
}

ul.report_contents_hotels li h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Overpass', sans-serif;
}

.hotel_image {
    border: 1px solid #fff;
}

p.report_contents_bottom_title_knowhow {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
	position: relative;
	padding: 0 60px;
	width: max-content;
}


p.report_contents_bottom_title_knowhow:before {
    height: 1px;
    width: 50px;
    background: #fff;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(57deg);
}

p.report_contents_bottom_title_knowhow:after {
    height: 1px;
    width: 50px;
    background: #fff;
    content: "";
    top: 50%;
    display: block;
    transform: rotate(115deg);
    position: absolute;
    right: 0;
}

ul.report_contents_event_movies {
    display: flex;
    justify-content: space-between;
}

ul.report_contents_event_movies li {
    width: 23.5%;
}

ul.report_contents_event_movies li a {
    display: block;
    border: 1px solid #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.report_contents_event_movies li a:hover {
	transform: scale(1.04);
	background: rgba(255,255,255,0.3);
}

ul.report_contents_event_movies li a span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    justify-content: center;
    color: #fff;
    margin-top: 12px;
}

ul.report_contents_event_movies li a span img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

ul.media_list {
    display: flex;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
}

ul.media_list li img {width: auto;height: 30px;}

ul.media_list li {
    margin: 0 2%;
}

section.report_contact {
    padding: 100px 0;
    text-align: center;
}

.report_contact_inner p {
    color: #169ccd;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 35px;
    margin-bottom: 50px;
}

a.report_contact_link {
    display: block;
    text-align: center;
    color: #169ccd;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid;
    padding: 20px 80px;
    border-radius: 100px;
    background-image: url(../img/report/icon_arrow.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 6px;
    width: max-content;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.report_contact_link:hover {
	opacity: 0.5;
	transform: scale(1.05);
}

p.report_contents_bottom_title:before {
    height: 1px;
    width: 50px;
    background: #fff;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(57deg);
}

p.report_contents_bottom_title:after {
    height: 1px;
    width: 50px;
    background: #fff;
    content: "";
    top: 50%;
    display: block;
    transform: rotate(115deg);
    position: absolute;
    right: 0;
}


header.header_change {
    background: #111!important;
}

.trigger_small span {
    background: #fff!important;
}

header.header_change .wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}

footer {
    background: #111!important;
}

header .pl_language_swicher select {
    color: #fff;
    background-image: url(default/under_arrow_w.svg);
}
header.header_change .pl_language_swicher select {
    color: #fff;
    background-image: url(default/under_arrow_w.svg);
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
body {
	min-width: inherit;
}
	
    /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}
    .title_info {
        font-size: 28px;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
	
section.report_intro {
    padding: 40px 6%;
}

.report_intro_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.repot_intro_image {
    width: 53%;
    margin: 0 auto 24px;
}

.repot_intro_cap {
    width: 100%;
}

.repot_intro_cap h3 {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 17px;
    color: #169ccd;
    text-align: center;
    font-weight: bold;
}

p.report_intro_text {
    line-height: 24px;
    font-size: 1.2rem;
}

section.report_main {
    background: #169ccd;
    padding: 60px 0 1px;
}

.repot_main_inner {
    max-width: 1100px;
    margin: 0 auto;
}

h3.report_main_title {
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    align-items: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

h3.report_main_title img {
    width: 18px;
    height: auto;
    margin-right: 12px;
}

.repot_sub_title {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    position: relative;
}

.sub_title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: -12px;
    text-align: center;
}

.sub_title span {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    background: #169ccd;
    width: max-content;
    margin: 0px auto;
    padding: 0px 16px;
}

span.sub_title_border {
    height: 1px;
    background: #fff;
    width: 50%;
}

.report_contents_head {
    display: block;
    align-items: center;
    padding: 0 6%;
    justify-content: center;
}

.report_contents_head_even {
    display: block;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 6%;
    justify-content: center;
}

.report_contents_count_even {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
}

.report_contents_count {
    width: 100%;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    display: block;
    margin-right: 5%;
}

.report_contents_icon {
    width: 60px;
    margin: 0 auto 15px;
}

.report_contents_count_name {
    color: #fff;
    font-weight: bold;
    margin-bottom: -5px;
    font-size: 1.5rem;
    line-height: 24px;
}

.report_contents_cap {
    width: 100%;
    padding: 25px;
    background: #26a3d1;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
}

.report_contents_count_first {
    width: max-content;
    justify-content: center;
    color: #fff;
    align-items: center;
    display: block;
    margin: 0 auto 20px;
}

.report_contents_cap_first {
    width: 100%;
    padding: 25px;
    background: #26a3d1;
    position: relative;
    border-radius: 10px;
}

.report_contents_cap_first p {
    color: #fff;
    line-height: 25px;
    font-size: 1.2rem;
}

.report_contents_cap_arrow {
    width: 20px;
    height: 20px;
    background: #26a3d1;
    top: -10px;
    position: absolute;
    margin-left: -10px;
    margin-top: 0;
    left: 50%;
    transform: rotate(45deg);
}

.report_contents_cap_arrow_even {
    background: #26a3d1;
    width: 20px;
    height: 20px;
    top: 0px;
    margin-right: -10px;
    position: absolute;
    margin-top: -10px;
    transform: rotate(45deg);
    right: 50%;
}

.report_contents_count_number {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.report_contents_count_number span {
    font-size: 4rem;
    color: #fff;
    margin-right: 5px;
}

.report_contents_count_text {
    width: 100%;
    text-align: center;
}

.report_contents_cap p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
}

.report_contents_cap p span {
    display: block;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

p.report_contents_bottom_text {
    margin: 25px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: left;
    padding: 0 6%;
}

.report_contents_question_title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    line-height: 28px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 6%;
}

.bar {
    background: rgba(255,255,255,0.3);
    height: 40px;
    max-width: 600px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
}

.bar span {
	background-image: url("../img/report/count_86.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65px;
	width: 90.3%;
	height: 40px;
	position: absolute;
	background-color: #fff;
}

.report_contents_question_bar {
	position: relative;
	max-width: 88%;
	margin: auto;
}

.report_contents_question_bar:before {
    position: absolute;
    content: "0";
    display: block;
    top: -24px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    left: -3px;
}

.report_contents_question_bar:after {
    position: absolute;
    content: "100";
    display: block;
    right: -8px;
    top: -24px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}

.report_contents_question_title span {
    margin: 8px auto 15px;
    display: block;
    width: 120px;
}

.position {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

span.position_sh {
    width: 35px;
    position: absolute;
    display: block;
    right: 10%;
    height: auto;
    top: -30%;
}

span.position_sh img {width: 100%;height: auto;}

span.position_bh {
    position: absolute;
    width: 59px;
    left: 20%;
    top: -5%;
}

span.position_bh img {
    width: 100%;
    height: auto;
}

span.position_lh {
    position: absolute;
    width: 82px;
    right: 15.5%;
    top: 25%;
}

span.position_lh img {
    width: 100%;
    height: auto;
}

p.report_ps {
    color: #fff;
    font-size: 1rem;
    margin: 20px 0 20px;
    max-width: 100%;
}

a.report_bottom_link {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
    width: 88%;
    font-size: 1.25rem;
    margin: 0 auto;
    background-image: url(../img/report/icon_arrow_white.png);
    background-position: center right 22px;
    background-repeat: no-repeat;
    background-size: 6px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.report_bottom_link:hover {
	background-color: rgba(255,255,255,0.3);
	transform: scale(1.05);
}

.report_contents {
    margin-bottom: 60px;
}

p.report_contents_bottom_title {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 10%;
    position: relative;
    width: 90%;
    font-weight: bold;
    margin: 40px auto 25px;
}

ul.report_contents_event_pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.report_contents_event_pic li {
    width: 22%;
    margin: 0 2% 20px;
}

ul.report_contents_hotels {
    display: flex;
    max-width: 88%;
    margin: 30px auto;
    justify-content: space-between;
}

ul.report_contents_hotels li {
    width: 48%;
}

ul.report_contents_hotels li h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.hotel_image {
    border: 1px solid #fff;
}

p.report_contents_bottom_title_knowhow {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding: 0 10%;
    width: 88%;
}


p.report_contents_bottom_title_knowhow:before {
    height: 1px;
    width: 50px;
    background: #fff;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(57deg);
}

p.report_contents_bottom_title_knowhow:after {
    height: 1px;
    width: 50px;
    background: #fff;
    content: "";
    top: 50%;
    display: block;
    transform: rotate(115deg);
    position: absolute;
    right: 0;
}

ul.report_contents_event_movies {
    display: block;
    margin: 0 auto;
    width: 88%;
    flex-wrap: wrap;
    justify-content: center;
}

ul.report_contents_event_movies li {
    width: 100%;
    margin: 0 0 8px;
}

ul.report_contents_event_movies li a {
    display: block;
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 6px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.report_contents_event_movies li a:hover {
	transform: scale(1.04);
	background: rgba(255,255,255,0.3);
}

ul.report_contents_event_movies li a span {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    justify-content: center;
    color: #fff;
    margin-top: 7px;
}

ul.report_contents_event_movies li a span img {
    margin-right: 8px;
    width: 20px;
    height: auto;
}

ul.media_list {
    display: flex;
    padding: 5%;
    width: 88%;
    background: #fff;
    border-radius: 6px;
    flex-wrap: wrap;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
}

ul.media_list li img {width: auto;height: 30px;}

ul.media_list li {
    margin: 2% 6%;
}

section.report_contact {
    padding: 50px 6%;
    text-align: center;
}

.report_contact_inner p {
    color: #169ccd;
    font-weight: bold;
    text-align: left;
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 30px;
}

a.report_contact_link {
    display: block;
    text-align: center;
    color: #169ccd;
    font-weight: bold;
    font-size: 1.25rem;
    border: 1px solid;
    padding: 15px;
    border-radius: 100px;
    background-image: url(../img/report/icon_arrow.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.report_contact_link:hover {
	opacity: 0.5;
	transform: scale(1.05);
}

p.report_contents_bottom_title:before {
    height: 1px;
    width: 50px;
    background: #fff;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(57deg);
}

p.report_contents_bottom_title:after {
    height: 1px;
    width: 50px;
    background: #fff;
    content: "";
    top: 50%;
    display: block;
    transform: rotate(115deg);
    position: absolute;
    right: 0;
}

.report_contents_question_position {
    width: 88%;
    margin: 0 auto;
}

p.report_intro_text br {
    display: none;
}

ul.report_contents_event_movies li a br {
    display: none;
}

ul.media_list li img {
}

.report_contact_inner p br {
    display: none;
}
	header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}
}
