@charset "utf-8";
/* CSS Document */
/*----------------
report01
report02
report03
report04
report05
report06
report07
report08
report09

houterasu
answer
記者が行く
information
-----------------*/
/*▼▼▼共通▼▼▼START*/
.flex_box {
    display: flex;
}
ol.brackets {
    margin: 10px 0 10px 10px;
    font-size: 0.92em;
    line-height: 160%;
}
ol.brackets li {
    list-style-type: none;
    counter-increment: cnt;
    padding-left: 1.84em;
    text-indent: -1.84em;
}
ol.brackets li::before {
    content: "("counter(cnt)")　";
}
#main h2 {
    border-bottom-width: 2px;
    border-left-width: 5px;
    border-bottom-style: solid;
    border-left-style: solid;
    font-size: 1.15em;
    font-weight: bold;
	padding: 5px 0 5px 10px;
    margin-top: 60px;
    margin-bottom: 10px;
}
#main div:first-child h2 {
    margin: 10px 0 20px;
}
#main h3 {
    font-size: 1em;
}
#main h3.small {
    font-size: 0.95em;
}
#main h4 {
    font-size: 0.95em;
    font-weight: bold;
}
#main p {
    font-size: 0.92em;
    line-height: 160%;
    text-indent: 0.92em;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}
#main p.note {
    font-size: 0.92em;
    line-height: 160%;
    text-indent: 0;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: calc(8px + 1em);
}

#main ul { 
    font-size: 0.92em;
    line-height: 160%;
	padding: 0 0 0 1em;
	margin: 0 10px 5px 2em;
	list-style: disc;
	}

#main p.text_indent01 {
    text-indent: 1.3em;
}
#main p.small {
    font-size: 0.9em;
    text-indent: 0.9em;
}
#main p.txtBoxLeft {
    float: left;
    max-width: 355px;
    margin-top: 10px;
}
#main .text_line {
    text-decoration: underline;
}
#main p.text01 {
    max-width: 607px;
}
#main p.text02 {
    max-width: 460px;
}
div.indent {
    padding-left: 15px;
}
ruby > rt {
    font-size: 8px;
}
.imgBox img {
    width: 100%;
}
#main .imgBoxflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 700px;
    margin: 20px auto;
}
#main .imgBoxflex p {
    text-indent: inherit;
    font-size: 13.25px;
}
#main .attention p {
    font-size: 0.8em;
}
* html, * html {
    zoom: 1;
} /* IE6 */
*:first-child + html .imgTxtBox, *:first-child + html .imgTxtBoxRight {
    zoom: 1;
} /* IE7 */
/*▼▼▼画像用▼▼▼*/
div img {
    margin: 0 auto;
}
div.imgBoxCenter {
    text-align: center;
    margin: 0px auto 40px;
	font-size: 0.92em;
}
div.imgBoxCenter img {
    width: 70%;
    height: auto;
}

div.imgBoxCenter p {
	text-indent: 0!important;
}
div.imgBoxRight {
    margin-left: 10px;
    float: right;
    margin-bottom: 20px;
    font-size: 0.9em;
    text-align: center;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
    div.imgBoxDouble ul {
        float: none;
        display: flex;
        flex-wrap: nowrap;
    }
}
div.imgBoxLeft {
    margin: 0px 10px 20px 0px;
    float: left;
    width: 355px;
    font-size: 0.9em;
    text-align: center;
}
/*横に2列並ぶ画像のサイズの基本形は350px
調整が必要なら#report内で上書き*/
div.imgBoxDouble {
    text-align: center;
    text-indent: 0;
    width: 710px;
    margin: 0 auto 20px;
}
div.imgBoxDouble:before, div.imgBoxDouble:after {
    content: " ";
    display: table;
}
div.imgBoxDouble:after {
    clear: both;
}
div.imgBoxDouble {
    *zoom: 1;
}
div.imgBoxDouble div {
    width: 350px;
    float: left;
}
div.imgBoxDouble img {
    width: 100%;
    height: auto;
}
div.imgBoxDouble div:first-child {
    margin-right: 10px;
}
div.imgBoxDouble ul {
    float: left;
    position: relative;
    display: flex;
}
div.imgBoxDouble ul li {
    flex-wrap: nowrap;
    margin: 0 5px;
}
img.imgBorder {
    border: 1px solid #CCCCCC;
}
#skip {
    height: 1px;
    left: -9999em;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
div.imgbox_right {
    float: right;
    text-align: center;
}
div.imgbox_left {
    float: left;
    text-align: center;
}
div.qrbox {
    margin-left: 30px;
}
#main h3 {
    font-weight: bold;
    border-left: 5px solid;
    margin: 30px 10px 15px;
    padding-left: 10px;
}
#main h4 {
    font-weight: bold;
    margin: 15px 10px 5px 12px;
}
#main .flex_box {
    justify-content: space-between;
    margin: 0 15px;
}
#main .flex_box p.img_text {
    font-size: 13.25px;
    text-indent: 0;
    margin-right: 0;
}
#main .flex_box p {
    margin-left: 0;
}
dl.author {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 0.92em;
}
dl.author dt {
    float: left;
}
.quest, .answer {
    margin: 0 10px 15px;
    display: flex;
    align-items: start;
}


.quest p, .answer p {
    margin: 0;
}
.quest dt, .answer dt {
    font-size: 0.92em;
    line-height: 160%;
    width: 45px;
}
.quest dd, .answer dd {
    width: 90%;
}
.quest {
    align-items: center;
}
.quest dt {
    width: 45px;
}
/*▼▼▼report01▼▼▼ START*/
#report01 h2, #report01 h3 {
    color: #3270BA;
}
#report01 h2 {
    background-color: #FFF;
    border-left-color: #3270BA;
    border-bottom-color: #3270BA;
}
#report01 h3 {
    background: none;
    border: none;
    margin-left: 0;
	border-left: 5px solid;
}
#report01 h4 {
    font-weight: normal;
}
#report01 h4::before {
    content: "●";
    padding-right: 10px;
}
#report01 .flex_box.report01_qr {
    align-items: flex-end;
    justify-content: center;
}
.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 30px 1.5em 0;
    padding: 7px 10px;
    color: #555;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #70AD47;
    border-radius: 20px;
}
.balloon::before {
    content: "";
    position: absolute;
    right: -27px;
    top: 60%;
    margin-top: -17px;
    border: 14px solid transparent;
    border-left: 14px solid #ffffff;
    z-index: 2;
}
.balloon::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 60%;
    margin-top: -17px;
    border: 14px solid transparent;
    border-left: 14px solid #70AD47;
    z-index: 1;
}
.balloon span {
    display: inline-block;
    margin-bottom: 20px;
}


/*▼▼▼report02▼▼▼START*/
#report02 h2, #report02 h3 {
    color: #e56935;
    border-left-color: #e56935;
}
#report02 h2 {
    border-bottom-color: #e56935;
}

#report02 #qanda dl.quest dt{
    background: #e56935;
    border: 1px solid #e56935;
}

#report02 #qanda dl.quest {
    border-bottom: 1px solid #e56935;
}

#report02 .span_indent {
    display: block;
    font-size: 0.92em;
    line-height: 160%;
    text-indent: 0.92em;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

/*▼▼▼report03▼▼▼START*/
#report03 h2, #report03 h3 {
    color: #fe1c1c;
    border-left-color: #fe1c1c;
}
#report03 h2 {
    border-bottom-color: #fe1c1c;
}

#report03 #qanda dl.quest dt{
    background: #fe1c1c;
    border: 1px solid #fe1c1c;
}

#report03 #qanda dl.quest {
    border-bottom: 1px solid #fe1c1c;
}

/*▼▼▼report04▼▼▼START*/
#report04 h2, #report04 h3 {
    color: #652b93;
    border-left-color: #652b93;
}
#report04 h2 {
    border-bottom-color: #652b93;
}

/*▼▼▼report05▼▼▼START*/
#report05 h2, #report05 h3 {
    color: #00b050;
    border-left-color: #00b050;
}
#report05 h2 {
    border-bottom-color: #00b050;
}

#report05 #qanda dl.quest dt {
    background: #00b050;
    border: 1px solid #00b050;
}

#report05 #qanda dl.quest {
    border-bottom: 1px solid #00b050;
}


/*▼▼▼report06▼▼▼START*/
#report06 h2, #report05 h3 {
    color: #008900;
    border-left-color: #008900;
}
#report06 h2 {
    border-bottom-color: #008900;
}

#report06 #qanda dl.quest dt{
    background: #008900;
    border: 1px solid #008900;
}

#report06 #qanda dl.quest {
    border-bottom: 1px solid #008900;
}

#report06 #qanda dl.quest dt {
  background: #008900;
  border: 1px solid #008900;
}

dl.quest dt {
    color: #ffffff;
    text-align: center;
    padding: 7px 0;
    width: 40px;
}

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

/*▼▼▼report07▼▼▼START*/
#report07 h2, #report07 h3 {
    color: #7A401A;
    border-left-color: #7A401A;
}
#report07 h2 {
    border-bottom-color: #7A401A;
}
#report07 .q_title {
    color: #7A401A;
	font-weight: bold;
	margin: 1em 0 0 0;
	display: inline-block;
}

#report07 .q_title.noSpace {
	margin: 0 0 0 0;
}

#report07 .mb30 {
    padding: 0 20px;
    box-sizing: border-box;
}

#qanda dl.quest dt {
	background: #7A401A;
    border: 1px solid #7A401A;
}

#qanda dl.quest {
    border-bottom: 1px solid #7A401A;
}

dl.quest dt {
	color: #ffffff;
    text-align: center;
    padding: 7px 0;
    width: 40px;
	font-size: 0.92em;
    line-height: 160%;
}



/*▼▼▼report08▼▼▼START*/
/*▼▼▼そんな時法テラスがお役に立ちます（houterasu)▼▼▼START*/
#report08 h2 {
	border: 0;
	padding: 0;
	margin: 0!important;
	position: relative;
	background-image: url("../images/houterasu-subtitle.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    width: 780px;
	height: 53px;
}

#report08 h2 span {
	display: inline-block;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	position: absolute;
	font-size: 75%;
	background-image: url("../images/houterasu-subtitlebg.png");
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
}

#report08 .bgg {
    background: #ffffff;
    clear: both;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
}

#report08 .ttl_h31 {
    font-size: 15px;
	text-align: center;
	font-weight: normal;
    padding: 20px 0;
    margin: 0 0 10px 0;
    text-decoration: none;
    border-left: 0;
    background: #0e8d8d;
	color: #ffffff;
}

#report08 .ttl_h31 .bold {
	font-weight: bold;
	font-size: 18px;
}

#report08 .readBox {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
}

#report08 img.heart {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

#report08 .ttl_h31 .red {
	color: #ff0000;
}

#report08 .bggy {
	background-color: #ffffff;
	padding: 10px!important;
	margin: 20px auto 0 auto;
}

#houterasu h3 {
    color: #fff;
    font-size: 1.1em;
    padding: 4px 10px;
    margin: 0 0 10px 0;
    text-decoration: none;
    border-left: 0;
}

#houterasu h4, #houterasu h5, #houterasu h6 {
    font-weight: bold;
    color: #000;
    border: none;
    margin: 0 0 8px;
}

#houterasu p {
    line-height: 150%;
    margin: 0 20px 0 20px;
}

#houterasu .s_txt {
    line-height: 110%;
    margin: 10px 0 0 0;
    text-indent: 0;
    font-size: 0.7em;
}

#houterasu .s1_txt {
    line-height: 110%;
    margin: 0 0 0 0;
    text-indent: 0;
    font-size: 0.82em;
}

#houterasu div.illustimg {
    float: left;
}

#houterasu .rogoimg {
    float: right;
}

#houterasu .cnt_area h3 {
    background-color: #0e8d8d;
}

#houterasu .cnt_area h4 {
    font-size: 0.9em;
}

#houterasu div.houterasu_query {
    width: 570px;
    float: right
}

#houterasu div.houterasu_know_a {
    width: 175px;
    margin-left: 8px;
    float: left
}

#houterasu div.houterasu_know_b {
    width: 300px;
    float: left;
    margin: 0 0 0 15px;
}

#houterasu div.houterasu_know_b_txt {
    float: right;
    width: 175px;
    margin: 0 0 0 0px;
}

#houterasu div.houterasu_know_b_txt p {
    margin-top: 0;
}

#houterasu div.houterasu_know_b .flex_box {
    margin: 0;
}
#houterasu div.houterasu_know_b .flex_box .qr {
    width: auto;
    margin: 0;
}

#houterasu div.houterasu_know_c {
    width: 240px;
    float: left;
    margin: 0 0 0 15px;
}

#houterasu div.houterasu_hyousi {
    float: left;
}

#houterasu .magazine {
	width: 100px;
	border: #dedede solid;
	border-width: 1px;
}

h3.houterasu_subtitle {
	background-color: #0e8d8d;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
    font-size: 1.1em;
	box-sizing:border-box;
	margin: 10px 0;
}

/** メインレイアウト **/

.houterasu_MainBox .halfBox {
	width: calc(50% - 10px);
	display: inline-block;
	margin-bottom: 10px;
}
.houterasu_MainBox .halfBox.left {
	margin: 0 10px 0;
}
.houterasu_MainBox .halfBox.right {
	margin: 0 0 0 10px;
	text-align: center;
}

.houterasu_MainBox .inBoard {
	border: #0e8d8d solid;
	border-width: 3px;
	background-color: #ffffff;
	padding: 0 20px 20px 20px;
	border-radius: 30px;
	margin: 30px auto 10px auto;
}

.houterasu_MainBox .inBoard h3 {
	background-color: #0e8d8d;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
    font-size: 1.2em!important;
	box-sizing:border-box;
	margin: 0 auto!important;
	width: 70%;
	border-left: 0!important;
	padding-left: 0!important;
	text-align: center;
	top: -20px;
	position: relative;
}

.houterasu_MainBox .inBoard ul {
	position: relative!important;
	list-style: none!important;
	margin: 0 0 0 1.5em!important;
	padding: 0!important;
	font-size: 1em!important;
	display: inline-block;
	text-align: left!important;
}

.houterasu_MainBox .inBoard ul li span.list {
	position: absolute;
	left: -1.5em;
}

.houterasu_MainBox .inBoard ul li ul {
	position: relative!important;
	list-style: none!important;
	margin: 0 0 0 1em!important;
	padding: 0!important;
}

.houterasu_MainBox .inBoard ul li ul li span.list {
	position: absolute;
	left: -1em;
}

.greentxt {
	color: #0e8d8d;
}

.houterasu_MainBox .inBoard .lalge {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.houterasu_MainBox .inBoard .lalge {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.houterasu_MainBox .inBoard .illusutrations {
	width: 50%;
	display: inline-block;
	margin: 0 0 10px 0;
	vertical-align: top;
}

.houterasu_MainBox .inBoard .illusutrations img {
	height: 100px;
	width: auto!important;
}

.houterasu_MainBox img.nextarrow {
	width: 100px!important;
	height: auto!important;
	margin: 10px auto;
}

.houterasu_MainBox .contactBox00 {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.houterasu_MainBox .contactBox01 {
	display: inline-block;
	vertical-align: top;
	font-size: 110%;
}

.houterasu_MainBox .contactBox00 a {
	font-weight: normal;
	line-height: 1.3em;
	display: inline-block;
}

.houterasu_MainBox .contactBox00 img.freeQR {
	width: 105px!important;
	margin: 0 0 0 15px;
	vertical-align: top;
}

.houterasu_MainBox .contactBox00 img.freeDial {
	width: 45px!important;
	top: 5px;
	position: relative;
}

.houterasu_MainBox .contactBox00 .num {
	font-size: 170%;
	white-space: nowrap;
}



/*▼▼▼report09▼▼▼START*/
#report09 h2, #report09 h3 {
    color: #67389A;
    border-left-color: #67389A;
}
#report09 h2 {
    border-bottom-color: #67389A;
    background-color: #FFF;
}


/*▼▼▼report10▼▼▼START*/
#report10 h2, #report10 h3 {
    color: #cd3a36;
    border-left-color: #cd3a36;
}
#report10 h2 {
    border-bottom-color: #cd3a36;
    background-color: #FFF;
}

#report10 #qanda dl.quest {
    border-bottom: 1px solid #cd3a36;
}

#report10 #qanda dl.quest dt {
    background: #cd3a36;
    border: 1px solid #cd3a36;
}



/*追記*/

.link_title {
	width: calc(70% + 40px);
	margin: 30px auto 0 auto!important;
	padding: 0!important;
	font-size: 0.92em;
}

.link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
    margin: 20px auto;
    width: 80%;
    border: 1px solid #000;
}

.link_box .txt {
	display: inline-block;
	margin: 0 10px 0 0;
	word-break: break-all;
}

.link_box a,
.link_box3 a {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100px;
}

.link_box img,
.link_box3 img {
	margin: 0;
	width: 100px;
	vertical-align: top;
}

.link_box3 {
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
    margin: 20px auto;
    width: 70%;
    border: 1px solid #000;
	font-size: 85%;
}

.link_box3 .txt {
	display: inline-block;
	margin: 0 10px 0 0;
	word-break: break-all;
	width: calc(100% - 100px);
}

.link_box3 div {
	display: flex;
    align-items: center;
	width: 100%;
}

#report01 .halfBox {
	display: inline-block;
}

#report01 .halfBoxkeft {
	margin: 0 10px 0 0;
}

.imgBoxCenter img.h124 {
	height: 124px;
	width: auto;
}

#report01 .tripleBox a {
	width: 30%;
	margin: 0 5px;
	display: inline-block;
}

#report01 .tripleBox a img {
	width: 100%;
}

#report02 ul {
	list-style: disc;
	margin: 0 0 0 2.5em;
}

.imgBoxCenter img.tate {
	width: 40%;
}

img.waku {
	border: #cccccc solid;
	border-width: 1px;
}

.indexBox {
	font-size: 0.92em;
	line-height: 160%;
	padding: 20px;
	margin: 0;
}

.indexBox ul {
	margin: 0 0 0 4.9em;
}

.indexBox ul li {
	position: relative;
	margin: 5px 0 0 0;
}

.indexBox ul li span {
	display: inline-block;
	width: 4em;
	left: -5em;
	position: absolute;
}
#report07 .halfBox img {
	width: 100%;
}

 .halfBox {
	width: calc(35% - 5px);
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	font-size: 0.92em!important;
}

 .halfBox img {
	 width: 100%!important;
}

a img {
	transition: 0.2s;
}

a:hover img {
	opacity: 0.5;
	transition: 0.2s;
}

.On-site {
	line-height: 1.8em;
	margin: 0 0 10px 10px;
	display: inline-block;
	font-size: 0.92em;
}

/*91独自｢シラナカッタヌキ｣｢トウキツネ｣*/

.w100image {
	width: calc(100% - 15px);
	display: block;
	margin: 20px auto;
}

.one_3rdBox {
	width: 80%;
	margin: 40px auto 0 auto;
}

.one_3rd {
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 0.92em;
}

.one_3rd2 {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.one_3rd img {
	width: calc(70% - 20px);
	margin: 0 10px 10px 10px;
}

.one_3rd2img {
	width: 25%;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 20px;
	font-size: 0.92em;
}

.one_3rd2img img.shitanakatta {
	width: 70%;
	margin: 0 0 10px 0;
}

/*No92追加*/

.one_3rd2img img.shitanakatta .img100 {
	width: 100%;
	margin: 0 0 10px 0;
}

div.imgBoxCenter .halfBox {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: auto;
	text-align: left;
}

div.imgBoxCenter .halfBox img {
	height: 100%;
	vertical-align: bottom;
}

div.imgBoxCenter img.img50 {
    width: calc(50% - 10px);
    height: auto;
}

div.imgBoxCenter img.img100 {
    width: calc(100% - 20px);
    height: auto;
}

div.imgBoxCenter.colorBox01 {
	background-color: #f3fbf9;
	border: #5dceaf solid;
	border-width: 3px;
	padding: 10px 10px 10px 20px;
}

div.imgBoxCenter.colorBox02 {
	padding: 10px 10px 10px 20px;
	border: #000000 solid;
	border-width: 1px;
}

div.imgBoxCenter .halfBox40 {
	width: 39%;
}

div.imgBoxCenter .halfBox45 {
	width: 45%;
}

div.imgBoxCenter .halfBox50 {
	width: 50%;
}

div.imgBoxCenter .halfBox55 {
	width: 55%;
}

div.imgBoxCenter .halfBox60 {
	width: 61%;
}

div.imgBoxCenter .halfBox50 img,
div.imgBoxCenter .halfBox40 img {
	margin: 0 0 0 20px;
	width: calc(100% - 20px)!important;
}

.halfBox92 {
	width: calc(35% - 10px);
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}

.halfBox92.left {
	margin-right: 10px;
	text-align: center;
}

.halfBox92.right {
	margin-left: 10px;
	text-align: center;
}

.halfBox92 img {
	width: 100%!important;
}

.halfBox92.w32 {
	width: calc(23.5% - 10px);
}

.halfBox92.w68 {
	width: calc(47% - 10px);
}


