@charset "utf-8";

/*
theme Name: karakusa２
Author: karakusado
Description: original theme
version： 1.0.0
*/




/* ####################################################### */
/* COM:全体 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*user-select: none;*/
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}
html {
    font-size: 62.5%;
    /*ベース10px*/
    /*overflow-y: hidden;*/
}
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #edf0f2;
}
div,p,footer,header,section {
    display: block;
    word-wrap: break-word;
}
video {
    filter: drop-shadow(0px 0px #000);
}

h1 {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
}
h2 {}
h3 {}

/* ------------------------------------------------------- */
/* font 指定 */
body {
    /*font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;*/
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', Sans-serif;
    font-size: 1.6rem;
    /*10px*/
    line-height: 1.6;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}







/* ####################################################### */
/* COM:TOPページ */
.top_block {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.top_midashi{
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    padding: 5px 5px 5px 20px;
    font-size: 1.8rem;
    color: #FFF;
    background-color: #0D1341;
}

.top_normal {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    padding: 5px;
    font-size: 1.8rem;
    color: #0D1341;
}
a.top_normal_link {
    color: #0D1341;
}
.top_normal2 {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    padding: 2px 10px;
    font-size: 1.5rem;
    color: #0D1341;
}
a.top_normal2_link {
    color: #0D1341;
	text-decoration: none;
}
a:visited.top_normal2_link {
    color: #0D1341;
}
a:hover.top_normal2_link {
    color: #65b3d6;
}
#pageID {
    display: none;
}



/* ####################################################### */
/* COM:page.php, index.php */
#container {
    display: block;
    position: relative;
    width: 100%;
    min-width: 320px;
    clear: both;
    margin: 0 auto;
    background-color: #FFF;
}
#myMenu {
    display: block;
    /*float: right;*/
    position: fixed;
    top: 0px;
    right: 0px;
    width: 190px;
    min-height: 300px;
    padding: 20px 0px;
    text-align: left;
    background-color: transparent;
    z-index: 1;
}
#contents {
    display: block;
    /*float: right;*/
    float: right;
    position: relative;
    /*margin-right: 190px;*/
    width: calc(100% - 190px);
    /*max-width: 1280px;*/
    padding: 30px 30px 30px 100px;
    text-align: left;
    overflow: hidden;
    background-color: #FFF;
}


/* ------------------------------------------------------- */
/* 【モーダルウインドウ】 */
/* COM:page.php モーダルウインドウ javascript用*/
#insertHtml {
    /*js*/
}

/* ------------------------------------------------------- */
/* COM:page.php モーダルウインドウ レイアウト用*/
#modalWin {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20000;
}

#modalTitle {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 20px 0px 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #0D1341;
}

#modalContents {
    display: block;
    position: relative;
    width: 90%;
    min-width: 90%;
    height: 90%;
    min-height: 90%;
    margin-left: 5%;
    margin-top: 5%;
    overflow: scroll;
    border-radius: 10px;
    background-color: #FFF;
}
#icon_close {
    display: block;
    position: fixed;
    top: 3%;
    right: 5%;
    width: 25px;
    cursor: pointer;
}



/* ####################################################### */
/* COM:404.php */
#container404{
    display: block;
    position: relative;
    width: 750px;
    margin: 0 auto;
    margin-top: 200px;
    text-align: left;
}
h2{}
.error_msg{}



/* ####################################################### */
/* COM:header.php */
#myHead {
    display: block;
    /*float: right;*/
    float: left;
    position: relative;
    margin-left: 190px;
    width: calc(100% - 190px);
    background-color: #edf0f2;
    border-bottom: 3px solid #dcdcdc;
    overflow: hidden;
}
#pageTitle {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
}


/* ####################################################### */
/* COM:footer.php */
#myFooter {
    /*width: 100%;
    text-align: center;*/
    display: block;
    /*float: right;*/
    float: left;
    position: relative;
    margin-left: 190px;
    width: calc(100% - 190px);
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    background-color: #edf0f2;
    border-top: 3px solid #dcdcdc;
    overflow: hidden;
}


/* ####################################################### */
/* COM:sidebar.php,sidebar-insurance.php,sidebar-lawyer.php,sidebar-lessor.php,sidebar-removal.php javascript用 */
#sidebarBread {
    /*js*/
}


/* ------------------------------------------------------- */
/* COM:sidebar.php,sidebar-insurance.php,sidebar-lawyer.php,sidebar-lessor.php,sidebar-removal.php レイアウト用*/
#sidebar{
    display: block;
    /*float: left;*/
    position: fixed;
    left: 10px;
    top: 10px;
    width: 190px;
    height: 100%;
    min-height: 300px;
    padding-top: 40px;
    text-align: center;
    z-index: 10000;
    background-color: #FFF;
    box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#toCloud {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 15px 0px;
}
#toHome {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}
#toTop {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}
.pageLinkText {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
}
#sidebarLink {
    width: 100%;
    margin-top: 15px;
    overflow: scroll;
    padding-bottom: 70px;
}
.sideLink {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    text-align: left;
    border-top: 1px solid #DCDCDC;
    cursor: pointer;
}

.linkSection {
    font-weight: 700;
    border-top: 2px solid #a9a9a9;
    background-color: #f5f5f5;
    cursor: pointer;
}





/* ####################################################### */
/* COM:outer_func.php */
#p_func_0,#p_func_1,#p_func_2,#p_func_3,#p_func_4,#p_func_5,#p_func_6,#p_func_7,#p_func_8,#p_func_9{
    /*js*/
}




/* ####################################################### */
/* COM:各固定ページ javascript用 */
/* COM:outer_func.php javascript用 */
.expansion{
    /*js*/
}
#p_func_serch{
    /*js*/
}
#p_func_dialog{
    /*js*/
}
#p_func_calendar{
    /*js*/
}
#p_func_hissu{
    /*js*/
}
#p_func_account {
    /*js*/
}
.conts{
    /*未使用 削除不可*/
}

.addIcon {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 20px;
}


/* ------------------------------------------------------- */
/* COM:各固定ページ 一般記事用 */
/* COM:outer_func.php 一般記事用 */
.block {
    display: block;
    position: relative;
    width: 100%;
}
.midashi {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: left;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #0D1341;
}

.under_descBody {
    display: block;
    position: relative;
    width: 100%;
}
.under_descLeft {
    display: block;
    position: relative;
    width: 48%;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 15px;
    border: 1px solid #808080;
}
.under_descLeft_title {
    display: none;
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF;
    background-color: #808080;
}
.under_descLeft_conts {
    display: block;
    position: relative;
    width: 90%;
    margin: 15px auto;
}
.under_descRight {
    display: block;
    position: relative;
    width: 46%;
    float: right;
    margin-right: 2%;
}
.normalTxt {
    display: block;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    padding: 15px 0px 15px 0px;
    text-indent: -1.2em;
    padding-left: 2.4em;
    margin-left: -1.2em;
}
.normalTxtForList {
    display: block;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    padding: 15px 0px 15px 0px;
}
.marginLeftTxt{
    display: block;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    margin-left: 20px;
}

a.toDetaiPage {
    display: block;
    position: relative;
    width: 280px;
    float: right;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #FF570D;
    border: 1px solid #FF570D;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
}
a.linkTxt{
    /*text-decoration: none;
    color: #000;*/
}
.toDetaiPage {
    display: block;
    position: relative;
    width: 280px;
    float: right;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #FF570D;
    border: 1px solid #FF570D;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
}
.caution {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 700;
    text-align: left;
    color: #000;
    background-color: #fefadd;
    border: 2px solid #fdedb1;
}

.midashiNoDesplay {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 60px;
    padding: 10px 20px;
    padding-top: 60px;
    text-align: center;
    font-size: 2.0rem;
    color: #0D1341;
    background-color: transparent;
    border-top: 2px solid #0D1341;
}
.midashiNoDesplay:first-child{
    margin-top: 0px;
    border-top: 0px solid #0D1341;
}
.midashiArrow{
    display: block;
    clear: both;
    position: relative;
    width: 50px;
    margin: 0 auto;
}
.normalTxt_noPadding {
    display: block;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.normalTxt_paddingTop {
    display: block;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    padding: 15px 0px 0px 0px;
}

.pagingCell_on{
    display: block;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    background-color: #0D1341;
}
.pagingCell_off{
    display: block;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    background-color: #696969;
}
.pagingCell_off:hover{
    opacity: 0.5;
}
.fig_bridgeArr{
    display: block;
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
.withRn {
    vertical-align: text-bottom;
}
.rn {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}




/* 使わないかもしれない */
.midashi_S {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 700;
    color: #0D1341;
    border-bottom: 2px dotted #0D1341;
}
.midashi_S a{
    color: #0D1341;
	text-decoration: none;
}
.midashi_S a:visited{
    color: #0D1341;
}
.midashi_S a:hover{
    color: #65b3d6;
}
.mp4Body {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px solid #65b3d6;
}
.caption {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 700;
}
#hideDetail_serch {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px;
    border: 1px solid #DCDCDC;
}
#hideDetail_koza {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px;
    border: 1px solid #DCDCDC;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.jq_iconData {
    cursor: pointer;
}
/* 使わないかもしれない ここまで */






/* ------------------------------------------------------- */
/* COM:前提と注意事項 専用 */
.conditionList {
    display: block;
    position: relative;
    padding: 15px 0px 15px 25px;
    border-bottom: 1px solid #0D1341;
    cursor: default;
}
.premiseStrong {
    display: inline-block;
    color: #ef4565;
    font-weight: 700;
    border-bottom: 3px solid #ef4565;
    line-height: 110%;
    /*text-decoration: underline;*/
}


/* ------------------------------------------------------- */
/* COM:便利な機能 専用 */
.funcList {
    display: block;
    position: relative;
    padding: 15px 0px 15px 25px;
    border-bottom: 1px solid #0D1341;
    cursor: pointer;
}

/* ------------------------------------------------------- */
/* COM:困ったときは 専用 */
.faqBlock {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #65b3d6;
    border-radius: 10px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
.faqTitle {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 3.6rem;
    color: #65b3d6;
}
.faq_balloonQ {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}
.faq_balloonQ .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}
.faq_balloonQ .faceicon img {
    width: 100%;
    height: auto;
    /*border: solid 3px #65b3d6;*/
    border-radius: 50%;
}
.faq_balloonQ .chatting {
    width: 100%;
}
.saysQ {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    border: solid 3px #65b3d6;
    background-color: #fefadd;
}
.saysQ:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #65b3d6;
    z-index: 1;
}
.saysQ:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -22px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #fefadd;
    z-index: 2;
}
.faq_balloonA {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}
.faq_balloonA .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}
.faq_balloonA .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #65b3d6;
    border-radius: 50%;
}

.faq_balloonA .chatting {
    width: 100%;
}
.saysA {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    border: solid 3px #65b3d6;
    background-color: #FFF;
}
.saysA:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #65b3d6;
    z-index: 1;
}
.saysA:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -22px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
}
.list_disc {
    display: block;
    list-style-type: disc;
    margin: 20px;
}
#yourPosition {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 320px;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF;
    background-color: #000;
}


/* ------------------------------------------------------- */
/* COM:html規則ページ 専用 */
.precode {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 15px 0px 25px 0px;
    border: 1px solid #DCDCDC;
}

.delLine {
    text-decoration: line-through;
}
.rule_midashi {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    text-align: center;
    font-size: 3.6rem;
    margin: 100px 0px 50px 0px;
    padding-top: 50px;
    border-top: 2px solid #0D1341;
}





/* ####################################################### */
/* COM:serch.php */
/* searchform.php */
#serchResultBlock {
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#form {
    display: table;
    table-layout: auto;
    position: relative;
    float: right;
    margin-right: 10px;
    width: 280px;
    text-align: left;
    z-index: 10000;
}
#s-box {
    /*display: table-cell;*/
    text-align: left;
    height: 50px;
    padding: 0 10px;
    border-radius: 2px;
    border: solid 3px #eaeaea;
    outline: 0;
}
#s-btn {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    color: #FFF;
    background-color: #000;
    cursor: pointer;
}


/* COM:table */
.tableBody {
    display: table;
    table-layout: fixed;
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0px;
}
.tableCell {
    display: table-cell;
    text-align: center;
}






/* ####################################################### */
/* COM:汎用 */
.box_point{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 2px solid #0D1341;
    border-radius: 6px;
    overflow: hidden;
}
.box_pointTitle{
    display: block;
    position: relative;
    width: 100%;
    padding: 2px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFF;
    background-color: #0D1341;
}
.box_pointOneBlock{
    display: block;
    position: relative;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}
.box_pointMark{
    display: block;
    position: relative;
    float: left;
    width: 15px;
}
.box_pointTxt{
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 15px);
    text-align: left;
    font-weight: 700;
    color: #0D1341
}



.box_caution{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 2px solid #ff0000;
    border-radius: 6px;
    overflow: hidden;
}
.box_cautionOneBlock{
    display: block;
    position: relative;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}

.box_cautionMark{
    display: block;
    position: relative;
    float: left;
    width: 15px;
}
.box_cautionTxt{
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 15px);
    text-align: left;
    color: #ff0000;
}



.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
    min-height: 1px;
}


/* ------------------------------------------------------- */
/* COM:テキストのデコレーション */
.orangeTxt {
    color: #ff2c00;
}

.greenTxt {
    color: #005500;
}

.blueTxt {
    color: #005CC6;
}
.boldTxt {
    font-weight: 700;
}
.blueBold{
    color: #005CC6;
    font-weight: 700;
}
.greenBold{
    color: #00A29A;
    font-weight: 700;
}


/* ------------------------------------------------------- */
/* COM:上下のスペース */
.myClear_5 {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.myClear_10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.myClear_15 {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    background-color: transparent;
}

.myClear_20 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    background-color: transparent;
}

.myClear_25 {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.myClear_30 {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.myClear_35 {
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
    background-color: transparent;
}

.myClear_40 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.myClear_50 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.myClear_60 {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    background-color: transparent;
}

.myClear_70 {
    display: block;
    clear: both;
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.myClear_80 {
    display: block;
    clear: both;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.myClear_90 {
    display: block;
    clear: both;
    width: 100%;
    height: 90px;
    background-color: transparent;
}

.myClear_100 {
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.myClear_200 {
    display: block;
    clear: both;
    width: 100%;
    height: 200px;
    background-color: transparent;
}

.myClear_500 {
    display: block;
    clear: both;
    width: 100%;
    height: 500px;
    background-color: transparent;
}


/* ------------------------------------------------------- */
/* COM:他 */
.borderBox {
    padding: 10px;
    border: 1px solid #c0c0c0;
}
#pagingBlock{
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 120px;
    height: 30px;
    background-color: transparent;
}






/* ####################################################### */
/* COM:レスポンシブ */

@media(min-width:1300px) {}

@media(max-width:1299px) {}

@media(min-width:600px) {}

@media(max-width:599px) {}