﻿@charset "utf-8";
/*------------------------
基本デザイン
------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
    color: #222222;
    min-width: 1280px;
}

img[src="/images/spacer.gif"] {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

hr {
    display: none;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button,
input {
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

div.blockjump img {
    display: none;
}

#blockskip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #999;
    text-align: center;
    color: #000000;
    z-index: 1001;
}

/*------------------------
header
------------------------*/

#headbg{
	width: 1200px;
    margin: 15px auto 5px;
	display: flex;
    justify-content: space-between;
}

.logoArea {
	display: flex;
  margin: 10px 0 0 0;
}

.logoArea p{
	margin: 13px 0 0 25px;
    font-size: 0.8rem;
}

.sp_nav,
.headbg .menu_box{
  display: none;
}

.head_nav ul{
	display: flex;
}

.head_nav ul li:nth-child(2){
	margin: 0 35px;
}

.head_nav ul li a{
	display: block;
      font-size: 0.9rem;
}

.head_nav ul li a img{
	display: block;
	margin: 0 auto 10px;
}

.menu_box,
.menu_box02{
	display: none;
}

.txtno-display {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}

.guidance {
    clear: both;
    font-size: 1%;
    line-height: 1%;
    width: 1px;
    height: 1px;
}

/*------------------------
フッター
------------------------*/
.foot2bgall{
  position: relative;
}
.f0copy{
  text-align: center;
  padding: 5px 0;
}

.link_area{
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
}

.link_area ul{
	display: flex;
    width: 1200px;
    margin: 0 auto;
		justify-content: space-between;
}

.link_area ul li a{
	text-decoration: underline;
}

.address{
	display: flex;
    width: 680px;
    margin: 0 450px 10px;
    padding: 50px 0 0 0;
}

.addressArea{
	width: 1200px;
    background: url(../images/foot_bk.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.address h2{
	font-weight: bold;
	font-size: 2.0rem;
	margin: 0 40px 0 0;
}

address{
	font-style: normal;
}

.ad_box address{
	line-height: 1.7;
}

.ad_box address ul{
	display: flex;
	margin: 5px 0 50px 0;
}

.ad_box address ul li{
	width: 50%;
}

.ad_box address ul li:last-child{
	padding-left: 2px;
}

.ad_box address ul a{
	background-color: #7FC5CC;
	text-decoration: underline;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 8px 0;
}


.advertising_area{
	background-color: #F3F3F3;
	padding: 20px 0;
}

.advertising{
	width: 1240px;
    margin: 0 auto;
}

.advertising .h2_area{
	position: relative;
	margin: 0 0 10px 0;
}

.advertising h2{
	text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

.advertising .h2_area p{
	position: absolute;
    right: 0;
    top: 10px;
}

.advertising ul{
	display: flex;
		justify-content: flex-start;
	flex-wrap: wrap;
}

.advertising ul li{
	margin: 0 30px 0 0;
}

.advertising ul li:nth-child(7){
	margin: 0;
}

.advertising ul li:nth-child(n+8) {
    margin-top: 5px;
}

.recruitment{
	text-align: right;
    margin: 35px 0 0 0;
    font-weight: bold;
    text-decoration: underline;
}


.tothispage a{
  display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 50px 15px 10px 15px;
	background: #7FC5CC url(../images/pagetop.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}

/*------------------------
フォーム
------------------------*/
form{
	padding: 0 3%;
}

form.feedback{
  padding: 0;
  background: #f1f1f1;
}

.wrap form.feedback h2{
  border-bottom: 5px solid #fff;
  margin: 20px 0 0 0;
}

.wrap form.feedback p{
  padding: 20px 20px 0 20px;
}

.wrap form.feedback .formtxt{
  padding: 5px 20px 20px 20px;
}

.wrap form.feedback .formtxt .form-h3{
  font-weight: bold;
}

.wrap form.feedback .formtxt input{
  margin: 0 15px 0 0;
}

.submitbox{
  display: flex;
    justify-content: center;
}

.formmail p.innerLink{
	padding: 0;
	background: none;
	border-radius: 3px;
}

.formmail p.innerLink a{
	display: block;
    width: 200px;
    text-align: center;
    padding: 8px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
	background-color: #7FC5CC;
	border-radius:3px;
	font-size: 1.1rem;
}

.submitbox div input {
    background-color: #7FC5CC;
}

.submitbox input{
  background: #fff;
    display: block;
    width: 200px;
    text-align: center;
    padding: 8px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
}

table.formtable{
	width:96%;
	margin: 20px 0 0 0;
}

table.formtable th, table.formtable td {
    vertical-align: middle;
}

table.formtable td {
    background-color: #ffffff;
}

table.formtable td {
    padding: 5px;
    border: 1px solid #7BCCCF;
}

form table.table01 p {
    margin: 0;
    font-size: 100%;
    background-color: transparent;
    line-height: 1.5em;
    color: #000000;
}

form input[type="text"] {
    width: 88%;
    min-height: 32px;
    border: 1px solid #555;
}

form textarea{
	border:1px solid #555 !important;
	width: 88%;
}

form select{
  border: 1px solid;
}

table.formtable th {
    margin: 0;
    padding: 4px;
    border: 1px solid #7fc5cc;
    color: #000000;
    text-align: left;
    background-color: #b3d7dd;
}

form fieldset{
	border: none;
}

.txtno-display{
	display: none;
}

.formfoot{
	border-top: 1px solid #E8E8E8;
	margin: 50px auto 0;
}

#main-nosub{
	width:100%;
}

#main-nosub .h2bg{
  padding: 0;
}

.formmail .fedbt{
	display: block;
    width: 200px;
    text-align: center;
    padding: 8px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
    background-color: #7FC5CC;
    border-radius: 3px;
    font-size: 1.1rem;
}

.formmail .fedbt + .innerLink a {
    text-decoration: none;
}

.formmail .fedbt + .innerLink a:visited{
	color: #000 !important;
}

.fedbt {
    margin: 15px 0 10px 0;
    padding: 15px 70px;
    font-size: 1.1rem;
    color: #000;
    border: none;
    border-radius: 3px;
    background-color: #7FC5CC;
    cursor: pointer;
}

.switchBtn{
	display: flex;
    justify-content: center;
	margin: 10px 0 0 0;
}

.switchBtn > button.btnAcv {
    background-color: #7FC5CC;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    display: block;
    position: relative;
	margin: 0 10px 0 0;
}

.switchBtn > button + button{
	background: #fff;
}

/*------------------------
緊急
------------------------*/
#head1bg{
	background: #333333;
    color: #fff;
    font-weight: bold;
	padding: 35px 0 40px 0;
}

#head1bg #h0left{
	width: 1200px;
    margin: 0 auto;
    font-size: 2.5rem;
}

.head2bg{
	background: #e6e6e6;
	padding: 8px 0 6px 0;
}

.head2Area{
	width: 1200px;
    margin: 0 auto;
	display: flex;
}

.head2Area .head2list{
	display: flex;
}

.head2Area .head2list li a{
	text-decoration: underline;
}

.head2Area .head2list li a:link{
	color: #0e3f9e;
}

.head2Area .head2list li:first-child a{
	border-right: 1px solid #555;
    padding: 0 12px 0 0;
}

.head2Area .head2list li:last-child a{
	padding: 0 12px;
}

.head2Area .search-box{
	display: flex;
}

.head2Area form input[type="text"]{
	background: #fff;
    width: 210px;
    min-height: 25px;
	height: 31px;
}

.head2Area .fedbt{
	width: 52px;
    padding: 5px 12px;
    font-size: 0.9rem;
    background: #000;
    color: #fff;
    border-radius: 0;
	margin: 0;
}

.kinkyuA{
	width: 1200px;
    margin: 20px auto 110px;
    display: flex;
}

.toppage.sp{
  display: none;
}

.kinkyuA .main-l{
	width: 740px;
	margin: 0 17px 0 0;
}

.kinkyuA .main-r{
	width: 240px;
}

.kinkyuA .h2bg h2{
	background: #a40001;
    color: #fff;
    padding: 16px 15px 12px 15px;
    font-weight: bold;
    font-size: 1.3rem;
	margin: 0 0 20px 0;
}

.kinkyuA .h3bg h3{
	color: #a40001;
    font-weight: bold;
    border-left: 10px solid #a40001;
    padding: 2px 10px;
    font-size: 1.2rem;
    margin: 0 0 23px 0;
}

.kinkyuA .h4bg h4{
	border-left: 4px solid #a40001;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.kinkyuA p{
	margin: 0 0 5px 0;
}

.kinkyuA p a{
	text-decoration: underline;
}

.kinkyuA p a:link{
	color: #0e3f9e;
}

.kinkyuA ul,
.kinkyuA ol{
	margin: 0 0 10px 0;
}

.kinkyuA ul{
	list-style: disc;
	padding-left: 1rem;
}

.kinkyuA ol{
	list-style: decimal;
	    padding-left: 1rem;
}

.kinkyuA ul li a{
	text-decoration: underline;
}

.kinkyuA ul li a:link{
	color:#0e3f9e;
}

.kinkyuA .bgbox{
	margin: 15px 0 0 0;
}

.kinkyuA .bgbox h2{
	background: #e6e6e6;
    padding: 15px 10px;
    font-weight: bold;
}

.kinkyuA .bgbox ul{
	border: 3px solid #e6e6e6;
	list-style: none;
    padding: 0;
}

.kinkyuA .bgbox ul li{
	padding: 15px 10px 12px;
	border-bottom: 1px solid #e6e6e6;
}

.kinkyuA .bgbox ul li:last-child{
	border: none;
}

.kinkyuA .bgbox ul li a{
	text-decoration: underline;
}

.kinkyuA .bgbox ul li a:link{
	color: #0e3f9e;
}

.toppage a{
	background: #003399;
    color: #fff;
    display: block;
    text-align: center;
    padding: 22px 24px;
    font-size: 1.1rem;
	text-decoration: underline;
}

.foot2bg.kinkyu_foot{
	background: #e6e6e6;
    padding: 10px 0;
}

.foot2bg.kinkyu_foot .footlist{
	width: 1000px;
    margin: 0 auto;
    display: flex;
}

.foot2bg.kinkyu_foot .footlist li a{
	border-right: 1px solid #555;
    padding: 0 20px;
	text-decoration: underline;
}

.foot2bg.kinkyu_foot .footlist li a:link {
    color: #0e3f9e;
}

.foot2bg.kinkyu_foot .footlist li:first-child a{
	padding-left: 0;
}

.foot3bg.kinkyu_foot{
	background: #333333;
    color: #fff;
}

.foot3bg.kinkyu_foot .f0add{
	display: flex;
}

.foot3bg.kinkyu_foot .foot3A{
	width: 1000px;
    margin: 0 auto;
    padding: 18px 0 15px;
}

.foot3bg.kinkyu_foot .f0add address{
	margin: 0 0 0 25px;
}



/*------------------------
max-width: 768px
------------------------*/

@media screen and (max-width: 768px) {
  body{
    min-width: 100%;
  }

#headbg{
  width: 100%;
	position: relative;
	margin: 0 auto;
}

.logoArea{
  width: 70%;
	margin: 0;
}

.logoArea p{
    margin: 5px 0 3px 0 !important;
	font-size: 0.6rem;
}

_:-ms-lang(x)::-ms-backdrop, .logoArea p {
	font-size: 0.6rem;
}

_:lang(x)+_:-webkit-full-screen-document, .logoArea p {
  font-size: 0.6rem;
}

.logoArea h1{
  margin: 0 0 0 15px;
    width: 70%;
}

.logoArea h1 img{
  width: auto;
}

.logoArea img{
  height: 32px;
}

.sp_nav{
  display: block;
  width: 30%;
}

.sp_nav .nav_list{
  display: flex;
	justify-content: flex-end;
}

	.sp_nav .nav_list li a{
		position: relative;
	}

	.sp_nav .nav_list li:last-child a p{
		position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    font-size: 0.7rem;
    text-align: center;
	}

	.sp_nav .nav_list li:first-child a p{
		position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    font-size: 0.5rem;
    text-align: center;
	}

.headbg .menu_box,
.headbg .menu_box02{
  display: block;
}

.menu_box,
.menu_box02{
		display: none;
}

.menu_box.active,
.menu_box02.active{
		display: block;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 56px;
	z-index: 999;
}


	.acd-check{
    display: none;
}
.acd-label{
    background: #A8DDE1;
    color: #444444;
    display: block;
    margin-bottom: 1px;
    padding: 13px;
    position: relative;
}
.acd-label:after{
    background: #A8DDE1;
    box-sizing: border-box;
    content: url("../images/menubtn02_sp.png");
    display: block;
    height: 44px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-label.ac_btn:after{
  content: url("../images/menubtn01_sp.png");
}

.acd-content{

}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
}

	.acd-content .list01 li a,
	.acd-content .list02 li a{
		padding: 13px 15px;
		background: url("../images/menulink_sp.png") no-repeat;
		background-position: 98% center;
		display: block;
		border-bottom: 1px solid #E0E0E0;
	}


.sub_sp{
		padding: 0 3%;
		margin:20px 0;
	}

.sub_sp li{
	background:#A8DDE1;
	text-align: center;
}

.sub_sp li:first-child{
  margin-bottom: 5px;
}

.sub_sp li a{
  padding: 10px !important;
  display: block;
  font-weight: bold;
  position:relative;
  background: none !important;
}

.sub_sp li:first-child a:before{
	position:absolute;
	content: url(../images/sub_sp_icon01.png);
	left: 25%;
    top: 12px;
}

.sub_sp li:last-child a:before{
	position:absolute;
	content: url(../images/sub_sp_icon02.png);
	left: 25%;
    top: 12px;
}

.menu_box02 .sub_sp{
		padding: 0 3%;
		margin:20px 0;
	}

.menu_box02 .sub_sp li{
	background:#A8DDE1;
	text-align: center;
}

.menu_box02 .sub_sp li:first-child{
  margin-bottom: 5px;
}

.menu_box02 .sub_sp li a{
  padding: 10px;
    display: block;
    font-weight: bold;
	position:relative;
}

.menu_box02 .sub_sp li:first-child a:before{
	position:absolute;
	content: url(../images/sub_sp_icon01.png);
	left: 25%;
    top: 12px;
}

.menu_box02 .sub_sp li:last-child a:before{
	position:absolute;
	content: url(../images/sub_sp_icon02.png);
	left: 25%;
    top: 12px;
}

	.menu_box li a{
		padding: 13px 0 13px 45px;
	display: block;
		border-bottom: 1px solid #E0E0E0;
	}

	.menu_box li:nth-child(1) a{
		background: url("../images/menulink_sp.png"),url("../images/nav_icon01.png");
		background-position: 98% center, 3% center;
		background-repeat: no-repeat;
		background-size: auto auto, 27px 24px;
	}

	.menu_box li:nth-child(2) a{
		background: url("../images/menulink_sp.png"),url("../images/nav_icon02.png");
		background-position: 98% center, 3% center;
		background-repeat: no-repeat;
		background-size: auto auto, 30px 22px;
	}

	.menu_box li:nth-child(3) a{
		background: url("../images/menulink_sp.png"),url("../images/nav_icon03.png");
		background-position: 98% center, 3% center;
		background-repeat: no-repeat;
		background-size: auto auto, 23px 19px;
	}

	.menu_box li:nth-child(4) a{
		background: url("../images/menulink_sp.png"),url("../images/nav_icon04.png");
		background-position: 98% center, 3% center;
		background-repeat: no-repeat;
		background-size: auto auto, 25px 28px;
	}

	.menu_box li:nth-child(5) a{
		background: url("../images/menulink_sp.png"),url("../images/nav_icon05.png");
		background-position: 98% center, 3% center;
		background-repeat: no-repeat;
		background-size: auto auto, 26px 26px;
	}

  form.feedback{
    margin: 0 3%;
  }

  .wrap form.feedback .formtxt .submitbox input{
    width: 100%;
    margin: 15px 0 0;
  }

  .submitbox div{
    display: block;
    margin: 0 auto;
  }


  /*------------------------
  フッター
  ------------------------*/
  .address,
  .link_area ul,
  .address,
  .advertising,
.addressArea{
  	width: 100%;
  }

  .link_area ul{
	flex-wrap: wrap;
	justify-content: center;
}

.link_area li{
	padding: 0 15px;
	border-right: 1px solid #808080;
	margin: 8px 0 0;
}

.addressArea{
	background: url(../images/foot_bk_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

  .address{
    display: block;
	padding: 30px 3% 10px;
	margin: 0;
  }

  .ad_box{
    margin: 15px 0;
  }

  .ad_box address ul{
    margin: 15px 0 50px 0;
  }

  .advertising h2{
        margin: 0 0 15px 0;
  }

  .advertising .h2_area{
    margin: 0 3% 10px 3%;
  }

  .advertising .h2_area p{
    position: initial;
  }

  .f0copy{
    padding: 5px 3%;
  }

  .tothispage a{
    padding: 20px 2px 10px 2px;
    font-size: 0.8rem;
    width: 60px;
    height: 60px;
	background-position: center 6px;
    background-size: 40%;
  }

    #basewrap,
    .wrap #main {
      width: 100% !important;
    }

    .wrap #main,
    #headbgall{
      padding: 0;
      width: 100%;
    }

.logoArea{
	padding: 0 0 0 3%;
  margin: 0;
}

    table.formtable{
      border: none;
    }

    table.formtable th {
      display: block;
    width: 100%;
    padding: 10px;
    }

    table.formtable td {
      display: block;
    }

/*------------------------
切り替え
------------------------*/

.switchBtn {
    margin: 10px auto;
    font-size: 1.2rem;
    background-color: #7FC5CC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 260px;
}

.switchBtn > button {
    padding: 0px 8px;
    background-color: #FFF;
    color: #000;
    height: 35px;
    border: none;
    background: transparent;
}

/*------------------------
緊急
------------------------*/
#head1bg{
      padding: 25px 0 20px 0;
}
#head1bg #h0left{
  width: 100%;
  font-size: 2.0rem;
    text-align: center;
    padding: 0 10px;
}

.kinkyuA .bgbox h2{
  text-align: center;
    font-size: 1.2rem;
}

.head2Area{
  width: 100%;
  display: block;
}

.head2Area .head2list{
  width: 100%;
    justify-content: center;
}

.head2Area form input[type="text"]{
  width: 80%;
  height: 40px;
}

.head2Area .fedbt{
  width: 20%;
}

.head2Area .search-box{
  margin: 15px 0;
}

.c_main_con .formmail p.innerLink a{
  margin: 0;
}

.c_main_con .h2bg{
  padding: 0;
}

.kinkyuA{
  width: 100%;
  display: block;
  padding: 0 3%;
}

.toppage.pc{
  display: none;
}

.toppage.sp{
  display: block;
}

.toppage a{
  width: 90%;
    margin: 10px auto;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 10px;
}

.kinkyuA .main-l{
      width: 100%;
}

.kinkyuA .main-r{
  width: 100%;
}

.foot2bg.kinkyu_foot .footlist{
  width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 3%;
    justify-content: center;
}

.foot3bg.kinkyu_foot .foot3A{
  width: 100%;
  padding: 18px 5% 15px;
}

.foot3bg.kinkyu_foot .f0add{
  display: block;
}

.foot3bg.kinkyu_foot .f0add h2{
  text-align: center;
    font-size: 1.3rem;
}

.foot3bg.kinkyu_foot .f0add address{
  margin: 10px 0 0;
    text-align: center;
}

.foot3bg.kinkyu_foot .foot3A #f0copy{
  text-align: center;
    margin: 20px 0 0;
    font-size: 0.9rem;

}



}

/*------------------------
clearfix
------------------------*/

.clearfix::after,
.img-area::after {
  content: "";
  display: block;
  clear: both;
}
