/*---------------------------------------
  ベース設定
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --black-color:                  #000000;
  --primary-color:                #e464b1;
  --secondary-color:              #1d89d7;
  --section-bg-color:             #e4f1fa;
  --dark-color:                   #000000;
  --lgray-color:                  #eaeaea;
  --llgray-color:                 #f7f7f7;
  --accent-color:                 #ffe400;
  --accent2-color:                #f3525a;
  --navbar-bg-color:              #273053;
  --titile-bg-color:              #121212;
  --p-color:                      #4c4c4c;
  --highlight-icon-color:         #ff4e25;

  --body-font-family:             "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --point-font-family:              '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --h1-font-size:                 48px;
  --h2-font-size:                 36px;
  --h3-font-size:                 30px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 18px;
  --p-font-size:                  16px;
  --menu-font-size:               16px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

/*---------------------------------------
  ベーススタイル
-----------------------------------------*/
body {
	background: var(--white-color);
	font-family: var(--body-font-family); 
}

h2,h3,h4,h5,h6 {
	color: var(--dark-color);
}

h1,h2,h3,h4,h5,h6 {
	font-weight: var(--font-weight-bold);
	letter-spacing: -1px;
}

h1 {
	font-size: var(--h1-font-size);
	letter-spacing: -2px;
}

h2 {
	font-size: var(--h2-font-size);
	letter-spacing: -2px;
}

h3 {
	font-size: var(--h3-font-size);
}

h4 {
	font-size: var(--h4-font-size);
}

h5 {
	font-size: var(--h5-font-size);
	line-height: normal;
}

h6 {
	font-size: var(--h6-font-size);
}

p {
	color: var(--p-color);
	font-size: var(--p-font-size);
	font-weight: var(--font-weight-normal);
}

ul li {
	color: var(--p-color);
	font-size: var(--p-font-size);
	font-weight: var(--font-weight-normal);
}

a, button {
	touch-action: manipulation;
	transition: all 0.3s;
}

a {
	color: var(--p-color);
	text-decoration: none;
}

a.link {
	color: var(--primary-color);
	text-decoration: none;
}

a:hover {
	color: var(--primary-color);
}

::selection {
	background: var(--primary-color);
	color: var(--white-color);
}

::-moz-selection {
	background: var(--primary-color);
	color: var(--white-color);
}

img {
	max-width: 100%;
	height: auto;
}

.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.5s;
	transform: scale(1.1, 1.1);
}

.border_under {/* ===ダークグレー=== */
	border-bottom: 1px solid #eeeeee;
}

.border_top {/* ===ダークグレー=== */
	border-top: 1px solid #eeeeee;
}

.hissu {
	padding: 5px 10px;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 0.9rem !important;
}

.position-center {
	display: flex;
	align-items: center;
	font-weight: bold;
}


.policy {
	padding: 30px 30px;
	border: 1px solid #666666;
}

/* ========================================== */
/*    レイアウト                 　　　　　　 */
/* ========================================== */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-padding2 {
	padding-top: 10px;
	padding-bottom: 1px;
}

.section-padding3 {
	padding-top: 1px;
	padding-bottom: 30px;
}

#section_title_box {
	background: var(--titile-bg-color);
}

#section_title_box h3.thead {
	color: var(--white-color) !important;
}

#section_serch_box {
	background: var(--llgray-color);
}

#section_category_box {
	background: var(--white-color);
}

h3.thead {
	padding: 20px;
	text-align: center;
}

.o-3column {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;

}

.o-3column .col-xl-6 {
	padding: 0px;
}

.o-3column .col-lg-12 {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ===ページトップボタン=== */
.htc_card {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border-radius:.25rem;
	margin: -1px -1px 0px 0px;
	flex-wrap:wrap;
}

.flexcontainer{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}


.top_page-show {
	display: block;
}

.top_page a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: var(--white-color);
	font-size: 1.5em;
	background: rgba(256,0,0,0.5);
	width: 60px;
	line-height: 60px !important;
}

.resizeimage img {
	max-width：100% !important;
}

/* ===フォントサイズ=== */
.font-small {
	font-size: 0.9rem !important;
}

.font-large {
	font-size: 1.1rem !important;
}

.font-xlarge {
	font-size: 1.5rem !important;
}

.font-xxlarge {
	line-height: 2.7rem !important;
	font-size: 2.5rem !important;
}

.font-xxxlarge {
	line-height: 4.7rem !important;
	font-size: 4.5rem !important;
}

.font-14rem {
	line-height: 2.0rem !important;
	font-size: 1.4rem !important;
}

/* ===背景色=== */
.bg-color-primary {
	background: var(--primary-color);
}

.bg-color-secondary {
	background: var(--secondary-color);
}

.bg-color-section {
	background: var(--section-bg-color);
}

.bg-color-accent {
	background: var(--accent-color) !important;
}

.bg-color-accent2 {
	background: var(--accent2-color);
}

.bg-color-navbar {
	background: var(--navbar-bg-color);
}

.bg-color-lgray {
	background: var(--lgray-color);
}

.bg-color-white {
	background: var(--white-color);
}

/* ===文字色=== */
.text-color-white {
	color: var(--white-color);
}

.text-color-primary {
	color: var(--primary-color);
}

.text-color-secondary {
	color: var(--secondary-color);
}

.text-color-accent {
	color: var(--accent-color);
}

.text-color-accent2 {
	color: var(--accent2-color);
}

.text-color-p {
	color: var(--p-color);
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}


/* ===文字装飾=== */
.u_line {
	text-decoration: underline;
}

.st_line {
	background: linear-gradient(transparent 60%, #ffd800 0%);
	padding: 0 0.1em;
}

/* ========================================== */
/*    リストデザイン                       　 */
/* ========================================== */

/* --ドットリスト(ブルー)-- */
.list-design01 {
	padding-left: 0px;
}

.list-design01 li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	border-bottom: 3px dotted #E4E4E4;
}

.list-design01 li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #1d89d7;
	border-radius: 5px;
}
/* ---------------- */

/* --Noリスト(ブルー)-- */
.list-design11 {
	padding: 0px;
	counter-reset: li;
	list-style-type:none;
}

.list-design11 li {
	position:relative;
	padding: 0px 0px 0 50px;
	margin: 17px 0 7px 0px;
	font-size:14px;
	line-height: 29px;
	border-bottom: 3px dotted #E4E4E4;
}


.list-design11 li::before {
	padding-left: 0px;
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height:30px;
	background: #1d89d7;
	border-radius: 50%;
}
/* ---------------- */

/* ========================================== */
/*    見出しデザイン                       　 */
/* ========================================== */

/* --吹き出し(ネイビー)-- */
p.head-design01 {
	position: relative;
	display:inline-block;
	padding: 0.5em 1.5em;
	background: #294a8c;
	color: white;
}

p.head-design01::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(134, 140, 150);
}
/* ---------------- */

/* --上下ライン(ブルー)-- */
p.head-design02 {
	padding: .4em 1.2em;
	border-top: 2px solid #1d89d7;
	border-bottom: 2px solid #1d89d7;
	display:inline-block;
	color: #1d89d7;
}
/* ---------------- */


/* ========================================== */
/*   ボックスデザイン                         */
/* ========================================== */

/* --ポイントボックス(ブルー)-- */
.box-design01 {
	margin: 20px auto;
	padding: 20px;
	border: 2px dashed #4c9ac0;
	position: relative;
	background-color: #ecf7ff;
}

.box-design01-ttl {
	position: absolute;
	top: -15px;
	left: 20px;
	background-color: #fff;
	padding: 0.1em 0.7em;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #1d89d7;
	border: 1px solid #4c9ac0;
	border-radius: 50px;
}
/* ---------------- */



/* ========================================== */
/*    PANKUZU                              　 */
/* ========================================== */
.section-panCom {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e1e1e1;
}

.breadcrumb {
	margin: 0px;
	padding: 0px;
}

/* ========================================== */
/*    キーワード検索メイン       　　　　　　 */
/* ========================================== */
.faq_search_Area {
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	margin: 15px;
	padding: 30px;
	background: var(--white-color);
}

.keyword_com {
	font-size: 0.8rem !important;
	font-weight: normal;
}


/* ===キーワード検索エリア=============== */
.faq_keyword_Area {
	margin: 10px;
}

input[type="text"] {
	flex-grow: 1;
	padding: 0.7rem 0 0.7rem 1.3rem;
	border: 2px solid #e5e5e5;
}

input:focus {
	border: 2px solid var(--primary-color);
	outline: 0;
	box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}

.search-box {
	position: relative;
	display: flex;
	width: 100%;
}

.search-box button {
	position: absolute;
	top: -0.05rem;
	right: 0;
	cursor: pointer;
	padding: .8rem .9rem .8rem .8rem;
	border-radius: 0 1.5rem 1.5rem 0;
	border: none;
	background: none;
	color: #333;
	font-size: 1rem;
	transition: 0.5s;
}

.search-box button:hover {
	color: var(--primary-color);
	transform: scale(1.3);
}

.search-catebox button {
	margin: 2px 0px;
	padding: .5rem .9rem;
}

.search-catebox button:hover {
	color: var(--primary-color);
	transform: scale(1.3);
	background: var(--white-color);
}

.reset {
	background: #fff3f6;
}

.reset:hover {
	background: #fff3f6 !important;
	color: #ff3a72 !important;
}

.faq_tag_Area {
	margin: 10px;
}

.search-tagbox button {
	border: none;
	background: none !important;
}

.search-tagbox button:hover {
	color: var(--primary-color);
	transition: none !important;
}


/* ===テーブルエリア=============== */
table th:nth-child(1) {	width:  4%;}
table th:nth-child(2) { width:  7%;}
table th:nth-child(3) { width: 13%;}
table th:nth-child(4) { width: 46%;}
table th:nth-child(5) { width: 30%;}

table td:nth-child(1) {
	text-align: center;
	font-size: 16px !important;
}
table td:nth-child(2) {
	text-align: center;
	font-size: 16px !important;
}
table td:nth-child(4) {
	padding: 0px !important;
}

table td:nth-child(5) {
	font-size: 14px !important;
}

table.table-design-set-2 thead {
    background: none repeat scroll 0 0 #298CC3;
    color: #FFFFFF;
}

table.table-design-set-2 thead th {
	padding: 10px 10px;
	text-align: center;
}

table.table-design-set-2 tbody td {
	border-bottom: 1px solid #E8E8E8;
	padding: 9px 10px;
}

table.table-design-set-2 tbody tr td {
	transition: background-color 0.3s ease 0s;
}

table.table-design-set-2 tbody tr:nth-child(2n+1) td {
	background: #fbfbfb;
}

table.table-design-set-2 tbody tr:hover td {
	background: #b5f9ff;
}

table.table-design-set-2 tbody a {
	color: var(--primary-color);
	display:block;
	padding: 9px 10px;
}

table.table-design-set-2 tbody a:visited {
	color: #7029ad;
}

table.table-design-set-2 tbody a:hover {
	transition: none;
	text-decoration: underline;
}



/* ========================================== */
/*    FAQメイン       　　　　　　            */
/* ========================================== */
.faq_text_Area {
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	padding: 30px;
	background: var(--white-color);
}

div.no-column {
	padding: 0px;
}

.category_box {
	text-align: right;
}

.category_box a { 
	color: #1d89d7;
	text-decoration: none;
	padding: 7px 10px;
}

.category_box a:hover {
	color: #1d89d7;
	text-decoration: underline;
	padding: 7px 10px;
}

.category_box .no {
	padding: 10px 10px;
	color: #888888;
}


p.q_title {
	max-width: 100%;
	padding: 20px 30px 20px 90px;
	border-bottom: 3px solid #d6dde3;
	background-image:url('../html/img/Q.png');
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	background-repeat:no-repeat;
}

.ans_Area {
	padding: 20px 30px 20px 90px;
	background-image:url('../html/img/A.png');
	background-repeat:no-repeat;
	color: var(--p-color) !important;
	font-weight: var(--font-weight-bold) !important;
	font-size: 18px !important;
}

.ans_Area_box {
	padding: 0px;
}

.ans_Area p,li {
	margin: 5px 0px;
	font-size: 18px !important;
}

.qa_indent {
	text-indent: -1em;
	padding-left: 1em;
}


/*---------------------------------------
  ナビゲーションバー
----------------------------------------*/
.navbar {
	background: var(--primary-color);
	z-index: 9;
	right: 0;
	left: 0;
	transition: all 0.3s;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*--ロゴ--------------------------------*/
.navbar-brand {
	font-size: 20px;
	line-height: 1.4rem;
	font-weight: var(--font-weight-bold);
	color: var(--white-color);
}

.brand-logo {
	font-size: 38px;
}

.brand-text {
	display: inline-block;
	vertical-align: top;
}

/*--ナビリンク--------------------------*/
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.navbar-nav .nav-link {
	color: var(--white-color);
	font-size: var(--menu-font-size);
	font-weight: var(--font-weight-medium);
	padding-top: 15px;
	padding-bottom: 15px;
}

/*--会員ボタン--------------------------*/
.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
	background: var(--navbar-bg-color);
	border-radius: 100px;
	color: var(--white-color);
	font-size: var(--copyright-text-font-size);
	font-weight: var(--font-weight-bold);
	padding: 10px 20px;
}

.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
	background: var(--primary-color);
}

.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
	background: var(--accent2-color);
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	color: var(--white-color);
}

/*--トグル------------------------------*/
.navbar-toggler {
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
	width: 30px;
	height: 35px;
	outline: none;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
	top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
	background: var(--white-color);
	transition: background 10ms 300ms ease;
	display: block;
	width: 30px;
	height: 2px;
	position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
	transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
	position: absolute;
	right: 0;
	left: 0;
	background: var(--white-color);
	width: 30px;
	height: 2px;
	content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
	top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
	top: 8px;
}


/*---------------------------------------
  ニュース
----------------------------------------*/


@media (min-width: 1024px) {
}

@media (min-width: 800px) {
}


/*---------------------------------------
　フッター
----------------------------------------*/
.info_section {
	background: var(--primary-color);
	color: var(--white-color);
	padding: 24px;
}

.info_section h5 {
	margin-bottom: 20px;
	color: var(--white-color);
}

.info_section .info_contact .contact_link_box {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
	margin: 5px 0;
	color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
	margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
	color: var(--primary-color);
}

.info_section .info_links {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info_section .info_links a {
	flex-basis: 30%;
	display: flex;
	margin-bottom: 15px;
	color: #ffffff;
}

.info_section .info_links a i {
	margin-right: 5px;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
	color: var(--primary-color);
}




/*---------------------------------------
  FAQ
----------------------------------------*/
.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #d6dde3;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #1d89d7;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #f3525a;
    line-height: 1.2;
    content: "A";
}


/*---------------------------------------
  レスポンシブ
----------------------------------------*/
@media screen and (min-width: 1201px){
.hero {
	position: relative;
	width: 100vw;
	height: calc(80vh - 85px);
	object-fit: cover;
}

}



@media only screen and (max-width: 480px) {
.hero {
	position: relative;
	height: calc(120vh - 100px);
}
.service-item {
	padding: 0px 20px;
}

.hero-text {
	position: absolute;
	height: calc(110vh - 100px);
}

}

/* sp */
@media only screen and (max-width: 640px) {
.hero {
	position: relative;
	height: calc(120vh - 100px);
}
.tb01 {
	width: 100%;
}

table.tb01 th,
table.tb01 td {
	width: 100%;
	display: block;
}

.table-type1 table th,
.table-type1 table td {
	width: 100%;
	display: block;
}


table.tb01 td.t_top {
	border-top: none;
}

td {
	padding-top: 30px;
}

a.req-button{
	padding: 20px 20px;
	font-size:30px;
}

p.intro {
	padding: 0px 0px;
}

h1.intro-h {
    font-size: 2.5em;
}

.section-padding2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

}



@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}

}


@media screen and (max-width: 991px){

.hero-text {
	right: 10%;
}
.info_section .info_links a {
	flex-basis: 50%;
}


}








