/* @group トップページ
------------------------------------------------------*/
.contents.home {
    padding-top: 27px;
	position: relative;
}

.topBtn {
	display: block;
	width: 220px;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #44AF35;
	border: 2px solid #fff;
	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #F8FF00;
	
	position: absolute;
	top: 30px;
	right: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}
.topBtn:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
}

.txt_period {
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
}
.txt_period div {
	display: table;
}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #333;
	}
	.txt_period del {
		color: #ff0000;
	}
	.txt_period .end i {
		color: #ff0000;
	}





/* @group ページ共通
------------------------------------------------------*/
.contents.page {
    padding-top: 0;
}

.contents.page .society-title {
    width: 1000px;
    height: 180px;
    margin: 0 auto 0px;
}

.page-contents {
    height: 100%;
    background-color: #fff;
    padding: 20px 0 40px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;

}


.wrap700 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* 見出し */

.h2pageTitle {
    background-color: #E81408;
		padding: 10px;
    margin-bottom: 40px;
}
.h2pageTitle span {
    
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;

}

.h2pageTitle span::before {
    content: '';
    display: inline-block;
    background-image: url(../images/ico-menu_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -1px;
    width: 10px;
    height: 14px;
    margin-right: .5em;
    vertical-align: middle;
}

.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#E81408;
	border-bottom:1px solid #999;
	padding-bottom:0px;
}
	.h3heading span {
		border-left:7px solid #E81408;
		padding-left:10px;
	}

.h3heading02 {
	background: #006BB3;
	padding: 5px 15px;
	margin:40px 0 30px;
}
	.h3heading02 span {
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
	}


.h4heading {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#066BBE;
}
	.h4heading span {
		display:block;
		border-bottom:1px solid #ccc;
		padding-bottom:1px;
	}

.under_construction {
    text-align: center;
    font-size: 1.1em;
    padding-top: 50px;
}

/* アイコン
--------------------------*/

.exlink::after {
    content: '\f08e';
    /* 外部リンク先のアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.download::before {
    content: '\f019';
    /* ダウンロードのアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.pdf::after {
    content: '\f1c1';
    /* PDFファイルの後（fa-file-pdf-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.word::after {
    content: '\f1c2';
    /* WORDファイルの後（fa-file-word-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.ppt::after {
    content: '\f1c4';
    /* PPTファイルの後（fa-file-powerpoint-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.cipher a::before {
    content: '\f023';
    /* 暗号通信の前（fa-lock） */
    font-family: FontAwesome;
    margin-right: .5em;
}

.link::before {
    content: '\f0c1';
    font-family: FontAwesome;
    margin-right: 10px;
}

/*罫線*/

hr {
    border: none;
    border-top: 1px solid #ccc;
}

hr.hr-full {
    margin: 0 .75em 1.5em;
    box-shadow: 2px 1px 1px #ddd;
}

.border {
    padding-bottom: 5px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #eee;
}

/*文字詰め*/

.feature {
    font-feature-settings: "palt";
}

/*囲み*/

.frm-style01 {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 1em 2em;
}

.frm-style02 {
    box-sizing: border-box;
    border: 3px solid #eee;
    padding: 1em;
}

.frm-style03 {
    box-sizing: border-box;
    background: rgba(0, 67, 133, 0.05);
    border: 3px solid rgba(0, 67, 133, .1);
    padding: 1em;
}

.frm-style04 {
    padding: .5em 1em;
}

.frm-style05 {
    box-sizing: border-box;
    border: 1px solid #ff0000;
    padding: 1em 2em;
}

/*リストスタイル*/

.list-style01 {
    margin-left: 40px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.list-style02 {
    padding-left: 2em;
    padding-right: 1em;
    list-style-type: disc;
}

.list-style02 ul {
    padding-left: 0;
    list-style-type: none;
}

.list-style {
    list-style-position: outside;
    padding-left: 1.5em;
}

.list-disc {
    list-style-type: disc;
}

.list-num {
    list-style-type: decimal;
}

.asterisk {
    padding-left: 1.5em;
    text-indent: -1.3em;
}

.asterisk li::before {
    content: '※';
    margin-right: .3em;
    position: relative;
    bottom: 2px;
}

.dl_01 {
	margin: 1rem;
	line-height: 2;
}
	.dl_01 dt {
		font-weight: bold;
	}
	.dl_01 dd {
		padding-left: 1em;
	}


/*表組み*/

.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    min-width: 50%;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
    border: 1px #CCCCCC;
    border-style: solid;
}

.tbl-style01 thead th {
    background-color: #eeeeee;
    border: 1px #CCCCCC;
    border-style: solid;
    padding: .25em .5em;
}

.tbl-style01 tbody th {
    background-color: #eeeeee;
    padding: .1em .5em;
}

.tbl-style01 tbody td {
    background-color: #FFFFFF;
    padding: .2em .5em;
}

.tbl-style02 tbody th {
    padding: 20px 10px;
    color: #8F6A0E;
    font-weight: bold;
}

.tbl-style02 tbody th::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-image: linear-gradient(to right, #333 0%, rgba(255, 255, 255, 0.2) 100%);
    position: relative;
    left: -1px;
    bottom: 3px;
}

.tbl-style02 tbody td {
    padding: 20px 10px;
}

.th-c-m th {
    text-align: center;
    vertical-align: middle;
}

.th-l-m th {
    text-align: left;
    vertical-align: middle;
}

.th-l-t th {
    text-align: left;
    vertical-align: top;
}

.td-c-m td {
    text-align: center;
    vertical-align: middle;
}

.td-l-m td {
    text-align: left;
    vertical-align: middle;
}

.td-l-t td {
    text-align: left;
    vertical-align: top;
}

.tbl_nostyle th {
    white-space: nowrap;
    padding-right: 1em;
}

.tbl_nostyle th,
.tbl_nostyle td {
    padding-bottom: 3px;
}

/*ボタン*/
.btn-style01 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-style01 a {
    background-image: linear-gradient(to bottom, #E81408 0%, #E81408 100%);
    border-radius: 3px;
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
}

.btn-style01 a:hover {
    background-image: linear-gradient(to bottom, #172a81 0%, rgba(23, 42, 129, 0.75) 100%);
    box-shadow: none;
}

.btn-style01.btn-sub a {
    background-image: linear-gradient(-180deg, #666666 0%, #888888 100%);
}

.btn-style01.btn-sub a:hover {
    background-image: linear-gradient(-180deg, #888888 0%, #666666 100%);
}




.ul_menu {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.ul_menu li {
	margin-bottom: 2em;
}





/*同意するにチェック入れる*/

/*------------------------------------------------------------
.notes_required
------------------------------------------------------------*/

.notes_required {
  text-align: center;
  background: #fff;
  padding: 0px 20px;
}
.notes_required .checkBtn_area {
  max-width: 500px;
  margin: 15px auto 10px;
  border-radius: 12px;
  padding: 20px 0;
  transition-duration: 0.2s;
}
.notes_required label {
  color: #333;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.notes_required label .label_inner {
  padding-left: 22px;
}
.notes_required label .label_inner:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #737373;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.notes_required._check label .label_inner:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 6px solid #d6042e;
  border-right: 6px solid #d6042e;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.9em;
}
.notes_required label input {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .notes_required label {
    font-size: 18px;
  }
  .notes_required .check_text_b {
    font-size: 14px;
  }
  .notes_required label .label_inner {
    padding-left: 10px;
  }
  .notes_required label .label_inner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
}

/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/

.btnArea {
  width: 300px;
  
  position: relative;
}
.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea._check input[type="submit"] {
  z-index: -1;
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969696;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #00407b;
  width: 100%;
  height: 60px;
  padding: 0 10% 0 6%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_one:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -11px;
}
._check a.btn_one._a {
  background: #3475b1;
  box-shadow: 0px 5px 0px 0px #104575;
}
a.btn_one._a:hover {
  background: #228bc8;
  opacity: 1;
}
._check a.btn_one._b {
  background: #ff3333;
  box-shadow: 0px 5px 0px 0px #255720;
}
a.btn_one._b:hover {
  background: #cc0000;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  a.btn_one {

    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  a.btn_one {
    font-size: 16px;
  }
}













