﻿@charset "UTF-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*-------------------------------------------------------------------------
変数
-------------------------------------------------------------------------*/
/* 暗い青 */
/* 濃い青 */
/* 淡い青 */
/* 明るい青 */
/* 青 */
/* 濃い灰色 */
/* 灰色 */
/* 薄い灰色 */
/* オレンジ */
/* 緑 */
/* 茶 */
/* 黄 */
/*-------------------------------------------------------------------------
mixin
-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 14px "メイリオ", Meiryo, "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

textarea {
  resize: none;
}

/* リンク設定 */
a {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
}
a:hover {
	position:relative;
	top:1px;
	left:1px;
}

/* ヘッダー
***************************************************************/
header {
  background: #fff;
  margin-bottom:20px;
}
header nav {
  color: #fff;
  background: #181c68;
}
header nav a {
  display: block;
}

@media screen and (min-width: 769px) {
  header nav ul {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    margin: 0 auto;
    width: 960px;
  }
  header nav li {
    -webkit-flex-grow: 4;
    -ms-flex-grow: 4;
    -moz-flex-grow: 4;
    -o-flex-grow: 4;
    flex-grow: 4;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #fff;
  }
  header nav li:first-child {
    border-left: 0;
  }

  .head-logo {
    margin: 0 auto;
    width: 960px;
  }

  .head-img {
    margin: 0 auto;
    padding: 20px 0;
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  header li {
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .head-img img {
    width: 100%;
  }
}
/* メイン
***************************************************************/
#container {
  background: #f7f7f7;
}

h1 {
  margin-bottom: 20px;
  font-size: 16px;
}

.box0 h2 {
  font-size: 24px;
  color: #fff;
  background: #007ac5;
}
.box0 h2:before {
  content: "";
  margin: 0px 10px;
  width: 5px;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  vertical-align: middle;
}

.box1-v1 {
  margin-bottom: 30px;
}
.box1-v1 dl {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.box1-v1 dt {
  margin-right: 5px;
}
.box1-v1 dt p {
  padding: 0 3px;
  color: #fff;
}

.back-o {
  background: #f29712;
}

.back-db {
  background: #4c5aa6;
}

.back-g {
  background: #258c3a;
}

.back-b {
  background: #003591;
}

.back-br {
  background: #773d00;
}

.back-pu {
  background: #800080;
}

.box1-v6 section {
  margin-bottom: 10px;
}

.box1-v7 p {
  margin-bottom: 20px;
}

.box1-v6v2 {
  border: 1px solid #007ac5;
  display: inline-block;
}
.box1-v6v2 h4 {
  padding: 0 3px;
  color: #fff;
  background: #007ac5;
  display: inline-block;
}
.box1-v6v2 ul {
  padding: 5px;
}

.box1-v6v3 strong {
  padding: 5px 10px;
  color: #fff;
  background: #007ac5;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.box1-v6v3 strong span {
  font-size: 12px;
  font-weight: normal;
}

.box1-v6v3h2 {
  margin-left: 10%;
  display: block;
}

.box1-v2, .box1-v3.box1-v4, .box1-v5, .box1-v6, .box1-v7 {
  margin-bottom: 30px;
}

.box2 {
  color: #fff;
  background: #a5a5a6;
  font-size: 16px;
}

.box3 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}
.box3 h3 {
  margin-bottom: 10px;
}

.link-btn p {
  background: #f29712;
  display: inline-block;
  margin-bottom:5px;
  border-radius:3px;
}
.link-btn p a {
  padding: 3px 10px;
  display: block;
}

.top-btn {
  text-align: right;
}
.top-btn a {
  display: block;
}
.box3-v1 {
	margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #container {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    margin: 0 auto;
    width: 960px;
  }

  #main {
    margin: 0 30px 50px 0;
    padding-top: 20px;
    width: 600px;
  }

  .box1, .box3 {
    padding: 20px 10px 0;
  }

  .box1-v3 {
    margin-bottom: 30px;
  }

  .box1-v4 {
    margin-bottom: 30px;
  }
  .box1-v4 img {
    width: 100%;
  }
  .box3-v1 a {
	  background:url(../img/request-btn2.png) no-repeat;
	  display:block;
	  width:570px;
	  height:120px;
	  margin:10px auto;
  }
}
@media screen and (max-width: 768px) {
  #main {
    margin: 0 10px;
    padding-bottom: 30px;
  }

  .box0 {
    margin-bottom: 20px;
  }

  .box1-v1 dt {
    width: 20%;
  }
  .box1-v1 dt p {
    display: inline-block;
  }
  .box1-v1 dd {
    width: 80%;
  }

  .box1-v2 img {
    width: 100%;
    height: auto;
  }

  .box1-v3 {
    margin-bottom: 30px;
  }
  .box1-v3 img {
    width: 100%;
    height: auto;
  }

  .box1-v4 {
    margin-bottom: 30px;
  }
  .box1-v4 img {
    width: 100%;
    height: auto;
  }

  .box1-v6v3 span {
    display: block;
  }

  .box2 h2 {
    margin-bottom: 20px;
  }

  .link-btn p {
    margin-bottom: 10px;
  }
  .box3-v1 a {
	  background:url(../img/request-btn.png) no-repeat;
	  display:block;
	  width:315px;
	  height:145px;
	  margin:0 auto;
  }
}
/* サイド
***************************************************************/
#side {
  background: #f0f0f0;
}
#side h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 16px;
}
#side h3 {
  margin-bottom: 10px;
  padding: 0 3px;
  color: #fff;
  display: inline-block;
}
#side ul {
  margin-bottom: 20px;
}
#side li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
#side a {
  color: #000;
}

.box4-v1 h3 {
  background: #f29712;
}

.box4-v2 h3 {
  background: #4c5aa6;
}

.box4-v3 h3 {
  background: #258c3a;
}

.box4-v4 h3 {
  background: #003591;
}

.box4-v5 {
  margin-bottom: 20px;
}

.box4-v6 {
  background: #fffcee;
}
.box4-v6 h3 {
  background: #773d00;
}
.box4-v7 h3 {
  background: #b22222;
}

@media screen and (min-width: 769px) {
  .pure-toggle {
    display: none;
  }

  #side {
    padding-top: 20px;
    width: 330px;
  }
  #side ul {
    padding: 0 20px;
  }
  #side .box4-v6 {
    margin: 0 10px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #side ul {
    margin: 0 10px 20px;
  }

  .box4-v5 img {
    width: 100%;
  }
}
/* フッター
***************************************************************/
footer {
  padding-bottom: 20px;
  color: #fff;
  background: #181c68;
  text-align: center;
}
footer p {
  padding-top: 10px;
}
