@charset "UTF-8";
/* //template v7.1.0
 */

/*
 ============================================================
  ファイル名：customize.css
 ============================================================
*/

/* ------------------------------------------------------------
	
	
	
	以下を目安に各色コードを変更してください。
	
	1.main   #002b9f (メインの透明度80%くらいの色 #3355b2)
	2.sub    #f2f5fa
	3.third  #d7d7d7 (濃い #393939 ／ すこし濃い #888888 ／ 薄い #ebebeb)
	4.fourth #e60012
	
	
	
   ------------------------------------------------------------ */


/*================================

 ★ メインカラー

================================*/

.hd__h1, 
.hd__h2:before, 
#gNav .gNav__btn, 
#aside, 
.pagetop_in a {
	background-color: #002b9f;
}

.hd__h2, 
.hd__h3, 
.btn_closetop, 
#header .mainsec__ttl a, 
.btn_closetop span:before, 
.s_modalwindow_detail .closebtn {
	color: #002b9f;
}

.s_modalwindow_detail .closebtn {
	border: 1px solid #002b9f;
}

#acMenu{
	border-bottom: 1px solid #002b9f;
}
#acMenu dt{
    border:#002b9f 1px solid;
}
#acMenu dd{
    background:#E6EBF3; /* メインカラーの10%  */
    border-left:#002b9f 1px solid;
    border-right:#002b9f 1px solid;
}

.btn__style01 a:before {
	border: 8px solid transparent;
	border-left-color: #002b9f;
}


.sec01__list li {
	border: 3px solid #002b9f;
}


/*================================

 ★ メインカラー（ロールオーバー/PCのみ）
 ※メインの透明度80%くらいの色

================================*/

@media only screen and (min-width: 641px) {
	
	#gNav .gNav__btn:hover, 
	.pagetop_in a:hover, 
	#aside .pagetop a:hover {
		background-color: #3355b2;
	}
	
}

/*==============================*/

/* ■基本の文字色 */
body {
	color: #333333;
}

/* ■aタグの文字色 */
a {
	color: #002b9f;
}

/* ■h1タグの色 */
.hd__h1 {
	color: #fff;
}

/* ■gNavの色 */
#gNav .gNav__btn {
	color: #fff;
}
#gNav .gNav__content {
	background: #fff;
	color: #fff;
}


/* ■btn_closetopの色 */
.btn_closetop {
	border: 1px solid #ccc;
}

/* ■footerの色 */
#footer {
	background: #ededed;
}

/* ■pagetop_inの色 */
.pagetop_in a {
	color: #fff;
}


/*================================================================

 ★ ボタンの設定
 ※メインカラーとロールオーバーのカラーを使用、適宜変更
 
================================================================*/
.btn__style03 a, .btn__style03 > span, 
.btn__style05 a, .btn__style05 > span, 
.btn__style06 a, .btn__style06 span {
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002b9f),color-stop(100%, #3355b2));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #002b9f 0%,#3355b2 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #002b9f 0%, #3355b2 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #002b9f 0%,#3355b2 100%);
	color: #fff;
}

@media only screen and (min-width: 641px) {
	
	.btn__style03 a:hover, .btn__style03 > span:hover, 
	.btn__style05 a:hover, .btn__style05 > span:hover, 
	.btn__style06 a:hover, .btn__style06 span:hover {
		  background:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002b9f),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #3355b2 0%,#002b9f 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #3355b2 0%, #002b9f 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #3355b2 0%,#002b9f 100%);
		  color: #ccc;
	}
	
}



/*================================================================

 ★ index.html
 
================================================================*/

.sec01__list03, 
.sec01__list02,
.sec01__list01 {
	border: 1px solid #002b9f;
}
#top .sec02 {
	background: #002b9f;
}
.noticesec01 {
	border: 2px solid #002b9f;
}
.noticesec01__ttl, 
.sec03 .linkpanel__ttl {
	color: #002b9f;
}

#top .sec01__list li, 
.sec03 .linkpanel__box01, 
.sec03 .linkpanel__box02 {
	border: 1px solid #002b9f;
}



/*================================
 ★ 「開催概要」部分の設定
================================*/

#top .sec01 {
	background: #d7d7d7;
}
.sec01 .sec01__title {
	color: #393939; 
}

.tbl__style01 .tbl__head {
	color: #393939;
	background: #ebebeb;
}
.tbl__style01 .tbl__detail {
	background: #fff;
}	


@media only screen and (min-width: 641px) {
	
	#top .sec01 .inner {
		border: 2px solid #888888;
	}
	#top .tbl__style01, 
	#top .tbl__style01 .tbl__head, 
	#top .tbl__style01 .tbl__detail {
		border: 1px solid #888888;
	}
	
	/* ■sec01__listの設定 */
	#top .sec01__list03 {
		min-height: 250px;
	}
	#top .sec01__list02 {
		min-height: 305px;
	}
	#top .sec01__list01 {
		min-height: 331px;
	}


}

@media only screen and (max-width: 640px) {
	
	#top .tbl__style01 {
		border-top: 1px solid #888888;
	}
	#top .tbl__style01 .tbl__head {
		border-bottom: 1px solid #888888;
	}
	#top .tbl__style01 .tbl__detail {
		border-bottom: 1px solid #888888;
	}
	
}

/*================================
 ★ 議決権行使部分の設定
 ※メインの透明度20%くらいの色
================================*/

.tbl__style02 .tbl__head, 
.sec03 .linkpanel__ttl {
	background: #f2f5fa;
}

/*================================
 ★ インターネットの期間の設定
================================*/

.tbl__style02, 
.tbl__style02 .tbl__head, 
.tbl__style02 .tbl__detail {
	border: 1px solid #e60012;
}
.tbl__style02 .tbl__head {
	background: #e60012;
	color: #fff;
}

/*================================
 ★ お問い合わせの色設定
 ※メインの透明度20%くらいの色
================================*/

.noticesec01 {
	background: #f2f5fa;
}


/*================================
 ★ header部分の設定
================================*/

@media only screen and (min-width: 641px) {

#header {
	margin-bottom: 40px;
}
#header #logo,
#header__top #logo  {
	position: absolute;
	width: 230px;
	height: 55px;
	left: 10px;
	top: 17px;
	background: url(../imgs/logo01.png) no-repeat left top;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum,
#header__top .codenum  {
	position: absolute;
	left: 320px;
	top: 45px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

#header .inner {
	position: relative;
	width: 1020px;
	height: 90px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	position: absolute;
	width: 420px;
	height: 29px;
	left: 508px;
	top: 35px;
}
#header .mainsec__ttl a {
	display: block;
	z-index:10;
	position: absolute;
	font-size: 25px;
}
#header .mainsec__ttl img {
	display: none;
}

#header__top {
	min-height: 441px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center top;
}

#header__top .sdemo {
	position: absolute;
	left:480px;
	top:25px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#header__top .top_mainsec__ttl img {
	display: none;
}

}

@media only screen and (max-width: 640px) {

#header #logo,
#header__top #logo {
	position: absolute;
	width: 113px;
	height: 27px;
	left: 11px;
	top: 8px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 113px auto;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum,
#header__top .codenum {
	position: absolute;
	left: 155px;
	top: 20px;
	font-size: 9px;
	font-size: 0.5rem;
	font-weight: bold;
}

#header .inner {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	display:none;
}

#header__top {
	min-height: 408px;
	background: url(../../imgs/sp/top_main_bg01.jpg) no-repeat center top;
	background-size: 320px auto;
}

#header__top .sdemo {
	position: absolute;
	left:180px;
	top:8px;
}
#header__top .sdemo img {
	width:80px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}


}


/*================================================================

 ★ /election/
 
================================================================*/

.tbl__style03 .tbl__head {
	color: #002b9f;
}

.election_box{
	border: 3px solid #002b9f;
}

@media only screen and (min-width: 641px) {
	
	.tbl__style03, 
	.tbl__style03 .tbl__detail, 
	.tbl__style03 .tbl__head {
		border: 1px solid #002b9f;
	}

p.electionTitle{
	color: #002b9f;
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 1.7;
	margin-bottom: 0.71429rem !important;
	}
}

@media only screen and (max-width: 640px) {

	.tbl__style03 .tbl__head, 
	.tbl__style03 .tbl__detail {
		border-top: 1px solid #002b9f;
	}
p.electionTitle{
	color: #002b9f;
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    line-height: 1.7;
	margin-bottom: 0em !important;
	margin-top: 0.5em !important;
	}
}

/*================================
 肩書きのアイコン
 ※メインまたはメイン透明度変えた色
================================*/

.icn_sainin{
	background: #002b9f;
	border: 1px solid #002b9f;
	color: #fff;
}
.icn_shinnin{
	border: 1px solid #002b9f;
	color: #002b9f;
}
.icn_syagai{
	background: #f2f5fa;
	border: 1px solid #002b9f;
	color: #002b9f;
}
.icn_doku{
	background: #f2f5fa;
	border: 1px solid #002b9f;
	color: #002b9f;
}
.icn_yaku{
	background: #f2f5fa;
	border: 1px solid #002b9f;
	color: #002b9f;
}

/*================================
 ★ 表の設定
 ※メインの透明度20%くらいの色
================================*/

#election .tbl__style03 .tbl__head {
	background: #f2f5fa;
}
#election .tbl__style03 .tbl__detail {
	background: #fff;
	vertical-align: middle;
}

/* ■ナンバーの設定　追加あればその数分追加 */

@media only screen and (min-width: 641px) {
	
	#election .sec01__list01:before {
		content: '1';
	}
	#election .sec01__list02:before {
		content: '2';
	}
	#election .sec01__list03:before {
		content: '3';
	}
	#election .sec01__list04:before {
		content: '4';
	}
	#election .sec01__list05:before {
		content: '5';
	}
	#election .sec01__list06:before {
		content: '6';
	}
	#election .sec01__list07:before {
		content: '7';
	}
	#election .sec01__list08:before {
		content: '8';
	}
	#election .sec01__list09:before {
		content: '9';
	}
	#election .sec01__list10:before {
		content: '10';
	}
	
}

@media print, screen and (max-width: 640px) {
	
	#election .sec01__list01:after {
		content: '1';
	}
	#election .sec01__list02:after {
		content: '2';
	}
	#election .sec01__list03:after {
		content: '3';
	}
	#election .sec01__list04:after {
		content: '4';
	}
	#election .sec01__list05:after {
		content: '5';
	}
	#election .sec01__list06:after {
		content: '6';
	}
	#election .sec01__list07:after {
		content: '7';
	}
	#election .sec01__list08:after {
		content: '8';
	}
	#election .sec01__list09:after {
		content: '9';
	}
	#election .sec01__list10:after {
		content: '10';
	}


}



/*================================================================

 ★ /report/
 
================================================================*/

/*================================
 ★ メインの透明度20%くらいの色
================================*/

.sec01__list_02 li {
	background: #f2f5fa;
}

.sec01__list_02 li .election__btn {
	background: #f2f5fa;
}


/*================================================================
 ★ セグメントの色設定
================================================================*/

#report .sec02__list01 {
	min-height: auto;
	border: 2px solid #002b9f;
}
#report .sec02__list02 {
	min-height: auto;
	border: 2px solid #96a302;
}
#report .sec02__list03 {
	min-height: auto;
	border: 2px solid #9f0015;
}
#report .sec02__list04 {
	min-height: auto;
	border: 2px solid #9C6A9F;
}
#report .sec02__list05 {
	min-height: auto;
	border: 2px solid #DD6673;
}
#report .sec02__list06 {
	min-height: auto;
	border: 2px solid #298f9b;
}
#report .sec02__list07 {
	min-height: auto;
	border: 2px solid #be3737;
}
#report .sec02__list08 {
	min-height: auto;
	border: 2px solid #c6de41;
}

/* ■specialListの色 */
#report .specialList > li.color01 {
	background-color: #002b9f;
	position: relative;
}
#report .specialList > li.color01 > .content {
	border: 3px solid #002b9f;
}
#report .specialList > li.color02 {
	background-color: #96a302;
	position: relative;
}
#report .specialList > li.color02 > .content {
	border: 3px solid #96a302;
}
#report .specialList > li.color03 {
	background-color: #9f0015;
	position: relative;
}
#report .specialList > li.color03 > .content {
	border: 3px solid #9f0015;
}
#report .specialList > li.color04 {
	background-color: #9C6A9F;
	position: relative;
}
#report .specialList > li.color04 > .content {
	border: 3px solid #9C6A9F;
}
#report .specialList > li.color05 {
	background-color: #DD6673;
	position: relative;
}
#report .specialList > li.color05 > .content {
	border: 3px solid #DD6673;
}
#report .specialList > li.color06 {
	background-color: #298f9b;
	position: relative;
}
#report .specialList > li.color06 > .content {
	border: 3px solid #298f9b;
}
#report .specialList > li.color07 {
	background-color: #be3737;
	position: relative;
}
#report .specialList > li.color07 > .content {
	border: 3px solid #be3737;
}
#report .specialList > li.color08 {
	background-color: #c6de41;
	position: relative;
}
#report .specialList > li.color08 > .content {
	border: 3px solid #c6de41;
}
#report .specialList > li.grayOut {
	background-color: #eee;
}

#report .segment{
	float: left;
    margin: 45px 20px 0px 0px;
    width: 465px;
	}
#report .segment .seg_title{
	position: relative;
	min-height: 50px;
	}

/*詳細はこちらボタン*/
.specialList > li > a > .text_btn01 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #002b9f;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn01:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #002b9f;
}
.specialList > li > a > .text_btn01:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn02 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #96a302;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn02:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #96a302;
}
.specialList > li > a > .text_btn02:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn03 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #9f0015;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn03:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #9f0015;
}
.specialList > li > a > .text_btn03:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn04 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #9C6A9F;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn04:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #9C6A9F;
}
.specialList > li > a > .text_btn04:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn05 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #DD6673;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn05:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #DD6673;
}
.specialList > li > a > .text_btn05:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn06 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #298f9b;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn06:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #298f9b;
}
.specialList > li > a > .text_btn06:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn07 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #be3737;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn07:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #be3737;
}
.specialList > li > a > .text_btn07:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn08 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #c6de41;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn08:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 17px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #c6de41;
}
.specialList > li > a > .text_btn08:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}				
	
/* 円グラフが無い場合 */
/*#report .specialList > li.color04 > a > .text {
    font-size: 20px;
    padding: 45px 12px 0px 12px;
    text-align: center;
}
#report .specialList > li.color04 > a > .text_btn04 {
    font-size: 18px;
    padding: 8px 35px;
    margin: 40px auto 11px;
    width: 190px;
    height: 34px;
}
#report .specialList > li.color04 {
	height: 190px !important;
	}
#report .specialList > li.color04 > a {
	height: 190px !important;
	}
#report .specialList > li > a > .text_btn04:before {
	bottom: 56px;
    right: 75px;;
}
#report .specialList > li > a > .text_btn04:after {
	bottom: 61px;
    right: 76px;
	}		*/


/*セグメントグラフの色*/	
#report .segment .seg_title p.title_color01{
	background-color: #002b9f;
    width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #96a302;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #9f0015;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #DD6673;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #298f9b;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}			
#report .segment .seg_title p.title_color07{
	background-color: #be3737;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color08{
	background-color: #c6de41;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}		
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06,
#report .segment .seg_title .pie_chart07,
#report .segment .seg_title .pie_chart08{
	position: absolute;
    top: -37px;
    right: 30px;
	width: 140px;
    height: 140px;
	}
#report .segment .seg_title .pie_ratio01,
#report .segment .seg_title .pie_ratio02,
#report .segment .seg_title .pie_ratio03,
#report .segment .seg_title .pie_ratio04,
#report .segment .seg_title .pie_ratio05,
#report .segment .seg_title .pie_ratio06,
#report .segment .seg_title .pie_ratio07,
#report .segment .seg_title .pie_ratio08{
	font-size: 11px;
    display: inline-block;
    position: absolute;
    top: 30%;
    right: 13%;
	}	
#report .segment .seg_sales{
	margin: 25px 0px;
	clear: both;
	}	
#report .segment .seg_sales .graph{
	float: left;
	padding: 0px 15px 0px 0px;
	}	
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06,
#report .segment .seg_sales .graph .bar_graph07,
#report .segment .seg_sales .graph .bar_graph08{
	width: 200px;
	height: 140px;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 11px;
	text-align: right;
	}	
#report .segment .seg_sales .text{
	float: left;
	padding: 50px 0px 0px 0px;
	}
#report .segment .seg_sales .text p{
	margin: 0px 0px 0px 10px;
	text-align: right;
	}		
#report .segment .seg_sales .text p span.chartLastValue{
	font-size: 24px;
	}
#report .segment .seg_sales .text p span.ratio{
	font-size: 24px;
	}	
	
@media print, screen and (max-width: 640px) {
#report .segment{
	float: none;
    margin: 22px 0px 0px;
    width: 100%;
    height: 100%;
	}	
#report .segment .seg_title p.title_color01{
	background-color: #002b9f;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #96a302;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #9f0015;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #DD6673;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #298f9b;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}	
#report .segment .seg_title p.title_color07{
	background-color: #be3737;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color08{
	background-color: #c6de41;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}		
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06,
#report .segment .seg_title .pie_chart07,
#report .segment .seg_title .pie_chart08{
	position: absolute;
    top: -26px;
    right: 15px;
    width: 90px;
    height: 90px;
	}
#report .segment .seg_sales {
    margin: 6px 0px;
    clear: both;
}	
#report .segment .seg_sales .graph {
    float: none;
    padding: 0px;
}
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06,
#report .segment .seg_sales .graph .bar_graph07,
#report .segment .seg_sales .graph .bar_graph08	{
	width: 75%;
    height: 150px;
    margin: 0 auto;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 11px;
    text-align: right;
    width: 100%;
	margin: 0px;
    padding: 0px 33px 0px;
	}
#report .segment .seg_sales .graph tspan{
	font-size: 11px;
	}	
#report .segment .text p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 15px;
	width: 85%;
	}		
#report .color01 .segment .text{
	padding: 5px;
	border-top: 2px solid #002b9f;
	border-bottom: 2px solid #002b9f;
	margin: 13px 0;	
	float: none;
}
#report .color02 .segment .text{
	padding: 5px;
	border-top: 2px solid #96a302;
	border-bottom: 2px solid #96a302;
	margin: 13px 0;	
	float: none;
}
#report .color03 .segment .text{
	padding: 5px;
	border-top: 2px solid #9f0015;
	border-bottom: 2px solid #9f0015;
	margin: 13px 0;	
	float: none;
}
#report .color04 .segment .text{
	padding: 5px;
	border-top: 2px solid #9C6A9F;
	border-bottom: 2px solid #9C6A9F;
	margin: 13px 0;	
	float: none;
}	
#report .color05 .segment .text{
	padding: 5px;
	border-top: 2px solid #DD6673;
	border-bottom: 2px solid #DD6673;
	margin: 13px 0;	
	float: none;
}	
#report .color06 .segment .text{
	padding: 5px;
	border-top: 2px solid #298f9b;
	border-bottom: 2px solid #298f9b;
	margin: 13px 0;	
	float: none;
}
#report .color07 .segment .text{
	padding: 5px;
	border-top: 2px solid #be3737;
	border-bottom: 2px solid #be3737;
	margin: 13px 0;	
	float: none;
}		
#report .color08 .segment .text{
	padding: 5px;
	border-top: 2px solid #c6de41;
	border-bottom: 2px solid #c6de41;
	margin: 13px 0;	
	float: none;
}			
#report .segment .seg_sales .text p span.chartLastValue{
	font-size: 21px;
	}
#report .segment .seg_sales .text p span.ratio{
	font-size: 21px;
	}
#report .graph_btn01,
#report .graph_btn02,
#report .graph_btn03,
#report .graph_btn04,
#report .graph_btn05,
#report .graph_btn06,
#report .graph_btn07,
#report .graph_btn08{
	display: block;
	}	
		
}

/*Q-IR、セグメントグラフ*/
.chartRenderColumn{
	position:relative;
}
.chartRenderColumn .columnBackground{
    background-color:#DDD;
}
.chartRenderCircle .circleBackground{
    width: 120px;
    height: 120px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #FFF;
    border-radius: 100%;
    text-align: center;
}
.chartRenderCircle .circleText{
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:995;
}
.chartRenderCircle .circleText .circleText_label{
	display: none;
}
.chartRenderCircle .circleText .circleText_value{
	font-size:22px;
	font-weight:bold;
}
[data-category="summary"]{
	width:48%;
	min-height:385px;
	float:left;
	margin-bottom:30px;
}
[data-category="summary"]:nth-of-type(2n+1) {
	clear:both;
}
[data-category="summary"]:nth-of-type(2n) {
	float:right;
}
[data-category="summary"] .chartUnit{
	text-align:right;
}
[data-category="summary"] .chartRenderColumn{
	height:280px;
}
[data-category="summary"] .chartTable table,
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-style:solid;
	border-color:#d9d9d9;
}
[data-category="summary"] .chartTable table{
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-collapse:collapse;
	width:100%;
}
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-top-width:0;
	border-left-width:0;
	border-right-width:1px;
	border-bottom-width:1px;
	vertical-align:middle;
}
[data-category="summary"] .chartTable table th{
	background-color:#f0f2f6;
	padding:1px;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
[data-category="summary"] .chartTable table td{
	text-align:right;
	padding-right:1px;
}


[data-category="segmentSP"] .graph_btn01.chartRenderCircle,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle,
[data-category="segmentSP"] .graph_btn05.chartRenderCircle,
[data-category="segmentSP"] .graph_btn06.chartRenderCircle,
[data-category="segmentSP"] .graph_btn07.chartRenderCircle,
[data-category="segmentSP"] .graph_btn08.chartRenderCircle{
	width:130px;
	height:130px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle,
[data-category="segmentSP"] .pie_chart05.chartRenderCircle,
[data-category="segmentSP"] .pie_chart06.chartRenderCircle,
[data-category="segmentSP"] .pie_chart07.chartRenderCircle,
[data-category="segmentSP"] .pie_chart08.chartRenderCircle{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .circleText{
	color:#000
}

[data-category="segmentSP"] .graph_btn01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn05.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn06.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn07.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn08.chartRenderCircle .circleBackground{
    width: 110px;
    height: 110px;
    top: 10px;
    left: 10px;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart05.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart06.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart07.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart08.chartRenderCircle .circleBackground{
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
}
.highcharts-container{
	z-index:1;
	position:relative;
}
.highcharts-axis-labels{
	font-size:7px;
}


@media screen and (max-width: 640px){
	[data-category="summary"]{
		width:100%;
		min-height:370px;
	}
	.chartRenderCircle .circleText .circleText_label{
	    display: none;
    }

	.chartRenderCircle .circleText{
		top: 43%;
	}
    
    [data-category="summary"] .chartTable table{
        font-size: 0.8rem;

}
}


/*================================================================

 ★ message
 
================================================================*/

.sec01_m p {
	line-height: 1.7 !important;
}

.sec01_m {
	overflow: hidden !important;
	padding: 12px 10px !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.trim img{
    width: 90%;
}

@media print, screen and (max-width: 640px) {
.trim{
    overflow: hidden;
    height: 150px;
    position: relative;
	margin-bottom: 16px;
	margin-bottom: 1.14286rem !important;
	text-align: center;
}

.trim img{
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
}
}
/*================================================================

 ★ 汎用
 
================================================================*/

/*.Text_Box{
	border: 3px solid #002b9f;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}

.Text_Area{
	background: #f2f5fa;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}
@media print, screen and (max-width: 640px) {
.Text_Box{
	margin: 10px;
}

.Text_Area{
	margin: 10px;
}



.segment_box{
	border: 2px solid #728CC0;
	padding: 20px;
	}
@media only screen and (max-width: 640px) {
.segment_box{
	padding: 0 5px;
	margin: 10px;
	height: 390px;
	}
}	
*/

.segment_box{
    margin-bottom: 40px;
    padding: 20px !important;
    border: 2px solid #002b9f;
}	
.segment_box p:last-of-type{
    margin-bottom: 0px !important;
}	

@media print, screen and (max-width: 640px) {
	
	.height01 {
		height: 155px !important;
	}
	.height02 {
		height: 180px !important;
	}
	.height03 {
		height: 214px !important;
	}
	
	.segment_box {
		padding: 10px;
		margin: 10px 10px 40px 15px;
	}
	.sec01.open {
		height: auto !important;
	}

}
.glayBox {
    border: 3px solid #CCC;
    padding: 15px;
}
.colorBox {
    border: 3px solid #002b9f;
    padding: 15px;
}
/*================================================================

 ★ asideの設定
 
================================================================*/


@media only screen and (min-width: 641px) {
#aside .btn__style--jadgeL a:before {
    width: 52px;
    height: 52px;
    background: url(../imgs/icn_judge01.png) no-repeat left top;
    border: none;
    margin: -14px 0 -13px -85px !important;
	}
    
    
}


@media only screen and (max-width: 640px) {
	
#aside .btn__style--jadgeL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
	line-height: 1.4 !important;
}

#aside .btn__style--pdfL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
	line-height: 1.4 !important;
}
    
#aside .btn__style--jadgeL a:before {
    top: 14px !important;
    background-size: 33px auto !important;
}

}



/*================================================================

 ★ スマート行使の設定
 
================================================================*/
.smartBox{
	border: 1px solid #002b9f;
	padding: 5px 15px;
	margin: 0px 0px 20px 0px;
	}
.smartBox__read{
	background: #002b9f;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
	}	
.smartBox__ttl{
	font-size: 1.8rem;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	}	
.smartBox__ttl img{
	vertical-align: middle !important;
	}		
.smartBox p{
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7;
    margin-bottom: 16px;
    margin-bottom: 1.14286rem;
	}
.koushiImg{
	text-align: center;
	margin-bottom: 24px;
    margin-bottom: 1.71429rem;
	}	
.koushiImg__item{
	width: 65%;
	}
.pcBtn{
	text-align: center;
	}
.pcBtn a{
	font-size: 1.5rem !important;
	font-size: 24px !important;
	}	
.pcBtn .btn__style05 img{
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	}			
	
.smartAttention:after{
	display: block;
	content:"";
	clear: both;
	}	
.smartAttention__ttl{
	float: left;
	padding: 5px 10px 3px 10px;
	background: #FF3;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	margin: 0px 20px 0px 0px;
	width: 60px;
	}	
.smartAttention__txt{
	float: left;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 12px;
    margin-bottom: 0.750rem;
	width: 628px;
	}	
.modalTop .otherImg{
	display: none;
	}	
body:not(.modalTop) .topImg{
	display: none;
	}	
body:not(.modalTop) .otherImg{
	display: block;
	}	
@media only screen and (max-width: 640px) {	
.koushiImg__item{
	width: 100%;
	}
.smartAttention__ttl{
	margin: 0px 0px 8px 0px;
	padding: 5px 3px 3px 3px;
	}		
.smartAttention__txt{
	width: 100%;
	}
.smartBox {
    padding: 5px 10px;
}		
.smartBox__ttl {
    font-size: 1.2rem;
    font-size: 19px;
	padding: 10px 0px;
}	
.pcBtn a {
    font-size: 1.25rem !important;
    font-size: 20px !important;
    padding: 10px 0px;
}	
	}	
	
/*================================================================

 ★ アンケート
 
================================================================*/
.enqBox{
	border: 5px solid #DDDDDD;
	padding: 25px;
	width: 1000px;
	margin: 0 auto;
	}
.enqBox_ttl{
	background: #064085;
	height: 60px;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	padding: 8px 0px 8px 53px;
	position: relative;
	margin-bottom: 30px;
	}
.enqBox_ttl:before{
	content: "";
    position: absolute;
    top: 11px;
    left: 35%;
    background: url(../../imgs/enqicon.png) no-repeat;
    width: 40px;
    height: 33px;
	}		
.enqBox_ttl:after{
	position: absolute;
    bottom: -15px;
    left: 48%;
    border-top: 15px solid #002b9f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0;
    content: "";
	}	
.enqBox p.enqBox_txt{
	line-height: 1.7;
    font-size: 18px;
    font-size: 1.125rem;
	text-align: center;
	margin-bottom: 25px;
	}
.medalBox{
	width: 600px;
	float: left;
	padding: 15px 0px 0px 60px;
	margin: 0 0 40px 0;
	}	
.medalBox_txt{
	line-height: 1.0;
    font-size: 18px;
    font-size: 1.125rem;
	margin-bottom: 15px;
	}	
.medalBox_txtRed{
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
	}	
.medalBox_txtBig{
	font-size: 30px;
	}		
.medalBox_period{
	background: #f2f5fa;
	border-radius: 25px;
	line-height: 1.7;
    font-size: 18px;
    font-size: 1.125rem;
	text-align: center;
	color: #002b9f;
	font-weight: bold;
	height: 50px;
	width: 380px;
	padding: 10px;
	}	
.medalIcon{
	width: 340px;
	float: left;
	text-align: right;
	}	
.enqbnr{
	display: block;
	text-align: center;
	}	
.enqbnr_sp{
	display: none;
	}		
.enqbnr:hover{
	opacity: 0.7;
	}		
@media print, screen and (max-width: 640px) {
.enq{
	padding-left: 16px;
	padding-left: 1.14286rem !important;
	padding-right: 16px;
	padding-right: 1.14286rem !important;
	}
.enqBox{
	width: 100%;
	padding: 12px;
	}	
.enqBox_ttl{
	background: #064085;
    height: 45px;
    line-height: 1.2 !important;
    font-size: 17px;
    color: #FFF;
    text-align: left;
    padding: 13px 0px 13px 68px;
    position: relative;
    margin-bottom: 30px;
	}
.enqBox_ttl:before{
	content: "";
    position: absolute;
    top: 9px;
    left: 12%;
    background: url(../../imgs/enqicon.png) no-repeat;
    background-size: 30px;
	}		
.enqBox_ttl:after{
	position: absolute;
    bottom: -15px;
    left: 43%;
    border-top: 15px solid #002b9f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0;
    content: "";
	}		
.enqBox p.enqBox_txt{
	line-height: 1.7;
    font-size: 14px;
    font-size: 0.875rem;
	text-align: left;
	margin-bottom: 10px;
	}
.medalBox{
	width: auto;
	float: none;
	padding: 0px;
	margin: 0 0 20px 0;
	}	
.medalBox_txt{
	line-height: 1.2 !important;
    font-size: 14px;
    font-size: 0.875rem;
	margin-bottom: 15px;
	text-align: center;
	}	
.medalBox_txtRed{
	line-height: 1.0 !important;
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
	}	
.medalBox_txtBig{
	line-height: 1.2 !important;
	font-size: 26px;
	line-height: 1.0;
	}		
.medalBox_period{
	background: #f2f5fa;
	border-radius: 25px;
	line-height: 1.0;
    font-size: 15px;
    font-size: 0.938rem;
	text-align: center;
	color: #002b9f;
	font-weight: bold;
	height: 50px;
	width: auto;
	padding: 12px 0px !important;
	}	
.medalIcon{
	width: auto;
    float: none;
    text-align: center;
	margin-bottom: 25px;
	}
.medalIcon img{
	width: 130px;
	}		
.enqbnr{
	display: none;
	}
.enqbnr_sp{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	}	
.enqbnr_sp img{
	width: 246px;
	}		
.enqbnr:hover{
	opacity: 0;
	}		
}	
	
/*================================================================

 ★ カスタマイズ
 
================================================================*/	