@charset "utf-8";

/* ======================================
2021/06/29 added by nakazato
======================================== */

.table-bordered th {
    background:#dff1fe;
}

.table-bordered th {
	background-color: #dff1fe;
	text-align:center;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #bababa;
	vertical-align:middle;
}



.entry-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.entry-content table.table_qa th{
    padding: 10px;
    width: 6%;
}
.entry-content table.table_qa td{
    padding: 10px;
}
.entry-content table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
}
.entry-content table.table_qa tr:nth-child(2n){
    background:#fff0d0;
}
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
}
/* Qアイコン */
.entry-content table.table_qa tr:nth-child(2n-1) th{
	/* font-family: 'Nunito', sans-serif; */
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	color: #5ca8e3;
}
/* Aアイコン */
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
	/* font-family: 'Nunito', sans-serif; */
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	color: #ae8642;
}

/* 追加バナー 20220425 tanaka */
.main-menu-banner{
	margin: 0 auto 120px;
	width: 1080px;
}
.main-menu-banner ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 21px;
}

/*==========
CONTENTS WORKS ID:1446
==========*/
/*config*/
:root {
    --cw-fluid-image-size:500px;  /*画像の高さ*/
    --cw-fluid-image-font:30px; /*文字サイズ*/
    --cw-fluid-image-opacity:0.6; /*画像の明度*/
}
/* cw-fluid*/
.cw-fluid{
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width : 980px){
    .cw-fluid{
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}
/* css */
.cw-fluid-image{
    background:#000;
    height:var(--cw-fluid-image-size); 
}
.cw-fluid-bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.cw-fluid-bg img{
    width: 100% !important;
    height:100% !important;
    object-fit: cover;
    opacity:var(--cw-fluid-image-opacity); 
}
.cw-fluid-text{
    width:100%;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:2;
}
.cw-box-text{
    padding:1em;
    color:#fff;
    border:3px solid #fff;
    display:inline-block;
    font-size:var(--cw-fluid-image-font) !important;
    font-weight:bold;
}
.cw-box-text > p{
    font-size:var(--cw-fluid-image-font) !important;
}


/*==========
CONTENTS WORKS ID:1801
==========*/
/*config*/
:root {
    --btn-color:#5ca8e3;  /*ボタンの色*/
    --btn-font:1rem; /*文字サイズ*/
    --btn-round:30px;/*ボタンの角丸*/
}
/*css*/
.cw-btn.full{
    width: 100%;
}
.cw-btn {
    background-color: var(--btn-color);
    font-size: var(--btn-font);
    border-radius:var(--btn-round);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    padding: 0.2em 0.6em;
    margin: 30px auto;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}
.cw-btn:hover {
    text-decoration: none !important;
    color: #fff;
    box-shadow: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}
.cw-btn:visited {
    text-decoration: none !important;
    color: #fff;
}
.cw-btn::after {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-left:1em;
}
.cw-btn.shine::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: cw-btn 3s ease-in-out infinite;
}
@-webkit-keyframes cw-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* */
#post-34005 .entry-title{
	display: none;
}
.fc-contents01 h3 {
  margin-bottom: 2em !important;
  font-size: 32px;
  text-align: center;
  position: relative;
}
.fc-contents01 h3::after {
  position: absolute;
  margin: 0 auto;
  bottom: -0.1em;
  left: 0;
  right: 0;
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  background: #5ca8e3;
}
.fc-contents01 h3::before {
  background: none;
}
.fc-contents01 h3 {
  border-bottom: none;
}


.rich-w100 {
	width: 100vw !important;
	position: relative;
	background: #f0f7fc;
	transform: translateX(-50%);
	text-align: center;
	left: 50%;
	padding: 1em 0 1em 0;
	color: #4b8bc6;
}
.rich-w100-inner {
	margin: 1em auto 1em;
	width: 1080px;
}
.rich-w100-inner h3 {
	margin-bottom: 1em !important;
	font-size: 32px;
	text-align: center;
	position: relative;
}

ol.list01{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}
ol.list01 li{
	position:relative;
	margin: 1.2rem 0 1.2rem 0px;
	padding-left:70px;
	font-weight: bold;
	font-size:1.4rem;
	line-height: 60px;
	border: solid 1px #5ca8e3;
	border-radius:35px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	list-style: none;
	text-align: left;
	background: #fff;
}
ol.list01 li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	line-height:30px;
	background: #5ca8e3;
	border-radius: 50%;
	font-size:2rem;
	padding-top: 1rem;
	top: 50%;
  	-moz-transform: translateY(-50%);
 	 -webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
 	 -ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
}

.table-bordered td {
  background-color: #fff;
  text-align: center;
}