@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝＝＝＝共通＝＝＝＝＝＝＝＝*/
/*ボディー全体*/
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fdfdfd;
	color: #000;
	font-family: 'Shippori Mincho', serif;
}
/*ヘッダー*/
header {
  opacity: 0.9;
  height: 120px;
  width: 100%;
  color: #ffffff;
  background-color: #Fdfdfd;
  position: fixed;
  z-index: 999999;
  top: 0;
}
/*ロゴ*/
.common_logo a:hover {
  opacity: 0.5;
}
.common_logo img {
  height: 50px;
  margin-top: 20px;
}
/*ナビ*/
.common_navi a {
  display: block;
  padding: 8px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.common_navi a:hover {
  opacity: 0.3;
}
.nohero .head_fixed + * {
  margin-top: 90px;
}
/*パンくずリスト*/
.breadcrumbs{
	width: 80%;
	margin: 20px auto;
}
.breadcrumbs a {
	font-size: 16px;
    margin-left: 20px;
	color: #12346D;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumbs b {
	font-size: 16px;
    margin-left: 20px;
}
/*フッター共通*/
footer {
  opacity: 0.9;
  height: auto;
  color: #ffffff;
  background-color: #12346D;
}
.common_footer_navi a {
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 3.0;
}
.common_footer_pc {
  display: none;
}
small {
  text-align: center;
	font-size: 10px;
}
	.footer_out {
		display: flex;
		flex-direction: column;
        align-items: center;
		margin: 10px auto 0;
	}

/* topへ戻るボタン */
.gotop {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 10000;
    border-radius: 50%;
    font-family: "M PLUS Rounded 1c";
}
.gotop::before {
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}

/* -モバイル版-600px以下
------------------------------------------------------------*/
/*ヘッダー*/
@media(max-width:600px) {
	header {
    height: 90px;
}
  .header_in {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  /*トグルボタン*/
  .common_toggle {
    padding: 0;
    outline: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #12346D;
    background-color: inherit;
    z-index: 9999;
  }
  /*ナビ*/
  .common_navi {
    text-align: center;
    display: none;
    background-color: #12346D;
  }
  .common_navi a {
    color: #fff;
  }
	.header_wrap .common_navi a {
		font-size: 20px;
        padding-top: 20px;
	}
    .navi_user img {
        max-width: 70%;
        margin: 0px auto 20px;
    }
  /*フッターモバイル版*/
  .common_footer_pc {
    display: none;
  }
	.common_footer_img{
		margin: auto;
	}
	.common_footer_img img{
		max-width: 70%;
    margin: 30px auto 20px;
	}
  .common_footer_mobile {
    text-align: center;
        font-size: 12px;
    display: flex;
    flex-direction: column;
	  padding-bottom: 10px;
  }
  .common_icons {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem;
  }
	    .footer_03 img {
        max-width: 70%;
        margin: 30px auto 20px;
    }
  /*フッターモバイル版ここまで*/
}

/* -PC版-600px以上
------------------------------------------------------------*/
@media(min-width: 600px) {
  /*トグルボタン*/
  .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    height: 13vh;
  }
  .nohero .head_fixed + * {
    margin-top: 13vh;
  }
  .heder_in {
    width: auto;
  }
  /*ナビ*/
	.navi_user{
		display: none;
	}
  .common_navi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
	  flex-wrap: wrap;
        margin-top: 30px;
  }
  .common_navi ul li {
    padding-left: 0.3rem;
  }
  /*ロゴ*/
  .common_logo img {
    margin-top: 50px;
  }
  /*ロゴ*/
  .common_tel img {
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
  }
  /*フッターpc版*/
  .common_footer_mobile {
    display: none;
  }
  .common_footer_pc {
    display: block;
	  padding: 0 50px;
  }
  .common_footer_container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
	  font-size: 16px;
  }
  .common_footer_table {
    margin: 10px;
    font-size: 15px;
    text-align: left;
  }
  .common_footer_table th {
    font-weight: inherit;
    vertical-align: top;
    width: 80px;
  }
  .common_footer_table th {
    font-weight: inherit;
    vertical-align: top;
  }
  .common_footer_container_small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	  font-size: 13px;
  }
  .common_footer_return {
    margin-bottom: 3rem;
  }
  .common_footer_return a {
    color: white;
    font-size: 15px;
    text-decoration: none;
  }
  .common_footer_return p:hover {
    opacity: 0.3;
  }
	
	
  .footer_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_01 a {
    color: #fff;
  }
  .footer_02 {
    display: flex;
    justify-content: space-between;
  }
  .footer_02 img {
    width: auto;
  }
.footer_02 .common_navi ul {
	margin-top: 0;
	}
  .footer_03 {
    display: flex;
    justify-content: space-between;
	  margin-top: 20px;
        flex-wrap: wrap;
  }
  .footer_03 img {
    height: 70px;
    width: auto;
  }
  /*フッターpc版ここまで*/
}
@media (min-width: 601px) {
    .common_toggle {
        display: none;
    }
}