@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/***********************リセットCSS*******************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}


.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/***********************リセットCSSここまで*******************************/


/***********************横幅制御※書きかえる部分*******************************/
@media (max-width: 798px) {
  body,article,section {
    max-width:100%;
    overflow-x:hidden;
  }
}



/***********************横幅制御ここまで*******************************/

/***********************色等の設定*******************************/
body{
  background-color: #fff;
  color:#333;
  font-family: -apple-system, 'Noto Sans Japanese', 'meiryo', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', sans-serif;
  font-size:16px;
}
a{
  color:#333;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}
/***********************色等の設定ここまで*******************************/



/***********************simple01ヘッダー*******************************/
.simple01-h01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  z-index: 9999;
}
.simple01-h01 .simple01-h01-logo a{
  float: left;
  padding: 25px 0 0 2%;
  color: #fff;
  font-family: Yu Mincho;
  font-size: 28px;
  line-height: 0.9;
}
.simple01-h01 .simple01-h01-logo a span {
  font-size: 0.6em;
}
.simple01-h01.scroll {
  background: #fff;
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
}
.simple01-h01.scroll  .simple01-h01-logo {
  float: left;
  width: 35%;
  margin-bottom: 20px;
  padding: 25px 0 0 2%;
  color: #000;
  font-size: 24px;
  line-height: 0.9;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .simple01-h01 {
      position: fixed;
      background-color: #ef9e3d;
      box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
    }
    .simple01-h01 .simple01-h01-logo a{
      float: left;
      width: 70%;
      margin-bottom: 20px;
      font-size: 18px;
    }
    .simple01-h01.scroll .simple01-h01-logo,
    .simple01-h01.on .simple01-h01-logo a{
      float: left;
      width: 70%;
      padding: 25px 0 0 2%;
      color: #fff;
      font-size: 18px;
      line-height: 0.9;
    }
  }
/************************スマホ設定ここまで*************************************/

/***********************simple01ヘッダーここまで*******************************/




/************************グローバルナビ*************************************/
@media (min-width: 798px) {
.simple01-n01 {
  clear: both;
  float: left;
  padding: 25px 0 0 2%;
}
.simple01-n01 ul {
  text-align: left;
}
.simple01-n01 ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
  transition: .2s;
}
.simple01-n01 ul li:last-child{
  background-color:#ef9e3d;
  padding: 0 16px;
  border-radius: 2px;
}
.simple01-n01 ul li a {
  display: block;
  color: #fff;
}
.simple01-h01.scroll .simple01-n01 ul li { line-height: 1.8em; }
.simple01-h01.scroll ul li:hover {
  text-shadow: 0 0 8px rgba(0,0,0,0.8),
             0 0 1em rgba(0,0,0,0.9);
}
.simple01-h01.scroll .simple01-n01 ul li a { color: #000; }
.simple01-n01-btn { display: none; }
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .simple01-h01 .simple01-n01 {
      display: none;
    }
    .simple01-h01.on .simple01-n01 {
      display: block;
      float: none;
      position: absolute;
      top: 100%;
      background: #243056;
      width: 100%;
      padding: inherit;
    }
    .simple01-h01.on .simple01-n01 ul {
      text-align: left;
    }
    .simple01-h01.on .simple01-n01 ul li {
      width: 100%;
      box-sizing: border-box;
      line-height: 1.8em;
    }
    .simple01-h01.on .simple01-n01 ul li a {
      display: block;
      color: #fff;
      border-bottom: 1px solid #3f4865;
      font-size: 12px;
      padding: 1% 5%;
    }
    .simple01-n01-btn,
    .simple01-n01-btn span {
      display: inline-block;
      transition: all .3s;
    }
    .simple01-n01-btn {
      display: block;
      position: absolute;
      top: 25px;
      right: 3%;
      width: 25px;
      height: 25px;
      overflow: visible;
      cursor: pointer;
    }
    .simple01-n01-btn .border {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
    }
    .simple01-n01-btn .border:nth-of-type(1) { top: 4px; }
    .simple01-n01-btn .border:nth-of-type(2) { top: 14px; }
    .simple01-n01-btn .border:nth-of-type(3) { top: 24px; }
    .simple01-h01.scroll .simple01-n01-btn,
    /*.simple01-h01.on .simple01-n01-btn { top: 3%; }*/
    .simple01-h01.scroll .simple01-n01-btn .border,
    .simple01-h01.on .simple01-n01-btn .border { background-color: #fff; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(1),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(1) { top: 0px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(2),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(2) { top: 10px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(3),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(3) { top: 20px; }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(1) {
      top: 10px;
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg);
    }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(2) { opacity: 0; }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(3) {
      top: 50px;
      -webkit-transform: translateY(-37px) rotate(45deg);
      transform: translateY(-37px) rotate(45deg);
    }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/************************グローバルナビここまで*************************************/

/***********************biglogoメインビジュアル*******************************/
#main_visual {
  position: relative;
  width: 100%;
  background-size: contain;
}
.biglogo-v01 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  min-height: 680px;
  z-index: -1;
}
.biglogo-v01-logo {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 24%;
  font-family: Yu Mincho;
  text-align: right;
  color: #fff;
  z-index: 1;
  font-size: 32px;
  text-shadow: 2px 2px 5px #333;
}
.biglogo-v01-logo img {
  width: 280px;
  max-width: 100%;
  height: auto;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  #main_visual {
    position: relative;
    width: 100%;
    background-size: contain;
  }
  .biglogo-v01 {
    min-height: 568px;
  }
  .biglogo-v01-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .biglogo-v01-logo {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    right: 24%;
    color: #fff;
    z-index: 1;
    font-size: 1.2em;
  }
  .biglogo-v01-logo img {
    width: 100%;
  }
  .biglogo-v01-catch-btn {
    display: block;
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 3em;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
  }
}
/************************スマホ設定ここまで*************************************/
/***********************biglogoメインビジュアルここまで*******************************/


/***********************sample01コンテンツ１*******************************/
.sample01-contents1 {
  width: 100%; /*サイトデザイン幅に合わせて変更してください。*/
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.sample01-contents1-ttl {
  margin: 30px auto;
  font-family: Yu Mincho;
  color: #243056;/*線の色*/
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
}
.sample01-contents1-ttl span{
  font-size: 0.5em;
  padding: 10px 0;
  border-top: 1px solid #243056;
  border-bottom: 1px solid #243056;
}
.sample01-contents1 p {
  font-size: 14px;/*フォントサイズ*/
  line-height: 1.6em;/*行間*/
  letter-spacing: 1.2px;/*文字間隔*/
  text-align: center;
  margin-bottom: 8px;
  padding: 0 3%;
}
.sample01-contents1-box{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sample01-contents1-column{
  display: block;
  width: 33.33%;
  float: left;
  list-style: none;
  text-align: center;
  padding: 30px 0;
}
.sample01-contents1-box._l2 .sample01-contents1-column{
	width:48%;
	margin:0 1%;
}
.sample01-contents1-box img{
  max-width: 90%;
}
.sample01-contents1-column-ttl{
  color: #ef9e3d;
  padding: 10px 0;
	font-size:18px;
}
.sample01-contents1-column-ttl._v1{
	color:#243056;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .sample01-contents1 {
    width: 90%; /*サイトデザイン幅に合わせて変更してください。*/
    padding-top: 60px;
  }
  .sample01-contents1-ttl span{
    border-top: none;
    border-bottom: 1px solid #243056;
  }
  .sample01-contents1 p {
  text-align: left;
  }
  .sample01-contents1-box li,
	.sample01-contents1-box._l2 .sample01-contents1-column{
    width: 100%;
    float: left;
    text-align: center;
  }
  .sample01-contents1-column{
    width:100%;
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01コンテンツ１ここまで*******************************/

/***********************sample01コンテンツ3*******************************/
.sample01-contents3 {
  width: 100%; /*サイトデザイン幅に合わせて変更してください。*/
  margin: auto;
  padding: 40px 0;/*コンテンツ上部余白*/
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
  }
.sample01-contents3-inner {
  max-width: 1080px;
  margin: 0 auto;
  }
.sample01-contents3-ttl {
  margin: 30px auto;
  font-family: Yu Mincho;
  color: #243056;/*線の色*/
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
}
.sample01-contents3-ttl span{
  font-size: 0.5em;
  padding: 10px 0;
  border-top: 1px solid #243056;
  border-bottom: 1px solid #243056;
}
.sample01-contents3-box {
  overflow: hidden;
  margin: auto;
}
.sample01-contents3-column {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1%;
}
.sample01-contents3-column a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.sample01-contents3-column img {
  max-width: 100%;
  vertical-align: middle;
}
.sample01-contents3-column .sample01-contents3-column-ttl {
  font-size: 16px;
  color: #1b2548;
}
.sample01-contents3-column p {
  font-size: 12px;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 796px) {
  .sample01-contents3 {
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .sample01-contents3-column {
    width: 50%;
    box-sizing: border-box;
  }
  .sample01-contents3-column:after {
    position: absolute;
    top: inherit;
    bottom: -30px;
    left: 49%;
    content: "";
    transform: rotate(90deg);
  }
  .sample01-contents3-column:last-child:after {
    content: none;
  }
  .sample01-contents3-column img {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .sample01-contents3-column-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01コンテンツ3ここまで*******************************/

/***********************事務所案内*******************************/
.tab01-c01 {
  position: relative;
  width: 100%;/*幅*/
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}
.tab01-c01-inner {
  width: 100%;/*幅*/
  margin: auto;/*中央寄せ*/
}
.tab01-c01-section-ttl {
  margin: 30px auto;
  font-family: Yu Mincho;
  color: #243056;/*線の色*/
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
}
.tab01-c01-section-ttl span{
  font-size: 0.5em;
  padding: 10px 0;
  border-top: 1px solid #243056;
  border-bottom: 1px solid #243056;
}
.tab01-c01-tab {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.tab01-c01-tab li {
  float: left;/*横並び*/
  display: table-cell;
  margin: 0 0.5%;
  width: 32%;/*幅*/
  font-size: 14px;/*フォントサイズ*/
  font-weight: bold;
  color: #ef9e3d;
  line-height: 2.5em;/*上下文字間*/
  list-style-type: none;
  border:1px solid #ef9e3d;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.tab01-c01-tab li:hover{
  background: #ef9e3d;/*背景色*/
  color: #fff;
}
.tab01-c01-tab li.select {
  background: #ef9e3d;/*背景色*/
  color: #fff;
}
.tab01-c01-tab-content {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
}
.tab01-c01-tab-content li {
  padding:20px;/*内側余白*/
  font-size: 14px;/*フォントサイズ*/
  list-style-type: none;
}
.tab01-c01-tab-content li .tab01-c01-tab-content-list img {
	float: left;
	width: 40%;
	margin-right: 5em;
	margin-bottom: 15px;
	max-width: 380px;
}
.tab01-c01-tab-content li .tab01-c01-tab-content-list h3 {
  font-family: Yu Mincho;
  color: #243056;
  font-size: 22px;/*フォントサイズ*/
  margin-bottom: 30px;
}
.tab01-c01-tab-content li .tab01-c01-tab-content-list .content-txt {
  font-size: 14px;/*フォントサイズ*/
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.tab01-c01-tab-content li .tab01-c01-tab-content-list .content-name {
  text-align: right;
}
.tab01-c01-tab-content .hide {
  display:none;
}
.tab01-c01-tab-content-list table{
  width: 100%;
}
.tab01-c01-tab-content-list tr:first-child{
  border-top: 1px solid #e5e5e5;
}
.tab01-c01-tab-content-list tr{
  border-bottom: 1px solid #e5e5e5;
}
.tab01-c01-tab-content-list th{
  width: 30%;
  max-width: 300px;
  background: #f5f5f5;
  color: #2a3e72;
  text-align: left;
  padding: 2%;
}
.tab01-c01-tab-content-list th , .tab01-c01-tab-content-list td{
  vertical-align: top;
  text-align: left;
  padding: 2%;
}
.tab01-c01-tab-content-list .nameLine01 span{
  padding-left: 48px;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 920px) {
  .tab01-c01 {
    padding-top: 60px;
  }
  .tab01-c01-inner {
    width: 100%;/*幅*/
  }
  .tab01-c01-tab {
    width: 95%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tab01-c01-tab li {
    float: left;/*横並び*/
    display: table-cell;
    margin: 1% 1%;
    background: #fff;/*背景色*/
    width: 98%;/*幅*/
    font-size: 14px;/*フォントサイズ*/
    font-weight: bold;
    color: #243056;
    line-height: 2.5em;/*上下文字間*/
    list-style-type: none;
    border:1px solid #243056;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
  }
  .tab01-c01-tab-content li {
    overflow: hidden;
    padding: 20px 4%;/*内側余白 上下・左右*/
  }
  .tab01-c01-tab-content li .tab01-c01-tab-content-list img {
	float: left;
	width: 30%;
	margin-right: 5em;
	margin-bottom: 15px;
	max-width: 209px;
  }
  .tab01-c01-tab-content li .tab01-c01-tab-content-list p {
    font-size: 16px;/*フォントサイズ*/
  }
  .tab01-c01-tab-content .hide {
    display:none;
  }
  }
@media(max-width:798px){
	.tab01-c01-tab-content li .tab01-c01-tab-content-list img{
		float:none;
		width:inherit;
		max-width:100%;
		display:block;
		margin:0 auto 2em;
	}
}

/************************ｽﾏﾎ設定ここまで*************************************/
/***********************事務所案内ここまで*******************************/

/***********************よくあるご質問*******************************/
.faq-contents{
  width: 100%;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.faq-contents-inner {
  max-width: 1080px;
  margin: 0 auto;
  }
  .site_area{
    padding: 20px;
  }
.faq-contents1-ttl {
  margin: 30px auto;
  font-family: Yu Mincho;
  color: #243056;/*線の色*/
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
}
.faq-contents1-ttl span{
  font-size: 0.5em;
  padding: 10px 0;
  border-top: 1px solid #243056;
  border-bottom: 1px solid #243056;
}
.accordion dl {
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.accordion dl dt{
  font-size: 16px;
  font-weight: bold;
  color: #243056;
  margin: 10px 0;
}
.accordion dl dt span{
  content: "Q";
  width: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
  background-color: #243056;
  border: 1px solid #243056;
  border-radius: 2px;
  padding: 0 10px;
}
.accordion dl dd{
  background-color: #fff;
  margin: 10px 0;
  padding: 1%;
}
.accordion dl dd span{
  content: "A";
  display: block;
  float: left;
  width: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #243056;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #243056;
  border-radius: 2px;
  padding: 0 10px;
}
/***********************よくあるご質問ここまで*******************************/
@media (max-width: 798px) {
  .faq-contents{
    padding-top: 60px;
  }
  .site_area{
    padding: 0 4%;
  }
}
/***********************よくあるご質問ここまで*******************************/

/***********************お問い合わせ*******************************/
.pop01-t01 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}
.pop01-t01-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pop01-t01 .pop01-t01-ttl {
  margin: 30px auto;
  font-family: Yu Mincho;
  color: #243056;/*線の色*/
  text-align: center;
  font-size: 32px;
  padding: 10px 0;
}
.pop01-t01 .pop01-t01-ttl span {
  font-size: 0.5em;
  padding: 10px 0;
  border-top: 1px solid #243056;
  border-bottom: 1px solid #243056;
}
.pop01-t01 p {
  font-size: 14px;/*フォントサイズ*/
  line-height: 1.8em;/*行間*/
  text-align: center;
  margin-bottom: 40px;
}
.pop01-t01-form {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.pop01-t01-form th {
  float: left;
  width: 35%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.pop01-t01-form td {
  float: left;
  width: 65%;
  text-align: left;
  margin-bottom: 10px;
}
.pop01-t01-form td input {
  background-color: #fff;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.pop01-t01-form td.half {
  text-align: left;
}
.pop01-t01-form td.half input {
  width: 30%;
}
.pop01-t01-form td.half input.check {
  display: inline-block;
  width: 5%;
  margin: 10px;
  text-align: left;
}
.pop01-t01-form td.half input.check:last-child {
  margin-left: 2em;
}
.pop01-t01-form td textarea {
  background-color: #fff;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.pop01-t01-form select {
  background-color: #fff;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  border: 1px solid #efefef;
}
.pop01-t01-form select option {
  width: 100%;
  padding: 8px;
  text-align: center;
}
.pop01-t01-form span.required {
  font-size: 10px;
  color: #fff;
  background-color: #243056;
  padding: 1px 10px;
  border-radius: 2px;
  margin-left: 10px;
}
.pop01-t01-form span.any {
  font-size: 10px;
  color: #666;
  background-color: #efefef;
  padding: 1px 10px;
  border-radius: 2px;
  margin-left: 10px;
}
.pop01-t01-btn {
  text-align: center;
}
.pop01-t01-btn input {
  background-color: #ef9e3d;
  width: 120px;
  border: none;
  border-radius: 4px;.___flexbox_1
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  box-sizing: border-box;
  cursor: pointer;
}
/************************ｽﾏﾎ設定*******************************/
@media (max-width: 920px) {
    .pop01-t01 {
      padding-top: 60px;
    }
    .pop01-t01-inner {
      width: 100%;
      box-sizing: border-box;
      padding: 0 4%;
    }
    .pop01-t01-ttl {
      font-size: 28px;
      margin-bottom: 2em;
    }
    .pop01-t01-txt {
      margin-bottom: 25px;
      font-size: 14px;
    }
    .pop01-t01-form {
      width: 100%;
    }
    .pop01-t01-form th {
      display: block;
      width: 100%;
    }
    .pop01-t01-form th.sp {
      display: block;
    }
    .pop01-t01-form td {
      float: none;
      display: block;
      width: 100%;
    }
    .pop01-t01-btn input {
      width: 25%;
    }
}
/***********************ｽﾏﾎ設定ここまで***************************/
/***********************お問い合わせ*******************************/

/**************************フッター*******************************/
footer.column01-f01 {
  overflow: hidden;
  position: relative;
  background-color: #efefef;
  width: 100%;
  margin-top: 100px;/*上余白*/
  padding-top: 40px;
  font-size: 14px;
}
footer .column01-f01-inner {
  overflow: hidden;
  width: 100%;
  max-width: 1080px;/*幅*/
  margin: 0 auto;/*余白 上下・左右*/
}
footer.column01-f01 .column01-f01-contents-left {
  float: left;/*左寄せ*/
  width: 45%;/*幅*/
}
footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address {
  line-height: 1.7em;/*上下文字間*/
}
footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address img {
  max-width: 100%;/*最大横幅*/
}
footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address dt {
  margin-bottom: 20px;/*下余白*/
}
footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address dd {
  margin-bottom: 5px;/*下余白*/
  font-size: 16px;
}
footer.column01-f01 .column01-f01-copy {
  clear: both;
  width: 100%;/*横幅*/
  line-height: 3em;/*上下文字間*/
  font-size: 12px;/*フォントサイズ*/
  text-align: right;/*テキスト右寄せ*/
	margin-top:2em;
}
footer.column01-f01 .column01-f01-contents-right {
  float: left;/*左寄せ*/
  width: 55%;/*幅*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-contents-right-up {
  margin-bottom: 15px;/*下余白*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-contents-right-down {
  margin-bottom: 15px;/*下余白*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-contents-right-ttl {
  margin-bottom: 10px;/*下余白*/
  font-size: 16px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-nav ul {
  overflow: hidden;
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-nav li {
  float: left;/*左寄せ*/
  width: 20%;/*幅*/
  margin-bottom: 15px;/*下余白*/
  list-style: none;/*リストスタイル*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-nav a {
  color: #333;/*文字色*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-link ul {
  display: flex;
  justify-content: space-between;/*均等に横並び*/
  list-style: none;/*リストスタイル*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-link li {
  float: left;/*左寄せ*/
  margin-bottom: 30px;/*下余白*/
  list-style: none;/*リストスタイル*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-btn {
  display: block;
  background-color: #243056;/*背景色*/
  padding: 0 16px;
  border-radius: 4px;
  width: 120px;/*幅*/
  color: #fff;/*文字色*/
  text-align: center;/*テキスト中央寄せ*/
  transition: 0.3s;/*アニメーション速度*/
}
footer.column01-f01 .column01-f01-contents-right .column01-f01-btn:hover {
  background-color: #666;/*背景色*/
}
footer.column01-f01 .column01-f01-copy {
  clear: both;
  background-color: #ef9e3d;/*背景色*/
  width: 100%;/*横幅*/
  line-height: 3em;/*上下文字間*/
  color: #fff;/*文字色*/
  font-size: 12px;/*フォントサイズ*/
  text-align: left;/*テキスト左寄せ*/
}


/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  footer.column01-f01 .column01-f01-inner {
    width: 100%;/*幅*/
    padding: 0 4%;/*余白 上下・左右*/
    box-sizing: border-box;
  }
  footer.column01-f01 .column01-f01-contents-left {
    float: none;
    width: 100%;/*幅*/
    margin-bottom: 25px;/*下余白*/
  }
  footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address dt {
    text-align: center;/*テキスト中央寄せ*/
  }
  footer.column01-f01 .column01-f01-contents-left .column01-f01-contents-left-address dd {
    text-align: left;/*テキスト左寄せ*/
  }
  footer.column01-f01 .column01-f01-copy {
    padding: 20px 0;/*余白 上下・左右*/
    line-height: 1.5em;/*上下文字間*/
    text-align: center;/*テキスト中央寄せ*/
  }
  footer.column01-f01 .column01-f01-contents-right {
    float: none;/*左寄せ*/
    width: 100%;/*幅*/
  }
  footer.column01-f01 .column01-f01-contents-right .column01-f01-contents-right-up {
    display: none;
  }
  footer.column01-f01 .column01-f01-nav {
    display: none;/*ナビゲーション非表示*/
  }
  footer.column01-f01 .column01-f01-contents-right .column01-f01-link ul {
    display:block;
  }
  footer.column01-f01 .column01-f01-contents-right .column01-f01-link li {
    width: 100%;
    margin-bottom: 5px;
  }
  footer.column01-f01 .column01-f01-contents-right .column01-f01-btn {
    width: 100%;
    max-width: 150px;
  }
  footer.column01-f01 .column01-f01-copy {
    width: 100%;/*横幅*/
    line-height: 3em;/*上下文字間*/
    font-size: 12px;/*フォントサイズ*/
    text-align: center;/*テキスト右寄せ*/
  }
  }
/************************スマホ設定ここまで****************************/
/***********************フッターここまで*******************************/


.backstretch video{
	width:100%;
	height:auto;
}
ul.newsinfo {
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #666464;
    letter-spacing: 1px;
}
ul.newsinfo li a {
    padding: 12px 0;
    border-bottom: 1px solid #666464;
    display: block;
    width: 100%;
}
ul.newsinfo li span {
    display: inline-block;
    padding-left: 60px;
}
ul.newsinfo li p {
    display: inline-block;
    margin-left: 50px;
}
@media(max-width:796px){
	ul.newsinfo li a{
		padding: 10px 0;
		border-bottom: 1px solid #666464;
		display: block;
		width: 100%;
		background: none;
	}
	ul.newsinfo li span {
		padding-left: 0;
		display: block;
	}
	ul.newsinfo li p {
		margin-left: 0;
	}
}
@media(min-width:797px){
	ul.newsinfo li span::after {
		border-right: 1px solid #666464;
		content: "";
		display: inline;
		padding-left: 50px;
	}
}
@media(max-width:600px){
	.tab01-c01-tab-content li .tab01-c01-tab-content-list img{
		margin-right:2em;
	}
}
h3.___htitle_1{
	font-family: Yu Mincho;
	color: #243056;
	font-size: 22px;
	margin-bottom: 30px;
}
h3.___htitle_1._tac{
	text-align:center;
}
.___flexbox_1{
	display:flex;
	align-items:flex-start;
	justify-content: space-between;
}
.___flexbox_1 > picture{
	width:35%;
	max-width:350px;
}
.___flexbox_1 > picture img{
	max-width:100%;
}
.___flexbox_1 > div{
	width:60%;
}
.___flexbox_1 > div h3.___htitle_1{
	font-family: Yu Mincho;
	color: #243056;
	font-size: 22px;
	margin-bottom: 30px;
}
.___flexbox_1 > div p{
	text-align:left;
	margin:25px 0 0;
	padding:0;
}
@media(max-width:600px){
	.___flexbox_1{
		display:block;
	}
	.___flexbox_1 > picture{
		width:100%;
	}
	.___flexbox_1 > div{
		width:100%;
		margin-top:2em;
	}
}

@media(min-width:799px){
	.ad240404{
		display:flex;
		justify-content: space-between;
	}
	.ad240404 > picture{
		width:40%;
	}
	.ad240404 > div{
		width:55%;
	}
	.ad240404 > picture > img{
		width:auto!important;
		max-width:100%!important;
		margin:0!important;
	}
}

	