@charset "UTF-8";
/* CSS Document */




.pc_none{
    display: block !important;
}
.tbl_none{
    display: none !important;
}
.sp_none{
    display: none !important;
}

.m-aside{
    border-top: none;
    padding-top: 0px;
    margin: 0 0 50px 0;
}

/* レイアウ�? */


.m-main-content {
    list-style:none;
}

.m-main-content a{
	transition: all 0.3s ease 0s;
}

.m-main-content img{
	transition: all 0.3s ease 0s;
}

.m-main-content h2{
	width: 1000px;
	margin: 0px auto ;
	text-align: left;
}

.ttl_box{
	display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.title-sub {
    background: #fff;
    padding: 20px;
    text-align: justify;
    color: #000;
    font-size: 14px;
}

.main_box{
	display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.main_box img{
	display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}
.main_box_moji{
	color: #b2a898;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.8em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 100%;
}

.main_box_moji h1{
	display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: lighter;
    margin: 10px auto;
    color: #000;
    line-height: 2em;
    width: 640px;
}

.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    /*border-bottom: solid 1px #9e9e9e;*/
}
.navi ul{
    display: block;
    overflow: hidden;
    width: 760px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    font-size:16px;
    width: 32%;
    margin: 2px .5% ;
    /*float: left;*/
    border-bottom: solid 3px #fff;
    text-align: center;
    letter-spacing: .5px;
}
.navi ul li a{
    color: #42311f;
    background-color: #fbf2de;
    text-decoration: none;
    padding: 8px 5px 6px 5px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
}
.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
}


.main-header {
	display: block;
    /*overflow: hidden;*/
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    display: flex;
    align-items: center;
}

.main-header li:nth-of-type(1){
    display: block;
    /*overflow: hidden;*/
    margin: 0 20px 0 0;
    position:relative;
    padding-bottom: 40px;
}
.main-header li:nth-of-type(2){
    display: block;
    /*overflow: hidden;*/
    width: 430px;
    margin: 0;
}
.main-header li img{
    width: 100%;
}

.main-header-image {
    aspect-ratio: 1/1;
}

.sub-head {
    position: absolute; 
}

.style-heading img {
    width: 100%;
    aspect-ratio: 16 / 7;
}

.con_come{
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: dashed 1px #9e9e9e;
    line-height: 2em;
    margin-bottom: 20px;
}
.con_come p{
    background-color: #f0ded9;
    display: inline-block;
}
.con_items_list{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

.con_items_list p{
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    /*border-bottom: solid 1px #9e9e9e;*/
}
.con_items_list span{
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
}

.con_items_list p a{
    display: block;
    overflow: hidden;
    color: #000;
    padding: 0;
    line-height: 1.7;
    margin-bottom: 10px;
    /*
    line-height: 40px;
    height: 40px;
    */
    text-decoration: none;
}
.con_items_list p a::after {
    content: "Check";
    display: inline-block;
    background-color: #555;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 11px;
    float: right;
    font-weight: bold;
}

/*
.con_items_list p a::after {
    backface-visibility: hidden;
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 95%;
    position: relative;
    transform: rotate(45deg);
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 12px;
    top: -40px;
}
*/

.con2{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto ;
    padding-bottom: 40px;
}
.con2 img{
    width: 124px;
}
.con2 h3,
.content h3{
	width: 1000px;
	margin: 10px auto ;
	text-align: left;
	/*display: block;*/
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
	line-height: auto;
	font-size: 20px;
}

.con2 h3::after,
.content h3::after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
}
.con2 ul{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.con2 ul li {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0 ;
}

.con2 ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.con2 ul li img{
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 5/6;
    margin-bottom: 8px;
}


.small_ttl{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #535353;
}

.m-sign-form-btn-area{
    width: 378px;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
}

.sml_ttl_box_underbtn2 {
    display: block;
    overflow: hidden;
    padding: 0 0 40px 0;
    position: relative;
}
.sml_ttl_box_underbtn2 a {
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #959595;
    color: #fff;
}

.layoutbox{
	width: 100%;
	margin: 0;
}
.layoutbox ul{
	width: 1000px;
	margin: 0 auto;
}

.con_under_sharebox{
	width: 100%;
	text-align: center;
}
.con_under_sharebox a {
	width: 67px;
	margin: 5px 10px;
	display: inline-block;
}
.con_under_sharebox a img{
	width: 100%;
}

.con_under_mailbox{
	width: 500px;
	margin: 10px auto 50px;
	padding: 30px 0;
	border: solid 1px #C6BFB5;
	text-align: center;
}
.con_under_mailbox span{
	font-size: 12px;
}
.con_under_mailbox span a{
	display: inline-block;
	text-decoration: underline;
}

.content-btn {
    font-weight: bold;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 40px auto;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
}

.content-btn:hover {
    opacity: 0.7;
}

.ly_mb {
    margin-bottom:60px;
}

.content {
    overflow: hidden;
    padding-bottom: 30px;
}

.item-list {
    padding: 12px 8px 32px;
}
/*
.item-list li{
	border-bottom: 1px dashed #9e9e9e;
}*/
.item-list li a{
	align-items:center;
	box-sizing: border-box;
	display:flex;
	font-size: 14px;
	/*padding: 10px;*/
    padding: 4px 10px;
	position: relative;
}
.item-list li a::after{
	border-radius: 4px;
	background: #45423f;
	content: "Check";
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
	position: absolute;
	right: 2%;
}


.l-subimage {
    display: flex;
    justify-content: space-around;
    width: 900px;
    margin: 40px auto 0;
}
.l-subimage div {
    width: 50%;
}
.l-subimage div img {
    width: 100%;
    aspect-ratio: 5/6;
}
.l-subimage-first, .l-subimage-second {
    position: relative;
}
.l-subimage-first {
    margin-right: -2.5%;
}
.l-subimage-second {
    margin-top: 300px;
}

@media screen and (min-width: 641px) {

    .ctt_ttl_main {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

.main_box img {
    width: 1000px;
    height: 380px;
}    

.con_come{
    line-height: 2.1em;
}

.m-btn-active:hover{
    opacity: 0.5;
}
.navi ul{
    margin: 0 auto 40px;
}

.navi ul li a:hover{
    opacity: 0.7;
}
.main-header li a img:hover {
    opacity: 0.7;
}

.con2 ul li a:hover{
    opacity: 0.7;
}

.sml_ttl_box_underbtn_footer a:hover{
    background-color: #7d7d7d;
}

.con_under_sharebox a img:hover{
	opacity: 0.7;
}

.title-sub {
    margin-top: 0;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
}

.item-list{
	margin-top: 4px;
}
.item-list li{
	border-bottom: none;
}
.item-list li a{
	display: inline-block;
	font-size: 12px;
	padding: 2px;
}
.item-list li a::after{
	margin-left: 8px;
	position: static;
}
.item-list li a:hover{
	opacity: .6;
}

.main-header.flex-reverse {
	flex-direction: row-reverse;
}

.main-header.flex-reverse li:nth-of-type(1) {
    margin: 0 0 0 20px;
}
.main-header li:nth-of-type(2){
    margin-bottom: 50px;
}

.l-subimage {
    display: flex;
    justify-content: space-around;
    width: 900px;
    margin: 40px auto 0;
}
.l-subimage div {
    width: 50%;
}z
.l-subimage div img {
    width: 100%;
}
.l-subimage-first, .l-subimage-second {
    position: relative;
}
.l-subimage-first {
    margin-right: -2.5%;
}
.l-subimage-second {
    margin-top: 300px;
}

}



@media screen and (max-width: 640px) {
    .pc_none{
    display: none !important;
}
    .tbl_none{
    display: block !important;
}
    .sp_none{
    display: block !important;
}

.main_box_banner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 32 / 19;
    vertical-align: top;
}

.main_box{
    height: auto;
    margin: 0;
}
.main_box img{
    width: 100%;
    margin: 0;
    aspect-ratio: 32/19;
}


.l-contents h2{
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.l-contents h2 img{
    width: 100%;
}

.content {
    padding-bottom: 0;
}
.con2 h3{
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
}

.content h3 {
    width: auto;
    margin: 10px;
}

.con2 h3::after{
    width: 50%;
}
.main_box_moji{
    margin: 0 5%;
    width: 90%;
    display: block;
    position: static;
}
.main_box_moji h1{
    font-size: 11px;
    width: auto;
}

.main_box_logo2{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.main_box_logo3{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.navi{
    width: 100%;
}

.navi ul{
    width: 100%;/*
    padding: 0px;
    display: flex;
    justify-content: center;*/
}


.navi ul li{
    width: 44%;
    margin: 4px 1.5%;
    font-size:12px;
}

.navi ul li img{
    width: 100%;
}
.con1 , .con2 , .con4 , .con7{
    width: 100%;
    padding: 32px 0 40px;
}
.main-header {
    width: 95%;
    display: block;
}
.main-header li:nth-of-type(1) {
    width: 100%;
    margin: 10px 0;
}
.main-header li:nth-of-type(2) {
    width: 100%;
    text-align: left;
}
.main-header li a{
    display: block;
    overflow: hidden;
    width: 100%;
}
.main-header li img{
    width: 100%;
}
.main-header li a img{
    width: 100%;
}
.main-header li:nth-of-type(2) img{
    width: 90%;
}

.con_come {
    padding-top:0;
}

.con2 h2 {
    width: 100%;
}
.con2 h2 img{
    width: 124px;
}
.con2 ul{
    width: 100%;
    margin: 0 auto;
}
.con2 ul li a{
    font-size: 11px;
}
.con2 ul li{
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.con2 ul li img{
    width: 100%;
}

.l-subimage {
    display: block;
    width: 100%;
}
.l-subimage div {
    width: 96%;
}
.l-subimage div img {
    width: 100%;
}
.l-subimage-first, .l-subimage-second {
    position: relative;
}
.l-subimage-first {
    margin-right: 4%;
}
.l-subimage-second {
    margin-left: 4%;
    margin-top: 24px;
}

.small_ttl ul{
    width: 100%;
    text-align: center;
}

.small_ttl ul li:nth-of-type(1){
    width: 100%;
    float: none;
    margin: 0 auto;
}
.small_ttl ul li:nth-of-type(2) {
    width: 90%;
    text-align: left;
    font-size: 14px;
}
.small_ttl ul li img{
    margin: 20px auto;
    max-width: 170px;
}
.small_ttl ul li p{
    margin: 10px auto;
}

.smallsmall_ttl{
    width: 100%;
}


.smallsmall_ttl2 ul li p{
    margin: 10px;
}

.smallsmall_ttl2 ul li span{
    height: auto;
}

.smallsmall_ttl3 ul li img{
    margin: 0;
}

.m-aside-menu{
    padding-top: 0px;
}

.m-sign-form-btn-area{
    width: 95%;
    margin: 0 auto;
}

.con6{
    padding: 0 0 50px 0;
    font-size: 10px;
}

.r_notes {
    padding: 40px 0;
}

.r_notes ul{
    width: 90%;
}

.sml_ttl_box_underbtn2 {
    width: 100%;
}
.sml_ttl_box_underbtn2 a {
    width: 90%;
}

.layoutbox ul{
	width: 100%;
}


.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}




}
