/* base.css */
/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

body {
  margin:0;
  padding:0;
  }

h1,h2,h3,h4,h5,h6,
div,p,pre,ul,li,ol,dl,dt,dd,
address,form,blockquote {
  margin:0;
  padding:0;
  }

p {
  }

li {
  list-style:none;
  }
	
dl,dt,dd {
  }
	
table,tr,td,th {
  }

input, textarea {
  }

img {
  border:none;
  }
  
  
  
/* CSS Document */
html,
body {
    /*font-family: "BIZ UDMincho", serif;*/
    /*font-family: "Lusitana", serif;*/
    /*font-family: "M PLUS 2", sans-serif;*/
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: normal;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	height: 100%;
  	-webkit-text-size-adjust: 100%;
    color: #333;
	background:#fff;
    box-sizing: content-box;
    position: relative;
}
html{
	/*font-size: 62.5%;*/
    font-size: 10px;
}

html.base-small{
    font-size: 8px;
}
html.base-medium{
    font-size: 10px;
}
html.base-large{
    font-size: 12px;
}

body {
	/*font-size: 1.6rem;*/
}
@media print{
html,
body {
    width: 1920px;
}
}

@media screen and (max-width: 1000px) {
html,
body {
}
html{
    font-size: 6px;
}

html.base-small{
    font-size: 5px;
}
html.base-medium{
    font-size: 7px;
}
html.base-large{
    font-size: 9px;
}
	
}


.clear {
    clear: both;
}
.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
a:link {
    color: #333;
    text-decoration: none;
  transition: .5s ease;
}
a:visited {    
    color: #333;
}
a:hover {
}
a:active {
}

img {
    vertical-align: middle;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}







  
/* page-top */

.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 0 0 0 ;
	padding: 0 ;

	position: fixed ;
	right: 10px ;
	bottom: 10px ;
	z-index:100;
}
 
a.move-page-top
{
	display: block ;
	background: #fff;
	width: 40px ;
	height: 40px ;

	color: #787878 ;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	
	opacity: 0.5 ;
	cursor: pointer;
    border-radius: 50%;
    
    position: relative;
}

a.move-page-top:hover
{
	opacity: 1 ;
}

a.move-page-top::before,
a.move-page-top::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
  width: 3px;
  height: 15px;
  border-radius: 9999px;
  background-color: #787878;
  transform-origin: 50% 1px;
}

a.move-page-top::before {
  transform: rotate(45deg);
}

a.move-page-top::after {
  transform: rotate(-45deg);
}



@media screen and (max-width: 860px) {	
.page-top p
{
	margin: 0 0 0 0 ;
	padding: 0 ;

	position: fixed ;
	right: 10px ;
	bottom: 10px;
	z-index:100;
}
 
a.move-page-top
{
	display: block ;
	width: 30px ;
	height: 30px ;

	color: #fff ;
	line-height: 30px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	
	opacity: 0.5 ;
	cursor: pointer;
}
}




.page-wrap{
	width: 100%;
	margin: 0 auto;
    
    position: relative;
}



.header-sticky{
    position: sticky;
    top: 0;
    z-index: 50;
}

/* ヘッダー */
header {
	width:100%;
	/*height:61px;*/
    border-bottom: 9px solid #1E5AD2;
	background:rgba(255,255,255,1);
    display: inline-block;
    position: relative;
}


.header-top{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
    max-width: 1920px;
    padding: 10px 50px 0 50px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width: 1170px) {
.header-top{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
    padding: 10px 20px 0 20px;
}
}

.header-logo{
    width: 212px;
    margin-bottom: 10px;
}
.header-logo-en{
    width: 412px;
    margin-bottom: 10px;
}

.site-id{
    width: 100%;
}
.site-id img{
    width: 100%;
}


.header-btn{
    /*width : -webkit-calc( 100% - 402px );
    width : calc( 100% - 402px );
    margin-right: 170px;*/
    width : -webkit-calc( 100% - 352px );
    width : calc( 100% - 352px );
    margin-right: 140px;
}

.header-btn-en{
    /*width : -webkit-calc( 100% - 402px );
    width : calc( 100% - 402px );
    margin-right: 170px;*/
    width : -webkit-calc( 100% - 552px );
    width : calc( 100% - 552px );
    margin-right: 140px;
}

/*
@media screen and (max-width: 1200px) {

.header-btn{
    width : -webkit-calc( 100% - 342px );
    width : calc( 100% - 342px );
    margin-right: 130px;
}
}*/


@media screen and (max-width: 1170px) {

.header-btn{
    width : -webkit-calc( 100% - 222px );
    width : calc( 100% - 222px );
    margin-right: 10px;
}
.header-btn-en{
    width : -webkit-calc( 100% - 422px );
    width : calc( 100% - 422px );
    margin-right: 10px;
}
}


.header-btn ul,
.header-btn-en ul{
    display:flex;
    flex-wrap:wrap;
    float: right;
}
.header-btn ul li,
.header-btn-en ul li{
    font-size: 15px;
    border-left: 1px solid #787878;
    margin-bottom: 10px;
}
.header-btn ul li:first-child,
.header-btn-en ul li:first-child{
    border-left: none;
}

@media screen and (max-width: 1170px) {

.header-btn ul li:nth-child(2),
.header-btn-en ul li:nth-child(2){
    border-left: none;
}
}

@media screen and (max-width: 1000px) {

.header-logo{
    width: 150px;
}
.header-logo-en{
    width: 150px;
}
    
.header-btn{
    width : -webkit-calc( 100% - 160px );
    width : calc( 100% - 160px );
    margin-right: 10px;
}
    
.header-btn-en{
    width : -webkit-calc( 100% - 160px );
    width : calc( 100% - 160px );
    margin-right: 10px;
}
    
.header-btn ul li,
.header-btn-en ul li{
    font-size: 10px;
}

}


@media screen and (max-width: 420px) {

.header-logo{
    width: 120px;
}
.header-logo-en{
    width: 120px;
}
    
.header-btn{
    width : -webkit-calc( 100% - 130px );
    width : calc( 100% - 130px );
}
    
.header-btn-en{
    width : -webkit-calc( 100% - 130px );
    width : calc( 100% - 130px );
}
}


.header-language{
    padding:0 20px 0 0;
    display: inline-block;
    text-align: left;
}

.header-language a{
    display: inline-block;
    color: #1E5AD2;
    text-decoration: none;
}


.header-language a:hover{
}

.header-language a span{
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
    color: #1E5AD2;
    border: 2px solid #1E5AD2;
    font-size: 0.7em;
    font-weight: bold;
}




.text-size{
    margin: 0 20px;
}


@media screen and (max-width: 1170px) {
.header-language{
    padding:0 10px 0 0;
}

.text-size{
    margin: 0 10px 0 0;
}
}


/*----- 以下はお好みで調整 */
.fontsize-controller{
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
    margin-top: -0.2em;
}
.fontsize-controller__button{
    display: block;
    width: 2em;
    height: 2em;
    margin-left: 5px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.size-select{
    color: #fff;
    background: #1E5AD2;
}



.header-search{
    margin: 0 0 0 20px;
}

.x-icon{
    float: left;
    margin-right: 15px;
}

.x-icon img{
    height: 25px;
}
@media screen and (max-width: 1170px) {
    
.fontsize-controller{
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: -0.2em;
}

.x-icon{
    float: left;
    margin-right: 10px;
}
    
.header-search{
    margin: 0 0 0 10px;
}
    
.x-icon img{
    height: 20px;
}
}

@media screen and (max-width: 420px) {
    
.fontsize-controller{
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 5px;
    margin-top: -0.2em;
}
    
.header-search{
    margin: 0 0 0 10px;
}
    
.x-icon img{
    height: 15px;
}
}

/*サイト内検索*/
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #969696;
    border-radius: 3px;
}

.search-form-3 input {
    width: 180px;
    height: 28px;
    padding: 2px 10px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-3 input::placeholder{
    color: #969696;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 28px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-3 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23969696'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

 
@media screen and (max-width: 1170px) {
.search-form-3{
    display: none;
}
}

@media screen and (max-width: 1400px) {
.search-form-3.search-form-3-en{
    display: none;
}
}
    
    
.header-contact{
    position: absolute;
    top: 0;
    right: 0;
    /*width: 200px;*/
    width: 170px;
    height: 100%;
  background: #1E5AD2;
}
.header-contact a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
  display: flex;
  align-items: center;    /* 垂直方向中央 */
  justify-content: center; /* 水平方向中央 */
}
.header-contact a img{
    width: 29px;
    padding-right: 10px;
}
/*
@media screen and (max-width: 1200px) {
.header-contact{
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 100%;
  background: #1E5AD2;
}
}*/



@media screen and (max-width: 1170px) {
.header-contact{
    display: none;
}
}
    



.contents-bg{
	width:100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
    background: #F5F5F5;
    
    position: relative;
    display: inline-block;
}





.contents00{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
	margin:0 auto;
	padding:0 50px;
    display: inline-block;
}

.contents01{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
    max-width: 1500px;
	margin:0 auto;
	padding:0 50px;
}

.contents01-2{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
    max-width: 1500px;
	margin:0 auto;
	padding:0 50px;
}

@media screen and (max-width: 1170px) {

.contents00{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
	margin:0 auto;
	padding:0 20px;
}
    



.contents01{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
	margin:0 auto;
	padding:0 20px;
    margin-top: 80px;
}


.contents01-2{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
	margin:0 auto;
	padding:0 20px;
}
}

.contents00-shadow{
    box-shadow: 0px 6px 10px 0px rgba(3, 6, 6, 0.3);
	margin:0 0 60px 0;
}

.contents00-bg01{
    background: #ccdef6;
}

.contents00-bg02{
    background: #d0e9d0;
}

.contents00-bg03{
    background: #f1dcbb;
}

.contents-box00{
    width : 100%;
	margin:0;
}




@media screen and (max-width: 860px) {

.contents00-shadow{
    box-shadow: 0px 6px 10px 0px rgba(3, 6, 6, 0.3);
	margin:0 0 40px 0;
}
}


.contents-box01{
    width : 100%;
	margin:0;
}
.contents-box01-2{
    width : 100%;
	margin:-120px 0 0 0;
	padding:120px 0 0 0;
}


@media screen and (max-width: 860px) {

.contents-box01-2{
    width : 100%;
	margin:-80px 0 0 0;
	padding:80px 0 0 0;
}
}

.contents00 .contents01{
    width : 100%;
    max-width: 1500px;
	margin:0 auto;
	padding:0;
}





.contents02{
    width : 100%;
    max-width: 1500px;
	margin:0 auto;
	padding:0 0;
}








.box01{
    border: 1px solid #787878;
	padding:0 0 0 0;
	margin:0 0 60px 0;
}


.box02{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:0 0 0 0;
	margin:0 0 60px 0;
}



.box03{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:45px 60px;
	margin:0 0 60px 0;
    background: #fff;
}



.box04{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:45px 60px;
	margin:60px 0;
    background: #fff;
}


.box05{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:45px 60px 45px 0;
	margin:0 0 60px 0;
    background: #fff;
}


@media screen and (max-width: 860px) {



.box03{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:30px 20px;
	margin:0 0 40px 0;
    background: #fff;
}



.box04{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:30px 20px;
	margin:40px 0;
    background: #fff;
}


.box05{
    border: 1px solid #787878;
    box-shadow: 6px 6px 10px 0px rgba(3, 6, 6, 0.3);
	padding:30px 20px 30px 0;
	margin:0 0 40px 0;
    background: #fff;
}
}


.title01{
    font-size: 2.7em;
}
.title02{
    font-size: 2.4em;
}
.title03{
    font-size: 2.1em;
}



.text01{
    font-size: 1.8em;
}
.text02{
    font-size: 1.5em;
}




.title-underline00{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #969696;
    font-weight: bold;
}

.box05 .title-underline00{
    padding-left: 60px;
}

.title-underline00-2{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline00-2::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 150px;
  height: 3px;
  background: #969696;
}

.title-underline00-3{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline00-3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 40%;
    min-width: 300px;
  height: 3px;
  background: #969696;
}



.title-underline01{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #969696;
    font-weight: bold;
}
.title-underline01::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 150px;
  height: 3px;
  background: #1E5AD2;
}


.title-underline01-2{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline01-2::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 220px;
  height: 3px;
  background: #1E5AD2;
}


.title-underline01-3{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline01-3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 8%;
    min-width: 100px;
  height: 3px;
  background: #1E5AD2;
}


.title-underline02{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #969696;
    font-weight: bold;
}
.title-underline02::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 150px;
  height: 3px;
  background: #64C864;
}


.title-underline02-2{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline02-2::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 220px;
  height: 3px;
  background: #64C864;
}


.title-underline02-3{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline02-3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 270px;
  height: 3px;
  background: #64C864;
}


.title-underline02-4{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline02-4::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 8%;
    min-width: 80px;
  height: 3px;
  background: #64C864;
}


.title-underline03{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #969696;
    font-weight: bold;
}
.title-underline03::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 150px;
  height: 3px;
  background: #D2785A;
}


.title-underline03-2{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline03-2::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 25%;
    min-width: 220px;
  height: 3px;
  background: #D2785A;
}


.title-underline03-3{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #969696;
    font-weight: bold;
}
.title-underline03-3::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 60%;
    min-width: 150px;
  height: 3px;
  background: #D2785A;
}


.title-underline03-4{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 3px solid #fff;
    font-weight: bold;
}
.title-underline03-4::before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 50%;
    min-width: 350px;
  height: 3px;
  background: #D2785A;
}


.pc{
	display: block;
}
.sp{
	display:none;
}
@media screen and (max-width: 860px) {
.pc{
	display:none;
}
.sp{
	display: block;
}
}


.pc-1000{
	display: block;
}
.sp-1000{
	display:none;
}
@media screen and (max-width: 1000px) {
.pc-1000{
	display:none;
}
.sp-1000{
	display: block;
}
}


.pc-1170{
	display: block;
}
.sp-1170{
	display:none;
}
@media screen and (max-width: 1170px) {
.pc-1170{
	display:none;
}
.sp-1170{
	display: block;
}
}





.footer-top-pc{
	display: block;
}
.footer-top-sp{
	display:none;
}
@media screen and (max-width: 1170px) {
.footer-top-pc{
	display:none;
}
.footer-top-sp{
	display: block;
}
}

footer {
	width: 100%;
    padding:0 0 0 0;
    background: #1E5AD2;
}

.footer-top{
    width : -webkit-calc( 100% - 100px );
    width : calc( 100% - 100px );
    max-width: 1500px;
	margin:0 auto;
	padding:0 50px;
}




.footer-sitemap{
    width : 65%;
    display:flex;
    flex-wrap:wrap;
    box-sizing: border-box;
}

@media screen and (max-width: 1170px) {
}


.sitemap01{
    width : 25%;
    min-width: 220px;
    padding-left: 20px;
    border-left: 1px solid #fff;
    margin: 30px 0;
    box-sizing: border-box;
}
.sitemap01.sitemap01-e{
    width : 33%;
    min-width: 220px;
}

.sitemap01 ul li {
    color: #fff;
    margin: 0 0 20px 0;
}

.sitemap01 ul li a{
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-left: 1.2em;
}
 
.sitemap01 ul li a::before {
  content: "●";
  position: absolute;
    left:  0;
}


.sitemap01 ul li.sitemap-title a {
    font-size: 21px;
    color: #fff;
    position: static;
    padding-left: 0;
    background: none;
}


.sitemap01 ul li.sitemap-title a span {
    font-size: 18px;
}
 
.sitemap01 ul li.sitemap-title a::before {
  content: none;
}


.sitemap02{
    width : 50%;
    min-width: 441px;
    /*min-width: 461px;*/
    border-left: 1px solid #fff;
    margin: 30px 0;
    box-sizing: border-box;
    
    display:flex;
    flex-wrap:wrap;
}
.sitemap02.sitemap02-e{
    width : 66%;
    min-width: 441px;
}

.sitemap02-title{
    width : 100%;
    padding-left: 20px;
}

.sitemap02-1{
    width : 50%;
    min-width: 220px;
    padding-left: 20px;
    box-sizing: border-box;
}

.sitemap02-2{
    width : 50%;
    padding-left: 20px;
    box-sizing: border-box;
}

.sitemap02 ul li {
    color: #fff;
    margin: 0 0 20px 0;
}

.sitemap02 ul li a{
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-left: 1.2em;
}
 
.sitemap02 ul li a::before {
  content: "●";
  position: absolute;
    left:  0;
}


.sitemap02 ul li.sitemap-title a {
    font-size: 21px;
    color: #fff;
    position: static;
    padding-left: 0;
    background: none;
}


.sitemap02 ul li.sitemap-title a span {
    font-size: 18px;
}
 
.sitemap02 ul li.sitemap-title a::before {
  content: none;
}




.sitemap01 ul li.sitemap-title a:hover,
.sitemap02 ul li.sitemap-title a:hover{
    text-shadow: 3px 3px 5px rgba(3, 6, 6, 1);
}

/*
.sitemap01 ul li a::after,
.sitemap02 ul li a::after {
  background-color: #fff; 
  bottom: -5px; 
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
  width: 100%; 
}*/
/* リンクにホバーした際の下線の表示 */
/*.sitemap01 ul li a:hover::after,
.sitemap02 ul li a:hover::after {
  transform: scale(1, 1); 
}*/

.sitemap01 ul li a,
.sitemap02 ul li a {
    line-height: 1.5;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.5s;
    padding-bottom: 2px;
}

.sitemap01 ul li a:hover,
.sitemap02 ul li a:hover {
    background-size: 100% 2px;
}



.footer-pdf{
    width : 30%;
    margin-left: 5%;
}



.footer-pdf-title{
    width : 100%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    background: #4783d2;
    margin: 30px 0 20px 0;
}

.footer-pdf-title span {
   white-space: nowrap; /* 自動改行を防ぐ */
}

.footer-pdf-img1{
    width : -webkit-calc( 50% - 15px );
    width : calc( 50% - 15px );
    float: left;
    text-align: center;
}

.footer-pdf-img2{
    width : -webkit-calc( 50% - 15px );
    width : calc( 50% - 15px );
    margin-left: 30px;
    float: left;
    text-align: center;
}

.footer-pdf-img1 img,
.footer-pdf-img2 img{
    width : 100%;
}
/*
.footer-pdf-text{
    display: inline-block;
	font-size: 14px;
    color: #fff;
    background: url("../img/dl-icon.png") no-repeat left top;
    padding-left: 1.7em;
    margin: 5px auto;
    position: relative;
}

.footer-pdf-img1 a{
    position: relative;
}
.footer-pdf-img1 a .footer-pdf-text::after,
.footer-pdf-img2 a .footer-pdf-text::after{
  background-color: #fff; 
  bottom: -5px; 
  content: ""; 
  height: 1px; 
  left: 0; 
  position: absolute; 
  transform: scale(0, 1); 
  transform-origin: left top; 
  transition: transform .5s; 
  width: 100%;
}*/
/* リンクにホバーした際の下線の表示 */
/*.footer-pdf-img1 a:hover .footer-pdf-text::after,
.footer-pdf-img2 a:hover .footer-pdf-text::after{
  transform: scale(1, 1); 
}*/


.footer-pdf-img1 .footer-pdf-text-link,
.footer-pdf-img2 .footer-pdf-text-link {
	font-size: 14px;
    color: #fff;
    margin: 5px auto;
    line-height: 1.5;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.5s;
    padding-bottom: 2px;
}

.footer-pdf-img1:hover .footer-pdf-text-link,
.footer-pdf-img2:hover .footer-pdf-text-link {
    background-size: 100% 2px;
}


.footer-pdf-img1 .footer-pdf-text-link img,
.footer-pdf-img2 .footer-pdf-text-link img {
    width: 1.2em;
    padding-right: .3em;
    margin-top: -0.3em;
}


.copyright{
	width: 100%;
	padding:10px 0 20px 0;
	text-align: center;
	font-size: 15px;
    color: #fff;
    background: #bebebe;
}



@media screen and (max-width: 1170px) {


.footer-sitemap{
    width :100%;
    display:flex;
    flex-wrap:wrap;
    box-sizing: border-box;
}


.footer-pdf{
    width : 100%;
    margin-left: 0;
}
}


    

@media screen and (max-width: 1170px) {

.footer-top{
    width : -webkit-calc( 100% - 40px );
    width : calc( 100% - 40px );
    max-width: 1500px;
	margin:0 auto;
	padding:0 20px 150px 20px;
}
    
    
.sitemap01{
    width : 50%;
    min-width: auto;
    padding-left: 10px;
    border-left: 1px solid #fff;
    margin: 30px 0;
    box-sizing: border-box;
}
    
    

.sitemap02{
    width : 100%;
    min-width: auto;
    border-left: 1px solid #fff;
    margin: 30px 0;
    box-sizing: border-box;
    
    display:flex;
    flex-wrap:wrap;
}

.sitemap02-1{
    width : 50%;
    min-width: auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.sitemap02-2{
    width : 50%;
    padding-left: 10px;
    box-sizing: border-box;
}


.sitemap02-title{
    width : 100%;
    padding-left: 10px;
}
    
    

.sitemap01 ul li a{
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-left: 1.2em;
}
    
.sitemap01 ul li.sitemap-title a {
    font-size: 15px;
}


.sitemap01 ul li.sitemap-title a span {
    font-size: 12px;
}
    

.sitemap02 ul li a{
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-left: 1.2em;
}
.sitemap02 ul li.sitemap-title a {
    font-size: 15px;
    color: #fff;
    position: static;
    padding-left: 0;
}


.sitemap02 ul li.sitemap-title a span {
    font-size: 12px;
}

    
    
.footer-pdf-title{
    width : 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #4783d2;
    margin: 30px 0 20px 0;
}

.footer-pdf-text{
    display: inline-block;
	font-size: 11px;
    color: #fff;
    /*background: url("../img/dl-icon.png") no-repeat left top;*/
    background-size: 15px;
    padding-left: 1.7em;
    margin: 5px auto;
}

    
    
    
.copyright{
	width: 100%;
	padding:10px 0 20px 0;
	text-align: center;
	font-size: 9px;
    color: #fff;
    background: #bebebe;
}
}



.sp-foot{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.sp-foot ul{
    display:flex;
  align-items: center;
  justify-content: center;
    width: 100%;
}


.sp-foot ul li{
    display:table;
    width: 50%;
    height: 80px;
    text-align: center;
    background: #fff;
}

.sp-foot ul li:nth-child(1){
    box-sizing: border-box;
    border-right: 1px solid #8C8C8C;
}

.sp-foot ul li a{
    display:table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #8C8C8C;
    font-size: 12px;
}

.sp-foot ul li a img{
    width: 50px;
}










