@charset "UTF-8";

/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/

/* スタイルの初期化 */
*{
	margin:0;
	padding:0;
}
img,a img{
	border:none;
	background:transparent;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:1em;
}

/*--------------------------------------------------------------
 全体
--------------------------------------------------------------*/
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	font-size: 100%;
	_overflow:hidden;
	background-color:#fff;
}

/*--------------------------------------------------------------
 main
--------------------------------------------------------------*/
#goAdobe a{
	font-size:70%;
	line-height:130%;
	color:#333;
	text-decoration:none;
	padding-top:2px;
	padding-left:120px;
	display:inline-block;
	*display: inline;/* forIE6,7 */
	*zoom: 1;/* forIE6,7 */
	min-height:33px;
	_height:33px; /* forIE6 */

}

/*--------------------------------------------------------------
 PDF表示エリア
--------------------------------------------------------------*/
#pdfviewer_frame {
	height:100%;
	margin:0;
	_overflow:auto;
	padding:0;
}

iframe#pdfArea{
	border:none;
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#000;
}

/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/

/* 記号表示（●■を正常サイズで表示） */
.menu_label_2 {
    width: 200px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.8, 1);  /* Firefox */
    -webkit-transform: scale(0.8, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.8, 1);  /* Opera */
    -ms-transform:     scale(0.8, 1);  /* IE */
    transform:         scale(0.8, 1);  /* CSS3 */

    padding-left: 18px;
}
.menu_label_3 {
    width: 207px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.78, 1);  /* Firefox */
    -webkit-transform: scale(0.78, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.78, 1);  /* Opera */
    -ms-transform:     scale(0.78, 1);  /* IE */
    transform:         scale(0.78, 1);  /* CSS3 */

    padding-left: 18px;
}

a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}


/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/
.img_w100{
    width: 100%;
    height: auto;
}
.img_w50{
    width: 50%;
    height: auto;
}
.img_w25{
    width: 25%;
    height: auto;
}


/*--------------------------------------------------------------
 スマホ対応
--------------------------------------------------------------*/
#header_sp{
    display: flex;
    justify-content: space-between;
    width:100%;
}

#headerLogo_sp img{
    margin: 10px 10px 10px 20px;
    display: table-cell;
}

.sp_menu_btn{
    margin: 8px 0 2px 0;
}

#headerLogo_sp a {
    display: table;
    overflow: hidden;
    text-decoration: none;
}

#headerLogo_sp a > span {
    display: table-cell;
    padding: 13px 5px 2px 15px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
}


/* SP用モーダルメニュー */
.sp_modal_wrap .overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, .45);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 50;
}
.sp_modal_wrap .container {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
}
.sp_modal_wrap .inner {
    display: table-cell;
    vertical-align: top;
}
.sp_modal_wrap .modal {
    margin: 0 auto;
    max-width: 100%;
    background-color: #fff;
}
.sp_modal_wrap .modal::after {
    display: table;
    content: '';
    clear: both;
}
.sp_modal_wrap .button {
    position: absolute;
    top: 18px;
    right: 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
}
.modal_logo{
    margin: 10px 0 10px 20px;
    width: 38vw;
}
.modal_close_btn{
    width: 50%;
}

/* モーダルメニュー SP */
.sp_modal_menu{
    margin:0;
    padding:10px 0;
    list-style:none;
    box-sizing:border-box;
}

.sp_modal_menu li{
    font-size: 12px;
}

.sp_modal_menu li a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 25px 10px 35px;
    border-bottom: 1px solid #a0a0a0;
    background-color: #fff ;
    text-decoration: none;
}
.sp_modal_menu li:first-child a {
    border-top: 1px solid #a0a0a0;
}
.sp_modal_menu li.lv1 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url('../img/sp_menu_tree_plus.png');
}
.sp_modal_menu li.lv1.opened a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url('../img/sp_menu_tree_minus.png');
}
.sp_modal_menu li.menu_item_download a {
    color: #fff;
    background-color: #718cc7;
}
.sp_modal_menu li.menu_item_download a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.sp_modal_menu li.panf a {
    background-color: #fffabc;
}
.sp_modal_menu li.title {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #a0a0a0;
    background-color: #fff9b1 ;
}
.sp_modal_menu .lv2{
    text-indent: 3em;
}
.sp_modal_menu .lv2 .lv2-indent {
    padding-left: 3em;
}

.sp_modal_menu .lv3{
    text-indent: 6em;
}
