@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
 
/* フレーム（header, main, footer）*/

/* html, body -----------------------------------------------*/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f4f1e0;
	font-size: 14px;
	font-family: "Noto Sans", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #3e3a3a;
}
main {
	display: block;
}

/* header -----------------------------------------------*/
header {
	position: relative;
	background: #fff;
}
header #header_contents {
	position: relative;
}
header #header_contents .flexbox {
	display: flex;
	align-items: center;
}
header #search_block form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
}
header #search_block input[type="text"] {
	width: 80%;
	font-family: "Noto Sans", "Meiryo", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}
header #search_block .search_button {
	margin-left: 15px;
	padding: 2px 0;
	background: #40b252;
	color: #fff;
}
header #header_contents .manage_menu {
	position: relative;
	cursor: pointer;
}
header #header_contents .manage_menu .manage_menu_button {
	padding: 0 1em;
	border: 1px solid #444;
	background: #444;
	color: #fff;
}
header #header_contents .manage_menu .manage_list {
	position: absolute;
	left: 0;
	top: 1.5em;
	z-index: 15;
	display: none;
	width: 100%;
	margin: 0;
	background: #fff;
	text-align: center;
	list-style: none;
}
header #header_contents .manage_menu .manage_list li {
	margin: 0;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	text-align: center;
}
header #header_contents .manage_menu .manage_list li:last-child {
	border-bottom: 1px solid #444;
}
header #header_contents .manage_menu .manage_list li a {
	display: block;
	text-decoration: none;
}
header #header_contents .manage_menu .manage_list li a:hover {
	background: #f4f1e0;
}
header #header_contents #login_block {
	display: flex;
	text-align: right;
}
header #header_contents #login_user {
	color: #898989;
}
header #header_contents #login_block ul {
	list-style: none;
	margin: 0;
}
header #header_contents #login_block ul#util_menu {
	display: flex;
	align-items: center;
}
header #header_contents #login_block ul li {
    margin-right: 1em;
}
header #header_contents #login_block ul li:last-child {
	margin-right: 0;
}
header nav {
	background: #40b252;
}
header nav #gmenu {
	margin: 0;
	list-style: none;
}
header nav #gmenu li .sub_menu {
	margin: 0;
	list-style: none;
}
header nav #gmenu li .sub_menu li {
	margin: 0;
}
header nav #gmenu li .sub_menu a {
	display: block;
	padding: 1em;
	text-decoration: none;
	background: #fff;
	color: #3e3a3a;
	word-break: break-all;
}
header nav #gmenu li .sub_menu a:hover {
 	background-color: #f3f1e0;
}


/* footer -----------------------------------------------*/
body > footer {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 5em;
	padding: 2em 0 0 0;
	text-align: center;
	font-size: 85%;
}
body > footer #copyright {
	margin-bottom: 0;
	color: white;
	background-color: #3ab34c;
	padding: 1.5em 0;
}
body > footer #go_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0;
}
body > footer #go_top img:first-child {
    margin-bottom: 10px;
}


/*--------------------------------------------------------------------
 *	共通部品
 *--------------------------------------------------------------------*/

/* リンク, リンクボタン -----------------------------------------------*/
a {
	color: #3ab34c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.button,
button.button,
ul.buttons li a,
ul.buttons li button {
	display: block;
	padding: 10px 0;
	width: 200px;
	margin: auto;
	background: #3ab34c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
}
a.button.cancel,
button.button.cancel,
#btn_return {
	background: #666666;
}
a.button:hover,
button.button:hover
ul.buttons li a:hover,
ul.buttons li button:hover {
	opacity: 0.8;
}
input[type="reset"] {
	border: none;
	width: 155px;
	padding: 10px 0;
	border-radius: 20px;
	background: #3ab34c;
	color: #fff;
	text-align: center;
	line-height: 1.6;
}
a.link_arrow {
	padding-right: 1.5em;
	background: url(../images/link_arrow.png) no-repeat 90% 4px;
}
a.link_arrow:hover {
	background-position: 95% 4px;
	transition: .2s;
}

/* リスト関連 -----------------------------------------------*/
ul li, ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.notice,
ul.notice_num {
	margin-left: 0;
	list-style-type: none;
}

ul.notice li {
	text-indent: -1em;
	margin-left: 1em;
}

ul.notice_num li {
	text-indent: -1.9em;
	margin-left: 1.9em;
}

ol.bracket_num {
	margin-left: 0;
	list-style-type: none;
}

ol.bracket_num li {
	margin-left: 1.7em;
	text-indent: -1.7em;
}

ol.circle_num  {
	list-style-type: none;
	margin: 1em 0;
}

ol.circle_num li {
	margin-left: 1em;
	text-indent: -1em;
}

/* ボックス -----------------------------------------------*/

div.box {
    border: 1px solid #dddddd;
    padding: 1px 1em;
}


/* フォーム -----------------------------------------------*/
input[type="text"],
input[type="password"],
select,textarea {
	font: 100% "ＭＳ Ｐゴシック";
	padding: 3px;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px) {

body {
	font-size: 12px;
}
body main {
	display: block;
	margin-bottom: 65px;
}
.wrap {
	margin: 0 1.3%;
}
.visible-pc {
	display: none !important;
}

/* header -----------------------------------------------*/
header {
	z-index: 120;
}
header #header_contents {
	padding: 18px 10px 1em;
}
header #header_contents p img {
	width: 100%;
}
header #header_contents #logo {
	width: 18%;
	margin: 0 14px 0 0;
}
header #header_contents #logo_legal {
	width: 56%;
	margin: 0;
}
header #header_contents .util_block {
	display: block;
	margin-top: 2em;
}
header #search_block form {
	justify-content: space-between;
	font-size: 11px;
}
header #search_block form input[type="text"] {
	height: 21px;
}
header #search_block form .search_button {
	width: 15%;
	margin-left: 0;
	padding: 3px 0;
}
header #search_block .search_target {
	margin-top: 0.5em;
}
header #header_contents .manage_menu {
	position: relative;
	z-index: 15;
	min-width: 87px;
	width: 35%;
	margin-left: 1em;
}
header #header_contents .manage_menu .manage_menu_button {
	display: block;
	text-align: center;
}
header #header_contents .manage_menu .manage_list {
	top: 21px;
}
header #header_contents .manage_menu .manage_list li a {
	padding: 3px 0;
}
header #header_contents #login_block {
	flex-wrap: wrap;
	justify-content: right;
}
header #header_contents #login_user {
	margin: 5px 0;
}
header #header_contents #login_block ul {
	margin-left: 1em;
	align-items: center;
}
header #header_contents #login_block ul li {
	margin-top: 0;
	margin-bottom: 0;
}
header #header_contents .manage_menu ul {
	margin: 0 !important;
}
header #header_contents .manage_menu ul li {
	width: 98%;
	margin: 0;
}
header nav {
	width: 100%;
	z-index: 120;
}
header nav ul li {
	margin: 0;
	text-align: center;
}
header nav ul li:nth-child(n+2) {
	border-top: 1px solid #fff;
}
header nav a {
	display: block;
	padding: 1.2em 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
header nav a span {
	position: relative;
	display: block;
}
header nav a span::before {
    content: "";
    bottom: 5px;
    right: 5px;
    border-top: 13px solid transparent;
    border-right: 13px solid #fff;
    position: absolute;
    z-index: 100;
}
header nav #gmenu li span {
    display: block;
    padding: 1em 0;
    color: #ffffff;
}
header nav #gmenu li.has_sub a.mclass {
    padding: 0;
}
header nav #gmenu li .sub_menu li:nth-child(n+2) {
	border-top: 1px solid #40b252;
}
header nav {
	display: none;
}
.modal-overlay {
	background-color: rgba(128,128,128, 0.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}
header .flexbox {
	position: relative;
}
header #btn_hamburger {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
}
header #btn_hamburger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #btn_hamburger a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	color: #e60012;
	text-decoration: none;
	opacity: 1;
}
header #btn_hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e60012;
}
header #btn_hamburger span:nth-of-type(1) {
	top: 0;
}
header #btn_hamburger span:nth-of-type(2) {
	top: 10px;
}
header #btn_hamburger span:nth-of-type(3) {
	top: 20px;
}
header #btn_hamburger a::after {
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	content: 'MENU';
	text-align: center;
	font-size: 11px;
}
header #btn_hamburger.active span {
	height: 2px;
	left: 0;
	right: 0;
	background-color: #e60012;
}
header #btn_hamburger.active span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
    width: 100%;
}
header #btn_hamburger.active span:nth-of-type(2) {
	opacity: 0;
}
header #btn_hamburger.active span:nth-of-type(3) {
	top: 10px;
    transform: rotate(-45deg);
    width: 100%;
}
header #btn_hamburger.active a::after {
	content: 'CLOSE';
	text-indent: -0.2em;
}


/* footer -----------------------------------------------*/
body > footer {
	bottom: 10px;
	padding: 0;
}
footer p {
	margin: 0;
}
body > footer #go_top,
body > footer #go_top img {
    width: 40px;
}


/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

.wrapper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.visible-sp {
	display: none !important;
}

/* header -----------------------------------------------*/

header::after {
	display: block;
	clear: both;
	content: "";
}
header #header_contents {
	width: 1200px;
	margin: 0 auto;
    padding: 20px 0 30px;
}
header #header_contents .flexbox {
	align-items: center;
}
header #header_contents p {
	margin: 0;
}
header #header_contents #logo {
	width: 130px;
	margin-right: 20px;
	margin-left: 20px;
}
header #header_contents #logo img{
	width: 100%;
}
header #header_contents .util_block {
	position: absolute;
	top: 15px;
	right: 0;
	width: 620px;
    justify-content: right;
    align-items: flex-end;
}
header #search_block {
	width: 300px;
	margin: 0 25px 0 0;
}
header #search_block form {
	position: relative;
	margin-top: 28px;
}
header #search_block form input[type="text"] {
	width: 230px;
}
header #search_block .search_button {
	margin-left: 10px;
	padding: 6px 14px;
}
header #search_block .search_target {
	margin-top: 0.5em;
}
header #header_contents #btn_hamburger {
	display: none;
}
header #header_contents .manage_menu {
	margin-top: 0.5em;
}
header #header_contents .manage_menu .manage_menu_button {
	padding: 3px 50px;
	line-height: 1;
}
header #header_contents .manage_menu ul li {
	width: 99%;
}
header #header_contents #login_block {
	position: relative;
	z-index: 14;
	display: block;
	max-width: 285px;
}
header #header_contents #login_block #login_user {
	font-size: 12px;
}
header #header_contents #login_block #util_menu {
	justify-content: right;
	align-items: flex-end !important;
}
header #header_contents #login_block #util_menu li {
	margin-bottom: 0;
}
header nav {
	position: relative;
	margin-top: 1em;
}
header nav #gmenu {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	bottom: 3px;
}
header nav #gmenu li {
	position: relative;
	margin: 5px 0 2px;
}
header nav #gmenu li .sub_menu {
	display: none;
	position: absolute;
	left: 0;
	top: 41px;
	width: 208px;
	z-index: 3;
	font-size: 11px;
}
header nav #gmenu li .sub_menu a {
	border: 1px solid #40b252;
}
header nav #gmenu li .sub_menu li:nth-child(n+2) a {
	border-top: none;
}
header nav #gmenu li .sub_menu a:hover {
	opacity: 1;
}
body > footer #go_top {
    width: 60px;
}


/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {

/* 印刷用（PC表示）の記述 end */
}

/*--------------------------------------------------------------------
 *	clear fix
 *--------------------------------------------------------------------*/
.c_fix,
main {
	zoom: 100%;
}
.c_fix::after,
main::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*--------------------------------------------------------------------
 *	その他
 *--------------------------------------------------------------------*/
.fred {
	color: red;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.block_center {
	margin-left: auto;
	margin-right: auto;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
}

