@charset "utf-8";
/*================================================
 CSS Ver.3.00
=================================================*/

/*------------------------------------------------
	Setting
-------------------------------------------------*/

/*
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
*/

body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 1.4em;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-feature-settings: "palt";
	border: none;
	background-size: auto;
	box-sizing: border-box;
}

@media (max-width: 768px) {
body {
	font-size: 16px;
}
}


/*------------------------------------------------
	BG
-------------------------------------------------*/

.bg_01 {
	background-color: #EEEEEE;
}

.bg_02 {
	background-image: url("../image_common/bg_03.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.bg_03 {
	background-color: #28292d;
	color: #FFFFFF!important;
}

.bg_04 {
	background-color: #FFFFFF;
}

.bg_05 {
	background-image: url("../image_common/bg_05.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: right;
}

.bg_06 {
	background-image: url("../image_common/bg_06.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.bg_07 {
	background-color: #A7C8F4;
}

.bg_08 {
	background-image: url("../image_common/bg_08.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}

.bg_09 {
	background-image: url("../image_common/bg_09.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: right;
}

.bg_10 {
	background-color: #3B5097;
}

.bg_10 h1, h2 {
	color: #FFFFFF!important;
}

.bg_10b {
	background-color: #3B5097;
}

.bg_10b h1, h2 {
}

.bg_11 {
	background-image: url("../image_common/bg_10.png");
	background-attachment: fixed;
}

.bg_12 {
	background-image: url("../image_common/bg_11.png");
	background-attachment: fixed;
}

.bg_13 {
	background-image: url("../image_common/bg_12.png");
	background-attachment: fixed;
}

.bg_14 {
	background-image: url("../image_common/bg_10.jpg");
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
}

@media (max-width: 768px) {
.bg_14 {
	background-position: left;
}
}

.bg_15 {
	background-image: url("../image_common/bg_14.jpg");
	background-size: cover;
	background-position: left;
	background-attachment: fixed;
}

@media (max-width: 768px) {
.bg_15 {
	background-position: center;
}
}

.bg_16 {
	background-image: url("../image_common/bg_15.jpg");
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
}

@media (max-width: 768px) {
.bg_16 {
	background-position: left;
}
}

.bg_17 {
	background-image: url("../image_common/bg_16.jpg");
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
}

@media (max-width: 768px) {
.bg_17 {
	background-position: left;
}
}

.bg_18 {
	background-image: url("../image_common/bg_17.jpg");
	background-size: cover;
	background-position: left;
	background-attachment: fixed;
}

@media (max-width: 768px) {
.bg_18 {
	background-position: center;
}
}



/*------------------------------------------------
	PC / SMP
-------------------------------------------------*/

.pc {
	display: block;
}

@media (max-width: 768px) {
.pc {
	display: none;
}
}

.smp {
	display: none;
}

@media (max-width: 768px) {
.smp {
	display: block;
}
}


/*------------------------------------------------
	Header
-------------------------------------------------*/

header {
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	color: #3B5097;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	z-index: 1200;
}

@media (max-width: 768px) {
header {
	background-color: rgba(0, 0, 0, 0);
}
}

.logo img {
	height: 40px;
}

.logo a {
	display: inline-block;
}

/*------------------------------------------------
	Navi PC
-------------------------------------------------*/

.menu ul {
	list-style: none;
	display: flex;
	gap: 1.0em;
}

.menu ul li a {
	color: #3B5097;
	text-decoration: none;
	font-size: 18px;
}

.menu ul li a:hover {
	color: #3B5097;
}


/*------------------------------------------------
	Navi SMP
-------------------------------------------------*/

#smpmenu {
	z-index: 10000;
	position: fixed;
	top: 0;
	right: 0;
	padding: 4px;
}

.menu-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.menu-toggle {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1301;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #3b5097;
	transition: all 0.3s ease;
}

#smpmenu nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 2.0em 0;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url("../image_common/logo_dummy2.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	transition: right 0.3s ease;
	z-index: 1300;
}

#smpmenu nav ul {
	text-align: right;
}

#smpmenu nav ul li {
	margin: 1.0em;
}

nav ul li a {
	font-size: 2.0em;
	font-weight: bold;
}

#smpmenu nav.open {
	right: 0;
}

.menu-toggle.open span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 10px);
}

.menu-toggle.open span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -10px);
}


/*------------------------------------------------
	Main Visual
-------------------------------------------------*/

#mainvisual {
	width: 100%;
	background-image: url("../image_common/bg_top.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
#mainvisual {
	background-image: url("../image_common/bg_top_smp.jpg");
	background-size: 100%;
}
}

.mbimage {
	max-width: 960px;
}

#mainvisual2 {
	width: 100%;
	background-image: url("../image_common/bg_13.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: top right;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vh;
}

@media (max-width: 768px) {
#mainvisual2 {
	background-image: url("../image_common/bg_13b.jpg");
	background-size: 100%;
	height: 25vh;
}
}

#mainvisual2 h1 {
	color: #3B5097;
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 2.0em;
	font-weight: bold;
  	border: 3px solid #3B5097;
  	padding: 0.5em 1em;
	background-color: #FFFFFF;
  	box-shadow: 5px 5px #3B5097;
}

@media (max-width: 768px) {
#mainvisual2 h1 {
	font-size: 1.6em;

}
}



/*------------------------------------------------
	Contents
-------------------------------------------------*/

section {
	width: 100%;
}

.box {
	max-width: 960px;
	margin: 0 auto;
	padding: 2.0em 0.6em;
	overflow: hidden;
}

.box1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.0em 0.6em;
	overflow: hidden;
}

.box1920 {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 768px) {
.box1920 {
	max-width: 1920px;
	margin: 0 auto;
	padding: 2.0em 1.0em 0 1.0em;
	overflow: hidden;
}
}

.box1920_padding {
	padding: 2.0em 4.0em 0 4.0em;
}

@media (max-width: 768px) {
.box1920_padding {
	padding: 0;
}
}

.box1920_padding2 {
	padding: 2.0em 4.0em;
}

@media (max-width: 768px) {
.box1920_padding2 {
	padding: 1.0em 1.0em 1.0em 1.0em;
}
}

.box h1, .box1200 h1 {
	color: #3b5097;
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 110%;
	width: 100%;
	text-align: center;
}

.box h2, .box1200 h2 {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
.box h2, .box1200 h2 {
	font-size: 1.0em;
	line-height: 120%;
}
}

.box1920 h1 {
	color: #3b5097;
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 110%;
	width: 100%;
}

@media (max-width: 768px) {
.box h1, .box1200 h1, .box1920 h1 {
	font-size: 1.3em;
}
}

.box1920 h2 {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 110%;
	width: 100%;
}

@media (max-width: 768px) {
.box1920 h2 {
	font-size: 1.1em;
}
}

.hborder {
	border: 2px solid #3B5097;
	padding: 1.0em;
	background-color: #FFFFFF;
}


/*------------------------------------------------
	Border Box
-------------------------------------------------*/

.border_box1 {
	width: 100%;
	background-color: #FFFFFF;
	padding: 1.0em;
	border-radius: 5px;
	height: 100%;
	display: inline-block;
}

.border_box1 h2 {
	font-size: 1.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	border-bottom: 2px #333333 solid;	
	text-align: left;
	color: #3B5097!important;
}

.border_box2 {
	color: #FFFFFF;
	width: 100%;
	background-color: #3b5097;
	padding: 1.0em;
	border-radius: 5px;
	height: 100%;
}

.border_box2 h2 {
	font-size: 1.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	border-bottom: 2px #FFFFFF solid;	
	text-align: left;
}

.nwlist li {
	margin-bottom: 0.6em;
}

.nwlist li:last-child{
  margin-bottom: 0;
}


/*------------------------------------------------
	Tag
-------------------------------------------------*/

.tag1_01 {
}

.tag1_01 li {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3b5097;
	padding: 0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
}

.tag2_01 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.5em;
}

.tag2_01 li {
	flex: 1 1 calc(50% - 0.5em);
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3b5097;
	padding: 0.5em;
	border-radius: 5px;
}

@media (max-width: 768px) {
.tag2_01 {
	display: block;
}
}

@media (max-width: 768px) {
.tag2_01 li {
	margin-bottom: 0.5em;
}
}

.tag3_01 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.5em;
}

.tag3_01 li {
	flex: 1 1 calc(33.33% - 0.5em);
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3b5097;
	padding: 0.5em;
	border-radius: 5px;
}

@media (max-width: 768px) {
.tag3_01 {
	display: block;
}
}

@media (max-width: 768px) {
.tag3_01 li {
	margin-bottom: 0.5em;
}
}


/*------------------------------------------------
	Flex Box
-------------------------------------------------*/

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1.0em;
}

@media (max-width: 768px) {
.flex-container {
	display: block;
	gap: 0;
}
}

.flex-item2 {
	flex: 1 1 calc(50% - 1.0em);
}

.flex-item3 {
	flex: 1 1 calc(33.33% - 1.0em);
}

@media (max-width: 768px) {
.flex-item2, .flex-item3 {
	margin-bottom: 1.0em;
}

.flex-item2, .flex-item3:last-child {
	margin-bottom: 0;
}
}




/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	color: #FFFFFF;
	width: 100%;
	padding: 0.5em 0;
	background-color: #3b5097;
	text-align: center;
}



/*------------------------------------------------
	Adjustment
-------------------------------------------------*/

.margin_0 {
	margin-bottom: 0;
}

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

.margin_t5 {
	margin-top: 0.5em;
}

.padding_t5 {
	padding-top: 0.5em;
	display: block;
}

.padding_0 {
	padding-bottom: 0;
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

.padding_20 {
	padding-bottom: 2.0em;
}

.padding_30 {
	padding-bottom: 3.0em;
}

.center {
	text-align: center!important;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.lh140 {
	line-height: 140%;
}

.lh200 {
	line-height: 200%;
}



/*------------------------------------------------
	Float
-------------------------------------------------*/

.float_r45 {
	width: 45%;
	float: right;
	padding: 0 0 0 1.0em;
}

.float_l45 {
	width: 45%;
	float: left;
	padding: 0 1.0em 0 0;
}

@media (max-width: 768px) {
.float_r45, .float_l45 {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}
}


/*------------------------------------------------
	Image
-------------------------------------------------*/

.image_radius {
	border-radius: 50%;
}


/*------------------------------------------------
	Button
-------------------------------------------------*/

a.btn_80 {
	font-size: 2.0em;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	background-color: #42e099;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}

a.btn_80::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #4dbaff;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}

a.btn_80:hover::before {
	transform: translateX(0);
}

a.btn_80:hover {
	color: #FFFFFF;
}

a.btn_60 {
	font-size: 1.2em;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin: auto;
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	background-color: #3b5097;
	color: #FFFFFF!important;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}

a.btn_60::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #7588ca;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}

a.btn_60:hover::before {
	transform: translateX(0);
}

a.btn_60:hover {
	color: #FFFFFF!important;
}

a.btn_60l {
	font-size: 1.2em;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	background-color: #3b5097;
	color: #FFFFFF!important;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}

a.btn_60l::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #7588ca;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}

a.btn_60l:hover::before {
	transform: translateX(0);
}

a.btn_60l:hover {
	color: #FFFFFF!important;
}

a.btn_100 {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 1.4em;
	display: block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	background-color: #3b5097;
	color: #FFFFFF!important;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}

a.btn_100::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #7588ca;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}

a.btn_100:hover::before {
	transform: translateX(0);
}

a.btn_100:hover {
	color: #FFFFFF!important;
}

@media (max-width: 768px) {
a.btn_80, a.btn_60, a.btn_60l {
	font-size: 1.2em;
	width: 80%;
	margin: auto;
}
}

@media (max-width: 768px) {
a.btn_100 {
	font-size: 0.9em;
	width: 100%;
}
}

.btn_contact {
     display:block;
     width: 70%;
	 margin: 0 auto;
	 padding: 0.5em 0;
	 box-sizing: border-box;
     color: #1e2e78;
	 font-size: 1.2em;
     text-decoration: none;
     text-align: center;
     background-color: #FFFFFF;
     border-radius: 5px;
	 border: 1px solid #1e2e78;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}

.btn_contact:hover {
     color: #FFFFFF;
     background-color: #1e2e78;
}

@media (max-width: 640px) {
.btn_contact {
     display:block;
     width: 100%;
	 margin: 0 auto;
	 padding: 0.5em 0.5em;
	 box-sizing: border-box;
     color: #1e2e78;
	 font-size: 1.2em;
     text-decoration: none;
     text-align: center;
     background-color: #FFFFFF;
     border-radius: 5px; 
	 border: 1px solid #1e2e78;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}
}


/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.color_bk {
	color: #333333;
}

.color_red {
	color: #e30000;
	font-weight: bold;
}

.color_blue {
	color: #3B5097!important;
	font-weight: bold;
}

.color_yellow {
	color: #FFE979;
	font-weight: bold;
}

.color_white {
	color: #FFFFFFF!important;
}

.bold {
	font-weight: bold;
}

.itaric {
	font-style: italic;
}

.font_s {
	font-size: 0.8em;
}

.font_s2 {
	font-size: 0.8em;
}

@media (max-width: 768px) {
.font_s2 {
	font-size: 0.6em;
}
}

.font_ss {
	font-size: 0.5em;
}

.font_l {
	font-size: 2.0em;
}

@media (max-width: 768px) {
.font_l {
	font-size: 1.5em;
}
}

.underline {
	text-decoration: underline;
}

.marker {
	background-color: #FFF739;
	line-height: 170%;
}

.stmarker {
	background-image: repeating-linear-gradient(-45deg, #e6ecff 0, #e6ecff 3px, transparent 3px, transparent 6px);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 30%;
}

.font_sans {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/*------------------------------------------------
	movie
-------------------------------------------------*/

.video-container {
 	width: 100%;
	aspect-ratio: 16 / 9;
}

.video-container iframe {
	width: 100%;
	height: 100%;
}


/*------------------------------------------------
	Table
-------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
}

th ,
td {
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}

th {
	text-align: center;
}

@media (max-width: 768px) {
td {
	text-align: center;
	padding-bottom: 1.0em;
}
}

thead th {
	font-weight: bold;
}

tbody th {
	font-weight: bold;
}

@media screen and (max-width:768px){
table thead {
	display: none;
}
tr {
	margin-bottom: 10.0em;
}
th ,
td {
	display: block;
}
td::before {
	content: attr(data-label);
	font-size: 0.8em;
	display: block;
}
}
.aa{
background-image: url("../image_common/icon_faqf.png")
}



/*------------------------------------------------
	News
-------------------------------------------------*/

.news-item {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.news-item:last-child {
	border-bottom: none;
}

.news-date {
	font-size: 0.8em;
}

.news-title {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	color: #28292d;
}

.news-description {
	color: #555;
	padding-bottom: 0.3em;
}

.news-link {
	display: inline-block;
	margin-top: 5px;
	color: #007BFF;
	text-decoration: none;
}

/*------------------------------------------------
	FAQ
-------------------------------------------------*/

.balloon_l,
.balloon_r{
	margin: 0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.balloon_l {
	padding-bottom: 0.8em;
}

.balloon_r{
	justify-content:flex-end;
}

.faceicon img{
	width: 80px;
	height: auto;
}

.balloon_r .faceicon{
	margin-left:25px;
}

.balloon_l .faceicon{
	margin-right:25px;
}

.balloon_r .faceicon{
	order:2 !important;
}

.says {
	max-width: 740px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0.5em 1.0em;
	border-radius: 12px;
	background: #07b53b;
	box-sizing: border-box;
	margin: 0 !important;
	line-height: 1.5;
	color: #FFFFFF;
}

.says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}

.balloon_l .says:after {
	left: -26px;
	border-right: 22px solid #07b53b;
}

.balloon_r .says:after {
	right: -26px;
	border-left: 22px solid #07b53b;
}



/*------------------------------------------------
	Form
-------------------------------------------------*/

.content_form {
	width: 100%;
}

/*.my_left {
	float: left;
	height: 56px;
	display: grid;
	align-items: center;
	justify-items: left;
	width: 24%;
}

@media (max-width: 640px) {*/
.my_left {
	width: 100%;
	float: none;
	height: inherit;
	display: block;
	text-align: left;
}


.my_right {
	padding-bottom: 0.8em;
}

.tarea {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	padding: 0.3em;
	font-size: 1.2em;
	box-sizing: border-box;
	border: 1px solid;
}

@media (max-width: 640px) {
.tarea {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	padding: 0.3em;
	font-size: 1.2em;
}
}

.form_tar {
	text-align: right;
}

.checkbox_input {
	float: left;
}

.form_mandatory {
	font-size: 0.8em;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    background-color: #EC0003;
	margin-bottom: 0.1em;
    padding: 0.1em 0.2em;
    text-align : center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.check_space {
	padding-right: 0.2em;
}

.form_fff {
	background-color: #FFFFFF;
}

textarea {
	width: 100%;
	background-color: #FFFFFF !important;
}

input[type="text"] {
	background-color: #FFFFFF !important;
}

.checkbox_label {
	background-color: #f8f8f8 !important;
}

.tarea2 {
	width: 100%;
	padding: 0.3em;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	box-sizing: border-box;
}

.fblock {
	display: block;
	overflow: auto;
}

.form_ex {
	background-color: none;
	padding-top: 0.5em;
}


/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

#menu a:link {
	color: #333333!important;
}

#menu a:visited {
	color: #333333!important;
}

#menu a:hover {
	color: #333333!important;
}

#menu a:active {
	color: #333333!important;
}

.stmarker a:link {
	color: #333333!important;
}

.stmarker a:visited {
	color: #333333!important;
}

.stmarker a:hover {
	color: #333333!important;
}

.stmarker a:active {
	color: #333333!important;
}

footer a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}




