/*
Theme Name: kazo-dx-farm
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.firstserver.co.jp/
Description: A generic template that fits all kinds of business websites.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsvbasic
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	scroll-behavior: smooth;
}

body {
	line-height: 0;
	overflow: hidden;
	margin-top: 40px;
}

body.en-US{
     margin-top: -30px;
     margin-top: -3.0rem;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

caption,
thead,
tbody,
tfoot,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #888;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin: 1rem 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover img{
opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

div,
span {
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

/* --------- Clearing floats  --------- */

.clear,
.clear:after,
.footer-widget-area:after {
	clear: both;
}

.clear:before,
.clear:after,
.footer-widget-area:before,
.footer-widget-area:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* --------- Form fields, general styles first  --------- */

button,
input,
select,
textarea {
	border: 1px solid #888;
	border-radius: 4px;
	font-family: inherit;
	padding: 6px;
	padding: 0.6rem;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border: 1px solid #2A5CAA;
	background-color: #dfeff9;
}

input:focus,
textarea:focus {
	background-color: #fff;
}

textarea {
	border: 1px solid #2A5CAA;
	background-color: #dfeff9;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	height: 100px!important;
}

/* --------- Reset non-text input types  --------- */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* --------- Responsive Images  --------- */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* --------- Make sure videos and embeds fit their containers  --------- */

embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Basic structure
-------------------------------------------------------------- */

/* --------- Body, links, basics  --------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
}

body.custom-background-empty,
body.custom-background-default,
body.custom-background-white {
	background-color: #fff;
}

a {
	font-size: 16px;
	font-size: 1.6rem;
	outline: none;
	color: #0e67a3;
	text-decoration: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
pre,
blockquote,
span {
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	overflow-wrap : break-word;
	word-break: normal;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

td,
th {
	font-size: 16px;
	font-size: 1.6rem;
}

.learge {
	font-size: 20px;
	font-size: 2.0em;
}

h2 {
   font-family : Meiryo,sans-serif;
   font-weight: bold;
}

.red{
  color:#ff0000;
}
/* --------- Assistive text  --------- */

.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.site-header-area,
.header-image-area,
.main-content-area,
.main-content-wrap,
.main-content-site,
.sidebar-left,
.sidebar-right,
.footer-widget-area,
.widget-area,
.footer-copy-area {
	display: block;
	position: relative;
	overflow: hidden;
}

.component-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.merit-inner {
	clear:both;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin:20px 0;
	margin:2rem 0;
	padding-top: 10px;
	padding-top: 1.0rem;
}
.merit-inner:after {
	clear:both;
}

.back_gray {
	clear:both;
	display: block;
	position: relative;
	width: 100%!important;
	height: 100%!important;
	background:#efefef;
	padding:0!important;
	margin:0!important;
}

/* =Header Layout
-------------------------------------------------------------- */

.site-header-area {
	background: #fff;
	width: 100%;
	position:fixed!important;
	top:0;
	z-index: 999;
}

.mmenu-load-button {
	display: block;
	position: absolute;
	top: 10px;
	top: 1.0rem;
	right: 10px;
	right: 1.0rem;
	line-height: 1;
	z-index: 2000;
	width:10%;
}

.mmenu-load-button a {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

/* --------- Header Title Area --------- */

.header-title-only,
.header-title-area {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 0px solid #777;
	text-align: left;
	padding: 15px 10px 15px 10px;
	padding: 1.5rem 1.0rem 1.5rem 1.0rem;
	float: left;
}

/* Header Logo */
.header-title-only .site-title-img,
.header-title-area .site-title-img {
	display: block;
	width: 70%;
	max-width: 450px;
	max-width: 45rem;
	height: auto;
	line-height: 0;
	margin: 0;
	float: left;
}

.header-title-only .site-title-img a,
.header-title-area .site-title-img a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.header-title-only .site-title-img a img,
.header-title-area .site-title-img a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* Header Title Text */
.header-title-only .site-title,
.header-title-area .site-title {
	display: block;
}

.header-title-only .site-title a,
.header-title-area .site-title a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	word-break: normal;
}

.header-title-only .site-description,
.header-title-area .site-description {
		display: none;
		padding-top:3px;
		padding-top: 0.3rem;
		font-size: 14px;
		font-size: 1.0rem;
		line-height: 1.5;
		font-weight: normal;
		color: #222;
		clear: none;
		font-family:"Meiryo";
}

/* --------- Header Widget Area --------- */

	#header-widget-area {
		position: absolute;
		display:block;
		top: 5px;
		top: 0.5rem;
		right: 0;
		width: 48%;
		text-align:right;
		margin-top: 5px;
		margin-top: 0.5rem;
	}
	#header-widget-area .sp-contact-area{
	   display: block;
	   overflow:hidden;
       padding: 1%;
       width:70%;
       margin-right: 26%;
	}
	#header-widget-area .sp-contact-area ul{
       display:block;
       float:left;
       padding: 0;
       margin:0;
       width:100%;
	}
	#header-widget-area .sp-contact-area ul li{
       float:left;
       display:inline-block;
       margin: 0 2%;
       width:46%;
	}
	#header-widget-area .sp-contact-area ul li img{
       width:100%;
	}
	#header-widget-area .contact-area {
	   display: none;
     }
     
	#language-area {
		position: relative;
		float:right;
		width: 50%;
		text-align:right;
		margin-top: 5px;
		margin-top: 0.5rem;
	}  
	#language-area ul.bogo-language-switcher {
		position: relative;
		width: 100%;
		display:block;
	} 
	#language-area ul.bogo-language-switcher li {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-right: 1%;
	}  
	#language-area ul.bogo-language-switcher li .bogoflags {
		margin-top: -5px;
		margin-top: -0.5rem;
	}   		 	    
/* --------- Sitemap & Contact Link --------- */

.hw_link1,
.hw_link2 {
	display: block;
	overflow:hidden;
	width: 100%;
	border-bottom: 1px solid #888;
}

.hw_link1 a,
.hw_link2 a {
	display: block;
	overflow:hidden;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
	text-align: left;
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.hw_link1 a {
	width: 100%;
}

.hw_link2 a {
	width: 50%;
	float: left;
	border-right: 1px solid #888;
}

.hw_link2 a:last-child {
	border-right: none;
}

.hw_text {
	padding: 10px 30px 5px;
	padding: 1rem 3rem 0.5rem;
	font-size: 12px;
	font-size: 1.2rem;
}

.hw_text_large {
	padding: 5px 30px 2px;
	padding: 0.5rem 3rem 0.2rem;
	font-size: 23px;
	font-size: 2.3rem;

}

/* --------- Header Image Area (Slide) --------- */

.header-image-area {
	border-top: 1px solid #888;
	width: 100%;
	height: auto;
	padding: 0;
	background: #fff!important;
}
.header-image-area img {
	width: 100%;
	max-width:2000px!important;
	max-width:200rem!important;
	margin:0 auto;
}

.header-image-area .component-inner {
	padding-left: 0px;
	padding-left: 0rem;
	padding-right: 0px;
	padding-right: 0rem;
}

/* --------- Navigation Menu --------- */

#site-navigation li a,
#site-navigation li {
	line-height: 2;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "メイリオ","Meiryo";
}

/* =Main Contents
-------------------------------------------------------------- */

.main-content-area {
	border-top: 0px solid #888;
	width: 100%;
	height: auto;
	line-height: 1;
}

body.home .main-content-area {
	margin-top: -50px;
	margin-top: -5.0rem;
}

.main-content-site {
	width: 100%;
	padding: 0;
}

/* --------- Welcome Message Area --------- */

.topmain-welcome-area {
	display:block;
	width:100%;
	background: url("images/widget_wel_back.png") repeat 0 0;
	padding: 20px 30px 20px;
	padding: 2rem 3rem 2rem;
	line-height: 1.5;
}
.topmain-welcome-area .topmain-welcome-pic {
    	display:block;
    	width: 100%;
    	padding: 0;
    	text-align:center;
}
.topmain-welcome-area .topmain-welcome-text {
    	display:block;
    	width: 100%;
    	padding: 0%;
    	text-align:center;
}

.topmain-welcome-area .topmain-welcome-title {
    font-size: 34px;
	font-size: 3.4rem;
	font-weight:bold;
	text-align:center;
	font-family: Yu mincho;
}

.topmain-welcome-area .topmain-welcome-text .topmain-welcome-contents {
	font-size: 18px;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:30px;
	font-family: Yu mincho;
}
.topmain-welcome-area .topmain-welcome-text .topmain-welcome-subcontents {
	font-size: 16px;
	font-size: 1.6rem;
}
.btn_area {
    	display:block;
    	width: 90%;
    	margin:10px 5%;
    	padding: 0;
    	text-align:center;
}

/* ---------.twoBox Area --------- */
    .twoBox {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .twoBox .leftBox {
    	float:left;
        display: block;
        width:100%;
    }
    .twoBox .rightBox {
    	float: left;
    	width: 100%;
        display: block!important;
    }
    .twoBox .leftBox img {
    	float: left;
    	width: 100%;
    }
    .twoBox .leftBox h3,
    .twoBox .rightBox h3 {
    	font-size: 24px!important;
    	font-size: 2.4rem!important;
    	font-weight:600;
    	line-height:1.8;
    	text-align: center;
    }
    .twoBox .leftBox p,
    .twoBox .rightBox p {
    	font-size: 18px;
    	font-size: 1.8rem;
    	line-height:1.6;
    	text-align: left;
    }    
    .twoBox .rightBox img {
    	float: left;
    	width: 100%;
    }    

/* --------- product Area --------- */
.productContainer {
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid #ccc;
	width: 100%;
	background: #FFF9E6;
	overflow: hidden;
}

.productContainer ul {
    display: block!important;
    width:96%;
	height: 100%;
    margin: 40px auto!important;
    max-width: 900px;
	overflow: hidden;
}
.productContainer ul li {
	position:relative;
	float: left;
	width: 90%;
	margin: 10px 1%!important;
	margin: 1.5rem 0 0.5rem 8%!important;
	font-size: 120%;
	font-weight: 550;
	list-style-type: none;
	display: flex;
}
.productContainer ul li span{
    margin: 0 10px;
    padding: 8px 10px;
    background: #FF9326;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: 400;
    display: flex;
}
.productContainer ul li span:hover{
    background: #FFA64D;
}
.productContainer ul li a:hover{
   text-decoration: none!important;
}

.productContainer ul li:before {
     position: absolute;
     left: -25px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #ffffff;
     background-color: #4479d9;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     margin-top: 0;
     content: "✓";
}
.productContainer ul li h3 {
	font-weight:600;
	line-height:1.2;
	padding: 2%;
	text-align:center;
}

.productContainer ul li p {
	font-size:16px;
	font-size:1.6rem;
	padding: 0% 1%;
	text-align:center;
}
.clickbtn {
	display: inline-block;
	 width: 200px;
	 width: 20rem;
     height: 46px;
     height: 4.6rem;
	 background-color: #2A5CAA;
	 border: 1px solid #2A5CAA;
	 border-radius: 5px 5px 5px 5px;
	 text-align: center;
	 font-size:16px;
	 font-size:1.6rem;
	 line-height: 46px;
	 line-height: 4.6rem;
     outline: none;
	 color:#fff;
}
.clickbtn::before,
.clickbtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.clickbtn,
.clickbtn::before,
.clickbtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.clickbtn a {
	color:#fff;
}
.clickbtn:hover {
	background-color:#4880D2;
	text-decoration: none;
}

/* ---------Top conduct Area --------- */
    .top_pickupContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .top_pickupContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .top_pickupContainer ul li {
    	float: left;
    	width: 98%;
    	margin: 10px 1%!important;
    	margin: 1.0rem 1%!important;
    	height: 100%;
        display: block!important;
    	border:1px solid #ccc;
    }
    .top_pickupContainer ul li img {
    	float: left;
    	width: 100%;
    	height:auto;
    }
    .top_pickupContainer ul li h3 {
    	font-weight:500;
    	line-height:1.2;
    	padding: 1% 2%;
    	font-size:26px!important;
    	font-size:2.6rem!important;
    }
    .top_pickupContainer ul li p {
	  font-size:16px;
	  font-size:1.6rem;
	  padding: 0% 2%;
}

/* --------- Pick up Area --------- */
.pickupContainer {
	float: left;
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid #ccc;
	width: 100%;
	background:#fff;
}

.pickupContainer ul {
	float:left;
    display: block!important;
    width:100%;
    
    
}
.pickupContainer ul li {
	float: left;
	width: 98%;
	margin: 10px 1%!important;
	margin: 1.0rem 1%!important;
	height: 100%;
    display: inline-block!important;
	border:1px solid #ccc;
}
.pickupContainer ul li img {
	float: left;
	width: 100%;
	height:auto;
}
.pickupContainer ul li h3 {
	font-weight:500;
	line-height:1.2;
	padding: 1% 2%;
	font-size:26px!important;
	font-size:2.6rem!important;
}
.pickupContainer ul li h3 a {
	text-decoration:none;
	color:#444;
}
.pickupContainer ul li h3 a:hover {
	text-decoration:none;
	color:#2C9FAC;
}
.pickupContainer ul li.raw-E h3, .pickupContainer ul li.cooked-E h3, .pickupContainer ul li.filet-E h3 {
	font-size:22px!important;
	font-size:2.2rem!important;
}   
.pickupContainer ul li p {
	font-size:16px;
	font-size:1.6rem;
	padding: 0% 2%;
}
.btn_area {
    	display:block;
    	width: 90%;
    	margin:10px 5%;
    	padding: 0;
    	text-align:center;
}
.btn_area_big {
    	display:block;
    	width: 96%;
    	margin:20px auto;
    	padding: 0;
    	text-align:center;
}

/* --------- blog_listContainer --------- */
.blog_listContainer {
	float: left;
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid #ccc;
	width: 100%;
	background:#fff;
}

.blog_listContainer ul {
	float:left;
    display: block!important;
    width:100%;
}
.blog_listContainer ul li {
	float: left;
	width: 98%;
	margin:0 1%;
    display: inline-block!important;
	border-bottom:1px solid #ccc;
}
.blog_listContainer ul li .Box_left {
	clear:both;
	width: 60%;
	padding: 0%;
	margin:15px 22% 0 18%;
}
.blog_listContainer ul li .Box_left img {
	width: 100%;
    height:auto;
}
.blog_listContainer ul li .Box_right {
	width: 98%;
	padding: 1%;
	float:left;
}
.blog_listContainer ul li .Box_right p {
	font-size:80%;
    border-left:none!important;
	background:none;
	padding-left:0;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.blog_listContainer ul li .Box_right h3 {
	text-decoration:none;
	color:#444;
	font-weight:600;
}
.blog_listContainer ul li .Box_right h3 a {
	font-size:20px;
	font-size:2.0rem;
	text-decoration:none;
	color:#444;
}
.blog_listContainer ul li .Box_right h3 a:hover {
	text-decoration:none;
	color:#2C9FAC;
}
.blog_listContainer ul li .Box_right p {
	font-size:16px;
	font-size:1.6rem;
	color:#444;
}
.blog_listContainer ul li .Box_right p a {
	font-size:16px;
	font-size:1.6rem;
}
.blog_listContainer p.text_right {
	float: right;
	background: url(images/sankaku.png) 4px 6px no-repeat;
	padding: 0 0 0px 18px;
	text-align:left;
}
/* --------- news_listContainer --------- */

.news_listContainer {
	float: left;
	margin-top:0px;
	margin-bottom:10px;
	border:0px solid #ccc;
	width: 100%;
	background:#fff;

}

.news_listContainer ul {
	float:left;
    display: block!important;
    width:100%;
    margin-top:50px;
}
.news_listContainer ul li {
	float: left;
	width: 98%;
	margin:0 1%;
    display: block;
	border-bottom:1px solid #ccc;
}
.news_listContainer ul li .date{
	clear:both;
	width: 98%;
	padding: 1%;
	margin:15px 0 5px 0 ;
	float:left;
	font-size: 18px;
	font-size: 1.8rem;
}
.news_listContainer ul li .title {
	width: 98%;
	padding: 1%;
	float:left;
	margin:0px 0 5px 0 ;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.news_listContainer ul li .title a {
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
.news_listContainer ul li .title2 {
	width: 98%;
	padding: 1%;
	float:left;
	margin:15px 0 5px 0 ;
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
.news_listContainer ul li .content {
	width: 98%;
	padding: 0% 1%;
	float:left;
	margin:0px 0 0px 0 ;
}
.news_listContainer p.text_right {
	float: right;
	background: url(images/sankaku.png) 4px 6px no-repeat;
	padding: 0 0 0px 18px;
	text-align:left;
}

/* --------- Company Area --------- */
.CompanyContainer {
	float: left;
	margin: 0 0 10px 0;
	border:0px solid #ccc;
	width: 100%;
	background:#fff;
}

.CompanyContainer ul {
	float:left;
    display: block!important;
    width:100%;
}
.CompanyContainer ul li {
	float: left;
	width: 90%;
	margin:10px 5%!important;
	margin:1.0rem 5%!important;
    display: inline-block!important;
	border:1px solid #ccc;
}
.CompanyContainer ul li img {
	float: left;
	width: 100%;
	height:auto;
}
.CompanyContainer ul li h3 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
	padding: 1.0rem 0;
}
.CompanyContainer ul li h3 a {
	font-size:16px;
	font-size:1.6rem;
	text-decoration:none;
	color:#444;
}
.CompanyContainer ul li h3 a:hover {
	text-decoration:none;
	color:#2C9FAC;
}

.CompanyContainer ul li.en h3 a {
	font-size:14px;
	font-size:1.4rem;
	text-decoration:none;
	color:#444;
}

/* --------- Breadcrumb --------- */

.main-breadcrumb {
	display: none;
}

/* --------- Main Content Header --------- */

.main-content-header {
	padding: 20px 30px 0;
	padding: 2rem 3rem 0;
}

.main-content-header .main-content-title {
 position: relative;
        text-align: center;
        color: #336600;
        background-color: #fff;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.2;
        font-weight: 550;
        margin-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 0;
        /* 下線は削除 */
        border-bottom: none;
}
.main-content-header .main-content-title::after {
        content: "";
        display: block;
        width: 150px; /* 下線の長さをここで調整 */
        height: 3px;
        background-color: #336600;
        margin: 0 auto;
        margin-top: 3px; /* 文字との距離 */
}
/* --------- Main Content Entry Meta --------- */

.entry-meta .post-categories {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.entry-meta .post-categories li {
	float: left;
}

a[rel*="category"],
a[rel*="tag"] {
	display: inline-block;
	line-height: 1.5;
	font-size: 11px;
	font-size: 1.1rem;
	background: #2A5CAA;
	color: #fff;
	padding: 1px 10px;
	padding: 0.1rem 1rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a[rel="tag"],
a[rel*="tag "] {
	background: #888;
}

.meta-postdate {
	text-align: right;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.meta-postdate a {
	color: #333;
	cursor: default;
}

.meta-postdate a:hover {
	text-decoration: none;
}

.by-author {
	display: none;
}

.post-edit-link-base {
	padding-top: 10px;
	padding-top: 1rem;
}

/* --------- Main Content Entry Detail --------- */

.entry-content {
	padding: 0 30px 0;
	padding: 0 3rem 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.main-content-site img {
	max-width: 100%;
	height: auto;
}

.entry-content,
.mu_register {
	line-height: 1.8;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3,
.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4,
.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5,
.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 15px;
	margin: 1rem 0 1.5rem;
	line-height: 1.8;
}

.topmain-welcome-area a,
.textwidget a,
.entry-content a,
.comment-content a,
.mu_register p {
	font-size: 16px;
	font-size: 1.6rem;
}

.topmain-welcome-area p:last-child,
.textwidget p,
.entry-content p:last-child,
.comment-content p:last-child,
.mu_register p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	line-height: 1.8;
}

.topmain-welcome-area ul ul,
.textwidget ul ul,
.entry-content ul ul,
.comment-content ul ul,
.topmain-welcome-area ol ol,
.textwidget ol ol,
.entry-content ol ol,
.comment-content ol ol,
.topmain-welcome-area ul ol,
.textwidget ul ol,
.entry-content ul ol,
.comment-content ul ol,
.topmain-welcome-area ol ul,
.textwidget ol ul,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.topmain-welcome-area ul,
.textwidget ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	margin-left: 2px;
}

.topmain-welcome-area ul li,
.textwidget ul li,
.entry-content ul li,
.comment-content ul li,
.mu_register li {
	margin: 0 0 0 13px;
	margin: 0 0 0 1.3rem;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.topmain-welcome-area ol li,
.textwidget ol li,
.entry-content ol li,
.comment-content ol li,
.mu_register li {
	margin: 0 0 0 20px;
	margin: 0 0 0 2rem;
}

.topmain-welcome-area blockquote,
.textwidget blockquote,
.entry-content blockquote,
.comment-content blockquote {
	padding: 20px 0;
	padding: 2rem 0;
}

.topmain-welcome-area blockquote p:last-child,
.textwidget blockquote p:last-child,
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area code,
.textwidget code,
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	line-height: 2;
}

.topmain-welcome-area pre,
.textwidget pre,
.entry-content pre,
.comment-content pre {
	border: 1px solid #ccc;
	line-height: 1;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 10px;
	padding: 1rem;
	overflow: auto;
	font-size: 12px;
	font-size: 1.2rem;
	/* border-raduis */
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
}

.topmain-welcome-area pre code,
.textwidget pre code,
.entry-content pre code,
.comment-content pre code {
	display: block;
}

.topmain-welcome-area abbr,
.textwidget abbr,
.entry-content abbr,
.comment-content abbr,
.topmain-welcome-area dfn,
.textwidget dfn,
.entry-content dfn,
.comment-content dfn,
.topmain-welcome-area acronym,
.textwidget acronym,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}

.topmain-welcome-area address,
.textwidget address,
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.topmain-welcome-area embed,
.topmain-welcome-area iframe,
.topmain-welcome-area object,
.topmain-welcome-area video,
.textwidget embed,
.textwidget iframe,
.textwidget object,
.textwidget video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.topmain-welcome-area dd,
.textwidget dd,
.entry-content dd,
.comment-content dd {
	line-height: 1.8;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.topmain-welcome-area table,
.textwidget table,
.entry-content table,
.comment-content table {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}

.topmain-welcome-area table caption,
.textwidget table caption,
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

.topmain-welcome-area th,
.textwidget th,
.entry-content th,
.comment-content th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #f5f5f5;
	padding: 15px;
	padding: 1.5rem;
	font-weight: normal;
}

.topmain-welcome-area th a,
.textwidget th a,
.entry-content th a,
.comment-content th a {
	color: #33484d;
}

.topmain-welcome-area td,
.textwidget td,
.entry-content td,
.comment-content td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 15px;
	padding: 1.5rem;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* --------- Main Content Entry Images --------- */

.alignleft {
	max-width: 50%;
	float: left;
}

.alignright {
	max-width: 50%;
	float: right;
}

.aligncenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	margin-top: 10px;
	margin-top: 1rem;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.wp-caption.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

.wp-caption.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}
img.alignleft {
   	margin: 4px 0 20px 0;
   	margin: 0.4rem 0 2rem 0;
   	width: 100%;
}
img.alignright {
    margin: 4px 0 20px 0;
    margin: 0.4rem 0 2rem 0;
    width: 100%;
    }
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

img.alignnone,
.wp-caption.alignnone {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

div.attachment {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

div.attachment img,
.wp-caption img,
img.main-tile,
img.alignnone,
.archive-post img {
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	margin-left: 1px;
	margin-left: 0.1rem;
	max-width: 99%;
}

div.attachment p {
	font-size: 20px!important;
	font-size: 2.0rem!important;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}


dl.wp-caption.aligncenter {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.picture .aligncenter {
   border: none;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}
/* --------- Main Content Single audio/video attachment view --------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* --------- Main Content Pager Settings  --------- */

.page-links {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	clear: both;
	line-height: 1.8;
	text-align: center;
}

.page-links > span {
	background: #2A5CAA;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #2A5CAA;
	color: #fff;
}

.page-links > a {
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #888;
	color: #333;
}

.page-links > a:hover {
	background: #888;
}

.nav-single {
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

.nav-previous a,
.nav-next a {
	display: block;
	width: 50%;
	float:left;
	overflow: hidden;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-previous a {
	border-right: 1px dotted #888;
	padding: 20px 20px 20px 50px;
	padding: 2rem 2rem 2rem 5rem;
	background: url("images/arrow-pagenation-l.png") no-repeat left center;
}

.nav-next a {
	padding: 20px 50px 20px 20px;
	padding: 2rem 5rem 2rem 2rem;
	background: url("images/arrow-pagenation-r.png") no-repeat right center;
	text-align: right;
}

.nav-previous a.no-pager-links,
.nav-next a.no-pager-links {
	background: none;
}

.nav-previous a.no-pager-links:hover,
.nav-next a.no-pager-links:hover {
	text-decoration: none;
}

/* --------- Main Content Comments Area  --------- */

.comments-area {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.comments-title,
.comment-reply-title {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.pingback {
	line-height: 1.5;
	padding: 0 0 10px;
}

ol.commentlist {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

article.comment {
	padding-top: 15px;
	padding-top: 1.5rem;
	border-top: 1px dotted #888;
}

.comment .children {
	border-top: 1px dotted #888;
	padding-top: 15px;
	padding-top: 1.5rem;
	margin-top: 10px;
	margin-top: 1rem;
	margin-left: 20px;
	margin-left: 2rem;
}

ol.commentlist li,
.comment .children li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

ol.commentlist li:last-child,
.comment .children li:last-child {
	margin-bottom: 0;
}

.comment img {
	display: block;
	overflow: hidden;
	float:left;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.comment > img + section {
	padding-left: 60px;
	padding-left: 6rem;
}

ol.commentlist li:first-child > article.comment {
	padding-top: 0;
	border-top: none;
}

p.comment-meta {
	margin-top: 0;
}

.post-author {
	font-size: 11px;
	font-size: 1.1rem;
	background: #b7b7b7;
	color: #fff;
	padding: 0 10px;
	padding: 0 1rem;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.bypostauthor,
.sticky {
	font-weight: normal;
}

.comment-reply-title > small {
	margin-left:10px;
	margin-left:1rem;
}

.comment-form {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

.comment-notes {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.form_content {
	display: none;
}

.comment-fields input,
.comment-area textarea {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.form-allowed-tags {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.form-submit input {
	width: 100%;
}

.nocomments-accept {
	display: none;
}

.nocomments {
	border-top: 1px solid #888;
	padding: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- Main Content Archive Page Settings  --------- */

.archive-post {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
	border-top: 1px dotted #888;
}

.entry-image,
.entry-summary {
	display: block;
	overflow: hidden;
}

.archive-post img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.excerpt-title {
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	/* margin-bottom: 10px;
	margin-bottom: 1rem; */
}

.excerpt-title a {
	font-weight: bold;
}

/* = Widget Area Settings
-------------------------------------------------------------- */

/* --------- Widget Area Total Settings  --------- */

#topmain-widget-area{
  margin-top: 2px;
}
.widget-area {
	line-height: 1;
}

.widget {
	display: block;
	overflow: hidden;
	border-top: 0px solid #888;
} 

.widget > * {
	width: 100%;
	padding: 15px 0 15px;
	padding: 1.5rem 0 1.5rem;
}

.widget-title {
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

.topmain-widget-area .widget-title {
        position: relative;
        text-align: center;
        color: #336600;
        background-color: #fff;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.2;
        font-weight: 550;
        margin-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 0;
        /* 下線は削除 */
        border-bottom: none;
}
.topmain-widget-area .widget-title::after {
        content: "";
        display: block;
        width: 150px; /* 下線の長さをここで調整 */
        height: 3px;
        background-color: #336600;
        margin: 0 auto;
        margin-top: 3px; /* 文字との距離 */
}
.topmain-widget-area #custom_html-6,
.topmain-widget-area #custom_html-7,
.topmain-widget-area #custom_html-8,
.topmain-widget-area #custom_html-9{
    	padding: 0 2%;
    	margin: 0 5px 20px!important;
    	margin: 0 0.5rem 0.2rem!important;	
}
.topmain-widget-area #custom_html-6 .widget-title,
.topmain-widget-area #custom_html-7 .widget-title,
.topmain-widget-area #custom_html-8 .widget-title,
.topmain-widget-area #custom_html-9 .widget-title {
        position: relative;
		background: none;
	    font-size: 140%;
    	font-weight: 550;
    	color: #333!important;
	    border-bottom: 0;
	    text-align: left; 
	    margin-bottom: 25px;
	    padding-left: 30px;
	    padding-right: 0;
	    display: flex;
}
.topmain-widget-area #custom_html-6 .widget-title::before,
.topmain-widget-area #custom_html-7 .widget-title::before,
.topmain-widget-area #custom_html-8 .widget-title::before,
.topmain-widget-area #custom_html-9 .widget-title::before{
    position: absolute;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #ffffff;
     font-size: 95%;
     background-color: #4479d9;
     width: 27px;
     height: 27px;
     border-radius: 50%;
     margin-top: 0;
     content: "✓";
}
.topmain-widget-area #custom_html-6 .widget-title::after,
.topmain-widget-area #custom_html-7 .widget-title::after,
.topmain-widget-area #custom_html-8 .widget-title::after,
.topmain-widget-area #custom_html-9 .widget-title::after {
    content: none; 
}
.topmain-widget-area ol.aboutBox{
    display : block;
    margin : 2%;
} 
.topmain-widget-area ul.trialBox{
    float:left;
    display : block;
    margin : 2% 0;
    width: 100%;
    padding:0;
}
.topmain-widget-area ul.trialBox li{
    float:left;
    display : block;
    width: 100%;
    margin-bottom : 15px;
    margin-bottom : 1.5rem;
}
.topmain-widget-area ul.trialBox li .left{
    	clear:both;
    	width: 98%;
    	padding: 0 1%;
    	margin: 0px 0 0 0 ;
    	float:left;
    }
.topmain-widget-area ul.trialBox li .right {
    	width: 96%;
    	padding: 1% 1%;
    	float:left;
    	margin: 10px 0 0 2% ;
    	text-align:left!important;
    }
.topmain-widget-area .infoBox {
    margin: 10px 0px 10px 0px;
    padding: 0;
    overflow: hidden;
    clear:both;
    width:100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom : 1px solid #ccc;
    border-top: 1px solid #ccc;
}    

.topmain-widget-area .infoBox dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
    background:#f7f7f7;
} 
.topmain-widget-area .infoBox dl.last{
    float:left;
    padding:0;
    margin: 0 0px 0px 0px;
    border-bottom: 0px solid #cccccc;
    background:#f7f7f7;
} 
.topmain-widget-area .infoBox dl dt{
    float:left;
    width: 96%;
    padding:2%;
    margin: 0;
    font-weight: 300;
    display:inline-block;
    background:#f7f7f7;
    v-height:100%;
    font-weight:500;
} 

.topmain-widget-area .infoBox dl dd{
    float:right;
    width: 96%; 
    padding:2%;
    margin: 0;
    background:#fff!important;
}
.topmain-widget-area ul.instrucorBox{
    float:left;
    display : block;
    margin : 2% 0;
    width: 100%;
}
.topmain-widget-area ul.instrucorBox img.alignright{
    float:left;
    display : block;
    margin : 2%;
    width: 96%;
}
.topmain-widget-area ul.instrucorBox li{
    float:left;
    display : block;
    width: 100%;
    margin-bottom : 15px;
    margin-bottom : 1.5rem;
}
.topmain-widget-area ul.instrucorBox li .left{
    	clear:both;
    	width: 100%;
    	padding: 0 0%;
    	margin: 0px 0 0 0 ;
    	float:left;
    }
.topmain-widget-area ul.instrucorBox li .right {
    	width: 100%;
    	padding: 0 0%;
    	float:left;
    	margin: 10px 0 10px 0 ;
    	margin: 1rem 0 1rem 0 ;
    	text-align:left!important;
    	line-height: 1.6;
    }
.topmain-widget-area .form {
    margin: 10px 0px 10px 0px;
    padding: 0;
    overflow: hidden;
    clear:both;
    width:98%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom : 1px solid #ccc;
    border-top: 1px solid #ccc;
}    

.topmain-widget-area .form dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
    background:#f7f7f7;
} 
.topmain-widget-area .form dl.last{
    float:left;
    padding:0;
    margin: 0 0px 0px 0px;
    border-bottom: 0px solid #cccccc;
    background:#f7f7f7;
} 
.topmain-widget-area .form dl dt{
    float:left;
    width: 96%;
    padding:2%;
    margin: 0;
    font-weight: 300;
    display:inline-block;
    background:#f7f7f7;
    v-height:100%;
    font-weight:500;
} 

.topmain-widget-area .form dl dd{
    float:left;
    width: 96%; 
    padding:2%;
    margin: 0;
    background:#fff!important;
} 
.sidebar-left .widget-title,
.sidebar-right .widget-title {
	background: url("images/title_bg_02.png") no-repeat scroll 30px center;
	padding-left: 45px;
	padding-left: 4.5rem;
}

.post-sitemap-list {
	border-bottom: 1px solid #888;
}

.post-sitemap-list h2 {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;

}

/* --------- Widget Displayed in List Format --------- */
.post-sitemap-list > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_nav_menu > div,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_recent_comments > ul,
.widget_tagposts > ul,
.widget_tagpages > ul,
.widget_catposts >ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_tagposts ul li,
.widget_tagpages ul li,
.widget_catposts ul li {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px dotted #888;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post-sitemap-list ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_tagposts ul li:last-child,
.widget_tagpages ul li:last-child,
.widget_catposts ul li:last-child {
	border-bottom: none;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li {
	background: url("images/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.widget_categories ul li.cat-item-none {
	background: none;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.widget_recent_comments ul li {
	padding: 15px 30px 15px 57px;
	padding: 1.5rem 3rem 1.5rem 5.7rem;
	background: url("images/widget_com_icon.png") no-repeat scroll 30px 16px;
}

.widget_archive ul li {
	float: left;
	width: 50%;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_tagposts ul li,
.widget_tagpages ul li,
.widget_catposts ul li  {
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.post-sitemap-list ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
	display: block;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
}

.widget_archive ul li:nth-child(2n+1) a {
	border-right: 1px dotted #888;
}

.post-sitemap-list .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_categories .children {
	border-top: 1px dotted #888;
}

.post-sitemap-list .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_pages .children li:last-child,
.widget_categories .children li:last-child {
	border-bottom: none;
}

.post-sitemap-list .children li,
.widget_nav_menu .sub-menu li,
.widget_pages .children li,
.widget_categories .children li {
	background: url("images/widget_lst_icon_sub.png") no-repeat scroll 33px 22px;
}

.post-sitemap-list .children .children li,
.widget_nav_menu .sub-menu .sub-menu li,
.widget_pages .children .children li,
.widget_categories .children .children li {
	background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 32px 24px;
}

/* --------- Widget Tagged posts,Tagged pages --------- */

.widget_tagposts ul li p,
.widget_tagposts ul li div.img_tag_posts_none,
.widget_tagpages ul li p,
.widget_tagpages ul li div.img_tag_posts_none {
	display: none;
}

.widget_tagposts ul li p.ex_tag_link,
.topmain-widget-area .widget_tagposts ul li p,
.widget_tagpages ul li p.ex_tag_link,
.topmain-widget-area .widget_tagpages ul li p {
	display: inline-block;
}

.widget_tagposts .img_tag_posts,
.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
.widget_tagpages .img_tag_posts,
.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
	margin-bottom:10px;
	margin-bottom:1rem;
}

.widget_tagposts ul li p.ex_tag_button,
.widget_tagpages ul li p.ex_tag_button {
	display: none;
}

/* --------- Widget Recent Posts --------- */

.widget_recent_entries .post-date,
.widget_catposts .post-date {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
}

/* --------- Widget RSS --------- */

.widget_rss .widget-title > a.rsswidget {
	display: none;
}

.widget_rss .widget-title > a.rsswidget + a.rsswidget {
	background: url("images/widget_rss_icon.png") no-repeat right center;
	display: inline-block;
	padding-right: 30px;
	color: #333;
}

.widget_rss .widget-title a:hover {
	text-decoration: none;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
cite {
	display:block;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.widget_rss cite:before {
	content: " - ";
}

/* --------- Dropdown List for Widget Archives, Widget Categories --------- */

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform {
	display: block;
	overflow: hidden;
	background: url("images/widget_cat_drop_down.png") no-repeat right 10px center #2A5CAA;
	color: #fff;
	width: 90%;
	border: none;
	cursor: pointer;
	margin: 30px 5%;
	margin: 3rem 5%;
	padding: 6px 5px 6px 10px;
	padding: 0.6rem 0.5rem 0.6rem 1rem;
	line-height:1.1;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
}

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform, x:-moz-any-link {
	background-image: none;
	padding: 0 5px;
	padding: 0 0.5rem;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option {
	border: none;
	box-shadow: none;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option, x:-moz-any-link {
	padding: 3px 10px 3px 10px;
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* --------- Widget Tag Cloud --------- */

.tagcloud {
	padding-left: 30px !important;
	padding-left: 3rem !important;
	padding-right: 30px !important;
	padding-right: 3rem !important;
	line-height: 1.3;
}

.tagcloud a {
	background: url("images/widget_tag_icon.png") no-repeat left center;
	width: 100%;
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
	padding: 5px 0 5px 20px;
	padding: 0.5rem 0 0.5rem 2rem;
	vertical-align: middle;
}

/* --------- Widget Text --------- */

.widget_text .textwidget {
	padding: 0 0 20px;
	padding: 0 0 2.0rem;
}

/* --------- Widget Text block --------- */

.widget_framedtext {
	background: url("images/widget_txt_back.png") repeat 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 12px;
	padding: 1.2rem;
	margin: 30px;
	margin: 3rem;
}

.widget_framedtext .widget-title {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	border: none;
	color: #333;
}

.widget_framedtext .textwidget {
	padding: 0;
	line-height:1.5;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Widget Search --------- */

#searchform {
	text-align: center;
}

#searchform input#s {
	background: url("images/bg_search.png") no-repeat 8px center #dfeff9;
	padding-left: 40px;
	padding-left: 4rem;
	width: 90%;
	margin: 1rem auto;
}

#searchform input#s:focus {
	background-color: #fff;
}

#searchform input#searchsubmit {
	display: none;
}

/* --------- Widget Calendar --------- */

#calendar_wrap {
	padding: 0;
	margin: 30px;
	margin: 3rem;
	/* box-shadow */
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #fff;
	padding: 15px;
	padding: 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #2A5CAA;
}

#wp-calendar th,
#wp-calendar td {
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	text-align: center;
	background-color: #eee;
}

#wp-calendar th {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tfoot td {
	height: 40px;
	height: 4rem;
	padding: 0 5px;
	padding: 0 0.5rem;
}

#wp-calendar tbody a {
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar tfoot #prev a {
	background: url("images/widget_cal_icon_prev.png") no-repeat left top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-top: -0.3rem;
}

#wp-calendar tfoot #next a {
	background: url("images/widget_cal_icon_next.png") no-repeat right top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	right: 40px;
	right: 4rem;
	margin-top: -3px;
	margin-top: -0.3rem;
}

/* = Footer Copy Area
-------------------------------------------------------------- */

.footer-copy-area {
	line-height: 1;
	padding: 20px 0;
	padding: 2rem 0;
	background-color: #40B0BF;
}

.footer-copy-area .footer-copy {
	word-break: break-all;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

.footer-copy-area .footer-copy a {
	color: #fff;
}
#footer-widget-area-1 {
		display:none;
		width: 0%;
		padding-right: 20px;
		padding-right: 2rem;
}

#footer-widget-area-2 {
		width: 99.9%;
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
}

#footer-widget-area-3 {
		display:none;
		width: 0%;
		padding-left: 20px;
		padding-left: 2rem;
}
.footer_sns_area {
      display:block;
      width:100%;
}  
.footer_sns_area ul {
      display:block;
      width:50%;
      margin:0 auto;
}
.footer_sns_area ul li {
      display: inline-block;
      width: 42%;
      margin: 1%;
} 
.footer_sns_area ul li img {
      width:100%;
} 

/* --------- 固定ページ　追加 --------- */

h2.sub_title{
     margin-top: 40px!important;
     margin-top: 4.0rem!important;   
     border-bottom: 3px solid #2A5CAA;
     border-bottom: 0.3rem solid #2A5CAA;
     padding-bottom: 5px; 
     padding-bottom: 0.5rem; 
     text-align: center;
     font-size: 23px;
     font-size: 2.3rem;
}
h3.point_title{
     padding: 2px; 
     padding: 0.2rem; 
     font-size: 20px;
     font-size: 2.0rem;
     text-align: center;
     color:#2A5CAA;
}

.entry-content h4{
   font-size:20px;
   font-size:2.0rem;
   margin-top: 10px!important; 
   margin-top: 1.0rem!important; 
   border-left: 6px solid #2A5CAA;
   border-left: 0.6rem solid #2A5CAA;
   padding-left: 7px;
   padding-left: 0.7rem;
}
.merit-inner .left{
	float:left;
	width:98%;
    height:100%;
    padding: 0 1%;
}
.merit-inner .right{
	 float:left;
	 width:98%;
	 height:100%;
	 padding: 0 1%;
	 text-align:left;
}

.attemptBox {
   display:block;
   width:100%;
   background: #003399 url(images/back_attempt.jpg) center top no-repeat;
   background-size: cover;
   v-height: 100%;
   margin: 20px 0; 
   padding: 0;
}

.attemptBox h2 {
       color: #fff;
    	font-family: Yu mincho;
       font-size: 36px;
       font-size: 3.6rem;
       font-weight: bold;
       margin: 10px 0 20px 10px!important;
       margin: 1.0rem 0 2.0rem 1.0rem!important;
       padding-top: 20px;
       padding-top: 2.0rem;
}
.attemptBox p {
       color: #fff;
    	font-family: Yu mincho;
       font-size: 22px;
       font-size: 2.2rem;
       font-weight: bold;
       margin: 10px 10px 20px 10px;
       margin: 1.0rem 1.0rem 2.0rem 1.0rem;
}
.attemptBox p.flowimg {
       margin: 10px 10px 20px 10px;
       margin: 1.0rem 1.0rem 2.0rem 1.0rem;
       text-algin:center;
}


.processBox {
   display:block;
   width:100%;
   margin: 20px 0; 
   margin: 2.0rem 0; 
   padding: 0;
}
.processBox ul {
   display:block;
   width:100%;
   margin: 0; 
   padding: 0;
}
.processBox ul li {
   display:inline-block;
   float:left;
   width: 98%;
   margin: 0; 
   padding: 0 0 10px 0!important;
   margin: 1%;
   border: 1px solid #ccc;
   background: #f7f7f7;
   text-align:center;
   font-size: 16px!important;
   font-size: 1.6rem!important;
}
.processBox ul li img {
   width:100%;
   margin:0!important;
   padding:0!important;
}

.flowBox {
   display:block;
   width:100%;
   margin: 20px 0; 
   margin: 2.0rem 0; 
   padding: 0;
}
.flowBox h2 {
   display:block;
   width:100%;
   margin: 20px 0; 
   margin: 2.0rem 0; 
   padding: 10px 0;
   padding: 1.0rem 0;
   border: 1px solid #2A5CAA;
   border-radius : 5px;
   border-radius : 0.5rem;
   background: #2A5CAA;
   color: #fff; 
   text-align:center;
   font-family: "メイリオ";
   font-weight:normal;
}
.flowBox ul {
   display:block;
   width:100%;
   margin: 0 ; 
   padding: 0;
}
.flowBox ul li {
   display:block;
   float:left;
   width: 98%;
   position: relative;
   height: 100%;
   min-height:100px;
   padding: 10px;
   padding: 1rem;
   margin: 4% 0px 4% 1%;
   border: 1px solid #2A5CAA;
   border-radius : 5px;
   border-radius : 0.5rem;
   text-align:center;
   font-size: 24px!important;
   font-size: 2.4rem!important;
   line-height: 2.4rem;
}
.flowBox ul li:after {
      content: "▼" ;
      font-size: 50px;   
      font-size: 5.0rem;   
      color:#2A5CAA;   
      float:left;
      display:block;
      position: absolute; 
      left:40%!important;
      top:100%!important; 
 }
.flowBox ul li:last-child:after{
    content: "" ;
 } 
.flowBox ul li.flow1 {
   background: #FFF1C6;
}
.flowBox ul li.flow2 {
   background: #FFEBAC;
}
.flowBox ul li.flow3 {
   background: #fff;
   border: 0px;
}
.flowBox ul li.flow4 {
   background: #FFE79D;
}
.flowBox ul li.flow5 {
   background: #FFE188;
}
.flowBox ul li.flow6 {
   background: #FFDE7B;
}
.flowBox ul li.flow7 {
   background: #FFD75B;
}
.flowBox ul li.flow8 {
   background: #fff;
   border: 0px;
}
.flowBox ul li .pic {
   display:block;
   float:left;
   width: 36%;
   margin: 0 2%;
}
.flowBox ul li .pic2 {
   display:block;
   float:left;
   width: 36%;
   margin: 0 2%;
}
.flowBox ul li .text {
   display:inline-block;
   float:right;
   width: 60%;
   font-size: 22px!important;
   font-size: 2.2rem!important;
   text-align: left;
}
.flowBox ul li .text2 {
   display:inline-block;
   float:left;
   width: 60%;
   font-size: 22px!important;
   font-size: 2.2rem!important;
   text-align: left;
   line-height: 8.2rem;
}
.flowBox ul li .text2en {
   display:inline-block;
   float:right;
   width: 48%;
   font-size: 22px!important;
   font-size: 2.2rem!important;
   text-align: left;
}
.flowBox ul li .text3 {
   font-size: 22px!important;
   font-size: 2.2rem!important;
   line-height: 12.2rem;
}
.flowBox ul li .text4 {
   float: left;
   width: 100%;
}
.flowBox ul li img {
   width:100%;
   margin:0!important;
   padding:0!important;
   border:0;
}
.flowBox ul li .pic2 img.leftimg {
   display:inline-block;
   float:left;
   width: 100%;
   margin: 0 ;
}
.flowBox ul li .pic2 img.rightimg {
   display:inline-block;
   float:right;
   width: 100%;
   margin: 0 ;
}


ul.company-menu {
   display:block;
   width:100%;
   margin: 20px 0; 
   padding: 0;
}
ul.company-menu li {
   display:inline-block;
   float:left;
   width: 48%;
   margin: 0; 
   padding: 1%;
   margin: 1%;
   border: 1px solid #ccc;
   background: #f7f7f7;
   text-align:center;
   font-size: 16px!important;
   font-size: 1.6rem!important;
}
.companyBox {
   display:block;
   width:100%;
   background: url(images/back_greeting.jpg) left top no-repeat;
   background-size: 100%;
   v-height: 100%;
   margin: 20px 0; 
   padding: 0;
}

.companyBox .left {
   display:block;
   width:100%;
   float:left;
   margin: 0px 0 0px 0; 
   margin: 0 0 0px 0; 
   padding: 0;
   background-color: rgba(0,51,153,0.3);
   
}
.companyBox .right {
   display:block;
   width:60%;
   float:right;
   margin: 20px 0; 
   padding: 0;
   background: #EEEEEE;
}
.companyBox2 {
   display:block;
   width:100%;
   margin: 20px 0; 
   padding: 0;
}
.companyBox2 img{
   width:100%;
}
.companyBox2 .left {
   display:block;
   width:100%;
   float:left;
   margin: 20px 0; 
   padding: 2%;
   text-align:left;
}
.companyBox2 .right {
   display:block;
   width:100%;
   float:right;
   margin: 20px 0; 
   padding: 2%;
   text-align:left;
}
.listBox {
    margin: 10px 0px 10px 0px;
    padding: 0;
    overflow: hidden;
    clear:both;
    width:98%;
    border:1px solid #ccc;
}    

.listBox dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
    background:#f7f7f7;
} 
.listBox dl.last{
    float:left;
    padding:0;
    margin: 0 0px 0px 0px;
    border-bottom: 0px solid #cccccc;
} 
.listBox dl dt{
    float:left;
    width: 98%;
    padding:1%;
    margin: 0;
    font-weight: 300;
    display:inline-block;
    background:#f7f7f7;
    v-height:100%;
    font-weight:500;
} 

.listBox dl dd{
    float:left;
    width: 98%; 
    padding:1%;
    margin: 0;
    background:#fff!important;
} 

.listBox dl dd dl{
    float:left;
    width:96%;
    padding:0;
    margin: 0px 0px 5px 0px;
    border-bottom: 0px solid #cccccc;
} 
.listBox dl dd dl dt{
    float:left;
    width: 33%;
    padding:1%;
    margin: 0;
    font-weight:bold!important;
} 
.listBox dl dd dl dd{
    float:left;
    width: 63%;
    padding:1%;
    margin: 0;
} 
.listBox dl dd dl p{
    clear:both;
    float:left;
    padding:0% 1% 1% 2%;
    margin: 0;
} 

.movie img{
	   width:100%;
	   max-width: 500px;
}  


.actionBox {
    margin: 10px 0px 10px 0px;
    padding: 0;
    overflow: hidden;
    clear:both;
    width:98%;
    border:1px solid #2A5CAA;
}    

.actionBox dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    background:#2A5CAA;
} 

.actionBox dl dt{
    float:left;
    width: 98%;
    padding:1%;
    margin: 0;
    font-weight: 300;
    display:inline-block;
    background:#2A5CAA;
    v-height:100%;
    font-weight:500;
    color:#fff;
} 

.actionBox dl dd{
    float:left;
    width: 98%; 
    padding:1%;
    margin: 0;
    background:#fff!important;
} 

.gray_box {
    width: 98%; 
    margin: 0%;
    background:#f7f7f7;
    padding:1%;
    border: 2px dotted #ccc;
}
.gray_box h4 {
    border-left: 0px!important;
    margin:0;
}

.lead{
   font-size: 20px;
   font-size: 2.0rem;
}

.h30 {
    height:40px;
} 
.w100 {
   width:100%;
   max-width:450px;
} 
.w40 {
   width:40%;
   max-width:150px;
} 
.wpcf7-form-control{
   background:#fff!important;
   border: 1px solid #999!important;
   width: 100%;
   height: 40px;
} 

#sample {
   width: 100%;
   max-width: 700px;
   height: 400px;
}

/* Minimum width of 498 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 498px) {
	/* --------- Welcome Message Area --------- */
    body {
    	line-height: 0;
    	overflow: hidden;
    	margin-top: 80px;
    }    
   #language-area {
		position: relative;
		float:left;
		width: 30%;
		margin-left: 2%;
	}  
	#language-area ul.bogo-language-switcher {
		position: relative;
		width: 100%;
		display:block;
	} 
	#language-area ul.bogo-language-switcher li {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-right: 1%;
	}  
	#language-area ul.bogo-language-switcher li .bogoflags {
		margin-top: -5px;
		margin-top: -0.5rem;
	}   		 	    
    .btn_area {
    	display:block;
    	width: 80%;
    	margin:10px 10%;
    	padding: 0;
    	text-align:center;
     }	
	  .merit-inner .left img{
	   width:60%;
	   margin: 10px 20%;
	 }	
	#header-nav-area {
		width: 50%!important;
		background-color: #fff;
		margin-top: -15px!important;
		padding-top: 0!important;
	}
		              
}

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 786px) {

	/* =Basic structure
	-------------------------------------------------------------- */

	.component-inner,
	.site-header-area .component-inner{
		margin: 0 auto;
		padding: 0 20px 0;
		padding: 0 2rem 0;
	}
	.header-image-area .component-inner {
		margin: 0 auto;
		padding: 0 20px 0;
		padding: 0 2rem 0;
		text-algin: center;
	}
	.main-content-area .component-inner{
	    max-width: 100%;
		margin: 0 auto;
		padding: 0 20px 0;
		padding: 0 2rem 0;
	}
	.header-image-area .component-inner {
		margin: 0 auto;
		padding: 0 20px 0;
		padding: 0 2rem 0;
		text-algin: center;
	}	
    .back_gray {
		padding: 0 0 0;
		padding: 0 0 0;
    }
    
	/* =Header Layout
	-------------------------------------------------------------- */

	.site-header-area {
		border-top: none;
		position:fixed;
		top:0;
		height: 80px;
	}

	#header-menu-button {
		display: none;
	}

	/* --------- Header Title Area --------- */

	.header-title-only {
		border: none;
		text-align: left;
		padding: 10px 0;
		padding: 1.0rem 0;
		width: 50%;
		float:left;
	}

	.header-title-area {
		border: none;
		float: left;
		text-align: left;
		padding: 25px 10px 0px 0;
		padding: 2.5rem 1rem 0rem 0;
		width: 50%;
	}

	.header-title-only .site-title-img,	
	.header-title-only .site-title,
	.header-title-area .site-title-img,
	.header-title-area .site-title {
		width: 100%;
		margin-right: 15px;
		margin-right: 1.5rem;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
		float: left;
	}

	.header-title-only .site-title,
	.header-title-area .site-title {
		float: none;
	}

	.header-title-only .site-description,
	.header-title-area .site-description {
		display:none;
		padding-top: 0px;
		padding-top: 0rem;
		font-size: 17.5px;
		font-size: 1.0rem;
	}

	/* --------- Header Widget Area --------- */

	#header-widget-area {
       position:relative;
 	   display: block;
		float: right;
		width: 40%;
		text-align: right;
		margin-top: 20px;
		margin-right: 0;
		padding-top: 5px;
		padding-top: 0.5rem;
		margin-bottom:0;
		padding-bottom:0;
	}
	#header-widget-area .contact-area{
	   display: block!important;
	   overflow:hidden;
       padding: 1%;
       width:98%;
	}
	#header-widget-area .contact-area ul{
       display:block;
       padding: 0;
       margin:0;
       width:100%;
	}
	#header-widget-area .contact-area ul li{
       float:left;
       display:inline-block;
       margin: 0 2%;
       width:46%;
	}
	#header-widget-area .contact-area ul li img{
       width:100%;
       max-width:200px!important;
	}
	#header-widget-area .sp-contact-area {
	   display: none;
     }


	/* --------- Sitemap & Contact Link --------- */

	.hw_link1,
	.hw_link2 {
		display: block;
		overflow:hidden;
		width: 100%;
		margin-top: 5px;
		margin-top: 0.5rem;
		margin-bottom: 8px;
		margin-bottom: 0.8rem;
		border: none;
	}

	.hw_link1 a,
	.hw_link2 a {
		display: block;
		overflow:hidden;
		padding: 12px 0 10px 21px;
		padding: 1.2rem 0 1rem 2.1rem;
		margin-left: 20px;
		margin-left: 2rem;
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 13px;
		width: auto;
		float: none;
		border: none;
	}

	.hw_text {
		padding: 0;
		border-bottom: none;
	}

	.hw_text_large {
		padding: 0;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
	}

	/* --------- Header Image Area (Slide) --------- */

	.header-image-area {
		border: none;
	}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
    	position:fixed!important;
    	top: 40px;
    	z-index: 1000;
    	right: 0;
    	width: 48%;
    	background-color: #fff;
    	margin-top: -15px!important;
    	padding-top:0!important;
    	text-align:right;
    }

	#site-navigation div.menu > ul {
		display: flex;
		width: 100%;
		justify-content: right;
	}

	#site-navigation div.menu > ul > li {
		display: inline-block !important;
		text-align: center;
	}

	#site-navigation div.menu > ul > li:last-child {
	}

	#site-navigation div.menu > ul > li > a {
		display: inline-block !important;
		padding: 1px 10px 0 10px!important;
		padding: 0.1rem 1.0rem 0 1.0rem!important;
		margin-left: 1px;
		color: #333;
		font-weight: 550;
	}

	#site-navigation div.menu > ul.menu > li > a {
		margin-right: -5px;
	}

	#site-navigation div.menu > ul > li:last-child a {
		margin-left: 1px;
		margin-right: 1px;
		padding-right:0;
	}

	#site-navigation ul {
		border-left: none;
		margin: 0;
		text-indent: 0;
	}

	#site-navigation li {
		border-right: none;
		position: relative;
		text-align: left;
	}

	#site-navigation li a,
	#site-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	#site-navigation li a {
		padding: 2px 10px;
		padding: 0.2rem 1rem;
	}

	#site-navigation li a:hover,
	#site-navigation li:hover {
		color: #3399FF!important;
		border-bottom: 0px solid #2A5CAA;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	#site-navigation li ul {
		display: block;
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		/* box-shadow */
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	}

	#site-navigation li ul ul {
		top: -1px;
		left: 100%;
	}

	#site-navigation ul li:hover > ul {
		z-index: 500;
		opacity: 1;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	#site-navigation li ul li a {
		background: #2A5CAA;
		line-height: 1.7;
		padding: 13px 10px;
		padding: 1.3rem 1rem;
		width: 230px;
		width: 23rem;
	}

	#site-navigation li ul li a:hover {
		background: #4192c8;
		color: #fff!important;
	}

	#site-navigation li ul li {
		border-top: 1px solid #336699;
	}

	#site-navigation .current-menu-item > a,
	#site-navigation .current-menu-ancestor > a,
	#site-navigation .current_page_item > a,
	#site-navigation .current_page_ancestor > a {
		font-weight: bold;
	}

	#site-navigation .children .children li a,
	#site-navigation .sub-menu .sub-menu li a {
		color: #333;
		background: #dfeff9;
		text-shadow: none;
	}

	#site-navigation .children .children li a:hover,
	#site-navigation .sub-menu .sub-menu li a:hover {
		background: #b9ddf2;
	}

	#site-navigation .children .children li,
	#site-navigation .sub-menu .sub-menu li {
		border-top: 1px solid #0f669f;
	}


	/* =Main Contents
	-------------------------------------------------------------- */
    img.alignleft {
    	margin: 4px 25px 20px 0;
    	margin: 0.4rem 2.5rem 2rem 0;
    	max-width: 300px; 
    }
    img.alignright {
    	margin: 4px 0 20px 25px;
    	margin: 0.4rem 0 2rem 2.5rem;
    	max-width: 300px;
    }
	.main-content-area {
		border: none;
		padding-top: 0;
		padding-top: 0;
	}
    .main-content-header .main-content-title {
    	font-size: 30px;
    	font-size: 3.0rem;
    	line-height: 1.2;
    	font-weight: normal;
    	margin-bottom: 20px;
    	margin-bottom: 2rem;
    	padding-bottom: 10px;
    	padding-bottom: 1rem;
    	text-align:center;
    	background-size: 100%;
    }	

	/* --------- 3 Columns Basic Layout --------- */

	body.column-3 .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-3 .sidebar-right {
		float: right;
		width: 18%;
	}

	body.column-3 .main-content-site {
		float: right;
		width: 77.5%;
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-3 .sidebar-left {
		float: left;
		width: 22.5%;
	}

	/* --------- 2 Columns Left-Sidebar Basic Layout --------- */

	body.column-2l .main-content-wrap {
		width: 100%;
	}

	body.column-2l .main-content-site {
		float: right;
		width: 82%;
		padding-left: 40px;
		padding-left: 4rem;
	}

	body.column-2l .sidebar-left {
		float: left;
		width: 18%;
	}

	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	body.column-2r .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-2r .main-content-site {
		width: 100%;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-2r .sidebar-right {
		float: right;
		width: 18%;
	}

	/* --------- 1 Column Basic Layout --------- */

	body.full-width .main-content-wrap,
	body.full-width .main-content-site {
		width: 100%;
	}

	/* --------- Main Contents Basic Settings --------- */

	.main-content-site {
		border-top: none;
	}

	.main-content-site > * {
		padding-left: 0;
		padding-right: 0;
	}

	/* --------- Welcome Message Area --------- */

	.topmain-welcome-area {
		padding: 20px;
		padding: 2rem;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}
    .topmain-welcome-area .topmain-welcome-pic {
    	display:block;
    	float:left;
    	width: 50%;
    	padding: 0 5% 0 15%;
    	text-align:right;
    }
    .topmain-welcome-area .topmain-welcome-text {
    	display:block;
    	float:right;
    	width: 50%;
    	padding: 10px 0 0 0;
    	text-align:left;
    }
    .btn_area {
    	display:block;
    	width: 80%;
    	margin:10px 10%;
    	padding: 0;
    	text-align:center;
    }
/* ---------.twoBox Area --------- */
    .twoBox {
    	poosition:relative;
    	width: 100%;
    	margin: 10px auto!important;
    	border:0px solid #ccc;
    	background:#fff;
    }

    .twoBox .leftBox {
    	float:left;
        display: block;
        width:46%;
        padding: 2%;
    }
    .twoBox .rightBox {
    	float: right;
        width:46%;
        padding: 2%;
        display: block;
    }
    .twoBox .leftBox h3,
    .twoBox .rightBox h3 {
       	font-size: 24px!important;
    	font-size: 2.4rem!important;
    	font-weight:600;
    	line-height:1.8;
    	text-align: center;
    }
    .twoBox .leftBox p,
    .twoBox .rightBox p {
    	font-size: 18px;
    	font-size: 1.8rem;
    	line-height:1.8;
    	text-align: left;
    } 
    
/* ---------.topmain-widget-area --------- */
    .topmain-widget-area #custom_html-6,
    .topmain-widget-area #custom_html-7,
    .topmain-widget-area #custom_html-8,
    .topmain-widget-area #custom_html-9{
		border: 0 solid #81C081;
		background: #ffffff;
    	border-radius: 5px;
    	border-radius: 0.5rem;
    	padding: 10px 30px 50px 30px;
    	padding: 1rem 3rem 5rem 3rem;
    	margin: 10px auto!important;
    	margin: 1rem auto!important;
    	max-width: 1200px;	
   } 
    .topmain-widget-area ul.trialBox{
        float:left;
        display : block;
        margin : 2% 30% 2% 0%;
        width: 70%;
    }
    .topmain-widget-area ul.trialBox li{
        float:left;
        display : block;
        width: 100%;
        margin-bottom : 15px;
        margin-bottom : 1.5rem;
    }
    .topmain-widget-area ul.trialBox li .left{
        	clear:both;
        	width: 20%;
        	min-width: 140px;
        	padding: 0 1%;
        	margin: 0px 0 0 0 ;
        	float:left;
        }
    .topmain-widget-area ul.trialBox li .right {
        	width: auto;
        	padding: 0 1%;
        	float:left;
        	margin: 0px 0 0 0 ;
        	text-align:left!important;
        }
    .topmain-widget-area .infoBox {
        margin: 10px 0px 10px 0px;
        padding: 0;
        overflow: hidden;
        clear:both;
        width:98%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom : 1px solid #ccc;
        border-top: 1px solid #ccc;
    }    

    .topmain-widget-area .infoBox dl{
        float:left;
        width:100%;
        padding:0;
        margin: 0px 0px 0px 0px;
        border-bottom: 1px solid #cccccc;
        background:#f7f7f7;
    } 
    .topmain-widget-area .infoBox dl.last{
        float:left;
        padding:0;
        margin: 0 0px 0px 0px;
        border-bottom: 0px solid #cccccc;
        background:#f7f7f7;
    } 
    .topmain-widget-area .infoBox dl dt{
        float:left;
        width: 20%;
        padding:2%;
        margin: 0;
        font-weight: 300;
        display:inline-block;
        background:#f7f7f7;
        v-height:100%;
        font-weight:500;
    } 

    .topmain-widget-area .infoBox dl dd{
        float:right;
        width: 72%; 
        padding:2%;
        margin: 0;
        background:#fff!important;
    }
    .topmain-widget-area ul.instrucorBox{
        float:left;
        display : block;
        margin : 2%;
        width: 96%;
    }
    .topmain-widget-area ul.instrucorBox img.alignright{
        float:right;
        display : block;
        margin : 2%;
        width: 40%;
    }    
    .topmain-widget-area ul.instrucorBox li{
        float:left;
        display : block;
        width: 100%;
        margin-bottom : 15px;
        margin-bottom : 1.5rem;
    }
    .topmain-widget-area ul.instrucorBox li .left{
        	clear:both;
        	width: 18%;
        	padding: 0 1%;
        	margin: 0px 0 0 0 ;
        	float:left;
        	line-height: 1.6;
        }
    .topmain-widget-area ul.instrucorBox li .right {
        	width: 78%;
        	padding: 0 1%;
        	float:left;
        	margin: 0px 0 0 0 ;
        	text-align:left!important;
        	line-height: 1.6;
        }
   .topmain-widget-area .form {
       margin: 10px 0px 10px 0px;
       padding: 0;
       overflow: hidden;
       clear:both;
       width:98%;
       border-left: 1px solid #ccc;
       border-right: 1px solid #ccc;
       border-bottom : 1px solid #ccc;
       border-top: 1px solid #ccc;
   }    

   .topmain-widget-area .form dl{
       float:left;
       width:100%;
       padding:0;
       margin: 0px 0px 0px 0px;
       border-bottom: 1px solid #cccccc;
       background:#f7f7f7;
   } 
   .topmain-widget-area .form dl.last{
       float:left;
       padding:0;
       margin: 0 0px 0px 0px;
       border-bottom: 0px solid #cccccc;
       background:#f7f7f7;
   } 
   .topmain-widget-area .form dl dt{
       float:left;
       width: 16%!important;
       padding:2%;
       margin: 0;
       font-weight: 300;
       display:inline-block;
       background:#f7f7f7;
       v-height:100%;
       font-weight:500;
   } 

   .topmain-widget-area .form dl dd{
       float:right!important;
       width: 76%!important;
       padding:2%;
       margin: 0;
       background:#fff!important;
   }     
       

/* --------- product Area --------- */
.productContainer ul li {
	position:relative;
	float: left;
	width: 90%;
	margin: 10px 1%!important;
	margin: 1.5rem 0 0.5rem 8%!important;
	font-size: 160%;
	font-weight: 550;
	list-style-type: none;
	display: flex;
	align-items: center;
}
.productContainer ul li span{
    margin: 0 10px;
    padding: 8px 10px;
    background: #FF9326;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: 400;
}
.productContainer ul li:before {
     position: absolute;
     left: -40px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #ffffff;
     background-color: #4479d9;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     margin-top: -3px;
     content: "✓";
}
    .productContainer ul li h3 {
    	font-weight:600;
    	padding: 2%;
	    text-align:center;
    }

    .productContainer ul li p {
    	font-size:16px;
    	font-size:1.6rem;
    	padding: 0% 1%;
	    text-align:center;
    }


/* ---------Top conduct Area --------- */
    .top_pickupContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .top_pickupContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .top_pickupContainer ul li {
    	float: left;
    	width: 50%;
    	margin:10px 25%!important;
    	margin:1.0rem 25%!important;
        display: block!important;
    	border:1px solid #ccc;
    }
    .top_pickupContainer ul li img {
    	float: left;
    	width: 100%;
    	height:96%;
    }
    .top_pickupContainer ul li h3 {
    	font-weight:600;
    	line-height:1.4;
    }

/* --------- Pick up Area --------- */
    .pickupContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .pickupContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .pickupContainer ul li {
    	float: left;
    	width: 31%;
    	margin:10px 1%!important;
    	margin:1.0rem 1%!important;
        display: inline-block!important;
    	border:1px solid #ccc;
    }
    .pickupContainer ul li.raw-J {
    	height: 500px;
    	height: 50rem;
    }
    .pickupContainer ul li.raw-E {
    	height: 600px;
    	height: 60rem;
    }    
    .pickupContainer ul li.filet-J {
    	height: 420px;
    	height: 42rem;
    }   
    .pickupContainer ul li.filet-E {
    	height: 460px;
    	height: 46rem;
    }     
    .pickupContainer ul li.cooked-J {
    	height: 600px;
    	height: 60rem;
    } 
    .pickupContainer ul li.cooked-E {
    	height: 700px;
    	height: 70rem;
    }
    .pickupContainer ul li img {
    	float: left;
    	width: 100%;
    	height:auto;
    }
    .pickupContainer ul li h3 {
    	font-weight:600;
    	line-height:1.4;
    }
    .pickupContainer ul li h3 a {
    	text-decoration:none;
    	color:#444;
    }
    .pickupContainer ul li h3 a:hover {
    	text-decoration:none;
    	color:#2C9FAC;
    }

    .pickupContainer p.text_right {
    	float: right;
    	padding: 0 10px 0 0;
    	padding: 0 1.0rem 0 0;
    }
    /* --------- blog_listContainer --------- */
    .blog_listContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .blog_listContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .blog_listContainer ul li {
    	float: left;
    	width: 98%;
    	margin:0 1%;
        display: inline-block!important;
    	border-bottom:1px solid #ccc;
    }
    .blog_listContainer ul li .Box_left {
    	clear:both;
    	width: 22%;
    	padding: 0%;
    	float:left;
    	margin:15px 0 0 0;
    }
    .blog_listContainer ul li .Box_left img {
    	width: 100%;
        height:auto;
    }
    .blog_listContainer ul li .Box_right {
    	width: 74%;
    	padding: 1%;
    	float:right;
    }
 /* --------- news_listContainer --------- */
    .news_listContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
   }
    .news_listContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .news_listContainer ul li {
    	float: left;
    	width: 98%;
    	margin: 0.5% 1%;
        display: block;
    	border-bottom: none;
    }
    .news_listContainer ul li .date{
    	clear:both;
    	width: 18%;
    	padding: 0 1%;
    	margin: 0px 0 0 0 ;
    	float:left;
    }
    .news_listContainer ul li .title {
    	width: 78%;
    	padding: 0 1%;
    	float:left;
    	margin: 0px 0 0 0 ;
    }
    .news_listContainer ul li .title2 {
    	width: 78%;
    	padding: 1%;
    	float:left;
    	margin: 15px 0 0 0;
    }
    .news_listContainer ul li .content {
    	width: 78%;
    	padding: 0 1%;
    	float:left;
    	margin: 0px 0 0 20%;
    }    
    
 /* --------- Company Area --------- */
    .CompanyContainer {
    	float: left;
    	margin-top:0px;
    	margin-bottom:10px;
    	border:0px solid #ccc;
    	width: 100%;
    	background:#fff;
    }

    .CompanyContainer ul {
    	float:left;
        display: block!important;
        width:100%;
    }
    .CompanyContainer ul li {
    	float: left;
    	width: 23%;
    	margin:0 1%!important;
        display: inline-block!important;
    	border:1px solid #ccc;
    }
    .CompanyContainer ul li h3 a {
    	font-size:20px;
    	font-size:2.0rem;
    	text-decoration:none;
    	color:#444;
    }
    .CompanyContainer ul li.en {
    	float: left;
    	width: 32%;
    	margin:0 0.5%!important;
        display: inline-block!important;
    	border:1px solid #ccc;
    }
    .CompanyContainer-en ul li.en h3 a {
    	font-size:14px!important;
    	font-size:1.4rem!important;
    	text-decoration:none;
    	color:#444;
    }   

	/* --------- Breadcrumb --------- */

	.main-breadcrumb {
		display: block;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		word-wrap: break-word;
	}

	/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
		padding: 0;
	}

	/* --------- Main Content Pager Settings  --------- */

	.nav-previous a {
		border-right: none;
	}

	/* --------- Main Content Comments Area  --------- */

	.comments-area {
		border-bottom: 1px solid #888;
	}

	.comments-title,
	.comment-reply-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 12px;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		padding: 15px 0 0 15px;
		padding: 1.5rem 0 0 1.5rem;
		border-bottom: none;
	}

	ol.commentlist {
		padding: 0 0 10px;
		padding: 0 0 1rem;
	}

	.comment .children {
		margin-left: 60px;
		margin-left: 6rem;
	}

	.comment-respond {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.comment-form {
		padding: 0;
	}

	.nocomments {
		padding: 20px 0;
		padding: 2rem 0;
	}

	/* --------- Main Content Archive Page Settings  --------- */

	.article-group {
		border-bottom: 1px dotted #888;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.archive-post {
		padding: 15px 0;
		padding: 1.5rem 0;
	}

	.archive-post img {
		margin: 0;
	}

	.archive-post > .entry-image {
		float: right;
		width: 29%;
		padding: 2px 3px 3px 2px;
		padding: 0.2rem 0.3rem 0.3rem 0.2rem;
	}

	.archive-post > .entry-image + .entry-summary {
		float: left;
		width: 71%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	/* = Widget Area Settings
	-------------------------------------------------------------- */

	/* --------- Widget Area Total Settings  --------- */

	.footer-widget-area {
		display: none;
		background-color: #fff;
		margin-top: 30px;
		margin-top: 3rem;
		padding-top: 30px;
		padding-top: 3rem;

	}

	.widget-area {
		overflow: hidden;
		float:left;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
	}

	#footer-widget-area-1,
	#footer-widget-area-2 {
		border-right: 0px solid #ccc;
	}

	#footer-widget-area-1 {
		display:none;
		width: 0%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	#footer-widget-area-2 {
		width: 99.9%;
		padding-left: 20px;
		padding-left: 2rem;
		padding-right: 20px;
		padding-right: 2rem;
	}

	#footer-widget-area-3 {
		display:none;
		width: 0%;
		padding-left: 20px;
		padding-left: 2rem;
	}
	
	.footer_sns_area ul {
      display:block;
      width:18%;
      margin:0 auto;
    }

	.widget {
		border: none;
		padding-top: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.widget > * {
		padding: 0;
	}

	.widget-title {
		padding: 0 0 0;
		margin-bottom: 0;
		border: none;
	}

    .topmain-widget-area .widget-title {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .topmain-widget-area .widget-title::after {
        width: 150px; /* 下線の長さをここで調整 */
        height: 3px;
        margin-top: 3px; /* 文字との距離 */
    }

	.post-sitemap-list h2,
	.sidebar-left .widget-title,
	.sidebar-right .widget-title {
		background: url("images/title_bg_02.png") no-repeat scroll left 0;
		margin: 0 0 15px;
		margin: 0 0 1.5rem;
		padding: 3px 0 0 15px;
		padding: 0.3rem 0 0 1.5rem;
	}

	.post-sitemap-list {
		border-bottom: none;
	}

	.post-sitemap-list h2 {
		margin: 20px 0 20px;
		margin: 2rem 0 2rem;
		border: none;
	}

	.topmain-widget-area section:last-child,
	.sidebar-left aside:last-child,
	.sidebar-right aside:last-child {
		margin-bottom: 0;
	}

	/* --------- Widget Displayed in List Format --------- */

	.widget_archive ul li:after {
		clear: both;
	}

	.post-sitemap-list ul li,
	.widget_archive ul li,
	.widget_categories ul li,
	.widget_nav_menu ul li,
	.widget_pages ul li,
	.widget_meta ul li {
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 18px;
		border-right: none;
		width: 100%;
		padding: 15px 0 15px 22px;
		padding: 1.5rem 0 1.5rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
	}
	.footer-widget-area .widget_nav_menu ul li {
		border-right: none;
		width: auto;
		padding: 15px 0 15px 22px;
		padding: 1.5rem 0 1.5rem 2.0rem;
		margin-right:15px;
		margin-right:1.5rem
		text-indent: -19px;
		text-indent: -1.9rem;
		display:inline-block;
	}
	.widget_categories ul li.cat-item-none {
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}
	
	.post-sitemap-list ul,
	.widget_archive ul,
	.widget_categories ul,
	.widget_nav_menu ul,
	.widget_pages ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_rss ul,
	.widget_recent_comments ul,
	.widget_tagposts ul,
	.widget_tagpages ul,
	.widget_catposts ul{
		border-top: 1px dotted #888;
	}

	.post-sitemap-list ul li:last-child,
	.widget_archive ul li:last-child,
	.widget_categories ul li:last-child,
	.widget_nav_menu ul li:last-child,
	.widget_pages ul li:last-child,
	.widget_meta ul li:last-child,
	.widget_recent_entries ul li:last-child,
	.widget_rss ul li:last-child,
	.widget_recent_comments ul li:last-child,
	.widget_tagposts ul li:last-child,
	.widget_tagpages ul li:last-child,
	.widget_catposts ul li:last-child {
		border-bottom: 1px dotted #888;
	}

	.widget_recent_comments ul li {
		padding-right: 0;
		padding-left: 30px;
		padding-left: 3rem;
		background: url("images/widget_com_icon.png") no-repeat scroll 0 16px;
	}

	.post-sitemap-list ul li a,
	.widget_archive ul li a,
	.widget_categories ul li a,
	.widget_nav_menu ul li a,
	.widget_pages ul li a,
	.widget_meta ul li a {
		display: inline;
		padding: 0 0 0 18px;
		padding: 0 0 0 1.8rem;
	}

	.widget_archive ul li:nth-child(2n+1) a {
		border-right: none;
	}

	.post-sitemap-list .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children,
	.widget_categories .children {
		margin-left: -22px;
		margin-left: -2.2rem;
		margin-top: 15px;
	}

	.post-sitemap-list .children li,
	.widget_nav_menu .sub-menu li,
	.widget_pages .children li,
	.widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 22px;
	}

	.post-sitemap-list .children li:last-child,
	.widget_nav_menu .sub-menu li:last-child,
	.widget_pages .children li:last-child,
	.widget_categories .children li:last-child {
		padding-bottom: 0;
	}

	.post-sitemap-list .children .children li,
	.widget_nav_menu .sub-menu .sub-menu li,
	.widget_pages .children .children li,
	.widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 24px;
	}

	.widget_archive select[name=archive-dropdown],
	.widget_categories select.postform {
		margin: 0;
		width: 100%;
	}

	/* --------- Widget Tag Cloud --------- */

	.tagcloud {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* --------- Widget Text --------- */

	.widget_text .textwidget {
		padding: 0 0 5px;
		padding: 0 0 0.5rem;
	}

	/* --------- Widget Text block --------- */

	.widget_framedtext {
		border:1px solid #ccc;
		padding: 12px;
		padding: 1.2rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.widget_framedtext .widget-title {
		background: none;
		padding: 0;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_recent_entries ul li,
	.widget_rss ul li,
	.widget_catposts ul li,
	.widget_tagposts ul li,
	.widget_tagpages ul li {
		padding-right: 0;
		padding-left: 0;
	}

	/* --------- Widget Search --------- */

	#searchform input#s {
		padding-left: 40px;
		padding-left: 4rem;
		width: 100%;
		margin: 0 auto;
	}

	/* --------- Widget Calendar --------- */

	#calendar_wrap {
		max-width: 98%;
		margin: 0 4px 4px 2px;
		margin: 0 0.4rem 0.4rem 0.2rem;
	}

	#wp-calendar tfoot #next a {
		right: 10px;
		right: 1rem;
	}

	/* --------- This CSS apply only to a specific Widget Area --------- */

	.topmain-widget-area .widget {
		padding-bottom: 0;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	.topmain-widget-area .widget:last-child {
		margin-bottom: 0;
	}

	.main-content-site .post-sitemap-list ul,
	.topmain-widget-area .widget_archive ul,
	.topmain-widget-area .widget_categories ul,
	.topmain-widget-area .widget_nav_menu ul,
	.topmain-widget-area .widget_pages ul,
	.topmain-widget-area .widget_meta ul,
	.topmain-widget-area .widget_recent_comments ul,
	.footer-widget-area .widget_archive ul,
	.footer-widget-area .widget_categories ul,
	.footer-widget-area .widget_nav_menu ul,
	.footer-widget-area .widget_pages ul,
	.footer-widget-area .widget_meta ul {
		border: none;
	}

	.main-content-site .post-sitemap-list ul li,
	.topmain-widget-area .widget_archive ul li,
	.topmain-widget-area .widget_categories ul li,
	.topmain-widget-area .widget_nav_menu ul li,
	.topmain-widget-area .widget_pages ul li,
	.topmain-widget-area .widget_meta ul li,
	.footer-widget-area .widget_archive ul li,
	.footer-widget-area .widget_categories ul li,
	.footer-widget-area .widget_nav_menu ul li,
	.footer-widget-area .widget_pages ul li,
	.footer-widget-area .widget_meta ul li {
		background: url("images/widget_lst_icon_main.png") no-repeat scroll left 2px;
		padding: 0 0 8px 22px;
		padding: 0 0 0.8rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
		border: none;
	}

	.footer-widget-area	.widget_categories ul li.cat-item-none {
		background: none;
		padding: 0 20px;
		padding: 0 2rem;
	}

	.topmain-widget-area .widget_recent_comments ul li {
		background: url("images/widget_com_icon.png") no-repeat scroll 0 1px;
		padding: 0 0 15px 30px;
		padding: 0 0 1.5rem 3rem;
		border: none;
	}

	.main-content-site .post-sitemap-list .children,
	.topmain-widget-area .widget_nav_menu .sub-menu,
	.topmain-widget-area .widget_pages .children,
	.topmain-widget-area .widget_categories .children,
	.footer-widget-area .widget_nav_menu .sub-menu,
	.footer-widget-area .widget_pages .children,
	.footer-widget-area .widget_categories .children {
		margin-left: 0;
		margin-top: 8px;
		margin-top: 0.8rem;
	}

	.main-content-site .post-sitemap-list .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu li,
	.topmain-widget-area .widget_pages .children li,
	.topmain-widget-area .widget_categories .children li,
	.footer-widget-area .widget_nav_menu .sub-menu li,
	.footer-widget-area .widget_pages .children li,
	.footer-widget-area .widget_categories .children li {
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}

	.main-content-site .post-sitemap-list .children .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.topmain-widget-area .widget_pages .children .children li,
	.topmain-widget-area .widget_categories .children .children li,
	.footer-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.footer-widget-area .widget_pages .children .children li,
	.footer-widget-area .widget_categories .children .children li {
		background: url("images/widget_lst_icon_subsub.png") no-repeat scroll 2px 7px;
	}

	.topmain-widget-area .widget_recent_entries .post-date,
	.topmain-widget-area .widget_catposts .post-date {
		width: 19%;
		float: left;
		margin-bottom: 0;
		padding-right: 10px;
		padding-right: 1rem;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-on,
	.topmain-widget-area .widget_catposts .post-title-date-on {
		display: block;
		width: 81%;
		float: left;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-off,
	.topmain-widget-area .widget_catposts .post-title-date-off {
		padding-left: 18px;
		padding-left: 1.8rem;
		display: block;
		background: url("images/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}

	.topmain-widget-area .widget_tagposts ul,
	.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_tagpages ul,
	.topmain-widget-area .widget_tagpages ul li,
	.topmain-widget-area .widget_recent_entries ul,
	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul,
	.topmain-widget-area .widget_catposts ul li {
		border: none;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_tagpages ul li:last-child,
	.topmain-widget-area .widget_recent_entries ul li:last-child,
	.topmain-widget-area .widget_catposts ul li:last-child,
	.topmain-widget-area .widget_recent_comments ul li:last-child {
		padding-bottom: 0;
	}

	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul li {
		padding-top: 0;
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
	}

	.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_tagpages ul li {
		padding-top: 0;
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_tagpages ul li:last-child {
		padding-bottom: 3px;
		padding-bottom: 0.3rem;
	}

	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts_none,
	.topmain-widget-area .widget_tagpages ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagpages ul li div.img_tag_posts_none {
		display: block;
		width: 29%;
		float: left;
		margin-bottom: 0;
	}

	.topmain-widget-area .widget_tagposts ul li div.ex_tag_posts,
	.topmain-widget-area .widget_tagpages ul li div.ex_tag_posts {
		padding-left: 20px;
		padding-left: 2rem;
		display: block;
		width: 71%;
		float: left;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link {
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 2px;
		margin-top: 0.2rem;
		width: 100%;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a,
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a:hover,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link a,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_link a:hover {
		color: #333;
		text-decoration: none;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_button,
	.topmain-widget-area .widget_tagpages ul li .ex_tag_button {
		display: block;
		margin-top: 15px
	}

	.topmain-widget-area .widget_framedtext {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}

	.topmain-widget-area .widget_framedtext .widget-title {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.topmain-widget-area #calendar_wrap {
		max-width: 99%;
	}

	#footer-widget-area-1 #wp-calendar tfoot #next a,
	#footer-widget-area-2 #wp-calendar tfoot #next a {
		right: 32px;
		right: 3.2rem;
	}

	.sidebar-left #wp-calendar,
	.sidebar-right #wp-calendar {
		width: 100.2%;
	}

	.sidebar-left #wp-calendar caption,
	.sidebar-right #wp-calendar caption {
		padding: 8px 15px;
		padding: 0.8rem 1.5rem;
	}

	.sidebar-left #wp-calendar thead th,
	.sidebar-left #wp-calendar thead td,
	.sidebar-right #wp-calendar thead th,
	.sidebar-right #wp-calendar thead td,
	.sidebar-left #wp-calendar tbody th,
	.sidebar-left #wp-calendar tbody td,
	.sidebar-right #wp-calendar tbody th,
	.sidebar-right #wp-calendar tbody td {
		padding: 6px 5px;
		padding: 0.6rem 0.5rem;
	}
	

	.picture img{
	   max-width: 800px;
	 }
    .attemptBox h2 {
       color: #fff;
    	font-family: Yu mincho;
       font-size: 40px;
       font-size: 4.0rem;
       font-weight: bold;
       margin: 10px 0 20px 100px!important;
       margin: 1.0rem 0 2.0rem 10.0rem!important;
       padding-top: 50px;
       padding-top: 5.0rem;
    }
    .attemptBox p {
       color: #fff;
    	font-family: Yu mincho;
       font-size: 25px;
       font-size: 2.5rem;
       font-weight: bold;
       margin: 10px 0 20px 100px;
       margin: 1.0rem 0 2.0rem 10.0rem;
    }
    .attemptBox p.flowimg {
       margin: 30px 20px 20px 65%;
       margin: 3.0rem 2.0rem 2.0rem 65%;
    }
	 
	  .merit-inner .left{
	   float:left;
	   width:28%;
	   height:100%;
	   padding: 0 1%;
	 }
	  .merit-inner .right{
	   float:right;
	   width:68%;
	   height:100%;
	   padding: 0 1%;
	   text-align:left;
	 }
	 .merit-inner .left img{
	   width:100%;
	   max-width:300px;
	   margin: 0 0 10px 0;
	   margin: 0 0 1.0rem 0;
	 }	
	 
	#language-area {
		position: absolute;
		right: 0;
		top: 10px;
		top: 1.0rem;
		width:25%;
		text-align:right;
	}  
	#language-area ul.bogo-language-switcher {
		position: relative;
		width: 100%;
		display:block;
	} 
	#language-area ul.bogo-language-switcher li {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-right: 1%;
	}  
	#language-area ul.bogo-language-switcher li .bogoflags {
		margin-top: -5px;
		margin-top: -0.5rem;
	}   		 	    
	
	div.attachment img{
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
	max-width: 50%;
	float:left;
   }
    .flowBox {
       display:block;
       width:100%;
       margin: 20px 0; 
       margin: 2.0rem 0; 
       padding: 0;
    }
    .flowBox h2 {
       display:block;
       width:50%;
       margin: 20px 25%; 
       margin: 2.0rem 25%; 
       padding: 10px 0;
       padding: 1.0rem 0;
       border: 1px solid #2A5CAA;
       border-radius : 5px;
       border-radius : 0.5rem;
       background: #2A5CAA;
       color: #fff; 
       text-align:center;
       font-family: "メイリオ";
       font-weight:normal;
    }
    .flowBox ul {
       display:block;
       width:50%;
       margin: 0 25%; 
       padding: 0;
    }
    .flowBox ul li {
       display:block;
       float:left;
       width: 98%;
       position: relative;
       height: 100%;
       min-height:100px;
       padding: 10px;
       padding: 1rem;
       margin: 3% 0px 3% 1%;
       border: 1px solid #2A5CAA;
       border-radius : 5px;
       border-radius : 0.5rem;
       text-align:center;
       font-size: 24px!important;
       font-size: 2.4rem!important;
       line-height: 2.4rem;
    }
    .flowBox ul li:after {
          content: "▼" ;
          font-size: 60px;   
          font-size: 6.0rem;   
          color:#2A5CAA;   
          float:left;
          display:block;
          position: absolute; 
          left:45%!important;
          top:100%!important; 
     }
    .flowBox ul li:last-child:after{
        content: "" ;
     } 
    .flowBox ul li.flow1 {
       background: #FFF1C6;
    }
    .flowBox ul li.flow2 {
       background: #FFEBAC;
    }
    .flowBox ul li.flow3 {
       background: #fff;
       border: 0px;
    }
    .flowBox ul li.flow4 {
       background: #FFE79D;
    }
    .flowBox ul li.flow5 {
       background: #FFE188;
    }
    .flowBox ul li.flow6 {
       background: #FFDE7B;
    }
    .flowBox ul li.flow7 {
       background: #FFD75B;
    }
    .flowBox ul li.flow8 {
       background: #fff;
       border: 0px;
    }
    .flowBox ul li .pic {
       display:block;
       float:left;
       width: 20%;
       margin: 0 10% ;
    }
    .flowBox ul li .pic2 {
       display:block;
       float:left;
       width: 40%;
       margin: 0 5% ;
    }
    .flowBox ul li .text {
       display:inline-block;
       float:right;
       width: 60%;
       font-size: 24px!important;
       font-size: 2.4rem!important;
       text-align: left;
    }
    .flowBox ul li .text2 {
       display:inline-block;
       float:left;
       width: 30%;
       font-size: 24px!important;
       font-size: 2.4rem!important;
       text-align: left;
       line-height: 2.2rem;
    }
    .flowBox ul li .text3 {
       font-size: 24px!important;
       font-size: 2.4rem!important;
       line-height: 8.2rem;
    }
    .flowBox ul li .text4 {
       float: left;
       width: 100%;
    }
    .flowBox ul li img {
       width:100%;
       margin:0!important;
       padding:0!important;
       border:0;
    }
    .flowBox ul li .pic2 img.leftimg {
       display:inline-block;
       float:left;
       width: 46%;
       margin: 0 1% ;
    }
    .flowBox ul li .pic2 img.rightimg {
       display:inline-block;
       float:right;
       width: 46%;
       margin: 0 1% ;
    }

    ul.company-menu {
       display:block;
       width:100%;
       margin: 20px 0; 
       padding: 0;
    }
    ul.company-menu li {
       display:inline-block;
       float:left;
       width: 15.5%;
       padding: 1%;
       margin: 0.5%;
       border: 1px solid #ccc;
       background: #f7f7f7;
       text-align:center;
       font-size: 16px!important;
       font-size: 1.6rem!important;
    }
    ul.company-menu li.en {
       display:inline-block;
       float:left;
       width: 18%;
       min-height:80px;
       min-height:8.0rem;
       margin: 0; 
       padding: 1%;
       margin: 1%;
       border: 1px solid #ccc;
       background: #f7f7f7;
       text-align:center;
       font-size: 16px!important;
       font-size: 1.6rem!important;
    }
    .companyBox .left {
       display:block;
       width:55%;
       float:left;
       margin: 20px 0 150px 20px; 
       padding: 0;
       background-color: rgba(106,192,255,0);
    }
    #company dl dt{
        float:left;
        width: 20%;
        padding:2%;
        margin: 0;
        font-weight: 300;
        display:inline-block;
        background:#f7f7f7;
        v-height:100%;
        font-weight:500;
    } 

    #company dl dd{
        float:right;
        width: 72%; 
        padding:2%;
        margin: 0;
        background:#fff!important;
    } 
    .listBox dl dt{
        float:left;
        width: 18%;
        padding:1%;
        margin: 0;
        font-weight: 300;
        display:inline-block;
        background:#f7f7f7;
        v-height:100%;
        font-weight:500;
    } 

    .listBox dl dd{
        float:right;
        width: 78%; 
        padding:1%;
        margin: 0;
        background:#fff!important;
    }
    .companyBox2 .left {
       display:block;
       width:50%;
       float:left;
       margin: 20px 0; 
       padding: 2%;
       text-align:left;
    }
    .companyBox2 .right {
       display:block;
       width:50%;
       float:right;
       margin: 20px 0; 
       padding: 2%;
       text-align:left;
    } 
    .processBox ul li {
       display:inline-block;
       float:left;
       width: 31%;
       margin: 0; 
       padding: 0 0 10px 0!important;
       margin: 1%;
       border: 1px solid #ccc;
       background: #f7f7f7;
       text-align:center;
       font-size: 16px!important;
       font-size: 1.6rem!important;
    }


    .actionBox dl dt{
        float:left;
        width: 18%;
        padding:1%;
        margin: 0;
        font-weight: 300;
        display:inline-block;
        background:#2A5CAA;
        v-height:100%;
        font-weight:500;
        color:#fff;
        text-align: center;
    } 

    .actionBox dl dd{
        float:right;
        width: 78%; 
        padding:1%;
        margin: 0;
        background:#fff!important;
    } 

    .mission-pic img{
       width:60%;
       max-width: 650px;
       max-width: 65rem;
       margin:0 auto;
    }
 }

/* Minimum width of 1218 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 1218px) {
   	/* Main Navigation */
	.header-title-only .site-title-img,	
	.header-title-only .site-title,
	.header-title-area .site-title-img,
	.header-title-area .site-title {
		width: 100%;
		margin-right: 15px;
		margin-right: 1.5rem;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
		float: left;
	}
	#header-nav-area {
		width: 48%!important;
		background-color: #fff;
		margin-top: -15px!important;
		padding-top: 0!important;
	}
	#site-navigation div.menu > ul > li > a {
		display: inline-block !important;
		padding: 5px 18px 6px;
		padding: 0.5rem 1.8rem 0.6rem;
		margin-left: 1px;
	}
	#header-widget-area {
       position:relative;
 	   display: block;
		float: right;
		width: 30%;
		text-align: right;
		margin-top: 20px;
		margin-right: 0;
		padding-top: 5px;
		padding-top: 0.5rem;
	}		
	/* --------- Welcome Message Area --------- */
    .topmain-welcome-area .topmain-welcome-pic {
    	display:block;
    	float:left;
    	width: 50%;
    	padding: 0 5% 0 20%;
    	text-align:right;
    }
       .btn_area {
    	display:block;
    	width: 80%!important;
    	margin:20px 10%;
    	padding: 0;
    	text-align:center;
     }
    .twoBox .leftBox h3,
    .twoBox .rightBox h3 {
    	font-size: 30px!important;
    	font-size: 3.0rem!important;
    	font-weight:600;
    	line-height:1.8;
    	text-align: center;
    }
    .twoBox .leftBox p,
    .twoBox .rightBox p {
    	font-size: 20px;
    	font-size: 2.0rem;
    	line-height:1.8;
    	text-align: left;
    }         	
   .footer_sns_area ul {
      display:block;
      width:12%;
      margin:0 auto;
    }
}

@media screen and (max-width: 768px) {
  .wpcf7 input[type="submit"] {
    color: #000 !important;
    background-color: #fff !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
/* 送信ボタンの基本スタイル */
.wpcf7-form-control.wpc7-submit {
  min-width: 120px;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-appearance: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

/* スピナー調整 */
.wpcf7-form-control.wpc7-submit.has-spinner {
  position: relative;
}

.wpcf7-spinner {
  display: none; /* 必要に応じて調整 */
}
}
/* iOS特有のスタイル */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .wpcf7-form-control.wpc7-submit {
    min-width: 130px;
    padding: 14px 30px;
    font-size: 18px;
  }
}

/* 親コンテナの調整 */
p.center {
  text-align: center;
  margin: 20px 0;
}

p.center .wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  button.wpcf7-submit {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.5 !important;
    height: auto !important;
    padding: 12px 24px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-indent: 0 !important;
    visibility: visible !important;
    text-shadow: none !important;
  }
}
@media screen and (min-width: 956px) {
	#site-navigation div.menu > ul > li > a {
		padding: 1px 15px 0 15px!important;
		padding: 0.1rem 1.5rem 0 1.5rem!important;
	}
	#site-navigation li a,
	#site-navigation li {
    	font-size: 18px;
    	font-size: 1.8rem;
	}
}
@media screen and (min-width: 786px) {
   #site-navigation li.menu-contact a,
   #site-navigation li.menu-contact {
     background: #40B0BF;
     color: #fff!important;
     border-radius: 5px;
     margin-left: 10px;
     margin-left: 1.0rem;
   }
}

/* スライドの全体を固定表示に変更 */
.main_slider > li {
  position: static !important;
  display: none !important;
  z-index: 0 !important;
}

/* 最初のスライドだけ表示 */
.main_slider > li:first-child {
  display: block !important;
  z-index: 1 !important;
}

/* スライダーの高さ調整（必要に応じて） */
.bx-viewport {
  height: auto !important;
  overflow: visible !important;
}

/* スライド操作ナビゲーションを非表示に */
.bx-controls {
  display: none !important;
}
/* アニメーションやトランジションを無効化 */
.main_slider > li {
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

/* bxSliderが動かしている opacity アニメにも対応 */
.bx-viewport, .bx-wrapper, .main_slider li {
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

/* JavaScriptが付ける .active クラスなどにも対応（保険） */
.main_slider .active {
  opacity: 1 !important;
}

p.lead{
  font-size: 160%;
  text-align: center;
  color: #3FB0BF;
  font-weight: 550;
  margin: 10px 2%;
}
@media screen and (min-width: 786px) {
  p.lead{
    font-size: 200%;
  }
  #topmain-widget-area{
    margin-top: 20px;
  }
   .topmain-widget-area #custom_html-6 .widget-title,
   .topmain-widget-area #custom_html-7 .widget-title,
   .topmain-widget-area #custom_html-8 .widget-title,
   .topmain-widget-area #custom_html-9 .widget-title {
   	    font-size: 160%;
   	    margin-bottom: 30px;
   	    padding-left: 40px;
   }
   .topmain-widget-area #custom_html-6 .widget-title::before,
   .topmain-widget-area #custom_html-7 .widget-title::before,
   .topmain-widget-area #custom_html-8 .widget-title::before,
   .topmain-widget-area #custom_html-9 .widget-title::before{
        width: 30px;
        height: 30px;
        margin-top: -3px;
   }
}
h2.sub-title{
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 160%;
}

.imageBox {
  display: flex;
  flex-wrap: wrap; /* 小さい画面で折り返す */
  justify-content: center; /* 中央揃え（任意） */
  gap: 2%; /* 間隔を統一的に設定 */
  margin: 30px 0;
}

.imageBox div {
  flex: 1 1 30%; /* 幅をレスポンシブに調整 */
  max-width: 388px;
  aspect-ratio: 388 / 293; /* 元画像の比率を維持 */
  overflow: hidden;
}

.imageBox div img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を枠内にフィットさせる */
  display: block;
}

.imageBox2 {
  display: flex;
  max-width: 900px;
  flex-wrap: wrap; /* 小さい画面で折り返す */
  justify-content: center; /* 中央揃え（任意） */
  gap: 5%; /* 間隔を統一的に設定 */
  margin: 30px auto;
}

.imageBox2 div {
  flex: 1 1 30%; /* 幅をレスポンシブに調整 */
  overflow: hidden;
}

.imageBox2 div img {
  width: 100%;
  height: 100%;
  display: block;
}

.imageBox3 {
  display: flex;
  flex-wrap: wrap; /* 小さい画面で折り返す */
  justify-content: center; /* 中央揃え（任意） */
  gap: 5%; /* 間隔を統一的に設定 */
  margin: 30px auto;
  max-width: 800px;
}

.imageBox3 div {
  flex: 1 1 30%; /* 幅をレスポンシブに調整 */
  max-width: 219px;
  aspect-ratio: 235 / 219; /* 元画像の比率を維持 */
  overflow: hidden;
}

.imageBox3 div img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を枠内にフィットさせる */
  display: block;
}

dl.development-box{
  display: block;
  margin: 30px auto;
  width: 96%;
  align-items: center;
}
dl.development-box dt{
   width: 90%;
   background: #40B0BF;
   font-size: 120%;
   color: #fff;
   border-radius: 5px;
   margin-right: 20px;
   margin-bottom:0;
   padding: 10px 5%;
   text-align: center;
}
dl.development-box dd{
   width: 100%;
   font-size: 120%;
   padding: 10px 0;
   margin-bottom: 0!important;
}
@media screen and (min-width: 786px) {
  dl.development-box{
    display: flex;
    max-width: 1000px;
  }
  dl.development-box dt{
    width: 160px;
  }
  dl.development-box dd{
     width: auto;
  }
}

.consulting-box{
  position: relative;
  display: block;
  margin: 30px auto;
  width: 96%;
  max-width: 900px;
}
.consulting-box2{
  margin-bottom: 100px;
}
.consulting-box2:after{
   content: url(images/yajirushi.png);
   transform: scale(0.5);
   position: absolute;
   top: 105%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.consulting-box h3{
  display: block;
  width: 100%;
  background: #336600;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 3%;
  text-align: center;
}
.consulting-box dl{
  display: block;
  margin: 0;
  width: 100%;
}
.consulting-box dl dt{
   width: 94%;
   background: #C9E9A5;
   font-size: 130%;
   color: #004010;
   padding: 5px 3%;
   margin:0;
}
.consulting-box2 dl dt{
   color: #B20000;
}
.consulting-box dl dd{
   width: 94%;
   background: #EBF7DD;
   color: #333;
   padding: 8px 3%;
   margin:0;
}
@media screen and (min-width: 786px) {
  .consulting-box2:after{
   top: 107%;
  }
}

.company-box{
  position: relative;
  display: block;
  margin: 30px auto;
  width: 96%;
  max-width: 900px;
}
.company-box dl{
  display: block;
  margin: 0;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.company-box dl dt{
   width: 94%;
   background: #336600;
   font-size: 110%;
   font-weight: 400;
   text-align: center;
   color: #fff;
   padding: 10px 3%;
   margin:0;
}
.company-box dl dd{
   width: 94%;
   background: #efefef;
   font-size: 110%;
   font-weight: 400;
   color: #333;
   padding: 15px 3%;
   margin:0;
}

@media screen and (min-width: 786px) {
 .company-box dl{
   display: flex;
 }
 .company-box dl dt{
    width: 20%;
    font-size: 130%;
 }
 .company-box dl dd{
    width: 80%;
    font-size: 130%;
    padding: 10px 3%;
  }
}

.map-box{
  position: relative;
  display: block;
  margin: 30px auto;
  width: 96%;
  max-width: 900px;
}
.map-box iframe{
  width: 100%;
} 

.contactContainer {
	margin-top:40px;
	margin-bottom:0;
	width: 100%;
	background: #F0F0E1;
	overflow: hidden;
	padding: 30px 5%;
}
.contactContainer .inner{
   width: 96%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   flex-wrap :wrap;
   align-items: center; 
}
.contactContainer .inner .left{
   width: 100%;
   margin-bottom: 30px;
}
.contactContainer .inner .left h4{
   font-size: 250%;
   text-align: center;
   color:#40B0BF;
}
.contactContainer .inner .left p{
   line-height: 1.2em;
}
.contactContainer .inner .right{
   width: 100%;
}
.wpcf7 input[type="submit"] {
  background-color: #FF7373!important; /* ピンク */
  color: #fff!important;              /* 文字色を白に */
  border: none!important;              /* 枠線なし */
  padding: 10px 30px;        /* ボタンの余白 */
  font-size: 16px;           /* フォントサイズ */
  border-radius: 5px;        /* 角丸 */
  cursor: pointer;           /* マウスカーソルをポインタに */
  transition: background-color 0.3s ease; /* ホバー時のアニメ */
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #FFBFBF; /* 濃いピンクに変化 */
}
@media screen and (min-width: 786px) {
  .contactContainer .inner .left{
     width: 45%;
     margin: 0 auto;
     max-width: 350px;
  }
  .contactContainer .inner .right{
     width: 50%;
  }
}

html {
  scroll-padding-top: 80px;;
}
.footer-widget-area{
  display: none;
}
.mm-menu{
   background-color:rgba(63,176,191,0.5)!important;
}

.sp{
 display: block;
}
@media screen and (min-width: 786px) {
  .sp{
   display: none
  }
}
