@charset "UTF-8";
@import url("./normalize.css");
@import url(//fonts.googleapis.com/css?family=Lato:Regular,Bold,Italic,Black);
@import url(//fonts.googleapis.com/css?family=Lora:Regular,Bold,Italic);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);


/* ***********************************************
header,footer,コンテンツ共通
************************************************** */
main .content,
main .section {
  line-height: 1.8;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lft {
  float: left;
}

.rgt {
  float: right;
}

.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

p {
  line-height: 1.8;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

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

  .lft,
  .rgt {
    float: none;
  }

  .content {
    width: 92%;
    margin: auto;
  }
}

/* ***********************************************
header
************************************************** */
#header {
  border-bottom: solid 1px #ccc;
}

#header .content {
  padding: 19px 0 16px;
  line-height: 0;
}

#header .content .lft,
#header .content .rgt {
  position: relative;
  width: 50%;
  height: 30px;
}

#header .content a {
  display: inline-block;
}

#header .content .lft img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

#header .content .rgt img {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  max-width: 65px;
  width: 100%;
}

@media screen and (max-width: 663px) {
  #header .content .lft {
    float: left;
    width: 75%;
  }

  #header .content .rgt {
    float: right;
    width: 17%;
  }
}

/* ***********************************************
footer
************************************************** */
#footer .bknum {
  /* padding-bottom: 10em;
  background: url(../img/bg_footer.png) no-repeat bottom center #fff; */
}

#footer .ttl {
  max-width: 215px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 3em;
}

#footer .ttl img {
  width: 100%;
}

#footer .bknum ul {
  overflow: hidden;
}

#footer .bknum li {
  display: block;
  float: left;
  width: 316px;
  margin-left: 26px;
}

#footer .bknum li:first-child {
  margin-left: 0;
}

#footer .bknum li a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
}

#footer .bknum li a em {
  display: block;
  text-align: center;
  font-style: normal;
  font-family: "Lora";
  font-weight: normal;
  font-size: 30px;
  color: #ccc;
}

#footer .bknum li.none a {
  cursor: text;
}

#footer .bknum li.none a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#footer .btm {
  padding: 1.5em 0 2em;
  font-size: 80%;
  font-family: "Lato";
}

#footer .btm .rgt img {
  display: inline-block;
  max-width: 62px;
  margin-left: 5px;
  vertical-align: bottom;
}

@media screen and (max-width: 663px) {
  #footer .bknum {
    padding-bottom: 5em;
  }

  #footer .bknum li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
  }

  #footer .bknum li a span {
    position: relative;
    max-height: auto;
    max-width: auto;
  }

  #footer .bknum li img {
    width: 100%;
  }

  #footer .btm {
    text-align: center;
  }
}

/* ***********************************************
コンテンツ
************************************************** */
br.sp {
  display: none;
}

.ttl_udstyle {
  padding: 40px 0 0;
  border-bottom: dashed 1px #ccc;
  line-height: 0;
  text-align: center;
}

.ttl_udstyle img {
  display: inline-block;
  margin-bottom: -2px;
}

h1 {
  margin: 0 0 13px;
  padding-bottom: 5px;
  /*margin: 36px auto 20px;*/
  text-align: center;
  line-height: 1.1;
  font-size: 30px;
  font-weight: normal;
}

h1 span {
  display: block;
  margin: 0 auto 6px;
  font-family: 'Lora';
  font-size: 42px;
  color: #ccc;
}

.mvisual {
  background-color: #f5f5f5;
}

.mvisual img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mvisual p {
  padding: 30px 4%;
  margin: 0;
  text-align: center;
}

.mvisual span.mvisual_cap {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  text-align: right;
  display: block;
}

.sns {
  margin: 2em 0;
  text-align: right;
}

.section {
  margin: 0 0 4em;
}

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

.section .top_box .left p.people {
  clear: both;
  padding: 10px 0;
  margin: 0 0 2em;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
}

.section .top_box .left p.people span {
  font-size: 13px;
}

.section .top_box .left p.img {
  margin-left: 80px;
  margin-top: -10px;
  width: 280px;
}

.section .top_box .left p.img span {
  width: 280px;
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
  display: block;
}

.section .top_box .left {
  float: left;
}

.section .top_box .right {
  margin-left: auto;
}

.section .top_box .txt {
  width: 740px;
}

.section .top_box .prof,
.section .content_box .prof {
  width: 160px;
  padding: 20px;
  border: #ccc 1px solid;
}

.section .top_box .prof span,
.section .content_box .prof span {
  font-size: 12px;
  display: block;
}

.mt10 {
  margin-top: 10px;
}

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

.section .content_box .txt {
  width: 602px;
}

.section .content_box .photo {
  width: 358px;
}

.section .content_box .photo .content_cap {
  margin-bottom: 20px;
}

.section .content_box .photo .content_cap span {
  display: block;
  font-size: 12px;
}

.section .content_box .left.txt,
.section .content_box .left.photo {
  float: left;
}

.section .content_box .right.photo,
.section .content_box .right.txt {
  margin-left: auto;
}

.section p span.line {
  letter-spacing: -0.2em;
  width: 5em;
  display: block;
  float: left;
}

.section p span.q {
  font-weight: bold;
  padding-left: 5em;
  margin-left: auto;
  display: block;
}

.section dl {
  overflow: hidden;
}

.section dl dt {
  width: 5em;
  float: left;
  margin-bottom: 30px;
  font-weight: normal;
}

.section dl dd {
  padding-left: 5em;
  margin-left: auto;
  margin-bottom: 30px;
  font-weight: normal;
}

@media screen and (max-width: 663px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }

  .ttl_udstyle {
    padding-top: 2em;
  }

  .ttl_udstyle img {
    width: 60%;
    text-align: center;
  }

  h1 {
    font-size: 24px;
  }

  h1 span {
    font-size: 36px;
  }

  .section .img img {
    width: 100%;
    height: auto;
  }

  .mvisual {
    background-color: #f5f5f5;
  }

  .mvisual img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .mvisual p {
    padding: 30px 4%;
    margin: 0;
    text-align: center;
  }

  .mvisual span.mvisual_cap {
    padding: 5px;
    margin: 0;
    font-size: 12px;
    text-align: left;
    display: block;
  }

  .sns {
    margin: 2em 0;
    text-align: right;
  }

  .section {
    margin: 0 0 4em;
  }

  .section .top_box .left p.img span {
    margin: 0;
  }

  .section .top_box .left {
    float: none;
  }

  .section .top_box .right {
    margin-left: 0;
  }

  .section .top_box .txt {
    width: 100%;
  }

  .section .top_box .prof,
  .section .content_box .prof {
    width: 100%;
    border-left: none;
    border-right: none;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
  }

  .section .top_box .prof img,
  .section .content_box .prof img {
    width: 30%;
    float: left;
  }

  .section .top_box .prof p,
  .section .content_box .prof p {
    width: 65%;
    font-size: 12px;
    display: block;
    margin-top: 0;
    float: right;
  }

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

  .section .content_box .txt {
    width: 100%;
  }

  .section .content_box .photo {
    width: 100%;
  }

  .section .content_box .photo img {
    width: 100%;
    height: auto;
  }

  .section .content_box .photo .content_cap {
    margin-bottom: 20px;
  }

  .section .content_box .left.txt,
  .section .content_box .left.photo {
    float: none;
  }

  .section .content_box .right.photo,
  .section .content_box .right.txt {
    margin-left: 0;
  }
}

.section .column {
  padding: 1em 3em 3em;
  border: solid 1px #222;
}

.section .column h2 {
  padding-bottom: 1em;
  border-bottom: dashed 1px #222;
  font-weight: normal;
}

.section .column:after {
  content: "";
  display: block;
  clear: both;
}

.section .bg .cnt {
  width: 100%;
}

.section .column .cnt {
  width: 100%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}

.section .column .cnt.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.section .column .cnt ul {
  overflow: hidden;
}

.section .column .cnt li {
  float: left;
  padding-right: 4px;
}

.section .column .cnt li:last-child {
  padding-right: 0;
}

.section .column .cnt span {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: .5em;
  background-color: #004fa2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.section .column .cnt img {
  display: block;
  margin-bottom: 2em;
}

@media screen and (max-width: 663px) {
  .section .column {
    padding: 0 1em 1em;
  }

  .section .column h2:before {
    margin-right: .5em;
  }

  .section .img .cnt {
    margin-bottom: .5em;
  }

  .section .bg .cnt {
    width: 100%;
  }

  .section .column .cnt {
    width: 100%;
    padding-bottom: 0em;
    margin-bottom: 0;
    border-bottom: none;
  }

  .section .column .cnt li {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #ccc;
  }

  .section .column .cnt li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .section .column .cnt li.none {
    border-bottom: none;
  }
}


.section .btn a {
  display: block;
  padding: 18px 0;
  margin: auto;
  max-width: 370px;
  width: 90%;
  background-color: #555;
  box-sizing: border-box;
  border: solid 1px #555;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.section .btn a:after {
  content: "\203a";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: normal;
  font-size: 110%;
  color: #fff;
}

.section .btn a:hover {
  border: solid 1px #555;
  background-color: #fff;
  color: #333;
}

.section .btn a:hover:after {
  color: #333;
}

.section .bg .lft,
.section .bg .rgt {
  width: 50%;
}

.section .bg .lft .btn a {
  float: right;
  margin-right: 10px;
}

.section .bg .rgt .btn a {
  float: left;
  margin-left: 10px;
}


@media screen and (max-width: 663px) {
  .section .btn a {}

  .section .bg .lft .btn a,
  .section .bg .rgt .btn a {
    margin: auto;
    float: none;
  }

  .section .bg .lft .btn a {
    margin-bottom: 1em;
  }
}

span.br {
  display: inline-block;
  margin-top: 1.5em;
}