@charset "utf-8";

/*========== サブサイト共通ヘッダ ========== */

/* スマートフォン用 */
#spm_wrap {
	display: none;
}
#spm_wrap_top {
	display: none;
}

/* フォント */
#header {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}

/* リンク */
#header a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header a:hover img,
#header a:focus img {
	opacity: 0.8;
}

#header a.arrow_circle,
#header .arrow_circle a {
	display: inline-block;
	background: url(/img/nw-common/icon_arrow_circle30.png) no-repeat right 10px top 50% transparent;
	color: #333333;
	line-height: 2rem;
	text-decoration: none;
	padding: 5px 50px 5px 0px;
	-webkit-transition: background-position 0.5s;
	-o-transition: background-position 0.5s;
	transition: background-position 0.5s;
}
#header a.arrow_circle:hover,
#header a.arrow_circle:focus,
#header .arrow_circle a:hover,
#header .arrow_circle a:focus {
	background-position: right 0px top 50%;
	text-decoration: underline;
}

#header a.shadow_hover,
#header .shadow_hover a {
	background-color: #ffffff;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
#header a.shadow_hover:hover,
#header a.shadow_hover:focus,
#header .shadow_hover a:hover,
#header .shadow_hover a:focus {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
}

#header a.arrow_circle.shadow_hover,
#header .arrow_circle.shadow_hover a {
	background-color: #ffffff;
	-webkit-transition: background-position 0.5s, -webkit-box-shadow 0.5s;
	transition: background-position 0.5s, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, background-position 0.5s;
	transition: box-shadow 0.5s, background-position 0.5s;
	transition: box-shadow 0.5s, background-position 0.5s, -webkit-box-shadow 0.5s;
}

/* iOSでのボタンデザインをリセット */
#header input[type="button"],
#header input[type="submit"],
#header button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* 本文へリンク */
#skipmenu_wrap a.skipmenu {
	display: block;
	width: 100%;
	height: 0px;
	background: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2em;
	overflow: hidden;
}
#skipmenu_wrap a.skipmenu:focus {
	height: auto;
	outline: none;
	border-bottom: 1px solid #cccccc;
}

/* 外部リンク */
#header .external_link_text {
	display: none;
}

/* ヘッダ */
#header {
	line-height: 1;
	position: relative;
	z-index: 100;
	background: #ffffff;
}
#header * {
	overflow-wrap: break-word;
}

#header2 {
	border-bottom: 1px solid #cccccc;
	position: relative;
}
#header2_box {
	width: 1080px;
	min-height: 100px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#he_left {
	width: 184px;
}
#he_left h1,
#he_left p {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	width: calc(100% - 200px);
}
#he_right_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

/* 展開メニュー */
#pcm_language_wrap,
#pcm_support_wrap,
#pcm_search_wrap {
	position: relative;
	margin-left: 10px;
}
#pcm_menu_wrap {
	margin-left: 15px;
}

.pcm_box {
	position: absolute;
	top: calc(100% - 10px);
	right: 0px;
	z-index: 100;
	opacity: 0;
	background: #e2e2e2;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 720px;
	-webkit-transition: top 0.5s, opacity 0.5s, padding 0.5s;
	-o-transition: top 0.5s, opacity 0.5s, padding 0.5s;
	transition: top 0.5s, opacity 0.5s, padding 0.5s;
}
div[id^="pcm_"].open .pcm_box {
	top: 100%;
	opacity: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pcm_box2,
#header button.pcm_box_close {
	display: none;
}
div[id^="pcm_"].open .pcm_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header div[id^="pcm_"].open button.pcm_box_close {
	display: block;
}

#header button.pcm_box_close {
	width: 20px;
	height: 20px;
	border: none;
	background: url(/img/nw-common/icon_h_close.png) no-repeat center center transparent;
	background-size: 15px auto;
	color: #000000;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0px;
}

a[id^="pcm_"],
#header button[id^="pcm_"] {
	display: inline-block;
	min-width: 80px;
	height: calc(100% - 20px);
	min-height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: center 15px;
	text-align: center;
	margin: 10px 0px;
	padding: 50px 10px 10px;
	color: #0d59b6;
	font-size: 1.2rem;
	line-height: 2rem;
	text-decoration: none;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
a[id^="pcm_"]:hover,
a[id^="pcm_"]:focus,
button[id^="pcm_"]:hover,
button[id^="pcm_"]:focus {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
}

a#pcm_call {
	background-image: url(/img/nw-common/icon_h_call.png);
	background-color: #d6e0ea;
	font-size: 1.1rem;
	line-height: 1.4rem;
	letter-spacing: -1px;
	padding: 48px 0px 4px;
}

#header button#pcm_language {
	background-image: url(/img/nw-common/icon_h_lang.png);
}
#header button#pcm_support {
	background-image: url(/img/nw-common/icon_h_support.png);
}
#header button#pcm_search {
	background-image: url(/img/nw-common/icon_h_search.png);
}

#header #pcm_language_wrap.open button#pcm_language,
#header #pcm_support_wrap.open button#pcm_support,
#header #pcm_search_wrap.open button#pcm_search {
	background-image: url(/img/nw-common/icon_h_close.png);
}

#header button#pcm_menu {
	background: url(/img/nw-common/icon_menu.png) no-repeat center 20px #0d59b6;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	min-width: 100px;
	height: 100%;
	min-height: 100px;
	margin: 0px;
	padding: 60px 10px 20px;
}
#header #pcm_menu_wrap.open button#pcm_menu {
	background-image: url(/img/nw-common/icon_menu_close.png);
}

/* Language */
#pcm_language_wrap.open .pcm_box2 {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#pcm_language_wrap .pcm_box2 .hl_box {
	background: #f7f7f7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 15px;
}
#pcm_language_wrap .pcm_box2 .hl_box.translate {
	width: 280px;
}
#pcm_language_wrap .pcm_box2 .hl_box.language {
	width: 360px;
}

#pcm_language_wrap .pcm_box2 .hl_box .ttl {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2rem;
	padding-left: 20px;
	margin-bottom: 15px;
}
#pcm_language_wrap .pcm_box2 .hl_box.translate .ttl {
	background-image: url(/img/nw-common/icon_lang_auto.png);
}
#pcm_language_wrap .pcm_box2 .hl_box.language .ttl {
	background-image: url(/img/nw-common/icon_lang_hp.png);
}

#pcm_language_wrap .pcm_box2 .hl_box ul.hl_box_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#pcm_language_wrap .pcm_box2 .hl_box ul.hl_box_list li {
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	min-width: calc(50% - 10px);
	margin-bottom: 5px;
}

/* 閲覧補助 */
#hl_voice a {
	display: inline-block;
	background: url(/img/nw-common/icon_support_voice.png) no-repeat left center transparent;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 10px 0px 10px 35px;
	margin: 5px 10px;
}
#hl_voice a:hover,
#hl_voice a:focus {
	text-decoration: underline;
}

#hl_assist,
#hl_assist dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#hl_assist dl {
	margin: 5px 10px;
}
#hl_assist dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 5px 10px 35px;
	font-size: 1.5rem;
	line-height: 2rem;
}
#hl_assist dl#moji_size dt {
	background: url(/img/nw-common/icon_support_font.png) no-repeat left center transparent;
}
#hl_assist dl#haikei_color dt {
	background: url(/img/nw-common/icon_support_color.png) no-repeat left center transparent;
}
#hl_assist dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}
#hl_assist dl dd a {
	display: inline-block;
	background: #ffffff;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	padding: 10px 12px;
}
#hl_assist dl dd a:hover,
#hl_assist dl dd a:focus {
	text-decoration: underline;
}
#hl_assist dl dd a#haikei_white {
	background: #ffffff !important;
	color: #333333 !important;
}
#hl_assist dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#hl_assist dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
#pcm_search_wrap .pcm_box {
	width: 900px;
}
#pcm_search_wrap.open .pcm_box {
	padding-bottom: 20px;
}
#pcm_search_wrap.open .pcm_box2 {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#top_search_keyword {
	width: 38rem;
	max-width: 100%;
	margin-bottom: 10px;
}

#top_search_page_id_wrap {
	width: 43rem;
	max-width: 100%;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#cse-search-box,
#top_search_page_id_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#top_search_page_id_box {
	width: 28rem;
}

#header #tmp_query,
#header #open_page_id {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px) !important;
	height: 4.5rem !important;
	margin: 0px;
	padding: 4px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none !important;
	background-color: #ffffff !important;
	color: #333333;
}

#header #open_page_id::-webkit-input-placeholder {
	color: #666666;
	font-size: 1.2rem;
}
#header #open_page_id::-moz-placeholder {
	color: #666666;
	font-size: 1.2rem;
}
#header #open_page_id:-ms-input-placeholder {
	color: #666666;
	font-size: 1.2rem;
}
#header #open_page_id::-ms-input-placeholder {
	color: #666666;
	font-size: 1.2rem;
}
#header #open_page_id::placeholder {
	color: #666666;
	font-size: 1.2rem;
}

#header #submit,
#header #open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 4.5rem;
	font-size: 1.8rem;
	line-height: 4rem;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	background: #0d59b6;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
}
#header #submit:hover,
#header #submit:focus,
#header #open_page_id_submit:hover,
#header #open_page_id_submit:focus {
	text-decoration: underline;
}

#open_page_id_message {
	margin-top: 10px;
	line-height: 1.5;
}
#open_page_id_message:empty {
	margin-top: 0px;
}

#top_search_page_id_wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	background: url(/img/nw-common/icon_search_guide.png) no-repeat 8px center #0d59b6;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.7rem;
	text-decoration: none;
	width: 5em;
	text-align: center;
	padding: 6px 10px 6px 40px;
	position: relative;
}
#top_search_page_id_wrap a:hover,
#top_search_page_id_wrap a:focus {
	text-decoration: underline;
}
#top_search_page_id_wrap a::before {
	content: '';
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-left-width: 0px;
	border-right-width: 15px;
	border-right-color: #0d59b6;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* メニュー */
#pcm_menu_wrap .pcm_box {
	right: auto;
	left: 0px;
	width: 100%;
	background: #f7f7f7;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#pcm_menu_wrap ul.gnav_search {
	width: 1080px;
	margin: 0px auto;
	padding: 20px 0px 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#pcm_menu_wrap ul.gnav_search li {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
	margin: 0px 5px 10px;
}
#pcm_menu_wrap ul.gnav_search li a {
	line-height: 2rem;
	padding: 20px 60px 20px 30px;
	background-position: right 20px top 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#pcm_menu_wrap ul.gnav_search li a:hover,
#pcm_menu_wrap ul.gnav_search li a:focus {
	background-position: right 10px top 50%;
}

#sp_gnav {
	width: calc(100% + 60px);
	margin: 0px -30px -30px;
	background: #ffffff;
	border-bottom: 1px solid #f7f7f7;
}
#sp_gnav ul.gnav_life {
	width: 1080px;
	margin: 0px auto;
}

/* グローバルメニュー */
ul.gnav_life {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.gnav_life li[class*="gnav"] {
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: calc(100% - 10px);
	margin: 0px 5px;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl {
	height: 100%;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #ffffff;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	padding: 75px 5px 15px;
	position: relative;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a {
	background: #f7f7f7;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a:focus {
	font-weight: bold;
	text-decoration: underline;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a br {
	display: none;
}

ul.gnav_life li[class*="gnav"] .gnav_ttl a::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40px;
	-webkit-transition: background-size 0.5s;
	-o-transition: background-size 0.5s;
	transition: background-size 0.5s;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover::before,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a::before,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a::before {
	background-size: auto 30px;
}

ul.gnav_life li.gnav01 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav01.png);
}
ul.gnav_life li.gnav02 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav02.png);
}
ul.gnav_life li.gnav03 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav03.png);
}
ul.gnav_life li.gnav04 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav04.png);
}
ul.gnav_life li.gnav05 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav05.png);
}
ul.gnav_life li.gnav06 .gnav_ttl a::before {
	background-image: url(/img/nw-common/icon_gnav06.png);
}

/* 取り組み */
#torikumi_banner {
	display: none !important; /* 20230619 デザインリニューアル後は表示しない */
}

/* 背景色変更 */
/* 共通 */
.color_change #header a,
.color_change #header button {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.color_change a[id^="pcm_"],
.color_change #header button[id^="pcm_"],
.color_change #hl_voice a,
.color_change #hl_assist dl dt,
.color_change #pcm_language_wrap .pcm_box2 .hl_box .ttl {
	background-image: none !important;
}
.color_change div[id^="pcm_"].open .pcm_box {
	outline: 1px solid rgba(255,255,255,0.5);
	border-radius: 0px;
}

.color_change #hl_assist dl dd a {
	outline: 1px solid rgba(255,255,255,0.5);
}
.color_change #hl_assist dl dd a:hover,
.color_change #hl_assist dl dd a:focus {
	outline: 2px solid #ffffff;
}

.color_change #header #tmp_query,
.color_change #header #open_page_id,
.color_change #header button.pcm_box_close {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_change #top_search_page_id_wrap a::before,
.color_change ul.gnav_life li[class*="gnav"] .gnav_ttl a::before {
	display: none !important;
}

/* 黒 */
.color_black a#pcm_call,
.color_black ul.gnav_life li[class*="gnav"] .gnav_ttl a {
	background-color: #333333 !important;
}

/* 青 */
.color_blue a#pcm_call,
.color_blue ul.gnav_life li[class*="gnav"] .gnav_ttl a {
	background-color: #0000aa !important;
}
/* 背景色変更 ここまで */


/* スマートフォン */
@media screen and (max-width : 1079px) {

	/* リンク */
	#header a.arrow_circle,
	#header a.arrow_circle:hover,
	#header a.arrow_circle:focus,
	#header .arrow_circle a,
	#header .arrow_circle a:hover,
	#header .arrow_circle a:focus {
		font-size: 1.3rem;
		background-position: right center;
		padding-right: 40px;
	}

	#header .shadow {
		-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
		        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
	}

	/* ヘッダ */
	#header {
		position: relative;
		z-index: 100;
	}

	#skipmenu_wrap {
		display: none;
	}

	#header2 {
		border-bottom: none;
	}
	#header2_box {
		display: block;
		width: auto;
		min-height: 80px;
		margin: 0px;
	}

	#he_left {
		width: 138px;
		height: 45px;
		margin: 0px;
		padding: 18px 0px 17px 15px;
	}

	#he_right,
	#he_right_box {
		display: block;
		width: auto;
	}

	/* メニューボタン */
	#spm_wrap_top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 100;
	}
	#spm_wrap_top a#spm_call {
		display: block;
		width: 70px;
		height: 60px;
		border: none;
		background: url(/img/nw-sp/sp_btn_h_call.png) no-repeat center center #d6e0ea !important;
		background-size: 60px 60px !important;
		color: #000000;
		margin: 0px;
		padding: 0px;
	}
	#header #spm_wrap_top button[id^="spm_"] {
		display: block;
		width: 60px;
		height: 60px;
		border: none;
		margin: 0px 0px 0px 4px;
		padding: 0px;
	}
	#header #spm_wrap_top button#spm_language {
		background: url(/img/nw-sp/sp_btn_h_lang.png) no-repeat center center #e3e2e2 !important;
		background-size: 60px 60px !important;
		color: #000000;
	}
	#header #spm_wrap_top button#spm_support {
		background: url(/img/nw-sp/sp_btn_h_support.png) no-repeat center center #e3e2e2 !important;
		background-size: 60px 60px !important;
		color: #000000;
	}

	.spm_language_open #header #spm_wrap_top button#spm_language,
	.spm_support_open #header #spm_wrap_top button#spm_support {
		background-image: url(/img/nw-sp/sp_btn_h_close.png) !important;
	}

	@media screen and (max-width: 370px) {
		#he_left {
			padding-left: 8px;
		}
		#spm_wrap_top a#spm_call,
		#header #spm_wrap_top button#spm_language,
		#header #spm_wrap_top button#spm_support {
			width: 50px;
			height: 50px;
			background-size: auto 50px !important;
			margin-top: 5px;
		}
	}

	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 120;
		background: #0d59b6;
		color: #ffffff;
		width: 100%;
		height: 70px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 8px 140px 8px 10px;
	}

	#header #spm_wrap button[id^="spm_"] {
		display: block;
		width: calc(50% - 4px);
		height: 54px;
		border: none;
		margin: 0px 4px 0px 0px;
		padding: 0px;
	}
	#header #spm_wrap button#spm_menu {
		background: url(/img/nw-sp/sp_btn_menu.png) no-repeat center center #e3e2e2 !important;
		background-size: 50px 50px !important;
		color: #000000;
	}
	#header #spm_wrap button#spm_search {
		background: url(/img/nw-sp/sp_btn_search.png) no-repeat center center #e3e2e2 !important;
		background-size: 50px 50px !important;
		color: #000000;
	}

	.spm_menu_open #header #spm_wrap button#spm_menu,
	.spm_search_open #header #spm_wrap button#spm_search {
		background-image: url(/img/nw-sp/sp_btn_close.png) !important;
	}

	/* 展開メニュー */
	#pcm_call_wrap,
	#pcm_language_wrap,
	#pcm_support_wrap,
	#pcm_search_wrap,
	#pcm_menu_wrap {
		display: none;
		margin: 0px;
	}

	a[id^="pcm_"],
	#header button[id^="pcm_"],
	#header button.pcm_box_close {
		display: none !important;
	}

	.pcm_box,
	div[id^="pcm_"].open .pcm_box {
		position: static;
		opacity: 1;
		border-radius: 0px;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		padding: 0px;
		width: auto;
	}
	.pcm_box2,
	div[id^="pcm_"].open .pcm_box2 {
		display: block;
		padding: 15px;
	}

	/* Language */
	.spm_language_open #pcm_language_wrap {
		display: block;
	}

	#pcm_language_wrap .pcm_box2 .hl_box {
		padding: 10px 20px 5px;
	}
	#pcm_language_wrap .pcm_box2 .hl_box.translate {
		width: auto;
	}
	#pcm_language_wrap .pcm_box2 .hl_box.language {
		width: auto;
		margin-top: 10px;
	}

	/* 閲覧補助 */
	.spm_support_open #pcm_support_wrap {
		display: block;
	}

	#hl_voice {
		text-align: center;
	}
	#hl_voice a {
		font-size: 1.3rem;
		background-size: auto 20px;
		padding: 5px 10px 5px 30px;
	}

	#hl_assist dl {
		margin: 10px;
	}
	#hl_assist dl#moji_size dt,
	#hl_assist dl#haikei_color dt {
		font-size: 1.3rem;
		background-size: auto 20px;
		padding: 5px 5px 5px 30px;
		min-width: 5em;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}
	html[style*="font-size"] #hl_assist dl#moji_size dt,
	html[style*="font-size"] #hl_assist dl#haikei_color dt {
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#hl_assist dl dd a {
		font-size: 1.4rem;
		padding: 10px 13px;
	}
	#hl_assist dl dd a#moji_large,
	#hl_assist dl dd a#moji_default {
		padding: 10px 17px;
	}

	/* 検索 */
	.spm_search_open #pcm_search_wrap {
		display: block;
		position: fixed;
		left: 0px;
		bottom: 70px;
		z-index: 110;
		width: 100%;
	}

	#pcm_search_wrap .pcm_box {
		width: auto;
		max-height: calc(100vh - 70px);
		max-height: calc(100dvh - 70px);
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
	}
	#pcm_search_wrap .pcm_box2 {
		padding: 20px;
	}

	#top_search_keyword {
		width: auto;
		margin-bottom: 15px;
	}

	#top_search_page_id_wrap {
		width: auto;
		margin-bottom: 0px;
	}
	#top_search_page_id_box {
		width: 24rem;
		min-width: 50vw;
		max-width: calc(100vw - 40px);
	}

	#header #tmp_query,
	#header #open_page_id {
		width: calc(100% - 60px) !important;
		height: 4rem !important;
	}
	#header #submit,
	#header #open_page_id_submit {
		width: 60px;
		font-size: 1.6rem;
		height: 4rem;
	}

	#top_search_page_id_wrap {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	#top_search_page_id_wrap a {
		font-size: 1rem;
		line-height: 1.2rem;
		background-size: auto 15px;
		background-position: 5px center;
		padding: 5px 5px 5px 25px;
		margin: 3px 0px 3px 20px;
	}
	#top_search_page_id_wrap a::before {
		border-width: 8px;
		border-left-width: 0px;
		border-right-width: 10px;
		left: -10px;
	}
	@media screen and (max-width: 670px) {
		#top_search_page_id_wrap a {
			margin-left: auto;
		}
	}

	/* メニュー */
	.spm_menu_open #pcm_menu_wrap {
		display: block;
		position: fixed;
		left: 0px;
		bottom: 70px;
		z-index: 110;
		width: 100%;
	}

	#pcm_menu_wrap .pcm_box {
		width: auto;
		max-height: calc(100vh - 70px);
		max-height: calc(100dvh - 70px);
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
	}
	#pcm_menu_wrap .pcm_box2 {
		padding: 0px;
	}

	#pcm_menu_wrap ul.gnav_search {
		width: auto;
		margin: 0px;
		padding: 24px 14px 14px;
	}
	#pcm_menu_wrap ul.gnav_search li {
		width: calc(50% - 12px);
		margin: 6px;
	}
	#pcm_menu_wrap ul.gnav_search li a,
	#pcm_menu_wrap ul.gnav_search li a:hover,
	#pcm_menu_wrap ul.gnav_search li a:focus {
		-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
		background-size: auto 20px;
		background-position: right 10px top 50%;
		min-height: 50px;
		padding: 5px 30px 5px 10px;
	}

	#sp_gnav {
		display: block;
		width: auto;
		margin: 0px;
		border-bottom: none;
	}
	#sp_gnav ul.gnav_life {
		width: auto;
		margin: 0px;
		padding: 14px 14px 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	ul.gnav_life li[class*="gnav"] {
		width: calc(33.33333% - 12px);
		margin: 6px;
		border-bottom: 1px solid #cccccc;
	}
	ul.gnav_life li[class*="gnav"] .gnav_ttl a,
	ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover,
	ul#gnav li.gnav_box_wrap:hover .gnav_ttl a,
	ul#gnav li.gnav_box_wrap.open .gnav_ttl a {
		font-size: 1.2rem;
		line-height: 1.5rem;
		padding: 45px 0px 5px;
		min-height: 80px;
		background-color: #ffffff;
	}
	ul.gnav_life li[class*="gnav"] .gnav_ttl a::before,
	ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover::before,
	ul#gnav li.gnav_box_wrap:hover .gnav_ttl a::before,
	ul#gnav li.gnav_box_wrap.open .gnav_ttl a::before {
		width: 40px;
		height: 40px;
		background-size: auto 27px;
		top: 5px;
	}

	/* グローバルメニュー */
	#top_search {
		display: none !important;
	}

	/* チャットボット */
	#web_plugin_chat_box,
	#web_plugin_chat_box.__mobile {
		bottom: 5px !important;
		right: 10px !important;
	}
	#web_plugin_chat_box #web_plugin_open_button {
		width: 60px !important;
	}
	#web_plugin_chat_box #web_plugin_open_button img {
		max-width: 100%;
		height: auto;
	}

	/* リードスピーカー */
	#rsmpl_container {
		bottom: 80px !important;
	}

	/* ボトムナビゲーション分の余白 */
	#container {
		padding-bottom: 70px;
	}

	/* 回遊ボタン */
	#torikumi_banner {
		bottom: 70px;
	}

}
/* スマートフォン ここまで */