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


body {
  color: #3E3A39;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

.c_text_center{ text-align:center !important; }
.c_text_left{ text-align:left !important; }
.c_text_right{ text-align:right !important; }


.mobilus_menu {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.mobilus_menu > li {
  font-size: 14px;
  width: auto;
 }

.mobilus_menu > li > a {
  color: #3E3A39;
  display: block;
  font-size: 14px;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: .3s;
 }
 
 .mobilus_menu > li > a::before {
  background-color: #003399;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
 }
 
.mobilus_menu > li > a:hover::before { width: 100%; }


.container {
  width: 730px;
  margin: auto;
}

.mobilus_wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 100%;
}

.mobilus_wrapper h2{
    background-color: #0070C0;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: solid 2px #0070C0;
    color: #fff;
    font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
}

.mobilus_wrapper h3{
  color: #0070C0;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.6;
}

.mobilus_wrapper h4{
  color: #0070C0;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.3;
}

.mobilus_wrapper p{
  font-size: 16px;
  line-height: 1.6;
}

.mobilus_wrapper a{
  color: #003399;
}

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

.section {
  margin-bottom: 40px;
  overflow: hidden;
}

.mobilus_cont{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #000000;
  padding: 8px;
  margin: 30px 0 10px 0;
  clear: both;
}

.mobilus_service_box{
  margin-bottom: 30px;
  overflow: hidden;
}

.mobilus_service_txt{
  display:block;
  width: 68%;
}

.mobilus_service_txt h3{
  color: #0070C0;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.example {
  border: 1px solid #0070C0;
  margin: 10px 0 0;
  padding: 10px;
}

.example p { margin: 0; }


.color{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
}

.bg_color{
  color: #fff;
  font-weight: bold;
  background-color: #003399;
  padding: 4px 6px;
}

.mobilus_service_img{
 float:left;
 text-align:unset;
}

.mobilus_service_img a:hover{
 opacity: .6;
 transition: .3s;
}


/*
    local navi
================================*/
.navi_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: 0.1em;
  /*justify-content: center;*/
  position: relative;
}

.navi_main_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.navi_main_item + .navi_main_item { border-left: 3px solid #fff; }

.navi_main_link {
  -ms-align-items: center;
  align-items: center;
  background-color: #cbe1ec;
  color: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.4;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  transition: .3s opacity;
  width: 100%;
}

.navi_main_link:hover {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}

/* QA banner */
.p_link-banner { margin: 10px 0; }
.p_link-banner a:hover { opacity: .6; }

@media screen and (max-width: 599px) {
  .navi_main { flex-wrap: wrap; }
  .navi_main_item { margin-top: 3px; width: 50%; }
  .navi_main_item + .navi_main_item { border-left: none; }
  .navi_main_item:nth-of-type(2n) { border-left: 3px solid #fff; }
}

@media screen and (max-width:768px) {

body {
  width: 95%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}

.mobilus_service_txt{
  width: 100%;
}

.mobilus_service_img{
 float:none;
 text-align:center;
 margin-bottom:10px;
}

}