@charset "UTF-8";
/*--------cssのリセット---------*/
html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  border: 0;  outline: 0;  background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';  content: none;
}
a {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  background: transparent;  text-decoration: none; color: #006FAF;
}
ins {
  text-decoration: none;  color: #000;  background-color: #ff9;
}
mark {
  font-weight: bold;  font-style: italic;  color: #000;  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],dfn[title] {
  cursor: help;  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;  border-collapse: collapse;
}
hr {
  display: block;  height: 1px;  margin: 1em 0;  padding: 0;  border: 0;  border-top: 1px solid #ccc;
}
ol,ul,li{
  list-style: none;  padding:0;  margin:0;
}
/*===================================*/
/*===clearfix===*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*===wrap===*/
.wrap {
	overflow: hidden;
	
}
/*===================================*/
/*===サイト全体の基準となるCSS===*/
html {
    font-size: 16px;
    line-height: 30px;
    scroll-padding-top: 100px;
  }
 @media screen and (max-width:768px){
   html{
     font-size: 14px;
     line-height: 23px;
   }
 }
body {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
    color: #2B2C46;
  }

/*===見出しを全て太字で表示===*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/*===sp版pc版での表示切り替え===*/
.pc_item{display: block!important;}
.sp_item{display: none!important;}

@media screen and (max-width: 768px){
  .pc_item{display: none!important;}
  .sp_item{display: block!important;}
}

/*===================================*/
/*===ヘッダー===*/
header{
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  top: 0;
}
#header{
  width: 100%;
  height: 200px;
    background-color: #FFFFFF;
  position: relative;
}

.header{
  position: absolute;
  text-align: center;
  width: 100%;

}
.header2{
  position: absolute;
  text-align: left;
  width: 1200px;
	padding-left: 40px;

}
.header_txt{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;

}
/*ロゴ-imgの場合*/
.header_logo_img{
  width: 800px;
  margin-top: 5px;
}
.header_logo_img2{
  width: 260px;
  margin-top: 10px;
}
@media screen and (max-width: 880px){
    #header{
  width: 100%;
  height: 80px;
  position: relative;
}
	.header{
  background-color: #FFFFFF;

}
.header_logo_img{
  width: 260px;
  margin-top: 10px;
}

    .header2{
  text-align: left;
 width: 100%;
        padding-left: 20px;
        padding-top: 5px;
}

	.header_txt{
	font-size: 14px;
	margin: -10px auto 0;
	line-height: 1.2;

}
}

main{
	background-color: #75C7FF;
    margin: 0;
}
/*===メニュー===*/
*, *:before, *:after {
  box-sizing: border-box;
}
.cp_offcm03 {
  position: relative;
  z-index: 1;
  left: 0;
  overflow: auto;
  width: 100%;
  padding-top: 0;
  -webkit-transition: transform 0.3s ease-in;
  transition: transform .3s ease;
  text-align: center;
  background-color: #0099ff;
}
.cp_offcm03 nav,
.cp_offcm03 ul {
  height: 100%;
}
.cp_offcm03 li {
  display: inline-block;
  margin-right: -6px;
}
.cp_offcm03 a {
  display: block;
  padding: 15px 40px;
  color:#fff!important;
}
.cp_offcm03 a:hover {
  background-color: #69C3FF;
}

.gnavi__wrap {
	position: absolute;
    width: 100%;
    margin: 160px auto 0;
	 background-color: #0099ff;
	z-index: 6;
}
.gnavi__lists {
    display: flex;
	width: 900px;
	margin: 0 auto;
}
.gnavi__list {
    background-color: #0099ff;
    position: relative;
    transition: all .3s;
    flex-direction: column;
}
.gnavi__list:hover {
    background-color: #65C1FE;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0099ff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #0099ff;
}
.gnavi__list a {
	display: -webkit-flex;
    display: flex;
    webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
	padding:15px 40px;
    font-size: 16px;
	line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .3s;
	text-align: center;
}
.gnavi__list:hover a {
    color: #fff;
}
.gnavi__wrap2 {
    width: 100%;
    margin: 50px auto;
	 background-color: #0099ff;
	z-index: 6;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #70A9DC;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #0071BB;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
	line-height: 1.2;
	padding:15px 20px;
}

/*===ハンバーガー===*/
#cp_toggle03 {
  display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 880px) {
  .cp_offcm03 .sp_item{display: block!important;}
  /*===メニュー===*/
  .cp_offcm03 {
    position: fixed;
    left: -100%;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    top:0;
    background-color: rgb(0,0,0,0);
	  z-index: -10;
  }
  .cp_offcm03 nav {
    background: #0099ff;
  }
  .cp_offcm03 ul{
    padding-top: 0px;
    padding-bottom: 30px;
    overflow: scroll;
  }
  .cp_offcm03 li {
    display: block;
    border-bottom: 0.5px solid #fff;
    margin:0 10px;
  }
  .top_border{
    border-top: 0.5px solid #fff;
  }
  .cp_offcm03 a {
    padding: 25px;
    color:#fff!important;
  }
  /*===ハンバーガー===*/
  .cp_mobilebar {
    display: block;
    z-index: 10;
    position: fixed;
    top: 10px;
    left: 0;
    padding: 0 10px;
    width: 10%;
    height: 60px;
  }
  .cp_menuicon {
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    cursor: pointer;
  }
  .cp_menuicon > span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -0.3em;
    width: 100%;
    height: 0.2em;
    border-radius: 1px;
    background-color: #0099ff;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
  }
  .cp_menuicon > span:before,
  .cp_menuicon > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #0099ff;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
  }
  .cp_menuicon > span:before {
    -webkit-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }
  .cp_menuicon > span:after {
    -webkit-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
  #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cp_toggle03:checked + .cp_mobilebar span:before,
  #cp_toggle03:checked + .cp_mobilebar span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
    .mobile_tel {
    display: block;
    z-index: 20;
    position: fixed;
    top: 18px;
    right: 18px;
    width: 6%;
    height: 40px;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
    margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #23BB32;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #23BB32;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 10px;
}
a.btn--radius {
   border-radius: 100vh;
}
@media (max-width: 880px) {

.btn,
a.btn,
button.btn {
  font-size: 18px;
  line-height: 1;
  position: relative;
  display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0em;
  color: #212529;
  border-radius: 0.5rem;
    margin-left: 2px
  
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #23BB32;


}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #23BB32;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 10px;
}
a.btn--radius {
   border-radius: 100vh;
}
}
.accordion {
width: 100%;

}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 0em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title{
border-bottom: solid 0.5px #fff;
padding: 25px 0;
display: block;
color: #fff;
font-weight: bold;
	background-color: #006FAF;
	text-align: center;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 2em;
width: 2px;
height: 1em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.title2 {
border-bottom: solid 0.5px #fff;
padding: 0px;
display: block;
color: #fff;
font-weight: bold;
	background-color: #0099ff;
	text-align: center;
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0 auto;
padding: 0.5em 1em 1em;

}
.content ul{
	background-color: #0099ff;
	padding: 0;
}
.toggle:checked + .title + .content {
max-height: 600px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
/*===================================*/


/*===全体の幅===*/
.inner{
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1200px){
  .inner{
    width: 98%;
  }
}
@media (max-width: 768px){
  .inner{
    width: 95%;
  }
}
/*===================================*/
/*===パンくずリスト===*/
#pankuzu{
  margin: 30px 0 -30px;
}
#pankuzu li{
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}
#pankuzu .pan{
  border-bottom: solid 1px;
  margin-right: 10px;
}
#pankuzu .pan:hover{
  color: #C3D0F4;
}
#pankuzu .pan_last{
 color: #2B2C46;
 margin-right: 10px;
}
@media (max-width: 768px){
  #pankuzu{
    margin: 20px 0 -15px;
  }
  #pankuzu li{
    font-size: 11px;
    margin-right: 2px;
  }
  #pankuzu .pan{
    margin-right: 5px;
  }
  #pankuzu .pan_last{
   margin-right: 5px;
  }
  }
/*===================================*/
/*===コンテンツ===*/
#page_contents{
  font-feature-settings: "palt";
}
#page_contents .contents_ttl{
	text-align: center;
 font-size: 32px;
  line-height: 32px;
  margin: 0 auto 10px;
  padding: 0;
}
#page_contents .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 0px;
}
 .logo td{
  padding: 10px 10px;
	font-size: 24px;
	vertical-align: middle;
}
.logo img{
    width: 70%;
}
@media screen and (max-width: 768px){
#page_contents .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 20px;
}
.logo td{
  padding: 5px 15px;
	font-size: 18px;
	vertical-align: middle;
}
.logo img{
    width: 100%;
}
}
/*===================================*/
/*===CONTACT===*/
#contact{
  text-align: center;
}
#contact .contact_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto 10px;
  padding: 0;
}
/*下線*/
#contact .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 30px;
}
#contact p{
  font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0;
}
#contact img{
  margin-top: 0px;
}
/*===お知らせ===*/
#news{
  text-align: center;
}

#news .news_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto 10px;
  padding: 0;
}
/*下線*/
#news .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 30px;
}
#news .news_box{
  width: 100%;
  text-align: left;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 15px 0;
}
#news .news_list{
  line-height: 38px;
  padding:0 30px;
  border-left: 5px solid #C2DAE7;
	font-size: 18px;
}
#news .list_border{
  margin: 15px 0;
  border-bottom: 2px solid #cbcbcb;
}
#news span.news_date{
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
#news a.news_btn{
  font-feature-settings: "palt";
  display: block;
  width: 165px;
  height: 38px;
  line-height: 36px;
  margin: 25px auto 0;
  text-align: center;
  text-decoration: none;
  color: #006FAF;
  border: 2px solid #006FAF;
}
#news a.news_btn:hover{
  background: #C3D0F4;
  color: #006FAF;
}
@media screen and (max-width: 768px){
#news .news_ttl{
  font-size: 28px;
  line-height: 28px;

}
  /*下線*/
  #news .ttl_br{
    width: 35px;
    margin: 10px auto 0;
  }
  #news .news_box{
    width: auto;
    padding: 10px 0;
  }
  #news .news_list{
    line-height: 18px;
    padding:0 10px;
    border-left: 4px solid #C3D0F4;
	  font-size: 16px;
  }
  #news .list_border{
    border-bottom: 1.5px solid #cbcbcb;
  }
  #news span.news_date{
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  #news a.news_btn{
    width: 135px;
    height: 30px;
    line-height: 28px;
    margin: 10px auto 0;
  }
}
/*===SCHEDULE===*/
#schedules{
  text-align: center;
}
#schedules .schedules_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
}
#schedules .ttl_br{
  width: 180px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 30px;
}
#schedules a.download_btn{
  display: block;
  width: 200px;
  height: 47px;
  font-size: 20px;
  line-height: 45px;
  margin: 25px 0 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
#schedules a.download_btn:hover{
  background: #0099ff;
  color: #C3D0F4;
}
@media screen and (max-width: 768px){
    #schedules .news_ttl{
  font-size: 28px;
  line-height: 28px;

}
	  #schedules  a.download_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*===================================*/
/*===SYSTEM===*/
#system{
  text-align: center;
}
#system .system_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
}
#system .ttl_br{
  width: 120px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 20px;
}
#system a.download_btn{
  display: block;
  width: 200px;
  height: 47px;
  font-size: 20px;
  line-height: 45px;
  margin: 5px 0 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
#system a.download_btn:hover{
  background: #0099ff;
  color: #C3D0F4;
}
#system p{
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 20px;
}
.system_left {
	width: 48%;
	float: left;



}

.system_right {

	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	width: 48%;
    background: rgba(255, 255, 255, 0.5);
	float: right;


	
}
.system_right p {
	margin:  0px;
	font-size: 14px;
	color: #006;

}
.sys_right a:link     {color: #ff0;text-decoration: underline}
.sys_right a:visited {color: #ff0;text-decoration: none}
.sys_right a:active  {color: #ff0;text-decoration: none}
.sys_right a:hover  {color: #f00;text-decoration: none}

table.type06 {

	border-collapse: collapse;
	margin: 10px 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
table.type06 th {

	width: 34%;
	font-size:16px;
	padding: 10px;
	color:#fff;

	vertical-align: top;
	background: #0089e5;
	border-bottom: 1px solid #ccc;
}
table.type06 td {
	width: 66%;
	font-size:16px;
	color:#003;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;

}
table.type06 .even {
	background: #0089e5
}

table.type04 {
	border-collapse: collapse;
	margin: 10px 0 10px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
table.type04 th {

	width: 17%;
	font-size:16px;
	padding: 10px;
	color:#fff;

	vertical-align: top;
	background: #0089e5;
	border-bottom: 1px solid #ccc;
}
table.type04 td {
	width: 66%;
	font-size:16px;
	color:#003;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;

}
table.type04 .even {
	background: #0089e5
}

table.type05 {
	width: 60%;
	border-collapse: collapse;
	margin: 10px auto 10px;
	text-align: left;
	line-height: 1.5;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
table.type05 th {
	
	width: 40%;
	font-size:18px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #0089e5;
	border-bottom: 0px solid #ccc;
}
table.type05 td {
	width: 60%;
	font-size:18px;
	color: #006;
	padding: 10px;
	vertical-align: top;
	border-bottom: 0px solid #ccc;

}
table.type05 .even {
	background: #0089e5
}
table.type05 a:link     {color: #ff0;text-decoration: none}
table.type05 a:visited {color: #ff0;text-decoration: none}
table.type05 a:active  {color: #ff0;text-decoration: none}
table.type05 a:hover  {color: #f00;text-decoration: none}
.clear {
	clear: both;
}
@media screen and (max-width: 768px){
    #system .system_ttl{
  font-size: 28px;
  line-height: 28px;
}
	  #system a.download_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 10px;

  }
#system p{
	font-size: 16px;
	line-height: 1.2;
	text-align: left;

}
}
/*===================================*/
/*===CLASS===*/
#class{
  text-align: center;
}
#class .class_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
}
#class .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 0;
}

#class p{
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}


@media screen and (max-width: 768px){
    #class .class_ttl{
  font-size: 28px;
  line-height: 28px;
}
	  #class  a.download_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*===================================*/
/*===ACCESS===*/
#access{
  text-align: center;
}
#access .access_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
}
#access .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 20px;
}

#access p{
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}


@media screen and (max-width: 768px){
    #access .access_ttl{
  font-size: 28px;
  line-height: 28px;
    }
	  #access  a.download_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*===================================*/
/*===STAFF===*/
#staff{
  text-align: center;
}
#staff .staff_ttl{
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
}
#staff .ttl_br{
  width: 90px;
  height: 4px;
  background-color: #498ECC;
  margin: 10px auto 20px;
}

#staff p{
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}


@media screen and (max-width: 768px){
    #staff .staff_ttl{
  font-size: 28px;
  line-height: 28px;
}
   #staff  a.download_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*===================================*/
/*===フッター===*/
#footer{
  background-color: #B1E0FF;
  color: #006FAF;
}

/*右側-お問い合わせ*/
#footer .right{
  float: right;
  margin-top: 50px;
}
#footer .footer_contact_ttl{
  font-size: 24px;
  line-height: 24px;
}
#footer .footer_contact_text{
  margin-top: 15px;
  line-height: 30px;
}
#footer span.footer_contact_tel a{
  font-size: 20px;
  font-weight: bold;
}
#footer a.footer_contact_btn{
  display: block;
  width: 330px;
  height: 47px;
  font-size: 20px;
  line-height: 45px;
  margin: 25px 0 50px;
  text-align: center;
  text-decoration: none;
  color: #006FAF;
  border: 2px solid #006FAF;
}
#footer a.footer_contact_btn:hover{
  background: #006FAF;
  color: #C3D0F4;
}
#footer .footer_text{
    font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 880px){
  #footer .right{
    float: none;
    margin-top: 40px;
  }
  #footer .footer_contact_ttl{
    font-size: 18px;
    line-height: 18px;
  }
  #footer .footer_contact_text{
    margin-top: 13px;
    line-height: 22px;
  }
  #footer span.footer_contact_tel{
    font-size: 16px;
  }
  #footer a.footer_contact_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*左側-事務所情報*/
#footer .left{
  float: left;
  margin-top: 50px;
}
#footer .footer_logo{
  font-size: 26px;
  line-height: 26px;
  font-family: serif;
}
#footer .footer_text{
  line-height: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 880px){
  #footer .left{
    float: none;
    margin-top: 0;
    border-top: 1px solid #006FAF;
    padding-top: 40px;
    text-align: center;
  }
  #footer .footer_logo{
    font-size: 16px;
    line-height: 16px;
  }
  #footer .footer_text{
    font-size: 11px;
    line-height: 19px;
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
/*===コピーライト===*/
footer .copy{
  background-color: #006FAF;
  color: #fff;
  height: 30px;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 768px){
  footer .copy{
    height: 25px;
    font-size: 9px;
    line-height: 25px;
  }
}
/*===================================*/
/*===下層ページ===*/
/*===トップ===*/
#top_title{
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.tax-accountant_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl01.jpg");
  background-size: cover;
}
.service_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl02.jpg");
  background-size: cover;
}
.reason_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl03.jpg");
  background-size: cover;
}
.legalfee_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl04.jpg");
  background-size: cover;
}
.form_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl05.jpg");
  background-size: cover;
}
.news_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl06.jpg");
  background-size: cover;
}
.faq_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl07.jpg");
  background-size: cover;
}
#top_title .main_text{
  width: 100%;
  max-width: 1200px;
  color: #fff;
  margin: 0 auto;
}
#top_title .main_text .main_title{
  font-size: 30px;
}
#top_title .main_text .main_title_eng{
  font-size: 16px;
}
.a_under{
	text-decoration: underline;
}
@media screen and (max-width: 880px){
  #top_title{
    margin-top: 60px;
    height: 130px;
  }
  .tax-accountant_ttlimg{
    background-image: url("../images/ttl01_sp.jpg");
  }
  .service_ttlimg{
    background-image: url("../images/ttl02_sp.jpg");
  }
  .reason_ttlimg{
    background-image: url("../images/ttl03_sp.jpg");
  }
  .legalfee_ttlimg{
    background-image: url("../images/ttl04_sp.jpg");
  }
  .form_ttlimg{
    background-image: url("../images/ttl05_sp.jpg");
  }
  .news_ttlimg{
    background-image: url("../images/ttl06_sp.jpg");
  }
	  .faq_ttlimg{
    background-image: url("../images/ttl07_sp.jpg");
  }
  #top_title .main_text .main_title{
    font-size: 20px;
  }
  #top_title .main_text .main_title_eng{
    font-size: 10px;
  }
}
/*===================================*/
/*===帯付きタイトル===*/
.title_obi {
	position: relative;
  border-left: 9px solid #C3D0F4;
  padding: 5px 15px 8px;
	margin-bottom: 15px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
	text-align: left;
}
.title_obi::before {
	position: absolute;
	content: '';
	left: -9px;
	bottom: 0;
	width: 9px;
	height: 50%;
	background-color: #6389F0;
}
.title_obi::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #006FAF;
}
.title_obi2 {
	position: relative;
  border-left: 9px solid #C3D0F4;
  padding: 0px 15px 8px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
}
.title_obi2::before {
	position: absolute;
	content: '';
	left: -9px;
	bottom: 0;
	width: 9px;
	height: 50%;
	background-color: #6389F0;
}
.title_obi2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #006FAF;
}
@media screen and (max-width: 768px){
  .title_obi {
    border-left: 6px solid #C3D0F4;
    padding: 3px 10px 5px;
    line-height: 23px;
    font-size: 18px;
  }
  .title_obi::before {
    left: -6px;
    width: 6px;
  }
}
/*===================================*/
/*===本文===*/
.text{
  line-height: 24px;
}
.text-right{
display: block;
  line-height: 24px;
	text-align: right;
	margin-right: 10px;
}
.mt100_40{
  margin-top: 100px;
}
.mt80_40{
  margin-top: 80px;
}
.mt40_30{
  margin-top: 40px;
}
.mt30_30{
  margin-top: 30px;
}
.mt20_20{
  margin-top: 20px;
}
.w14_23{
	width: 28%;
}
.w14_30{
	width: 28%;
}
.w20_50{
	width: 40%;
}
.w10{
	width: 10%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33%;
}
.w40{
	width: 40%;
}
.w45_52{
	width: 45%;
}
.w30_28{
	width: 30%;
}
.w25_20{
	width: 25%;
}
.w10_20{
	width: 10%;
}
.w15_5{
	width: 15%;
}
.w80_100{
	width: 80%;
}
@media screen and (max-width: 768px){
  .text{
    line-height: 22px;
  }
	 .text-right{
    line-height: 22px;
		 	text-align: right;
  }
    .w80_100{
	width: 100%;
    }
  .mt80_40{
    margin-top: 40px;
  }
  .mt40_30{
    margin-top: 30px;
  }
    .w10_20{
	width: 20%;
}
    .w15_5{
	width: 5%;
}
	.w14_23{
	width: 23%;
}
		.w14_30{
	width: 30%;
}
.w20_50{
	width: 50%;
}
.w11_8{
	width: 8%;
}
.w45_52{
	width: 52%;
}
.w30_28{
	width: 28%;
	}
.w25_20{
	width: 20%;
}
}
/*===================================*/
/*===税理士紹介===*/
.introduction_title{
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}
.introduction{
  margin-top: 20px;
  display: flex;
}
.introduction2{
  margin-top: 0px;
  display: flex;
}
.introduction img,.introduction2 img{
  width: 400px;
  height: 262px;
}
.introduction2 img{
	margin-top: 30px
}
.introduction .data{
  margin-left: 50px;
  margin-top: 10px;
}
.introduction2 .data2{
  margin-left: 50px;
  margin-top: 28px;
}
.introduction .data .name{
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  float: left;
}
.introduction .data .romaji{
  float: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #cbcbcb;
  margin-top: 20px;
  margin-left: 20px;
}
.introduction .data .comment{
  display: inline-block;
  margin-top: 30px;
}
.introduction2 .data .comment2{
  display: inline-block;
  margin-top: 0px;
}
.tax-accountants_border{
  margin: 50px 0;
  border-bottom: 2px solid #cbcbcb;
}
@media screen and (max-width: 768px){
  .introduction_title{
    margin-top: 20px;
    font-size: 14px;
  }
  .introduction,.introduction2{
    display: block;
  }
  .introduction img {
    width: 100%;
    max-width: 450px;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 auto;
  }
	.introduction2 img {
    width: 100%;
    max-width: 450px;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
    margin: 18px auto 0;
  }
  .introduction .data,.introduction2 .data2{
    margin: 20px 0 0;
  }
  .introduction .data .name{
    font-size: 20px;
    line-height: 20px;
  }
  .introduction .data .romaji{
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
    margin-left: 10px;
  }
  .introduction .data .comment{
    margin-top: 20px;
  }
  .tax-accountants_border{
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px){
    .introduction img{
    max-width: 400px;
    height: 200px;
  }
}
/*===================================*/
/*===事務所案内===*/
.office_info{
  display: flex;
}
.office_info .text{
  width: 50%;
}
.office_info .map_img{
  width: 50%;
}
.office_info .map_img iframe{
  width: 100%;
  height: 100%;
}
.service_contents{
	margin-top:-70px;/*headerの高さが100pxの場合*/
   padding-top:70px;
}
@media screen and (max-width: 768px){
  .office_info{
    display: block;
  }
  .office_info .text{
    width: auto;
  }
  .office_info .map_img{
    width: auto;
    height: 200px;
    margin-top: 20px;
  }
	.service_contents{
	margin-top:-52px;/*headerの高さが100pxの場合*/
   padding-top:52px;
}
}
/*===================================*/


/*===メインビジュアル===*/

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
	width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width: 768px){
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
}

.swiper-container {
	margin-top: 200px;
}
@media screen and (max-width: 768px){
	.swiper-container {
	margin-top: 80px;
}
.swiper-container img {
	width: 100%;
}	
}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important;
	margin-bottom:0px}
}
a.btn-tel {
  font-size: 18px;
  line-height: 38px;
  width: 38px;
  height: 38px;
    text-align: center;
  padding:0 0 0 2px;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
}

a.btn-tel:hover {
  color: #fff;
}

a.btn-tel--phone {
  background: #23BB32;
}
.tel_mark{
    position: absolute;
    right: 3.5%;
    top:16px;
}
.service_button{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding-bottom: 3px;
    margin-left: 15px;
}
@media only screen and (max-width: 768px) {
   .service_button{
    width: 90px;
    padding-bottom: 3px;
    margin-left: 8px;
} 
}
.flex-type-img{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.flex-type-img-center{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.flex-type-img .flexitem6 {
display: flex;
flex-direction: column;
width: 49%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
.flex-type-img .flexitem25 {
display: flex;
flex-direction: row;
     align-content: space-between;
width: 24%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
background-color: #0099FF;
}
.flex-type-img .flexitem25 p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px auto;
}
.flex-type-img-center .flexitem25 {
display: flex;
flex-direction: column;
width: 24%;
padding: 0px 0.5%;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;

}
.flex-type-img-center .flexitem25 p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px;
	text-align: center;
}
.link-btn{
    display: grid;
  justify-items: start;
  align-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFFFFF;
    height: 60px;
}
.flex-type-img .flexitem50 {
display: flex;
flex-direction: column;
width: 48%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.flex-type-img{
margin-top: 0;
margin-bottom: 10px;
}
	.flex-type-img .flexitem6 {
width: 100%;
margin-bottom: 10px;
}
.flex-type-img .flexitem25 {
width: 49%;
margin-bottom: 10px;
}
.flex-type-img-center .flexitem25 {
width: 49%;
margin-bottom: 10px;
}
	.flex-type-img .flexitem50 {
display: flex;
flex-direction: column;
width: 48%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
.link-btn{

    font-size: 16px;
    height: 60px;
}
}
.fs80{
    font-size: 80%;
}