@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  word-break: break-all;
  color: #000000;
}

#seo {
  padding: 10px 0;
}
h1 {
  font-size: 10px;
  font-weight: normal;
  line-height: 100%;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #333;
}

a:hover,
a:active {
  text-decoration: underline;
  color: #57a113;
}

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

em {
  font-style: normal;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#wrapper {
 /* position: relative;*/
  margin: 0 auto;
/*  overflow: hidden;
*/  width: 100%;
  max-width: 768px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bg_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
  left: 0;
}

/* Toggle Button */

.nav-toggle {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 999;
  width: 70%;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

.nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0%;
  margin-left: 0%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background-color: #fff;
}

.nav-toggle span:nth-child(1) {
  top: 25%;
}

.nav-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.nav-toggle span:nth-child(3) {
  bottom: 25%;
}

/* #nav-toggle 切り替えアニメーション */

.open .nav-toggle span:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open .nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .nav-toggle span:nth-child(3) {
  top: 50%;
  margin-top: -2px;
  botttom: auto;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.page-top {
  right: 10px;
  width: 14.27vw;
  height: 14.89vw;
}

.nolink {
  pointer-events: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー（SP）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


#header {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 3.13vw;
  padding-right: 3.13vw;
  background-color: #fff;
}

#header .header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  /*transform: translateX(-50%);*/
  width: 100%;
  height: 50px;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.5;
  background-color: #fff;
}

#header #logo {
  max-width: 33vw;
  margin-right: auto;
  padding-left: 3.13vw;
}

#header #logo img {
  max-height: 50px;
}

#header .h_btn {
  font-size: 3.0rem;
  margin-right: 10px;
}

#header .h_btn i {
  color: #cecc2c;
}

.header__humb {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: 50px;
  background-color: #1c1c1c;
}

#header .catch {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 5px;
}

#header .catch span {
  color: #004ea2;
  font-weight: bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（SP）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.spnav {
  position: fixed;
  z-index: 999;
  background: #1c1c1c;
  top: 50px;
  width: 100%;
  height: calc(100vh - 50px);
  right: -100vw;
  overflow-y: auto;
}

.spnav #menu {
  position: relative;
}

.spnav #menu ul.subnav {
  display: none;
}

.spnav #menu ul.subnav li {
  background: #528d01;
}

.spnav #menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.spnav #menu li a i {
  margin-right: 7px;
}

.spnav #menu li .toggle {
  position: relative;
}

.spnav #menu li .toggle::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(-45deg);
  right: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.spnav #menu li a span {
  font-size: 12px;
}

.spnav_catch {
  padding: 15px;
  color: #ffffff;
  line-height: 2;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
  width: 100%;
  margin: 0 auto 120px;
}

.container {
  width: 100%;
  margin: 0 auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
  width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
  width: 100%;
  padding: 0 3.13vw;
}

#side a:link,
#side a:visited {}

#side a:hover,
#side a:active {}

#side .side_bloc {
  margin: 0 auto 20px;
}

#side .side_bloc p {
  padding: 0 5px;
}

#side .head {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.2;
}

#side .head span {
  font-size: 12px;
  color: #747373;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
}

.btn a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 36px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#side .btn_login a {
  margin: 0 20px 5px;
  background: #1c3c6f;
}

#side .btn_regist a {
  margin: 0 20px;
  background: #D88B00;
}

#side .btn_contact a {
  margin: 0 0 5px;
  background: #cecc2c;
  font-size: 14px;
}

#side .btn_contact a:hover {}

#side .bnr {
  width: 100%;
  margin: 10px auto;
}

#side .bnr ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#side .bnr ul li {
  margin: 0 0 10px;
  width: 48%;
}

#side .bnr ul li:last-child {
  margin: 0;
}

#side .bnr ul li img {
  vertical-align: top;
}

#side .side_content {
  margin: 0 auto 20px;
  padding-top: 15px;
}

#side .side_content ul {
  padding: 0 0 5px 0;
}

#side .side_content ul li {
  position: relative;
  margin: 0 5px 5px;
}

#side .side_content ul li::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: -moz-linear-gradient(90deg, rgb(26, 109, 178) 0%, rgb(29, 146, 195) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(26, 109, 178) 0%, rgb(29, 146, 195) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(26, 109, 178) 0%, rgb(29, 146, 195) 100%);
}


#side .side_content ul li a {
  position: relative;
  display: block;
  padding: 7px 0 7px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #002654;
  font-style: italic;
}

#side .side_content ul li a::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 87px;
  height: 57px;
  background-image: url(../images/side_ico_off.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#side .side_content ul li a:hover {
  color: #1D92C3;
}

#side .side_content ul li a:hover::after {
  background-image: url(../images/side_ico_on.png);
}

#side .side_content ul li span {
  display: block;
  font-size: 12px;
}

#side .side_bnr {
  margin: 0 auto 30px;
}

#side .side_bnr ul {}

#side .side_bnr ul li {
  margin: 0 0 5px;
}

#side .smenu {
  margin-bottom: 20px;
}

#side .smenu dl {
  padding: 10px;
  line-height: 1.5;
}

#side .smenu dl dt {
  position: relative;
  font-size: 12px;
  color: #1c3c6f;
  padding-left: 15px;
}

#side .smenu dl dt::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #1c3c6f;
}

#side .smenu dl dd {
  margin: 0 5px 5px;
  border-bottom: 1px dotted #ccc;
}

#side .smenu dl dd a {
  display: block;
  text-decoration: none;
}

#side .smenu dl dd a:hover {}

#side .fb {
  width: 210px;
  margin: 0 auto 10px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
  background: #e6f9ff;
  margin: 0 0 20px;
}

#side .side_regist .head {
  border: none;
  text-align: center;
  font-size: 18px;
}

#side .side_regist .head_ttl {
  border: none;
  font-size: 18px;
}

#side .side_regist .sub_ttl {
  padding: 10px;
  background: #f39800;
  margin: 0 0 10px;
  text-align: center;
}

#side .side_regist .item_num {
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 12px;
}

#side .side_regist .item_num li {
  border-bottom: 1px solid #ccc;
}

#side .side_regist .item_num span {
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
}

#side .side_regist .head::before {
  display: none;
}

#side .side_regist a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}


#side .side_blog {
  margin-bottom: 20px;
}

#side .side_blog dl {
  padding: 10px;
  line-height: 1.5;
}

#side .side_blog dl dt {
  position: relative;
  font-size: 12px;
  color: #1c3c6f;
  padding-left: 15px;
}

#side .side_blog dl dt::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #1c3c6f;
}

#side .side_blog dl dd {
  margin: 0 5px 5px;
  border-bottom: 1px dotted #ccc;
}

#side .side_blog dl dd a {
  display: block;
  text-decoration: none;
}

#side .side_blog dl dd a:hover {}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
  padding: 0 10px;
  margin: 0 auto 10px;
}

#side .link a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#side .link .head {
  margin: 0 auto 5px;
  border-left: 4px solid #747373;
}

#side .link ul {
  padding: 0 0 0 0;
}

#side .link ul li {
  margin: 0;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

#side .link ul li.marker a {
  position: relative;
  display: block;
  padding: 2px 0 2px 15px;
  text-decoration: none;
  text-align: left;
}

/*#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
	
}*/
#side .link ul li.marker a:hover {}

#side .link ul li img {
  max-width: 100%;
  vertical-align: top;
  padding: 2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
  margin: 0 auto 10px;
  line-height: 150%;
  padding: 10px;
}

#company_info .head {
  margin: 0 0 10px;
  padding-top: 5px;
  border-top: 4px solid #747373;
}

#company_info .photo {
  margin: 10px 0 10px;
  text-align: center;
}

#company_info .upper {
  /*background:#fff url(../images/side_company_top.jpg) no-repeat top;*/
}

#company_info h3 {
  font-size: 14px;
  margin: 0 0 5px;
  border-bottom: 1px solid #333;
}

#company_info h3 a {}

#company_info .addr {
  margin: 0 0 5px;
}

#company_info .side_tel {
  width: 100%;
  border: 1px solid #ddd;
  background: #fbfbfb;
  margin: 0 0 10px;
  padding: 8px;
  color: #747373;
  border-radius: 10px;
  box-sizing: border-box;
}

#company_info .side_fax {
  color: #041fb6;
}

#company_info .side_tel .tel_num {
  position: relative;
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}

#company_info .side_tel .fax_num {
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
}

#company_info .side_tel .tel_num span {
  color: #333;
}

#company_info .side_tel .tel_num span.tel-link {
  font-size: 2.0rem;
  color: #333;
}

#company_info .side_tel .fax_num span {
  font-size: 12px;
  color: #333;
}

#company_info .side_tel .acceptance {
  font-size: 13px;
  color: #333;
  text-align: center;
}

#company_info .btn {
  margin: 0 0 5px;
  text-align: center;
}

#company_info .licence {
  font-size: 11px;
  padding: 0 0 0 10px;
  line-height: 1.3;
}

.facebook {
  width: 280px;
  margin: 0 auto 10px;
}

.facebook a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
  display: none;
  margin-bottom: 10px;
}

#crumb ul {
  margin: 0 auto;
}

#crumb ul li {
  float: left;
  font-size: 12px;
}

#crumb ul li a {
  position: relative;
  margin-right: 2.5em;
  color: #dd3c4e;
}

#crumb ul li a::after {
  position: absolute;
  content: '';
  top: .5em;
  right: -1.5em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4c4b49;
  border-bottom: 1px solid #4c4b49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
  padding: 10px;
  text-align: right;
}

p.page-up {
  padding: 10px 0;
  text-align: right;
}

.page-up a {
  font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
  color: #fff;
  position: relative;
  background: #1c1c1c;
}

#footer::before {
  position: absolute;
  width: 100%;
  height: 18.76vw;
  top: -18.75vw;
  content: "";
  background-image: url("../../images/bottom_illust.png");
  background-repeat: repeat-x;
  background-size: cover;
}

#footer .footer {
  width: 100%;
  margin: 0 auto;
  padding: 25px 3.13vw;
}

#footer .left_bloc {
  order: 2;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#footer .left_bloc img {
  margin: 0 0 20px;
}

#footer .left_bloc p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 7px;
}

#footer .left_bloc p .tel-link {
  font-size: 1.8rem;
  line-height: 1.5;
}

#footer .left_bloc p .tel-link a {
  color: #fff;
}

#footer .right_bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 1;
  width: 100%;
  margin: 0 0 20px;
}

#footer #f_bnr {
  order: 1;
}

#footer #f_bnr li {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 7px;
}

#footer #f_bnr li.blog a {
  display: block;
  height: 70px;
  background: #fff url("../../images/ico_kokokara_blog.png") no-repeat 10px 8px;
  background-size: 30%;
  font-size: 14px;
  font-weight: bold;
  color: #fb2e02;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  padding-left: 100px;
  border-radius: 10px;
  padding-top: 30px;
}

#footer #f_bnr .blog a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#footer ul#f_navi {
  order: 2;
  margin: 20px 0;
  width: 100%;
}

#footer ul#f_navi li {
  width: 48%;
  line-height: 1.5;
}

#footer ul#f_navi li:nth-child(even) {
  display: none;
}

#footer ul#f_navi li a {
  display: block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

#footer ul#f_navi li a:hover {
  color: #f7f416;
  text-decoration: underline;
}

#footer address {}

#footer address a {
  color: #fff;
}

#footer address a:hover {
  color: #f7f416;
}

#footer ul#ico li {
  display: inline;
  float: right;
  margin: 0 0 0 5px;
}

#footer2 {
  color: #fff;
  background: #1c1c1c;
  text-align: right;
}

#footer2 a {
  color: #fff;
}

#footer2 a:hover {
  color: #f7f416;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
  color: #c00;
}

.blue {
  color: #36c;
}

/*太字*/
.bold {
  font-weight: bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
  clear: both;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


.left {
  float: left;
  display: inline
}

.right {
  float: right;
  display: inline
}

.text_r {
  text-align: right;
}

.center {
  text-align: center;
}

.img_l {
  float: left;
  margin-right: 10px;
}

.img_r {
  float: right;
  margin-left: 20px;
}

.btn_r {
  text-align: right;
}



.fa {
  margin-right: 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●ページャー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.pager {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}

.pager div {
  display: table-cell;
}
