@charset "utf-8";

/*********** PAGE TTL ***********/

.page_header-01 {
	position: relative;
	width: 100%;
	height: 500px;
	text-align: center;
}
.page_header-02 {
	position: relative;
	width: 100%;
	height: 230px;
}

.page_header-01 .page_ttl_box {
	position: absolute;
	width: 100%;
	top: 140px;
	left: 0;
	right: 0;
	margin: auto;
}
.page_header-01 .page_ttl_box p {
	font-size: 1.3em;
}
.page_header-01 .page_ttl_box h1 {
	font-size: 2.0em;
	font-weight: 400;
}

/*　各ページヘッダー　*/
#info .page_header-01 {
	background: url("../images/info/h_ttl_info.jpg") no-repeat center / cover;
}
#info-article .page_header-02 {
	background: url("../images/info/h_ttl_info-more.jpg") no-repeat center / cover;
}
#contact .page_header-01 {
	background: url("../images/contact/h_ttl_contact.jpg") no-repeat center / cover;
}
#entry .page_header-01 {
	background: url("../images/entry/h_ttl_entry.jpg") no-repeat center / cover;
}
#policy .page_header-01 {
	background: url("../images/policy/h_ttl_policy.jpg") no-repeat center / cover;
}


/*********** MAIN CONTENTS ***********/

.wrap_cont-01 {
	position: relative;
	background: url("../images/common/decoration_01.png") no-repeat top center / 100%;
	margin-top: -140px;
	padding: 180px 0 150px;
	z-index: 99;
}
.wrap_cont-02 {
	position: relative;
	background: url("../images/common/decoration_01.png") no-repeat top center / 100%;
	margin-top: -120px;
	padding: 180px 0;
	z-index: 99;
}


/*********** INFORMATION ***********/

#info .list dl {
	position: relative;
	display: flex;
	padding: 1.5em 0;
	border-top: 1px solid #C6D2DB;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#info .list dl:last-child {
	position: relative;
	display: flex;
	padding: 1.5em 0;
	border-top: 1px solid #C6D2DB;
	border-bottom: 1px solid #C6D2DB;
}
#info .list dl a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#info .list dl dt {
	width: 230px;
}
#info .list dl dt .cat_label {
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background: #B4C7D8;
	padding: 0 1.0em;
	margin: 0 20px;
	display: inline-block;
}
#info .list dl dd {
	width: calc(100% - 250px);
}
#info .list dl::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #2F92D0;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
#info .list dl::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(47,146,208,0.2);
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#info .list dl:hover::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: rgba(47,146,208,0.2);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* 記事 */

.article_box {
	margin-bottom: 100px;
}

/* 記事タイトル */
.article_ttl_box {
	margin-bottom: 70px;
}
.article_ttl_box h1 {
	font-size: 2.0em;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.article_ttl_box h1 {
	font-size: 2.0em;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.article_ttl_box .date {
	color: #929FAD;
}
.article_ttl_box .cat_label span {
	font-size: 0.9em;
	color: #2F92D0;
	display: inline;
	border-right: 2px solid #2F92D0;
	padding: 0 1.0em;
}
.article_ttl_box .cat_label span:first-child {
	border-left: 2px solid #2F92D0;
}



/*********** PRIVACY POLICY ***********/

#policy dl dt {
	font-size: 1.2em;
	margin: 2.0rem auto 0.5rem;
}
#policy dl dd {
	margin: 0;
	padding-bottom: 2.0rem;
	border-bottom: 1px dashed #707070;
}


/*********** CONTACT / ENTRY ***********/

.form_area {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
}
.form_area dl {
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	display: flex;
}
.form_area dl dt {
	width: 250px;
	padding: 10px 0;
}
.form_area dl dt .required {
	background: #283D52;
	color:#fff;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.0;
	box-sizing: border-box;
	padding:0.2em 0.7em; 
	margin: -0.5em 0 0 1.0em;
	display: inline-block;
	vertical-align: middle;
}
.form_area dl dd {
	width: calc(100% - 250px);
	float: left;
}
.form_area.confirm_box dl dd {
	width: calc(100% - 250px);
	float: left;
	padding: 10px 0; 
}
.form_area dl dd input {
	width: 100%;
	padding: 15px 10px;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #CFDCE5;
}
.form_area dl dd textarea {
	width: 100%;
	height: 150px;
	padding: 2% 1.5%;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #CFDCE5;
}
.form_area dl dd input::placeholder,
.form_area dl dd textarea::placeholder {
	color: #969696;
}
.form_area dl dd .error {
	color: #ea5050;
}
.form_area dl dd input[type=checkbox] {
	width: 30px;
}
.form_area dl dd input[type=radio] {
	width: 15px;
	height: 20px;
	vertical-align:text-bottom;
	padding: 0.5em 0;
}
.form_area dl dd .wpcf7-radio {
	padding: 10px 0;
	display: block;
}
.contact_box .btn input,
.contact_box .btn_gray input {
	position: relative;
	font-size:1.0rem;
	width: 350px;
	height: auto;
	margin: 15px auto;
	text-align: center;
	letter-spacing:2px;
	font-weight: normal;
	color:#fff;
	background: #80ABC6;
	padding: 1.0em 0;
	overflow: hidden;
	display: block;
	border: none;
	border-radius:0px;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.contact_box .btn_gray input {
	background: #aaa;
}
.contact_box .btn input:hover,
.contact_box .btn_gray input:hover {
    color: #fff;
	opacity: 1.0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background: #045C93;
}


@media screen and (max-width: 999px) {

	
}


@media screen and (max-width: 767px) {
	
/*********** PAGE TTL ***********/

.page_header-01 {
	position: relative;
	width: 100%;
	height: 300px;
	text-align: center;
}
.page_header-02 {
	position: relative;
	width: 100%;
	height: 150px;
}

.page_header-01 .page_ttl_box {
	position: absolute;
	width: 100%;
	top: 105px;
	left: 0;
	right: 0;
	margin: auto;
}
.page_header-01 .page_ttl_box p {
	font-size: 1.0em;
}
.page_header-01 .page_ttl_box h1 {
	font-size: 1.5em;
	font-weight: 400;
}

/*　各ページヘッダー　*/
#policy .page_header-01 {
	background: url("../images/policy/h_ttl_policy.jpg") no-repeat top left / cover;
}

/*********** MAIN CONTENTS ***********/

.wrap_cont-01 {
	position: relative;
	background: url("../images/common/decoration_01.png") no-repeat top center / 100%;
	margin-top: -80px;
	padding: 100px 0;
	z-index: 99;
}
.wrap_cont-02 {
	position: relative;
	background-image: linear-gradient(90deg, rgba(142, 185, 213, 1), rgba(195, 217, 227, 1));
	margin-top: -80px;
	padding: 100px 0;
	z-index: 99;
}
	

/*********** INFORMATION ***********/

#info .list dl {
	display: block;
	padding: 1.2em 0;
}
#info .list dl:last-child {
	display: block;
	padding: 1.2em 0;
}
#info .list dl dt {
	width: 100%;
	margin-bottom: 0.5em;
}

#info .list dl dd {
	width: 100%;
}


/*********** CONTACT / ENTRY ***********/

.form_area {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
}
.form_area dl {
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
	display: block;
}
.form_area dl dt {
	width: 100%;
	padding: 10px 0;
}
.form_area dl dd {
	width: 100%;
	float: left;
}
.form_area dl dd input {
	width: 100%;
	padding: 15px 10px;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #CFDCE5;
}
.form_area dl dd textarea {
	width: 100%;
	height: 150px;
	padding: 2% 1.5%;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #CFDCE5;
}

.contact_box .btn input {
	width: 100%;
}

	
}
