@charset "shift_jis";

#frozencp-body {
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#frozencp-body h1, h2 {
	font-size: 18px;
	margin: 0px;
}
#frozencp-body h3, h4 {
	font-size: 16px;
}
#frozencp-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#frozencp-body .btn_area {
	margin:  20px auto 40px;
	text-align: center;
}
/*フォントサイズ14px-*/
.ft-14 {
	font-size: 14px;
}
/*濃い水色*/
.fzn_blue {
	color: #00B0F0;
}
.fzn_linkbtn {
    padding: 15px 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.fzn_linkbtn:hover {
    opacity: 0.7;
}
.contents_h2 {
	background: #00B0F0;
	color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0px 20px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
}
/*見出し下コンテンツラッパー*/
.fzn_wrapper {
	padding: 0 15px;
}
/*横並び*/
.contents_box {
	display: flex;
    align-items: center;
    margin: 35px 0;
}
/*リンク*/
.ff-link1 {
    text-decoration: none;
    color:#1c5aa5;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}
.fzn_flex_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 40px;
}
/*スラッシュ*/
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
	transform: rotate(-30deg);
    margin-right: 10px;
}
.copy_slash::after {
	transform: rotate(30deg);
    margin-left: 10px;
}
/*スラッシ茶色*/
.copy_slash_brown {
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 5px;
}
.copy_slash_brown::before,
.copy_slash_brown::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #E97132;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash_brown::before {
	transform: rotate(-30deg);
    margin-right: 15px;
}
.copy_slash_brown::after {
	transform: rotate(30deg);
    margin-left: 15px;
}
/*ご注意ください*/
.before_fzn {
  position: relative;
  font-weight:bold;
  padding: 0 0 0 22px;
}
.before_fzn::before {
	content: "";
	background-image: url("../images/google_worning.svg");
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
}
/* ※印 */
.indent_kome {
	position: relative;
    padding-left: 18px
}
.indent_kome::before {
	content: "※";
	position: absolute;
	left: 0;
}
/* ３列均等配置ボックス */
.fznlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8px 0px 30px;
}
.fznlist_box {
	width: 32%;
	height: auto;
	margin: 0 0 15px;
}
.fznlist li {
	list-style: none;
}
.fznlist li a:hover {
	opacity: 0.7;
}
.fzncp_img:hover {
	opacity: 0.7;
}
/* アンダーライン青 */
.maker_bl {
	background: linear-gradient(transparent 60%, rgba(0,176,240,0.41) 60%);
	padding: 0 5px 0 0;
}
.about_title {
	width: 100px;
	height: 30px;
	line-height: 2;
	background-color: #00B0F0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
.about_txt {
	flex:1;
	margin-left:15px;
}
.about_sty {
	display: flex;
	margin: 25px 0;
	align-items: center;
}


