@charset "utf-8";

body {
  line-height: 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  text-align: center;
  -webkit-text-size-adjust: none;
  margin: 0;
  margin-top: 0;
}

html {
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  color:#383837;
  position: relative;
  overflow-y: scroll;
}

.index {
  text-align: center;
  height: 100%;
  padding: 0px 0px;
  max-width: 780px;
  margin: 0 auto;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}
.page_ttl {
  background-color:#FF9838;
  padding: 30px 0;
}
.page_ttl p {
  color:#fff;
  font-size:30px;
  font-weight:bold;
}

@media screen and (max-width: 770px) {
.page_ttl p {
  font-size:7vw;
}
}

.index .pr_txt {
  height: auto;
  padding: 3% 0% 1% 2%;
  font-size: 12px;
  line-height: 170%;
  text-align: right;
  color: #6c6c6c;
  margin-right: 4%;
}
.index h1 {
  font-size:36px;
  font-weight:bold;
  line-height:1.2;
  text-align: center;
}
.conts_box {
  height: auto;
  padding: 3% 10% 2% 10%;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
  color: #000;
}
.conts_box img {
  width:100%;
}
.conts_box img.center {
  display:block;
  margin:30px auto;
}
.conts_box .txt {
  font-size:15px;
  line-height:1.9;
}
.conts_box span.bold{
  color:#FF4E00;
  font-weight:bold;
}

.index h2.org_solid {
  font-size:26px;
  color:#fff;
  background-color:#FF9D5A;
  font-weight:bold;
  text-align:center;
  padding: 15px 0;
  margin: 40px 0 20px;
}
.index h2.org_marks {
  font-size:22px;
  color:#FF9638;
  background-color:#FFFCD4;
  border:solid #FF9638 ;
  border-width:1px 1px 1px 18px;
  font-weight:bold;
  padding: 15px 0px 15px 10px;
  margin: 40px 0 30px;
}
.index h2.org_line {
  font-size:22px;
  color:#FF9638;
  background-color:#FFFCD4;
  border: 1px solid #FF9638;
  font-weight:bold;
  text-align:center;
  padding: 15px 0;
  margin: 40px 0 20px;
}
.index h3 {
  font-size:18px;
  color:#FF9638;
  font-weight:bold;
  margin: 40px 0 20px ;
}
.btn_box{
  padding: 5% 0 ;
}
.btn_box img {
  display:block;
  margin:10px 0 ;
}
.btn_box img:hover {
  opacity: 0.7 ;
}
.company {
  height: auto;
  padding: 3% 5% 3% 5%;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  color: #000;
}
.company a {
  color:#2660a1;
  text-decoration:underline;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content:space-between
}

.flexwrap_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-2 {
  width:49%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:35px auto 10px;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #FF9638;/*矢印の色*/
    border-right: 3px solid #FF9638;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:25px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:6px;/*ドットボタンのサイズ*/
    height:6px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 480px) {
  .conts_box {
    padding: 3% 5% 2% 5%;
  }
  .index h1 {
    font-size:22px;
    font-weight:bold;
    line-height:1.2;
    text-align: center;
  }
  .col-2 {
    width:100%;
  }
}
