@charset "UTF-8";
/* =======================================
			contentsblock
======================================= */
.twoColumnWp {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.twoColumnLeftWp {
    width: 780px;
    /* width: 760px; */
}
.twoColumnRightWp {
    /* width: 280px; */
    width: 300px;
}

/* =======================================
			tips common
======================================= */
.pageBannerTitle {
    padding-left: 115px;
}
.pageBannerTitle::before {
    width: 85px;
    height: 72px;
    margin-top: -36px;
    background-image: url("../img/tips/icon_archive_line_white.svg");
    background-size: 85px 72px;
}

.blogNolistFrameWrap01 {
    margin-top: 78px;
}

.wpBlogMainListBox {
    margin-top: 40px;
}
.wpBlogMainListBox:nth-child(n+2) {
    margin-top: 80px;
}
.wpBlogMainList {
    padding-top: 40px;
}

.wpBlogListBox {
    padding-bottom: 20px;
}
.wpBlogList {

}
.wpBlogItem {
    border-radius: 10px;
    background-color: #fff;
}
.wpBlogItem:nth-child(n+2) {
    margin-top: 20px;
}
.wpBlogListWrap {

}
.wpBlogListLinkBlock {
    min-height: 170px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    color: #000;
}
.wpBlogListThum {
    width: 280px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wpBlogListDesc {
    /* width: 480px; */
    width: calc(100% - 280px);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.wpBlogListDescLink {
    text-decoration: underline;
    color: inherit;
}
.wpBlogListTitle {
    width: 100%;
    padding: 30px 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}
.wpBlogListText {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    color: #0A0A0A;
}
.wpBlogListInfo {
    width: 100%;
    padding: 10px 20px 0;
}
.wpBlogListInfoUp {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpBlogIconList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpBlogDetalisList {

}
.wpBlogListInfoDown {
    width: 100%;
    padding: 0 0 10px;
}
.wpBlogListTags {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpBlogListTagsItem {
    margin-top: 5px;
    margin-right: 10px;
}
.wpBlogListTagsItemLink {
    font-size: 12px;
    line-height: 1.2;
    color: #BABABA;
    text-decoration: underline;
}

.wpBlogListFooter {
    margin-top: 50px;
}


/* detials */
.pageContentsDetailsHeader {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wpBlogDetailsHeader {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wpBlogDetailsTitle {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}
.wpBlogDetailsIconList {
    margin-top: 15px;
    width: 100%;
}
.wpBlogIconListtItem {

}
.wpBlogDetailsList {
    margin-top: 15px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wpBlogDate {

}
.wpBlogDetailsContentsWrap {
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.16);
}
.wpBlogDetailsThum {
    margin: 0 auto;
    width: 670px;
    height: 320px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wpBlogDetailsBody {
    margin-top: 30px;
}

.wpBlogDetailsTags {
    margin-top: 30px;
    border-top: 1px dotted #BABABA;
    border-bottom: 1px dotted #BABABA;
    padding-top: 10px;
    padding-bottom: 20px;
}

.wpBlogDetailsFooter {
    margin-top: 100px;
}

.snsLink {
    margin-top: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.snsListItem {

}

/* =======================================
			tips side
======================================= */
.twoColumnRightWpSideWrap {
    padding-top: 78px;
}
.twoColumnRightWpSideWrap__dictionary {
    padding-top: 40px;
}
.twoColumnRightWpSideWrap__single {
    padding-top: 0;
}
.wpSideWrap {

}
.wpSide {
    position: relative;
    display: block;
    width: 300px;
}

.wpSide.is-sticky {
    width: 300px;
    position: fixed;
    z-index: 2;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.wpSide.is-fixed {
    width: 300px;
    position: absolute;
    z-index: 2;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.wpSideNave {
    width: 280px;
}
.wpSideNave:nth-child(n+2) {
    margin-top: 20px;
}
.wpSideContentsWrap {

}
.wpSideTitle {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    text-align: center;
    color: #fff;
    background-color: #0076AA;
}

.wpSideTitleText {

}
.wpSideList {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    background-color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpSideListItem {
    width: 100%;
}
.wpSideListItem:nth-child(n+2) {
    margin-top: 15px;
}
.wpSideListLink {
    border-radius: 10px;
    background-color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.wpSideListThum {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 107px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.webp .wpSideListThum__useful {
    background-image: url("../img/thum_useful.webp");
}
.no-webp .wpSideListThum__useful {
    background-image: url("../img/thum_useful.png");
}
.webp .wpSideListThum__dictionary {
    background-image: url("../img/thum_dictionary.webp");
}
.no-webp .wpSideListThum__dictionary {
    background-image: url("../img/thum_dictionary.png");
}

.wpSideListText {
    width: 143px;
    padding: 25px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.wpSideList02 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0x;
    background-color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpSideList02Item {
    width: 100%;
}
.wpSideList02Item:nth-child(n+2) {
    border-top: 1px solid rgba(0, 118, 170, 0.21);
}
.wpSideList02Link {
    display: block;
    padding: 15px;
}
.wpSideList02Item:last-child .wpSideList02Link {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.wpSideList02Link.current {
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.21);
}
.wpSideList02Text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.wpSideLink {
    width: 100%;
}
.wpSideLink-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 0;
}

/* =======================================
			tips
======================================= */
.webp .page-tips .pageSub-tips .pageBanner {
    background-image: url("../img/tips/banner-tips-pc.webp");
}
.no-webp .page-tips .pageSub-tips .pageBanner {
    background-image: url("../img/tips/banner-tips-pc.png");
}
.page-tips .pageSub-tips .pageBannerTitle {
    padding-left: 100px;
}
.page-tips .pageSub-tips .pageBannerTitle::before {
    width: 82px;
    height: 77px;
    margin-top: -38.5px;
    background-image: url("../img/tips/icon_tips_line_white.svg");
    background-size: 82px 77px;
}
.page-tips .pageSub-tips .pageContents {
    padding: 60px 0 70px;
}

/* .webp .page-tips .pageSub-useful .pageBanner {
    background-image: url("../img/tips/banner-tips-pc.webp");
}
.no-webp .page-tips .pageSub-useful .pageBanner {
    background-image: url("../img/tips/banner-tips-pc.png");
}
.page-tips .pageSub-useful .pageBannerTitle {
    padding-left: 100px;
}
.page-tips .pageSub-useful .pageBannerTitle::before {
    width: 82px;
    height: 77px;
    margin-top: -38.5px;
    background-image: url("../img/tips/icon_tips_line_white.svg");
    background-size: 82px 77px;
}
.page-tips .pageSub-useful .pageContents {
    padding: 60px 0 70px;
} */

.wpUsefulContentsListWrap {

}
.wpUsefulContentsText01 {
    text-align: center;
    letter-spacing: -0.05em;
}
.wpUsefulContentsListWrap {
    margin-top: 60px;
}
.wpUsefulContentsList {
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpUsefulContentsListItem {
    width: 345px;
    margin-left: 32.5px;
}
.wpUsefulContentsListItem:nth-child(3n+1) {
    margin-left: 0;
}
.wpUsefulContentsListItem:nth-child(n+4) {
    margin-top: 30px;
}
.wpUsefulContentsListLink {
    height: 100%;
    border-radius: 10px;
    background-color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-image: url("../img/circle_right_blue_lightBlue.svg");
    background-repeat: no-repeat;
    background-position: 285px center;
    background-size: 39px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.16);
}
.wpUsefulContentsListThum {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 125px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.webp .wpUsefulContentsListThum__Xray {
    background-image: url("../img/thum_Xray.webp");
}
.no-webp .wpUsefulContentsListThum__Xray {
    background-image: url("../img/thum_Xray.png");
}
.webp .wpUsefulContentsListThum__ctscan {
    background-image: url("../img/thum_ctscan.webp");
}
.no-webp .wpUsefulContentsListThum__ctscan {
    background-image: url("../img/thum_ctscan.png");
}
.webp .wpUsefulContentsListThum_experience {
    background-image: url("../img/thum_experience.webp");
}
.no-webp .wpUsefulContentsListThum_experience {
    background-image: url("../img/thum_experience.png");
}
.webp .wpUsefulContentsListThum__qa {
    background-image: url("../img/thum_qa.webp");
}
.no-webp .wpUsefulContentsListThum__qa {
    background-image: url("../img/thum_qa.png");
}
.webp .wpUsefulContentsListThum__femaleDoctor {
    background-image: url("../img/thum_femaleDoctor.webp");
}
.no-webp .wpUsefulContentsListThum__femaleDoctor {
    background-image: url("../img/thum_femaleDoctor.png");
}
.webp .wpUsefulContentsListThum__radiologist {
    background-image: url("../img/thum_radiologist.webp");
}
.no-webp .wpUsefulContentsListThum__radiologist {
    background-image: url("../img/thum_radiologist.png");
}
.webp .wpUsefulContentsListThum__otherContents {
    background-image: url("../img/thum_otherContents.webp");
}
.no-webp .wpUsefulContentsListThum__otherContents {
    background-image: url("../img/thum_otherContents.png");
}
.webp .wpUsefulContentsListThum__dictionaryContents {
    background-image: url("../img/thum_dictionary.webp");
}
.no-webp .wpUsefulContentsListThum__dictionaryContents {
    background-image: url("../img/thum_dictionary.png");
}
.wpUsefulContentsListText {
    width: 220px;
    padding: 35px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

/* =======================================
			tips archive
======================================= */
.webp .page-tips .pageSub-tag .pageBanner {
    background-image: url("../img/tips/banner-tag-pc.webp");
}
.no-webp .page-tips .pageSub-tag .pageBanner {
    background-image: url("../img/tips/banner-tag-pc.png");
}
.webp .page-tips .pageSub-useful .pageBanner {
    background-image: url("../img/tips/banner-useful-pc.webp");
}
.no-webp .page-tips .pageSub-useful .pageBanner {
    background-image: url("../img/tips/banner-useful-pc.png");
}
.webp .page-tips .pageSub-dictionary .pageBanner {
    background-image: url("../img/tips/banner-dictionary-pc.webp");
}
.no-webp .page-tips .pageSub-dictionary .pageBanner {
    background-image: url("../img/tips/banner-dictionary-pc.png");
}

/* dictionary */
.wpDictionaryListBox {
    padding-top: 40px;
}
.wpDictionarySearchWordBox {
    border-radius: 10px;
    padding: 30px 40px;
    background-color: #fff;
}
.wpDictionarySearchWordBoxTitle {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0076AA;
}
.wpDictionarySearchWordBoxTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url("../img/icon_lupe_lightBlue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.wpDictionarySearchWordIconList {
    margin-top: 18px;
    margin-left: -10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpDictionarySearchWordIconListItem {
    display: block;
    margin-top: 12px;
    margin-left: 10px;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0076AA;
    background-color: #ECF5F8;
    text-align: center;
}

.searchWordListBox {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.searchWordListBox--no-top-margin {
    margin-top: 0;
}
.searchWordListBoxItem {
    padding: 30px 40px;
}
.searchWordListBoxItem:nth-child(n+2) {
    border-top: 1px solid #EFEFEF;
}
.searchWordTitle {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0076AA;
    background-color: #ECF5F8;
    text-align: center;
}
.searchWordTitle + .serachWordLinkList {
    margin-top: 12px;
}
.serachWordLinkList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serachWordLinkItem {
    width: 33%;
    margin-right: 0.5%;
    line-height: 1.2;
}
.serachWordLinkItem:nth-child(3n) {
    margin-right: 0;
}
.serachWordLinkItem:nth-child(n+4) {
    margin-top: 16px;
}

.serachWordLinkItem--full-width {
    margin-top: 0;
    width: 100%;
    margin-right: 0%;
}
.serachWordLinkItem--full-width:nth-child(n+2) {
    margin-top: 16px;
}

.serachWordLinkItemLink {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 700;
    color: #0076AA;
    text-decoration: underline;
}
.serachWordLinkItemLink::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* side job ctype */
.wpDictionaryTwoColumnRight {
    padding-top: 40px;
}
.sideJobSearchListItem__ctype {
    display: block;
    opacity: 1;
    height: auto;
}

/* tenshoku single */
.wpBlogDetailsContentsSubWrap {
    width: 740px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(0, 157, 225, 0.05);
}
.wpBlogDetailsContentsHeader {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpBlogDetailsIconThum {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wpBlogDetailsContentsHeaderDesc {
    width: 600px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpBlogDetailsSubject {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.wpBlogDetailsInitials {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.wpBlogDetailsAge {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.wpBlogDetailsChangeJobs {
    position: relative;
    margin-top: 20px;
}
.wpBlogDetailsChangeJobs::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    width: 10px;
    height: 20px;
    background-image: url("../img/wedge_right_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.changeJobsList {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.changeJobsListItem {
    width: 330px;
    line-height: 1.35;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-color: #fff;
}
.changeJobsList:first-child .changeJobsListItem {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
.changeJobsList:first-child .changeJobsListItem.changeJobsListItem__before {
    background-color: #CCCCCC;
}
.changeJobsList:first-child .changeJobsListItem.changeJobsListItem__after {
    background-color: #00ADB4;
}
.changeJobsListItem__before {

}
.changeJobsListItem__after {

}
.changeJobsListTitle {
    width: 100%;
    text-align: center;
    color: #fff;
}
.changeJobsListTh {
    width: 120px;
    height: 100%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 10px;
    background-color: rgba(204, 204, 204, 0.18);
    font-size: 14px;
    font-weight: 700;
}
.changeJobsListTd {
    width: 210px;
    height: 100%;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 10px;
    font-size: 14px;
}
.changeJobsListItem__before .changeJobsListTh,
.changeJobsListItem__before .changeJobsListTd {
    border-color: #CCCCCC;
}
.changeJobsListItem__after .changeJobsListTh,
.changeJobsListItem__after .changeJobsListTd {
    border-color: #00ADB4;
}

.tabList {
    margin-top: 40px;
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {
    /* =======================================
                contentsblock
    ======================================= */
    .twoColumnWp {

    }
    .twoColumnLeftWp {
        width: 100%;
    }
    .twoColumnRightWp {
        width: 100%;
    }

    /* =======================================
                tips common
    ======================================= */
    .pageBannerTitle {
        padding-left: 18.66vw;
    }
    .pageBannerTitle::before {
        width: 13.86vw;
        height: 11.73vw;
        margin-top: -5.86vw;
        background-size: 13.86vw 11.73vw;
    }

    .blogNolistFrameWrap01 {
        margin-top: 8vw;
    }

    .wpBlogMainListBox {
        margin-top: 4vw;
    }
    .wpBlogMainListBox:nth-child(n+2) {
        margin-top: 16vw;
    }
    .wpBlogMainList {
        padding-top: 4vw;
    }

    .wpBlogListBox {
        padding-bottom: 6.66vw;
    }

    .wpBlogItem {
        border-radius: 2.66vw;
    }
    .wpBlogItem:nth-child(n+2) {
        margin-top: 4vw;
    }
    .wpBlogListWrap {

    }
    .wpBlogListLinkBlock {
        min-height: auto;
        min-height: inherit;
    }
    .wpBlogListThum {
        width: 100%;
        height: 42.66vw;
        border-top-left-radius: 2.66vw;
        border-top-right-radius: 2.66vw;
        border-bottom-left-radius: 0;
    }
    .wpBlogListDesc {
        width: 100%;
        /* padding: 4vw 5.33vw 5.33vw; */

        border-bottom-left-radius: 2.66vw;
        border-bottom-right-radius: 2.66vw;
        border-top-right-radius: 0;
    }
    .wpBlogListTitle {
        padding: 4vw 4vw 0;
        font-size: 4.26vw;
    }
    .wpBlogListText {
        margin-top: 1.33vw;
        font-size: 3.73vw;
    }
    .wpBlogListInfo {
        padding: 4vw 4vw 0;
    }
    .wpBlogIconList {

    }
    .wpBlogDetalisList {

    }
    .wpBlogListInfoDown {
        width: 100%;
        padding: 0 0 4vw;
    }
    .wpBlogListTagsItem {
        margin-top: 1.33vw;
        margin-right: 2.66vw;
    }
    .wpBlogListTagsItemLink {
        font-size: 3.2vw;
    }

    .wpBlogListFooter {
        /* margin-top: 16vw; */
        margin-top: 8vw;
    }
    .wpBlogListFooter__single .frameFooterBtn__twoBtn .btnBackLink {
        width: 100%;
    }
    /* detials */
    .pageContentsDetailsHeader {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wpBlogDetailsHeader {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wpBlogDetailsTitle {
        font-size: 5.33vw;
        line-height: 1.5;
    }
    .wpBlogDetailsIconList {
        margin-top: 0;
    }
    .wpBlogIconListtItem {

    }
    .wpBlogDetailsList {
        margin-top: 2.66vw;
    }
    .wpBlogDate {

    }
    .wpBlogDetailsContentsWrap {
        border-radius: 2.66vw;
        padding: 2.66vw;
    }
    .wpBlogDetailsThum {
        width: 100%;
        height: 40vw;
        border-radius: 2.66vw;
    }
    .wpBlogDetailsBody {
        margin-top: 8vw;
    }
    .wpBlogDetailsTags {
        margin-top: 4vw;
        border-top: 0.26vw dotted #BABABA;
        border-bottom: 0.26vw dotted #BABABA;
        padding-top: 2.66vw;
        padding-bottom: 3.99vw;
    }
    .wpBlogDetailsFooter {
        margin-top: 16vw;
    }
    .wpBlogDetailsFooterBtn .btnBackLink {
        width: 42vw;
        text-align: left;
    }
    .wpBlogDetailsFooterBtn .btnBackLink::after {
        content: none;
    }
    .snsLink {
        margin-top: 5.66vw;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .snsListItem {
    
    }

    /* =======================================
                tips side
    ======================================= */
    .twoColumnRightWpSideWrap {
        padding-top: 16vw;
    }
    .twoColumnRightWpSideWrap__dictionary {
        padding-top: 16vw;
    }
    .twoColumnRightWpSideWrap__single {
        padding-top: 16vw;
    }
    .wpSideWrap {

    }
    .wpSide {
        width: 100%;
    }
    .wpSideNave {
        width: 100%;
    }
    .wpSideNave:nth-child(n+2) {
        margin-top: 5.66vw;
    }
    .wpSideContentsWrap {

    }
    .wpSideTitle {
        border-top-right-radius: 2.66vw;
        border-top-left-radius: 2.66vw;
        padding: 4vw;
        font-size: 4.8vw;
    }

    .wpSideTitleText {

    }
    .wpSideList {
        border-bottom-right-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
        padding: 4vw;
    }
    .wpSideListItem {

    }
    .wpSideListItem:nth-child(n+2) {
        margin-top: 2.66vw;
    }
    .wpSideListLink {
        border-radius: 2.66vw;
        box-shadow: 0px 0px 2.66vw 0 rgba(0, 0, 0, 0.16);

        background-image: url("../img/circle_right_blue_lightBlue.svg");

        background-repeat: no-repeat;
        background-position: 64vw center;
        background-size: 10.4vw 10.4vw;
    }
    .wpSideListThum {
        border-top-left-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
        width: 26.66vw;
    }
    .wpSideListText {
        width: 54.4vw;
        padding: 6.66vw 5.33vw 6.66vw 4vw;
        font-size: 4.26vw;
        letter-spacing: -0.04em;
    }

    .wpSideList02 {
        border-bottom-right-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
        padding: 0;
    }
    .wpSideList02Item {
        width: 100%;
    }
    .wpSideList02Item:nth-child(n+2) {
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
    }
    .wpSideList02Link {
        padding: 4vw;
    }
    .wpSideList02Item:last-child .wpSideList02Link {
        border-bottom-right-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
    }
    .wpSideList02Text {
        font-size: 4.26vw;
        letter-spacing: -0.04em;
    }

    /* =======================================
                tips
    ======================================= */
    .webp .page-tips .pageSub-tips .pageBanner {
        background-image: url("../img/tips/banner-tips-sp.webp");
    }
    .no-webp .page-tips .pageSub-tips .pageBanner {
        background-image: url("../img/tips/banner-tips-sp.png");
    }

    .pageBannerTitle {
        padding-left: 18.66vw;
    }
    .pageBannerTitle::before {
        width: 14.66vw;
        height: 13.86vw;
        margin-top: -6.93vw;
        background-size: 14.66vw 13.86vw;
    }

    .page-tips .pageSub-tips .pageContents {
        padding: 8vw 0 17.33vw;
    }

    .wpUsefulContentsText01 {
        text-align: left;
        letter-spacing: -0.1em;
    }
    .wpUsefulContentsListWrap {
        margin-top: 10.66vw;
    }
    .wpUsefulContentsList {
        width: 100%;
    }
    .wpUsefulContentsListItem {
        width: 100%;
        margin-left: 0;
    }
    .wpUsefulContentsListItem:nth-child(n+4) {
        margin-top: 4vw;
    }
    .wpUsefulContentsListItem:nth-child(n+2) {
        margin-top: 4vw;
    }
    .wpUsefulContentsListLink {
        min-height: 26.66vw;
        border-radius: 2.66vw;
        background-position: 73.33vw center;
        background-size: 10.4vw;
        box-shadow: 0px 0px 1.33vw 0 rgba(0, 0, 0, 0.16);
    }
    .wpUsefulContentsListThum {
        border-top-left-radius: 2.66vw;
        border-bottom-left-radius: 2.66vw;
        width: 33.33vw;
    }
    .wpUsefulContentsListText {
        width: 56vw;
        padding: 8vw 0vw 8vw 5.33vw;
        font-size: 4.26vw;
        line-height: 1.31;
    }

    /* =======================================
                tips archive
    ======================================= */
    .webp .page-tips .pageSub-tag .pageBanner {
        background-image: url("../img/tips/banner-tag-sp.webp");
    }
    .no-webp .page-tips .pageSub-tag .pageBanner {
        background-image: url("../img/tips/banner-tag-sp.png");
    }
    .webp .page-tips .pageSub-useful .pageBanner {
        background-image: url("../img/tips/banner-useful-sp.webp");
    }
    .no-webp .page-tips .pageSub-useful .pageBanner {
        background-image: url("../img/tips/banner-useful-sp.png");
    }
    .webp .page-tips .pageSub-dictionary .pageBanner {
        background-image: url("../img/tips/banner-dictionary-sp.webp");
    }
    .no-webp .page-tips .pageSub-dictionary .pageBanner {
        background-image: url("../img/tips/banner-dictionary-sp.png");
    }

    /* dictionary */
    .wpDictionaryTwoColumnRight__noTop {
        padding-top: 0;
    }
    .wpDictionaryListBox {
        padding-top: 8vw;
    }
    .wpDictionarySearchWordBox {
        border-radius: 2.66vw;
        padding: 5.33vw;
    }
    .wpDictionarySearchWordBoxTitle {
        padding-left: 5.33vw;
        font-size: 4.26vw;
    }
    .wpDictionarySearchWordBoxTitle::before {
        width: 4vw;
        height: 4vw;
        margin-top: -2vw;
        background-size: 4vw;
    }
    .wpDictionarySearchWordIconList {
        margin-top: 1.33vw;
        margin-left: -2.66vw;
    }
    .wpDictionarySearchWordIconListItem {
        margin-top: 2.66vw;
        margin-left: 2.66vw;
        border-radius: 1.33vw;
        padding: 1.6vw 2.66vw;
        font-size: 4.26vw;
    }

    .searchWordListBox {
        margin-top: 5.33vw;
        border-radius: 2.66vw;
    }
    .searchWordListBox--no-top-margin {
        margin-top: 0;
    }
    .searchWordListBoxItem {
        padding: 5.33vw;
    }
    .searchWordListBoxItem:nth-child(n+2) {
        border-top: 0.26vw solid #EFEFEF;
    }
    .searchWordTitle {
        display: inline-block;
        border-radius: 1.33vw;
        padding: 1.6vw 2.66vw;
        font-size: 4.26vw;
    }
    .searchWordTitle + .serachWordLinkList {
        margin-top: 4vw;
    }
    .serachWordLinkList {

    }
    .serachWordLinkItem {
        width: 100%;
        margin-right: 0;
    }
    .serachWordLinkItem:nth-child(3n) {
        margin-right: 0;
    }
    .serachWordLinkItem:nth-child(n+4) {
        margin-top: 3.2vw;
    }
    .serachWordLinkItem:nth-child(n+2) {
        margin-top: 3.2vw;
    }
    .serachWordLinkItem--full-width {
        margin-top: 0;
    }
    .serachWordLinkItem--full-width:nth-child(n+2) {
        margin-top: 3.2vw;
    }
    .serachWordLinkItemLink {
        font-size: 3.73vw;
    }

    /* tenshoku single */
    .wpBlogDetailsContentsSubWrap {
        width: 84vw;
        border-radius: 1.33vw;
        padding: 5.33vw 2.66vw;
    }
    .wpBlogDetailsContentsHeader {

    }
    .wpBlogDetailsIconThum {
        width: 24vw;
        height: 24vw;
    }
    .wpBlogDetailsContentsHeaderDesc {
        width: 54.66vw;
    }
    .wpBlogDetailsSubject {
        margin-left: 2.66vw;
        font-size: 4.26vw;
    }
    .wpBlogDetailsInitials {
        margin-left: 2.66vw;
        font-size: 4.26vw;
    }
    .wpBlogDetailsAge {
        margin-left: 2.66vw;
        font-size: 4.26vw;
    }
    .wpBlogDetailsChangeJobs {
        margin-top: 5.33vw;
    }
    .wpBlogDetailsChangeJobs::after {
        content: none;
    }
    .changeJobsListBefore {
        position: relative;
    }
    .changeJobsListBefore::after {
        content: "";
        position: absolute;
        bottom: -7.99vw;
        left: 50%;
        margin-left: -2.66vw;
        width: 5.33vw;
        height: 2.66vw;
        background-image: url("../img/wedge_down_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .changeJobsListAfter {
        margin-top: 13.33vw;
    }
    .changeJobsList {

    }
    .changeJobsListItem {
        width: 100%;
    }
    .changeJobsList:first-child .changeJobsListItem {
        border-top-left-radius: 1.33vw;
        border-top-right-radius: 1.33vw;
        padding: 2.66vw;
        font-size: 3.73vw;
    }
    .changeJobsListTitle {
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .changeJobsListTh {
        width: 32vw;
        border-left: 0.26vw solid;
        border-bottom: 0.26vw solid;
        padding: 1.33vw 2.66vw;
        font-size: 3.73vw;
    }
    .changeJobsListTd {
        width: 46.66vw;
        border-right: 0.26vw solid;
        border-bottom: 0.26vw solid;
        padding: 1.33vw 2.66vw;
        font-size: 3.73vw;
    }
    .tabList {
        margin-top: 8vw;
    }
}