@charset "utf-8";
/*-------------------------------------------------

共通設定

-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body,html{
	min-width:1040px;
}
html {
	height:100%;
	overflow-y:scroll;/* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color: #222222;
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width:100%;
	height:auto;
	width /***/:auto;
	border: none;
	vertical-align: text-bottom;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
ul li {
	list-style-type: none;
}
ol{
	padding-left:1.5em;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
ul.list_dics li{
	list-style-type:disc;
	padding-left:0;
	margin-left:1.3em;
}
ul.indentList li{
	list-style-type:disc;
	padding-left:0;
	margin-left:1.3em;
}
.indent1 {
	padding-left:1em !important;
}
.indent2 {
	padding-left:2em !important;
}
.indent3 {
	padding-left:3em !important;
}
sup,
.super {
	font-size: 0.5em;
	vertical-align: super;
	margin: 0 !important;
}
i{
	margin:0 0.5em 0 0;
}
.small {
	font-size: 0.8em !important;
}
.big {
	font-size: 1.4em !important;
}
.white{
	color: #FFFFFF !important;
}
.red {
	color: #E60013 !important;
}
.purple{
	color: #1C3C6B !important;
}
.bg_green{
	background:#DAE000;
}
.bg_lgreen{
	background:#F6FAED;
}
.bg_sky{
	background:url("../img/bg_sky.jpg") no-repeat center bottom;
	background-size:cover;
}
.bg_red{
	background:#E60013;
}
.bold {
	font-weight: bold !important;
}
.clear {
	clear: both !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.borderB {
	padding-bottom: 19px !important;
	margin-bottom: 20px !important;
	border-bottom: 1px dotted #D2D2D2;
}
.radius {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-bottom-right-radius: 5px;         /* CSS3 */
	border-bottom-left-radius: 5px;         /* CSS3 */
	-moz-border-radius-bottomright: 5px;    /* Firefox */
	-moz-border-radius-bottomleft: 5px;    /* Firefox */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Chrome */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Chrome */
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
}
.grad {
	background: #151847; /* CSS3グラデーション未対応ブラウザ用 */
	background: -webkit-linear-gradient(top, #3C3F81, #151847); /* webkit用 */
	background: -moz-linear-gradient(top, #3C3F81, #151847); /* mozila(Firefox)用 */
	background: -o-linear-gradient(top, #3C3F81, #151847);  /* 旧opera用 */
	background: -ms-linear-gradient(top, #3C3F81, #151847);  /* IE9用 */
	background: linear-gradient(to bottom, #3C3F81, #151847);  /* IE10とOpera12.50用 */
}
input, select, textarea, button {
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0.3em 0.3em;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
}
option {
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
textarea {
	resize: vertical;
	width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	border: none;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sp{
	display:none;
}
.mt_s{
	margin-top:1rem !important;
}
.mb_xs{
	margin-bottom:0.5rem !important;
}
.mb_s{
	margin-bottom:1rem !important;
}
.mb_m{
	margin-bottom:2rem !important;
}
.mb_l{
	margin-bottom:4rem !important;
}
.mb_xl{
	margin-bottom:6rem !important;
}
.mb_n{
	margin-bottom:0 !important;
}
.pa_m{
	padding:2rem !important;
}
.ptb_s{
	padding-top:1rem !important;
	padding-bottom:1rem !important;
}
.ptb_m{
	padding-top:2rem !important;
	padding-bottom:2rem !important;
}
.ptb_l{
	padding-top:4rem !important;
	padding-bottom:4rem !important;
}
@media screen and (max-width:720px) {
body,html{
	min-width:inherit;
}
body {
	font-size:14px;
	line-height:1.6;
	-moz-box-sizing:border-box;
}
input, select, textarea {
	max-width:100%;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
}
/*-------------------------------------------------

リンク

-------------------------------------------------*/
a {
	color: #333333;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
@media screen and (max-width:720px) {
}
/*-------------------------------------------------

ラップ

-------------------------------------------------*/
.wrap {
	clear: both;
	position: relative;
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width:720px) {
.wrap {
	width: 95%;
	padding:0;
}
}
/*-------------------------------------------------

ヘッダー

-------------------------------------------------*/
header {
	padding:2rem 2.5%;
}
header .logo{
	width:200px;
}
@media screen and (max-width:720px) {
header {
	padding:1.5rem 2.5%;
}
}
/*-------------------------------------------------

メイン

-------------------------------------------------*/
h1 img{
	display:block;
}
h2{
	font-size:2.6rem;
	line-height:1.4;
}
.box_yellow{
	padding:2rem;
	border:4px solid #FDD000;
	border-radius:1.4rem;
	background: #FFFFFF;
}
.box_brown{
	padding:2rem;
	border:4px solid #7A6A56;
	border-radius:1.4rem;
	background: #FFFCDB;
}
.box_brue{
	padding:2rem;
	border:4px solid #00A1E9;
	border-radius:1.4rem;
	background: #FFFCDB;
}
.box_white{
	padding:2rem;
	border-radius:1.4rem;
	background: #FFFFFF;
}
table th{
	font-size:1.2rem;
	vertical-align:top;
	padding:0.5rem;
}
.label_yellow,
.label_red{
	width:calc(100% - 2em);
	display:inline-block;
	color:#FFFFFF;
	text-align:center;
	white-space:nowrap;
	padding:0.5em 1em;
	border-radius:0.5rem;
	background:#FDD000;
}
.label_red{
	background:#E60013;
}
table td{
	padding:0.5rem;
}
.flex_2rows{
	display: flex;
	align-items: center;
	gap: 2rem;
}
.flex_2rows .area_txt {
	flex: 3;
}
.flex_2rows .area_img {
	flex: 1;
}
.btn_pdf{
	position: relative;
	display: inline-block;
	width: calc(80% - 4rem);
	color: #E60013;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration:none;
	padding: 1rem 2rem;
	background: #FFEEEE;
}
.btn_pdf::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: "FontAwesome";
	content: "\f1c1";
}
.box_privacy{
	width: 80%;
	margin:0 auto;
	background: #E7F0F9;
}
.btn_privacy{
	position: relative;
	display: inline-block;
	width: calc(100% - 4rem);
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 2rem;
	cursor:pointer;
}
.btn_privacy::after {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: "FontAwesome";
	content: "\f107";
}
.privacy_detail{
	display:none;
	padding: 0 2rem 2rem 2rem;
}
.list_btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
}
.list_btn li {
	flex: 1;
	text-align: center;
}
.btn_entry {
	position: relative;
	width: 100%;
	padding: 1rem 2rem;
	font-size:1.2rem;
	font-weight: bold;
	border: none;
	border-radius: 10rem;
	cursor: pointer;
	transition: background-color 0.2s, opacity 0.2s;
}
.btn_entry:not(:disabled) {
	color: #FFFFFF;
	background-color: #F39800;
}
.list_btn li:last-child .btn_entry:not(:disabled) {
	background-color: #0BA29A;
}
.btn_entry:not(:disabled):hover {
	background-color: #D6870A;
}
.list_btn li:last-child .btn_entry:not(:disabled):hover {
	background-color: #098F87;
}
.btn_entry:disabled {
	color: #888888;
	background: #CCCCCC;
	cursor: not-allowed;
	opacity: 0.6;
}
.btn_entry:not(:disabled)::after {
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\f105";
	font-family: "FontAwesome";
}
@media screen and (max-width:720px) {
h2{
	font-size:2rem;
}
table th{
	display:block;
	text-align:left;
	vertical-align:middle;
}
table td{
	display:block;
}
.flex_2rows .area_txt {
	flex: 1;
}
.btn_pdf{
	width: calc(100% - 4rem);
	font-size: 1.2rem;
}
.box_privacy{
	width: 100%;
}
.btn_privacy{
	font-size: 1.2rem;
}
.list_btn {
	flex-direction: column;
	gap: 1rem;
}
.list_btn li {
	flex: none;
	width: 100%;
}
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
footer {
	padding: 2rem 0;
}
@media screen and (max-width:720px) {
}