body::after {
position: fixed;
background-color:#fff;
content: '';
width: 100%;
height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;  
pointer-events: none;   /*重要：他の要素にアクセス可能にする。ポインターイベントは無効に */
-webkit-transition: opacity .3s ease;  /* 時間: 0.3秒で処理 */
transition: opacity .3s ease;
opacity: 0;  /* 初期値: 透過 */
}

body.fadeout::after {
  opacity: 1;
}

body.fadeout article{
  /*-webkit-transform:scale(1.2);
  transform:scale(1.2);*/
}
#form1{
    height: 1000px;
}
/*___________________ 画像 _____________________*/


.gazo0{
	margin: 0px auto 0px;
	display: block;
}
.gazo10{
	margin: 0px auto 10px;
	display: block;
}
.gazo20{
	margin: 0px auto 20px;
	display: block;
}
.gazo30{
	margin: 0px auto 30px;
	display: block;
}
.gazo40{
	margin: 0px auto 40px;
	display: block;
}
.gazo50{
	margin: 0px auto 50px;
	display: block;
}
.gazo80{
	margin: 0px auto 80px;
	display: block;
}
.gazo30_0{
	margin: 30px auto 0px;
	display: block;
}
/*.migi{
	float: right;
	margin: 0px 0px 20px 25px;
	display: block;
}
.hidari{
	float: left;
	margin: 0px 25px 20px 0px;
	display: block;
}*/
.right{
	float: right;
}
.left{
	float: left;
}
/*.right01{
	float: right;
    margin-bottom: 15px;
    display: block;
}
.left01{
	float: left;
    margin-bottom: 15px;
	display: block;
}
.mb{
    margin-bottom: 20px;
}*/
/*___________________ 文字 _____________________*/

/*.aka{
    font-weight: bold;
    color: #f90182;
}
.migimoji{
    text-align: right;
    display: block;
}
.naka a{
    text-align: center;
    font-size: small;
    margin: 0px auto 0px;
	display: block;
}
*/
/*___________________ スライダー  _____________________*/
.bx-wrapper{

    /* 白い枠を消す */
    border: none;

    /* ドロップシャドウを消す */
    box-shadow: none;

}

/*___________________ index  _____________________*/

.box0{
	width: 800px;
	margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.box{
	width: 800px;
	margin: 0px auto 60px;
    overflow: hidden;
	display: block;
}
.box p{
	margin: 0px auto 40px;
    overflow-wrap: break-word;
word-wrap: break-word;
	display: block;
}
.box p a{
	color: #F66FA5;
}
.box2{
	width: 800px;
	margin: 0px auto 20px;
    overflow: hidden;
	display: block;
}
#koe_wrap{
    background-image: url("../images/koe_bg.png");
	background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 60px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.koe{
    background-color: #FFF;
	width: 820px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding-top: 40px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
.koe p{
    width: 740px;
	margin: 0px auto 40px;
    overflow: hidden;
	display: block;
}

#nagare{
	width: 810px;
	margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.gray{
    background-color: #f5f9f8;
	width: 820px;
    padding: 30px 0px 15px;
	margin: 0px auto 30px;
    overflow: hidden;
	display: block;
}
.gray p{
    width: 740px;
	margin: 0px auto 20px;
	display: block;
}
.gray2{
    background-color: #f5f9f8;
	width: 820px;
    padding: 30px 0px 15px;
	margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.gray2 p{
    width: 740px;
	margin: 0px auto 20px;
	display: block;
}

#btn_set{
    width: 640px;
	margin: 0px auto 40px;
    overflow: hidden;
	display: flex;
	gap: 20px;
}

#btn_set a {
	width: calc((100% - 40px) / 3);
}

#btn_set img {
	width: 100%;
	height: auto;
}


.bx-wrapper {
	border: none !important;
	margin-bottom: 0 !important;
}

.zenryoku-list {
	width: 780px;
	margin: auto;
	list-style-type: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 15px 32px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.zenryoku-list-item {
	display: flex;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.5em;
	gap: 0.5em;
	padding: 0.5em 0;
}


.zenryoku-list-item:not(:last-child) {
	border-bottom: 1px solid #c3c3c3;
}

.zenryoku-list-item:before {
	content: "";
	width: 1.3em;
	height: 1.3em;
	background-image: url(../images/check.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.1em);
}

.zenryoku-title {
	text-align: center;
	font-size: 42px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.section-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 65px;
}

.section-title--mb30 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.section-title--white {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: white;
}

.ryoukin-top-text {
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}

.riyuu-top-text {
	font-size: 33px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}

.ryoukin_items {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 830px;
	margin: auto;
	margin-bottom: 30px;
}

.ryoukin_item {
	width: 268px;
	position: relative;
}

.ryokin_item-badge {
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, -40%);
}

.ryoukin_head {
	height: 100px;
	background-color: #3492c2; 
	color: #fff;
	text-align: center;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 20px;
}

.ryoukin_head.standard {
	background-color: #1968a0; 
	height: 120px;
}

.ryoukin_head.premium {
	background-color: #024282; 
}

.ryoukin_head-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	width: 100%;
	line-height: 1em;

}

.ryoukin_head-big {
	font-size: 27px;
	font-weight: 600;
	width: 100%;
	line-height: 1em;
}

.ryoukin_head-big.premium {
	color: #fde5cc;
}

.ryoukin_body {
	background-color: #fff;
	height: 141px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ryoukin_price {
	font-size: 19px;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 0em;
}

.ryoukin_price-big {
	font-size: 46px;
}

.ryoukin_price-big2 {
	font-size: 42px;
}

.ryoukin_price-big.basic,
.ryoukin_price-big2.basic {
	color: #3492c2;
}

.ryoukin_price-big.standard,
.ryoukin_price-big2.standard {
	color: #1968a0;
}

.ryoukin_price-big.premium,
.ryoukin_price-big2.premium {
	color: #024282;
}

.ryoukin_price-yen {
	font-size: 24px;
}

.ryoukin_tax {
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}

.ryoukin_annotation {
	font-size: 16px;
	font-weight: 600;
	background-color: #efefef;
	padding: 0em 1em;
	border-radius: 40px;
	margin-top: 0.5em;
	height: 1.7em;
	line-height: 1.7em;
}


.ryoukin_table {
	width: 800px;
	margin: auto;
	margin-top: 40px;
}

.ryoukin_table-row {
	border-top: 1px solid #dcdddd;
}

.ryoukin_table-title {
	padding-left: 0.5em;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	width: 285px;
	line-height: 1.5em;
}

.ryoukin_table-detail {
	text-align: left;
	padding: 1em 0;
}

.ryoukin_table-detail2 {
	text-align: center;
    vertical-align: middle;
	padding: 1em;
}

.ryoukin_table-price {
	font-size: 25px;
	line-height: 1.5em;
}

.ryoukin_table-price-yen {
	font-size: 18px;
}

.ryoukin_table-tax {
	font-size: 12px;
}

.ryoukin_table-tax-big {
	font-size: 16px;
}

.ryoukin_table-text {
	font-size: 20px;
}

.ryoukin_table-annotation {
	font-size: 14px;
	line-height: 1.5em;
}

.sonota_items {
	width: 770px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
	margin-bottom: 80px;
}

.sonota_item {
	width: 170px;
}

.sonota_item-text {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
	font-weight: 600;
	line-height: 1.2em;
}

.sonota_item-text-small {
	font-size: 14px;
	display: block;
}


#machine{
    background-image: url("../images/ryoukin_bg.png");
	background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.secchi{
    background-color: #FFF;
	width: 820px;
    padding-top: 30px;
	margin: 0px auto 30px;
    overflow: hidden;
	display: block;
}

