@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  /* 	overflow-x: hidden; */
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.clearfix, .wrapper, .main_wrapper, .slide_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after, .slide_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.6;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

.fixed {
  /* 	position:fixed;
	z-index:1000;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	width: 100%; */
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.content_block {
  padding: 70px 0px 0px;
}

.sub__wrap {
  max-width: 760px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
}

.point {
  background: #f5f7fa;
  text-align: center;
  font-size: 1.14rem;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.6;
}

.common_btn {
  width: 100%;
  max-width: 310px;
  background: url(../img/button_bg.png) no-repeat top left #000;
  display: block;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  color: #FFF;
  font-size: 114%;
  margin: 20px auto 0px;
  font-family: "Times New Roman", Times, serif;
  transition: .5s all;
}

.common_btn:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 114%;
  position: absolute;
  left: 20px;
  top: 22px;
  transition: .5s all;
}

.common_btn:hover {
  opacity: 0.7;
}

.common_btn:hover:after {
  left: 10px;
}

.img__ttl_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img__ttl_list .w50 {
  width: 48%;
}

.img__ttl_list .w30 {
  width: 32%;
}

.img__ttl_list li .copy {
  font-size: 94%;
  position: relative;
  text-align: center;
  padding-top: 8px;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist {
  margin-bottom: 15px;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.checklist li {
  padding-left: 22px;
  margin-bottom: 15px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 100%;
  text-align: left;
}

.checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ED1C24;
}

.checklist li:last-child {
  margin-bottom: 0px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wrapper, .main_wrapper {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

header {
  background: #FFF;
  margin: 0px auto;
  width: 100%;
}

header .tagline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .tagline .logo {
  padding: 25px;
}

.top header {
  width: 1700px;
}

.top__main {
  width: 1700px;
  margin: 0px auto;
  background: url(../img/map.png) no-repeat top center;
  min-height: 900px;
  position: relative;
}

.top__main .america {
  position: absolute;
  left: 240px;
  top: 90px;
}

.top__main .s_america {
  position: absolute;
  left: 370px;
  top: 290px;
}

.top__main .eu {
  position: absolute;
  left: 740px;
  top: 115px;
}

.top__main .china {
  position: absolute;
  left: 1050px;
  top: 150px;
}

.top__main .jp {
  position: absolute;
  left: 1210px;
  top: 170px;
}

.top__main .nation .red {
  background: #ED1C24;
}

.top__main .nation .orange {
  background: #E7B220;
}

.top__main .nation .blue {
  background: #0089D0;
}

.top__main .nation a {
  display: block;
}

.top__main .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-family: Arial,sans-serif;
  color: #FFF;
  position: relative;
  text-align: center;
  font-size: 144%;
  border: 4px solid #FFF;
  transition-duration: 0.3s;
}

.top__main .circle:hover {
  transform: translate(0px, 10px);
}

.top__main .circle:after {
  content: "";
  width: 4px;
  height: 80px;
  position: absolute;
  bottom: -80px;
  /*親要素を起点に上から50%*/
  left: 50%;
  /*親要素を起点に左から50%*/
  transform: translateX(-50%);
  /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateX(-50%);
  background: #FFF;
}

.top__main .circle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top__main .circle .inner p {
  line-height: 1.1;
}

.top__main .copy {
  font-family: Arial,sans-serif;
  position: absolute;
  bottom: 10%;
  left: 50px;
  color: #FFF;
}

.top__main .copy h1 {
  font-size: 384%;
  margin-bottom: 60px;
}

.top__main .copy .sub_ttl {
  font-size: 164%;
  margin-bottom: 10px;
}

footer .copy_right {
  text-align: center;
  font-size: 0.94rem;
  padding: 50px 0px;
  font-family: Arial,sans-serif;
}

footer .copy_right span {
  font-size: 0.8rem;
}

.top .copy_right {
  width: 1700px;
  margin: 0px auto;
}

/*/////////// Slick Slider ////////////*/
.slide {
  position: relative;
}

.slide .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-size: 184%;
  line-height: 1.5;
  color: #FFF;
  z-index: 5;
}

.slide .inner p span {
  font-family: 'Century Gothic','Futura',san-serif;
  font-size: 144%;
}

.slide .inner .black {
  color: #000;
  text-shadow: none;
}

.slide_wrapper {
  max-width: 2000px;
  margin: 0px auto 0px;
  display: none;
}

.slide_wrapper img {
  width: 100%;
}

.slide_wrapper.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.slick-slide .caption {
  transition: .3s ease;
  -webkit-transform: translate(0, 0);
}

.slick-current .caption {
  animation: slideFromRight 1.75s ease 0s 1 normal;
}

@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.simply-scroll-container {
  position: relative;
  margin-top: 40px;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 233px;
  /* 崩れる場合にはこちらも設定 */
}

.simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 350px;
  height: 233px;
  margin: 0 30px 0px 0px;
  padding: 0;
}

.simply-scroll-list li img {
  display: block;
}

.news {
  background: #FFF;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial,sans-serif;
}

.news .date {
  text-align: right;
  padding-bottom: 10px;
}

.catalog {
  width: 100%;
  background: #F0F2EF;
  padding: 100px 0px;
}

.catalog .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.catalog .main .box {
  width: 48%;
}

.catalog .main .content {
  background: #FFF;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial,sans-serif;
  min-height: 622px;
}

.catalog .main .content .txt {
  line-height: 1.5;
  font-size: 124%;
  margin-bottom: 40px;
}

.catalog .main .content .download {
  border: 1px solid #DDDDDD;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.catalog .main .content .download:last-child {
  margin-bottom: 0px;
}

.catalog .main .content .download .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.catalog .main .content .download .box .left {
  width: 25%;
}

.catalog .main .content .download .box .left p {
  padding-top: 5px;
}

.catalog .main .content .download .box .right {
  width: 70%;
}

.catalog .main .content .download .box .right ul {
  display: flex;
  flex-wrap: nowrap;
}

.catalog .main .content .download .box .right ul li:first-child {
  margin-right: 20px;
}

.catalog .main .content .download .box .right ul li:last-child {
  margin-right: 0px;
}

.ttl {
  font-size: 224%;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Times New Roman", Times, serif;
}

.middle_ttl {
  margin-bottom: 50px;
  position: relative;
  font-size: 204%;
  padding-bottom: 20px;
  text-align: center;
}

.middle_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1px solid #ED1C24;
  width: 40px;
  margin-top: 2.15em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sm_ttl {
  background: #ED1C24;
  padding: 10px;
  font-size: 1.08rem;
  margin-bottom: 20px;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
}

.local_ttl {
  margin-bottom: 25px;
  border-left: 2px solid #ED1C24;
  font-weight: bold;
  font-size: 1.34rem;
  padding: 10px 0px 10px 20px;
  line-height: 1.6;
}

.secondary_sm_ttl {
  font-size: 1.20rem;
  line-height: 1.4;
  color: #ED1C24;
  margin-bottom: 20px;
}

.secondary_tiny_ttl {
  font-size: 1.08rem;
  line-height: 1.4;
  color: #ED1C24;
  margin-bottom: 10px;
}

.local_text {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #ED1C24;
  margin-bottom: 25px;
}

.local_lead {
  font-size: 114%;
  max-width: 760px;
  margin: 0px auto;
  text-align: left;
  line-height: 2;
}

.pdf_list li {
  padding: 5px 0px 10px 40px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1.5px dotted #CCC;
  background: url("../img/pdf.png") no-repeat 0px -3px;
  font-size: 0.84rem;
  margin-bottom: 10px;
}

.pdf_list li a {
  display: block;
}

.top_news {
  position: absolute;
  width: 310px;
  right: 0px;
  top: 20px;
}

.top_news .red {
  background: #ED1C24;
}

.top_news .orange {
  background: #E7B220;
}

.top_news .blue {
  background: #0089D0;
}

.top_news .btn {
  width: 100%;
  background: url(../img/button_bg.png) no-repeat top left #000;
  display: block;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  color: #FFF;
  font-size: 134%;
  font-family: "Times New Roman", Times, serif;
  transition: .5s all;
}

.top_news .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 114%;
  position: absolute;
  left: 20px;
  top: 22px;
  transition: .5s all;
}

.top_news .btn:hover {
  opacity: 0.7;
}

.top_news .btn:hover:after {
  left: 10px;
}

.top_news .sub_ttl {
  background: #FFF;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 25px 0px;
  position: relative;
  font-size: 154%;
}

.top_news .sub_ttl:after {
  content: "";
  background: #CCC;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 1px;
}

.top_news ul {
  margin-bottom: 20px;
}

.top_news ul li {
  background: #EEEEEE;
  border-bottom: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  transition: .5s all;
}

.top_news ul li:hover {
  background: #ddd;
}

.top_news ul li a {
  display: block;
}

.top_news ul li dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  font-size: 90%;
}

.top_news ul li dl dt {
  width: 25%;
}

.top_news ul li dl dt p {
  color: #FFF;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}

.top_news ul li dl dd {
  width: 72%;
}

.top_news ul li dl dd p {
  padding-top: 7px;
  line-height: 1.5;
}

.img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.img_wrap:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.second__mt {
  padding-top: 50px;
  position: relative;
}

.large__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.large__column .l {
  width: 65%;
}

.large__column .s {
  width: 30%;
}

.half__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.half__column .box {
  width: 48%;
  margin-bottom: 25px;
}

.three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.three__column .box {
  width: 32%;
  margin-bottom: 25px;
}

.three__column .box img {
  max-width: 100%;
}

.top_main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top_main .box {
  width: 50%;
}

.top_main .right {
  position: relative;
  overflow: hidden;
  color: #FFF;
}

.top_main .right .sub_ttl {
  font-size: 1.54rem;
  margin-bottom: 30px;
}

.top_main .right .inner {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 20%;
}

.top_main .right:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.top_main .right img {
  width: 100%;
  transition-duration: 0.5s;
}

.top_main .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_main .left ul li {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.top_main .left ul li:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.top_main .left ul li img {
  width: 100%;
  transition-duration: 0.5s;
}

.top_main .left ul li a {
  display: block;
}

.top_main .left ul li .inner {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 1.3rem;
  color: #FFF;
}

.top_main .left ul li .inner:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 1.6rem;
}

.top_main .left ul li:last-child {
  width: 100%;
}

.news_box {
  box-sizing: border-box;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0px auto;
  border-top: 1px solid #CCC;
}

.news_box dl dt {
  padding: 20px 20px;
  box-sizing: border-box;
  width: 20%;
  color: #888888;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt .blue {
  background: #BFDFFF;
}

.news_box dl dt .orange {
  background: #FFD24D;
}

.news_box dl dt .green {
  background: #AFEA00;
}

.news_box dl dt span {
  display: inline-block;
  padding: 4px 0px;
  width: 100px;
  text-align: center;
  color: #5B5C5E;
  font-size: 84%;
}

.news_box dl dd {
  color: #888888;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 22px 20px;
  color: #5B5C5E;
}

.news_box dl dd span {
  display: inline-block;
  padding-left: 25px;
}

.news_box dl dd a {
  text-decoration: none;
  color: #888888;
}

.flow .arrow {
  text-align: center;
  padding: 20px 0px;
  font-size: 400%;
  color: #ED1C24;
}

.flow .goal {
  background: #f5f7fa;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.flow .goal .sub_ttl {
  color: #ED1C24;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow .box {
  border-bottom: 1px solid #CCC;
  padding-bottom: 0px;
}

.flow .box:last-child {
  margin-bottom: 80px;
}

.flow .box .inner {
  padding: 30px 0px;
}

.flow .box .inner .end {
  font-size: 0.84rem;
  padding-top: 10px;
}

.flow .box .inner .sub_ttl {
  margin-bottom: 20px;
}

.flow .box .inner .sub_ttl ul {
  display: flex;
  flex-wrap: nowrap;
}

.flow .box .inner .sub_ttl ul li:first-child {
  border-radius: 5px;
  background: #ED1C24;
  padding: 5px 15px;
  color: #FFF;
  font-family: 'arial',serif;
  font-size: 114%;
}

.flow .box .inner .sub_ttl ul li:first-child span {
  font-size: 124%;
}

.flow .box .inner .sub_ttl ul li:last-child {
  padding: 5px 0px 0px 20px;
  font-size: 134%;
  font-weight: bold;
  color: #ED1C24;
}

.duration_rate {
  background: #F3F3F3;
  padding: 40px;
  box-sizing: border-box;
  color: #888888;
  text-align: center;
  line-height: 1.0;
}

.duration_rate .icon {
  text-align: center;
  font-size: 424%;
}

.duration_rate .rate {
  color: #ED1C24;
  font-size: 500%;
  font-weight: bold;
}

.duration_rate .rate span {
  font-size: 50%;
  padding-top: 30px;
}

.reason {
  background: url(../img/r-page-bg.jpg) top center;
  background-size: cover;
  width: 100%;
  padding: 5rem;
  box-sizing: border-box;
}

.reason .contact_area {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 100px 50px;
  text-align: center;
}

.reason .contact_area .txt {
  font-size: 134%;
  margin-bottom: 30px;
}

.reason .contact_area .btn {
  background: #ED1C24;
  display: block;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
  transition: all .2s;
}

.reason .contact_area .btn:hover {
  opacity: 0.75;
}

.reason .phone_area {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  margin-top: 80px;
}

.reason .phone_area .left {
  width: 40%;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
  padding: 70px 30px;
}

.reason .phone_area .right {
  width: 60%;
  box-sizing: border-box;
  padding: 70px 30px;
}

.reason .phone_area .right .sub_ttl {
  font-family: 'Oswald';
  font-weight: 400;
  text-align: center;
  font-size: 240%;
}

.reason .phone_area .right a {
  text-decoration: none;
  color: #000;
}

.reason .phone_area .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason .content {
  width: 100%;
}

.reason .content .outer {
  width: 100%;
  background: #FFF;
  padding: 5rem;
  box-sizing: border-box;
}

.reason .content .main__ttl {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 100px 50px;
}

.reason .content .main__ttl h2 {
  font-size: 4rem;
  z-index: 3;
  font-family: arial, sans-serif;
  color: #000;
}

.reason .content .main__ttl h2 .main_copy {
  font-size: 34%;
}

.reason .content .main__ttl h2 .sub_copy {
  font-size: 26%;
  display: block;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.privacy .name {
  text-align: right;
}

.sub__wrap {
  max-width: 960px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}

.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.policy article ul li:first-child {
  min-width: 240px;
}

.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.message {
  padding-bottom: 40px;
}

.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 350px;
}

.message ul .pic img {
  width: 100%;
}

.message ul .pic .name {
  background: #ED1C24;
  box-sizing: border-box;
  padding: 10px;
  font-size: 144%;
  color: #FFF;
}

.message ul .pic .name img {
  width: 100px;
}

.message ul .pic .name span {
  font-size: 54%;
}

.message ul .txt {
  width: 74%;
  padding-left: 40px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.alert li {
  padding-left: 18px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.8rem;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.image__list_ttl ul {
  display: flex;
  flex-wrap: wrap;
}

.image__list_ttl ul li {
  width: 25%;
  margin-bottom: 25px;
  position: relative;
  margin-right: 5%;
  text-align: center;
}

.image__list_ttl ul li .copy {
  position: relative;
  box-sizing: border-box;
  color: #ED1C24;
  margin-top: 10px;
  text-align: center;
}

.local__tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.local__tbl table tr {
  width: 100%;
}

.local__tbl table th, .local__tbl table td {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #CCC;
  font-size: 90%;
}

.local__tbl table tbody {
  text-align: left;
}

.local__tbl table tbody th {
  background-color: #f9fbfe;
  text-align: left;
  width: 30%;
  vertical-align: middle;
}

.local__tbl table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
}

.local__tbl table tbody td p {
  margin-bottom: 15px;
}

.history_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.history_tbl tr {
  width: 100%;
}

.history_tbl th, .history_tbl td {
  box-sizing: border-box;
  padding: 20px 10px 20px 10px;
  font-size: 0.94rem;
  border-bottom: 1px solid #CCC;
}

.history_tbl th {
  color: #000;
  text-align: left;
  width: 25%;
  font-weight: 500;
}

.history_tbl td {
  line-height: 1.6;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.tbl tr {
  width: 100%;
}

.tbl th, .tbl td {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 0.94rem;
}

.tbl tbody {
  text-align: left;
}

.tbl tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 40%;
}

.tbl tbody td {
  background: white;
}

.tbl tbody td p {
  margin-bottom: 15px;
}

.company_tbl {
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  padding: 0px 20px;
}

.company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 100%;
}

.company_tbl table th {
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}

.company_tbl table td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.company_tbl table td p {
  line-height: 1.7;
}

.company_tbl table ul li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.company_tbl table ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.company_tbl table ul li:last-child {
  margin-bottom: 0px;
}

.company_tbl table ul li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .consent {
  text-align: center;
  margin-bottom: 30px;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #ED1C24;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact .consent label {
  display: block;
  position: relative;
  padding-left: 1em;
}

.contact .consent label input {
  position: absolute;
  margin-top: .4rem;
  margin-left: -1.25rem;
}

.contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .list .box {
  border: 1px solid #2A5B88;
  margin-bottom: 30px;
  width: 48%;
}

.contact .list .box .sub_ttl {
  background: #F3F3F3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  font-size: 134%;
}

.contact .list .box .inner {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.contact .list .box .inner p {
  margin-bottom: 30px;
}

.contact .list .btn {
  width: 100%;
  background: #2A5B88;
  color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: .5s all;
  position: relative;
}

.contact .list .btn:hover {
  opacity: 0.7;
}

.contact .list .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.contact .list .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 184%;
  top: 12px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 32%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.94rem;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td span {
  display: inline-block;
  vertical-align: bottom;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #ED1C24;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
}
