@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:767px) {
  button.drawer-toggle {
    display: none;
  }
}
@media print {
  drawer-toggle {
    display: none;
  }
}
nav.drawer-nav {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  z-index: 9999;
  background: #f39800;
  height: 50px;
}
}
nav.drawer-nav:before {
  /*content :"　";
	background: url(../img/nav_border.png) repeat-x 50% 0;
height: 20px;
width: 100%;
display: block;
	position: absolute;
	top: -18px;*/
}
nav.drawer-nav ul.drawer-menu {
  width: 1080px;
  margin: 0 auto;
  overflow: visible;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 0;
}
nav.drawer-nav ul.drawer-menu > li {
  width: fit-content;
  list-style: none;
  text-align: center;
  transition-property: all;
  transition: 0.3s linear;
  border-left: 1px dashed #fff;
  line-height: 50px;
  vertical-align: baseline;
  position: relative;
  padding: 0 10px;
}

nav.drawer-nav ul.drawer-menu > li a{
    width: 100%;
}

nav.drawer-nav ul.drawer-menu > li a::before{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding-top: 0;
    position: relative;
    top: 3px;
}

nav.drawer-nav ul.drawer-menu > .nav03 a::before{
    background-image: url(../img/icon_gnav_03.png);
    width: 24px;
    height: 24px;
    top: 5px;
}

nav.drawer-nav ul.drawer-menu > .nav04 a::before{
    background-image: url(../img/icon_gnav_04.png);
    width: 26px;
    height: 26px;
    top: 7px;
}

nav.drawer-nav ul.drawer-menu > .nav06 a::before{
    background-image: url(../img/icon_gnav_06.png);
    width: 26px;
    height: 24px;
    top: 6px;
}

nav.drawer-nav ul.drawer-menu > .nav07 a::before{
    background-image: url(../img/icon_gnav_01.png);
    width: 24px;
    height: 22px;
}

nav.drawer-nav ul.drawer-menu > .nav02 a::before{
    background-image: url(../img/icon_gnav_02.png);
    width: 26px;
    height: 24px;
    top: 5px;
}

nav.drawer-nav ul.drawer-menu > .nav08 a::before{
    background-image: url(../img/icon_gnav_08.png);
    width: 24px;
    height: 24px;
    top: 5px;
}
nav.drawer-nav ul.drawer-menu > .nav09 a::before{
  background-image: url(../img/icon_gnav_09.png);
  width: 24px;
  height: 24px;
  top: 5px;
}

nav.drawer-nav ul.drawer-menu > li a{
    padding: 25px 0;
}

nav.drawer-nav ul.drawer-menu > li:last-child {
  border-right: 1px dashed #fff;
}



nav.drawer-nav ul.drawer-menu li.nav04 > a:hover {}
nav.drawer-nav ul.drawer-menu li.nav05 > a span {
  background: no-repeat url("../img/icon_gnav_05.png") 5px 50%;
}

nav.drawer-nav ul.drawer-menu li.nav06 > a:hover {}
nav.drawer-nav ul.drawer-menu li.nav07 > a span {
  background: no-repeat url("../img/icon_ims.png") 1px 50%;
}
nav.drawer-nav ul.drawer-menu li.nav07 > a:hover {}
nav.drawer-nav ul.drawer-menu > li > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
nav.drawer-nav ul.drawer-menu li a span {
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  min-height: 50px;
}
nav.drawer-nav ul.drawer-menu li:hover {
  background: rgba(255, 255, 255, 0.2);
}
nav.drawer-nav ul.drawer-menu:last-chaild li {
  border-left: none;
}
nav.drawer-nav ul.drawer-menu li ul {
  list-style: none;
  /*  position: absolute;
*/ z-index: 9999;
  left: 0;
  margin: 0;
  padding: 0;
  background: url(../img/bg_gnav_ul.png) 100% 50% #fff;
  border: 5px solid #FF668B;
  border-radius: 10px;
  font-weight: 400;
  width: 960px;
  padding: 20px 0;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  align-items: flex-end;
}
nav.drawer-nav ul.drawer-menu > li > ul {
  opacity: 0;
  /* top: 50%;*/
  top: 50px;
  visibility: hidden;
  transition: .5s;
  /* top: 73px;
	  visibility: visible;
	  opacity: 1;*/
  position: absolute;
  padding-bottom: 15px;
}
nav.drawer-nav ul.drawer-menu li ul > li {
  /*width: 100%;*/
  width: 310px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  border: none;
  background: none;
  float: left;
}
nav.drawer-nav ul.drawer-menu li ul > li:nth-child(3) {
  margin-right: 0;
}
nav.drawer-nav ul.drawer-menu li ul li.long {
  width: 98%;
  margin: 0 1%;
  display: block;
}
nav.drawer-nav ul.drawer-menu li > ul > li a {
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s easet;
  transition: all 0.4s ease;
}
nav.drawer-nav ul.drawer-menu > li > ul > li > a {
  position: relative;
  margin-top: 5px;
}
nav.drawer-nav ul.drawer-menu > li > ul > li > a span {
  background: no-repeat 0 50% url("../img/nav_arrow_1.png");
  display: inline-block;
  padding-left: 28px;
  color: #333;
}
nav.drawer-nav ul.drawer-menu li ul li a:hover {
  color: #C2951E;
}
nav.drawer-nav ul.drawer-menu li ul li ul li a {
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s easet;
  transition: all 0.4s ease;
  padding-bottom: 0;
}
nav.drawer-nav ul.drawer-menu li ul li ul li a:hover {
  background: #C2951E no-repeat 100% 100% url("../img/nav_arrow.png");
  color: #fff;
}
nav.drawer-nav ul.drawer-menu li ul {
  padding-top: 10px;
}
nav.drawer-nav ul.drawer-menu > li:hover > ul {
  top: 73px;
  visibility: visible;
  opacity: 1;
}
nav.drawer-nav ul.drawer-menu li ul li ul {
  width: 100%;
  margin: 0 auto;
}
nav.drawer-nav ul.drawer-menu li ul li ul li {
  width: 292px;
  text-align: center;
  background: #FFCC01;
  margin: 5px 10px;
}
nav.drawer-nav ul.drawer-menu li ul li ul li a {
  font-size: 1.3rem;
  padding-left: 0;
  line-height: 1.2;
  height: 35px;
  vertical-align: middle;
  display: table-cell;
  width: 320px;
  text-align: center;
  background: no-repeat 100% 100% url("../img/nav_arrow.png");
}
nav.drawer-nav ul.drawer-menu {
  position: relative;
}
nav.drawer-nav ul.drawer-menu li ul {
  top: 100px !important;
  position: absolute;
  z-index: 0;
  height: 85px;
}
nav.drawer-nav ul.drawer-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
nav .other_ul {
  display: none;
}
@charset "utf-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #FFF;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* clearfix 
------------------------------------------------------------------*/
.clear {
  clear: both !important;
  float: none !important;
  font-size: 0% !important;
  height: 0px !important;
  line-height: 0% !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 0px !important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* common 
------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  /*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  line-height: 1.6;
  font-size: 130%;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:hover {
  text-decoration: none;
  color: #FFCC01;
}
/* 
------------------------------------------------------------------*/
#wrap {
  width: 100%;
  padding-top: 178px;
  font-size: 1.2rem;
}
.txtaC {
  text-align: center;
}
.txtaR {
  text-align: right;
}
.txtaL {
  text-align: left !important;
}
.cap {
  font-size: 11px !important;
  line-height: 1.2em !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100%;
}
.w150 {
  width: 150px;
}
.w450 {
  width: 450px;
}
.w340 {
  width: 300px;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
/*font*/
.fwb {
  font-weight: bold;
}
.fcBlue {
  color: #3773bb;
}
.fcRed {
  color: #ff0000;
}
.fcOrange {
  color: #ff6666;
}
.fc_deepR {
  color: #A80714;
}
.fcgreen_b {
  color: #74AD18;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.orenge {
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
  color: #F7921E;
}
.txtu {
  text-decoration: underline;
}
.caution {
  color: #ff0000;
  font-size: 12px;
}
.photoR {
  float: right;
  margin: 0 0 20px 20px;
}
.photoL {
  float: left;
  margin: 0 20px 20px 0;
}
.topLine {
  border-top: 1px dotted #333;
}
.strong {
  font-weight: bold;
}
.tx_S {
  font-size: 80%;
  font-weight: 100;
}
.tx_L {
  font-size: 130%;
}
.y_waku {
  border: #FFD501 2px solid;
  border-radius: 20px;
  font-weight: 800;
  padding: 8px 15px;
  display: inline-block;
  width: auto !important;
}
.bg_Blue {
  background: #DBF8FF;
  padding: 16px 30px;
}
.ph_frame {
  padding: 2px;
  border: 1px solid #ccc;
}
.red_line {
  border-bottom: 2px solid red;
  font-weight: bold;
}
.under_main .inner .box ul.num {
  list-style: none;
  margin: 15px 0;
}
.under_main .inner .box ul.num li {
  position: relative;
  padding: 0 0 .5em 50px;
  counter-increment: titleNum;
  margin-bottom: 10px;
  font-weight: 600;
}
.under_main .inner .box ul.num li::before {
  position: absolute;
  top: -4px;
  left: 10px;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #60B8FF;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}
.under_main .inner .box ul.num p {
  margin-left: 49px;
  margin-bottom: 25px;
  font-weight: normal;
}
.under_main .inner ul.normal {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.under_main .inner ul.normal li {
  padding-left: 10px !important;
  font-weight: normal;
  counter-increment: none !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
.under_main .inner ul.normal li:before {
  content: "○" !important;
  font-weight: 900 !important;
  color: #FFD600 !important;
  background-color: rgba(255, 255, 255, 10) !important;
  border-radius: 0 !important;
  position: relative;
  left: -5px !important;
}
.under_main .inner ul.normal_num {
  margin-left: 110px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.under_main .inner ul.normal_num li {
  list-style: decimal;
  counter-increment: none !important;
  list-style: decimal;
  counter-increment: none !important;
  padding-left: 0px !important;
  font-weight: 100 !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
ul.normal_num li::before {
  display: none;
}
.under_main .inner .box ul.num li p {
  margin-left: 10px;
}
.under_main .inner .box ul.num li ul li {
  padding-left: 0px !important;
}
.under_main .inner ul.num li ul.normal li:before {
  left: -30px !important;
}
.under_main .inner ul.num li ul.normal_num {
  margin-left: 10px !important;
}
.link_btn {
  padding: 10px 20px;
  border: #FFCC01 3px solid;
  border-radius: 10px;
  background: #fff;
  /* box-shadow */
  box-shadow: 0px 4px 6px 0px #f1f2f5;
  -moz-box-shadow: 0px 4px 6px 0px #f1f2f5;
  -webkit-box-shadow: 0px 4px 6px 0px #f1f2f5;
  display: inline-block;
  margin-left: 30px;
  margin-top: 5px;
  font-weight: normal;
}
.pc_br:before {
  content: "\A";
  white-space: pre;
}
/* header
------------------------------------------------------------------*/
header {
  width: 100%;
  margin: 0px auto;
  z-index: 1000;
  background: #fff;
  padding: 0;
}
header .header_line {
  background: #F39800;
  padding: 8px 0;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
header .header_line .inner {
  width: 960px;
  margin: 0 auto;
}
header > .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 106px;
}
header > .inner .header_tel {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10px;
  width: 380px;
}
header > .inner .header_tel img {
  float: left;
  width: 100%;
}
header > .inner .header_tel p {
  float: right;
  width: 210px;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 60px;
  margin-left: 0px;
  margin-left: 31px;
}
header > .inner .header_btn {
  width: 540px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1000;
  top: 56px;
}
header > .inner .header_btn ul {
  width: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 0;
}
header > .inner .header_btn ul.under {
  width: 600px;
}
header > .inner .header_btn ul li {
  float: left;
  margin-right: 5px;
  border-radius: 10px;
  padding: 10px 25px;
  background: #73AD17;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
header > .inner .header_btn ul li.access {
  background: url(../img/icon_header_access.png) no-repeat 15px 50% #73AD17;
  padding-left: 40px;
}
header > .inner .header_btn ul li.mail {
  background: url(../img/icon_header_mail.png) no-repeat 15px 50% #73AD17;
  padding-left: 43px;
}
header > .inner .header_btn ul li.shiryou {
  background: url(../img/icon_header_shiryou.png) no-repeat 15px 50% #56A9FC;
  padding-left: 43px;
}
header > .inner .header_btn ul li a {
  color: #fff;
}
header > .inner .header_btn ul li img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header > .inner .header_btn ul li img:hover {
  opacity: 0.7;
}
header > .inner .header_btn .shiryou_btn {
  width: 150px;
  position: absolute;
  top: -10px;
  right: 16px;
}
header > .inner .header_btn .shiryou_btn img {
  width: 100%;
}
header > .inner h1 {
  background: no-repeat url("../img/logo.png");
  width: 479px;
  height: 85px;
  font-size: 0;
  margin-top: 14px;
}
header > .inner_B {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header h1 {
  position: absolute;
  top: 0px;
}
header a.sp_tel {
  display: none;
}
header h1 a {
  display: block;
  height: 100%;
  font-size: 0;
}
#contents {
  width: 100%;
  margin: 0 auto 0;
  font-size: 1.5rem;
}
#contents .inner {
  width: 960px;
  margin: 0 auto;
}
/* footer
------------------------------------------------------------------*/
#footer {
  background: #E2E2E2;
  padding-top: 10px;
}
#footer > .inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
#footer .inner .floatL {
  width: 310px;
}
#footer .inner .floatR {
  width: 600px;
}
#footer .inner .floatR img.logo {
  width: 300px;
}
#footer .inner .floatR p {
  line-height: 1.4;
  font-size: 1.5rem;
  margin: 10px 0;
}
#footer .inner .floatR p.dotted {
  border-bottom: 2px dotted #333;
  padding-bottom: 5px;
}
#footer p.copy {
  width: 100%;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1.3rem;
  padding: 3px 0;
  background: #F39800;
  color: #fff;
}
#footer .inner img.page_top {
  position: absolute;
  right: 0px;
  top: -39px;
}
#footer .inner img.contact {
  float: right;
  margin: 10px 30px 0 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#footer .inner img.contact:hover {
  opacity: 0.6;
}
#footer .inner .footer_bnr {
  /*width: 750px;*/
  width: 580px;
  margin: 0 auto;
  padding: 0px 0 20px;
}
#footer .inner .footer_bnr img {
  width: 180px;
  margin-right: 10px;
}
/*#footer .inner .footer_bnr img:last-child{
	margin-right: 0px;
}*/
/*#footer .inner .footer_bnr a:last-child{
	display: none;
}*/
input[type="checkbox"].on-off {
  display: none;
}
/*------田代記述スタート-------------*/
/*------下層ページ-------------*/
/* under_mv
------------------------------------------------------------------*/
.under_mv {
  background: #ebf7fe;
}
.under_mv .inner {
  height: 245px;
  width: 1280px !important;
  position: relative;
}
.under_mv h2 {}
/* under_main
------------------------------------------------------------------*/
.under_main {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  /*background:url("../img/under_main_bg.png");*/
}
.under_main .inner {
  width: 960px;
  margin: 10px auto;
  border: 1px solid #fff;
  padding: 30px 10px;
  overflow: hidden;
  background: #fff;
}
.under_main .inner p {
  width: 94%;
  margin: 8px auto;
  line-height: 1.4;
}
.under_mv h2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 230px;
  font-size: 0;
}
.under_main .inner h2.blue {
  padding: 5px 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.under_main .inner h2.blue span {
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  position: relative;
}
.under_main .inner h2.blue span:before {
  content: url(../img/bg_h3_before_blue.png);
  position: absolute;
  left: -100px;
  top: -19px;
}
.under_main .inner h2.blue span:after {
  content: url(../img/bg_h3_after_blue.png);
  position: absolute;
  right: -100px;
  top: -19px;
}
.under_main .inner h3 {
  padding: 5px 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.under_main .inner h3 span {
  display: inline-block;
  font-family: 'メイリオ', Meiryo, 'ＭＳ ゴシック';
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";*/
  position: relative;
}
.under_main .inner h3.blue span:before {
  content: url(../img/bg_h3_before_blue.png);
  position: absolute;
  left: -100px;
  top: -19px;
}
.under_main .inner h3.blue span:after {
  content: url(../img/bg_h3_after_blue.png);
  position: absolute;
  right: -100px;
  top: -19px;
}
.under_main .inner h3.green span:before {
  content: url(../img/bg_h3_before_green.png);
  position: absolute;
  left: -100px;
  top: -19px;
}
.under_main .inner h3.green span:after {
  content: url(../img/bg_h3_after_green.png);
  position: absolute;
  right: -100px;
  top: -19px;
}
.under_main .inner h4 {
  padding: 5px 0;
  font-size: 2.1rem;
  text-align: center;
  line-height: 49px;
  margin-top: 15px;
}
.under_main .inner h4 span {
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  position: relative;
}
.under_main .inner h5 {}
.under_main .inner h5 span {}
.under_main .inner h6 {
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 3px dotted #D2A143;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
  color: #FF668B;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
#contents .inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
#contents h2.normal {
  background: -moz-linear-gradient(50% 100% 90deg, rgba(38, 38, 38, 1) 0%, rgba(89, 87, 87, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(89, 87, 87, 1) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(38, 38, 38, 1)), color-stop(1, rgba(89, 87, 87, 1)));
  background: -o-linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(89, 87, 87, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(89, 87, 87, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#595757' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(89, 87, 87, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595757', endColorstr='#262626', GradientType=0);
  margin: 10px auto;
  padding: 10px;
  color: #fff;
}
#contents h2.normal {
  font-size: 20px;
}
#contents h2.normal span {
  position: relative;
  padding-left: 50px;
}
#contents h2.normal span:before {
  background: #f08300;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "　";
  height: 15px;
  width: 40px;
  display: inline-block;
  margin-right: 20px;
}
#contents h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
#contents > .contact {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  margin: 0 auto;
}
#contents > .contact .inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
}
#contents > .contact .yellow_box {
  width: 49%;
  margin: 20px auto;
  padding: 20px 30px;
  background: #ffeeb5;
  overflow: hidden;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
}
.contact .yellow_box:last-of-type {
  margin-right: 0;
}
.contact .yellow_box h2 {
  color: #f08300;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  border-bottom: 2px dashed #f08300;
  padding-bottom: 5px;
  text-align: left;
}
.contact .yellow_box p {
  float: left;
}
.contact .yellow_box p.free_tel {
  background: url(../img/icon_free_tel.png) no-repeat 0 0px;
  background-size: 62px;
  padding-left: 67px;
  font-weight: bold;
  font-size: 4.0rem;
  min-height: 68px;
  /*margin-left: 20px;*/
}
.contact .yellow_box p.free_tel span {
  font-size: 1.5rem;
  margin-top: -5px;
  display: block;
  margin-left: -90px;
}
.contact .yellow_box p.time {
  font-weight: bold;
  /*margin-left: 20px;*/
}
.contact .yellow_box p.mail_txt {
  background: url(../img/icon_mail.png) no-repeat;
  background-size: 26px;
  padding-left: 35px;
  font-weight: bold;
  font-size: 2.0rem;
  /*margin-left: 32px;*/
  margin-bottom: 15px;
  color: #333;
}
.contact .yellow_box p.mail {
  /*margin-left: 30px;*/
  width: 356px;
}
.contact .yellow_box p.mail img {
  width: 100%;
}
#contents > .example_box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  background-size: cover;
  padding-bottom: 30px;
}
#contents > .example_box .inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
#contents > .example_box .inner .box {
  width: 300px;
  margin: 0 10px;
  padding: 15px 0;
  float: left;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #FFB140;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#contents > .example_box .inner .box {}
#contents > .example_box .inner .box {
  /*width: 300px;*/
  width: 220px;
  height: 256px;
  margin: 0 10px;
  padding: 15px 0;
  float: left;
  text-align: center;
  border: 1px solid #FFB140;
  border: 1px solid #FFB140;
  border-radius: 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#contents > .example_box .inner .box a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents > .example_box .inner .box a:hover {
  color: #FF8839;
}
#contents > .example_box .inner h2 {
  border-bottom: #f39800 3px dotted;
  padding-bottom: 10px;
  color: #f39800;
  text-align: center;
  font-size: 2.2rem;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
#contents > .example_box .inner h2 span {
  display: inline-block;
  position: relative;
}
#contents > .example_box .inner h2 span:before, #contents > .example_box .inner h2 span:after {
  position: absolute;
  height: 16px;
  top: 30%;
  width: 110px;
  content: " ";
}
#contents > .example_box .inner h2 span:before {
  background: url(../img/bg_h2_o_before.png) no-repeat 50% 50%;
  left: -120px;
}
#contents > .example_box .inner h2 span:after {
  background: url(../img/bg_h2_o_after.png) no-repeat 50% 50%;
  right: -120px;
}
#contents > .example_box .inner .box h3 {
  /*padding-top: 180px;*/
  padding-top: 130px;
  font-size: 2.7rem;
  color: #f39800;
}
#contents > .example_box .inner .no_01 h3 {
  background: url(../img/icon_ex_010.png) no-repeat 50% 0;
  background-size: 130px;
}
#contents > .example_box .inner .no_02 h3 {
  background: url(../img/icon_ex_020.png) no-repeat 50% 0;
  background-size: 130px;
}
#contents > .example_box .inner .no_03 h3 {
  background: url(../img/icon_ex_030.png) no-repeat 50% 0;
  background-size: 130px;
}
/*
#contents>.example_box .inner .no_04 h3{
	background: url(../img/icon_ex_040.png) no-repeat 50% 0;
    background-size: 130px;
}
*/
#contents > .example_box .inner .no_04 p {
  text-align: left;
}
#contents .inner ul.check li {
  background: url(../img/icon_check.png) no-repeat 0 8px;
  padding-left: 27px;
  min-height: 16px;
  font-size: 1.9rem;
}
.under_main .interview_link {
  width: 100%;
  margin: 20px auto;
}
.under_main .inner table.type1 {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #666;
}
.under_main .inner table.type1 tr, .under_main .inner table.type1 tr th, .under_main .inner table.type1 tr td {
  border: 1px solid #666;
}
.under_main .inner table.type1 tr th, .under_main .inner table.type1 tr td {
  padding: 15px 10px;
}
.under_main .inner table.type1 tr th {
  background: #FFEBF3;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}
.under_main .inner table.type1 tr td {
  font-weight: normal;
}
.under_main .inner table.type2 {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #666;
}
.under_main .inner table.type2 tr, .under_main .inner table.type2 tr th, .under_main .inner table.type2 tr td {
  border: 1px solid #666;
}
.under_main .inner table.type2 tr th, .under_main .inner table.type2 tr td {
  padding: 15px 10px;
  width: 50%;
}
.under_main .inner table.type2 tr th {
  background: #FEFBEA;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.under_main .inner table.type2 tr td {
  font-weight: normal;
}
.under_main .inner table.type3 {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #666;
}
.under_main .inner table.type3 tr, .under_main .inner table.type3 tr th, .under_main .inner table.type3 tr td {
  border: 1px solid #666;
}
.under_main .inner table.type3 tr th, .under_main .inner table.type3 tr td {
  padding: 25px 20px;
}
.under_main .inner table.type3 tr th {
  background: #FFEBF3;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.under_main .inner table.type3 tr td {
  font-weight: normal;
}
.under_main .inner table.schedule {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #666;
  font-size: 1.5rem;
}
.under_main .inner table.schedule tr, .under_main .inner table.schedule tr th, .under_main .inner table.schedule tr td {
  border: 1px solid #666;
}
.under_main .inner table.schedule tr th, .under_main .inner table.schedule tr td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}
.under_main .inner table.schedule tr th {
  font-weight: 700;
  background: #FEF0AB;
}
.under_main .inner table.schedule tr th.day {
  background: #B3E7FF;
}
.under_main .inner table.schedule tr th {
  font-weight: 700;
}
.under_main .inner table.schedule tr.am th, .under_main .inner table.schedule tr.am td {
  background: #FEFAEA;
}
.under_main .inner table.schedule tr.pm th, .under_main .inner table.schedule tr.pm td {
  background: #EDF2F5;
}
.under_main .inner table.schedule tr.am th, .under_main .inner table.schedule tr.pm th {
  width: 16%;
}
.under_main .inner table.schedule tr.am td, .under_main .inner table.schedule tr.pm td {
  width: 14%;
}
.under_main .inner .box .img_box, #tabs .img_box {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.under_main .inner .box .img_box div, #tabs .img_box div {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.under_main .inner .box .img_box img, #tabs .img_box img {
  margin: 10px 15px;
  border: 1px solid #ccc;
  padding: 2px;
  /* box-shadow */
  box-shadow: 0px 6px 6px 0px #dcdedd;
  -moz-box-shadow: 0px 6px 6px 0px #dcdedd;
  -webkit-box-shadow: 0px 6px 6px 0px #dcdedd;
}
.under_main .inner .box {
  display: block;
  /*text-align:center;*/
  margin-top: 10px;
  /*padding: 0 3%;*/
}
.under_main .inner .img_box p.cap {
  display: inline-block;
}
.under_main .inner .box .text_img_box {
  overflow: hidden;
  width: 96%;
  margin: 10px auto;
}
.under_main .inner .box .text_img_box img {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  /* box-shadow */
  box-shadow: 0px 6px 6px 0px #dcdedd;
  -moz-box-shadow: 0px 6px 6px 0px #dcdedd;
  -webkit-box-shadow: 0px 6px 6px 0px #dcdedd;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.under_main .inner .box .text_img_box p {}
.under_main .inner .box .waku {
  background: #FDF9DA;
  border: #C4E3FC 2px solid;
  /* box-shadow */
  box-shadow: 0px 6px 6px 0px #dcdedd;
  -moz-box-shadow: 0px 6px 6px 0px #dcdedd;
  -webkit-box-shadow: 0px 6px 6px 0px #dcdedd;
  padding: 10px 3%;
  border-radius: 10px;
  margin: 15px auto;
  width: 94%;
}
.under_main .inner .box .waku p {
  /*margin-left:0 !important;*/
}
.under_main .inner table.scroll {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #666;
}
.under_main .inner table.scroll tr, .under_main .inner table.scroll tr th, .under_main .inner table.scroll tr td {
  border: 1px solid #666;
}
.under_main .inner table.scroll tr th, .under_main .inner table.scroll tr td {
  padding: 15px 10px;
}
.under_main .inner table.scroll tr th {
  background: #FEFBEA;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.under_main .inner table.scroll tr td {
  font-weight: normal;
}
.sp_only {
  display: none;
}
.target {
  margin: 0;
  padding-top: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0;
  position: relative;
  display: block;
}
.target::before {
  content: "\9577\62BC\3067\64CD\4F5C\304C\3067\304D\307E\3059";
  /*「長押しすると地図が操作できます」と生成*/
  display: block;
  z-index: 100;
  color: #000;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.5em 0 0 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.target::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.target.release::before, .target.release::after {
  display: none !important;
}
.target > iframe, .target > div {
  /* レスポンシブデザイン想定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.label-danger {
  font-size: 80%;
  padding: 2px 5px;
  background: #F93;
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
}
input[type="text"] {
  border-radius: 3px;
  height: 35px;
  font-size: 15px;
}
textarea {
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
}
.bus_hyou {
  text-align: center;
}
.bus_hyou a:hover img {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
}
.background {
  background: /* url("../img/bg_main_box.png") no-repeat 50% 50%;*/ position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}
.btn_orenge {
  background: #ff8839;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 15px 0;
  text-align: center;
}
.btn_pink {
  background: #E41954;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 15px 0;
}
.btn_orenge a, .btn_orenge input, .btn_pink a {
  color: #fff;
  font-size: 1.5rem;
}
/* 東北エリアリンク集
------------------------------------------------------------------*/
.sendai_area {
  width: 100%;
  margin: 0 auto 30px;
}
.sendai_area h2 {
  width: 960px;
  margin: 0 auto;
  font-size: 2.2rem;
  border-bottom: 2px dashed #f08300;
  background: #ffeeb5;
  padding: 15px 10px;
}
#tohoku_link {
  width: 960px;
  margin: 0 auto;
  height: auto;
  /*background: url(../img/top/bg_touhoku_link.png) center top no-repeat #fff;*/
  /*padding:50px 0px 40px; */
  /*float:left; 
	height:90px; 
	overflow:hidden;*/
}
#tohoku_link a {
  color: #333;
}
#tohoku_link .link_slider .shisetu {
  overflow: hidden;
  width: 300px;
  border-right: #f08300 1px solid;
  margin-right: 3px;
  height: 130px;
  margin-bottom: 10px;
  margin-top: 6px;
  padding: 10px 0;
}
#tohoku_link .link_slider .shisetu p.name {
  width: 270px;
  margin-left: 15px;
  padding-bottom: 5px;
  font-weight: 900;
  border-bottom: #f08300 2px solid;
}
#tohoku_link .link_slider .shisetu .link_R {
  float: right;
  width: 180px;
  padding: 8px 20px 8px 1px;
}
#tohoku_link .link_slider .shisetu .link_R p {
  font-size: 12px;
}
#tohoku_link .link_slider .shisetu .link_L {
  float: left;
  width: 80px;
  padding: 8px 1px 8px 16px;
}
#tohoku_link .link_slider .shisetu .link_L p {
  margin-bottom: 5px;
}
/*仙台エリアリンク スマホ
ーーーーーーーーーーーーーーーーーーーーー*/
.sendai_area_sp {
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  display: none;
}
.sendai_area_sp .inner {
  width: 960px;
  margin: 0 auto;
}
.sendai_area_sp h2 {
  width: 960px;
  margin: 0 auto;
  font-size: 2.2rem;
  border-bottom: 2px dashed #f08300;
  background: #ffeeb5;
  padding: 15px 10px;
}
.sendai_area_sp .area_box {
  width: 30%;
  height: 140px;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  border: 1px solid #f08300;
  box-sizing: border-box;
  padding: 5px;
}
.sendai_area_sp .area_box:nth-of-type(3n) {
  margin-right: 0;
}
.sendai_area_sp .area_box h3 {
  border-bottom: 2px solid #f08300;
  padding: 3px;
  margin-bottom: 5px;
}
.sendai_area_sp .area_box .left {
  width: 30%;
  float: left;
}
.sendai_area_sp .area_box .left img {
  width: 100%;
}
.sendai_area_sp .area_box .right {
  width: 65%;
  float: left;
  margin-left: 5%;
}
.sendai_area_sp .area_box .right p {
  font-size: 1.3rem;
}
.flex {
  display: flex;
}
/*スマホ
ーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width:767px) {
  header {
    width: 100%;
  }
  header > .inner {
    width: 100%;
    background: repeat-x url("../img/header_top_border.png");
  }
  header > .inner .header_btn, header > .inner .header_btn ul {
    display: none;
  }
  #mv {
    margin-top: 60px;
  }
  #contents {
    width: 100%;
  }
  #contents > .inner {
    width: 100%;
  }
  .bus_hyou img {
    width: 100%;
  }
  #footer > .inner {
    width: 100%;
  }
  #footer > .inner p {
    width: 90%;
    text-align: center;
    margin: 10px auto;
    float: none;
  }
  #footer > .inner ul {
    display: none;
  }
  #contents .inner {
    width: 96% !important;
    margin: 0 auto;
    padding: 20px 2%;
  }
  #contents > .contact .yellow_box {
    width: 96%;
    padding: 20px 2%;
  }
  #contents > .contact .yellow_box h2 {
    text-align: center;
    font-size: 1.9rem;
  }
  #contents > .contact .yellow_box p.free_tel, #contents > .contact .yellow_box p.mail {
    width: 100%;
    margin: 10px auto;
  }
  .contact .yellow_box p.mail {
    width: 85%;
  }
  #contents > .contact .yellow_box p.free_tel {
    font-size: 7.0vw;
  }
  #contents > .contact .yellow_box p.free_tel span {
    width: 70%;
    padding-left: 90px;
  }
  #contents > .example_box .inner .box {
    width: 90%;
    margin: 15px 5%;
  }
  img.logo {
    width: 100%;
  }
  #contents > .intro_box .inner h2 span::before, #contents > .intro_box .inner h2 span::after {
    display: none;
  }
  #contents h2.normal {
    padding: 10px 0;
  }
  .flex, #contents > .contact .inner {
    flex: none;
    display: block;
  }
  /*仙台エリアリンク
ーーーーーーーーーーーーーーーーーーーーー*/
  .sendai_area_sp {
    display: block;
  }
  .sendai_area_sp .inner {
    width: 100%;
    overflow: hidden;
  }
  .sendai_area_sp h2 {
    width: 100%;
    font-size: 2.0rem;
  }
  .sendai_area_sp .area_box {
    width: 49%;
    height: 228px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #f08300;
    box-sizing: border-box;
    padding: 5px;
  }
  .sendai_area_sp .area_box:nth-of-type(3n) {
    margin-right: 2%;
  }
  .sendai_area_sp .area_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .sendai_area_sp .area_box h3 {
    font-size: 1.2rem;
  }
  .sendai_area_sp .area_box .left {
    width: 30%;
    float: left;
  }
  .sendai_area_sp .area_box .left img {
    width: 100%;
  }
  .sendai_area_sp .area_box .right {
    width: 65%;
    float: left;
    margin-left: 5%;
  }
  .sendai_area_sp .area_box .right p {
    font-size: 1.1rem;
  }
  /* 東北エリアリンク集
------------------------------------------------------------------*/
  .sendai_area h2 {
    width: 100%;
    padding: 15px 0;
  }
  #tohoku_link {
    display: none;
  }
  #tohoku_link a {
    color: #333;
  }
  #tohoku_link .link_slider .shisetu {
    overflow: hidden;
    width: 50%;
    border-right: #f08300 1px solid;
    margin-right: 3px;
    height: 130px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px 0;
  }
  #tohoku_link .link_slider .shisetu p.name {
    width: 100%;
    margin-left: 15px;
    padding-bottom: 5px;
    font-weight: 900;
    border-bottom: #f08300 2px solid;
  }
  #tohoku_link .link_slider .shisetu .link_R {
    float: right;
    width: 180px;
    padding: 8px 20px 8px 1px;
  }
  #tohoku_link .link_slider .shisetu .link_R p {
    font-size: 12px;
  }
  #tohoku_link .link_slider .shisetu .link_L {
    float: left;
    width: 80px;
    padding: 8px 1px 8px 16px;
  }
  #tohoku_link .link_slider .shisetu .link_L p {
    margin-bottom: 5px;
  }
}