@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body {
  min-width: 760px;
}

body #container #spMenu {
  display: none;
}

@media screen and (max-width: 821px) {
  body {
    width: 100%;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body #container {
    margin: 0;
    width: 100%;
  }
  body #container #header {
    padding: 0 0 20px;
    width: 100%;
    background: none;
  }
  body #container #header:after {
    display: block;
    clear: both;
    content: "";
  }
  body #container #header h1 {
    padding: 5px 10px;
    background: #C7DBFC;
    position: relative;
    top: 0;
    right: 0;
    font-size: 10px;
  }
  body #container #header h2 {
    padding: 15px 15px 0 10px;
    width: 33%;
    float: left;
    position: relative;
    top: 0;
    right: 0;
  }
  body #container #header h2 a {
    display: block;
  }
  body #container #header h2 a img {
    width: 100%;
    height: auto;
  }
  body #container #header #site_catch_copy {
    margin-bottom: 4px;
    padding-top: 15px;
    width: 38%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  body #container #header p {
    padding: 0;
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 1.2;
  }
  body #container #header #g_menu {
    display: none;
  }
  body #container #spMenu {
    width: 100%;
    display: block;
  }
  body #container #spMenu .menuTtl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #EEE;
    border-top: 2px solid #0E52BE;
    color: #0C52BE;
    font-size: 14px;
  }
  body #container #spMenu .list li a {
    padding: 10px 15px;
    border-top: 1px solid #BBB;
    display: block;
    position: relative;
    color: #333;
    font-size: 12px;
    text-decoration: none;
  }
  body #container #spMenu .list li a:before, body #container #spMenu .list li a:after {
    content: "";
    margin-top: -6px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #container #spMenu .list li a:before {
    background: #1156C8;
    right: 10px;
  }
  body #container #spMenu .list li a:after {
    background: #fff;
    right: 14px;
  }
  body #container #footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    background: none;
    border-top: 2px solid #1156C8;
    font-size: 10px;
  }
  body #container #footer #footer_box {
    padding: 0;
  }
  body #container #footer #footer_box .footer1_left {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    float: none;
    font-size: 12px;
  }
  body #container #footer #footer_box .footer1_right {
    width: auto;
    float: none;
  }
  body #container #footer #footer_box .footer1_right ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #BBBBBB;
  }
  body #container #footer #footer_box .footer1_right ul li {
    border: none;
    display: inline-block;
  }
  body #container #footer #footer_box .footer1_right ul li a {
    line-height: 2;
  }
  body #container #footer #footer2_left {
    padding: 10px 0 15px;
    width: auto;
    border-bottom: 1px solid #BBBBBB;
    float: none;
  }
  body #container #footer #footer2_left li {
    border: none;
    display: inline-block;
  }
  body #container #footer #footer2_left li a {
    line-height: 2;
  }
  body #container #footer #footer2_right {
    padding: 0;
    text-align: center;
  }
  body #container #footer #footer2_right address {
    padding: 15px 0 0;
    color: #000;
    text-align: center;
  }
}

/*------------------------------------------------------------
	トップページ(RWD)
------------------------------------------------------------*/
body #container #cnts {
  padding: 30px 0 60px;
}

body #container #lead {
  margin-bottom: 20px;
  position: relative;
}

body #container #lead .leadTxt {
  width: 580px;
  font-size: 18px;
  line-height: 2.0;
}

body #container #lead .leadTxt span {
  color: #F60;
  font-size: 24px;
}

body #container #lead .leadTxt br.sp {
  display: none;
}

body #container #lead .imgBox {
  display: table;
  width: 100px;
  position: absolute;
  top: 10px;
  right: 15px;
}

body #container #lead .imgBox .img {
  line-height: 0;
}

body #container #lead .imgBox .img,
body #container #lead .imgBox .caption {
  display: table-cell;
  vertical-align: middle;
}

body #container #lead .imgBox .caption {
  font-size: 10px;
  line-height: 1.3;
  padding: 0 5px;
}

body #container .info {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 2px solid #0E52BE;
}

body #container .info .txt {
  font-size: 14px;
  line-height: 1.4;
}

body #container #cnts .section {
  margin-right: -30px;
  padding-bottom: 50px;
  overflow: hidden;
}

body #container #cnts .section:after {
  display: block;
  clear: both;
  content: "";
}

body #container #cnts .section .mainTtl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px 10px 10px 20px;
  width: 760px;
  background: #E2F1FE;
  position: relative;
  font-size: 24px;
  line-height: 1.2;
}

body #container #cnts .section .mainTtl:before {
  content: "";
  width: 4px;
  height: 30px;
  background: #0E52BE;
  position: absolute;
  top: 10px;
  left: 10px;
}

body #container #cnts .section .mainTtl .date {
  padding: 4px 10px;
  background: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #1F2A66;
  font-size: 12px;
}

body #container #cnts .section .mainTtl .date span {
  color: #FF2426;
  font-size: 18px;
}

body #container #cnts .section .categories {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 30px 30px 0;
  padding: 15px 20px 0;
  width: 365px;
  border: 1px solid #BBB;
  border-top: 2px solid #0E52BE;
  float: left;
}

body #container #cnts #offer .categories {
  padding-top: 20px;
}

body #container #cnts .section .categories:last-child {
  margin-bottom: 0;
}

body #container #cnts .section .categories .cateTtl {
  padding-bottom: 15px;
  border-bottom: 1px dotted #BBB;
  color: #0E52BE;
  font-size: 18px;
}

body #container #cnts .section .categories .cateTtl .subTtl {
  margin-top: 5px;
  display: block;
  color: #333;
  font-size: 14px;
}

body #container #cnts .section .categories .site {
  padding: 0 20px 20px;
  display: block;
  text-align: center;
  text-decoration: none;
}

body #container #cnts .section .categories .site h3.cateTtl {
  border-bottom: none;
  line-height: 1.0;
}

body #container #cnts .section .categories .site .logo {
  margin: 0 auto 10px;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body #container #cnts .section .categories .site .siteName {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

body #container #cnts .section .categories .site .siteName:before {
  content: "";
  margin-top: -3px;
  width: 3px;
  height: 3px;
  border-right: 2px solid #F60;
  border-bottom: 2px solid #F60;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body #container #cnts .section .categories .site:hover .logo,
body #container #cnts .section .categories .site:hover .siteName:before {
  opacity: 0.5;
}

body #container #cnts .section .categories .site:hover .siteName {
  text-decoration: none;
  color: #80A6DA;
}

body #container #cnts .section .categories .etc {
  margin: 0 -20px;
  padding: 20px;
  background: #EEF3F7;
}

body #container #cnts .section .categories .etc .etcTtl {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

body #container #cnts .section .categories .etc .linkList li {
  margin-bottom: 15px;
}

body #container #cnts .section .categories .etc .linkList li:last-child {
  margin-bottom: 0;
}

body #container #cnts .section .categories .etc .linkList li a {
  padding-left: 12px;
  position: relative;
}

body #container #cnts .section .categories .etc .linkList li a:before {
  content: "";
  margin-top: -3px;
  width: 3px;
  height: 3px;
  border-right: 2px solid #F60;
  border-bottom: 2px solid #F60;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body #container #cnts .section .categories .desc {
  margin: 0 -20px;
  padding: 20px;
  background: #EEF3F7;
  color: #000;
  line-height: 2;
}

body #container #cnts .section .information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 760px;
  background: #EEF3F7;
  clear: both;
}

body #container #cnts .section .information:after {
  display: block;
  clear: both;
  content: "";
}

body #container #cnts .section .information .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}

body #container #cnts .section .information .box > a, body #container #cnts .section .information .box p {
  display: table-cell;
  vertical-align: middle;
}

body #container #cnts .section .information .privacy .img {
  display: inline-block;
}

body #container #cnts .section .information .box p {
  padding: 0 20px;
  color: #000;
  line-height: 2;
}

body #container #cnts .section#carrier {
  padding-bottom: 0;
}

body #container #cnts .section#carrier .categories {
  margin-bottom: 50px;
}

@media screen and (max-width: 821px) {
  body #container #cnts {
    padding: 0 10px 25px;
  }
  body #container #lead {
    margin-bottom: 10px;
  }
  body #container #lead .leadTxt {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
  body #container #lead .leadTxt span {
    font-size: 14px;
    line-height: 1.4;
  }
  body #container #lead .leadTxt br.sp {
    display: block;
  }
  body #container #lead .imgBox {
    display: block;
    width: auto;
    text-align: center;
    top: 0;
    right: 20px;
  }
  body #container #lead .imgBox .img,
  body #container #lead .imgBox .caption {
    display: block;
  }
  body #container #lead .imgBox .img img {
    width: auto;
    height: 30px;
  }
  body #container #lead .imgBox .caption {
    font-size: 9px;
    line-height: 1.0;
    padding: 0;
    margin-top: 5px;
  }
  body #container #cnts .section {
    margin-right: 0;
    padding-bottom: 25px;
  }
  body #container #cnts .section .mainTtl {
    margin-bottom: 15px;
    padding: 10px 7px 10px 20px;
    width: 100%;
    font-size: 15px;
  }
  body #container #cnts .section .mainTtl:before {
    width: 4px;
    height: 20px;
  }
  body #container #cnts .section .mainTtl .date {
    padding: 4px 7px;
    top: 7px;
    right: 7px;
    font-size: 10px;
  }
  body #container #cnts .section .mainTtl .date span {
    font-size: 13px;
  }
  body #container #cnts .section .categories {
    margin: 0 0 15px 0;
    padding: 15px 15px 0;
    width: 100%;
    float: none;
  }
  body #container #cnts .section .categories .cateTtl {
    font-size: 14px;
  }
  body #container #cnts .section .categories .cateTtl .subTtl {
    font-size: 12px;
  }
  body #container #cnts .section .categories .site {
    padding: 15px;
  }

  body #container #cnts #offer .categories {
    padding-top: 15px;
  }
  body #container #cnts #offer .categories .site {
    padding-top: 0;
  }
  body #container #cnts .section .categories .site .logo {
    -webkit-transition: none;
    transition: none;
    margin: 0 auto 5px;
    width: 117px;
    height: auto;
    display: block;
  }
  body #container #cnts .section .categories .site .siteName {
    -webkit-transition: none;
    transition: none;
    font-size: 11px;
  }
  body #container #cnts .section .categories .site .siteName:before {
    margin-top: -2px;
    width: 2px;
    height: 2px;
    border-right: 1px solid #F60;
    border-bottom: 1px solid #F60;
    left: -7px;
  }
  body #container #cnts .section .categories .etc {
    margin: 0 -15px;
    padding: 15px;
  }
  body #container #cnts .section .categories .etc .etcTtl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
  }
  body #container #cnts .section .categories .etc .linkList li {
    margin-bottom: 10px;
  }
  body #container #cnts .section .categories .etc .linkList li:last-child {
    margin-bottom: 0;
  }
  body #container #cnts .section .categories .etc .linkList li a {
    padding-left: 7px;
    font-size: 11px;
  }
  body #container #cnts .section .categories .etc .linkList li a:before {
    margin-top: -2px;
    width: 2px;
    height: 2px;
    border-right: 1px solid #F60;
    border-bottom: 1px solid #F60;
  }
  body #container #cnts .section .categories .desc {
    margin: 0 -15px;
    padding: 15px;
    line-height: 1.7;
  }
  body #container #cnts .section .information {
    margin: 25px 0 0;
    padding: 15px;
    width: 100%;
  }
  body #container #cnts .section .information .box {
    width: 100%;
    display: block;
    float: none;
  }
  body #container #cnts .section .information .box:after {
    display: block;
    clear: both;
    content: "";
  }
  body #container #cnts .section .information .box .img, body #container #cnts .section .information .box p, body #container #cnts .section .information .box > a {
    display: block;
    vertical-align: top;
  }
  body #container #cnts .section .information .box img, body #container #cnts .section .information .box > a {
    width: 50px;
    height: auto;
    float: left;
  }
  body #container #cnts .section .information .box p {
    padding: 0 0 0 60px;
    font-size: 11px;
    line-height: 1.7;
  }
  body #container #cnts .section#carrier {
    padding-bottom: 0;
  }
  body #container #cnts .section#carrier .categories {
    margin-bottom: 15px;
  }
}
