@charset "utf-8";
/* -----------------------------------
    汎用クラス
   ----------------------------------- */
html {background-color: #f7f4f4;}
body, td, th, h1, h2, h3, h4, h5, h6 {font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;}
body {
	font-size: 62.5%;
	line-height: 1.4;
	margin: 0;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings:"palt";
}
body p,
body li {
	font-size: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {text-decoration: none !important;}
a:link {color: #0000FF;transition: all 0.01s linear;}
a:visited {color: #0000FF;}
a:hover {color: #E58900;transition: all 0.3s linear;}
a:active {color: #F00;}
a:hover img {transition: all 0.3s linear;}
.mt-15 {margin-top: 15px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-50 {margin-top: 50px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-100 {margin-bottom: 100px !important;}
.text-center {text-align: center !important;}
.text-small {font-size: 90% !important}
.text-large {font-size: 170% !important;}
.text-13px {font-size: 13px !important}
.text-bold {font-weight: bold!important}
.width-100per {width: 100% !important}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;content: " ";}
.clearfix:after {clear: both;}
.clearfix {overflow: hidden;}
*, *::after, *::before {
	box-sizing: border-box;
}


/* -----------------------------------
    ルビ
   ----------------------------------- */

.data-ruby p{
  line-height: 1.8;
}
.data-ruby h2,
.data-ruby h3{
  line-height: 1.3;
}


/* -----------------------------------
    nav
   ----------------------------------- */
#Index #Navi {
	width: 1006px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -85px;
	position: absolute
}

#Index #Navi ul {
	display: table;
	text-align: center;
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
}
#Index #Navi ul li {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	text-align: center;
}

/* -----------------------------------
    カラム
   ----------------------------------- */
#Index #Main {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/kiyomi/bg_kiyomi.jpg);
	background-size: cover;
	padding-bottom: 100px;
}
.block {
	display: flex;
	justify-content: space-between;
	width: 960px !important;
	margin: 50px auto 50px;
}
#Index #Main .block {
    width: 990px !important;
}
#block-reverse {
	flex-flow: row-reverse;
}
.block-text {
	width: 65% !important;
}
.block-image {
	width: 30% !important;
}
.block-text img,
.block-image img {
	width: 100%;
}
.image-full {
	width: 95% !important;
	margin: 10px auto 20px !important;
}
.image-full img {
	width: 100%;
}
#block-reverse .block-text {
	width: 65% !important;
}
#block-reverse .block-text,
#block-reverse .block-image {
	margin: 0 !important;
}
#Main .block-text,
#Main .block-image {
	margin-left: 0px !important;
	margin-right: 0px !important
}
#Main .block-text {
	width: 67.3% !important;
}
#Main .block-image {
	width: 28.5% !important;
}
#Section1 .block-text {
	width: 48% !important;
}
#Section1 .block-image {
	width: 50% !important;
}
#Section3 .block-text {
	width: 57.5% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap
}
#Section3 .block-image {
	width: 30% !important;
}
.block-half{width: 50% !important}
.box {
	border: 4px solid #ff8000;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 25px 40px;
	margin-bottom: 30px !important
}
.box-lightOrange {
	border: 4px solid #fabf14;
}
#img-frame {
    border: 2px solid #ff8000;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 20px 50px;
}
.display-block{display: block}
.margin-auto{margin: auto}
#Index #Section #Section2 {
    padding-bottom: 50px;
}

/* -----------------------------------
    見出し
   ----------------------------------- */
.text-shadow {
	text-shadow: 0px 1px 3px rgba(255,255,255,1), 0px -1px 3px rgba(255,255,255,1), 0px 0px 5px rgba(255,255,255,1);
}
#list-text {
	background-color: #ff3505;
	padding: 10px 10px 10px 7px;
	margin-top: 5px;
}
#Main #list-text li {
	color: #ffffff
}
#list-text li {
	font-size: 1.2em;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 3px;
}
#dl-border {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 7px 15px 5px;
    color: #ffffff
}
#dl-border dt {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 3px;
}
#dl-border dd {
	font-size: 1.3em;
    line-height: 1.3;
    font-weight: bold
}
h2 {
	font-size: 3.4em;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 50px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#Main h2 {
	border-bottom: none;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
h3 {
	font-size: 2.8em;
	color: #ff8000;
	margin-bottom: 15px;
}
h4 {
	text-align: left;
	font-size: 1.5em;
	margin-top: 50px;
	margin-bottom: 8px;
	line-height: 1.3;
}
h4.text-orange {
    font-size: 1.7em;
    color: #ff8000;
    margin-top: 10px;
    margin-bottom: 0px;
	border-bottom: none;
}
#Main .text-small {
	font-size: 12px !important;
	margin-top: 3px;
}
.list-check {
	margin: 15px auto 20px;
	border: 1px solid #666666;
	padding: 15px;
}
.list-check li {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-left: 2em;
}
.list-check li {
    background-image: url(../images/kawauchibankan/icon_check.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#list-two {
	column-count: 2;
	margin-top: 50px;
	width: 860px;
    background-color: #ffffff;
    border: 5px solid #ff8000;
    padding-bottom: 5px;
}
.list-check#no-box {
	border: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.list-check#no-box li {
	margin-bottom: 15px;
}
.list-check#no-box li span.text-red {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
#column-arrow {
	position: relative;
	width: 100% !important;
}
#arrow {
	position: relative;
	height: 30px;
	width: 30px !important;
	background-color: #ff8000;
	transform: rotate( 90deg );
	top: -20px;
}
#arrow::before {
	position: absolute;
	content: "";
	border: solid 30px transparent;
	border-left: solid 30px #ff8000;
	top: -15px;
	left: 30px;
}
#text-right {
	position: absolute;
	right: 80px;
	top: 0px;
	font-weight: bold;
	font-size: 1.7em;
}
#text-bottom {
	font-weight: bold;
	font-size: 3.2em;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #FF0000;
    text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px,
    #ffffff 0px -2px 0px, #ffffff 0px 2px 0px,
    #ffffff 2px 2px 0px, #ffffff -2px 2px 0px,
    #ffffff 2px -2px 0px, #ffffff -2px -2px 0px,
    #ffffff 1px 2px 0px, #ffffff -1px 2px 0px,
    #ffffff 1px -2px 0px, #ffffff -1px -2px 0px,
    #ffffff 2px 1px 0px, #ffffff -2px 1px 0px,
    #ffffff 2px -1px 0px, #ffffff -2px -1px 0px,
    #ffffff 1px 1px 0px, #ffffff -1px 1px 0px,
    #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}
.text-red {
	color: #FF0000;
	font-weight: bold;
}
span.text-bgred {
    background-color: #FF0000;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 5px 2px;
    line-height: 1;
    position: relative;
    top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: super;
}
#li-text li{
    line-height: 1.8
}
.txt-wh{color: #ffffff !important}

/* -----------------------------------
    テーブル
   ----------------------------------- */
table.tbl-basic {
	width: 100%;
	text-align: center;
	border: solid 1px #ff8000;
	margin-bottom: 10px;
}
table.tbl-basic th,
table.tbl-basic td {
	border-bottom: solid 1px #ff8000;
	border-left: solid 1px #ff8000;
	font-size: 1.5em;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 5px;
}
table.tbl-basic th {
	background-color: #ffcc99;
}
table.tbl-basic img {
	vertical-align: middle;
	margin-right: 5px;
}

#Section4 table {
    text-align: left !important;
}
#Section4 table th,
#Section4 table td{    
    padding-left: 15px !important;
}

/* リンク */
#link a{
	display: inline-block;
	background-color: #fff68a;
	color: #FF0000;
	padding: 3px 6px 1px;
}
#link a:hover{
	background-color: #ff8000;
	color: #ffffff;
}