@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

/*
* base
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input[type=text], input[type=submit], input[type=password] {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table th {
	border: solid 1px #f1f1f1;
	background-color: #e1e1e1;
	padding: 10px 25px;
	text-align: left;
}

table td {
	border: solid 1px #e1e1e1;
	padding: 10px 25px;
	text-align: left;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #333;
}

h2 {
	font-size: 1.25rem;
}
h2.center {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #e1e1e1;
}

input[type="button"] {
	-webkit-appearance: none;
}

input {
	-webkit-border-radius: 0;
	border: 0;
}

input[type="submit"] {
	-webkit-border-radius: 0;
	-apple-border-radius: 0;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #666;
	color: #fff;
}

/* sp */
body.set_smp table {
	width: 100%;
}

body.set_smp table th,
body.set_smp table td {
	padding: 10px 15px;
}



/*
* rayout
*/
body {
	display: none;
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	color: #545454;
	font-family: "メイリオ", sans-serif;
}

body.set_pc {
	display: block;
	text-align: center;
}

body.set_pc .smp {
	display: none !important;
}

.contents_wrap {
	width: 950px;
	margin: 0px auto 0;
	padding-top: 25px;
	text-align: left;
}

.contents_block {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.contents_block.w750 {
	width: 750px;
	margin: 0 auto 50px;
	text-align: left;
}

.separete_col2 .left {
	width: 320px;
	margin-right: 50px;
}

.separete_col2 .right {
	width: 320px;
}

/* sp */
body.set_smp {
	display: block;
	width: 100%;
}

body.set_smp * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body.set_smp .pc {
	display: none !important;
}

body.set_smp .contents_wrap {
	width: 100%;
	margin: 0px;
	padding-top: 0px;
}

body.set_smp .sp_block {
	display: block;
}

body.set_smp .sp_block * {
	display: block;
}

body.set_smp .sp_block a {
	display: inline;
}

body.set_smp .sp_block th {
	border: none;
}

body.set_smp #popupmenu {
	width: 100%;
	display: none;
}

body.set_smp .contents_block {
	width: 100% !important;
	padding: 20px;
	margin-bottom: 10px;
}

body.set_smp .contents_block img {
	width: 100%;
}

body.set_smp .separete_col2 .left {
	width: 100%;
	margin-right: 0px;
}

body.set_smp .separete_col2 .right {
	width: 100%;
}


/*
* clearfix
*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix > * {
	float: left;
}


/*
* common
*/
.p0 { padding: 0px;}
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb75 { margin-bottom: 75px !important;}
.mb100 { margin-bottom: 100px !important;}
.mr0 { margin-right: 0px !important;}

.p100 {
	margin: 0 auto;
	width: 750px;
}
.p50 {
	margin: 0 auto;
	width: 850px;
}

.font_large {
	font-size: 1rem;
	line-height: 22px;
}

.font_medium {
	font-size: 0.875rem;
	line-height: 24px;
}

.font_small {
	font-size: 0.75rem;
	line-height: 16px;
}

.font_small_x {
	font-size: 0.688rem;
	line-height: 14px;
}

.dp_b { display: block !important;}
.none { display: none;}

.ta_l, .align_left { text-align: left !important;}

.brder_none {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}
.brder_right_none { border-right: none !important;}

.bg_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_img span {
	display: none;
}

.bg_gray {
	background-color: #888080;
	color: #fff;
}

.bg_blue {
	background-color: #0b318f;
	color: #fff;
}

.bg_lightblue {
	background-color: #5a69d7;
	color: #fff;
}

.bg_pink {
	background-color: #f681a5;
	color: #fff;
}

.bg_green {
	background-color: #30b860;
	color: #fff;
}

.bg_orange {
	background-color: #ef7431;
	color: #fff;
}

.bg_yellow {
	background-color: #fcc800;
	color: #fff;
}

.bg_purple {
	background-color: #c37ce1;
	color: #fff;
}

.explanation_rule {
	margin-bottom: 15px;
	font-size: 1.25rem;
}

.ellip {
	display: block;
	height: 100%;
	width: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

/* sp */
body.set_smp .pc_p30 {
	padding: 0 !important;
}

body.set_smp .pc_p30 a {
	display: inline !important;
}

body.set_smp .bg_gray {
	background-color: #ffffff;
}
body.set_smp .bg_gray .arrow_box {
	background-color: #888080 !important;
}

body.set_smp .bg_blue {
	background-color: #ffffff;
}
body.set_smp .bg_blue .arrow_box {
	background-color: #0b318f !important;
}

body.set_smp .bg_lightblue {
	background-color: #ffffff;
}
body.set_smp .bg_lightblue .arrow_box {
	background-color: #5a69d7 !important;
}

body.set_smp .bg_pink {
	background-color: #ffffff;
}
body.set_smp .bg_pink .arrow_box {
	background-color: #f681a5 !important;
}

body.set_smp .bg_green {
	background-color: #ffffff;
}
body.set_smp .bg_green .arrow_box {
	background-color: #30b860 !important;
}

body.set_smp .bg_orange {
	background-color: #ffffff;
}
body.set_smp .bg_orange .arrow_box {
	background-color: #ef7431 !important;
}

body.set_smp .bg_yellow {
	background-color: #ffffff;
}
body.set_smp .bg_yellow .arrow_box {
	background-color: #fcc800 !important;
}

body.set_smp .bg_purple {
	background-color: #ffffff;
}
body.set_smp .bg_purple .arrow_box {
	background-color: #c37ce1 !important;
}

body.set_smp .ccode {
	padding: 20px;
}

body.set_smp .ccode .subtitle {
	text-align: center;
}


/*
* common_module:title
*/
.title {
	font-size: 2rem;
}

.subtitle {
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.title_space {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 25px;
	text-align: center;
}

.title_space.w750,
.title_space .wrap.w750 {
	width: 750px;
	margin: 0 auto 25px;
	text-align: left;
}

.title_space h1 {
	text-align: left;
}

.title_space .title {
	margin-bottom: 25px;
	text-align: left;
}

.white_space .title.text .sub,
.title_space .sub {
	display: block !important;
	margin-bottom: 10px !important;
	font-size: 1rem !important;
}

.white_space .title.text .sub_2,
.title_space .sub_2 {
	display: block !important;
	margin-bottom: 15px !important;
	font-size: 0.875rem !important;
}

/* sp */
body.set_smp .title {
	font-size: 1.25rem;
}

body.set_smp .title_space {
	width: 100% !important;
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 0px;
}

body.set_smp .title_space p {
	text-align: center;
	font-size: 0.75rem;
}

body.set_smp .title_space .wrap {
	width: 100% !important;
	margin-bottom: 0px;
}

body.set_smp .title_space .title {
	margin-bottom: 0px;
	font-size: 1rem;
	line-height: 22px;
	text-align: center;
}

body.set_smp .white_space .title.text .sub,
body.set_smp .title_space .sub {
	font-size: 0.75rem !important;
	line-height: 12px !important;
}

body.set_smp .white_space .title.text .sub_2,
body.set_smp .title_space .sub_2 {
	font-size: 0.875rem !important;
	line-height: 12px !important;
}

body.set_smp .title_center {
	text-align: center;
}


/*
* common_module:sns
*/
.sns_block_bottom ul {
	display: block;
	width: 270px;
	margin: 0 auto;
}

/* sp */
body.set_smp .sns_block {
	background-color: #808080;
	padding: 15px;
}

body.set_smp .sns_block li {
	margin-right: 10px;
}

body.set_smp .sns_block li:last-child {
	margin-right: 0px;
}


/*
* common_module:list_tree
*/
.list_tree {
	padding: 0px 0 25px;
	font-size: 0.875rem;
}

.list_tree a {
	text-decoration: none;
	color: #545454;
	display: inline-block;
	padding-right: 20px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black.png);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

.list_tree .parent {
	font-size: 1.125rem;
	line-height: 24px;
	margin-right: 25px;
	margin-left: 25px;
}

.list_tree .child {
	padding: 0px 0px 0px;
	width: 700px;
}

.list_tree .child ul {
	padding-top: 0px;
	padding-left: 25px;
	border-left: solid 1px #e1e1e1;
}

.list_tree .child li {
	margin-bottom: 10px;
	font-size: 0.875rem;
	line-height: 20px;
}


/*
* common_module:callender_list
*/
.callender_list {
	padding: 45px 0 25px;
	font-size: 0.875rem;
	width: 770px;
	float: right;
}

.callender_list .date {
	width: 135px;
	margin-right: 20px;
	margin-left: 20px;
	zoom: 1;
}

.callender_list .date:after {
	content: "";
	display: block;
	clear: both;
}

.callender_list .month {
	text-align: right;
}

.callender_list .yeah {
	float: right;
}

.callender_list .list {
	padding: 10px 0px 25px;
	width: 595px;
}

.callender_list .list ul {
	padding-top: 2px;
	padding-left: 25px;
	border-left: solid 1px #e1e1e1;
}

.callender_list .list li {
	margin-bottom: 25px;
	font-size: 0.875rem;
	line-height: 20px;
}

.callender_list .link_next {
	margin-left: 0px !important;
}

.callender_list .link_prev {
	margin-right: 0px !important;
}

/* sp */
body.set_smp .callender_list {
	float: right;
	width: 100%;
	padding: 2px 0px 0px 0px;
	font-size: 0.875rem;
}

body.set_smp .callender_list .date {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

body.set_smp .callender_list .month {
	text-align: right;
}

body.set_smp .callender_list .yeah {
	float: none;
	width: 60px;
	text-align: right;
}

body.set_smp .callender_list .list {
	float: none;
	width: auto;
	margin-left: 80px;
	padding: 0px 10px 0px 0px;
}

body.set_smp .callender_list .list ul {
	padding-top: 2px;
	padding-left: 25px;
	border-left: solid 1px #e1e1e1;
}

body.set_smp .callender_list .list li {
	margin-bottom: 25px;
	font-size: 0.875rem;
	line-height: 18px;
}


/*
* common_module:redicon_list
*/
.redicon_list {
	width: 100%;
	margin-bottom: 25px;
}

.redicon_list .title {
	padding-left: 20px;
	font-size: 1rem !important;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_square_red.png) no-repeat left 2px;
	border-bottom: solid 1px #cacaca;
	padding-bottom: 10px;
}

.redicon_list ul {
	padding: 10px;
}

.redicon_list ul li {
	padding-left: 10px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon-minus.png) no-repeat left 10px;
	margin-bottom: 5px;
	font-size: 0.75rem;
	line-height: 22px;
}

/* sp */
body.set_smp .redicon_list {
	width: 100%;
	margin-bottom: 0px;
}

body.set_smp .redicon_list .title{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	border-bottom: solid 1px #fff !important;
	background-color: #f1f1f1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 0.75rem !important;
	text-align: left !important;
}

body.set_smp .redicon_list .title a {
	display: block;
	width: auto;
	padding: 18px;
	text-decoration: none;
	color: #545454;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black_padding.png) no-repeat right center;
	background-size: 24px;
}

body.set_smp .redicon_list ul {
	display: none;
}


/*
* common_module:link_prev + next
*/
.link_prev {
	vertical-align: middle;
	margin-right: 15px;
}

.link_prev.small a {
	float: right;
	display: block;
	position: relative;
	padding: 15px 15px;
	color: #545454;
	font-size: 0.75rem;
	text-decoration: none;
	background-color: #efefef;
	text-align: right;
}

.link_prev.small a i {
	display: none !important;
}

.link_prev.small a span {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png);
	background-repeat: no-repeat;
	background-size: 7px 10px;
	background-position: center right;
	padding-right: 20px;
	display: block;
}

.link_prev.small a .img {
	width: 15px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: -15px;
	background-position: top left;
	background-size: 15px 42px;
	background-repeat: no-repeat;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray.jpg);
}

.link_next {
	vertical-align: middle;
}

.link_next.small {
	float: left;
	margin-left: 15px;
}

.link_next.small a {
	float: left;
	display: block;
	position: relative;
	padding: 15px 15px;
	color: #545454;
	font-size: 0.75rem;
	text-decoration: none;
	background-color: #efefef;
}

.link_next.small a i {
	display: none !important;
}

.link_next.small a span {
	display: block;
	padding-left: 20px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png);
	background-repeat: no-repeat;
	background-size: 7px 10px;
	background-position: center left;
}

.link_next.small a .img {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 15px;
	height: 42px;
	background-position: top left;
	background-size: 15px 42px;
	background-repeat: no-repeat;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray.jpg);
}

/* sp */
body.set_smp .link_prev {
	width: 50%;
}

body.set_smp .link_prev.small a {
	float: right;
	display: block;
	position: relative;
	width: 100%;
	padding: 22px 15px;
	color: #545454;
	font-size: 0.75rem;
	text-decoration: none;
	background-color: #efefef;
	text-align: right;
}

body.set_smp .link_prev.small a .img {
	display: none;
	width: 15px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 130px;
	background-position: top left;
	background-size: 15px 32px;
	background-repeat: no-repeat;
}

body.set_smp .link_next {
	width: 50%;
	border-right: solid 2px #fff;
}

body.set_smp .link_next.small a {
	float: right;
	display: block;
	position: relative;
	width: 100%;
	padding: 22px 15px;
	color: #545454;
	font-size: 0.75rem;
	text-decoration: none;
	background-color: #efefef;
}

body.set_smp .link_next.small a .img {
	display: none;
	width: 15px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: -15px;
	background-position: top left;
	background-size: 15px 32px;
	background-repeat: no-repeat;
}


/*
* common_module:text_link
*/
.text_link {
	margin-left: 5px;
	margin-bottom: 10px;
}

.text_link a {
	color: #545454;
	outline: none;
	margin-left: 1px;
	display: block;
	float: left;
	padding-right: 12px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png);
	background-position: right 6px;
	background-repeat: no-repeat;
	margin-right: 8px;
}

/* sp */
body.set_smp .text_link {
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
}
body.set_smp .text_link a {
	color: #545454;
	outline: none;
	margin-left: 1px;
	display: block;
	float: left;
	width: 90px;
	margin: 0 auto;
	padding-right: 12px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png);
	background-position: right 6px;
	background-repeat: no-repeat;
}


/*
* common_module:link_arrow_block
*/
.link_arrow_block {
	border-top: solid 1px #e1e1e1;
	padding: 25px 0 0;
}
.link_arrow_block .link_prev {
	float: right;
}

/* sp */
body.set_smp .link_arrow_block {
	border-top: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	padding: 0px 0 0;
	margin-bottom: 20px;
}

body.set_smp .link_arrow_block .link_prev {
	float: right;
}


/*
* common_module:link_style_block
*/
.link_style_block a {
	display: block;
	padding: 10px 25px;
	margin-right: 1px;
	text-decoration: none;
	color: #545454;
	background-color: #e1e1e1;
}
.link_style_block a:hover,
.link_style_block a.current {
	color: #fff;
	background-color: #545454;
}


/*
* common_module:profile_box
*/
.profile_box {
	width: 100%;
}

.profile_box .guest {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.profile_box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}

.profile_box .img img {
	max-width: 100%;
	max-height: 100%;
}

.profile_box .text {
	position: relative;
	top: 0;
	right: 0;
	float: none;
	overflow: hidden;
	margin-left: 145px;
	margin-right: 0px;
}

/* sp */
body.set_smp .profile_box .img {
	width: 80px;
}

body.set_smp .profile_box .img img {
	max-width: 100%;
	max-height: 100%;
}

body.set_smp .profile_box .text {
	float: none;
	overflow: hidden;
	margin-left: 90px;
	margin-right: 0px;
	padding: 0px;
	font-size: 0.75rem;
	line-height: 22px;
}

body.set_smp .profile_box .text .subtitle {
	font-size: 1rem !important;
	margin-bottom: 5px !important;
}


/*
* common_module:panel-col3
*/
#panel_area_col3 {
	margin-bottom: 50px;
}

#panel_area_col3 ul {
	zoom: 1;
}

#panel_area_col3 ul:after {
	content: "";
	display: block;
	clear: both;
}

#panel_area_col3 ul > * {
	float: left;
}

#panel_area_col3 li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
}

#panel_area_col3 li a {
	text-decoration: none;
	color: #fff;
}

#panel_area_col3 li .contents_img {
	width: 313px;
	height: 130px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#panel_area_col3 li .contents_status {
	width: 313px;
	height: 126px;
}

#panel_area_col3 li .contents_status .title {
	padding: 15px 25px 10px;
	font-size: 1.125rem;
}

#panel_area_col3 li .contents_status .description {
	font-size: 0.75rem;
	line-height: 18px;
	padding: 0px 25px 10px;
}

#panel_area_col3 li:nth-child(3n) {
	margin-right: 0px;
}

#panel_area_col3 .contents_panel .title {
	margin-bottom: 0px;
}

#panel_area_col3 .contents_panel li:hover {
	opacity: 0.8;
}

#panel_area_col3 .contents_panel .panel_3 {
	margin-right: 0px;
}

#panel_area_col3 .contents_panel .panel_6 {
	margin-right: 0px;
}

#panel_area_col3 .contents_panel .panel_9 {
	margin-right: 0px;
}

#panel_area_col3.no_panel li {
	margin-right: 25px;
	margin-bottom: 50px;
	color: #545454;
}

#panel_area_col3.no_panel li:nth-child(3n) {
	margin-right: 0px;
}

#panel_area_col3.no_panel li:nth-child(3n+1) {
	clear: both;
}

#panel_area_col3.no_panel .contents_img {
	width: 296px;
	margin-bottom: 10px;
	border: solid 1px #cacaca;
}

#panel_area_col3.no_panel .contents_status {
	width: 298px;
	height: auto;
	background-color: #fff;
	color: #545454;
	font-size: 0.75rem;
}

#panel_area_col3.no_panel .contents_status .category {
	font-size: 0.688rem;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 5px 6px;
	border-bottom: solid 1px #e1e1e1;
	color: #808080;
}

#panel_area_col3.no_panel .contents_status .title {
	font-size: 0.75rem;
	line-height: 22px;
	padding: 4px 15px 5px;
}

#panel_area_col3.no_panel.sp_vertical .contents_panel li {
	margin-bottom: 50px;
}

#panel_area_col3.no_panel.sp_vertical .contents_panel li:hover {
	opacity: 1;
}

#panel_area_col3.no_panel.sp_vertical .contents_panel .contents_img {
	height: 170px;
	text-align: center;
	border: none;
	margin-bottom: 25px;
}

/* sp */
body.set_smp #panel_area_col3 .contents_panel li {
	width: 100%;
	border-bottom: solid 1px #cacaca;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.set_smp #panel_area_col3 .contents_panel li a {
	height: 95px;
	color: #545454;
	display: block;
}

body.set_smp #panel_area_col3 .contents_panel li a .contents_img {
	padding: 0;
	width: 91px;
	height: 95px;
	float: left;
	background-size: 75px 75px;
}

body.set_smp #panel_area_col3 .contents_panel li a .contents_status {
	height: auto;
	color: #545454;
	float: none;
	width: auto;
}

body.set_smp #panel_area_col3 .contents_panel li a > * {
	float: left;
}

body.set_smp #panel_area_col3 .contents_panel li a:after {
	content: "";
	display: block;
	clear: both;
}

body.set_smp #panel_area_col3 .contents_panel li .arrow_box {
	float: right;
	height: 95px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_white.png) no-repeat center center;
	background-size: 8px;
}

body.set_smp #panel_area_col3 .contents_panel li .contents_status {
	margin-left: 95px;
	padding: 0px;
	width: auto;
	background-color: transparent;
}

body.set_smp #panel_area_col3 .contents_panel li .contents_status p {
	margin-right: 30px;
	width: auto;
}

body.set_smp #panel_area_col3 .contents_panel li .contents_status h2.title {
	margin-right: 30px;
	padding: 10px 0px 10px;
	font-size: 0.875rem;
	margin-bottom: 0px;
}

body.set_smp #panel_area_col3 .contents_panel li .contents_status p.description {
	font-size: 0.563rem;
	line-height: 15px;
	padding: 0px 0px;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_gray {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_gray .arrow_box {
	width: 20px;
	background-color: #888080;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_blue {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_blue .arrow_box {
	width: 20px;
	background-color: #0b318f;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_lightblue {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_lightblue .arrow_box {
	width: 20px;
	background-color: #5a69d7;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_pink {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_pink .arrow_box {
	width: 20px;
	background-color: #f681a5;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_green {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_green .arrow_box {
	width: 20px;
	background-color: #30b860;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_orange {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_orange .arrow_box {
	width: 20px;
	background-color: #ef7431;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_yellow {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_yellow .arrow_box {
	width: 20px;
	background-color: #fcc800;
}

body.set_smp #panel_area_col3 .contents_panel li .bg_purple {
	background-color: #ffffff;
}
body.set_smp #panel_area_col3 .contents_panel li .bg_purple .arrow_box {
	width: 20px;
	background-color: #c37ce1;
}

body.set_smp #panel_area_col3 .contents_panel .panel_1 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_01_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_2 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_02_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_3 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_03_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_4 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_04_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_5 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_05_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_6 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_06_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_7 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_07_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_8 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_08_smp.jpg) !important;
}
body.set_smp #panel_area_col3 .contents_panel .panel_9 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_09_smp.jpg) !important;
}

body.set_smp #panel_area_col3.no_panel .contents_img {
	margin-bottom: 0px;
	border: none;
}

body.set_smp #panel_area_col3.no_panel .category {
	padding: 7px 0px 7px;
	font-size: 0.563rem;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	border-bottom: none;
}

body.set_smp #panel_area_col3.no_panel .title {
	font-size: 0.875rem !important;
	line-height: 18px;
	padding: 0px 0px !important;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical {
	text-align: center;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel li {
	border-bottom: none;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel a {
	height: auto;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel img {
	width: auto;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel .contents_img {
	width: auto;
	float: none;
	margin: 0 auto;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel .contents_status {
	text-align: center;
	margin-left: 0px;
	height: auto;
	float: none;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel .contents_status p {
	margin: 0 auto;
}

body.set_smp #panel_area_col3.no_panel.sp_vertical .contents_panel .arrow_box {
	display: none;
}



/*
* common_module:panel-col2
*/
#panel_area_col2 {
	margin-bottom: 50px;
}

#panel_area_col2 ul {
	zoom: 1;
}

#panel_area_col2 ul:after {
	content: "";
	display: block;
	clear: both;
}

#panel_area_col2 ul > * {
	float: left;
}

#panel_area_col2 .new img {
	width: 60px;
	margin-bottom: 6px;
}

#panel_area_col2 li {
	float: left;
	width: 465px;
	margin: 0px 20px 20px 0px;
	color: #fff;
}

#panel_area_col2 li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#panel_area_col2 li .contents_img {
	float: right;
	width: 305px;
	height: 200px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#panel_area_col2 li.new .contents_status {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_new.jpg);
	background-repeat: no-repeat;
	background-position: left 135px;
}

#panel_area_col2 li .contents_status {
	float: left;
	width: 160px;
	height: 200px;
}

#panel_area_col2 li .contents_status .category {
	padding: 15px 0px 10px;
	margin: 0 20px 0;
	border-bottom: solid 1px #fefefe;
	margin-bottom: 10px;
	font-size: 0.688rem;
	line-height: 1.2;
}

#panel_area_col2 li .contents_status .title {
	font-size: 0.875rem;
	line-height: 22px;
	padding: 0px 20px 10px;
}

#panel_area_col2 li:nth-child(2n) {
	margin: 0px 0px 20px 0px;
}

#panel_area_col2 li.even {
	margin: 0px 0px 20px 0px;
}

#panel_area_col2 .contents_panel li:hover {
	opacity: 0.8;
}

#panel_area_col2.no_panel {
	border-top: solid 1px #e1e1e1;
	width: 750px;
	padding: 40px 100px 40px;
	margin: 0 auto;
}

#panel_area_col2.no_panel li {
	width: 362px;
	margin-right: 25px;
	margin-bottom: 50px;
	color: #545454;
}

#panel_area_col2.no_panel li a {
	display: inline-block;
}

#panel_area_col2.no_panel li:nth-child(2n) {
	margin-right: 0px;
}

#panel_area_col2.no_panel li:nth-child(2n+1) {
	clear: both;
}

#panel_area_col2.no_panel .contents_img {
	width: 362px;
	height: 150px;
	margin-bottom: 10px;
	border: solid 1px #cacaca;
	float: left;
}

#panel_area_col2.no_panel .contents_status {
	width: 365px;
	height: auto;
	background-color: #fff;
	color: #545454;
	font-size: 0.75rem;
}

#panel_area_col2.no_panel .contents_status .category {
	font-size: 1.25rem;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 5px 6px;
	border-bottom: solid 1px #e1e1e1;
	color: #555;
}

#panel_area_col2.no_panel .contents_status .title {
	font-size: 0.75rem;
	line-height: 22px;
	padding: 4px 15px 5px;
}

#panel_area_col2.no_panel.sp_vertical .contents_panel li {
	margin-bottom: 50px;
}

#panel_area_col2.no_panel.sp_vertical .contents_panel li:hover {
	opacity: 1;
}

#panel_area_col2.no_panel.sp_vertical .contents_panel .contents_img {
	height: 170px;
	text-align: center;
	border: none;
	margin-bottom: 25px;
}

/* sp */
body.set_smp #panel_area_col2 {
	margin-bottom: 0px;
}

body.set_smp #panel_area_col2 .new {
	border-bottom: solid 1px #e1e1e1;
}

body.set_smp #panel_area_col2 .new img {
	margin-bottom: 0px;
}

body.set_smp #panel_area_col2 .contents_panel li {
	width: 100%;
	border-bottom: solid 1px #cacaca;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.set_smp #panel_area_col2 .contents_panel li a {
	display: block;
	height: 95px;
	color: #545454;
}

body.set_smp #panel_area_col2 .contents_panel li a .contents_img {
	float: left;
	width: 91px;
	height: 95px;
	padding: 0;
	background-size: 75px 75px;
}

body.set_smp #panel_area_col2 .contents_panel li a .contents_status {
	height: auto;
	color: #545454;
	float: none;
	width: auto;
}

body.set_smp #panel_area_col2 .contents_panel li a > * {
	float: left;
}

body.set_smp #panel_area_col2 .contents_panel li a:after {
	content: "";
	display: block;
	clear: both;
}

body.set_smp #panel_area_col2 .contents_panel li .arrow_box {
	float: right;
	height: 95px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_white.png) no-repeat center center;
	background-size: 8px;
}
body.set_smp #panel_area_col2 .contents_panel li .contents_status {
	margin-left: 95px;
	padding: 0px;
	width: auto;
	background-color: transparent;
}

body.set_smp #panel_area_col2 .contents_panel li .contents_status p {
	margin-right: 30px;
	width: auto;
}

body.set_smp #panel_area_col2 .contents_panel li .contents_status p.category {
	padding: 10px 0px 10px;
	font-size: 0.563rem;
	margin-bottom: 10px;
	margin: 0px;
}

body.set_smp #panel_area_col2 .contents_panel li .contents_status p.title {
	font-size: 0.875rem;
	line-height: 18px;
	padding: 0px 0px;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_gray {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_gray .arrow_box {
	width: 20px;
	background-color: #888080;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_blue {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_blue .arrow_box {
	width: 20px;
	background-color: #0b318f;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_lightblue {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_lightblue .arrow_box {
	width: 20px;
	background-color: #5a69d7;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_pink {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_pink .arrow_box {
	width: 20px;
	background-color: #f681a5;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_green {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_green .arrow_box {
	width: 20px;
	background-color: #30b860;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_orange {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_orange .arrow_box {
	width: 20px;
	background-color: #ef7431;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_yellow {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_yellow .arrow_box {
	width: 20px;
	background-color: #fcc800;
}

body.set_smp #panel_area_col2 .contents_panel li .bg_purple {
	background-color: #ffffff;
}
body.set_smp #panel_area_col2 .contents_panel li .bg_purple .arrow_box {
	width: 20px;
	background-color: #c37ce1;
}

body.set_smp #panel_area_col2.no_panel {
	padding: 0px;
	width: auto;
}

body.set_smp #panel_area_col2.no_panel .iso_26000 .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/policy/img_iso26000_smp.png) !important;
}

body.set_smp #panel_area_col2.no_panel .csr_movie .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/policy/img_csr_movie_smp.png) !important;
}

body.set_smp #panel_area_col2.no_panel .policy .contents_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_02_smp.jpg) !important;
}

body.set_smp #panel_area_col2.no_panel .contents_img {
	margin-bottom: 0px;
	border: none;
}

body.set_smp #panel_area_col2.no_panel.contents_box .category {
	padding: 10px 0px 5px !important;
	font-size: 0.875rem !important;
	margin-bottom: 0px !important;
}

body.set_smp #panel_area_col2.no_panel.contents_box .title {
	font-size: 0.563rem !important;
	line-height: 15px !important;
	padding: 0px 0px !important;
}

body.set_smp #panel_area_col2.no_panel.contents_box .description {
	font-size: 0.563rem;
	line-height: 15px;
	padding: 0px 0px;
}

body.set_smp #panel_area_col2.no_panel .category {
	padding: 7px 0px 7px;
	font-size: 0.563rem;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	border-bottom: none;
}

body.set_smp #panel_area_col2.no_panel .title {
	font-size: 0.875rem !important;
	line-height: 18px;
	padding: 0px 0px !important;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical {
	text-align: center;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel li {
	border-bottom: none;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel a {
	height: auto;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel img {
	width: auto;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel .contents_img {
	width: auto;
	float: none;
	margin: 0 auto;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel .contents_status {
	text-align: center;
	margin-left: 0px;
	height: auto;
	float: none;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel .contents_status p {
	margin: 0 auto;
}

body.set_smp #panel_area_col2.no_panel.sp_vertical .contents_panel .arrow_box {
	display: none;
}


/*
* scriptoff
*/
.script_off {
	margin: 0 auto;
	width: 898px;
	padding: 25px;
	border: solid 1px #545454;
	font-size: 0.875rem;
	margin-bottom: 25px;
}


/*
* header
*/
.header {
	width: 950px;
	margin: 0 auto 0px;
}
.header:before,
.header:after {
	content: "";
	display: table;
}
.header:after {
	clear: both;
}

body#top .header h1,
.header .head_logo {
	float: left;
	width: 170px;
	height: 85px;
	background-color: #c00;
}

.header .head_logo a {
	width: 100%;
	height: 100%;
}

.header h1 img,
.header .head_logo img {
	width: 170px;
	height: 85px;
}

.header .right {
	float: right;
	width: 754px;
}
.header .right .top {
	padding: 15px 0;
}
.header .right .top .wrap {
	float: right;
}
.header .right .top .sns {
	float: left;
	padding-top: 5px;
}
.header .right .top .sns li {
	float: left;
	margin-right: 10px;
}
.header .right .top .sns li a {
	color: #fff !important;
}
.header .right .top .search {
	float: left;
}
.header .right .top .search input {
	float: left;
	border: solid 1px #c2c2c2;
	margin-right: 5px;
	width: 200px;
	height: 28px;
}
.header .right .top .search .btn {
	float: left;
	padding: 8px 30px;
	font-size: 0.75rem;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

.set_pc #edited {
	width: 145px;
	height: 24px;
	margin-left: 10px;
	text-align: center;
}

.set_pc #edited a {
	display: inherit;
}

.set_pc #edited img {
	width: 145px;
	height: 18px;
	padding-top: 6px;
	vertical-align: bottom;
}

.header .right .bottom {
	padding: 0;
}

.header .right .bottom #grobal {
	display: table;
}

.header li a {
	font-size: 0.938rem;
	text-decoration: none;
	color: #545454;
}
.header li a:visited {
	color: #545454;
}
.header li a:hover {
	color: #545454;
}

.header .bottom li a {
	display: inline-block;
}

.header .bottom li {
	display: table-cell;
}

.header .bottom li p {
	padding: 0px 21px;
	height: 15px;
	border-left: solid 1px #cacaca;
}

.header .bottom li:last-child p {
	border-right: solid 1px #cacaca;
}

.header .bottom li a {
	line-height: 14px;
	font-size: 0.75rem;
}
.header .bottom li.current span {
	display: inline-block;
	border-bottom: solid 1px red;
	padding-bottom: 6px;
	font-size: 0.75rem;
	line-height: 14px;
}
.header .bottom li:hover span {
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: solid 1px red;
	font-size: 0.75rem;
	line-height: 14px;
}

/* sp*/
body.set_smp .header {
	margin-bottom: 0px;
	width: 100%;
	background-color: #cc0000;
	height: auto;
	padding: 17px;
}

body#top.set_smp .header h1,
body.set_smp .header .head_logo {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	text-indent: 0;
	white-space: nowrap;
}

body.set_smp .header .head_logo a {
	color: #fff;
	text-decoration: none;
}


/*
* menu-sp
*/
.menu_trigger {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	overflow: hidden;
}

.circle_button {
	display: inline-block;
	padding: 17px;
	line-height: 0;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

body.set_smp .menu_trigger .img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_menu.png);
	height: 22px;
	width: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
}

body.set_smp #menu .menu_trigger .img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_close.png);
	height: 22px;
	width: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
}

#menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	max-width: 100%;
	height: 300%;
	max-height: 300%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	-webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 0;
	-webkit-overflow-scrolling: touch;
}

.menu_open #menu {
	opacity: 1;
}

#menu .container {
	height: 100%;
	max-height: 100%;
	box-sizing: border-box;
	padding: 70px 35px 35px;
}

#menu .category_menu {
	width: 100%;
}

#menu .category_menu ul {
	margin-bottom: 30px;
}

#menu .category_menu li {
	width: 100%;
	height: auto;
	border: solid 1px;
	border-top: none;
	text-align: center;
}

#menu .category_menu li a {
	display: block;
	padding: 15px 0px;
	width: 100%;
	font-size: 0.875rem;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}

#menu .category_menu li.current a {
	display: block;
	padding: 15px 0;
	width: 100%;
	font-size: 0.875rem;
	color: #808080;
	text-decoration: none;
	line-height: 1.2;
}

#menu .category_menu li:first-child {
	border-top: solid 1px;
}

#menu .category_menu .menu_trigger {
	position: static;
	z-index: 0;
	float: right;
}

.wide #menu #srchBox.watermark #srchInput {
	height: 40px;
	padding: 10px 1px 10px 1px;
	border: none;
	background: #fff;
}
.wide #menu #srchBox #srchBtn {
	width: 30%;
	padding: 10px;
	height: 40px;
}
.wide #menu .container {
	padding: 20px 20px;
}
.wide #menu #srchBox {
	height: 40px;
	margin-bottom: 10px;
}
.wide #menu .category_menu ul {
	border-top: solid 1px #fff;
}
.wide #menu .category_menu #srchBox {
	height: 40px;
}
.wide #menu .category_menu li {
	width: 50%;
	float: left;
	height: 40px;
	font-size: 0.875rem;
}
.wide #menu .category_menu li a {
	padding: 10px 0;
}
.wide #menu .category_menu li.current a {
	padding: 10px 0;
}
.wide #menu .category_menu li br {
	display: none;
}
.wide #menu .category_menu li:first-child {
	border-top: none;
}
.wide #menu .category_menu li:last-child {
	width: 100%;
	clear: both;
	float: none;
}


/*
* srchBox
*/
#srchBox {
	height: 32px;
	color: #545454;
	text-align: left;
}

#srchBox a img {
	border: none;
}

input#srchInput {
	padding: 1px 5px 2px 5px;
}

#srchBox #srch #srchForm {
	white-space: nowrap;
}

#srchBox #srchInput {
	width: 188px;
	margin-right: 6px;
	vertical-align: bottom;
}

#srchBox #srchBtn {
	border: none;
	width: 80px;
	padding: 9px 10px 9px;
	height: 33px;
	line-height: 14px;
}

#srchBox ul {
	margin-top: 6px;
	text-align: left;
}

#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}

#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}

#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}

#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}

#srchBox #srchLogo a:hover {
	text-decoration: underline;
}

#srchBox.watermark {
	padding-bottom: 0px;
}

#srchBox.watermark #srchInput {
	padding: 5px 5px 6px 5px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #a5acb2;
	background: #fff;
}

#srchBox.watermark #srchInput:focus {
	background: #fff;
}

#srchBox.watermark #srchLogo {
	display: none;
}

/* sp */
#menu #srchBox {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	color: #545454;
	text-align: left;
}

#menu #srchBox a img {
	border: none;
}

#menu #srchBox #srch #srchForm {
	white-space: nowrap;
}

#menu #srchBox #srchInput {
	width: 70%;
	margin-right: 0px;
	vertical-align: bottom;
}

#menu #srchBox #srchBtn {
	width: 30%;
	padding: 10px;
	height: 50px;
}

#menu #srchBox ul {
	margin-top: 6px;
	text-align: left;
}

#menu #srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}

#menu #srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}

#menu #srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}

#menu #srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}

#menu #srchBox #srchLogo a:hover {
	text-decoration: underline;
}

#menu #srchBox.watermark {
	padding-bottom: 0px;
}

#menu #srchBox.watermark #srchInput {
	height: 50px;
	padding: 15px 1px 15px 1px;
	border: none;
	background: #fff;
}

#menu #srchBox.watermark #srchInput.nomark {
	background: #fff;
}

#menu #srchBox.watermark #srchLogo {
	display: none;
}


/*
* breadcrumb
*/
.breadcrumb_box {
	min-width: 950px;
	height: 12px;
	border-top: solid 1px #e1e1e1;
	padding: 14px 0px;
	line-height: 12px;
	font-size: 0.75rem;
	text-align: center;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.breadcrumb_box .wrap {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

.breadcrumb_box .wrap a {
	text-decoration: none;
	color: #808080;
}


/*
* sidenav
*/
.sidenav {
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-bottom: 0px;
}

.sidenav .link_next i {
	display: none !important;
}

.sidenav a {
	display: block;
	text-decoration: none;
	color: #545454;
}

.sidenav .trigger_title {
	font-size: 0.75rem !important;
	line-height: 22px;
	margin-bottom: 5px;
}

.sidenav li {
	font-size: 0.75rem;
	line-height: 22px;
}

.sidenav .subtitle {
	margin-bottom: 25px;
}

.sidenav .description {
	border-top: solid 1px #9a9999;
	padding-top: 10px;
	font-size: 0.75rem;
	line-height: 22px;
	margin-bottom: 15px;
}

.sidenav .trigger {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray.png);
	background-position: 3px 4px;
	background-repeat: no-repeat;
	background-size: 6px;
	padding-left: 0px;
}

.sidenav .trigger .trigger_title {
	padding-left: 20px;
	cursor: pointer;
}

.sidenav .trigger ul {
	padding-left: 20px;
	display: none;
	margin-bottom: 20px;
}

.sidenav .trigger ul li {
	padding-left: 10px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon-minus.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.sidenav .trigger.open {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_bottom_gray.png);
	background-size: 10px;
	background-position: 1px 7px;
}

.sidenav .trigger.open ul {
	display: block;
}

.sidenav.wide {
	width: 180px;
}

.sidenav.wide .wrap {
	margin-bottom: 25px;
}

.sidenav.wide .subtitle {
	margin-bottom: 25px;
}

.sidenav.wide .link_next a {
	height: 12px;
	width: 135px;
	padding: 15px 15px;
}

.sidenav.wide .link_next a span {
	display: block;
	padding-left: 20px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png);
	background-repeat: no-repeat;
	background-size: 7px 10px;
	background-position: center left;
}

.sidenav.wide .link_next a .img {
	height: 42px;
	background-size: 15px 42px;
}

.sidenav.wide .link_next.line2 a {
	height: 34px;
	padding: 9px 15px;
}

.sidenav.wide .link_next.line2 a span {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png);
	background-repeat: no-repeat;
	background-size: 7px 10px;
	background-position: center left;
	padding-left: 20px;
	display: block;
	width: 100px;
	float: none;
	overflow: hidden;
	line-height: 17px;
}

.sidenav.wide .link_next.line2 .left_arrow_red {
	float: left;
	display: block;
	margin-top: 12px;
}

.sidenav.wide .link_next.line2 .img {
	height: 52px;
	background-size: 15px 52px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray_small_line2.jpg) !important;
}

.sidenav.short {
	width: 150px;
}

.sidenav.short .wrap {
	margin-bottom: 25px;
}

.sidenav.short .trigger {
	background-image: none;
}

.sidenav.short .link_next a {
	height: 12px;
	width: 105px;
	padding: 15px 15px;
}

.sidenav.short .link_next a span {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png);
	background-repeat: no-repeat;
	background-size: 7px 10px;
	background-position: center left;
	padding-left: 20px;
	display: block;
}

.sidenav.short .link_next a .img {
	height: 42px;
	background-size: 15px 42px;
}

.sidenav.short .link_next.line2 a {
	height: 34px;
	padding: 9px 15px;
}

.sidenav.short .link_next.line2 a span {
	display: block;
	width: 100px;
	float: none;
	overflow: hidden;
	line-height: 17px;
}

.sidenav.short .link_next.line2 .left_arrow_red {
	float: left;
	display: block;
	margin-top: 12px;
}

.sidenav.short .link_next.line2 .left_arrow_red .img {
	height: 52px;
	background-size: 15px 52px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray_small_line2.jpg) !important;
}

/* sp */
body.set_smp .sidenav {
	width: 100%;
	margin-right: 0px;
}

body.set_smp .sidenav h4 {
	display: none;
}

body.set_smp .sidenav ul {
	margin-bottom: 0px;
}

body.set_smp .sidenav li {
	display: block;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border-right: none;
	border-bottom: solid 1px #fff;
	padding: 0px;
	text-align: left;
	background-color: #f1f1f1;
}

body.set_smp .sidenav li.current {
	opacity: 1;
}

body.set_smp .sidenav li a {
	display: block;
	width: auto;
	padding: 18px;
	text-decoration: none;
	color: #545454;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black_padding.png) no-repeat right center;
	background-size: 24px;
}

body.set_smp .sidenav .wrap .trigger {
	background-image: none;
}

body.set_smp .sidenav .wrap .trigger a {
	line-height: 12px;
}

body.set_smp .sidenav .wrap ul {
	display: none;
}

body.set_smp .sidenav.sp_on {
	margin-bottom: 0px;
}

body.set_smp .sidenav.sp_on ul {
	display: block;
}

body.set_smp .sidenav.sp_on ul li {
	background-image: none;
}

body.set_smp .sidenav.sp_on .wrap {
	margin-bottom: 0px;
}


/*
* footer
*/
#footer {
	position: relative;
	width: 100%;
	min-width: 950px;
	background-color: #cc0000;
	padding: 140px 0 45px;
	font-size: 0.75rem;
	color: #fff;
}

#footer .wrap {
	text-align: center;
}

#footer .wrap .footer_logo {
	position: relative;
	top: -186px;
	left: 0px;
	height: 0px;
	width: 180px;
	margin: 0 auto;
	text-align: center;
}

#footer .wrap .footer_logo img {
	width: 180px;
	height: 45px;
}

#footer .link_block {
	margin-bottom: 40px;
}

#footer .link_block:after {
	content: "";
	display: block;
	clear: both;
}

#footer a {
	color: #fff;
	padding: 0px 10px;
}

#footer .block {
	text-align: center;
	margin-bottom: 10px;
}

#footer ul {
	display: block;
	text-align: center;
}

#footer li {
	display: inline;
	margin-bottom: 10px;
	border-right: solid 1px #fff;
}

#footer li.border_none {
	border-right: 0;
}

/* sp */
body.set_smp #footer {
	position: static;
	width: 100%;
	min-width: none;
	min-width: initial;
	background-color: transparent;
	padding: 0;
	font-size: 0.75rem;
	color: #fff;
}

body.set_smp #footer a {
	color: #fff;
	padding: 0px 10px;
}

body.set_smp #footer li.border_none {
	border-right: none;
}

body.set_smp #footer .wrap {
	width: 100%;
	text-align: center;
}

body.set_smp #footer .footer_logo {
	position: static;
	top: 0px;
	height: auto;
	width: 100%;
	padding: 20px 0 12px;
	background-color: #cc0000;
}

body.set_smp #footer .footer_logo a {
	display: inline-block;
	height: 23px;
}

body.set_smp #footer .footer_logo img {
	width: 90px;
	height: 23px;
}

body.set_smp #footer .link_block {
	width: 100%;
	background-color: #f1f1f1;
	margin-bottom: 0px;
}

body.set_smp #footer .link_block .block {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}

body.set_smp #footer .link_block ul {
	display: inline-block;
	width: 100%;
}

body.set_smp #footer .link_block li {
	display: block;
	width: 100%;
	padding: 18px;
	margin-bottom: 0px;
	border-right: none;
	border-top: solid 1px #fff;
	text-align: left;
}

body.set_smp #footer .link_block li a {
	text-decoration: none;
	color: #545454;
	width: auto;
	display: block;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black_big.png) no-repeat right center;
	background-size: 6px;
}

body.set_smp #footer .copy {
	padding-bottom: 20px;
	line-height: 14px;
	background-color: #cc0000;
}


/*
* TOPページ-mainvisual
*/
.mainvisual_block {
	position: relative;
	width: 950px;
	height: 370px;
	opacity: 0;
	margin-bottom: 25px;
}

.mainvisual_block #visual_wrapper {
	position: relative;
	width: 720px;
	height: 370px;
	overflow: hidden;
}

.mainvisual_block #visual {
	width: 720px;
	height: 370px;
}

.mainvisual_block #visual li {
	width: 720px;
	height: 370px;
}

.mainvisual_block #visual li a {
	display: block;
	width: 720px;
	height: 370px;
	overflow: hidden;
}

.mainvisual_block #visual .kv_01 {
	display: block;
}

.mainvisual_block .kv_image {
	float: none;
	width: 515px;
	height: 370px;
	overflow: hidden;
	margin-left: 205px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
}

.mainvisual_block .kv_title {
	position: relative;
	float: left;
	width: 165px;
	height: 330px;
	padding: 20px;
	color: #fff;
	line-height: 30px;
	font-size: 1.375rem;
}

.mainvisual_block .kv_title .title {
	font-size: 1.375rem;
}

.mainvisual_block .kv_title .category {
	font-size: 0.813rem;
	margin-bottom: 20px;
}

.mainvisual_block .blog .kv_title {
	position: relative;
	float: left;
	width: 165px;
	height: 210px;
	padding: 80px 20px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/kv_title_bg.png);
	color: #fff;
	font-size: 1.375rem;
	line-height: 30px;
}

.mainvisual_block .blog .kv_title:after {
	content: "Yahoo! Japan Corporate blog";
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	color: #fff;
	line-height: 20px;
	font-size: 1rem;
}

.mainvisual_block #controller {
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #ccc;
}

.mainvisual_block #controller li {
	height: 91px;
}

.mainvisual_block #controller li a {
	position: relative;
	display: block;
	width: 223px;
	height: 91px;
}

.mainvisual_block #controller #selected_badge {
	position: absolute;
	width: 234px;
	height: 92px;
	z-index: 10;
	top: 0px;
	left: -9px;
	background-size: 100% 100%;
}

.mainvisual_block #controller #thumbnail_link {
	position: absolute;
	background: #fff;
	z-index: 10;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.mainvisual_block #controller .thumbnail_link li {
	opacity: 0;
}

.mainvisual_block #controller .thumbnail li img {
	width: 100%;
	height: auto;
}

.mainvisual_block #controller .thumbnail li.current {
	opacity: 0.7;
}

.mainvisual_block .thumbnail {
	border: none;
}

.mainvisual_block .thumbnail li {
	border-bottom: solid 1px #cccccc;
}

.mainvisual_block .thumbnail li:last-child {
	border-bottom: none;
}

.mainvisual_block .thunbnail_img {
	float: right;
	width: 108px;
	height: 80px;
	overflow: hidden;
	margin: 6px 7px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
}

.mainvisual_block .thunbnail_text {
	float: right;
	height: 80px;
	width: 81px;
	overflow: hidden;
	padding: 10px 10px 0px;
	font-size: 0.813rem;
	line-height: 17px;
}

/* sp */
body.set_smp .visual_block {
	margin-bottom: 10px;
}

body.set_smp .mainvisual_block {
	width: auto;
	height: auto;
	padding: 10px;
	margin-bottom: 0px;
}

body.set_smp .sub_visual_block {
	width: 100%;
}

body.set_smp .sub_visual_block ul {
	padding: 0px 0px;
	width: 100%;
}

body.set_smp .sub_visual_block ul li {
	padding: 0 3px;
	width: 33.33%;
}

body.set_smp .sub_visual_block ul li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #545454;
}

body.set_smp .sub_visual_block ul li a img {
	width: 100%;
}

body.set_smp .sub_visual_block ul li .description {
	height: 75px;
	padding: 10px;
	font-size: 0.563rem;
	line-height: 15px;
	overflow: hidden;
	background-color: #f1f1f1;
}

body.set_smp .sub_visual_block ul li .description span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

body.set_smp .sub_visual_block ul li:first-child {
	padding: 0px 7px 0px 0px;
}

body.set_smp .sub_visual_block ul li:last-child {
	padding: 0px 0px 0px 7px;
}

body.set_smp .thumbnail {
	border: none !important;
}

body.set_smp .thumbnail li {
	border: none !important;
}

body.set_smp .thumbnail .thumbnail_blog_img {
	background-position: center;
	background-size: cover;
}


/*
* TOPページ-info_box
*/
#info_box {
	padding: 11px 0 10px;
	border: solid 1px #cacaca;
	font-size: 0.75rem;
	line-height: 14px;
	vertical-align: middle;
	margin-bottom: 25px;
}

#info_box .subject {
	float: left;
	padding: 0 25px;
}

#info_box .contents {
	float: left;
	padding: 0 25px;
	border-left: solid 1px #cacaca;
}

#info_box .contents a {
	color: #545454;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 705px;
	margin-right: 15px;
	text-decoration: none;
}

body.set_pc #info_box .contents a:before {
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: 0 3px 0 0;
	padding: 0;
	background: url(https://s.yimg.jp/i/docs/csr/2015/images/icon_arrow_right_black.png) no-repeat 50% 50%;
	background-size: 7px 12px;
	vertical-align: top;
	content: '';
}

#info_box .contents img {
	vertical-align: top;
}

/* sp */
body.set_smp #info_box {
	border-right: 0;
	border-left: 0;
	padding: 10px 0;
	margin-bottom: 0px;
}

body.set_smp #info_box .subject {
	font-size: 0.563rem;
	padding: 0px 10px;
}

body.set_smp #info_box .contents {
	margin-left: 90px;
	font-size: 0.563rem;
	float: none;
	width: auto;
}

body.set_smp #info_box .contents a {
	line-height: 12px;
	width: 100%;
}

body.set_smp #info_box .contents img {
	float: right;
}


/*
* サイトマップ
*/
#sitemap,
.sitemap {
	width: 100%;
	min-width: 950px;
	text-align: center;
	padding: 25px 0 50px;
	font-size: 0.75rem;
}

#sitemap {
	padding: 50px 0;
	background-color: #ebebeb;
}

#sitemap h2 {
	width: 940px;
	margin: 0 auto 25px;
	text-align: left;
}

#sitemap .wrap,
.sitemap .wrap {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

#sitemap .wrap {
	width: 940px;
}

#sitemap .wrap div,
.sitemap .wrap div {
	float: left;
	width: 160px;
	margin-right: 70px;
}

#sitemap .wrap > div:last-child,
.sitemap .wrap > div:last-child {
	margin-right: 0px;
}

#sitemap .wrap .main_link h3,
.sitemap .wrap .main_link h2 {
	margin-bottom: 30px;
}

.sitemap .wrap .report {
	width: 286px;
	margin-right: 0px;
}

#sitemap .wrap .report {
	width: 475px;
	margin-right: 0px;
}

.sitemap .wrap .report ul {
	width: 286px;
	margin-right: 15px;
}

#sitemap .wrap .report ul {
	width: 475px;
}

#sitemap .wrap .report li,
.sitemap .wrap .report li {
	width: 205px;
}

#sitemap .wrap .report li {
	float: left;
}

#sitemap .wrap .report li.odd,
.sitemap .wrap .report li.odd {
	padding-right: 25px;
	clear: both;
}

#sitemap .wrap .report li.even,
.sitemap .wrap .report li.even {
	padding-right: 0px;
}

#sitemap .wrap a,
.sitemap .wrap a {
	text-decoration: none;
	color: #545454;
}

#sitemap .wrap h3,
.sitemap .wrap h2 {
	font-size: 0.875rem;
	margin-bottom: 20px;
}

#sitemap .wrap li,
.sitemap .wrap li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon-minus.png) no-repeat left 8px;
	line-height: 18px;
}

/* sp */
body.set_smp .sitemap {
	text-align: center;
	padding: 0px 0 0px;
	font-size: 0.75rem;
	width: 100%;
	min-width: 0px;
}

body.set_smp .sitemap .clearfix > * {
	float: none;
	clear: both;
}

body.set_smp .sitemap h2 {
	display: block;
	width: 100%;
	padding: 18px;
	margin-bottom: 0px !important;
	border-right: none;
	border-bottom: solid 1px #fff;
	text-align: left;
}

body.set_smp .sitemap h2 a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #545454;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black.png) no-repeat right center;
	background-size: 8px;
}

body.set_smp .sitemap li {
	display: block;
	width: 100%;
	padding: 18px;
	text-align: left;
	margin-bottom: 0px;
	border-right: none;
	border-bottom: solid 1px #fff;
}

body.set_smp .sitemap li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #545454;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black.png) no-repeat right center;
	background-size: 8px;
}

body.set_smp .sitemap .wrap {
	width: 100%;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

body.set_smp .sitemap .wrap div {
	margin-right: 0px;
	float: left;
	width: 100%;
}

body.set_smp .sitemap .wrap > div:last-child {
	margin-right: 0px;
}

body.set_smp .sitemap .wrap .main_link h2 {
	margin-bottom: 0px;
}

body.set_smp .sitemap .wrap .report {
	width: 100%;
	margin-right: 0px;
}

body.set_smp .sitemap .wrap .report ul {
	width: 100%;
}

body.set_smp .sitemap .wrap .report li {
	width: 100%;
}

body.set_smp .sitemap .wrap .report li.odd {
	padding: 18px;
	clear: both;
}

body.set_smp .sitemap .wrap .report li.even {
	padding: 18px;
}

body.set_smp .sitemap .wrap a {
	text-decoration: none;
	color: #545454;
	padding-right: 10px;
}

body.set_smp .sitemap .wrap h2 {
	border-top: solid 1px #e1e1e1;
	font-size: 0.875rem;
	margin-bottom: 20px;
}

body.set_smp .sitemap .wrap ul {
	padding-left: 40px;
}

body.set_smp .sitemap .wrap li {
	margin-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon-minus.png) no-repeat left center;
}


/*
* 社会への取り組み
*/
.stakeholder_kv {
	width: 725px;
	height: auto;
	background-size: 100% 100%;
	margin-bottom: 25px;
}

.stakeholder_kv img {
	width: 100%;
}

.stakeholder_block {
	border-top: solid 1px #ececec;
	padding: 25px 0;
}

.stakeholder_block h4.subtitle {
	margin-bottom: 5px;
}

.stakeholder_block .category_block {
	width: 300px;
	margin-right: 25px;
	margin-bottom: 50px;
	background-color: #fff;
}

.stakeholder_block .category_block .category_img {
	width: 300px;
	height: 125px;
	overflow: hidden;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
}

.stakeholder_block .category_block .category_contents a {
	text-decoration: none;
	color: #545454;
}

.stakeholder_block .category_block .category_contents .trigger_title {
	font-size: 0.75rem !important;
	line-height: 22px;
	margin-bottom: 5px !important;
}

.stakeholder_block .category_block .category_contents li {
	font-size: 0.75rem;
	line-height: 22px;
}

.stakeholder_block .category_block .category_contents .subtitle {
	margin-bottom: 10px;
}

.stakeholder_block .category_block .category_contents .description {
	border-top: solid 1px #9a9999;
	padding-top: 10px;
	font-size: 0.75rem;
	line-height: 22px;
	margin-bottom: 15px;
	color: #545454;
}

.stakeholder_block .category_block .category_contents .trigger {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray.png);
	background-position: 3px 4px;
	background-repeat: no-repeat;
	background-size: 6px;
	padding-left: 0px;
}

.stakeholder_block .category_block .category_contents .trigger .trigger_title {
	padding-left: 20px;
	cursor: pointer;
}

.stakeholder_block .category_block .category_contents .trigger ul {
	padding-left: 20px;
	display: none;
	margin-bottom: 20px;
}

.stakeholder_block .category_block .category_contents .trigger ul li {
	padding-left: 10px;
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon-minus.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.stakeholder_block .category_block .category_contents .trigger.open {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_bottom_gray.png);
	background-size: 10px;
	background-position: 1px 7px;
}

.stakeholder_block .category_block .category_contents .trigger.open ul {
	display: block;
}

.stakeholder_block .category_block:nth-child(3n) {
	margin-right: 0px;
}

.stakeholder_block .category_block:nth-child(3n+1) {
	clear: both;
}

.contents.stakeholder {
	width: 725px;
	margin-bottom: 25px;
	float: right;
}

.contents.stakeholder h2.title,
.contents.stakeholder h3.title {
	font-size: 1.75rem;
	margin-bottom: 25px;
}

.contents.stakeholder p.subtitle {
	font-size: 0.875rem;
	line-height: 20px;
}

.contents.stakeholder .stakeholder_value {
	margin-bottom: 50px;
}

.contents.stakeholder .stakeholder_value .value_title {
	font-size: 1.25rem !important;
	line-height: 32px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_square_red.png) no-repeat left 9px;
	word-wrap: break-word;
	word-break: break-all;
}

.contents.stakeholder .stakeholder_value p {
	padding-left: 35px;
	line-height: 24px;
	font-size: 0.875rem;
	margin-bottom: 25px;
}

.contents.stakeholder .stakeholder_value p.memo {
	font-size: 0.688rem;
	line-height: 1.5;
}

.contents.stakeholder .stakeholder_value .text {
	margin-left: 5px;
	margin-bottom: 10px;
}

.contents.stakeholder .stakeholder_value .text a {
	color: #545454;
	outline: none;
	margin-left: 1px;
	display: block;
	float: left;
	padding-right: 12px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right 6px;
	margin-right: 8px;
}

.stakeholder.policy .wrap.img_right.w320 .subtitle {
	margin-bottom: 25px;
	padding: 0px;
}

.stakeholder .explanation_link {
	padding: 10px 0 25px;
	font-size: 0.875rem !important;
	color: #545454;
}

.stakeholder .explanation_link a:hover {
	color: #999;
}

.stakeholder .sp_block {
	width: 690px;
	font-size: 0.75rem;
	line-height: 16px;
}

.stakeholder .table_wrap {
	float: none;
	margin-bottom: 25px;
}

.stakeholder .table_wrap.per25 th {
	width: 25%;
	vertical-align: middle;
	line-height: 1.5;
}

.stakeholder .table_wrap.per25 td {
	vertical-align: middle;
	line-height: 1.5;
}

.stakeholder .table_wrap.per100 table {
	display: block;
}

.stakeholder .table_wrap.per100 th {
	width: auto;
	border: none;
	display: block;
	vertical-align: middle;
	line-height: 1.5;
}

.stakeholder .table_wrap.per100 td {
	vertical-align: middle;
	display: block;
	line-height: 1.5;
}

.stakeholder .table_wrap.per100 td p {
	padding-left: 0px;
}

.stakeholder .table_wrap table {
	float: right;
}

.stakeholder .table_wrap table th {
	width: 50%;
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
}

.stakeholder .table_wrap table td {
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
}

.stakeholder .wrap .img {
	margin-bottom: 25px;
}

.stakeholder .wrap .img .memo {
	margin-right: 0px !important;
	padding-left: 0px !important;
	font-size: 0.75rem;
	line-height: 16px;
	margin-bottom: 10px;
}

.stakeholder .wrap img {
	vertical-align: top;
}

.stakeholder .wrap.img_left img {
	width: 100%;
}

.stakeholder .wrap.img_left .img {
	float: left;
}

.stakeholder .wrap.img_left p {
	float: none;
}

.stakeholder .wrap.img_right img {
	width: 100%;
}

.stakeholder .wrap.img_right .img {
	float: right;
	width: 120px;
	height: auto;
}

.stakeholder .wrap.img_right p {
	float: none;
	margin-right: 140px;
}

.stakeholder .wrap.img_right.w320 .img {
	width: 320px;
	height: auto;
}

.stakeholder .wrap.img_right.w320 p {
	margin-right: 345px;
}

.stakeholder .wrap.img_right.w240 .img {
	width: 240px;
	height: auto;
}

.stakeholder .wrap.img_right.w240 p {
	margin-right: 265px;
}

.stakeholder .wrap.img_right.w80 .img {
	width: 80px;
	height: auto;
}

.stakeholder .wrap.img_right.w80 p {
	margin-right: 105px;
}

.stakeholder .wrap.center {
	text-align: center;
}

.stakeholder .img.center {
	text-align: center;
	padding: 25px 0 0;
}

.stakeholder .img_block {
	text-align: center;
	padding: 25px 0 0;
}

.stakeholder .separete_col2 {
	width: 705px;
	margin: 0 auto;
}

.stakeholder .subtitle {
	margin-bottom: 50px;
}

.stakeholder .next_block {
	float: left;
	width: 330px;
	height: 41px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 1px;
	margin-left: 31px;
	background-color: #efefef;
	font-size: 0.875rem;
	text-align: center;
	position: relative;
}

.stakeholder .next_block .wrap {
	width: 302px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.75rem;
}

.stakeholder .next_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png) no-repeat left center;
	padding-left: 15px;
	font-size: 0.75rem;
	color: #cc0000;
	margin-bottom: 10px;
}
.stakeholder .next_block .arrow_block {
	position: absolute;
	top: 0px;
	left: -31px;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray_big.jpg) no-repeat left top;
}
.stakeholder .prev_block {
	position: relative;
	float: left;
	width: 330px;
	height: 41px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #efefef;
	text-align: center;
	font-size: 0.875rem;
	margin-right: 31px;
}
.stakeholder .prev_block .wrap {
	width: 302px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.75rem;
}
.stakeholder .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.75rem;
	color: #cc0000;
	margin-bottom: 10px;
}
.stakeholder .prev_block .arrow_block {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray_big.jpg) no-repeat right top;
}

/* sp */
body.set_smp .stakeholder_value {
	padding-right: 20px;
}

body.set_smp .stakeholder_value .table_wrap {
	float: none;
	width: 100%;
	padding-left: 35px;
	margin-bottom: 25px;
}

body.set_smp .stakeholder_value .table_wrap.per25 th {
	border: none;
	width: 100%;
	vertical-align: middle;
	line-height: 1.5;
}

body.set_smp .stakeholder_value .table_wrap.per25 td {
	vertical-align: middle;
	line-height: 1.5;
}

body.set_smp .stakeholder_value .table_wrap table th {
	border: none;
	width: 100%;
	vertical-align: middle;
	line-height: 1.5;
}

body.set_smp .stakeholder_value .table_wrap table td {
	vertical-align: middle;
	line-height: 1.5;
}

body.set_smp .stakeholder_kv {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

body.set_smp .stakeholder_block .category_block {
	position: relative;
}

body.set_smp .stakeholder_block .cover_link_big {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 96px;
}

body.set_smp .contents_wrap.stakeholder .title_space {
	border-bottom: none;
	text-align: center;
}

body.set_smp .contents_wrap.stakeholder .title_space h2.title {
	font-size: 0.875rem;
}

body.set_smp .img_block {
	text-align: center;
	padding: 25px 0 0;
	width: 100%;
}

body.set_smp .img_block img {
	width: auto;
	max-width: 90%;
}

body.set_smp .contents.stakeholder {
	float: right;
	width: 100%;
	margin-bottom: 25px;
}

body.set_smp .contents.stakeholder h2.title {
	font-size: 1rem;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #cacaca;
}

body.set_smp .contents.stakeholder p.subtitle {
	font-size: 0.875rem;
	line-height: 20px;
}

body.set_smp .contents.stakeholder .stakeholder_value {
	margin-bottom: 20px;
}

body.set_smp .contents.stakeholder .stakeholder_value .value_title {
	font-size: 1rem !important;
	line-height: 22px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_square_red.png) no-repeat left 4px;
}

body.set_smp .contents.stakeholder .stakeholder_value p {
	padding-left: 35px;
	line-height: 24px;
	font-size: 0.875rem;
}

body.set_smp .stakeholder.policy .subtitle {
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
}

body.set_smp .stakeholder.policy .wrap.img_right.w320 {
	padding-bottom: 10px;
	border-bottom: solid 1px #e1e1e1;
}

body.set_smp .stakeholder.policy .wrap.img_right.w320 p {
	padding-left: 0px;
	margin-right: 0px;
}

body.set_smp .stakeholder.policy .wrap.img_right.w320 .img {
	margin-bottom: 10px;
	padding-left: 0px;
}

body.set_smp .stakeholder.policy .wrap.img_right.w320 .subtitle {
	margin-bottom: 10px;
	text-align: center;
}

body.set_smp .stakeholder.policy .wrap.img_right.w320:last-child {
	border: none;
}

body.set_smp .stakeholder .trigger {
	position: relative;
}

body.set_smp .stakeholder .cover_link {
	display: block;
	width: 100%;
	height: 50px;
}

body.set_smp .stakeholder .sp_block {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
}
body.set_smp .stakeholder .separete_col2 {
	width: 100%;
	margin: 0 auto;
}

body.set_smp .stakeholder .subtitle {
	margin-bottom: 0px;
	font-size: 0.875rem;
	padding: 10px 20px 20px;
}

body.set_smp .stakeholder .wrap .img {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	padding-left: 20px;
}

body.set_smp .stakeholder .wrap .img img {
	max-width: 90%;
	width: auto;
}

body.set_smp .stakeholder .wrap img {
	vertical-align: top;
}

body.set_smp .stakeholder .wrap.img_left img {
	width: 100%;
}

body.set_smp .stakeholder .wrap.img_left .img {
	float: left;
}

body.set_smp .stakeholder .wrap.img_left p {
	float: none;
}

body.set_smp .stakeholder .wrap.img_right img {
	width: 100%;
}

body.set_smp .stakeholder .wrap.img_right .img {
	float: left;
	width: 100px;
	height: auto;
}

body.set_smp .stakeholder .wrap.img_right p {
	float: none;
	margin-left: 80px;
	width: auto;
	margin-right: 0px;
}

body.set_smp .stakeholder .wrap.img_right.w320 .img {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	text-align: center;
}

body.set_smp .stakeholder .wrap.img_right.w320 .img img {
	width: auto;
	max-width: 75%;
}

body.set_smp .stakeholder .wrap.img_right.w320 p {
	display: block;
	float: none;
	width: 100%;
	margin-right: 345px;
	padding-left: 35px;
	line-height: 24px;
	font-size: 0.875rem;
	margin-left: 0px;
}
body.set_smp .stakeholder .wrap.img_right.w240 .img {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	text-align: center;
}

body.set_smp .stakeholder .wrap.img_right.w240 .img img {
	max-width: 75%;
	width: auto;
}

body.set_smp .stakeholder .wrap.img_right.w240 p {
	display: block;
	float: none;
	width: 100%;
	margin-right: 265px;
	padding-left: 35px;
	line-height: 24px;
	font-size: 0.875rem;
	margin-left: 0px;
}

body.set_smp .stakeholder .wrap.img_right.w80 .img {
	width: 80px;
	height: auto;
	float: left;
	text-align: center;
}

body.set_smp .stakeholder .wrap.img_right.w80 .img img {
	width: 100%;
}

body.set_smp .stakeholder .wrap.img_right.w80 p {
	float: none;
	margin-left: 65px;
}

body.set_smp .stakeholder .wrap.center {
	text-align: center;
}

body.set_smp .stakeholder_block {
	padding: 0px;
	margin-bottom: 25px;
}

body.set_smp .stakeholder_block .category_block {
	width: 100%;
	margin-bottom: 0px;
	border-bottom: solid 1px #cacaca;
}

body.set_smp .stakeholder_block .category_contents {
	height: auto;
	color: #545454;
	float: none;
	width: auto;
	margin-left: 95px;
	padding: 0px;
}

body.set_smp .stakeholder_block .category_contents .arrow_box {
	float: right;
	height: 95px;
	width: 20px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_white.png) no-repeat center center;
	background-size: 8px;
}

body.set_smp .stakeholder_block .subtitle {
	padding: 10px 0px 10px;
	font-size: 0.875rem;
	margin-bottom: 10px;
}

body.set_smp .stakeholder_block .description {
	font-size: 0.563rem !important;
	line-height: 15px !important;
	padding: 0px 0px !important;
	margin-right: 30px !important;
	width: auto !important;
	border-top: none !important;
	padding-top: none !important;
	font-size: 0.563rem !important;
	line-height: 14px !important;
	margin-bottom: 0px !important;
}

body.set_smp .stakeholder_block .category_img {
	float: left !important;
	width: 91px !important;
	height: 95px !important;
	margin-bottom: 0px;
	padding: 0 !important;
	background-size: 75px 75px !important;
}

body.set_smp .stakeholder_block .panel_3 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_03_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_4 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_04_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_5 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_05_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_6 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_06_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_7 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_07_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_8 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_08_smp.jpg) !important;
}
body.set_smp .stakeholder_block .panel_9 .category_img {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_09_smp.jpg) !important;
}

/*
* PDF
*/
.pdf_area {
	font-size: 1rem;
	line-height: 24px;
	text-align: left;
}

.pdf_area .contents_block p {
	margin-bottom: 25px;
}

.pdf_area .explanation {
	margin-bottom: 25px;
	text-align: left;
}

.pdf_panel p.title {
	float: none;
	text-align: center;
}

.pdf_panel a {
	text-decoration: none;
	color: #333;
}

.pdf_panel li {
	width: 460px;
	height: 370px;
	min-height: 330px;
	margin-right: 25px;
	border: solid 1px #cacaca;
	padding: 25px 0;
	margin-bottom: 20px;
}

.pdf_panel li .img {
	width: 170px;
	height: 242px;
	padding: 0px 0px 10px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.pdf_panel li .name {
	width: 170px;
	font-size: 0.813rem;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	text-align: center;
}

.pdf_panel li .memo {
	width: 170px;
	font-size: 0.688rem;
	line-height: 18px;
	padding: 0px 0px 10px;
	margin-bottom: 0px;
	text-align: center;
}

.pdf_panel li .pdf_block {
	margin-left: 50px;
}

.pdf_panel li .pdf_block .img img {
	width: 100%;
}

.pdf_panel li .pdf_block.even {
	margin-left: 20px;
}

.pdf_panel .col1 {
	text-align: center;
}

.pdf_panel .col1 .img {
	margin: 0 auto 10px;
	padding: 0px 0px 10px;
}

.pdf_panel .col1 .name {
	margin: 0 auto;
	width: 365px;
	float: none;
}

.pdf_panel .col1 .memo {
	margin: 0 auto;
	width: 365px;
	float: none;
}

.pdf_panel .col1 .pdf_block {
	float: none;
	text-align: center;
	margin-left: 0px;
}

.pdf_panel .new {
	text-align: center;
}

.pdf_panel .new .name {
	margin: 0 auto;
	width: 365px;
	float: none;
	clear: both;
}

.pdf_panel .new .memo {
	width: 100%;
}

.pdf_panel li:nth-child(2n) {
	margin-right: 0px;
}

.pdf_panel li:nth-child(2n+1) {
	clear: both;
}

.pdf_panel .contents_block {
	text-align: left;
}

#pdf_info {
	border: none;
	padding-top: 0px;
}

#pdf_info .pdf_info_block {
	border: solid 1px #cacaca;
	padding: 25px;
	margin-top: 226px;
}

#pdf_info .pdf_info_block .img {
	height: 34px;
}

#pdf_info .pdf_info_block .memo {
	width: 190px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* sp */
body.set_smp .pdf_area {
	padding: 20px 0px;
	font-size: 1rem;
	line-height: 24px;
	text-align: center;
}

body.set_smp .pdf_area .explanation {
	text-align: center;
	margin-bottom: 0px;
}

body.set_smp .pdf_area .contents_block {
	width: 100%;
	padding: 20px 20px 0px;
	margin-bottom: 20px;
}

body.set_smp .pdf_area .contents_block p {
	font-size: 0.875rem;
	line-height: 22px;
}

body.set_smp .pdf_area .contents_block p.title {
	float: none;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 0.875rem;
	line-height: 22px;
}

body.set_smp .pdf_area .contents_block .explanation {
	margin-bottom: 0px;
}

body.set_smp .pdf_area .contents_block .pdf_block {
	width: 50%;
	height: auto;
	padding: 0 10px;
	margin: 0px;
}

body.set_smp .pdf_area .contents_block .pdf_block .img {
	width: 100%;
}

body.set_smp .pdf_area .contents_block .pdf_block .name {
	width: 100%;
}

body.set_smp .pdf_area .contents_block .pdf_block .memo {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

body.set_smp .pdf_area .contents_block .pdf_block:nth-child(2n) {
	margin-left: 0px;
}

body.set_smp .pdf_area .contents_block li {
	padding: 20px;
}

body.set_smp .pdf_panel li {
	max-width: 480px;
	width: 100%;
	float: none;
	margin: 0 auto 25px;
	height: auto;
	min-height: 0;
	border: solid 1px #cacaca;
	padding: 25px 0;
}

body.set_smp .pdf_panel li .img {
	width: 100%;
	height: auto;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

body.set_smp .pdf_panel li .name {
	width: 170px;
	font-size: 0.813rem;
	line-height: 18px;
	padding: 0px 0px 0px;
	margin-bottom: 5px;
	text-align: center;
}

body.set_smp .pdf_panel li .memo {
	font-size: 0.688rem;
	line-height: 18px;
	padding: 0px 0px 10px;
	margin-bottom: 0px;
	text-align: center;
}

body.set_smp .pdf_panel li .pdf_block {
	margin-left: 50px;
}

body.set_smp .pdf_panel li .pdf_block:nth-child(2n) {
	margin-left: 20px;
}

body.set_smp .pdf_panel .col1 {
	text-align: center;
}

body.set_smp .pdf_panel .col1 .img {
	margin: 0 auto;
}

body.set_smp .pdf_panel .col1 .name {
	width: 100%;
	margin: 0 auto;
	float: none;
	clear: both;
}

body.set_smp .pdf_panel .col1 .memo {
	margin: 0 auto;
	width: 365px;
	float: none;
}

body.set_smp .pdf_panel .col1 .pdf_block {
	width: 50%;
	padding: 0 10px;
	margin: 0px auto !important;
	float: none;
}

body.set_smp .pdf_panel .col1 li {
	margin-right: 0px;
	margin: 0 auto;
}

body.set_smp .pdf_panel .new {
	text-align: center;
}

body.set_smp .pdf_panel .new .pdf_block {
	width: 50%;
	padding: 0 10px;
	float: left;
}

body.set_smp .pdf_panel .new .pdf_block .img {
	width: 100%;
}

body.set_smp .pdf_panel .new .pdf_block .name {
	width: 100%;
}

body.set_smp .pdf_panel .new .pdf_block .memo {
	width: 100%;
}

body.set_smp #pdf_info {
	border: none;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

body.set_smp #pdf_info .pdf_info_block {
	border: solid 1px #cacaca;
	width: 100%;
	padding: 25px;
	margin: 0 auto;
	display: inline-block;
}

body.set_smp #pdf_info .pdf_info_block .img {
	height: auto;
	width: 100%;
}

body.set_smp #pdf_info .pdf_info_block .img img {
	max-width: 120px;
	width: 100%;
}

body.set_smp #pdf_info .pdf_info_block .memo {
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*
* 「課題解決エンジン」レポート
*/
#report_area {
	width: 100%;
	min-width: 950px;
	background-size: 100%;
	padding-top: 150px;
	zoom: 1;
	clear: both;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 0.875rem;
	line-height: 28px;
}

#report_area .white_space {
	text-align: center;
	width: 950px;
	zoom: 1;
	background-color: rgba(255, 255, 255, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B4ffffff, endcolorstr=#B4ffffff, gradienttype=0);
	margin: 0 auto;
}

#report_area .white_space .wrap_paragrah {
	padding: 50px;
	text-align: left;
}

#report_area .white_space .title.text {
	font-size: 2rem !important;
	line-height: 1.2 !important;
	margin-bottom: 50px !important;
}

#report_area .white_space .subtitle {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 25px;
}

#report_area .white_space .memo {
	padding-top: 10px;
	font-size: 0.688rem;
	line-height: 1.5;
}

#report_area .img.full {
	width: 100%;
	margin-bottom: 25px;
}

#report_area .img.full img {
	width: 100%;
}

#report_area .img.overfull {
	width: 950px;
	margin-bottom: 25px;
	margin-left: -50px;
	margin-right: -50px;
	position: relative;
}

#report_area .img.overfull img {
	width: 100%;
}

#report_area .block:after {
	content: "";
	display: block;
	clear: both;
}

#report_area .block {
	zoom: 1;
	clear: both;
	margin-bottom: 50px;
}
#report_area .block img {
	width: 100%;
}

#report_area .block.img_right .img {
	float: right;
}

#report_area .block.img_right.w500 .img {
	width: 500px;
}
#report_area .block.img_right.w500 .wrap {
	width: 325px;
	float: left;
}

#report_area .block.img_right.w425 .img {
	width: 425px;
}
#report_area .block.img_right.w425 .wrap {
	width: 400px;
	float: left;
}

#report_area .block.img_right.w325 .img {
	width: 325px;
}
#report_area .block.img_right.w325 .wrap {
	width: 600px;
	float: left;
}

#report_area .block.img_right.w280 .img {
	width: 280px;
}
#report_area .block.img_right.w280 .wrap {
	width: 645px;
	float: left;
}

#report_area .block.img_right.w210 .img {
	width: 210px;
}
#report_area .block.img_right.w210 .wrap {
	width: 715px;
	float: left;
}

#report_area .block.img_left .img {
	float: left;
}

#report_area .block.img_left.w500 .img {
	width: 500px;
}
#report_area .block.img_left.w500 .wrap {
	width: 325px;
	float: right;
}

#report_area .block.img_left.w425 .img {
	width: 425px;
}
#report_area .block.img_left.w425 .wrap {
	width: 400px;
	float: right;
}

#report_area .block.img_left.w325 .img {
	width: 325px;
}
#report_area .block.img_left.w325 .wrap {
	width: 600px;
	float: right;
}

#report_area .block.img_left.w280 .img {
	width: 280px;
}
#report_area .block.img_left.w280 .wrap {
	width: 645px;
	float: right;
}

#report_area .block.img_left.w210 .img {
	width: 210px;
}
#report_area .block.img_left.w210 .wrap {
	width: 715px;
	float: right;
}

#report_area .inline {
	clear: both;
	margin-bottom: 50px;
}

#report_area .inline .img {
	display: inline-block;
}

#report_area .inline .img img {
	width: 100%;
}

#report_area .inline p {
	display: block;
}

#report_area .inline.img_left .img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#report_area .inline.img_right .img {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

#report_area .inline .subtitle {
	display: block;
	margin-bottom: 25px;
}

#report_area .inline.w500 .img {
	width: 500px;
}
#report_area .inline.w425 .img {
	width: 425px;
}
#report_area .inline.w325 .img {
	width: 325px;
}
#report_area .inline.w280 .img {
	width: 280px;
}
#report_area .inline.w210 .img {
	width: 210px;
}

#report_subarea {
	border-top: solid 1px #e1e1e1;
}

#report_subarea h2 {
	margin-bottom: 25px;
	font-size: 1rem;
}

#report_subarea .related_service {
	float: left;
	width: 474px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: solid 1px #e1e1e1;
	zoom: 1;
	margin-bottom: 20px;
	text-align: center;
}

#report_subarea .related_service .wrap {
	text-align: left;
	margin: 0 auto;
	width: 414px;
}

#report_subarea .related_service .wrap a {
	text-decoration: none;
	color: #545454;
}

#report_subarea .related_service li {
	float: left;
	width: 190px;
	font-size: 0.875rem;
	padding-left: 15px;
	zoom: 1;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat left center;
	margin-bottom: 10px;
}

#report_subarea .share {
	float: left;
	width: 475px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#report_subarea .share .wrap {
	text-align: left;
	margin: 0 auto;
	width: 415px;
}

#report_subarea .share li {
	margin-right: 20px;
	float: left;
}

#report_subarea .related_category {
	margin-bottom: 25px;
}

#report_subarea .related_category.no_link {
	margin-bottom: 50px;
}

#report_subarea .related_category .category_status {
	float: right;
	width: 310px;
	height: 130px;
}

#report_subarea .related_category .category_status .title {
	padding: 25px 25px 15px;
	zoom: 1;
	font-size: 0.875rem;
}

#report_subarea .related_category .category_status .title a {
	color: #fff;
}

#report_subarea .related_category .category_status .description {
	font-size: 0.75rem;
	line-height: 18px;
	padding: 0px 25px 0px;
	zoom: 1;
}

#report_subarea .related_category .category_image {
	float: right;
	width: 580px;
	height: 130px;
}

#report_subarea .related_category .wrap.pc_p30 {
	padding: 0 30px;
}

#report_subarea .related_category .wrap a {
	width: 472px;
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
}

#report_subarea .related_category .wrap a .red {
	color: #ff0033;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

#report_subarea .related_category.n09 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_09.png);
}
#report_subarea .related_category.n08 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_08.png);
}
#report_subarea .related_category.n07 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_07.png);
}
#report_subarea .related_category.n06 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_06.png);
}
#report_subarea .related_category.n05 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_05.png);
}
#report_subarea .related_category.n04 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_04.png);
}
#report_subarea .related_category.n03 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_03.png);
}
#report_subarea .related_category.n02 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/related_category_img_02.png);
}

#report_subarea .next_block {
	background-color: #efefef;
	float: right;
	width: 443px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 1px;
	font-size: 0.875rem;
	text-align: center;
	position: relative;
}

#report_subarea .next_block .wrap {
	width: 383px;
	margin: 0 auto;
	background-color: #efefef;
	text-align: left;
}

#report_subarea .next_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png) no-repeat left center;
	padding-left: 15px;
	font-size: 0.75rem;
}

#report_subarea .next_block .arrow_block {
	position: absolute;
	top: 0px;
	left: -31px;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray_big.jpg) no-repeat left top;
}

#report_subarea .prev_block {
	background-color: #efefef;
	float: left;
	width: 447px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 0.875rem;
	position: relative;
}

#report_subarea .prev_block .wrap {
	width: 384px;
	margin: 0 auto;
	text-align: right;
	background-color: #efefef;
}

#report_subarea .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.75rem;
}

#report_subarea .prev_block .arrow_block {
	position: absolute;
	top: 0px;
	left: 447px;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray_big.jpg) no-repeat right top;
}

.report_link_block {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: solid 1px #e1e1e1;
	clear: both;
}

.report_link_block .wrap a {
	width: auto;
	max-width: 405px;
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
}

.report_link_block .wrap a.red {
	color: #ff0033;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.report_link_block .next_wrap {
	float: left;
}

.report_link_block .prev_wrap {
	float: right;
}

.report_link_block .next_block {
	float: right;
	width: 100%;
	zoom: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 1px;
	font-size: 0.875rem;
	text-align: center;
	position: relative;
}

.report_link_block .next_block .wrap {
	width: auto;
	margin: 0;
	text-align: left;
}

.report_link_block .next_block .wrap p:last-child {
	font-size: 0.813rem;
	line-height: 1.4;
}

.report_link_block .next_block .red {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 0.75rem;
}

.report_link_block .prev_block {
	float: left;
	width: 100%;
	zoom: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.875rem;
	position: relative;
}

.report_link_block .prev_block .wrap {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

.report_link_block .prev_block .wrap p:last-child {
	font-size: 0.813rem;
	line-height: 1.4;
}

.report_link_block .prev_block .red {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.75rem;
}

/* sp */
body.set_smp #report_area {
	width: 100%;
	min-width: 0px;
	background-size: 100%;
	padding: 40px 10px 10px;
	zoom: 1;
	clear: both;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 0.938rem;
	line-height: 26px;
}

body.set_smp #report_area .white_space {
	text-align: center;
	width: 100%;
	padding: 10px;
	zoom: 1;
	background-color: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
}

body.set_smp #report_area .white_space .wrap_paragrah {
	padding: 0px;
	text-align: left;
}

body.set_smp #report_area .white_space .title.text {
	font-size: 1.5rem !important;
	margin-bottom: 20px !important;
}

body.set_smp #report_area .white_space .subtitle {
	font-size: 1.188rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

body.set_smp #report_area .img.overfull {
	width: 100% !important;
}

body.set_smp #report_area .block .wrap {
	float: none !important;
	width: 100% !important;
}

body.set_smp #report_area .img {
	display: block;
	text-align: center !important;
}

body.set_smp #report_area .img.full {
	max-width: 100%;
	margin-bottom: 10px;
}

body.set_smp #report_area .img.full img {
	width: 100%;
}

body.set_smp #report_area .img.overfull {
	width: 950px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

body.set_smp #report_area .img.overfull img {
	width: auto;
	max-width: 100%;
}

body.set_smp #report_area .block:after {
	content: "";
	display: block;
	clear: both;
}

body.set_smp #report_area .block {
	zoom: 1;
	clear: both;
	margin-bottom: 20px;
}

body.set_smp #report_area .block img {
	width: 100% !important;
}

body.set_smp #report_area .block.img_right .img {
	float: none;
	margin: 0 auto 25px;
}

body.set_smp #report_area .block.img_right.w500 .img {
	width: auto;
	width: 80%;
	float: none;
	margin: 0 auto 25px;
}
body.set_smp #report_area .block.img_right.w500 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_right.w425 .img {
	width: auto;
	width: 70%;
	margin: 0 auto;
}
body.set_smp #report_area .block.img_right.w425 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_right.w325 .img {
	width: auto;
	width: 60%;
	margin: 0 auto;
}
body.set_smp #report_area .block.img_right.w325 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_right.w280 .img {
	width: auto;
	width: 50%;
	margin: 0 auto;
}
body.set_smp #report_area .block.img_right.w280 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_right.w210 .img {
	width: auto;
	width: 40%;
	margin: 0 auto;
}
body.set_smp #report_area .block.img_right.w210 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_left .img {
	width: 80%;
	display: block;
	float: none;
	margin: 0 auto 25px;
}

body.set_smp #report_area .block.img_left.w500 .img {
	width: 80%;
}
body.set_smp #report_area .block.img_left.w500 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_left.w425 .img {
	width: auto;
	width: 70%;
}
body.set_smp #report_area .block.img_left.w425 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_left.w325 .img {
	width: auto;
	width: 60%;
}
body.set_smp #report_area .block.img_left.w325 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_left.w280 .img {
	width: auto;
	width: 50%;
}
body.set_smp #report_area .block.img_left.w280 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .block.img_left.w210 .img {
	width: auto;
	width: 40%;
}
body.set_smp #report_area .block.img_left.w210 .wrap {
	width: auto;
	float: none;
}

body.set_smp #report_area .inline {
	clear: both;
	margin-bottom: 50px;
}

body.set_smp #report_area .inline .img {
	display: inline-block;
}

body.set_smp #report_area .inline p {
	display: block;
}

body.set_smp #report_area .inline.img_left .img {
	margin-bottom: 25px;
	float: none;
	display: block;
	width: 80%;
	margin: 0 auto 25px;
}

body.set_smp #report_area .inline.img_right .img {
	margin-bottom: 25px;
	float: none;
	display: block;
	width: 80%;
	margin: 0 auto 25px;
}

body.set_smp #report_area .inline .subtitle {
	display: block;
	margin-bottom: 10px;
}

body.set_smp #report_subarea {
	border-top: none;
}

body.set_smp #report_subarea .related_service {
	background-color: #f1f1f1;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: none;
	zoom: 1;
	margin-bottom: 0px;
	text-align: center;
}

body.set_smp #report_subarea .related_service .wrap {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

body.set_smp #report_subarea .related_service h2 {
	margin-bottom: 25px;
	display: none;
}

body.set_smp #report_subarea .related_service ul {
	display: inline-block;
	width: 100%;
}

body.set_smp #report_subarea .related_service li {
	padding: 18px;
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #fff;
	display: block;
	background-image: none;
}

body.set_smp #report_subarea .related_service li a {
	text-decoration: none;
	color: #545454;
	width: auto;
	display: block;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_black.png) no-repeat right center;
	background-size: 8px;
}

body.set_smp #report_subarea .share {
	float: left;
	width: 475px;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

body.set_smp #report_subarea .share .wrap {
	text-align: left;
	margin: 0 auto;
	width: 415px;
}

body.set_smp #report_subarea .share h2 {
	margin-bottom: 25px;
}

body.set_smp #report_subarea .share li {
	margin-right: 20px;
	float: left;
}

body.set_smp #report_subarea .related_category {
	border-top: solid 1px #cacaca;
	height: 95px;
	color: #545454;
	background-color: #efefef;
	margin-bottom: 0px;
	border-bottom: solid 1px #e1e1e1;
	display: block;
}

body.set_smp #report_subarea .related_category.no_link {
	margin-bottom: 0px;
}

body.set_smp #report_subarea .related_category .arrow_box {
	float: right;
	height: 95px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_white.png) no-repeat center center;
	background-size: 8px;
	width: 20px;
}

body.set_smp #report_subarea .related_category a {
	width: 50%;
}

body.set_smp #report_subarea .related_category a:first-child {
	border-right: solid 1px #fff;
}

body.set_smp #report_subarea .related_category .category_status {
	background-color: #efefef;
	height: auto;
	color: #545454;
	float: none;
	width: auto;
	margin-left: 95px;
	padding: 0px;
}

body.set_smp #report_subarea .related_category .category_status .title {
	padding: 10px 0px 10px;
	font-size: 0.875rem;
	margin-right: 30px;
	width: auto;
	line-height: 1.2;
}

body.set_smp #report_subarea .related_category .category_status .title a {
	font-size: 0.875rem;
}

body.set_smp #report_subarea .related_category .category_status .description {
	font-size: 0.563rem;
	line-height: 15px;
	padding: 0px 0px;
	margin-right: 30px;
	width: auto;
}

body.set_smp #report_subarea .related_category .category_image {
	padding: 0;
	width: 91px;
	height: 94px;
	float: left;
	background-size: 75px 75px;
	background-repeat: no-repeat;
	background-position: center;
}

body.set_smp #report_subarea .related_category .wrap {
	background: #efefef;
	margin-bottom: 1px;
}

body.set_smp #report_subarea .related_category .wrap a {
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
}

body.set_smp #report_subarea .related_category .wrap a .red {
	color: #ff0033;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

body.set_smp #report_subarea .related_category.n09 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_09_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n08 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_08_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n07 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_07_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n06 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_06_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n05 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_05_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n04 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_04_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n03 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_03_smp.jpg) !important;
}
body.set_smp #report_subarea .related_category.n02 .category_image {
	background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/contents_02_smp.jpg) !important;
}

body.set_smp #report_subarea .next_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 1px;
	background-color: #efefef;
	font-size: 0.688rem;
	text-align: center;
}

body.set_smp #report_subarea .next_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}

body.set_smp #report_subarea .next_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
}

body.set_smp #report_subarea .next_block .red {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 0.625rem;
}

body.set_smp #report_subarea .prev_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #efefef;
	text-align: center;
	font-size: 0.688rem;
}

body.set_smp #report_subarea .prev_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: right;
}

body.set_smp #report_subarea .prev_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
}

body.set_smp #report_subarea .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.625rem;
}

body.set_smp .report_link_block {
	margin-bottom: 25px;
	padding-bottom: 15px;
}

body.set_smp .report_link_block .wrap {
	margin-bottom: 1px;
}

body.set_smp .report_link_block .wrap a {
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
	width: 50%;
}

body.set_smp .report_link_block .next_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 1px;
	font-size: 0.688rem;
	text-align: center;
}

body.set_smp .report_link_block .next_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}

body.set_smp .report_link_block .next_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
	font-size: 0.688rem;
}

body.set_smp .report_link_block .next_block .red {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 0.625rem;
}

body.set_smp .report_link_block .prev_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.688rem;
}

body.set_smp .report_link_block .prev_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: right;
}

body.set_smp .report_link_block .prev_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
	font-size: 0.688rem;
}

body.set_smp .report_link_block .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.625rem;
}

body.set_smp .bk01 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_01_smp.jpg) !important;
}
body.set_smp .bk02 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_02_smp.jpg) !important;
}
body.set_smp .bk03 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_03_smp.jpg) !important;
}
body.set_smp .bk04 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_04_smp.jpg) !important;
}
body.set_smp .bk05 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_05_smp.jpg) !important;
}
body.set_smp .bk06 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_06_smp.jpg) !important;
}
body.set_smp .bk07 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/img_bk_07_smp.jpg) !important;
}

body.set_smp .report01 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/img_report_01_smp.jpg) !important;
}

body.set_smp .report02 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol2/report_block_smp.jpg) !important;
}

body.set_smp .report03 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol3/report_block_smp.jpg) !important;
}

body.set_smp .report04 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol4/report_smp.jpg) !important;
}

body.set_smp .report05 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol5/report_block_smp.jpg) !important;
}

body.set_smp .report06 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol6/report_block_smp.jpg) !important;
}

body.set_smp .report07 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol7/report_block_smp.jpg) !important;
}

body.set_smp .report08 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol8/report_block_smp.jpg) !important;
}

body.set_smp .report09 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol9/report_block_smp.jpg) !important;
}

body.set_smp .report10 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol10/report_block_smp.jpg) !important;
}

body.set_smp .report11 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2015/images/report/vol11/report_block_smp.jpg) !important;
}

body.set_smp .report12 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/report/vol12/report_block_smp.jpg) !important;
}

body.set_smp .report13 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/report/vol13/report_block_smp.jpg) !important;
}

body.set_smp .report14 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/report/vol14/report_block_smp.jpg) !important;
}

body.set_smp .report15 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/report/vol15/report_block_smp.jpg) !important;
}

body.set_smp .report16 .contents_img {
  background-image: url(https://s.yimg.jp/i/docs/csr/2016/images/report/vol16/report_block_smp.jpg) !important;
}


/*
* ヤフーの考えるCSRとは-ISO26000対照表
*/
.iso_contents {
	padding: 0px 100px 0;
	margin-bottom: 50px;
	line-height: 1.3;
}

.iso_contents .inline_block {
	display: inline-block;
}

.iso_contents .link {
	text-decoration: underline;
}

.iso_contents .subtitle {
	margin-bottom: 10px;
}

.iso_contents .caption {
	margin-bottom: 25px;
}

.iso_contents .pc .caption {
	text-align: left;
}

.iso_contents span {
	margin-right: 10px;
	margin-bottom: 5px;
}

.iso_contents p {
	font-size: 0.75rem;
}

.iso_contents table {
	line-height: 1.4;
	font-size: 0.75rem;
}

.iso_contents table p {
	margin-bottom: 5px;
}

.iso_contents tr th:first-child {
	width: 135px;
}

/* sp */
body.set_smp .iso_contents {
	padding: 20px;
}
body.set_smp .iso_contents td {
	width: 50%;
}
body.set_smp .iso_contents td p {
	font-size: 0.688rem;
}
body.set_smp .iso_contents .caption {
	margin-bottom: 25px;
	text-align: center;
}
body.set_smp .iso_contents .subhead {
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
body.set_smp .iso_contents tr th:first-child {
	width: auto;
}


/*
* ヤフーの考えるCSRとは-CSR動画ライブラリー
*/
.movie_link_block {
	padding-top: 50px;
	border-top: solid 1px #e1e1e1;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 0px;
}

.movie_link_block .wrap a {
	width: 475px;
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
}

.movie_link_block .wrap a.red {
	color: #ff0033;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.movie_link_block .next_wrap {
	float: left;
}

.movie_link_block .prev_wrap {
	float: right;
}

.movie_link_block .next_block {
	background-color: #efefef;
	float: right;
	width: 100%;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 1px;
	font-size: 0.875rem;
	text-align: center;
	position: relative;
}

.movie_link_block .next_block .wrap {
	width: 383px;
	margin: 0;
	background-color: #efefef;
	text-align: left;
}

.movie_link_block .next_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_red.png) no-repeat left center;
	padding-left: 15px;
	font-size: 0.75rem;
	color: #cc0000;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.movie_link_block .next_block .arrow_block {
	position: absolute;
	top: 0px;
	left: -31px;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_left_gray_big.jpg) no-repeat left top;
}

.movie_link_block .prev_block {
	background-color: #efefef;
	float: left;
	width: 100%;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 0.875rem;
	position: relative;
}

.movie_link_block .prev_block .wrap {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	background-color: #efefef;
}

.movie_link_block .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	color: #cc0000;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.movie_link_block .prev_block .arrow_block {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 31px;
	height: 101px;
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_gray_big.jpg) no-repeat right top;
}

.movie_contents {
	border-top: solid 1px #e1e1e1;
	padding-top: 25px;
	margin-bottom: 50px;
}

.movie_contents li {
	margin-right: 25px;
	margin-bottom: 50px;
	width: 300px;
}

.movie_contents li .movie_block {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie_contents li .movie_block iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie_contents li .movie_title {
	font-size: 1rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #e1e1e1;
	line-height: 1.3;
	margin-bottom: 10px;
}

.movie_contents li .movie_description {
	font-size: 0.75rem;
	line-height: 1.5;
}

.movie_contents li:nth-child(3n) {
	margin-right: 0px;
}

.movie_contents.col2 {
	width: 750px;
	margin: 0 auto;
	padding-top: 0px;
	border: none;
}

.movie_contents.col2 li {
	width: 362px;
	margin-right: 24px;
}

.movie_contents.col2 li:nth-child(2n) {
	margin-right: 0px;
}

.movie_contents.col1 {
	width:auto;
	margin: 0 auto;
	padding-top: 0px;
	border: none;
}

.movie_contents.col1 li {
	width:auto;
	margin-right: 0px;
	margin-bottom: 25px;
}

/* sp */
body.set_smp .movie_link_block {
	margin-bottom: 25px;
	padding-bottom: 0px;
}

body.set_smp .movie_link_block .wrap {
	margin-bottom: 1px;
}

body.set_smp .movie_link_block .wrap a {
	display: block;
	text-decoration: none;
	color: #545454;
	font-size: 1.125rem;
	width: 50%;
}

body.set_smp .movie_link_block .next_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 1px;
	font-size: 0.688rem;
	text-align: center;
}

body.set_smp .movie_link_block .next_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}

body.set_smp .movie_link_block .next_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
}

body.set_smp .movie_link_block .next_block .red {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 0.625rem;
}

body.set_smp .movie_link_block .prev_block {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.688rem;
}

body.set_smp .movie_link_block .prev_block .wrap {
	width: 100%;
	padding: 0 10px;
	text-align: right;
}

body.set_smp .movie_link_block .prev_block .wrap p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
	height: 26px;
}

body.set_smp .movie_link_block .prev_block .red {
	background: url(https://s.yimg.jp/i/docs/csr/2016/images/icon_arrow_right_red.png) no-repeat right center;
	padding-right: 15px;
	zoom: 1;
	font-size: 0.625rem;
}

body.set_smp .movie_contents {
	padding: 20px 10px;
}

body.set_smp .movie_contents .caption {
	font-size: 0.875rem;
	text-align: center;
}

body.set_smp .movie_contents li {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	margin-bottom: 50px;
}

body.set_smp .movie_contents .movie_title {
	font-size: 1rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #9a9999;
	margin-bottom: 10px;
	height: auto;
	min-height: 30px;
}

body.set_smp .movie_contents .movie_block {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

body.set_smp .movie_contents .movie_block iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

body.set_smp .movie_contents.col2 {
	width: auto;
}

body.set_smp .movie_contents.col2 li {
	float: none;
	margin: 0 auto 50px;
}

body.set_smp .movie_contents.col1 {
	width: auto;
}

body.set_smp .movie_contents.col1 li {
	float: none;
	margin: 0 auto;
}
