@charset "utf-8";
/* CSS Document */

html, body {
min-height: 100%;
height: 100%;
}
body {
background: #F0F0F0;
margin: 0;
font-size: 15px;
color: #333;
}

input[type=search]:focus {
outline: 0;
}

img {
max-width: 100%;
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
#pagetop {
position: fixed;
bottom: 30px;
right: 30px;
background: #333;
cursor: pointer;
border-radius: 50%;
display: block;
width: 55px;
height: 55px;
overflow: hidden;
text-indent: 110%;
white-space: nowrap;
transition: all 0.3s ease-in-out;
}

#pagetop:hover{
opacity: 0.8;
}

#pagetop::after {
content: '';
position: absolute;
display: block;
width: 20px;
height: 20px;
top: 50%;
left: 50%;
transform: translate(-50%, -20%) rotate(45deg) skew(10.5deg, 10.5deg);
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
}

@media only screen and (max-width:769px) {
#pagetop {
width: 35px;
height: 35px;
bottom: 15px;
right: 15px;
}
#pagetop::after {
width: 10px;
height: 10px;
}
}

.border_top{
border-top: 1px solid #CCC;
padding-top: 80px;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
#breadcrumbs {
overflow: hidden;
clear: both;
}
#breadcrumbs ul li {
float: left;
font-size: 0.8em;
}
#breadcrumbs ul li a {
opacity: 0.8;
}
#breadcrumbs ul li a:after {
content: ">";
display: inline-block;
margin: 0 10px;
transform: scale(0.7, 1);
position: relative;
top: -1px;
}

@media only screen and (max-width:769px) {
#breadcrumbs {
margin: 20px 10px 0 10px;
}
#breadcrumbs ul li {
font-size: 0.6em;
}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header:before, #header:after {
content: "";
display: block;
clear: both;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
top: 0;
background: #000;
z-index: 9999;
}
header.rakuten {
    background: #ff008c;
}
@media only screen and (max-width:769px) {
header {
padding: 0;
}
}
#header {
margin: 0 auto;
position: relative;
padding: 5px 20px;
}
#header ul {
float: right;
padding: 10px 0;
}
@media only screen and (max-width:769px) {
#header {
padding: 0;
}
#header ul {
float: none;
padding: 0;
}
}
#header ul li {
float: left;
margin: 0 0 0 10px;
color: #FFF;
}
@media only screen and (max-width:769px) {
#header ul li {
margin: 0 0 0 10px;
}
#header ul li:first-child {
margin: 0;
}
}
#header ul li > ul li:last-child {
margin: 0 10px;
border: none !important
}
#header ul li > ul li:first-child {
padding: 0 10px 0 0;
}
#header ul li > ul li.active {
color: #1c75bc;
font-weight: bold;
}
#header ul li > ul {
padding: 0;
}
#header ul li > ul li {
font-size: 0.85em;
border-right: 1px solid #999;
}
#header ul li > ul li a {
color: #FFF;
margin: 0;
}
#header ul li > ul li.active a{
color: #1c75bc;
}
#header ul li > ul li span {
font-family: 'Renner*'!important;
}
#header ul li.search {
position: relative;
}
#header ul li input[type=search] {
border: none;
border-radius: 30px;
padding: 5px 5px 5px 50px;
background: #414042;
color: #FFF;
width: 275px;
}
.rakuten #header ul li input[type=search] {
    background: #fff;
    color: #414042;
}
#header ul li.search .alert{
position: absolute;
left: 0;
bottom: -45px;
color: #282828;
background: #fff;
border-radius: 5px;
box-shadow: 1px 2px 7px #aaa;
}
#header ul li.search .alert span{
display: block;
position: relative;
padding: 10px 20px 10px 40px;
}
#header ul li.search .alert span:before{
content: '';
position: absolute;
top: -7px;
left: 10px;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent #fff transparent;
}
#header ul li.search .alert span:after{
content: '!';
position: absolute;
top: 50%;
left: 10px;
margin-top: -10px;
width: 20px;
height: 20px;
color: #fff;
text-align: center;
line-height: 20px;
background: tomato;
}
@media screen and (max-width:768px){
#header ul li input[type=search] {
border: none;
border-radius: 30px;
padding: 5px 5px 5px 50px;
background: #414042;
color: #FFF;
width: 100%;
}
}
#header ul li input[type=submit] {
background: #414042 url(/an/img/common/scope.png) no-repeat;
background-size: 17px;
width: 17px;
height: 17px;
border: none;
position: absolute;
left: 20px;
top: 7px;
text-indent: -9999px;
}
.rakuten #header ul li input[type=submit] {
background: url(/an/img/common/scope_black.png) no-repeat;
background-size: 17px;
width: 17px;
height: 17px;
border: none;
position: absolute;
left: 20px;
top: 7px;
text-indent: -9999px;
}
#header ul li.lang {
padding: 6px 0 0 0;
}
#header ul li.condition {
padding: 7px 0 0 0;
font-size: 0.8em;
}
#header ul li.user {
width: 20px;
border-radius: 50%;
padding: 2px 5px;
position: relative;
}
#header ul li.user span {
background: #f75c53;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
position: absolute;
top: -8px;
right: -12px;
font-size: 0.7em;
font-family: Arial, Helvetica, sans-serif !important;
}
@media only screen and (max-width:769px) {
#header ul li.user {
width: 15px;
padding: 0 5px;
}
#header ul li > ul li.active {
position: relative;
top: -1px;
}
#header ul li.condition {
display: none;
}
#header ul li > ul li {
font-size: 0.7em;
}
#header ul li.search {
padding: 5px 10px;
background: #333;
width: 100%;
box-sizing: border-box;
}
#header ul li input[type=text] {
width: 100%;
box-sizing: border-box;
}
#header ul li input[type=submit] {
left: 30px;
top: 12px;
}
#header ul li.lang {
position: absolute;
top: 8px;
right: 90px;
background: none !important;
font-size: 0.9em;
}
#header ul li.user {
position: absolute;
top: 7px;
right: 50px;
}
}
#header ul li.user.on {
background: #AAA;
transition: all 0.3s ease-in-out;
border: 2px solid #AAA;
}
#header ul li.user.on:hover {
background: none;
border: 2px solid #FFF;
background: #FFF;
}
#header ul li.user.off {
background: #999;
border: 2px solid #999;
}
#header ul li.user.off a {
margin: 0;
border-right: none;
padding: 0;
}
input::placeholder {
font-size:0.85em;
}

/* IE */
input:-ms-input-placeholder {
font-size:0.85em;
}

/* Edge */
input::-ms-input-placeholder {
font-size:0.85em;
}
#header ul li input[type=text]::placeholder {
color: #CCC;
}
#header ul li input[type=text]:-ms-input-placeholder {
color: #CCC;
}
#header ul li input[type=text]::-ms-input-placeholder {
color: #CCC;
}

/*------------------------------------------------------------
	ロゴ
------------------------------------------------------------*/
.logo {
float: left;
width: 435px;
padding: 5px 0 7px 0;
box-sizing: border-box;
position: relative;
z-index: 9999;
}
.rakuten .logo {
    width: 600px;
    padding: 7px 0 7px 0;
}
.logo > a {
    display: block;
}
.logo > a:hover,
.logo_link:hover > img {
    opacity: 1;
}
.logo_link > img {
    display: inline-block;
    vertical-align: middle;
}
.logo_link > .cloud {
    width: 220px;
}
.rakuten .logo_link {
    color: #fff;
    position: relative;
}
.rakuten .logo_link > img { 
    width: 200px;
    margin-right:10px;
}
.rakuten .logo_link > .cloud {
    margin-right:10px;
}
.rakuten .logo_link > span {
    display: inline-block;
}
.logo_link > .PORTAL {
    width: 170px;
    border: 1px solid #ffffff;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
    .logo {
        width: 32%;
    }
    .rakuten .logo {
        width: 50%;
    }
    .logo_link > .cloud {
        width: 69%;

        }
    .logo_link > .PORTAL {
        width: 24%;
    }
    .rakuten .logo_link > span {
        font-size: 1.5vw;
    }
}
@media only screen and (max-width:769px) {
input::placeholder {
font-size:0.8em;
}

/* IE */
input:-ms-input-placeholder {
font-size:0.8em;
}

/* Edge */
input::-ms-input-placeholder {
font-size:0.8em;
}
.logo {
    margin-left: 10px;
    padding: 8px 0 8px 0;
}
.logo {
    width: 70%;
}
.logo_link > .cloud {
    width: 64%;
}
.rakuten .logo {
    width: 64%;
}
.logo_link > .PORTAL {
    width: 30%;
}
}
.user {
cursor: pointer;
}

/*------------------------------------------------------------
	人マーク内
------------------------------------------------------------*/
.user-content {
display:none;
position: absolute;
top: 62px;
right: 0;
background: #FFF;
padding: 0 20px;
box-shadow: 0 0 10px #CCC;
}
.move {
animation: move 1s ease-in-out forwards;
}
@keyframes move {
0% {
top:62px;
}
100% {
top:72px;
}
}
@media only screen and (max-width:767px) {
.user-content {
right: 15px;
z-index: 999999 !important;
top: 50px;
padding: 0 10px;
}
}
.user-content ul {
padding: 10px 0 !important;
max-width: 190px;
min-width: 140px;
}
.user-content ul li {
padding: 5px 0 !important;
margin: 0 !important;
border-bottom: 1px solid #EEE;
float: none !important;
}
.user-content ul li:before, .user-content ul li:after {
display: block;
content: "";
overflow: hidden;
clear: both;
}
.goog-te-gadget .goog-te-combo{
margin: 0 !important;
}
.user-content ul li.logout {
border-bottom: none !important;
margin-bottom: 0 !important;
/* 	font-size: 0.85em; */
}
.user-content ul li.news {
border-bottom: none !important;
padding-bottom: 0 !important;
position: relative;
}
.user-content ul li.news span {
background: #f75c53;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
position: absolute;
top: -1px;
right: -3px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif !important;
}
.user-content ul li.mypage {
border-bottom: none !important;
padding-bottom: 0 !important;
}
.user-content ul li.myfavorite {
border-bottom: none !important;
padding-bottom: 0 !important;
}
.user-content ul li.news p a,
.user-content ul li.mypage p a,
.user-content ul li.myfavorite p a{
border: none !important;
color: #FFF;
background: #333;
display: block;
width: 100%;
padding: 10px 0 !important;
text-align: center;
margin: 0 !important;
transition: all 0.3s ease-in-out;
}
.user-content ul li.news p a:hover,
.user-content ul li.mypage p a:hover,
.user-content ul li.myfavorite p a:hover {
opacity: 0.8;
text-decoration: none;
}
#header .user-content ul li.logout input[type=submit] {
background: none;
border: none;
border: 1px solid #AAA;
padding: 5px 10px;
box-sizing: border-box;
transition: all 0.3s ease-in-out;
width: 100% !important;
cursor: pointer;
position: initial;
text-indent: 0;
height: auto;
font-size:0.9em;
}
.user-content ul li.logout p a:hover {
background: #333;
color: #FFF;
}
.user-content ul li.logout p a {
background: none;
border: none;
border: 1px solid #AAA;
padding: 5px 10px;
box-sizing: border-box;
transition: all 0.3s ease-in-out;
width: 100% !important;
cursor: pointer;
display:block;
text-align: center;
}
#header .user-content ul li.logout input[type=submit]:hover {
background: #333;
color: #FFF;
}
.user-content p {
font-size: 0.85em;
}
.user-content ul li {
float: none;
margin-bottom: 10px !important;
}
.user-content ul li:last-child {
border: none;
}
.user-content ul li dt {
font-size: 0.8em;
color: #666;
}
.user-content ul li dd {
color: #333;
font-size: 0.9em;
}
/*================================*/
.search-content {
display: none;
position: absolute;
top: 62px;
right: 320px;
background: #FFF;
padding: 0 10px;
width: 220px;
}
@media only screen and (max-width:767px) {
.search-content {
right: auto;
z-index: 999999 !important;
top: 80px;
padding: 10px;
width: 100%;
box-sizing: border-box;
}
.user-content ul li.news span {
right: -2px;
top:-4px;
}
}
.search-content ul li {
float: left;
padding: 7px;
margin: 0 !important;
}
.search-content ul li a {
border: none !important;
color: #FFF;
margin: 0 !important;
padding: 0 !important;
transition: all 0.3s ease-in-out;
font-size: 0.8em;
}
.search-content ul li a:hover {
opacity: 0.8;
}
.search-content ul li span {
padding: 5px !important;
margin: 0 !important;
overflow: hidden;
clear: both;
float: none !important;
border-radius: 5px;
background: #EEE;
color: #333;
}
.search-content ul li.more {
float: none !important;
clear: both;
}
.search-content ul li.more a {
color: #333;
}
.search-content ul li.more p {
float: right !important;
}
.search-content ul li.more a:before {
content: ">";
margin-right: 5px;
color: #E72A28;
display: inline-block;
transform: scale(0.7, 1)
}
/*============================================================================================================================*/
main:before, main:after {
content: "";
overflow: hidden;
clear: both;
display: block;
}
main {
margin: 72px auto 0 auto;
width: 100%;
}
@media only screen and (max-width:769px) {
main {
margin: 72px 0 0 0;
padding: 0;
box-sizing: border-box;
}
.rakuten ~ main {
    margin: 114px 0 0 0;
}
}
#overlay {
padding-top: 20px;
}
nav {
width: 20%;
box-sizing: border-box;
position: fixed;
top: 53px;
z-index: 999;
margin-top: -1px;
background: #FFF;
height: 100vh;
}
@media only screen and (max-height:820px) {
nav {
height: 100%;
padding-bottom: 30vh;
-ms-overflow-style: -ms-autohiding-scrollbar; /* IE用：スクロールバー自動非表示 */
}

/* Chrome,Safari用：スクロールバーデザイン */
nav::-webkit-scrollbar {
width: 4px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
nav::-webkit-scrollbar-thumb {
background: #999;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#overlay {
height: auto;
}
}
@media only screen and (max-width:769px) {
nav {
width: auto;
box-sizing: border-box;
background: none;
box-shadow: none;
border: none;
height: auto;
overflow: inherit !important
}
}

/* レフトメニュー（アコーディオン） free版、ドコモ版、楽天MD版
------------------------------------------*/
#dropmenu {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}
#dropmenu li {
    content: "";
position: relative;
z-index: 2;
width: 100%;
margin: 0;
padding: 0 0 0;
box-sizing: border-box;
cursor: pointer;
}
#dropmenu li span:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
position: absolute;
top: 17px;
left: 10px;
}

#sidenav_jp span.current_ver{
font-size: 0.9em;
line-height: 1.6em;
}

#sidenav_jp span.ver{
font-size: 1.2em;
}

#sidenav_jp .api_register{
    display: block;
    margin: 0;
    padding: 10px 30px 10px 50px;
    border-top: 3px solid #F7F7F7;
    line-height: 2.2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #282828;
    position: relative;
}
#sidenav_jp .api_register:before{
    background: url(/an/img/common/icon-form.png) no-repeat;
    background-size: 24px;
    width: 40px;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 10px;
}

#sidenav_jp #dropmenu li span.product:before {
background: url(/an/img/common/icon-p.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp #dropmenu li span.info:before {
background: url(/an/img/common/nav10.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.manual:before {
background: url(/an/img/common/nav3.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.movie:before {
background: url(/an/img/common/icon-movie.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.envir:before {
background: url(/an/img/common/icon-e.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.faq:before {
background: url(/an/img/common/nav5.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.changeperson:before {
background: url(/an/img/common/icon-changeperson.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.contact:before {
background: url(/an/img/common/icon-form.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.seminar:before {
background: url(/an/img/common/icon-seminar.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.case:before {
background: url(/an/img/common/icon-case.png) no-repeat;
background-size: 27px;

}
#sidenav_jp #dropmenu li span.windows:before {
background: url(/an/img/common/icon-win.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.rakuten:before {
background: url(/an/img/common/icon-rakuten.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp #dropmenu li span.product:hover:before {
background: url(/an/img/common/icon-p_w.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp #dropmenu li span.info:hover:before {
background: url(/an/img/common/nav10_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.manual:hover:before {
background: url(/an/img/common/nav3_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.movie:hover:before {
background: url(/an/img/common/icon-movie_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.envir:hover:before {
background: url(/an/img/common/icon-e_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.faq:hover:before {
background: url(/an/img/common/nav5_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.contact:hover:before {
background: url(/an/img/common/icon-form_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.changeperson:hover:before {
background: url(/an/img/common/icon-changeperson_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.seminar:hover:before {
background: url(/an/img/common/icon-seminar_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.windows:hover:before {
background: url(/an/img/common/icon-win_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp #dropmenu li span.case:hover:before {
background: url(/an/img/common/icon-case_w.png) no-repeat;
background-size: 27px;
}
#dropmenu li ul li span:before {
display: none !important;
}
#dropmenu li > span:after {
content: ">";
position: absolute;
display: inline-block;
color: #9fa09e;
top: 15px;
right: 20px;
transform: rotate(90deg) scale(0.5, 1.2);
transition: 1s;
}
#dropmenu li.on > span:after {
content: ">";
transform: rotate(-90deg) scale(0.5, 1.2);
transition: 1s;
}
#dropmenu li > span:hover:after {
color: #fff;
}
#dropmenu li ul li a[target="_blank"] span:after,
#sidenav_jp .api_register:after {
content: "";
position: absolute;
display: inline-block;
color: #282828;
top: 50%;
margin-top: -8px;
right: 20px;
background: url(/an/img/common/ref.png) no-repeat;
background-size: 12px;
width: 12px;
height: 12px;
}
#dropmenu li ul li a[target="_blank"]:hover span:after,
#sidenav_jp a.api_register[target="_blank"]:hover:after {
background-image: url(/an/img/common/ref-white.png);
}
#dropmenu li span {
display: block;
margin: 0;
padding: 10px 30px 10px 50px;
border-top: 3px solid #F7F7F7;
line-height: 2.2;
text-decoration: none;
transition: all 0.3s ease-in-out;
color: #282828;
}
#dropmenu li span:hover,
#sidenav_jp .api_register:hover {
background: #333;
color: #FFF;
}
#sidenav_jp .api_register a:hover{
    color: #fff;
}
/*
#dropmenu li:hover:after{
color: #FFF;
}
*/
#dropmenu li ul {
list-style: none;
z-index: 100;
top: 0 !important;
left: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
display: none;
}
#dropmenu li ul li:after {
display: none;
}
#dropmenu > li:hover li:hover > a {
color: #1c75bc;
}
#dropmenu li ul li span {
padding: 12px 15px;
background: #ffffff;
text-align: left;
font-size: 0.9em;
border-right: 3px solid #F7F7F7;
}
#dropmenu li ul li a:hover span{
background: #666;
color: #FFF;
}

@media only screen and (max-width:769px) {
#dropmenu li a, #dropmenu li > div {
font-size: 0.8em;
}
/*.boxContact li:after {
content: ">";
transform:rotate(90deg);
}
*/
/*
#dropmenu li.on:after {
content: ">";
transform:rotate(-90deg);
}
*/
#dropmenu li ul {
list-style: none;
position: relative;
z-index: 100;
top: 100% !important;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
display: none;
}
#dropmenu li ul li span {
padding: 3px 3p  3px 20px !important;
background: #f0f0f0;
text-align: left;
font-size: 1.1em;
border-right: 3px solid #F7F7F7;
}
}

/* レフトメニュー（アコーディオン） IIJ版、たよれーる版
------------------------------------------*/
#sidenav_jp .case {
display: block;
margin: 0;
padding: 10px 30px 10px 50px;
border-top: 3px solid #F7F7F7;
line-height: 2.2;
text-decoration: none;
transition: all 0.3s ease-in-out;
position: relative;
}
#sidenav_jp .case::before {
background: url(/an/img/common/icon-case.png) no-repeat;
background-size: 27px;
width: 40px;
content: "";
display: inline-block;
height: 24px;
position: absolute;
top: 14px;
left: 10px;
}
#sidenav_jp .case:hover {
background: #333;
color: #FFF;
}
#sidenav_jp .case:hover:before {
background: url(/an/img/common/icon-case_w.png) no-repeat;
background-size: 27px;
width: 40px;
content: "";
display: inline-block;
height: 24px;
position: absolute;
top: 14px;
left: 10px;
}
#sidenav_jp .faq {
display: block;
margin: 0;
padding: 10px 30px 10px 50px;
border-top: 3px solid #F7F7F7;
line-height: 2.2;
text-decoration: none;
transition: all 0.3s ease-in-out;
position: relative;
}
#sidenav_jp .faq::before {
background: url(/an/img/common/nav5.png) no-repeat;
background-size: 24px;
width: 40px;
content: "";
display: inline-block;
height: 24px;
position: absolute;
top: 14px;
left: 10px;
}
#sidenav_jp .faq:hover {
background: #333;
color: #FFF;
}
#sidenav_jp .faq:hover:before {
background: url(/an/img/common/nav5_w.png) no-repeat;
background-size: 24px;
width: 40px;
content: "";
display: inline-block;
height: 24px;
position: absolute;
top: 14px;
left: 10px;
}


#sidenav_jp div > a[target="_blank"]:hover:after, .menu[data-box="dropmenu"] li ul li a[target="_blank"]:hover span:after {
background-image: url(/cylanceprotect/img/common/ref-white.png);
}
#sidenav_jp div > a[target="_blank"]:after, .menu[data-box="dropmenu"] li ul li a[target="_blank"] span:after {
content: "";
position: absolute;
display: inline-block;
color: #282828;
top: 50%;
margin-top: -4px;
right: 20px;
background: url(/cylanceprotect/img/common/ref.png) no-repeat;
background-size: 12px;
width: 12px;
height: 12px;
}
.menu[data-box="dropmenu"] {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}
.menu[data-box="dropmenu"] li {
    content: "";
position: relative;
z-index: 2;
width: 100%;
margin: 0;
padding: 0 0 0;
box-sizing: border-box;
cursor: pointer;
}
.menu[data-box="dropmenu"] li span:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
position: absolute;
top: 17px;
left: 10px;
}

#sidenav_jp span.current_ver{
font-size: 0.9em;
line-height: 1.6em;
}

#sidenav_jp span.ver{
font-size: 1.2em;
}

#sidenav_jp .api_register{
    display: block;
    margin: 0;
    padding: 10px 30px 10px 50px;
    border-top: 3px solid #F7F7F7;
    line-height: 2.2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #282828;
    position: relative;
}
#sidenav_jp .api_register:before{
    background: url(/an/img/common/icon-form.png) no-repeat;
    background-size: 24px;
    width: 40px;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 10px;
}

#sidenav_jp .menu[data-box="dropmenu"] li span.product:before {
background: url(/an/img/common/icon-p.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.info:before {
background: url(/an/img/common/nav10.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.manual:before {
background: url(/an/img/common/nav3.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.movie:before {
background: url(/an/img/common/icon-movie.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.envir:before {
background: url(/an/img/common/icon-e.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.faq:before {
background: url(/an/img/common/nav5.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.changeperson:before {
background: url(/an/img/common/icon-changeperson.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.contact:before {
background: url(/an/img/common/icon-form.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.seminar:before {
background: url(/an/img/common/icon-seminar.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.case:before {
background: url(/an/img/common/icon-case.png) no-repeat;
background-size: 27px;

}
#sidenav_jp .menu[data-box="dropmenu"] li span.windows:before {
background: url(/an/img/common/icon-win.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.rakuten:before {
background: url(/an/img/common/icon-rakuten.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.product:hover:before {
background: url(/an/img/common/icon-p_w.png) no-repeat 1px;
background-size: 24px;
width: 40px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.info:hover:before {
background: url(/an/img/common/nav10_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.manual:hover:before {
background: url(/an/img/common/nav3_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.movie:hover:before {
background: url(/an/img/common/icon-movie_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.envir:hover:before {
background: url(/an/img/common/icon-e_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.faq:hover:before {
background: url(/an/img/common/nav5_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.contact:hover:before {
background: url(/an/img/common/icon-form_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.changeperson:hover:before {
background: url(/an/img/common/icon-changeperson_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.seminar:hover:before {
background: url(/an/img/common/icon-seminar_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.windows:hover:before {
background: url(/an/img/common/icon-win_w.png) no-repeat;
background-size: 24px;
}
#sidenav_jp .menu[data-box="dropmenu"] li span.case:hover:before {
background: url(/an/img/common/icon-case_w.png) no-repeat;
background-size: 27px;
}
.menu[data-box="dropmenu"] li ul li span:before {
display: none !important;
}
.menu[data-box="dropmenu"] li > span:after {
content: ">";
position: absolute;
display: inline-block;
color: #9fa09e;
top: 15px;
right: 20px;
transform: rotate(90deg) scale(0.5, 1.2);
transition: 1s;
}
.menu[data-box="dropmenu"] li.on > span:after {
content: ">";
transform: rotate(-90deg) scale(0.5, 1.2);
transition: 1s;
}
.menu[data-box="dropmenu"] li > span:hover:after {
color: #fff;
}
.menu[data-box="dropmenu"] li ul li a[target="_blank"] span:after,
#sidenav_jp .api_register:after {
content: "";
position: absolute;
display: inline-block;
color: #282828;
top: 50%;
margin-top: -8px;
right: 20px;
background: url(/an/img/common/ref.png) no-repeat;
background-size: 12px;
width: 12px;
height: 12px;
}
.menu[data-box="dropmenu"] li ul li a[target="_blank"]:hover span:after,
#sidenav_jp a.api_register[target="_blank"]:hover:after {
background-image: url(/an/img/common/ref-white.png);
}
.menu[data-box="dropmenu"] li span {
display: block;
margin: 0;
padding: 10px 30px 10px 50px;
border-top: 3px solid #F7F7F7;
line-height: 2.2;
text-decoration: none;
transition: all 0.3s ease-in-out;
color: #282828;
}
.menu[data-box="dropmenu"] li span:hover,
#sidenav_jp .api_register:hover {
background: #333;
color: #FFF;
}
#sidenav_jp .api_register a:hover{
    color: #fff;
}
/*
.menu[data-box="dropmenu"] li:hover:after{
color: #FFF;
}
*/
.menu[data-box="dropmenu"] li ul {
list-style: none;
z-index: 100;
top: 0 !important;
left: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
display: none;
}
.menu[data-box="dropmenu"] li ul li:after {
display: none;
}
.menu[data-box="dropmenu"] > li:hover li:hover > a {
color: #1c75bc;
}
.menu[data-box="dropmenu"] li ul li span {
padding: 12px 15px;
background: #ffffff;
text-align: left;
font-size: 0.9em;
border-right: 3px solid #F7F7F7;
}
.menu[data-box="dropmenu"] li ul li a:hover span{
background: #666;
color: #FFF;
}

@media only screen and (max-width:769px) {
.menu[data-box="dropmenu"] li a, .menu[data-box="dropmenu"] li > div {
font-size: 0.8em;
}
/*.boxContact li:after {
content: ">";
transform:rotate(90deg);
}
*/
/*
.menu[data-box="dropmenu"] li.on:after {
content: ">";
transform:rotate(-90deg);
}
*/
.menu[data-box="dropmenu"] li ul {
list-style: none;
position: relative;
z-index: 100;
top: 100% !important;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
display: none;
}
.menu[data-box="dropmenu"] li ul li span {
padding: 3px 3p  3px 20px !important;
background: #f0f0f0;
text-align: left;
font-size: 1.1em;
border-right: 3px solid #F7F7F7;
}
}

/* レフトメニュー（アコーディオン） 通常版
------------------------------------------*/
#accordion-menu .accordion_menu {
	position: absolute;
	list-style: none;
	z-index: 100;
	top: 0 !important;
	left: calc(100% + 5px);
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 7px;
	box-shadow: 3px 4px 4px rgba(0,0,0,.25);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	padding: 22px 13px;
}
@media only screen and (max-width:769px) {
    #accordion-menu .accordion_menu {
        width: 100%;
        position: static;
        display: none;
        border-radius: 0;
        box-shadow: unset;
        opacity: 1;
        visibility: visible;
        transition: unset;
    }
}

#accordion-menu .accordion_menu.open {
	opacity: 1;
	visibility: visible;
}

#accordion-menu .accordion_menu li {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	box-sizing: border-box;
	cursor: pointer;
	border-top: unset;
}

#accordion-menu li {
position: relative;
z-index: 2;
width: 100%;
margin: 0;
padding: 0 0 0;
box-sizing: border-box;
cursor: pointer;
border-top: 3px solid #EFEFEF;
}

#accordion-menu li.on {
	background: #EFEFEF;
}

#accordion-menu .accordion_menu.bottom  {
	top: unset !important;
	bottom: 0 !important;
}

#accordion-menu li {
content: "";
}

#accordion-menu li span:before,
#sidenav_jp #accordion-menu .tech-info:before,
#sidenav_jp #accordion-menu .case-study:before {
content: "";
display: inline-block;
width: 21px;
height: 22px;
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

#sidenav_jp #accordion-menu li:nth-child(1) span:before {
/* background: url(../img/common/nav_icon01.svg) no-repeat; */
background: url(/an/img/common/nav_icon01.svg) no-repeat;
background-size: 21px;
height: 14px;
}
#sidenav_jp #accordion-menu li:nth-child(2) span:before {
/* background: url(../img/common/nav_icon02.svg) no-repeat; */
background: url(/an/img/common/nav_16_study.svg) no-repeat;
background-size: 21px;
}
#sidenav_jp #accordion-menu li:nth-child(3) span:before {
/* background: url(../img/common/nav_icon03.svg) no-repeat; */
background: url(../img/common/nav_icon03.svg) no-repeat;
background-size: 21px;
}
#sidenav_jp #accordion-menu li:nth-child(4) span:before {
/* background: url(../img/common/nav_icon12.svg) no-repeat; */
background: url(/an/img/common/nav_icon05.svg) no-repeat;
background-size: 21px;
}
#sidenav_jp #accordion-menu li:nth-child(5) span:before {
/* background: url(../img/common/nav_icon04.svg) no-repeat; */
background: url(/an/img/common/nav_icon06.svg) no-repeat;
background-size: 21px;
}
#sidenav_jp #accordion-menu .faq:before {
	background: url(/an/img/common/nav_icon08.svg) no-repeat;
	background-size: 21px;
}
#sidenav_jp #accordion-menu .seminar:before {
    /* background: url(../img/common/nav_icon05.svg) no-repeat; */
    background: url(/an/img/common/icon-seminar.svg) no-repeat;
    background-size: 21px;
    width: 40px;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 14px;
    left: 10px;
}
#sidenav_jp #accordion-menu li:nth-child(8) span:before {
/* background: url(../img/common/nav_icon07.svg) no-repeat; */
/* background: url(/an/img/common/icon-changeperson.svg) no-repeat; */
background: url(/an/img/common/icon-community.svg) no-repeat;
background-size: 21px;
}
#sidenav_jp #accordion-menu li:nth-child(9) span:before {
/* background: url(../img/common/nav_icon08.svg) no-repeat; */
background: url(/an/img/common/nav_icon11.svg) no-repeat;
background-size: 21px;
}
#accordion-menu li ul li span:before {
display: none !important;
}

@media only screen and (max-width:769px) {
	#accordion-menu li > span:after {
			content: ">";
			position: absolute;
			display: inline-block;
			color: #9fa09e;
			top: 20%;
			right: 20px;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: rotate(90deg) scale(0.5, 1.2);
			transform-origin:0%;
			transition: 1s;
	}
	#accordion-menu li.on > span:after {
			content: ">";
			transform: rotate(-90deg) scale(0.5, 1.2);
			transition: 1s;
	}
}
#accordion-menu li ul li a span:after {
	content: ">";
	position: absolute;
	display: inline-block;
	color: #E60012;
	top: 50%;
	right: 2%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: rotate(0deg) scale(0.5, 1.2) translateY(-50%);
	transition: .5s;    
	line-height: 0em;
}

#accordion-menu li ul li a[target="_blank"]:hover span:after {
background-image: url(../img/icon/ref-white.png);
}
#accordion-menu li span,
#accordion-menu li .faq,
#accordion-menu li .seminar{
display: block;
margin: 0;
padding: 10px 30px 10px 43px;
line-height: 2.2;
text-decoration: none;
transition: all 0.3s ease-in-out;
color: #282828;
position: relative;
font-size: 15px;
}
#accordion-menu li span:hover,
#accordion-menu li .faq:hover,
#accordion-menu li .seminar:hover{
background: #EFEFEF;
color: #333;
}
#accordion-menu li .faq,
#accordion-menu li .seminar{
    border-top: none;
}

#accordion-menu .accordion_menu li span {
	position: relative;
}

#accordion-menu .accordion_menu a {
	position: relative;
}

#accordion-menu .accordion_menu li span:hover {
border-radius: 6px;
}
#accordion-menu li ul {
list-style: none;
z-index: 100;
top: 0 !important;
left: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
}
#accordion-menu li ul li:after {
display: none;
}
#accordion-menu > li:hover li:hover > a {
color: #1c75bc;
}
#accordion-menu li ul li span {
padding: 12px 15px;
background: #ffffff;
text-align: left;
font-size: 0.9em;
}
#accordion-menu li ul li a:hover span{
background: #EFEFEF;
}

@media only screen and (max-width:769px) {
#accordion-menu li a, #accordion-menu li > div {
font-size: 0.8em;
}
}
#accordion-menu li ul {
list-style: none;
position: relative;
z-index: 100;
top: 100% !important;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: #EEE;
}
#accordion-menu li ul li span {
padding: 3px 40px 3px 3px !important;
background: #fff;
text-align: left;
font-size: 15px;
white-space: nowrap;
}


nav h2 {
font-size: 1.0em;
text-align: center;
color: #282828;
margin: 0 0 10px 0;
}
nav h2 span:nth-child(1) {
display: block;
}
nav h2 span:nth-child(2) {
margin-right:5px;
}
nav p {
text-align: center;
margin-bottom: 20px;
}
nav p a {
padding: 5px 20px;
text-decoration: none;
transition: all 0.3s ease-in-out;
background: #f0f0f0;
}
nav p a:hover {
background: #FFF;
color: #595959;
border: none;
text-decoration: none;
}
nav i, red {
width: 25px;
height: 25px;
background: #E71E0F;
display: block;
border-radius: 50%;
margin: -12px auto 0 auto;
}

.nav_release a{
font-size: 0.9em;
}

.nav_release a:before{
content: "";
display: inline-block;
position: relative;
width: 6px;
height: 6px;
right: 13px;
top: 1px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #333;
}

/*======================================*/
#other-nav {
padding: 10px 20px 10px 15px;
overflow: hidden;
}
#other-nav p {
font-size: 0.8em;
color: #999;
margin: 20px 0 0 0;
}
#other-nav p a {
background: none !important;
}
@media only screen and (max-width:769px) {
#other-nav {
display: none;
}
}
/*======================================*/
.tab {
    margin-left: 50px;
    display: flex;
}
.tab > li + li > a{
    margin-left: 20px;
}
.tab > li > a {
    text-align: center;
    width: 120px;
    border: 3px solid #ddd;
    padding: 10px 20px 20px;
    display: inline-block;
    position: relative;
}
.tab > li > a:hover {
    background-color: #d7e0d7;
}
.tab > li > a::after {
    content: ">";
    position: absolute;
    display: inline-block;
    color: #9fa09e;
    bottom: 0;
    right: 76px;
    transform: rotate(90deg) scale(0.5, 1.2);
}

/*======================================*/
#particles-js {
position: fixed;
z-index: 0;
width: 100%;
height: 100vh;
z-index: -1;
}
a#btn span {
background: #FFF;
width: 18px;
height: 2px;
display: block;
position: relative;
top: 11px;
left: 4px;
}
a#btn span:before {
content: "";
display: block;
position: absolute;
top: -7px;
background: #FFF;
width: 18px;
height: 2px;
transition: all 0.3s ease-in-out;
}
a#btn span:after {
content: "";
display: block;
position: absolute;
top: 7px;
background: #FFF;
width: 18px;
height: 2px;
transition: all 0.3s ease-in-out;
}
a#btn span.change {
height: 0;
}
a#btn span.change:before {
transform: rotate(-45deg);
top: 0;
}
a#btn span.change:after {
transform: rotate(45deg);
top: 0;
}
a#btn {
display: none;
margin: 0;
position: absolute;
right: 0;
top: 7px;
padding: 0;
cursor: pointer;
width: 36px;
height: 36px;
box-sizing: border-box;
border-radius: 50%;
z-index: 9999;
}
@media only screen and (max-width:769px) {
p.spnav {
display: block;
}
a#btn img {
max-width: 100%;
}
a#btn, p#close {
display: block;
}
nav p a {
border: 1px solid #FFF;
padding: 7px 20px;
font-size: 0.8em;
}
nav h2 {
margin: 10px 0 10px 0;
}
}
@media only screen and (max-width:769px) {
input[type=text], textarea, input[type=button] {
-webkit-appearance: none;
}
}
article#contents {
float: right;
width: 79%;
padding: 0;
box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
article#contents {
margin-top: 70px;
}
}

@media all and (-ms-high-contrast: none) {
.page-template-top-template article#contents {
margin: 70px 0 0 0;
}
#header .user-content ul li.logout input[type=submit]{
position: relative !important;
left:auto !important;
}
}
article#undercontents {
float: right;
width: 79%;
padding: 0;
box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
article#undercontents {
margin-top: 70px;
}
}
#wrapper {
padding: 30px 20px 20px 20px;
margin: 10px 0 0 0;
background: rgba(255,255,255,.8);
max-width:1400px;
}
article#undercontents > section {
margin: 0 10px;
}
@media only screen and (max-width:769px) {
#wrapper {
padding: 10px 0;
}
article#undercontents > section {
margin: 0;
}
article#contents {
float: none;
width: auto;
}
article#undercontents {
float: none;
width: auto;
}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#sitemap {
background: #EEE;
margin-left: 20%;
padding-bottom: 100px;
}
#sitemap > div {
max-width: 1400px;
margin: 0 auto;
padding: 20px 20px 0 20px;
box-sizing: border-box;
}
@media only screen and (max-width:1300px) {
#sitemap > div {
padding: 50px 50px;
}
}
@media only screen and (max-width:769px) {
#sitemap > div {
padding: 0;
}
#sitemap {
margin: 0;
}
}
#sitemap > div h3 {
border-bottom: 1px solid #DDD;
padding-bottom: 5px;
}
#sitemap > div ul {
overflow: hidden;
clear: both;
}
#sitemap > div ul li {
float: left;
font-weight: 500;
}
#sitemap > div ul li a {
transition: all 0.3s ease-in-out;
font-weight: normal;
}
#sitemap > div ul li a:hover {
opacity: 0.8;
}
#sitemap > div ul li {
width: 22%;
margin-right: 4%;
}
#sitemap > div ul li:last-child {
margin-right: 0;
}
#sitemap > div ul li h3 {
margin: 10px 0;
font-size: 1.1em;
}
.sp-hide {
padding-bottom: 20px;
}
@media only screen and (max-width:769px) {
#sitemap > div ul li {
float: none;
}
#sitemap > div ul li {
width: auto;
margin-right: 0;
}
#sitemap > div ul li h3.acc:after {
content: ">";
display: inline-block;
float: right;
transform: rotate(90deg) scale(0.7, 1)
}
#sitemap > div ul li h3.on {
border-bottom: none;
padding-bottom: 0;
}
#sitemap > div ul li h3.acc.on:after {
transform: rotate(-90deg) scale(0.7, 1)
}
#sitemap > div ul li h3 {
padding: 10px;
font-size: 0.85em;
margin: 0;
}
#sitemap > div ul li h3 a {
display: block;
}
#sitemap > div ul li h4, #sitemap > div ul li p {
padding: 0 10px;
font-weight: normal;
}
#sitemap > div ul li h4 {
font-size: 0.9em;
}
#sitemap > div ul li:last-child h3:not(:first-child) {
margin-top: 0 !important;
}
#sitemap > div ul li:last-child h3 {
margin-bottom: 0;
}
.sp-hide {
border-bottom: 1px solid #DDD;
padding-bottom: 10px;
}
}
#sitemap > div ul li ul li {
width: 100% !important;
margin-right: 4% !important;
float:none;
}
@media only screen and (max-width:769px) {
#sitemap > div ul li ul li {
width: auto !important;
margin-right: 0 !important;
padding-top:5px;
}
}
#sitemap > div ul li ul li:last-child {
margin-right: 0 !important;
}
#sitemap > div ul li p {
font-size: 0.85em;
margin: 0 0 5px 0;
}
#sitemap > div ul li p:before {
content: "－";
margin: 0 5px 0 0;
}
#sitemap > div ul li a[target="_blank"]:after {
background: url(/an/img/common/ref.png) no-repeat;
content: "";
display: inline-block;
margin-left: .8em;
background-size: 12px;
width: 12px;
height: 12px;
vertical-align: middle;
}
#sitemap > div ul li p {
margin-top: 3px;
}
#sitemap > div ul li h4 {
margin: 15px 0 0 0;
}
#sitemap > div ul li h4 span {
font-size: 0.8em;
}
@media only screen and (max-width:769px) {
#sitemap > div ul li h4 {
margin: 10px 0 0 0;
border-top: 1px dashed #DDD;
padding-top: 10px;
}
}

/*=================================================================*/
#footer {
background: #222;
overflow: hidden;
clear: both;
padding: 25px 0;
text-align: center;
}
#footer ul {
display: inline-block;
}
#footer ul li {
float: left;
font-size: 0.85em;
padding: 5px;
}
#footer ul li:first-child {
margin-left: 30px;
}
#footer ul li:nth-child(4) {
clear: both;
}
#footer ul li a {
color: #FFF;
display: block;
border-right: 1px solid #999;
padding-right: 10px;
transition: all 0.3s ease-in-out;
}
#footer ul li a:hover {
opacity: 0.8;
}
#footer ul li:nth-child(3) a, #footer ul li:last-child a {
border-right: none;
}
#menu-footer-menu ul.sub-menu li {
float: none;
}
#footer_contents{
margin-top: 50px;
margin-left: 20%;
max-width: 1460px;
}

.footer-logo img{
width: 120px;
}

@media only screen and (max-width:769px) {
#footer_contents{
margin-top: 20px;
margin-bottom: 30px;
margin-left: 0;
}
}

@media only screen and (max-width:769px) {
#footer {
text-align: left;
padding: 0;
}
#footer ul {
display: block;
}
#footer ul li:first-child {
margin-left: 0;
}
#footer ul li {
width: 50%;
float: left;
box-sizing: border-box;
padding: 0;
border-right: 1px solid #333;
box-sizing: border-box;
}
#footer ul li:nth-child(2n) {
margin-right: 0 !important;
border-right: none !important;
}
#footer ul li a:before {
content: ">";
display: inline-block;
color: #FFF;
transform: scale(0.7, 1);
margin-right: 7px;
font-size: 0.6em;
}
#footer ul li a {
padding: 10px 15px;
border: none;
border-bottom: 1px solid #333;
display: block;
font-size: 0.95em;
}
#footer ul li:nth-child(4) {
clear: inherit !important;
}
}
/*=================================================================*/
#copyright {
background: none;
overflow: hidden;
padding: 20px 0;
text-align: center;
}
#copyright p {
display: none;
}
#copyright > div {
max-width: 1400px;
margin: 0 auto;
}
#copyright div{
font-size: 0.8em;
color: #999;
margin: auto;
}

@media only screen and (max-width:1300px) {
#copyright > div {
padding: 0 50px;
}
}
@media only screen and (max-width:769px) {
#copyright p {
display: block;
}
#copyright {
background:#FFF;
display: block;
padding: 0;
margin: 0;
}
#copyright > div {
padding: 0;
}
}
#copyright ul {
display: inline-block;
padding: 12px 0 0 0;
}
#copyright ul li {
float: left;
}
#copyright ul li a {
font-size: 0.8em;
color: #FFF;
border-right: 1px solid #999;
padding: 0 7px;
}
#copyright ul li:last-child a {
border: none;
}
#copyright p span {
color: #a7a9ac;
font-size: 0.6em;
}
#copyright p {
float: none !important;
clear: both;
overflow: hidden;
text-align: center;
padding-top: 30px !important;
}
#copyright p:nth-child(3) {
padding: 0 !important;
}
@media only screen and (max-width:769px) {
#copyright ul {
float: none;
padding: 0;
overflow: hidden;
clear: both;
}
#copyright p {
float: none;
}
#copyright ul li {
width: 50%;
display: block;
text-align: left;
border: 1px solid #333;
box-sizing: border-box;
}
#copyright ul li {
border-top: none;
}
#copyright ul li:nth-child(even) {
border-right: none;
}
#copyright ul li a {
font-size: 0.7em;
border: none;
padding: 7px 10px;
display: block;
}
#copyright p {
float: none;
width: 100px;
margin: 25px auto;
text-align: center;
padding: 0 !important;
}
}


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

#warning {
position: relative;
top: 53px;
margin-left: 20%;
}
#expired {
width: 100%;
background: #666;
text-align: center;
color: #FFF;
font-size: 0.90em;
font-weight: 500;
padding: 5px 0 7px 0px;
box-sizing: border-box;
}
#expired p:before {
content: "";
display: inline-block;
background: url(/an/img/common/attention-w.png) no-repeat;
background-size: 18px;
width: 18px;
height: 18px;
margin: 0 10px 0 0;
position: relative;
top: 3px;
}
#version-up {
width: 100%;
background:#f75c53;
text-align: center;
color: #FFF;
font-size: 0.90em;
font-weight: 500;
padding: 5px 0 7px 0;
box-sizing: border-box;
}
#version-up p:before {
content: "";
display: inline-block;
background: url(/an/img/common/attention-w.png) no-repeat;
background-size: 18px;
width: 18px;
height: 18px;
margin: 0 10px 0 0;
position: relative;
top: 3px;
}
#warning > div > div {
margin: 0 auto;
position: relative;
}
#warning > div > div i {
position: absolute;
right: 10px;
top: -5px;
display: block;
transform: rotate(-45deg);
cursor: pointer;
font-size: 150%;
}
@media only screen and (max-width:769px) {
#warning {
position: relative;
top: 80px;
margin: 0;
}
#expired {
padding: 5px 10px 7px 10px;
}
#version-up {
padding: 5px 10px 7px 10px;
}
#warning p {
font-size: 0.9em;
}
}
#head-nav {
position: sticky;
position: -webkit-sticky;
top: 53px;
z-index: 99;
}
#head-nav ul {
overflow: hidden;
clear: both;
margin-right: 20px;
}
#head-nav ul li {
float: left;
width: 32.65%;
margin-right: 1%;
text-align: center;
}
#head-nav ul li.btn-information span {
display:inline-block;
background: #f75c53;
width: 15px;
height: 15px;
line-height: 15px;
vertical-align: middle;
border-radius: 50%;
position: relative;
padding: 5px;
top: -8px;
color: #FFF;
right: -4px;
font-size: 0.7em;
font-family: Arial, Helvetica, sans-serif !important;
}
#head-nav ul li a {
display: block;
background: #FFF;
padding: 10px;
transition: all 0.3s ease-in-out;
border-bottom: 5px solid #FFF;
}
#head-nav ul li a:hover {
border-bottom: 5px solid #555;
}
#head-nav ul li:last-child {
margin-right: 0;
}
#head-nav ul li a:before {
content: "";
width: 20px;
height: 20px;
display: inline-block;
margin: 0 10px 0 0;
position: relative;
top: 3px;
}
#head-nav ul li.btn-recommended a:before {
background: url(/an/img/common/icon-r.png) no-repeat;
background-size: 20px;
}
#head-nav ul li.btn-information a:before {
background: url(/an/img/common/icon-i.png) no-repeat;
background-size: 20px;
}
#head-nav ul li.btn-history a:before {
background: url(/an/img/common/icon-h.png) no-repeat;
background-size: 20px;
}
@media only screen and (max-width:769px) {
#head-nav {
display: none;
}
#head-nav ul li a:before {
content: "";
width: 15px;
height: 15px;
margin: 0 5px 0 0;
}
#head-nav ul li.btn-recommended a:before {
background: url(/an/img/common/icon-r.png) no-repeat;
background-size: 15px;
}
#head-nav ul li.btn-information a:before {
background: url(/an/img/common/icon-i.png) no-repeat;
background-size: 15px;
}
#head-nav ul li.btn-history a:before {
background: url(/an/img/common/icon-h.png) no-repeat;
background-size: 15px;
}
#head-nav {
top: 70px;
}
#head-nav ul li a {
font-size: 0.6em;
padding: 5px;
}
}

/*------------------------------------------------------------
	タイトル
------------------------------------------------------------*/
h2.title {
font-size: 0.90em;
font-weight: 400;
position: relative;
color: #333;
margin: 80px 10px 10px 10px;
line-height: 2em;
}
h2.title span {
display: block;
font-size: 2em;
font-family: 'Renner*'!important;
/* font-weight:400 !important; */
font-weight: 300 !important;
}
@media only screen and (max-width:769px) {
h2.title {
font-size: 0.70em;
margin: 20px 10px 0 10px;
}
h2.title span {
font-size: 2.3em;
}
h2.title:after {
content: "";
width: 20px;
height: 2px;
}
}
.maintitle {
margin: 0 0 25px 15px;
}

.underpage_form .maintitle {
margin: 0 0 25px 0;
}

.maintitle h2.undertitle {
font-size: 1.5em;
line-height: 1.9em;
margin: 0 0 10px 0;
}
p.textlink a {
text-decoration: underline;
cursor: pointer;
}
.maintitle h2.undertitle + img {
width: 100%;
}
.maintitle h2.undertitle + img + p {
margin-top: 20px;
}


@media only screen and (max-width:769px) {
.maintitle {
margin: 0 0 15px 15px;
}
.maintitle h2.undertitle + img + p {
margin-top: 10px;
}
.maintitle h2.undertitle {
font-size: 1.1em;
}
}
#undercontents h3.subtitle, #contents h3.subtitle {
font-size: 1.2em;
margin: 50px 0 10px;
border-bottom: 1px dashed #CCC;
padding: 0 0 5px 0;
}
#undercontents h3.subtitle #contents h3.subtitle span {
background: #CCC;
padding: 3px 6px;
font-size: 0.9em;
margin: 0 0 0 10px;
}

h4.subtitle {
font-size: 1.1em;
}
@media only screen and (max-width:769px) {
#undercontents h3.subtitle, #contents h3.subtitle {
padding: 0 0 5px 10px;
}

h4.subtitle {
font-size: 0.9em;
}
}
/*------------------------------------------------------------
	pタグ
------------------------------------------------------------*/
.underpage p {
font-size: 1.0em;
line-height: 1.8;
}
@media only screen and (max-width:769px) {
.underpage p {
font-size: 0.9em;
line-height: 1.6;
padding: 10px;
}
}

/*===================================================================*/
article#contents > section {
margin: 50px 0;
}
article#contents .topsearch {
position: relative;
margin: 0 10px 30px 10px;
}
article#contents .topsearch input[type=text] {
border: 1px solid #666;
width: 100%;
box-sizing: border-box;
background: none;
border-radius: 30px;
padding: 5px 5px 5px 45px;
}
article#contents .topsearch input[type=submit] {
background: url(/an/img/common/scope-b.png) no-repeat;
background-size: 17px;
width: 17px;
height: 17px;
border: none;
position: absolute;
left: 20px;
top: 9px;
text-indent: -9999px;
}
@media only screen and (max-width:769px) {
article#contents > section {
margin: 25px 0;
}
article#contents > section#information {
margin: 25px 10px;
}
article#contents .topsearch {
margin-bottom: 25px;
}
}
/*===================================================================*/

.slider-list {
margin: 0 7px;
display: flex;
flex-wrap: wrap;
}
.slider-list li {
margin: 0 3px;
box-sizing: border-box;
display: block;
background: #FFF;
position: relative;
}
.slider-list li .pic {
width: 100%;
margin: 0 auto;
}
.slider-list li .text {
padding: 10px;
}
.slider-list li h3 {
font-size: 1.1em;
margin: 0 0 5px 0;
position: relative
}
.slider-list li p {
font-size: 0.85em;
}

.slider-list.center li .pic img {
display: block;
width: 80px;
}
.slider-list li i {
text-align: right;
border-radius: 30px;
padding: 6px 20px;
margin: 0;
font-size: 0.85em;
transition: all 0.3s ease-in-out;
position: absolute;
bottom: 20px;
right: 10px;
background: #444;
color: #FFF;
}
.slider-list li i:before {
content: ">";
display: inline-block;
transform: scale(0.8, 1);
margin: 0 10px 0 0;
}
.slick-disabled {
display: none !important;
}
.slider-list li a:hover i {
opacity: 0.8;
}
@media only screen and (max-width:769px) {
.slider-list li h3 span {
font-size: 0.90em;
}
.slider-list {
margin: 10px auto 35px auto;
width: 100%;
}
.slider-list li {
padding: 0;
margin: 0 5px;
}
.slider-list li h3 {
margin-bottom: 5px;
}
.slider-list li p {
font-size: 0.80em;
}
.slider-list li a i {
font-size: 0.70em;
}
}
.history-list li a {
transition: all 0.3s ease-in-out;
}
.history-list li a:hover {
opacity: 0.8;
}
/*===================================================================*/
h3.subtitle {
border-bottom: 1px solid #CCC;
padding-bottom: 5px;
margin-bottom: 20px;
font-size: 1.4em;
}
ul.info-list {
margin: 0 auto;
overflow: hidden;
clear: both;
-ms-overflow-style: -ms-autohiding-scrollbar; /* IE用：スクロールバー自動非表示 */
}

/* Chrome,Safari用：スクロールバーデザイン */
ul.info-list::-webkit-scrollbar {
width: 4px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
ul.info-list::-webkit-scrollbar-thumb {
background: #666;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width:769px) {
h3.subtitle {
font-size: 1.0em;
margin: 0 10px;
}
ul.info-list {
margin: 0;
overflow: hidden;
clear: both;
}
}
ul.info-list li {
position: relative;
}
ul.info-list li a {
border-bottom: 1px solid #EEE;
display: block;
padding: 12px 0;
transition: all 0.3s ease-in-out;
}
ul.info-list li:last-child a {
padding-bottom: 0;
border-bottom: none;
}
ul.info-list li a:hover {
opacity: 0.8;
}
ul.info-list li ul {
overflow: hidden;
clear: both;
margin: 0 0 0 10px;
}
ul.info-list li ul li {
float: left;
font-size: 0.9em;
border-right: 1px solid #CCC;
border-bottom: none;
padding: 0 5px;
}
ul.info-list li ul li .fresh {
background: #f75c53;
color: #FFF;
font-family: 'Renner*'!important;
padding: 0 3px;
font-size: 1.0em;
}
ul.info-list li ul li:last-child, ul.info-list li ul li:first-child, ul.info-list li ul li:nth-last-child(2) {
border: none;
}
ul.info-list li i {
width: 10px;
height: 10px;
display: block;
border-radius: 50%;
background: #fcc800;
position: absolute;
top: 16px;
left: 0;
}
ul.info-list li h4 {
margin: 6px 0 0 12px;
font-size: 1.0em
}
#information > article {
background: #FFF;
padding: 10px;
box-sizing: border-box;
display: block;
margin: 0 10px 20px 10px;
}
@media only screen and (max-width:769px) {
ul.info-list li ul li {
font-size: 0.8em;
}
ul.info-list li h4 {
font-size: 0.8em;
}
#information > article {
background: #FFF;
padding: 10px;
box-sizing: border-box;
display: block;
margin: 10px 10px 10px 10px;
}
}
/*===================================================================*/


.slider2 li {
min-height: 270px;
background: #FFF;
}
@media only screen and (max-width:1400px) {
.slider2 li {
min-height: 240px;
}
}
.slider2 {
margin-bottom: 50px;
}
@media only screen and (max-width:769px) {
.slider2 li {
min-height: 220px;
}
.slider2 {
margin-bottom: 20px;
}
}

/*外部リンクアイコン*/
.icon_external_link::after{
content: "";
display: inline-block;
margin-left: .5em;
background: url(/an/img/common/ref.png) no-repeat;
background-size: 12px;
width: 12px;
height: 12px;
vertical-align: middle;
}

.navList {
background: #fff;
}
.navList > div {
max-width: 1400px;
margin: 0 auto;
padding: 20px 20px 0 20px;
box-sizing: border-box;
}
@media only screen and (max-width:1300px) {
.navList > div {
padding: 10px;
}
}
@media only screen and (max-width:769px) {
.navList > div {
padding: 0;
}
.navList {
margin: 0;
}
}
.navList > div h3 {
border-bottom: 1px solid #DDD;
padding-bottom: 5px;
}
.navList > div ul {
overflow: hidden;
clear: both;
display: flex;
flex-direction: column;
}
.navList > div ul li {
float: left;
font-weight: 500;
}
.navList > div ul li a {
transition: all 0.3s ease-in-out;
font-weight: normal;
}
.navList > div ul li a:hover {
opacity: 0.8;
}
.navList > div ul li {
margin-right: 4%;
}
.navList > div ul li:last-child {
margin-right: 0;
}
.navList > div ul li h3 {
display: block;
margin: 10px 0;
font-size: 1.1em;
}
.sp-hide {
padding-bottom: 20px;
}
@media only screen and (max-width:769px) {
.navList > div ul li {
float: none;
}
.navList > div ul li {
width: auto;
margin-right: 0;
}
.navList > div ul li h3.acc:after {
content: ">";
display: inline-block;
float: right;
transform: rotate(90deg) scale(0.7, 1)
}
.navList > div ul li h3.on {
border-bottom: none;
padding-bottom: 0;
}
.navList > div ul li h3.acc.on:after {
transform: rotate(-90deg) scale(0.7, 1)
}
.navList > div ul li h3 {
padding: 10px;
font-size: 0.85em;
margin: 0;
}
.navList > div ul li h3 a {
display: block;
}
.navList > div ul li h4, .navList > div ul li p {
padding: 0 10px;
font-weight: normal;
}
.navList > div ul li h4 {
font-size: 0.9em;
}
.navList > div ul li:last-child h3:not(:first-child) {
margin-top: 0 !important;
}
.navList > div ul li:last-child h3 {
margin-bottom: 0;
}
.sp-hide {
border-bottom: 1px solid #DDD;
padding-bottom: 10px;
}
}
.navList > div ul li ul li {
width: 48% !important;
margin-right: 4% !important;
}
@media only screen and (max-width:769px) {
.navList > div ul li ul li {
width: auto !important;
margin-right: 0 !important;
}
}
.navList > div ul li ul li:last-child {
margin-right: 0 !important;
}
.navList > div ul li p {
font-size: 0.85em;
margin: 0 0 5px 0;
}
.navList > div ul li p:before {
content: "－";
margin: 0 5px 0 0;
}
.navList > div ul li p {
margin-top: 3px;
}
.navList > div ul li h4 {
margin: 15px 0 0 0;
}
.navList > div ul li h4 span {
font-size: 0.8em;
}
@media only screen and (max-width:769px) {
.navList > div ul li h4 {
margin: 10px 0 0 0;
border-top: 1px dashed #DDD;
padding-top: 10px;
}
}

.fixedsticky {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
}
/* Wheen position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
position: fixed;
}
.fixedsticky-dummy {
display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
display: block;
}

.fixedsticky-on {
width: 90%;
}

.fixedsticky-on ul {
width: 84%;
}
/*------------------------------------------------------------
	TOP表
------------------------------------------------------------*/
.TOP-table{
background: #fff;
border: 1px solid #CCC;
width: 100%;
margin: 0;
font-size: 0.95em;
}
.TOP-table table{
margin: 0;
}

.TOP-table th{
width: 120px;
padding: 5px;
}

.TOP-table td{
padding-right:10px;
}

/* TOP表の人型img */
.TOP-table .user-img {
position: relative;
width: 14px;
border-radius: 50%;
padding: 3px 7px;
background: #E60012;
top: 7px;
left: 17px;
margin-right: 27px;
}

.TOP-table .user-img img{
width: 15px;
}

@media only screen and (max-width:769px) {
.TOP-table{
width: 97%;
margin: auto;
}
}

/*------------------------------------------------------------
	underpage表
------------------------------------------------------------*/
.underpage_form{
max-width: 1100px;
margin: auto;
}

.underpage table.table {
width: 100%;
}
.underpage table.table th, .underpage table.table td {
padding: 10px;
box-sizing: border-box;
font-size: 1em;
}
.underpage table.table td {
font-size: 0.9em;
}

table.table.contact th, table.table.contact td {
border: 1px solid #CCC;
background: #FFF;
padding: 10px;
box-sizing: border-box;
font-size: 0.95em;
}

.underpage table.table.contact th {
background: #EEE;
}

.underpage table.table.contact th {
width: 34%;
vertical-align: middle;
}
.underpage table.table.contact td span {
font-size: 0.8em;
}
.underpage table.table.contact td a.contactbtn {
background: #333;
padding: 10px;
color: #FFF;
border-radius: 7px;
box-sizing: border-box;
width: 100%;
display: block;
text-align: center;
}
.underpage table.table.contact td a.contactbtn::before {
content: ">";
display: inline-block;
transform: scale(0.7, 1);
margin-right: 10px;
}
.underpage table.table.contact td a.contactbtn:hover{
border: none;
}

.userinfoadj_info a.btn_red {
border: 1px solid #E60012;
padding: 10px;
color: #E60012;
border-radius: 7px;
box-sizing: border-box;
width: 100%;
display: block;
text-align: center;
}

.userinfoadj_info a.btn_red::before {
content: ">";
display: inline-block;
transform: scale(0.7, 1);
margin-right: 10px;
}

@media only screen and (max-width:769px) {
.underpage table.table.contact th,  .underpage table.table.contact td {
display: block;
border: none;
background: none;
}
.underpage table.table.contact td:last-child {
padding-bottom: 20px;
}
.underpage table.table.contact th {
font-weight: bold;
font-size: 0.9em;
width: auto;
color:#
}
}
.underpage table.table th span {
float: right;
border: 1px solid #C00;
color: #C00;
font-size: 11px;
padding: 3px;
box-sizing: border-box;
}

.underpage .contactus ul li {
font-size: 0.85em;
text-indent: -1em;
padding-left: 1em;
line-height: 1.7;
}
.underpage table.table td input[type=text], table.table td textarea {
max-width: 700px;
width: 100%;
padding: 5px;
box-sizing: border-box;
border: none;
border: 1px solid #CCC;
}
.underpage table.table td input[type=text] + p {
margin: 10px 0 0 0;
}
.underpage table.table td textarea {
width: 100%;
max-width: 700px;
height: 200px;
}
.underpage table.contact-table th {
width: 200px;
}
.underpage table.table thead th {
background: #666 !important;
color: #FFF;
}

@media only screen and (max-width:769px) {
.underpage table.contact-table th {
width: auto;
}
.underpage table.table td textarea {
height: 150px;
}
.underpage ul.submit li input[type=submit],
ul.submit li a{
font-size: 1em;
}
.underpage ul.submit li input[type=submit]:not(:last-child),
ul.submit li a:not(:last-child){
margin-bottom: 10px;
}
}

/*------------------------------------------------------------
	ユーザー様登録情報変更ページ
------------------------------------------------------------*/
/* ボタン */
ul.submit {
margin: 15px 0 30px 0;
text-align: center;
}
ul.submit li input[type=submit],
ul.submit li a{
color: #FFF;
padding: 15px;
border: none;
font-size: 1.1em;
border-radius: 5px;
transition: all 0.3s ease-in-out;
cursor: pointer;
box-sizing: border-box;
width: 266px;
display: inline-block;
text-align: center;
}
ul.submit li input[type=submit]{
background: #fff;
color: #333;
border: 1px solid #bbb;
}
ul.submit li.on input[type=submit]{
background: #00a80c;
color: #fff;
}
ul.submit li a{
background: #fff;
color: #333;
border: 1px solid #bbb;
}
ul.submit li input[type=submit]:hover {
opacity: 0.8;
}
ul.submit p{
font-size:0.8em;
margin:10px 0 0 0;
}
/* 問い合わせ_表 */
.userinfoadj_info{
margin-bottom: 25px;
}
.userinfoadj_info .emergency{
max-width: 1100px;
background: #EEE;
}

.userinfoadj_info li{
text-indent: -1em;
padding-left: 1em;
font-size: 0.9em;
}
.userinfoadj_info li::before{
content: "※";
text-indent: 0;
}
.userinfoadj_info li:not(:last-child){
margin-bottom: .3em;
}

.userinfoadj_info .link a{
display: block;
margin: 20px 0;
background: #333;
color:#FFF;
padding: 10px 20px;
max-width: 300px;
border-radius: 5px;
text-align: center;
transition: all 0.3s ease-in-out;
border: none;
}
.userinfoadj_info .link a:hover {
opacity: 0.8;
border: none;
}
.userinfoadj_info .link a[target="_blank"]:after {
background-image: url(../img/icon/ref-white.png);
}

.userinfoadj_info .userinfoadj_note{
color: #C00;
margin-top: 1em;
}

.user_change_form.contact-table{
margin-bottom: 30px;
}
.user_change_form.contact-table td div{
clear: both;
overflow: hidden;
margin: -5px;
}
.user_change_form.contact-table td div:not(:last-child){
margin-bottom: 5px;
}
.user_change_form.contact-table td div input[type=radio] {
display: none;
}
.user_change_form.contact-table td div input + label{
width: 200px;
max-width: calc(50% - 10px);
box-shadow: inset 0 0 0 1px #CCC;
margin: 5px;
transition:all 0.3s ease-in-out;
}
.user_change_form.contact-table td div input + label:hover,
.user_change_form.contact-table td div input:checked + label{
box-shadow: none;
background-color: #444;
color: #fff;
}
.user_change_form.contact-table td select{
border: 1px solid #CCC;
padding: 5px 10px 5px 5px;
color: #888;
}
.user_change_form.contact-table td input.input_w_h{
width: calc(100% - 7em);
max-width: 500px;
}
label {
display: block;
float: left;
width: 100%;
box-sizing: border-box;
text-align: center;
cursor: pointer;
border-radius: 5px;
padding: 10px;
}


.privacy_box{
border: 1px solid #CCC;
background-color: #FFFFFF;
padding: 20px;
margin: 30px auto;
max-width: 1100px;
}
.privacy_box h3{
margin-bottom: 1em;
}
@media only screen and (max-width:769px) {
.userinfoadj_info{
margin-bottom: 15px;
}
.userinfoadj_info li{
font-size: .8em;
}
.userinfoadj_info a{
font-size: .9em;
}

.user_change_form.contact-table{
margin-bottom: 20px;
}
.user_change_form.contact-table td div input + label{
padding: 10px 2px;
}
.privacy_box{
margin: 15px 0;
}
}

h2.undertitle img{
position: relative;
top: 7px;
left: 2px;
margin-right: 0;
}
@media only screen and (max-width:769px) {
h2.undertitle img{
position: relative;
top: 7px;
left: 2px;
margin-right: 10px;
}
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.slider-box {
clear: both;
overflow: hidden;
margin: 0 10px 0 0;
display:flex;
flex-wrap:wrap;
}
.slider-left {
width: 70%;
margin: 0 auto;
float: left;
}
@media only screen and (max-width:769px) {
.slider-left {
width: auto;
margin: 0 auto;
float: none;
}
}
.slider {
margin-bottom: 25px !important;
width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
.slider img {
width: 100%;
border-radius: 0;
}
ul.slider-under{
overflow:hidden;
clear:both;
margin:40px 0 0 0;
}
ul.slider-under li{
float:left;
width:49%;
margin-right:2%;
}
ul.slider-under li:last-child{
margin-right:0;
}
ul.slider-under li img{
width:100%;
}
@media only screen and (max-width:769px) {
ul.slider-under{
margin:0 10px;
}
}
.slider-right {
float: right;
list-style-type: none;
width: 28%;
}
.slider-right img {
max-width: 100%;
}
.slider-list ul li a:hover img {
filter: alpha(opacity=80);
opacity: 0.8;
}
.slider-right ul li a:hover img {
filter: alpha(opacity=80);
opacity: 0.8;
}
@media only screen and (max-width:769px) {
.slider-box {
margin: 0;
display:inherit;

}
.slider {
margin: 0 0 30px 0 !important;
padding: 0;
width: auto;
float: none;
}
.slider img {
width: 96%;
margin: 2% auto;
}
.slider-right {
float:none;
width:auto;
box-sizing: border-box;
clear: both;
}
}

.boxNews{
position: relative;
overflow: hidden;
height: 38px;
line-height: 38px;
margin: 30px 10px;
background: #eee;
}

.boxNews .newsArea a:hover {
text-decoration: underline #0075c2;
cursor: pointer;
}

.boxNews .flex li:nth-child(1) {
display: inline-block !important;
width: 110px;
}

.boxNews .flex li:nth-child(2) {
display: inline-block !important;
}

.boxNews h3.title{
font-size: 0.9em;
margin: 0 10px;
white-space: nowrap;
}

.boxNews h3.title:before{
position: relative;
content: "!";
color: #fff;
width: 14px;
border-radius: 10px;
padding: 3px 8px;
background: #333;
top: 0px;
left: 1px;
margin-right: 10px;
}

.boxNews h3.title:after{
position: relative;
content: "|";
margin:0 15px;
top: -2px;
}

.boxNews .btn{
position: absolute;
right: 0;
}

@media only screen and (max-width:769px) {
.boxNews h3.title:before {
padding: 3px 7px;
}

.boxNews h3.title{
font-size: 0.8em;
margin: 0;
padding: 0 10px;
}

.boxNews h3.title:after {
position: relative;
content: "|";
margin: 0 3px 0 7px;
top: -1px;
}
.boxNews .newsArea{
font-size: 0.9em;
padding-left: 14px;
}

.boxNews .flex li:nth-child(1) {
width: 20% !important;
}
}

.boxRelease{
position: relative;
overflow: hidden;
height: 38px;
line-height: 38px;
margin: 30px 10px;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
padding: 10px;
}

.boxRelease h3.title{
border-left: 6px solid #E60012;
font-size: 1.1em;
margin: 0 3px;
padding: 0 10px;
}

.boxRelease h3.title:after{
position: relative;
content: "|";
margin:0 15px;
top: -2px;
}

@media only screen and (max-width:769px) {
.boxRelease h3.title{
border-left: 6px solid #E60012;
font-size: 0.7em;
line-height: 1.6em;
margin: 0;
padding: 0 10px;
}
.boxRelease h3.title:after {
position: relative;
content: "|";
margin: 0 3px 0 7px;
top: -1px;
}
.boxRelease .releaseArea{
font-size: 0.9em;
}

.boxRelease .flex li:nth-child(1) {
width: 83% !important;
}
}

.boxRelease .btn{
position: absolute;
right: 0;
}

.boxOS{
margin: 40px 15px;
}

.boxOS h3.title{
font-size: 1.2em;
font-weight: 600;
margin-bottom: 10px;
}

.boxOS ul li{
width: 100%;
max-width: 335px;
margin-right: 10px;
text-align: center;
}

.boxOS ul li a{
display: block;
font-size: 1.0em;
text-decoration: none;
border-radius: 7px;
margin: 10px 0;
padding: 6px 16px 16px 16px;
border: none;
transition: all 0.3s ease-in-out;
}

.boxOS ul li a:before {
content: "";
display: inline-block;
width: 30px;
height: 30px;
position: relative;
top: 11px;
left: -14px;
}

@media only screen and (max-width:769px) {
.boxOS ul li a{
font-size: 0.75em;
padding: 0 0 15px 0;
}

.boxOS ul li{
margin-right: 5px;
}

.boxOS ul li a:before {
content: "";
display: inline-block;
width: 30px;
height: 30px;
position: relative;
top: 15px;
left: -14px;
background-size: 20px !important;
}
.boxOS ul li.Android a:before{
background-size: 26px !important;
}
}

.boxOS ul li.iOS a{
background: #4a4a4a;
color: #FFF;
}

.boxOS ul li.iOS a:before{
background: url(/an/img/common/iPhone_icon.png) no-repeat;
background-size: 24px;
}

.boxOS ul li.Android a{
background: #75c254;
color: #FFF;
}

.boxOS ul li.Android a:before{
background: url(/an/img/common/android_icon.png) no-repeat;
background-size: 30px;
}

.boxOS ul li.Windows a{
background: #0378da;
color: #FFF;
}

.boxOS ul li.Windows a:before{
background: url(/an/img/common/windows_icon.png) no-repeat;
background-size: 24px;
}

.boxOS ul li.macOS a{
background: #686868;
color: #FFF;
}

.boxOS ul li.macOS a:before{
background: url(/an/img/common/iMac_icon.png) no-repeat;
background-size: 28px;
}

.boxInfo{
margin: 40px 15px;
}

.boxInfo h3.title{
font-size: 1.2em;
font-weight: 600;
margin-bottom: 10px;
}

/* Info_Tab */
.boxInfo .tab_wrap{
width: 100%;
margin: 10px auto;
}
.boxInfo input[type="radio"]{
display: none;
}
.boxInfo .tab_area{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0;
margin: 0;
}
.boxInfo .tab_area label{
width: 100%;
margin: 0 8px 0 0;
display: inline-block;
padding: 12px 0;
color: #eee;
background: #a9a9a9;
text-align: center;
font-size: 14px;
cursor:pointer;
transition: ease 0.2s opacity;
}

.boxInfo .tab_area label:hover{
opacity:0.7;
}

.boxInfo .tab_area label.nohover{
cursor: default !important;
}

.boxInfo .tab_area label.nohover:hover{
opacity:1.0 !important;
}

.boxInfo .tab_panel{
width: 100%;
padding: 20px 0 0 0;
display: none;
}

@media only screen and (max-width:769px) {
.boxInfo .tab_panel{
width: 98%;
}
}

.boxInfo .tab_panel p{
font-size:14px;
letter-spacing:1px;
text-align:center;
}

.boxInfo #tab1:checked ~ .tab_area .tab1_label{
background: #4a4a4a;
color: #fff;
}

.boxInfo #tab1:checked ~ .tab_area .tab1_label:after{
position: relative;
content: " ";
width: 0;
height: 0;
left: -17px;
bottom: -40px;
border: solid transparent;
border-top-color: #4a4a4a;
border-width: 10px;
pointer-events: none;
margin-left: -20px;
}

.boxInfo #tab2:checked ~ .tab_area .tab2_label:after{
position: relative;
content: " ";
width: 0;
height: 0;
left: -35px;
bottom: -40px;
border: solid transparent;
border-top-color: #4a4a4a;
border-width: 10px;
pointer-events: none;
margin-left: -19px;
}

.boxInfo #tab3:checked ~ .tab_area .tab3_label:after{
position: relative;
content: " ";
width: 0;
height: 0;
left: -16px;
bottom: -40px;
border: solid transparent;
border-top-color: #4a4a4a;
border-width: 10px;
pointer-events: none;
margin-left: -21px;
}

.boxInfo #tab1:checked ~ .panel_area #panel1{
display:block;
}
.boxInfo #tab2:checked ~ .tab_area .tab2_label{
background: #4a4a4a;
color: #fff;
}
.boxInfo #tab2:checked ~ .panel_area #panel2{
display:block;
}
.boxInfo #tab3:checked ~ .tab_area .tab3_label{
background: #4a4a4a;
color: #fff;
}
.boxInfo #tab3:checked ~ .panel_area #panel3{
display:block;
}

.boxInfo .btn a{
padding: 10px 25px;
}

.Info-table{
background: #fff;
}

.Info-table a:hover {
    text-decoration: underline #0075c2;
cursor: pointer;
}

.Info-table table {
width: 100%;
}

.Info-table table th {
border: 1px solid #CCC;
background: #EEE;
padding: 10px 15px;
box-sizing: border-box;
font-size: 0.9em;
text-align: center;
}

.Info-table table td {
border: 1px solid #CCC;
padding: 15px;
box-sizing: border-box;
font-size: 1.0em;
}

.Info-table table tr.hidden {
	visibility: collapse;
    color: transparent;
}
.search-form input {
    background-image: url(/an/img/common/icon-use.png);
    background-position: 5px 6px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 240px;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 8px;
    border-left: 0;
    border-top: 6px;
    border-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid #E60012;
    transition: 0.5s;
}

/* リリース情報一覧タブ レイアウト:セルが4個以上 */
/* 文字の折り返し指定 */
.release table tr td:not(:nth-of-type(4)),
.release table th:last-child{
    width: 0;
    white-space: nowrap;
}

@media only screen and (max-width:769px) {
.Info-table.release table td {
font-size: 0.9em;
}

/* リリース情報一覧タブ レイアウト:セルが4個以上 */
/* 表をスクロールバーで表示 */
.Info-table.release{
    overflow-x:scroll;
}
}

.Info-table table .cel01{
width: 150px;
text-align: center;
}

.Info-table table .cel02{
width: 250px;
text-align: center;
}

.Info-table table .cel03{
width: 300px;
text-align: center;
}


@media only screen and (max-width:769px) {
.Info-table table .cel01{
width: 110px;
text-align: center;
}
}

/* Info_Tag */
.Tag_Release{
display: inline-block;
font-size: 0.85em;
border: 1px solid #F75C53;
color: #F75C53;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Maintenance{
display: inline-block;
font-size: 0.85em;
border: 1px solid #F75C53;
color: #F75C53;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Envir{
display: inline-block;
font-size: 0.85em;
border: 1px solid #686868;
color: #686868;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_And{
display: inline-block;
font-size: 0.85em;
border: 1px solid #75c254;
color: #75c254;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_iOS{
display: inline-block;
font-size: 0.85em;
border: 1px solid #4a4a4a;
color: #4a4a4a;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Windows{
display: inline-block;
font-size: 0.85em;
border: 1px solid #0378da;
color: #0378da;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Mac{
display: inline-block;
font-size: 0.85em;
border: 1px solid #686868;
color: #686868;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Failure{
display: inline-block;
font-size: 0.85em;
border: 1px solid #686868;
color: #686868;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

.Tag_Restoration{
display: inline-block;
font-size: 0.85em;
border: 1px solid #1a76d2;
color: #1a76d2;
padding: 5px;
margin: 5px 5px 5px 0;
width: 80px;
text-align: center;
}

@media only screen and (max-width:769px) {
.Tag_Release,
.Tag_Maintenance,
.Tag_Envir,
.Tag_And,
.Tag_iOS,
.Tag_Windows,
.Tag_Failure,
.Tag_Restoration{
font-size: 0.8em;
padding: 2px;
}
}


/* Other */
.boxother{
background: #d7e0d7;
margin: 0;
}

.boxother ul{
padding: 25px 20px;
justify-content: space-between;
}

.boxother ul li{
background: #fff;
border-radius: 7px;
width: 25%;
margin-right: 10px;
display: flex;
flex-direction: column;
}

.boxother ul li:nth-child(1){
margin-left: 8px;
}

.boxother ul li h4{
font-size: 1.1em;
color: #333;
text-align: center;
padding: 15px 0;
}

.boxother ul li p{
font-size: 0.9em;
line-height: 1.5em;
padding: 0 15px 10px;
}

.boxother ul li .btn{
margin-top: auto;
}

.boxother ul li .btn a{
padding: 5px 35px;
}

@media only screen and (max-width:769px) {
.boxother{
margin: 0 15px 0 15px;
}

.boxother ul{
display: block !important;
}
.boxother ul li{
background: #fff;
border-radius: 7px;
width: 100%;
margin-bottom: 10px;
}

.boxother ul li h4{
font-size: 1.1em;
color: #333;
text-align: center;
padding: 15px 0;
}

.boxother ul li:nth-child(1){
margin-left: 0;
}

.boxother ul li p{
font-size: 0.9em;
line-height: 1.5em;
padding: 0 15px 10px;
}
.boxother ul li .btn a{
padding: 5px 20px;
}
}

/* Contact */
.boxContact{
width: 910px;
margin: 20px auto 60px;
}

.boxContact h3.title{
font-size: 1.95em;
font-weight: 600;
color: #333;
text-align: center;
padding: 60px 0 20px 0;
}

.boxContact ul li p{
padding-left: 12px;
}

.boxContact ul li.img{
width: 400px;
margin-left: 20px;
margin-right: 10px;
}

@media only screen and (max-width:769px) {
.boxContact {
width: 100%;
margin: auto;
}
.boxContact h3.title{
font-size: 1.5em;
font-weight: 600;
color: #333;
text-align: center;
padding: 60px 0 20px 0;
}
.boxContact ul li p {
padding-left: 15px;
}
}

/* Contact_docomo */
.boxContact_docomo{
width: 650px;
margin: 0 auto 50px auto;
}

.boxContact_docomo h3.title{
font-size: 1.6em;
font-weight: 600;
color: #333;
text-align: center;
padding: 60px 0 5px 10px;
}

.boxContact_docomo ul li p{
padding-left: 12px;
}

.boxContact_docomo ul li p.freedial{
font-size: 1.6em;
}

.boxContact_docomo ul li.img{
position: relative;
top: 100px;
width: 250px !important;
margin-right: 20px;
}

@media only screen and (max-width:769px) {
.boxContact_docomo{
width: 90%;
margin: auto;
}

.boxContact_docomo h3.title{
font-size: 1.1em;
padding: 60px 0 20px 0;
text-align: left;
}

.boxContact_docomo ul li.img{
width: 250px !important;
padding-top: 135px;
top: 0;
}

.boxContact_docomo ul li p{
font-size: 0.9em;
padding-left: 0;
}

.boxContact_docomo ul li p.freedial{
font-size: 1.3em;
}
}

/* Contact_rakuten */
.boxContact_rakuten{
    margin: 0 auto 50px 0;
}
.boxContact_rakuten > .title {
    margin-top: 50px;
    text-align: center;
}
.boxContact_rakuten > .title img {
    width: 240px;
    margin-right: 10px;
    vertical-align: middle;
}
.boxContact_rakuten .flex {
    justify-content: center;
}
.boxContact_rakuten .addres {
    font-size: 22px;
    font-weight: bold;
}
.boxContact_rakuten .freedial {
    font-size: 26px;
    font-weight: bold;
}

@media only screen and (max-width:769px) {
.boxContact_rakuten{
width: 90%;
margin: auto;
}
.boxContact_rakuten > .title span {
    display: inline-block;
}
.boxContact_rakuten .addres{
font-size: 1.1em;
padding: 0 0 20px 0;
text-align: left;
}

.boxContact_rakuten ul li.img{
width: 250px !important;
padding-top: 135px;
top: 0;
}

.boxContact_rakuten ul li p{
font-size: 0.9em;
padding-left: 0;
}

.boxContact_rakuten ul li .freedial{
font-size: 1.3em;
}
}

/* TOP_btn */
.btn{
display: flex;
justify-content: center;
align-items: center;
}

.btn a{
display: block;
font-size: 0.85em;
text-decoration: none;
padding: 0 25px;
background: #d3d3d3;
color: #333;
border: none !important;
transition: all 0.3s ease-in-out;
cursor: pointer;
}

.btn a:before{
content: "";
display: inline-block;
position: relative;
width: 6px;
height: 6px;
right: 13px;
top: 1px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #333;
}

.btn a:hover{
text-decoration: none;
}

@media only screen and (max-width:769px) {
.btn a {
font-size: 0.8em;
padding: 0 15px;
}
}


/*------------------------------------------------------------
	トップページ 上部セクション（通常版のみ）
------------------------------------------------------------*/
/* 全体レイアウト */
.maintitle.maintitle-users h2.undertitle{
line-height: initial;
font-weight: bold;
}
.upper-section{
display: flex;
margin: 0 10px;
}
.upper-section h3.title{
font-size: 1.2em;
font-weight: 600;
margin-bottom: 10px;
}

/* 左コンテンツ */
.upper-section-contents:first-child{
padding-right: 20px;
display: flex;
flex-direction: column;
}
.upper-section-contents .news-block a:hover{
text-decoration: underline #0075c2;
cursor: pointer;
}
.upper-section-contents .banner-block{
display: flex;
}
.upper-section-contents .banner-block > p:first-child{
margin-right: 10px;
}
.upper-section-contents .news-block dl{
background: #eee;
padding: 15px;
}
.upper-section-contents .news-block dd{
margin-top: 5px;
}
.upper-section-contents .news-block .new{
color: #fff;
font-weight: bold;
background: #E60012;
padding: 4px 8px;
font-size: 11px;
border-radius: 4px;
margin-right: 10px;
position: relative;
top: -1px;
}
.upper-section-contents .customerInfo-block{
margin-top: auto;
}
.upper-section-contents .customerInfo-block img{
border: 1px solid #CCC;
vertical-align: bottom;
}

/* 右コンテンツ */
.upper-section-contents:last-child{
min-width: 415px;
max-width: 40%;
width: 100%;
border: 1px solid #CCC;
}
.upper-section-contents:last-child h3.title{
color: #fff;
background: #333;
margin-bottom: 0px;
padding: 5px 15px;
font-weight: normal;
}
.upper-section-contents:last-child h3.title > span{
font-size: 14px;
padding-left: 1em;
vertical-align: 2px;
}
.upper-section-contents .inner{
padding: 15px;
}
.accountInfo-table{
margin-bottom: 10px;
margin-left: 0;
}
.accountInfo-table th{
padding-right: 15px;
white-space: nowrap;
}
.accountInfo-table th,
.accountInfo-table td{
padding-bottom: 10px;
}
.accountInfo-table .user-img{
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 20px;
padding: 10px;
background: #E60012;
}
.accountInfo-table .user-img > img{
width: 45px;
position: relative;
top: 7px;
left: 8px;
}
.upper-section .button-block{
margin-bottom: 15px;
}
.upper-section .button-block a{
display: block;
font-size: 1em;
text-align: center;
text-decoration: none;
border-radius: 7px;
padding: 10px;
background: #00a80c;
color: #FFF;
border: none;
transition: all 0.3s ease-in-out;
}
.upper-section-contents .buttonColumn-block{
display: flex;
}
.upper-section-contents .buttonColumn-block > p{
width: calc((100% / 2) - 15px);
border: 1px solid #ccc;
padding: 10px 15px;
border-radius: 7px;
text-align: center;
}
.upper-section-contents .buttonColumn-block a{
text-decoration: none;
}
.upper-section-contents .buttonColumn-block > p:first-child{
margin-right: 15px;
}
.upper-section-contents .buttonColumn-block > p:first-child img{
width: 68px;
display: block;
}

.upper-section-contents .buttonColumn-block > p:last-child img{
width: 100px;
display: block;
}

@media only screen and (max-width: 769px){
    .upper-section{
        flex-direction: column;
    }
    .upper-section-contents:first-child{
        order: 2;
        margin-top: 30px;
    }
    .upper-section-contents:last-child{
        min-width: initial;
        max-width: initial;
        order: 1;
    }
    .upper-section-contents .customerInfo-block{
        margin-top: 30px;
    }
}


/* お知らせ
------------------------------------------*/
#Infomation .boxInfo{
margin: 40px 0;
}

#Infomation .boxInfo #tab4:checked ~ .tab_area .tab4_label,
#Infomation .boxInfo #tab5:checked ~ .tab_area .tab5_label,
#Infomation .boxInfo #tab6:checked ~ .tab_area .tab6_label,
#Infomation .boxInfo #tab7:checked ~ .tab_area .tab7_label{
background: #4a4a4a;
color: #fff;
}

#Infomation .boxInfo #tab4:checked ~ .panel_area #panel4,
#Infomation .boxInfo #tab5:checked ~ .panel_area #panel5,
#Infomation .boxInfo #tab6:checked ~ .panel_area #panel6,
#Infomation .boxInfo #tab7:checked ~ .panel_area #panel7{
display:block;
}

#Infomation .boxInfo #tab1:checked ~ .tab_area .tab1_label:after,
#Infomation .boxInfo #tab2:checked ~ .tab_area .tab2_label:after,
#Infomation .boxInfo #tab3:checked ~ .tab_area .tab3_label:after,
#Infomation .boxInfo #tab4:checked ~ .tab_area .tab4_label:after,
#Infomation .boxInfo #tab5:checked ~ .tab_area .tab5_label:after,
#Infomation .boxInfo #tab6:checked ~ .tab_area .tab6_label:after,
#Infomation .boxInfo #tab7:checked ~ .tab_area .tab7_label:after{
display: none;
}

#Infomation .color_iOS{
background: #4a4a4a;
color: #fff;
}

#Infomation .color_And{
background: #75c254;
color: #fff;
}

#Infomation .color_Win{
background: #0378da;
color: #fff;
}

#Infomation .color_mac{
background: #616161;
color: #fff;
}

#Infomation {
    margin: 40px 15px;
}

#Infomation h2{
border-bottom: 1px solid #CCC;
padding-bottom: 5px;
margin-bottom: 20px;
font-size: 1.4em;
}

#Infomation h3{
border-bottom: 1px solid #CCC;
padding-bottom: 5px;
margin-top: 50px;
margin-bottom: 10px;
font-size: 1.2em;
}

@media only screen and (max-width:769px) {
#Infomation h2{
font-size: 1.2em;
}
}

#Infomation .Info-contents{
margin-bottom: 30px;
background: #fff;
}

#Infomation .Info-contents table {
width: 100%;
}

#Infomation .Info-contents table h3{
border-bottom: 1px solid #CCC;
padding: 0 0 5px 5px;
margin: 25px 20px 0 20px;
}

#Infomation .Info-contents table h4{
background: #EEE;
padding: 10px 0 10px 10px;
}

#Infomation .Info-contents table{
border: 1px solid #CCC;
padding: 10px;
}

#Infomation .Info-contents a:hover {
text-decoration: underline #0075c2;
cursor: pointer;
}

#Infomation table td{
padding: 15px;
}

#Infomation table td.bgcolor{
background: #EEE;
}

#Infomation .indent-1 {
padding-left: 25px !important;
text-indent: -1em;
margin-bottom: 20px;
}

#Infomation .indent-2 {
padding-left: 15px !important;
text-indent: -0.8em;
margin-bottom: 10px !important;
}

#Infomation .infoimg li img{
max-width: 200px !important;
margin-right: 10px;
}

#Infomation .imgborder img {
border: 1px solid #666;
}

#Infomation .btn a{
padding: 15px 120px;
background: #333333;
color: #fff;
margin-top: 20px;
font-size: 1.1em;
}
#Infomation .btn a:hover {
    text-decoration: none;
}

#Infomation .btn a:before {
color: #fff;
}

/* 追加 20240607 */
.btn-d, .btn-c{
display: flex;
justify-content: center;
align-items: center;
}

.btn-d a:before,
.btn-c a:before {
content: "";
display: inline-block;
position: relative;
width: 6px;
height: 6px;
right: 13px;
top: 1px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #333;
}

#Infomation .btn-d a{
padding: 15px 50px;
background: #eee;
color: #333;
margin-top: 20px;
font-size: 0.9em;
}
#Infomation .btn-d a:hover {
    text-decoration: none;
}

#Infomation .btn-d a:before {
color: #333;
}

#Infomation .btn-c a{
padding: 15px 100px;
background: #fff;
border: 1px solid #333;
color: #333;
margin-top: 20px;
font-size: 1.1em;
}
#Infomation .btn-c a:hover {
    text-decoration: none;
}

#Infomation .btn-c a:before {
color: #333;
}
/* 追加 20240607 */

#Infomation .envir .btn a{
background: #E60012;
padding: 15px 120px;
margin: 60px 0 20px 0;
font-size: 1.1em;
}

@media only screen and (max-width:769px) {
#Infomation .envir .btn a{
padding: 15px 30px;
font-size: 1.0em;
}
}

#Infomation .envir_small .btn a{
padding: 5px 30px;
margin-top: 2px;
margin-bottom: 16px;
font-size: 0.9em;
line-height: 2.3em;
text-indent: 0.1em;
}

#Infomation .boxInfo .btn-b a{
display: block;
font-size: 0.85em;
text-decoration: none;
padding: 10px 25px;
background: #d3d3d3;
color: #333;
border: none !important;
transition: all 0.3s ease-in-out;
cursor: pointer;
margin-top: 20px;
}

#Infomation .boxInfo .btn-b a:before{
content: "";
display: inline-block;
position: relative;
width: 6px;
height: 6px;
right: 13px;
top: 1px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #333;
}

@media only screen and (max-width:769px) {
#Infomation .boxInfo .btn-b a {
font-size: 0.8em;
padding: 0 15px;
}
}

#Infomation .envir_small_text{
font-size: 0.95em;
}

#Infomation .Tag_Release,
#Infomation .Tag_Maintenance,
#Infomation .Tag_Envir,
#Infomation .Tag_And,
#Infomation .Tag_iOS,
#Infomation .Tag_Windows,
#Infomation .Tag_Failure,
#Infomation .Tag_Restoration{
margin-right: 10px;
}

/* テキストリンク
------------------------------------------*/
#Infomation a.txtlink{
transition: all 0.3s ease-in-out;
font-weight: normal;
color: #0075c2;
}
.txtlink.line {
    transition: all 0.3s ease-in-out;
    font-weight: normal;
    color: #0075c2;
    border-bottom: 1px solid #0075c2;
}
a.txtlink,
.note a,
.disc li a{
transition: all 0.3s ease-in-out;
font-weight: normal;
color:#0070c9;
}

a.txtlink:hover,
.note a:hover {
text-decoration: underline #0075c2;
cursor: pointer;
}

a.txtlink[target="_blank"]:after {
background-image: url(/cylanceprotect/img/common/ref_b.png);
content: "";
display: inline-block;
margin: 0 5px;
background-size: 12px;
width: 12px;
height: 12px;
vertical-align: -1px;
}

@media only screen and (max-width: 769px){
    #Infomation .Info-table.release a{
        display: inline-block;
        width: 300px;
    }
}


/* マニュアル
------------------------------------------*/
#dl .Manual,
#dl .dictionary{
border-top: 1px solid #CCC;
margin: 0 20px;
padding-top: 30px;
}

#dl .Manual ul{
margin-bottom: 0;
}

#dl .Manual ul li{
display: inline-block;
width: 100%;
max-width: 230px;
vertical-align: top;
margin-bottom: 80px;
}

#dl .Manual .thum{
margin-right: 30px;
}

#dl .dictionary a{
    cursor: pointer;
}

#dl .dictionary .btn {
    padding: 15px 120px;
    background: #333333;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
}
#dl .dictionary .btn.green {
    background-color: #00a80c;
}
@media only screen and (max-width:769px) {
#dl .Manual .thum{
margin-right: 20px;
}
}

#dl .Manual h3{
font-size: 1.4em;
margin-bottom: 10px;
}

#dl .dictionary h3{
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.4em;
}
#dl .Manual h4.titDL{
font-size: 0.9em;
line-height: 1.5em;
font-weight: 600;
padding: 10px 0 5px 0;
height: 65px;
}
#dl .Manual #usefulness h4.titDL{
height: 80px;
}

#dl .Manual .textDL{
font-size: 0.85em;
line-height: 1.8em;
padding: 10px 0;;
}

#dl .Manual .Day{
font-size: 0.85em;
line-height: 1.2em;
color: #808080;
}

#dl .Manual ul li img{
border: 1px solid #ccc;
box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 14%);
}


#dl .Manual a.text{
border-bottom: 1px solid #333;
padding-bottom: 0px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}

#dl .Manual a.text:hover{
text-decoration: underline #0075c2;
text-decoration: none;
}

/* hover時ダウンロードアイコン */
#dl .Manual ul li .img {position: relative;}
#dl .Manual ul li .img a .hoverImg {
position: absolute;
margin: auto;
margin-bottom: -18px;
width: 57px;
height: 57px;
top: 0;
left: 0;
bottom: 42%;
right: 0;
background: url(/an/img/common/img_manual.png) no-repeat center center;
display: inline-block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
/* 楽天用アイコン */
#dl.rakuten .Manual ul li .img a .hoverImg {
background: url(/an/img/common/img_manual_rakuten.png) no-repeat center center;
}

#dl .Manual ul li .img:hover .hoverImg {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled=false)";
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
margin-bottom: -28px;
}

#dl .Manual ul li .img:hover a img {
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

#dl .Manual ul li .img a .hoverImg_2 {
position: absolute;
margin: auto;
margin-bottom: -18px;
width: 57px;
height: 57px;
top: 0;
left: 0;
bottom: 42%;
right: 0;
background: url(/an/img/common/img_dl.png) no-repeat center center;
display: inline-block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
/* 楽天用アイコン */
#dl.rakuten .Manual ul li .img a .hoverImg_2 {
background: url(/an/img/common/img_dl_rakuten.png) no-repeat center center;
}

#dl .Manual ul li .img:hover .hoverImg_2 {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled=false)";
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
margin-bottom: -28px;
}

#dl .Manual ul li .img a:hover{
border-bottom: none;
opacity: 0.7;
}

#dl .Manual .nav a,
#dl .Manual .manual a {
display: block;
font-size: 0.8em;
text-decoration: none;
padding: 0 15px 7px 15px;
margin: 20px 0 5px 0;
background: #FFF;
color: #333;
border: none;
transition: all 0.3s ease-in-out;
width: 200px;
text-align: center;
border: 1px solid #ccc;
}

#dl .Manual .nav a:before {
background: url(../img/common/nav4.png) no-repeat;
background-size: 26px;
content: "";
display: inline-block;
width: 26px;
height: 21px;
position: relative;
top: 3px;
right: 2px;
}

#dl .Manual .manual a:before {
background: url(../img/common/img_manual_b.png) no-repeat;
background-size: 17px;
content: "";
display: inline-block;
width: 23px;
height: 18px;
position: relative;
top: 5px;
right: 2px;
}

#dl .Manual .search_faq {
position: relative;
margin: 10px 0 80px 0;
}

#dl .Manual .search_faq input[type=search] {
border: none;
border-radius: 10px;
padding: 8px 5px 9px 45px;
border: 1px solid #CCC;
background-color: #fff;
width: 100%;
font-size: 1.2em;
}

#dl .Manual .search_faq input[type=submit] {
background: #fff url(../img/common/scope_gray.png) no-repeat;
background-size: 20px;
width: 20px;
height: 20px;
border: none;
position: absolute;
left: 15px;
top: 13px;
text-indent: -9999px;
}
/* サムネイル エンドポイントマネージャー */
#dl .Manual ul li .img span.txt {
position: absolute;
right: -1px;
display: block;
width: 100%;
background-color: #4a4a4a;
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 0.9em;
z-index: 100;
}
/* サムネイル windows */
#dl .Manual ul li .img span.txt-windows {
position: absolute;
right: -1px;
display: block;
width: 100%;
background-color: #3391E1;
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 0.9em;
z-index: 100;
}
/* サムネイル macOS */
#dl .Manual ul li .img span.txt-mac {
position: absolute;
right: -1px;
display: block;
width: 100%;
background-color: #858585;
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 0.9em;
z-index: 100;
}
/* サムネイル iOS/PadOS */
#dl .Manual ul li .img span.txt-ios {
position: absolute;
right: -1px;
display: block;
width: 100%;
background-color: #4D5358;
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 0.9em;
z-index: 100;
}
/* サムネイル Android */
#dl .Manual ul li .img span.txt-android {
position: absolute;
right: -1px;
display: block;
width: 100%;
background-color: #90CE75;
color: #fff;
padding: 4px 0;
text-align: center;
font-size: 0.9em;
z-index: 100;
}
/* 楽天サムネイル エンドポイントマネージャー */
#dl.rakuten .Manual ul li .img span.txt {
background-color: #ff008c;
}


/* 動画でわかる使い方
------------------------------------------*/
#start_movie .movie{
border-top: 1px solid #CCC;
margin: 0 20px;
padding-top: 30px;
}

#start_movie .movie ul{
margin-bottom: 50px;
}

#start_movie .movie ul li{
display: inline-block;
position: relative;
box-sizing: border-box;
width: 100%;
max-width: 300px;
vertical-align: top;
margin-bottom: 40px;
}

#start_movie .movie .thum{
margin-right: 30px;
width: 100%;
}

@media only screen and (max-width:769px) {
#start_movie .movie .thum{
margin-right: 1%;
width: 48%;
}
#start_movie .movie h4.titDL{
font-size: 0.9em !important;
height: 80px !important;
}
#start_movie .movie ul li{
margin-bottom: 20px;
}
#start_movie .movie .nav h2{
font-size: 1.0em;
margin-bottom: 10px;
border-bottom: 1px solid #CCC;
}
}

#start_movie .movie .nav h2{
font-size: 1.2em;
margin-bottom: 40px;
border-bottom: 1px solid #CCC;
}

#start_movie .movie h3{
font-size: 1.4em;
margin-bottom: 10px;
}

#start_movie .movie h4.titDL{
font-size: 1.0em;
line-height: 1.5em;
font-weight: 600;
padding: 10px 0 16px 0;
height: 50px;
}

#start_movie .movie h4.titDL span{
font-size: 0.85em;
font-weight: normal;
}

#start_movie .movie .textDL{
font-size: 1.1em;
line-height: 1.6em;
padding: 12px 0;
}

#start_movie .movie .Day{
font-size: 0.85em;
line-height: 1.2em;
color: #808080;
}

#start_movie .movie ul li img{
border: 1px solid #ccc;
}

#start_movie .movie ul li p.img a:hover{
border-bottom: none !important;
}

#start_movie .movie a.text{
border-bottom: 1px solid #333;
padding-bottom: 2px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}

#start_movie .movie a.text:hover{
text-decoration: underline #0075c2;
}

#start_movie .btn{
float: left;
}

#start_movie .btn a{
padding: 12px 50px;
background: #333333;
color: #fff !important;
margin: 0;
font-size: 1.0em;
}

#start_movie .btn a:before {
color: #fff;
left: -12px;
}

#start_movie .movie .noborder{
border-bottom: none !important;
border-top: none !important;
}

/* 動画エリア */
#start_movie .movie .linkMovie{
display: inline-block;
vertical-align: top;
margin: 0 10px 10px 0;
width: 260px;
height: 250px;
behavior: url(../../../../js/pie.htc);
}

#start_movie .movie .linkMovie a {
display: block;
padding: 5px 0;
color: #333;
}

#start_movie .movie .linkMovie p{
font-size: 0.9em;
line-height: 1.5em;
padding: 2px 0;
}

#start_movie .movie .linkMovie img{
border: 1px solid #C9C9C9;
}
@media only screen and (min-width:1501px) {
#start_movie .movie .pc_760{
display: none !important;
}
}

@media only screen and (max-width:1500px) {
#start_movie .movie .pc{
display: none !important;
}

#start_movie .movie .pc_760{
display: block !important;
vertical-align: top;
width: 90%;
height: auto;
}
}

#start_movie .movie .mv_box{
display: inline-block;
vertical-align: top;
width: 90%;
height: auto;
}

#start_movie .movie .questionnaire a{
display: block;
font-size: 18px;
line-height: 44px;
width: 710px;
padding: 5px;
margin: 35px auto 10px auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
background-color: #FFDB4F;
color:#333;
}

/* btn */
#start_movie .movie .playbox{
right: 0;
background: #333;
color: #FFF;
margin: 15px 0;
border-radius: 30px;
}

#start_movie .movie .playbox a{
display: block;
background: #333;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 30px;
box-sizing: border-box;
border: none !important;
transition: all 0.3s ease-in-out;
cursor: pointer;
}

#start_movie .movie .playbox a::before {
content: "▶";
display: inline-block;
font-size: 0.75em;
border-width: 2px;
border-style: solid;
border-color: rgb(255, 255, 255);
border-image: initial;
border-radius: 50%;
padding: 2px 5px;
margin: 0px 15px 0px 0px;
}

@media only screen and (max-width:769px) {
#start_movie .movie .playbox{
margin: 15px 5px;
}

#start_movie .movie .playbox a {
font-size: 0.9em;
padding: 10px 15px;
}

#start_movie .movie .playbox a::before {
padding: 2px 4px;
}

#start_movie .movie .mv_box .sp{
display: block;
vertical-align: top;
width: 100%;
height: auto;
}

#start_movie .movie .pc_760{
display: none !important;
}

/* 右ナビ
#start_movie .movie .right_nav{
display: block;
vertical-align: top;
width: 100%;
margin-left: 0;
margin-top: 50px;
}
#start_movie .movie .btn_nav{
margin: 8px 0 13px 0;
}
#start_movie .movie .right_nav p{
font-size: 1.1em !important;
line-height: 30px;
background: rgba(255,255,255,.8);
border-bottom: 1px solid #CCC;
}

#start_movie .movie .right_nav p.title{
font-size: 1.2em !important;
padding: 15px 0 8px 0;
border-bottom: none;
}

#start_movie .movie .right_nav ul{
padding: 0;
}

#start_movie .movie .right_nav ul li{
display: flex;
flex-direction: column;
font-size: 14px;
line-height: 20px;
border-bottom: 1px solid #fff;
margin-left: 1.3%;
padding: 14px 20px;
width: 100%;
}

#start_movie .movie .right_nav ul li a{
display: block;
font-size: 0.95em;
line-height: 1.6em;
width: 100%;
margin: auto;
color: #333;
transition: all 0.3s ease-in-out;
cursor: pointer;
}

#start_movie .movie .right_nav ul li a:hover{
display: block;
line-height: 1.6em;
color: #333333;
text-decoration: none;
opacity: 0.7;
}

#start_movie .movie .right_nav ul li.active{
background-color: #666;
}

#start_movie .movie .right_nav ul li.active a{
color: #fff;
}

#start_movie .movie .right_nav ul li span{
font-size: 0.8em;
line-height: 0.9em;
color:#666;
}

#start_movie .movie .right_nav ul li.active span{
color: #fff;
background-color: #666;
text-decoration: none !important;
}

#start_movie .movie .noborder{
border-bottom: none !important;
}

#start_movie .btn{
float: none;
}

#start_movie .btn a{
padding: 15px 100px;
background: #333333;
color: #fff !important;
margin: auto;
font-size: 1.1em;
} */
}

/* Movie_Tag */
#start_movie .movie .Tag_And{
display: inline-block;
font-size: 0.85em;
border: 1px solid #75c254;
color: #75c254;
padding: 3px 2px 3px 2px;
margin: 5px 5px 5px 0;
width: 85px;
text-align: center;
}

#start_movie .movie .Tag_iOS{
display: inline-block;
font-size: 0.85em;
border: 1px solid #4a4a4a;
color: #4a4a4a;
padding: 3px 2px 3px 2px;
margin: 5px 5px 5px 0;
width: 85px;
text-align: center;
}

#start_movie .movie .Tag_Windows{
display: inline-block;
font-size: 0.85em;
border: 1px solid #0378da;
color: #0378da;
padding: 3px 2px 3px 2px;
margin: 5px 5px 5px 0;
width: 85px;
text-align: center;
}

#start_movie .movie .Tag_Failure{
display: inline-block;
font-size: 0.85em;
border: 1px solid #686868;
color: #686868;
padding: 3px 2px 3px 2px;
margin: 5px 5px 5px 0;
width: 85px;
text-align: center;
}

#start_movie .movie .Tag_Restoration{
display: inline-block;
font-size: 0.8em;
border: 1px solid #1a76d2;
color: #1a76d2;
padding: 5px 2px 5px 2px;
margin: 5px 5px 5px 0;
width: 85px;
text-align: center;
}

@media only screen and (max-width:769px) {
#start_movie .movie .Tag_And,
#start_movie .movie .Tag_iOS,
#start_movie .movie .Tag_Windows,
#start_movie .movie .Tag_Failure,
#start_movie .movie .Tag_Restoration{
font-size: 0.7em;
padding: 3px 2px 3px 2px;
}
}

.notesBox{
width: 60%;
margin: 60px auto 70px auto;
background-color: #fff;
border: 3px solid #d7e0d7;
padding: 35px 25px 45px 25px;
text-align: center;
}

.notesBox2{
    background-color: #fff;
    border: 3px solid #d7e0d7;
    padding: 30px 25px;
}
.notesBox3{
    border: 1px solid #CCC;
    background: #EEE;
    padding: 25px 25px;
}

.envir_small_btn {
display: block;
}

.envir_small_btn a{
font-size: 0.85em;
text-decoration: none;
padding: 15px 30px;
background: #333;
color: #fff;
border: none !important;
transition: all 0.3s ease-in-out;
cursor: pointer;
margin-top: 20px;
}

.envir_small_btn a:before {
content: "";
display: inline-block;
position: relative;
width: 6px;
height: 6px;
right: 13px;
top: 1px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(
45deg) translateY(-50%);
color: #fff;
}
.envir_small_btn a:hover{
text-decoration: none;
}

.envir_btn a{
    text-decoration: none;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border: none !important;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
}
.envir_btn a:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    right: 13px;
    top: 1px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(
    45deg) translateY(-50%);
    color: #fff;
}
.envir_btn a:hover{
text-decoration: none;
}


/* フォーム用
------------------------------------------*/

.cloud_dpa_contract h3.subtitle {
margin-top: 60px;
}

.headertitle {
margin: 0;
background: #f7f7f7;
padding: 30px 0;
}

.headertitle h2 {
margin: 10px auto;
max-width: 1100px;
font-size: 1.8em;
line-height: 2.0em;
font-weight: bold;
background: #f7f7f7;
}

.cloud_dpa_contract table.contact-table th {
width: 320px;
}

.cloud_dpa_contract table.table th, .cloud_dpa_contract table.table td {
vertical-align: middle;
}

.cloud_dpa_contract table.table td.ver_top {
vertical-align: top;
}

.cloud_dpa_contract table.contact-table td.cel_s {
width: 60px;
}

.cloud_dpa_contract table.contact-table td.cel_m {
width: 190px;
}

.cloud_dpa_contract table.contact-table td.cel_l {
width: 220px;
}

.cloud_dpa_contract select {
width: 150px;
}


.cloud_dpa_contract a.txt_link {
color: #4783D7;
text-decoration: underline;
margin-right: 14px;
}

.cloud_dpa_contract a.txt_link:hover {
color: #4783D7;
}

.cloud_dpa_contract a.txt_link[target="_blank"]:after {
content: '';
display: inline-block;
width: 12px;
height: 11px;
position: relative;
background: url("/public/terms/cloud/img/ico-target.png") no-repeat;
background-size: 11px;
bottom: 0px;
left: 8px;
}

.cloud_dpa_contract a.txt_link[target="_blank"]:hover:after {
background: url("/public/terms/cloud/img/ico-target.png") no-repeat;
background-size: 11px;
}

.cloud_dpa_contract .red {
color: #E60012 !important;
}

.cloud_dpa_contract .btn_grn {
background: #00a80c;
color: #fff;
padding: 15px;
border: none;
font-size: 1.1em;
border-radius: 5px;
transition: all 0.3s ease-in-out;
cursor: pointer;
box-sizing: border-box;
width: 266px;
display: inline-block;
text-align: center;
}


.cloud_dpa_contract textarea {
max-width: 800px !important;
}

/* フォーム用チェックボックス
------------------------------------------*/
.cloud_dpa_contract input[type=checkbox]{
display: none;
float: none;
}
.cloud_dpa_contract input[type=checkbox]:checked + label{
background: none;
color: #FFF;
}
.cloud_dpa_contract label:hover {
background: none;
}

.cloud_dpa_contract .label_pr0 .cloud_dpa_checkbox{
padding-right: 0;
}

.cloud_dpa_checkbox {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 40px;
position: relative;
width: auto;
font-size: 1.1em;
color: #333 !important;
}

.cloud_dpa_checkbox::before {
background: #fff;
border: 1px solid #CCC;
content: '';
display: block;
width: 20px;
height: 20px;
left: 5px;
margin-top: -11px;
position: absolute;
top: 50%;
}
.cloud_dpa_checkbox::after {
border-right: 2px solid #333;
border-bottom: 2px solid #333;
content: '';
display: block;
height: 9px;
left: 12px;
margin-top: -7px;
opacity: 0;
position: absolute;
top: 50%;
transform: rotate(45deg);
width: 5px;
}

input[type=checkbox]:checked + .cloud_dpa_checkbox::after {
opacity: 1;
}

/* フォーム用ラジオボタン
------------------------------------------*/
.cloud_dpa_contract input[type=radio]{
display: none;
float: none;
}
.cloud_dpa_contract label:hover {
background: none;
}

.cloud_dpa_radio {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 40px;
position: relative;
width: auto;
font-size: 1.1em;
color: #333 !important;
background: none;
}

.cloud_dpa_contract input[type=radio]  + label::before {
border: 1px solid #CCC;
content: '';
display: block;
width: 20px;
height: 20px;
left: 5px;
margin-top: -11px;
position: absolute;
top: 50%;
border-radius: 30px;
}

.cloud_dpa_contract input[type=radio]  + label::after {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
top: 31%;
left: 10px;
border-radius: 30px;
border: #333;
}

.cloud_dpa_contract input[type=radio]:checked + label::before {
position: absolute;
display: block;
background: #fff;
color: #FFF;
opacity: 1;
}

.cloud_dpa_contract input[type=radio]:checked + label::after {
position: absolute;
display: block;
background: #333;
border: #333;
color: #FFF;
opacity: 1;
}


/* フォーム用フッター
------------------------------------------*/
.sitepolicy_contract {
margin: 60px auto 0 auto;
background: #f1f1f1;
padding: 30px 0 15px 0;
font-size: 0.85em;
}

.sitepolicy_contract_fix {
position: absolute;
bottom: 0;
width: 100%;
padding: 30px 0 15px 0;
}

.sitepolicy_contract ul {
margin: 0 auto;
max-width: 990px;
text-align: center;
}

.sitepolicy_contract li {
display: inline-block;
margin-right: 10px;
}

.sitepolicy_contract li:before {
content: "|";
margin-right: 32px;
margin-left: 10px;
}

.sitepolicy_contract li a {
border-bottom: none;
padding-bottom: 0;
}

.sitepolicy_contract li:first-child:before {
content: "";
margin-right: 0;
}

.sitepolicy_contract li a:hover {
color: #4783D7;
}

.sitepolicy_contract li a[target="_blank"]:after {
content: '';
display: inline-block;
width: 12px;
height: 11px;
position: relative;
background: url("/public/terms/cloud/img/ico-target-off.png") no-repeat;
background-size: 11px;
bottom: 0px;
left: 8px;
}

.sitepolicy_contract li a[target="_blank"]:hover:after {
background: url("/public/terms/cloud/img/ico-target.png") no-repeat;
background-size: 11px;
}

/* フォーム用ボタン
------------------------------------------*/
.cloud_dpa_contract a.btn_red {
border: 1px solid #E60012;
padding: 10px 20px;
color: #E60012;
border-radius: 10px;
box-sizing: border-box;
display: inline-block;
text-align: center;
margin: 20px 0 0 0;
width: 300px;
}

.cloud_dpa_contract a.btn_red::before {
content: ">";
display: inline-block;
transform: scale(0.7, 1);
margin-right: 10px;
}

/* バリデーション
------------------------------------------*/
.errorTXT {
color:#ff0000;
    margin-bottom: 5px;
}

/* TOPバナー
------------------------------------------*/
#bnr {
    bottom: calc(0% + 165px);
    height: auto;
    position: fixed;
    right: 0;
    opacity: 0;
    z-index: 2;
}

#bnr .square_btn {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #333;
    top: 0;
    right: 0;
}
#bnr .square_btn::before,
#bnr .square_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px; /* 棒の幅（太さ） */
    height: 17px; /* 棒の高さ */
    background: #fff; /* バツ印の色 */
}
#bnr .square_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
#bnr .square_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width:769px) {
	#bnr {
		display: none;
	}
}

/*------------------------------------------------------------
	運用情報ページ
------------------------------------------------------------*/
/* レイアウト
------------------------------------------*/

/* ボタン
------------------------------------------*/
.btn_webapi {
display: inline-block;
margin: 0px 9px 30px 0;
}
.btn_webapi a {
width: 230px;
padding: 15px 25px;
text-align: center;
background: #E60012;
color: #fff;
font-size: 0.95em;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
display: inline-block;
}
.btn_webapi a.arrow-start:before {
content: "";
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
left: 10px;
top: 50%;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #fff;
}
.btn_webapi a.arrow-end:before {
content: "";
display: inline-block;
position: absolute;
width: 6px;
height: 6px;
right: 20px;
top: 50%;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg) translateY(-50%);
color: #fff;
}
.btn_webapi a:hover {
text-decoration: none;
}
@media only screen and (max-width:769px) {
.btn_webapi {
    width: 100%;
    text-align: center;
}
.btn_webapi a{
    width: 50%;
    padding: 15px 0;
}
}

/* ボタンにダウンロードアイコン付与 */
.btn_webapi a.DL-icon:before{
background: url(/an/img/common/nav4_w.png) no-repeat;
background-size: contain;
content: "";
display: inline-block;
width: 26px;
height: 26px;
vertical-align: middle;
margin-right: 8px;
}

.movie_guidance {
border: 1px solid #CCC;
padding: 30px;
color: #f75c53;
}

/* ボーダー
------------------------------------------*/
.border_img{
border: solid 1px #eee;
}

/* 運用・活用情報
------------------------------------------*/
.new_list {
width: 100%;
margin: 40px 15px;
}

.new_list li {
display: inline-block;
width: 100%;
max-width: 350px;
box-sizing: border-box;
margin-right: 1.0%;
margin-bottom: 20px;
vertical-align: top;
}

.new_list li:last-child {
margin-right: 0;
}

.new_list li .pic {
width: 100%;
}

.new_list li .pic img {
border: 1px solid #ccc;
}

.new_list li .text {
padding: 10px 0 10px 0;
height: 100%;
}

.new_list li .text h3 {
font-size: 1.0em;
line-height: 1.7em;
margin-bottom: 10px;
}

.new_list li .text p {
font-size: 0.9em;
line-height: 1.6em;
}

.new_list li .text a h3 span {
text-decoration: none;
outline: none;
border: none;
transition: all 0.3s ease-in-out;
}

.new_list li .text a h3 span:hover {
color: #333333;
border-bottom: 1px solid #0075c2;
opacity: 0.8;
}


@media only screen and (max-width:1500px) {
.new_list li {
max-width: 260px;
}
}

@media only screen and (max-width:769px) {
.new_list li .text {
padding: 10px 0 10px 0;
height: auto;
}

.new_list li {
width: 45%;
margin-right: 1%;
}
}

/* お知らせ一覧 「もっと見る」ボタン
------------------------------------------*/
.more-button{
    color: #E60012;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    text-align:center;
}
#rakuten .more-button{
    color: #ff008c;
}
.more-button:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #E60012;
    border-right: solid 2px #E60012;
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#rakuten .more-button:before{
    border-bottom: solid 2px #ff008c;
    border-right: solid 2px #ff008c;
}
.more-button:hover{
    cursor: pointer;
    opacity: 0.8;
}
.pastlist{
    margin: 40px 0 0 15px;
}
