@charset "utf-8";

/********** 3 ヘッダ **********/

/* ヘッダ */
#container.header_fixed #he_left, #container.header_fixed #he_right > #he_right_div,
.header_hide #top_banner_pr_wrap {
	display: none;
}
#header a {
	color: #333;
}
#header {
	background: url(/img/common/header_bg.png)no-repeat top center;
}
#header2 {
	width: 1080px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	position: relative;
}

#he_left {
	width: 192px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
}
#he_left > #logo {
	margin: 0px;
}
#he_left > #logo > h1 {
	margin: 0px;
}
#he_left > #logo > h1 > img {
    border-right: 1px solid #5f5f5f;
    padding: 3px 20px 2px 4px;
}
#he_left > #logo > a {
	display: inline-block;
}
#he_left > #logo > a > img {
	height: auto;
    width: 168px;
    display: block;
    padding: 4px 20px 2px 4px;
    border-right: 1px solid #5f5f5f;
}

#he_right {
	margin-left: 194px;
	padding: 20px 0px 20px;
	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;
}
#he_right > #he_right_div {
	width: 53.5rem;
}
#search_box_div {
	display: inline-block;
    width: 240px;
}
.top_index #search_box_div {
	width: 320px;
    margin-top: 5px;
	border-left: 1px solid #5f5f5f;
    padding-left: 20px;
}
#search_box_div > a,
#search_box_div #search_menu_btn {
	width: 240px;
    display: block;
    height: auto;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    background-color: #d1d1d1;
    border-radius: 5px;
    padding: 10px 4px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
}
#search_box_div > a:hover,
#search_box_div #search_menu_btn:hover {
	border-color: #477457;
}
#search_box_div > a:before,
#search_box_div #search_menu_btn:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height:28px;
    margin-right: 9px;
    background: url(/img/common/search_icon.png) no-repeat center;
}
ul#header_navi {
	margin: 0px 0 0 4px;
	padding: 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#header_navi > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 14px;
	text-align: left;
}
ul#header_navi > li:nth-child(3), ul#header_navi > li:nth-child(4) {
    margin-left: 14px;
}
ul#header_navi > li > a {
	display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 3px 0px 3px 25px;
}
ul#header_navi > li > a:hover, ul#header_navi > li > a:focus {
	text-decoration: underline;
}
ul#header_navi > li.h_main > a {
	background-image: url(/img/common/icon_main.png);
	padding: 3px 0px 3px 27px;
}
ul#header_navi > li.h_guide > a {
	background-image: url(/img/common/icon_guide.png);
	padding: 3px 0px 3px 31px;
}
ul#header_navi > li.h_lang > a {
	background-image: url(/img/common/icon_language.png);
	padding: 3px 0px 3px 30px;
}
ul#header_navi > li.h_speaker > a {
	background-image: url(/img/common/icon_speaker.png);
	padding: 3px 0px 3px 35px;
}

/* アクセシビリティ機能 */
ul#header_navi > li > dl {
	display: table;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
ul#header_navi > li > dl > dt, ul#header_navi > li > dl > dd {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0px 4px 5px;
}
ul#header_navi > li#haikei_color > dl > dd {
	padding: 4px 0px 4px 7px;
}
ul#header_navi > li#moji_size > dl > dt {
	padding: 0px 7px 0px 32px;
    background: url(/img/common/icon_moji.png) no-repeat center left;
    font-size: 1.4rem;
}

ul#header_navi > li#haikei_color > dl > dt {
	padding: 0px 0px 0px 26px;
    background: url(/img/common/icon_color.png) no-repeat center left;
    font-size: 1.4rem;
}
ul#header_navi > li > dl > dd > a {
    font-size: 1.3rem;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
    padding: 6px 8px 5px 8px;
}
ul#header_navi > li#moji_size > dl > dd > a#moji_default {
	padding: 7px 11px 4px 12px;
}
ul#header_navi > li#moji_size > dl > dd > a#moji_large {
	font-size: 1.5rem;
	padding: 6px 9px 3px 10px;
}
ul#header_navi > li > dl > dd > a#haikei_white {
	color: #333 !important;
	background-color: #ffffff !important;
	border: 1px solid #ccc;
}
ul#header_navi > li > dl > dd > a#haikei_black {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000;
}
ul#header_navi > li > dl > dd > a#haikei_blue {
	color: #ffff00 !important;
	background-color: #0000ff !important;
	border: 1px solid #0000ff ;
}

/* 検索 */
#open_page_id_div {
	width: 478px;
    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;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    background-color: #d1d1d1;
    height: 58px;
}
#open_page_id {
	display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 6px 0px 0px 6px;
    width: calc(100% - 8rem);
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
    vertical-align: middle;
    background-color: #d1d1d1;
    color: #333;
    width: 8rem;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0 10px 0 35px;
    font-size: 1.4rem;
    border: none;
    border-radius: 0px 6px 6px 0px;
    background-image: url(/img/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: left 18px center;
}
#cse-search-box {
    display: inline-block;
    vertical-align: middle;
    width: 478px;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    margin-right: 35px;
}
#top_search_page_id {
    width: auto;
}
#tmp_query {
    width: calc(100% - 8rem);
    padding: 0px;
    margin: 0;
    border: 0px;
    border-radius: 6px 0px 0px 6px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
}
#submit {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    border: none;
    background-color: #d1d1d1;
    color: #333;
    width: 8rem;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0 10px 0 35px;
    border-radius: 0px 5px 5px 0px;
    background-image: url(/img/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: left 18px center;
}

#cse_filetype {
	display: block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
	color: #333;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* 一時保存機能ボタン */
button#keep_page_sw {
	display: block;
	background: transparent;
	border: none;
	text-decoration: underline;
	color: #0d59b7;
}

/* グローバルナビ */
#header_icon_link, #headerfix_search {
	display: none;
}
.header_hide #header2 {
	/*display: none;*/
}
.header_hide #header_icon_link {
	display: block;
}
.header_hide #top_search {
	display: block;
	width: 100%;
}
.header_hide #top_search > #top_search_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    max-width: 1080px;
    margin: 0px auto;
    height: 9rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_hide #top_search > #top_search_box > ul#gnav {
	width: auto;
    margin: 0px;
}
ul#gnav > li:nth-child(3) > a {
	padding: 17px 10px 3px;
}
ul#gnav > li:nth-child(3) > a:hover, ul#gnav > li:nth-child(3) > a:focus {
	padding: 15px 10px 1px;
}
.header_hide #top_search > #top_search_box > ul#gnav > li#gnav1,
.header_hide #top_search > #top_search_box > ul#gnav > li#gnav3 {
	padding-right: 20px;
}
.header_hide #top_search > #top_search_box > ul#gnav > li#gnav1,
.header_hide #top_search > #top_search_box > ul#gnav > li#gnav3 {
	padding-right: 17px;
}
.header_hide #top_search > #top_search_box > ul#gnav > li#gnav2 {
	padding-right: 15px;
}
.header_hide > .top_index #top_search > #top_search_box > ul#gnav > li#gnav2 {
	padding-right: 11px;
}
.header_hide #header_icon_link {
	width: auto;
	margin: 20px 0px;
	padding: 0px;
}
.header_hide > .top_index ul#gnav > li > a {
	font-size: 1.6rem;
}
.header_hide ul#gnav > li > a, .header_hide > .top_index ul#gnav > li > a {
	font-size: 1.4rem;
	flex-direction: row;
	border-left: none;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
}
.header_hide > .top_index ul#gnav > li > a {
	height: auto;
	border: none;
	box-shadow: none;
	font-size: 1.6rem;
}
.header_hide ul#gnav > li:last-child > a {
	border-right: none;
}
.header_hide .top_index ul#gnav > li > a > br,
.header_hide .top_index #headerfix_search {
	display: none;
}
.header_hide .top_index ul#gnav > li > a > span:first-child {
	padding-right: 7px;
}
.header_hide ul#gnav > li > a > br {
	display: block;
}
.header_hide ul#gnav > li > a > span:first-child {
	padding-right: 11px;
	padding-bottom: 0px;
}
.header_hide ul#gnav > li > a > span {
	text-align: left;
	line-height: 1;
}
.header_hide ul#gnav > li > a > span > br {
	display: block;
}
.header_hide > .top_index ul#gnav > li > a > span > br {
	display: none;
}
.header_hide ul#gnav > li > a:hover, .header_hide ul#gnav > li > a:focus,
.header_hide ul#gnav > li:last-child > a:hover, .header_hide ul#gnav > li:last-child > a:focus {
	border: none;
	text-decoration: underline;
	height: auto;
}
.header_hide ul#gnav > li > a:hover, .header_hide ul#gnav > li > a:focus,
.header_hide ul#gnav > li:last-child > a:hover, .header_hide ul#gnav > li:last-child > a:focus {
	padding: 0px;
}
.header_hide ul#header_icon_link > li > a > span {
	font-size: 1.4rem;
	margin-right: 0;
}
.header_hide > .top_index ul#header_icon_link > li > a > span {
	font-size: 1.3rem;
}

.header_hide ul#header_icon_link > li > a:hover, .header_hide ul#header_icon_link > li > a:focus {
	text-decoration: underline;
}
.header_hide ul#gnav > li#gnav1 a span img,
.header_hide > .top_index ul#gnav > li#gnav1 a span img {
	width: 25px;
    height: 25px;
}
.header_hide > .top_index #top_search > #top_search_box > ul#gnav {
    width: auto;
}
.header_hide ul#gnav > li#gnav2 > a > span > img,
.header_hide > .top_index ul#gnav > li#gnav2 > a > span > img {
	width: 31px;
    height: 26px;
}
.header_hide ul#gnav > li#gnav3 > a > span > img,
.header_hide > .top_index ul#gnav > li#gnav3 > a > span > img {
	width: 46px;
    height: 24px;
}
.header_hide ul#gnav > li#gnav4 > a > span > img,
.header_hide > .top_index ul#gnav > li#gnav4 > a > span > img {
	width: 21px;
    height: 25px;
}

#top_search > #top_search_box > ul#gnav > li > a > br {
	display: none;
}
.header_hide #top_search {
    position: fixed;
    top: -90px;
    left: 0;
    z-index: 2;
    height: auto;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    display: block;
}
#top_search {
    background: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.top_index #top_search {
	background: none;
}
.header_hide > .top_index #top_search {
	background: #fff;
	height: auto;
}
.header_hide > .top_index #top_search > #top_search_box > ul#header_icon_link > li#icon_link3 {
	padding-right: 0px;
}
.header_hide .top_index #header {
	position: static;
	top: -200px;
}
ul#gnav {
	width: 1080px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
ul#gnav > li, ul#header_icon_link > li {
	display: table-cell;
	vertical-align: middle;
}
.top_index ul#gnav > li {
	width: 255px;
	padding-right: 20px;
}
.top_index ul#gnav > li:last-child {
	padding-right: 0px;
}
.top_index ul#gnav > li:last-child > a:hover, .top_index ul#gnav > li:last-child > a:focus {
	border-right: 2px solid #4f8362;
	padding: 0px 20px 0px 40px;
}
ul#header_icon_link > li {
	padding-right: 10px;
}
.header_hide > #top_search ul#header_icon_link > li#icon_link3 {
	padding-right: 0px;
}
ul#header_icon_link > li:last-child {
	padding-right: 0px;
}
ul#header_icon_link > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
ul#header_icon_link > li > a > span {
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul#header_icon_link > li:first-child > a {
    background: #ffcec7;
    padding: 5px 2px 5px 10px;
}
.top_index ul#header_icon_link > li:first-child > a {
	padding: 6px 8px 3px 11px;
}
.header_hide > .top_index ul#header_icon_link > li#icon_link1 > a > span {
	padding: 10px 4px 8px 36px;
}
.top_index ul#header_icon_link > li:nth-child(2) > a {
	padding: 5px 15px 4px 12px;
}
.header_hide > .top_index ul#header_icon_link > li#icon_link2 > a > span {
	padding: 11px 0px 7px 37px;
}
.top_index ul#header_icon_link > li:nth-child(3) > a {
	padding: 6px 17px 5px 10px;
}
.header_hide ul#header_icon_link > li#icon_link1 > a > span {
	background: url(/img/common/baby_icon.png) no-repeat center left;
    padding: 8px 4px 8px 35px;
    background-size: auto;
}
.header_hide ul#header_icon_link > li#icon_link2 > a > span {
	background: url(/img/common/mobile_icon.png) no-repeat center left;
    padding: 8px 0px 8px 37px;
    background-size: auto;
}
.header_hide ul#header_icon_link > li#icon_link3 > a > span {
	background: url(/img/common/hat_icon.png) no-repeat center left;
    padding: 8px 4px 8px 33px;
    background-size: auto;
}
ul#header_icon_link > li:nth-child(2) > a {
    background: #aee2e8;
    padding: 5px 7px 5px 12px;
}
ul#header_icon_link > li:nth-child(2) > a > span:first-child {
	margin-right: 7px;
}
ul#header_icon_link > li:nth-child(3) > a {
    background: #fff9cb;
    padding: 5px 12px 5px 11px;
}
ul#header_icon_link > li#headerfix_search > a,
ul#header_icon_link li#headerfix_search #headerfix_search_btn {
    display: block;
    height: auto;
    text-align: center;
    background-color: #d1d1d1;
    background-position: left 40px center;
    padding: 8px 10px 8px 30px;
    border-radius: 5px;
    width: 132px;
    font-size: 1.4rem;
    background-image: url(/img/common/icon_search.png);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
}
ul#header_icon_link > li#headerfix_search > a:hover,
ul#header_icon_link li#headerfix_search #headerfix_search_btn:hover {
	border-color: #477457;
}
ul#gnav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    font-size: 1.6rem;
    line-height: 2rem;
    min-height: 70px;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    border-left: 1px solid #d5d4d4;
}
ul#gnav > li > a:hover, ul#gnav > li > a:focus,
ul#gnav > li:last-child > a:hover, ul#gnav > li:last-child > a:focus {
	border: 2px solid #4f8362;
	padding: 8px 10px;
	font-weight: bold;
}
ul#gnav > li > a > span > br {
	display: none;
}
ul#gnav > li > a > span:first-child {
	padding-bottom: 8px;
}
.top_index ul#gnav > li > a > span:first-child {
	padding-bottom: 0px;
}
.header_hide > .top_index ul#gnav > li:last-child > a > span:first-child {
	padding-right: 5px;
}
.top_index ul#gnav > li:last-child > a > span:first-child {
	padding-right: 20px;
}
.top_index ul#gnav > li > a {
	height: 9.6rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 1.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px 20px;
}
.top_index ul#gnav > li > a, #top_banner_pr_list > li img {
	box-shadow: 1px 1px 5px -3px rgba(176, 172, 165, 0.9);
    -webkit-box-shadow: 1px 1px 5px -3px rgba(176, 172, 165, 0.9);
}
.header_hide > .top_index ul#gnav > li#gnav1 > a > span > img,
.header_hide > .top_index ul#gnav > li#gnav2 > a > span > img,
.header_hide > .top_index ul#gnav > li#gnav3 > a > span > img {
	padding-right: 0px;
}
.header_hide > .top_index ul#gnav > li:last-child > a:hover,
.header_hide > .top_index ul#gnav > li:last-child > a:focus {
	padding: 0px;
	border-right: none;
}
.header_hide > .top_index ul#gnav > li {
	width: auto;
}
.top_index ul#gnav > li#gnav1 > a > span > img {
	padding-right: 25px;
}
.top_index ul#gnav > li#gnav2 > a > span > img {
	padding-right: 18px;
}
.top_index ul#gnav > li#gnav3 > a > span > img {
	padding-right: 12px;
	padding-top: 5px;
}
.top_index ul#gnav > li:last-child > a {
	border-right: 2px solid #fff;
	padding: 0px 20px 0px 40px;
}
.header_hide > .top_index ul#gnav > li:last-child > a {
	padding: 0px;
}
.header_hide > .top_index ul#gnav > li:last-child > a {
	border-right: none;
}
.top_index ul#gnav > li > a:hover, .top_index ul#gnav > li > a:focus {
	border: 2px solid #4f8362;
	font-weight: bold;
}
.top_index ul#gnav > li:nth-child(3) > a:hover, .top_index ul#gnav > li:nth-child(3) > a:focus {
	padding: 0px 20px;
}
.header_hide > .top_index ul#gnav > li > a:hover, .header_hide .top_index ul#gnav > li > a:focus {
	border: none;
	font-weight: normal;
}
.header_hide > .top_index ul#gnav > li:nth-child(3) > a:hover,
.header_hide > .top_index ul#gnav > li:nth-child(3) > a:focus {
	padding: 0px;
}
.top_index ul#gnav > li#gnav3 > a {
	padding: 0px 20px 0 10px;
}
.header_hide > .top_index ul#gnav > li#gnav3 > a {
	padding: 0px;
}
.top_index ul#gnav > li#gnav1 > a > span > img,
.top_index ul#gnav > li#gnav2 > a > span > img,
.top_index ul#gnav > li#gnav3 > a > span > img,
.top_index ul#gnav > li#gnav4 > a > span > img {
	width: auto;
	height: auto;
}
ul#gnav > li#gnav1 > a > span > img {
	width: 35px;
    height: 35px;
}
ul#gnav > li#gnav2 > a > span > img {
	width: 43px;
    height: 35px;
}
ul#gnav > li#gnav3 > a > span > img {
	width: 56px;
    height: 30px;
}
ul#gnav > li#gnav4 > a > span > img {
	width: 29px;
    height: 35px;
}

ul#gnav > li > a > br {
	display: none;
}
ul#gnav > li:last-child > a {
	border-right: 1px solid #d5d4d4;
}
/*top*/
.hide {
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    clip: rect(0,0,0,0);
    overflow: hidden;
}
#top_search_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 3px 0 0;
}
#top_search_title > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#top_search_title > ul > li {
	width: 175px;
}
.top_index #top_search_title > ul > li {
	width: 110px;
}
#top_search_title > ul > li#top_search_title_2 {
	margin-left: 5px;
}
#top_search_title > ul > li > button {
    border: 1px solid #d1d1d1;
    margin: 0;
    font-size: 1rem;
    color: #333;
    background: #fff;
    line-height: 1.2;
    border-radius: 5px 5px 0 0;
    padding: 3px 8px 2px;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: none;
}
#top_search_title > ul > li.tab_on > button {
	background: #d1d1d1;
    font-size: 1.2rem;
    padding: 7px 3px 4px;
}
.searchby_id > a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #333;
	background: url(/img/top/searchid.png)no-repeat;
	padding: 5px 0 4px 30px;
	display: inline-block;
}
.top_index #top_search_keyword {
	width: auto;
	margin-right: 0px;
}
.top_index #open_page_id_div {
	width: 320px;
	background: none;
	height: auto;
	border-radius: 0px 6px 6px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_index #top_search_page_id {
	width: auto;
}
.top_index #page_id_box label {
	margin-bottom: 0px;
}
.top_index #open_page_id, .top_index #open_page_id_submit,
.top_index #tmp_query, .top_index #submit {
	height: 3rem;
}
.top_index #cse-search-box {
	width: 320px;
	margin: 0px;
	border-radius: 0px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_index #tmp_query {
	border-radius: 0px 0px 0px 5px;
}
.top_index #open_page_id {
	border-radius: 0px 0px 0px 5px;
}
/*top*/

/*search btn*/
#open_search_box.open {
	display: block;
}
#open_search_box {
	display: none;
    padding: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(79, 131, 98, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: auto;
    -ms-scroll-chaining: none;
	overscroll-behavior: none;
}
/* 検索 */
#search_div {
    width: auto;
    margin: 45px 40px 0;
    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;
}
.bl_search_label {
    font-size: 2.4rem;
    margin-bottom: 10px;
    display: block;
    color: #333;
}
#page_id_box label {
    color: #333;
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}
#open_search_box > .content3_wrap {
    width: 1160px;
	background: #fff;
	border-radius: 10px;
	margin: 10rem auto;
    padding: 30px 40px 50px;
    -webkit-box-sizing: border-box;  
    box-sizing: border-box;
} 

.content3_ttl > p {
    margin: 0;
    padding: 10px 0 10px 56px;
    background: url(/img/top/jyohodesakasu_ttl.png)no-repeat left 7px center;
    color: #333333;
    font-size: 3.8rem;
    font-weight: normal;
    line-height: 1.2;
}
#search_close_btn {
	display: block;
    height: auto;
    text-decoration: none;
    border-radius: 8px;
    position: absolute;
    top: 22px;
    right: calc(50% - 540px);
    width: 240px;
    background-color: #ffffff;
    font-size: 2.3rem;
    padding: 11px 13px 11px 10px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #4f8362;
    text-align: center;
}
#search_close_btn:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height:28px;
    margin-right: 7px;
    background: url(/img/common/icon_close.png) no-repeat center;
}
/*情報をさがすここから*/
#open_search_box.open > .content3_wrap > .life_wrap {
	margin: 40px 0px 35px;
}
.life_wrap {
    color: #333;
	margin: 50px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.life_event {
    width: calc(100% - 406px);
    border-right: 1px solid #d1d1d1;
    padding: 0 30px 0 0;
}
.service {
    width: 366px;
    padding-left: 47px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:where(.life_event_ttl,.service) h3,:where(.life_event_ttl,.service) p {
	margin: 8px 0px 10px;
	font-size: 2.4rem;
	font-weight: normal;
}
:where(.life_event_ttl,.service) h3, :where(.life_event_ttl,.service) p {
    text-align: center;
}
.service_ttl :where(h3,p) {
    /* text-align: left; */
}
.service_list > ul,
.life_event_list > ul {
	margin: 13px 0px 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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.life_event_list > ul > li {
	width: 155px;
	max-width: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.service_list > ul > li {
	width: 138px;
	max-width: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.service_list > ul > li > a,
.life_event_list > ul > li > a {
	display: block;
	background: #fff;
	background-repeat: no-repeat;
	padding: 0px 0px 10px;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	text-decoration: none;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.service_list > ul > li > a > span:first-child, 
.life_event_list > ul > li > a > span:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-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;
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
.service_list > ul > li > a > span > img,
.life_event_list > ul > li > a > span > img {
	width: auto;
	height: auto;
}
.service_list > ul > li > a:hover, 
.service_list > ul > li > a:focus, 
.life_event_list > ul > li > a:hover,
.life_event_list > ul > li > a:focus {
	border: 1px solid #e6f3eb;
	-webkit-box-shadow: 1px 4px 9px -2px rgb(176, 172, 165);
	box-shadow: 1px 4px 9px -2px rgb(176, 172, 165);
	border-radius: 20px;
}
.life_event_list > ul > li.life_event_list5, .life_event_list > ul > li.life_event_list6,
.life_event_list > ul > li.life_event_list7, .life_event_list > ul > li.life_event_list8,
.service_list > ul > li.service_list3, .service_list > ul > li.service_list4 {
	margin-bottom: 0px;
}

/*情報をさがすここまで*/
.top_search_menu_list > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-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;
}
.top_search_menu_list > ul > li {
	width: calc(25% - 15px);
	margin: 0 20px 0px 0;
}
.top_search_menu_list > ul > li > a {
	background: #e1f1e7;
	padding: 16px 8px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e1f1e7;
}
.top_search_menu_list > ul > li > a:hover, .top_search_menu_list > ul > li > a:focus {
	border: 1px solid #4f8362;
}
.top_search_menu_list > ul > li:nth-child(4n) {
	margin-right: 0;
}

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}



/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
	overflow: hidden;
	border-top: 2px solid #cfde8e;
}

#footer #copyright_wrap, #footer #author_info {
	max-width: 1080px;
	margin: 0 auto;
}

#footer .main_copyright {
	position: relative;
	z-index: 2;
	background: #cfde8e;
}

#footer #copyright_wrap {
	padding-bottom: 70px;
	padding-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

#footer_navi > ul {
	padding: 0px;
	margin: 0px;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#footer_navi > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px 0px 0px;
}

#author_info {
	position: relative;
	padding: 30px 0px 48px;
	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: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
#author_info::after {
	content: '';
	position: absolute;
	background-image: url(/img/common/map.png);
	background-repeat: no-repeat;
	background-position: left 0 top -203px;
	width: 832px;
	height: 750px;
	right: calc(50% - 800px);
	top: 0;
	z-index: 0;
}
#author_info > #author_box {
	width: 280px;
}
#author_info > #logo_mark {
	width: 240px;
}
#author_info > #logo_mark > img {
	margin-top: 1px;
	margin-left: 1px;
}
#author_info > #contact_info {
	position: relative;
	z-index: 1;
	width: 220px;
}
#author_info > div {
	margin: 0px;
}

#author_box {
	padding: 10px 0px 0px;
}

#author_box p {
	margin: 0px;
}
.top_index #author_info .f_author a {
	pointer-events: none;
}
#author_info .f_author a {
	text-decoration: none;
}
.f_author img {
	padding-right: 18px;
	position: relative;
	top: 4px;
}
#author_box .f_number {
	margin-top: 9px;
}
#author_box .f_address {
	margin: 32px 0px 0px;
}
#author_box .f_detail, #author_box .f_contact {
	margin: 7px 0px 0px;
}

#author_box p.f_author {
	font-size: 2.4rem;
}
#author_box p.f_author span {
    padding-left: 1px;
	letter-spacing: 5px;
}

#contact_info_list > ul {
	padding: 10px 0px 10px;
	margin: 0px;
}

#contact_info_list > ul > li {
	list-style: none;
	width: 220px;
	border-radius: 19px;
	text-align: left;
	margin-bottom: 10px;
	background-color: #fadaaa;
}

#contact_info_list > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 20px 8px 48px;
	background-repeat: no-repeat;
	background-position: left 19px center;
}
#contact_info_list > ul > li > a:hover,
#contact_info_list > ul > li > a:focus {
	text-decoration: underline;
}

#contact_info_list > ul > li:nth-child(1) > a {
	background-image: url(/img/common/location_icon.png);
}
#contact_info_list > ul > li:nth-child(2) > a {
	background-image: url(/img/common/phone_icon.png);
	padding-left: 50px;
}
#contact_info_list > ul > li:nth-child(3) > a {
	background-image: url(/img/common/mail_icon.png);
	padding-left: 54px;
	letter-spacing: -1px;
}

#footer_banner_img > img {
	display: block;
}

#copyright {
	padding-right: 5px;
}

#copyright p {
	margin: 0px;
	font-size: 1.2rem;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	line-height: 2rem;
	padding: 10px 20px;
	width: 10em;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: auto;
	position: fixed;
	right: calc(50% - 90px);
	bottom: -180px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 0px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop a:hover, #footer_link_pagetop a:focus {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#footer_link_pagetop img {
	display: block;
	width: 100%;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 100px;
}
#osusume_banner_ttl a {
	display: block;
	background: #ccc;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 30px 0px;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	background: #ccc;
	padding: 10px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	background: #fff;
	padding: 5px;
	position: relative;
}
#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}

.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}
/* color_common */
.color_change.header_hide ul#gnav > li > a, .color_change #footer_link_pagetop {
	background: none !important;
}
.color_change #he_left #logo img {
	background-color: #fff !important;
}
.color_change .top_index #top_search #top_search_box {
	background-color: transparent !important;
}
.color_change #contact_info_list > ul > li:nth-child(1) > a {
	background-image: url(/img/common/location_icon_stroke.png);
}
.color_change #contact_info_list > ul > li:nth-child(2) > a {
	background-image: url(/img/common/phone_icon_stroke.png);
}
.color_change #contact_info_list > ul > li:nth-child(3) > a {
	background-image: url(/img/common/mail_icon_stroke.png);
}
.color_change #author_info .f_author img {
	background-image: url(/img/common/footer_logo_stroke.png);
	background-repeat: no-repeat;
}
.color_change .service_list > ul > li > a:hover, 
.color_change .service_list > ul > li > a:focus, 
.color_change .life_event_list > ul > li > a:hover, 
.color_change .life_event_list > ul > li > a:focus {
	border-color: #fff;
}
.color_change ul#header_navi > li.h_main > a {
	background-image: url(/img/common/icon_color_main.png);
}
.color_change ul#header_navi > li.h_guide > a {
	background-image: url(/img/common/icon_color_guide.png);
}
.color_change ul#header_navi > li.h_lang > a {
	background-image: url(/img/common/icon_color_language.png);
}
.color_change ul#header_navi > li.h_speaker > a {
	background-image: url(/img/common/icon_color_speaker.png);
}
.color_change ul#header_navi > li#moji_size > dl > dt {
	background: url(/img/common/icon_color_moji.png) no-repeat center left;
}
.color_change ul#header_icon_link > li#headerfix_search > a,
.color_change #submit, .color_change #open_page_id_submit {
	background-image: url(/img/common/color_icon_search.png) !important;
	background-size: 16px;
}
.color_change #author_info > #logo_mark > img {
	background-color: #fff !important;
}

/*color black*/
.color_black #search_box_div > a,
.color_black #headerfix_search > a,
.color_black .top_search_menu_list > ul > li > a,
.color_black #search_close_btn, .color_black #top_search #top_search_box,
.color_black #contact_info_list > ul > li, .color_black.header_hide #top_search,
.color_black.header_hide ul#gnav > li, .color_black.header_hide ul#header_icon_link > li {
    background-color: #333 !important;
}
.header_hide.color_black ul#header_icon_link > li > a {
	background-color: #000 !important;
}
/*color blue*/
.color_blue #search_box_div > a,
.color_blue #headerfix_search > a,
.color_blue .top_search_menu_list > ul > li > a,
.color_blue #search_close_btn, .color_blue #top_search #top_search_box,
.color_blue #contact_info_list > ul > li, .color_blue.header_hide #top_search,
.color_blue.header_hide ul#gnav > li, .color_blue.header_hide ul#header_icon_link > li {
    background-color: #0000aa !important;
}
.header_hide.color_blue ul#header_icon_link > li > a {
	background-color: #0000ff !important;
}