﻿@charset "utf-8";
@media screen and (max-width:767px) {
    /*		Contents
---------------------------------------------------------------------------

	Common
	Widget（パーツ）

	HOME									[ / ]
	会社情報								[ /company/ ]
	コンサルタント紹介						[ /company/consultant.html ]
	店舗紹介								[ /company/shop.html ]
	法人のお客様							[ /service/corporation.html ]
	個人のお客様							[ /service/person.html ]
	火災保険								[ /products/kasai-hoken.html ]
	海外旅行傷害保険						[ /products/kaigai-hoken.html ]
	マネークラッセ							[ /money_classe/ ]
	CHP Information							[ /information/ ]
	Drip									[ /drip/ ]
	お問い合わせ							[ /contact/ ]
	プライバシーポリシー					[ /privacy/ ]

------------------------------------------------------------------------ */
    /* ========================================================================
	Common
======================================================================== */
    header,
    #contents,
    footer {
        width: 320px;
        margin: 0 auto;
        position: relative;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .pc {
        display: none;
    }
    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    /* ----------------------------------------
	header
---------------------------------------- */
    header {
        background: #eaf6fd;
    }
    header p.tel {
        display: none;
    }
    header h1,
    header p.logo {
        margin: 0;
        font-size: 0;
        padding: 11px 0 11px 10px;
    }
    header h1 img,
    header p.logo img {
        width: auto;
        height: 33px;
    }
    /* sp
---------------------------------------- */
    header .sp {
        position: absolute;
        top: 0;
        right: 50px;
    }
    header .sp p {
        float: left;
    }
    /* nav
---------------------------------------- */
    header #menu ul li ul {
        display: none;
    }
    header #menu p {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    header #menu ul {
        position: absolute;
        top: 55px;
        left: 0;
        background: #005ead;
        padding: 10px;
        z-index: 100;
    }
    header #menu ul li {
        float: left;
        width: 150px;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-bottom: none;
    }
    header #menu ul li span {
        display: none;
    }
    header #menu ul li a {
        display: table-cell;
        height: 50px;
        width: 150px;
        vertical-align: middle;
        text-align: center;
        font-size: 107.7%;
        text-decoration: none;
    }
    header #menu ul li:nth-child(2n) {
        border-left: none;
    }
    header #menu ul li:nth-last-child(-n+2) {
        border-bottom: 1px solid #dddddd;
    }
    /* ----------------------------------------
	contents
---------------------------------------- */
    #contents {
        font-size: 92.3%;
        /* 12px */
    }
    #contents h1 {
        margin: 10px 0 0 0;
        padding: 10px;
        background: #EAF6FD;
        font-size: 116.6%;
        font-weight: bold;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    #contents .key-pc{
        display: none;
    }
    #contents .key-sp{
        display: block;
        position: absolute;
        z-index: 10;
        top: 105px;
        left:6.5%;
    }
    #contents .key-sp-list{
        display: flex;
        position:relative;
        gap:20px;
        overflow: initial;
    }
    #contents .key-sp-list a{
        text-decoration: none;
    }
    #contents .key-sp-list a:hover{
        text-decoration: none;
    }
    #contents .key-sp-bg{
        text-align: center;
        position:relative;
        background: url(../../img/home/key_sp_bg.png) no-repeat;
        background-size: cover;
        width: 130px;
        height: 152px;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(0, 118, 211, 0.1);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 3px 0px rgba(0, 118, 211, 2.3), 0px 0px 3.84px 0.16px rgba(24, 118, 214, 0.004);
    }
    #contents .key-sp-kozin,#contents .key-sp-houzin{
        margin-top: 5px;
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        color: #005ead;
    }
    .key-sp-houzin::before{
        content: "";
        position: absolute;
        top: 2%;
        left: 4%;
        background: url(../../img/home/h2_key_houzin.png) no-repeat;
        background-size: 30px;
        width: 100%;
        height: 100%;
    }
    .key-sp-kozin::before{
        content: "";
        position: absolute;
        top: 6%;
        left: 78%;
        background: url(../../img/home/h2_key_kozin.png) no-repeat;
        background-size: 22px;
        width: 48px;
        height: 100%;
    }
    #contents .key-sp-bg h3{
        font-size: 1.1rem;
        font-family: "Zen Old Mincho", serif;
        font-weight: 500;
        color: #0b6fd5;
        line-height: 15pt;
        letter-spacing: 0;
        margin-top: 7px;
    }
    #contents .key-sp-text{
        font-size: 9px;
        font-weight: 500;
        color: #483a3c;
        line-height: 1.5em;
        margin-top: 10px;
    }
    #contents .key-btn{
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #0f71d4;
        bottom: 3px;
        right: 3px;
        border-radius: 2px;
        border:2px solid #0f71d4;
    }
    #contents .key-btn a{
        position: relative;
    }
    #contents .key-btn::after{
        content: '';
        background: url(../../img/home/key_btn.png) no-repeat center;
        background-size: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        translate: -50%;
    }
    /* home_information
---------------------------------------- */
    .home_information {
        margin: 0 0 10px 0;
        padding: 15px 10px 10px;
        background: #005ead;
        color: #ffffff;
    }
    .home_information h2 {
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .home_information h2 span {
        display: inline-block;
        position: relative;
        padding: 0 2px;
        border-top: 1px dotted #ffffff;
        border-bottom: 1px dotted #ffffff;
        line-height: 24px;
    }
    .home_information h2 span::before {
        content: "";
        position: absolute;
        top: 4px;
        left: -26px;
        width: 16px;
        height: 16px;
        background: url(../../img/home/h2_information.png) no-repeat center;
        background-size: 16px;
    }
    .home_information p {
        padding: 10px 0;
        line-height: 22px;
    }
    .home_information p time {
        padding: 0 2.0em 0 0;
    }
    .home_information p a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }
    .home_information .btn {
        margin: 0;
    }
    .home_information .btn a {
        display: block;
        position: relative;
        background: #ffffff;
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        text-decoration: none;
    }
    .home_information .btn a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        width: 8px;
        height: 100%;
        background: url(../../img/home/arrow_information.png) no-repeat center;
    }
    /* ----------------------------------------
	main
---------------------------------------- */
    main h2 {
        margin: 0 0 10px 0;
        padding: 10px;
        background: #005ead;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    main table th {
        padding: 8px 10px;
        border: 1px solid #cccccc;
        border-left: none;
        text-align: left;
        font-weight: bold;
    }
    main table td {
        padding: 8px 10px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    /* ----------------------------------------
	aside
---------------------------------------- */
    aside section {
        padding: 0 0 10px 0;
        background: #f5f5f5;
    }
    aside h2 {
        margin: 0 0 10px 0;
        background: #005ead;
        font-weight: bold;
        color: #ffffff;
        line-height: 50px;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    aside h2 span {
        padding: 4px 2px;
        border-top: 1px dotted #ffffff;
        border-bottom: 1px dotted #ffffff;
    }
    aside p.bnr {
        padding: 10px;
    }
    /* menu
---------------------------------------- */
    aside .menu h2 {
        text-align: center;
    }
    aside .menu ul {
        padding: 0 10px;
    }
    aside .menu ul li {
        margin: 0 0 1px 0;
    }
    aside .menu ul li:last-child {
        margin: 0;
    }
    aside .menu ul li a {
        display: block;
        padding: 10px 20px;
        background: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }
    /* blog
---------------------------------------- */
    aside .blog h2 {
        padding-left: 125px;
        background: url(../../img/common/h2_blog.gif) no-repeat 101px center #005ead;
        -webkit-background-size: 16px 18px;
        -moz-background-size: 16px 18px;
        background-size: 16px 18px;
    }
    aside .blog a {
        display: block;
        text-decoration: none;
    }
    aside .blog ul {
        padding: 0 10px 9px;
    }
    aside .blog ul li {
        margin: 0 0 1px 0;
        padding: 14px 12px 12px;
        background: #ffffff;
        font-size: 83.3%;
        line-height: 1.2;
    }
    aside .blog ul li time {
        display: inline-block;
        padding: 0 0 8px 0;
        font-weight: bold;
        line-height: 14px;
    }
    aside .blog ul li span {
        display: inline-block;
        margin: 0 0 8px 8px;
        padding: 0 8px;
        background: #7ecef4;
        color: #ffffff;
        line-height: 14px;
    }
    aside .blog p a {
        margin: 0 10px;
        background: url(../../img/common/arrow_02.gif) no-repeat 282px center;
        -webkit-background-size: 6px 11px;
        -moz-background-size: 6px 11px;
        background-size: 6px 11px;
        border: 1px dotted #000000;
        text-align: center;
        font-size: 83.3%;
        font-weight: bold;
        line-height: 32px;
    }
    /* facebook
---------------------------------------- */
    aside .facebook {
        text-align: center;
    }
    aside .facebook h2 {
        padding-left: 143px;
        background: url(../../img/common/h2_facebook.gif) no-repeat 120px center #3b579d;
        -webkit-background-size: 15px 16px;
        -moz-background-size: 15px 16px;
        background-size: 15px 16px;
        text-align: left;
    }
    aside .facebook .box {
        padding: 0 35px;
    }
    aside .facebook p {
        padding: 10px 35px 0;
    }
    /* ----------------------------------------
	path
---------------------------------------- */
    #path {
        padding: 10px;
    }
    #path li {
        float: left;
        padding: 0 1em 0 0;
        line-height: 2;
    }
    #path li:before {
        content: "＞";
        margin: 0 1em 0 0;
    }
    #path li:first-child:before {
        content: "";
        margin: 0;
    }
    /* ----------------------------------------
	footer
---------------------------------------- */
    footer {
        background: #eaf6fd;
    }
    footer p.bnr {
        display: none;
    }
    footer p.aiu {
        padding: 0 0 6px 0;
        text-align: center;
        font-size: 76.9%;
    }
    footer p.copyright {
        background: #005da5;
        text-align: center;
        line-height: 32px;
    }
    footer p.copyright small {
        font-size: 76.9%;
        font-weight: bold;
        color: #ffffff;
    }
    /* nav
---------------------------------------- */
    footer nav h2 {
        background: url(../../img/common/bg_open.gif) no-repeat right center, url(../../img/common/h2_contents.gif) no-repeat 100px center #005ead;
        -webkit-background-size: 50px, 11px 18px;
        -moz-background-size: 50px, 11px 18px;
        background-size: 50px, 11px 18px;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        line-height: 50px;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    footer nav h2.close {
        background-image: url(../../img/common/bg_close.gif), url(../../img/common/h2_contents.gif);
    }
    footer nav h2 span {
        padding: 4px 2px;
        border-top: 1px dotted #ffffff;
        border-bottom: 1px dotted #ffffff;
    }
    /* ---------- menu ---------- */
    footer .menu {
        padding: 10px;
        background: #f0f0f0;
    }
    footer .menu ul:first-of-type {
        border-top: 1px dotted #000000;
    }
    footer .menu ul li {
        font-size: 92.3%;
        font-weight: bold;
    }
    footer .menu ul li a {
        display: block;
        padding: 0 0 0 20px;
        background: url(../../img/common/arrow_sp.gif) no-repeat 5px center;
        -webkit-background-size: 280px 11px;
        -moz-background-size: 280px 11px;
        background-size: 280px 11px;
        border-bottom: 1px dotted #000000;
        color: #333333;
        line-height: 35px;
        text-decoration: none;
    }
    footer .menu ul li ul {
        display: none;
    }
    /* company
---------------------------------------- */
    footer .company {
        padding: 24px 0 20px 0;
        text-align: center;
    }
    footer .company h2 {
        width: 152px;
        margin: 0 auto 10px;
    }
    footer .company p {
        display: inline-block;
        text-align: left;
        padding: 8px 0;
        font-size: 76.9%;
        font-weight: bold;
        line-height: 1.5;
    }
    footer .company p:nth-of-type(1) {
        padding-top: 13px;
        background: url(../../img/common/line.gif) repeat-x center top;
    }
    footer .company p:nth-of-type(2) {
        border-top: 1px dotted #008fd0;
    }
    /* ========================================================================
	Widget（パーツ）
======================================================================== */
    /* ----------------------------------------
	widget_consultation
---------------------------------------- */
    .widget_consultation {
        padding: 10px;
        background: #eaf6fd;
        text-align: center;
    }
    .widget_consultation h2 {
        display: inline-block;
        height: 52px;
        padding: 6px 79px 0 0;
        background: url(../../img/common/h2_consultation.gif) no-repeat bottom right;
        -webkit-background-size: 79px 52px;
        -moz-background-size: 79px 52px;
        background-size: 79px 52px;
        text-align: left;
        font-size: 116.6%;
        font-weight: bold;
        line-height: 1.2;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .widget_consultation h2 span {
        display: block;
        color: #005da5;
    }
    .widget_consultation .box {
        padding: 15px 15px 3px;
        overflow: hidden;
        background: url(../../img/common/bg_consultation.gif);
    }
    .widget_consultation .box dl {
        margin: 0 0 12px 0;
    }
    .widget_consultation .box dl dt {
        padding: 0 0 6px 0;
        font-weight: bold;
        color: #ffffff;
        line-height: 1.2;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    /* ----------------------------------------
	widget_company
---------------------------------------- */
    .widget_company {
        padding: 10px;
    }
    .widget_company ul {
        padding: 0 0 10px 0;
    }
    .widget_company ul li {
        float: left;
        width: 60px;
        padding: 4px 0;
        border-left: 1px dotted #000000;
        border-bottom: 1px dotted #000000;
        text-align: center;
    }
    .widget_company ul li:nth-child(-n+5) {
        border-top: 1px dotted #000000;
    }
    .widget_company ul li:nth-child(5n) {
        border-right: 1px dotted #000000;
    }
    .widget_company ul li img {
        width: auto;
        height: 24px;
    }
    /* ========================================================================
	HOME										[ / ]
======================================================================== */
    #home h2 {
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 50px;
    }
    #home .bnr {
        padding: 10px;
    }
    #home h2 span {
        padding: 4px 2px;
        border-top: 1px dotted #ffffff;
        border-bottom: 1px dotted #ffffff;
    }
    #home ul {
        padding: 10px 0 4px 10px;
    }
    #home ul li {
        float: left;
        width: 147px;
        margin: 0 6px 6px 0;
    }
    /* ----------------------------------------
	company
---------------------------------------- */
    #home .company h2 {
        background: url(../../img/home/h2_company.gif) no-repeat 60px bottom #005ead;
        -webkit-background-size: 47px 50px;
        -moz-background-size: 47px 50px;
        background-size: 47px 50px;
    }
    #home .company ul {
        background: url(../../img/home/bg_company.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    /* ----------------------------------------
	service
---------------------------------------- */
    #home .service h2 {
        background: url(../../img/home/h2_service.gif) no-repeat 220px bottom #005ead;
        -webkit-background-size: 67px 49px;
        -moz-background-size: 67px 49px;
        background-size: 67px 49px;
    }
    #home .service ul {
        background: url(../../img/home/bg_service.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    /* ----------------------------------------
	products
---------------------------------------- */
    #home .products h2 {
        background: url(../../img/home/h2_products.gif) no-repeat 42px bottom #005ead;
        -webkit-background-size: 59px 47px;
        -moz-background-size: 59px 47px;
        background-size: 59px 47px;
    }
    #home .products ul {
        background: url(../../img/home/bg_products.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    /* ----------------------------------------
	moneyclasse
---------------------------------------- */
    #home .moneyclasse {
        background: url(../../img/home/bg_moneyclasse.gif);
        -webkit-background-size: 14px;
        -moz-background-size: 14px;
        background-size: 14px;
    }
    #home .moneyclasse h2 {
        background: url(../../img/home/h2_moneyclasse.gif) no-repeat 235px bottom #005ead;
        -webkit-background-size: 41px 47px;
        -moz-background-size: 41px 47px;
        background-size: 41px 47px;
    }
    #home .moneyclasse p {
        padding: 10px;
    }
    /* ========================================================================
	会社情報									[ /company/ ]
	コンサルタント紹介						[ /company/consultant.html ]
	店舗紹介								[ /company/shop.html ]
======================================================================== */
    #company {
        padding: 0 0 20px 0;
    }
    #company>section {
        padding: 0 0 20px 0;
    }
    #company p {
        overflow: hidden;
        padding: 0 10px;
    }
    #company dl dt {
        font-weight: bold;
    }
    #company table th {
        width: 110px;
    }
    /* ----------------------------------------
	greeting（代表挨拶）
---------------------------------------- */
    #company .greeting p {
        overflow: hidden;
    }
    #company .greeting p img {
        float: right;
        width: 120px;
        margin: 0 0 10px 10px;
    }
    /* ----------------------------------------
	business（事業内容 / 私達の出来ること）
---------------------------------------- */
    #company .business>ul {
        padding: 0 10px 10px;
    }
    #company .business ul li {
        padding: 0 0 0 1.0em;
        text-indent: -1em;
    }
    /* ----------------------------------------
	mission（ミッション）
---------------------------------------- */
    #company .mission {
        padding-bottom: 10px;
    }
    #company .mission h3 {
        width: 180px;
        margin: 0 auto 10px;
    }
    #company .mission p {
        padding-bottom: 10px;
    }
    /* ----------------------------------------
	outline（会社概要）
---------------------------------------- */
    #company .outline table dl dt:nth-of-type(2) {
        padding: 10px 0 0 0;
    }
    /* donation
---------------------------------------- */
    #company .outline .donation {
        overflow: hidden;
        padding: 20px 0 0 0;
    }
    #company .outline .donation p {
        width: 180px;
        margin: 0 auto 10px;
        padding: 0;
        border: 5px solid #dfefef;
    }
    #company .outline .donation dl {
        padding: 0 10px;
    }
    #company .outline .donation dl dd br {
        display: none;
    }
    /* ----------------------------------------
	policy（勧誘方針）
---------------------------------------- */
    #company .policy {
        padding: 0 0 10px 0;
    }
    #company .policy p {
        padding-bottom: 20px;
    }
    #company .policy dl {
        padding: 0 10px;
    }
    #company .policy dl dd {
        margin: 0 0 10px 0;
        padding: 4px 0 10px 0;
        border-bottom: 1px dotted #cccccc;
    }
    /* ----------------------------------------------------------------------
	about（私達がお客さまに最適な保険をご紹介するパートナーです。）
---------------------------------------------------------------------- */
    #company .about p.lead {
        padding-bottom: 10px;
        font-size: 116.6%;
        font-weight: bold;
    }
    #company .about p img {
        float: right;
        width: 132px;
        margin: 0 0 10px 10px;
    }
    /* ----------------------------------------
	introduction（コンサルタント紹介）
---------------------------------------- */
    #company .introduction {
        padding-bottom: 10px;
    }
    #company .introduction p.key {
        padding: 0 0 10px 0;
    }
    #company .introduction table {
        margin: 0 0 10px 0;
    }
    #company .introduction table th {
        display: block;
        width: auto;
        border: none;
    }
    #company .introduction table td {
        display: block;
    }
    #company .introduction table td.image {
        padding: 10px;
        text-align: center;
        border-top: none;
    }
    /* ----------------------------------------
	shop（店舗紹介）
---------------------------------------- */
    #company .shop p.lead {
        padding-bottom: 10px;
        text-align: center;
        font-size: 116.6%;
        font-weight: bold;
        color: #005ead;
    }
    #company .shop ul li {
        float: left;
        width: 145px;
        margin: 0 0 10px 10px;
    }
    #company .shop table {
        margin: 0 0 10px 0;
    }
    #company .shop iframe {
        width: 100%;
        height: 200px;
    }
    /* ========================================================================
	法人のお客様							[ /service/corporation.html ]
	個人のお客様							[ /service/person.html ]
======================================================================== */
    #service {
        padding: 0 0 30px 0;
    }
    #service span {
        color: #cf0606;
    }
    #service p {
        padding: 0 10px 10px;
    }
    #service p.lead {
        font-size: 116.6%;
        font-weight: bold;
    }
    #service figure {
        padding: 0 0 10px 0;
    }
    /* ========================================================================
	火災保険								[ /products/kasai-hoken.html ]
	海外旅行傷害保険						[ /products/kaigai-hoken.html ]
======================================================================== */
    #products,
    #products>section {
        padding: 0 0 20px 0;
    }
    #products p.key {
        padding: 0 0 10px 0;
    }
    #products p.lead {
        padding: 0 0 10px 0;
        font-size: 116.6%;
        font-weight: bold;
    }
    /* ----------------------------------------
	btn
---------------------------------------- */
    #products .btn a {
        display: inline-block;
        width: 145px;
        margin: 0 0 0 10px;
    }
    /* ----------------------------------------
	company（取り扱い保険会社一覧）
---------------------------------------- */
    #products .company {
        padding-bottom: 10px;
    }
    #products .company ul li {
        float: left;
        width: 145px;
        margin: 0 0 10px 10px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    #products .company ul li a {
        display: block;
        padding: 4px 0;
    }
    #products .company ul li a img {
        width: auto;
        height: 50px;
    }
    /* ----------------------------------------
	contact（ご相談・お申込み）
---------------------------------------- */
    #products .contact {
        padding-bottom: 10px;
    }
    #products .contact ul li {
        display: table;
        width: 300px;
        margin: 0 10px;
        padding: 0 0 10px 0;
        text-align: center;
    }
    #products .contact ul li a {
        display: table-cell;
    }
    /* ----------------------------------------
	step（簡単申込み　4STEP）
---------------------------------------- */
    #products .step p.lead {
        padding: 0 10px 10px;
        text-align: center;
    }
    #products .step figure {
        padding: 0 10px;
    }
    /* ----------------------------------------
	about（海外旅行保険について）
---------------------------------------- */
    #products .about {
        padding-bottom: 0;
    }
    #products .about section {
        overflow: hidden;
        padding: 0 10px 20px;
    }
    #products .about h3 {
        margin: 0 0 10px 0;
        padding: 0 0 4px 0;
        border-bottom: 1px dotted #999999;
        font-size: 116.6%;
        font-weight: bold;
        color: #2a8004;
    }
    #products .about p.image {
        float: right;
        width: 83px;
        margin: 0 0 10px 10px;
    }
    /* ========================================================================
	マネークラッセ							[ /money_classe/ ]
======================================================================== */
    #money {
        padding: 0 0 20px 0;
    }
    #money>section {
        padding: 0 0 10px 0;
    }
    #money p {
        padding: 0 10px 10px;
    }
    #money p.lead {
        font-size: 116.6%;
        font-weight: bold;
    }
    #money figure {
        padding: 10px 10px 20px;
    }
    /* ----------------------------------------
	about
---------------------------------------- */
    #money .about p.lead br {
        display: none;
    }
    #money .about dl {
        padding: 0 10px;
    }
    #money .about dl dt {
        font-weight: bold;
    }
    #money .about dl dd {
        padding: 0 0 10px 0;
    }
    /* ----------------------------------------
	point
---------------------------------------- */
    #money .point {
        padding-bottom: 0;
    }
    #money .point .price {
        width: 200px;
        margin: 0 auto 10px;
        padding: 0;
    }
    /* ----------------------------------------
	happy
---------------------------------------- */
    #money .happy ul li {
        width: 200px;
        margin: 0 auto 10px;
        padding: 1px;
        border: 3px solid #b0cce1;
    }
    #money .happy ul li dl dd {
        margin: -30px 0 0 0;
        padding: 0 11px 11px;
    }
    /* ========================================================================
	CHP Information							[ /information/ ]
	Drip									[ /drip/ ]
======================================================================== */
    #information {
        padding: 0 0 20px 0;
    }
    #information time {
        display: inline-block;
        padding: 0 0 8px 0;
        font-weight: bold;
        line-height: 16px;
    }
    #information ul {
        padding: 0 0 20px 0;
    }
    #information p.info {
        padding: 0 10px 10px;
        text-align: right;
    }
    #information ul li {
        padding: 10px;
        background: #ffffff;
        border-bottom: 1px solid #cccccc;
    }
    #information ul li a {
        display: block;
    }
    #information p.info span,
    #information ul li span {
        display: inline-block;
        margin: 0 0 8px 8px;
        padding: 0 8px;
        background: #7ecef4;
        color: #ffffff;
        line-height: 16px;
    }
    #information p.image {
        padding: 0 10px 10px;
        text-align: center;
    }
    #information .entry {
        padding: 0 10px 10px;
    }
    #information .entry p {
        padding: 0 0 10px 0;
    }
    /* -----------------------------------
	paging
----------------------------------- */
    #information .paging {
        padding: 0 10px 10px;
        text-align: center;
        font-weight: bold;
    }
    #information .paging span {
        display: inline-block;
        width: 28px;
        line-height: 26px;
        margin: 0 5px 10px;
        background: #005ead;
        border: 1px solid #005ead;
        text-align: center;
        color: #ffffff;
    }
    #information .paging a {
        display: inline-block;
        width: 28px;
        line-height: 26px;
        margin: 0 5px 10px;
        border: 1px solid #005ead;
        text-align: center;
        text-decoration: none;
    }
    #information .paging a.link_before {
        width: auto;
        margin: 0 5px 10px 0;
        padding: 0 8px;
    }
    #information .paging a.link_next {
        width: auto;
        margin: 0 0 10px 5px;
        padding: 0 8px;
    }
    /* ========================================================================
	お問い合わせ							[ /contact/ ]
======================================================================== */
    #contact {
        padding: 0 0 40px 0;
    }
    #contact dl {
        padding: 20px 10px 0;
    }
    #contact dl dt {
        font-weight: bold;
    }
    #contact table {
        margin: 0 0 20px 0;
        border-top: 1px solid #cccccc;
    }
    #contact table th {
        display: block;
        border-top: none;
        border-right: none;
        background: #f7f7f7;
    }
    #contact table th span {
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 0 4px;
        background: #e5004f;
        font-size: 83.3%;
        color: #ffffff;
        line-height: 14px;
    }
    #contact table td {
        display: block;
        border-top: none;
    }
    #contact table td input {
        margin: 4px 0;
    }
    #contact table td input[type="text"],
    #contact table td input[type="email"],
    #contact table td textarea {
        width: 100%;
        padding: 0 8px;
    }
    #contact table td input.size {
        width: 140px;
        padding: 0 8px;
    }
    #contact table td label {
        display: inline-block;
        margin: 0 2em 0 0;
    }
    #contact table td input[type="checkbox"] {
        margin: -2px 8px 0 0;
    }
    /* -----------------------------------
	btn
----------------------------------- */
    #contact .btn {
        text-align: center;
    }
    #contact .btn button {
        width: 180px;
        padding: 0;
        background: #005ead;
        border: none;
        font-size: 116.6%;
        font-weight: bold;
        color: #ffffff;
        line-height: 40px;
        letter-spacing: 4px;
    }
    @media(max-width:768px) {
        .text01 {
            padding: 10px 10px !important;
        }
        .yobo {
            width: 100%;
        }
    }
    /* ========================================================================
	プライバシーポリシー					[ /privacy/ ]
======================================================================== */
    #privacy {
        padding: 0 0 40px 0;
    }
    #privacy p {
        padding: 0 10px 10px;
    }
    #privacy p.name {
        text-align: right;
    }
    #privacy dl {
        padding: 0 10px;
    }
    #privacy dl dt {
        font-weight: bold;
    }
    #privacy dl dd {
        padding: 0 0 10px 0;
    }
    #privacy ul {
        padding: 10px 0 0 0;
    }
    #privacy ul li {
        padding: 0 0 10px 0;
    }
    #privacy ul li:last-child {
        padding: 0;
    }
    #privacy ul li a {
        display: block;
    }
    /* ----------------------------------------
	number
---------------------------------------- */
    #privacy .number {
        padding: 10px 0 0 1em;
    }
    #privacy .number li {
        padding: 0 0 0 1.5em;
        text-indent: -1.5em;
    }
    /* ----------------------------------------
	contact
---------------------------------------- */
    #privacy .contact {
        margin: 0 10px;
        padding: 10px;
        border: 1px solid #005ead;
    }
    #privacy .contact dd {
        padding: 0;
    }
    #privacy .contact dd table th {
        width: 4em;
        padding:0 5px;
        border: none;
        vertical-align: top;
        font-weight: normal;
    }
    #privacy .contact dd table td {
        padding: 0;
        border: none;
    }
    /* ----------------------------------------
	火災保険のお見積フォーム
---------------------------------------- */
    #contact_01 {
        width: 90%;
        margin: 0 auto;
    }
    #contact_01 * {
        box-sizing: border-box;
    }
    #contact_01 dl {
        width: 100%;
        margin: 0 auto 8%;
        box-sizing: border-box;
        padding: 0;
    }
    #contact_01 dl dl {
        width: 100%;
        margin: 0 auto 3%;
    }
    #contact_01 dl dt {
        font-size: 112.5%;
        line-height: 20px;
        color: #005ead;
        margin: 0 0 3%;
    }
    #contact_01 dl dt.required::before {
        content: "必須";
        display: inline-block;
        background: #c00;
        border-radius: 3px;
        padding: 0 5px;
        margin: 0 5px 0 0;
        font-size: 75%;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
    }
    #contact_01 dl dt.any::before {
        content: "任意";
        display: inline-block;
        background: #c0c0c0;
        border-radius: 3px;
        padding: 0 5px;
        margin: 0 5px 0 0;
        font-size: 75%;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
    }
    #contact_01 dl dd input[type="text"],
    #contact_01 dl dd input[type="email"],
    #contact_01 dl dd input[type="tel"],
    #contact_01 dl dd input[type="number"] {
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        font-size: 112.5%;
        line-height: 2.0;
        padding: 2% 5px 2% 8px;
    }
    #contact_01 dl dd table td {
        background: #fff;
    }
    .from-10 {
        width: 50%;
    }
    .from-20 {
        width: 50%;
    }
    .from-30 {
        width: 70%;
    }
    .from-50 {
        width: 100%;
    }
    .from-70 {
        width: 100%;
    }
    .from-100 {
        width: 100%;
    }
    .address {
        margin: 0 0 15px;
    }
    .address input {
        margin: 0 0 0 0px;
    }
    #contact_01 select {
        font-size: 112.5%;
        line-height: 36px;
        padding: 0 15% 0 7%;
        width: 100%;
        height: 40px;
        border: none;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #contact_01 .box {
        position: relative;
        border: none;
        border-radius: 5px;
        height: 40px;
        font-size: 100%;
        line-height: 38px;
        background: #f2f2f2;
        z-index: 5;
    }
    #contact_01 .box:before {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        width: 30px;
        height: 40px;
        z-index: 4;
        background: #005ead url(../../img/common/btn_icon03_on@2x.png) no-repeat center center;
        background-size: 11px auto;
        pointer-events: none;
    }
    #contact_01 .address label {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #contact_01 .address label .box {
        margin: 0 0 0 10px;
        width: 70%;
    }
    #contact_01 .select {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
    #contact_01 .select label {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 3%;
    }
    #contact_01 .select label:nth-of-type(2) {
        width: 100%;
    }
    #contact_01 .select label:nth-of-type(3) {
        width: 100%;
        margin-bottom: 0%;
    }
    #contact_01 .select label .box {
        margin: 0 5px 0 0;
        width: 75%;
    }
    #contact_01 select::-ms-expand {
        display: none;
    }
    .radiobox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        background: #f2f2f2;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        height: auto;
        overflow: hidden;
    }
    .radiobox label {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font-size: 100%;
        border-bottom: 1px solid #d5d5d5;
        border-right: none;
        height: auto;
    }
    .radiobox label:last-of-type {
        border-bottom: none;
        border-right: none;
    }
    .column02 label {
        width: 100%;
    }
    .column03 label {
        width: 100%;
    }
    .column04 label {
        width: 100%;
    }
    .column05 label {
        width: 100%;
    }
    .column06 label {
        width: 100%;
    }
    .checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        background: #f2f2f2;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        height: auto;
        overflow: hidden;
    }
    .checkbox label {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        text-align: left;
        font-size: 100%;
        border-bottom: 1px solid #d5d5d5;
        border-right: none;
        height: 50px;
        box-sizing: border-box;
    }
    .checkbox label:last-of-type {
        border-bottom: none;
        border-right: none;
    }
    /***********  チェックボックス・ラジオボタン　デザイン ***********/
    #contact_01 .checkbox input[type="checkbox"] {
        display: none;
    }
    #contact_01 span.checkbox01-parts {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 3% 5%;
        position: relative;
        margin-right: 0px;
        box-sizing: border-box;
    }
    #contact_01 span.checkbox01-parts span::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        margin: auto;
        width: 15px;
        height: 15px;
        border: 1px solid #d3d3d3;
        border-radius: 3px;
        background: #fff;
    }
    #contact_01 .checkbox input[type="checkbox"]:checked+span.checkbox01-parts {
        background: #d5d5d5;
    }
    #contact_01 .checkbox input[type="checkbox"]+span.checkbox01-parts span {
        padding-left: 24px;
        position: relative;
        margin-right: 0px;
    }
    .times {
        margin: 5% 0 0;
    }
    #contact_01 .checkbox input[type="checkbox"]:checked+span.checkbox01-parts span::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 5px;
        width: 4px;
        height: 8px;
        margin: auto;
        transform: rotate(40deg);
        border-bottom: 2px solid #6380ff;
        border-right: 2px solid #6380ff;
    }
    #contact_01 span.radio-parts {
        width: 100%;
        height: 100%;
        padding: 3% 5%;
        position: relative;
        margin-right: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }
    #contact_01 .radiobox input[type="radio"],
    #contact_01 .radiobox input[type="checkbox"] {
        display: none;
    }
    #contact_01 .radiobox input[type="radio"]+.radio-parts span,
    #contact_01 .radiobox input[type="checkbox"]+.radio-parts span {
        padding-left: 24px;
        position: relative;
        margin-right: 0px;
    }
    #contact_01 .radiobox input[type="radio"]+.radio-parts span::before,
    #contact_01 .radiobox input[type="checkbox"]+.radio-parts span::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #d3d3d3;
        border-radius: 50%;
        background: #fff;
    }
    #contact_01 .radiobox input[type="radio"]:checked+span.radio-parts,
    #contact_01 .radiobox input[type="checkbox"]:checked+span.radio-parts {
        background: #d5d5d5;
    }
    #contact_01 .radiobox input[type="radio"]:checked+.radio-parts span::after,
    #contact_01 .radiobox input[type="checkbox"]:checked+.radio-parts span::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 4px;
        width: 9px;
        height: 9px;
        background: #6380ff;
        border-radius: 50%;
    }
    .detail_box01,
    .detail_box02 {
        width: 100%;
        margin: 5% auto 8%;
        font-size: 100%;
        line-height: 1.5;
        position: relative;
        padding-bottom: 4%;
        background: #005ead;
    }
    .detail_box03 {
        width: 100%;
        margin: 0px auto;
        font-size: 100%;
        line-height: 1.5;
        position: relative;
        margin: 5% 0;
        padding-bottom: 30px;
        background: #005ead;
    }
    .detail_box03 .ttl_box {
        background: #005ead;
        padding: 2% 3%;
        font-size: 112.5%;
        font-weight: 700;
        color: #fff;
    }
    .detail_box01 .ttl_box,
    .detail_box02 .ttl_box {
        padding: 2% 3%;
        font-size: 112.5%;
        font-weight: 700;
        color: #fff;
    }
    .inner_box01 {
        height: 100px;
        overflow: hidden;
        margin: 0px 4% 0;
        padding: 5% 4% 15%;
        background: #f2f2f2;
    }
    .inner_box01 p,
    .inner_box02 p {
        font-size: 100%;
        line-height: 1.8;
        margin: 0 0 2em;
    }
    .inner_box01 p:last-of-type,
    .inner_box02 p:last-of-type {
        margin: 0 0 0;
    }
    .inner_box01 ul {
        margin: 0 0 2em;
    }
    .inner_box01 li {
        font-size: 100%;
        line-height: 1.8;
        text-indent: -1em;
        padding-left: 1em;
    }
    .inner_box01 span {
        display: block;
        font-size: 112.5%;
        font-weight: 700;
    }
    .inner_box01 .radiobox span {
        font-size: 100% !important;
        font-weight: normal !important;
    }
    .inner_box02 .ttl02 {
        display: block;
        margin: 0;
        font-size: 112.5%;
        font-weight: 700;
    }
    .Q--icon:before {
        content: "？";
        display: inline-block;
        margin: 0;
        font-size: 112.5%;
        font-weight: 700;
        border: 2px solid #fff;
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
        border-radius: 50%;
        text-align: center;
        font-size: 100%;
        font-weight: bold;
        color: #fff;
        line-height: 18px;
    }
    .inner_box02 .txt_indent {
        font-size: 100%;
        line-height: 1.8;
        text-indent: -1em;
        padding-left: 1em;
        margin: 0;
    }
    .inner_box02 {
        height: 120px;
        overflow: hidden;
        margin: 0px 4% 0;
        padding: 5% 4% 15%;
        background: #f2f2f2;
    }
    .inner_box03 {
        overflow: hidden;
        margin: 0px 4% 0;
        padding: 5% 4%;
        background: #f2f2f2;
    }
    .inner_box03 .ttl02 {
        display: block;
        margin: 0;
        font-size: 112.5%;
        font-weight: 700;
    }
    .inner_box03 p {
        font-size: 100%;
        line-height: 1.8;
        margin: 0 !important;
        padding: 0;
    }
    .show_more,
    .show_more2 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding-top: 6%;
        text-align: center;
        line-height: 30px;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
        cursor: pointer;
        transition: bottom 0.2s;
    }
    .detail_box01 .active {
        background: none;
        bottom: 3%;
    }
    .detail_box02 .active {
        background: none;
        bottom: 1.5%;
    }
    h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form_box01 span {
        display: block;
        margin: 0 0 4%;
    }
    .form_box01 input[type="text"] {
        margin: 0 10px;
    }
    .form_box01 span:last-of-type {
        margin: 0 0 0px;
    }
    .tenp_file_box {
        padding: 8% 6%;
        background: #f2f2f2;
        font-size: 100%;
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .up_file span {
        display: block;
        margin-top: 3%;
    }
    .btn {
        margin-bottom: 8%;
    }
    #contact table.inner_table {
        margin: 0 0 20px 0;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }
    #contact table.inner_table th {
        display: table-cell;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        background: #f7f7f7;
    }
    #contact table.inner_table td {
        display: table-cell;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    #contact .scroll {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    #contact .scroll:before {
        content: "※横にスクロールします。";
        font-size: 82.5%;
        display: block;
        margin: 0px 0 5px;
    }
    #contact .scroll:after {
        content: "※横にスクロールします。";
        font-size: 82.5%;
        display: block;
        margin: 5px 0 20px;
    }
    #contact .scroll table {
        table-layout: inherit;
        max-width: 100%;
        white-space: nowrap;
    }
    #contact .scroll table th[scope="col"] {
        padding: 15px 15px;
    }
    #contact .scroll table th[scope="row"] {
        padding: 15px 10px;
    }
    #contact .scroll table td {
        padding: 15px;
        white-space: nowrap;
    }
    #contact_01 h3 {
        display: block;
        border-left: 5px solid #005ead;
        padding: 3px 0 3px 12px;
        margin: 8% 0 3%;
        font-size: 112.5%;
        font-weight: bold;
    }
    .mt10 {
        margin-top: 10px;
    }
    .mb20 {
        margin-bottom: 20px;
    }
    .form_box02 span {
        display: block;
        margin: 10px 0 0px;
    }
    #contents aside {
        display: none !important;
    }
    /***********  オンライン保険相談 ***********/
    #online .key {
        width: 100%;
        margin: 0 auto 27px;
    }
    #online img {
        max-width: 100%;
        height: auto;
    }
    #online h3 {
        width: 90%;
        margin: 0 auto 2.9vw;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1.35px;
        text-align: left;
        color: #333;
    }
    #online .txt_box {
        width: 90%;
        margin: 0 auto 5.65vw;
    }
    #online .txt_box p {
        margin: 0 0 5.65vw;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.7px;
        text-align: left;
        color: #333333;
    }
    #online .txt_box p:last-of-type {
        margin: 0 0 0px;
    }
    #online .img_list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        width: 90%;
        margin: 0% auto 2.5%;
    }
    #online .img_list .img {
        width: 150px;
        margin-right: 0%;
        margin-bottom: 10%;
    }
    #online .flow_list {}
    #online .flow_list .flow_box {
        width: 90%;
        margin: 0 auto;
    }
    #online .flow_list .flow_box h4 {
        display: block;
        border-bottom: 1px solid #035ead;
        margin-bottom: 2.6vw;
        padding-left: 2.0em;
        text-indent: -2.0em;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.4px;
        text-align: left;
        color: #035ead;
    }
    #online .flow_list .flow_box .img_area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        max-width: none;
        width: 100%;
        margin: 0 0 3.9vw;
    }
    #online .flow_list .flow_box .img {
        max-width: none;
        width: 100%;
        text-align: center;
        margin: 0 0 2.6vw;
    }
    #online .flow_list .flow_box .app_img a {
        display: block;
    }
    #online .flow_list .flow_box .app_img a:first-of-type {
        margin-bottom: 5px;
    }
    #online .flow_list .flow_box .txt_box {
        max-width: none;
        width: 100%;
        background-color: #eaf6fd;
        padding: 15px 12px 15px;
        margin: 0;
    }
    #online .flow_list .flow_box .txt_box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
    }
    #online .flow_list .flow_box h5 {
        display: block;
        max-width: none;
        width: 100%;
        border: solid 1px #035ead;
        background-color: #fff;
        margin: 0 auto 2.6vw;
        padding: 7px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.4px;
        text-align: center;
        color: #035ead;
    }
    #online .flow_list .flow_box .color_box {
        max-width: 768px;
        width: 100%;
        background-color: #eaf6fd;
        padding: 15px 12px 15px;
        margin: 0 auto 3.9vw;
        box-sizing: border-box;
    }
    #online .flow_list .flow_box .color_box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
    }
    #online .download_btn {
        display: block;
        max-width: 320px;
        width: 100%;
        margin: 0 auto 5.9vw;
    }
    #online .download_btn img {
        margin-right: 8px;
    }
    #online .txt_box02 {
        max-width: none;
        width: 100%;
        margin: 0 auto 6.5vw;
    }
    #online .txt_box02 p {
        margin: 0 0 6.5vw;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.00em;
        text-align: left;
        color: #333333;
    }
    #online .txt_box02 p.red {
        font-weight: 700;
        color: #ff0030;
    }
    #online .txt_box03 {
        width: 100%;
        border: solid 2px #81aed6;
        margin: 0 auto 9.1vw;
        padding: 10px 10px 18.625vw 10px;
        background: #eaf6fd url(../../img/online/img07.png) no-repeat 90% 100% /22.8vw auto;
    }
    #online .txt_box03 p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.00em;
        text-align: left;
    }
    #online #contact_01 {
        width: 100%;
    }
    .sdgs-contents {
        margin-top: 30px;
    }
    .sdgs-contents:last-of-type {
        margin-bottom: 30px;
    }
    .sdgs_textLarge {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 16px;
    }
    .sdgs_text {
        margin-top: 15px;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .sdgs_image {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 15px;
    }
    .mediaBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }
    .mediaBox__textArea {
        padding-right: 0px;
    }
    .mediaBox__text {
        margin-top: 1.0em;
        font-size: 14px;
    }
    .mediaBox__text:first-child {
        margin-top: 0em;
    }
    .mediaBox--imageRight .mediaBox_image {
        margin-top: 15px;
        margin-left: 0;
    }
}