@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-size: 62.5%;
  line-height: 0;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-family: proxima-nova,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
}

body.loading * {
  transition: 0s!important;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #007eca url(../images/bg_grd.png) top center no-repeat;
  background-size: cover;
}

#idx #wrapper {
  background: #fff;
}

body * {
  box-sizing: border-box;
  word-wrap: break-word;
  line-height: 100%;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
h1,h2,h3,h4,h5,h6{
  font-family: Avenir, Arial, Verdana, sans-serif;
}

li,dt,dd{
  list-style-type: none;
}

p {
  margin: 0;
  line-height: 1.5em;
  vertical-align: middle;
}
img {
  border: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
}
a {
  color: #333333;
	line-height: 100%;
	text-decoration: none;
}
a:hover {
  color: #666;
}
input,select,option,button,textarea {
  font-size: 1.6rem;
  line-height: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
}
input[type="text"]:focus,
button:focus {
  outline: none;
}
select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
    display: none;
}
img[src$=".svg"] {
    width: 100%;
}
.btn:hover {
  opacity: 0.8;
}

.content_wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.content_wrapper:last-of-type {
  padding-bottom: 100px;
}

.container {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 0 30px;
  z-index: 1;
}
.container.mylist {
  padding: 30px 0 20px;
  width: 92%;
}
#idx #main > .container:first-child {
  padding: 0;
}

#add_info, #option_item {
  padding-top: 0;
}

#header {
  position: fixed;
  width: 100%;
  padding: 20px;
  font-size: 0;
  text-align: center;
  z-index: 5;
  background: #007eca url(../images/bg_grd.png) top center no-repeat;
  pointer-events: none;
}

#idx #header {
  background: transparent;
}

#header .brand {
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 20px;
  pointer-events: auto;
}
#header .brand > a > img {
  height: 23px;
}
#header .logo {
  display: inline-block;
  width: 225px;
  pointer-events: auto;
}
#idx #header .logo {
  display: none;
}

#header .logo > img {
  max-width: 100%;
  height: 20px;
}

#hLang {
  position: absolute;
  display: inline-block;
  right: 70px;
  top: 10px;
}
#gNav {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 10px;
}

#hNav .menu {
  display: inline-block;
  padding: 10px 7px;
  text-align: right;
  background: #247199;
  border-radius: 4px;
  pointer-events: auto;
}
#hNav .menu ul {
  display: none;
  margin: 10px auto 0;
  width: 60rem;
  text-align: left;
}
#hNav #gNav.menu ul {
  width: auto;
}
#hNav .menu ul li {
  padding: 10px 15px;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 3px 0;
}
#hNav #gNav.menu ul li {
  width: auto;
  display: block;
}
#hNav .menu a {
  color: #fff;
}
#hNav .menu li a > img {
  height: 1.8rem;
}
#hNav .menu li:last-child a > img {
  height: 2.4rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
  background: #247199;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

#hLang .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
#hLang .menu-trigger span:nth-of-type(1) {
  top: 0;
  opacity: 0;
}
#hLang .menu-trigger span:nth-of-type(2) {
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/icon_lang.svg) center no-repeat;
  background-size: 20px;
}
#hLang .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  opacity: 0;
}
#hLang .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
  opacity: 1;
}
#hLang .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#hLang .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  opacity: 1;
}

#loading {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 10;
  text-align: center;
}
#loading img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

#main {
  flex: 1 1 auto;
  width: 100%;
  background: #fff;
  xoverflow: hidden;
}

#idx #main {
  margin-top: 0;
  xbackground: linear-gradient(135deg, #007eca 25%, #009fb9) fixed;
  background: #007eca url(../images/bg_grd.png) bottom center no-repeat;
  background-size: cover; 
}

#wrapper> h1 {
  margin-top: 60px;
  font-size: 2.8rem;
  color: #fff;
}

.pagetop {
  position: fixed;
  right: 4%;
  bottom: 50px;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  background: rgba(50,97,140,0.72);
  z-index: 5;
}

.pagetop img {
  width: 23px;
  height: 24px;
}

footer {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  line-height: 100%;
  background: #fff;
  text-align: center;
  border-top: 1px solid #b5b5b6;
  overflow: hidden;
  z-index: 1;
}
footer .copyright {
  display: block;
  width: 100%;
  padding: 20px 25px 30px;
  font-size: 1.3rem;
  color: #b5b5b6;
  text-align: center;
}

footer #company_link {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
footer #company_link a {
  display: inline-block;
  margin: 0 10px;
}
footer #company_link a img{
  vertical-align: bottom;
  width: auto;
  height: 24px;
}
footer #fNav {
  margin: 25px auto 0;
}
footer #fNav li {
  display: inline-block;
  padding: 0 1.4em;
  margin-bottom: 1.4em;
}
footer #fNav li:not(:first-child) {
  border-left: 1px solid #727171;
}
footer #fNav br +li:not(:first-child) {
  border-left: none;
}
footer #fNav li > a {
  color: #727171;
  font-size: 1.6rem;
}

.option {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
#idx .option:not(.selected) {
  display: none;
}

#idx .option.selected:not(#method) {
  animation: show 0.3s linear 0s;  
}

@keyframes show{
    0% {
        opacity: 0;
        transform : translateY(-10px);
    }
    100% {
        opacity: 1;
        transform : translateY(0);
    }
}

.option .btns {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35%;
  min-width: 475px;
  margin: 0 auto;
}

.option .btns label {
  display: block;
  width: 50%;
  padding: 0.8em;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 5px 0 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.option .btns label:nth-of-type(even) {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.option .btns label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.option .btns label i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.option .btns input[type=radio]{
  display: none;
}
.option .btns input[type=radio]:checked + label {
  background: #fff;
  color: #32618c;
}
.option label .title {
  height: 20px;
  line-height: 100%;
}

#medicalsupply {
  text-align: center;
  padding: 1.2rem 0 1.4rem;
}
#medicalsupply label {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.3;
  color: white;
  cursor: pointer;
}
#medicalsupply label input[type="checkbox"] {
  display: none;
}
#medicalsupply label i {
  display: inline-block;
  vertical-align: top;
  width: 2.6rem;
  height: 2.6rem;
  background: white;
  margin: -1px 1.6rem 0 1rem;
}
#medicalsupply label input[type="checkbox"]:checked +i {
  background: url(../images/medicalsupply_check.png) center;
  background-size: 100%;
}

#medicalsupply_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
#medicalsupply_modal::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#medicalsupply_modal div {
  display: inline-block;
  vertical-align: middle;
  background: white;
  color: #2f5c7f;
  font-size: 0;
  padding: 1rem 3rem 4rem;
  max-width: 90%;
}
#medicalsupply_modal div p {
  font-size: 1.75rem;
  line-height: 1.8;
  width: 47.5rem;
  max-width: 100%;
  text-align: left;
  margin: 4rem 0 0;
  padding: 0 0 1rem;
}
#medicalsupply_modal div button {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0;
  height: 3.8rem;
  margin: 2rem 0.6rem 0;
  width: 18rem;
  background: #e0edf0;
  border-radius: 3px;
  color: #2f5c7f;
  cursor: pointer;
}
#medicalsupply_modal div button:hover {
  background: #2f5c7f;
  color: white;
}
@media screen and (min-width: 768px) {
 #medicalsupply_modal div {
  padding: 3rem 5rem 6rem;
 }
}

#name.option label .title {
  height: 16px;
}
#option {
  transition: margin 0.3s;
}
#brand,
#option {
  margin: 0 auto;
  padding: 0;
}
#brand h1,
#option h1 {
  width: 80%;
  height: 94px;
  margin: 0 auto 40px;
  text-align: center;
}
#brand h1 img,
#option h1 img {
  max-width: 100%;
  max-height: 100%;
  width: 420px;
}

#brand .btns label {
  width: 47%;
  padding: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #fff;
}
#brand .btns input[type=radio]:checked:not(.nocheck) + label,
#brand .btns input[type=radio].oncheck + label {
   box-shadow: 0 0 0 1px #32618c;
}
#brand .btns label::after{
  display: none;
}
#brand .btns input#roland + label {
  padding: 1.4em 0.7em;
  background: url(../images/btn_roland.png) center no-repeat;
  background-size: 54%;
}
#brand .btns input#dg_shape + label {
  padding: 1.4em 0.7em;
  background: url(../images/btn_dgshape.png) center no-repeat;
  background-size: 64%;
}
#brand .btns input#roland:checked:not(.nocheck) + label,
#brand .btns input#roland.oncheck + label {
  background: #32618c url(../images/btn_roland_on.png) center no-repeat;
  background-size: 54%;
}
#brand .btns input#dg_shape:checked:not(.nocheck) + label,
#brand .btns input#dg_shape.oncheck + label {
  background: #32618c url(../images/btn_dgshape_on.png) center no-repeat;
  background-size: 64%;
}

#target {
  text-align: center;
  font-size: 0;
  max-width: 1130px;
  margin: 6rem auto 8rem;
}
#target .btns {
  border: solid 1px #1296af;
  margin: 0 auto;
  width: 45%;
  height: 4.8rem;
  min-width: 475px;
  background: linear-gradient(to right, #007eca 0%, #009dba 100%);
  display: table;
  table-layout: fixed;
  border-radius: 4px;
  overflow: hidden;
}
#target .btns input {
  display: none;
}
#target .btns label {
  font-size: 1.6rem;
  line-height: 1.3;
  color: white;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  height: 100%;
  border-left: solid 1px white;
  padding: 1rem 0.6rem;
}
#target .btns label:first-of-type {
  border-left: none;
}
#target .btns input:checked +label {
  background-color: white;
  color: #1296af;
}

#mylist_balloon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border: solid 1px #b5c5df;
  padding: 12px 13px 11px 12px;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 2px 2px 0 0 #8fa9cf;
  color: #105686;
  background: white;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
#mylist_balloon.show {
  animation: mylist_balloon 2s linear 0s 1 normal none;
}
@keyframes mylist_balloon {
 0% {opacity: 0; visibility: visible;}
 10% {opacity: 1; visibility: visible;}
 90% {opacity: 1; visibility: visible;}
 99% {opacity: 0; visibility: visible;}
 100% {opacity: 0; visibility: hidden;}
}
#mylist_balloon span {
  display: none;
}
#mylist_balloon i {
  position: absolute;
  bottom: -21px;
  left: 10px;
  z-index: 5;
  display: block;
  width: 34px;
  height: 21px;
  overflow: hidden;
  transform: scale(0.5, 1);
}
#mylist_balloon i::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 5px;
  z-index: 5;
  border: solid 1px #b5c5df;
  border-color: transparent transparent #b5c5df #b5c5df;
  background: white;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  box-shadow: 0px 4px 0 0 #8fa9cf;
  transform: rotate(-45deg);
}


#options {
  display: none;
  width: 100%;
  margin: 60px auto 100px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}


#options {
  display: none;
  width: 100%;
  margin: 60px auto 100px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

#name,
#categorys {
  margin-bottom: 0; 
  padding: 30px 20px;
}

#name label{
  position: relative;
  display: block;
  width: 35%;
  min-width: 475px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
#name input[type=text] {
  width: 100%;
  margin: 5px auto 0;
  padding: 1em;
  padding-right: 60px;
  background: #e9f4f8;
}
#btn_search {
  position: absolute;
  bottom: 15px;
  right: 10px;
  border: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/icon_search.svg) center top no-repeat;
  background-size: contain;
}

#suggestion {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
	cursor: default;
	border: 1px solid #000;
	background: #ffffff;
	color: #333333;
	font-size: 1em;
}
#suggestion li {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	padding: 10px 10px;
	border: 1px solid transparent;
}
#suggestion li.active {
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget.ui-widget-content {
  border: 1px solid #000;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 10px 10px;
}

#categorys > div {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#categorys > div label {
  width: 49%;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
#categorys > div label select {
  width: 100%;
  margin: 5px auto 0;
  padding: 1em;
  color: #32618c;
  background: #e9f4f8;
}
#categorys > div select:disabled {
  color: #666;
}



#result {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#result #title {
  margin: 0 auto 1em;
  display: none;
}
#result.view_name #title {
  display: none;
}

#result #title h2 > img {
  width: 160px;
  max-width: 100%;
}
#result #title .selected_category li {
  display: inline-block;
  color: #32618c;
  line-height: 1.6em;
}
#result #title .selected_category li:last-child::before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  margin-right: 7px;
}
#result #title .selected_category li:last-child:empty::before{
  display: none;
}

#result .items {
  display: block;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
#result .items .item_wrap {
  width: 100%;
  font-size: 0;
  text-align: left;
}
#result .items .item {
  position: relative;
  width: calc((100% / 3) - 1.1rem);
  height: calc(33vw);
  max-height: 320px;
  margin: 1rem 0.5rem;
  padding-top: 32%;
  text-align: center;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#result .item_moreBtn {
  display: block;
  margin: 5rem 0;
  text-align: center;
}
#result .item_moreBtn div {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  border: solid 1px #cccccc;
  padding: 1.6rem 10rem;
  border-radius: 5rem;
  color: #333333;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#result .item_moreBtn div::before,
#result .item_moreBtn div::after {
  content: '';
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  top: 30%;
  opacity: 0;
}
#result .item_moreBtn div::before {
  right: 7rem;
  width: 2rem;
  height: 2rem;
  background: #cccccc;
  border-radius: 50%;
  margin-top: -1rem;
}
#result .item_moreBtn div::after {
  right: 7rem;
  width: 2rem;
  height: 2rem;
  margin-top: -0.8rem;
  transform: rotate(90deg);
  background-image: url(../images/arrow_round_black.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1rem;
}
#result .item_moreBtn.open div {
  padding: 1.6rem 12rem 1.6rem 8rem;
  cursor: auto;
}
#result .item_moreBtn.open div::before,
#result .item_moreBtn.open div::after {
  top: 50%;
  opacity: 1;
}
#result .items.discontinued {
  display: none;
}


@media screen and (min-width: 768px) {
  #result .items .item:hover a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(94, 208, 249, 0.1);
  }
}

#result .items .item *{
  cursor: pointer;
}
#result .items .item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2%;
}
#result .items .item .product_img {
  width: 100%;
  height: 80%;
  position: relative;
  z-index: 1;
}
#result .items .item .product_img.no_img {
  width: 70%;
  height: 40%;
  margin: 20% 15%;
  border: solid 1px #a4ccd9;
  background-size: 60%!important;
  transition: border-color 0.3s;
}
#result .items .item:hover .product_img.no_img {
  border-color: transparent;
}

#result .items .item img {
  max-width: 100%;
  pointer-events: none;
}

#result .items .item p {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 3;
  color: #333333;
}
#result .items .item p u {
  display: block;
  margin: -0.6em 0 0.1em;
  text-decoration: none;
}
#result .items .item.item_support_end p {
  color: #727171;
  padding: 0.5em 1.5em 1em;
}
#result .items .item.item_support_end p span {
  display: block;
  font-size: 1.2rem;
}

.errorMes {
  text-align: center;
  margin: 8rem 0;
  display: none;
}

.old_model {
  margin: 70px auto 0;
  text-align: center;
}

.old_model a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.8rem;
  color: #32618c;
}
.old_model a::after {
content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
margin-top: -0.4rem;
margin-left: 1em;
vertical-align: middle;
border-top: 2px solid #32618c;
border-right: 2px solid #32618c;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#result.categorys .old_model {
  display: none;
}

#pages {
  padding: 2.4rem 2.5% 0;
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
#pages span {
  font-size: 1.6rem;
  line-height: 1;
  color: #32618c;
  display: inline-block;
  margin-right: 1.4rem;
}
#pages span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.7rem;
  height: 0.7rem;
  border: solid 1px #32618c;
  border-color: #32618c #32618c transparent transparent;
  transform: rotate(45deg);
  margin: -0.3rem 0 0 0.6rem;
}
#pages span:last-child::after {
  display: none;
}
#pages span a {
  color: #32618c;
}

#detail #main {
  margin-top: 60px;
}

#product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 30rem;
}

#product .brand {
  display: none;
}

#product > div {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
#product h1 {
  margin: 10px auto;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#product h1.series {
  font-size: 2.2rem;
}
#product .product_img {
  text-align: center;
}
#product .product_img img {
  max-width: 100%;
  width: 50%;
}

.download_banner {
  text-align: center;
}
.download_banner a {
  border-bottom: solid 2px transparent;
  padding: 2px 10px;
  display: inline-block;
  transition: 0.1s;
  color: #333333;
}
.download_banner a:hover {
  border-bottom-color: #32618c;
}
.download_banner a img {
  width: auto;
  height: 7rem;
}
.download_banner a span {
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem 2rem;
  display: inline-block;
  transition: 0.1s;
}
.download_banner a:hover span {
}

.content_wrapper h2 {
  margin: 0 auto 10px;
  color: #32618c;
  font-size: 2.6rem;
}

ul.list {
  width: 100%;
  margin: 0 auto;
  line-height: 1.4em;
  color: #fff;
}

ul.list > li {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 2rem;
  line-height: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.content_wrapper ul.list {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.4em;
  color: #32618c;
  border: 1px solid #32618c;
  border-radius: 8px;
}
.content_wrapper  ul.list > li {
  border-top: 1px solid #32618c;
}
.content_wrapper  ul.list > li:first-child {
  border-top: none;
}

ul.list > li > p {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 1;
  padding: 0;
  line-height: 1.2em;
}
#mylistList .list li p {
	padding-left: 12px;
}
.manual_items ul.list > li > p {
  padding-left: 12px;
}
ul.list > li > p a {
  color: #32618c;
  cursor: pointer;
}
ul.list > li > p a:hover {
  text-decoration: underline;
}
ul.list > li > p .new,
ul.list > li > p .update {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  color: red;
  font-size: 1.8rem;
  vertical-align: top;
}
ul.list > li > p .new:after,
ul.list > li > p .update:after {
  display: inline-block;
  content: '!';
  margin-left: 0.5rem;
  transform: rotate(8deg); 
}

ul.list ul.link {
  flex-basis: 171px;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0;
  text-align: right;
}
ul.list ul.link > li {
  display: inline-block;
}
ul.list ul.link > li.web {
  width: 57px;
}
ul.list ul.link > li.pdf {
  text-align: right;
  width: 114px;
}
ul.list ul.link > li.icon_manual_addition {
  display: none;
}

.detail_tab {
	text-align: center;
	margin: 40px 0 0;
	font-size: 0;
}
.detail_tab a {
	display: inline-block;
	min-width: 141px;
	height: 42px;
	border: solid 1px #009dba;
	font-size: 13px;
	line-height: 42px;
	color: #009dba;
	background: white;
	cursor: pointer;
	padding: 0 30px;
}
.detail_tab a:first-child {
	border-radius: 4px 0 0 4px;
}
.detail_tab a:last-child {
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.detail_tab a.active {
	background: linear-gradient(to right, #007fca, #008dc2, #009dba);
	color: white;
	cursor: auto;
}

#manual .no_item {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	margin: 80px 0 40px;
}

#manual ul.list {
  padding: 0;
  border: none;
}
#manual ul.list > li {
  padding: 15px 0px;
  position: relative;
}
#manual ul.list > li.titlegroup {
  display: block;
  padding: 0;
}
#manual ul.list > li.titlegroup >p {
  position: relative;
  width: 100%;
  padding: 21px 0 21px;
  cursor: pointer;
}
#manual ul.list > li.titlegroup .titlegroup_btn {
	position: absolute;
	top: 22px;
	right: 10px;
	z-index: 2;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/arrow_titlegroup.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform-origin: center;
	transform: scale(1, -1);
	transition: 0.2s;
}
#manual ul.list > li.titlegroup .titlegroup_btn.open {
	transform: scale(1, 1);
}
#manual ul.list > li.titlegroup +li {
  /* border-top: none; */
}
#manual ul.list > li.titlegroup .in_titlegroup {
  margin: 8px 0 15px;
  display: none;
}
#manual ul.list > li.titlegroup .in_titlegroup li {
	border: none;
	padding-top: 10px;
	height: 60px;
}
#manual ul.list .indent {}
#manual ul.list .indent0 {}
#manual ul.list .indent1 {
  margin-left: 38px;
  border-top: none;
  padding-top: 5px;
}
#manual ul.list .indent2 {
	margin-left: 76px;
	border-top: none;
	padding-top: 5px;
}
#manual ul.list .indent3 {
	margin-left: 114px;
	border-top: none;
	padding-top: 5px;
}
#manual ul.list > li.no_titlegroup {
  border-top: none;
  padding: 0 0 10px;
}
#manual ul.list > li.no_titlegroup +li {
  border-top: none;
}
#manual ul.list > li.new_revision {
}
#manual ul.list > li.latest_english {
}
#manual ul.list > li.latest_english {
  padding-left: 38px;
}
#manual ul.list > li .manual_addition {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  z-index: 4;
  border: solid 1px #3e3a39;
  background: white;
  padding: 12px 15px;
  max-width: 340px;
  font-size: 12px;
  line-height: 1.6;
  color: #3e3a39;
  display: none;
}

ul.list .icons {}
ul.list .icons .sp_icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #34628c;
	margin: 0 0 0 12px;
	background: #e9f4f9;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
ul.list .icons .sp_icon::before {
	font-size: 18px;
	line-height: 45px;
	white-space: nowrap;
}

ul.list .icons .sp_icon.note_history::before {
	content: '';
	background: url(../images/icon_ver2.svg) center no-repeat;
	background-size: 70%;
	background-position: top 56% center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ul.list .icons .sp_icon.note_history:hover::before {
	background-image: url(../images/icon_ver.svg);
}

ul.list .icons .sp_icon.data_upload::before,
ul.list .icons .sp_icon.data_url::before,
ul.list .icons .sp_icon.data_html::before {
	content: '';
	background: url(../images/icon_dl2.svg) center no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ul.list .icons .sp_icon.data_upload:hover::before,
ul.list .icons .sp_icon.data_url:hover::before,
ul.list .icons .sp_icon.data_html:hover::before {
	background: url(../images/icon_dl.svg) center no-repeat;
}
/*
ul.list .icons .sp_icon.data_upload::before {
	content: 'FILE';
}
ul.list .icons .sp_icon.data_url::before {
	content: 'URL';
}
ul.list .icons .sp_icon.data_html::before {
	content: 'HTML';
	letter-spacing: -1px;
	font-size: 17px;
}
*/
ul.list .icons .sp_icon.sp_read {
/*
	margin-right: 57px;
*/
}
ul.list .icons .sp_icon.sp_read::before {
	content: '';
	background: url(../images/icon_read2.svg) no-repeat top 58% center / 82%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ul.list .icons .sp_icon.sp_read:hover::before {
	background: url(../images/icon_read.svg) no-repeat top 58% center / 82%;
}
ul.list .icons .sp_icon:hover {
  background: #32618c;
  color: white;
}
ul.list .icons .sp_icon::after {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: solid 3px #32618c;
	border-radius: 50%;
	transform: scale(0.75);
	z-index: -1;
	opacity: 0;
	transition: 0.2s;
}
ul.list .icons .sp_icon:hover::after {
	transform: scale(1);
	opacity: 1;
}
ul.list .icons .sp_read.spi_icon {}
ul.list .icons .sp_read.spi_icon.ver::before {
	background: url(../images/icon_ver2.svg) no-repeat top 56% center / 70%;
}
ul.list .icons .sp_read.spi_icon.ver:hover::before {
	background-image: url(../images/icon_ver.svg);
}
ul.list .icons .sp_read.spi_icon.download::before {
	background: url(../images/icon_dl2.svg) no-repeat center / 50%;
}
ul.list .icons .sp_read.spi_icon.download:hover::before {
	background-image: url(../images/icon_dl.svg);
}
ul.list .icons .sp_read.spi_icon.read::before {
	background: url(../images/icon_read2.svg) no-repeat top 58% center / 82%;
}
ul.list .icons .sp_read.spi_icon.read:hover::before {
	background-image: url(../images/icon_read.svg);
}
ul.list .icons .sp_read.spi_icon.web::before {
	background: url(../images/icon_web2.svg) no-repeat top 70% center / 84% 95%;
}
ul.list .icons .sp_read.spi_icon.web:hover::before {
	background-image: url(../images/icon_web.svg);
}


ul.list .icons .sp_read.spi_icon.main_icontype_download::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_download::before {
	background: url(../images/icon_dl2.svg) no-repeat center / 50%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_read::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_read::before {
	background: url(../images/icon_read2.svg) no-repeat top 58% center / 82%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_ver::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_ver::before {
	background: url(../images/icon_ver2.svg) no-repeat top 56% center / 70%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_web::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_web::before {
	background: url(../images/icon_web2.svg) no-repeat top 70% center / 84% 95%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_download:hover::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_download:hover::before {
	background: url(../images/icon_dl.svg) no-repeat center / 50%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_read:hover::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_read:hover::before {
	background: url(../images/icon_read.svg) no-repeat top 58% center / 82%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_ver:hover::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_ver:hover::before {
	background: url(../images/icon_ver.svg) no-repeat top 56% center / 70%;
}
ul.list .icons .sp_read.spi_icon.main_icontype_web:hover::before,
ul.list .icons .sp_icon.note_history.note_history_icontype_web:hover::before {
	background: url(../images/icon_web.svg) no-repeat top 70% center / 84% 95%;
}





dl.product_options {
  max-width: 1130px;
  margin: 40px auto 0;
}
dl.product_options dt {
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 2rem;
  background: #e8f2f7;
  color: #0079aa;
  font-weight: bold;
}
dl.product_options dd {
  padding: 2rem 2rem;
}
dl.product_options dd a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 4rem;
  margin: 1rem 0;
  color: #0079aa;
}
dl.product_options dd a::before,
dl.product_options dd a::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
}
dl.product_options dd a::before {
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #0079aa;
  border-radius: 50%;
  margin-top: -1rem;
}
dl.product_options dd a::after {
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/arrow_round_white.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1rem;
}

dl.option_products {
  max-width: 1130px;
  width: 92%;
  margin: 80px auto 0;
  font-size: 0;
  white-space: nowrap;
  background: #bae0f3;
  border-radius: 10px;
  overflow: hidden;
}
dl.option_products dt {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #0079aa;
}
dl.option_products dd {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  background: #e8f2f7;
  padding: 3rem 4%;
  white-space: normal;
}
dl.option_products dd a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin: 1rem 0 1rem 3rem;
  color: #0079aa;
  text-decoration: underline;
}

.mylist{
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}

.mylist input[type=checkbox] {
  display: none;
}
.mylist label {
  display: inline-block;
  padding: 0;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}

.content_wrapper .mylist label {
  background: #e9f4f9;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  padding: 7px;
  position: relative;
  box-sizing: content-box;
}

.mylist label i {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_star.svg) center no-repeat;
  background-size: 28px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.mylist label input[type=checkbox]:checked + i {
  background-image: url(../images/icon_star_on.svg);
}


.icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin: 0 0 0 12px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.icon:hover {
  background: #32618c !important;
  color: #fff;
}

.icon:before {
  display: inline-block;
  vertical-align: middle;
}

.web .icon:before {
  content: '';
  background: url(../images/icon_web.svg) center no-repeat;
  background-size: 84% 95%;
  background-position: top 70% center;
  width: 100%;
  height: 100%;
}
.pdf .icon:before,
.icon.pdf:before {
  content: '';
  background: url(../images/icon_pdf.svg) center no-repeat;
  background-size: 80%;
  background-position: top 55% center;
  width: 100%;
  height: 100%;
}
.icon.download:before {
  content: '';
  background: url(../images/icon_dl.svg) center no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
}

.icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.icon:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: -4px;
  left: -4px;
  padding: 4px;
  box-shadow: 0 0 0 3px #32618c;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.content_wrapper .icon {
  background: #e9f4f9;
}

.content_wrapper .web .icon:before {
  content: '';
  background-image: url(../images/icon_web2.svg);
}
.content_wrapper .pdf .icon:before,
.content_wrapper .icon.pdf:before {
  content: '';
  background-image: url(../images/icon_pdf2.svg);
}
.content_wrapper .icon.download:before {
  background: url('../images/icon_dl2.svg') center / 50% no-repeat;
}

.content_wrapper .web .icon:hover:before {
  content: '';
  background-image: url(../images/icon_web.svg);
}
.content_wrapper .pdf .icon:hover:before,
.content_wrapper .icon.pdf:hover:before {
  content: '';
  background-image: url(../images/icon_pdf.svg);
}
.content_wrapper .icon.download:hover:before  {
  background: url('../images/icon_dl.svg') center no-repeat;
}

#mylistList h2 {
  font-size: 2.8rem;
}
#mylistList h2 a {
  color: #32618c;
}

#removeConfirm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
}
#removeConfirm::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#removeConfirm.show_delete {
  animation: show_delete 1s linear 0s 1 normal none;
}
@keyframes show_delete {
 0% {opacity: 1; visibility: visible;}
 90% {opacity: 1; visibility: visible;}
 99% {opacity: 0; visibility: visible;}
 100% {opacity: 0; visibility: hidden;}
}
#removeConfirm >div {
  display: inline-block;
  vertical-align: middle;
  background: white;
  padding: 30px;
  border-radius: 5px;
}
#removeConfirm .confirm {}
#removeConfirm .confirm img {
  width: 100px;
}
#removeConfirm .confirm p {
  background: #e6eff4;
  color: #32618c;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
}
#removeConfirm .confirm p span {
  display: block;
  margin: 10px 0;
}
#removeConfirm .confirm .btns {
  margin-top: 20px;
}
#removeConfirm .confirm .btns div {
  display: inline-block;
  width: 40%;
  margin: 0 3%;
  border: solid 1px #32618c;
  color: #32618c;
  padding: 8px 0 7px;
  cursor: pointer;
  border-radius: 5px;
}
#removeConfirm .confirm .btns .submit {
  background: #32618c;
  color: white;
}
#removeConfirm .confirm .btns .cancel {}
#removeConfirm .delete {
  display: none;
}
#removeConfirm.show_delete .delete {
  display: inline-block;
}
#removeConfirm .delete p {
  color: #32618c;
}


.tab .btns {
  width: 100%;
  min-width: 0;
  max-width: 1130px;
  margin: 0 auto;
}
#brand.tab .btns label {
  width: 50%;
  padding: 0;
  border: none;
  border-radius: 5px 0 0 0;
  box-shadow: none;
  border: 1px solid #fff;
}
#brand.tab .btns #dg_shape + label {
  border-radius: 0 5px 0 0;
}

#brand.tab .btns input[type=radio]:checked:not(.nocheck) + label,
#brand.tab .btns input[type=radio].oncheck + label {
  border: 1px solid #fff;
  box-shadow: none;
  background: #fff;
}

#brand.tab .btns input#roland + label {
  padding: 1.8em 0.8em;
  background-size: 32%;
}
#brand.tab .btns input#dg_shape + label {
  padding: 1.8em 0.8em;
  background-size: 35%;
}
#brand.tab .btns input#roland:checked:not(.nocheck) + label,
#brand.tab .btns input#roland.oncheck + label {
  background: #fff url(../images/btn_roland_on2.png) center no-repeat;
  background-size: 32%;
}
#brand.tab .btns input#dg_shape:checked:not(.nocheck) + label,
#brand.tab .btns input#dg_shape.oncheck + label {
  background: #fff url(../images/btn_dgshape_on2.png) center no-repeat;
  background-size: 35%;
}

section.information_wrapper {
  margin: 10rem auto 0;
  width: 800px;
  max-width: 90%;
}
section.information_wrapper h1 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 5rem;
}
section.information_wrapper ul {
  padding: 0 0 0 0.4em;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
section.information_wrapper li {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0.8em 0 0 1em;
}
section.information_wrapper p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 0.8em 0;
}
section.information_wrapper p a {
  color: #32618c;
}

.tab_content > div {
  height: 100%;
}
.tab_content #cont_dgshape{
  display: none;
}

.region_wrapper {
    width: 1190px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 30px 0;
}
.region_wrapper .text {
    border: solid 1px #32618C;
    margin: 40px 0 0;
    padding: 15px 15px 10px;
}
.region_wrapper .text h1 {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0;
    color: #32618C;
}
.region_wrapper .text p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 9px 0 0;
}
.region_wrapper .text p span {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
}
.region_wrapper .text p span:nth-child(1) {}
.region_wrapper .text p span:nth-child(2) {
    margin: 2px 0 0;
}
.region_wrapper .map {
    margin: 55px 0 0;
}
.region_wrapper .map p {
    text-align: center;
    font-size: 3.7rem;
    line-height: 1;
}
.region_wrapper .map canvas {
    margin: 15px auto 0;
    display: block;
}
.region_wrapper .list {
    padding: 35px 0 0;
}
.region_wrapper .list .area {
    display: none;
}
.region_wrapper .list h1 {
    text-align: center;
    background: #E8F2F7;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #32618C;
}
.region_wrapper .list .country {
    margin: 38px 0px 0 75px;
    font-size: 0;
}
.region_wrapper .list .country a {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 1.5rem;
    color: #32618C;
    margin: 0 0 15px 0;
    padding: 0 12px 0 31px;
    text-indent: -31px;
}
.region_wrapper .list .country a img {
    display: inline-block;
    width: 20px;
    margin: 0 11px 0 0;
}

.software_name_innote {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: bold;
	margin: 100px 0 0;
}
.note_next {
	text-align: center;
	margin: 50px 0 0px;
}
.note_next input {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 10px;
	border-radius: 6px;
	background: #2d5b80;
	color: white;
	cursor: pointer;
}
.sp_html_contents {
	padding: 80px 0 0px;
}
.sp_html_contents .sp_name {
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 100px;
}
.sp_html_contents .sp_title {
	font-size: 21px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 25px;
	color: #396894;
}
.sp_html_contents .sp_html {
	font-size: 20px;
	line-height: 1.6;
	color: #32618c;
}
.sp_html_contents .sp_html * {
	line-height: 1.6;
}
.sp_html_contents .sp_html a {
	text-decoration: underline;
	color: #37658e;
}
.sp_html_contents .sp_html blockquote {
	overflow: hidden;
	padding-left: 0.75em;
	margin: 10px 0 10px 5px;
	font-style: italic;
	border-left: 5px solid #ccc;
}
.sp_html_contents .sp_html .table {
	margin: 0 auto;
}
.sp_html_contents .sp_html .table table {
	margin: 0 auto;
	border: solid 1px black;
	border-spacing: 0;
	border-collapse: collapse;
}
.sp_html_contents .sp_html .table table td {
	border: solid 1px black;
	padding: 2px 8px 1px;
}
.sp_html_contents .sp_html .image {
	margin: 40px auto;
	text-align: center;
}
.sp_html_contents .sp_html .image img {
	max-width: 100%;
}

.sp_html_contents.sp_lisence {
	padding: 80px 0 0px;
}
.sp_html_contents.sp_lisence .sp_name {
	text-align: left;
	font-size: 26px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 50px;
}
.sp_html_contents.sp_lisence .sp_lead {
	font-size: 18.5px;
	line-height: 1.8;
	margin: 0 0 50px;
	color: #396894;
}
.sp_html_contents.sp_lisence .sp_title {
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 25px;
	color: #396894;
}
.sp_html_contents.sp_lisence .sp_html {
	font-size: 16px;
	line-height: 1.6;
	border: solid 1px #007fca;
	padding: 30px 30px;
	max-height: 23em;
	overflow: auto;
}
.sp_html_contents.sp_lisence .sp_html a {
	text-decoration: underline;
	color: #37658e;
}
.sp_html_contents.sp_lisence .sp_html blockquote {
	overflow: hidden;
	padding-left: 0.75em;
	margin: 10px 0 10px 5px;
	font-style: italic;
	border-left: 5px solid #ccc;
}

#sp_agree {
	text-align: center;
	margin: 50px 0 0px;
}
#sp_agree input,
#sp_agree .close {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 10px;
	border-radius: 6px;
}
#sp_agree input {
	background: #2d5b80;
	color: white;
}
#sp_agree .close {
	background: #e2eff2;
	color: #2d5b80;
}


.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.sp_blk {
  display: none;
}


@media (max-width: 1160px) {
  .container {
    padding: 10vw 4vw;
  }
}

@media (max-width: 950px) {
  footer #company_link {
    position: static;
    margin: 30px 0 0;
  }
}


@media (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #bg {
    background-size: 300vw;
  }
  #header {
    padding: 16px 4%;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  #idx  #header {
    border-bottom: none;
  }
  #header .brand {
    display: none;
  }
  #header .logo {
    width: 42%;
  }
  #hLang{
    top: 12px;
    right: calc(4% + 50px);
}
  #gNav {
    top: 12px;
    right: 4%;
  }
  #main {
    height: auto;
  }

  #hNav .menu {}
  #hNav .menu ul {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 66px);
  }
  #hNav .menu ul li {
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 1rem 1.1rem;
  }

  #idx #main > .container:first-child {
    padding: 0 4%;
  }  

  #wrapper > h1 {
    margin-top: 69px;
    padding: 20px 4%;
    font-size: 2.6rem;
  }

  .content_wrapper h2 {
    text-align: center;
    font-size: 2rem;
  }

  footer #fNav li {
    display: block;
    padding: 5px 0;
  }
  footer #fNav li {
    border: none!important;
    margin: 0;
  }
  footer #fNav li > a {
    font-size: 1.2rem;
  }
  footer #fNav br {
    display: none;
  }

  footer #company_link a {
    margin: 0 5px;
  }
  footer #company_link a:first-child {
  }
  footer #company_link a > img {
    max-width: 100%;
  }

  .option .btns {
    width: auto;
    min-width: 0;
  }

  #main #brand .btns {
    width: 90%;
    max-width: 475px;
  }

  .option .btns label {
    display: block;
    width: 50%;
    padding: 0.8em;
    font-size: 2rem;
    color: #32618c;
    border-radius: 5px 0 0 5px;
    border: 1px solid #32618c;
    cursor: pointer;
  }

  #brand .btns label {
    width: 48%;
    border-radius: 3px;
  }

  #brand .btns label > img {
    display: none;
    width: 72%;
  }
  #brand .btns #dg_shape + label > img {
    width: 80%;
  }
  
  #brand .btns input#roland + label {
    background: url(../images/btn_roland.png) center no-repeat;
    background-size: 72%;
  }
  #brand .btns input#dg_shape + label {
    background: url(../images/btn_dgshape.png) center no-repeat;
    background-size: 82%;
  }
  #brand .btns input#roland:checked:not(.nocheck) + label,
  #brand .btns input#roland.oncheck + label {
    background: #32618c url(../images/btn_roland_on.png) center no-repeat;
    background-size: 72%;
  }
  #brand .btns input#dg_shape:checked:not(.nocheck) + label,
  #brand .btns input#dg_shape.oncheck + label {
    background: #32618c url(../images/btn_dgshape_on.png) center no-repeat;
    background-size: 82%;
  }


  #method .btns {
    flex-direction: column;
  }
  #method .btns  label {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #method .btns input:checked + label {
    color: #32618c;
  }

  #method .btns  label:first-of-type {
    margin-bottom: 15px;
  }

  #method .btns  label::after {
    display: none;
  }

  #name, #categorys {
      padding: 30px 0 0;
  }

  #categorys > div {
    flex-direction: column;
  }

  #name > label,
  #categorys > div label {
    width: 100%;
    min-width: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #categorys > div label select {
    margin-bottom: 30px;
  }

  #result {
    margin: 0 auto 50px;
    padding: 0 4%;
  }

  #result .items .item {
      width: 100%;
      margin: 0 auto;
      padding: 100% 0 0;
      border-top: 1px solid #32618c;   
  }
  #result .items .item:first-child {
      border-top: none;
  }
  #result .items .item.no_border_top {
      border-top: none;
  }

  #result .items .item p {
    font-size: 1.8rem;
  }
  #result.view_name #items .item a {
      display: block;
  }
  #result.view_name #items .item p {
      text-align: center;
  }
  #items .item img {
    width: 100% !important;
  }


  #detail #main {
    margin-top: 69px;
  }

  #product {
    flex-direction: column;
  }
  #product > div {
    min-height: 0%;
    width: 100%;
    padding: 0;
  }
  #product .brand{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
  }
  #product .brand > img{
    width: 100px;
    height: auto;
  }
  #product .brand > a > img{
    width: 100px;
    height: auto;
  }

  #product h1 {
    letter-spacing: normal;
    font-size: 8vw;
    margin: 3.5vw 0 2vw;
  }

  #product .product_img img {
    max-width: 100%;
    width: 100%;
  }

.detail_tab {
	margin: 0px 10vw 0;
	width: auto;
}
.detail_tab a {
	display: block;
	min-width: auto;
	height: auto;
	width: 100%!important;
	margin: 0 auto;
	font-size: 5vw;
	line-height: 12vw;
}
.detail_tab a:first-child {
	border-radius: 4px 4px 0 0;
}
.detail_tab a:last-child {
	border-radius: 0 0 4px 4px;
	border-left: solid 1px #009dba;
}
.detail_tab a.active {
}

  ul.list li {
    font-size: 1.6rem;
  }

  ul.list li p {
    line-height: 1.3em;
    width: calc(100% - 90px);
  }
  .content_wrapper h2 {
    text-align: center;
    font-size: 1.8rem;
  }
  .content_wrapper ul.list {
    padding: 0;
    border: none;
  } 
  .content_wrapper  ul.list > li:first-child {
    border-top: 1px solid #32618c;
  }
  .content_wrapper  ul.list > li:last-child {
  }

  #manual ul.list > li {
    padding: 15px 0; 
  }
  #manual ul.list > li:first-child {
    border-top: none;  
  }
#manual ul.list .indent0 {}
#manual ul.list .indent1 {
  margin-left: 0.6em;
}
#manual ul.list .indent2 {
  margin-left: 1.2em;
}
#manual ul.list .indent3 {
  margin-left: 1.8em;
}
#manual ul.list > li.latest_english {
  padding-left: 0.6em;
}

  .mylist{
    flex-basis: 35px;
  }
  .mylist label:before {
    width: 21px;
    height: 21px;
    margin: 7px;
    vertical-align: middle;
  }

  ul.list ul.link > li {
    width: 9vw;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .icon {
  }
  .icon:after {
    display: none;
  }
  
  .icon {
    width: 9vw;
    height: 9vw;
    margin: 0 0 0 0.5vw;
  }
  .icon:hover {
	background: #e9f4f9 !important;
}
  .web .icon:before {
    width: 20px;
    height: 17px;
    margin: 8px 6px;
  }
  .pdf .icon:before {
    /* width: 15px; */
    /* height: 15px; */
    /* margin: 10px; */
  }
ul.list .icons {
    width: 90px;
    text-align: right;
}
ul.list .icons .sp_icon {
    width: 35px;
    height: 35px;
    margin: 0 0 0 2px;
}
ul.list .icons .sp_icon.sp_read {
	margin-right: 37px;
}
ul.list .icons .sp_icon::before {
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
}
ul.list .icons .sp_icon.sp_read::before {
	font-size: 15px;
	letter-spacing: -1px;
	padding: 0 2px 0 0;
}
  ul.list > li > p .new, ul.list > li > p .update {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  ul.list > li > p .new:after, ul.list > li > p .update:after {
    margin-left: 0.2rem;
  }


  .tab .btns {
    padding: 0 4%;
  }
  #brand.tab .btns input#roland + label {
    padding: 1.8em 0.8em;
    background-size: 54%;
  }
  #brand.tab .btns input#dg_shape + label {
    padding: 1.8em 0.8em;
    background-size: 62%;
  }
  #brand.tab .btns input#roland:checked:not(.nocheck) + label,
  #brand.tab .btns input#roland.oncheck + label {
    background: #fff url(../images/btn_roland_on2.png) center no-repeat;
    background-size: 54%;
  }
  #brand.tab .btns input#dg_shape:checked:not(.nocheck) + label,
  #brand.tab .btns input#dg_shape.oncheck + label {
    background: #fff url(../images/btn_dgshape_on2.png) center no-repeat;
    background-size: 62%;
  }

#target {
  margin: 0 auto 60px;
}
#target .btns {
  display: block;
  height: auto;
  width: 80%;
  min-width: unset;
  background: linear-gradient(to bottom, #007eca 0%, #009dba 100%);
}
#target .btns input {}
#target .btns label {
  display: block;
  border-left: none;
  border-top: solid 1px white;
  font-size: 1.8rem;
}
#target .btns label:first-of-type {
  border-top: none;
}
#target .btns input:checked +label {}

#pages span {
  margin-bottom: 1rem;
}
#product {
  min-height: unset;
  padding-top: 26vw;
  padding-bottom: 6vw;
  position: relative;
}
#product::before {
  content: '';
  position: absolute;
  top: 6.5vw;
  left: 4vw;
  z-index: 1;
  width: 96vw;
  height: 3.5vw;
  opacity: 0;
}
#product.roland::before {
  background: url(../images/logo_roland.png) no-repeat left top / contain;
}
#product.dgshape::before {
  background: url(../images/logo_dgshape.png) no-repeat left top / contain;
}
#product.logo_show::before {
  opacity: 1;
}
ul.list ul.link {
  flex-basis: auto;
  width: 41vw;
  position: relative;
}
ul.list ul.link > li.web {
  width: auto;
}
ul.list ul.link > li.pdf {
  width: auto;
}
ul.list ul.link > li.icon_manual_addition {
	display: block;
	position: absolute;
	top: 0;
	right: 28.5vw;
	width: auto;
}
ul.list ul.link > li.icon_manual_addition .icon::before {
  content: 'i';
	font-size: 6vw;
	line-height: 9vw;
	color: #33618b;
}
ul.list .icons .sp_read.spi_icon {}
ul.list .icons .sp_read.spi_icon.ver::before {}
ul.list .icons .sp_read.spi_icon.ver:hover::before {}
ul.list .icons .sp_read.spi_icon.download::before {}
ul.list .icons .sp_read.spi_icon.download:hover::before {}
ul.list .icons .sp_read.spi_icon.read::before {}
ul.list .icons .sp_read.spi_icon.read:hover::before {}
ul.list .icons .sp_read.spi_icon.web::before {}
ul.list .icons .sp_read.spi_icon.web:hover::before {}
#manual ul.list > li .manual_addition {
	display: none !important;
}
.content_wrapper .pdf .icon:not(.download):before {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: 80%;
}
.content_wrapper .web .icon:before {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: 85%;
  background-position: center;
}
dl.product_options {
  margin: 3rem 4% 0;
}
dl.product_options dd {
  padding: 1rem 1.5rem;
}
dl.option_products {
  margin: 4rem 4% 0;
}
dl.option_products dt {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2.5rem;
}
dl.option_products dd {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2.5rem;
}
dl.option_products dd a {
  margin: 1rem 2rem 1rem 0;
}

.region_wrapper {
    padding: 0 15px 40px!important;
}
.region_wrapper .text {
    margin: 15px 0 0;
    padding: 15px 10px 10px;
}
.region_wrapper .text h1 {
    font-size: 1.5rem;
}
.region_wrapper .text p {
    font-size: 1.45rem;
    line-height: 1.4;
    margin: 0;
}
.region_wrapper .text p span {
    font-size: 1.45rem;
    line-height: 1.4;
}
.region_wrapper .text p span:nth-child(1) {
    margin: 2px 0 0;
}
.region_wrapper .text p span:nth-child(2) {
    margin: 4px 0 0;
    font-size: 1.3rem;
    line-height: 1.4;
}
.region_wrapper .map {
    margin: 26px 0 0;
}
.region_wrapper .map p {
    font-size: 2.1rem;
}
.region_wrapper .map canvas {
    transform: scale(0.64);
    transform-origin: top left;
    margin-bottom: -102px;
}
.region_wrapper .list {}
.region_wrapper .list .area {}
.region_wrapper .list h1 {
    font-size: 1.9rem;
    line-height: 2.2;
}
.region_wrapper .list .country {
    margin: 23px 0px 0;
}
.region_wrapper .list .country a {
    width: 49%;
    font-size: 1.2rem;
    margin: 0 0 13px 0;
    padding: 0 10px 0 21px;
    text-indent: -21px;
}
.region_wrapper .list .country a img {
    width: 16px;
    vertical-align: top;
    margin: 1px 5px 0 0;
}
.software_name_innote {
	margin: 12vw 10vw 0;
	font-size: 5vw;
}
.note_next {
	margin: 4vw 0 0;
}
.note_next input {
	width: 80vw;
	border-radius: 3px;
}
.sp_html_contents {
	padding: 8vw 9vw;
}
.sp_html_contents .sp_name {}
.sp_html_contents .sp_title {
	font-size: 4.5vw;
	margin: 0 0 4vw;
}
.sp_html_contents .sp_html {
	font-size: 4.5vw;
}
.sp_html_contents .sp_html * {
	line-height: 1.5;
}
.sp_html_contents .sp_html a {}
.sp_html_contents .sp_html blockquote {}
.sp_html_contents.sp_lisence {
	padding: 8vw 9vw;
}
.sp_html_contents.sp_lisence .sp_name {
	font-size: 4.5vw;
	margin: 0 0 4vw;
}
.sp_html_contents.sp_lisence .sp_lead {
	font-size: 4.5vw;
	line-height: 1.6;
	margin: 0 0 7vw;
}
.sp_html_contents.sp_lisence .sp_title {
	font-size: 4.5vw;
	margin: 0 0 4vw;
}
.sp_html_contents.sp_lisence .sp_html {
	margin: 0 -6vw 0;
	padding: 5vw;
	max-height: 16.5em;
}
.sp_html_contents.sp_lisence .sp_html a {}
.sp_html_contents.sp_lisence .sp_html blockquote {}
#sp_agree {
	margin: 5vw auto 0;
	width: 80vw;
}
#sp_agree input,
#sp_agree .close {
	width: 100%;
	margin: 0;
	font-size: 5vw;
	line-height: 12vw;
}
#sp_agree input {
	border-radius: 3px 3px 0 0;
}
#sp_agree .close {
	border-radius: 0 0 3px 3px;
}
#sp_manual_addition_balloon {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #5a5a5a85;
	width: 100%;
	height: 100%;
	display: none;
}
#sp_manual_addition_balloon div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: auto;
	background: white;
	transform: translate(-50%, -50%);
	padding: 10vw;
}
#sp_manual_addition_balloon span {
	font-size: 4vw;
	line-height: 1.6;
}
#sp_manual_addition_balloon i {
	position: absolute;
	top: 2vw;
	right: 2vw;
	z-index: 1;
	width: 7vw;
	height: 7vw;
}
#sp_manual_addition_balloon i::before,
#sp_manual_addition_balloon i::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 50%;
	width: 100%;
	height: 2px;
	background: black;
	transform: rotate(45deg);
}
#sp_manual_addition_balloon i::before {
	transform: rotate(-45deg);
}
#sp_manual_addition_balloon i::after {}

  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .sp_blk {
    display: block;
  }
}


@media (max-width: 767px) {
  #header {
    padding: 25px 4%;
  }
}


#cludo-search-form {
	display: block;
	width: 282px;
	margin: 42px auto 5px;
	position: relative;
	background: #e8f4f9;
	border-radius: 4px;
}
#cludo-search-form input {
	width: 236px;
	height: 42px;
	padding: 0 0 0 13px;
	font-size: 15px;
	line-height: 1;
	background: transparent;
	color: #32628b;
}
#cludo-search-form input::placeholder {
  color: #9fb9ce;
}
#cludo-search-form input::-webkit-search-cancel-button {
  display: none;
}
#cludo-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	padding: 0;
	width: 46px;
	height: 42px;
	cursor: pointer;
	background: url(../images/icon_search.svg) no-repeat 
 center / 22px;
}
#cludo-search-form #search_autocomplete {
	top: calc(100% - 2px);
	position: absolute;
}
#cludo-search-form #search_autocomplete li {
	padding: 13px 13px;
	cursor: pointer;
}
#cludo-search-form #search_autocomplete li:hover {
	background: #33618c;
	color: white;
}
.cludosearch_result {}
.cludosearch_result #pages {
	position: fixed;
	top: 60px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	background: white;
	padding: 2.4rem 2.5% 160px;
}
.cludosearch_result #cludo-search-form {
	position: fixed;
	top: 166px;
	left: 50%;
	z-index: 1;
	margin: 0;
	transform: translate(-50%, 0);
}
.cludosearch_result #cludo-search-results {
	max-width: 1130px;
	margin: 0 auto;
	padding: 188px 0 30px;
}
.cludosearch_result #cludo-search-results .cludo-r {
	margin: 0;
}
.cludosearch_result #cludo-search-results .cludosearch_result_sub {
	display: none;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main {
	max-width: none;
	flex: none;
	padding: 0;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-result-count {
	font-size: 26px;
	line-height: 1.4;
	font-weight: bold;
	display: none;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-did-you-mean {
	display: none;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li {
	margin-bottom: 0;
	padding-bottom: 8px;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a {
	color: #396894;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a h2 {
	margin-bottom: 0;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a p {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.3;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a .path {
	display: block;
	font-size: 19px;
	line-height: 1.2;
	margin-top: 2px;
}

@media (max-width: 767px) {

#cludo-search-form {
	width: 80vw!important;
	margin: 6vw auto -4vw;
}
#cludo-search-form input {
	height: 12vw;
	width: 68vw;
	font-size: 4.25vw;
	padding: 0 0 0 3.5vw;
}
#cludo-search-form input::placeholder {}
#cludo-search-form input::-webkit-search-cancel-button {}
#cludo-search-form button {
	width: 12vw;
	height: 12vw;
}
#cludo-search-form #search_autocomplete {}
#cludo-search-form #search_autocomplete li {
	font-size: 4.25vw;
	padding: 3.75vw 3.5vw;
}
.cludosearch_result {}
.cludosearch_result #pages {
	top: 70px;
	padding: 6.5vw 2.5% 24vw;
}
.cludosearch_result #cludo-search-form {
	top: 49vw;
}
.cludosearch_result #cludo-search-results {
	padding: 53vw 10vw 0vw;
}
.cludosearch_result #cludo-search-results .cludo-r {}
.cludosearch_result #cludo-search-results .cludosearch_result_sub {}
.cludosearch_result #cludo-search-results .cludosearch_result_main {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-result-count {
	font-size: 6vw;
	line-height: 1.2;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-did-you-mean {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li {
	margin: 6vw 0 0;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a {}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a h2 {
	text-align: left;
	font-size: 4.5vw;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a p {
	margin-top: 4vw;
	font-size: 4vw;
	line-height: 1.3;
}
.cludosearch_result #cludo-search-results .cludosearch_result_main .search-results ul li a .path {
	font-size: 4vw;
	margin-top: 2vw;
}

}