@charset: "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	line-height : 1.6em;
	font-family: 'Montserrat', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	color : #333 ;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

a {
	transition: .15s;
}
a:hover {
	opacity: .7;
}
#top-main-visual li a:hover,
#top_menu a:hover {
	opacity: 1;
}
/*
a img {
	transition: .2s;
}
a:hover img {
	opacity: .7;
}
*/

#block img {
    max-width: 100%;
    height: auto;
}


.header {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 1px #b5b5b5;
    width: 830px;
    margin-left: 10px;
}

#top-main-visual li a {
	position: relative;
	display: block;
}
#top-main-visual li a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: .15s;
}
#top-main-visual li a:hover::before {
	background: rgba(255, 255, 255, .3);
}

#child_menu_div a {
	border-color: #38a727;
	text-decoration: none;
	background-color: #fff;
	transition: .15s;
}
#child_menu_div a:hover {
	color:#000;
	background-color: #38a727;
	opacity: 1;
}


.main_body {
    padding: 20px 0 0;
}

.main_color {
    background-color: #38a727;
}

.top .main {
	padding: 0;
} 
.main {
    padding: 235px 0 0;
    margin: 0;
    clear: both;
}


div.main_body h2,
div.mph2_main_body h2 {
    font-size: 22px !important;
    color: #333333;
    border: none;
    text-indent: 0;
    padding: 25px 0;
    margin: 0 0 30px;
    position: relative;
}
div.main_body h2::before,
div.mph2_main_body h2::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #38a727;
	bottom: 0;
	left: 0;
}
div.sitemap .parent_title {
    padding: 10px 0 10px 12px;
    margin: 30px 0 20px 10px;
    border-left: 3px solid #38a727;
}
div.sitemap .parent_title::before {
	display: none;
}
div.sitemap .parent_title a {
	color: #333333;
}
#block h4 {
    background: transparent;
    color: #333;
    border: 1px solid #38a727;
    border-style: solid none;
    font-size: 18px;
    padding: 14px 0 14px 20px;
    margin: 0 0 24px;
    position: relative;
}
#block h4::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #38a727;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#blog #title {
    background: transparent;
    color: #333;
    border-bottom: 1px solid #38a727;
    font-size: 16px;
    padding: 0 0 6px;
    margin: 0 0 18px;
}
#blog .title a {
    color: #333;
    text-decoration: none;
}

#block .block_box {
    margin-bottom: 80px;
}

.block_box .common-banner {
	position: relative;
}
.block_box .common-banner::before,
.block_box .common-banner::after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid transparent;
    box-sizing: border-box;
    z-index: 1;
}
.block_box .common-banner::before {
	top: 0;
	right: 0;
}
.block_box .common-banner::after {
	bottom: 0;
	left: 0;
}
.block_box .common-banner:hover::before,
.block_box .common-banner:hover::after {
	width: 1px;
	height: 100%;
	transition: height .2s ease-out;
	border-color: #38a727;
}
.block_box .common-banner a {
    display: block;
    box-shadow: 0 0 0 2px #ccc inset;
    box-sizing: border-box;
    padding: 1.5em;
    text-align: center;
    text-decoration: none;
    color: #20900e;
    position: relative;
}
.block_box .common-banner a:hover {
	opacity: 1;
}
.block_box .common-banner a::before,
.block_box .common-banner a::after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid transparent;
    box-sizing: border-box;
    z-index: 1;
}
.block_box .common-banner a::before {
	top: 0;
    left: 0;
}
.block_box .common-banner a::after {
	bottom: 0;
    right: 0;
}
.block_box .common-banner a:hover::before,
.block_box .common-banner a:hover::after {
	width: 100%;
	height: 1px;
	transition: width .2s ease-out;
	border-color: #38a727;
}
.block_box .common-banner a .common-banner-head {
    display: block;
    font-size: 20px;
    margin: 0 0 .5em;
    padding: 0 0 .4em;
    border-bottom: 1px solid #38a727;
}
.block_box .common-banner a .common-banner-sub {
    display: block;
    font-size: 16px;
}



.anchor-list .anchor {
    margin: 0 0 1em;
}
.anchor-list .anchor a {
    padding: 0 0 0 2em;
    position: relative;
}
.anchor-list .anchor a::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #38a727;
}


.btn-link {
    text-align: right;
}
.btn-link a {
    display: inline-block;
    background: #38a727;
    text-decoration: none;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 2px;
}
.btn-link.external a {
    padding: 10px 20px 10px 50px;
    position: relative;
}
.btn-link.external a::before {
    content: '';
    position: absolute;
    background: url(https://all-in-one-cms.s3-ap-northeast-1.amazonaws.com/demo-sf-renew.allinone-cms.info/files/external-link.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-link.maxWidth a {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}


#side_menu .parent a {
    background: #38a727;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    text-indent: 0;
    border-bottom: 1px solid #fff;
}
#side_menu .child a {
    background: #88ce7d;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}


#questions {
    margin: 0 0 60px;
}
#faq #answers h3 {
    margin: 0 0 10px;
}
#faq #answers .answer {
    margin-bottom: 40px;
}


.footer{
	background: #f6f6f6;
	border-top: 5px solid #38a727;
	padding: 30px 0;
	color: #555;
}
.footer .footer_body {
	position: relative;
}
.footer .footer_body .footer_menu{
	width: 850px;
	margin: 0 auto;
}
.footer .footer_body .ft_logo {
    margin: 0 0 40px;
}
.footer .footer_body .footer_menu .menu_list{
	width: 100%;
	display: table;
	margin: 0 0 30px;
}
.footer .footer_body .footer_menu .menu_list li{
	display: table-cell;
	width: 25%;
	text-align: left;
}
.footer .footer_body .footer_menu .menu_list li a{
	font-weight: bold;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	display: block;
	margin-bottom: 1em;
}
.footer .footer_body .footer_menu .menu_list li .menu_child,
.footer .footer_body .footer_menu .menu_list li .menu_child li{
	display: block;
	width: 100%;
}
.footer .footer_body .footer_menu .menu_list li .menu_child li a{
	font-weight: normal;
	font-size: 12px;
}

.footer_body iframe {
    border: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -48%;
}
iframe ul {
	list-style: none;
}
iframe ul li a {
	color: #fff;
    font-size: 10px;
    text-decoration: none;
}

/*-----------------------------
	邱頑･諠��ｱ
----------------------------- */
.emergArea {
	position: relative;
	width: 100%;
	z-index: 9998;
}
.emergArea a {
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 70px;
	background: #cf0032;
	padding: 20px 30px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
	left: 0;
}
.emergArea a .fa {
	font-size: 2em;
    width: 5%;
}
.emergArea a .emergTitle {
	width: 95%;
}
.emergArea a:hover {
	opacity: .7;
}
.emergArea a:after {
	position: absolute;
    font-family: "FontAwesome";
    content: "\f105";
    margin: 0;
    right: 20px;
    font-size: 1.5em;
}
#bottomContact ul li:first-child .emergInfo {
	font-size: .8em;
	display: block;
}
#bottomContact ul li:first-child .emergInfo a {
	text-decoration: underline;
}

/* 繧ｯ繝�く繝ｼ繝昴Μ繧ｷ繝ｼ 縺薙％縺九ｉ */

.cookiepolicy-wrap .container:not(:last-of-type) {
	margin-bottom: 3em;
}

.cookiepolicy-wrap .text {
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
}

.cookiepolicy-wrap .text:not(:last-of-type) {
	padding-bottom: 1em;
}

.cookiepolicy-wrap .table-scroll {
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 2em;
}
.cookiepolicy-wrap .infoTb {
	width: 700px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: solid;
    border-color: #2d3e5e;
    border-width: 1px 0 0 1px;
	word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
}
.cookiepolicy-wrap .infoTb thead th {
	background: #2d3e5e;
	color: #fff;
	border-right: 1px solid #fff;
	padding: .8em .6em;
}
.cookiepolicy-wrap .infoTb thead th:last-child {
      border: 0;
}
.cookiepolicy-wrap .infoTb tbody td {
	border-style: solid;
    border-color: #2d3e5e;
    border-width: 0 1px 1px 0;
    padding: .5em;
	vertical-align: middle;
}
.cookiepolicy-wrap .infoTb a {
	text-decoration: none;
}
.cookiepolicy-wrap .infoTb .cc-cs-optout-btn {
	width: auto;
	margin: .5em 0 0;
	padding: .5em;
	border: 1px solid #13293D;
	border-radius: 5px;
	color: #13293D;
	font-size: 12px;
}
.cookiepolicy-wrap .listMark {
	margin: 0 0 1em;
}
.cookiepolicy-wrap .listMark li {
	list-style: disc;
    margin: 0.3em 0 0.3em 1.1em;
    line-height: 1.6;
}
.cookiepolicy-wrap .blank:after {
	font-family: "FontAwesome";
	content: "\f08e";
	margin: 0 5px;
}
/* 繧ｯ繝�く繝ｼ繝昴Μ繧ｷ繝ｼ 縺薙％縺ｾ縺ｧ */
