@charset "utf-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/

/*default
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size:100%;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333;
	background: #FFF;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	border-top:4px solid #333;
}
ul {
	list-style-type: none;
	margin:10px 0 0 10px;
}
ol {
	margin: 10px 0 10px 30px;
}
hr {
	display: none;
}
img {
	vertical-align:top;
	border: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


/*Link Config
----------------------------------------*/
a, a img,article {
	-webkit-transition: background 0.3s linear,color 0.3s linear,opacity 0.3s linear;
	transition: background 0.3s linear,color 0.3s linear,opacity 0.3s linear;
	outline: none;
}
a:link {
	color:#003399;
}
a:visited {
	color:#666;
}
a:active {
	color:#441188;
}
a:hover {
	color:#441188;
}
a:hover img {
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: “alpha(opacity=70)”; /* IE8用 */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	/zoom:1;
} /* ie6,ie7 */

.block {
	display: block;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}
.pc-hidden{
	display:none;
}
.tab-view{
	display:none;	
}
.tab-hidden{
	display:block;	
}
.sp-hidden{
	display:block;
}
@media screen and (max-width: 1020px) {
.tab-view{
	display:block;	
}
.tab-hidden{
	display:none;
}
}
@media screen and (max-width: 568px) {
.pc-hidden{
	display:block;
}
.sp-hidden{
	display:none;
}
}

/*コンテンツボックス
----------------------------------------*/
/*文字サイズ調整範囲用*/
#all {
}
/*共通*/
header,
#globalnavi nav ul,
#mainvisual p,
#pannavi,
#maincontainer,
#footercontainer{
	max-width: 1000px;
	margin:0 auto;
}

@media screen and (max-width: 1020px) { 
header,
#globalnavi nav ul,
#mainvisual p,
#pannavi,
#maincontainer,
#footercontainer{
	max-width: 560px;
}
}
@media screen and (max-width: 568px) { 
header,
#globalnavi nav ul,
#mainvisual p,
#pannavi,
#maincontainer,
#footercontainer{
	max-width: 320px;
}
}

/*ヘッダー
----------------------------------------*/
header{
	padding:36px 0 39px;
	position:relative;	
}

/*ロゴ*/
#logo {
	position:absolute;
	right:30%;
	width:50%;
	text-align:center;
}
#logo img{
	width:350px;
}
@media screen and (max-width: 1020px) { 
#logo img{
	width:290px;
}
}
@media screen and (max-width: 568px) { 
header{
	padding:10px 0;
}
#logo {
	position:inherit;
	right:inherit;
	width:230px;
	margin:0 auto;
}
}

/* ヘッダーリンク・フッターリンク */

header .clear {
	float: right;
	width: 240px;
}

#headerlink,
#footerlink,
#btn_lang {
	float: right;
	border-left:1px solid #666;
	margin:0;
	padding:0 20px;
}

#headerlink,
#btn_lang {
	float: left;
}

#btn_lang {
	border: none;
}

#headerlink li,
#footerlink li{
	margin:1px 0;
}

#btn_lang li {
	margin: 2px 0;
}

#headerlink li a,
#footerlink li a {
	display: block;
	text-decoration:none;
	color:#333;
	font-size:80%;
}

#headerlink a:hover,
#footerlink a:hover{
	text-decoration:underline;
}

#btn_lang li a {
    border: 1px solid #333;
    border-radius: 5px;
    display: block;
    font-size: 12px;
	color: #333;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}

#btn_lang li a:hover {
	color: #ffffff;
	background: #4A4A4A;
}

@media screen and (max-width: 1020px) { 
#headerlink,
#footerlink {
	padding:60px 0 5px;
}

header .clear {
	float: none;
    width: 280px;
    margin: 0 auto;
}

#logo {
	right:20%;
	width:60%;
}

}
@media screen and (max-width: 1020px) { 
#headerlink:after,
#footerlink:after,
#btn_lang:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#headerlink,
#footerlink,
#btn_lang {
	/zoom:1;
} /* ie6,ie7 */

#headerlink,
#footerlink,
#btn_lang{
	float:none;
	border-left:none;
	margin:0 auto;
	width:240px;
}
#headerlink li,
#footerlink li,
#btn_lang li{
	float:left;
	margin:0 10px;
	width:100px;
	text-align:center;
}

}

@media screen and (max-width: 568px) {

#headerlink {
	padding:20px 0 5px;
}
#footerlink {
	padding:20px 0 0;
}
#logo {
	right:0;
	width:auto;
}
}

/*グローバルメニュー
----------------------------------------*/

/*メインコンテンツ
----------------------------------------*/


/*フッター
----------------------------------------*/
footer{
	background:#EFEFEF;
}
#footercontainer{
	padding:30px 15px;	
}

/*-----フッターコンテンツ-----*/
#footerbox{
	float:left;
}
#footer-logo{
	width:186px;
	margin-bottom:15px;	
}
address{
	font-style:normal;
	font-size:80%;
	line-height:1.4em;
}

/*-----コピーライト-----*/
#copyright {
	font-size:80%;
	padding:10px 0 20px;
	text-align:center;
	background:#FFF;
}

@media screen and (max-width: 568px) { 
#footerbox{
	float:none;
	padding-left:10px;
	padding-right:10px;
}
}


/*-----フッター多言語用-----*/

 .mdl-mega-footer {
 	margin: 0 0 30px;
    padding: 16px 0;
    border-bottom: 1px solid #666;
}
.mdl-mega-footer--top-section::after, .mdl-mega-footer--middle-section::after, .mdl-mega-footer--bottom-section::after {
    clear: both;
    content: "";
    display: block;
}
.mdl-mega-footer--left-section, .mdl-mega-footer--right-section {
    margin-bottom: 16px;
}
.mdl-mega-footer--right-section a {
    color: inherit;
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
}
@media screen and (min-width: 760px) {
.mdl-mega-footer--left-section {
    float: left;
}
.mdl-mega-footer--right-section {
    float: right;
}
.mdl-mega-footer--right-section a {
    display: inline-block;
    line-height: 36px;
    margin-left: 16px;
    vertical-align: middle;
}
}
.mdl-mega-footer--social-btn {
    background-color: #9e9e9e;
    border: medium none;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 36px;
}
.mdl-mega-footer--drop-down-section {
    display: block;
    position: relative;
}

.mdl-mega-footer--heading {
	border-left: 2px sold #ddd;
}

@media screen and (max-width: 1020px) {
	.mdl-mega-footer--drop-down-section {
		border-bottom: 1px solid #666;
	}
	.mdl-mega-footer--drop-down-section:last-child {
		border: none;
	}
}


@media screen and (min-width: 1021px) {
.mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4) {
    float: left;
    width: 24%;
}
.mdl-mega-footer--bottom-section {
    padding-top: 0;
}
}

.mdl-mega-footer--heading {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 23.8px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 39.8px;
    padding-top: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.mdl-mega-footer--heading::after {
    background-size: cover;
    content: "";
    display: block;
    height: 23.8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23.8px;
}
.mdl-mega-footer--link-list {
    list-style: outside none none;
    margin: 0 0 32px;
    padding: 0;
}
.mdl-mega-footer--link-list::after {
    clear: both;
    content: "";
    display: block;
}
.mdl-mega-footer--link-list li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 5px 0;
}
.mdl-mega-footer--link-list a {
    display: block;
}

.mdl-mega-footer .linklist li{
	padding: 1px 5px 1px 21px;
}
@media screen and (min-width: 760px) {
.mdl-mega-footer--heading-checkbox {
    display: none;
}
.mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading::after {
    background-image: none;
}
.mdl-mega-footer--heading-checkbox:checked ~ ul {
    display: block;
}
.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading::after {
    content: "";
}
}
.mdl-mega-footer--bottom-section {
    margin-bottom: 16px;
    padding-top: 16px;
}
.mdl-logo {
    color: #fff;
    margin-bottom: 16px;
}
.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}
@media screen and (min-width: 760px) {
.mdl-logo {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}
}
.mdl-mini-footer {
    background-color: #424242;
    color: #9e9e9e;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 32px 16px;
}
.mdl-mini-footer::after {
    content: "";
    display: block;
}
.mdl-mini-footer .mdl-logo {
    line-height: 36px;
}
.mdl-mini-footer--link-list {
    display: flex;
    flex-flow: row nowrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mdl-mini-footer--link-list li {
    margin-bottom: 0;
    margin-right: 16px;
}
@media screen and (min-width: 760px) {
.mdl-mini-footer--link-list li {
    line-height: 36px;
}
}
.mdl-mini-footer--link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.mdl-mini-footer--left-section {
    display: inline-block;
    order: 0;
}
.mdl-mini-footer--right-section {
    display: inline-block;
    order: 1;
}
.mdl-mini-footer--social-btn {
    background-color: #9e9e9e;
    border: medium none;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 36px;
} 

.mdl-mega-footer--middle-section .openbox-ss .list-open {
    background: url("../imgs/common/ic_close.png") no-repeat 98% center;
}
.mdl-mega-footer--middle-section .openbox-ss .list-close {
    background: rgba(0, 0, 0, 0) url("../imgs/common/ic_open.png") no-repeat 98% center;
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:5px;
	right:4%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background:url(../imgs/base/img_totop.png) no-repeat;
	width:111px;
	height:60px;
	overflow:hidden;
	color:#3F83D1;
	text-align:center;
	font-size:11px;
	padding:45px 0 0;
	text-decoration:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

@media screen and (max-width: 1020px) {
#pagetop a {
	background:url(../imgs/base/img_totop.png) no-repeat;
	background-size:55px 35px;
	width:55px;
	height:35px;
	padding:17px 0 0;
	font-size:10px;
}	
}