.kensyuu-img h2 {
        width: 1000px;
        margin: 0 auto;
        background: url(https://assistech.hwc.or.jp/category-kensyu/img/index/main.jpg) center center no-repeat;
        height: 300px;
        display: flex;
        align-items: center;
        padding-left: 80px;
        font-size: 250%;
        color: #fff;
    }

.kensyuu-img {
    background-color: #1967AB;
    width: 100%;
    height: 300px;
}
.kensyuu {
      display: flex;
      width: 1000px;
      margin: 0 auto;
}
.kensyuu-l{
        width: 750px;
        border-right: 1px solid #999;
        padding: 50px 0 0 0;
    }
    
.kensyuu-l h3 {
        font-size: 180%;
        margin-bottom: 30px;
    }
.kensyuu-l h3 img {
        vertical-align: middle;
        margin: -6px 15px 0 0;
    }
.kensyuu-l-p {
        width: 98%;
        max-width: 700px;
        line-height: 25px;
        margin-bottom: 50px;
    }


.kensyuu-torikumi {
    margin-bottom: 0px;
}
.kensyuu-torikumi dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.kensyuu-torikumi dt{
        width: 98%;
        max-width: 700px;
        padding-bottom: 7px;
        margin-bottom: 10px;
    }
.kensyuu-torikumi dt span {
        width: 700px;
        font-size: 125%;
        font-weight: bold;
        margin-bottom: 40px;
        border-left: 3px solid #fb9100;
        padding-left: 20px;
        line-height: 20px;
    }


.kensyuu-torikumi dd {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 143, 0, 1);
        width: 98%;
        max-width: 700px;
}

.kensyuu-torikumi dd:after,
.kensyuu-torikumi dd:before {
  position: absolute;
  content:'';
  transform: rotate(45deg);
}
.kensyuu-torikumi dd:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(255,143,0,1);
}
.kensyuu-torikumi dd:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255,143,0,0.5);
  transform: rotate(60deg);
}



.kensyuu-h4 {
        width: 700px;
        background: url(https://assistech.hwc.or.jp/category-kensyu/img/index/info-line.png) bottom repeat-x;
        height: 35px;
    }
.kensyuu-h4 img {
        margin-left: 5px;
    }
.info-kensyuu {
        width: 700px;
        margin: 0 0 10px 0;
        border-bottom: 1px dashed #CCC;
        padding: 30px 20px;
        display: flex;
    }

.info-kensyuu dl {
    width: 100%;
    display: flex;
}
.info-kensyuu dt{
        font-weight: bold;
        font-size: 120%;
        width: 200px;
}
.info-kensyuu dd{
        font-size: 130%;
        margin-bottom: 5px;
        font-weight: bold;
        width: calc(100% - 200px);
    }

.kensyuu-linf {
        width: 700px;
        text-align: right;
        margin-bottom: 150px;
        padding-right: 10px;
    }
.kensyuu-linf a {
        width: 150px;
        display: block;
        float: right;
    }
.kensyuu-linf a img {
        margin: -2px 5px 0 0;
        vertical-align: middle;
    }
.kensyuu-r {
        width: 250px;
        padding: 50px 0 0 40px;
        margin-bottom: 250px;
    }

.kensyuu-r dl {
        width: 220px;
    }
.kensyuu-rh {
        width: 220px;
        height: 76px;
        background: #fb9100 ;
        padding: 0 0 0 18px;
        color: #fff;
        font-weight: bold;
        font-size: 130%;
        display: flex;
        align-items: center;
    }
.kensyuu-rh img {
        margin-right: 10px;
    }
.kensyuu-act {
        background: #e6e6e6;
        width: 220px;
        height: 36px;
        padding-left: 25px;
        line-height: 36px;
    }
.kensyuu-r ul {
        width: 220px;
    }

.kensyuu-r ul li a {
        display: block;
        width: 220px;
        border-bottom: 1px dotted #000;
        padding: 15px 5px 15px 25px;
        background: url(https://assistech.hwc.or.jp/category-kensyu/img/sidebar/kensyu-li.png) 5px 17px no-repeat;
    }


.kensyuu-act-contact {
    padding: 15px 0 15px 40px;
    position: relative;
    width: 220px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.kensyuu-act-contact:before {
    content: url(/img/index/mail-icon.png);
    position: absolute;
    top: 50%;
    left: 10px;
    bottom: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kensyu_accordion {
    width: 100%;
    padding: 0 50px 0 0;
    margin: 0 0 50px 0;
}
.kensyu_nakami_div {
        padding: 0;
    }

.kensyu_nakami_div label {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 120%;
    cursor: pointer;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #ccc;
    margin: -1px 0 0 0;
}
    
.kensyu_nakami_div label span {
        width: 30px;
        height: 30px;
        background: #EF7900;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
.kensyu_nakami_div label span img{
        width: 15px;
}

.kensyu_nakami_div input {
        display: none;
    }
.kensyu_nakami_div .kensyu_nakami_nakami {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
.kensyu_nakami_div input:checked ~ .kensyu_nakami_nakami {
        padding: 10px 0;
        height: auto;
        opacity: 1;
    }

.kensyu_nakami_div2 {
    margin: 0 0 20px !important;
    padding: 0;
}

.kensyu_nakami_div2:first-of-type { 
    margin: 10px 0 20px !important;
}






.kensyu_acc_dl{
    display: flex;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dotted;
}
.kensyu_acc_dl dt{
    padding: 0 10px 0 0;
}








.kensyu_accordion_div{
}

.kensyu_accordion_kaihei {
    position: relative;
    margin: -1px 0 0 0;
}

.kensyu_accordion_kaihei:after,
.kensyu_accordion_kaihei:before {
  position: absolute;
  content:'';
  transform: rotate(45deg);
}
.kensyu_accordion_kaihei:before {
    top: 42px;
    left: 0px;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 143, 0, 1);
}
.kensyu_accordion_kaihei:after {
    top: 44px;
    left: 7px;
    width: 14px;
    height: 14px;
    background: rgba(255, 143, 0, 0.5);
    transform: rotate(60deg);
}


.kensyu_accordion_check {
display: none;
}

.kensyu_accordion_sotomi span{
    padding: 0 10px 0 0;
}

.kensyu_accordion_sotomi, .kensyu_accordion_nakami {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.kensyu_accordion_sotomi {
    padding: 40px 60px 35px 40px;
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 130%;
    cursor: pointer;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
}



.kensyu_accordion_sotomi:hover {
    color: #fb9100;
}

.kensyu_accordion_sotomi::after {
    content: "＋";
    font-size: 150%;
    right: 20px;
    top: 30px;
    position: absolute;
    transition: transform 0.3s ease;
}

.kensyu_accordion_sotomi:hover::after {
    transform: rotate(90deg); 
}



.kensyu_accordion_nakami {
max-height: 0;
overflow: hidden;
width: 100%;
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi + .kensyu_accordion_nakami {
max-height: 10000px;
transition: all 1.5s;
padding: 5px 0 0;
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi {
transition: all 1.5s;
    color: #fb9100;
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi::after {
    content: '－';
    font-size: 130%;
    right: 20px;
    top: 35px;
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi span::before,
.kensyu_accordion_check:checked + .kensyu_accordion_sotomi span::after {
    position: absolute;
    top: 100%;
    left: 37px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi span::before {
    margin-left: -11px;
    border-color: transparent;
    border-top-color: #ccc;
    border-width: 11px;
}

.kensyu_accordion_check:checked + .kensyu_accordion_sotomi span::after {
    margin-left: -10px;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 10px;
}
.kensyu_accordion_check:checked + .kensyu_accordion_sotomi:hover::after {
  transform: rotate(0deg);
}

.suishin-div {
margin-top: 80px;
}
    .suishin-div li{
    margin: 10px 0 10px 25px;
}

h5.kensyu_accordion_nakami_h5 {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	}
h5.kensyu_accordion_nakami_h5:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}

.floating {
    margin-bottom:50px;
    position: sticky;
   position: -webkit-sticky;
    top: -30px;
}

.no_lift_img {
    display: block;
    margin: 30px 20px;
    background: #FCFBDA;
    border-radius: 50px;
}

.no_lift_p1 {
    padding: 40px 0 20px;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
.no_lift_p1 span:nth-child(1) {
    background: linear-gradient(transparent 60%, #CEE7F8 50%);
}
.no_lift_p1 span:nth-child(2){
    background: linear-gradient(transparent 60%, #FCEBF3 50%);
}




.no_lift_img img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.no_lift_p2 {
    padding: 10px 0 20px;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}

.no_lift_p3 {
    font-size: 180%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 200px;
    margin: 10px auto 50px;
    position: relative;
    z-index: 1;
}
.no_lift_p3::before {
    content: "";
    display: block;
    margin: 0px auto;
    width: 130px;
    height: 15px;
    background: #EA5535;
}
.no_lift_p3::after {
    content: "";
    display: block;
    border-top: 100px solid #EA5535;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    transform-origin: left top;
    transform: scaleY(.5);
    position: absolute;
    z-index: 0;
    top: 15px;
}
.no_lift_p3 span {
    position: absolute;
    top: 6px;
    left: 64px;
    z-index: 2;
}

.no_lift_p4 {
    background: #12A196;
    text-align: center;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    line-height: 38px;
    width: 699px;
    margin: -10px 0px 0 -20px;
    padding: 20px;
    border-radius: 80px;
}

.no_lift_h5 {
    font-size: 125%;
    padding: 5px 0 5px 5px;
    border-bottom: 1px dotted #999;
    margin: 50px 0 30px 0;
}
.no_lift_h5::before {
    content: "●";
    color: #EA5535;
    font-size: 150%;
    display: inline-block;
    padding: 0px 7px 0px 0px;
}
.no_lift_table {
    border: 1px solid #999;
    width: 100%;
    margin: 20px 0 10px;
}
.no_lift_table tbody{}
.no_lift_table tr{}
.no_lift_table th {
    padding: 15px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    vertical-align: middle;
    background: #FFFFDB;
    font-weight: normal;
    font-size: 115%;
}
.no_lift_table td {
    padding: 15px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    vertical-align: middle;
    font-weight: normal;
    font-size: 115%;
}
.no_lift_table td:nth-child(1) {
    width: 65px;
    text-align: center;
    font-weight: bold;
}
.no_lift_table b {
    margin: 0 0 10px 0;
    display: block;
}
.no_lift_table ul{}
.no_lift_table li {
    margin: 0 0 5px 0;
}
.no_lift_table li:last-child {
    margin: 0;
}
.no_lift_table li::before {
    content: "▼";
    color: #EA5535;
    display: inline-block;
    padding: 0px 5px 0px 0px;
}
.no_lift_table li a {
    color: #0175C9;
}

.p_kome {
    margin: 0 0 15px 15px;
}
.p_kome::before {
    content: "※";
    display: inline-block;
    margin: 0 0 0 -15px;
}

.no_lift_p5 {
    margin: 0 0 50px 0;
}


.kensyu_nakami_sotomi2 {
    background: #fff !important;
    height: auto !important;
    border-radius: 12px;
    position: relative;
    font-size: 120% !important;
    border: 1px solid #ccc;
}

.kensyu_nakami_sotomi2 span{
    display: none !important;
}

.kensyu_nakami_sotomi2::after {
    content: "＋";
    font-size: 150%;
    right: 18px;
    position: absolute;
    transition: transform 0.3s ease;
}

.kensyu_nakami_sotomi2:hover{
background: #FEF0DB!important;
}

.kensyu_nakami_sotomi2:hover::after {
    transform: rotate(90deg); 
}


.kensyu_nakami_check:checked + .kensyu_nakami_sotomi2::after {
    content: '－';
    font-size: 130%;
    right: 20px;
    top: 13px;
}

.kensyu_nakami_check:checked + .kensyu_nakami_sotomi2:hover::after {
  transform: rotate(0deg);
}

.kensyu_nakami_check:checked + .kensyu_nakami_sotomi2 {
    transition: all 1.5s;
    background: #fb9100!important;
    color: #fff;
}











.kensyuu-l a[href $= '.pdf'] { 
    background: url(../../../../img/icon-pdf.png)no-repeat left center;
    padding: 10px 50px;
    display: block;
    width: fit-content;	
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 115%;
}

.kensyuu-l a[href $= '.doc'],
.kensyuu-l a[href $= '.docx'] { 
    background: url(../../../../img/icon-word.png)no-repeat left center;
    padding: 10px 50px;
    display: block;
    width: fit-content;	
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 115%;
}

.kensyuu-l a[href$='.xls'],
.kensyuu-l a[href$='.xlsx'] {
    background: url(../../../../img/icon-excel.png)no-repeat left center;
    padding: 10px 50px;
    display: block;
    width: fit-content;	
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 115%;
}

.kensyuu-l a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.9;
}
.kensyu_index_div {
    padding: 10px 10px 30px 10px;
    border-bottom: 1px solid #ccc;
}

.kensyu_index_title {
    font-size: 120%;
    padding: 10px 0 10px 2px;
}

.kensyu_index_title img {
    margin: 5px 10px -4px 0;
}

.kensyu_index_div_nakami{}

.kensyu_index_div_nakami h6 {
    border-bottom: 1px dotted #3f0607;
    font-weight: bold;
    padding: 2px 0 5px 5px;
    margin: 0 0 10px;
}

.kensyu_index_div_nakami a {
    color: #0080ff;
}
.kensyu_index_div_nakami p {
    line-height: 28px;
}
.kensyu_index_div table{
    border:2px solid #3f0607;
    width:100%;
}
.kensyu_index_div table th, .kensyu_index_div table td{
    border:1px solid #aaa;
    padding:5px;
    vertical-align:middle;
    line-height:1.2em;
}

.kensyu_index_div table th{
    color:#666;
    background-color:#eee;
    font-weight:bold;
}


.kensyuu-title-p {
    font-size: 150%;
    padding: 0 0 15px 0;
    color: #fb9100;
    font-weight: bold;
}

.kensyuu-div1{
    width: 100%;
    padding: 0 50px 0 0;
    margin: 0 0 100px 0;
}

.kensyuu-div1 h6 {
    border-bottom: 1px dotted #3f0607;
    font-weight: bold;
    padding: 2px 0 5px 5px;
    margin: 0 0 10px;
}
.kensyuu-div1 p {
    line-height: 28px;
}
.kensyuu-div1 table{
    border:2px solid #3f0607;
    width:100%;
}
.kensyuu-div1 table th, .kensyuu-div1 table td{
    border:1px solid #aaa;
    padding:5px;
    vertical-align:middle;
    line-height:1.2em;
}

.kensyuu-div1 table th{
    color:#666;
    background-color:#eee;
    font-weight:bold;
}

.kensyuu-div1 a {
    color: #0080ff;
}
.modoru_button {
    margin: 50px auto;
    text-align: center;
}

.modoru_button button {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    cursor: pointer;
}


.modoru_button button::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-135deg);
    margin: 0 10px -2px 0;
}


.modoru_button button:hover {
  text-decoration: none;
  background-color: #b3d9ff;
}

.no-data{
    margin: 10px 0 30px 20px;
    font-size: 115%;
    color: #aaa;
}

.kensyuu-video{
    background-color: #0073c8;
    color: #fff;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px;
}

.kensyuu-video span {
    display: block;
    font-size: 86%;
    background: #fff;
    color: #0073c8;
    margin: -10px -10px 10px -10px;
    padding: 5px 0 5px 0;
    font-weight: 700;
}
.kensyuu-video a{
    color: #fff;
}


.kensyuu-withdrawal{
    background-color: #fff;
    color: #0073c8;
    border: 1px solid;
    margin: 10px 0 30px;
    padding: 10px;
}

.kensyuu-withdrawal a{
    color: #0073c8;
}


.kensyu-video {
    display: block;
    background: #FFF8F0;
    border-radius: 12px;
    padding: 20px 20px 0;
    width: 100%;
    max-width: 700px;
    margin: 20px 0 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}
.kensyu-video p {
    font-size: 1.4em;
    font-weight: 600;
    color: #FF6F61; /* 明るく元気なオレンジピンク */
    margin-bottom: 12px;
}


.kensyu-video dl {
    padding: 0;
}

.kensyu-video dt {
    font-size: 120%;
    font-weight: 500;
    color: #4A90E2;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted;
    padding: 0 0 4px 0;
}

.kensyu-video dd {
    font-size: 110%;
    color: #333;
    padding: 10px;
}


.kensyu-video dl dd button {
    background: linear-gradient(180deg, #FFD56B, #FF6F61);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 20px auto 50px;
    display: block;
}


.kensyu-video dl dd button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.kensyu-video dl dd button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.video-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0 0;
}

.kensyuu_caution {
    width: 98%;
    max-width: 700px;
    margin: 100px 0;
}

.kensyuu_caution dl {
    border: 3px solid #333;
    border-radius: 10px;
}

.kensyuu_caution dl dt {
    background: #D81211;
    color: #FBF9F4;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
}

.kensyuu_caution dl dd {
    padding: 0 50px;
}
.kensyuu_caution div {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.kensyuu_caution div img {
    margin-right: 25px;
}
.kensyuu_caution div p {
    font-size: 120%;
    font-weight: bold;
}
.kensyuu_caution div p span {
    color: #CB1312;
}

.kensyuu_caution_p {
    font-size: 120%;
    text-align: center;
    margin: 10px 0 20px;
}

#ninntisyoukaigo_jissen_follow_up, #syuninn_soudannsien {
    margin-bottom: 100px;
}

.withdrawal-h5 {
    padding: 30px 0 0;
}

@media screen and (min-width: 671px) and (max-width: 1049px) {

.kensyuu-h4 {
    width: 98%;
}
.kensyuu-img h2 {
        width: 100%;
        margin: 0 auto;
        background: url(https://assistech.hwc.or.jp/category-kensyu/img/index/main.jpg) center center no-repeat;
        height: 300px;
        display: flex;
        align-items: center;
        padding-left: 80px;
        font-size: 250%;
        color: #fff;
    }
.kensyuu {
    display: flex;
    width: 98%;
    margin: 0 auto;
}

.kensyuu-l {
    width: calc(100% - 205px);
    border-right: 1px solid #999;
    padding: 50px 0 0 0;
}

.no_lift_p1 {
    font-size: 160%;
}

.no_lift_p2 {
    font-size: 130%;
}

.no_lift_p3 {
    font-size: 150%;
}

.no_lift_p4 {
    font-size: 120%;
}

.kensyuu-r {
    width: 205px;
    padding: 50px 5px 0 10px;
}

.kensyuu-r dl {
    width: 190px;
}

.kensyuu-rh {
    width: 190px;
}

.kensyuu-r dl dd {
    width: 190px;
}

.kensyuu-r ul {
    width: 190px;
}

.kensyuu-r ul li a {
    width: 190px;
}

.info-kensyuu {
    width: 98%;
    padding: 15px 10px;
    display: block;
}

.info-kensyuu dl {
    width: 100%;
    display: block;
}

.info-kensyuu dd {
    font-size: 130%;
    margin: 10px 0 5px;
    font-weight: bold;
    width: 100%;
}

.kensyuu-linf {
    width: 98%;
}
.kensyu_accordion {
    width: 100%;
    padding: 0 15px 0 0;
    margin: 0 0 100px 0;
}

.no_lift_p4 {
        width: calc(100% + 40px);
        margin: -10px 0px 0 -20px;
        padding: 20px;
    }

.kensyuu_caution {
    width: 98%;
    max-width: 800px;
    margin: 100px 0;
}











}


@media screen and (min-width: 1px) and (max-width: 670px) {
.kensyuu-img {
    width: 100%;
    height: 200px;
    background-color: #0073c8;
}
.kensyuu-img h2 {
    width: 100%;
    height: 200px;
    padding-left: 40px;
    font-size: 150%;
}
.kensyuu {
    width: 96%;
    margin: 0 auto;
    display:block;
}

.kensyuu-l {
    width: 100%;
    border-right: none;
    padding: 30px 0 0 0;
}

.kensyu_accordion {
    padding: 0;
}


.no_lift_p1 {
    font-size: 160%;
}

.no_lift_p2 {
    font-size: 130%;
}

.no_lift_p3 {
    font-size: 150%;
}

.no_lift_p4 {
    font-size: 120%;
    width: calc(100% + 40px);
    margin: -10px 0px 0 -20px;
    padding: 20px;
}

.no_lift_p4 br{
    display:none;
}


.kensyu_nakami_div label {
    padding: 15px 60px 15px 15px;
}

.kensyuu-h4 {
    width: 98%;
}
    
.info-kensyuu {
    width: 98%;
    display: block;
    padding: 15px 10px;
}

.info-kensyuu dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.info-kensyuu dt {
    font-weight: bold;
    font-size: 110%;
    width: 100%;
    margin-bottom: 10px;
}

.info-kensyuu dd {
    font-size: 110%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

.kensyuu-linf {
    width: 98%;
    text-align: right;
    margin-bottom: 50px;
    padding-right: 10px;
}

.kensyuu_caution {
    margin: 100px 0 50px;
}

.kensyuu_caution dl dt {
    font-size: 130%;
}

.kensyuu_caution dl dd {
    padding: 0 20px;
}

.kensyuu_caution div img {
    margin-right: 25px;
    max-width: 153px;
    width: 100%;
}

.kensyuu_caution div p {
    font-size: 105%;
}

.kensyuu_caution_p {
    font-size: 105%;
}

.kensyuu-r {
    width: 100%;
    padding: 30px 0 50px 0;
    margin-bottom: 0;
}

.kensyuu-r dl {
    width: 100%;
}
.kensyuu-r ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.kensyuu-r ul li {
    width: 50%;
}
.kensyuu-r ul li a {
    width: 96%;
}

.kensyuu-act-contact {
    width: 50%;
}

.kensyuu-rh {
    width: 50%;
}

.kensyuu-act {
    width: 50%;
}

.kensyuu-video {
    width: 50%;
}

.kensyuu-withdrawal {
    width: 50%;
}

.kensyuu-withdrawal {
    margin: 10px 0 20px;
}

}

@media screen and (min-width: 1px) and (max-width: 500px) {
.kensyuu_caution div {
    display: block;
}

.kensyuu_caution div img {
    max-width: 153px;
    width: 100%;
    margin: auto;
    display: block;
}


}