@charset "UTF-8";


/* #header h1 {
	position: relative;
	margin: 0 0 0 0;
}


#main {
	position: relative;
}

#main #nav .wrapper {
	height: 42px;
}

#main .wrapper {
	position: relative;
	top: 0;
} */

#main #breadcrumb {
	background-color: #fff;
	height: 36px;
/*	z-index: 100;*/
}

#main #breadcrumb .wrapper {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	top: 0;
}

#main #breadcrumb p {
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
	width: 1004px;
	height: 34px;
	background-color: #fff;
	line-height: 41px;
}
#main #breadcrumb p a {
	color: #333;
}
/*
#breadcrumb {
	position: absolute;
	left: 0;
	top: 43px;
}
*/

#main #main_title {
	width: calc((100% - 4px) - 30px);
	/* height: 260px; */
	margin: 270px auto 25px auto;
	padding: 0;
	/* background: url("../images/syogai_top.png") 189px 0px no-repeat; */
	position: relative;

    background-color: #fff;
    border: 2px solid #c0d953;
    border-radius: 15px;
}

#main #main_title .title {
	background: url("../images/syogai_main.png") left top no-repeat;
	width: 245px;
	height: 245px;
    position: absolute;
	left: 0;
	right: 0;
    top: -250px;
    margin: 0 auto;
}

#main #main_title h2 {
	color: #333;
	width: 185px;
	height: 80px;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 38px;
	text-align: center;
	padding: 20px 0 0 30px;
    position: absolute;
	left: 0;
	top: 85px;
}

#main #main_title h2 strong {
	font-size: 1.937rem;
	font-weight: bold;
}

#main #main_title h3 {
	color: #fff;
	width: auto;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	height: 110px;
	margin: 0 0 20px 0;
    background-color: #c0d953;
    border-radius: 11px 11px 0 0 / 11px 11px 0 0;
}

#main #main_title ul {
	margin: 0 10px 20px 10px;
	padding: 0;
	list-style-type: none;
}

#main #main_title li {
	background: url("../images/checkbox_syogai.png") left top no-repeat #fff;
	/* line-height: 48px; */
	padding: 0 0 0 55px;
	margin: 0 0 1px 0;
	font-size: 1.13rem;
	float: none;
    letter-spacing: 0;
    min-height: 64px;
}

#main #main_title p {
	margin: 0 10px 20px 10px;
	padding: 0;
	font-size: 1.13rem;
	line-height: 24px;
	/* position: absolute;
	right: 40px;
	top: 220px; */
}


@keyframes blink {
    0% {
        color: #c0d860;
    }
    100% {
        color: #fff;
    }
}
@keyframes blink-line {
    0% {
        border-color: #c0d860;
    }
    100% {
        border-color: #fff;
    }
}
#main #page_temp {
	margin: 0 15px 40px 15px;
	padding: 3px;
    position: relative;
    width: calc(100% - 36px);
    height: 160px;
    background-color: #3db680;
}
#main #page_temp div {
	margin: 0;
    padding: 0;
    width: calc(100% - 6px);
    height: 154px;
    border: 3px solid #c0d860;
    animation: blink-line 0.7s infinite alternate;
}
#main #page_temp>a {
    text-decoration: none;
}
#main #page_temp p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.63rem;
    line-height: 34px;
    text-align: center;
    color: #fff;
    animation: blink 0.7s infinite alternate;
}
#main #page_temp span.hand {
	margin: 0;
	padding: 0;
    position: absolute;
    right: 20px;
    bottom: -20px;
	font-size: 1rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
}


#page_info {
    margin: 0 15px 40px 15px;
    padding: 0;
    background-color: #fff;
	border: 2px solid #c0d953;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#page_info h3 {
    margin: 15px 0 10px 0;
	
}

#page_info a {
	color: #000;
}
#page_info a:link, 
#page_info a:visited {
    text-decoration: none;
}
#page_info a:hover, 
#page_info a:active {
    text-decoration: underline;
}

#page_info ul {
    list-style-type: none;
    margin: 0 0 0 10px;
}

#page_info li {
	margin: 0 20px 15px 0;
    padding: 0 0 0 35px;
    line-height: 29px;
	background: url("../images/list_maru_green.png") left top no-repeat;
}


#contents .title {
    border-left: 8px solid #3db680;
    /* height: 50px; */
    margin: 0 10px 20px 0;
}

#contents .title h3 {
    margin: 0 0 0 5px;
    padding: 8px 10px 8px 25px;
    font-size: 1.13rem;
    font-weight: normal;
    background-color: #c0d860;
}


#syogai_about {
    padding: 49px 0 0 0;
    margin: -49px 0 40px 0;
}

#syogai_about p.orange {
    width: calc((100% - 30px) - 20px);
    padding: 5px 10px 5px 10px;
    margin: 0 15px 10px 15px;
    /* line-height: 38px; */
    /* text-align: center; */
	background: url("../images/orange_back_rosai_about.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
}
#syogai_about p.orange strong {
    font-size: 1.13rem;
}

#syogai_about h4 {
    font-size: 1.13rem;
    font-weight: normal;
    border-left: 8px solid #3db680;
    padding: 0 0 0 10px;
    margin: 0 15px 20px 15px;
}

#three-commitments #meeting {
    width: 200px;
    margin: 0 30px 10px auto;
}

#three-commitments #meeting img {
    width: 100%;
}

#three-commitments>ol {
    list-style-type: none;
    margin: 10px 0 10px 0;

    counter-reset:number; /*数字をリセット*/
    padding: 0.5em 0.5em 0.5em 2.5em;
}

#three-commitments>ol>li {
    font-weight: normal;
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
    margin-bottom: 10px;
}

#three-commitments>ol>li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #3db680;
    border-radius: 4px;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    top: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#three-commitments>ol>li>h5 {
    display: inline;
}

#three-commitments>ol>li>p {
    text-indent: 0;
    margin: 8px 0 8px 0;
}

#three-commitments .free-consultation {
    margin: 0 20px 0 20px;
    padding: 3px;
    background-color: #3db680;
    max-width: 40rem;
    font-size: 0.95rem;
}

#three-commitments .free-consultation > a {
    text-decoration: none;
}
#three-commitments .free-consultation > a:visited {
    color: #4a9f5e;
    text-decoration: none;
}

#three-commitments .free-consultation div {
    margin: 0;
    padding: 6px 10px 4px 15px;
    text-indent: 0;
    border: 3px solid #fff;
    transition: 0.7s;
}
#three-commitments .free-consultation div:hover {
    border: 3px solid #c0d860;
    opacity: 0.9;
    transition: 0.7s;
}

#three-commitments .free-consultation p {
    margin: 0;
    padding: 0;
    color: #fff;
}

#three-commitments dl {
    background-color: #fff;
    border: 2px solid #c0d860;
    border-radius: 6px;
    position: relative;
    padding: 15px 0 20px 0;
    margin: 0 15px 40px 30px;
}

#three-commitments dl dt {
    font-weight: bold;
    width: 18rem;
    max-width: 90%;
    padding: 4px 2px 2px 10px;
    background-color: #c0d860;
    border-radius: 0 6px 6px 0;
    margin: 0 0 10px 0;
}

#three-commitments dl dd {
    margin: 0 20px 0 15px;
}

#three-commitments dl dd ul {
    padding-left: 2.5rem;
    position: relative;
}

#three-commitments dl dd ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none;
}
#three-commitments dl dd ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    left : 1em;
    color: #21b384;
    font-size: 1.1rem;
    line-height: 1.2;
}

#three-commitments dl dd p {
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 6px 3px 3px 3px;
    background-color: #3db680;
    width: 20rem;
    max-width: 90%;
    border-radius: 15px;
}
#three-commitments dl dd p:hover {
    opacity: 0.9;
    transition: 0.7s;
}

#three-commitments dl dd p > a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 1rem;
}
#three-commitments dl dd p > a:visited {
    color: #fff;
    text-decoration: none;
}





#contents .section {
    margin: 0 0 40px 0;
}

#contents .section h4 {
    font-size: 1.13rem;
    font-weight: normal;
    border-left: 8px solid #3db680;
    padding: 0 0 0 10px;
    margin: 0 15px 20px 15px;
}

#contents .section p {
    margin: 0 15px 0 35px;
}

#contents .section ol {
	list-style-type: none;
    margin: 0 0 0 35px;
}

#contents .section ol li {
    clear: left;
    line-height: 28px;
    font-weight: bold;
    font-size: 1rem;
    margin: 0 15px 15px 0;
}

#contents .section ol li span {
    display: block;
    font-size: 0.88rem;
    font-weight: normal;
    color: #fff;
    width: 133px;
    line-height: 38px;
    padding: 0 0 0 15px;
    margin: 0 20px 0 0;
	background: url("../images/list_know_green.png") left top no-repeat;
}

#syogai_about p.orange_consultation {
    padding: 5px 0;
    margin: 0 15px 10px 15px;
    text-align: center;
	background: url("../images/orange_back_rosai_about_consultation.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
}
#syogai_about p.orange_consultation strong {
    font-size: 1.13rem;
    font-weight: normal;
}

#syogai_about #consultation {
    width: 290px;
    margin: 0 auto 0 auto;
	position: relative;
}

#syogai_about #consultation>img {
    width: 290px;
    height: 279px;
}

#syogai_about #consultation_contact {
    width: 240px;
    margin: -15px 0 80px auto;
}

#syogai_about #consultation_contact>img {
    width: 100%;
}



#syogai_type {
    padding: 49px 0 0 0;
    margin: -49px 0 50px 0;
}

#syogai_type p.description {
    margin: 0 10px 20px 15px;
}

#syogai_type h4 {
    font-size: 1rem;
    font-weight: normal;
    border-left: 8px solid #3db680;
    height: 26px;
    line-height: 26px;
    padding: 4px 0 0 10px;
    margin: 0 0 10px 15px;
}

#syogai_type .example {
	position: relative;
    margin: 0 0 60px 15px;
}

#syogai_type .example>div.scr {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 20px 15px;
}
@media (max-width: 419px) {
    #syogai_type .example>div.scr::before {
        margin: 0 0 0 0;
        font-size: 0.88rem;
        font-weight: bold;
        content: "※ この表は横にスクロールできます。";
    }
}


#syogai_type table.left {
    margin: 0 0 0 0;
}

#syogai_type table {
	width: 390px;
	border-collapse: collapse;
}

#syogai_type th {
	padding: 5px;
	border: 1px solid #3db680;
    color: #fff;
	background: #3db680;
    font-weight: normal;
    vertical-align: middle;
}

#syogai_type td {
	padding: 5px;
	border: 1px solid #3db680;
	background: #fff;
    vertical-align: middle;
}

#syogai_type td.submit_to {
    text-align: left;
}

#syogai_type p.orange {
    padding: 10px;
    margin: 0 auto 10px auto;
    width: 16rem;
    /* line-height: 38px; */
    text-align: left;
	background: url("../images/orange_back_rosai_type.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
}
#syogai_type p.orange strong {
    font-size: 1.13rem;
    font-weight: normal;
}

#syogai_type .syogai_contact {
    margin: -20px 15px 40px auto;
    width: 240px;
}

#syogai_type .syogai_contact img {
    width: 100%;
}


/* #about-applications {
    margin-top: 80px;
} */

#about-applications h4 {
    margin-bottom: 0;
}

#about-applications-box {
    margin: 0 30px 30px 30px;

}
#about-applications-box .about-applications-inline {
    border: 1px solid #21b384;
    background-color: #fff;
    padding: 10px;
}

#about-applications-box ul {
    padding: 0;
    position: relative;
}
#about-applications-box ul li {
    line-height: 1.5;
    padding: 0.5em 0.5em 1em 2.5em;
    list-style-type: none;
}
#about-applications-box ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    position: absolute;
    left : 0.5em;
    color: #3db680;
    font-size: 1.1rem;
    font-weight: 900;
}
#about-applications-box ul li div.note {
    font-weight: normal;
    font-size: 0.85rem;
    border: 1px solid #fdf4ea;
    border-radius: 6px;
    background-color: #fdf4ea;
    padding: 5px 5px 5px 1.3rem;
    margin-left: 0;
    text-indent: -1rem;
}

#about-applications-box .free-consultation {
    margin: 0 20px 0 20px;
    padding: 3px;
    background-color: #3db680;
    max-width: 22rem;
    font-size: 0.95rem;
}
#about-applications-box .free-consultation > a {
    text-decoration: none;
}
#about-applications-box .free-consultation > a:visited {
    color: #4a9f5e;
    text-decoration: none;
}
#about-applications-box .free-consultation div {
    margin: 0;
    padding: 6px 10px 4px 15px;
    text-indent: 0;
    border: 3px solid #fff;
    transition: 0.7s;
}
#about-applications-box .free-consultation div:hover {
    border: 3px solid #c0d860;
    opacity: 0.9;
    transition: 0.7s;
}
#about-applications-box .free-consultation p {
    margin: 0;
    padding: 0;
    color: #fff;
}




/* サービス内容と料金 */
#syogai_service {
    padding: 49px 0 0 0;
    margin: -49px 0 40px 0;
}

#syogai_service ul#ansin {
	list-style-type: none;
    margin: 0 0 20px 15px;
}

#syogai_service ul#ansin>li {
    margin: 0 0 0 0;
    padding: 36px 10px 20px 0;
    font-size: 1rem;
	background: url("../images/ansin_green.png") left top no-repeat;
}

#rosai_service ul#ansin li h4 {
    font-size: 1rem;
}

#syogai_service ul#ansin>li>p {
    font-size: 0.88rem;
    margin: 0 0 10px 0;
}
#syogai_service ul#ansin>li>p.note {
    text-indent: -1.3rem;
    margin: 0 0 10px 1.3rem;
}

#syogai_service ul#ansin div.scr {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    margin: 0 0 5px 0;
}
@media (max-width: 859px) {
    #syogai_service ul#ansin div.scr::before {
        margin: 0 0 0 0;
        font-size: 0.88rem;
        font-weight: bold;
        content: "※ この表は横にスクロールできます。";
    }
}

#syogai_service table {
    width: 835px;
	border-collapse: collapse;
    font-size: 0.88rem;
    line-height: 22px;
}

#syogai_service thead th {
	padding: 10px 5px;
	border: 2px solid #fff;
    color: #fff;
	background: #3db680;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

#syogai_service tbody th {
	padding: 10px 5px;
	border: 2px solid #fff;
    color: #333;
	background: #dfecaa;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

#syogai_service tbody td {
	padding: 10px 5px;
	border: 2px solid #fff;
	background: #dfecaa;
    vertical-align: middle;
    text-align: left;
}

#syogai_service tbody th {
    width: 160px;
}
#syogai_service tbody td {
    width: 380px;
}

#syogai_service tbody td ul {
	list-style-type: none;
}

#syogai_service tbody td ul li {
    text-indent: -1.5em;
    margin-left: 1.5em;
}

#syogai_service tbody td ul li:before {
	content: '◆';
    padding: 0 5px 0 0;
	color: #3db680;
	font-size: 0.88rem;
}

#syogai_service tbody td p {
	text-align: center;
    margin: 0 0 5px 0;
}

#syogai_service tbody td dd {
	margin: 0 0 10px 0;
}

#syogai_service tbody td dl strong {
	color: #3db680;
    font-size: 1rem;
    font-weight: normal;
}

#syogai_service tbody td dl b {
	color: #3db680;
    font-weight: normal;
}
#syogai_service tbody td dd .however {
	margin: 0 0 0 10px;
}


#syogai_service #etc_check {
    margin: 0 0 80px 0;
}

#syogai_service #etc_check .etc_check-link {
    margin: 0 20px 6px 20px;
    padding: 3px;
    background-color: #3db680;
    max-width: 21rem;
    font-size: 0.95rem;
}

#syogai_service #etc_check .etc_check-link > a {
    text-decoration: none;
}
#syogai_service #etc_check .etc_check-link > a:visited {
    color: #4a9f5e;
    text-decoration: none;
}

#syogai_service #etc_check .etc_check-link div {
    margin: 0;
    padding: 6px 10px 4px 15px;
    text-indent: 0;
    border: 3px solid #fff;
    transition: 0.7s;
}
#syogai_service #etc_check .etc_check-link div:hover {
    border: 3px solid #c0d860;
    opacity: 0.9;
    transition: 0.7s;
}

#syogai_service #etc_check .etc_check-link p {
    margin: 0;
    padding: 0;
    color: #fff;
}


/* 障害年金の受給要件を確認する */
#syogai_requirement {
    padding: 49px 0 0 0;
    margin: -49px 0 0 0;
}

#syogai_requirement h4 {
    font-size: 1.13rem;
    font-weight: normal;
    border-left: 8px solid #3db680;
    padding: 0 10px 0 10px;
    margin: 0 0 20px 15px;
}

#syogai_requirement div.about {
    padding: 10px 0 0 0;
    margin: 0 15px 20px 15px;
    background-color: #fff;
    border: dashed 2px #3db680;
    border-radius: 14px;
}

#syogai_requirement div.about dt {
    width: 171px;
    height: 29px;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
	background: url("../images/title_ribbon_green.png") left top no-repeat;
}

#syogai_requirement div.about dd {
    margin: 0 20px 20px 30px;
    line-height: 22px;
}


#syogai_requirement div.requirement {
    margin: 0 0 60px 15px;
}

#syogai_requirement div.requirement>p {
    margin: 10px 15px 10px 0;
}

#syogai_requirement div.requirement table {
	margin: 0 15px 0 0;
    border-collapse: collapse;
    width: calc(100% - 15px);
}

#syogai_requirement div.requirement thead th {
	padding: 5px;
	border: 1px solid #fff;
	border-top: 1px solid #3db680;
    color: #fff;
	background: #3db680;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
#syogai_requirement div.requirement thead th.requirement1 {
	border-left: 1px solid #3db680;
	border-right: 1px solid #3db680;
}
#syogai_requirement div.requirement thead th.requirement2 {
	border-right: 1px solid #3db680;
	border-left: 1px solid #3db680;
}

#syogai_requirement div.requirement tbody th {
	padding: 5px;
	border: 1px solid #3db680;
    color: #333;
	background: #fff;
    vertical-align: middle;
    font-weight: normal;
}

#syogai_requirement div.requirement tbody td {
	padding: 5px;
	border: 1px solid #3db680;
	background: #fff;
    vertical-align: top;
    text-align: left;
}
#syogai_requirement div.requirement tbody td.requirement1 {
    text-align: left;
}
#syogai_requirement div.requirement tbody td.requirement2 {
    text-align: left;
}

#syogai_requirement div.requirement tbody td ol {
	list-style-type: none;
    margin: 10px 0 10px 0;
}

#syogai_requirement div.requirement tbody td ol li {
	font-weight: bold;
    line-height: 20px;
    text-indent: -1.3em;
    margin: 0 0 5px 1.5em;
}
#syogai_requirement div.requirement tbody td ol li b {
	color: #3db680;
    font-size: 1.13rem;
    font-weight: normal;
}

#syogai_requirement div.requirement #certification_date {
    text-indent: -1.5em;
    margin-left: 1.5em;
}

#syogai_requirement div.requirement #first_visit_date {
    text-indent: -1.5em;
    margin-left: 1.5em;
}


#syogai_requirement div.certification {
    width: 900px;
    height: 280px;
    padding: 10px 0 0 0;
    margin: 0 0 70px 60px;
	background: url("../images/rosai_certification_back.png") left top no-repeat;
}

#syogai_requirement div.certification dt {
    width: 171px;
    height: 29px;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
	background: url("../images/title_ribbon_blue.png") left top no-repeat;
}

#syogai_requirement div.certification dd {
    margin: 0 40px;
    line-height: 22px;
}

#syogai_requirement div.certification ol {
	list-style-type: none;
}

#syogai_requirement p.orange {
    padding: 10px;
    margin: 0 15px 10px 15px;
    text-align: center;
	background: url("../images/orange_back_rosai_700.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
}
#syogai_requirement p.orange strong {
    font-size: 1.13rem;
    font-weight: normal;
}

#syogai_requirement .syogai_contact {
    margin: -20px 15px 40px auto;
    width: 240px;
}

#syogai_requirement .syogai_contact img {
	width: 100%;
}


#syogai_requirement div.relaxation {
    margin: 0 0 80px 15px;
}

#syogai_requirement div.relaxation>p {
    margin: 10px 15px 10px 0;
}

#syogai_requirement div.relaxation div.scr {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 0;
    /* height: 240px; */
}
@media (max-width: 844px) {
    /* #syogai_requirement div.relaxation div.scr {
        height: 260px;
    } */
    #syogai_requirement div.relaxation div.scr::before {
        margin: 0 0 0 0;
        font-size: 0.88rem;
        font-weight: bold;
        content: "※ この表は横にスクロールできます。";
    }
}



/* 障害年金を申請する */
#syogai_request {
    padding: 49px 0 0 0;
    margin: -49px 0 40px 0;
}

#syogai_request h4 {
    font-size: 1.13rem;
    font-weight: normal;
    border-left: 8px solid #3db680;
    padding: 0 0 0 10px;
    margin: 0 15px 20px 15px;
}


#syogai_request div.grade_confirm {
    margin: 0 0 50px 15px;
}

#syogai_request div.grade_confirm dl {
    padding: 15px 0 0 0;
    margin: 0 15px 0 0;
    background-color: #fff;
    border: dashed 2px #3db680;
    border-radius: 14px;
}

#syogai_request div.grade_confirm dt {
    width: 191px;
    height: 29px;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
	background: url("../images/title_ribbon_green_191.png") left top no-repeat;
}

#syogai_request div.grade_confirm dd {
    margin: 0 20px 15px 30px;
    line-height: 22px;
}


#syogai_request div.grade_table {
    margin: 0 15px 40px 40px;
}
#syogai_request div.grade_table dt {
    position: relative;
    padding: 0 0 10px 50px;
}
#syogai_request div.grade_table img {
    position: absolute;
    left: -30px;
    top: -10px;
    z-index: 5000;
}
#syogai_request div.grade_table dd {
    background-color: #fff;
    border: 2px solid #3db680;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
    position: relative;
    padding: 40px 0 20px 0;
    margin: 0 0 20px 0;
}
#syogai_request div.grade_table dd.level2 {
    border: 2px solid #c0d860;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#syogai_request div.grade_table dd ul {
	list-style-type: none;
}
#syogai_request div.grade_table dd ul li {
    text-indent: -1.5rem;
    margin: 0 15px 5px 2.5rem;
    line-height: 22px;
}
#syogai_request div.grade_table dd ul li:before {
	content: '◆';
    padding: 0 5px 0 0;
	color: #3db680;
	font-size: 0.88rem;
}
#syogai_request div.grade_table dd.level2 ul li:before {
	content: '◆';
    padding: 0 5px 0 0;
	color: #c0d860;
	font-size: 0.88rem;
}


#syogai_request p.orange {
    padding: 10px;
    margin: 0 15px 10px 15px;
    text-align: left;
	background: url("../images/orange_back_rosai_700.png") center top no-repeat;
    background-size: cover;
    border-radius: 14px;
}

#syogai_request p.orange.grade_table {
    margin-bottom: 60px;
}

#syogai_request p.orange.grade_table strong {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
}

/* #syogai_request p.orange strong {
    font-size: 1.13rem;
    font-weight: normal;
} */

#syogai_request #syogai_request_contact {
    margin: -20px 15px 70px auto;
    width: 240px;
}

#syogai_request #syogai_request_contact img {
	width: 100%;
}







#syogai_request div.annuity {
	margin: 0 0 40px 15px;
}

#syogai_request div.annuity>p {
	margin: 10px 15px 10px 0;
}

#syogai_request div.annuity>div.scr {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 0;
}
@media (max-width: 955px) {
    #syogai_request div.annuity>div.scr::before {
        margin: 0 0 0 0;
        font-size: 0.88rem;
        font-weight: bold;
        content: "※ この表は横にスクロールできます。";
    }
}
@media (min-width: 955px) {
    #syogai_request div.annuity>div.scr {
        width: 941px;
    }
}

#syogai_request div.annuity table {
	width: 940px;
	border-collapse: collapse;
    font-size: 0.82rem;
    position: relative;
}
#syogai_request div.annuity table caption {
	text-align: left;
    color: #3db680;
    font-size: 0.88rem;
    position: absolute;
    left: -8px;
    top: 20px;
}
#syogai_request div.annuity thead th {
	padding: 5px;
	border: none 0;
    color: #333;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    position: relative;
    height: 40px;
    line-height: 22px;
}
#syogai_request div.annuity tbody th {
	padding: 5px;
	border: 2px solid #c0d860;
    color: #333;
	background: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    width: 140px;
    height: 120px;
}
#syogai_request div.annuity tbody td {
	padding: 5px;
	border: 2px solid #c0d860;
    color: #333;
	background: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    width: 240px;
}
#syogai_request div.annuity thead th img {
	position: absolute;
    left: 58px;
    top: 0;
}
#syogai_request div.annuity tbody td.margin_top {
	padding-top: 40px;
}
#syogai_request div.annuity tbody td sup {
    font-size: 90%;
    vertical-align: top;
    position: relative;
    top: -0.8em;
}
#syogai_request div.annuity p.super {
    text-indent: -2.9em;
    margin-left: 3.5em;
}


#syogai_request div.claim_flow {
	margin: 0 0 40px 15px;
}

#syogai_request div.claim_flow>p {
	margin: 10px 15px 10px 0;
}

#syogai_request div.claim_flow h5 {
	color: #3db680;
    font-weight: normal;
}

#syogai_request div.claim_flow>div.scr {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 0;
}
@media (max-width: 904px) {
    #syogai_request div.claim_flow>div.scr::before {
        margin: 0 0 0 0;
        font-size: 0.88rem;
        font-weight: bold;
        content: "※ この表は横にスクロールできます。";
    }
}

#syogai_request div.claim_flow>div.scr>p {
	margin: 0;
}

#syogai_request div.claim_flow p.super {
    text-indent: -2.0rem;
    margin-left: 2.5rem;
}


#syogai_request div.avoidance {
	margin: 0 0 60px 15px;
}

#syogai_request div.avoidance>p {
	margin: 10px 15px 10px 0;
}

#syogai_request div.avoidance dl {
    background-color: #fff;
    border: 2px solid #3db680;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
    position: relative;
    padding: 15px 0 20px 0;
    margin: 0 15px 20px 0;
    max-width: 460px;
}
#syogai_request div.avoidance .row2 dl.left {
    border: 2px solid #c0d860;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
#syogai_request div.avoidance .row1 dl.right {
    border: 2px solid #c0d860;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
#syogai_request div.avoidance .row2 dl.right {
    border: 2px solid #c0d860;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
#syogai_request div.avoidance dt {
    width: 191px;
    height: 29px;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
	background: url("../images/syogai_request_avoidance_green.png") left top no-repeat;
}
#syogai_request div.avoidance .row2 dl.left dt {
    width: auto;
    height: 50px;
    color: #000;
    font-size: 0.88rem;
    line-height: 24px;
    padding: 2px 0 0 15px;
    background: url("../images/syogai_request_avoidance_green_400_small2.png") left top no-repeat;
}
#syogai_request div.avoidance .row1 dl.right dt {
    width: auto;
    height: 50px;
    color: #000;
    font-size: 0.88rem;
    line-height: 24px;
    padding: 2px 0 0 15px;
    background: url("../images/syogai_request_avoidance_green_400_small2.png") left top no-repeat;
}
#syogai_request div.avoidance .row2 dl.right dt {
    width: auto;
    color: #000;
    font-size: 0.88rem;
    background: url("../images/syogai_request_avoidance_green_400_small.png") left top no-repeat;
}
#syogai_request div.avoidance dd ol {
	list-style-type: none;
}
#syogai_request div.avoidance dd ol li {
    text-indent: -1.2em;
    margin: 0 10px 0 2.2em;
    line-height: 26px;
    position: relative;
}
#syogai_request div.avoidance dd ol li b {
    font-size: 1.13rem;
    font-weight: normal;
    color: #3db680;
    line-height: 26px;
    height: 28px;
}
#syogai_request div.avoidance dd p {
    font-size: 0.82rem;
    margin: 0 0 0 30px;
}
#syogai_request div.avoidance .syogai_request_contact {
    margin: -10px 15px 60px auto;
    width: 240px;
}

#syogai_request div.avoidance .syogai_request_contact img {
	width: 100%;
}


#syogai_request div.safety_net {
	margin: 0 15px 40px 15px;
}

#syogai_request div.safety_net .billable {
    padding: 10px 0 20px 0;
    margin: 30px 0 0 0;
    line-height: 24px;
    text-align: left;
    background-color: #fff;
    border: dashed 2px #3db680;
    border-radius: 14px;
}

#syogai_request div.safety_net .billable h6 {
    color: #3db680;
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    padding: 0 0 0 0;
    margin: 10px 20px 15px 25px;
}

#syogai_request div.safety_net .billable p {
    margin: 0 25px 0 30px;
}






@media print, screen and (min-width:410px) {

    #main #main_title .title {
        margin: 0 auto 0 0;
    }

    #main #main_title h3 {
        line-height: 36px;
        height: 80px;
        margin: 0 0 20px 0;
    }

    #main #main_title h3 br.sp2 {
        display: none;
    }


    #page_info ul {
        margin: 0 0 0 50px;
    }



}


@media print, screen and (min-width:500px) {

    #syogai_type p.orange {
        margin: 0 15px 10px 15px;
        width: auto;
    }
    
    #syogai_type p.orange br.sp {
        display: none;
    }


    #syogai_request p.orange.grade_table strong>br.sp {
        display: none;
    }


    #syogai_request div.avoidance dd ol {
        font-size: 0.88rem;
    }

    #syogai_request div.avoidance dd ol li {
        margin: 0 0 0 2.2em;
        height: 28px;
    }

    #syogai_request div.avoidance .row1 dl.right dt {
        height: 29px;
        line-height: 28px;
        background: url("../images/syogai_request_avoidance_green_400.png") left top no-repeat;
    }
    #syogai_request div.avoidance .row1 dl.right dt>br.sp {
        display: none;
    }

    #syogai_request div.avoidance .row2 dl.left dt {
        height: 29px;
        line-height: 28px;
        background: url("../images/syogai_request_avoidance_green_400.png") left top no-repeat;
    }
    #syogai_request div.avoidance .row2 dl.left dt>br.sp {
        display: none;
    }

    #syogai_request div.avoidance .row2 dl.right dt {
        height: 29px;
        line-height: 30px;
        background: url("../images/syogai_request_avoidance_green_400.png") left top no-repeat;
    }


    #syogai_request div.avoidance dd ol li.column2 {
        margin-left: 235px;
    }
    #syogai_request div.avoidance dd ol li.coltop {
        margin-top: -112px;
    }








}


@media print, screen and (min-width:580px) {

    #main #main_title .title {
        left: -225px;
        right: auto;
        top: 40px;
        margin: 0;
    }

    #main #main_title {
        width: calc((100% - 230px) - 30px);
        height: auto;
        margin: 0 0 25px 240px;

    }

    #main #main_title ul {
        margin: 0 10px 20px 35px;
        padding: 0;
    }

    #main #main_title h3 {
        width: auto;
        line-height: 36px;
        height: 110px;
        margin: 0 0 20px 0;
    }

    #main #main_title h3 br.sp2 {
        display: inline;
    }


    #main #page_temp {
        height: 90px;
    }

    #main #page_temp div {
        height: 84px;
    }

    #main #page_temp p {
        margin: 10px 0 0 20px;
        padding: 0;
        line-height: 34px;
        text-align: left;
    }

    #main #page_temp p>br.sp {
        display: none;
    }




}


@media print, screen and (min-width:600px) {

    #syogai_requirement p.orange {
        margin: 0 15px 10px 15px;
        border-radius: 50px;
    }

    #syogai_requirement p.orange strong br {
        display: none;
    }






}


@media print, screen and (min-width:640px) {

    #main #main_title h3 {
        line-height: 36px;
        height: 80px;
        margin: 0 0 20px 0;
    }

    #main #main_title h3 br.sp2 {
        display: none;
    }


    #main #page_temp {
    margin: 0 auto 40px auto;
    width: 600px;
    }

    #main #page_temp p {
        margin: 10px 0 0 40px;
        padding: 0;
    }


    #syogai_about p.orange_consultation {
        background-size: auto;
        border-radius: 0;
    }

    #syogai_about p.orange_consultation strong br.sp {
        display: none;
    }


    #syogai_about #consultation {
        width: 580px;
        margin: 0 auto 0 auto;
    }

    #syogai_about #consultation > img {
        width: 580px;
        height: 183px;
    }



    #three-commitments dl dt {
        width: auto;
        max-width: 34rem;
    }
    #three-commitments dl dt br {
        display: none;
    }


}


@media print, screen and (min-width:642px) {






}


@media print, screen and (min-width:700px) {

    #main #main_title ul {
        margin: 0 10px 20px 30px;
    }

    #main #main_title p {
        margin: 0 30px 20px 10px;
    }

    #page_info ul {
        margin: 0 0 0 10px;
    }

    #page_info li {
        float: left;
    }

    #main #contents {
        clear: left;
    }

    #contents .title h3 br.sp {
        display: none;
    }


    #syogai_request div.avoidance .syogai_request_contact {
        margin: -50px 15px 60px 440px;
    }





}


@media print, screen and (min-width:740px) {

    #main #main_title li {
        line-height: 48px;
        min-height: auto;
    }


    #syogai_type {
        margin: -49px 0 40px 0;
    }

    #syogai_type > div.scr {
        margin: 0 0 40px 15px;
    }

    #syogai_type p.orange {
        padding: 0;
        height: 45px;
        line-height: 38px;
        text-align: center;
        background-size: auto;
        border-radius: 0;
    }


    #syogai_requirement p.orange {
        padding: 0;
        height: 45px;
        line-height: 38px;
        text-align: center;
        background-size: auto;
        border-radius: 0;
    }


    #syogai_request p.orange {
        padding: 0;
        height: 45px;
        line-height: 38px;
        text-align: center;
        background-size: auto;
        border-radius: 0;
    }




}


@media print, screen and (min-width:800px) {

    #main #main_title h3 {
        line-height: 36px;
        height: 38px;
        margin: 0 0 20px 0;
    }

    #main #main_title h3 br.sp1 {
        display: none;
    }


    #three-commitments {
        position: relative;
        margin: 60px 0 0 0;
    }

    #three-commitments #meeting {
        position: absolute;
        right: -10px;
        top: -80px;
    }



}


@media print, screen and (min-width:880px) {

    #syogai_type .example>div.right {
        position: absolute;
        left: 410px;
        top: 0;
    }





}


@media print, screen and (min-width:950px) {

    #main #main_title {
        margin: 0 0 50px 240px;
    }

    #main #main_title .title {
        top: 10px;
    }

    #main #main_title p {
        text-align: right;
    }


    #syogai_about p.orange {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 15px 10px 15px;
        line-height: 38px;
        text-align: center;
        background-size: auto;
        border-radius: 0;
    }


    #syogai_requirement div.requirement table.requirement1 {
        float: left;
        width: 394px;
        margin: 0 0 5px 0;
    }
    #syogai_requirement div.requirement thead th.requirement1 {
        height: 33px;
        border-right: 1px solid #fff;
    }
    #syogai_requirement div.requirement tbody td {
        height: 161px;
    }

    #syogai_requirement div.requirement table.requirement2 {
        float: left;
        width: 511px;
        margin: 0 0 5px -1px;
    }
    #syogai_requirement div.requirement thead th.requirement2 {
        height: 33px;
        border-left: 1px solid #fff;
    }
    #syogai_requirement div.requirement tbody td {
        height: 161px;
    }

    #syogai_requirement div.requirement #certification_date {
        clear: left;
    }

    #syogai_request div.safety_net .billable {
        width: 900px;
    }

    #syogai_request div.safety_net .billable h6 {
        text-align: center;
    }


}


@media print, screen and (min-width:1004px) {

    #main #contents {
        width: 1000px;
        margin: 0 auto;
    }

    #contents .title {
        margin: 0 0 20px 0;
    }

    #syogai_about p.orange {
        width: 955px;
        height: 45px;
        margin: 0 0 10px 45px;
    }


    #contents .section p {
        margin: 0 0 0 60px;
        font-size: 0.8745rem;
    }

    #contents .section ol {
        margin: 0 0 0 60px;
    }

    #contents .section ol li {
        line-height: 38px;
        padding-left: 11rem;
        margin: 0 0 15px 0;
        position: relative;
    }

    #contents .section ol li span {
        float: none;
        display: inline;
        position: absolute;
        left: 0;
        top: 0;        
    }

    #syogai_about p.orange_consultation {
        width: 640px;
        height: 45px;
        padding: 0;
        margin: 0 0 10px 160px;
        line-height: 38px;
    }

    #syogai_about #consultation {
        width: 580px;
        margin: 0 0 50px 190px;
        position: relative;
    }

    #syogai_about #consultation_contact {
        margin: 0 0 0 0;
        position: absolute;
        left: 590px;
        top: 10px;
    }


    #about-applications-box {
        margin: 0 20px 100px 80px;
    }


    #syogai_type {
        margin: -49px 0 80px 0;
    }

    #syogai_type p.description {
        margin: 0 0 20px 40px;
        width: 930px;
    }

    #syogai_type h4 {
        padding: 4px 0 0 10px;
        margin: 0 0 10px 60px;
    }

    #syogai_type .example {
        margin: 0 0 60px 60px;
    }

    #syogai_type>div.scr {
        margin: 0 0 80px 75px;
        font-size: 0.88rem;
    }

    #syogai_type p.orange {
        width: 740px;
        height: 45px;
        margin: 0 0 10px 50px;
    }

    #syogai_type .syogai_contact {
        position: relative;
        margin: 0 0 40px 0;
        padding-bottom: 30px;
    }

    #syogai_type .syogai_contact img {
        position: absolute;
        left: 780px;
        top: -125px;
    }


    #syogai_service ul#ansin {
        margin: 0 0 20px 40px;
    }

    #syogai_service ul#ansin>li {
        padding: 0 0 20px 125px;
        line-height: 29px;
    }
 
    #syogai_service ul#ansin>li>p {
        margin: 10px 0;
        line-height: 18px;
        width: 800px;
    }


    #syogai_requirement div.requirement {
        margin: 0 0 60px 60px;
    }

    #syogai_requirement h4 {
        margin: 0 0 20px 40px;
    }

    #syogai_requirement div.about {
        width: 900px;
        margin: 0 0 20px 60px;
    }

    #syogai_requirement div.about dd {
        margin: 0 40px;
    }

    #syogai_requirement div.relaxation {
        margin: 0 0 80px 60px;
    }


    #syogai_requirement div.relaxation>p {
        margin: 10px 0;
    }


    #syogai_requirement p.orange {
        width: 740px;
        margin: 0 0 10px 50px;
    }

    #syogai_requirement .syogai_contact {
        position: relative;
        margin: 0 0 90px 0;
        width: 240px;
    }

    #syogai_requirement .syogai_contact img {
        position: absolute;
        left: 780px;
        top: -125px;
    }


    #syogai_request div.grade_confirm {
        margin: 0 0 50px 60px;
    }

    #syogai_request div.grade_confirm dl {
        width: 900px;
        padding: 15px 0 0 0;
        margin: 0;
    }

    #syogai_request div.grade_confirm dd {
        margin: 0 40px 15px 40px;
    }

    #syogai_request div.grade_table {
        margin: 0 0 40px 40px;
    }

    #syogai_request div.grade_table dd ul.left {
        width: 430px;
    }

    #syogai_request div.grade_table dd ul.right {
        width: 480px;
        position: absolute;
        left: 440px;
        top: 40px;
    }

    #syogai_request p.orange {
        width: 740px;
        margin: 0 0 10px 50px;
    }

    #syogai_request #syogai_request_contact {
        position: relative;
        margin: 0 0 70px 0;
    }

    #syogai_request #syogai_request_contact img {
        position: absolute;
        left: 780px;
        top: -125px;
    }

    #syogai_request h4 {
        margin: 0 15px 20px 40px;
    }

    #syogai_request div.annuity {
        margin: 0 0 40px 60px;
    }

    #syogai_request div.annuity>p {
        margin: 10px 0;
    }

    #syogai_request div.claim_flow {
        margin: 0 0 40px 60px;
    }

    #syogai_request div.claim_flow>p {
        margin: 10px 0;
    }

    #syogai_request div.avoidance {
        margin: 0 0 60px 60px;
    }

    #syogai_request div.avoidance .row1 {
        position: relative;
        margin: 20px 0 0 0;
    }

    #syogai_request div.avoidance .row2 {
        position: relative;
        margin: 0 0 30px 0;
    }

    #syogai_request div.avoidance .row1 dl.left, 
    #syogai_request div.avoidance .row2 dl.left {
        height: 180px;
        padding: 15px 0 15px 0;
    }

    #syogai_request div.avoidance .row1 dl.right, 
    #syogai_request div.avoidance .row2 dl.right {
        height: 180px;
        position: absolute;
        left: 480px;
        right: 0;
        top: 0;
        margin-right: 0;
        padding: 15px 0 15px 0;
    }

    #syogai_request div.avoidance .syogai_request_contact {
        margin: -10px 15px 10px auto;
    }


    #syogai_request div.safety_net {
        margin: 0 15px 40px 60px;
    }


    #syogai_service #etc_check .etc_check-link {
        margin: 0 20px 5px 165px;
    }


}


@media print, screen and (min-width:1032px) {

    #page_info {
        width: 1000px;
        margin: 0 auto 40px auto;
    }


}


@media print, screen and (min-width:1050px) {

    #main #main_title {
        width: 806px;
        /* margin: 0 0 50px 220px; */
        margin: 0 auto 50px calc(((100% - 1000px) / 2) + 194px);
    }

    #main #main_title .title {
        left: -220px;
    }

    #main #main_title ul {
        margin: 0 10px 20px 50px;
    }

    #main #main_title p {
        margin: 0 40px 20px 10px;
    }





}


