﻿.hannari {
    font-family: "Zen Maru Gothic","Hannari","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.linkStyle{
    text-decoration: underline;
    color: #333333;
}
/*header*/
header.scr_header{
    background-color: rgba(255,255,255,0.5)!important;
}
#pc_nav ul li a.txt_white{
    color: #333;
    font-family: "Zen Maru Gothic",Sans-Serif;
    font-weight: 600;
}
/*nav*/
#nav_menu span.txt_white{
    color:#56383a ;
}
/*FV*/
#main_img .bg_white{
    background-color: rgba(255,255,255,0.0);
}
#top_pc_nav ul{
    font-family: "Zen Maru Gothic","serif" ;
}
/*top*/
#question .box .box_item {
    padding: 80px;
}
#question .txt {
    width: 40%;
    margin-right: 10%;
    text-align: left;
    padding-left: 50px;
}
#question .txt:nth-child(even) {
    margin-right: 0%;
}
#question .txt:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url('./Dup/img/checkbox.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    top: 10px;
}
#intro.mg_b-100px{
    margin-bottom: 0;
}
#contents1 .num{
    left: 46.5%;
}
#contents2 .num{
    left: 53.0%;
}
@media screen and (max-width: 1560px){
    #question .txt{
        width: 100%;
    }
    #question p.txt{
        padding-bottom: 10px;
    }
}
/*下層全般*/
@media screen and (max-width: 380px){
.page_title_box h2.font_24_sp{
    font-size: 18px;
}
}
/*プライバシーポリシー*/
@media screen and (max-width: 667px){
.page9 .page_title_box h2.font_24_sp{
    font-size: 16px;
}
}
@media screen and (max-width: 380px){
.page9 .page_title_box h2.font_24_sp{
    font-size: 13px;
}
}
/* ---------- loopSlider ---------- */
#topcms_gallery_type1{
    margin-bottom: 40px;
}
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}