@charset "UTF-8";
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    background: #fafafa;
    padding-top: 165px;
}

h1{
    color: #1B5ABB;
    font-size: 28px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}
h2{
    color: #021F4B;
    font-size: 22px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}
h3{
    color: #021F4B;
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}
h2.line{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-left: solid 5px #1957B8;
    margin: 40px 0 20px 0;
    padding: 3px 3px 3px 15px;
}
p{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
i{
    font-style: normal;
}
.main a{
    color: #1B5ABB;
    text-decoration: underline;
}
a,button{
    opacity: 1.0;
    transition: all 0.2s ease;
}
a:hover,button:hover{
    opacity: 0.5;
}
a:not([href]) {
    cursor: pointer;
}
.box{
    padding: 30px;
    margin: 20px 0;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: relative;
}
.box:after{
    content: "";
    display: block;
    clear: both;
}

.center{
    text-align: center;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(2,31,75,0.5);
    z-index: 999999;
}
.modal > .close{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.modal .inner > b.close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal .inner > b.close:before,
.modal .inner > b.close:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #021F4B;
    position: absolute;
    top: 50%;
    left: 0;
}
.modal .inner > b.close:before{
    transform: rotate(45deg);
}
.modal .inner > b.close:after{
    transform: rotate(-45deg);
}
.modal .inner{
    max-width: 800px;
    width: 100%;
    background: #ffffff;
    margin: 0 10px;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.modal .inner h3{
    margin: 0;
}
.modal.condition-save .inner {
    max-height: 80vh;
}
.modal.condition-save .inner .table-wrapper {
    max-height: calc(80vh - 275px);
    overflow-y: auto;
}
@media screen and (min-width:0px) and ( max-width:750px) {
    .modal .inner > b.close {
        width: 10px;
        height: 10px;
        top: 10px;
        right: 10px;
    }
}


/** 2021/06/23 ntsuchi1 ADD Start*/

.modal .inner > p{
    text-align: center;
    font-size: 15px;
}

.modal .inner > div.btn-area {
    text-align: center;
}


.modal .inner > div.btn-area button {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    max-width: 180px;
    width: 100%;
    line-height: 20px;
    border-radius: 4px;
    margin: 30px auto 0 auto;
    display: inline;
    padding: 10px;
}

.modal .inner > div.btn-area button.delete {
    background: #ff3333;
    margin-right: 80px;
}

.error {
    color: #ff3333;
    font-size: 14px;
    padding: 10px;
    border: solid 1px #ff3333;
    background: #ffffff;
}
/** 2021/06/23 ntsuchi1 ADD End*/
/*-- --------- --*/
/*-- button --*/
/*-- --------- --*/
a[class*=btn]{
    text-decoration: none;
}
a.btn2,
button.btn2{
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 10px;
    background: #1B5ABB;
    border-radius: 3px;
    position: relative;
}
a.btn2:after,
button.btn2:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/btn-allow.svg") no-repeat center center / 100% auto;
}
a.btn2.upload:after,
button.btn2.upload:after{
    background: url("../img/icon-upload.svg") no-repeat center center / 100% auto;
}
a.btn3,
button.btn3{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 20px;
    background: #FF9D2A;
    border-radius: 3px;
    position: relative;
}
.btn3:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/btn-allow.svg") no-repeat center center / 150% auto;
}
/* ntsuchi1 Add Start */
a.dsbl {
    pointer-events: none;
    opacity: 0.5;
}
/* ntsuchi1 Add End */

button.btn-re,
a.btn-re{
    color: #021F4B;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 10px;
    background: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 3px;
    position: relative;
}
button.btn-re{
    display: inline-block;
}
button.btn-re:after,
a.btn-re:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/btn-allow.svg") no-repeat center center / 150% auto;
}
a.btn-favo{
    color: #021F4B;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 190px;
    background: #FAFAFA;
    border: solid 1px #C6CCD6;
    border-radius: 3px;
}
a.btn-favo:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../img/icon-heart2.svg") no-repeat center center / 100% auto;
    position: relative;
    top: 3px;
}
/* ntsuchi1 ADD Start */
a.btn-favo.selected:after{
    background: url("../img/icon-heart-after.png") no-repeat center center / 100% auto;
}
/* ntsuchi1 ADD End */
a.btn2.add{
    margin-top: 10px;
}
a.btn2.add:after{
    content: none;
}
a.btn2.add:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    background: url("../img/icon-plus.svg") no-repeat center center / 100% auto;
}
.btnSet2{
    max-width: 500px;
    margin: 0 auto;
}
.btnSet2:after{
    content: "";
    display: block;
    clear: both;
}
.btnSet2 > *:first-child{
    float: right;
}
.btnSet2 > *:last-child{
    float: left;
}
.right{
    float: right;
    margin: 0!important;
}
.left{
    float: left;
    margin: 0!important;
}
table{
    width: 100%;
}
table tr th{
    color: #021F4B;
    font-size: 14px;
    font-weight: 300;
    width: 28%;
    padding: 20px;
    background: #E7E7E7;
    border-bottom: solid 1px #BCD3EF;
}
table tr th i{
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.0em;
    display: inline-block;
    padding: 3px;
    margin-left: 8px;
    background: #F41616;
}
table tr th span{
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
table tr td{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
    background: #F9F9F9;
    border-bottom: solid 1px #E7E7E7;
}
table tr td:after{
    content: "";
    display: block;
    clear: both;
}
table tr td ul li{
    line-height: 20px;
    margin-bottom: 10px;
}
table tr td ul li:last-child{
    margin-bottom: 0;
}
table tr td a[class*="btn"]{
    margin: 0;
}
form table td{
    padding: 10px;
}
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label{
    font-size: 14px;
    line-height: 2.0em;
    margin-right: 26px;
    display: inline-block;
}
/* ntsuchi MOD Start */
input[type="checkbox"] + label:before{
    content: "";
    display: inline-block;
    /* width: 16px; */
    /* height: 16px; */
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: solid 1px #666666;
    border-radius: 3px;
    margin: 0 9px -2px 0;
}
input[type="checkbox"]:checked + label:before{
    /* background: url("../img/form-check.svg") no-repeat center center / 100% auto; */
    background: url("../img/form-check.svg") no-repeat center center / auto;
    border: solid 1px #FF9D2A;
}
/* ntsuchi MOD End */
input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    font-size: 14px;
    line-height: 2.0em;
    display: inline-block;
    margin-right: 26px;
}
input[type="radio"] + label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: solid 1px #666666;
    border-radius: 8px;
    margin: 0 9px -2px 0;
}
input[type="radio"]:checked + label:before{
    background: url("../img/form-radio.svg") no-repeat center center / 8px auto;
}
input[type="text"],
input[type="password"],
input[type="email"]{
    color: #666666;
    font-size: 14px;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background: #ffffff;
    border: solid 1px #C6CCD6;
    border-radius: 2px;
}
textarea{
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: solid 1px #C6CCD6;
    border-radius: 2px;
}
select{
    appearance: none;
    color: #666666;
    font-size: 14px;
    width: 160px;
    padding: 10px;
    border: solid 1px #C6CCD6;
    border-radius: 2px;
    background: 
        url("../img/form-select.svg") no-repeat right center,
        #ffffff;
}
::placeholder{
    color: #cccccc;
}
/*-- --------- --------- --------- --*/
/*-- header --*/
/*-- --------- --------- --------- --*/
header{
    display:none;
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

header .inner{
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 20px;
}
header .inner:after{
    content: "";
    display: block;
    clear: both;
}
header .inner div .spnav{
    display: none;
}
header a.logo{
    display: block;
    width: 295px;
    float: left;
}
header a.logo img{
    display: block;
    width: 100%;
}
header ul{
    display: flex;
    float: right;
}
header ul li:first-child{
    margin-top: 32px;
}
header ul li.sp{
    display: none;
}
header ul li a{
    color: #021F4B;
    font-size: 10px;
    display :block;
    padding: 0px 10px;
}
header ul li a img{
    display: block;
    width: auto;
    height: 25px;
    margin: 0px auto 7px auto;
}
/*-- --------- --------- --------- --*/
/*-- nav --*/
/*-- --------- --------- --------- --*/
nav{
    display:none;
    font-size: 16px;
    text-align: center;
    background: #F9F9F9;
    border-bottom: solid 3px #A9C2F3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
nav .inner{
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 7px 20px 4px 20px;
}
nav a{
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.0em;
    display: block;
    width: 33.33%;
    padding: 10px 0;
    border-left: solid 1px #e1e1e1;
}
nav a.agent{
    color: #ffffff;
    position: relative;
}
nav a.agent i{
    color: #A9C2F3;
}
nav a.agent:after{
    content: "";
    display: block;
    margin: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px 10px;
    background: #1B5ABB;
    border-radius: 5px;
    z-index: -1;
}
#fv nav a{
    width: 50%;
}
nav a:last-child{
    border-right: solid 1px #e1e1e1;
}
nav a i{
    color: #1B5ABB;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.0em;
    display: block;
    margin-top: 10px;
}
/*-- --------- --------- --------- --*/
/*-- breadlist --*/
/*-- --------- --------- --------- --*/
#breadlist{
    color: #666666;
    font-size: 14px;
    line-height: 1.0em;
/*
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
*/
}
#breadlist::-webkit-scrollbar {
    display:none;
}
#breadlist ul{
    max-width: 1140px;
    margin: 0px auto;
    padding: 14px 20px;
}
#breadlist li{
    display: inline;
    line-height: 1.5em;
}
#breadlist li:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #021F4B;
    border-right: solid 2px #021F4B;
    transform: rotate(45deg);
    margin: 0 10px 2px 10px;
}
#breadlist li:last-child:after{
    content: none;
}
#breadlist a{
    color: #1B5ABB;
    text-decoration: underline;
    display: inline-block;
}
/*-- --------- --------- --------- --*/
/*-- breadlist --*/
/*-- --------- --------- --------- --*/
.main{
    max-width: 1140px;
    margin: 40px auto 80px auto;
    padding: 0 20px;
}

.pagenation{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: center;
    align-items: center;
}
.pagenation li{
    padding: 7px;
    border: 0;
}
.pagenation li:first-child:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: solid 2px #021F4B;
    border-bottom: solid 2px #021F4B;
    transform: rotate(45deg);
    margin-top: 2px;
}
.pagenation li:last-child:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: solid 2px #021F4B;
    border-top: solid 2px #021F4B;
    transform: rotate(45deg);
    margin-top: 2px;
}
/*-- --------- --------- --------- --*/
/*-- footer --*/
/*-- --------- --------- --------- --*/
#footUpper{
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    background: #2b2b2b;
    padding: 40px 0 50px 0;
}
#footUpper .inner{
    max-width: 1140px;
    margin: 0px auto;
    padding: 0 20px;
    position: relative;
}
#footUpper a.logo{
    display: block;
    width: 255px;
    position: absolute;
    top: 0;
    left: 20px;
}
#footUpper a.logo img{
    display: block;
    width: 100%;
}
#footUpper .share a.sns{
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 10px;
}
#footUpper a.btn{
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 250px;
    padding: 10px;
    margin: 20px 0 30px 30px;
    background: #f2f2f2;
    border-radius: 3px;
    position: relative;
}
#footUpper a.btn:after{
    content: "";
    display: block;
    width: auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    background: url("../img/icon-mail.svg") no-repeat center center/ 100% auto;
}
#footUpper ul.menu1 li{
    font-size: 14px;
    display: inline-block;
}
#footUpper ul.menu1 li:after{
    content: "　|　";
}
#footUpper ul.menu1 li:last-child:after{
    content: none;
}
#footUpper hr{
    margin: 20px 0 30px 0;
    border-color: #777777;
    
}
#footUpper ul.menu2{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#footUpper ul.menu2 li{
    width: 25%;
    position: relative;
}
#footUpper ul.menu2 li:nth-child(1){
    width: 26.36%;
    margin-bottom: 50px;
}
#footUpper ul.menu2 li:nth-child(2){
    width: 23.63%;
}
#footUpper ul.menu2 li:nth-child(3){
    width: 16.81%;
}
#footUpper ul.menu2 li:nth-child(4){
    width: 20%;
}
#footUpper ul.menu2 li:nth-child(5){
    width: 13.2%;
}
#footUpper ul.menu2 li:nth-child(6){
    width: 40%;
}
#footUpper ul.menu2 li:nth-child(7){
    width: 50%;
}
#footUpper ul.menu2 li:nth-child(8){
    width: 10%;
}
#footUpper ul.menu2 li b{
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
#footUpper ul.menu2 li b:first-child{
    font-size: 16px;
    margin-bottom: 20px;
}
#footUpper ul.menu2 li a{
    font-size: 12px;
    line-height: 24px;
    display: block;
}
#footUpper ul.menu2 li:last-child img{
    max-width: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#copy{
    color: #2b2b2b;
    font-size: 14px;
    text-align: center;
    padding: 30px;
    background: #ffffff;
}
/*-- --------- --------- --------- --*/
/*-- MS-JapanID退会 --*/
/*-- --------- --------- --------- --*/
h2.gray {
	color: #021F4B;
	font-size: 22px;
	font-weight: 500;
	height: 80px;
	background-color: #FAFAFA;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.textlink {
	display: flex;
	justify-content: flex-end;
	margin: 15px auto 0;
}
/*-- --------- --------- --------- --*/
/*-- 利用規約 --*/
/*-- --------- --------- --------- --*/
#terms .box{
	height: 350px;
	overflow-y: scroll;
}
#terms .box p{
	margin-bottom: 10px;
}
#terms .box .title{
	border-bottom: #cccccc 1px solid;
	line-height: 2.5em;
}
#terms .btn-re{
	text-decoration: none;
}
#terms .btn_terms{
    max-width: 230px;
	margin-bottom: 10px;
}
@media screen and (min-width:0px) and ( max-width:750px) {
    body{
        padding: 46px 0 0 0;
    }
    h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .box table tr th{
        display: block;
        width: 50%;
        margin-top: 10px;
        padding: 10px;
    }
    .box table tr td{
        display: block;
        padding: 10px;
    }
    .main{
        margin: 20px 0 40px 0;
    }
    .box{
        margin: 10px 0;
    }
    header{
        border-bottom: solid 3px #A9C2F3;
    }
    header .inner{
        height: 100%;
        padding: 0;
    }
    header .inner div{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header .inner div .spnav{
        display: inline-block;
        height: 100%;
        font-size: 10px;
        width: 46px;
    }
    header .inner div .spnav a{
        display: block;
        padding: 0px 2px;
        white-space: nowrap;
    }
    header .inner div .spnav img{
        display: block;
        height: 30px;
        margin: 0px auto;
        padding: 2px 0;
    }
    header a.logo{
        width: 200px;
        margin: 10px;
    }
    header ul li{
        display: none;
    }
    header ul li.sp{
        display: block;
        width: 46px;
        text-align: center;
    }
    header{
        height: 46px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    nav{
        display: none;
        position: fixed;
        top: 46px;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    nav .inner{
        display: none;
    }
    nav a{
        font-size: 12px;
        padding: 0;
    }
    nav a i{
        font-size: 10px;
        margin-top: 5px;
    }
    #breadlist{
        font-size: 12px;
    }
    #breadlist ul{
        padding: 10px;
    }
    #breadlist li:after{
        margin: 2px 5px;
    }
    .main{
        padding: 0 10px;
    }
    .box{
        padding: 15px;
    }
    #footUpper a.logo{
        float: none;
        width: 33.33%;
        margin: 0px auto;
        position: relative;
    }
    #footUpper .share,
    #footUpper ul.menu2,
    #footUpper hr{
        display: none;
    }
    #footUpper{
        padding: 20px 0;
    }
    #footUpper a.logo{
        left: 0;
        margin-top: 10px;
    }
    #footUpper ul.menu1{
        text-align: center;
        line-height: 2.0em;
    }
    #copy{
        font-size: 10px;
        padding: 10px;
    }
/*-- --------- --------- --------- --*/
/*-- SP追加記述 --*/
/*-- --------- --------- --------- --*/
	#terms .btn_terms{
		margin-bottom: 10px;
	}
    .btnSet2{
        margin: 40px auto;
    }
	.btnSet2 > *:first-child,
	.btnSet2 > *:last-child{
        float: none;
        margin: 20px auto;
	}
    .modal .inner > div.btn-area {
        display: flex;
    }
    .modal .inner > div.btn-area button {
        max-width: 35vw;
    }
    .modal .inner > div.btn-area button.delete {
        margin-right: 0;
    }
}
div.menu-sp{
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    position: fixed;
    top: 46px;
    left: 0;
    overflow-y: scroll;
    z-index: 99999;
    display: none;
}
div.menu-sp ul{
    margin: 10px;
    background: #ffffff;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: block;
}
div.menu-sp ul li{
    border-bottom: solid 1px #ccc;
}
div.menu-sp ul li:last-child{
    border: none;
}
div.menu-sp ul li a{
    font-size: 14px;
    display: block;
    padding: 10px;
}
div.menu-sp ul.entry{
    background: none;
    border: none;
}
div.menu-sp ul.entry:after{
    content: "";
    display: block;
    clear: both;
}
div.menu-sp ul.entry li{
    width: 49%;
    margin-right: 2%;
    float: left;
    border: none;
}
div.menu-sp ul.entry li:first-child a{
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: #F41616;
    border: solid 1px #F41616;
    border-radius: 4px;
}
div.menu-sp ul.entry li:last-child{
    margin-right: 0;
}
div.menu-sp ul.entry li:last-child a{
    color: #021F4B;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: #fafafa;
    border: solid 1px #C6CCD6;
    border-radius: 4px;
    box-shadow:
        0px 1px 0px #ffffff inset,
        0px 1px 0px #ffffff;
    position: relative;
}
div.menu-sp ul.entry li:last-child a:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/btn-allow2.svg") no-repeat center center / 66% auto;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 20px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #021F4B;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active {
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
@media screen and (min-width:751px) and ( max-width:99999px) {
    .pc{display: block;}
    .sp{display: none;}
}
@media screen and (min-width:0px) and ( max-width:750px) {
    .sp{display: block;}
    .pc{display: none;}
}
.ttl1 {
    margin: 0 0 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #fafafa;
}
.link1 {
    margin: 20px 0;
    display: block;
    width: 100%;
    text-decoration: underline;
    font-size: 14px;
    color: #1b5abb;
}
.link1.is-right {
    text-align: right;
}
span.shimei{
    font-size: 22px;
    font-weight: 300;
}
.add-area .inner{
    margin: 10px 0;
}
.add-area .inner h3{
    margin: 20px 0 10px 0;
}
.add-area .inner:first-of-type h3{
    margin-top: 0;
}

@media screen and (min-width:0px) and ( max-width:1050px) {
    #resumeDownload {
        float: none;
        margin: 10px auto 0!important;
    }
}

.notice {
    color: #1B5ABB;
    font-size: 14px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 20px;
}
@media screen and (min-width:0px) and ( max-width:750px) {
    .notice {
        color: #1B5ABB;
        font-size: 14px;
        padding: 5px;
    }
}




