@charset "utf-8";
/* CSS Document */

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */

/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NS-400.woff2') format('woff2'),
    url('fonts/NS-400.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/NS-900.woff2') format('woff2'),
    url('fonts/NS-900.woff') format('woff');
  font-display: swap;
}

/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', '游ゴシック',
    '游ゴシック体', 'Open Sans', Arial, Verdana, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  /*font-family: 'Hiragino Sans', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  /*font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', Arial, Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
}

h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1rem;
  font-weight: 900;
  /*font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Open Sans', Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  /* font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
}

.sp {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/*--------------------------------------
　Base
---------------------------------------*/

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  /*line-height: 1.8em;*/
  min-width: 1000px;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.wi1000 {
  width: 1000px;
  margin: 0 auto;
}

.wi1100 {
  width: 1100px;
  margin: 0 auto;
}

.ab {
  position: absolute;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.fc_blue {
  color: #093182;
}

.fc_yellow {
  color: #d6f900;
}

/*
・マーカーライン…<span class=”marker”>マーカーラインの強調テキスト</span>
・太字…<span class=”txt_bold”>太字の強調テキスト</span>
*/

.h1-lead {
  margin: -1rem auto 4rem;
  font-size: 1.1rem;
}

p span {
  font-weight: 900;
}

.marker {
  background: linear-gradient(transparent 70%, #eaff6a 60%);
  font-weight: 900;
}

.bg_blue .marker {
  background: linear-gradient(transparent 70%, rgba(234, 255, 106, 0.4) 60%);
}

.txt_bold {
  background: none;
  font-weight: 900;
  color: #093182;
}

.bg_white {
  background: #fff;
}

.bg_blue {
  background: #093182;
}

.bg_blue2 {
  background: #041e52;
}

.bgTxt {
  font-size: 7.4rem;
  line-height: 8.8rem;
  font-weight: 900;
  color: #fff;
  opacity: 0.2;
  left: 40px;
}

/* ================== */
/*header　*/
/* ================== */

header {
}

.sitename_wrap {
  padding: 8px 15px;
}

.sitename,
.sitename a {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  line-height: 2rem;
}

.key_sec .sitename {
  float: left;
}

.key_sec .cname {
  float: right;
  font-size: 1.1rem;
  color: #fff;
}

/* .sitename::before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  text-shadow: none;
  width: 3.5rem;
  line-height: 1.5;
} */

.sitename a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ================== */
/*barger　*/
/* ================== */

.overlay {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s;
}

body.fix {
  position: fixed;
  left: 0;
  right: 0;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.out-frame {
  height: 100%;
  min-height: 100vh;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bargBg {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.5s;
  width: 60px;
  height: 60px;
  border: 2px solid #093182;
}

.bargBg:hover {
  opacity: 0.7;
}

/*.bargBg p {
color: #FFF;
font-size: 12px;
font-size: 1.2rem;
margin: 0;
position: absolute;
left: calc(50% - 19px);
bottom: 4px;
}*/
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

.bargBg.active {
  transform: translateX(-300px);
}

.bargBg span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  width: 26px;
  height: 2px;
  background-color: #093182;
}

.bargBg.active span {
  background-color: #093182;
}

.bargBg span:nth-of-type(1) {
  top: 17px;
}

.bargBg.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
  top: 28px;
}

.bargBg.active span:nth-of-type(2) {
  opacity: 0;
}

.bargBg span:nth-of-type(3) {
  top: 39px;
}

.bargBg.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

nav {
  overflow-y: scroll;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all 0.5s;
}

nav.open {
  transform: translateZ(0);
}

nav li {
  color: #fff;
  text-align: center;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.header-menu ul.accordion ul {
  display: none;
}

#g-nav .accordion li {
  /* border-bottom: 1px solid #ccc; */
}

#g-nav .accordion li a {
  display: block;
  text-align: left;
  padding: 15px 28px 15px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  background: #fff url('img/arr_black2.png') 96% 50% no-repeat;
  background-size: 14px auto;
}

#g-nav .accordion li .tglMenu {
  text-align: left;
  color: #000;
  padding: 15px 25px 15px 15px;
  background: #ecf1f9 url('img/arr_black_down.png') 96% 50% no-repeat;
  background-size: 12px auto;
  image-rendering: -webkit-optimize-contrast;
}

#g-nav .accordion li .tglMenu:hover {
  opacity: 0.7;
}

#g-nav .accordion li .tglMenu.open {
  background: #ecf1f9 url('img/arr_black_up.png') 96% 50% no-repeat;
  background-size: 12px auto;
}

#g-nav .accordion li a,
#g-nav .accordion li .tglMenu {
  line-height: 2rem;
}

#g-nav .accordion li ul li a {
  padding: 15px 25px 15px 30px;
  color: #000;
  background: #fff url('img/arr_black2.png') 96% 50% no-repeat;
  background-size: 14px auto;
}

#g-nav .accordion li ul li a:hover {
  opacity: 0.8;
}

#g-nav .accordion li ul li {
  border-bottom: none;
  border-top: 1px solid #eee;
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
  padding: 0;
}

#index,
#category,
#page {
  margin: 0;
  padding: 0;
}

#category,
#page {
  position: relative;
  margin: 0 auto;
}

.key_sec {
  background: url(img/key_sec_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.key_sec .inner {
  padding: 30px 0;
}

.key_sec .logo {
  width: 300px;
  margin: 0 auto;
}

.key_sec .logo img {
  image-rendering: -webkit-optimize-contrast;
  /* backface-visibility: hidden; */
  /* -webkit-backface-visibility: hidden; */
}

.key_sec .logo a {
  display: block;
}

.key_sec .logo a:hover {
  opacity: 0.7;
}

/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 60px;
}

#page-top:hover {
  opacity: 0.7;
}

/*--------------------------------------
　botFix_pc
---------------------------------------*/

#botFix_pc {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9;
  max-width: 190px;
}

#botFix_pc.js-hide {
  display: none!important;
}

#botFix_pc .btn1 {
  background: #ecf1f9 url(img/arr_black2.png) right 10px top 50% no-repeat;
  background-size: 12px;
  border: 2px solid #093182;
}

#botFix_pc a {
  font-weight: 900;
}

#botFix_pc .btn1 a {
  color: #000;
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1rem;
  padding: 10px 15px;
}

#botFix_pc .btn1 a .bg_blue2 {
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
}

#botFix_pc .btn1 a .fs_s {
  font-size: 1.3rem;
}

#botFix_pc .btn1 a .dot {
  position: relative;
}

#botFix_pc .btn1 a .dot:before {
  content: '';
  background: url(img/dot.png) no-repeat;
  background-size: 100% auto;
  width: 18%;
  height: 18%;
  top: -1px;
  left: calc(50% - 2px);
  position: absolute;
}

/* #botFix_pc .btn1 a .dot:before {
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: -1px;
  left: calc(50% - 2px);
  position: absolute;
} */

#botFix_pc .btn2 {
  margin: 0 0 15px 0;
}

#botFix_pc .btn2 a {
  background: #f8603f url(img/arr_white.png) right 2px top 50% no-repeat;
  background-size: 10px auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  display: block;
  text-align: left;
  padding: 15px 15px 10px 15px;
  position: relative;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}

#botFix_pc .btn2 a .bg_yellow {
  background: #d6f900 url(img/icon_run.png) right 5px top 50% no-repeat;
  background-size: 28px auto;
  font-size: 1.3rem;
  color: #000;
  border-radius: 5px;
  padding: 6px 30px 6px 5px;
  letter-spacing: 0.05rem;
}

#botFix_pc .btn2 a .bb_yel {
  font-size: 2.2rem;
  background: linear-gradient(transparent 92%, #eaff6a 60%);
}

#botFix_pc a:hover {
  text-decoration: none;
}

#botFix_pc .btn1:hover,
#botFix_pc .btn2:hover {
  opacity: 0.7;
  text-decoration: none;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  width: 1000px;
  margin: 10px auto 50px;
  padding: 0;
}

#pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto;
  color: #999;
}

#pankuzu span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

#pankuzu a {
  color: #999;
}

#pankuzu a:hover {
  text-decoration: underline;
}

/*--------------------------------------
Footer
---------------------------------------*/

footer {
  margin: 140px 0 0 0;
  padding: 60px 0 0 0;
  background: #041e52;
  position: relative;
}

footer .foot_logo {
  width: 330px;
  margin: 0 auto 50px;
  position: relative;
}

footer .foot_logo a:hover {
  opacity: 0.7;
}

footer .areaInner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .areaInner .footBox {
  margin: 0 0 30px 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
}

footer .areaInner .footBox .sttl a {
  background: url('img/arr_white.png') 3px 50% no-repeat;
  background-size: 15px auto;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 3px 0 3px 20px;
}

footer .areaInner .smap {
  margin: 0 0 50px 0;
}

footer .areaInner .smap .sttl a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
}

footer .foot_link {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 50px;
}

footer .foot_link a {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
}

footer .foot_link a:nth-child(1) {
  display: inline-block;
  margin-right: 15px;
}

footer .foot_link a:nth-child(2) {
  display: inline-block;
  margin-left: 15px;
}

footer .foot_link a:hover {
  text-decoration: none;
}

footer .footBox ul {
  padding: 0 20px;
}

footer .areaInner .footBox .accChild {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
  background: none;
}

footer .areaInner .footBox .accChild li.subCat {
  margin: 0 30px 0 0;
  padding: 0;
}

footer .areaInner .footBox .accChild li.subCat::after {
  content: '　/　';
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild .sp + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
}

footer .areaInner .footBox .accChild .sp + li.subCat::before {
  content: '';
}

footer .areaInner .footBox .accChild .subList li::after {
  content: '　/　';
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer .areaInner .footBox .accChild li.sp {
  display: none;
}

footer .areaInner .footBox .accChild li a {
  /*background: url("img/arrow_white.png") 0 50% no-repeat;
background-size: 5.5px;*/
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0 0 0 16px;
}

footer .areaInner .footBox .accChild .subList li:first-child:before {
  content: '　/　';
  letter-spacing: 0;
  color: #fff;
}

footer .areaInner .footBox .accChild .subList {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
  padding: 0 0 0 0;
  display: inline-block;
  margin: 0;
}

footer .areaInner .footBox .accChild .subList li a {
  /*background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;*/
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

footer .smLink {
  display: inherit;
  text-align: right;
  margin: 0 0 40px 0;
}

footer .smLink a {
  /*background: url("img/arrow_square_black.png") 6px 50% no-repeat;
background-size: 17px;*/
  padding: 2px 0 2px 30px;
}

footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 71%;
  background-color: #fff;
  padding: 20px 30px;
  margin: 50px auto 0;
}

footer .areaInner .noticeArea p {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 2.6rem;
}

footer .areaInner .noticeArea p a {
  color: #333;
}

footer .botPrg {
  padding: 15px 0 0;
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

footer .botArea {
  padding: 13px 0;
  background: #041e52;
  border-top: 1px solid #fff;
}

footer .botArea .botInner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

footer .botArea .botInner .smap {
  float: right;
}

footer .botArea .botInner .smap a {
  background: url('img/arr_white.png') 2px 50% no-repeat;
  background-size: 15px;
  padding: 2px 0 2px 20px;
  text-decoration: none;
  color: #fff;
}

footer .botArea .botInner .smap a:hover {
  text-decoration: underline;
}

footer p.copy {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #fff;
}

footer p.copy a {
  color: #fff;
  text-decoration: none;
}

/* ================== */
/*メインコンテンツ　*/
/* ================== */

#contents .caption {
  display: block;
  text-align: center;
  /* white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; */
}

/* .caption::-webkit-scrollbar {
  height: 5px;
} */

.caption::-webkit-scrollbar-thumb {
  /* border-radius: 2px; */
  /* background: #ddd; */
}

.caption::-webkit-scrollbar-track {
  /* border-radius: 5px; */
  /* background: #eee; */
}

/*--------------------------------------
　content
---------------------------------------*/

#category h1,
#page h1 {
  width: 1000px;
  letter-spacing: 0.2rem;
  color: #fff;
  background: #041e52;
  font-size: 3.8rem;
  line-height: 1.4;
  margin: 0 auto 40px;
  padding: 20px 100px;
  text-align: center;
  position: relative;
}

#category h1:before,
#page h1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #d6f900;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#category h1:after,
#page h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #d6f900;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

#category h2,
#page h2 {
  letter-spacing: 0.2rem;
  background: #041e52;
  margin: 50px 0 30px;
  padding: 18px 20px 18px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: left;
  border-left: 4px solid #d6f900;
  position: relative;
  color: #fff;
}

#index h3 a,
#category h2 a,
#page h2 a {
  display: block;
  background: url('img/arr_white.png') right 0 top 50% no-repeat;
  background-size: 14px auto;
  padding: 0 20px 0 0;
  color: #fff;
}

#index h3 a,
#category h2 a,
#page h2 a {
  text-decoration: none;
}

#index h3 a:hover,
#category h2 a:hover,
#page h2 a:hover {
  opacity: 0.5;
}

#index h4,
#category h3,
#page h3 {
  letter-spacing: 0.2rem;
  padding: 18px 0 17px 0;
  border-bottom: 3px solid #093182;
  margin: 35px 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: left;
  position: relative;
}

#index h4:before,
#category h3:before,
#page h3:before {
  content: '';
  background: #d6f900;
  display: inline-block;
  width: 80px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

#index h4 a,
#category h3 a,
#page h3 a {
  text-align: left;
  display: block;
  background: url('img/arr_black2.png') right 15px top 50% no-repeat;
  background-size: 14px auto;
  padding: 0 20px 0 0;
}

#index h3 a,
#category h2 a,
#page h2 a {
  text-decoration: none;
}

#index h4 a:hover,
#category h3 a:hover,
#page h3 a:hover {
  opacity: 0.5;
}

#index h5,
#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  letter-spacing: 0.2rem;
  position: relative;
  margin: 35px 0 20px;
  padding: 5px 0 5px 0;
  color: #093182;
  /*background: linear-gradient(to right,
#ccc 0%,色の部分
#ccc 55%,色の部分
rgba(0,0,0,0) 40%,空白の部分
rgba(0,0,0,0) 100%)空白の部分
repeat-x left bottom/10px 2px;*/
  /*background: url(img/line01.gif) 0 100% repeat-x;
background-size: auto 3px;*/
  font-size: 22px;
  font-size: 2.2rem;
}

#index h5 a,
#category h6 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h4 a,
#page h5 a,
#page h6 a {
  position: relative;
  display: block;
  background: url('img/arr_black2.png') right 15px top 50% no-repeat;
  background-size: 14px auto;
  padding: 0 35px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #093182;
}

#index h5 a:hover,
#category h6 a:hover,
#category h4 a:hover,
#category h5 a:hover,
#category h6 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover {
  opacity: 0.5;
}

#contents ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0 0;
}

#contents ul li {
  padding: 0 0 0 22px;
  background: url(./img/listicon.png) 2px 8px no-repeat;
  background-size: auto 14px;
  margin: 0 0 5px 0;
}

#contents ul li:last-child {
  margin: 0;
}

#contents ul li a {
  text-decoration: underline;
}

#contents ul li a:hover {
  text-decoration: none;
}

#contents ol {
  margin: 20px 0 20px;
  padding: 10px 14px 0 0;
  counter-reset: number;
}

#contents ol li {
  padding: 0 0 6px 22px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#contents ol li::before {
  display: block;
  background-color: #093182;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
}

#contents ol li:nth-child(-n + 9):before {
  content: counter(number, decimal-leading-zero);
}

.sitemap ul a {
  text-decoration: underline;
}

.sitemap ul a:hover {
  text-decoration: none;
}

/*--------------------------------------
　table
---------------------------------------*/

#contents table {
  width: 100%;
  table-layout: fixed;
  margin: 50px auto 50px;
}

#contents table th,
#contents table td {
  word-break: break-all;
}

#contents table th {
  width: 24%;
  padding: 14px 16px;
  background: #e8edf6;
  border: 1px solid #093182;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
}

#contents table td {
  line-height: 1.5;
  padding: 13px;
  border: 1px solid #093182;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  word-wrap: break-word;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
  margin: 30px auto;
  padding: 0 0;
}

.float-wrap img {
  width: 100%;
}

.float-wrap.cf.tate img {
  height: 26rem;
  width: auto;
  margin: 0 10rem o o;
}

.float-wrap .catch {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  color: #093182;
  font-weight: 900;
  margin: 0 0 20px 0;
  line-height: 3.2rem;
  padding: 0;
}

.float-wrap p {
  margin: 2rem 0;
  padding: 0;
  width: auto;
}

#contents .float-wrap ul {
  display: inline-block;
  margin: 15px 0;
  padding: 0;
}

.float-wrap .fl {
  width: 320px;
  padding: 0 40px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 320px;
  padding: 0 0 10px 40px;
  text-align: center;
}

.float-wrap .center {
  width: 440px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

#contents .float-wrap table {
  width: 68%;
  margin: 2rem 0 3rem;
}

#contents .float-wrap table th {
  width: 42%;
}

.caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8rem;
  word-break: break-all;
  color: #999;
}

.caption a {
  color: #999;
  text-decoration: underline;
}

.bg_blue .caption,
.bg_blue .caption a {
  color: #fff;
}

.caption a:hover {
  color: #999;
  text-decoration: none;
}

/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a,
.btn-internal a,
.btn-web a {
  box-sizing: border-box;
  text-decoration: none;
}

.btn-link {
  margin: 20px 0;
  text-align: right;
}

.btn-link a {
  font-size: 1.5rem;
  color: #000;
  display: inline-block;
  background: url('img/arr_black2.png') 100% 50% no-repeat;
  background-size: 14px auto;
  padding: 4px 20px 4px 0;
  line-height: 1.3;
  text-decoration: underline;
}

.btn-link a:hover {
  text-decoration: none;
}

.btn-internal {
  width: 450px;
  margin: 30px auto;
}

.btn-web {
  width: 450px;
  margin: 30px auto;
}

.btn-internal a {
  background: #093182 url('img/arr_white.png') right 20px top 50% no-repeat;
  background-size: 15px auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  text-align: center;
  padding: 20px 50px 20px 30px;
  position: relative;
  line-height: 2.4rem;
  box-shadow: 5px 5px 0 0 #ccc;
}

.btn-internal a:hover {
  opacity: 0.7;
}

.btn-tel {
  display: none;
}

.btn-web a {
  background: #f8603f url('img/arr_white.png') right 20px top 50% no-repeat;
  background-size: 15px auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  text-align: center;
  padding: 20px 50px 20px 30px;
  position: relative;
  line-height: 2.4rem;
  box-shadow: 5px 5px 0 0 #ccc;
}

.btn-web a:hover {
  opacity: 0.7;
}

.wi1100 {
  width: 1100px;
}

.auto {
  margin: 0 auto;
}

.webLink {
  font-size: 10px;
  color: #808080;
  text-align: center;
  line-height: 1.6rem;
}

p {
  margin: 0px 0px 3rem 0px;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page.sitemap {
  width: 1000px;
  margin: 0 auto;
}

#page.sitemap li a:hover {
  text-decoration: underline;
}

/*目次*/
#contents #pageList {
  margin: 80px auto;
  background: #efefef;
}

#contents #pageList .decoTit {
  display: block;
  padding: 20px 30px;
  border-bottom: 2px solid #fff;
}

#contents #pageList .decoTit .sTit {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0;
  position: relative;
}

#contents #pageList .decoTit .sTit:before {
  content: '';
  background: #000;
  width: 50px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 65px;
}

#contents #pageList #toc {
  padding: 30px 30px;
}

#contents #index #pageList #toc .chapter .chapter {
  /*display: none;*/
}

#contents #pageList ul {
  margin: 0;
  padding: 0;
  /*counter-reset: ul;*/
}

#contents #pageList #toc > ul > li {
  counter-increment: count;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  background: none;
}

#contents #pageList ul li {
  position: relative;
}

#contents #pageList #toc > ul > li::after {
  content: '0' counter(count);
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate(0, -50%);
  color: #fff;
  background: #093182;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 900;
  width: 20px;
  height: 20px;
}

#contents #pageList ul li:last-child {
  margin: 0;
}

#contents #pageList ul li span {
  font-size: 1.5rem;
  color: #222;
}

#contents #pageList ul ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents #index_cont #pageList .chapter .chapter {
  display: none;
}

#contents #pageList .chapter .chapter li {
  padding: 0 0 0 12px;
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  background: url(img/arr_sub.png) left 0 top 15% no-repeat;
  background-size: 8px auto;
}

/*#contents #index #pageList ul li:before,
#contents #pageList .chapter .chapter li:before {
display: none;
}*/
#contents #pageList ul li a {
  padding: 0;
  /* display: block; */
  line-height: 3rem;
  text-decoration: none;
  position: relative;
  font-size: 1.5rem;
}

#contents #pageList ul li a:hover {
  text-decoration: underline;
}

#contents #pageList ul li br {
  display: none;
}

/*関連リンク*/

#contents #article {
  width: 100%;
  margin: 80px auto;
  background: #efefef;
}

#contents #article .tit {
  font-size: 2.4rem;
  font-weight: 900;
  padding: 20px 30px 20px 30px;
  letter-spacing: 0.2rem;
  position: relative;
  border-bottom: 2px solid #fff;
}

#contents #article .tit-text {
  margin: 0;
  display: inline;
  position: relative;
}

#contents #article .tit-text:after {
  content: '';
  background: #000;
  width: 50px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: -20%;
}

#contents #article #detail {
  padding: 30px 30px 30px 30px;
}

#contents #article ul {
  margin: 0;
  padding: 0;
}

#contents #article ul li {
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
  background: url(img/arr_green.png) 0 50% no-repeat;
  background-size: 14px auto;
}

#contents #article ul li a {
  padding: 0;
  display: block;
  line-height: 2.6rem;
  text-decoration: none;
  position: relative;
}

#contents #article ul li:last-child {
  margin: 0;
}

#contents #article ul li a {
  text-decoration: none;
}

#contents #article ul li a:hover {
  text-decoration: underline;
}

/*共通*/

.comHuki {
  width: 800px;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  position: relative;
  padding: 10px 40px 30px 40px;
}

.comHuki:before {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 50px;
  height: 15px;
}

.comHuki:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  bottom: -14px;
  background: #041e52;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 50px;
  height: 15px;
}

.comHuki .sTit {
  text-align: center;
  margin: -30px auto 10px;
}

.comHuki .sTit .sT_inner {
  display: inline-block;
  font-size: 1.8rem;
  color: #041e52;
  font-weight: 900;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #041e52;
  padding: 4px 30px;
}

.comHuki .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.comHuki .big {
  font-size: 2.5rem;
}

/*共通アイコン*/
.comIcon {
  width: 120px;
}

.comIcon img {
  display: block;
  margin: 0 auto;
}

.comIcon .label {
  width: 100px;
  margin: -10px auto 0;
  background: #041e52;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: relative;
}

.comHuki .box2 .txtArea {
  width: calc(100% - 120px);
  padding: 0 0 0 40px;
}

.comHuki .box2 .txtArea p {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  color: #fff;
  line-height: 3.6rem;
  margin: 0;
}

/*黄色ラベル*/
.yelLabelTit {
  background: #d6f900;
  font-size: 2rem;
  font-weight: 900;
  padding: 12px 30px 12px 30px;
  text-align: center;
}

.yelLabelTit:after {
  content: '';
  border-top: 1px solid #d6f900;
  position: absolute;
  top: 0;
  right: -40px;
  background: #d6f900;
  width: 40.5px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
}

/*sec_comCont01*/
.sec_comCont01 {
}

.sec_comCont01 .bg_blue {
  background: #093182 url(img/deco_sec_tri01.png) 100% 0 no-repeat;
  background-size: auto;
  position: relative;
  padding: 220px 0 100px;
}

#category .sec_comCont01 .bg_blue::before,
#page .sec_comCont01 .bg_blue::before,
#single .sec_comCont01 .bg_blue::before {
  content: '';
  background: #093182;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#category .sec_comCont01 .bg_blue::after,
#page .sec_comCont01 .bg_blue::after,
#single .sec_comCont01 .bg_blue::after {
  content: '';
  background: #093182;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sec_comCont01 .bg_blue .yelLabelTit {
  top: 0;
  left: 0;
}

.sec_comCont01 .bgTxt {
  top: 70px;
}

.sec_comCont01 .bg_blue .topBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.sec_comCont01 .bg_blue .topBox2 {
  margin: 0 auto 80px;
}

.sec_comCont01 .bg_blue .topBox2 p {
  color: #fff;
}

.sec_comCont01 .bg_blue .topBox2 p .txt_bold {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

.sec_comCont01 .bg_blue .topBox .ph,
.sec_comCont01 .bg_blue .topBox .txtArea {
  width: 480px;
}

.sec_comCont01 .bg_blue .topBox .txtArea * {
  color: #fff;
}

#contents .sec_comCont01 .bg_blue .topBox .txtArea .titArea {
  margin: 0 0 30px 0;
}

#contents .sec_comCont01 .bg_blue .topBox .txtArea .idxh2 {
  font-size: 5rem;
  text-align: left;
  margin: -20px 0 0 0;
  line-height: 6rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

#contents .sec_comCont01 .bg_blue .topBox .txtArea .idxh2 .fs_s {
  font-size: 3rem;
  display: inline-block;
  line-height: 4.8rem;
}

.sec_comCont01 .bg_blue .topBox .txtArea .catch {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 4.2rem;
  margin: 0 0 25px 0;
}
.sec_comCont01 .bg_blue .marker {
  background: linear-gradient(transparent 70%, rgba(234, 255, 106, 0.4) 60%);
  font-size: 3.4rem;
  letter-spacing: 0.05rem;
}

/*sec_comCont02*/
.sec_comCont02 {
  margin: 100px auto 0;
}

.sec_comCont02 .idxh3 {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 6rem;
  margin: 0 0 30px 0;
}

.sec_comCont02 .idxh3 .marker {
  font-size: 4.4rem;
}

.sec_comCont02 .boxOut {
  position: relative;
  padding: 60px 0 0;
  margin: 0 auto 50px;
  /* background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #041e52 50%, #041e52 100%); */
}

/* .sec_comCont02 .boxOut:before {
  content: "";
  background: #041e52;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.sec_comCont02 .boxOut:after {
  content: "";
  background: #041e52;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  z-index: -1;
} */

.sec_comCont02 .boxOut .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_comCont02 .boxOut .inner .circleBox {
  width: 336px;
  height: 336px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #c8d4ee 50%,
    #c8d4ee 100%
  );
}

.sec_comCont02 .boxOut .inner .circleBox * {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.sec_comCont02 .boxOut .inner .circleBox .txtTop {
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 0 0 40px 0;
}

.sec_comCont02 .boxOut .inner .circleBox .icon {
  width: 75px;
  margin: -40px auto 30px;
  box-shadow: 5px 5px 0 #093182;
}

.sec_comCont02 .boxOut .inner .circleBox .txtBot {
  font-size: 2.2rem;
  line-height: 4rem;
}

.sec_comCont02 .boxOut .inner .circleBox .txtBot .fs_l {
  font-size: 3rem;
}

#contents .sec_comCont02 .caption {
  width: 1000px;
  margin: 0 auto 80px;
  text-align: left;
  overflow: inherit;
  white-space: inherit;
  font-size: 1.3rem;
  color: #666;
  line-height: 2.3rem;
  padding: 0 30px;
}

/*sec_comCont03*/
.sec_comCont03.bg_gray {
  background: #efefef;
  width: 1000px;
  margin: 0 auto 190px;
  border: 1px solid #093182;
  padding: 80px 40px 50px 40px;
}

.sec_comCont03 .sTit {
  text-align: center;
  margin: -115px auto 40px;
}

.sec_comCont03 .sTit span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  background: #d6f900;
  padding: 20px 50px;
  border-radius: 10px;
}

.sec_comCont03 .idxh3 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 5.8rem;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 0 40px 0;
}

.sec_comCont03 .idxh3 .fc_blue {
  font-size: 4rem;
}

.sec_comCont03 .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec_comCont03 .box2 .sBox:nth-child(1) {
  width: 440px;
}

.sec_comCont03 .box2 .sBox:nth-child(2) {
  width: calc(100% - 440px);
  padding: 0 0 0 40px;
  position: relative;
}

.sec_comCont03 .box2 .sBox:nth-child(2):before {
  content: '';
  position: absolute;
<!--
  background: url(img/illust01.png) no-repeat;
-->
  background-size: 160px auto;
  width: 160px;
  height: 208px;
  bottom: -184px;
  right: 125px;
}

.sec_comCont03 .sBox .husen {
  background: #041e52 url(img/arr_yelL.png) 0 50% no-repeat;
  background-size: contain;
  padding: 15px 20px 15px 70px;
}

.sec_comCont03 .sBox .husen:nth-child(1) {
  margin: 0 auto 20px;
}

.sec_comCont03 .sBox .husen p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 3.6rem;
  margin: 0;
}

.sec_comCont03 .sBox .husen p .fc_yellow {
  font-size: 2.6rem;
}

/*sec_comCont04*/
.sec_comCont04 .comHuki {
  margin: 0 auto 60px;
}

.sec_comCont04 .btn_float {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_comCont04 .btn_float .btn-web {
  margin: 0;
  width: 47%;
}

/*sec_comCont05*/

.sec_comCont05 {
  width: 800px;
  margin: 100px auto;
}

.sec_comCont05 .inner {
  border: 1px solid #041e52;
}

.sec_comCont05 .inner .fstCont {
  position: relative;
}

.sec_comCont05 .inner .fstCont .yelLabelTit {
  right: 0;
  background: #d6f900;
  font-size: 2rem;
  font-weight: 900;
  padding: 12px 30px 12px 30px;
  text-align: center;
}

.sec_comCont05 .inner .fstCont .yelLabelTit:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  background: #d6f900;
  width: 40.5px;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sec_comCont05 .inner .fstCont .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
}

.sec_comCont05 .inner .fstCont .box2 .icon {
  width: 120px;
}

.sec_comCont05 .inner .fstCont .box2 .txtArea {
  width: calc(100% - 120px);
  padding: 0 0 0 40px;
}

.sec_comCont05 .inner .fstCont .box2 .txtArea p {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin: 0;
  line-height: 3.8rem;
}

.sec_comCont05 .inner .fstCont .box2 .txtArea p .fc_blue {
  font-size: 3.2rem;
}

.sec_comCont05 .inner .bg_blue2 {
  padding: 30px 40px;
}

.sec_comCont05 .inner .bg_blue2 p {
  color: #fff;
  margin: 0;
}

.sec_comCont05 .inner .txt_link {
  padding: 20px 30px;
  text-align: right;
}

.sec_comCont05 .inner .txt_link a {
  display: inline-block;
  background: url(img/arr_black2.png) right 0 top 50% no-repeat;
  background-size: 14px auto;
  padding: 0 20px 0 0;
  text-decoration: underline;
}

.sec_comCont05 .inner .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*sec_comCont06*/

.sec_comCont06 {
  width: 800px;
  margin: 100px auto;
}

.sec_comCont06 .inner {
  border: 1px solid #041e52;
}

.sec_comCont06 .inner .fstCont {
  position: relative;
}

.sec_comCont06 .inner .fstCont .yelLabelTit {
  right: 0;
  background: #d6f900;
  font-size: 2rem;
  font-weight: 900;
  padding: 12px 30px 12px 30px;
  text-align: center;
}

.sec_comCont06 .inner .fstCont .yelLabelTit:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  background: #d6f900;
  width: 40.5px;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sec_comCont06 .inner .fstCont .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
}

.sec_comCont06 .inner .fstCont .box2 .icon {
  width: 120px;
}

.sec_comCont06 .inner .fstCont .box2 .txtArea {
  width: calc(100% - 120px);
  padding: 0 0 0 40px;
}

.sec_comCont06 .inner .fstCont .box2 .txtArea p {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin: 0;
}

.sec_comCont06 .inner .fstCont .box2 .txtArea p .fc_blue {
  font-size: 3.2rem;
}

.sec_comCont06 .inner .bg_blue2 {
  padding: 30px 40px;
}

.sec_comCont06 .inner .bg_blue2 p {
  color: #fff;
  margin: 0;
}

.sec_comCont06 .inner .txt_link {
  padding: 20px 30px;
  text-align: right;
}

.sec_comCont06 .inner .txt_link a {
  display: inline-block;
  background: url(img/arr_black2.png) right 0 top 50% no-repeat;
  background-size: 14px auto;
  padding: 0 20px 0 0;
  text-decoration: underline;
}

.sec_comCont06 .inner .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  body {
    line-height: 2em;
    min-width: inherit;
    width: 100%;
    padding: 0 0 78px 0;
  }

  #contents {
    overflow: hidden;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
  }

  p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1.5rem 0;
  }

  a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    /* 強調をなくす */
  }

  .wi1000 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .h1-lead {
    margin: -1rem auto 4rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  #category,
  #page {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  header .inner {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  header .logo {
    width: 65px;
  }

  header .sitename,
  header .sitename a {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 2rem;
    padding: 0;
  }

  .key_sec .sitename {
    float: none;
  }

  .key_sec .cname {
    float: none;
    font-size: 1.1rem;
    color: #fff;
  }

  .sitename_wrap {
    padding: 10px 60px 10px 10px;
  }

  /*--------------------------------------
　content
---------------------------------------*/

  .temp_inner {
    padding: 0;
    box-sizing: border-box;
  }

  #index h2,
  #category h1,
  #page h1 {
    width: 100%;
    margin: 23px auto 23px;
    font-size: 22px;
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding: 20px 20px 20px 20px;
  }

  #category h1:before,
  #page h1:before {
    content: '';
    background: #d6f900;
    position: absolute;
    width: 40px;
    height: 40px;
  }

  #category h1:after,
  #page h1:after {
    content: '';
    background: #d6f900;
    position: absolute;
    width: 40px;
    height: 40px;
  }

  #category h2,
  #page h2 {
    letter-spacing: 0.2rem;
    font-weight: 900;
    margin: 35px 0 20px;
    padding: 12px 10px 12px 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    position: relative;
  }

  #index h3 a,
  #category h2 a,
  #page h2 a {
    text-align: left;
    display: block;
    background: url('img/arr_white.png') right 0 top 50% no-repeat;
    background-size: 12px auto;
    padding: 0 20px 0 0;
  }

  #index h4,
  #category h3,
  #page h3 {
    position: relative;
    margin: 40px 0 30px;
    padding: 15px 10px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    border-bottom: 2px solid #093182;
  }

  #index h4 a,
  #category h3 a,
  #page h3 a {
    display: block;
    background: url('img/arr_black2.png') right 0 top 50% no-repeat;
    background-size: 12px auto;
    padding: 0 20px 0 0;
  }

  #index h4:before,
  #category h3:before,
  #page h3:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #index h5,
  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    position: relative;
    margin: 35px 0 20px;
    padding: 5px 10px 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  #index h5 a,
  #category h6 a,
  #category h4 a,
  #category h5 a,
  #category h6 a,
  #page h4 a,
  #page h5 a,
  #page h6 a {
    position: relative;
    background: url('img/arr_black2.png') right 0 top 50% no-repeat;
    background-size: 12px auto;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px 0 0;
  }

  .sitemap h2 a {
    color: #000;
  }

  #contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
  }

  #contents ul li {
    min-height: 12px;
    padding: 0 0 4px 22px;
    background: url(./img/listicon.png) 2px 8px no-repeat;
    background-size: auto 14px;
    image-rendering: -webkit-optimize-contrast;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #contents ol {
    padding: 10px 10px 0;
  }

  /*--------------------------------------
　table
---------------------------------------*/

  #contents .tb_scroll {
    width: 100%;
    overflow-x: auto;
    margin: 30px auto 30px;
    padding: 0 0 4px 0;
  }

  #contents table {
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
  }

  #contents table th {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }

  #contents table td {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #contents table th,
  #contents table td {
    padding: 10px;
    box-sizing: border-box;
  }

  /*--------------------------------------
　float img
---------------------------------------*/
  #contents .float-wrap {
    margin: 20px auto;
    padding: 0;
    width: 100%;
  }

  #contents .float-wrap .float-img {
    margin: 0 0 12px 0;
  }
  #contents .float-wrap.cf.tate img {
    height: auto;
    width: 70%;
}

  #contents .float-wrap .fl {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap .fr {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap .center {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }

  #contents .float-wrap img {
    width: 100%;
  }

  #contents .float-wrap p {
    line-height: 2.6rem;
    margin: 0 auto;
    width: 100%;
  }

  #contents .float-wrap .catch {
    font-size: 1.6rem;
    margin: 0 0 10px;
    line-height: 1.5;
    padding: 0;
  }

  #contents .float-wrap .fl.t_small {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap .fr.t_small {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
    float: none;
  }

  #contents .float-wrap table {
    width: 100%;
    margin: 2rem 0 2rem;
    display: table;
  }

  #contents .float-wrap table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    border-bottom: none;
  }

  #contents .float-wrap table tr:nth-child(2) th {
    border-top: none;
  }

  #contents .float-wrap table td {
    text-align: left;
    display: block;
    font-size: 1.4rem;
  }

  #contents .caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
    text-align: center;
  }

  #contents .bg_blue .caption,
  #contents .bg_blue .caption a {
    color: #fff;
  }

  /*--------------------------------------
　btn
---------------------------------------*/

  .btn-link {
    margin: 20px 0;
    text-align: center;
  }

  .btn-link a {
    background: #666 url(img/arr_white.png) right 15px top 50% no-repeat;
    background-size: 12px auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    display: block;
    text-align: center;
    padding: 16px 35px 16px 20px;
    position: relative;
    text-decoration: none;
    line-height: 2.4rem;
    box-shadow: 5px 5px 0 0 #ccc;
  }

  .btn-link a:hover {
    text-decoration: none;
  }

  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    width: 90%;
    margin: 20px auto;
  }

  .btn-internal a {
    background: #093182 url(img/arr_white.png) right 15px top 50% no-repeat;
    background-size: 12px auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 16px 35px 16px 20px;
    position: relative;
  }

  .btn-web a {
    background: #f8603f url(img/arr_white.png) right 15px top 50% no-repeat;
    background-size: 12px auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 16px 35px 16px 20px;
    position: relative;
    line-height: 2.4rem;
  }

  .btn-tel {
    display: block;
  }

  .btn-tel a {
    background: #51e16f url('img/icon_tell.png') left 20px top 50% no-repeat;
    background-size: 18px;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 16px 25px 16px 45px;
    position: relative;
    line-height: 2.4rem;
    box-shadow: 5px 5px 0 0 #ccc;
  }

  /*目次*/
  #contents #pageList {
    width: 100%;
    margin: 50px auto;
    display: block;
  }

  #contents #pageList .decoTit {
    padding: 12px 15px;
  }

  #contents #pageList .decoTit .sTit {
    width: 100%;
    writing-mode: inherit;
    font-size: 1.5rem;
    padding: 0;
    font-size: 1.6rem;
  }

  #contents #pageList .decoTit .sTit:before {
    content: '';
    background: #000;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 45px;
  }

  #contents #pageList #toc {
    width: 100%;
    padding: 20px 15px;
  }

  #contents #index #pageList #toc .chapter .chapter {
    /*display: none;*/
  }

  #contents #pageList ul {
    margin: 0;
    padding: 0;
    /*counter-reset: ul;*/
  }

  #contents #pageList ul li {
    background: none;
    line-height: 2.6rem;
  }

  #contents #pageList ul ul {
    margin: 0;
    padding: 0 0 0 25px;
  }

  #contents #pageList .chapter .chapter li {
    background: url('img/arr_sub.png') left 0 top 15% no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 15px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  #contents #pageList #toc > ul > li::after {
    line-height: 1.8rem;
  }

  #contents #index #pageList ul li:before,
  #contents #pageList .chapter .chapter li:before {
    display: none;
  }

  #contents #pageList ul li a {
    text-decoration: none;
    padding: 0;
  }

  /*関連リンク*/

  #contents #article {
    width: 100%;
    margin: 50px auto;
  }

  #contents #article .tit {
    width: 100%;
    writing-mode: inherit;
    padding: 10px 15px;
    font-size: 1.6rem;
  }

  #contents #article .tit-text:after {
    content: '';
    background: #000;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -20%;
  }

  #contents #article #detail {
    width: 100%;
    padding: 20px 15px;
  }

  #contents #article ul {
    margin: 0;
    padding: 0;
  }

  #contents #article ul li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
    background: none;
    background: url('img/arr_green.png') left 0 top 10px no-repeat;
    background-size: 12px auto;
    line-height: 2.4rem;
  }

  #contents #article ul li:last-child {
    margin: 0;
  }

  #contents #article ul li a {
    text-decoration: none;
  }

  #contents #article ul li a:hover {
    text-decoration: underline;
  }

  /*共通*/

  .bgTxt {
    font-size: 3.6rem;
    line-height: 5rem;
    color: #fff;
    opacity: 0.2;
    left: 15px;
  }

  .comHuki {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    padding: 10px 15px 20px 15px;
  }

  .comHuki:before {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    bottom: -10px;
    background: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 30px;
    height: 10px;
  }

  .comHuki:after {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    bottom: -9px;
    background: #041e52;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 30px;
    height: 10px;
  }

  .comHuki .sTit {
    text-align: center;
    margin: -40px auto 15px;
  }

  .comHuki .sTit .sT_inner {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 5px;
    padding: 7px 15px;
  }

  .comHuki .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  /*共通アイコン*/
  .comIcon {
    width: 70px;
  }

  .comIcon img {
    display: block;
    margin: 0 auto;
  }

  .comIcon .label {
    width: 70px;
    margin: -5px auto 0;
    padding: 3px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    position: relative;
  }

  .comHuki .box2 .txtArea {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
  }

  .comHuki .box2 .txtArea p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin: 0;
  }

  /*黄色ラベル*/
  .yelLabelTit {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 8px 20px 8px 20px;
    text-align: center;
  }

  .yelLabelTit:after {
    content: '';
    position: absolute;
    top: 0;
    right: -29px;
    background: #d6f900;
    width: 30px;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  }

  /*sec_comCont01*/

  #category .sec_comCont01,
  #page .sec_comCont01,
  #single .sec_comCont01 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .sec_comCont01 .bg_blue {
    background: #093182 url(img/deco_sec_tri01.png) 100% 0 no-repeat;
    background-size: 50% auto;
    position: relative;
    padding: 80px 15px 50px;
  }
  .sec_comCont01 .bg_blue .marker {
  font-size: 2.4rem;
}
  .sec_comCont01 .bg_blue .yelLabelTit {
    top: 0;
    left: 0;
  }

  .sec_comCont01 .bgTxt {
    top: 40px;
  }

  .sec_comCont01 .bg_blue .topBox {
    display: block;
    margin: 0 auto 30px;
  }

  .sec_comCont01 .bg_blue .topBox .ph,
  .sec_comCont01 .bg_blue .topBox .txtArea {
    width: 100%;
  }

  .sec_comCont01 .bg_blue .topBox .txtArea * {
    color: #fff;
  }

  #contents .sec_comCont01 .bg_blue .topBox .txtArea .titArea {
    margin: 0 0 30px 0;
  }

  #contents .sec_comCont01 .bg_blue .topBox .txtArea .idxh2 {
    font-size: 3.2rem;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    line-height: 4.8rem;
  }

  #contents .sec_comCont01 .bg_blue .topBox .txtArea .idxh2 .fs_s {
    font-size: 1.5rem;
    display: inline-block;
    line-height: 2.6rem;
  }

  #contents .sec_comCont01 .bg_blue .topBox .txtArea .ph {
    width: 100%;
    margin: 0 auto 20px;
  }

  .sec_comCont01 .bg_blue .topBox .txtArea .catch {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 2.8rem;
    margin: 0 0 15px 0;
  }

  /*sec_comCont02*/

  .sec_comCont02 {
    margin: 50px auto 0;
    padding: 0 15px;
  }

  #category .sec_comCont02,
  #page .sec_comCont02,
  #single .sec_comCont02 {
    padding: 0;
  }

  .sec_comCont02 .idxh3 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem;
    margin: 0 0 40px 0;
  }

  .sec_comCont02 .idxh3 .marker {
    font-size: 2.6rem;
  }

  .sec_comCont02 .boxOut {
    position: relative;
    padding: 20px 0 20px;
    margin: 0 auto 20px;
    /* background: none; */
  }

  /* .sec_comCont02 .boxOut::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #041e52 50%, #041e52 100%);
    width: 500px;
    height: 100%;
    left: -500px;
    bottom: 0;
  }

  .sec_comCont02 .boxOut::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #041e52 50%, #041e52 100%);
    width: 500px;
    height: 100%;
    right: 100%;
    bottom: 0;
  } */

  .sec_comCont02 .boxOut .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sec_comCont02 .boxOut .inner .circleBox {
    width: 165px;
    height: 165px;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 50%,
      #c8d4ee 50%,
      #c8d4ee 100%
    );
  }

  .sec_comCont02 .boxOut .inner .circleBox * {
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.1rem;
  }

  .sec_comCont02 .boxOut .inner .circleBox .txtTop {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 15px 0;
  }

  .sec_comCont02 .boxOut .inner .circleBox .icon {
    width: 46px;
    margin: -22px auto 10px;
    box-shadow: 3px 3px 0 #093182;
  }

  .sec_comCont02 .boxOut .inner .circleBox .txtBot {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .sec_comCont02 .boxOut .inner .circleBox .txtBot .fs_l {
    font-size: 1.6rem;
  }

  #contents .sec_comCont02 .caption {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0;
  }

  /*sec_comCont03*/

  .sec_comCont03.bg_gray {
    width: 100%;
    margin: 0 auto 150px;
    padding: 40px 15px 20px 15px;
  }

  #index .sec_comCont03.bg_gray {
    width: calc(100% - 30px);
  }

  .sec_comCont03 .sTit {
    text-align: center;
    margin: -70px auto 20px;
  }

  .sec_comCont03 .sTit span {
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 10px 30px;
    line-height: 2.2rem;
  }

  .sec_comCont03 .idxh3 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.2rem;
    margin: 0 0 30px 0;
  }

  .sec_comCont03 .idxh3 .fc_blue {
    font-size: 2.3rem;
  }

  .sec_comCont03 .box2 {
    display: block;
  }

  .sec_comCont03 .box2 .sBox:nth-child(1) {
    width: 100%;
    margin: 0 auto 20px;
  }

  .sec_comCont03 .box2 .sBox:nth-child(2) {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto 30px;
  }

  .sec_comCont03 .box2 .sBox:nth-child(2):before {
    content: '';
    position: absolute;
    background: url(img/illust01.png) no-repeat;
    background-size: 128px auto;
    width: 128px;
    height: 130px;
    bottom: -150px;
    right: calc(50% - 64px);
  }

  .sec_comCont03 .sBox .husen {
    background: #041e52 url(img/arr_yelL.png) 0 50% no-repeat;
    background-size: contain;
    padding: 10px 15px 10px 50px;
  }

  .sec_comCont03 .sBox .husen:nth-child(1) {
    margin: 0 auto 15px;
  }

  .sec_comCont03 .sBox .husen p {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    margin: 0;
  }

  .sec_comCont03 .sBox .husen p .fc_yellow {
    font-size: 2rem;
  }

  /*sec_comCont04*/
  .sec_comCont04 {
    padding: 0;
  }

  #index .sec_comCont04 {
    padding: 0 15px;
  }

  #index .sec_comCont04.pad0 {
    padding: 0;
  }

  .sec_comCont04.pad0 {
    padding: 0;
  }

  .sec_comCont04 .comHuki {
    margin: 0 auto 40px;
  }

  .sec_comCont04 .btn_float {
    display: block;
  }

  .sec_comCont04 .btn_float .btn-web {
    margin: 0 auto 15px;
    width: 95%;
  }

  /*sec_comCont05*/

  .sec_comCont05 {
    width: 100%;
    margin: 60px auto;
    padding: 0;
  }

  .sec_comCont05 .inner {
    border: 1px solid #041e52;
  }

  .sec_comCont05 .inner .fstCont {
    position: relative;
  }

  .sec_comCont05 .inner .fstCont .yelLabelTit {
    font-size: 1.4rem;
    padding: 8px 20px 8px 20px;
    text-align: center;
  }

  .sec_comCont05 .inner .fstCont .yelLabelTit:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    background: #d6f900;
    width: 30.5px;
    height: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  }

  .sec_comCont05 .inner .fstCont .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 15px 20px;
  }

  .sec_comCont05 .inner .fstCont .box2 .icon {
    width: 70px;
  }

  .sec_comCont05 .inner .fstCont .box2 .txtArea {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
  }

  .sec_comCont05 .inner .fstCont .box2 .txtArea p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    margin: 0;
  }

  .sec_comCont05 .inner .fstCont .box2 .txtArea p .fc_blue {
    font-size: 2.2rem;
  }

  .sec_comCont05 .inner .bg_blue2 {
    padding: 15px 15px;
  }

  .sec_comCont05 .inner .bg_blue2 p {
    color: #fff;
    margin: 0;
  }

  .sec_comCont05 .inner .txt_link {
    padding: 15px 15px;
    text-align: right;
  }

  .sec_comCont05 .inner .txt_link a {
    display: inline-block;
    background: url(img/arr_black2.png) right 0 top 50% no-repeat;
    background-size: 12px auto;
    padding: 0 15px 0 0;
    text-decoration: underline;
  }

  /*sec_comCont06*/

  .sec_comCont06 {
    width: 100%;
    margin: 60px auto;
    padding: 0;
  }

  .sec_comCont06 .inner {
    border: 1px solid #041e52;
  }

  .sec_comCont06 .inner .fstCont {
    position: relative;
  }

  .sec_comCont06 .inner .fstCont .yelLabelTit {
    font-size: 1.4rem;
    padding: 8px 20px 8px 20px;
    text-align: center;
  }

  .sec_comCont06 .inner .fstCont .yelLabelTit:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    background: #d6f900;
    width: 30.5px;
    height: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  }

  .sec_comCont06 .inner .fstCont .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 15px 20px;
  }

  .sec_comCont06 .inner .fstCont .box2 .icon {
    width: 70px;
  }

  .sec_comCont06 .inner .fstCont .box2 .txtArea {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
  }

  .sec_comCont06 .inner .fstCont .box2 .txtArea p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0;
  }

  .sec_comCont06 .inner .fstCont .box2 .txtArea p .fc_blue {
    font-size: 2.2rem;
  }

  .sec_comCont06 .inner .bg_blue2 {
    padding: 15px 15px;
  }

  .sec_comCont06 .inner .bg_blue2 p {
    color: #fff;
    margin: 0;
  }

  .sec_comCont06 .inner .txt_link {
    padding: 15px 15px;
    text-align: right;
  }

  .sec_comCont06 .inner .txt_link a {
    display: inline-block;
    background: url(img/arr_black2.png) right 0 top 50% no-repeat;
    background-size: 12px auto;
    padding: 0 15px 0 0;
    text-decoration: underline;
  }

  /*固定ナビ*/

  #botFix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }

  #botFix_btn .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #botFix_btn .inner .sBtn {
    width: 50%;
    /* height: 70px; */
  }

  #botFix_btn .sBtnL {
    background: #ecf1f9 url(img/arr_black2.png) right 5px top 50% no-repeat;
    background-size: 8px auto;
    border: 2px solid #093182;
  }

  #botFix_btn a {
    height: 100%;
  }

  #botFix_btn .sBtn {
    display: table;
  }

  #botFix_btn .sBtnL a {
    color: #000;
    display: table-cell;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 900;
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    vertical-align: middle;
  }

  #botFix_btn .sBtnL a .bg_blue2 {
    color: #fff;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0 2px 0 0;
  }

  #botFix_btn .sBtnL a .fs_s {
    font-size: 1.2rem;
  }

  #botFix_btn .sBtnL a .dot {
    position: relative;
  }

  #botFix_btn .sBtnL a .dot:before {
    content: '';
    background: #000;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: -2px;
    left: calc(50% - 1px);
    position: absolute;
  }

  #botFix_btn .sBtnR a {
    background: #f8603f url(img/arr_white.png) right 5px top 50% no-repeat;
    background-size: 8px auto;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 900;
    display: table-cell;
    text-align: left;
    padding: 10px 5px;
    position: relative;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    vertical-align: middle;
  }

  #botFix_btn .sBtnR a .bg_yellow {
    background: #d6f900 url(img/icon_run.png) right 5px top 50% no-repeat;
    background-size: 14px auto;
    font-size: 1rem;
    color: #000;
    border-radius: 5px;
    padding: 3px 15px 3px 4px;
    letter-spacing: 0;
  }

  #botFix_btn .sBtnR a .bb_yel {
    font-size: 1.6rem;
    background: linear-gradient(transparent 92%, #eaff6a 60%);
  }

  #contents .sitemap {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #contents .sitemap h1 {
    width: 100%;
  }

  /* ================== */
  /*header　*/
  /* ================== */

  header {
    background: #fff;
    position: inherit;
    z-index: inherit;
    min-width: inherit;
  }

  #contents .sitename {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 2;
    padding: 0 40px 0 0;
  }

  .key_sec {
    background: url(img/key_sec_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  .key_sec .inner {
    padding: 0 15px 10px 15px;
  }

  .key_sec .logo {
    width: 200px;
    margin: 0 0 0 14rem;
  }

  /* ハンバーガーメニュー */
  nav {
    width: 280px;
    transform: translate(280px);
  }

  /* ハンバーガーメニュー */
  .bargBg {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 5;
    transform: translateX(0);
    transition: transform 0.5s;
    width: 46px;
    height: 46px;
  }

  .bargBg p {
    width: 46px;
    text-align: center;
    color: #fff;
    font-size: 7px;
    font-size: 0.7rem;
    margin: 19px auto 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }

  .bargBg.active {
    transform: translateX(-280px);
  }

  .bargBg span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 2px;
    background-color: #093182;
  }

  .bargBg.active span {
    background-color: #093182;
  }

  .bargBg span:nth-of-type(1) {
    top: 12px;
  }

  .bargBg.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .bargBg span:nth-of-type(2) {
    top: 21px;
  }

  .bargBg.active span:nth-of-type(2) {
    opacity: 0;
  }

  .bargBg span:nth-of-type(3) {
    top: 30px;
  }

  .bargBg.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .out-frame {
    position: relative;
    width: 100%;
  }

  .out-frame.black:after {
    background: #fff;
    opacity: 0.8;
    content: '';
    height: 10000px;
    right: 0;
    top: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transform: all 0.5s ease;
  }

  .out-frame:after {
    background: #fff;
    opacity: 0;
    content: '';
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transform: all 0.5s ease;
  }

  .header-frame {
    position: relative;
    width: 100%;
    height: 64px;
  }

  .menu-btn {
    /*background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
background-size: 44px;*/
    position: absolute;
    top: 10px;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 10;
  }

  .navOpenOut {
    background: rgba(255, 255, 255, 0.5);
    padding: 13px 10px;
    box-sizing: border-box;
  }

  .navOpen {
    /*background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
background-size: 44px;*/
    position: inherit;
    top: inherit;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 10;
    float: right;
  }

  #g-nav .accordion li .tglMenu {
    padding: 15px 25px 15px 15px;
    background: #fff url(img/arr_black_down.png) 96% 50% no-repeat;
    background-size: 10px auto;
    image-rendering: -webkit-optimize-contrast;
  }

  #g-nav .accordion li .tglMenu {
    padding: 15px 25px 15px 15px;
    background: #ecf1f9 url(img/arr_black_down.png) 96% 50% no-repeat;
    background-size: 10px auto;
  }

  #g-nav .accordion li .tglMenu.open {
    background: #ecf1f9 url(img/arr_black_up.png) 96% 50% no-repeat;
    background-size: 10px auto;
  }
  #g-nav .accordion li ul li {
    border-top: 2px solid #eee;
  }
  #g-nav .accordion li ul li a {
    padding: 15px 30px 15px 25px;
    color: #000;
    background: #fff url(img/arr_black.png) 97% 50% no-repeat;
    background-size: 8px auto;
  }

  .header-menu ul.accordion li ul li:first-child a {
    padding: 12px 30px 12px 10px;
  }

  .header-menu ul li.delete {
    /*background: #444 url("img/batu.png") 61% 50% no-repeat;
background-size: 14px;*/
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .header-menu ul.accordion {
    border-top: 2px solid #eee;
  }

  .header-menu ul.accordion ul {
    display: none;
  }

  .header-menu ul.accordion .subCat ul.subList {
    display: block;
  }

  .header-menu ul.accordion .tglMenu {
    display: block;
    padding: 15px 30px 15px 10px;
    /*background: #c3eced url("img/arr02_dw.png") 97% 50% no-repeat;
background-size: auto 15px;*/
    /*border-bottom: 1px solid #FFF;*/
    text-decoration: none;
    line-height: 1.3;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .header-menu ul.accordion .open {
    /*background: #c3eced url("img/arr02_up.png") 97% 50% no-repeat;
background-size: auto 15px;*/
  }

  .header-menu ul.accordion ul li a {
    padding: 12px 30px 12px 20px;
    /*background: #FFF url("img/arr_black_right.png") 97% 50% no-repeat;
background-size: auto 11px;*/
    color: #000;
    /*border-bottom: 1px dotted #ccc;*/
  }

  .header-menu ul.accordion ul li.subCat a,
  .header-menu ul.accordion ul li.subCat ul.subList li a {
    padding: 12px 30px 12px 20px;
  }

  /*--------------------------------------
pankuzu
---------------------------------------*/
  #pankuzuWrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0 15px;
  }

  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0 8px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
  }

  #pankuzu a {
    color: #000;
  }

  footer {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 80px 0 0 0;
    position: relative;
  }

  footer .foot_logo {
    width: 220px;
    margin: 0 auto 30px;
  }

  footer .areaInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #e3e3e3;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #041e52 url('img/arr_white_down.png') right 15px center
      no-repeat;
    background-size: 10px auto;
    padding: 14px 40px 14px 4%;
    text-decoration: none;
    line-height: 2.4rem;
  }

  footer .areaInner .footBox .sttl.open a {
    background: #041e52 url(img/arr_white_up.png) right 15px center no-repeat;
    background-size: 10px auto;
  }

  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
  }

  footer .areaInner .footBox .sttl.sitemap a {
    border-top: 1px solid #e3e3e3;
    background: #041e52 url(img/arr_white.png) right 12px center no-repeat;
    background-size: 12px auto;
  }

  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }

  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
    padding: 0;
    background: none;
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
  }

  footer .areaInner .footBox .accChild li.sp {
    display: block;
  }

  footer .areaInner .footBox .accChild li.sp a {
    /*background-color: #FFF;*/
  }

  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url('img/arr_black2.png') right 12px center no-repeat;
    background-size: 12px auto;
    color: #000;
    border-bottom: 1px dotted #eee;
    padding: 10px 40px 10px 4%;
    font-size: 13px;
    font-size: 1.3rem;
  }

  footer .areaInner .footBox .accChild li.subCat {
    margin: 0;
  }

  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    box-sizing: border-box;
    background: url('img/arr_black2.png') right 12px center no-repeat;
    background-size: 12px auto;
    color: #000;
    border-bottom: 1px dotted #eee;
    padding: 10px 40px 10px 6%;
  }

  footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
    border: none;
  }

  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
    display: block;
  }

  footer .areaInner .footBox .accChild .subList li {
    display: block;
  }

  footer .areaInner .footBox .accChild .subList li:first-child:before {
    content: '';
  }

  footer .areaInner .footBox .accChild .subList li a {
    padding: 10px 40px 10px 10%;
    background: url('img/arr_black2.png') right 12px center no-repeat;
    background-size: 12px auto;
  }

  footer .areaInner .footBox .accChild .subList li:after {
    content: '';
  }

  footer .areaInner .footBox .accChild li:after {
    content: '';
  }

  footer .areaInner .footBox .accChild li.subCat:after {
    content: '';
  }

  footer .areaInner .footBox .accChild li:last-child:after {
    content: '';
  }

  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  footer .areaInner .noticeArea p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .botPrg {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .botArea {
    padding: 0;
  }

  footer .botArea .botInner {
    width: 100%;
  }

  footer .noticeArea p.botPrg {
    padding: 6px 0 2px;
    text-align: center;
  }

  footer p.copy {
    margin: 0;
    padding: 10px 80px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
  }

  footer a {
    text-decoration: none;
  }

  /*--------------------------------------
　PageTop
---------------------------------------*/

  #page-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 2;
    width: 50px;
  }
}
