@charset "utf-8";


{
  box-sizing: border-box;
}

.items {
  display: flex;
  justify-content: space-between;
}
.items .item {
  width: 37%;
}

.item-img{
  font-size: 30px;
}

.item-img1{
  font-size: 18px;
}

.item-img2{
  border: 1px solid #eeeeee;
  font-size: 30px;
  font-weight: bold;
}

body{
  color: #4d4d4d;
  font-size: 14px;
  font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "MS Pゴシック",sans-serif;
  line-height: 1.6;
  }

a{
  color: #007de1;
  transition: 0.5s;
}

a:hover{
  opacity: 0.7;
}

img{
  vertical-align: bottom;
}

#wrapper{
  margin: 0 auto;
  width: 960px;
}

header{
  padding-top: 15px;
  padding-bottom: 25px;
}

h1{
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
}

#header-logo img{
  width: 300px;
  height: 60px;
}

#news li{
  border-bottom: 1px dotted #aaaaaa;
  font-size: 20px;
  padding: 0.7em;
}

#gNav {
  margin-bottom: 25px;
}

#gNav ul {
 display: -webkit-flex;
 display: flex;
}

#gNav li{
  border-left: 1px solid #7dceec;
  height: 45px;
  text-align: center;
  width: 25%;
}

#gNav li:last-child{
  border-right: 1px solid #7dceec;
}

#gNav a {
  color: #4d4d4d;
  display: block;
  font-size: 15px;
  line-height: 2;
  height: 45px;
  text-decoration: none;
}

#gNav a:hover {
  background-color: #BDF5FE;
}

#gNav a span{
  color: #007de1;
  display: block;
  font-family: arial;
  font-size: 10px;
}

#gNav .current-menu-item a, #gNav .current-menu-item a span{
  background-color: #2AA8E5;
  color: #ffffff;
}


footer{
  background: #2AA8E5;
  color: #ffffff;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
}

footer-left{
  width: 300px;
}

footer-right{
  width: 610px;
}

#copyright{
  text-align: right;
  display: block;
}

#fNav {
  margin-bottom: 30px;
}

#fNav ul {
 display: -webkit-flex;
 display: flex;
 width:900px;
 margin-left: auto;
}

#fNav li{
 padding: 0 15px;
 border-right: 1px solid #ffffff;
 margin-left: auto;
}

#fNav li:last-child{
  border-right: none;
  padding-right: 0;
}

#fNav a{
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

#gNav a:hover {
  background-color: #ffffff;
  color: #2AA8E5;
  opacity:1;
}

#contents .inner{
  margin-bottom: 25px;
}

#main_visual{
  width: 100%;
}

h2 {
  background-color: #2aa8e5;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 25px;
  padding: 0.5em 1em;
}


#index li{
  border-bottom: 1px dotted #aaaaaa;
  padding: 0.5em;
}

#our-business{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.float img{
  float: left;
  padding-right: 1em;
}

.col-4{
  width: 28%;
}

.col-6{
  width: 44%;
}
.biz-box{
  padding: 0 25px;
  margin-bottom: 40px;
}

h3{
  font-size: 30px;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.biz-box h3{
  text-align: center;
}

.biz-box img{
  margin-bottom: 25px;
  width: 100%
}

#requirement{
  margin: 0 auto;
  width: 90%;
}

#requirement th, #requirement td{
  font-size: 17px;
  border: 1px solid #3AA8E5;
  padding: 1em;
}

#requirement th{
  white-space: nowrap;
  background-color: #2AA8E5;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#requirement tr:last-child th{
  border-bottom: : 1px solid #2AA8E5;
}

#requirementkouken{
  margin: 0 auto;
  width: 90%;
}

#requirementkouken th, #requirementkouken td{
  font-size: 17px;
  border: 1px solid #3AA8E5;
  padding: 1em;
}

#requirementkouken th{
  white-space: nowrap;
  background-color: #2AA8E5;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#requirementkouken tr:last-child th{
  border-bottom: : 1px solid #2AA8E5;
}

h4{
  font-size: 30px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #999999;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0.2em 1em;
}

h5 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  text-align: center;
  font-size: 25px;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

h6 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  font-size: 30px;
}

h6:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.triangle {
  width: 0;
  height: 0;
  border-top: 30px solid #4EA9D5;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  margin:auto;
}

#application{
  margin: 0 auto;
  width: 90%;
}

#application th, #application td{
  font-size: 17px;
  border: 1px solid #3AA8E5;
  padding: 1em;
}

#application th{
  white-space: nowrap;
  background-color: #2AA8E5;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#application tr:last-child th{
  border-bottom: : 1px solid #2AA8E5;
}

#application6{
  margin: 0 auto;
  width: 90%;
}

#application6 th, #application6 td{
  font-size: 17px;
  border: 1px solid #3AA8E5;
  padding: 1em;
}

#application6 th{
  white-space: nowrap;
  background-color: #2AA8E5;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#application6 tr:last-child th{
  border-bottom: : 1px solid #2AA8E5;
}
#office-prof{
  margin: 0 auto;
  width: 80%;
}

#office-prof th, #office-prof td{
  font-size: 17px;
  border: 1px solid #3AA8E5;
  padding: 1em;
}

#office-prof th{
  white-space: nowrap;
  background-color: #2AA8E5;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#office-prof tr:last-child th{
  border-bottom: 1px solid #2AA8E5;
}

#our-policy ol{
  margin-bottom: 30px;
}

#our-policy li{
  list-style: decimal inside;
}

#mail-form iframe{
  width: 100%;
  height: 1100px;
}

#location{
  padding: 4% 0;
}

#location .wrapper{
  display: flex;
  justify-content: space-between;
}

.location-info{
  width: 22%;
}

.location-info p{
  padding: 12px 10px;
}

.location-map{
  width: 74%
}

iframe{
  width: 100%;
}

p{
  font-size: 20px;
}

.time{
  font-size: 14px
}
.mark_01 {
background:linear-gradient(transparent 70%, #FFFF00 0%)
}

article{
  width: 74%;
}
aside{
  width: 22%
}

.news-contents{
  display: flex;
  justify-content: space-between;
  marjin-bottom: 50px;
}

.sub-title{
  font-size: 1.375rem;
  padding: 0 8px 8px;
  border-bottom: 2px #0bd solid;
  font-weight: normal;
}

aside p{
  padding: 12px 10px;
}

sub-menu{
  mergin-bottom:60px;
  list-style: none;
}
.sub-menu li{
  border-bottom: 1px #ddd solid;
}
.sub-menu a{
  color: #432;
  padding: 10px;
  display: block;
}
.sub-menu a:hover{
  color: #0bd;
}

@media only screen and (max-width: 400px) {
  .pc {
		display: none;
	}
	.sp {
		display: block;
	}
  img {
   max-width: 100%;
   height: auto;
  }
	#wrapper {
		width: 100%;
	}

	h1 {
		display: none;
	}

  .items {
    display: flex;
    justify-content: space-between;
  }
  .items .item {
    width: 50%;
  }

  .item-img{
    font-size: 20px;
  }

  .item-img2{
    border: 1px solid #eeeeee;
    font-size: 15px;
    font-weight: bold;
  }

	#contents .inner {
		padding: 0 0.5em;
	}
  #contents1 .inner {
    padding: 0 0.5em;
  }
  #contents2 .inner {
    padding: 0 0.5em;
  }
  #contents3 .inner {
    padding: 0 0.5em;
  }

	h2 {
		text-align: center;
		font-size: 16px;
	}

  h3 {
  		text-align: center;
  		font-size: 16px;
  	}

  h4 {
      text-align: center;
      font-size: 16px;
    }

  h5 {
  		text-align: center;
  		font-size: 16px;
  	}


  h6{
    text-align: center;
    font-size: 16px;
  }

	footer {
		display: block;
		padding: 25px 10px;
	}

	#footer-left {
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}


	#footer-right {
		width: 100%;
	}


	#copyright {
		text-align: center;
		font-size: 12px;
	}

  #news ul{
    display: block;
		width: 100%;
  }

	#fNav ul {
		display: block;
		width: 100%;
	}

	#fNav li {
		background-color: #ffffff;
		margin-bottom: 1px;
		position: relative;
		padding: 10px;
	}

	#fNav a {
		color: #2AA8E5;
		display: block;
	}

	#fNav li:after {
		background-color: #2AA8E5;
		border: 2px solid #ffffff;
		border-radius: 50%;
		content: '>';
		height: 20px;
		line-height: 20px;
		padding: 0;
		position: absolute;
		right: 7px;
		top: 10px;
		width: 20px;
		text-align: center;
	}


	#fNav li:last-child:after {
		content: '>';
	}

	#contents .inner #main_visual {
		padding: 0 0;
	}

	#our-business {
		display: block;
	}

  .col-4 {
		display: block;
		width: 100%;
	}

  .col-6{
    display: block;
    width: 100%;
  }

  .biz-box {
    padding: 0 0;
  }

  #requirement{
    width: 100%;
  }

  #requirementkouken{
    width: 100%;
  }

  #application{
    width: 100%;
  }

  #application6{
    width: 100%;
  }


	#office-prof {
		width: 100%;
	}

	#office-prof th, #office-prof td {
		display: block;
	}


	#office-prof th {
		border: 1px solid #eeeeee;
		border-radius: 4px;
		box-shadow: 1px 1px 1px #999999;
		font-weight: bold;
		padding: .2em 1em;
		background-color: #ffffff;
		color: initial;
		text-align: left;
	}

	#office-prof tr:last-child th {
		border-bottom: 1px solid #eeeeee;
	}

	#office-prof td {
		border: none;
	}

  #contents{
    width: 100%;
  }

 #mail-form{
   width: 100%;
 }


  #location .wrapper{
	  flex-direction: column;
  }

  .location-info,
  .location-map{
    width: 100%;
  }
  .news-contents{
    flex-direction: column;
  }
article,aside{
  width: 100%;
}

}
