﻿/* CSS Document */



/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}

/*table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
*/

@media screen and (min-width: 979px) {
.theme-smp {
	display: none;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 65.5%;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
/*===== 水平線=====*/
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 1px solid #dddddd;
	margin: 0;
}
/* 赤 */
hr.color2 {
	margin-top: 27px;
	border-top: 3px solid #cc0022;
}
hr.dotted {
	margin-bottom: 12px;
	border-top: 1px dotted #bbb;
}
/*================================================
　　　　
* 見出し

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

h1 {
	margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}
h1, h3 {
	margin-top: 28px;
	margin-bottom: 14px;
}
h2.sub_title {
	position: relative;
	font-size: 1.5em;
	line-height: 1.4;
	margin-top:40px;
}
h2.sub_title:after {
	content: "";
	display: block;
	height: 3px;
	margin-top: 6px;
	background: -moz-linear-gradient(to right, rgb(204, 0, 34), transparent);
	background: -webkit-linear-gradient(to right, rgb(224, 50, 79), transparent);
	background: linear-gradient(to right, rgb(224, 50, 79), transparent);
}
h3.sub_titleA {
  position: relative;
 	margin-top:40px;
 padding: .25em 0 .5em .75em;
	border-left: 5px solid #cc0022;
	font-size: 1.30em;
}
h3.sub_titleA::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

h4{
	border-left: 3px solid #cc0022;
	padding:4px 7px;
	margin-bottom:4px;
	margin-left:4px;
}

.h5, .h6 {
	margin-top: 10px;
	margin-bottom: 4px;
}

@media only screen and (max-width: 540px) {
h2.sub_title {
	font-size: 1.3em;
}
h3.sub_titleA {
	font-size: 1.10em;
}
}
/*================================================*/

small, .small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.title_cap {
	margin-bottom: 44px;
	padding-top: 20px;
	border-top: 2px solid #99011a;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
.text-engines {
	color: #99011a;
}
.text-pink {
	color: #cc6b70;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
.arrow_in {
	background: url(../images/icon_arrow_right_s_r.png) no-repeat scroll 0px 4px;
	padding: 0px 7px 4px 14px;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
a.in {
	background: url(../images/icon_arrow_right_s_r.png) no-repeat scroll 0px 4px;
	padding: 4px 7px 4px 14px;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 13px;
	margin: 56px 0 28px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 14px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
}
dt, dd {
	line-height: 2;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
dl dt {
	color: #333333;
}
dl dd {
	margin-bottom: 1em;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
dl.type01 dt {
	line-height: 1.7;
}
dl.type01 dd {
	line-height: 1.7;
	padding-left: 5px;
}

@media (min-width: 540px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 14px 28px;
	margin: 0 0 28px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 2;
	color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 28px;
	font-style: normal;
	line-height: 2;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix:before, .row:before, .block-link:before, .block-link-item a:before, .l-global-area:before, .l-global-navi-pc:before, .l-footer-sitemap > ul:before, .l-footer ul.l-utility-navi:before, .l-footer ul.l-sompobanner-navi:before, .l-footer ul.l-banner-navi, .l-footer .l-site-data:before, .footer-switcharea ul:before, .l-breadcrumbs-wrap:before, .l-breadcrumbs-wrap .l-breadcrumbs-nav:before, .l-contents:before, .l-contents .l-main:before, .l-contents .l-side:before, .frame-line .line-navi-item a:before, .ban-area:before, .theme-smp .cta-navi:before, ul.（３）:before, .asterisk-list:before, .asterisk-s-list:before, .attention-list:before, .text-icon-1em:before, .text-icon-2em:before, .text-icon-3em:before, .text-icon-4em:before, .text-icon-5em:before, .text-icon-6em:before, .text-icon-7em:before, .text-icon-8em:before, .text-icon-9em:before, .text-icon-10em:before, .text-icon-11em:before, .text-icon-12em:before, .fxb-basic:before, .fxb-float-img:before, .fxb-block:before, .fxb-block-image:before, .fxb-list:before, .fxb-list-inline:before, .fxb-block a.block:before, .fxb-block-image .block:before, .fxb-list-frame:before, .list-col-1 ul:before, .list-col-2 ul:before, .list-col-3 ul:before, .list-col-4 ul:before, ul.list-inline:before, .text-btn-link.btn-list:before, .news-list-rss:before, .pagenation:before, .tabs-navi:before, .application-section:before, .subsidiary-navi:before, .section-center:before, .info-section .latest-news:before, .info-section .stock-quotation:before, .banner-section ul.banner-list:before, .theme-smp .cta-section ul.cta-navi:before, .contact-step:before, .clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi-pc:after, .l-footer-sitemap > ul:after, .l-footer ul.l-utility-navi:after, .l-footer ul.l-sompobanner-navi:after, .l-footer ul.l-banner-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.（３）:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after, .fxb-float-img:after, .fxb-block:after, .fxb-block-image:after, .fxb-list:after, .fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after, .list-col-2 ul:after, .list-col-3 ul:after, .list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .banner-section ul.banner-list:after, .theme-smp .cta-section ul.cta-navi:after, .contact-step:after {
	content: " ";
	display: table;
}
.clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi-pc:after, .l-footer-sitemap > ul:after, .l-footer ul.l-utility-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.（３）:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after, .fxb-float-img:after, .fxb-block:after, .fxb-block-image:after, .fxb-list:after, .fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after, .list-col-2 ul:after, .list-col-3 ul:after, .list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .banner-section ul.banner-list:after, .theme-smp .cta-section ul.cta-navi:after, .contact-step:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
 @-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
.text-link:before, .theme-smp .l-footer ul.l-utility-navi li:before, .l-local-navi li a:before, .frame-line .line-navi-item .line-navi-text:before, .stock-quotation .chart-link a:before, h2.title-link:before, ul.text-link-ul li:before, ul.（３） li:before, .fxb-block h5:before, .list-col-1 li:before, .list-col-2 li:before, .list-col-3 li:before, .list-col-4 li:before, ul.list-inline li:before, .arrow-link:before, .tabs-navi li a:before, .contents-navi-item .contents-navi-text:before, ul.faq-list li:before, .flat-btn:before, .text-btn-link a:before, .pagenation .mp-prev span.pagenation-btn:before, .pagenation .mp-next span.pagenation-btn:before, .glossary-list ul.list-inline li a.flat-btn.btn-inline:before, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:before, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:before, .more-btn:before, .block-link-item a:before, .frame-line .line-navi-item a[target="_blank"] .line-navi-text:after, .fxb-block-image.fxb-block-noarrow .fxb-btn-wrap:before, a[target="_blank"]:after, .text-btn-link a[target="_blank"] span:after, .open-window:after, .text-btn-link a.open-window span:after, .news-list .news-link:before, .faq-question:before, .faq-answer:before, .faq-item .faq-item-q:before, .faq-item .faq-item-a:before, .contact-step li {
	display: inline;
}
.row, .block-link {
	margin-left: -10px;
	margin-right: -10px;
}
a {
	color: #224488;
}
a:hover, a:active, a:focus {
	color: #4170cf;
}
.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .more-btn, .block-link-item a, .l-global-navi-pc li a, .l-global-navi-pc li a:hover, .l-global-navi-pc li a:active, .l-global-navi-pc li a:visited, .l-footer-sitemap a, .l-footer-sitemap a:hover, .l-footer-sitemap a:active, .l-footer-sitemap a:visited, .pagenation a {
	text-decoration: none;
}
.flat-btn:hover, .text-btn-link a:hover, .pagenation .mp-prev span.pagenation-btn:hover, .pagenation .mp-next span.pagenation-btn:hover, .glossary-list ul.list-inline li a.flat-btn.btn-inline:hover, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:hover, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:hover, .more-btn:hover, .block-link-item a:hover, .l-global-navi-pc li a:hover, .l-footer-sitemap a:hover, .pagenation a:hover {
	text-decoration: none;
}
.l-global-area, .l-global-navi-pc > ul, .l-footer ul.l-utility-navi, .l-footer ul.l-sompobanner-navi, .l-footer ul.l-banner-navi, .l-footer .l-site-data, .l-branding-head {
	width: 990px;
	margin: 0 auto;
}

@media only screen and (max-width: 989px) {
.l-global-area, .l-global-navi-pc > ul, .l-footer ul.l-utility-navi, .l-footer .l-site-data, .l-branding-head {
	width: 100%;
	margin: 0 auto;
}
}
.text-link:before, .theme-smp .l-footer ul.l-utility-navi li:before, .l-local-navi li a:before, .frame-line .line-navi-item .line-navi-text:before, .stock-quotation .chart-link a:before, h2.title-link:before, ul.text-link-ul li:before, ul.（３） li:before, /*.fxb-block h5:before,*/ .list-col-1 li:before, .list-col-2 li:before, .list-col-3 li:before, .list-col-4 li:before, ul.list-inline li:before, .arrow-link:before, .tabs-navi li a:before, .contents-navi-item .contents-navi-text:before, ul.faq-list li:before {
	position: relative;
	display: inline-block;
	content: url(../images/icon_arrow_right_r.png);
	font-size: 16px;
	color: #cc0022;
	margin-left: -3px;
	text-decoration: none !important;
}
.text-link:before {
	/*ie8fix*/
	font-family: 'sompoicon';
	line-height: 1;
}
.clearfix, .row, .block-link, .block-link-item a, .l-global-area, .l-global-navi-pc, .l-footer-sitemap > ul, .l-footer ul.l-utility-navi, .l-footer .l-site-data, .footer-switcharea ul, .l-breadcrumbs-wrap, .l-breadcrumbs-wrap .l-breadcrumbs-nav, .l-contents, .l-contents .l-main, .frame-line .line-navi-item a, .ban-area, .theme-smp .cta-navi, ul.（３）, .asterisk-list, .asterisk-s-list, .attention-list, .text-icon-1em, .text-icon-2em, .text-icon-3em, .text-icon-4em, .text-icon-5em, .text-icon-6em, .text-icon-7em, .text-icon-8em, .text-icon-9em, .text-icon-10em, .text-icon-11em, .text-icon-12em, .fxb-basic, .fxb-float-img, .fxb-block, .fxb-block-image, .fxb-list, .fxb-list-inline, .fxb-block a.block, .fxb-block-image .block, .fxb-list-frame, .list-col-1 ul, .list-col-2 ul, .list-col-3 ul, .list-col-4 ul, ul.list-inline, .text-btn-link.btn-list, .news-list-rss, .pagenation, .tabs-navi, .application-section, .subsidiary-navi, .section-center, .info-section .latest-news, .info-section .stock-quotation, .banner-section ul.banner-list, .theme-smp .cta-section ul.cta-navi, .contact-step {
 *zoom: 1;
}
.clearfix:after, .row:after, .block-link:after, .block-link-item a:after, .l-global-area:after, .l-global-navi-pc:after, .l-footer-sitemap > ul:after, .l-footer ul.l-utility-navi:after, .l-footer .l-site-data:after, .footer-switcharea ul:after, .l-breadcrumbs-wrap:after, .l-breadcrumbs-wrap .l-breadcrumbs-nav:after, .l-contents:after, .l-contents .l-main:after, .l-contents .l-side:after, .frame-line .line-navi-item a:after, .ban-area:after, .theme-smp .cta-navi:after, ul.（３）:after, .asterisk-list:after, .asterisk-s-list:after, .attention-list:after, .text-icon-1em:after, .text-icon-2em:after, .text-icon-3em:after, .text-icon-4em:after, .text-icon-5em:after, .text-icon-6em:after, .text-icon-7em:after, .text-icon-8em:after, .text-icon-9em:after, .text-icon-10em:after, .text-icon-11em:after, .text-icon-12em:after, .fxb-basic:after, .fxb-float-img:after, .fxb-block:after, .fxb-block-image:after, .fxb-list:after, .fxb-list-inline:after, .fxb-block a.block:after, .fxb-block-image .block:after, .fxb-list-frame:after, .list-col-1 ul:after, .list-col-2 ul:after, .list-col-3 ul:after, .list-col-4 ul:after, ul.list-inline:after, .text-btn-link.btn-list:after, .news-list-rss:after, .pagenation:after, .tabs-navi:after, .application-section:after, .subsidiary-navi:after, .section-center:after, .info-section .latest-news:after, .info-section .stock-quotation:after, .banner-section ul.banner-list:after, .theme-smp .cta-section ul.cta-navi:after, .contact-step:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
/*button*/

.flat-btn, .text-btn-link a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn {
	display: block;
	background: #eeeeee;
	position: relative;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	padding: 15px 15px 15px 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	font-size: 15px;
}
.flat-btn2 {
	display: block;
	text-align: center;
	background: #eeeeee;
	position: relative;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	padding: 15px 15px 15px 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	font-size: 15px;
}

@media only screen and (max-width: 700px) {
.text-btn-link a {
	font-size: 12px;
}
}
/* 送信・確認ボタン */

.submit_btn {
	width: 80%;
	margin: 20px 0;
	border-radius: 5px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.flat-btn:before, .text-btn-link a:before, .pagenation .mp-prev span.pagenation-btn:before, .pagenation .mp-next span.pagenation-btn:before, .glossary-list ul.list-inline li a.flat-btn.btn-inline:before, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:before, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:before {
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	content: url(../images/icon_arrow_right_r.png);
	font-size: 15px;
	left: 8px;
	top: 50%;
	margin-top: -8px;
	color: #cc0022;
	line-height: 1.2em;
}
.flat-btn:hover, .text-btn-link a:hover, .pagenation .mp-prev span.pagenation-btn:hover, .pagenation .mp-next span.pagenation-btn:hover, .glossary-list ul.list-inline li a.flat-btn.btn-inline:hover, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:hover, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:hover, .flat-btn:active, .text-btn-link a:active, .pagenation .mp-prev span.pagenation-btn:active, .pagenation .mp-next span.pagenation-btn:active, .glossary-list ul.list-inline li a.flat-btn.btn-inline:active, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:active, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:active, .flat-btn:focus, .text-btn-link a:focus, .pagenation .mp-prev span.pagenation-btn:focus, .pagenation .mp-next span.pagenation-btn:focus, .glossary-list ul.list-inline li a.flat-btn.btn-inline:focus, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:focus, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:focus {
	/*  background: #d6d6d6;
*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70)”;
	/*color: #333;
*/
	border-color-right: #c1c1c1;
	border-color-bottom: #c1c1c1;
}
.flat-btn:visited, .text-btn-link a:visited, .pagenation .mp-prev span.pagenation-btn:visited, .pagenation .mp-next span.pagenation-btn:visited, .glossary-list ul.list-inline li a.flat-btn.btn-inline:visited, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn:visited, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn:visited {
	color: #333;
}
.flat-btn.float-right, .text-btn-link a.float-right, .pagenation .mp-prev span.float-right.pagenation-btn, .pagenation .mp-next span.float-right.pagenation-btn, .glossary-list ul.list-inline li a.float-right.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.float-right.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.float-right.flat-btn {
	margin: 0 0 0 10px;
}
.flat-btn.float-left, .text-btn-link a.float-left, .pagenation .mp-prev span.float-left.pagenation-btn, .pagenation .mp-next span.float-left.pagenation-btn, .glossary-list ul.list-inline li a.float-left.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.float-left.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.float-left.flat-btn {
	margin: 0 10px 0 0;
}
.btn-inline, .text-btn-link.btn-list.inline-list a, .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-next span.pagenation-btn, .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .text-btn-link a.btn-inline, .text-btn-link .glossary-list ul.list-inline li a.btn-inline {
	display: inline-block;
	padding: 8px 8px 8px 25px;
	font-size: 14px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.btn-small {
	padding: 8px 8px 8px 25px;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.btn-dark, .text-btn-link a.btn-dark, .text-btn-link.btn-list.inline-list li.current a {
	background: #666;
	border-right: 2px solid #525252;
	border-bottom: 2px solid #525252;
	color: #fff;
}
.btn-red {
	background: #cc0022;
	border-right: 2px solid #525252;
	border-bottom: 2px solid #525252;
	color: #fff;
}
.btn-dark:before, .text-btn-link a.btn-dark:before, .text-btn-link.btn-list.inline-list li.current a:before {
	content: url(../images/icon_arrow_right_c.png);
}
.btn-dark:hover, .text-btn-link a.btn-dark:hover, .text-btn-link.btn-list.inline-list li.current a:hover, .btn-dark:active, .text-btn-link a.btn-dark:active, .text-btn-link.btn-list.inline-list li.current a:active, .btn-dark:visited, .text-btn-link a.btn-dark:visited, .text-btn-link.btn-list.inline-list li.current a:visited, .btn-dark:focus, .text-btn-link a.btn-dark:focus, .text-btn-link.btn-list.inline-list li.current a:focus {
	background: #5c5c5c;
	text-decoration: none;
	color: #fff;
	border-color-right: #4a4a4a;
	border-color-bottom: #4a4a4a;
}
.text-btn-link a.now {
	background: #c8c8c8 !important;
}
.btn-anchor:before, .text-btn-link.btn-list li a.btn-anchor:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
.btn-anchor.btn-dark:before, .text-btn-link.btn-list li a.btn-anchor.btn-dark:before, .text-btn-link.btn-list.inline-list li.current a.btn-anchor:before {
	content: url(../images/icon_arrow_bottom_c.png);
}
.btn-fit {
	width: 100%;
}
.btn-msize {
	width: 50%;
}
.btn-lsize {
	width: 100%;
}
.block-link {
	margin-top: 30px;
	margin-bottom: 30px;
}
.block-link-item a {
	position: relative;
	margin: -10px;
	padding: 10px;
	display: block;
	color: #333;
}
.block-link-item a:hover {
	color: #333;
	background: #f7d9de;
}
.block-link-item a:before {
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	content: "\e607";
	font-size: 10px;
	right: 10px;
	bottom: 10px;
	color: #cc0022;
	/*ie8fix*/
	font-family: 'sompoicon';
	line-height: 1;
}
.block-link-item a .image-wrap img {
	width: 100%;
}
.frame-red-bold, .frame-red, .frame-glay-bold, .frame-glay, .frame-titlebox .frame-titlebox-contents {
	padding: 10px 0;
	margin-bottom: 20px;
}
.frame-red-bold *:last-child, .frame-red *:last-child, .frame-glay-bold *:last-child, .frame-glay *:last-child, .frame-titlebox .frame-titlebox-contents *:last-child {
	margin-bottom: 0;
}
.frame-red-bold {
	border: 2px solid #cc0022;
}
.frame-red {
	border: 1px solid #cc0022;
}
.frame-glay-bold {
	border: 2px solid #777;
}
.frame-glay {
	border: 1px solid #777;
}
.frame-titlebox .frame-titlebox-title {
	background: #e6e6e6;
	padding: 10px;
	margin: 0;
}
.frame-titlebox .frame-titlebox-title .btn-inline, .frame-titlebox .frame-titlebox-title .text-btn-link.btn-list.inline-list a, .text-btn-link.btn-list.inline-list .frame-titlebox .frame-titlebox-title a, .frame-titlebox .frame-titlebox-title .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .frame-titlebox .frame-titlebox-title span.pagenation-btn, .frame-titlebox .frame-titlebox-title .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .frame-titlebox .frame-titlebox-title span.pagenation-btn, .frame-titlebox .frame-titlebox-title .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .frame-titlebox .frame-titlebox-title a.flat-btn.btn-inline, .frame-titlebox .frame-titlebox-title .glossary-list ul.list-inline li .text-btn-link a.btn-inline, .glossary-list ul.list-inline li .text-btn-link .frame-titlebox .frame-titlebox-title a.btn-inline, .frame-titlebox .frame-titlebox-title .text-btn-link .glossary-list ul.list-inline li a.btn-inline, .text-btn-link .glossary-list ul.list-inline li .frame-titlebox .frame-titlebox-title a.btn-inline {
	padding: 6px 8px 6px 25px;
	margin: -2px;
}
.frame-titlebox .frame-titlebox-contents {
	border: 2px solid #e6e6e6;
	border-top: 0px;
	margin-bottom: 30px;
}
.theme-smp .frame-titlebox .frame-titlebox-contents {
	margin-bottom: 35px;
}
p {
	line-height: 1.7em;
	margin: 4px 0px;
	font-size: 110%;
}
blockquote {
	font-size: 100%;
}
ul {
	margin: 0 10px 10px;
	padding: 0 0 0 15px;
}
ul li {
	line-height: 2.0em;
}
/*リスト色グレー丸①*/
ul.dotA {
	margin-top: 16px;
}
ul.dotA li {
	position: relative;
	list-style-type: none !important;
	padding: 0 0 0 0.35rem;
	line-height: 24px;
	margin-bottom: 16px;
}
ul.dotA li::after {
	position: absolute;
	display: block;
	content: '';
	top: 0.8rem;
	left: -1rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background-color: #75757c;
}
/*リスト色グレー丸②*/
ul.dotB {
	margin-top: 4px;
	padding-left: 5px;
}
ul.dotB li {
	position: relative;
	list-style-type: none !important;
	padding: 0 0 0 0.30rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 1.0em;
}
ul.dotB li::after {
	position: absolute;
	display: block;
	content: '';
	top: 0.8rem;
	left: -1rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #75757c;
}
/*リスト色赤三角*/
ul.text-link-ul {
	padding: 0;
	margin: 0 20px 10px;
	list-style: outside none none;
}
ul.text-link-ul li {
	position: relative;
	padding-left: 15px;
	margin: 0 0 10px;
	line-height: 1.6em;
}
ul.text-link-ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
}
ul.text-link-ul ul {
	margin: 20px 0;
	padding-left: 0;
}
ul.text-link-ul.list-gray li:before {
	content: url(../images/icon_arrow_right_g.png);
}
ul.text-link-ul.anchor-list li:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
ul.（３） {
	padding: 0;
}
ul.（３） li {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 0 10px 10px 15px;
	margin-bottom: 15px;
}
ul.（３） li:before {
	position: absolute;
	left: 0px;
	top: 0px;
}
ul.（３）.list-gray li:before {
	color: #777;
}
ul.（３）.anchor-list li:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
ol {
	padding: 0 0 0 15px;
	margin: 0 10px 10px;
}
ol li {
	line-height: 2.0em;
}
ol.style-decimal > li {
	list-style-type: decimal;
}
ol.style-lalfa > li {
	list-style-type: lower-alpha;
}
ol.style-lroman > li {
	list-style-type: lower-roman;
}
.attention-list {
	padding: 0;
	counter-reset: attention;
}
.attention-list li {
	padding-left: 30px;
	list-style: none;
	position: relative;
}
.text-icon-1em, .text-icon-2em, .text-icon-3em, .text-icon-4em, .text-icon-5em, .text-icon-6em, .text-icon-7em, .text-icon-8em, .text-icon-9em, .text-icon-10em, .text-icon-11em, .text-icon-12em {
	position: relative;
}
.text-icon-1em span.text-icon, .text-icon-2em span.text-icon, .text-icon-3em span.text-icon, .text-icon-4em span.text-icon, .text-icon-5em span.text-icon, .text-icon-6em span.text-icon, .text-icon-7em span.text-icon, .text-icon-8em span.text-icon, .text-icon-9em span.text-icon, .text-icon-10em span.text-icon, .text-icon-11em span.text-icon, .text-icon-12em span.text-icon {
	position: absolute;
	display: block;
	left: 0;
}
div > span.text-icon {
	margin-left: 10px;
}
.text-icon-1em {
	padding-left: 1.5em;
}
.text-icon-1em span.text-icon {
	width: 1.5em;
}
.text-icon-2em {
	padding-left: 2.5em;
}
.text-icon-2em span.text-icon {
	width: 2.5em;
}
.text-icon-3em {
	padding-left: 3.5em;
}
.text-icon-3em span.text-icon {
	width: 3.5em;
}
.text-icon-4em {
	padding-left: 4.5em;
}
.text-icon-4em span.text-icon {
	width: 4.5em;
}
.text-icon-5em {
	padding-left: 5.5em;
}
.text-icon-5em span.text-icon {
	width: 5.5em;
}
.text-icon-6em {
	padding-left: 6.5em;
}
.text-icon-6em span.text-icon {
	width: 6.5em;
}
.text-icon-7em {
	padding-left: 7.5em;
}
.text-icon-7em span.text-icon {
	width: 7.5em;
}
.text-icon-8em {
	padding-left: 8.5em;
}
.text-icon-8em span.text-icon {
	width: 8.5em;
}
.text-icon-9em {
	padding-left: 9.5em;
}
.text-icon-9em span.text-icon {
	width: 9.5em;
}
.text-icon-10em {
	padding-left: 10.5em;
}
.text-icon-10em span.text-icon {
	width: 10.5em;
}
.text-icon-11em {
	padding-left: 11.5em;
}
.text-icon-11em span.text-icon {
	width: 11.5em;
}
.text-icon-12em {
	padding-left: 12.5em;
}
.text-icon-12em span.text-icon {
	width: 12.5em;
}
.blank {
	background: url("../images/window-icon.png") no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
}
.lead-text {
	margin: 0 0 35px;
	font-weight: bold;
}
/*font-size フォントサイズ*/

.text-size-10 {
	font-size: 10px !important;
}
.text-size-12 {
	font-size: 12px !important;
}
.text-size-14 {
	font-size: 14px !important;
}
.text-size-16 {
	font-size: 16px !important;
}
.text-size-18 {
	font-size: 18px !important;
}
.text-size-20 {
	font-size: 20px !important;
}
.text-size-2vw {
	font-size: 24px;
	font-size: 1.5rem;
	/* 24px */
	line-height: 1.4;
}
.waku {
	border: 3px solid #c01920;
	background-color: #fcfcfc;
	margin: 50px 0 32px 0;
	padding: 18px 10px;
}
.waku-2 {
	border: 1px solid #eeeeee;
	background-color: #f4f4f4;
	margin: 15px 0;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*accordion*/

.ac-section {
	border-top: 1px solid #e5e5e5;
}
.ac-section h2 {
	margin: 20px auto;
	padding: 0 0 0 70px;
}
.ac-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	background-size: 30px 30px;
	border-bottom: 0px;
	font-size: 1.8em;
}
.ac-btn:before {
	display: none;
}
.active .ac-btn {
	background-size: 30px 30px;
}
.ac-area {
	display: none;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1200px;
	padding: 0 5%;
}
.active .ac-area {
	display: block;
}
/*横並び*/
.col_img {
	list-style: none;
	margin:0;
	padding:0;
}
.col_img li {
	display: inline-block;
	margin:10px;
}

@media only screen and (max-width: 989px) {
.col_img li {
	display: block;
	text-align: center;
}
}
/*gridbase*/

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-1, .col-sm-2, .col-2, .col-sm-3, .col-3, .col-sm-4, .col-4, .col-sm-5, .col-5, .col-sm-6, .col-6, .col-sm-7, .col-7, .col-sm-8, .col-8, .col-sm-9, .col-9, .col-sm-10, .col-10, .col-sm-11, .col-11, .col-sm-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12, .col-md-1, .col-1, .col-md-2, .col-2, .col-md-3, .col-3, .col-md-4, .col-4, .col-md-5, .col-5, .col-md-6, .col-6, .col-md-7, .col-7, .col-md-8, .col-8, .col-md-9, .col-9, .col-md-10, .col-10, .col-md-11, .col-11, .col-md-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

/*540*/

@media (min-width: 540px) {
.col-sm-1, .col-1 {
	width: 8.33333%;
}
}

@media (min-width: 540px) {
.col-sm-2, .col-2 {
	width: 16.66667%;
}
}

@media (min-width: 540px) {
.col-sm-3, .col-3 {
	width: 25%;
}
}

@media (min-width: 540px) {
.col-sm-4, .col-4 {
	width: 33.33333%;
}
}

@media (min-width: 540px) {
.col-sm-5, .col-5 {
	width: 41.66667%;
}
}

@media (min-width: 540px) {
.col-sm-6, .col-6 {
	width: 50%;
}
}

@media (min-width: 540px) {
.col-sm-7, .col-7 {
	width: 58.33333%;
}
}

@media (min-width: 540px) {
.col-sm-8, .col-8 {
	width: 66.66667%;
}
}

@media (min-width: 540px) {
.col-sm-9, .col-9 {
	width: 75%;
}
}

@media (min-width: 540px) {
.col-sm-10, .col-10 {
	width: 83.33333%;
}
}

@media (min-width: 540px) {
.col-sm-11, .col-11 {
	width: 91.66667%;
}
}

@media (min-width: 540px) {
.col-sm-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12 {
	width: 100%;
}
}

/*740*/

@media (min-width: 740px) {
.col-md-1, .col-1 {
	width: 8.33333%;
}
}

@media (min-width: 740px) {
.col-md-2, .col-2 {
	width: 16.66667%;
}
}

@media (min-width: 740px) {
.col-md-3, .col-3 {
	width: 25%;
}
}

@media (min-width: 740px) {
.col-md-4, .col-4 {
	width: 33.33333%;
}
}

@media (min-width: 740px) {
.col-md-5, .col-5 {
	width: 41.66667%;
}
}

@media (min-width: 740px) {
.col-md-6, .col-6 {
	width: 50%;
}
}

@media (min-width: 740px) {
.col-md-7, .col-7 {
	width: 58.33333%;
}
}

@media (min-width: 740px) {
.col-md-8, .col-8 {
	width: 66.66667%;
}
}

@media (min-width: 740px) {
.col-md-9, .col-9 {
	width: 75%;
}
}

@media (min-width: 740px) {
.col-md-10, .col-10 {
	width: 83.33333%;
}
}

@media (min-width: 740px) {
.col-md-11, .col-11 {
	width: 91.66667%;
}
}

@media (min-width: 740px) {
.col-md-12, .theme-smp .col-1, .theme-smp .col-2, .theme-smp .col-3, .theme-smp .col-4, .theme-smp .col-5, .theme-smp .col-6, .theme-smp .col-7, .theme-smp .col-8, .theme-smp .col-9, .theme-smp .col-10, .theme-smp .col-11, .col-12, .theme-smp .col-12 {
	width: 100%;
}
}

/*1000*/

@media (min-width: 1000px) {
.col-lg-1 {
	width: 8.33333%;
}
}

@media (min-width: 1000px) {
.col-lg-2 {
	width: 16.66667%;
}
}

@media (min-width: 1000px) {
.col-lg-3 {
	width: 25%;
}
}

@media (min-width: 1000px) {
.col-lg-4 {
	width: 33.33333%;
}
}

@media (min-width: 1000px) {
.col-lg-5 {
	width: 41.66667%;
}
}

@media (min-width: 1000px) {
.col-lg-6 {
	width: 50%;
}
}

@media (min-width: 1000px) {
.col-lg-7 {
	width: 58.33333%;
}
}

@media (min-width: 1000px) {
.col-lg-8 {
	width: 66.66667%;
}
}

@media (min-width: 1000px) {
.col-lg-9 {
	width: 75%;
}
}

@media (min-width: 1000px) {
.col-lg-10 {
	width: 83.33333%;
}
}

@media (min-width: 1000px) {
.col-lg-11 {
	width: 91.66667%;
}
}

@media (min-width: 1000px) {
.col-lg-12 {
	width: 100%;
}
}
/*grid*/

.col-1 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-1 img {
	max-width: 100%;
	height: auto;
}
.col-2 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-2 img {
	max-width: 100%;
	height: auto;
}
.col-3 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-3 img {
	max-width: 100%;
	height: auto;
}
.col-4 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-4 img {
	max-width: 100%;
	height: auto;
}
.col-5 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-5 img {
	max-width: 100%;
	height: auto;
}
.col-6 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-6 img {
	max-width: 100%;
	height: auto;
}
.col-7 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-7 img {
	max-width: 100%;
	height: auto;
}
.col-8 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-8 img {
	max-width: 100%;
	height: auto;
}
.col-9 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-9 img {
	max-width: 100%;
	height: auto;
}
.col-10 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-10 img {
	max-width: 100%;
	height: auto;
}
.col-11 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-11 img {
	max-width: 100%;
	height: auto;
}
.col-12 img {
	max-width: 100%;
	height: auto;
}
.theme-smp .col-12 img {
	max-width: 100%;
	height: auto;
}
/*margin マージン*/

.margin-all0 {
	margin: 0px !important;
}
.margin-allm0 {
	margin: -0px !important;
}
.margin-top0 {
	margin-top: 0px !important;
}
.margin-topm0 {
	margin-top: -0px !important;
}
.margin-bottom0 {
	margin-bottom: 0px !important;
}
.margin-bottomm0 {
	margin-bottom: -0px !important;
}
.margin-right0 {
	margin-right: 0px !important;
}
.margin-rightm0 {
	margin-right: -0px !important;
}
.margin-left0 {
	margin-left: 0px !important;
}
.margin-leftm0 {
	margin-left: -0px !important;
}
.margin-all10 {
	margin: 10px !important;
}
.margin-allm10 {
	margin: -10px !important;
}
.margin-top10 {
	margin-top: 10px !important;
}
.margin-topm10 {
	margin-top: -10px !important;
}
.margin-bottom10 {
	margin-bottom: 10px !important;
}
.margin-bottomm10 {
	margin-bottom: -10px !important;
}
.margin-right10 {
	margin-right: 10px !important;
}
.margin-rightm10 {
	margin-right: -10px !important;
}
.margin-left10 {
	margin-left: 10px !important;
}
.margin-leftm10 {
	margin-left: -10px !important;
}
.margin-all20 {
	margin: 20px !important;
}
.margin-allm20 {
	margin: -20px !important;
}
.margin-top20 {
	margin-top: 20px !important;
}
.margin-topm20 {
	margin-top: -20px !important;
}
.margin-bottom20 {
	margin-bottom: 20px !important;
}
.margin-bottomm20 {
	margin-bottom: -20px !important;
}
.margin-right20 {
	margin-right: 20px !important;
}
.margin-rightm20 {
	margin-right: -20px !important;
}
.margin-left20 {
	margin-left: 20px !important;
}
.margin-leftm20 {
	margin-left: -20px !important;
}
.margin-all30 {
	margin: 30px !important;
}
.margin-allm30 {
	margin: -30px !important;
}
.margin-top30 {
	margin-top: 30px !important;
}
.margin-topm30 {
	margin-top: -30px !important;
}
.margin-bottom30 {
	margin-bottom: 30px !important;
}
.margin-bottomm30 {
	margin-bottom: -30px !important;
}
.margin-right30 {
	margin-right: 30px !important;
}
.margin-rightm30 {
	margin-right: -30px !important;
}
.margin-left30 {
	margin-left: 30px !important;
}
.margin-leftm30 {
	margin-left: -30px !important;
}
.margin-all40 {
	margin: 40px !important;
}
.margin-allm40 {
	margin: -40px !important;
}
.margin-top40 {
	margin-top: 40px !important;
}
.margin-topm40 {
	margin-top: -40px !important;
}
.margin-bottom40 {
	margin-bottom: 40px !important;
}
.margin-bottomm40 {
	margin-bottom: -40px !important;
}
.margin-right40 {
	margin-right: 40px !important;
}
.margin-rightm40 {
	margin-right: -40px !important;
}
.margin-left40 {
	margin-left: 40px !important;
}
.margin-leftm40 {
	margin-left: -40px !important;
}
.margin-all50 {
	margin: 50px !important;
}
.margin-allm50 {
	margin: -50px !important;
}
.margin-top50 {
	margin-top: 50px !important;
}
.margin-topm50 {
	margin-top: -50px !important;
}
.margin-bottom50 {
	margin-bottom: 50px !important;
}
.margin-bottomm50 {
	margin-bottom: -50px !important;
}
.margin-right50 {
	margin-right: 50px !important;
}
.margin-rightm50 {
	margin-right: -50px !important;
}
.margin-left50 {
	margin-left: 50px !important;
}
.margin-leftm50 {
	margin-left: -50px !important;
}
.margin-all5 {
	margin: 5px !important;
}
.margin-allm5 {
	margin: -5px !important;
}
.margin-top5 {
	margin-top: 5px !important;
}
.margin-topm5 {
	margin-top: -5px !important;
}
.margin-bottom5 {
	margin-bottom: 5px !important;
}
.margin-bottomm5 {
	margin-bottom: -5px !important;
}
.margin-right5 {
	margin-right: 5px !important;
}
.margin-rightm5 {
	margin-right: -5px !important;
}
.margin-left5 {
	margin-left: 5px !important;
}
.margin-leftm5 {
	margin-left: -5px !important;
}
.margin-all15 {
	margin: 15px !important;
}
.margin-allm15 {
	margin: -15px !important;
}
.margin-top15 {
	margin-top: 15px !important;
}
.margin-topm15 {
	margin-top: -15px !important;
}
.margin-bottom15 {
	margin-bottom: 15px !important;
}
.margin-bottomm15 {
	margin-bottom: -15px !important;
}
.margin-right15 {
	margin-right: 15px !important;
}
.margin-rightm15 {
	margin-right: -15px !important;
}
.margin-left15 {
	margin-left: 15px !important;
}
.margin-leftm15 {
	margin-left: -15px !important;
}
.margin-all25 {
	margin: 25px !important;
}
.margin-allm25 {
	margin: -25px !important;
}
.margin-top25 {
	margin-top: 25px !important;
}
.margin-topm25 {
	margin-top: -25px !important;
}
.margin-bottom25 {
	margin-bottom: 25px !important;
}
.margin-bottomm25 {
	margin-bottom: -25px !important;
}
.margin-right25 {
	margin-right: 25px !important;
}
.margin-rightm25 {
	margin-right: -25px !important;
}
.margin-left25 {
	margin-left: 25px !important;
}
.margin-leftm25 {
	margin-left: -25px !important;
}
.margin-all35 {
	margin: 35px !important;
}
.margin-allm35 {
	margin: -35px !important;
}
.margin-top35 {
	margin-top: 35px !important;
}
.margin-topm35 {
	margin-top: -35px !important;
}
.margin-bottom35 {
	margin-bottom: 35px !important;
}
.margin-bottomm35 {
	margin-bottom: -35px !important;
}
.margin-right35 {
	margin-right: 35px !important;
}
.margin-rightm35 {
	margin-right: -35px !important;
}
.margin-left35 {
	margin-left: 35px !important;
}
.margin-leftm35 {
	margin-left: -35px !important;
}
.margin-all45 {
	margin: 45px !important;
}
.margin-allm45 {
	margin: -45px !important;
}
.margin-top45 {
	margin-top: 45px !important;
}
.margin-topm45 {
	margin-top: -45px !important;
}
.margin-bottom45 {
	margin-bottom: 45px !important;
}
.margin-bottomm45 {
	margin-bottom: -45px !important;
}
.margin-right45 {
	margin-right: 45px !important;
}
.margin-rightm45 {
	margin-right: -45px !important;
}
.margin-left45 {
	margin-left: 45px !important;
}
.margin-leftm45 {
	margin-left: -45px !important;
}
.margin-all55 {
	margin: 55px !important;
}
.margin-allm55 {
	margin: -55px !important;
}
.margin-top55 {
	margin-top: 55px !important;
}
.margin-topm55 {
	margin-top: -55px !important;
}
.margin-bottom55 {
	margin-bottom: 55px !important;
}
.margin-bottomm55 {
	margin-bottom: -55px !important;
}
.margin-right55 {
	margin-right: 55px !important;
}
.margin-rightm55 {
	margin-right: -55px !important;
}
.margin-left55 {
	margin-left: 55px !important;
}
.margin-leftm55 {
	margin-left: -55px !important;
}
.margin-top60 {
	margin-top: 60px !important;
}
.margin-bottom35 {
	margin-bottom: 35px !important;
}
.padding-all0 {
	padding: 0px !important;
}
.padding-top0 {
	padding-top: 0px !important;
}
.padding-bottom0 {
	padding-bottom: 0px !important;
}
.padding-right0 {
	padding-right: 0px !important;
}
.padding-left0 {
	padding-left: 0px !important;
}
.padding-all10 {
	padding: 10px !important;
}
.padding-top10 {
	padding-top: 10px !important;
}
.padding-bottom10 {
	padding-bottom: 10px !important;
}
.padding-right10 {
	padding-right: 10px !important;
}
.padding-left10 {
	padding-left: 10px !important;
}
.padding-all20 {
	padding: 20px !important;
}
.padding-top20 {
	padding-top: 20px !important;
}
.padding-bottom20 {
	padding-bottom: 20px !important;
}
.padding-right20 {
	padding-right: 20px !important;
}
.padding-left20 {
	padding-left: 20px !important;
}
.padding-all30 {
	padding: 30px !important;
}
.padding-top30 {
	padding-top: 30px !important;
}
.padding-bottom30 {
	padding-bottom: 30px !important;
}
.padding-right30 {
	padding-right: 30px !important;
}
.padding-left30 {
	padding-left: 30px !important;
}
.padding-all40 {
	padding: 40px !important;
}
.padding-top40 {
	padding-top: 40px !important;
}
.padding-bottom40 {
	padding-bottom: 40px !important;
}
.padding-right40 {
	padding-right: 40px !important;
}
.padding-left40 {
	padding-left: 40px !important;
}
.padding-all50 {
	padding: 50px !important;
}
.padding-top50 {
	padding-top: 50px !important;
}
.padding-bottom50 {
	padding-bottom: 50px !important;
}
.padding-right50 {
	padding-right: 50px !important;
}
.padding-left50 {
	padding-left: 50px !important;
}
.padding-all5 {
	padding: 5px !important;
}
.padding-top5 {
	padding-top: 5px !important;
}
.padding-bottom5 {
	padding-bottom: 5px !important;
}
.padding-right5 {
	padding-right: 5px !important;
}
.padding-left5 {
	padding-left: 5px !important;
}
.padding-all15 {
	padding: 15px !important;
}
.padding-top15 {
	padding-top: 15px !important;
}
.padding-bottom15 {
	padding-bottom: 15px !important;
}
.padding-right15 {
	padding-right: 15px !important;
}
.padding-left15 {
	padding-left: 15px !important;
}
.padding-all25 {
	padding: 25px !important;
}
.padding-top25 {
	padding-top: 25px !important;
}
.padding-bottom25 {
	padding-bottom: 25px !important;
}
.padding-right25 {
	padding-right: 25px !important;
}
.padding-left25 {
	padding-left: 25px !important;
}
.padding-all35 {
	padding: 35px !important;
}
.padding-top35 {
	padding-top: 35px !important;
}
.padding-bottom35 {
	padding-bottom: 35px !important;
}
.padding-right35 {
	padding-right: 35px !important;
}
.padding-left35 {
	padding-left: 35px !important;
}
.padding-all45 {
	padding: 45px !important;
}
.padding-top45 {
	padding-top: 45px !important;
}
.padding-bottom45 {
	padding-bottom: 45px !important;
}
.padding-right45 {
	padding-right: 45px !important;
}
.padding-left45 {
	padding-left: 45px !important;
}
.padding-all55 {
	padding: 55px !important;
}
.padding-top55 {
	padding-top: 55px !important;
}
.padding-bottom55 {
	padding-bottom: 55px !important;
}
.padding-right55 {
	padding-right: 55px !important;
}
.padding-left55 {
	padding-left: 55px !important;
}
.padding-top60 {
	padding-top: 60px !important;
}
/* セクション */

.section01 {
	margin: 75px 0 0;
}
.section02 {
	margin: 75px 0;
}
.section03 {
	margin: 40px 0 0;
}
.section04 {
	margin: 20px 0 40px;
}
.section05 {
	padding: 34px 21px;
	margin: 0px 0 40px;
}

/* 高さのコンテンツが足りない時*/

@media (min-width: 600px) {
.lowheight {
	padding-bottom: 330px;
}
}

@media (max-width: 599px) {
.lowheight {
	padding-bottom: 100px;
}
}
/*link*/

a {
	color: #6666AA;
	text-decoration: none;
}
a:visited {
	color: #6666AA;
}
a:hover {
	color: #444488;
	text-decoration: underline;
}
a:active {
	color: #444488;
}
body {
	font-family: “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	vertical-align: bottom;
	zoom: 1;
}
html {
	overflow-y: scroll;
	word-wrap: break-word;
}
img {
	max-width: 100%;
}
.theme-smp img {
	max-width: 100%;
}
/*　回りこみ解除 */

.clear {
	clear: both;
}
.clear hr {
	display: none;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

* header

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.l-header {
	position: relative;
	background: #ffffff;
}
#group_logo {
	position: absolute;
	right: 19px;
	top: 18px;
}

@media only screen and (max-width: 989px) {
.l-header {
	width: auto;
	min-width: 320px;
	margin: 0;
	position: relative;
	z-index: 10;
}
}
/*@media (min-width: 600px) {
  .theme-smp .l-header {
    height: 72px;
  }
}
*/

.l-header:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 16px;
	background-image: url(../images/header_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 66px;
	left: 0;
	z-index: 1;
}

@media (min-width: 600px) {
.theme-smp .l-header:after {
	top: 70px;
}
}
.theme-popup .l-header:after {
	top: 59px;
}
.l-global-area {
	margin: 0 auto;
	position: relative;
	height: 82px;
}
.theme-smp .l-global-area {
	background: #fff;
}
.theme-popup .l-global-area {
	height: 61px;
}


.logo-area {
	margin: 0;
	width: 608px;
	position: absolute;
	left: 18px;
	top: 14px;
	height: 48px;
}

.l-header .l-global-area .l-logo a img{
	width:400px;
	
}
@media only screen and (max-width: 909px) {
.logo-area {
	width: 290px;
	position: relative;
	top: 17px;
	left: 8px;
	height: 35px;
	z-index: 21;
}
}

.theme-popup .logo-area {
	width: 223px;
}
.logo-area h1 {
	margin: 0;
}

@media (min-width: 600px) {
p.btn-pc {
	width: 70px;
	height: 70px;
	right: 70px;
	background-size: 36px auto;
}
}
.dl-trigger {
	border: none;
	width: 66px;
	height: 66px;
	background: #cc0022 url(../images/mobile_btn_en_en.png) no-repeat 0px 0px;
	background-size: 66px 66px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
/*@media (min-width: 600px) {
  .dl-trigger {
    width: 64px;
    height: 64px;
    background-size:64px 64px;
  }
}
*/


@media (min-width: 600px) {
.theme-en .dl-trigger {
	background-size: 70px 70px;
}
}
.dl-trigger.close {
	background: #cc0022 url(../images/mobile_btn_en_close.png) no-repeat 0px 0px;
	background-size: 66px 66px;
}
/*@media (min-width: 600px) {
  .dl-trigger.close {
    background-size: 70px 70px;
  }
}
*/

/*.theme-en .dl-trigger.close {
	background: #cc0022 url(../images/mobile_btn_close_en.png) no-repeat 0px 0px;
	background-size: 66px 66px;
}
*/
@media (min-width: 600px) {
.theme-en .dl-trigger.close {
	background-size: 70px 70px;
}
}
.dl-trigger a {
	display: block;
	width: 54px;
	height: 54px;
}

@media (min-width: 997px) {
.dl-trigger a {
	width: 70px;
	height: 70px;
}
}
p.btn_close {
	border: none;
	width: 54px;
	height: 54px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
p.btn_close img {
	width: 25px;
	height: 35px;
	margin: 10px 10px;
}
/*================================================
　　　　
* サイト内検索

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

.l-search-area {
	position: absolute;
	width: 257px;
	right: 191px;
	top: 30px;
}
.l-search-area .search-box {
	width: 151px;
	height: 21px;
	float: left;
	color: #444;
	border: 1px solid #d9d9d9;
	padding: 0 2px;
	line-height: 1em;
	margin-right: 5px;
	margin-top: 1px;
	background: #fcfcfc;
	font-size: 93%;
}
.l-search-area .search-but {
	width: 58px;
	height: 22px;
}
/*結果のタイトルリンク*/
.gs-title {
	height: 1.5em !important;
}
.theme-smp .l-search-area .search-box {
	width: 73%;
	height: 32px;
	border-radius: 3px;
}
.theme-smp .l-search-area {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.theme-smp .l-search-area .search-but {
	width: 25%;
	height: 32px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	background: #626161;
	background: -webkit-linear-gradient(top, #626161, #484747);
	background: linear-gradient(to bottom, #626161, #484747);
	border: 1px solid #717171;
	padding: 0;
}
.l-search-area legend {
	display: none;
}
/*================================================
　　　　
* ハンバーガーメニュー

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

.theme-smp .dl-menuwrapper div.dl-menu {
	margin: 5px 5px 10px;
	position: absolute;
	background: #fff;
	width: 97%;
	display: none;
	z-index: 10;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.theme-smp .dl-menuwrapper div.dl-menu:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	bottom: 100%;
	right: 8px;
}
.theme-smp .dl-menuwrapper div.dl-menu a:hover {
	text-decoration: none;
	color: #333;
}
.theme-smp .l-global-navi {
	margin: 0;
}
.theme-smp .l-global-navi li {
	float: none;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 115%;
	line-height: 22px;
	font-weight: bold;
	background-color: #fff;
	text-align: left;
}
.theme-smp .l-global-navi li:last-child {
	border: none;
}
.theme-smp .l-global-navi li:before {
	position: absolute;
	content: url(../images/icon_arrow_right_r.png);
	left: 15px;
	top: 13px;
}
.theme-smp .l-global-navi li:first-child {
	border-radius: 3px 3px 0 0;
}
.theme-smp .l-global-navi li.n_leisure {
	background-color: #fbdee0;
}

@media only screen and (max-width: 989px) {
#l-global-area-menu {
	display: none;
}
}
/*================================================
　　　　
* グローバルナビ

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

.l-global-navi-pc {
	width: 990px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.l-global-navi-pc li {
	float: left;
	/*width: 167px;*/
	position: relative;
	list-style: none;
	text-align: center;
}
.theme-smp .l-global-navi li {
	margin: 0;
}
.l-global-navi-pc li a, .l-global-navi-pc li a:hover, .l-global-navi-pc li a:active, .l-global-navi-pc li a:visited {
	display: block;
	padding: 0;
}
.theme-smp .l-global-navi li a, .theme-smp .l-global-navi li a:hover, .theme-smp .l-global-navi li a:active, .theme-smp .l-global-navi li a:visited {
	padding: 12px 12px 12px 43px;
	color: #333;
}
/*.l-global-navi li:first-child {
  width: 166px;
  margin-left: 0px;
}
.l-global-navi li:last-child {
  width: 166px;
  margin-right: 0px;
}
*/

.l-global-navi-pc li:hover {
	z-index: 1;
	background: #ededed;
}
/*.l-global-navi-pc li.is-active {
  z-index: 3;
  background: #5f5f5f none repeat scroll 0 0;
}
*/

.l-global-navi-pc li.is-active a {
	color: #fff;
}

@media only screen and (max-width: 989px) {
.l-global-navi-pc {
	display: none;
}
}
/*===== JAPANESE =====*/
.l-extra-navi {
	position: absolute;
	right: 220px;
	top: 2px;
}
.theme-smp .l-extra-navi {
	position: relative;
	top: 0;
	border-radius: 0 0 3px 3px;
	margin: 0;
}
.l-extra-navi li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 13px;
}
.l-extra-navi li img {
	width: 97%;
}
.theme-smp .l-extra-navi li {
	float: none;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 8px 43px;
	font-weight: bold;
}
.theme-smp .l-extra-navi li:before {
	position: absolute;
	content: url(../images/icon_arrow_right_r.png);
	left: 15px;
	top: 10px;
}
.theme-smp .l-extra-navi li a {
	color: #333;
}
.theme-smp .l-extra-navi li.last {
	border-radius: 0 0 3px 3px;
	border-bottom: 0px;
}
.theme-smp .l-extra-navi:last-child li:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom: 0px;
}
.theme-smp .dl-menuwrapper {
	width: 100%;
	min-width: 320px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 54px;
	z-index: 20;
}

@media (min-width: 979px) {
.theme-smp .dl-menuwrapper {
	padding-top: 74px;
}
}
.theme-smp .dl-menuwrapper hr {
	background: #cc0022;
	border: 0;
	height: 2px;
	margin: 0;
}
.theme-smp .dl-menuwrapper ul {
	background: #fff;
	padding: 0;
	list-style: none;
	position: relative;
}
.theme-smp .dl-menuwrapper li {
	position: relative;
}
.theme-smp .dl-menuwrapper li a {
	display: block;
	position: relative;
	outline: none;
}
.l-popup-close {
	position: absolute;
	right: 10px;
	top: 18px;
	cursor: pointer;
}
.theme-smp .l-popup-close {
	border: none;
	width: 54px;
	height: 54px;
	overflow: hidden;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background: url(../images/mobile_btn_close_w.png) no-repeat center center;
	background-size: 26px 35px;
	margin: 0;
}

@media (min-width: 600px) {
.theme-smp .l-popup-close {
	width: 70px;
	height: 70px;
	background-size: 31px auto;
}
}
.theme-en.theme-smp .l-popup-close {
	background: url(../images/mobile_btn_close_w_en.png) no-repeat center center;
	background-size: 26px 35px;
}

@media (min-width: 600px) {
.theme-en.theme-smp .l-popup-close {
	background-size: 31px auto;
}
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

* footer

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.l-footer {
	width: 100%;
	position: relative;
}
.l-footer ul.l-sompobanner-navi {
}
.l-footer ul.l-utility-navi {
	margin: 0 auto;
	padding: 0px 20px 15px 20px;
}

@media only screen and (min-width: 541px) {
.l-footer {
	margin-top: 100px;
}
.l-utility-navi_smp {
	display: none;
}
}

@media only screen and (max-width: 540px) {
.l-utility-navi {
	display: none;
}
.l-utility-navi_smp {
	width: 100%;
	padding: 0;
	margin: 0;
}
.l-utility-navi_smp li {
	list-style: outside none none;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.l-utility-navi_smp li:last-child {
	border-bottom: none;
}
.l-utility-navi_smp li:before {
	position: absolute;
	left: 4px;
	top: 8px;
	content: url(../images/icon_arrow_right_g.png);
}
.l-utility-navi_smp li a, .l-utility-navi_smp li a:hover, .l-utility-navi_smp li a:active, .l-utility-navi_smp li a:visited {
	display: block;
	padding: 4px 4px 4px 25px;
	color: #333;
	font-size: 0.9em;
}
}
.l-footer .l-banner-navi-box {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f3f0;
	padding: 14px 0;
}
.l-footer ul.l-banner-navi {
	width: 870px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
}
.l-footer ul.l-banner-navi li {
	line-height: 92px;
	overflow: hidden;
}
.l-footer ul.l-sompobanner-navi {
	width: 870px;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0 auto;
	list-style: none;
}
.l-footer ul.l-sompobanner-navi li, .l-footer ul.l-banner-navi li {
	width: calc(100% / 3);
	text-align: center;
	margin: 2px;
	padding: 0;
}
.l-footer ul.l-utility-navi li {
	float: left;
	list-style: none;
	line-height: 12px;
	margin: 0;
	padding: 0;
	height: 12px;
}
.theme-smp .l-footer ul.l-utility-navi li a, .theme-smp .l-footer ul.l-utility-navi li a:hover, .theme-smp .l-footer ul.l-utility-navi li a:active, .theme-smp .l-footer ul.l-utility-navi li a:visited {
	display: block;
	padding: 9px 4px 9px 25px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
/*.l-footer .l-footer-popup-close .theme-smp, .theme-en .l-footer .l-footer-popup-close {
	background: url(../images/mobile_footer_close_en.png) no-repeat center center;
	background-size: 73px 20px;
}
*/
.l-footer .l-footer-contents {
	background: #cc0022;
	width: 100%;
	height: 35px;
}
.theme-smp .l-footer .l-footer-contents {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 320px;
}
.l-footer .l-site-data {
	margin: 0 auto;
	position: relative;
}
.theme-smp .l-footer .l-site-data {
	min-width: 320px;
}
.l-footer .l-footer-logo {
	position: absolute;
	top: 12px;
	left: 20px;
	margin: 0;
	line-height: 12px;
}
.l-footer .l-footer-logo img{
	width:210px;
}

.l-footer .l-copy {
	position: absolute;
	top: 12px;
	right: 20px;
	color: #ffffff;
	font-size: 72%;
	line-height: 13px;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica', 'Arial';
}

@media only screen and (max-width: 989px) {
.l-footer ul.l-banner-navi, .l-footer ul.l-sompobanner-navi {
	width: 100%;
}
}

@media only screen and (max-width: 770px) {
.l-footer {
	margin-top: 50px;
}
.l-footer .l-footer-contents {
	height:auto;
	padding:10px 0;

}
.l-footer .l-banner-navi-box {
	padding: 0;
}
.l-footer .l-footer-logo {
	position: static;
	top: 0;
	left:0;
	text-align: center;
	margin: 0 auto;
	width:100%;
}
.l-footer .l-copy {
	position: static;
	line-height: 143%;
	right: 0;
	text-align: center;
	background: #cc0022;
}
}
#head-contents {
	border-bottom: 1px solid #cecece;
	padding:40px 0;
}
#head-contents h1 {
	font-size: 1.8em;
	color: #cc0022;
	text-align:center;
	margin:0;
	position:relative;
	top:45%;
}
.l-contents {
	width: 948px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

@media only screen and (max-width: 989px) {
#head-contents h1 {
	font-size: 1.4em;
}
.l-contents {
	width: 100%;
	min-width: 320px;
	padding: 0 10px;
}
/*.l-contents-wrap{
	padding-left:10px;
	padding-right:10px;
	
}
*/

p {
	line-height: 1.6em;
	font-size: 95%;
}
}

#btn-page-list {
	position: fixed;
	bottom: 2px;
	right: 50px;
	z-index: 2;
}

@media (min-width: 600px) {
#btn-page-list {
	right: 74px;
}
}
#btn-page-list p {
	margin: 0;
}
#btn-page-list a {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/mobile_pagelist.png) no-repeat left top;
	background-size: 44px 44px;
}

@media (min-width: 600px) {
#btn-page-list a {
	width: 70px;
	height: 70px;
	background-size: 70px 70px;
}
}
/*================================================
　　　　
* pagetop

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

.l-pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	width: 100%;
	display: none;
}
.l-pagetop p {
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 0;
}
.l-pagetop a {
	width: 97px;
	height: 31px;
	right: 0;
	display: block;
	text-indent: -9999px;
	background: url(../images/pagetop_off.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
}

@media only screen and (max-width:989px) {
.l-pagetop p {
	width: 100%;
}
.l-pagetop a {
	background: url(../images/mobile_pagetop.png) no-repeat left top;
	background-size: 44px 44px;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}
}
.l-girdText {
	clear: both;
	padding: 10px 21px;
	height: 12px;
	font-size: 86%;
	border-top: 1px solid #d9d9d9;
}
.l-branding-head {
	margin: 0 auto;
}
#bodyfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	opacity: 1;
	z-index: 20;
	display: none\9;
}
.theme-popup .l-contents {
	width: 736px;
}
.theme-popup.theme-smp .l-contents {
	width: 100%;
	min-width: 320px;
}
.theme-smp .l-contents {
	width: 100%;
	min-width: 320px;
}
/* リンク無しのリスト */

.l-local-navi li .nolink {
	display: block;
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #fff #ccc #b3b3b3;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 136%;
	padding: 12px 6px 12px 25px;
	position: relative;
}
.l-local-navi li .nolink::before {
	content: url("../images/icon_arrow_right_s_r.png");
	left: 7px;
	position: absolute;
}
.theme-smp .l-local-navi h3 {
	padding: 0;
	border-radius: 0;
	margin: 0;
}
.theme-smp .l-local-navi h3 a {
	background: #7f7f7f;
	background: -webkit-linear-gradient(top, #7f7f7f, #424242);
	background: linear-gradient(to bottom, #7f7f7f, #424242);
	color: #ffffff !important;
	font-weight: bold;
	line-height: 136%;
	font-size: 107%;
	padding: 12px 40px 12px 10px;
	display: block;
}
.theme-smp .l-local-navi h3 a:hover {
	color: #ffffff;
	background: #4e4e4e;
	background: -webkit-linear-gradient(top, #4e4e4e, #383838);
	background: linear-gradient(to bottom, #4e4e4e, #383838);
}
.theme-smp .l-local-navi h3 a:active {
	color: #ffffff;
}
.l-local-navi h3 a {
	background: #7d7e7e;
	background: -webkit-linear-gradient(top, #7d7e7e, #454444);
	background: linear-gradient(to bottom, #7d7e7e, #454444);
	color: #ffffff !important;
	font-weight: bold;
	padding: 15px 10px;
	display: block;
}
.l-local-navi h3 a:hover {
	color: #ffffff;
	background: #7c7c7c;
	background: -webkit-linear-gradient(top, #7c7c7c, #343334);
	background: linear-gradient(to bottom, #7c7c7c, #343334);
}
.l-local-navi h3 a:active {
	color: #ffffff;
}
.l-local-navi a {
	color: #333;
}
.l-local-navi a:visited {
	color: #333;
}
.l-local-navi a:hover {
	text-decoration: none;
}
.l-local-navi ul {
	padding: 0;
	margin: 0;
	border-bottom: 0;
	overflow: hidden;
}
.theme-smp .l-local-navi ul {
	border-right: 0;
	border-left: 0;
}
.l-local-navi li {
	/*navi 1*/
	padding: 0;
	margin: 0;
	list-style: none;
}
.l-local-navi li a {
	font-size: 100%;
	line-height: 136%;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 12px 6px 12px 25px;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	background: #e6e6e6;
}
.l-local-navi li a:hover {
	background: #b8b8b8;
	border-top: 1px solid #cccccc;
}
.l-local-navi li a:hover:before {
	content: url(../images/icon_arrow_right_s_r.png);
}
.l-local-navi li a:before {
	position: absolute;
	left: 10px;
	content: url(../images/icon_arrow_right_s_r.png);
}
.l-local-navi li a:hover, .l-local-navi li a:active, .l-local-navi li a:visited, .l-local-navi li a:focus {
	text-decoration: none;
}
/* 該当ページのリスト背景色 */

.l-local-navi li.ac > a, .l-local-navi li.ac > a:hover {
	background: #696969;
	border: 1px solid #696969;
	color: #ffffff;
}
.l-local-navi li.ac > a:before, .l-local-navi li.ac > a:hover:before {
	content: url(../images/icon_arrow_right_s_c.png);
}
.l-local-navi li.ac > a span, .l-local-navi li.ac > a:hover span {
	color: #ffffff;
}
.l-local-navi li.ac a, .l-local-navi li.ac a:visited {
	color: #ffffff;
}
.l-local-navi li.ac li a, .l-local-navi li.ac li a:visited {
	color: #333;
}
.l-local-navi li ul {
	z-index: 1;
	margin: 0;
	zoom: 1;
	border: none;
	position: relative;
}
.l-local-navi li ul:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: url(../images/shadow.png) repeat bottom left;
}
.l-local-navi li ul ul:after {
	display: none;
}
.l-local-navi li li, .l-local-navi li.ac li {
/*navi 2*/
}
.l-local-navi li li a, .l-local-navi li.ac li a {
	background-color: #fff;
	background-image: none;
	font-size: 93%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #b3b3b3;
}
.l-local-navi li li a:before, .l-local-navi li.ac li a:before {
	content: url(../images/icon_arrow_right_s_g.png);
	left: 10px;
}
.l-local-navi li li a:hover, .l-local-navi li.ac li a:hover {
	color: #333;
	background-color: #b8b8b8;
	background-image: none;
}
.l-local-navi li li a:hover:before, .l-local-navi li.ac li a:hover:before {
	content: url(../images/icon_arrow_right_s_g.png);
}
.l-local-navi li li a ul:after, .l-local-navi li.ac li a ul:after {
	display: none;
}
.l-local-navi li li li, .l-local-navi li li.ac li, .l-local-navi li.ac li li, .l-local-navi li.ac li.ac li {
/*navi 3*/
}
.l-local-navi li li li a, .l-local-navi li li.ac li a, .l-local-navi li.ac li li a, .l-local-navi li.ac li.ac li a {
	background-color: #fff;
	padding: 6px 6px 6px 31px;
}
.l-local-navi li li li a:before, .l-local-navi li li.ac li a:before, .l-local-navi li.ac li li a:before, .l-local-navi li.ac li.ac li a:before {
	left: 16px;
}
.l-local-navi li li li a.ac a, .l-local-navi li li li a.ac a:hover, .l-local-navi li li.ac li a.ac a, .l-local-navi li li.ac li a.ac a:hover, .l-local-navi li.ac li li a.ac a, .l-local-navi li.ac li li a.ac a:hover, .l-local-navi li.ac li.ac li a.ac a, .l-local-navi li.ac li.ac li a.ac a:hover {
	background-position: 37px 10px;
	color: #ffffff;
}
.l-local-navi li li li li, .l-local-navi li li li.ac li, .l-local-navi li li.ac li li, .l-local-navi li li.ac li.ac li, .l-local-navi li.ac li li li, .l-local-navi li.ac li li.ac li, .l-local-navi li.ac li.ac li li, .l-local-navi li.ac li.ac li.ac li {
/*navi 4*/
}
.l-local-navi li li li li a, .l-local-navi li li li.ac li a, .l-local-navi li li.ac li li a, .l-local-navi li li.ac li.ac li a, .l-local-navi li.ac li li li a, .l-local-navi li.ac li li.ac li a, .l-local-navi li.ac li.ac li li a, .l-local-navi li.ac li.ac li.ac li a {
	background-color: #fff;
	padding: 6px 6px 6px 37px;
}
.l-local-navi li li li li a:before, .l-local-navi li li li.ac li a:before, .l-local-navi li li.ac li li a:before, .l-local-navi li li.ac li.ac li a:before, .l-local-navi li.ac li li li a:before, .l-local-navi li.ac li li.ac li a:before, .l-local-navi li.ac li.ac li li a:before, .l-local-navi li.ac li.ac li.ac li a:before {
	left: 22px;
}
.theme-smp .l-local-navi a {
	color: #333;
	cursor: pointer;
}
.theme-smp .l-local-navi a:visited {
	color: #333;
}
.theme-smp .l-local-navi a:hover {
	text-decoration: none;
}
.theme-smp .l-local-navi .localNavPanel {
	position: relative;
}
.theme-smp .l-local-navi .localNavPanel .localNavSwitch {
	height: 14px;
	display: block;
	background: #333 url(../images/mobile/mobile_icon_m_plus.png) no-repeat right center;
	background-size: 34px 34px;
	padding: 14px 40px 14px 10px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}
.theme-smp .l-local-navi .localNavPanel .localNavSwitch .close {
	display: none;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch {
	background: #333 url(../images/mobile/mobile_icon_m_minus.png) no-repeat right center;
	background-size: 34px 34px;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch .open {
	display: none;
}
.theme-smp .l-local-navi.hide_l .localNavPanel .localNavSwitch .close {
	display: inline;
}
.main_contents {
	width: 948px;
	padding-top: 20px;
}
.main_contents .contents_section {
	width: 970px;
	margin: 0 auto;
	padding-left: 10px;
}

@media only screen and (max-width: 1050px) {
.main_contents {
	width: 100%;
}
.main_contents .contents_section {
	width: 97%;
	padding-left: 0;
}
}
/*===== タイトルイメージ =====*/

.l-main-title {
	max-width: 990px;
	margin: 0 auto;
	padding: 0;
}
.l-main-title img {
	width: 100%;
	height: auto;
}
.theme-smp .l-main-title {
	width: 100%;
}
.theme-smp .l-main-title img {
	width: 100%;
	height: auto;
}
.theme-smp {
	-webkit-text-size-adjust: none;
	background: #ffffff;
}
.theme-smp #contentswrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
.theme-smp .footer_close {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}
.theme-smp .footer_close img {
	width: 156px;
	height: 20px;
}
.theme-smp .f_s_zenrin ul li.active a {
	padding-top: 8px;
	height: 32px;
}
/* 左丸+下線点線*/

.heading1 {
	font-size: 130%;
	position: relative;
	margin: 0 0 20px 0;
	padding: .60em 0em .75em 2em;
	border-left: none;
	border-bottom: 1px dotted #999;
}
.heading1::after {
	position: absolute;
	top: 0.6em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 15px;
	height: 15px;
	border: 3px solid #b74c5e;
	border-radius: 100%
}
/*================================================
　　　　
* table

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

table.type02 {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
	/*line-height: 1.5;*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 97%;
}
table.type02 th {
	white-space: nowrap;
	padding: 14px 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f3f0;
}
table.type02 td {
	padding: 14px 16px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 989px) {
table.type02 {
	width: 100%;
}
table.type02 th, table.type02 td {
	width: 100%;
	display: block;
	border-top: none;
}
}
.img-wrap {
	max-width: 100%;
	text-align: center;
	overflow: hidden;
}
.img-wrap .text-left {
	text-align: left;
}
.img-wrap .text-center {
	text-align: center;
}
.img-wrap .text-right {
	text-align: right;
}
.img-wrap img {
	max-width: 100%;
	height: auto;
}
.float-left {
	float: left;
	margin: 0 15px 15px 0;
}
.float-right {
	float: right;
	margin-left: 0 0 15px 15px;
}
.fxb-basic, .fxb-float-img, .fxb-block, .fxb-block-image, .fxb-list, .fxb-list-inline {
	margin: 0 -10px;
}
.fxb-basic .fxb-image-caption, .fxb-float-img .fxb-image-caption, .fxb-block .fxb-image-caption, .fxb-block-image .fxb-image-caption, .fxb-list .fxb-image-caption, .fxb-list-inline .fxb-image-caption {
	display: block;
	font-size: 86%;
	padding: 10px 0 0 0;
	margin: 0;
}
.fxb-basic .fxb-image-wrap, .fxb-float-img .fxb-image-wrap, .fxb-block .fxb-image-wrap, .fxb-block-image .fxb-image-wrap, .fxb-list .fxb-image-wrap, .fxb-list-inline .fxb-image-wrap {
	text-align: center;
	max-width: 100%;
}
.fxb-basic .fxb-image-wrap.altextR, .fxb-float-img .fxb-image-wrap.altextR, .fxb-block .fxb-image-wrap.altextR, .fxb-block-image .fxb-image-wrap.altextR, .fxb-list .fxb-image-wrap.altextR, .fxb-list-inline .fxb-image-wrap.altextR {
	text-align: right;
}
.fxb-basic .fxb-image-wrap.altextC, .fxb-float-img .fxb-image-wrap.altextC, .fxb-block .fxb-image-wrap.altextC, .fxb-block-image .fxb-image-wrap.altextC, .fxb-list .fxb-image-wrap.altextC, .fxb-list-inline .fxb-image-wrap.altextC {
	text-align: center;
}
.fxb-basic .fxb-image-wrap.altextL, .fxb-float-img .fxb-image-wrap.altextL, .fxb-block .fxb-image-wrap.altextL, .fxb-block-image .fxb-image-wrap.altextL, .fxb-list .fxb-image-wrap.altextL, .fxb-list-inline .fxb-image-wrap.altextL {
	text-align: left;
}
.theme-smp .fxb-basic .fxb-image-wrap img, .theme-smp .fxb-float-img .fxb-image-wrap img, .theme-smp .fxb-block .fxb-image-wrap img, .theme-smp .fxb-block-image .fxb-image-wrap img, .theme-smp .fxb-list .fxb-image-wrap img, .theme-smp .fxb-list-inline .fxb-image-wrap img {
	max-width: 100%;
}
.fxb-basic.fxb-margin, .fxb-float-img.fxb-margin, .fxb-block.fxb-margin, .fxb-block-image.fxb-margin, .fxb-list.fxb-margin, .fxb-list-inline.fxb-margin {
	margin-bottom: 20px;
}
.fxb-basic .image-l, .fxb-float-img .image-l, .fxb-block .image-l, .fxb-block-image .image-l, .fxb-list .image-l, .fxb-list-inline .image-l {
	float: left;
	margin-right: 20px;
}
.theme-smp .fxb-basic .image-l, .theme-smp .fxb-float-img .image-l, .theme-smp .fxb-block .image-l, .theme-smp .fxb-block-image .image-l, .theme-smp .fxb-list .image-l, .theme-smp .fxb-list-inline .image-l {
	margin: 0 !important;
	width: 100% !important;
	padding: 0 10px;
}
.fxb-basic .image-r, .fxb-float-img .image-r, .fxb-block .image-r, .fxb-block-image .image-r, .fxb-list .image-r, .fxb-list-inline .image-r {
	float: right;
	margin-left: 20px;
}
.theme-smp .fxb-basic .image-r, .theme-smp .fxb-float-img .image-r, .theme-smp .fxb-block .image-r, .theme-smp .fxb-block-image .image-r, .theme-smp .fxb-list .image-r, .theme-smp .fxb-list-inline .image-r {
	margin: 0 !important;
	width: 100% !important;
	padding: 0 10px;
}
.fxb-basic .imagebdbr, .fxb-float-img .imagebdbr, .fxb-block .imagebdbr, .fxb-block-image .imagebdbr, .fxb-list .imagebdbr, .fxb-list-inline .imagebdbr {
	border: 1px solid #d9d9d9;
}
h5 + .fxb-list-inline, h5 + .text-btn-link, h5 + .text-btn-link.btn-list {
	margin-top: -13px;
}
.fxb-col-1, .c1Blockpa0, .fxb-col-2, .c2Blockpa0, .fxb-col-3, .c3Blockpa0, .fxb-col-4, .c4Blockpa0 {
	float: left;
	zoom: 1;
	padding: 0 10px;
}

@media only screen and (max-width: 989px) {
.fxb-col-2 {
	padding: 0;
}
}
.fxb-col-1, .c1Blockpa0 {
	width: 100%;
}
.theme-smp .fxb-col-1, .theme-smp .c1Blockpa0 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fxb-col-2, .c2Blockpa0 {
	width: 50%;
}

@media only screen and (max-width:630px) {
.fxb-col-2 {
	margin-right: 0px;
	display: inline;
	width: 100%;
}
}
.theme-smp .fxb-col-2, .theme-smp .c2Blockpa0 {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fxb-col-2 table, .c2Blockpa0 table {
	width: 94%;
}
.fxb-col-3, .c3Blockpa0 {
	width: 33.333%;
}
.theme-smp .fxb-col-3, .theme-smp .c3Blockpa0 {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fxb-col-4, .c4Blockpa0 {
	width: 25%;
}
.theme-smp .fxb-col-4, .theme-smp .c4Blockpa0 {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.clearfix .image-l, .row .image-l, .block-link .image-l, .block-link-item a .image-l, .l-global-area .image-l, .l-global-navi-pc .image-l, .l-footer-sitemap > ul .image-l, .l-footer ul.l-utility-navi .image-l, .l-footer .l-site-data .image-l, .footer-switcharea ul .image-l, .l-breadcrumbs-wrap .image-l, .l-contents .image-l, .frame-line .line-navi-item a .image-l, .ban-area .image-l, .theme-smp .cta-navi .image-l, ul.（３） .image-l, .asterisk-list .image-l, .asterisk-s-list .image-l, .attention-list .image-l, .text-icon-1em .image-l, .text-icon-2em .image-l, .text-icon-3em .image-l, .text-icon-4em .image-l, .text-icon-5em .image-l, .text-icon-6em .image-l, .text-icon-7em .image-l, .text-icon-8em .image-l, .text-icon-9em .image-l, .text-icon-10em .image-l, .text-icon-11em .image-l, .text-icon-12em .image-l, .fxb-basic .image-l, .fxb-float-img .image-l, .fxb-block .image-l, .fxb-block-image .image-l, .fxb-list .image-l, .fxb-list-inline .image-l, .fxb-block a.block .image-l, .fxb-list-frame .image-l, .list-col-1 ul .image-l, .list-col-2 ul .image-l, .list-col-3 ul .image-l, .list-col-4 ul .image-l, ul.list-inline .image-l, .text-btn-link.btn-list .image-l, .news-list-rss .image-l, .pagenation .image-l, .tabs-navi .image-l, .application-section .image-l, .subsidiary-navi .image-l, .section-center .image-l, .info-section .latest-news .image-l, .info-section .stock-quotation .image-l, .banner-section ul.banner-list .image-l, .theme-smp .cta-section ul.cta-navi .image-l, .contact-step .image-l {
	float: left;
}
.clearfix .image-r, .row .image-r, .block-link .image-r, .block-link-item a .image-r, .l-global-area .image-r, .l-global-navi-pc .image-r, .l-footer-sitemap > ul .image-r, .l-footer ul.l-utility-navi .image-r, .l-footer .l-site-data .image-r, .footer-switcharea ul .image-r, .l-breadcrumbs-wrap .image-r, .l-contents .image-r, .frame-line .line-navi-item a .image-r, .ban-area .image-r, .theme-smp .cta-navi .image-r, ul.（３） .image-r, .asterisk-list .image-r, .asterisk-s-list .image-r, .attention-list .image-r, .text-icon-1em .image-r, .text-icon-2em .image-r, .text-icon-3em .image-r, .text-icon-4em .image-r, .text-icon-5em .image-r, .text-icon-6em .image-r, .text-icon-7em .image-r, .text-icon-8em .image-r, .text-icon-9em .image-r, .text-icon-10em .image-r, .text-icon-11em .image-r, .text-icon-12em .image-r, .fxb-basic .image-r, .fxb-float-img .image-r, .fxb-block .image-r, .fxb-block-image .image-r, .fxb-list .image-r, .fxb-list-inline .image-r, .fxb-block a.block .image-r, .fxb-list-frame .image-r, .list-col-1 ul .image-r, .list-col-2 ul .image-r, .list-col-3 ul .image-r, .list-col-4 ul .image-r, ul.list-inline .image-r, .text-btn-link.btn-list .image-r, .news-list-rss .image-r, .pagenation .image-r, .tabs-navi .image-r, .application-section .image-r, .subsidiary-navi .image-r, .section-center .image-r, .info-section .latest-news .image-r, .info-section .stock-quotation .image-r, .banner-section ul.banner-list .image-r, .theme-smp .cta-section ul.cta-navi .image-r, .contact-step .image-r {
	float: right;
}
.theme-smp .fxb-block {
	margin-bottom: 0;
	border-bottom: 0;
}
.fxb-block h5 {
	margin: 0 0 10px;
	display: block;
	padding: 0 5px 0 15px;
	position: relative;
}
.fxb-block h5:before {
	position: absolute;
	left: 0px;
	top: 0;
	content: url(../images/icon_arrow_right_g.png);
}
.fxb-block.anchor-list h5:before {
	content: url(../images/icon_arrow_bottom_g.png);
}
.fxb-block p {
	margin: 0;
}
.fxb-block .fxb-image-wrap {
	float: left;
	margin: 0;
	width: 100px;
	max-height: 100px;
	overflow: hidden;
	text-align: left;
	margin: 0 10px 0 0;
}
.theme-smp .fxb-block .fxb-image-wrap {
	margin: 4px;
}
.fxb-block .fxb-image-wrap img {
	width: 100%;
}
.fxb-block a.block {
	display: block;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
}
.fxb-block a.block h5 {
	color: #6666AA;
}
.fxb-block a.block:hover {
	text-decoration: none;
	background: #f2f2f2;
}
.fxb-block a.block:hover img {
	opacity: 0.8;
}
.theme-smp .fxb-block a.block {
	padding: 0;
	border: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}
.fxb-block .fxb-text-wrap {
	padding: 0;
}
.theme-smp .fxb-block .fxb-text-wrap {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px;
}
.theme-smp .fxb-block .fxb-text-wrap h5 {
	display: block;
	margin-bottom: 0;
	font-size: 107%;
}
.fxb-block .fxb-image-wrap + .fxb-text-wrap {
	padding: 0 0 0 110px;
}
.theme-smp .fxb-block .fxb-image-wrap + .fxb-text-wrap {
	padding: 10px 10px;
}
.fxb-block .fxb-col-4 .fxb-image-wrap {
	width: 100%;
	height: auto;
	margin: 0 10px 10px 0;
}
.theme-smp .fxb-block .fxb-col-4 .fxb-image-wrap {
	float: left;
	margin: 4px;
	width: 100px;
	overflow: hidden;
	text-align: left;
}
.fxb-block .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
	padding: 0;
	clear: both;
}
.theme-smp .fxb-block .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
	padding: 10px;
}
/*.fxb-block.smp-list {
  margin-bottom: 10px;
}
*/

.theme-smp .fxb-block.smp-list {
	margin-bottom: 35px;
}
.theme-smp .fxb-block.smp-list .fxb-image-wrap {
	width: 39px;
	height: 39px;
	margin: 4px;
}
.theme-smp .fxb-block.smp-list .fxb-text-wrap * {
	display: none;
}
.theme-smp .fxb-block.smp-list .fxb-text-wrap h5 {
	display: block;
}
.theme-smp .fxb-block-image {
	margin-bottom: 0;
	border-bottom: 0;
}
.fxb-block-image h5 {
	font-size: 115%;
}
.fxb-block-image h5:before {
	content: url(../images/icon_arrow_right_r.png);
}
.theme-smp .fxb-block-image h5 {
	margin: 0;
}
.fxb-block-image.anchor-list h5:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
.fxb-block-image a.block h5 {
	color: #333;
}
.fxb-block-image .block {
	display: block;
	border: 1px solid #ccc;
	color: #333;
	margin-bottom: 20px;
}

@media only screen and (max-width: 989px) {
.fxb-block-image .block {
	margin-right: 10px;
	margin-left: 10px;
}
}
/* 採用ページトップのbox*/

.recruitbox .block {
	height: 301px;
}
/* 事業内容のbox*/

.businessbox .block {
	height: 270px;
}
/* 会社紹介のbox*/

.companybox .block {
	height: 280px;
}

@media only screen and (max-width: 989px) {
.recruitbox .block {
	height: auto;
	padding-bottom: 10px;
}
}
/*@media only screen and (max-width: 989px) {.fxb-block-image .block {
  border: none;
}
}
*/

.theme-smp .fxb-block-image .block {
	padding: 0;
	border: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}
.fxb-block-image a.block {
	padding: 0;
}
.fxb-block-image a.block:hover {
	text-decoration: none;
	background: #f2f2f2;
}
.fxb-block-image a.block:hover img {
	opacity: 0.8;
}
.theme-smp .fxb-block-image a.block {
	padding: 0;
}
.fxb-block-image .fxb-image-wrap, .fxb-block-image .fxb-image-wrap.group-st-list {
	float: none;
	width: 100%;
	min-height: 138px;
	max-height: 138px;
	margin: 0;
	text-align: center;
	position: relative;
}
.theme-smp .fxb-block-image .fxb-image-wrap, .theme-smp .fxb-block-image .fxb-image-wrap.group-st-list {
	display: block;
	width: 93px;
	min-height: 59px;
	max-height: 59px;
	float: left;
	overflow: hidden;
	margin: 4px;
}
.fxb-block-image .fxb-image-wrap img, .fxb-block-image .fxb-image-wrap.group-st-list img {
	position: absolute;
	margin: auto;
	margin: 0\0;
	width: 100%;
	height: auto;
	min-height: 138px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.theme-smp .fxb-block-image .fxb-image-wrap img, .theme-smp .fxb-block-image .fxb-image-wrap.group-st-list img {
	min-height: 100%;
}
.fxb-block-image .fxb-image-wrap.group-st-list, .fxb-block-image .fxb-image-wrap.group-st-list.group-st-list {
	min-height: 238px;
	max-height: 238px;
}
.fxb-block-image .fxb-image-wrap.group-st-list img, .fxb-block-image .fxb-image-wrap.group-st-list.group-st-list img {
	min-height: 238px;
}
.fxb-block-image .fxb-text-wrap {
	float: none;
	width: 100%;
	padding: 10px;
}
.theme-smp .fxb-block-image .fxb-text-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 59px;
}
.theme-smp .fxb-block-image .fxb-text-wrap h5 {
	display: block;
	line-height: 1.3em;
}
.fxb-block-image .fxb-image-wrap + .fxb-text-wrap {
	padding: 15px 10px;
}
.theme-smp .fxb-block-image .fxb-image-wrap + .fxb-text-wrap {
	padding: 10px 10px;
}
.fxb-block-image .fxb-col-4 .fxb-image-wrap {
	height: 138px;
}
.fxb-block-image .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
	padding: 10px;
}
.theme-smp .fxb-block-image .fxb-col-4 .fxb-image-wrap + .fxb-text-wrap {
	padding: 10px;
}
.fxb-block-image .text-link-ul {
	margin: 0;
}
.fxb-block-image .text-link-ul li:before {
	color: #777;
}
.theme-smp .fxb-block-image.smp-list .fxb-image-wrap {
	display: block;
	width: 93px;
	min-height: 59px;
	max-height: 59px;
	float: left;
	overflow: hidden;
	margin: 0;
}
.theme-smp .fxb-block-image.smp-list .fxb-image-wrap img {
	min-height: 100%;
}
.fxb-block-image.smp-list .fxb-text-wrap p {
	font-size: 96%;
}
.theme-smp .fxb-block-image.smp-list .fxb-text-wrap * {
	display: none;
}
.theme-smp .fxb-block-image.smp-list .fxb-text-wrap h5 {
	display: block;
}
.fxb-block-image.fxb-block-noarrow {
	margin: 0 0 10px;
}
.theme-smp .fxb-block-image.fxb-block-noarrow {
	margin: 0 0 20px;
}
.fxb-block-image.fxb-block-noarrow a.block {
	position: relative;
	border: 1px solid #ccc;
}
.theme-smp .fxb-block-image.fxb-block-noarrow a.block {
	margin-bottom: 10px;
}
.fxb-block-image.fxb-block-noarrow a.block:hover {
	background: #fff;
}
.fxb-block-image.fxb-block-noarrow a.block:hover img {
	opacity: 1;
}
.fxb-block-image.fxb-block-noarrow a.block:hover .fxb-btn-wrap {
	background: #4e4e4e;
}
.fxb-block-image.fxb-block-noarrow .fxb-image-wrap {
	min-height: 100px;
	margin: 0;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-image-wrap {
	width: 100%;
	float: none;
}
.fxb-block-image.fxb-block-noarrow .fxb-image-wrap img {
	max-width: 100%;
	height: auto;
	min-height: inherit;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-image-wrap img {
	width: auto;
}
.fxb-block-image.fxb-block-noarrow .fxb-text-wrap {
	margin-bottom: 45px;
}
.theme-smp .fxb-block-image.fxb-block-noarrow .fxb-text-wrap {
	display: block;
	height: auto;
}
.fxb-block-image.fxb-block-noarrow .fxb-btn-wrap {
	position: absolute;
	width: 100%;
	height: 45px;
	bottom: 0;
	background: #656565;
	color: #fff;
	padding: 10px 10px 10px 30px;
	font-size: 107%;
	font-weight: bold;
}
.fxb-block-image.fxb-block-noarrow .fxb-btn-wrap:before {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	content: url(../images/icon_owr_c.png);
	left: 7px;
	top: 50%;
	margin-top: -8px;
	line-height: 1.2em;
}
.theme-pc .fxb-block-image-left .fxb-image-wrap {
	float: left;
	width: 50%;
	height: 138px;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap {
	float: left;
	width: 50%;
	height: 138px;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap h5 {
	font-size: 100%;
	line-height: 1.4em;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap h5:before {
	line-height: 0.8em;
}
.theme-pc .fxb-block-image-left .fxb-text-wrap p {
	font-size: 93%;
	line-height: 1.4em;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-image-wrap {
	width: 440px;
	height: 280px;
	min-height: 280px;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-image-wrap img {
	min-height: 280px;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-text-wrap {
	width: 252px;
	height: 280px;
	position: relative;
}
.theme-pc .fxb-col-1.fxb-block-image-left .fxb-text-wrap .text-right {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.fxb-block-image .smp-image-l {
	padding: 0 10px 30px;
}
.theme-smp .fxb-block-image .smp-image-l {
	padding: 20px 20px;
	border-top: 3px solid #777;
}
.theme-smp .fxb-block-image .smp-image-l .fxb-image-wrap {
	width: 140px;
	height: 97px;
	min-height: 97px;
}
.theme-smp .fxb-block-image .smp-image-l .fxb-text-wrap {
	height: 97px;
}
.theme-smp .fxb-block-image .smp-image-l a.block {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
/*.fxb-list*/

.fxb-list {
	margin-bottom: 20px;
	padding: 0;
}
.theme-smp .fxb-list {
	padding: 0 10px;
}
.fxb-list .list {
	margin-left: 10px;
}
.fxb-list h5 {
	margin: 10px;
}
.fxb-list-frame {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.fxb-list-frame.list-col-1 ul.list, .fxb-list-frame.list-col-2 ul.list, .fxb-list-frame.list-col-3 ul.list, .fxb-list-frame.list-col-4 ul.list {
	margin: 5px 0;
}
.fxb-list-frame h5 {
	margin: 10px 0;
}
.list-frame-line {
	margin: 8px 0;
	border-top: 1px solid #ccc;
}
.list-col-1 ul, .list-col-2 ul, .list-col-3 ul, .list-col-4 ul {
	margin: 0 10px;
	padding: 0;
}
.list-col-1 li, .list-col-2 li, .list-col-3 li, .list-col-4 li {
	position: relative;
	margin: 5px 0;
	list-style: none;
	padding: 0;
	zoom: 1;
}
.list-col-1 li:before, .list-col-2 li:before, .list-col-3 li:before, .list-col-4 li:before {
	position: absolute;
	left: 0px;
	top: 2px;
}
.list-col-1 li a, .list-col-2 li a, .list-col-3 li a, .list-col-4 li a {
	display: block;
	padding: 0 5px 0 15px;
	position: relative;
}
.list-col-1 li.active a, .list-col-1 li.active, .list-col-2 li.active a, .list-col-2 li.active, .list-col-3 li.active a, .list-col-3 li.active, .list-col-4 li.active a, .list-col-4 li.active {
	color: #333;
}
.list-col-1 li.active a:hover, .list-col-1 li.active:hover, .list-col-2 li.active a:hover, .list-col-2 li.active:hover, .list-col-3 li.active a:hover, .list-col-3 li.active:hover, .list-col-4 li.active a:hover, .list-col-4 li.active:hover {
	text-decoration: none;
}
.list-col-1 .anchor-list li:before, .list-col-2 .anchor-list li:before, .list-col-3 .anchor-list li:before, .list-col-4 .anchor-list li:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
.list-col-1 li {
	width: 100%;
}
.list-col-2 li {
	width: 50%;
	float: left;
}
.theme-smp .list-col-2 li {
	width: 100%;
}
.list-col-3 li {
	width: 33.2%;
	float: left;
}
.theme-smp .list-col-3 li {
	width: 100%;
}
.list-col-4 li {
	width: 24.9%;
	float: left;
}
.theme-smp .list-col-4 li {
	width: 100%;
}
/*.fxb-list-inline*/

.fxb-list-inline h5 {
	margin-bottom: 10px;
}
ul.list-inline {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	width: 100%;
}
ul.list-inline li {
	float: left;
	display: block;
	float: left;
	font-size: 100%;
	padding: 0 10px 0 15px;
	margin: 5px 0 5px 10px;
	border-right: 1px solid #d9d9d9;
	position: relative;
	margin: 5px 0;
	list-style: none;
	position: relative;
}
ul.list-inline li:before {
	position: absolute;
	left: 15px;
	top: 0;
}
ul.list-inline li a, ul.list-inline li span {
	display: block;
	padding: 0 5px 0 15px;
}
ul.list-inline li.active a, ul.list-inline li.active {
	color: #333;
}
ul.list-inline li.active a:hover, ul.list-inline li.active:hover {
	text-decoration: none;
}
ul.list-inline.anchor-list li:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
.text-btn-link a span {
	display: block;
	display: table-cell;
	vertical-align: middle;
}
.text-btn-link a.w1 {
	width: 28%;
}
.text-btn-link a.w2 {
	width: 45%;
}
.text-btn-link a.w3 {
	width: 61%;
}
.text-btn-link a.w4 {
	width: 95%;
}
.text-btn-link a[target="_blank"]:after, .text-btn-link a.open-window:after {
	display: none;
}
.text-btn-link.btn-list {
	margin: 10px 0;
	padding: 0;
}
.text-btn-link.btn-list li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-btn-link.btn-list li a {
	display: block;
	margin: 5px;
}
.theme-smp .text-btn-link.btn-list li a {
	margin-bottom: 0;
}
.text-btn-link.btn-list li.fxb-col-2 {
	width: 50%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-2 {
	width: 100%;
}
.text-btn-link.btn-list li.fxb-col-3 {
	width: 33.33333%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-3 {
	width: 100%;
}
.text-btn-link.btn-list li.fxb-col-4 {
	width: 25%;
}
.theme-smp .text-btn-link.btn-list li.fxb-col-4 {
	width: 100%;
}
.text-btn-link.btn-list.inline-list li {
	display: inline-block;
	width: auto;
}
.text-btn-link.btn-list.inline-list a {
	display: inline-block;
	margin-bottom: 0;
}
.text-btn-link.btn-list.inline-list li.current a:before {
	content: url(../images/icon_arrow_bottom_c.png);
}
.text-btn-link.btn-list.inline-list.inline-list-bottom li.current a:before {
	content: url(../images/icon_arrow_top_c.png);
}
.news-list-rss + .text-btn-link.btn-list.inline-list {
	padding-right: 50px;
}
.text-btn-link.anchor-list a:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
h1.page-title {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 200%;
	font-weight: 500;
	color: #333;
}
h1.page-title span {
	display: block;
	font-size: 57.143%;
	margin-bottom: 12px;
}
.img-wrap {
	max-width: 100%;
	text-align: center;
	overflow: hidden;
}
.img-wrap .text-left {
	text-align: left;
}
.img-wrap .text-center {
	text-align: center;
}
.img-wrap .text-right {
	text-align: right;
}
.img-wrap img {
	max-width: 100%;
	height: auto;
}
.float-left {
	float: left;
	margin: 0 15px 15px 0;
}
.float-leftbox {
	float: left;
	margin: 0 5px 0 0;
	width: 44%;
}
.float-leftboxA {
	float: left;
	margin: 0 5px 0 0;
	width: 38%;
}
.float-leftboxB {
	float: left;
	margin: 0 5px 0 0;
	width: 58%;
}
.float-right {
	float: right;
	margin-left: 0 0 15px 15px;
}

@media only screen and (max-width: 989px) {
.float-leftbox {
	width: 100%;
}
.float-leftboxA {
	width: 100%;
}
.float-leftboxB {
	width: 100%;
}
}
.arrow-link.anchor-list:before {
	content: url(../images/icon_arrow_bottom_r.png);
}
p.arrow-link {
	position: relative;
	padding-left: 15px;
}
p.arrow-link:before {
	position: absolute;
	left: 0px;
	top: 0;
}
.image-wrap {
	text-align: center;
	margin-bottom: 15px;
}
.image-wrap span {
	display: block;
}
.caption {
	text-align: center;
	margin: 10px auto;
}
.w-col1 {
	width: 8.333333%;
}
.w-col2 {
	width: 16.666666%;
}
.w-col3 {
	width: 25%;
}
.w-col4 {
	width: 33.333333%;
}
.w-col5 {
	width: 41.666666%;
}
.w-col6 {
	width: 50%;
}
.w-col7 {
	width: 58.333333%;
}
.w-col8 {
	width: 66.666666%;
}
.w-col9 {
	width: 75%;
}
.w-col10 {
	width: 83.333333%;
}
.w-col11 {
	width: 91.666666%;
}
.w-col12 {
	width: 100%;
}
.text-btn-link a[target="_blank"] span:after, .open-window:after, .text-btn-link a.open-window span:after {
	display: inline-block;
	content: url(../images/icon_owr.png);
	padding: 0 10px;
	text-decoration: none;
}
a[target="_blank"].btn-dark:after, .text-btn-link.btn-list.inline-list li.current a[target="_blank"]:after, .text-btn-link a[target="_blank"] span.btn-dark:after, .open-window.btn-dark:after, .text-btn-link.btn-list.inline-list li.current a.open-window:after, .text-btn-link a.open-window span.btn-dark:after {
	content: url(../images/icon_owr_c.png);
}
.text-btn-link a[target="_blank"].btn-dark span:after, .text-btn-link.btn-list.inline-list li.current a[target="_blank"] span:after, .text-btn-link a.open-window.btn-dark span:after, .text-btn-link.btn-list.inline-list li.current a.open-window span:after {
	content: url(../images/icon_owr_c.png);
}
a[target="_blank"].blank-noicon:after, a[target="_blank"].pdf:after {
	display: none;
}
.theme-smp .phone-to {
	display: inline;
}
/*is*/

.font-red {
	color: #cc0022 !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-ind1 {
	display: block;
	padding-left: 2em;
}
.font-small {
	font-size: 90% !important;
}
.font-large {
	font-size: 120% !important;
}
@media only screen and (max-width:480px) {
.font-large {
	font-size: 110% !important;
}

}
.bg-frame {
	padding: 20px;
	border-radius: 4px;
	background: #eee;
	background: rgba(255, 239, 239, 0.5);
}
.bg-gframe {
	padding: 20px;
	border-radius: 4px;
	background: #eee;
	background: rgba(238, 238, 238, 0.5);
}
.ic-pdf {
	width: 46px;
	padding-bottom: 4px;
	padding-left: 5px;
}
a.pdficon {
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 15px;
	padding-right: 20px;
}
.icon-pdf::before {
	top: 50%;
	margin-top: 0px;
}
.pdficon2 a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/icon_pdf.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
/*pagenate*/

.pagenation {
	margin: 20px 10px;
	padding: 0;
	text-align: center;
	position: relative;
	min-height: 30px;
}
.pagenation li {
	display: inline-block;
	list-style: none;
	width: 50%;
	padding: 0;
	margin: 0;
}
.pagenation a {
	color: #333;
}
.pagenation a:hover, .pagenation a:active, .pagenation a:focus {
	color: #666666;
}
.pagenation a:hover {
	text-decoration: underline;
}
.pagenation .mp-prev {
	text-align: left;
	float: left;
}
.pagenation .mp-prev span.pagenation-btn {
	margin-right: 10px;
	float: left;
}
.pagenation .mp-prev span.pagenation-btn:before {
	content: url(../images/icon_arrow_left_r.png);
}
.pagenation .mp-prev span.pagenation-text {
	line-height: 2.4em;
}
.theme-smp .pagenation .mp-prev span.pagenation-text {
	display: block;
	clear: both;
}
.pagenation .mp-next {
	text-align: right;
	float: right;
}
.pagenation .mp-next span.pagenation-btn {
	margin-left: 10px;
	float: right;
	padding: 8px 25px 8px 8px;
}
.pagenation .mp-next span.pagenation-btn:before {
	left: auto;
	right: 8px;
}
.pagenation .mp-next span.pagenation-text {
	line-height: 2.4em;
}
.theme-smp .pagenation .mp-next span.pagenation-text {
	display: block;
	clear: both;
}
.pagenation .current_page a {
	color: #fff;
	background: #cc0022;
}
.pagenation .current_page a:hover, .pagenation .current_page a:active, .pagenation .current_page a:focus {
	color: white;
}
.pagenation .current_page {
	color: #cc0022;
	font-weight: bold;
}

/*tab*/

.tabs-area {
	margin-bottom: 20px;
}
.tabs-navi {
	padding: 0;
	margin: 0 0 -3px;
	overflow: hidden;
}
.tabs-navi li {
	position: relative;
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	background: #eeeeee;
	font-weight: bold;
	font-size: 115%;
	z-index: 1;
}
.tabs-navi li a {
	display: block;
	padding: 12px 15px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	color: #333;
}
.tabs-navi li a:hover {
	text-decoration: none;
}
.tabs-navi li a:before {
	content: url(../images/icon_arrow_bottom_g.png);
	margin-right: 8px;
}
.tabs-navi li.active {
	background: #fff;
	z-index: 3;
	box-shadow: 3px 0px 3px #c3c3c3;
	-moz-box-shadow: 3px 0px 3px #c3c3c3;
	-o-box-shadow: 3px 0px 3px #c3c3c3;
	-ms-box-shadow: 3px 0px 3px #c3c3c3;
 filter: progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}
.tabs-navi li.active span {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.tabs-navi li.active:first-child span {
	border-left: 2px solid #e6e6e6;
}
.tabs-navi li.active:last-child span {
	border-right: 2px solid #e6e6e6;
}
.tabs-navi li.active:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #cc0022;
	top: 0;
	left: 0;
}
.tabs-navi li.active a:before {
	display: none;
}
.tabs-panel.active {
	display: block;
}
.tabs-contents {
	position: relative;
	border: 2px solid #e6e6e6;
	z-index: 2;
	padding: 10px 0;
}
.section-center {
	width: 990px;
	margin: 0 auto;
	padding: 34px 21px;
}
.info-section .section-center {
	padding: 30px 21px 20px;
	position: relative;/*1030追記*/
}

@media only screen and (max-width: 989px) {
.section-center {
	width: 100%;
	padding: 30px 0 0 0;
}
.info-section .section-center {
	padding: 0;
}
.info-section {
	margin-top: -20px;
	padding: 30px 10px 0;
}
.single_col {
	width: 100%;
	padding: 0px;
}
}
.info-section .stock-quotation {
	width: 222px;
	height: 268px;
	float: right;
	margin-bottom: 18px;
}
.theme-smp .info-section .stock-quotation {
	float: none;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	min-width: 300px;
}
.contents-navi-section_bg {
	background: #f7f7f7;
}
.theme-smp .contents-navi-section {
	background: #fff;
	margin: 5px 5px 20px;
}
/*================================================
　　　　
* トップの「財団の活動」

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

.contents-navi {
	list-style: none;
	padding: 0 0 20px 0;
	margin-bottom: 40px;
	overflow: hidden;
	zoom: 1;
}
.contents-navi li {
	margin-right: 4%;
	float: left;
	width: 48%;/*非対応ブラウザ用*/
	width: calc(96% / 2);
}
.contents-navi li:last-child {
	margin-right: 0;
}
.contents-navi .contents-navi-item {
	height: 160px;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#cso .contents-navi .contents-navi-item {
	border: 3px solid #f2f3f0;
}
.contents-navi .contents-navi-item a {
	text-decoration: none;
}
.contents-navi .contents-navi-item a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
.contents-navi .contents-navi-item img {
	width: 280px;
}
.contents-navi .contents-navi-item p.item_txt {
	margin: 20px 10px;
	font-size: 0.90em;
	line-height: 1.7;
	color: #333;
}
.contents-navi .contents-navi-item p.arrow_in {
	font-size: 0.90em;
}

@media only screen and (max-width: 989px) {
.contents-navi {
	margin-bottom: 14px;
}
.contents-navi .contents-navi-item {
	padding: 10px;
	height: auto;
}
.contents-navi .contents-navi-item p.item_txt {
	margin: 10px 0;
	font-size: 0.9em;
	line-height: 1.5;
	height: 60px;
}
.contents-navi .contents-navi-item p.arrow_in {
	font-size: 0.85em;
	padding-top: 3px;
}
.contents-navi .contents-navi-item img {
	width: 70%;
	min-width: 145px;
}
.contents-navi .contents-navi-item .contents-navi-text:before {
	position: absolute;
	width: 20px;
	left: 15px;
	top: 50%;
	margin-top: -15px;
}
}

@media only screen and (max-width: 540px) {
.contents-navi .contents-navi-item p.item_txt {
	font-size: 0.81em;
	line-height: 1.3;
	height: 80px;
}
}
.theme-smp .contents-navi-item .contents-navi-text:before {
	left: 10px;
	margin-top: -9px;
}
.theme-smp .contents-navi-item .contents-navi-text {
	padding: 0;
	padding-left: 24px;
}
.theme-smp .contents-navi-item .contents-navi-text span {
	display: table-cell;
	vertical-align: middle;
	height: 3em;
	padding-right: 10px;
}
.theme-smp .contents-navi-item a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news-section h3 {
	border-left: 0;
	padding: 12px 0 12px 10px;
}
.theme-smp .news-section h3 {
	border-left: 4px solid #cc0022;
	padding: 0 5px;
}
.news-section .news-list .news-link {
	margin: 1.8em 0 1em;
	padding-left: 18px;
}
.theme-en.theme-pc .news-section .news-list .news-link {
	margin: 1.8em 0 1em;
	padding-left: 18px;
}
.news-section .news-list .news-link:before {
	left: 0px;
}
.theme-en.theme-pc .news-section .news-list .news-link:before {
	left: 0px;
}
.theme-smp .news-section .news-list .news-link:before {
	top: 7px;
	left: 0px;
}

@media only screen and (max-width: 989px) {
.news-section .news-link {
	display: block;
	clear: both;
	padding: 5px 0 10px 15px;
}
}
.news-section .news-group {
	width: 463px;
	float: right;
}
.theme-smp .news-section .news-group {
	width: 100%;
	float: none;
}
.news-section .news-group .news-list {
	margin: 50px 20px 18px;
}
.theme-smp .news-section .news-group .news-list {
	margin: 10px;
}
.banner-section {
	background: #f7f7f7;
}
.theme-smp .banner-section {
	margin-bottom: 25px;
}
.banner-section ul.banner-list {
	margin: 0 -10px;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.theme-smp .banner-section ul.banner-list {
	margin: 5px;
}
.banner-section ul.banner-list li {
	list-style: none;
	display: inline-block;
	width: 33.33333%;
	padding: 0 10px;
}
.theme-smp .banner-section ul.banner-list li {
	width: 50%;
	padding: 5px;
	margin: 0;
}
.theme-smp .banner-section ul.banner-list li img {
	width: 100%;
}
.contents-navi-section + .banner-section .section-center {
	padding: 0 21px 54px;
}
.cta-section {
	background: #efefef;
}
.theme-smp .cta-section {
	background: none;
	margin-bottom: 25px;
}
.cta-section .access-rank, .cta-section .ir-news {
	width: 342px;
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}
.theme-smp .cta-section .access-rank, .theme-smp .cta-section .ir-news {
	width: 100%;
	padding: 0;
	height: auto;
	float: none;
}
.cta-section .access-rank li a, .cta-section .ir-news li a {
	height: 21px;
	overflow: hidden;
	display: block;
}
.cta-section .access-rank .line-navi-item a, .cta-section .ir-news .line-navi-item a {
	padding: 9px 0;
}
.cta-section .access-rank .line-navi-item a p, .cta-section .ir-news .line-navi-item a p {
	height: 21px;
	overflow: hidden;
	display: block;
	line-height: 1.6em;
}
.cta-section .access-rank .line-navi-item a p:before, .cta-section .ir-news .line-navi-item a p:before {
	margin-top: -9px;
}
.cta-section .frame-line {
	height: 244px;
}
.cta-section ul.cta-navi {
	width: 222px;
	float: right;
	padding: 0;
	margin: 0;
}
.theme-smp .cta-section ul.cta-navi {
	width: 100%;
	float: none;
	background: #efefef;
	margin: 0;
	padding: 5px;
}
.cta-section ul.cta-navi a {
	height: 55px;
	display: block;
	padding: 18px 5px 18px 40px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ccc;
	background-position: 12px 17px;
}
.theme-smp .cta-section ul.cta-navi a {
	height: 74px;
	padding: 10px;
	font-size: 11px;
}
.cta-section ul.cta-navi a:hover {
	text-decoration: none;
	background-color: #c4c4c4;
}
.cta-section ul.cta-navi li {
	padding: 0 0 8px;
	list-style: none;
}
.theme-smp .cta-section ul.cta-navi li {
	padding: 5px;
}
.theme-en .cta-section ul.cta-navi li.cta-contact a {
	padding: 6px 5px 6px 40px;
}
.theme-smp .cta-section ul.cta-navi li.cta-contact a {
	padding: 10px;
}
.btn-confirm .flat-btn, .btn-confirm .text-btn-link a, .text-btn-link .btn-confirm a, .btn-confirm .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .btn-confirm span.pagenation-btn, .btn-confirm .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .btn-confirm span.pagenation-btn, .btn-confirm .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .btn-confirm a.flat-btn.btn-inline, .btn-confirm .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .btn-confirm a.flat-btn, .btn-confirm .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .btn-confirm a.flat-btn {
	display: inline-block;
	border: 0;
	padding: 20px 30px;
}
.theme-smp .btn-confirm .flat-btn, .theme-smp .btn-confirm .text-btn-link a, .text-btn-link .theme-smp .btn-confirm a, .theme-smp .btn-confirm .pagenation .mp-prev span.pagenation-btn, .pagenation .mp-prev .theme-smp .btn-confirm span.pagenation-btn, .theme-smp .btn-confirm .pagenation .mp-next span.pagenation-btn, .pagenation .mp-next .theme-smp .btn-confirm span.pagenation-btn, .theme-smp .btn-confirm .glossary-list ul.list-inline li a.flat-btn.btn-inline, .glossary-list ul.list-inline li .theme-smp .btn-confirm a.flat-btn.btn-inline, .theme-smp .btn-confirm .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list a.flat-btn, .glossary-list ul.list-inline li .text-btn-link.btn-list.inline-list .theme-smp .btn-confirm a.flat-btn, .theme-smp .btn-confirm .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li a.flat-btn, .text-btn-link.btn-list.inline-list .glossary-list ul.list-inline li .theme-smp .btn-confirm a.flat-btn {
	max-width: 280px;
	padding: 20px;
}
.contact-step {
	padding: 0;
	margin: 0 0 20px;
}
.contact-step li {
	float: left;
	display: table;
	width: 33.3333%;
	padding: 10px;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #e6e6e6;
	position: relative;
	overflow: hidden;
}
.theme-smp .contact-step li {
	font-size: 13px;
}
.theme-smp .contact-step li:before {
	font-size: 16px;
}
.contact-step li span {
	display: block;
}
.theme-smp .contact-step li span {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.contact-step li:before {
	content: url(../images/icon_arrow_right_r.png);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -6px;
	z-index: 1;
}
.contact-step li:first-child:before {
	display: none;
}
.contact-step li.current {
	background: #cc0022;
	color: #fff;
}
.contact-step li.current:before {
	content: url(../images/icon_arrow_right_c.png);
}
/*===== 画像+テキスト回り込み=====*/

/* 画像右に回り込み */
.alignright {
	float: right;
	clear: right;
	margin: 0 0 0 10px;
}
/* 画像左に回り込み */
.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 989px) {
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
}
.cener {
	text-align: center;
}
.right {
	text-align: right;
}
/*================================================
　　　　
* 2段組レイアウト

================================================*

//* 2段組レイアウト ① */

.blocka {
	float: left;
	width: 48%;
}
.blockb {
	float: right;
	width: 48%;
}
.blockc {
	clear: both;
}

@media only screen and (max-width: 989px) {
.blocka, .blockb {
	float: none;
	width: 100%;
}
}
/* 2段組レイアウト② */

.block1 {
	float: left;
	width: 20%;
}
.block2 {
	float: right;
	width: 80%;
}
.block3 {
	clear: both;
}

@media only screen and (max-width: 989px) {
.block1, .block2 {
	float: none;
	width: 100%;
}
}
/* 画像の中央揃え */

.block1 img, .block2 img, .blocka img .blockb img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*================ 2段組リスト ===============*/

ul.two-column {
	float: left;
	width: 100%;
}
ul.two-column li {
	float: left;
	width: 46%;
	padding: 0px;
	margin-left: 0px;
}
/*================================================
　　　　
* アイコンフォント(ダウンロードアイコン)

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


/* ダウンロード */

.fa {
	margin-left: 5px;
	font-size: 15px !important;
	color: #cc0022;
	font-weight: bold;
}
/* =======================================

 サムネ付きイメージビュアー

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


/* 枠 */

.gallery {
	width: 696px;
	height: 540px;
	border: 2px #eeeeee solid;
	padding-top: 8px;
	margin-bottom: 40px;
}
.gallery_navi {
	margin-top: 10px;
}
.gallery_photo {
	padding-left: 8px;
}
/* 拡大ビュー部分 */

.gallery_photo img {
	position: absolute;
	width: 696px;
	height: auto;
}
/* サムネイル */

.gallery_navi ul {
	width: 686px;
	padding: 0;
}
.gallery_navi li {
	width: 133px;
	height: 100px;
	float: left;
	margin: 10px 4px 0 0;
	list-style: none;
}
.gallery_navi li img {
	width: 124px;
}
.gallery_navi li a {
	display: block;
}
.gallery_navi li a:link {
}
.gallery_navi li a:visited {
}
.gallery_navi li a:hover {
	opacity: 0.8;
}
.gallery_navili a:active {
	opacity: 0.8;
}
/* IE用 ↓*/

.gallery_navi li a:hover img {
	filter: alpha(opacity=80);
}
.galleryset {
	width: 683px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
.galleryset div {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.galleryset div img {
	top: 0;
	position: absolute;
}

@media only screen and (max-width: 700px) {
/* 枠 */
.gallery {
	width: 100%;
	height: 100%;
	border: none;
}
.gallery_navi {
	margin-top: 10px;
}
.gallery_photo {
	padding-left: 0px;
}
/* 拡大ビュー部分 */
.gallery_photo img {
	width: 100%;
	height: auto;
}
/* サムネイル */
.gallery_navi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gallery_navi li {
	width: 17.6%;
	margin-right: 3%;
}
.gallery_navi li:last-child {
	margin-right: 0;
}
.gallery_navi li img {
	width: 17%;
}
.galleryset {
	width: 100%;
}
.galleryset div {
	height: 100px;
}
}
/* スペック */

.spec {
	width: 56%;
	float: right;
}
.spec ul {
	padding: 0px;
}
.spec li {
	padding: 4px 0;
	border-bottom: 1px #cccccc dotted;
	list-style: none;
}

@media only screen and (max-width:979px) {
.spec {
	width: 100%;
	float: none;
}
}
.media {
	background: #FFF;
	padding: 10px;
	overflow: hidden;
}
.media__image {
	float: left;
}
.media__summary {
	overflow: hidden;
}
.media__heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width:979px) {
.media__image {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
}
dl.numbering {
	counter-increment: count;
	margin-top:40px;
}
dl.numbering dt {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
dl.numbering>dt:before {
	content: counter(count) ". ";
}
dl.numbering dd {
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}
dl.numbering .about_dd:before {
	content: url(../images/icon_arrow_right_s_c.png);
	position: absolute;
	top: 1px;
	left: 6px;
}
ul.layout01 {
	list-style: none;
	margin: 0;
	padding-right: 10px;
	display: inline-block;
}
ul.layout01 li {
	position: relative;
	font-size: 15px;
	border-bottom: 1px solid #dadcdc;
	padding-top: 5px;
	padding-left: 10px;
}
ul.layout01 li:before {
	content: url(../images/icon_arrow_right_s_c.png);
	position: absolute;
	top: 7px;
	left: -6px;
}

@media only screen and (max-width: 989px) {
ul.layout01 {
	display: block;
}
}

@media only screen and (max-width:540px) {
dl.numbering dt {
	font-size: 15px;
	margin-bottom: 4px;
	padding-left: 1.1em;
	text-indent: -1.1em;
	line-height: 19px;
}
dl.numbering dd {
	font-size: 13px;
	line-height: 19px;
}
ul.layout01 {
	margin: 0;
	padding-right: 0;
}
ul.layout01 li {
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
}
ul.layout01 li:before {
	top: 7px;
	left: -15px;
}
}
/*================================================
　　　　
* 財団データシート

================================================*/
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 40px;
	width: 95%;
}
table.type01 th {
	padding: 10px 16px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-left: 3px solid #bdc1c4;
	border-bottom: 1px solid #ccc;
	background-color: #eaebe9;
}
table.type01 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 95%;
}
table.type01 td.sub {
	background-color: #f2f3f0;
}
/*人名リスト*/
dl.list_01 {
	margin-top: 5px;
	margin-bottom: 0;
}
dl.list_01 dt {
	float: left;
	clear: both;
	width: 15%;
	line-height: 11px;
	font-weight: normal;
}
dl.list_01 dd {
	line-height: 11px;
}
dl.list_01 dd:last-child {
	margin-bottom: 5px;
}

@media only screen and (max-width: 989px) {
table.type01 {
	width: 100%;
}
table.type01 th, table.type01 td {
	width: 100%;
	display: block;
	border-top: none;
}
table.type01 th.first {
	border-top: 1px solid #ddd;
}
dl.list_01 dt {
	float: none;
	clear: both;
	width: 90%;
}
dl.list_01 dd {
	line-height: 13px;
	margin-top: 5px;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

* CSOラーニング制度

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#cso .text-btn-link {
	margin-bottom: 50px;
}
#cso .description_nittei_table {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
#cso .description_nittei_table th {
	text-align : left;
	padding : 10px;
	border : 1px solid #cccccc;
	font-weight: normal;
}
#cso .description_nittei_table thead th {
	text-align: center;
	white-space: nowrap;
	background-color: #eaebe9;
	border : 1px solid #bfbfbf;
	padding : 12px;
}
#cso .description_nittei_table td {
	border : 1px solid #cccccc;
	padding : 10px;
	line-height: 21px;
}
#cso .description_nittei_table tbody th {
	white-space: nowrap;
}
#cso .description_nittei_table tbody tr:nth-child(even) {
	background: #F9F9F9;
}
#cso .description_nittei_table tbody tr:nth-child(odd) {
	background: #fff;
}

@media only screen and (max-width: 989px) {
#cso .description_nittei_table {
	width: 100%;
	border-top : 1px solid #cccccc;
}
#cso .description_nittei_table thead tr {
	display: none;
}
#cso .description_nittei_table tbody th {
	text-align: center !important;
	background-color: #eaebe9;
	font-size: 1.1em;
	padding: 5px;
}
/*td:beforeのデザイン*/
#cso .description_nittei_table td:before {
	background-color: #f5f3ec;
	color: #4f4d47;
	display: block;
}
#cso .description_nittei_table th, #cso .description_nittei_table td {
	width: 100%;
	display: block;
	border-top: none;
}
#cso .description_nittei_table tbody td {
	font-size: 13px;
}
}
/*================================================
　　　　
* 申込からの流れ

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

.step {
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border: 2px solid #c3dca7;
	border-spacing: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.step:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -44px;
	left: 50%;
	width: 40px;
	height: 28px;
	background: url(../images/icon_arrow_bottom_d.png) 50% 50%/cover no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.laststep:after {
	background: none !important;
}
.step th {
	width: 130px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-color: #c3dca7;
}
.step td {
	position: relative;
	padding: 18px 26px 12px 22px;
}
.step .description dt {
	background-color: #f3efe6;
	display: inline-block;
	padding: 3px 40px;
	margin-bottom: .8em;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.step .description dd {
	line-height: 1.6;
	padding-left: 10px;
	margin-bottom: 0;
}
.stepbtn {
	position: relative;
	display: inline-block;
	float: right;
	padding: 7px 25px 7px 20px;
	margin: 0 5px;
	background-color: #cc0022;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.stepbtn2 {
	position: relative;
	display: inline-block;
	padding: 7px 20px;
	background-color: #cc0022;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.stepbtn a, .stepbtn2 a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.stepbtn:hover, .stepbtn2:hover {
	opacity: 0.6;
}
.stepbtn a::after, .stepbtn2 a::after {
	position: absolute;
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 7px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
	top: 15px
}

@media only screen and (max-width: 700px) {
#cso .text-btn-link.btn-list li.fxb-col-3 {
	width: 50%;
}
.step th, .step td {
	width: 100%;
	display: block;
	border-top: none;
}
.step td {
	padding: 18px 12px;
}
.step .description dt {
	padding: 3px 20px;
	font-size: 16px;
	display: block;
	text-align: center;
}
.step .description dd {
	padding: 0 15px;
	font-size: 13px;
}
.stepbtn {
	display: block;
	float: none;
	margin-top: 16px;
	margin-bottom: 5px;
}
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

* アコーディオン（FAQ）

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.accordion ul {
	width: 97%;
	padding: 0;
	margin-bottom: 50px;
}
.accordion li {
	position: relative;
	/*	border-bottom:1px solid #ccc;
*/	list-style: none;
}
/*質問エリア*/
.accordion > ul > li > a {
	display: block;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	padding: 1.1em 1em 0.8em 1em;
	position: relative;
}
.accordion h5 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 5px 24px 10px 50px;
	background: url(../images/faq_Q.png) no-repeat 0px 5%;
	background-size: 30px 31px;
}
.accordion > ul > li:nth-child(odd) {
	background-color: #f2f3f0;
}
.accordion > ul > li:nxth-child(even) {
 background-color:#F9F9F9;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration: none;
}
/*回答*/
.accordion > ul > li > p {
	display: none;
	text-align: left;
	padding: 1.0em .8em 0.8em 5em;
	margin-top: 0;
	color: #333;
	line-height: 1.8;
	min-height: 55px;
	background: url(../images/faq_A.png) no-repeat 29px 18px;
	background-size: 30px 31px;
}
.accordion li .accordion_icon, .accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 15px;/* ＋の大きさ*/
	height: 15px;
	top: 45%;
	right: 18px;
	margin-left: 10px;
}
.accordion li .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 2px;/* ＋の太さ*/
	background-color: #a0a3aa;/* ＋の色*/
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media only screen and (max-width:480px) {
.accordion h5 {
	font-size: 0.9em;
	line-height: 1.5;
}
.accordion > ul > li > p {
	line-height: 1.5;
}
}
/*================================================

* プログラム一覧地区リスト

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

#list001_box .kanto {
	background: #fbcf8c;
}
#list001_box .kansai {
	background: #a3d6ce;
}
#list001_box .aichi {
	background: #c3dca7;
}
#list001_box .miyagi {
	background: #a4c9eb;
}
#list001_box ul {
	width: 900px;
	margin: 30px auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
	padding-left: 0;
}
#list001_box ul:after {
	content: "";
	display: inline-block;
	width: 100%;
	line-height: 0;
	height: 0;
}
#list001_box li {
	position: relative;
	letter-spacing: normal;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width: 205px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*下向き矢印*/
#list001_box li a:after {
	content: url("../images/icon_arrow_bottom_e.png");
	display: block;
	position: absolute;
	top: 40%;
	left: 46%;
}
#list001_box li a {
	display: block;
	position: relative;
	padding-bottom: 10px;
	line-height: 40px;/*高さの調整*/
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #333 !important;
}
#list001_box ul .list001 a:hover {
	background-color: rgba(255,255,255,0.5);
}

@media only screen and (max-width:950px) {
#list001_box ul {
	width: 95%;
}
#list001_box li {
	width: 44%;
	margin: 10px 0;
}
}
h2.program_title {
	color: #2c3a38;
	font-size: 18px;
	line-height: 140%;
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 14px 5px 14px 32px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#cso #kanto {
	background: #fbcf8c;
}
#cso #kansai {
	background: #a3d6ce;
}
#cso #aichi {
	background: #c3dca7;
}
#cso #miyagi {
	background: #a4c9eb;
}
/*===== プログラム一覧のtable =====*/

.program_table {
	width: 95%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.program_table th {
	display: block;
	padding: 14px 16px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f3f0
}
.program_table td {
	display: block;
}
.program_table td dl.list_02 {
	padding: 14px 16px;
	margin-bottom: 0;
}
.program_table .list_02 dt {
	width: 105px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 4px 10px;
	background-color: #f2f3f0
}
.program_table .list_02 dd {
	font-size: 13px;
	margin: -3.1em 0 4px 0;
	padding: 0 0 4px 120px;
	line-height: 1.6;
}
.program_table .program_pdf {
	float: right;
	width: 120px;
	overflow: hidden;
}
/*table.kanto .list_02 dt{
	background: #fbcf8c;
}
*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width:540px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.program_table .program_pdf {
	float: right;
	width: 30px;
	overflow: hidden;
}
}
.table {
	　　display: table;
	border-collapse: separate;
}
.tablecell {
	display: table-cell;
	padding: 10px 15px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tablecell:last-child {
	border-right: 1px solid #ccc;
}
.tablecell p {
	background-color: #f3efe6;
	padding: 5px 15px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media only screen and (max-width:540px) {
.tablecell p {
	font-size: 11px;
	font-weight: normal;
}
}
