@charset "utf-8";

body {
	font: normal 23px/1.8 'Noto Serif JP', serif;
	text-align: left;
	color: #333333;
	text-align: justify;
	overflow-x: hidden;
}


body .sp-item {
	display: none !important;
}

body .pc-item {
	display: block !important;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height: 100%;
	}

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

	body .sp-item img {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.sp img {
		max-width: 90%;
	}

	.sp02 img {
		max-width: 100%;
	}

	.sp03 img {
		max-width: 70%;
	}
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.ov_hd {
	overflow: hidden;
}

.bg_none {
	background-image: none !important;
}

a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.line_0 {
	line-height: 0;
}

.zindex {
	z-index: 200;
}

input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

input[type=image]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
	font-style: normal;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}

.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}

.red {
	color: #ff0000;
}

.yellow {
	background-color: #ffff00;
}

.gray {
	color: #666666;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.line {
	text-decoration: underline;
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

.al {
	text-align: left !important;
}

.bold {
	font-weight: bold !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
	line-height: 150%;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font21 {
	font-size: 21px !important;
}

.font22 {
	font-size: 22px !important;
}

.font23 {
	font-size: 23px !important;
}

.font24 {
	font-size: 24px !important;
}

.font25 {
	font-size: 25px !important;
}

.font26 {
	font-size: 26px !important;
}

.font27 {
	font-size: 27px !important;
}

.font28 {
	font-size: 28px !important;
}

.font29 {
	font-size: 29px !important;
}

.font30 {
	font-size: 30px !important;
}

.font32 {
	font-size: 32px !important;
}

/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.clear {
	clear: both;
}

img {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/****************
プリヘッド
/****************/
.prehead {
	background: rgb(35, 100, 168);
	background: -moz-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: -webkit-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2364a8", endColorstr="#4179b4", GradientType=1);
	padding: 5px 0;
	line-height: 0;
}


/****************
声
/****************/
.senryaku_ttl_bg {
	background: rgb(35, 100, 168);
	background: -moz-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: -webkit-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2364a8", endColorstr="#4179b4", GradientType=1);
	margin-bottom: 15px;
	padding: 10px 0;
}


.senryaku img {
	max-width: 100%;
}

.senryaku_box {
	max-width: 750px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 0 30px 10px;
	margin-top: 20px;
	box-shadow: 0px 0px 15px -5px #a77b00;
	border-radius: 0px;
	box-sizing: border-box;
}

.senryaku {
	background: #FBF4C7;
	background: -webkit-linear-gradient(0deg, rgba(251, 244, 199, 0) 1%, rgba(250, 240, 155, 1) 18%, rgba(251, 244, 199, 1) 44%, rgba(250, 240, 155, 1) 55%, rgba(251, 244, 199, 1) 75%, rgba(250, 240, 155, 1) 84%, rgba(251, 244, 199, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(251, 244, 199, 0) 1%, rgba(250, 240, 155, 1) 18%, rgba(251, 244, 199, 1) 44%, rgba(250, 240, 155, 1) 55%, rgba(251, 244, 199, 1) 75%, rgba(250, 240, 155, 1) 84%, rgba(251, 244, 199, 0) 100%);
	background: linear-gradient(0deg, rgba(251, 244, 199, 0) 1%, rgba(250, 240, 155, 1) 18%, rgba(251, 244, 199, 1) 44%, rgba(250, 240, 155, 1) 55%, rgba(251, 244, 199, 1) 75%, rgba(250, 240, 155, 1) 84%, rgba(251, 244, 199, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FBF4C7", endColorstr="#FBF4C7", GradientType=0);
	padding-bottom: 5px;
}


@media screen and (max-width: 750px) {
	.senryaku_box {
		padding: 0 10px 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
}

/*******
プロフィール
********/
.profile_ttl {
	background: rgb(0, 21, 40);
	background: -moz-linear-gradient(180deg, rgba(0, 21, 40, 1) 0%, rgba(65, 82, 112, 1) 50%, rgba(0, 21, 40, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 21, 40, 1) 0%, rgba(65, 82, 112, 1) 50%, rgba(0, 21, 40, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 21, 40, 1) 0%, rgba(65, 82, 112, 1) 50%, rgba(0, 21, 40, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001528", endColorstr="#001528", GradientType=1);
	padding: 10px 0;
	margin-top: 10px;
	line-height: 0;
}


/*******
サービス
********/
table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background-color: #b3b3b3;
	font-weight: bold;
	text-align: center;
}

th,
td {
	padding: 3px;
	font-size: 20px;
	border: 1px solid #333;
	text-align: center;
}

td:first-child {
	width: 30%;
	background-color: #e6e6e6;
}


@media screen and (max-width: 750px) {
	th {
		font-size: 1rem;
	}

	table td {
		font-size: 1rem;

	}

}

/****************
インナー
/****************/
.inner {
	max-width: 750px;
	margin: 0 auto;
}

.inner p {
	margin-bottom: 1.5rem;
	font-feature-settings: "palt";
}

.chuushaku {
	text-align: center;
	font-size: 0.9rem;
	margin-top: 10px;
}

.chuushaku strong {
	font-size: 1.2rem;
}


@media screen and (max-width: 750px) {
	.inner {
		width: auto;
		word-wrap: break-word;
		padding: 0px 15px;
	}

	.inner>p {
		text-align: justify;
		font-size: 1rem;
		font-feature-settings: "palt";
		line-height: 1.7rem;
		margin-bottom: 1rem;
	}

	.chuushaku {
		font-size: 7px;
		font-feature-settings: "palt";
		margin-top: 0;
	}

	.chuushaku strong {
		font-size: 8px;
	}
}

/***********
   フォーム
*************/

.inputText {
	height: 100px;
	width: 100%;
	padding-left: 2%;
	font-size: 26px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	margin-bottom: 10px;
}

input::placeholder {
	color: #ccc;
}

@media screen and (max-width: 750px) {
	.mail_form_h {
		padding: 20px 10px;
	}

	.mail_form_box {
		width: 100%;
		margin: 20px 0px 0px;
	}

	.inputText {
		height: 100px;
		border: 1px solid #B3B3B3;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}

	.inputBtn {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.inputText {
		height: 60px;
		margin-bottom: 8px;
	}
}


/***********
   フォームエリア1
*************/
.form_area {
	position: relative;
	width: 100%;
	height: auto;
}

.form_box {
	position: absolute;
	top: 23%;
}

.form_box .inputText {
	width: 85%;
}

.form_box .inputText {
	width: 85%;
}

.form_box .inputBtn {
	width: 86%;
}

/***********
   フォームエリア2
*************/
.form_area2 {
	position: relative;
	width: 100%;
	height: auto;
}

.form_box2 {
	position: absolute;
	top: 56%;
}


.form_box2 .inputText {
	width: 85%;
}

.form_box2 .inputBtn {
	width: 86%;
}

@media screen and (max-width: 750px) {
	.form_box {
		top: 24%;
	}

	.form_area {
		width: auto;
		height: auto;
	}

	.form_box2 {
		top: 55%;
	}

	.form_area2 {
		width: auto;
		height: auto;
	}


}

/************
footer
*************/

#footer {
	background: rgb(35, 100, 168);
	background: -moz-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: -webkit-linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	background: linear-gradient(0deg, rgba(35, 100, 168, 1) 0%, rgba(65, 121, 180, 1) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2364a8", endColorstr="#4179b4", GradientType=1);
	color: #fff;
	font-size: 0.6em;
	padding: 20px 0;
	margin-top: 20px;
}

#footer a:link {
	color: #fff
}

/*未訪問のリンクの色*/
#footer a:visited {
	color: #fff;
}

/*訪問済みのリンクの色*/
#footer a:hover {
	color: dodgerblue;
}

/*カーソルが乗っているリンクの色*/

#footer a:link {
	text-decoration: none;
}


@media screen and (max-width: 750px) {
	#footer {
		font-size: 0.7rem;
		padding: 20px 0;
	}
}

/*****************
フローティングボタン
*****************/

.fixed_btn {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 10px;
	z-index: 10;
	text-align: center;
}

.fixed_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.fixed_btn a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}




/****************
共通
/****************/
.container {
	max-width: 600px;
	margin: 0 auto;
}

.container img {
	width: 100%;
	height: auto;
}

.yellow_bd {
	background: linear-gradient(transparent 50%, #ffe900 0%);
	padding-bottom: 2px;
}

.black_bd {
	border-bottom: 3px solid #000;
	padding-bottom: 1px;
}

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

	.container {
		width: auto;
	}


	.inputBtn:hover,
	.cta_btn:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	body {
		min-width: inherit;
		height: 100%;
	}

	img {
		max-width: 100%;
		text-align: center;
	}
}