@charset "utf-8";

/* ---------------------------------------- 
 - mainTitle 
---------------------------------------- */
#mainTitle #mainTitleCol {
	padding:100px 0 80px;
	position:relative;	
}
#mainTitle #mainTitleCol h2 {
	width:28.5%;
	max-width:215px;
	margin:0 auto 18px;
}
#mainTitle #mainTitleCol .number {
	width:5%;
	max-width:50px;
	margin:0 auto 30px;
}
#mainTitle #mainTitleCol h3 {
	width:22.5%;
	max-width:300px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
#mainTitle #mainTitleCol {
	padding:3.5em 0;
}
#mainTitle #mainTitleCol h2 {
	width:25%;
	max-width:180px;
	margin:0 auto 1.0em;
}
#mainTitle #mainTitleCol .number {
	width:8%;
	max-width:43px;
	margin:0 auto 1.5em;
}
#mainTitle #mainTitleCol h3 {
	width:49%;
	max-width:365px;
	margin:0 auto;
}
}

/* ---------------------------------------- 
 - report 
---------------------------------------- */
#report #reportCol {
	width:100%;
	margin:0 auto;
}
#report #reportCol .reportBox {
	width:100%;
	padding:0 0 100px;
}
#report #reportCol .reportBox .phtBox {
	position:relative;
	padding:0 0 40px;
}
#report #reportCol .reportBox .phtBox .txt {
	width:45%;
	max-width:450px;
	position:absolute;
	top:50px;	
	background:#fff;
	padding:35px 3% 30px;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
	box-sizing:border-box;
	font-size:24px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color:#003280;
	font-weight:bold;
	line-height:1.6;
	text-align:left;
}
#report #reportCol .reportBox:nth-child(odd) .phtBox .txt {
	left:0;
}
#report #reportCol .reportBox:nth-child(even) .phtBox .txt {
	right:0;
}
#report #reportCol .reportBox .phtBox .pht {
	width:80%;
	max-width:800px;	
}
#report #reportCol .reportBox:nth-child(odd) .pht {
	margin:0 0 0 auto;
}
#report #reportCol .reportBox:nth-child(even) .pht {
	margin:0 auto 0 0;
}
#report #reportCol .reportBox .txtBox {
	width:80%;
	max-width:800px;
	margin:0 0 0 auto;
	text-align:left;
	padding:0 15% 0 0;
	box-sizing:border-box;
}
#report #reportCol .reportBox .txtBox .leadBox {
	position: relative;
}
#report #reportCol .reportBox .txtBox .leadBox:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  /*-moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);*/
  background-color: #003280; /*下線の色*/
}
#report #reportCol .reportBox .txtBox .leadBox .lead {
	font-size:18px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color:#003280;
	font-weight:bold;
	line-height:1.6;
	text-align:left;
	padding:0 0 10px;
}
#report #reportCol .reportBox .txtBox .leadBox .country {
	font-size:12px;
}
#report #reportCol .reportBox .txtBox .txt {
	padding:50px 0 0;
}
@media screen and (min-width: 1200px) {
#report #reportCol .reportBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
#report #reportCol .reportBox {
	width:100%;
	padding:0 0 4.0em;
}
#report #reportCol .reportBox .phtBox {
	padding:0 0 2.0em;
}
#report #reportCol .reportBox .phtBox .txt {
	width:70%;
	max-width:525px;
	position:absolute;
	top:0;	
	background:#fff;
	padding: 1.2em 5% 1.0em;
	font-size:15px;
}
#report #reportCol .reportBox .phtBox .pht {
	width:91.5%;
	max-width:686px;
	padding:4.0em 0 0;	
}
#report #reportCol .reportBox:nth-child(odd) .pht {
	margin:0 auto;
}
#report #reportCol .reportBox:nth-child(even) .pht {
	margin:0 auto;
}
#report #reportCol .reportBox .txtBox {
	width:80%;
	max-width:600px;
	margin:0 auto;
	text-align:center;
	padding:0 0 0 0;
	box-sizing:border-box;
}
#report #reportCol .reportBox .txtBox .leadBox:before {
  left: 50%;
  bottom: -1.5em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
#report #reportCol .reportBox .txtBox .leadBox .lead {
	font-size:18px;
	padding:0 0 0.5em;
	text-align:center;
}
#report #reportCol .reportBox .txtBox .leadBox .country {
	font-size:13px;
}
#report #reportCol .reportBox .txtBox .txt {
	padding:3.0em 0 0;
	text-align:left;
}
}
