@charset "UTF-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name page.css
 * Description: Common Page Style
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */

 
 /*base tag
 ------------------------------------------------- */



/*
#wrapper .main-area h1 {
	display: block;
	line-height: 130%;
	font-size: 1.5em;
	border-top: 3px solid #3d3a4e;
	border-bottom: 1px solid #7d7b88;
	margin: 0 0 8px 0;
	padding: 12px 0 6px 12px;
	background-color: #fff;
}
*/


/*
#wrapper #main-area h2 {
	position:relative;
	line-height: 1.8em;
	color: #11616e;
	background: #f6f6f6;
	margin: 0 0 1em;
	font-size: 1.36em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;

	padding:0.5em 0.5em 0.5em 1.4em;
	border: 1px solid #11616e;
	border-radius: 3px;
}

#wrapper #main-area h2::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color: #11616e;
}
*/

/* 22.07 */
#wrapper #main-area h2 {
	position: relative;
	background: #fff;
	color: #4c8037;
	margin: 0 0 28px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:0.8em 0.5em 0.6em 0.7em;
	border-top: 5px double #4c8037;
	border-bottom: 5px double #4c8037;
	background-color: #f4f4f4;
}

@media only screen and (max-width: 768px){

	#wrapper #main-area h2 {
		padding:0.8em 0.5em 0.6em 0.4em;
	}
	
}

	
/*
#wrapper #main-area h3 {
	display: block;
	position:relative;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 0 0;
	margin: 0 0 18px 20px;
	color: #11616e;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	padding:0 0 0.5em 0.7em;
	border-bottom: 1px solid #11616e;
} 

#wrapper #main-area h3::after {
     position: absolute;
     top: 0;
     left:0;
     content: '';
     width: 5px;
     height:1.4em;
     background-color: #11616e;
}
*/


#wrapper #main-area h3 {
	position: relative;
	padding: 0 .5em .5em 1.4em;
	border-bottom: 2px solid #4c8037;
	margin: 0 0 18px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #4c8037;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#wrapper #main-area h3::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #4c8037;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media only screen and (max-width: 768px){

	#wrapper #main-area h3 {
		margin: 0 0 18px 0;
	}

}

/*
#wrapper .top_title {
	display: block;
	position:relative;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	color: #082175;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	padding:0 0 0.5em 0.7em;
	border-bottom: 1px solid #082175;
} 

#wrapper .top_title::after {
     position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1em;
     background-color: #545091;
}
*/


/*
#wrapper .top_title,
#wrapper .news_title {
	position: relative;
	padding:0.7em 0.5em 0.55em 0.7em;
	background: #f6f6f6;
	color: #11616e;
	margin: 0 0 28px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-top: 4px solid #11616e;
	border-bottom: 1px solid #d8d8d8;
	letter-spacing: 1px;
	z-index: 2;
} 
  
#wrapper .top_title::after,
#wrapper .news_title::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 12px transparent;
	border-right: solid 40px #d8d8d8;
	z-index: 1;
}
*/


#wrapper .top_title,
#wrapper .news_title {
	position: relative;
	padding:0.8em 0.5em 0.6em 0.7em;
	margin: 0 0 28px 0;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	background-color: #f4f4f4;
	color: #4c8037;
	border-bottom: 4px solid #4c8037;
}

#wrapper .top_title::after,
#wrapper .news_title::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 18px 18px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
}



#wrapper .top_img {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	border: 1px solid #888 ;
padding: 10px;
}
 




/*===== page ==================================*/

#wrapper .detail_text {
	margin-left: 20px;
	margin-right: 20px;
}

#wrapper .paragraph_lead {
	display: block;
	position: relative;
	padding: 10px 0 30px 0;
	margin: 0 12px 0 42px;
}

#wrapper .paragraph_lead p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0:
}

#wrapper .paragraph_lead ol {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 28px;
	list-style-type: decimal;
}

#wrapper .paragraph_lead ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 28px;
	list-style-type: disc;
}





#wrapper .page-link-title {
	display: block;
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 0 0;
	width: 100%;
	height: 32px;
	line-height: 34px;
	background: #cdb39e;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 1px;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

#wrapper #internal_link {
	margin: 0 0 34px 0;
	padding: 0 0 0 0;
	background-color: #f4f4f4;
	/*border-bottom: 1px solid #11616e;*/
}

#wrapper #internal_link li {
	list-style-type: none;
	line-height: 1.8em;
	font-size: 1.1em;
	border-bottom: 1px solid #a9a9a9;
}

#wrapper #internal_link li:first-child {
	border-top: 1px solid #a9a9a9;
}

#wrapper #internal_link li a {
	display: block;
	color: #11616e;
	padding:10px 2em 10px 1em;
	text-decoration: none;
}

#wrapper #internal_link li a:hover {
	color: #11616e;
	text-decoration: underline;
}


#wrapper .sub_contents {
	padding: 0 0 0;
	line-height:1.75;
}

#wrapper .layout_center,
#wrapper .layout_left,
#wrapper .layout_right,
#wrapper .layout_line {
	display: block;
	margin: 0 auto 1.4em auto;
	padding: 0 12px 1em 12px ;
	width: 95%;
}

#wrapper .layout_line {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 0 0 1em 0 ;
}

#wrapper .layout_left p.imagination,
#wrapper .layout_right p.imagination{
/*	max-width: 40%;*/
max-width: 30%;
	text-align: center;
	padding: 0 0 1em 0;
}

#wrapper .layout_left p.wizpain,
#wrapper .layout_right p.wizpain {
	width: 40%;
}

#wrapper .layout_center p.imagination {
	width: 100%;
	padding: 0 0 1em;
}

#wrapper .layout_line p.imagination {
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 1.5% 1em 1.5%;
	width: 30.3%;
}

#wrapper .layout_line p.imagination a,
#wrapper .layout_center p.imagination a,
#wrapper .layout_left p.imagination a,
#wrapper .layout_right p.imagination a {
	color: #333;
}

#wrapper .layout_line p.imagination a:hover *,
#wrapper .layout_center p.imagination a:hover *,
#wrapper .layout_left p.imagination a:hover *,
#wrapper .layout_right p.imagination a:hover * {
	opacity:0.7;
}

#wrapper .layout_line p.imagination span,
#wrapper .layout_center p.imagination span,
#wrapper .layout_left p.imagination span,
#wrapper .layout_right p.imagination span,
#wrapper .layout_line p.imagination img,
#wrapper .layout_center p.imagination img,
#wrapper .layout_left p.imagination img,
#wrapper .layout_right p.imagination img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#wrapper .layout_line p.imagination span,
#wrapper .layout_center p.imagination span,
#wrapper .layout_left p.imagination span,
#wrapper .layout_right p.imagination span {
	margin: 0.5em auto 0;
}

/* 2022.07 */
#wrapper .layout_line p.imagination .down-bt {
	display: block;
	position: relative;
	margin: 8px auto 8px auto;
	width: 150px;
	height: 36px;
	line-height: 38px;
	color: #fff;
	background-color: #e71619;
	text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


#wrapper .layout_left p.imagination {
	float: left;
	padding-right: 2%;
}

#wrapper .layout_left div.free {
	float: right;
width: 70%;
/*	width: 58%;*/
}

#wrapper .layout_left div.free table,
#wrapper .layout_right div.free table {
	width: 100% !important;
	min-width: 150px;
}

#wrapper .layout_right p.imagination {
	float: right;
	padding-left: 2%;
}

#wrapper .layout_right div.free {
	float: left;
width: 70%;
/*	width: 58%;*/
}

#wrapper .layout_center p.imagination {
	text-align:center;
}
#wrapper .layout_left p.imagination img ,
#wrapper .layout_right p.imagination img ,
#wrapper .layout_center p.imagination img {
	margin: 0 auto;
}

#wrapper .layout_line p.imagination {
	float: left;
}


/*
#wrapper .layout_line p.edge {
	padding-left: 0;
	clear: both;
}
*/

#wrapper .scaleup_images {
	transition: opacity 300ms;
	display: none;
	-moz-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 2000;
	background-color: rgba(0,0,0,0.8);
}

#wrapper .scaleup_images_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}

#wrapper .scaleup_images_a span {
	display:block;
	position:absolute;
	top:10%;
	right:10%;
	color:#fff;
	margin-top:-1.4em;
	font-size:200%;
}

#wrapper .scaleup_images p {
	width: 80%;
	height: 100%;
	text-align: center;
	margin: auto;
	position: relative;
}

#wrapper .scaleup_images p img {
	max-height:80%;
	max-width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 202;
}

#wrapper .layout_thumb {
	display: block;
	margin-bottom:3em;
/*	max-width: 800px;*/
max-width: 480px;
	margin: 0 auto;
}

#wrapper .layout_thumb .big_images {
	width: 100%;
	height: 0;
	margin-bottom: 1em;
	text-align: center;
	z-index: 1;
	transition: all 500ms;
	overflow: hidden;
	position: relative;
}

#wrapper .layout_thumb .big_images li {
	transition: all 1s;
	margin: 0 auto;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
}

#wrapper .layout_thumb .big_images li img {
	width: 100%;
	z-index: 1;
	position: relative;
}

#wrapper .layout_thumb .thumbs {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 4em 0;
	list-style: none;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li {
	display: block;
	float: left;
	width: 19%;
	height: auto;
	margin: 0 0.5% 1% 0.5%;
	padding:0 ;
	position: relative;
	text-align:center;
	z-index: 3;
}

/*
#wrapper .layout_thumb .thumbs li.edge {
	display: block;
	clear:left;
	float:left;
	width: 19%;
	margin: 0 0.5% 1% 0.5%;
	padding:0 ;
	z-index: 3;
}
*/

#wrapper .layout_thumb .thumbs li a {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#wrapper .layout_thumb .thumbs li a:hover {
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
}

#wrapper .panel_map {
	margin: 0 1em 35px 1em;
	padding:0;
	text-align: center;
	position: relative;
}

#wrapper .panel_map p {
	margin: 0 1em 2em 1em;
	text-align:left;
	color:#000000;
}

#wrapper .panel_map .gmap {
	width: 100%;
	height: 350px;
	margin: 0 0 0 1em;
}

#wrapper p.map_title {
	margin-bottom: 15px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}


/* iframe版 */
#wrapper .mapframe {
	display: block;
	padding: 0 0 0 0;
	margin: 24px 0 24px 0;
	width: 100%;
	height: auto;
}

#wrapper .mapframe iframe {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
}



p.entry {
	display: none;
}

#wrapper .panel_map .marker_pop {
	width:330px;
	padding-bottom:44px;
}

#wrapper .panel_map .marker_pop p.marker_title {
	padding:0 0 3px;
	margin:0 0 10px;
	border-bottom:1px dotted #666666;
	color:#666666;
	font-weight: bold;
}

#wrapper .panel_map .marker_pop p.marker_summary {
	margin:0;
	padding:0 0 10px;
	font-weight: normal;
}

#wrapper .movie_part {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 2em auto ;
	padding-top: 56.25%;
}

#wrapper .movie_part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#wrapper p.mov_title {
	margin-bottom: 30px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}

#wrapper .flashcontent {
	margin: 0 0 0;
	text-align: center;
}

#wrapper div.etc_box {
	display: block;
	margin:0 0 2em 0;
	padding:24px 12px 18px 12px ;
	background-color: #f6f6f6;
	overflow: hidden;
	/*
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	*/
}

#wrapper div.etc_box p.etc_title {
	padding: 0 0.5em 0.5em 0.5em;
}




#wrapper div.etc_box p.etc_title .ipdf {
	font-size: 1.3em;
	color: #c11e07;
}

#wrapper div.etc_box p.etc_title .iexel {
	font-size: 1.3em;
	color: #1e7145;
}

#wrapper div.etc_box p.etc_title .iword {
	font-size: 1.3em;
	color: #2b5797;
}

#wrapper div.etc_box p.etc_title .ifile {
	font-size: 1.3em;
	color: #aa89bd;
}





#wrapper div.etc_box p.etc_title a {
	text-decoration: none;
	color: #2e609e;
	font-weight: bold;
	padding: 0 0.5em 0 0.5em;
	text-decoration: underline;
	/*
	text-decoration: underline;
	padding-left: 22px;
	background:url(../common/arrow.png) no-repeat left center;
	background-size:7px;
	color: #625541;
	*/
}

#wrapper div.etc_box p.etc_title a:hover {
	text-decoration: none;
}


#wrapper div.etc_box p.etc_title img {
	width: 17px;
	vertical-align:middle;
}

#wrapper div.etc_box .free {
	margin: 0 1em 1em 2em;
}

#wrapper div.etc_box dl dt:last-child,
#wrapper div.etcBox dl dd:last-child {
	margin-bottom: 0;
}




/* etc_box / free / table  ABSORBER */


/* .free table --------------------------------------------------------- */


.etc_box .free table { 
	background-color: #fff; 
	font-size: 1em; 
	line-height: 1.3; 
	border-style: none; 
	border-collapse: collapse; 
	border-spacing: 0;
}


/* .cms-table .asset-items */

#wrapper #main-area .cms-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#wrapper #main-area .cms-table table td,
#wrapper #main-area .cms-table table th {
	border: 4px solid #fff ;
}

#wrapper #main-area .cms-table {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 50px 0 ;
	padding: 22px 0 0 0;
	background-color: #fff;
	overflow: hidden;
	border: none;
}

#wrapper #main-area .cms-table .asset-item { 
	max-width: 880px;
	padding-bottom: 5px;
}

#wrapper #main-area .cms-table .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 14px; 
	padding-right: 18px; 
	padding-top: 16px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.1em; 
	line-height: 1.50; 
	text-align: left; 
	vertical-align: middle;
	width: 25%;
}

#wrapper #main-area .cms-table .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 14px; 
	padding-right: 16px; 
	padding-top: 16px; 
	font-size: 1em; 
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
	width: 75%;
}

#wrapper #main-area .cms-table .asset-item-head { 
	border-bottom: 1px solid #fff; 
	height: 32px; 
	color: #333; 
	background: #ebebeb repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

#wrapper #main-area .cms-table .asset-item-body { 
	border-bottom: 1px solid #fff; 
	height: auto; 
	background: #fbfbfb; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}





/* .asset-items ---------------------------------------------------------- */

.etc_box .free .asset-items { 
	margin-right: 0 0 10px 0; 
	width: 100%;
}

.etc_box .free .asset-item { 
	padding-bottom: 5px;
}

.etc_box .free .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 8px; 
	padding-right: 18px; 
	padding-top: 10px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.50; 
	text-align: left; 
	vertical-align: middle;
}

.etc_box .free .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 8px; 
	padding-right: 16px; 
	padding-top: 10px; 
	font-size: 1em; 
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
}

.etc_box .free .asset-item-head { 
	border-bottom: 1px solid #ccc; 
	height: 32px; 
	color: #333; 
	background: #f4f7f8 repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
	width: 24%;
}

.etc_box .free .asset-item-body { 
	border-bottom: 1px solid #ccc; 
	height: auto; 
	background: #fff; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

#wrapper .free p.withline {
	display: block;
	padding-top: 4px;
}

#wrapper .free .qa01 {
	font-size: 1.4em;
	color: #ad346d;
	padding-right: 8px;
	padding-left: 2px;
	font-weight: bold;
}

#wrapper .free .qa02 {
	font-size: 1.4em;
	color: #0b07ad;
	padding-right: 8px;
	padding-left: 2px;
	font-weight: bold;
}








/*
 * page newsBox
 */

#wrapper #main-area .newsBox {
	display: block;
	width: auto;
	float: none;
	padding: 0 0 0 0;
	margin: 20px 0 0 0 ;
}

#wrapper #main-area .newsBox li {
	display: table;
	-webkit-box-align: center;
	-webkit-align-items: center;
	 -ms-flex-align: center;
	     align-items: center;
	width: auto;
	padding: 8px 0 8px 0;
	margin: 0;
	table-layout: fixed;
	border-bottom: 1px dashed #959595; 
}


#wrapper #main-area .newsBox li em {
	display: table-cell;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;*/
	font-size: 15px;
	vertical-align: top; 
	overflow: hidden;
}

#wrapper #main-area .newsBox li em a {
	display: block; 
	overflow: hidden;
}



.news_date {
	display: block;
	text-align: right;
	font-size: 1em;
	line-height: 1.1em;
	padding: 1px 0 22px 0;
	margin: 0 0 0 0;
	color: #082978;
}

.news_date span {
	display: inline-block;
	padding-right: 12px;
	line-height: 1.1em;
}

.news_date span img {
	padding-bottom: 2px;
}




/*
 * faq
 */

/*
.faq-content {
	width: 100%;
	margin: 0 0 36px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.faq-cat {
	margin: 8px 14px 6px 14px;
	padding: 0;
}

.widget-cat-header2 {
	display: block;
	padding: 12px 18px 6px 12px;
	margin: 0;
	color: #545091; 
	font-size: 1em;
	line-height: 1.65em;
	background-color: #f3f3f3;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	text-decoration: none;
}

.i-space {
	padding-left: 50px;
	background: url(../images/faq_01.png) 0 0 no-repeat;
	min-height: 48px;
}

.widget-cat-header2:hover {
	cursor : pointer;
	color: #545091; 
	text-decoration: underline;
}

.widget-cat-content2 {
	padding: 10px 18px 16px 4px;
	margin: 0 0 18px 10px;
}

.flag {
	padding-left: 68px;
	background: url(../images/faq_02.png) 20px 0 no-repeat;
	min-height: 58px;
}
*/

/*
 * faq
 */

.faq-content {
	width: 100%;
	margin: 0 0 36px 0;
}

.faq-cat {
	margin: 8px 14px 6px 14px;
	padding: 0;
}

.widget-cat-header2 {
	padding: 2px 18px 2px 18px;
	margin: 0;
	color: #fff; 
	font-size: 1em;
	/*line-height: 1.65em;*/
	background-color: #4c8037;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}



.widget-cat-header2:hover {
	cursor : pointer;
	color: #fff; 
	text-decoration: none;
	background-color: #cdb39e;
}



.f_icon {
	display: inline-block;
	font-size: 2em;
	padding-right: 12px;
	padding-top: 8px;
}

.blue {
	color: #4c8037;
}





.i-space {
	position: relative;
	padding: 0 0 8px 0;
	margin-top: 0;
	min-height: 50px;
}

.i-space-ti {
	position: relative;
	display: block;
	padding: 4px 0 0 0;
	margin: -2.4em 0 0 3em;
}


.widget-cat-content2 {
	padding: 14px 18px 0 18px;
	margin: 0 0 8px 0;
	font-size: 1em;
	text-align: left;
	/*
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	*/
}

.ans {
	text-align: left;
}

.flag {
	position: relative;
	padding: 0 0 0 0;
	margin-top: 0;
	min-height: 58px;
}

.flag p {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	margin: -2.4em 0 0 3em;
	overflow: hidden;
}



