@charset "UTF-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html {
	font-size: 19px;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;*/
	line-height: 1.8em;
}

a:link,
a:visited {
	color: #007ebe;
	text-decoration: none;
}
a:hover,
a:active {
	opacity: 0.7;
	text-decoration: underline;
}

/* 外部リンク */
a[rel*="external"]:not(.corp) {
	padding-left: 0.8em;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left top 0.3em;
}

p {
	margin-bottom:1em;
	line-height:1.8em;
}

.wrapper {
	width: 1064px;
	margin: 0 auto;
	padding: 0 20px;
}
/*.is-set {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}*/

/* -------------------- a.button -------------------- */
/* gray */
a.button_gray {
	color: #fff;
	background-color: #5c7796;
	box-shadow: 0 3px 0 #2d4564;
}
a.button_gray:hover {
	background-color: #7c97b6;
	box-shadow: 0 3px 0 #4d6584;
}
/* gray */
a.button_gray2 {
	color: #fff;
	background-color: #B9BCC7;
	box-shadow: 0 3px 0 #989AA0;
}
a.button_gray2:hover {
	background-color: #989AA0;
	box-shadow: 0 3px 0 #818182;
}
/* blue */
a.button_blue {
	color: #fff;
	background-color: #0067b0;
	box-shadow: 0 3px 0 #00428f;
}
a.button_blue:hover {
	background-color: #2087d0;
	box-shadow: 0 3px 0 #2062af;
}
/* button_blue_mini01 */
a.button_blue_mini01 {
	display: block;
	line-height:2em;
	font-weight:bold;
	border: solid 1px #007ebe;
	border-radius:3px;
}

/* orange */
a.button_orange {
	color: #fff;
	background-color: #f99319;
	box-shadow: 0 3px 0 #834f10;
}
a.button_orange:hover {
	background-color: #ff9d28;
	box-shadow: 0 3px 0 #aa712b;
}

/* common */
a.button {
	position: relative;
	border-radius: 7px;
	padding: 0.7em 1.1em 0.5em;
}
a.button:hover {
	opacity: 1;
}
a.button:active {
	opacity: 1;
	top: 3px;
	box-shadow: none;
}
a.button img:not(.right) {
	margin-right: 7px;
	margin-bottom: 3px;
}
a.button img.right {
	margin-left: 7px;
	margin-bottom: 3px;
}

/* .emphasis */
.emphasis {
	color: #FF8040;
	font-weight: bold;
}

/* -------------------- ttl -------------------- */
/* ttl-1 */
.ttl-1 {
	display: table;
	width: 100%;
	margin:0 0 2em 0;
}
.ttl-1 > * {
	display: table-cell;
	vertical-align: middle;
}
.ttl-1 .img {
	width: 68px;
	vertical-align: top;
}
.ttl-1 .txt {
	padding-left: 15px;
}
.ttl-1 h1 {
	border-bottom: 5px solid #0067b0;
	width: 100%;
	padding-bottom: 10px;
	font-size: 180%;
	margin-bottom: 5px;
	font-weight: bold;
}

/* -------------------- pankuzu -------------------- */
.pankuzu{
	margin: 0 0 2em 0;
	padding: 1em 0;
}
.pankuzu > ul > li {
	float: left;
	background: url(../img/common/icon_arr_r_bk.png) right center no-repeat;
	padding: 0 1.5em 0 0;
	margin: 0 1.2em 0 0;
}
.pankuzu > ul > li:last-child {
	background:none;
	padding:0;
	margin:0;
}

/* -------------------- Outline -------------------- */
.wrapper > .container{
	display: flex;
	justify-content: space-between;
}
.wrapper > .container > .contents {
	margin: 0 2em 0 0;
	width: 765px;
	padding: 0 0 5em 0;
}
.wrapper > .container > .sidebar {
	width: 220px;
}
.content {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 1em 0 0;
	margin:0 0 1em;
}

/* -------------------- .sidebar -------------------- */
/* .stage */
.sidebar .stage {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #7790ab;
}
.sidebar .stage h5{
	border-top: 2px solid #7790ab;
	border-bottom: 2px solid #7790ab;
	padding:10px 0;
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 10px;
}
.sidebar .stage dt{
	font-weight: bold;
	margin: 10px 0;
}
.sidebar .stage dd{
	padding-left: 17px;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left 7px top .7em;
	margin: 5px 0;
	font-size: 93%;
}
.sidebar .stage dd.active{
	background-color: #eaf1f7;
	padding: 5px 10px 5px 17px;
	background-position: left 7px top 17px;
	font-weight: bold;
}

/* .sidemenu */
.sidebar .sidemenu {
	margin-bottom: 20px;
	font-size: 93%;
}
.sidebar .sidemenu h5{
	background-color: #d6e4ed;
	background-image: url(../img/top/s1_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 46px 46px;
	padding: 10px 10px 10px 66px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.sidebar .sidemenu h5.psa{
	background-image: url(../img/top/s2_icon.png);
}
.sidebar .sidemenu h5.coexistence{
	background-image: url(../img/top/s3_icon.png);
}
.sidebar .sidemenu li{
	padding-left: 17px;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left 7px top 0.7em;
	margin: 5px 0;
}
.sidebar .sidemenu li.active{
	background-color: #eaf1f7;
	padding: 5px 10px 5px 17px;
	background-position: left 7px top .95em;
	font-weight: bold;
}
.sidebar .sidemenu li.arr_none{
	background-image: none;
}
.sidebar .sidemenu li.arr_none h6{
	color: #333;
	font-size: 108%;
}

/* .banner */
.sidebar .banner li{
	margin-bottom: 10px;
	padding: 7px;
	background-color: #fff;
	background-image: none;
	border: 2px solid #bbc8d4;
	border-radius: 5px;
	box-shadow: 0 1px 1px #7790a9;
}
.sidebar .banner li > *{
	display: inline-block;
	vertical-align: middle;
}
.sidebar .banner li a{
	max-width: calc(100% - 56px - 7px);
	margin-left: 7px;
	padding-left: 17px;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left 7px top .7em;
	font-weight: bold;
}
/* .banner2 */
.sidebar .banner2 li{
	border-radius: 5px;
	background-color: #d6e4ee;
	margin-bottom: 10px;
	padding: 7px;
}
.sidebar .banner2 li > *{
	display: inline-block;
	vertical-align: middle;
}
.sidebar .banner2 li a{
	max-width: calc(100% - 7px - 56px);
	margin-left: 7px;
	font-weight: bold;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left 7px top 6px;
}

/* -------------------- .pagenavi -------------------- */
.pagenavi {
	margin: 0 0 2.5em;
}
.pagenavi > li {
	float: left;
	border: 1px solid #6baad2;
	border-radius: 0.5em;
	background: url(../img/common/icon_arr_d_bl.png) left 0.8em top 1em no-repeat;
	margin: 0 0.5em 0.5em 0;
}
.pagenavi:after {
	content: "";
	display: block;
	clear: both;
}
.pagenavi > li > a {
	display: block;
	color: #007ebe;
	padding: 0.2em 0.8em 0.2em 1.5em;
}
.pagenavi > li > a:hover {
	text-decoration: none;
}
.pagenavi > li:last-child {
	margin: 0;
}
.pagenavi a.button {
	margin-right: 10px;
	padding: 0.4em 0.7em 0.2em;
}

/* -------------------- .comment -------------------- */
.comment {
	padding:0 0 0.5em;
}
.comment > dl{
	display: flex;
	margin: 0 0 0.3em;
}

/* -------------------- .pagelist -------------------- */
.pagelist {
	display:flex;
	justify-content: space-between;
}
.pagelist.bdr-top {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #999999;
}
.pagelist > *:first-child{
	margin-right: 10px;
}
.pagelist li {
	min-width: 90px;
}

/* -------------------- .list-normal -------------------- */
.list-normal li{
	padding-left: 0.8em;
	background-image: url(../img/common/icon_dot_bl.png);
	background-repeat: no-repeat;
	background-position: left top 0.65em;
	margin-bottom: 5px;
}

/* -------------------- .list-link -------------------- */
.list-link li{
	padding-left: 0.8em;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left top 0.6em;
	margin-bottom: 5px;
}

/* -------------------- .box-bg -------------------- */
.box-bg {
	background-color: #fffbe8;
	padding: 20px;
}
.box-bg-gy {
	background-color: #e8edf2;
}

/* -------------------- .box-line -------------------- */
.box-line {
	background-color: #fff;
	border: 1px solid #00549c;
	padding: 1.5em;
}

/* -------------------- .notes -------------------- */
.notes {
	margin-left: 12px;
	margin-right: 12px;
	background-color: #eee;
	padding: 10px;
	font-size: 0.95em;
}

/* -------------------- .notes_contents -------------------- */
.notes_contents {
	margin: 15px 0;
	background-color: #fee6e6;
	color: #f05452;
	padding: 10px 15px;
}
.notes_contents h5{
	font-weight: bold;
}

/* -------------------- .date_number -------------------- */
.date_number {
	color: #555555;
	font-size: 0.85em;
}

/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
header {
	font-size: 87.5%;
}
header .wrapper:not(ul){
	padding-bottom:20px;
}
header .logo {
	padding: 27px 0 0;
}
header .spTopHeader {
	display: none;
}
header .utilAndCorp {
	padding: 10px 0 0;
	line-height: 1.5;
}
/* #srchBox */
#srchBox {
	float: left;
}
#srchForm {
	margin: 0;
}
#srchInput {
	border: 2px solid #e2e3e8;
	border-right: none;
	border-radius: 7px 0 0 7px;
	background-image: url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif);
	background-position: left 20px center;
	background-repeat: no-repeat;
	padding: 8px;
	width: 200px;
	height: 39px;
}
#srchInput.nomark {
	background-image: none;
	background-color: #fff;
}
#srchBtn {
	border: 1px solid #c17fa8;
	border-radius: 0 7px 7px 0;
	background-color: #820051;
	padding: 5px 15px;
	height: 39px;
	color: #fff;
	box-shadow: 0 -2px 1px #56002a inset;
}
#srchBtn:hover {
	opacity: 0.7;
}
.utilAndCorp .txtSize {
	margin: 15px 0 0 20px;
}
.utilAndCorp .txtSize li {
	float: left;
}

/* -------------------- .mainNav -------------------- */
.mainNav {
	border-top: 1px solid #d6d8de;
	border-bottom: 1px solid #d6d8de;
	font-size: 16.5px;
	background-color: #f0f1f3;
}
@supports (-ms-ime-align:auto) {
  .mainNav { font-size: 16.3px; }
}
.mainNav ul {
	display: flex;
	align-items: center;
	padding-top: 11px;
	padding-bottom: 11px;
}
.mainNav a:not(.button) {
	display: block;
	color: #333;
	margin: 0 15px;
	font-weight: bold;
}
.mainNav a.button {
	display: block;
	font-size: 85%;
	margin: 0 0 3px 12px;
	padding: 1px 15px;
	font-weight: bold;
}


/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */

footer {
	font-size: 82.45%;
}

/* -------------------- #footer_link -------------------- */
#footer_link {
	background-color: #f5f6f8;
	padding: 20px 0;
}
#footer_link li {
	display: inline-block;
	padding-left: 10px;
	margin: 0 10px;
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer_link li a {
	color: #333;
	font-weight: bold;
}

/* -------------------- #footer_nav -------------------- */
#footer_nav {
	background-color: #1a4e80;
	padding: 20px 0;
}
#footer_nav section{
	float: left;
}
#footer_nav section:not(:last-child) {
	margin-right: 10px;
}
#footer_nav h4{
	margin-bottom: 20px;
	font-size: 108%;
	font-weight: bold;
}
#footer_nav a {
	color: #fff;
}
#footer_nav li {
	padding-left: 15px;
	margin: 5px 0;
	background-image: url(../img/common/icon_arr_r_wh.png);
	background-repeat: no-repeat;
	background-position: left top 12px;
	font-size: 14px;
}
#footer_nav .foundation_block > ul {
	float: left;
}
#footer_nav .foundation_block > ul:first-child {
	margin-right: 10px;
}

/* -------------------- #footer_external_link -------------------- */
#footer_external_link {
	background-color: #333;
	padding: 18px 0;
}
#footer_external_link li {
	display: inline-block;
	padding-left: 15px;
	margin: 0 10px;
	background-image: url(../img/common/icon_arr_r_wh.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer_external_link li a {
	color: #fff;
}
#footer_external_link h4 {
	color: #fff;
	font-weight: bold;
}

/* -------------------- #copyright -------------------- */
#copyright {
	padding: 15px 0;
}

/* -------------------- #go_top -------------------- */
#go_top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 50;
}

/* -------------------- #popup -------------------- */
#popup {
	display: none;
	position: fixed;
	background-color: rgba(10,10,10,0.5);
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
}
#popup .contents {
	position: absolute;
	right: -270px;
	top: 0;
	width: 270px;
	background-color: #fff;
	box-shadow: -2px 2px 2px rgba(30,30,30,0.5);
	padding: 20px;
	font-size: 120%;
	height: 100%;
}
#popup .close {
	position: absolute;
	left: -60px;
	top: 20px;
}
#popup .contents ul {
	margin-top: 15px;
}
#popup .contents li {
	background-image: url(../img/common/icon_arr_r_bl.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin: 10px 0;
}
#popup .contents div {
	margin-top: 15px;
}
#popup .contents div a {
	display: block;
	width: 100%;
	font-weight: bold;
}

/* -------------------- #ex_link_popup -------------------- */
#ex_link_popup {
	display: none;
	position: fixed;
	background-color: rgba(10,10,10,0.5);
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
}
#ex_link_popup .contents {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 570px;
	background-color: #fff;
	padding: 40px 20px 50px;
	transform: translate(-50%,-50%)
}
#ex_link_popup h3 {
	border-bottom: 1px solid #0067b0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #0067b0;
	font-weight: bold;
}
#ex_link_popup .flex {
	display: flex;
	justify-content: space-around;
}
#ex_link_popup .flex > *{
	width: 30%;
}




/* ---------------------------------------------------------
 * Under Tablet Size
** --------------------------------------------------------- */
.visible-tb {
	display: none;
}
@media (max-width: 1080px) {
header {
	 border-bottom: 1px solid #c9cbd3;
 }
.hidden-tb {
	display: none;
}
.visible-tb {
	display: inherit;
}
.wrapper {
	width: 784px;
	margin: 0 auto;
	padding: 0;
}

/* -------------------- header -------------------- */
header .wrapper {
	padding: 0 20px;
}
header .corp,
.utilAndCorp .txtSize {
	display: none;
}
/* #srchBox */
#srchBox {
	margin-top: 20px;
}
#srchBtn {
	-webkit-appearance: none;
	appearance: none;
}
/* nav */
header nav {
	display: none;
}
/* #tb_menu */
#tb_menu {
	display: block;
	margin: 20px 0 0 10px;
}
.pankuzu .wrapper{
	padding: 0 20px;
}

/* -------------------- Outline -------------------- */
.wrapper > .container{
	display: block;
}
.wrapper > .container > .contents,
.wrapper > .container > .sidebar {
	margin: 0;
	width: 100%;
}
.wrapper > .container > .contents {
	padding: 0 20px 5em;
}

/* -------------------- .sidebar -------------------- */
/* .stage */
.sidebar .stage h5{
	padding:10px 15px;
}
.sidebar .stage dl{
	padding: 0 20px;
}
.sidebar .stage dd br {
	display: none;
}
/* .sidemenu */
.sidebar .sidemenu h5{
	padding: 20px 0 20px 66px;
}
.sidebar .sidemenu h5 br{
	display: none;
}
.sidebar .sidemenu ul{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 20px;
}
.sidebar .sidemenu li{
	/*width: 50%;*/
}
.sidebar .sidemenu li br{
	display: none;
}
/* .banner */
.sidebar .banner,
.sidebar .banner2 {
	display: none;
}
/* -------------------- footer -------------------- */
footer .wrapper {
	padding: 0 20px;
}
/* #footer_nav */
#footer_nav section {
	float: none;
	margin-bottom: 20px;
}
#footer_nav h4{
	margin-bottom: 10px;
}
#footer_nav li ul {
	display: none;
}
#footer_nav li {
	width: 50%;
	float: left;
}
#footer_nav .foundation_block > ul {
	width: 50%;
	margin: 0 !important;
}
#footer_nav .foundation_block li {
	width: 100%;
}
}/* @media End */




/* --------------
 * Under Smart Phone Size
 * -------------- */
/* common */
.visible-sp {
	display: none;
}

@media (max-width: 767px) {
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.hidden-sp {
	display: none;
}
.visible-sp {
	display: inherit;
}
.responsive_img {
	max-width: 100%;
}

/* -------------------- ttl -------------------- */
/* ttl-1 */
.ttl-1 .img {
	width: 50px;
}

/* -------------------- pankuzu -------------------- */
.pankuzu{
	background: #f5f6f8;
	border-bottom:1px solid #c9cbd3;
}
 
/* -------------------- header -------------------- */
header .wrapper {
	padding: 0;
}
header .logo {
	width: 68%;
	margin-left: 20px;
	padding-top: 20px;
}
header .wrapper > .logo {
	display: none;
}
header .wrapper .spTopHeader:after {
	content: '';
	display: table;
	clear: both;
}
header .wrapper .spTopHeader {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #c9cbd3;
}
@media (max-width: 359px) {
	header .logo {
		width: 63%;
	}
}
header .wrapper:not(ul){
	padding-bottom: 0;
}
/* #sp_menu */
#sp_menu {
	display: block;
	margin: 12px 20px 0 10px;
	padding: 7px 10px;
	background-color: #1a4e80;
	border-radius: 3px;
	text-align: center;
}
#sp_menu img {
	max-width: 30px;
}
#sp_menu .sp_menuTxt {
	display: block;
	margin-top: .3em;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
}
#tb_menu {
	display: none;
}
header .utilAndCorp {
	width: 100%;
	background-color: #f5f6f8;
	padding: 10px;
}
/* #srchBox */
#srchBox {
	margin-top: 0px;
}
#srchInput {
	width: 250px;
	margin-left: 25px;
}
@media (max-width: 359px) {
	#srchInput {
		width: 205px;
	}
}

/* -------------------- .sidebar -------------------- */
.sidebar {
	margin-bottom: 30px;
}
/* .stage */
.sidebar .stage {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar .stage h5{
	padding:10px 15px;
}
.sidebar .stage dl{
	padding: 0 20px;
}

/* .sidemenu */
.sidebar .sidemenu h5{
	padding: 20px 0 20px 66px;
}
.sidebar .sidemenu h5 br{
	display: none;
}
.sidebar .sidemenu ul{
	padding: 0 20px;
}
.sidebar .sidemenu li{
	width: 100%;
}

/* .banner */
.sidebar .banner {
	display: block;
	padding: 0 20px;
}
.sidebar .banner br{
	display: none;
}
/* .banner */
.sidebar .banner2 {
	display: block;
	padding: 0 20px;
}
.sidebar .banner2 br{
	display: none;
}

/* -------------------- .pagenavi -------------------- */
.pagenavi > li {
	float: none;
	margin-right: 0;
}

/* -------------------- .comment -------------------- */
.comment dt{
	min-width: 60px;
}
.comment dd{
	max-width: 395px;
}

/* -------------------- footer -------------------- */
/* #footer_link */
#footer_link {
	padding: 15px 20px;
}
#footer_link ul {
	padding: 0;
	margin: 0;
}
#footer_link li {
	text-align: left;
	display: block;
	padding: 0 0 0 15px;
	margin: 0;
}
#footer_link li a {
	color: #333;
}
/* #footer_nav */
#footer_nav {
	padding: 15px 0;
}
#footer_nav section {
	margin: 0;
}
#footer_nav h4 {
	padding-left: 15px;
	background-image: url(../img/common/icon_arr_r_wh.png);
	background-repeat: no-repeat;
	background-position: left top 8px;
	font-size: 100%;
	margin: 0;
}
#footer_nav ul {
	display: none;
}
/* #copyright */
#copyright .text_center {
	text-align: left;
}
/* #go_top */
#go_top {
	right: 20px;
	bottom: 90px;
}
#go_top img {
	width: 40px;
}
/* #ex_link_popup */
#ex_link_popup .contents {
	width: 90%;
}
}/* @media End */