* {
    margin: 0;
    padding: 0;
}

body {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
}

p {
    font-size: 16px;
}

a {
    color: #333;
    cursor: pointer;
}

li {
    list-style: none;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

h3 {
    font-size: 34px;
    font-family: YuMincho,'Yu Mincho',serif;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.title_h3_container {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

h4 {
    font-size: 24px;
    text-align: center;
}

h5 {
    font-size: 20px;
}

main {
    padding-top: 200px;
}

.breadcrumbs_wrapper {
    width: 960px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs_arrow::before {
    content: "＞";
    margin-left: 10px;
    margin-right: 10px;
}

.title_h2 {
    margin-bottom: 50px;
}

h2 {
    font-size: 48px;
    text-align: center;
}

.subtitle_h2 {
    display: flex;
    width: 100%;
}

.small_circle_h2 {
    width: 15px;
    height: 15px;
    background-color: #9A9A9A;
    border-radius: 50%;
    margin: auto;
}

.subtitle_h2 p {
    color: #9A9A9A;
    font-size: 24px;
}

.line_h2 {
    height: 1px;
    background-color: #9A9A9A;
    margin: auto 10px;
    flex-grow: 1;
}

#anchor_toriatukai {
    padding-top: 50px;
}

.hamburger {
    display: none;
}

.globalMenuSp {
    display: none;
}

.main_visual_sp {
    display: none;
}

.client_type {
    margin-bottom: 20px;
}

.client_type_container_sp {
    display: none;
}



@media (min-width: 959px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}






/* ------------------------------------ header ------------------------------------ */
header {
    box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.2);
    position: fixed;
    width: 100vw;
    background-color: white;
    z-index: 10;
}




.header_container {
    width: 960px;
    margin: 0 auto;
}

.logo_container {
    margin-top: 15px;
}

.logo_container img {
    width: 310px;
}

.icon_tel {
    width: 23px;
    fill: #333;
    line-height: 24px;
    height: 24px;
    margin: auto 0 auto;
}

.header_flex_box {
    display: flex;
    justify-content: space-between;
}

.contact_flex_box {
    display: flex;
    justify-content: center;
}

.contact_flex_box.fax {
    line-height:1;
}

.contact_flex_box p {
    font-size: 24px;
    font-weight: bold;
    line-height:1;
}

.header_contact {
    width: 325px;
    margin-top: 30px;
    margin-bottom: auto;
}

.header_contact_title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #9A9A9A;
    color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border: 1px solid #9A9A9A;
}

.header_fax {
    margin-top:10px;
}





/* マウスオンメニュー */

.menu {
    display: flex;
    width: 100%;
    height: 50px;
    max-width: 960px;
    margin: 20px auto 0;
}

.menu > li {
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background-color: white;
}

.menu > li a {
    display: inline-block;
    color: #000;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
}

.menu > li > a {
    display: inline-block;
    color: #000;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    border-right: 1px solid #9D9D9D;
    border-left: 1px solid #9D9D9D;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
}

.menu > li:nth-child(1) {
    width: 180px;
}

.menu > li:nth-child(2) {
    width: 250px;
}

.menu > li:nth-child(3) {
    width: 280px;
}

.menu > li:nth-child(4) {
    width: 250px;
}

.menu > li:nth-child(1) a {
    border-left: 1px solid #9D9D9D;
}

.menu > li a:hover {
    color: white;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #9D9D9D;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #9D9D9D;
}

.menu__third-level li a:hover {
    background: #9D9D9D;
}

.menu__fourth-level li a:hover {
    background: #9D9D9D;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #9D9D9D;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/* ------------------------------------ main_visual ------------------------------------ */
.main_intro {
    margin: 10px auto 60px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.main_visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 0%;
}

.main_visual {
    position: relative;
}

.maintext {
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    text-align: center;
    width: 800px;
    line-height: 2em;
}

.maintext.sp {
    display: none;
}

.main_intro a {
    color: #0E22B9;
}

.contact_sp_top {
    display: none;
}

/* ------------------------------------ online_service ------------------------------------ */
.online_service {
    padding-top: 0;
    padding-bottom: 0;
}


.title_h3_container {
    display: flex;
    justify-content: center;
}

.title_circle_left, .title_circle_right {
    display: flex;
    justify-content: space-around;
    height: 51px;
    width: 80px;
}

.circle_large {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #9A9A9A;
    margin: auto 0 auto;
}

.circle_middle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9A9A9A;
    margin: auto 0 auto;
}

.circle_small {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #9A9A9A;
    margin: auto 0 auto;
}

.service_bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_bnr img {
    width: 250px;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

.service_bnr a {
    margin-bottom: 35px;
}

.service_bnr div {
    width: 250px;
}

.norupita {
    border-radius: 20px;
}

.service_bnr_image:hover {
    opacity: 0.6;
}

/* ------------------------------------ toriatukai ------------------------------------ */
.toriatukai_bg {
    background-image: url(images/bg.jpg);
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    background-size: cover;
}

.corporation_link, .individual_business_link, .individuals_link {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    text-align: center;
}

.corporation_link {
    background-image: url(images/bg_corporation.png);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

.individual_business_link {
    background-image: url(images/bg_individual_business.png);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

.individuals_link {
    background-image: url(images/bg_individuals.png);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

.client_type a {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.client_type h4 {
    color: white;
    padding-top: 35px;
    padding-bottom: 10px;
}

.client_type .more_btn {
    color: white;
    text-align: center;
    border: 1px solid white;
    width: 160px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto 0;
}

.toriatukai_container > p {
    width: 600px;
    margin: 0 auto 30px;
    line-height: 38px;
    letter-spacing: 1.2px;
}

.toriatukai_container li {
    list-style-type: disc;
}

.toriatukai_container .circle_large {
    background-color: #606060;
}

.toriatukai_container .circle_middle {
    background-color: #606060;
}

.toriatukai_container .circle_small {
    background-color: #606060;
}

.client_type_container {
    display: flex;
    justify-content: space-between;
}

.corporation_link:hover .more_btn {
    background-color: white;
    color: #4F8FB5;
    transition: 0.5s;
}

.individual_business_link:hover .more_btn {
    background-color: white;
    color: #B5964F;
    transition: 0.5s;
}

.individuals_link:hover .more_btn {
    background-color: white;
    color: #5AAA47;
    transition: 0.5s;
}

.toriatukai ul {
    width: 600px;
    margin: 0 auto 50px;
}

.toriatukai ul li {
    margin-bottom: 10px;
}



/* ------------------------------------ more ------------------------------------ */
.more_box_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.more_box {
    width: 430px;
    height: 230px;
    background-color: #9A9A9A;
    text-align: center;
    border-radius: 20px;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

.more_box h4 {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 28px;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
}

.more a {
    text-decoration: none;
}

.more_box .more_btn {
    width: 290px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: white;
    text-align: center;
    border: 1px solid white;
    margin: 10px auto 0;
}

.more_box:hover .more_btn {
    background-color: white;
    color: #9A9A9A;
    transition: 0.5s;
}

/* ------------------------------------ hokengaisya ------------------------------------ */
.hokengaisya {
    padding-top: 50px;
    padding-bottom: 30px;
}

.hokengaisya_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hokengaisya_item {
    width: auto;
    text-align: center;
    position: relative;
}

.hokengaisya_item.left {
    width: 420px;
}

.tel_title h4, .tel_title p {
    font-size: 16px;
    font-weight: bold;
}

.tel_title {
    margin: 0 auto 25px;
}

.hokengaisya_item_container {
    border: 1px solid #333;
    padding: 20px;
    height: 220px;
}

.hokengaisya_item_container.left {
    padding: 40px 20px 0;
}

.hokengaisya_item img {
    margin-bottom: 30px;
    width: 350px;
}

.time {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.time div {
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.time p {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.weekday {
    background-color: #ed8b00;
    color: white;
}

.saturday {
    background-color: #1d2088;
    color: white;
}

.tel_title h5 {
    font-size: 16px;
}

.hokengaisya_item h3 {
    font-size: 22px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 10px;
}

.text_line {
	display: flex;
	align-items: center;
}

.text_line:before,
.text_line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0; /* 文字と線の余白 */
}

.border_left_box {
    margin-top: 13px;
    width: 45px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 11px;
}

.border_right_box {
    margin-top: 13px;
    width: 45px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 11px;
}

.tel_title.first {

}

.tel_title.second {
    margin-bottom: 0;
}

.hokengaisya_item.right {
    width: 420px;
    text-align: center;
    margin-right: 30px;
}

.tel_title.bottom {
    margin-bottom: 0;
}

.saihakkou {
    text-align: center;
    margin: 0 auto 20px;
}

.taiou.first {
    margin-top: 31px;
    margin-bottom: 31px;
}

.taiou.second {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
    font-size: 14px;
}

.taiou.second_sp {
    display: none;
}

.holiday {
    font-size: 12px;
}

.time {
    font-size: 14px;
    margin-bottom: 0;
}

.red_text {
    /* color: red; */
}

/* ------------------------------------ footer ------------------------------------ */
.confidential_bg {
    background-color: #F2F2F2;
}

.confidential {
    display: flex;
    justify-content: space-around;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.footer_info img {
    width: 380px;
}

.footer_info .contact_flex_box {
    justify-content: flex-start;
}

.footer_info p {
    margin-bottom: 10px;
}

.copy_right {
    background-color: #9A9A9A;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: white;
}

.footer_info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_info a {
    text-decoration: none;
    display: inline-block;
}

.footer_info p a {
    text-decoration: underline;
}

.galleria {
    background-color: #9A9A9A;
    color: white;
    text-align: center;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #9A9A9A;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}

.galleria:hover {
    background-color: white;
    color: #9A9A9A;
    transition: 0.5s;
}

.footer_title {
    display: flex;
    margin-bottom: 25px;
}

.footer_title p {
    font-size: 24px;
    font-weight: bold;
    flex-wrap: wrap;
    margin-bottom: 0;
    line-height: 48px;
}

.contact_divide {
    display: flex;
}

.contact_divide_right {
    margin-left: 100px;
}

.contact_divide_right .tel {
    line-height:1;
}

.contact_divide_right .fax {
    line-height:1;
    margin-bottom:20px;
}

.tel, .fax {
    font-size: 24px;
    font-weight: bold;
}

.contact_divide_right>p:nth-child(3){
    line-height:1;
}

.contact_divide_right>p:nth-child(4){
    line-height:1;
}

.contact_divide_left p{
    line-height:1;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ corporation.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ individual_business.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ individuals.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.for_service img {
    width: 100%;
}

.for_service > p {
    width: 600px;
    margin: 30px auto;
    line-height: 48px;
}

.insurance_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.insurance_type_item {
    width: 250px;
    height: 200px;
    margin-bottom: 60px;
    position: relative;
}

.insurance_type_item img {
    height: 200px;
    object-fit: cover;
    filter: brightness(70%);
}

.insurance_type_item h4 {
    color: white;
    text-shadow: 0px 0px 10px #000000; 
    width: 200px;
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.insurance_type_item p {
    line-height: 30px;
}

.access {
    text-align: center;
}

.access a {
    display: inline-block;
}

.access.wrapper {
    padding-top: 0;
}

.access .galleria {
    margin: 0 auto 30px;
}

.access p {
    margin-bottom: 10px;
}

.access>p{
    line-height:1;
}

.access .tel{
    line-height:1;
}

.access .fax{
    margin-bottom:20px;
}

.access>p:nth-child(2){
    margin-bottom:20px;
}

.access>div:nth-child(7) a {
    text-decoration:none;
}

.access>p:nth-child(5) a{
    text-decoration:underline;
}

.access>p:nth-child(6) a{
    text-decoration:underline;
    margin-bottom:10px;
}

.service_container {
    width: 700px;
    margin: 50px auto;
}

.service_container li {
    list-style: disc;
    margin-left: 20px;
}

.service_container h5 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.service_container p {
    margin-bottom: 10px;
}

.hoken_type {
    width: 350px;
    margin: 0 auto;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ about.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.about > p {
    width: 600px;
    margin: 0 auto 50px;
    line-height: 30px;
}

.about_contents p {
    width: 960px;
    margin-bottom: 10px;
    line-height: 1.75em;
}

.about_contents h4 {
    text-align: left;
    margin: 60px auto 10px 0;
    font-size: 26px;
}

.about_contents h5 {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 16px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ merit.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.merit > p {
    width: 600px;
    margin: 0 auto 50px;
    line-height: 30px;
}

.jirei {
    width: 700px;
    margin: 0 auto;
}

.jirei h5 {
    margin-top: 50px;
}

.merit .title_h3_container {
    padding-bottom: 5px;
}

.dorama {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ solicitation_policy.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.solicitation_policy h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.policy_item {
    margin-bottom: 80px;
}

.policy_item li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 38px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ privacy_policy.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.privacy_policy_container ol li{
    list-style-type: decimal;
    font-weight: bold;
    line-height: 32px;
    margin-left: 1em;
}

.privacy_policy_container ul li{
    list-style-type: disc;
    font-weight: bold;
    line-height: 32px;
    margin-left: 1em;
}

.privacy_policy_container p {
    line-height: 32px;
    margin-left: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

.privacy_policy_container li p.li_tit{
    font-weight: bold;
}

.name {
    text-align: right;
    margin-bottom: 30px;
}

.intro {
    margin-bottom: 50px;
}

.list_container {
    margin-bottom: 50px;
}

.list_container ol li{
    font-weight: normal;
    margin-left: 3em;
    margin-bottom: 0.5em;
}

.list_container ul li{
    font-weight: normal;
    margin-left: 3em;
    margin-bottom: 0.5em;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ fd_declaration.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.fd_declaration  > p {
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 2em;
}

.ceo {
    text-align: right;
}

.fd_declaration li {
    list-style: decimal;
    margin-bottom: 15px;
    margin-left: 20px;
}

.fd_declaration h4 {
    margin-top: 70px;
    margin-bottom: 20px;
}

.fd_declaration h5 {
    margin-bottom: 10px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ hansya.html ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.hansya ol li {
    list-style: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ レスポンシブ対応 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ tb ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:577px) and ( max-width:960px) {














}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and ( max-width:960px) {
.wrapper {
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header_container {
    width: 300px;
    margin: 0 auto;
}

.header_contact {
    display: none;
}

.global_nav {
    display: none;
}

.logo_container p {
    font-size: 10px;
}

.logo_container img {
    width: 160px;
}


/* ------------------------------------ ハンバーガーメニュー　ここから ------------------------------------ */
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #9A9A9A;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}
  
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
  
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
  
nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #000;
    background: rgba(255,255,255,0.8);
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
  
nav.globalMenuSp ul {
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
  
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover{
    background :#ddd;
}
  
nav.globalMenuSp ul li a {
    display: block;
    color: #333333;
    padding: 1em 0;
    text-decoration :none;
}
  
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.globalMenuSp {
    display: block;
}

/* ------------------------------------ ハンバーガーメニュー　ここまで ------------------------------------ */
main {
    padding-top: 0;
}

.main_visual_sp {
    display: block;
}

/* .main_visual_pc {
    display: none;
} */

.main_visual img:nth-child(3) {
    width: 100vw;
}

.logo_container {
    margin-top: 5px;
}

.main_visual img:nth-child(2) {
    width: 50%;
    position: absolute;
    top: 55%;
    left: 10%;
}

h3 {
    font-size: 16px;
}

.title_circle_left, .title_circle_right {
    display: flex;
    justify-content: space-around;
    height: 24px;
    width: 30px;
}

.circle_large {
    width: 10px;
    height: 10px;
}

.circle_middle {
    width: 8px;
    height: 8px;
}

.circle_small {
    width: 6px;
    height: 6px;
}

.toriatukai_container > p {
    width: 300px;
}

.corporation_link, .individual_business_link, .individuals_link {
    height: 135px;
}

h4 {
    font-size: 18px;
}

.client_type_container_sp {
    display: block;
}

.client_type_container {
    display: none;
}

.more_box {
    width: 300px;
    height: 120px;
    margin-bottom: 30px;
}

.more_box h4 {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: white;
    padding-top: 25px;
    padding-bottom: 15px;
}

.more_box .more_btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: white;
    text-align: center;
    border: 1px solid white;
    margin: 0 auto 0;
}

.hokengaisya_item {
    width: 300px;
    text-align: center;
}

.tel_title h4, .tel_title p {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.tel_title p {
    color: white;
}

.hokengaisya_item > p {
    font-size: 16px;
}

.hokengaisya_item {
    margin-bottom: 100px;
}

.time p {
    font-size: 16px;
}

.contact_flex_box_wrapper {
    margin: 0 auto;
}

.contact_flex_box {
    width: 260px;
    height: 40px;
    background-color: #9A9A9A;
    border-radius: 30px;
    justify-content: center;
}

.contact_flex_box.red {
    background-color: #9A9A9A;
}

.contact_flex_box.orange {
    background-color: #ed8b00;
}


.footer_info .contact_flex_box_wrapper, .access .contact_flex_box_wrapper {
    width: 280px;
    margin: 0 auto 20px;
}

.footer_info .contact_flex_box, .access .contact_flex_box {
    width: 280px;
    height: 40px;
    background-color: #9A9A9A;
    border-radius: 30px;
    justify-content: center;
    margin: 0 auto 20px;
}

.galleria {
    width: 260px;
    margin: 0 auto;
}


.contact_flex_box_wrapper a {
    text-decoration: none;
}

.icon_tel {
    width: 20px;
}

.footer_info img {
    width: 300px;
}

.st0 {
    fill: white;
}

.footer_info .contact_flex_box p, .access .contact_flex_box p {
    font-size: 16px;
    color: white;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer_info > a {
    display: inline;
}

.confidential {
    display: block;
    line-height: 30px;
}

.confidential.wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.confidential a {
    display: block;
    margin-bottom: 10px;
}

.title_h3_container {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#anchor_toriatukai {
    padding-top: 30px;
}

h2 {
    font-size: 18px;
}

.subtitle_h2 p {
    font-size: 10px;
}

.small_circle_h2 {
    width: 8px;
    height: 8px;
}

.for_service > p {
    width: 300px;
    line-height: 30px;
}

iframe {
    width: 300px;
    height: 200px;
}

.breadcrumbs_wrapper {
    width: 300px;
    padding-top: 100px;
    padding-bottom: 5px;
    margin: 0 auto;
}

.insurance_type_item h4 {
    font-size: 16px;
}

.about > p {
    width: 300px;
}

.merit > p {
    width: 300px;
}

.jirei {
    width: 300px;
    flex-wrap: wrap;
}

.jirei div {
    width: 300px;
}

.solicitation_policy h3 {
    font-size: 18px;
}

.contact_flex_box {
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}

.insurance_type_item {
    width: 300px;
    height: 150px;
    margin-bottom: 30px;
}

.insurance_type_item img {
    height: 150px;
}

.dummy {
    display: none;
}

.footer_title {
    display: block;
    margin-bottom: 25px;
}

.contact_divide {
    display: block;
}

.contact_divide_right {
    margin-left: 0;
    text-align: center;
}

.galleria {
    margin: 0 auto;
    text-align: center;
}

.main_visual {
    padding-top: 70px;
}

.hokengaisya_item {
    margin-bottom: 50px;
    margin-left: 0;
}

.hokengaisya_item img {
    margin-bottom: 10px;
}

.hokengaisya {
    padding-bottom: 0;
}

.online_service {
    padding-top: 0;
}

.contact_divide_left {
    margin-bottom: 50px;
}

.footer_info .contact_flex_box {
    margin-bottom: 0;
}

.main_intro {
    width: 300px;
    margin: 0 auto 30px;
    padding-top: 10px;
    font-size: 16px;
}

.hokengaisya_item.right {
    margin-right: 0;
}

.hokengaisya_item {
    height: auto;
}

.taiou.first {
    margin-top: 0;
    margin-bottom: 0;
}

.taiou.second {
    margin-top: 0;
    margin-bottom: 0;
}

.border_left_box {
    width: 1px;
}

.border_right_box {
    width: 1px;
}

.taiou.second {
    display: none;
}

.taiou.second_sp {
    display: block;
}

.border_left_box.second {
    margin-bottom: 35px;
}

.border_right_box.second {
    margin-bottom: 35px;
}

.toriatukai ul {
    width: 300px;
}

.online_service h3 {
    text-align: center;
}

h3 {
    margin-left: 5px;
    margin-right: 5px;
}

.confidential {
    height: auto;
}

.service_bnr a {
    margin: 0 auto 30px;
}

.about_contents p {
    width: 300px;
}

.service_container {
    width: 300px;
}

.hoken_type {
    width: 300px;
}

h4 {
    font-size: 16px !important;
}

h5 {
    font-size: 16px;
}

.dorama {
    font-size: 16px;
}

.hokengaisya_item.left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.hokengaisya_item.right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.sompohimawari_tel_sp {
    display: block;
}

.sompohimawari_tel {
    display: none;
}

.saihakkou {
    margin-left: 30px;
}

.online_service .title_h3_container {
    padding-top: 100px;
}

.main_visual p {
    font-size: 16px;
}

.maintext.pc {
    display: none;
}

.maintext.sp {
    display: block;
    top: 60%;
    width: 320px;
}

.main_visual img {
    height: 250px;
}

.hokengaisya_item h3 {
    font-size: 20px;
}

.hokengaisya_item_container.left {
    padding: 10px 20px 0;
    height: 250px;
}

.hokengaisya_item_container.right {
    height: 320px;
}

.tel_btn {
    background-color: #9A9A9A;
    color: white;
    width: 280px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}

.tel_btn p {
    margin-bottom: 0;
    line-height: 40px !important;
    font-size: 16px;
}

.access>div:nth-child(3) a{
    text-decoration: none;
}

.fax {
    background-color: #9A9A9A;
    color: white;
    width: 280px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px !important;
    margin: 0 auto;
    font-size: 16px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}


.tel_btn_top {
    background-color: #9A9A9A;
    color: white;
    width: 280px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
}

.tel_btn_top p {
    font-size: 16px;
    color: white;
    line-height: 40px;
}

.contact_sp_top {
    text-align: center;
    margin-top: 30px;
}

.contact_sp_top {
    display: block;
}





}



/* 印刷用css */
@media print {
    header {
    position: static;
    width: 100%;
    }

    main {
        padding-top: 0;
    }

    .service_container h5 {
        margin: 30px auto;
    }

    .service_container {
        margin: 30px auto;
    }

    .wrapper {
        padding-top: 0;
    }

    .about {
        padding-bottom: 0;
    }

    .merit {
        padding-bottom: 10px;
    }

    .policy_item {
        margin-bottom: 50px;
    }

    .breadcrumbs_wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title_h2 {
        margin-bottom: 30px;
    }

    .privacy_policy_container li {
        margin-left: 2em;
    }

    .privacy_policy {
        padding-bottom: 50px;
    }

    .hokengaisya {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_intro {
        margin-bottom: 20px;
    }

    .online_service {
        padding-top: 10px;
        margin-top: 0;
    }

    .online_service .title_h3_container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .service_bnr a {
        margin-bottom: 10px;
    }

    .about_contents h4 {
        margin-top: 10px;
    }

    .access .title_h3_container {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .access.wrapper {
        padding-bottom: 10px;
    }

    .footer_info {
        padding-bottom: 0;
    }

    .access .galleria {
        margin-bottom: 10px;
    }

    #anchor_toriatukai {
        padding-top: 10px;
    }

    .toriatukai_container > p {
        line-height: 20px;
        letter-spacing: 1.2px;
    }

    .toriatukai_container {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .toriatukai_container .title_h3_container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hokengaisya_item_container {
        padding: 5px;
    }

    .hokengaisya_item_container.left {
        padding-top: 10px;
    }


    .toriatukai ul {
        margin-bottom: 5px;s
    }


}

.pagebreak {
    break-after: page;
}