@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
--------------------------------------------
2023.11追記
--------------------------------------------
--------------------------------------------*/

/*--------------------------------------------
top
--------------------------------------------*/

.container #lead .lead-cont{
	margin-bottom: 80px;
}
.container #lead .lead-cont > div{
	width: 50%;
    margin: 0 auto 16px;
}
.container #lead .lead-cont > ul{
	display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
.container #lead .lead-cont > ul > li{
	width: calc((100% - 6rem) / 3);
}
.container #lead .lead-cont > ul > li{
	margin: 0 2.2rem 0 0;
	border: 2px solid #FEDF8F;
    border-radius: 10px;
	text-align: center;
}
.container #lead .lead-cont > ul > li:first-of-type{
	background: url(../images/toplead_bg01.png) no-repeat right bottom / 30%;
}
.container #lead .lead-cont > ul > li:nth-of-type(2){
	background: url(../images/toplead_bg02.png) no-repeat right bottom / 40%;
}
.container #lead .lead-cont > ul > li:nth-of-type(3){
	background: url(../images/toplead_bg03.png) no-repeat right bottom / 40%;
}
.container #lead .lead-cont > ul > li:nth-of-type(4){
	background: url(../images/toplead_bg04.png) no-repeat right bottom / 25%;
}
.container #lead .lead-cont > ul > li:nth-of-type(5){
	background: url(../images/toplead_bg05.png) no-repeat right bottom / 35%;
}
.container #lead .lead-cont > ul > li:nth-of-type(6){
	background: url(../images/toplead_bg06.png) no-repeat right bottom / 30%;
}
.container #lead .lead-cont > ul > li:nth-of-type(3n){
	margin: 0;
}
.container #lead .lead-cont > ul > li:nth-child(n+4){
	margin-top: 40px;
}
.container #lead .lead-cont > ul li p{
    border-radius: 8px 8px 0 0;
    background-color: #FEDF8F;
	font-weight: bold;
	padding: 8px 1rem;
}
.container #lead .lead-cont ul li > ul{
	padding: 40px 1rem;
}
.container #lead .lead-cont ul li ul > li:not(:first-child){
	margin-top: 8px;
}
#package .package__catch{
    justify-content: center;
}
#lightpackage .lightpackage__subInner{
    display: block;
}
#lightpackage h4 span{
    background-image: none;
}
#package_tbl{
    margin-bottom: 40px;
}
#package_tbl table{
    border-collapse: collapse;
    border: solid 3px #333;
    /*border-collapse: spacing;
    border-spacing: 10px 5px;
    border: solid 3px #333;*/
}
#package_tbl table th, td {
    border: dashed 1px #777;
}
#package_tbl table th, td {
    border-right: 3px solid #333;
}
#package_tbl table tbody tr:first-of-type td:first-of-type,
#package_tbl table tbody tr:nth-of-type(3) td:first-of-type,
#package_tbl table tbody tr:nth-of-type(5) td:first-of-type{
    border-right: 1px solid #333;
}
#package_tbl table tbody tr:first-of-type td:first-of-type,
#package_tbl table tbody tr:nth-of-type(3) td:first-of-type,
#package_tbl table tbody tr:nth-of-type(5) td:first-of-type{
    background-color: #E6E4E2;
}
#package_tbl thead tr:last-child,
#package_tbl tbody tr:nth-of-type(2),
#package_tbl tbody tr:nth-of-type(4){
    border-bottom: 3px solid #333;
}
#package_tbl table th{
background-color: #E6E4E2;
font-weight: normal;
text-align: center;
padding: 10px 0.5rem;
}
#package_tbl thead tr th:first-of-type{
    width: 50%;
}
#package_tbl thead tr:last-of-type th:last-child{
    text-align: left;
}
#package_tbl table tbody td{
    text-align: center;
    padding: 10px 0.5rem;
}
#package_tbl > p{
    margin-top: 10px;
    line-height: 1.4;
}
/*タブレット対応
-------------------------------------------- */

@media screen and (min-width: 768px) and (max-width:960px) {

    .container #lead .lead-cont ul li > ul{
        padding: 30px 0.5rem 30px;
    }
    .container #lead .lead-cont > ul > li:first-of-type{
        background-size: 20%;
    }
    .container #lead .lead-cont > ul > li:nth-of-type(3){
        background-size: 30%;
    }
  }
/*スマホ対応
-------------------------------------------- */
@media screen and (max-width:960px) {
    .container #lead .lead-cont{
        margin-bottom: 40px;
    }
    .container #lead .lead-cont > div {
        width: 70%;
    }
    .container #lead .lead-cont > ul{
        font-size: .9rem;
    }
    .container #lead .lead-cont > ul{
        margin-top: 10px;
    }
    .container #lead .lead-cont > ul > li {
        width: calc((100% - 1.95rem) / 2);
    }
    
    .container #lead .lead-cont > ul > li,.container #lead .lead-cont > ul > li:nth-child(n+3){
        margin: 0;
    }
    .container #lead .lead-cont > ul > li:nth-child(odd) {
        margin: 0 1.25rem 0 0; 
    }
    .container #lead .lead-cont > ul > li:nth-child(n+3){
        margin-top: 16px;
    }
    .container #lead .lead-cont > ul > li:nth-child(n+-3){
        padding-bottom: 24px;
    }
    .container #lead .lead-cont ul li > ul {
        padding: 10px .5rem 30px;
    }
    .container #lead .lead-cont ul li ul > li{
        padding-left: 1em;
        text-indent: -1em;
    }
    #package_tbl table tbody tr:first-of-type td:first-of-type,#package_tbl table tbody tr:nth-of-type(3) td:first-of-type,#package_tbl table tbody tr:nth-of-type(5) td:first-of-type{
        writing-mode: vertical-rl;
    }    
}
/*--------------------------------------------
details 提供機能詳細
--------------------------------------------*/
#haken .haken_btn{
    text-align: center;
    margin: 16px 0 32px;
}
#haken .haken_btn a{
    display: inline-block;
    padding: 8px 1rem;
    background-color: #164197;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
#haken .haken_btn a span{
    font-size: 14px;
}
.details_table dd{
    padding: 16px 1rem;
}
.details_table__img{
    padding: 32px 2rem;
}
.details_table__img > div{
    width: 50%;
    margin: auto;
}
/*スマホ対応
-------------------------------------------- */
@media screen and (max-width:960px) {
    .details_table__img > div{
        width: 100%;
    }
}
/*--------------------------------------------
voice
--------------------------------------------*/
#voice .voice__container{
    margin: 167px 0 0;
}
#voice .voice__container > div:last-of-type{
    margin-top: 40px;
}
#voice .voice__container .voice__container--catch{
    background: url(../images/voice_ttl_bg.png) no-repeat top center / contain;
}
#voice .voice__container .voice__container__firstimg{
    width: 80%;
    margin: auto;
}


#voice .voice__container .voice__container__cont{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#voice .voice__container .voice__container__cont .voice_txt{
    width: 98%;
    position:relative;
    background:#FFFFFF;
    border: solid 4px #ffe300;
    border-radius: 20px;
    padding: 40px 2.5rem;
}
#voice .voice__container .voice__container__cont .voice_txt::after,
#voice .voice__container .voice__container__cont .voice_txt::before{
   /* border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;*/
    left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#voice .voice__container .voice__container__cont .voice_txt::after{
    /*border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#FFFFFF;*/
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 30px;
	margin-top: -30px;
}
#voice .voice__container .voice__container__cont .voice_txt::before{
    /*border-color: rgba(255, 227, 0, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -0.9rem;
    margin-left: 4px;
    border-left-color:#ffe300;*/
    border-color: rgba(255, 227, 0, 0);
	border-left-color: #ffe300;
	border-width: 36px;
	margin-top: -36px;
}

#voice .voice__container .voice__container__cont .voice_txt div + div{
    margin: 30px 0 0;
}
#voice .voice__container h5.voice{
    text-align: left;
}
#voice .voice__container .voice__container__cont .voice_icon{
    width: 19%;
    margin-left: 3rem;
}
#voice .voice__container .voice__container__cont .voice_icon p{
    text-align: center;
    margin: 10px;
    font-size: .85rem;
}
#voice  h2.contents_title{
    margin: 56px auto;
}

/*スマホ対応
-------------------------------------------- */
@media screen and (max-width:768px) {
    #voice .voice__container .voice__container__cont{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #voice .voice__container .voice__container__cont .voice_txt{
        width: auto;
        margin: 30px 0 0;
    }
    #voice .voice__container .voice__container__cont .voice_txt{
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
    }
    #voice .voice__container .voice__container__cont .voice_txt{
        position: relative;
        background: #fff;
        border: 4px solid #ffe300;
    }
    #voice .voice__container .voice__container__cont .voice_txt::after,
    #voice .voice__container .voice__container__cont .voice_txt::before{
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: -36px;
    }
    #voice .voice__container .voice__container__cont .voice_txt::after{
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 35px;
        margin-left: -35px;
    }
    #voice .voice__container .voice__container__cont .voice_txt::before{
        border-color: rgba(255, 227, 0, 0);
        border-bottom-color: #ffe300;
        border-width: 35px;
        margin-left: -35px;
    }
    #voice .voice__container .voice__container__cont .voice_icon{
        width: 33%;
        margin: 0 auto;
    }
}


/*--------------------------------------------
お問い合わせ
--------------------------------------------*/

.form_contents li span.privacy{
    border: none;
    font-size: 14px;
}

.form_contents li span.privacy a{
	display: block;
	margin: 10px 0;
}