/* CSS Document */
/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 element {
 	font-size: 93%;
 }
 ------------------------------------------------------------*/
body {
	/*background-image: url(../images/bk_img.png);*/
	margin:0;
	padding:0;
	color:#000;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
}

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

a:hover,a:active {
	/*color: #fff;*/
	color: #999; !important;
	/*text-decoration:underline;*/
}

a.simplelink:hover {
	color: #999; !important;
	/*text-decoration: none;*/
}


.down-link{
  color: #1d2088 !important;
  font-size: 20px;
  font-weight: bold;
}

.down-link:hover{
  color: #00a0e9 !important;
}

a.btn_12 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
    margin-right: 10px;
}
a.btn_12::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/asisutan.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_12 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_12 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_12:hover {
  color: #ffffff;
  background-color: #FFC107;
}

a.btn_11 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
    margin-right: 10px;
}
a.btn_11::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/domain.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_11 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_11 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_11:hover {
  color: #ffffff;
  background-color: #FFC107;
}

a.btn_10 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
    margin-right: 10px;
}
a.btn_10::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/hpshosyu.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_10 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_10 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_10:hover {
  color: #ffffff;
  background-color: #FFC107;
}

a.btn_08 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
    margin-right: 10px;
}
a.btn_08::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/ser.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_08 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_08 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_08:hover {
  color: #ffffff;
  background-color: #FFC107;
}

a.btn_09 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #FFC107;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
    margin-right: 10px;
}
a.btn_09::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/gw.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_09 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_09 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_09:hover {
  color: #ffffff;
  background-color: #FFC107;
}

.title_bk_dow {
    background: url(../images/download_header.png)no-repeat;
    height: 200px;
    width: 1200px;
    margin: 0 auto;
}

.clear {
	clear: both;
}

#main{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.bk {
	background-image: url(../images/back.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 1000px;
}

.phone-area {
	display: none;
}

.pc-area {
	display: block;
}

#head {
	padding: 12px 0px 120px 0;
}

.head_inner {
	width: 940px;
	margin: 0 auto;
	/*margin-top: 12px;*/
	text-align: center;
}

.head_inner a {
	margin: 0 20px;
	font-size: 16px;
	letter-spacing: 2.5px;
}

.news {
    margin-top: 30px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 800px;
    margin: 0 auto;
    font-family: "Yu Gothic", YuGothic;
}

.news dl {
    margin: 0;
}

.news .date {
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 108%;
}

.newsmore {
    text-align: right;
    padding: 30px 0 0 0;
}

.news dt {
    width: 150px;
    font-size: 1em;
    line-height: 150%;
    display: block;
    float: left;
    clear: left;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.news dd {
    font-size: 1em;
    line-height: 150%;
    border-bottom: 2px #CCCCCC dotted;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 10px;
    padding-left: 230px;
}

ul {
    margin: 0 auto;
    line-height: 28px;
    text-align: right;
    display: inline;
}

li {
	list-style: none;
}

hr {
	border-bottom: solid 1px #8b8b8b;
}



.left {
	text-align: left;
}

/*index.html ーーーーーーーーーーーーーーーーーーーーーー*/

.top img {
	width: 100%;
}

.con01 {
	text-align: center;
}

.con01-p {
	width: 800px;
	margin: 0 auto;
	    padding: 70px 0;
}

.con01 p {
	font-size: 16px;
	text-align: left;
	line-height: 36px;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border2:hover {
  background: #67c5ff;
  color: white;
}

.phone_out2{
		display: block !important;
	}

.phone_out{
    display: block !important;
  }

  .dib-a{
    /*display: inline-block;*/
    padding-right: 20px
  }

  

  .dib-b{
    /*display: inline-block;*/
    vertical-align: top;
  }

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

.name {
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-size: 30px;
    text-align: right;
}

.name span {
    font-size: 16px;
    margin-right: 15px;
}

.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 90px;
    float: left;
   
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
        background: #F4DA24;
    position: absolute;
    left: 86px;
    top: 10px;
    border-radius: 100%;
  }

/* for Desktop */



.pc_out{
	display: none !important;
}


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

  .timeline-content:before {
        top: 18px;
  }

  .timeline-content:before{
    left: 106px;
  }

  .timeline-date {
    width: 110px;}

	.pc_out{
		display: block !important;
	}

	.phone_out{
		display: none !important;
	}

  .news {
    margin-top: 30px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    font-family: "Yu Gothic", YuGothic;
  }

  .news-box img{
  	width: 80% !important;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 120px;
}

  .footer_inner {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .ad3 img{
    width: 40%;
  }

	.nomal{
		width: auto !important;
	}

  .tbl-r04 {
    width: 80%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  
  .tbl-r04 tr {
    margin-bottom: 40px;
  }

  #main{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .con01-p {
    width: 90%;
  }

    img{
      width: 100%;
    }

    .pan {
    font-size: 1.5em;}

    .head_test{
      font-size: 2.2em;
    }

    p
    {
          font-size: 1.8em  !important;
          line-height: 1.6em !important;
    }

    .logo p
    {
          font-size: 1.8em;
    }

    .btn-square a{

    }


    .btn-square{
      width: 100%;
      text-align: center;
      padding: 10px 0;
    }

    .ad2{
      padding-right: 0px; 
    }

    h2 {
    font-size: 1.8em;}

    .com_th{
      width: 25%;
    }

    .com_tb{
      font-size: 1.8em;
    }

    .contact_table tbody{
      font-size: 1.8em;
    }

    .toriatu{
          font-size: 1.8em;
    }


  

}



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

 .timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline-content:before{
  background: none;
}

.timeline-content{
  border-left: none; 
    padding-left: 0px;
}

}





