/*2016.9.30 Hikaru Tokunaga*/

@charset "UTF-8";

/* ==

	1. 基本スタイル

=============================================================================== */

html { font-size: 16px; }
body {
    position: relative;
	min-width: 1200px;
	font-size: 100.0%;
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

/* ------- フォントサイズ --------
:10px :0.625rem :62.5%
:11px :0.688rem :68.8%
:12px :0.750rem :75.0%
:13px :0.813rem :81.3%
:14px :0.875rem :87.5%
:15px :0.938rem :93.8%
:16px :1.000rem :100.0%
:17px :1.063rem :106.3%
:18px :1.125rem :112.5%
:19px :1.188rem :118.8%
:20px :1.250rem :125.0%
:21px :1.313rem :131.3%
:22px :1.375rem :137.5%
:23px :1.438rem :143.8%
:24px :1.500rem :150.0%
:25px :1.563rem :156.3%
:26px :1.625rem :162.5%
:27px :1.688rem :168.8%
:28px :1.750rem :175.0%
:29px :1.813rem :181.3%
:30px :1.875rem :187.5%
:31px :1.938rem :193.8%
:32px :2.000rem :200.0%
---------------------------- */

div,dl,dt,dd,th,td,p,ul.ol,li,a {
	font-size: 0.938rem;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
}
h3 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 10px;
}
p,ul,ol {
	margin-bottom: 20px;
}
a {
	font-size: 0.938rem;
	color: #01a369;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	transition: 0.1s;
}
figure {
	margin: 0;
}



/* ==

	2. ヘッダー

=============================================================================== */

#header,
#simple-header,
#common-header {
	width: 100%;
	background: #fff;
}
#simple-header,
#common-header {
	border-top: 2px solid #333;
}
.head-area {
	width: 980px;
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	background: #fff;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#simple-header .head-area {
	align-items: center;
	width: 700px;
	padding: 0;
}


/*-----------------------------------------
	ロゴ
-----------------------------------------*/

.head-area h1 {
	padding: 0 0 15px;
}
.head-area h1 a,
.head-area h1 a img {
	display: block;
}
#simple-header .head-area h1 {
	padding: 0 0 3px;
}


/*-----------------------------------------
	右側モジュール
-----------------------------------------*/

.utility {
	display: flex;
	height: 48px;
}
.utility > p {
	padding-right: 20px;
	border-right: 1px solid #ebebeb;
	font-size: 0.813rem;
	margin: 0;
}
.utility > p a,
.utility > p a img {
	display: block;
}


/*-----------------------------------------
	文字サイズ変更ボタン
-----------------------------------------*/

.utility .module-font {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-right: 1px solid #ebebeb;
}
.utility .module-font dt {
	font-size: 0.813rem;
}
.utility .module-font .changeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #999;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	transition: 0.1s;
}
.utility .module-font .changeBtn span {
	display: inline-block;
	line-height: 1;
}
.utility .module-font .changeBtn:hover,
.utility .module-font .changeBtn.active {
	background: #01a369;
}
.utility .module-font .fss {
	font-size: 12px;
}
.utility .module-font .fsm {
	font-size: 14px;
}
.utility .module-font .fsl {
	font-size: 16px;
}
#simple-header .utility .module-font {
	padding: 0;
	border-right: none;
}


/*-----------------------------------------
	サイト内検索
-----------------------------------------*/

.utility .module-search {
	width: 232px;
	padding-left: 20px;
	font-size: 0.813rem;
}
.utility .module-search .gsc-control-cse {
	padding: 0;
}
.utility .module-search form.gsc-search-box {
	margin: 0;
}
.utility .module-search table.gsc-search-box {
	margin: 0;
}
.utility .module-search .gsc-search-box-tools .gsc-search-box .gsib_a {
	padding: 0 8px !important;
}
.utility .module-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
	background-color: transparent !important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.utility .module-search input.gsc-search-button-v2 {
	display: block;
	padding: 6px;
	border-radius: 0 !important;
	margin: 0 !important;
}


/*-----------------------------------------
	グローバルナビ
-----------------------------------------*/

#global-navi * {
	box-sizing: content-box;
}
#global-navi {
	width: 100%;
	background: #01a369;
	position: relative;
	z-index: 1;
}

/*---------- メニュー本体 ----------*/
#global-navi > ul {
	width: 980px;
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#global-navi > ul > li {
	width: calc(100% / 7);
	flex-grow: 1;
}
#global-navi > ul > li:first-child {
	width: 45px;
	flex-grow: 0;
}
#global-navi > ul > li > a,
#global-navi > ul > li.disabled > span {
	display: table-cell;
	width: 155px;
	height: 64px;
	background: #01a369;
	border-left: 1px solid #6fc1a3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s;
}
#global-navi > ul > li.disabled > span {
	background: #ccc;
	cursor: default;
}
#global-navi > ul > li:first-child > a {
	border-left: none;
}
#global-navi > ul > li:hover > a,
#global-navi > ul > li > a.current {
	background: #ffe100;
	color: #01a369;
	text-decoration: none;
}
#global-navi > ul > li.disabled > a {
	background: #ccc;
}
.gn-text-sp {
	display: none;
}
.gn-btn {
	display: none;
}

/*---------- メガメニュー ----------*/
.mega-menu {
	display: none;
	width: 100%;
	background: rgba(226,246,231,0.9);
	border-top: 3px solid #ffe100;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 64px;
}
.mega-menu-inn {
	width: 940px;
	display: flex;
	flex-wrap: wrap;
	padding: 36px 20px;
	margin: 0 auto;
}
.mega-menu-inn p {
	margin: 0;
}
.mega-menu-inn p span {
	font-size: 1.125rem;
	font-weight: bold;
	vertical-align: middle;
}
.mega-menu-inn ul {
	width: 750px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	border-left: 1px solid #82908c;
	margin-left: 20px;
	margin-bottom: 0;
}
.mega-menu-inn ul li {
	display: table;
	margin: 0 20px 10px 0;
}
.mega-menu-inn ul li a {
	display: table-cell;
	width: 200px;
	height: 52px;
	padding: 0;
	background-color: #fff;
	background-image: url(/common/img/arrow_green.png);
	color: #333;
	letter-spacing: -0.5px;
	vertical-align: middle;
}
.mega-menu-inn ul li a:hover {
	background-color: #01a369;
	background-image: url(/common/img/arrow_white.png);
	color: #fff;
}

/*---------- メガメニューグレーボタン ----------*/
.mega-menu-inn ul.page-navi {}
.mega-menu-inn ul.page-navi li {
	margin-right: 10px;
}
.mega-menu-inn ul.page-navi li a.cmn-btn {
	width: 223px;
	min-width: 132px;
	background-color: #999;
	background-image: url(/common/img/arrow_white_down.png);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mega-menu-inn ul.page-navi li a.cmn-btn:hover {
	background-color: #333;
	background-image: url(/common/img/arrow_white_down.png);
}
.mega-menu-inn ul.page-navi + ul{
	margin-left: 128px;
}

.navi-trigger {
	display: none;
}


/* ==

	3. サイドナビ

=============================================================================== */

/*---------- 共通 ----------*/
#side-navi {
	width: 240px;
	border-top: 2px solid #01a369;
	border-bottom: 2px solid #eee;
	float: right;
}
#side-navi p a,
#side-navi ul a {
	display: block;
	background: url(/common/img/arrow_green.png) right center no-repeat;
	color: #333;
	transition: 0.1s;
}
#side-navi li>a:hover,
#side-navi p>a:hover,
#side-navi .current>a {
	background: #01a369 url(/common/img/arrow_white.png) right center no-repeat;
	color: #fff;
	text-decoration: none;
}
#side-navi a.arrow_green_down {
	background: url(/common/img/arrow_green_down.png) right center no-repeat!important;
}
#side-navi li>a.arrow_green_down:hover,
#side-navi p>a.arrow_green_down:hover,
#side-navi .current a.arrow_green_down {
	background: #01a369 url(/common/img/arrow_white_down.png) right center no-repeat!important;
}

/*---------- 第ニ階層 ----------*/
#side-navi p {
	background: #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
	margin: 0;
}
#side-navi ul {
	margin: 0;
}
#side-navi p:hover,
#side-navi p.current {
	border-right: 2px solid #01a369;
	border-left: 2px solid #01a369;
}
#side-navi p a {
	padding: 20px 10px;
}

/*---------- 第三階層 ----------*/
#side-navi>ul>li {
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
}
#side-navi>ul>li>a {
	padding: 20px 10px;
}

/*---------- 第四階層 ----------*/
#side-navi>ul>li>ul {
	margin-left: 5px;
}
#side-navi>ul>li>ul>li {
	margin-top: 1px;
}
#side-navi>ul>li>ul>li>a {
	padding: 10px;
	background: #e2f6e7 url(/common/img/arrow_green.png) right center no-repeat;
}


/* ==

	4. コンテンツ／汎用パーツ

=============================================================================== */


/*-----------------------------------------
	レイアウト
-----------------------------------------*/

#container {
	width: 980px;
	padding: 40px 0;
	margin: 0 auto;
}

.two-columns {
	overflow: hidden;
}

#left-content {
	width: 700px;
	float: left;
}


/*-----------------------------------------
	パンくず
-----------------------------------------*/

#bread-crumb {
	width: 100%;
	margin-bottom: 20px;
}
#bread-crumb span {
	display: inline-block;
	font-size: 0.813rem;
	margin-right: 5px;
}
#bread-crumb span a {
	font-size: 0.813rem;
}
#bread-crumb span a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 8px;
	background: url(/common/img/arrow_bread-crumb.png) right top no-repeat;
}


/*-----------------------------------------
	見出し
-----------------------------------------*/

.green-line {
	width: 700px;
	padding-top: 6px;
	background: url(/common/img/line_h2.png) left top no-repeat;
	font-size: 1.750rem;
	margin-bottom: 40px;
}
.title-greenBar {
	padding: 13px 30px;
	background: #01a369;
	color: #fff;
	font-weight: bold;
	font-size: 1.000rem;
}
.title-greeTxt {
	color: #01a369;
	font-weight: 700;
	font-size: 1.125rem;
}
.title-greeTxt span {
	font-weight: normal;
	font-size: 0.938rem;
}
.title-Bdisc-greeBlk {
	background: #e2f6e7;
	padding: 20px 20px 20px 70px;
	position: relative;
	margin-bottom: 20px;
}
.title-Bdisc-greeBlk span {
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	background: #333333;
	color: #fff;
	text-align: center;
}
.title-greenBorder{
	color: #01a369;
	margin-top: 20px;
	padding: 0 0 0 10px;
	border-left: 5px solid #01a369;
	font-size: 1.125rem;
}

/*---------- 一覧／キャンペーン／お知らせ・ニュース ----------*/
.title-greenBar.tab {
	padding: 10px 30px 0;
	overflow: hidden;
}
.title-greenBar a {
	color: #fff;
}
.title-greenBar .title-tab {
	float: left;
	overflow: hidden;
	margin: 0;
}
.title-greenBar .title-tab li {
	float: left;
}
.title-greenBar .title-tab li.active {
	background: url(/common/img/icon_tab-current.png) center bottom no-repeat;
}
.title-greenBar .title-tab li a {
	display: block;
	padding: 10px 15px;
	margin-right: 2px ;
	border: 1px solid #e2f6e7;
	border-radius: 3px 3px 0px 0px;
	transition: 0.1s;
}
.title-greenBar .title-tab li.active a,
.title-greenBar .title-tab li:hover a {
	background: #e2f6e7;
	color: #01a369;
	text-decoration: none;
}
.title-greenBar .right-link {
	float: right;
	margin-top: 3px;
	margin-bottom: 0;
}
.title-greenBar .right-link a {
	padding-right: 15px;
	background: url(/common/img/arrow_white.png) right center no-repeat;
	font-weight: normal;
}

/*-----------------------------------------
	ぺージナビ
-----------------------------------------*/

#left-content .page-navi {
	margin-bottom: 30px;
}
#left-content .page-navi:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
#left-content .page-navi li {
	display: table;
	float: left;
	margin-right: 10px;
	text-indent: 0;
	margin-left: 0;
}
#left-content .page-navi li:last-child {
	margin-right: 0;
}
#left-content .page-navi .cmn-btn {
	min-width: 132px;
	background-color: rgba(0,0,0,0.6);
	background-image: url(/common/img/arrow_white_down.png);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#left-content .page-navi .cmn-btn:hover {
	background-color: rgba(0,0,0,0.8);
	background-image: url(/common/img/arrow_white_down.png);
}

/*-----------------------------------------
	ぺージナビ2
-----------------------------------------*/

#left-content .page-navi2 {
	margin-bottom: 20px;

}
#left-content .page-navi2:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
#left-content .page-navi2 li {
	display: table;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: 0;
	margin-left: 0;
}
#left-content .page-navi2 li:last-child {
	margin-right: 0;
}
#left-content .page-navi2 .cmn-btn {
	min-width: 223px;
	background-color: rgba(0,0,0,0.6);
	background-image: url(/common/img/arrow_white_down.png);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#left-content .page-navi2 .cmn-btn:hover {
	background-color: rgba(0,0,0,0.8);
	background-image: url(/common/img/arrow_white_down.png);
}

/*-----------------------------------------
	テキストエリア
-----------------------------------------*/

/*---------- リード文 ----------*/
.lead-text {
	margin-bottom: 20px;
}

/*---------- 汎用エリア ----------*/
.cnt-block {
	margin-bottom: 40px;
}
.cnt-block ul {
	margin-left: 22px;
	list-style-type: disc;
}
.cnt-block ul li {
	margin-bottom: 10px;
}
.cnt-block ul li:last-child {
	margin-bottom: 0;
}

/*---------- 背景付き ----------*/
.important_block {
	background: #e2f6e7;
	padding: 20px;
	margin-bottom: 20px;
}
.important_block p.indent{
	margin-bottom: 10px; 
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.important_block-b {
	background: #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
}



/*-----------------------------------------
	ご留意事項
-----------------------------------------*/

.notice-block {
	background: #eeeeee;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.notice-block h4{
	margin-bottom: 20px;
	padding: 0 0 0 60px;
	font-size: 1.125rem;
	line-height: 50px;
	background: url(/common/img/icon_note.png) no-repeat left center;
}
.notice-block ul li {
	font-size: 0.938rem;
	margin-left: 1.5em;
	margin: 1em 0 0 1.5em;
	position: relative;
	list-style-type: none;
}
.notice-block ul li:before {
	background: url(/common/img/icon_list_disc.png) no-repeat left center;
	content: "";
	display: block;
	width: 9px;
	height: 20px;
	position: absolute;
	left: -20px;
}
.notice-block strong {
	font-weight: bold;
}

/*---------- 見出しなしver ----------*/
.notice-block .ico-warning {
	padding: 3px 0 3px 60px;
	background: url(/common/img/icon_note.png) no-repeat left top;
	margin: 0;
}
.notice-block .ico-warning li {
	margin: 1em 0 0 1.5em;
}

/*---------- 注釈-small ----------*/
.notice-small { /* ※ */
	font-size: 0.813rem;
	text-indent: -1em;
	margin: 0 0 0 1em;
	display: block;
}
.notice-small-b { /* ※n */
font-size: 0.813rem;
    text-indent: -2em;
    margin: 0 0 0 2em;
    display: block;
}

/*---------- 注釈リスト ----------*/
.notice-block ul.notice-list,
.cnt-block ul.notice-list {
	text-indent: -1em;
	margin: 0 0 0 1em;
	margin-bottom: 20px;
	list-style-type: none;
}
.notice-block ul.notice-list li,
.cnt-block ul.notice-list li {
	margin-bottom: 5px;
}
.cnt-block ul.notice-list-b {
	text-indent: -3.5em;
	margin: 0 0 0 3.5em;
	margin-bottom: 20px;
	list-style-type: none;
}
.cnt-block ul.notice-list-b li {
	margin-bottom: 5px;
}


/*-----------------------------------------
	ボタン 
-----------------------------------------*/

.cmn-btn,
.cmn-btn-gr {
	display: inline-block;
	min-width: 200px;
	padding: 15px 15px 14px;
	background-color: #fff;
	color: #333;
	text-align: center;
	background: #fff url(/common/img/arrow_green.png) no-repeat right center;
	box-shadow: 0 1px 0 0 #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	transition: 0.1s;
}
.cmn-btn:hover,
.cmn-btn-gr:hover {
	text-decoration: none;
	background-color: #01a369;
	background-image: url(/common/img/arrow_white.png);
	color: #fff;
}

/*---------- グレー ----------*/
.cmn-btn-gr {
	background-color: #eeeeee;
	box-shadow: 0 1px 0 0 #ccc;
	/*
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	*/
}


/*-----------------------------------------
	テーブル・表組
-----------------------------------------*/

.tbl_01 {
	border: 1px solid #ccc;
	width:100%;
	margin-bottom: 20px;
}
.tbl_01 th,
.tbl_01 td {
	color: #333;
	vertical-align: middle;
	padding: 10px 9px 10px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.tbl_01 thead th,
.tbl_01 tbody th {
	background: #e2f6e7;
}
.tbl_01 thead th,
.tbl_01.text-c th,
.tbl_01.text-c td {
	text-align: center;
}
.tbl_01 ul,
.tbl_01 p {margin-bottom:0;}

/*---------- border ----------*/
.bd-top-dotted {
	border-top: 1px dotted #ccc!important;
}
.bd-btm-dotted {
	border-bottom: 1px dotted #ccc!important;
}

/*---------- vertical-align ----------*/
.valign-t td {vertical-align: top;}
.valign-m td {vertical-align: middle;}
.valign-b td {vertical-align: bottom;}



/* ==

	5. フッター

=============================================================================== */

#footer,
#simple-footer {
	position: relative;
}


/*-----------------------------------------
	上段フッター
-----------------------------------------*/

.footer1 {
	width: 100%;
	background: #eee;
}
.footer1-inn {
	width: 980px;
	padding: 40px 0 60px;
	margin: 0 auto;
}

/*---------- テキストリンク ----------*/
.footer-link {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 40px;
}
.footer-link > ul {
	width: calc((100% - 50px) / 3);
}
.footer-link > ul:last-child {
	margin-right: 0;
}
.footer-link > ul > li > a {
	display: inline-block;
	margin-top: 10px;
}
.footer-link > ul > li:first-child > a {
	margin-top: 0;
}
.footer-link > ul > li.footer-link_box {
	margin-top: 23px;
}
.footer-link > ul > li > ul {
	margin-left: 15px;
}
.footer-link > ul > li.footer-link_box > ul {
	margin: 0;
}
.footer-link ul > li > ul > li > ul {
	margin: 10px 0 10px 15px;
}
.footer-link > ul > li > ul > li > a {
	display: inline-block;
	margin-top: 10px;
}
.footer-link ul > li > ul > li > ul > li > a {
	display: inline-block;
	margin-top: 10px;
}
.footer-link ul li a {
	padding-left: 13px;
	background: url(/common/img/arrow_gray.png) left 4px no-repeat;
	color: #333;
	font-size: 0.813rem;
}
.footer-link ul li a.icon_PDF:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(/common/img/icon_PDF.png) left center no-repeat;
	margin-left: 5px;
}

/*---------- フッターバナー ----------*/
.footer-banner {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}
.footer-banner li {
    width: calc((100% - 60px) / 4);
	height: 70px;
}
.footer-banner li a {
	display: block;
	height: 100%;
}
.footer-banner li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.1s;
}
.footer-banner li a:hover img {
	opacity: 0.7;
}


/*-----------------------------------------
	下段フッター
-----------------------------------------*/

.footer2 {
	width: 100%;
	background: #333;
}
.footer2-inn {
	width: 980px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 20px 0 35px;
	margin: 0 auto;
}
#simple-footer .footer2-inn {
	width: 700px;
}

/*---------- 下段フッター証券バナー ----------*/
.link-home {
	display: inline-block;
}
.link-home img {
	vertical-align: middle;
	transition: 0.1s;
}
.link-home:hover img {
	opacity: 0.7;
}


/*-----------------------------------------
	ページトップボタン
-----------------------------------------*/
#page-top {
	display: block;
	padding: 17px 15px;
	background: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: fixed;
	right: 30px;
}
#page-top img {
	display: block;
}

/*-----------------------------------------
	コピーライト
-----------------------------------------*/

.copyright {
	flex-grow: 1;
	color: #fff;
	font-size: 0.688rem;
	line-height: 2;
	text-align: right;
	margin: 0;
}


/* ==

	6. 調整

=============================================================================== */

/*-----------------------------------------
	幅
-----------------------------------------*/

.w10{width:10%!important;}
.w15{width:15%!important;}
.w20{width:20%!important;}
.w25{width:25%!important;}
.w30{width:30%!important;}
.w33{width:33%!important;}
.w35{width:35%!important;}
.w40{width:40%!important;}
.w45{width:45%!important;}
.w50{width:50%!important;}
.w55{width:55%!important;}
.w60{width:60%!important;}
.w65{width:65%!important;}
.w70{width:70%!important;}
.w75{width:75%!important;}
.w80{width:80%!important;}
.w85{width:85%!important;}
.w90{width:90%!important;}
.w95{width:95%!important;}
.w100{width:100%!important;}


/*-----------------------------------------
	余白
-----------------------------------------*/

.m00{margin:0px!important}
.m10{margin:10px!important}
.m20{margin:20px!important}
.m30{margin:30px!important}
.m40{margin:40px!important}
.m50{margin:50px!important}
.mt00{margin-top:0px!important}
.mt10{margin-top:10px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt40{margin-top:40px!important}
.mt50{margin-top:50px!important}
.mr00{margin-right:0px!important}
.mr10{margin-right:10px!important}
.mr20{margin-right:20px!important}
.mr30{margin-right:30px!important}
.mr40{margin-right:40px!important}
.mr50{margin-right:50px!important}
.mb00{margin-bottom:0px!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb70{margin-bottom:70px!important}
.ml00{margin-left:0px!important}
.ml10{margin-left:10px!important}
.ml20{margin-left:20px!important}
.ml30{margin-left:30px!important}
.ml40{margin-left:40px!important}
.ml50{margin-left:50px!important}
.p00{padding:0px!important}
.p10{padding:10px!important}
.p20{padding:20px!important}
.p30{padding:30px!important}
.p40{padding:40px!important}
.p50{padding:50px!important}
.pt00{padding-top:0px!important}
.pt10{padding-top:10px!important}
.pt20{padding-top:20px!important}
.pt30{padding-top:30px!important}
.pt40{padding-top:40px!important}
.pt50{padding-top:50px!important}
.pr00{padding-right:0px!important}
.pr10{padding-right:10px!important}
.pr20{padding-right:20px!important}
.pr30{padding-right:30px!important}
.pr40{padding-right:40px!important}
.pr50{padding-right:50px!important}
.pb00{padding-bottom:0px!important}
.pb10{padding-bottom:10px!important}
.pb20{padding-bottom:20px!important}
.pb30{padding-bottom:30px!important}
.pb40{padding-bottom:40px!important}
.pb50{padding-bottom:50px!important}
.pl00{padding-left:0px!important}
.pl01{padding-left:1px!important}
.pl02{padding-left:2px!important}
.pl03{padding-left:3px!important}
.pl04{padding-left:4px!important}
.pl05{padding-left:5px!important}
.pl10{padding-left:10px!important}
.pl20{padding-left:20px!important}
.pl30{padding-left:30px!important}
.pl40{padding-left:40px!important}
.pl50{padding-left:50px!important}
.pl15em{padding-left:1.5em!important}


/*-----------------------------------------
	文字揃え
-----------------------------------------*/

.text-c {text-align:center!important;}
.text-r {text-align:right!important;}
.text-l {text-align:left!important;}

/*-----------------------------------------
	ボーダー
-----------------------------------------*/
.bd-t-none {border-top:none!important;}
.bd-r-none {border-right:none!important;}
.bd-b-none {border-bottom:none!important;}
.bd-l-none {border-left:none!important;}
.bd-none {border:none!important;}

/*-----------------------------------------
	インデント
-----------------------------------------*/
.no-indent {
	text-indent: 0;
	margin-left: 0;
}

/*-----------------------------------------
	文字の間隔
-----------------------------------------*/
.letter-1 {
	letter-spacing: -1px;
}
.letter-05 {
	letter-spacing: -0.5px;
}

/*-----------------------------------------
	float
-----------------------------------------*/

.fl-n {float:none!important;}
.fl-r {float:right!important;}
.fl-l {float:left!important;}

/*-----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix {clear: both;}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*-----------------------------------------
	黒字のリストのリンク
-----------------------------------------*/
.fnt-black-list li a {
	padding-left: 13px;
	background: url(/common/img/arrow_gray.png) left 4px no-repeat;
	color: #333;
}
/*-----------------------------------------
	お問合せ用ボックス
-----------------------------------------*/
    .boxColumn {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	background-position: 0% 0%;
	margin : 30px 0 0 ;
	padding: 20px;
}
    .boxColumn.green {
	border-color: #009966;
}
    .boxColumn.green .title01 {
	background-color: #009966;
}
    .boxColumn .title01 {
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

 .underline {
text-decoration: underline;
}

  .boxColumn p {
	margin-top: 15px;
	margin-bottom: 0px;
}
/*-----------------------------------------
	インデント
-----------------------------------------*/
.l_indent15 {
    padding-left: 15px
}

.l_indent30 {
    padding-left: 30px
}

/*-----------------------------------------
	テキストの頭揃え
-----------------------------------------*/
.Dl01,
.Dl01 > dd {
	overflow: hidden;
}
.Dl01 {
	/*padding: 1em 0 0 0;*/
	margin: 0 0 0 0;
}
.Dl01 > dt {
	float: left;
	/*margin: 0 0.5em 0 0;*/
}
.Dl01 > dd > *:first-child {
	margin-top: 0;
}
/*-----------------------------------------
	テキストの色
-----------------------------------------*/
.txtColor01{
	color: red;
}

.txtBold {
	font-weight: bold;
}


/* ==

    レスポンシブ（トップのみ）
    .top ...

=============================================================================== */

@media screen and (max-width: 767px){
    /* ==

        1. 基本スタイル

    =============================================================================== */
    
	body.top {
		min-width: 0;
	}
    

    /* ==

        2. ヘッダー

    =============================================================================== */
	.top #common-header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 200;
	}

	.top .head-area {
		align-items: center;
		width: 100%;
		height: 50px;
		padding: 0;
	}

	/*-----------------------------------------
		ロゴ
	-----------------------------------------*/

	.top .head-area h1 {
		flex-grow: 1;
		padding: 0 10px 3px;
	}
	.top .head-area h1 a {
		display: inline-block;
	}
	.top .head-area h1 a img {
		display: inline-block;
		width: 145px;
		height: auto;
	}


	/*-----------------------------------------
		右側モジュール
	-----------------------------------------*/

	.top .utility {
		height: auto;
		display: block;
	}
	.top .utility > p,
	.top .utility .module-search {
		display: block;
		height: auto;
	}
	.top .utility > p {
		padding: 0;
		margin: 0;
	}
	.top .utility > p > a,
	.top .utility > p > a > picture {
		display: block;
	}
	.top .utility > p > a,
	.top .utility > p > a > picture > img {
		vertical-align: middle;
	}
	.top .navi-trigger {
		position: relative;
		display: block;
		width: 55px;
		height: 50px;
	}
	.top .navi-trigger span {
		position: absolute;
		display: block;
		width: 25px;
		height: 2px;
		background: #999;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.1s;
	}
	.top .navi-trigger span:nth-child(1) {
		top: 15px;
	}
	.top .navi-trigger span:nth-child(2) {
		top: 25px;
	}
	.top .navi-trigger span:nth-child(3) {
		top: 35px;
	}
	.top .navi-trigger.is-navi-active span:nth-child(1) {
		transform: translateX(-50%) rotate(-45deg);
		top: 25px;
	}
	.top .navi-trigger.is-navi-active span:nth-child(2) {
		opacity: 0;
	}
	.top .navi-trigger.is-navi-active span:nth-child(3) {
		transform: translateX(-50%) rotate(45deg);
		top: 25px;
	}

	
	/*-----------------------------------------
		文字サイズ変更ボタン
	-----------------------------------------*/

	.top .utility .module-font {
		display: none;
	}

    /*-----------------------------------------
        グローバルナビ
    -----------------------------------------*/
	.top #global-navi * {
		box-sizing: border-box;
	}
	.top #global-navi {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 100;
		height: calc(100vh - 50px);
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(0,0,0,.7);
		padding-bottom: 100px;
	}

    /*---------- メニュー本体 ----------*/
	.top #global-navi > ul {
		display: block;
		width: 100%;
		height: auto;
	}
	.top #global-navi > ul > li {
		position: relative;
		display: block;
		width: 100%;
		border-top: 1px solid #6fc1a3;
	}
	.top #global-navi > ul > li:first-child,
	.top #global-navi > ul > li:last-child {
		width: 100%;
	}
	.top #global-navi > ul > li > a,
	.top #global-navi > ul > li.disabled > span,
	.top #global-navi > ul > li:first-child > a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 65px;
		border: none;
		text-align: left;
		padding: 20px;
	}
	.top #global-navi > ul > li:hover > a,
	.top #global-navi > ul > li > a.current {
		background: #01a369;
		color: #fff;
	}
	.top #global-navi > ul > li.is-menu-active > a {
		background: #ffe100;
		color: #01a369;
	}
	.top #global-navi > ul > li > a > img {
		margin: 0 15px 5px 0;
	}
	.top .gn-text-sp {
		display: block;
	}
	.top .gn-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 65px;
		height: 65px;
		background: #ffe100;
		padding: 10px;
		margin: 0;
		border: none;
		border-left: 1px solid #6fc1a3;
	}
	.top .gn-btn::before,
	.top .gn-btn::after {
		content: "";
		position: absolute;
		background: #01a369;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.1s;
	}
	.top .gn-btn::before {
		width: 24px;
		height: 2px;
	}
	.top .gn-btn::after {
		width: 2px;
		height: 24px;
	}
	.top .is-menu-active > .gn-btn::after {
		opacity: 0;
	}
	.top .mega-menu {
		background: #e2f6e7;
		border-color: #01a369;
		position: relative;
		width: 100%;
		top: 0;
	}
	.top .mega-menu-inn {
		display: block;
		width: 100%;
		padding: 20px 20px 30px;
		margin: 0 auto;
	}
	.top .mega-menu-inn p {
		display: block;
		padding: 0 0 20px;
	}
	.top .mega-menu-inn ul {
		gap: 10px;
		width: 100%;
		border-top: 1px solid #82908c;
		border-left: none;
		padding: 20px 0 0;
		margin: 0;
	}
	.top .mega-menu-inn ul li,
	.top .mega-menu-inn ul.page-navi li {
		display: block;
		width: calc((100% - 10px) / 2);
		margin: 0;
	}
	.top .mega-menu-inn ul li a,
	.top .mega-menu-inn ul.page-navi li a.cmn-btn {
		display: flex;
		align-items: center;
		min-width: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
	}


    /* ==
    
        5. フッター
    
    =============================================================================== */

	/*-----------------------------------------
		上段フッター
	-----------------------------------------*/
	.top .footer1-inn {
		width: 100%;
		padding: 10px 15px 50px;
	}

	/*---------- テキストリンク ----------*/
	.top .footer-link {
		display: block;
		margin-bottom: 0;
	}
	.top .footer-link > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
		padding: 30px 0;
		margin: 0;
	}
	.top .footer-link > ul + ul {
		border-top: 1px solid #BFCFC3;
	}
	.top .footer-link > ul > li {
		width: calc((100% - 20px) / 2);
	}
	.top .footer-link > ul > li > ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 5px;
		margin: 8px 0 8px 15px;
	}
	.top .footer-link > ul > li > ul > li {
		width: calc((100% - 5px) / 2);
	}
	.top .footer-link > ul > li > a,
	.top .footer-link ul > li > ul > li > ul,
	.top .footer-link > ul > li > ul > li > a,
	.top .footer-link ul > li > ul > li > ul > li > a {
		margin: 0;
	}
	.top .footer-link > ul > li.footer-link_col1,
	.top .footer-link > ul > li > ul > li.footer-link_col1 {
		width: 100%;
	}
	.top .footer-link > ul > li.footer-link_box {
		width: 100%;
		margin: 0;
		padding: 30px 0 0;
		margin-top: 20px;
		border-top: 1px solid #BFCFC3;
	}
	.top .footer-link > ul > li.footer-link_box > ul {
		margin: 0;
	}

	/*---------- フッターバナー ----------*/
	.top .footer-banner {
		gap: 10px;
	}
	.top .footer-banner li {
		height: auto;
		width: calc((100% - 10px) / 2);
	}


	/*-----------------------------------------
		下段フッター
	-----------------------------------------*/

	.top .footer2-inn {
		display: block;
		width: 100%;
		padding: 30px 15px 40px;
	}

	/*---------- 下段フッター証券バナー ----------*/
	.footer-logo {
		text-align: center;
		margin-bottom: 30px;
	}
	.top .link-home img {
		margin: 0 auto;
	}

	/*-----------------------------------------
		ページトップボタン
	-----------------------------------------*/

	.top #page-top {
		right: 15px;
	}

	/*-----------------------------------------
		コピーライト
	-----------------------------------------*/
	
	.top .copyright {
		text-align: center;
		margin: 0;
	}


	/* ==
	
		6. 調整
	
	=============================================================================== */

	/*-----------------------------------------
		SPのみ
	-----------------------------------------*/
	.top .spOnly {
		display: block;
	}
	.top .pcOnly {
		display: none;
	}
}

.top .spOnly {
	display: none;
}