@charset "utf-8";
/* ===========================
COMMON
--------------------------- */
#bg{
  background-image: url("../../img/sp/bg_all_sp.png");
  background-position: center 0;
  background-repeat:repeat-y;
  background-size: 100%;
}
.pc{
  display: none !important;
}
p{
  line-height: 1.8;
  margin: 0 5px 20px 0;
}
.icon{
  margin: 0 5px !important;
  vertical-align: middle;
}
#cover{
  display: none;
}
#cover.active{
  display: block;
  background-color: #e6e6e6;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.inlineb{
  display: inline-block;
}

/* normallink */
a.normallink:link{
	color:#0059be;
	text-decoration: underline;
}
a.normallink:visited{
	color:#0059be;
	text-decoration: underline;
}
a.normallink:hover{
	color:#1787e6;
	text-decoration: underline;
}
a.normallink:active{
	color:#1787e6;
	text-decoration: underline;
}

/* nav
----------------- */
#nav{
  display: none;
}




/* header
-------------------- */
#header{
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 9px 5px -11px rgba(0,0,0,0.6);
}
#header .inner{
  display: flex;
  justify-content: space-between;
}
#logo{
  width: calc((400/750)*100vw);
  padding: calc((22/750)*100vw) 0 0 calc((24/750)*100vw);
}
#logo img{
  width: calc((376/750)*100vw);
  height: auto;
}
#hnav{
  display: none;
}

#btnprint{
  display: none;
}

/* spnav */
#spnav{
  display: block;
  width: 100%;
  background-color: #e6e6e6;
  position: fixed;
  overflow: scroll;
  height: calc(100% - ((100/750) * 100vw));
  top: calc((100/750)*100vw);
  margin: calc((-2000/750)*100vw) 0 0 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
}
#spnav.active{
  margin: 0 0 0 0;
  transition: all .3s;
}

/* 1 */
#spnav .spnavmain ul li{
  border-bottom: 1px solid #FFFFFF;
}
#spnav .spnavmain ul li a{
  display: block;
  box-sizing: border-box;
  color: #FFFFFF;
  background-color: #102f77;
  padding: 15px calc((90/750)*100vw) 15px 15px;
  line-height: 1.6;
  position: relative;
}
#spnav .spnavmain > ul > li > a::after{
  content: "";
  position: absolute;
  right: calc((30/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((14/750)*100vw);
  height: calc((24/750)*100vw);
  background-image: url("../../img/sp/icon_spnav1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((14/750)*100vw) calc((24/750)*100vw);
}
#spnav .spnavmain > ul > li > a.btnopen::after{
  content: "";
  position: absolute;
  right: calc((30/750)*100vw);
  top: calc(50% - ((15/750)*100vw));
  width: calc((30/750)*100vw);
  height: calc((30/750)*100vw);
  background-image: url("../../img/sp/icon_spnav2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((30/750)*100vw) calc((60/750)*100vw);
}
#spnav .spnavmain > ul > li > a.btnopen.open::after{
  background-position: 0 bottom;
}

/* 2 */
#spnav .spnavmain ul li ul{
  background-color: #f2f2f2;
  display: none;
}
#spnav .spnavmain ul li ul li{
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
}
#spnav .spnavmain ul li ul li a{
  color: #333333;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 15px;
  padding: 15px calc((90/750)*100vw) 15px 0;
  box-sizing: border-box;
}
#spnav .spnavmain > ul > li > ul > li > a::after{
  content: "";
  position: absolute;
  right: calc((30/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((14/750)*100vw);
  height: calc((24/750)*100vw);
  background-image: url("../../img/sp/icon_spnav3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((14/750)*100vw) calc((24/750)*100vw);
}
#spnav .spnavmain > ul > li > ul > li > a.btnopen::after{
  content: "";
  position: absolute;
  right: calc((30/750)*100vw);
  top: calc(50% - ((15/750)*100vw));
  width: calc((30/750)*100vw);
  height: calc((30/750)*100vw);
  background-image: url("../../img/sp/icon_spnav4.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((30/750)*100vw) calc((60/750)*100vw);
}
#spnav .spnavmain > ul > li > ul > li > a.btnopen.open::after{
  background-position: 0 bottom;  
}

/* 3 */
#spnav .spnavmain > ul > li > ul > li > ul{
  margin: 0 15px;
}
#spnav .spnavmain > ul > li > ul > li > ul > li a{
  margin: 0 0 0 15px;
}
#spnav .spnavmain > ul > li > ul > li > ul > li a::after{
  content: "";
  position: absolute;
  right: calc((30/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((14/750)*100vw);
  height: calc((24/750)*100vw);
  background-image: url("../../img/sp/icon_spnav3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((14/750)*100vw) calc((24/750)*100vw);
}
#snav{
  display: none;
}
#navbtm{
  display: none;
}
/* spnavbtm */
.spnavbtm{
  background-color: #e6e6e6;
  padding:calc((64/750)*100vw) calc((30/750)*100vw);
}
.spnavbtm ul{
  width: calc((690/750)*100vw);
  margin: 0 auto;
}
.spnavbtm ul li{
  margin: 0 0 calc((16/750)*100vw) 0;
}
.spnavbtm ul li a{
  display: flex;
  background-color: #102f77;
  color: #FFFFFF;
  width: 100%;
  height: calc((100/750)*100vw);
  line-height: calc((100/750)*100vw);
  justify-content: center;
  align-items: center;
  position: relative;
}
.spnavbtm ul li a::before{
  content: "";
  position: absolute;
  left: calc((30/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((14/750)*100vw);
  height: calc((24/750)*100vw);
  background-image: url("../../img/sp/icon_spnav1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((14/750)*100vw) calc((24/750)*100vw);
}
.spnavbtm ul li:last-child a{
  background-color: #FFFFFF;
  color: #333333;
}
.spnavbtm ul li:last-child a::before{
  content: "";
  position: absolute;
  left: calc((30/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((14/750)*100vw);
  height: calc((24/750)*100vw);
  background-image: url("../../img/sp/icon_spnav3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((14/750)*100vw) calc((24/750)*100vw);
}
.btnlangchg{
  cursor: pointer;
}

/* links */
#links{
  background-color: #444444;
  padding: 0;
}
#links .inner{
}
#links ul li{
  border-bottom: 1px solid #666666;
}
#links ul li a{
  color: #FFFFFF;
  padding: calc((30/750)*100vw);
  box-sizing: border-box;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

#links .linkbox > ul > li{
  margin: 0;
}
#links .linkbox > ul{
  border-bottom: 1px solid #666666;
}
#links .linkbox > ul > li ul{
  margin: 0;
  background-color: #555555;
  border-top: 1px solid #666666;
}
#links .linkbox > ul > li ul.flex,
#links .linkbox > ul > li ul.spflex{
  display: flex;
  flex-wrap: wrap;
}
#links .linkbox > ul > li ul li{
  display: flex;
  align-items: center;
}
#links .linkbox > ul > li ul.flex li,
#links .linkbox > ul > li ul.spflex li{
  width: 50%;
  border-right: 1px solid #666666;
  box-sizing: border-box;
}
#links .linkbox > ul > li ul.spflex li.splong{
  width: 100%;
}
#links ul li:last-child{
  border-bottom: none;
}

#links ul li.spbtm{
  border-bottom: none;
}

/* footer
----------------- */
#footer{
  background-color: #fefefe;
  position: relative;
}


/* fnav */
#fnav{
  padding:0 0 0 calc((34/750)*100vw);
}
#fnav ul{
  display: flex;
}
#fnav ul li{
  margin: 0 16px 0 0;
  padding: 0 16px 0 0;
  position: relative;
}
#fnav ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 13px;
  background-color: #FFFFFF;
}
#fnav ul li:last-child::after{
  display: none;
  margin: 0;
  padding: 0;
}
#fnav ul li a{
  color: #333333;
  line-height: calc((95/750)*100vw);
}
/* copy */
#copy{
  color: #666666;
  text-align: center;
  padding: 20px 0 calc((120/750)*100vw) 0;
  border-top: 1px solid #f2f2f2;
}


/* btnpagetop
---------------- */
#btnpagetop{
	position: absolute;	
	z-index: 10;
	right: 0;
}
#btnpagetop.fix{
	position:fixed !important;
	top:auto;
	bottom:0;
}
#btnpagetop a{
	display: block;
	width: calc((88/750)*100vw);
	height: calc((88/750)*100vw);
	overflow: hidden;
	text-indent: -9999px;
	background-image:url(../../img/sp/btn_top_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: calc((88/750)*100vw) calc((88/750)*100vw);
}

/* btnmenu */
#btnmenu{
  top:0;
  right: 0;
  z-index: 11;
  width: calc((120/750)*100vw);
  height: calc((100/750)*100vw);
}
#btnmenu a{
  display: block;
  background-image: url(../../img/sp/btn_menu.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: calc((120/750)*100vw);
  height: calc((100/750)*100vw);
  background-size:calc((120/750)*100vw); 
  text-indent: -9999px;
  z-index: 5;
}
#btnmenu.active a{
  background-position: 0 bottom;
}


/* main
----------------*/
#main{
  width: calc((670/750)*100vw);
  margin: 0 auto;
  padding: 12px 0 65px 0;
}

/* pankuzu
---------------- */
#pankuzu{
  margin: calc((20/750)*100vw) 0 calc((40/750)*100vw) 0;
}
#pankuzu ul{
  display: flex;
  flex-wrap: wrap;
}
#pankuzu ul li{
  margin: 0 17px 12px 0;
  position: relative;
}
#pankuzu ul li a{
  color: #0059be;
}
#pankuzu ul li::after{
  content: "/";
  position: absolute;
  right: -12px;
  top: calc(50% - 6px);
  color: #305695;
}
#pankuzu ul li:last-child::after{
  display: none;
}


.anchorlink {
	position: relative;
	top: calc((-120/750)*100vw);
	display: block;
}

/* anchor */
.anchor{
	margin: 0 0 5px 0;
}
.anchor ul{
	display: flex;
	flex-wrap: wrap;
}
.anchor ul li{
	margin: 0 calc((40/750)*100vw) calc((30/750)*100vw) 0;
}
.anchor ul li a{
	color: #333333;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
}
.anchor ul li a::before{
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	background-image:url("../../img/sp/icon_anchor_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
  background-size: 16px 16px;
	width:  16px ;
	height: 16px;
}
.anchor ul li a:hover, .anchor ul li a:active{
	text-decoration: underline;
}


#bgh1{
  background-image:url("../../img/sp/bg_h1_sp.png");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
  min-height: calc((340/750)*100vw);
  z-index: 2;
}
#bgtop #bgh1{
  background-image:url("../../../img/sp/bg_h1_sp.png");
  min-height: calc((320/750)*100vw);
  padding: 0 calc((50/750)*100vw);
}
#bgh1 h1{
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc((290/750)*100vw);
  box-sizing: border-box;
  word-break:keep-all;
  padding: 0 20px;
}
#bgtop #bgh1 h1{
  justify-content:flex-start;
}


/* TOPICS */
#topics{
  position: relative;
  z-index: 1;
}
#topics .ttlwrap{
}
#topics .ttl{
  color: #002f7b;
  font-weight: bold;
  margin: 0 0 calc((16/750)*100vw) 0;
  line-height: 1;
}
#topics #slideshowwrap{
}

/* slideshow */
#topics{
	width: calc((640/750)*100vw);
  margin: 0 auto;
}
#slideshowwrap li{
	width: calc((640/750)*100vw);
  float: left;  
  display: block;
  margin: 0 ;
  position: relative;
  box-sizing: border-box;
 }
#slideshowwrap li a{
  text-decoration: none;
}
#slideshowwrap li .img{
  margin: 0 0 20px 0;
}
#slideshowwrap li .img img{
  width: 100%;
  height: auto;
}
#slideshowwrap li .date{
  color: #1fb996;
  margin: 0 0 12px 0;
}
#slideshowwrap li .txt{
  line-height: 1.5;
  font-weight:bold;
}
#slideshowwrap li a:hover .txt{
  text-decoration: underline;
}

/* pager */
.pager{
  width: calc((190/750)*100vw);
  margin: 0 0 calc((98/750)*100vw) auto;
}
.pager ul{
  display: flex;
  justify-content: space-between;
}
.pager li{
}
.pager.btnprev{
}
.pager .btnnext{
}
.pager a{
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: calc((88/750)*100vw);
  height: calc((88/750)*100vw);
  background-color: #dbe7f5;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.pager .btnprev{
  background-image:url("../../../img/sp/btn_prev_sp.png");
}
.pager .btnnext{
  background-image: url("../../../img/sp/btn_next_sp.png");
}


/* title
---------------- */
h1{
  margin: 0 0 30px 0;
}
h2{
  margin:40px 0 30px 0;
  padding: 0;
  color: #00ab84;
  line-height: 1.4;
}
h2 span{
  color: #00ab84;
}
h2 sup,
h2 sub{
  color: #00ab84;
  vertical-align: baseline;
}
h3{
  margin: 30px 0 30px 0;
  padding: 12px 35px;
  position: relative;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #70c7b3;
  border-radius: 30px;
}
h3 span{
  margin: 30px 0 30px 0;
  padding: 12px 10px;
  position: relative;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #70c7b3;
  border-radius: 30px;
  font-size: 1.8rem;
}
.h3_1{
  position: relative;
  border:none;
}
.h3_1::before{
  border-top: 2px solid;
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  border-color: #70c7b3;
}
.h3_1 span{
  background-color: #70c7b3;
  display: inline-block;
  padding: 13px 19px;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  margin: 30px 0 10px 40px;
  border-radius: 33px;
  color: #FFFFFF;
  border-style: solid;
}
h4,
.h4{
  margin: 50px 0 30px 0;
  padding: 0 10px 15px 10px;
  color: #555555;
  line-height: 1.4;
  border-bottom: 2px solid #00ab84;
  border-radius: 0;
  background-color: none;
}
h5{
  margin: 50px 0 30px 0;
  padding: 6px 0 6px 15px;
  position: relative;
  line-height: 1.4;
  color: #555555;
}
h5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #00ab84;
  border-radius: 3px;
}

.h5{
  margin: 50px 0 30px 0;
  padding: 6px 0 6px 15px;
  position: relative;
  line-height: 1.4;
  color: #555555;
}
.h5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #00ab84;
  border-radius: 3px;
}


.colorttl1{
  margin: 0 0 30px 0;
  line-height: 1.4;
  color: #002f7b;
}
.colortxt1{
  color: #002f7b;
}
#contents{
  width: calc((685/750)*100vw);
  margin: 0 auto;
}

/* main
----------------*/
.imgttl,
.tblttl{
  margin: 0 0 12px 0;
  text-align: center;
  font-weight: bold;
}
figcaption{
  margin: 8px 0 0 0;
  text-align: center;
  line-height: 1.6;
}

.imgper100 img{
  width: 100%;
  height: auto;
}
.imgper80 img,
img.imgper80{
  width: 80% !important;
  height: auto;
}
.imgauto img,
img.imgauto{
  width: auto !important;
  height: auto;
}

/* imgL */
.imgL{
}
.imgL img{
  width: calc((480/750)*100vw);
  height: auto;
  margin: 0 auto 10px auto;
}
.imgL .img{
  margin: 0 0 10px 0;
}
.imgL figure{
  text-align: center;
}
.imgL .img figcaption{
  margin: 0;
}

/* imgR */
.imgR{
}
.imgR img{
  width: calc((480/750)*100vw);
  height: auto;
  margin: 0 auto 10px auto;
}
.imgR .img{
  margin: 0 0 10px 0;
  text-align: center;
}
.imgR figure{
  text-align: center;
}
.imgR .img figcaption{
  margin: 0;
}

/* imgL1 */
.imgL1{
}
.imgL1 img{
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}
.imgL1 .img{
}
.imgL1 .txt{
	margin: 0;
}
.imgL1.reverse{
	flex-direction : row-reverse;
}


.imgL1 .imgR img{
  width: 100%;
  height: auto;
}


/* imgR1 */
.imgR1{
  /*
	display: flex;
	justify-content:space-between;
	flex-flow:row-reverse;
  */
}
.imgR1 .img{
  margin: 0 auto;
  text-align: center;
}
.imgR1 .img img{
  width: 100%;
  height: auto;
}
.imgR1 .txt{
	margin: 22px 0 0 0;
}
.imgR1 .img img{
}
.imgR1.reverse{
	flex-direction :row;
}
.imgR1.reverse .txt{
  margin: 0 0 22px 0;
}

/* col3 */
.col3{
  width: calc((360/750)*100vw);
  margin:  auto;
}
.col3 li{
  width: calc((360/750)*100vw);
  margin: 0 0 15px 0;
}
.col3 li img{
  width: calc((360/750)*100vw);
  height: auto;
}


/* half */
.half{
}
.half > li,
.half > .inhalf{
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.half > .inhalf2{
}
.half img{
  width: 100%;
  height: auto;
}



.tblwrap{
overflow: auto;
  padding: 0 0 5px 0;
}

/* scrollbar
-------------*/
.simplebar-scrollbar::before {
}
.simplebar-scrollbar.simplebar-visible:before{
  opacity:0.5;
  height: 11px;
  background-color: #bec5ce;
  border-radius: 0;
}
.simplebar-scrollbar:before,
.simplebar-height-auto-observer,
.hs-dummy-scrollbar-size{
  opacity: 0;
}
.simplebar-content{
  
}
.simplebar-scroll-content{
  
}
.simplebar-track{
  background-color: #e8e9eb;
}

.w200per{
  width: 200%;
}

/* tbl1
------------------*/
.tbl1{
	border-bottom: 1px solid #00ab84;
	margin: 0;
}
.tbl1 th{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #00ab84;
  background-color: #e5f7f2;
}
.tbl1 td{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	font-weight: 100;
	background-color: #FFFFFF;
	border-top: 1px solid #00ab84;
}

/* tbl2
------------------*/
.tbl2{
	border-right: 1px solid #00ab84;
	border-bottom: 1px solid #00ab84;
	margin: 0;
}
.tbl2 th{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #00ab84;
  background-color: #e5f7f2;
}
.tbl2 td{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	font-weight: 100;
	background-color: #FFFFFF;
	border-top: 1px solid #00ab84;
}
.tbl2 thead th{
  color: #FFFFFF;
  background-color: #56bca5;
	border-left: 1px solid #00ab84;
  text-align: center;
}
.tbl2 thead th sub{
  color: #FFFFFF;
}
.tbl2 tbody th{
	border-left: 1px solid #00ab84;
}
.tbl2 tbody td{
	border-left: 1px solid #00ab84;
}

/* tbl3
------------------*/
.tbl3{
	border-right: 1px solid #00ab84;
	border-bottom: 1px solid #00ab84;
	margin: 0;
}
.tbl3 th{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #00ab84;
  background-color: #e5f7f2;
}
.tbl3 td{
	padding: calc((10/750)*100vw) calc((24/750)*100vw);
	line-height: 1.8;
	font-weight: 100;
	background-color: #FFFFFF;
	border-top: 1px solid #00ab84;
}
.tbl3 thead th{
  color: #FFFFFF;
  background-color: #56bca5;
	border-left: 1px solid #00ab84;
  text-align: center;
}
.tbl3 thead th sub{
  color: #FFFFFF;
}
.tbl3 tbody th{
	border-left: 1px solid #00ab84;
}
.tbl3 tbody td{
	border-left: 1px solid #00ab84;
}


.thWhite tbody th{
  background-color: #FFFFFF !important;
}
.line2Color tbody tr > td:nth-of-type(1){
/*  background-color: #e5f7f2 !important;*/
  background-color: #00ab84 !important;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.line2Color tbody tr:first-child > td:nth-of-type(1){
  border-top:1px solid #00ab84;
}

.thL th,
.tdL td{
  text-align: left !important;
}
.thR th,
.tdR td{
  text-align: right !important;
}
.thC th,
.tdC td{
  text-align: center !important;
}
.thVC th,
.tdVC td{
  vertical-align: middle !important;
}
th.left,
td.left{
  text-align: left !important;
}
th.right,
td.right{
  text-align: right !important;
}
th.center,
td.center{
  text-align: center !important;
}
th.vcenter,
td.vcenter{
  vertical-align: middle !important;
}
/* left */
.td1L tr > td:nth-of-type(1){
  text-align: left !important;
}
.td2L tr > td:nth-of-type(2){
  text-align: left !important;
}
.td3L tr > td:nth-of-type(3){
  txt-align: left !important;
}

/* center */
.td1C tr > td:nth-of-type(1){
  text-align: center !important;
}
.td2C tr > td:nth-of-type(2){
  text-align: center !important;
}
.td3C tr > td:nth-of-type(3){
  text-align: center !important;
}

.td1C tr > td.left,
.td2C tr > td.left,
.td3C tr > td.left{
  text-align: left !important;
}

.td1C tr > td.center,
.td2C tr > td.center,
.td3C tr > td.center{
  text-align: center !important;
}


.td1C tr > td.right,
.td2C tr > td.right,
.td3C tr > td.right{
  text-align: right !important;
}

.bold{
  font-weight: bold !important;
}
.indenttxt1{
	padding: 10px 20px 10px calc(20px + 1em) !important;
}
.indenttxt2{
	padding: 10px 20px 10px calc(20px + 2em) !important;
}

/* imglist */
.imglist{
}
.imglist li{
  margin: 0 0 10px 0;
}
.imglist.center{
  justify-content: center;
}
.imglist.center li{
  margin: 0 10px;
}
.imglist li img{
  width: 100%;
  height: auto;
}

/* imglist2 */
.imglist2{
}
.imglist2 li{
  margin: 0 0 10px 0;
}
.imglist2 li img{
  width: 100%;
  height: auto;
}


.iconcheck{
  display: inline-block;
  position: relative;
  padding: 0;
  background-image:url("../../img/icon_checktbl.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.iconcheck.front{
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
  background: none;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.iconcheck.front::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-image:url("../../img/icon_checktbl.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* list */
.list{
  
}
.list li{
  line-height: 1.8;
  margin: 0 0 12px 0;
}

/* list1 */
.list1{
  margin: 0;
}
.list1 li{
  margin: 0 0 12px 0;
  padding: 0 0 0 15px;
  line-height: 1.8;
  position: relative;
}
.list1 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  color: #F7CCCD;
  background-color: #00ab84;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.list1.note li::before{
  top:8px;
}
.list1 li ul li:before{
  display: none;
}


/* list2 */
.list2{
  margin: 0;
}
.list2 li{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.list2 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc((20/750)*100vw);
  width: 4px;
  height: 6px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mb0list li{
  margin-bottom: 0 !important;  
}

hr{
  height: 2px;
  background-color: #00ab84;
  border: none;
  margin: calc((60/750)*100vw) 0;
}

/* iconlink */
.iconlink{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlink::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc((10/750)*100vw);
  width: 4px;
  height: 6px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
p .iconlink::before{
  top: calc((22/750)*100vw);
}
.iconlink-h{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlink-h::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #002f7b;
}

/* iconlist */
.iconlist_1{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlist_1::before{
  content: "";
  position: absolute;
  left: 0;
  top: 37px;
  width: 33px;
  height: 33px;
  background-image:url("../../img/sp/icon_steakholder01_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 7px;
}
.iconlist_2{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlist_2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 33px;
  height: 33px;
  background-image:url("../../img/sp/icon_steakholder02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 7px;
}
.iconlist_3{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlist_3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 33px;
  height: 33px;
  background-image:url("../../img/sp/icon_steakholder03_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 7px;
}
.iconlist_4{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlist_4::before{
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  width: 33px;
  height: 33px;
  background-image:url("../../img/sp/icon_steakholder04_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 7px;
}
.iconlist_5{
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  line-height: 1.8;
  position: relative;
}
.iconlist_5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 39px;
  width: 33px;
  height: 33px;
  background-image:url("../../img/sp/icon_steakholder05_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 7px;
}



/* list */
ol.list{
  margin: 0;
  padding: 0;
}
ol.list li{
  padding: 0 0 0 24px;
  position: relative;
  list-style-type: none;
}
ol.list li::before{
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 16px;
  background-color: #00ad92;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:  0;
  border-radius: 10px;
}


/* indent1 */
.indent1{
}
.indentlist1 li,
.indent1{
  padding-left:1em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist1 li span,
.indent1 span{
  display: inline-block;
  width: 1em;
  margin-left:-1em;
  line-height:1.6;
  vertical-align:middle;
}


/* indent2 */
.indent2{
}
.indentlist2 > li,
.indent2{
  padding-left:2em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist2 > li > span,
.indent2 span{
  display: inline-block;
  width: 2em;
  margin-left:-2em;
  line-height:1.6;
  vertical-align:middle;
}


/* indent6 */
.indent6{
}
.indentlist6 li,
.indent6{
  padding-left:6em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist6 li span,
.indent6 span{
  display: inline-block;
  width: 6em;
  margin-left:-6em;
  line-height:1.6;
  vertical-align:middle;
}
.list1 li.indent6{
  padding-left: calc(6em + 15px);
}
.list1.indentlist6 li{
  padding-left: calc(6em + 15px);  
}



/* indent8 */
.indent8{
}
.indentlist8 li,
.indent8{
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist8 li span,
.indent8 span{
  display: block;
  line-height:1.6;
  vertical-align:middle;
}
.indentlist8 li span.note,
.indent8 span.note{
  width: auto;
  margin-left: 0;
}


/* indent10 */
.indent10{
}
.indentlist10 li,
.indent10{
  padding-left:10em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist10 li span,
.indent10 span{
  display: inline-block;
  width: 10em;
  margin-left:-10em;
  line-height:1.6;
  vertical-align:middle;
}
.list1 li.indent10{
  padding-left: calc(10em + 15px);
}
.list1.indentlist10 li{
  padding-left: calc(10em + 15px);  
}

/* indent11 */
.indent11{
}
.indentlist11 li,
.indent11{
  padding-left:11em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist11 li span,
.indent11 span{
  display: inline-block;
  width: 11em;
  margin-left:-11em;
  line-height:1.6;
  vertical-align:middle;
}
.list1 li.indent11{
  padding-left: calc(11em + 15px);
}
.list1.indentlist11 li{
  padding-left: calc(11em + 15px);  
}

/* indent15 */
.indent15{
}
.indentlist15 li,
.indent15{
  padding-left:15em;
  line-height:1.6;
  margin: 0 0 12px 0;
}
.indentlist15 li span,
.indent15 span{
  display: inline-block;
  width: 15em;
  margin-left:-15em;
  line-height:1.6;
  vertical-align:middle;
}
.list1 li.indent15{
  padding-left: calc(15em + 15px);
}
.list1.indentlist15 li{
  padding-left: calc(15em + 15px);  
}

/* indent18 */
.indent18{
}
.indentlist18 li,
.indent18{
  line-height:1.6;
  margin: 0 0 12px 0;
  vertical-align: top;
}
.indentlist18 li span,
.indent18 span{
  display: block;
  line-height:1.6;
  vertical-align: top;
}
.list1 li.indent18{
}
.list1.indentlist18 li{
}

/* btnL */
.btnL,
.btnLwrap input{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 25px 92px 25px 62px;
  position: relative;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.btnLwrap{
  position: relative;
  display: inline-block;
}
.btnL::after,
.btnLwrap::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((48/750)*100vw);
  height: calc((48/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnL{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 25px 40px 25px 32px;
  position: relative;
  border: none;
}
.btnL:hover,
.btnLwrap:hover input{
  color: #FFFFFF !important;
  background-color: #194389;
}
input.btnL{
  background-image:url("../../img/sp/icon_arrow_sp.png");
  background-position: calc(100% - 40px) bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}


/* btnM */
.btnM{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 20px 32px 20px 24px;
  position: relative;
  font-weight: bold;
}
.btnM::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((32/750)*100vw);
  height: calc((32/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_s_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnM:hover{
  color: #FFFFFF !important;
  background-color: #194389;
}

.stack1{
	display: flex;
    margin: calc((252/750)*100vw) calc((47/750)*100vw);
	position: absolute;
}
.stack2{
  top: calc((80/750)*100vw);
  left: calc((50/750)*100vw);
	position: absolute;
  height: auto;
  padding: 0;
  width: auto;
  box-sizing: border-box;
}
.stack2 p{
  margin: 0;
  padding: 0;
  line-height: 1;
}
.stack2 a{
  color: #ff8315;
  padding: 0 20px 0 0 !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  height: auto !important;
}
/*
.stack2 a::after{
  content: "";
  position: absolute;
  top: calc((76/750)*100vw);
  right: 0;
  width: 3px;
  height: 5px;
  background-image:url("../../../img/icon_arrow_o.png");
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 3px 5px !important;
}*/
.stackyaji{
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.btn_l{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 16px 23px 14px 24px;
  position: relative;
  font-weight: bold;
  width: 138px;
  height: 42px;
  margin: 0 calc((16/750)*100vw) 0 0;
}
.btn_l::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((32/750)*100vw);
  height: calc((32/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_s_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_l:hover{
  color: #FFFFFF !important;
  background-color: #194389;
}
.btn_r{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 10px 20px 14px 16px;
  position: relative;
  font-weight: bold;
  width: 155px;
  height: 42px;
  text-align: center;
}
.btn_r::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((32/750)*100vw);
  height: calc((32/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_s_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_r:hover{
  color: #FFFFFF !important;
  background-color: #194389;
}
.btn_c{
  box-sizing: border-box !important;
  display: inline-block !important;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 10px 10px 10px 10px !important;
  position: relative !important;
  font-weight: bold;
  width: 155px !important;
  height: 42px !important;
  font-size: 62.5%;
  z-index: 2;
}
.btn_c::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((32/750)*100vw);
  height: calc((32/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_s_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_c:hover{
  color: #FFFFFF !important;
  background-color: #194389;
}

/* btnicon */
.btnicon{
  box-sizing: border-box;
  display: inline-block;
  background-color: #dbe7f5;
  color: #002f7b !important;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 20px 24px 20px 50px;
  position: relative;
  text-align: left;
  font-weight: bold;
}
.btnicon::before{
  content: "";
  position: absolute;
  left: 16px;
  top: calc(50% - ((26/750)*100vw));
  width: calc((52/750)*100vw);
  height: calc((52/750)*100vw);
  background-image:url("../../../sample/img/sp/icon_dummy_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnicon::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((48/750)*100vw);
  height: calc((48/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnicon:hover,
.btnicon:hover span{
  color: #FFFFFF !important;
  background-color: #194389;
}
.btnicon:hover::after{
  background-position: 0 bottom;
}

/* new */
.new{
  background-color: #FFFFFF;
  width: 35px;
  height: 19px;
  font-weight: bold;
}
.new p{
  font-size: 1.2rem;
  color: #FFA500;
  font-weight: bold;
  text-align: center;
}

/* btnS */
.btnS{
  line-height: 1.6;
  background-color: #dbe7f5;
  color: #002f7b !important;
  position: relative;
  display: inline-block;
  padding: 12px 34px 12px 20px;
  text-decoration: none !important;
  font-weight: bold;
}
.btnS:hover{
  color: #FFFFFF !important;
  background-color: #194389;
}
.btnS::after{
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - ((6/750)*100vw));
  width: calc((8/750)*100vw);
  height: calc((12/750)*100vw);
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnS:hover::after{
  background-position: 0 bottom;
}

/* btnreturn */
.btnreturn{
  line-height: 1.6;
  color: #555555 !important;
  background-color: #ececec;
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 34px;
  text-decoration: none !important;
  font-weight: bold;
}
.btnreturn:hover{
  line-height: 1.6;
  color: #FFFFFF !important;
  background-color: #efefef;
}
.btnreturn::before{
  content: "";
  position: absolute;
  left: 12px;
  top: calc(50% - ((7/750)*100vw));
  width: calc((10/750)*100vw);
  height: calc((15/750)*100vw);
  background-image:url("../../img/sp/icon_btn_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnreturn:hover{
  color: #FFFFFF;
  background-color: #9a9a9a;
}
.btnreturn:hover::before{
  background-position: 0 bottom;
}

/* input */
.btnreturnwrap{
  position: relative;
}
.btnreturnwrap::before{
  content: "";
  position: absolute;
  left: 12px;
  top: calc(50% - ((7/750)*100vw));
  width: calc((10/750)*100vw);
  height: calc((15/750)*100vw);
  background-image:url("../../img/sp/icon_btn_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnreturnwrap:hover::before{
  background-position: 0 bottom;
}
.btnreturnwrap input{
  height: 48px;
  line-height: 1.6;
  padding: 10px 20px 10px 34px;
  cursor: pointer;
  border:none;
  font-weight: bold;
}
.btnreturnwrap input:hover{
  color: #FFFFFF;
  background-color: #9a9a9a;
}



/* box1 */
.box1{
  background-color: #f7f7f7;
  padding: calc((16/750)*100vw);
}
.box1 p:last-child{
  margin: 0;
}
.box1 .img img{
  width: calc((216/750)*100vw);
  height: auto;
}
.box1.note .ttl{
  text-align: left !important;
  margin: 0 0 5px 0;
}
.box1 .sttl{
  font-weight: bold;
}



/* box2 */
.box2{
  border: 4px solid #f5e8de;
  background-color: #FFFFFF;
  padding: calc((26/750)*100vw);
}
.box2 p:last-child{
  margin: 0;
}
.box2 .ttl{
  margin: 0 0 12px 0;
  padding: 0 10px 12px 10px;
  color: #555555;
  line-height: 1.4;
  border-bottom: 2px solid #00ab84;
}


/* related */
.related{
  border: 4px solid #3261ac;
  background-color: #FFFFFF;
  margin: 40px 0 70px 0;
  padding: calc((26/750)*100vw) calc((26/750)*100vw) 0 calc((26/750)*100vw);
}
.related p:last-child{
  margin: 0;
}
.related .ttl{
  margin: 0 0 12px 0;
  padding:5px 0;
  color: #555555;
  line-height: 1.4;
  position: relative;
}
.related .ttl::before{
  content: "";
  position: absolute;
  left: calc((((26/750) * 100vw) + 4px)*-1);
  top:0;
  width: 4px;
  height: 100%;
  background-color: #00ab84;
}
.related ul{
}

.related ul li{
	margin: 0 0 15px 0;
}
.related ul li a{
	color: #333333;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
  line-height: 1.6;
}
.related ul li a::before{
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 4px;
  height: 6px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.related ul li a:hover, .related ul li a:active{
	text-decoration: underline;
}



/* ===========================
TOP
--------------------------- */
body.top{
  background-image:url("../../../img/sp/bg_top01_sp.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* btnreport */
#btnreport{
  position: relative;
  z-index: 2;
  width: 100%;
}
#btnreport a{
  display: flex;
  background-image: url("../../../img/bg_btnreport.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  color: #FFFFFF;
  width: 100%;
  height: calc((110/750)*100vw);
  align-items: center;
  box-sizing: border-box;
  padding: 0 calc((75/750)*100vw) 0 calc((40/750)*100vw);
  line-height: 1.6;
  text-decoration: none;
  position: relative;
}
#btnreport a span{
  color: #FFFFFF;
}
#btnreport a::after{
  content: "";
  position: absolute;
  right: calc((24/750)*100vw);
  top: calc(50% - ((12/750)*100vw));
  width: calc((32/750)*100vw);
  height: calc((32/750)*100vw);
  background-image:url("../../../img/icon_report.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc((32/750)*100vw) calc((32/750)*100vw);
}

#updatewrap{
  width: calc((686/750)*100vw);
  margin: 0 auto;
  padding: calc((40/750)*100vw) 0 0 0;
}
#update{
  padding: 0 0 calc((40/750)*100vw) 0;
}
#update .ttlwrap{
  display: flex;
  border-bottom: 1px solid #ffe2cc;
}
#update .ttl{
  padding: 6px 0;
  width: 100%;
}
#update .ttl p{
  margin: 0;
  color: #002f7b;
  font-weight: bold;
}
#update ul li,
#update ul li .date,
#update ul li .detail,

.newsrelease ul li,
.newsrelease ul li .date,
.newsrelease ul li .detail{
  line-height: 1.6;
  color: #333333;
}
#update ul li,
.newsrelease ul li{
  padding: 18px 0;
  border-bottom: 1px solid #ffe2cc;
}
.newsrelease ul li{
  border-bottom: 1px solid #eeeeee;
}
#update ul li .date,
.newsrelease ul li .date{
  display: inline-block;
  position: relative;
  padding: 0 8.5em 0 0;
}
#update ul li .detail,
.newsrelease ul li .detail{
  display: block;
}
#update ul li .detail a,
.newsrelease ul li .detail a{
  color: #333333;
}
#update ul li .date::before,
.newsrelease ul li .date::before{
  content: attr(data-type);
  position: absolute;
  right: 0;
  top: 3px;
  height: calc((20/750)*100vw);
  background-color: #f19b4f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  border-radius: 15px;
  text-align: center;
  padding: calc((8/750)*100vw) calc((8/750)*100vw);
  min-width: 10em;
  max-width: 10em;
  line-height: 1.2;
}
#update ul li .date.iconline2::before,
.newsrelease ul li .date.iconline2::before{
  top: -4px;
  height: calc((40/750)*100vw);
}


/* updatelist */
#updatelist{
  width: calc((686/750)*100vw);
  margin: 0 auto;
  text-align: right;
  padding-top: 10px;
}
#updatelist a{
  font-size: 1.45rem;
  color: #002f7b;
  margin-right: 0.5rem;
  font-weight: bold;
}
#keywordsearch{
  width: 100%;
  margin: calc((24/750)*100vw) 0 0 0;
}
#topbtnlist{
  width: calc((656/750)*100vw);
  margin: 0 auto;
  padding: 60px 0 calc((52/750)*100vw) 0;
  position: relative;
  z-index: 2;
}
#topbtnlist ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topbtnlist ul li{
  width: 100%;
  margin: 0 0 calc((16/750)*100vw) 0;
  position: relative;
}
#topbtnlist ul li > a{
  display: block;
  box-sizing: border-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.6);
  height: calc((130/750)*100vw);
  width: 100%;
  position: relative;
  padding: calc((32/750)*100vw) 0 calc((32/750)*100vw) calc((50/750)*100vw);
}
#topbtnlist ul li a.blueyaji::after{
  content: "";
  position: absolute;
  right: 0;
  bottom:0;
  width: calc((40/750)*100vw);
  height: calc((40/750)*100vw);
  background-image:url("../../../img/sp/icon_arrow_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#topbtnlist ul li a.no_blueyaji{
  pointer-events: none;
}
#topbtnlist ul li a.no_blueyaji::after{
  display: none;
}
#topbtnlist ul li a span{
  color: #002f7b;
  display: inline-block;
  line-height:1.6;
  font-weight: bold;
}
#topbtnlist ul li a span sup{
  color: #002f7b;
}
#topbtnlist ul li a{
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: calc((200/750)*100vw);
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
  
#topbtnlist ul li a .txt{
  position: absolute;
  top: calc((132/750)*100vw);
  left: calc((27/750)*100vw);
  display: block;
  z-index: 1;
}
#topbtnlist ul li a .txt img{
  width: calc((270/750)*100vw);
  height: auto;
}
#topbtnlist ul li a .bg{
  display: none;
}
#topbtnlist > ul > li:nth-of-type(1) a{
  width: 100%;
  height: calc((200/750)*100vw);
  background-image: url("../../../img/sp/img_top01_sp.png");
}
#topbtnlist > ul > li:nth-of-type(2) li{
  width: calc((320/750)*100vw);
}
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(1) a,
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(2) a{
  padding: calc((37/750)*100vw) calc((32/750)*100vw) 0 calc((32/750)*100vw);
}
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(1) a span,
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(2) a span{
  width: 100%;
}
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(1) a{
  background-image:url("../../../img/sp/img_top02_sp.jpg");
}
#topbtnlist > ul > li:nth-of-type(2) li:nth-of-type(2) a{
  background-image:url("../../../img/sp/img_top03_sp.png");
}
#topbtnlist > ul > li:nth-of-type(3) > a,
#topbtnlist > ul > li:nth-of-type(4) > a,
#topbtnlist > ul > li:nth-of-type(5) > a{
  display: flex;
  align-items: center;
  height: calc((152/750)*100vw);
  background-color: #FFFFFF;
}
#topbtnlist > ul > li:nth-of-type(3) > a span,
#topbtnlist > ul > li:nth-of-type(4) > a span,
#topbtnlist > ul > li:nth-of-type(5) > a span{
  border-bottom:none;
  padding: 0;
}
#topbtnlist > ul > li:nth-of-type(3) > a{
  padding: 0 0 calc((32/750)*100vw) calc((50/750)*100vw);  
}
  
/* topcontents */
#topcontents{
  position: relative;
}

#topcontents .inner{
  padding: 0 0 120px 0;
}
#topcontents .ttl{
  width: calc((710/750)*100vw);
  height: calc((360/750)*100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}
#topcontents .ttl p{
  color: #FFFFFF;
  margin: 0;
}
#topcontents .ttl .jptxt{
  position: relative;
  margin: calc((20/750)*100vw) 0 0 0;
  padding: calc((20/750)*100vw) 0 0 0;
}
#topcontents .ttl .jptxt::before{
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}
#topcontents .links {
  position: relative;
  z-index: 2;
}
#topcontents .links ul li{
  position: relative;
  padding: 10px 10px 10px 20px;
}
#topcontents .links ul li::before{
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 4px;
  height: 6px;
  background-image:url("../../img/sp/icon_list01_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#topcontents section{
  position: relative;
}
#topcontents .links{
  width: calc((640/750)*100vw);
  padding: calc((40/750)*100vw);
  box-sizing: border-box;
}
#topcontents .links ul li a{
  color: #FFFFFF;
  line-height: 1.6;
}

/* environment */
#environment{
  padding: calc((328/750)*100vw) 0 0 0;
  position: relative;
}
#environment .ttl{
  background-image: url("../../../img/sp/img_enviroment01_sp.jpg");
  top: 0;
  left: 0;
}
#environment .links{
  background-color: #00ab84;
  margin: 0 0 0 calc((110/750)*100vw);
}
#environment .links ul li{
  border-bottom: 1px solid #33bc9d;
}
#environment .links ul li:last-child{
  border-bottom: none;
}

/* social index */
.indexlist2{
  width: calc((670/750)*100vw);
}
.indexlist2 > div{
  margin: 16px 0 48px 0;
  box-sizing: content-box;
}
.indexlist2 .categoryttl{
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.indexlist2 .categoryttl a{
  border: 6px solid #dfecea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((200/750)*100vw);
  color: #00ab84;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
/* 1 */
.indexlist2 > div > ul > li{
  margin: 0 0 12px 0;
}
.indexlist2 > div > ul > li > a{
  display: block;
  padding: 0 0 0 17px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 4px 6px;
  line-height: 1.5;
  box-sizing: border-box;
}
/* 2 */
.indexlist2 > div > ul > li > ul{
  margin:14px 0 14px 24px;
  box-sizing: border-box;
}
.indexlist2 > div > ul > li > ul > li{
  border-bottom: 1px solid #d8dee7;
  box-sizing: border-box;
}
.indexlist2 > div > ul > li > ul > li a{
  display: block;
  padding:calc((20/750)*100vw) calc((12/750)*100vw);
  line-height: 1.5;
  box-sizing: border-box;
}

.indexlist2 > div > ul > li > ul{
  display: none;
}
.indexlist2 > div > ul > li.open > ul{
  display: block;
}
.indexlist2 a.btnopen2{
  cursor: pointer;
  position: relative;
  padding: 0 2em 0 21px;
}
.indexlist2 a.btnopen2::after{
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.indexlist2 a.btnopen2.open::after{
  content: "-";
  right: 2px;
  top: -1px;
}

/* indexlist4 */
.indexlist4{
  width: calc((670/750)*100vw);
}
.indexlist4 > div{
  margin: 16px 0 48px 0;
  box-sizing: content-box;
}
.indexlist4 .categoryttl{
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.indexlist4 .categoryttl a{
  border: 6px solid #dfecea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((200/750)*100vw);
  color: #00ab84;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
/* 1 */
.indexlist4 > div > ul > li{
  margin: 0 0 12px 0;
}
.indexlist4 > div > ul > li > a{
  display: block;
  padding: 0 0 0 17px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 4px 6px;
  line-height: 1.5;
  box-sizing: border-box;
}
/* 2 */
.indexlist4 > div > ul > li > ul{
  margin:14px 0 14px 24px;
  box-sizing: border-box;
}
.indexlist4 > div > ul > li > ul > li{
  border-bottom: 1px solid #d8dee7;
  box-sizing: border-box;
}
.indexlist4 > div > ul > li > ul > li a{
  display: block;
  padding:calc((20/750)*100vw) calc((12/750)*100vw);
  line-height: 1.5;
  box-sizing: border-box;
}

.indexlist4 > div > ul > li > ul{
  display: block;
}
.indexlist4 > div > ul > li.open > ul{
  display: block;
}
.indexlist4 a.btnopen3{
  cursor: pointer;
  position: relative;
  padding: 0 2em 0 21px;
}
/*.indexlist4 a.btnopen2::after{
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.indexlist4 a.btnopen2.open::after{
  content: "-";
  right: 2px;
  top: -1px;
}*/


/* environment index */
.indexlist3{
  width: calc((670/750)*100vw);
}
.indexlist3 > div{
  margin: 16px 0 20px 0;
  box-sizing: content-box;
  background-color: #dbe7f5;
  border: 2.5px solid #002f7b;
  border-radius: 30px;
}
.indexlist3 .categoryttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((200/750)*100vw);
  color: #002f7b;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 -30px 0;
}
.indexlist3 p{
  text-align: center;
  line-height: 1.6;
}

.indexlist3 > div > ul{
  display: flex;
}
.indexlist3 > div > ul > li{
  margin: 0 auto 10px;
  width: 2rem
}
.indexlist3 > div > ul > li > a{
  display: block;
  padding: 0 0 0 17px;
  line-height: 1.5;
}


/* social */
#social{
  margin: calc((64/750)*100vw) 0 0 0;
  padding: calc((328/750)*100vw) 0 0 0;
  position: relative;
}
#social .ttl{
  background-image: url("../../../img/sp/img_social01_sp.jpg");
  top: 0;
  right:0;
}
#social .links{
  background-color: #002f7b;
  margin: 0;
}
#social .links ul li{
  border-bottom: 1px solid #113d84;
}
#social .links ul li:last-child{
  border-bottom: none;
}

/* governance */
#governance{
  margin: calc((64/750)*100vw) 0 0 0;
  padding: calc((329/750)*100vw) 0 0 0;
  position: relative;
  box-sizing:border-box;
  min-height:calc((674/750)*100vw); 
}
#governance .ttl{
  background-image: url("../../../img/sp/img_governance01_sp.jpg");
  top: 0;
  left: 0;
  height: calc((360/750)*100vw);
}
#governance .links{
  background-color: #ed6d46;
  margin: 0 0 0 calc((110/750)*100vw);
}
#governance .links ul li{
  border-bottom: 1px solid #ef7c58;
}
#governance .links ul li:last-child{
  border-bottom: none;
}


/* activity */
#activity{
  width: calc((686/750)*100vw);
  background-color: #3363af;
  display: flex;
  box-sizing: border-box;
  margin: calc((16/750)*100vw) auto 0 auto;
  padding: calc((16/750)*100vw);
}
.activityttl{
  margin: calc((80/750)*100vw) 0 0 0;
  font-weight: bold;
  text-align: center;
}
.activityttl p{
  margin: 0;
  color: #0f3674;
  line-height: 1.4;
}
#activity #btnlist{
  width: calc((232/750)*100vw);
}
#activity #detailwrap{
  width: calc((422/750)*100vw);
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: calc((32/750)*100vw);
  
box-shadow: 4px 0px 12px -11px rgba(0,0,0,0.6);
}
#activity #btnlist ul li{
  border-bottom: 1px solid #5c82bf;
}
#activity #btnlist ul li a{
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 16px 0;
  text-decoration: none;
  line-height: 1.6;
}
#activity #btnlist ul li a.active{
  background-color: #FFFFFF;
  color: #002f7b;
}
#activity #btnlist ul li a:hover{
  background-color: #FFFFFF;
  color: #002f7b;
  box-shadow: -2px 0px 8px -7px rgba(0,0,0,0.6);
}

#activity #detailwrap ul li{
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding: 0 0 0 20px;
}
#activity #detailwrap ul li::before{
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - 3px);
  width: 4px;
  height: 6px;
  background-image:url("../../img/sp/icon_arrow02_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  
}
#activity #detailwrap ul li a{
  display: block;
  padding: 18px 0;
  line-height: 1.6;
}

#activity #detailwrap .detailbox{
  display: none;
}
#activity #detailwrap .detailbox.active{
  display: block;
}

/* topiconbtn */
#topiconbtn{
  margin: calc((80/750)*100vw) 0 0 0;
}
#topiconbtn ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#topiconbtn ul li{
  width: calc((306/750)*100vw);
  height: calc((224/750)*100vw);
  background-image: url("../../../img/bg_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 calc((5/750)*100vw) calc((10/750)*100vw) calc((5/750)*100vw);
  box-sizing: content-box;
}
#topiconbtn ul li a{
  display: flex;
  align-items: center;
  width: 100%;
  height:calc((224/750)*100vw);
  position: relative;
  padding: calc((112/750)*100vw) 0 calc((48/750)*100vw) calc((40/750)*100vw);
  box-sizing: border-box;
  line-height: 1.6;
  color: #002f7b;
  font-weight: bold;
}
#topiconbtn ul li a::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((40/750)*100vw);
  height: calc((40/750)*100vw);
  background-image:url("../../../img/sp/icon_arrow_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#topiconbtn ul li a::before{
  content: "";
  position: absolute;
  left: calc((40/750)*100vw);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#topiconbtn ul li:nth-of-type(1) a::before{
  top: calc((45/750)*100vw);
  width: calc((40/750)*100vw);
  height: calc((36/750)*100vw);
  background-image:url("../../../img/icon_linklist01.svg");
}
#topiconbtn ul li:nth-of-type(2) a::before{
  top: calc((31/750)*100vw);
  width: calc((48/750)*100vw);
  height: calc((48/750)*100vw);
  background-image:url("../../../img/sp/icon_linklist02.svg");
}
#topiconbtn ul li:nth-of-type(3) a::before{
  top: calc((32/750)*100vw);
  width: calc((48/750)*100vw);
  height: calc((48/750)*100vw);
  background-image:url("../../../img/sp/icon_linklist03.svg");
}
#topiconbtn ul li:nth-of-type(4) a::before{
  top: calc((34/750)*100vw);
  width: calc((48/750)*100vw);
  height: calc((46/750)*100vw);
  background-image:url("../../../img/icon_linklist04.svg");
}

/*  */
.iconwrap{
  position: relative;
}

.kpi{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

/* .iconarea  */
.iconarea{
  margin: 60px 0 0 0;
}
.iconarea + h3{
  margin: 15px 0 30px 0;
}
.iconarea span{
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 8px;
  vertical-align: middle;
  color: #333333;
}
.icony{
  background-color:#FFF193;
}
.icong{
  background-color:#8ABD61;
}
.iconb{
  background-color:#62B5E3;
  color: #000000;
}
.icono{
  background-color:#FFBD4C;
}


/* editorial policy
---------------------- */
#editorial{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#editorial .box{
  width: calc((686/750)*100vw);
  margin: 0 0 33px 0;
}
#editorial .box .img{
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: calc((256/750)*100vw);
  box-sizing: border-box;
}
#editorial .box .img a{
  display: flex;
  align-items: center;
  padding: 0 0 0 calc((324/750)*100vw);
  height: calc((256/750)*100vw);
  box-sizing: border-box;
}
#editorial1{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy01_sp.png");
}
#editorial2{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy02_sp.png");
}
#editorial3{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy03_sp.png");
}
#editorial4{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy04_sp.png");
}
#editorial5{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy05_sp.png");
}
#editorial6{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy06_sp.png");
}
#editorial7{
  background-image: url("../../../editorial_policy/img/sp/img_editorial_policy07_sp.png");
}

#editorial .box ul{
  margin: 18px 0 0 0;
}
#editorial .box ul li{
  line-height: 1.6;
  margin: 0 0 12px 0;
  padding: 0 0 0 22px;
  position: relative;
}
#editorial .box ul li::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #002f7b;
}




/* .indexlist
-------------------- */
.indexlist{
  padding: 30px 0 0 0;
}
.indexlist ul{
  width: 100%;
}
.indexlist ul li{
  width: 100%;
  margin: 0 0 calc((60/750)*100vw) 0;
}
.indexlist ul li img{
  width: 100%;
  height: calc((588/750)*100vw);
}
.indexlist ul li .txt{
  margin: 20px 0 0 0;
}


/* btnimg */
.btnimg{
  display: block;
  box-sizing: border-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: calc((588/750)*100vw);
  position: relative;
  padding: calc((40/750)*100vw);
  overflow: hidden;
}
.btnimg::after{
  content: "";
  position: absolute;
  right: 0;
  bottom:0;
  width: calc((48/750)*100vw);
  height: calc((48/750)*100vw);
  background-image:url("../../img/sp/icon_arrow_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btnimg span{
  color: #FFFFFF;
  display: inline-block;
  border-bottom: 2px solid #FFFFFF;
  line-height:1.6;
  padding: 0 0 5px 0;
  position: relative;
  z-index: 1;
}
.btnimg:hover .bg{
  transform: scale(1.1);
}
.btnimg .bg{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc((588/750)*100vw);
  transition: all 0.3s;
  z-index: 0;
}

img.icon{
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
img.icon.spauto{
  width: auto;
  height: auto;
}
a[target="_blank"] img.icon{
  width: 10px;
  height: 10px;
}
.spmb5{
  margin-bottom: 5px;
}

.doubleup{
  border-top: double #00ab84 !important;
}
/* news topics
-------------------- */
#newsdatail h1{
  line-height: 1.5;
}
#newsdatail hr{
  margin: calc(40/375*100vw) 0;
  height: 1px;
  border: none;
  background-color: #d5dde9;
}
#newsdatail .newsdate{
  text-align: right;
  margin: calc(40/375*100vw) 0 calc(20/375*100vw) 0;
}
#newsdatail .imgper100{
  margin-bottom: calc(40/375*100vw);
}
#newsdatail .half .img{
  margin-bottom: calc(40/375*100vw);
}
#newsdatail .imgR,
#newsdatail .imgL{
  margin-bottom: calc(40/375*100vw);
}
#newsdatail .imgR .txt p,
#newsdatail .imgL .txt p{
  margin-bottom: 0;
}
#newsdatail .imgR img,
#newsdatail .imgL img{
  width: 100%;
}