@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#philo_top {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
#philo_top dl {
	margin: 0px;
	padding: 0px;
}
#philo_top dl dt {
	font-size: 220%;
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#philo_top dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#philo_top dl dd span {
	font-weight: bold;
	color: #C00;
}
#philo_top dl p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#philo_top_img {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#philo_top_img img{
	border-radius: 5px;
}
.philo_top_img_inner {
	padding: 0px;
	margin: 0px;
}
#visit {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    background-color: #FAF2E4;
    border-radius: 15px;
}
#visit dl {
    margin: 0px;
    padding: 30px;
}
#visit dl dt {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#visit dl dd {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#visit dl dd a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #283161;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#visit dl dd a:hover  {
	-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;
	background-color: #5260b2;
}
#features {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#features dl {
	height: auto;
	width: 31%;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 8px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border: 2px solid #344293;
}
#features dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.6em;
}
#features dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#features dl dd img{
	max-width:100%;
	border-radius:8px;
}
#features dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.namber {
	font-size: 350%;
	font-weight: bold;
	line-height: 1.2em;
	background: linear-gradient(to right, #398edd, #39dda5);
	-webkit-background-clip: text;
	color: transparent;
	font-style: italic;
	position: absolute;
	left: 6px;
	top: -30px;
	height: 60px;
	width: 50px;
}
#g_area {
	background-color: #e4f0fa;
	padding-top: 50px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.greeting1 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 30%;
	float: left;
}
.greeting1 dl {
	margin: 0px;
	padding: 0px;
}
.greeting1 dl dt {
	padding: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
	border-radius: 7px;
}
.greeting1 dl dd {
	padding: 0px;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #344293;
}
.greeting1 dl p {
	font-size: 85%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.greeting2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 60%;
	float: right;
}
.greeting2 dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.greeting2 dl dt {
	color: #344293;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.greeting2 dl dd {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#req {
	padding: 0px;
	border: 2px solid #344293;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#req dl {
	margin: 0px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#req dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.list1 th {
	background-color: #FAFAFA;
	width: 35%;
	font-size: 90%;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
}
.list2 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.list2 th,
.list2 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.list2 th {
	background-color: #FAFAFA;
	width: 35%;
	font-size: 90%;
	line-height: 1.7em;
}
.list2 td {
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.7em;
}
.list2 td span {
	font-size: 90%;
	line-height: 1.5em;
}
.link-btn-re {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	display: flex;
  justify-content: space-between;
}
.link-btn-re-inner {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 47%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-re-inner a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #283161;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.link-btn-re-inner a:hover  {
	-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;
	background-color: #5260b2;
}






.ENDENDENDENDENDENDENDENDENDENDENDENDEND{
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#philo_top {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
#philo_top dl {
	margin: 0px;
	padding: 0px;
}
#philo_top dl dt {
	font-size: 140%;
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#philo_top dl dd {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#philo_top dl dd span {
	font-weight: bold;
	color: #C00;
}
#philo_top dl p {
	margin: 0px;
	padding: 0px;
}

#philo_top_img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#philo_top_img img{
	border-radius: 5px;
}
.philo_top_img_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#visit {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    background-color: #FAF2E4;
    border-radius: 0px;
}
#visit dl {
    margin: 0px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
#visit dl dt {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#visit dl dd {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#visit dl dd a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #283161;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#features {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#features dl {
	height: auto;
	width: 90%;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 8px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 2px solid #344293;
}
#features dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.6em;
}
#features dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#features dl dd img{
	max-width:100%;
	border-radius:8px;
}
#features dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.namber {
	font-size: 350%;
	font-weight: bold;
	line-height: 1.2em;
	background: linear-gradient(to right, #398edd, #39dda5);
	-webkit-background-clip: text;
	color: transparent;
	font-style: italic;
	position: absolute;
	left: 6px;
	top: -30px;
	height: 60px;
	width: 50px;
}
#g_area {
	background-color: #e4f0fa;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.greeting1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.greeting1 dl {
	margin: 0px;
	padding: 0px;
}
.greeting1 dl dt {
	padding: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
	border-radius: 7px;
}
.greeting1 dl dd {
	padding: 0px;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #344293;
}
.greeting1 dl p {
	font-size: 85%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.greeting2 {
	margin: 0px;
	padding: 0px;
}
.greeting2 dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.greeting2 dl dt {
	color: #344293;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.greeting2 dl dd {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#req {
	padding: 0px;
	border: 2px solid #344293;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#req dl {
	margin: 0px;
	padding: 30px;
}
#req dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 10px;
}
.list1 th {
	background-color: #FAFAFA;
	width: 35%;
	font-size: 90%;
	line-height: 1.5em;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.6em;
}
.list2 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.list2 th,
.list2 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 10px;
}
.list2 th {
	background-color: #FAFAFA;
	width: 30%;
	font-size: 90%;
	line-height: 1.7em;
}
.list2 td {
	background-color: #FFF;
	font-size: 85%;
	line-height: 1.7em;
}
.list2 td span {
	font-size: 90%;
	line-height: 1.3em;
	display: block;
}
.link-btn-re {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.link-btn-re-inner {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.link-btn-re-inner a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #283161;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 90%;
}

}
