﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@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=Noto+Serif+JP&display=swap');
header,.con_no{
        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;}
.fa-envelope:before {
    content: "\f075";
}
.footer_bnr{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
}
.catch{
        z-index: 1;
    top: 20%;
    left: 20px;
    max-width: 700px;
    width: 50%;
}
.dec01{width: 50%;}
.hana{bottom: 0;right: 0;}
#contents1 h2,#contents2 h2,#contents3 h3,#top_cms h2{
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 4px;
}

#contents1 h2,#contents2 h2{
    padding-bottom: 15px;
    background-image: linear-gradient(to bottom, #deb887, #deb887);
    background-size: 50px 2px;
    background-repeat: no-repeat;
    background-position: center bottom;
    
}
#contents1 h2{background-position: center bottom;}
#contents2 h2{margin-bottom: 15px;}
#contents_box .flex_bnr .bnr_img{
    background-image: url(./Dup/img/img01.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents_box .flex_bnr div:last-of-type .bnr_img{background-image: url(./Dup/img/img02.jpg);}
#contents_box .flex_bnr a{
    border-radius: 10px;
    overflow: hidden;
    
}
#contents_box .flex_bnr a .bnr_img{    transition: all .5s;}
#contents_box .flex_bnr a:hover .bnr_img{
    transform: scale(1.1);
        transition: all .5s;
}
#contents_box .flex_bnr h4{
        position: relative;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 20px;
}
#contents2 {
    padding: 100px 10% 200px;
}
/*#contents2 h2::before,#contents2 h2::after{
    content: "";
    position: absolute;
    background-image: url(Dup/img/left_item.png);
    background-size: contain;
    background-position: center left;
    width: 119px;
    height: 33px;
    left: -40%;
}
#contents2 h2::after{
    background-image: url(Dup/img/right_item.png);
    left: inherit;
    right: -40%;
    background-position: center right;
}*/
#contents2 .point {
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 2.5;
    max-width: 800px;
    border: 2px solid #deb887;
    padding: 30px;
    font-size: 18px;
    background-color: #fbfbfb;
    border-radius: 10px;
}
#contents2 .point i{
    color: #deb887;
    padding-right: 5px;
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#contents3 h3 {
    padding-bottom: 15px;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 50px 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 15px;
}
.nami{
    top: 1px;
    width: 100%;
    left: 0;
    transform: translateY(-100%);
}
#top_cms .more a,#contents2 .more a{border-radius: 30px;}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
.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: #deb887;
}
.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;
}
}



/*===========================================================*/
/* 下層 */
/*===========================================================*/





/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
header #logo{max-width: 120px;}
#contents2 .point{font-size: 16px;}
}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
header #logo {
    max-width: 80px;
}
.catch{
    width: 90%;
        top: 20%;
    left: 20px;
}
.dec01{width: 100%;margin-bottom: 20px;}
.hana{bottom: inherti;top: 0;}
#contents1 {
    padding: 50px 10%;
}
#contents2 {
    padding: 50px 5% 150px;
}
#contents3 {
    padding: 50px 5% 100px;
}
#contents2 .more a{border-radius: 50px;}
#main_img,#main_img .img1{height: 50vh;}
#top_cms > .box {
    padding: 50px 5%;
}

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}