﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
body,.font_bar{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
.custom_box{background-size: 100%;}
.bnr {
    bottom: 30px;
    left: 30px;
    z-index: 7;
}
.bnr a{
    padding: 20px;
    background-color: #3cb371;
    border-radius: 10px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 20%);
    color: #fff;
background: linear-gradient( 140deg ,#ff4500,#f98256);
}
.bnr a span{text-align: center;}
.bnr a:hover{transform: scale(1.03);}
#contents .con_img,#contents1 .con_img {
    border-radius: 0 50px 50px 0;
}
#cms_6-b .cate_title{
    background-color: #ff4500;
    border-left: 10px solid #f0e68c;
}
#contents .con_bg, #contents1 .con_bg{background-image: url(Dup/img/bg02.jpg);}
#contents .con_box1::before{content: none;}
.con_no{
        background-color: #fff39a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    border-radius: 50%;
    color: #333333;
    font-weight: bold;
}
.sankaku{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ff4500 transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#top_cms .cms_title p {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 5px #ff4500;
    line-height: 1.5;
    margin-top: 10px;
}




/* contents anim */
#contents2 h3{
    background-color: #ff4500;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
}
#contents2{
    background-image: url(Dup/img/bg01.jpg);
    background-size: cover;
    
}
#contents2 .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents2 .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents2 .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents2 .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents2 .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}
#contents2 .txt_wrap .con_box:last-of-type{
    margin-right: 0;
}

#contents2 .fadeIn_box .con_box {
    opacity: 0;
    border: 1px solid #ff4500;
    padding: 10px;
        border-radius: 30px;
        background-color: #fff;
}
#contents2 .con_img {
    border-radius: 30px;
        border-radius: 30px;
    width: 250px;
    margin: auto;
}
/*#contents2 .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}*/
#contents2 .con_txt{
	font-size: 16px;
}
@media screen and (max-width: 768px){
#contents2 .txt_wrap .con_box {
    width: calc(34% - 12px);
}
#contents2 .txt_wrap .con_box:last-of-type,#contents2 .txt_wrap .con_box:nth-of-type(2) {
    margin-right: 0;
}


}
@media screen and (max-width: 667px){
#contents2 .txt_wrap .con_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
}
#contents2 .con_title h3:before {
    bottom: -15px;
}
#contents2 .con_txt{
	font-size: 14px;
}
}

.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title .title_bg{    background-position: center -80px;}
.cate_title{
        background-color: #ff4500;
    color: #fff;
    border-color: transparent;
    padding: 5px 15px;
    display: block;
    text-align: center;
}
.cate_list{
        background-color: #f7f7f7;
    padding: 20px;
}
#page07 .info_title{color: #ff4500;}



/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
#contents2 .con_img{width: 200px;}
#contents .con_img, #contents1 .con_img {
    border-radius: inherit;
}
#contents .con_bg, #contents1 .con_bg {
    top: -20px;
    right: 0;
}
#contents1{background-color: #ff702c;    padding-bottom: 100px;}
#page_title .title_bg {
    background-position: top;
}
}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
section#custom {
    height: 70vh !important;
}
.bnr{width: 200px;bottom: 0;left: 0;}
.bnr a{padding: 10px; border-radius: 0 10px 0 0;}
.bnr a span {
    width: 40%!important;
}
#contents2 .txt_wrap{padding-bottom: 0;}
}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}