@charset "shift_jis";

#regina_vi-body {
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#regina_vi-body h1, h2 {
	font-size: 18px;
	margin: 0px;
}
#regina_vi-body h3, h4 {
	font-size: 16px;
}
#regina_vi-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.ff-link1 {
    text-decoration: none;
    color:#0066c0;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}

.msg-contents {
	margin:30px 0;
	text-align: center;
}
.msg-bold{
	font-weight: bold;	
}
/*フォントサイズ16px-*/
.ft-16 {
	font-size: 16px;
}
.msg-contents-hd {
    font-weight: bold;
    display: inline-block;
    color: #0070C0;
}

.msg-contents-hd-br {
	margin-top: 30px;
    font-weight: bold;
    display: inline-block;
    color: #222;
}

.msg-contents-in {
    margin-left: 0em;
    line-height: 1.6;
}


.regina_vi_wrapper {
	padding: 0 15px;
	text-align: center;
}

.contents_box {
	display: flex;
    align-items: center;
    margin:10px 0 30px;;
}
.contents_box2{
    margin-left: 15px;
}

.contents_box3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ser-img {
	width: 85%;
}

.item-box {
	display: flex;
	gap: 50px;
	text-align: center;
}

.row {
	display:flex;
	align-items:flex-start;
	gap:40px;
	margin:35px auto;
}
.flow-img {
	width: 50%;
	height: auto;
/* 	margin-right: 20px; */
}


.linkbtn {
	text-decoration: none;
	background:#0070C0;
	color: #ffffff;
	padding: 8px 40px;
    border-radius: 5px;
	font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.linkbtn:hover {
    opacity: 0.7;
}

.contents_h2_bo {
	font-weight: bold;
	font-size: 25px;
	border-bottom: 3px solid #0070C0;
	margin: 50px 0 20px;
	position: relative;
	line-height: 1.3;
}
.contents_h2_or {
	font-weight: bold;
	font-size: 25px;
	border-bottom: 3px solid #FC950C;
	margin: 50px 0 20px;
	line-height: 1.3;
}



