@charset "shift_jis";

body {
	box-sizing: border-box;
}
h1, h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
#content_body {
	margin: 0px auto 50px;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	width: 900px;
	padding-left: 10px;
}
.content_head {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #1e303f;
	padding: 5px 30px;
	margin: 20px 0px 5px;
	text-align: center;
}
.ex_icon {
	animation-name: fadein_out;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes fadein_out {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.partner_hd {
	margin: 5px 0px;
	background: #dbdddc;
	cursor: pointer;
}
.partner_hd:hover {
	opacity: 0.8;
}
.txt_hd {
	font-weight: bold;
	margin-top: 15px;
	text-decoration: underline;
}
.txt_in {
	font-size: 15px;
	text-indent: -12px;
	padding-left: 24px;
}
#content_body .icon_check {
	font-size: 20px;
	color: #e7cc2d;
	padding-right: 5px;
	vertical-align: middle;
}
.content_inner {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 5px 0px 10px; 
}
.content_menu {
	width: 115px;
	background: #1f303f;
	text-align: center;
	box-shadow: 6px 6px 0px 0px #dbdcdc;
}
.content_text {
	width: calc(100% - 170px);
	padding: 0px 0px;
	position: relative;
}
.txt_link {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	padding-left: 10px;
}
.txt_link:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.txt_link::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid #3079ed;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	display: inline-block;
	margin-right: 8px;
}
.flow_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0px 30px;
}
.flow_box {
	width: 32%;
	text-align: center;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 2px 2px 8px rgb(155 155 155 / 40%);
	border-radius: 5px;
}
.flow_step {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: left;
	background: #ddd;
	padding: 0px 10px;
	border-radius: 5px 5px 0px 0px;
}
.flow_inner {
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px 15px;
}
.flow_hd {
	font-size: 18px;
	font-weight: bold;
	color: #35579a;
	line-height: 1.3;
	margin: 10px 0px;
	letter-spacing: 1px;
}
.flow_txt {
	font-size: 14px;
	margin: 10px 0px;
	text-align: left;
}
.attention_box {
	background: #ffd0e9;
	border: solid 4px #1f303f;
	padding: 15px 20px;
	position: relative;
	
}
.attention_txt {
	font-size: 14px;
	text-indent: -14px;
	padding-left: 14px;
}
.attention_txt::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #222;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	margin-right: 3px;
}
#goFormBtn{
	width: 350px;
	font-size: 20px;
	color: #fff;
	background: #1f77bd;
	border: none;
	border-radius: 5px;
	padding: 20px;
}
#goFormBtn:hover {
	opacity: 0.8;
}
#content-footer {
	min-width: 1100px !important;
}
#content_body .closebtn {
	margin: 50px auto 40px auto;
	text-align: center;
}
#content_body .closebtn input {
	padding: 5px 30px;
	font-size: 16px;
	height: 40px;
	line-height: 1.5em;
	letter-spacing: 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #555;
	cursor: pointer;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #f1f1f1);
}
#content_body .closebtn input:hover {
	background-image: linear-gradient(#f1f1f1, #ffffff);
}
#copyright {
	width: 900px;
	height: 30px;
	font-size: 12px;
	color: #444;
	background: #f5f5f5;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	text-align: center;
}