
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap');

/***基本設定***/
html {
    font-size: 62.5%;
}
html:focus {
    outline: none;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.6 !important;
    font-size: 16px;
    color: #333 !important;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    background-color: #fff;
}
.robo {
  font-family: 'Roboto Condensed', sans-serif;
}

/***ページ入力項目で指定したid名のスタイル***/
#contents{
    word-wrap: break-word;
    padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
    #contents{
        padding-bottom: 55px;
    }
}
#mainC {
    padding-bottom: 0;
} 

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 940px !important;
    
    margin: 0 auto;
}

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}
.wrapper {
    //max-width:;
    width: 100%;
    margin: 0 auto;
    max-width: 940px;
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    transition: ease-in .1s;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .container {
        max-width: 940px;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 750px;
    }
}

/* ----------------------------------- */
/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
    a {
        color: #00F;
        text-decoration: underline;
        transition: all ease .3s;
    }
    a:hover,
    a:focus {
        color: #383838;
        text-decoration: none;
        transition: all ease .3s;
    }
    a:hover:hover,
    a:focus:hover {
        outline: 0;
        text-decoration: none;
    }
}

/* ----------------------------------- */
/* パンくず */
/* ----------------------------------- */
/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
/* font-size */
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }

/* margin-top */
.mt0  { margin-top:  0	 !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

/* margin-bottom */
.mb0  { margin-bottom:  0   !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

/* width (%) */
.w10p  { width:  10% !important; }
.w20p  { width:  20% !important; }
.w30p  { width:  30% !important; }
.w40p  { width:  40% !important; }
.w50p  { width:  50% !important; }
.w60p  { width:  60% !important; }
.w70p  { width:  70% !important; }
.w80p  { width:  80% !important; }
.w90p  { width:  90% !important; }
.w100p { width: 100% !important; }
/* ----------------------------------- */
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; 
    
}

.clearfix:after, .container:after {
  clear: both; 
    
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;}

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; 
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
.column2Wrap .columnBox {
  flex-basis: 100%;
  margin-bottom: 20px; }
  .column2Wrap .columnBox .q_a {
      padding: 0 0 20px;
  }
  .sp3_7 .columnBox,
  .sp7_3 .columnBox {
      flex-basis: 100%;
      max-width: 100%;
  }
.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  _overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%;
    padding: 0;}
  .sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 360px;
      max-width: 360px;
  }
  .sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: calc( 100% - 395px );
      max-width: calc( 100% - 395px );
  }
  .sp7_3 .columnBox:nth-of-type(odd) {
        flex-basis: calc( 100% - 395px );
        max-width: calc( 100% - 395px );
    }
    .sp7_3 .columnBox:nth-of-type(even) {
        flex-basis: 360px;
        max-width: 360px;
    }
  .column2Wrap .column2Wrap .columnBox {
    padding: 0;
    flex-basis: 45%; }
    
  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 992px) {
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }




/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc_on{
    display: none;
}
@media (min-width: 768px) {
.pc_on{
    display: block;
}
}
.sp_on{
    display: block;
}
@media (min-width: 768px) {
.sp_on{
    display: none;
}
}
/* ------------------------------------------ /
/ ボタン /
/ ------------------------------------------ */
.btn {
    clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 30px auto 30px;
    line-height: 1.5;
    font-weight: bold;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none !important;
    transition: .3s ease-in;
    user-select: none;
    position: relative;
    border: 4px solid #1986B0;
    border-radius: 50px;
    color: #fff;
    background: #1DAFEC;
    max-width: 240px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn.arrow:after {
    content: "";
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 12px;
    height: 9px;
    background: url(/_img/ja/cssjs/8/image/__1_/) no-repeat;
    background-size: 12px;
    transition: .3s ease-in;
}
.btn.type2 {
  	background: #CA1633;
  	border-color: #CA1633;
  	color:#fff;
}
.btn.type2:after {
  	color :#fff;
}
@media print, screen and (min-width: 768px) {
  .btn:hover,
  .btn:focus{
    text-decoration: none;
    background: #fff;
    border: 4px solid #1986B0;
    color: #1DAFEC;
  }
  .btn:hover:after,
  .btn:focus:after{
    right: 10px;
    background: url(/_img/ja/cssjs/9/image/__1_/) no-repeat;
    background-size: 12px;
  }
  .btnLeft {
		margin: 0 ;
	}
	.btnRight {
		margin: 0 auto 0 0;
	}
	.btnCenter {
		margin-left: auto;
		margin-right: auto;
	}
	.btnFull {
		max-width: none;
	}
  .btn.type2:hover {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color:#fff ;
  }
  .btn.type2:hover:after {
    color :#fff;
  }
}

/* ------------------------------------------ /
/ top共通 /
/ ------------------------------------------ */
.top-h2 {
  margin-bottom: 30px;
}
.top-h2 h2 {
  font-size: 64px;
  color: #1DAFEC;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: .8;
  margin-bottom: 30px;
}
.top-h2 span {
  display: inline-block;
  color: #222222;
  font-weight: bold;
}
.top-h2.center {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .top-h2 {
    margin-bottom: 15px;
  }
  .top-h2 h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
/* ------------------------------------------ /
/ 下層共通 /
/ ------------------------------------------ */
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
time {
    color: #1DAFEC;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
.box:nth-of-type(n + 2) {
  margin-top: 50px;
} 
.titleh3 {
  font-size: 24px;
  color: #222;
  position: relative;
  padding-left: 35px;
  margin: 0 0 22px;
}
.titleh3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url(/_img/ja/cssjs/11/image/__1_/) no-repeat;
  background-size: cover;
}
.titleh4 {
  font-size: 22px;
  color: #1DAFEC;
  margin: 0 0 20px;
}
.titleh5 {
  font-size: 20px;
  color: #635858;
  position: relative;
  padding-left: 1em;
  margin: 0 0 20px;
}
.titleh5:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #1DAFEC;
  border-radius: 50%;
}
.titleh6 {
  font-size: 18px;
  color: #fff;
  background: #1DAFEC;
  padding: 5px 17px 7px;
  border-radius: 5px;
  margin: 0 0 20px;
}
/*テーブルのスタイル*/
table {
	margin: 0 0 60px;
	width: 100%;
	border-collapse: collapse;
}
table tr th,
table tr td {
  //min-height: 30px;
	padding: 10px 30px;
	width: auto;
}
table tr th {
  font-weight: normal;
	vertical-align: top;
}
table.type1 tr th {
  font-weight: normal;
  vertical-align: top;
  min-width: 190px;
  width: auto;
  border-bottom: 1px solid #A0A0A0;
}
table.type1 tr td {
  border-bottom: 1px solid #A0A0A0;
  padding-left: 10px;
}
table.type1 tr .w250 {
  width: 250px;
}
table.type2 {
  table-layout: fixed;
}
table.type2 tr th,
table.type2 tr td {
  border-collapse: collapse;
}
table.type2 tr th {
  background: #1DAFEC;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
table.type2 tr td {
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
/*iconリストのスタイル*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
  list-style: none;
	position: relative;
	padding: 0;
}
ul.iconList li {
  padding: 0 0 0 .5em;
}
ul.iconList li:before {
  position: absolute;
  left:0;
  top: 9px;
  content:'';
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #1DAFEC;
}
@media screen and (max-width: 768px) {
    .titleh3 {
        font-size: 22px;
    }
    .titleh4 {
        font-size: 20px;
    }
    .titleh5 {
        font-size: 18px;
    }
    .titleh6 {
        font-size: 16px;
    }
    table tr th,
    table tr td {
      display: block;
      width: 100%;
    }
    table tr th {
      min-width: 1px;
      padding-bottom: 0;
    }
    table.type1 tr th,
    table.type1 tr td {
      padding: 10px 0;
    }
    table.type1 tr th {
      padding-bottom: 0;
      border-bottom: 0;
    }
    table.type1 tr td {
      border-bottom: 1px solid #A0A0A0;
      padding-left: 0;
    }
    table.type2 tr th,
    table.type2 tr td {
       padding: 10px 15px;
      display: table-cell;
      width: auto;
    }
}
/* ------------------------------------------ /
/ 投稿のページナビ /
/ ------------------------------------------ */
.pagenation {
	display: table;
	text-align: center;
	margin: 0 auto 30px;
	line-height: 1.0;
	font-size:16px;
	font-weight: bold;
}
.pagenation span {
	display: inline-block;
	margin: 0;
}
.pagenation span.prev a,
.pagenation span.next a {
	width: 35px;
	height:20px;
	box-sizing:border-box;
	color:#222;
	padding:12px 8px;
	background: none;
	
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	width:35px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#1DAFEC;
	padding:12px 8px;
	text-decoration: underline;
}
.pagenation span.scope_limit {
	color: #65391B;
	text-decoration: none;
}
.pagenation span a {
	width:35px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#222;
	padding:12px 8px;
	text-decoration:none;
	font-weight: bold;
	
}
.pagenation span a:hover {
	text-decoration: underline;
}