#mainv {
    margin: 0 auto 15px;
    max-width: 1200px;
}
#mainv img {
    width: 100%;
}

#mainv_mobile {
	width: 100%;
	margin: 4px 0 0;
}

#mainv_mobile img {
	width: 100%;
	margin: 0px 0 0 0;
}

#third-banner-area01-mobile {
	width: 100%;
}

#third-banner-area01-mobile img {
	width: 100%;
	margin: 0 0 20px;
}

#content1-mobile {
	padding-left:4%;
	padding-right:4%;
	line-height: 1.55;
}

#content1-mobile p img{
	max-width: 100%;
	height: auto;
}

#content1-mobile li{
	border-bottom: 1px solid #e8e8e8;
padding-top: 5px;
padding-bottom: 5px;
}

#customer {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 33px;
    vertical-align: middle;
}
#customer > * {
    display: inline-block;
    vertical-align: middle;
}
#customer > div:first-child {
    color: #444;
    font-size: 20px;
    line-height: 27px;
    padding: 0 68px 0 0;
}
#top-banner-area01 {
    margin: 0 auto 75px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
}
.bx-wrapper .bx-prev {
    left: -36px;
}
.bx-wrapper .bx-next {
    right: -36px;
}

#customer-mobile {
	border: 1px solid #e8e8e8;
	border-radius:4px;
	padding: 7px;
	margin: 7px 6%;
}

/* 横幅1/3のカラム指定【PC】 */
#content1-pc .colum_1-3{
	display: table-cell;
	float: left;
	width: 32%;
	margin: 0 1% 5px 0;
	word-wrap: break-word;
}

/* 横幅2/3のカラム指定【PC】 */
#content1-pc .colum_2-3{
	display: table-cell;
	float: left;
	width: 65%;
	margin: 0 1% 5px 0;
	word-wrap: break-word;
}

/* 横幅1/2のカラム指定【PC】 */
#content1-pc .colum_1-2{
	display: table-cell;
	float: left;
	width: 48%;
	margin: 0 1% 5px 0;
	word-wrap: break-word;
}

/* 横幅1/3のカラム指定【Mobile】 */
#content1-mobile .colum_1-3{
	margin: 0 0 20px 0;
}

/* 横幅2/3のカラム指定【Mobile】 */
#content1-mobile .colum_2-3{
	margin: 0 0 20px 0;
}

/* 横幅1/2のカラム指定【Mobile】 */
#content1-mobile .colum_1-2{
	margin: 0 0 20px 0;
}

hr {
	clear:both;
	width: 100%;
	margin: 0 auto 20px auto;	
	height: 1px;
    border: none;
    border-top: 1px #cfcfcf solid;
	background-position: 50% 50%;
-moz-background-size:65% 44px;
background-size:65% 44px;
}

a:link .go-all-article {
  background-color: #bbb;
  text-decoration: none !important;
  color:#fff;
}
a:visited .go-all-article {
  background-color: #bbb;
  text-decoration: none;
  color:#fff;
}
a:hover .go-all-article {
  background-color: #fff;
  text-decoration: none !important;
  color:#666;
}
.go-all-article {
  display: table-cell;
  padding: 2px 6px 0px 6px;
  margin: 20px 0px 8px 5px;
  border: 1px solid #bbb;
}


/* インフォメーションのアイコン指定 */
.info-icon-event {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 4px 2px;
    text-align: center;
    color:#fff;
    font-size: 0.7em;
    background-color: #ac49cc;
}

.info-icon-news {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 4px 2px;
    text-align: center;
    color:#fff;
    font-size: 0.7em;
    background-color: #00baef;
}

.info-icon-pressrelease {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 4px 2px;
    text-align: center;
    color:#fff;
    font-size: 0.7em;
    background-color: #1b66a7;
}

/* 記事リストのタイトル枠　指定 */
.article-title-box {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}

/* Simple table by HDE */
table.dtable {
    width: 98%;
    border: none;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    border-collapse: separate;
    border-spacing: 0 5px;
    background: #ffffff;
}
 
table.dtable th {
    vertical-align: middle;
    height: 50px;
    width: 25%;
    border-right: solid 1px #cccccc;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
 
table.dtable td.data {
    padding: 0px 0px 0px 10px;
    margin:0;
    height: 53px;
    width: 70%;
    border: none;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.dtable td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.dtable td.bar {
    height: 1px;
    width: 95%;
    border-top: solid 1px #cacaca;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField{
    font-size: 14px;
    font-weight: 100;
    padding: 0.3em 0.4em !important;
    box-shadow: 0px 0px 5px 1px #cff5f7 !important;
}
.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before{
    box-shadow: 0px 0px 5px 1px #cff5f7 !important;
}
.mktoForm .mktoLabel{
    width: 140px !important;
    font-size: 14px;
}
.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton{
    background-color: #ec7800  !important;
    padding: 16px 22px 14px 15px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    font-size: 14px !important;
}
.mktoForm .mktoFieldWrap{
    margin: 0 0 3px;
}

/* controllerページPC */
.controller_header{
background-color:#254059; 
background-image: url('/controller/images/pc/hc11-back.png');
background-repeat: no-repeat;
background-position:right; 
height:324px;
}
.controller_header img{
display: block; 
margin: 0px auto; 
width:799px;
}
.controller_h_mobile{
display: none;
}


/** w-size max798 **/
@media screen and (max-width:798px){
body{
-webkit-text-size-adjust: none;
}

#content1-mobile li{
    list-style: none;
}

/* controllerページTB */
.controller_header img{
    padding: 0 0 0 2%;
}
}

/** w-size max569 **/
@media screen and (max-width:569px){
.mktoForm .mktoLabel {
    width: auto !important;
    font-size: 14px;
    min-width: 72px;
}
.mktoButtonWrap{
    margin-left: 20px !important;
}
.mktoForm textarea[rows="2"]{
    min-height: 3.4em !important;
    resize: both;
}
}

/** w-size max480 **/
@media screen and (max-width:480px){

#content1-mobile .colum_1-3  >  div, #content1-mobile .colum_2-3  >  div{
    border-right: none !important;
    padding: 15px 0 30px !important;
    margin: 0 0 10px !important;
    width: 100% !important;
}
#content1-mobile .colum_2-3  >  div > div{
	padding: 15px 0 10px !important;
    width: 100% !important;
    margin: 0 !important;
}
#content1-mobile .colum_1-3 div h2, #content1-mobile .colum_2-3 div h2{
	border-right: none !important;
    padding: 15px 0 5px;
}
#content1-mobile .colum_1-2 div h2 img,  #content1-mobile .colum_1-3 div h2 img, #content1-mobile .colum_2-3 div h2 img{
    height: 30px !important;
    margin-top: -7px;
}
#content1-mobile .colum_1-3  >  div img, #content1-mobile .colum_2-3  >  div img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

/* controllerページSP */
.controller_header img{
    margin: 0 auto;
    width: 210%;
    background-color: rgba(0,0,0,0.4);
    padding: 9px 0 100px 6%;
}
.controller_h_mobile{
    display: block;
}
.controller_h_mobile img {
    width: 100%;
}

section > h2{
    margin: 0 0 4%;
}

section > section{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.for_mobile table{
    width: 100% !important;
}

.for_mobile li{
list-style: none;
}

.mktoForm .mktoFormRow .mktoField{
    margin: 2px 0 0;
}
.mktoButtonWrap{
    margin-left: 0px !important;
}


}