﻿/*****************************************************************************
CSS only for sumai_2015 base
*****************************************************************************/
/*****************************************************************************
Set
*****************************************************************************/
@media only screen and (max-width:640px) and (max-device-width:1280px){
  img, iframe,
  object { max-width : 100%; }
  img {
    width:auto;
    height:auto;
  }


  /************************** generic class *****************************/
  .rwd {
    display:inherit;
  }

  html {
    /*font-size:118%;*/
    font-size:100%;
  }
  body {
    font-size: 100%;
    -webkit-text-size-adjust: none;
  }
  #page {
    min-width: 320px;
    min-height:0;
  }
  html.touch-device body{
    min-width:320px;
    min-height:0;
  }
  html.touch-device #page {
    min-width:320px;
    min-height:0;
  }
  .container {
    padding:0;
  }
  .sectiontoggle, #nav-menu-mob {
    display: block;
  }


  /************************** globalheader *****************************/

  #globalheader {
    background-image:url(/common/global-libs/images/img-nav-global-1px-m-1x.png);
    background-color:#3b3b3b;
  }
  #globalheader:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow:hidden;
  }
  #brandlogo {
    width : 128px;
    height : 44px;
    margin-left:0;
  }
  #brandlogo a,
  #brandlogo span {
    width : 128px;
    height : 44px;
    background:url(/common/global-libs/images/lgo-nav-global-panasonic-m-2x.png) no-repeat;
    background-size:contain;
  }
  #brandlogo img:first-child {
    display:none;
  }
  #globalheader-nav {
    display:none;
  }
  #globalheader .toggleMenu {
    display: block;
    float:right;
    width:44px;
    height:44px;
    border-left:1px solid #727272;
  }
  #globalheader .toggleMenu a {
    display: block;
    width:14px;
    height:13px;
    padding:15px 15px 16px;
    border-left:1px solid #2e2e2e;
    background:url(/common/global-libs/images/icn-nav-global-menu-m-2x.png) no-repeat center;
    background-size:14px 13px;
  }
  #globalheader-utils {
    float:none;
    clear:both;
    display:none;
  }
  #globalheader-secondarynav {
    display:none;
  }
  #modalmenu-box-wrapper {
    top:10px;
  }
  #modalmenu-box-bg .btn-close {
    width:28px;
    height:28px;
    background-size:28px 28px;
  }
  #modalmenu-box dl dt {
    padding:20px 35px;
    font-size: 0.938rem;
    line-height:1.063rem;
  }
  #modalmenu-box dl dd {
    padding:8px 0;
  }
  #modalmenu-box dl dd a {
    font-size: 0.625rem;
  }
  #modalmenu-box .notes {
    font-size:0.563rem;
    line-height:0.688rem;
  }
  #globalheader-utils > .wrapper {
    /*padding-right:44px;
    background:url(/common/sumai2015/images/img-nav-global-shadow-h-1px-m-1x.png) repeat-y right;*/
  }
  #globalheader-utils .search {
    display:block;
    background:url(/common/global-libs/images/bg-nav-global-search-1px-m-1x.png) repeat-x;
    padding:9px 10px;
    clear:both;
  }
  #globalheader-utils .search-in {
    background: url(/common/global-libs/images/img-nav-global-search-1px.png);
    margin-left:7px;
    margin-right:16px;
  }
  #globalheader-utils .search-in:after {
    content:"";
    display:block;
    height: 0;
    overflow:hidden;
    clear:both;
  }
  #globalheader-utils .search-in:before {
    content:"";
    float:left;
    width:7px;
    height:26px;
    margin-left:-7px;
    background:url(/common/global-libs/images/img-nav-global-search-cap-left.png) no-repeat;
  }
  #searchformhead {
    float: none;
    width: 100%;
    padding-left:0;
    margin-top:0;
    background:none;
  }
  #searchformhead:after {
    top:0;
    right:-16px;
  }
  #searchformhead label {
    display: none;
  }
  #searchformhead input[type=text] {
    background: none;
    float:none;
    width: 90%;
    font-size:15px;
  }
  #searchformhead input[type=submit] {
    margin-right:-16px;
  }
  #searchformhead input.submit {
    margin-right:-16px;
  }
  #nav-menu-mob {
    display: block;
  }
  #nav-menu-mob li a {
    display:block;
    padding:10px 15px 10px 20px;
    min-height:14px;
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    /*outline:none;*/
  }
  #nav-menu-mob li a.lang {
    color:#00a0c6;
  }
  #nav-menu-mob li a.accordion-head {
  }
  #nav-menu-mob li a.accordion-head:after {
    content:"";
    float:right;
    height:14px;
    width:9px;
    background:url(/common/global-libs/images/icn-nav-global-dpdown-arrow-m-2x.png) no-repeat;
    background-size:9px 5px;
    background-position:center;
  }
  #nav-menu-mob li:first-child > a {
    border-top:none;
  }
  #nav-menu-mob li:last-child > a {
    border-bottom:none;
  }
  #nav-menu-mob > ul > li > a {
    background:url(/common/global-libs/images/img-nav-global-dpdown-1px-m-1x.png) repeat-x #1d1d1d top;
    border-bottom:1px solid #181818;
    border-top:1px solid #504f4f;
  }
  #nav-menu-mob > ul > li ul {
    background:url(/common/global-libs/images/img-nav-global-dpdown-shadow-1px-m.png) repeat-x top;
    background-size:1px 5px;
  }
  #nav-menu-mob > ul > li > ul > li > a {
    border-bottom:1px solid #2d2d2d;
    border-top:1px solid #626161;
  }
  #nav-menu-mob > ul > li > ul > li > ul {
    background-color:#626262;
  }
  #nav-menu-mob > ul > li > ul > li > ul > li > a {
    border-bottom:1px solid #545454;
    border-top:1px solid #787878;
  }
  #nav-menu-mob > ul > li > ul > li > ul > li > ul {
    background-color:#8d8d8d;
  }
  #nav-menu-mob > ul > li > ul > li > ul > li > ul > li > a {
    border-bottom:1px solid #6d6d6d;
    border-top:1px solid #a4a3a3;
  }

  /************************** navmenucat *****************************/

  #navmenucat {
    display:none;
  }

  /************************** browsebar *****************************/

  #browsebar-wrapper {
    height:auto;
    background-color:#434343;
  }
  #browsebar {
    position:relative;
  }
  #browsebar:after {
    content:"";
    display:block;
    height:0;
    clear:both;
  }
  #browsebar.fix {
    position:static;
  }
  #browsebar-in {
    background:url(/common/global-libs/images/img-nav-global-dpdown-shadow-1px-m-1x.png) repeat-x top;
    padding:10px 10px 10px;
    position:relative;
    height:auto;
  }
  #browsebar-in:after {
    content:"";
    display:block;
    overflow:hidden;
    height:0;
    clear:both;
  }
  #browsebar .container {
  }
  #browsebar-name {
    margin-top:0;
  }
  #browsebar-name .name {
    font-size: 1rem;
    line-height:1.125rem;
    word-wrap:break-word;
  }

  /************************** sectionContents *****************************/

  #sectionContents {
    background-color:#fff;
  }
  /************************** ga2012_bottomLink *****************************/

  #bottomlink {
    display:none;
  }

  /************************** footer start *****************************/

  #globalfooter {
  }
  #globalfooter-nav {
    zoom:1;
  }
  #globalfooter-nav:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
  }
  #globalfooter-nav a {
  }
  #globalfooter-nav .print {
    display:none;
  }
  #globalfooter-nav .links {
    float:none;
    font-size:0;
    text-align:center;
    padding:20px 0 0;
    overflow:hidden;
  }
  #globalfooter-nav .links li {
    margin-left:0;
    width:33%;
  }
  #globalfooter-nav .links li:first-child {
    float:left;
  }
  #globalfooter-nav .links li:last-child {
    float:right;
  }
  #globalfooter-nav .links li a {
    margin:0 0;
    padding:10px 0 10px 0;
    width:100%;
    font-size:0.75rem;
  }
  #globalfooter-nav .pagetop {
    padding-top:10px;
    float:none;
    width:100%;
  }
  #globalfooter-nav .pagetop a {
    font-size:0.75em;
  }
  #globalfooter-terms {
    padding-top:20px;
    font-size: 0.625rem;
  }
  #globalfooter-terms .links li {
    margin-bottom:5px;
  }
  #globalfooter-terms .links li a {
    font-size: 0.625rem;
  }


  #globalfooter-expanded .inpannel {
    height:auto;
  }
  #globalfooter-expanded .panhead {
    margin-top:15px;
    overflow:hidden;
    zoom:1;
  }
  #globalfooter-expanded .panhead .closeit {
    display:none;
  }

  #globalfooter-expanded #contactus {
    margin:25px 10px 0;
    display:none;
    overflow:hidden;
  }
  #globalfooter-expanded #contactus .contacol {
    float:none;
    width:auto;
    margin-left:0;
    padding-bottom:20px;
  }
  #globalfooter-expanded #contactus h3 {
    font-size: 0.938rem;
    margin-bottom:5px;
  }
  #globalfooter-expanded #contactus p.text {
    font-size:0.625rem;
    line-height:0.75rem;
    min-height:0;
    margin-bottom:5px;
  }
  #globalfooter-expanded #contactus p.link a {
    font-size:0.625rem;
    line-height:0.75rem;
  }
  #globalfooter-expanded #contactus p.link a:hover {
    text-decoration:underline;
  }


  #globalfooter-expanded #areacountry {
    margin:25px 10px 0 10px;
    padding-bottom:20px;
    display:none;
    text-align:center;
  }
  #globalfooter-expanded #areacountry .area-country-menu {
    margin-bottom:25px;
    font-size:0;
  }
  #globalfooter-expanded #areacountry .area-country-menu  ul {
    display:none;
  }
  #globalfooter-expanded #areacountry .area-country-menu form {
    display:block;
    height:32px;
    width:240px;
    margin:0 auto;
  }
  #globalfooter-expanded #areacountry .area-country-menu form > div {
    display:inline-block;
    height:32px;
    position:relative;
    background:url(/common/global-libs/images/btn-footer-dpdown-1px-m-1x.png) repeat-x;
    text-align:left;
  }
  #globalfooter-expanded #areacountry .area-country-menu form > div:before,
  #globalfooter-expanded #areacountry .area-country-menu form > div:after {
    content:"";
    width:11px;
    height:32px;
    background-image:url(/common/global-libs/images/spr-global-nav-m-1x.png);
    background-repeat:no-repeat;
    display:inline-block;
    vertical-align:middle;
  }
  #globalfooter-expanded #areacountry .area-country-menu form > div:before {
    margin-left:-11px;
    background-position : left top ;
  }
  #globalfooter-expanded #areacountry .area-country-menu form > div:after {
    margin-right:-11px;
    background-position : -17px top ;
  }
  #globalfooter-expanded #areacountry .area-country-menu .area-country-text {
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size:0.688rem;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    vertical-align:middle;
    width:218px;
    background:url(/common/global-libs/images/btn-footer-dpdown-arrow-m-2x.png) no-repeat 100% 50%;
    background-size:13px 8px;
    height:16px;
  }
  #globalfooter-expanded #areacountry .area-country-menu form select {
    width:100%;
    height:32px!important;
    margin:0 11px;
    position:absolute;
    top:0;
    left:-11px;
    opacity:0;
    font-size:18px;
  }
  #globalfooter-expanded #areacountry .area-country-list {
    height:auto;
  }
  #globalfooter-expanded #areacountry .area-country-list ul {
    margin-right:0;
  }
  #globalfooter-expanded #areacountry .area-country-list li {
    width: auto;
    height:27px;
    margin: 0 0 10px 0;
    padding-left:0;
    float: none;
    font-size:0.75em;
  }
  #global_site_link {
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size:0.688rem;
    font-weight:bold;
  }

}

/* Base
*****************************************************************************/
img {
  vertical-align: top;
  font-size:0;
  line-height:0;
}

/* browsebar-name
-----------------------------------------*/
#browsebar-name {
  margin-top: 0!important;
  float: left;
}

#browsebar-name .name {
  float: left;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
  font-size: 14px!important;
  font-weight: bold;
  color: #FFF;
}

#browsebar-name .name a{
  width: 146px;
  text-align: center;
  padding: 17px 0 14px;
  float: left;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#browsebar-name .name a:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

/* sumai_bmenu
-----------------------------------------*/
#sumai_bmenu .list-flyout.active:after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  position: relative;
  bottom: -40px;
  left: 47%;
  background: url("/common/sumai/sumai_browsebar/images/icon_notch.png") no-repeat scroll 50% 100% transparent;
}

#sumai_bmenu .list-flyout.active a::after:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}



/* mod_breadcrumb
-----------------------------------------*/
.mod_breadcrumb{
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
  font-size:14px;
  background-color:#FFF;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_breadcrumb{
  border-bottom: none;
}
}
.mod_breadcrumb_inner{
  margin:0 auto;
  width:967px;
  display: table;
  height:40px;
  padding: 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_breadcrumb_inner{
  width:100%;
  height:auto;
  padding:0;
}
}
.mod_breadcrumb_inner ul{
 display:table-cell;
 vertical-align:middle;
 font-size: 12px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_breadcrumb_inner ul{
   display:none;
  }
}
.mod_breadcrumb_inner ul li{
 float:left;
}
.mod_breadcrumb_inner ul li a:link    {color:#333;}
.mod_breadcrumb_inner ul li a:visited {color:#333;}
.mod_breadcrumb_inner ul li a:hover   {color:#707070;}
.mod_breadcrumb_inner ul li a:active  {color:#707070;}

.mod_breadcrumb_inner ul li:before {
  content: ">";
  margin: 0 7px;
  color: #9f9f9f;
}
.mod_breadcrumb_inner ul li:first-child:before {
  content: none;
  margin: 0;
}
.mod_breadcrumb_inner p.sitename{
 display:table-cell;
 vertical-align:middle;
 display:none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_breadcrumb_inner p.sitename{
 display:table-cell;
 padding-left:10px;
}
.mod_breadcrumb_inner p.sitename a:link    {color:#000; text-decoration:none;}
.mod_breadcrumb_inner p.sitename a:visited {color:#000; text-decoration:none;}
.mod_breadcrumb_inner p.sitename a:hover   {color:#000; text-decoration:none;}
.mod_breadcrumb_inner p.sitename a:active  {color:#000; text-decoration:none;}
}
.mod_breadcrumb_inner p.logo{
 display:table-cell;
 vertical-align:middle;
 float:right;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_breadcrumb_inner p.logo{
   display: none;
   padding:10px 10px 0 0;
  }
  .mod_breadcrumb_inner p.logo img{
   height:35px;
   width:auto;
  }
}




/* Element
*****************************************************************************/

/* mod_billboard
-----------------------------------------*/
.mod_billboard{
 width:100%;
 overflow:hidden;
}
.mod_billboard .slick li a{
 display:block;
}
.mod_billboard .slick li img{
 width:100%;
 height:auto;
}
.mod_billboard ul li img{
}
.mod_billboard ul li img.spImg{
 display:none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_billboard{
  }
  .mod_billboard .slick li{
    position: relative;
    overflow: hidden;
    height: 110px;
  }
  .mod_billboard .slick li a{
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    text-align: center;
 }
  .mod_billboard .slick li a img{
    height: 110px;
    width: auto;
    display: inline;
    max-width: 100%;
    }
}


/* Arrows */
.mod_billboard .slick-prev,
.mod_billboard .slick-next{
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 width: 32px;
 height: 51px;
 margin-top: -39px;
 cursor: pointer;
 border: none;
 outline: none;
 padding:0;
 background: transparent;
}
.mod_billboard .slick-prev{
 left:10px;
  background:transparent url('/common/sumai2015/images/icon_kv_prev.png') no-repeat top left;
}

.mod_billboard .slick-next{
 right:10px;
  background:transparent url('/common/sumai2015/images/icon_kv_next.png') no-repeat top right;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_billboard .slick-prev,
  .mod_billboard .slick-next{
    display: none!important;
    background-size:16px;
    margin-top: -30px;
    height:25px;
  }
}
/* Dots */
.mod_billboard .slick-dots{
 margin:15px 0 15px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.mod_billboard .slick-dots li{
 position:relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin: 0 5px;
 cursor: pointer;
}
.mod_billboard .slick-dots li button{
 font-size: 0;
 line-height: 0;
 display: block;
 width: 20px;
 height: 20px;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
}
.slick-dots li button:before{
 position: absolute;
 top: 2px;
 left: 0;
 width:12px;
 height:12px;
 color: black;
 background-color:#d8d8d8;
 content:"";
  /*border-radius*/
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}
.slick-dots li.slick-active button:before{
 top:0px;
 background-color:#adadad;
 width:16px;
 height:16px;
}

/* mod_supportlink
-----------------------------------------*/
.mod_supportlink{
 margin:0 auto;
 width:967px;
 margin-top:40px;
 margin-bottom:40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_supportlink{
 margin:20px 10px 20px 10px;
 width:auto;
}
}
.mod_supportlink p.link{
  line-height: 1.3;
}
.mod_supportlink p.link a{
 display:table;
 width: 100%;
 box-sizing:border-box;
 border:solid 2px #d8d8d8;
 height:80px;
 box-sizing:border-box;
 padding:0 0 0 94px;
 background:transparent url('/common/sumai2015/images/icon_support.gif') no-repeat 40px 11px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_supportlink p.link a{
 height:auto;
 padding:10px 10px 10px 70px;
 background:transparent url('/common/sumai2015/images/icon_support.gif') no-repeat 5px center;
}
}
.mod_supportlink p.link a:link    {color:#333; text-decoration:none;}
.mod_supportlink p.link a:visited {color:#333; text-decoration:none;}
.mod_supportlink p.link a:hover   {color:#333; text-decoration:none;}
.mod_supportlink p.link a:active  {color:#333; text-decoration:none;}

.mod_supportlink p.link strong{
 font-size:145%;
 display:table-cell;
 width: 150px;
 vertical-align: middle;
 padding:0 50px 0 20px;
 font-weight:bold;
 background:transparent url('/common/sumai2015/images/icon_support_arrow.gif') no-repeat 180px center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_supportlink p.link strong{
 display:block;
 padding:0;
 margin:0 0 5px 0;
 background:none;
 font-size:18px;
}
}
.mod_supportlink p.link span{
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_supportlink p.link span{
 display:block;
 font-size:12px;
 line-height:1.5;
}
}

/* mod_blocklink
-----------------------------------------*/
.mod_blocklink{
 margin:0 auto;
 width:967px;
 padding:40px 0 40px 0;
 /*border-bottom: 1px solid #e6e6e6;*/
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink{
   width:100%;
   padding:0;
   border-bottom:none;
  }
}
.mod_blocklink ul{
 display:table;
 table-layout:fixed;
 width:100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink ul{
   display:block;
   position:relative;
   overflow:hidden;
   border-top: 1px solid #e6e6e6;
  }
}
.mod_blocklink ul li{
 display:table-cell;
 text-align: center;
 vertical-align: middle;
 border-right: 1px solid #e6e6e6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink ul li{
   display:block;
   float:left;
   width:50%;
   box-sizing:border-box;
   text-align:left;
   border-bottom: 1px solid #e6e6e6;
  }
}
.mod_blocklink ul li.last{
 border-right:none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink ul li.last{
   border-right: 1px solid #e6e6e6;
  }
  .mod_blocklink ul li:nth-child(even){
   border-right:none;
  }
}
.mod_blocklink ul li a{
 display:block;
 height:100%;
 padding:24px 0 20px 0;
 margin:0 10px 0 10px;
 color:#333;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink ul li a{
   display:block;
   padding:10px;
   margin:0;
  }

}
.mod_blocklink ul li a:hover{
 background-color:#f5f5f5;
 color:#333;
}
/* mod_blocklink_icon */
.mod_blocklink_icon{
 display:inline-block;
 text-align:center;
 height:97px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink_icon{
   display:block;
   text-align:center;
   height:auto;
  }
  .mod_blocklink_icon img{
   height:50px;
   width:auto;
  }

}
/* mod_blocklink_text */
.mod_blocklink_text{
 margin:10px 0 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink_text{
  }
}
.mod_blocklink_text p{
 line-height:1.3;
}
.mod_blocklink_text p.title{
 margin:0 0 11px 0;
 font-weight:bold;
 font-size:130%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink_text p.title{
   margin:0 0 5px 0;
   font-size:16px;
   text-align:center;
  }
}
.mod_blocklink_text p.sup{
 line-height:1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_blocklink_text p.sup{
   font-size:12px;
  }
  .mod_blocklink_text p.sup br{
   display:none;
  }
}

/* mod_conversion #sumai_conversion
-----------------------------------------*/
#sumai_conversion .sp-show {
  display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .sp-show {
    display: block;
  }
  #sumai_conversion .pc-show {
    display: none;
  }
}
#sumai_conversion .mod_uni_section_gray {
  padding: 40px 0;
  background: #e8e8e8;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section_gray {
    padding: 20px 0;
  }
}
#sumai_conversion .mod_uni_section {
  width: 967px;
  margin: 0 auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section {
    width: auto;
    margin: 0 10px;
  }
}
#sumai_conversion .mod_uni_section_gray_title {
  margin: 0 0 30px;
  color: #791327;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section_gray_title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
#sumai_conversion .mod_begin_reform_section .mod_begin_reform_section_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section .mod_begin_reform_section_column {
    display: block;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child {
  margin-right: 23px;
  background: #ffffff;
  border-radius: 4px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  box-shadow: 0px 5px 3px -5px #000000;
  -moz-box-shadow: 0px 5px 3px -5px #000000;
  -webkit-box-shadow: 0px 5px 3px -5px #000000;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child {
    width: 100%;
    margin-right: 0;
  }
  #sumai_conversion .mod_begin_reform_section_column_child + .mod_begin_reform_section_column_child {
    margin-top: 20px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child:nth-child(3n) {
  margin-right: 0;
}

#sumai_conversion .mod_begin_reform_section_column_child .title {
  padding: 26px 0 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .title {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .image {
  margin: 0 0 22px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .image_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    padding-bottom: 15px;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sumai_conversion .mod_begin_reform_section_column_child .image {
    margin: 0 20px 0 0;
    width: 30%;
  }
  #sumai_conversion .mod_begin_reform_section_column_child .image img {
    width: 100%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box {
  margin: 0 20px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a {
  display: block;
  background: #ff7e00;
  border-radius: 4px;
  color: #ffffff!important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a {
    font-size: 15px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a:after {
  content: '\f0da';
  font-size: 20px;
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a:after {
    content: '\f0da';
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.single {
  padding: 27px 0;
  line-height: 1.2;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.single {
    padding: 25px 0;
    line-height: 1.35;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.single:after {
  top: 40%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.single:after {
    top: 40%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem {
  padding: 13px 0;
  line-height: 1;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem {
    padding: 16px 0;
    line-height: 1.2;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem:after {
  top: 30%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem:after {
    top: 30%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem + a.tandem {
  margin: 9px 0 0 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem + a.tandem {
    margin: 12px 0 0 0;
  }
}

/* mod_conversion
-----------------------------------------*/
.mod_conversion{
 margin:0 auto;
 width:967px;
 margin-top: 50px;
 margin-bottom: 40px;
 padding-bottom: 50px;
 border-bottom: 1px solid #e6e6e6;

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_conversion{
   width:auto;
   margin-top: 20px;
   margin-bottom: 0px;
   padding-bottom: 10px;
  }
}
.mod_conversion_title{
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_title{
  font-size: 16px;
}
}
.mod_conversion_box{
  margin: 25px 52px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box{
  margin: 20px 10px 0 10px;
}
}
.mod_conversion_box:after {
content: "";
display: block;
clear: both;
}
.mod_conversion_box_entry{
  position: relative;
  display: block;
  padding: 70px 0 0 0;
  float: left;
  width: 33.33%;
  margin: 0 26px 0 0;
  text-align: center;
  box-sizing:border-box;
  border-radius: 8px;
  border: solid 2px #ef9632;
  box-shadow: 2px 2px 1px #e5e5e5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry{
  float: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;
}
}
.mod_conversion_box_entry:nth-child(3n) {
    margin-right: -52px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry:nth-child(3n) {
    margin-right: 0;
}
}
a.mod_conversion_box_entry:link    {color:#FFF; text-decoration: none;}
a.mod_conversion_box_entry:visited {color:#FFF; text-decoration: none;}
a.mod_conversion_box_entry:hover   {color:#FFF; text-decoration: none; opacity: 0.8;}
a.mod_conversion_box_entry:active  {color:#FFF; text-decoration: none;}

.mod_conversion_box_entry_img img{
  width: 270px;
  height: auto;
  border: solid 1px #e7e9e8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry_img{
  display: table-cell;
  width: 110px;
  border: none;
}
.mod_conversion_box_entry_img img{
  width: 100%;
  border: none;
  border-radius: 8px 0 0 8px;
}
}
.mod_conversion_box_entry_link{
  margin: 16px 0 0 0;
  display: block;
  padding: 25px 25px 20px 10px;
  font-weight: bold;
  font-size: 20px;
  background:#ef9632 url("/common/sumai2015/images/icon_arrow_01.png") no-repeat 96% 55%;
  background-size: 12px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry_link{
  display:table-cell;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
  text-align: left;
}
.mod_conversion_box_entry_link p{
  font-size: 13px;
}
}
.mod_conversion_box_entry_link p.mod_conversion_box_entry_link_title{
  position: absolute;
  top:29px;
  right: 0;
  left:0;
  text-align: center;
  color:#000;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry_link p.mod_conversion_box_entry_link_title{
  margin: 0 0 5px 0;
  position: static;
  text-align: left;
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
}
}
.mod_conversion_box_entry_link p.mod_conversion_box_entry_link_title br{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_conversion_box_entry_link p.mod_conversion_box_entry_link_title br{
  display: block;
}
}

/* mod_iconlink
-----------------------------------------*/
.mod_iconlink{
 margin:0 auto;
 width:967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_iconlink{
   margin:0 auto;
   width:100%;
  }
}
.mod_iconlink ul{
 margin:20px 0 20px 0;
 overflow:hidden;
 position:relative;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_iconlink ul{
   margin:0;
  }
}
.mod_iconlink ul li{
 float:left;
 margin:0 20px 0 0;
 line-height:1.5;
 font-size:115%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_iconlink ul li{
   float:none;
   margin:0;
   font-size:18px;
   border-bottom: 1px solid #e6e6e6;
  }
}
.mod_iconlink ul li a{
 display:table;
 color:#333;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_iconlink ul li a{
   width:100%;
   padding:10px;
   box-sizing:border-box;
   font-size:14px;
  }
  .mod_iconlink ul li a br{
   display:none;
  }
}
.mod_iconlink ul li a span{
 display:table-cell;
 vertical-align:middle;
}
.mod_iconlink ul li a img{
 padding:0 10px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_iconlink ul li a span.icon{
   width:60px;
  }
  .mod_iconlink ul li a img{
   width:50px;
   height:auto;
  }
}

/* mod_sns
-----------------------------------------*/
/* sns_block */
.sns_block {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 15px;
    width: 960px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .sns_block {
    width:100%;
  box-sizing:border-box;
  }
}
.sns_block ul {
    float: right;
}
.sns_block ul li {
    float: left;
    height: 24px;
    margin-right: 10px;
    vertical-align: bottom;
}
.sns_block ul li #___plusone_0 {
    width: 60px !important;
}
.sns_block ul li.twitter {
    width: 80px !important;
}
.sns_block ul li iframe#twitter-widget-0 {
    width: 80px !important;
}
/* mod_sns */
.mod_sns{
 width: 967px;
 margin: 0 auto;
 padding: 40px 0 15px 0;
 overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_sns{
   width:100%;
  }
}

.mod_sns ul {
  float: right;
}
.mod_sns ul li {
  height: 24px;
  float: left;
  margin-right: 10px;
  vertical-align: bottom;
}
.mod_sns ul li #___plusone_0 {
  width: 38px !important;
}
.mod_sns ul li.twitter {
  width: 80px !important;
}
.mod_sns ul li iframe#twitter-widget-0{
  width: 80px !important;
}

/* mod_snsbnr
-----------------------------------------*/
.mod_snsbnr{
    margin: 0 auto;
    width: 960px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr{
    width:auto;
}
}
.mod_snsbnr ul{
    display: table;
    width: 100%;
    table-layout: fixed;
  margin:50px 0 30px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul{
  display: block;
  margin:0;
}
}
.mod_snsbnr ul li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li{
  display: block;
  text-align: left;
  border-bottom:solid 1px #CCC;
}
.mod_snsbnr ul li:last-child{
  border-bottom:none;
}
}
.mod_snsbnr ul li i {
  margin-top: -3px;
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
.mod_snsbnr ul li span{
  margin-top: 8px;
  display: block;
  text-align: center;
  font-size: 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li span{
  text-align: left;
}
}
.mod_snsbnr ul li img{
  width: 163px;
  height: auto;
}
.mod_snsbnr ul li a{
  display: block;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li a{
  padding: 15px 15px 15px 30px;
}
}
.mod_snsbnr ul li a:hover{
  opacity: 0.7;
}

/* mod_footernew
-----------------------------------------*/
.mod_footernew{
 background-color:#1d1d1d;
 padding:19px 0 18px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew{
   padding:0;
  }
}
.mod_footernew_in{
 width: 967px;
 margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in{
   width:100%;
  }
}
.mod_footernew_in ul{
 display:table;
 width:100%;
 table-layout:fixed;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in ul{
   display:block;
   border-top:solid 1px #505050;
  }
}
.mod_footernew_in ul li{
 display:table-cell;
 height:40px;
 color:#CCC;
 line-height:1.5;
 text-align:center;
 vertical-align:middle;
 border-right:solid 1px #505050;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in ul li{
   display:table;
   width:100%;
   height:auto;
   text-align:left;
   border-right:none;
   border-bottom:solid 1px #505050;
  }
}
.mod_footernew_in ul li:nth-child(4n){
 border-right:none;
}
.mod_footernew_in ul li a{
 display:block;
 color:#CCC;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in ul li a,
  .mod_footernew_in ul li>span{
   display:table-cell;
   height:45px;
   position:relative;
   vertical-align:middle;
   padding:10px 30px 10px 10px;
  }
  .mod_footernew_in ul li a br,
  .mod_footernew_in ul li>span br{
   display:none;
  }
  .mod_footernew_in ul li a:after{
   position:absolute;
   display:table-cell;
   top:30%;
   right:5px;
   color:#666;
   content: " \f105";
   font-family: FontAwesome;
   font-size:150%;
  }
}
.mod_footernew_in_important{
 margin: 0 auto;
 width: 120px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in_important{
   width:100%;
   display:table;
  }
}
.mod_footernew_in_important span.icon {
    float: left;
    margin: 5px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in_important span.icon {
      float: none;
      display:table-cell;
      margin:0;
      width:20px;
      vertical-align:middle;
  }
}
.mod_footernew_in_important span.text {
    float: right;
    color:#ff0000;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_footernew_in_important span.text {
      float: none;
      display:table-cell;
      vertical-align:middle;
  }
}


/* mod_tab
-----------------------------------------*/
.mod_tab{
 position:relative;
 margin:0 auto;
 width:967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab{
   width:auto;
  }
}
.mod_tab ul.resp-tabs-list{
 width:968px;
 margin:0 -2px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
 .mod_tab  ul.resp-tabs-list {
      display: none;
  }
}
.mod_tab ul.resp-tabs-list:after {
  content: "";
  clear: both;
  display: block;
}
.mod_tab ul.resp-tabs-list li {
 float:left;
 display:table;
 text-align:center;
 margin:0 2px 0 0;
}
.mod_tab ul.resp-tabs-list li span{
 display:table-cell;
 position:relative;
 vertical-align:middle;
 width:240px;
 border-top:solid 3px #222;
 border-bottom:solid 2px #FFF;
 height:50px;
 color:#222;
 text-align:center;
 font-weight:bold;
 font-size:120%;
 cursor: pointer;
 background-color:#d9d9d9;
}
.mod_tab ul.resp-tabs-list li.resp-tab-active span{
 border-top:solid 2px #1d1d1d;
 border-bottom:solid 2px #1d1d1d;
 background-color:#1d1d1d;
 color:#FFF;
}
.mod_tab ul.resp-tabs-list li.resp-tab-active span:after{
 position:absolute;
 top:52px;
 left:50%;
 margin-left:-5.5px;
 width:11px;
 height:11px;
 content:"";
 display:block;
 z-index:99;
 text-align:center;
  background:transparent url('/common/sumai2015/images/ar_tab_bottom.png') no-repeat top left;
}
/* panel */
.mod_tab .resp-tabs-container {
}
.mod_tab .resp-tab-content {
 display: none;
}
.mod_tab .resp-tab-active {
}
.mod_tab .resp-content-active,
.mod_tab .resp-accordion-active {
    display: block;
}
.mod_tab .resp-tab-content {
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab .resp-tab-content {
   /*border-bottom: 1px solid #c1c1c1;*/
  }
}
/* Accordion styles */
.mod_tab h2.resp-accordion {
 cursor: pointer;
 padding:15px 10px 15px 10px;
 display: none;
 font-size:16px;
 border-bottom: 1px solid #ffffff;
 background-color:#d9d9d9;
 color:#222;
 position:relative;
 font-weight:bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab h2.resp-accordion {
      display: block;
  }
}
.mod_tab h2.resp-accordion:first-child {
 /*border-top: 1px solid #c1c1c1*/;
}
.mod_tab h2.resp-tab-active {
 background-color:#1d1d1d;
 color:#FFF;
}
.mod_tab .resp-arrow:after {
  float: right;
  content: " \f078";
  color:#666;
  font-family: FontAwesome;
  font-size:100%;
  font-weight:normal;
}
.mod_tab h2.resp-tab-active span.resp-arrow:after {
  content: " \f077";
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab .resp-accordion-closed {
      display:none !important;
  }
}
/* mod_basecol
-----------------------------------------*/
.mod_basecol{
  margin: 0 auto;
  width: 967px;
  background-color: #efefef;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol{
    width:auto;
  }
}
.mod_basecol_inner{
}
.mod_basecol_inner_box{
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol_inner_box img{
    width: 100%;
  }
}
.mod_basecol_inner_box_title{
}
.mod_basecol_inner_box_title p.basecolTitle{
  font-family: Ryumin Bold KL;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
.mod_basecol_inner_box_img{
}
.mod_basecol_inner_box_img a{
  display: block;
  position: relative;
}
.mod_basecol_inner_box_img a span{
  background: rgba(67, 67, 67, 0.5) none repeat scroll 0 0;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 115%;
  font-weight: bold;
  height: 36px;
  left: 0;
  padding: 10px 0 0 15px;
  position: absolute;
  width: 483px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol_inner_box_img a span{
    position:static;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 10px;
  }
}
.mod_basecol_inner_box_text{
  padding: 12px 20px 2px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol_inner_box_text{
    padding: 10px;
  }
}
.mod_basecol_inner_box_text p,
.mod_basecol_inner_box_text ul{
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.mod_basecol_inner_box_text .ex_comments{
  font-size: 14px!important;
}
.mod_basecol_inner_box_text .ex_arrow{
  font-size: 14px!important;
}
.mod_basecol_inner_box_text p.basecolLead{
  color: #333;
  font-weight: bold;
}

/* two */
.mod_basecol.mod_basecol-two{
}
.mod_basecol.mod_basecol-two .mod_basecol_inner{
  display: table;
  margin: 0 0 0 -1px;
  overflow: hidden;
  width: 968px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-two .mod_basecol_inner{
    display:block;
    margin: 0;
    width:auto;
  }
}
.mod_basecol.mod_basecol-two .mod_basecol_inner_box{
  display: table-cell;
  border-left: 1px solid #fff;
  width: 483px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-two .mod_basecol_inner_box{
    display:block;
    border-left:none;
    border-bottom: 1px solid #fff;
    width: auto;
  }
}

/* three */
.mod_basecol.mod_basecol-three{
  width: 965px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-three{
    width:auto;
  }
}
.mod_basecol.mod_basecol-three .mod_basecol_inner{
  display: table;
  margin: 0 0 0 -1px;
  overflow: hidden;
  width: 966px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-three .mod_basecol_inner{
    display: block;
    margin: 0;
    width: auto;
  }
}
.mod_basecol.mod_basecol-three .mod_basecol_inner_box{
  display: table-cell;
  border-left: 1px solid #fff;
  width: 321px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-three .mod_basecol_inner_box{
    display:block;
    border-left:none;
    border-bottom: 1px solid #fff;
    width: auto;
  }
}
.mod_basecol.mod_basecol-three .mod_basecol_inner_box_img a span{
  width: 321px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-three .mod_basecol_inner_box_img a span{
    width:100%;
  }
}
/* four */
.mod_basecol.mod_basecol-four{
}
.mod_basecol.mod_basecol-four .mod_basecol_inner{
  display: table;
  margin: 0 0 0 -1px;
  overflow: hidden;
  width: 968px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-four .mod_basecol_inner{
    display: block;
    margin: 0;
    width: auto;
  }
}
.mod_basecol.mod_basecol-four .mod_basecol_inner_box{
  display: table-cell;
  border-left: 1px solid #fff;
  width: 241px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-four .mod_basecol_inner_box{
    display:block;
    float: left;
    width: 50%;
    box-sizing:border-box;
    border: 1px solid #fff;
    border-left: none;
  }
}
.mod_basecol.mod_basecol-four .mod_basecol_inner_box_img a span{
  width: 241px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-four .mod_basecol_inner_box_img a span{
    width:100%;
  }
}
.mod_basecol.mod_basecol-four .mod_basecol_inner_box_text p,
.mod_basecol.mod_basecol-four .mod_basecol_inner_box_text ul{
  font-size: 14px;
}

/* mod_setlink
-----------------------------------------*/
.mod_setlink {
  margin: 0 auto;
  width: 967px;
  box-sizing:border-box;
  padding: 20px 0 0 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_setlink {
    width:auto;
    padding:0;
  }
}
.mod_setlink ul {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
.mod_setlink ul {
    margin: 0;
    width: 100%;
}
}
.mod_setlink ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: 295px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_setlink ul li {
      border-bottom: 1px solid #ccc;
      float: none;
      margin: 0;
      width: 100%;
  }
}
.mod_setlink ul li a {
    display: table;
    line-height: 1.5;
}
.mod_setlink ul li a:link {color: #333;}
.mod_setlink ul li a:visited {color: #333;}
.mod_setlink ul li a:hover {color: #333;}
.mod_setlink ul li a:active {color: #333;}

.mod_setlink ul li a span {
    display: table-cell;
    vertical-align: middle;
}
.mod_setlink ul li a span.setlinkImg {
    padding: 0 13px 0 0;
    width: 80px;
}

/* mod_setlink-four */
.mod_setlink.mod_setlink-four{
}
.mod_setlink.mod_setlink-four ul li {
    width: 216px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_setlink.mod_setlink-four ul li {
      width: auto;
  }
}

/* mod_bnrlink
-----------------------------------------*/
.mod_bnrlink{
 margin:40px 0 0 0;
 padding:12px 0 2px 0;
 background-color:#e8e8e8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink{
   margin:20px 0 0 0;
  }
}
.mod_bnrlink.mod_bnrlink-nocolor{
  background-color: #FFF;
}
.mod_bnrlink_in{
 margin:0 auto;
 width:967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in{
   width:100%;
  }
}
.mod_bnrlink_in a:link    {color:#333;}
.mod_bnrlink_in a:visited {color:#333;}
.mod_bnrlink_in a:hover   {color:#333;}
.mod_bnrlink_in a:active  {color:#333;}

/* mod_bnrlink_in_one */
.mod_bnrlink_in_one{
}
.mod_bnrlink_in_one ul{
}
.mod_bnrlink_in_one ul li{
  padding: 0 0 10px 0;
}

/* mod_bnrlink_in_two */
.mod_bnrlink_in_two{
}
.mod_bnrlink_in_two ul{
 position:relative;
 overflow:hidden;
 width:977px;
 margin:0 -10px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two ul{
   width:auto;
   margin:0 10px 0 10px;
  }
}
.mod_bnrlink_in_two ul li{
 float:left;
 width:478px;
 margin:0 10px 10px 0;
 box-sizing:border-box;
 border:solid 1px #CCC;
 padding:1px;
 background-color:#FFF;
}
.mod_bnrlink_in_two ul li.bnr{
 border:none;
 padding:0px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two ul li{
   float:none;
   width:100%;
   margin:0 0 10px 0;
  }
  .mod_bnrlink_in_two ul li.bnr img{
   width: 100%;
   height: auto;
  }
}
.mod_bnrlink_in_two ul li a{
 display:table;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two ul li a{
   display:block;
  }
}
.mod_bnrlink_in_two ul li a span{
 display:table-cell;
 width:233px;
 vertical-align:top;
}
.mod_bnrlink_in_two ul li.two a span{
 width:95px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two ul li a span,
  .mod_bnrlink_in_two ul li.two a span{
   display:block;
   width:100%;
  }
  .mod_bnrlink_in_two ul li a span img{
   width:100%;
   height:auto;
  }
}
.mod_bnrlink_in_two_text{
 padding:0 0 0 14px;
 display:table-cell;
 vertical-align:middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two_text{
   padding:10px;
   display:block;
  }
  .mod_bnrlink_in_two_text br{
   display:none;
  }
}
.mod_bnrlink_in_two_text p{
 line-height:1.5;
 margin:5px 0 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two_text p{
   font-size:12px;
  }
}
.mod_bnrlink_in_two_text p.bnrlinkTitle{
 font-weight:bold;
 font-size:128%;
 margin:0;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_two_text p.bnrlinkTitle{
   font-size:16px;
  }
}

/* mod_bnrlink_in_three */
.mod_bnrlink_in_three{
}
.mod_bnrlink_in_three ul{
 position:relative;
 overflow:hidden;
 width:975px;
 margin:0 -8px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three ul{
   width:100%;
   box-sizing:border-box;
   padding:0 10px 0 10px;
  }
}
.mod_bnrlink_in_three ul li{
 float:left;
 width:317px;
 margin:0 8px 10px 0;
 box-sizing:border-box;
 border:solid 1px #CCC;
 padding:1px;
 background-color:#FFF;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three ul li{
   float:none;
   width:100%;
   margin:0 0 10px 0;
  }
}
.mod_bnrlink_in_three ul li a{
 display:table;
 width: 100%;
}

.mod_bnrlink_in_three ul li a span{
 display:table-cell;
 width:95px;
 vertical-align:top;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three ul li a span{
    width:95px;
  }
  .mod_bnrlink_in_three ul li a span img{
   width:100%;
   height:auto;
  }
  .mod_bnrlink_in_three ul li a>img{
   width:100%;
   height:auto;
  }
}
.mod_bnrlink_in_three_text{
 padding:0 0 0 14px;
 display:table-cell;
 vertical-align:middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three_text br{
   display:none;
  }
}
.mod_bnrlink_in_three_text p{
 line-height:1.5;
 margin:5px 0 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three_text p{
   font-size:12px;
  }
}
.mod_bnrlink_in_three_text p.bnrlinkTitle{
 font-weight:bold;
 font-size:115%;
 margin:0;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_three_text p.bnrlinkTitle{
   font-size:16px;
  }
}

/* mod_bnrlink_in_four */
.mod_bnrlink_in_four{
}
.mod_bnrlink_in_four ul{
 position:relative;
 overflow:hidden;
 width:976px;
 margin:0 -9px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four ul{
   width:100%;
   box-sizing:border-box;
   padding:0 10px 0 10px;
  }
}
.mod_bnrlink_in_four ul li{
 float:left;
 width:235px;
 margin:0 8px 10px 0;
 box-sizing:border-box;
 border:solid 1px #CCC;
 padding:1px;
 background-color:#FFF;
}
.mod_bnrlink_in_four ul li.two{
 width:478px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four ul li.bnr a{
    display: block;
  }
  .mod_bnrlink_in_four ul li a>img{
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four ul li,
  .mod_bnrlink_in_four ul li.two,
  .mod_bnrlink_in_four ul li:nth-child(4n){
   float:none;
   width:100%;
   margin:0 0 10px 0;
  }
}
.mod_bnrlink_in_four ul li a{
 display:table;
 width: 100%;
}
.mod_bnrlink_in_four ul li a span{
 display:table-cell;
 width:95px;
 vertical-align:top;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four ul li a span{
   width:95px;
  }
  .mod_bnrlink_in_four ul li a span img{
   width:100%;
   height:auto;
  }
}
.mod_bnrlink_in_four ul li.two a span{
 width:233px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four ul li.two a span{
    display: block;
    width: 100%;
  }
}
.mod_bnrlink_in_four_text{
 padding:0 0 0 14px;
 display:table-cell;
 vertical-align:middle;
}
.mod_bnrlink_in_four_text p{
 line-height:1.5;
 margin:5px 0 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four_text p{
   font-size:12px;
  }
}
.mod_bnrlink_in_four_text p.bnrlinkTitle{
 font-weight:bold;
 font-size:115%;
 margin:0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_bnrlink_in_four_text p.bnrlinkTitle{
   font-size:16px;
  }
  .mod_bnrlink_in_four_text p.bnrlinkTitle br{
   display:none;
  }
}


/* mod_customer
-----------------------------------------*/
.mod_customer{
 margin:18px 0 0 0;
 background-color:#e8e8e8;
}
.mod_customer_in{
 margin:0 auto;
 width:967px;
 padding:16px 0 6px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in{
   margin:0;
   width:100%;
   box-sizing:border-box;
   padding:10px 0 0 0;
  }
}
.mod_customer_in .customerTitle{
 margin:0 0 5px 0;
 color:#033a93;
 font-weight:bold;
 font-size:135%;
 line-height:1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in .customerTitle{
   font-size:18px;
   padding:0 0 0 10px;
  }
}
/*.mod_customer_in .customerLink{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in .customerLink{
    display: block;
  }
  .mod_customer_in .customerLink a {
   display:table;
   width:100%;
   box-sizing:border-box;
   font-size: 14px;
   text-align:left;
   padding:12px 10px 10px 10px;
   position:relative;
   background-color:#FFF;
   color:#333;
  }
  .mod_customer_in .customerLink a span{
   display:table-cell;
   vertical-align:middle;
  }
  .mod_customer_in .customerLink a:after{
   display:table-cell;
   width: 20px;
   text-align: center;
   padding:0 0 0 5px;
   vertical-align:middle;
   content: " \f105";
   font-size:150%;
   font-family: FontAwesome;
   font-weight:normal;
  }
}*/
.mod_customer_in ul{
 width:987px;
 margin:0 -20px 0 0;
 position:relative;
 overflow:hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in ul{
   width:100%;
   margin:0;
   border-top:solid 1px #CCC;
  }
}
.mod_customer_in ul li{
 float:left;
 display:table;
 margin:0 20px 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in ul li{
   float:none;
   display:block;
   margin:0;
   border-bottom:solid 1px #CCC;
  }
}
.mod_customer_in ul li a{
 display:table;
 width:100%;
}
.mod_customer_in ul li span{
 display:table-cell;
 width:60px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in ul li span img{
   width:100%;
   height:auto;
  }
}
.mod_customer_in_text{
 display:table-cell;
 padding:0 0 0 10px;
 vertical-align:middle;
}
.mod_customer_in_text p{
 font-size:90%;
 line-height:1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in_text{
   background-color:#FFF;
  }
  .mod_customer_in_text p{
   font-size:12px;
  }
}
.mod_customer_in_text p strong{
 font-size:128%;
 display:inline-block;
 font-weight:normal;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in_text p strong{
   font-size:14px;
  }
}
.mod_customer_in_text p strong:after {
   content: url("/common/sumai2015/images/icon_business_blank.png");
 display: inline-block;
 height: 15px;
 margin: 0 0 0 8px;
 position: relative;
 top: 1px;
 width: 15px;
}

.mod_customer_in a:link    {color:#666;}
.mod_customer_in a:visited {color:#666;}
.mod_customer_in a:hover   {color:#666;}
.mod_customer_in a:active  {color:#666;}
.mod_customer_in a:link p strong    {color:#333;}
.mod_customer_in a:visited p strong {color:#333;}
.mod_customer_in a:hover p strong   {color:#333;}
.mod_customer_in a:active p strong  {color:#333;}

/* mod_section
-----------------------------------------*/
.mod_section{
  margin: 0 auto;
  width: 967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_section{
    width:auto;
  }
}

/* ex_h2style
-----------------------------------------*/
.ex_h2style{
  font-size: 1.5em;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.ex_h2style span {
  display: block;
  line-height: 1.18;
  padding: 0 0 0 11px;
  margin: 0 0 6px 0;
  border-left: 5px solid #333333;
}

/* ex_h3style
-----------------------------------------*/
.ex_h3style{
  margin: 0 0 15px 0;
  font-size: 1.5em;
  color: #333333;
}

/* mod_pagerblock
-----------------------------------------*/
.mod_pagerblock{
  margin: 0 auto;
  width: 967px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock{
    width:auto;
  }
}
.mod_pagerblock ul.back{
  float: left;
}
.mod_pagerblock ul.go{
  float: right;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul.go,
  .mod_pagerblock ul.back{
    float:none;
    display: table;
    width: 100%;
  }
}
.mod_pagerblock ul li{
  width: 208px;
  float: left;
  border-right: 1px solid #FFF;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li{
    width:100%;
    display: table-cell;
    float: none;
    border-right:none;
    border-top: solid 1px #CCC;
  }
  .mod_pagerblock ul.go li{
    width: 50%;
    border: none;
  }
}
.mod_pagerblock ul li a{
  display: block;
  text-align: center;
  line-height: 1;
  padding: 15px 0 15px 0;
  background-color: #e3e3e3;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li a{
    display:table;
    text-align: left;
    padding: 15px 10px 15px 10px;
    width: 100%;
    box-sizing:border-box;
  }
  .mod_pagerblock ul.go li.prev a{
    border-right: solid 1px #CCC;
  }
}
.mod_pagerblock ul.back a{
  background-color: #FFF;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li.next a{
    text-align: right;
  }
}
.mod_pagerblock ul li a i{
  text-align:left;
  display: inline-block;
  width: 20px;
  color: #666;
  font-weight: bold;
}
.mod_pagerblock ul.go li.next a i{
  text-align:right;
  border-right: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_pagerblock ul li a i{
    display:table-cell;
    width: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .mod_pagerblock ul.go li a span{
    display:table-cell;
    vertical-align: middle;
  }
}
/* mod_section_title
-----------------------------------------*/
.mod_section_title{
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title{
  border-bottom: none;
}
}
.mod_section_title .ex_h2style{
  border-bottom: none;
  display: inline-block;
  margin: 0;
  float: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title .ex_h2style{
  display: block;
  border-bottom: 1px solid #e6e6e6;
  float: none;
}
}
.mod_section_title .mod_section_title_link{
  display: inline-block;
  float: right;
  line-height: 1.18;
}
.mod_section_title .mod_section_title_link a{
  color: #333;
  padding-left: 4px;
}
.mod_section_title .mod_section_title_link a:hover {
  text-decoration: underline;
}
.mod_section_title .mod_section_title_link:before {
  content: '\f054';
  font-family: FontAwesome;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_section_title .mod_section_title_link{
	  display: none;
  }
}
.mod_section_title-sp{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_section_title-sp{
  display: block;
  /*margin: 15px 0 0 0;
  text-align: center;*/
}
/*
.mod_section_title-sp a {
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  background: #791327;
  border-radius: 4px;
  color: #ffffff!important;
  line-height: 1.5;
  position: relative;
}
.mod_section_title-sp a:after {
  content: '\f0da';
  font-size: 20px;
  line-height: 1;
  font-family: FontAwesome;
  position: absolute;
  top: 30%;
  right: 12px;
}
	*/
}
/* mod_tab_jirei
-----------------------------------------
.mod_tab_jirei ul{
  margin-left: 15px !important;
}
.mod_tab_jirei ul li{
  margin: 0 20px 0 0;
}
.mod_tab_jirei ul li .kekkaThum img{
  border: none !important;
}
*/
/* ex_comments
-----------------------------------------*/
.ex_comments{
  color:#666!important;
}

/* ex_arrow
-----------------------------------------*/
.ex_arrow{
  line-height: 1.3;
}
.ex_arrow a:link    {color:#333;}
.ex_arrow a:visited {color:#333;}
.ex_arrow a:hover   {color:#333;}
.ex_arrow a:active  {color:#333;}

.ex_arrow a:before {
  padding: 0 5px 0 0;
  color: #666;
  content: " \f105";
  font-size: 17px;
  font-family: FontAwesome;
}


/* ex_table
-----------------------------------------*/
table.ex_table {
  border: 1px solid #e6e6e6;
  width: 100%;
  box-sizing:border-box;
}
table.ex_table th,
table.ex_table td {
  border: 1px solid #e6e6e6;
  padding: 0.5em 1em;
  line-height: 1.3;
}
table.ex_table th {
  background: #f1f1f2;
  color: #333;
  font-weight: normal;
}
table.ex_table td {
  color: #333;
}


/* ex_pagetop
-----------------------------------------*/
p.ex_pagetop {
  margin: 0 0 40px 0;
  text-align: right;
}
p.ex_pagetop i{
  color: #666;
  font-weight: bold;
}
p.ex_pagetop a{
  font-weight: bold;
  padding: 0 0 0 10px;
}
p.ex_pagetop a:link    {color:#333;}
p.ex_pagetop a:visited {color:#333;}
p.ex_pagetop a:hover   {color:#333;}
p.ex_pagetop a:active  {color:#333;}

/* ex_spbr
-----------------------------------------*/
br.ex_spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  br.ex_spbr{
    display: block;
  }
}

/* ex_opacity
-----------------------------------------*/
.ex_opacity a:link    {}
.ex_opacity a:visited {}
.ex_opacity a:focus   {opacity:0.8;}
.ex_opacity a:hover   {opacity:0.8;}
.ex_opacity a:active  {opacity:0.8;}
/* IE用 */
.ex_opacity a:hover img {-ms-filter: "alpha( opacity=80 )";}
.ex_opacity a:hover img {filter:alpha(opacity=80);}

/* ex_clearfix
-----------------------------------------*/
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix
-----------------------------------------*/
#sectionContents .ex_marginB0{
 margin-bottom:0px!important;
}
#sectionContents .ex_marginBS{
 margin-bottom:10px!important;
}
#sectionContents .ex_marginBM{
 margin-bottom:20px!important;
}
#sectionContents .ex_marginT0{
 margin-top:0px!important;
}
#sectionContents .ex_marginTSS{
 margin-top:5px!important;
}
#sectionContents .ex_marginTS{
 margin-top:10px!important;
}
#sectionContents .ex_marginTM{
 margin-top:20px!important;
}
#sectionContents .ex_marginTL{
 margin-top:30px!important;
}
