@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);


/* ***********************************************
header,footer,コンテンツ共通
************************************************** */
main .content,
main .section {
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
}
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: 10px;
  /*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{
	display: block;
	text-align: right;
	padding-top: 5px;
	font-size: 9pt;
}
.sns {
  margin: 2em 0;
  text-align: right;
}
.section {
  margin: 0 0 4em;
}
.section .ttl {
  display: inline-block;
  padding: 5px 0 1px;
  border-top: double 3px #333;
  border-bottom: double 3px #333;
  line-height: 1;
  font-weight: bold;
}
.section .ttl span {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 900;
}
.section .ttl em:before {
  content: "×";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 160%;
  font-weight: normal;
}
.section .ttl em {
  font-style: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
.section h2 {
  margin: 1em 0;
  font-size: 25px;
}
.section .tag {
  clear: both;
  padding: 10px 0;
  margin: 0 0 2em;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
}
.section .tag li {
  display: inline-block;
  margin-left: 2em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
.section .tag li:first-child {
  margin-left: 0;
}
.section .tag li:before {
  content: "#";
  display: inline;
}
.section .img {
  margin: 3em 0 0;
  cursor: text;
}
.section .flex {
  margin: 3em 0 0;
  cursor: text;
  display: flex;
  flex-wrap:wrap;
  align-items: flex-end;
}
.section .flex .col3{
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.section .flex .col3:nth-of-type(3n){
  margin-right: 0;
}
.section .flex .img__ttl{
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
}
.section .bg {
  margin-top: -2.5em;
  padding: 5.5em 0 3.5em;
  background-color: #f5f5f5;
}
.section .bg .col3{
  width: calc((100% - 40px) / 3);
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.section .bg .col3:nth-of-type(3n){
  margin-right: 0;
}
.section .btn a {
  display: block;
  padding: 18px 0;
  margin: auto;
  max-width: 370px;
  width: 100%;
  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;
}
.section .column {
  padding: 1em 3em 3em;
  border: solid 1px #222;
}
.section .column ol,
.section .column ol>li {
  list-style-type: decimal;
}
.section .column h2 {
  padding-bottom: 1em;
  border-bottom: dashed 1px #222;
  font-weight: normal;
}
.section .column h2:before {
  content: "COLUMN";
  display: inline-block;
  padding: 2px 5px;
  margin-right: 2em;
  background-color: #222;
  vertical-align: text-top;
  font-family: "Lato";
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.section .column:after {
  content: "";
  display: block;
  clear: both;
}
.section .column .lft {
  width: 40%;
}
.section .column .lft span {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 1em;
  background-color: #222;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.section .column .lft img {
  display: block;
  margin-bottom: 2em;
}
.section .column .rgt {
  width: 56%;
}
.section .faq .q,
.section .faq .a {
  padding: .6em 1em .6em 3em;
}
.section .faq .q {
  background-color: #f5f5f5;
}
.section .faq .q:before,
.section .faq .a:before {
  content: "Q.";
  display: block;
  width: 25px;
  float: left;
  margin-left: -2em;
  font-family: "Lato";
  font-weight: bold;
}
.section .faq .q1:before {
  content: "Q1.";
}
.section .faq .q2:before {
  content: "Q2.";
}
.section .faq .q3:before {
  content: "Q3.";
}
.section .faq .q4:before {
  content: "Q4.";
}
.section .faq .q5:before {
  content: "Q5.";
}
.section .faq .a:before {
  content: "A.";
}
.section .faq .a1:before {
  content: "A.";
}
.section .faq .a:before {
  content: "A1.";
}
.section .faq .a2:before {
  content: "A2.";
}
.section .faq .a3:before {
  content: "A3.";
}
.section .faq .a4:before {
  content: "A4.";
}
.section .faq .a5:before {
  content: "A5.";
}
@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 h2 {
    font-size: 20px;
  }
  .section .img img {
    width: 100%;
    height: auto;
  }
  .section .flex .col3{
    width: 100%;
    margin: 0;
  }
  .section .flex .col3:nth-of-type(n+2){
    margin-top:1em;
  }
  .section .tag li {
    margin-left: .8em;
    font-size: 75%;
  }
  .section .img .lft {
    margin-bottom: 1em;
  }
  .section .bg .lft,
  .section .bg .rgt {
    width: 100%;
  }
  .section .bg .col3{
    width: 100%;
    float: none;
    margin: 0;
  }
  .section .bg .col3:nth-of-type(n+2){
    margin-top:1em;
  }
  .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;
  }
  .section .column {
    padding: 0 1em 1em;
  }
  .section .column h2:before {
    margin-right: .5em;
  }
  .section .column .lft,
  .section .column .rgt {
    width: 100%;
  }
  .section .column img {
    width: 100%
  }
  .section .faq .q,
  .section .faq .a {
    padding-right: 0;
  }
}



.section .bg02 {
  margin-top: -2.5em;
  padding: 5.5em 0 3.5em;
  background-color: #f5f5f5;
}
.section .bg02 ul{
	margin-left: 25px;
}
.section .bg02 ul .btn a{
  float: left;
  width: 30%;
  margin-right: 30px;
}
.section .bg02 ul .btn.last a{
  margin-right: 0;
}



@media screen and (max-width: 663px) {
	.section .bg02 ul{
    margin: auto;
	}
  .section .bg02 ul .btn a{
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
    float: none;
  }
  .section .bg02 ul .btn.last a{
    margin-right: auto;
  }
}

.credit{
	text-align: right;
	font-size: 85%;
	display: block;
}

.caution_txt{
	display: block;
	font-size: 12px;
}

/* 20180711 add */

.section .bg .cnt {
  width: 100%;
}
.section .column .cnt  {
  width: 100%;
}
.section .column .cnt ul{
	overflow: hidden;
}
.section .column .cnt li{
	float: left;
	padding-right: 6px;
}
.section .column .cnt li:last-child{
	padding-right: 0;
}
.section .column .cnt span {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 1em;
  background-color: #222;
  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 .img .cnt {
    margin-bottom: 1em;
  }
  .section .bg .cnt {
    width: 100%;
  }
}

.ctr{
	text-align:center;
}

/* 2018.12.18update */
.section .column.report ol {
  padding-left: 1.5em;
}
.section .column.report .notes {
  margin-bottom: 1em;
}
.section .column.report .notes small {
  display: block;
}
.section .column.report figure {
  padding: .5em 1em 1em;
  margin: 0;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.section .column.report img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section .column.report .fig {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 3em;
}
.section .column.report .fig > div {
  width: 49%;
}
.section .column.report .fig > div.col3 {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 663px) {
  .section .column.report .fig {
    display: block;
    margin-bottom: 0;
  }
  .section .column.report .fig > div,
  .section .column.report .fig > div.col3 {
    width: 100%;
    margin-bottom: 2em;
  }
}
