<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    --base-001: #fafafa;
    --base-002: #B4B4B4;
    --main-001: #F4F0E2;
    --main-002: #B5AE96;
 &nbsp; &nbsp;--main-003: #B29A82;
 &nbsp; &nbsp;--accent-001: #fafafa;
    --font-001: #3E3D3D;/*黒*/
    --font-002: #554B40;/*茶*/
    margin:0px;
	 	background-color:#EEEEEE;
}
html{
	background-color:#EEEEEE;
}
.sp {
	display: none !important;
}
/*header*/
header{
    position: relative;
	width: 100%;
	margin: 0 auto;
	/*height: 90px;*/
	overflow: hidden;
	/*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
header .head_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
header .head_wrap .logo_area {
	width: 160px;
	float: left;
}
header .head_wrap .logo_area .logo {
	width: 100%;
}
.logo_area a{
	text-decoration:none;
}

header.search_result {
	background-color: #fff;
}

.site {
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: bold;
	padding-left: 12px;
	color: #333;
}

.header-img{
    margin:0 auto;
    font-size: 0px;
	width:60%;
}
.header-img img{
    width:100%;
    margin:0 auto;
    font-size: 0px;
}
.header-ul{
    color:white;
	/*
    display: flex;
    position: absolute;/*絶対配置*/
    /*
	top:25%;
    left:60%;
	*/
	width: 40%;
	float: right;
}
.header-li{
    list-style: none;
    padding-left:16px;
	display: inline;
	color:black;
}

.header-li:after {
	content: '/';
	margin-left: 14px;
}

.header-li:last-child:after {
	content: '';
}

.header-li a {
	color: black;
	text-decoration: none;
}

.search_condition {
	width: 75%;
	margin-left: 25%;
}

.search_condition p {
	font-size: 14px;
}

.search_condition p,
.search_condition form{
	display: inline-block;
	margin-top: 14px;
}

.top-title{
    background:black;
    font-size: 40px;
    width:50%;
    margin:0 auto;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    letter-spacing: 0.05em;
}
.top-title p{
    margin:0px;
}

/* ヘッダー下リンク */
.header_link {
	width: 60%;
    margin: 16px auto;
    overflow: hidden;
    padding-bottom: 16px;
    position: relative;
    top: -30px;
}

.header_link a {
	width: 46%;
	color: #fff;
	display: block;
	padding: 8px 0;
	overflow: hidden;
	color: #fff;
	background-color: #1A2930;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-image: url(/photo/right-white.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	box-shadow: 0 5px 10px #375564;
}

.header_link .left {
	float: left;
    margin-left: 3%;
}

.header_link .right {
	float: right;
    margin-right: 3%;
}


/*全体の配置*/

.main{
    width:100%;
    margin:0 auto;
    /*display:flex;*/
    position: relative;
}
.main.result {
	max-width: 1000px;
}
.center{
    width:100%;
    margin:0 auto;
}
.boton{
    width:30%;
	color:white;
    font-size: 28px;
	display: block;
    margin:0 auto;
    text-align:center;
    border:1px solid #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#f74553 ;
	text-decoration: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	padding: 28px 0;
}
.boton-one{
    color:white;
    font-size: 28px;
}
/*導入文*/
.first-text p{
	padding:16px;
}
.mini-title{
	font-size:28px;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
}

.mini-text{
	text-align:center;
	font-size:20px;
	margin-bottom:8px;
}
.bottom-border{
	width: 40px;
	height: 0px;
	background: transparent;
	border: 5px solid #000;
	margin:0 auto 16px;
	border-radius:5px;
}

/*検索ボックス*/
.search-results{
	font-weight:bold;
	color:gray;
	padding:5px;
}
.search-ranking{
	width:30%;
	border:solid 1px gray;
	font-weight:bold;
	color:gray;
	padding:5px;
}
.header-ul-search{
	color: white;
    width: 60%;
    float: right;
}
.header-ul-search li{
	list-style: none;
    padding-left: 16px;
	padding-right: 16px;
    display: inline;
    color:gray;
}

.search-frame{

}
.search{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.search-head{
    width:60%;
    margin:0 auto;
    background-color: rgba( 255, 255, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    border-radius: 25px 25px 0 0;
}
.search-head .search-top{
    font-size: 3.0em;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.search-head p {
    padding: 15px 20px;
    margin: 0;
}
.search-img{
    width:100%;
    display: block;
}

.search-title{
    color: var(--font-001);
    display: block;
    font-size: 2.0rem;
    position: relative;
    padding: 0 0 8px 0;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.search-balloon &gt; strong {
    color: var(--font-001);
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 3px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: top;
}
.search-body{
    width: 80%;
	max-width: 1000px;
    margin:0 auto;
}

.search-body table{
	width: 100%;
}

.search-body table th{
	font-size: 1.4rem;
    margin:0;
    padding-left: 24px;
    color:#333333;
}
.search-body table tr{
		
}

.search-body table td {
	font-size: 0;
	padding-top:8px;
	padding-bottom:16px;
}

.search-body table .search-column{
	display: inline-block;
    width: 20%;
	vertical-align: top;
}

.search-row{
    display: flex;
    flex-wrap:wrap;
    margin: 0 0 0px;
    padding: 20px 0 8px 0;
    width: 100%; 
    background-color: #EEEEEE;
}
.search-column{
    width: 20%;
}
.search-mark{
    width:20%;
}
.search-column-title{
    font-size: 1.5rem;
    margin:0;
    padding-left: 24px;
    color:#333333;
}
.search-column label{
    display: block;
    font-size: 16px;
    color:#333333;

}
.search-column input[type="radio"]{
    margin: 0 7px 0 0;
}
.btn{
    padding-bottom: 30px;
    background-color: #EEEEEE;
    padding-top:16px;
    border-radius: 0 0 25px 25px;
}
.search-btn{
    color: white;
    display: block;
    font-size: 32px;
    margin: 0 auto;
    padding: 16px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40%;
    background-color: #1A2930;
	border: 0;
}

.search-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/photo/search-white.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 32px;
}


/*導入文*/
.point{
    width:100%;
    margin:0 auto;
}
.point-list{
    display: flex;
    flex-wrap:wrap;
    width:100%;
    margin:0 auto;
}
.point-list-title{
    width:90%;
    margin:0 auto 20px;
    font-size: 32px;
    color:rgba(0, 0, 0, 0.87);
    text-align: center;
}
.point-list-title p{
    margin:0;
}
.point-back{
    width:100%;
    margin:0 auto;
	display:flex;
	justify-content:center;
}
.point-list-body{
	position: relative;
	width:33%;
	max-width: 341px;
    margin-bottom:40px;
	border:solid 3px #1A2930;
	background-color:white;
}
.has_point1 .point-list-body{
	width: 95%;
	max-width: 1024px;
}
.has_point2 .point-list-body{
	width: 50%;
	max-width: 512px;
}


.point-list-body p{
    padding:0 16px;
	color:#333333;
	margin-top:8px;
}
.point-list-body1{
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    color:#EABF27;
    text-align:center;
	padding:0 20px;
	 -webkit-text-stroke: 1px #333333;
    text-stroke: 1px #333333;
}
.point-list-body2{
    font-size: 16px;
    color:#e2e4e7;
	padding-bottom:50px;
}

.point-list-body3{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.point-list-body3 a {
	width: 95%;
	color: #fff;
	display: block;
	margin: 2px 10px 14px;
	padding: 8px 0;
	overflow: hidden;
	color: #fff;
	background-color: #1A2930;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-image: url(/photo/right-white.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
}

.has_point1 .point-list-body3 a {
	margin: 2px 25px 14px;
}

.has_point2 .point-list-body3 a {
	margin: 2px 12px 14px;
}

/*比較表*/
.point-table {
    border-top: 1px solid white;
    border-left: 1px solid white;
    margin: 0 auto 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing:0;
}
.point-table th, .point-table td {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    vertical-align: middle;
}
.point-table-categry{
    padding:16px;
    width:15%;
    color:white;
    font-size: 28px;
    background-color: rgba( 0, 0, 0, 0.5);
}
.point-table-item{
    padding:16px;
    width:25%;
    background-color: #EEEEEE;
		color:#333333;
}
.point-table-item img{
    width:100%;
}
.point-table-item a{
	color:#333333;
}
.item-head{
    width:100%;
    text-align:left; 
    margin:0px;
	color:#333333;
}
.item-body{
    text-align:left; 
    margin-top:16px; 
    margin-bottom: 0px;
}

.point-block{
    display: flex;
    flex-direction:column;
    width:100%;
    margin:0 auto;
    padding-bottom: 16px;
}
.point-block-title{
    width:100%;
    text-align:center;
    margin:60px auto 40px;
    padding:16px 0;
    color:#333333;
    font-size: 48px;
    font-weight: bold;
}
.point-block-title span{
}

.point-block-body{
    text-align:center;
    width:60%;
    margin:0 auto;
}

/*ランキング*/
.mini{
	margin-top: 80px;
}

.service{
    width:100%;
    margin:0 auto;
    padding-top:40px;
	position: relative;
    display: flex;
    flex-direction:column;
}

.ranking-title{
	padding-left:16px;
}
.rank{
	font-size:40px;
	color:#F7CE3E;
	margin:0;
}
.rank-title{
	font-size:24px;
	color:black;
	text-decoration:none;
}
.service-back{
    width: 95%;
	max-width: 1024px;
    margin: 50px auto 0;
    margin-bottom: 50px;
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.postid-192 .service-back,.postid-273 .service-back{
	margin-top: 10px;
}
.service-main{
    width:100%;
    margin:0 auto;
    display: flex;
}
.service-title{
    width:100%;
    font-size: 0px;
}
.service-title img{
    width:100%;
}
.service-title p{
    margin:16px;
}
.service-baner{
	position: relative;
    width:100%;
    margin: 0 auto;
	font-size:0px;
}

.service-baner:before {
	content: '';
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 20%;
	z-index: 10;
}
.service-baner.rank1:before{
	background-image: url(/photo/01.png);
}
.service-baner.rank2:before{
	background-image: url(/photo/02.png);
}
.service-baner.rank3:before{
	background-image: url(/photo/03.png);
}

.service-baner img{
    width:100%;
    margin:0 auto;
}

/*説明*/
.service-score{
	margin-left:20px;
}
.service-score p{
	font-size:20px;
	margin-top:0px;
}
.service-score .evaluation {
	font-weight: bold;
	color: #b71616;
	font-size:32px;
}
.service_wrap {
	position: relative;
	overflow: hidden;
}
.service-sub1{
	width:50%;
}
.service-sub1 a{
	color: #333;
	text-decoration: none;
}
.service-sub1 p{
	font-size:32px;
	border-bottom:5px solid #F7CE3E;
	margin-left: 20px;
	display: inline-block;
	font-weight:bold;
}
.service-sub2{
	width:45%;
	margin:0 auto;
}
.service-sub2 p{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0;
}
.good{
	font-size:20px;
	color:#1A2930;
	font-weight:bold;
	margin-left: 20px;
}
.bad{
	font-size:20px;
	color:#1A2930;
	font-weight:bold;
	margin-left: 20px;
}
.service-sentence{
	width:90%;
}
.service-sentence-title{
    width:60%;
    margin:0 auto;
    font-size: 28px;
    padding-left:35px;
}
.service-sentence-text li{
    font-size: 16px;
    list-style-type: none;
    width:100%;
    margin:0 auto;
    padding-bottom: 16px;
	color:#333333;
	padding-left:1em;
	text-indent:-1.5em;
}
.service-sentence-text li:last-child {
	padding-bottom: 0;
}
.service-sentence-text li:before {
	content: "■";
    color: black;
	padding-right:8px;
}
.special_offer ,
.service-sentence-text li .special_offer {
	position: relative;
	background-color: #9c1f1f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 8px 22px;
	border-radius: 5px;
	margin-bottom: 0;
}
.special_offer:before ,
.service-sentence-text li .special_offer:before {
	content: '';
	position: absolute;
	top: -24px;
	left: 50px;
	width: 0;
	height: 0;
	border:16px solid transparent;
	border-bottom-color:#9c1f1f;
	border-top-width:0;
	width:0;
	margin-top: 10px;
}
.single-service .special_offer {
	width: max-content;
	padding: 8px 30px;
}
.service-table{
    border-top: 1px solid white;
    margin: 0 auto 24px;
    width: 95%;
    border-collapse: collapse;
    border-spacing:0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

.service-table p{

}

.service-table td {
    border-bottom: 1px solid white;
    vertical-align: middle;
    width:50%;
    padding:16px;
	font-size:24px;
}
.service-table-categry{
    background-color: #6f7072;
    text-align: center;
    font-weight: bold;
    color:#fafafa;
    width:100%;
}

.service-table-item{
    background-color: #dbdcdd;
    text-align: center;
    color:#4e4e4f;
    width:50%;
}
.item-head p{
	font-size: 20px;
}

/*ボタン*/
.button-all{
    width:100%;
    display: flex;
    justify-content:center;
}
.service-button-detail{
    width:35%;
    margin-right: 30px;
}
.service-button-official{
    width:35%;
    margin-left: 30px;
}

.service-button-official a {
    text-align:center;
    border:1px solid #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#f74553 ;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

.service-button-detail a {
    text-align:center;
    border:1px solid #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#a6a7a8 ;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.button-text{
    color:white;
    font-size: 28px;
}
.service-button-detail a, .service-button-official a{
    text-decoration: none;
	display: block;
}
.ranking-sub{

}
.ranking-child{
    width:50%;
    margin:0 auto;
    text-align:center;
    border:1px solid #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#1A2930 ;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.ranking-adult{
    width:50%;
    margin:0 auto;
    text-align:center;
    border:1px solid #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color:#f74553 ;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.ranking-sub-text{
    color:white;
    font-size: 28px;
	text-decoration: none;
	display: block;
	padding: 14px 0;
}

/*fotter*/
.fotter{
    background-color: black;
}
.fotter ul{
    list-style-type:none;
    display:table;
    table-layout:fixed;
    width:960px;
    margin:25px auto;
    padding-top:10px;
}  
.fotter ul li{
    border-right:solid 1px;
    display:table-cell;
    vertical-align:middle;
    font-size:15px;
}
.fotter ul li:last-child{
    border-right-style:none;
}
.fotter ul li a{
    display:block;
    text-decoration:none;
    padding:0 10px;
    height:20px;
    text-align:center;
    color:white;
}
.copy{
    clear:both;
    text-align:center;
    color:#C0C0C0;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.last-line{
    border-bottom-style:none;
}

/*運営者情報*/
.outer-about{
}
.info{
    width:60%;
    margin:50px auto;
    padding:16px;
    color: #313030;
    background-color: rgba( 255, 255, 255, 0.2);
}
.info p{
    
}

.info-title {
    border-bottom: 4px solid gray;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 7px 30px 7px 0;
    position: relative;
}
.info-text {
    margin-bottom: 16px;
    line-height: 1.6;
}
.info-text  a{
    
}
.info-table-company {
    border: 1px solid gray;
    border-collapse: collapse;
    margin: 0 auto 48px;
    width: 100%;
}
.info-table-company th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    
}
.info-table-company td {
    border-bottom: 1px solid gray;
    padding: 8px;
    text-align: left;
    
}
.info-table-basis {
    border-collapse: collapse;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin: 0 auto 50px;
    width: 100%;
}
.info-table-basis thead .double {
    border-bottom: 3px double gray;
}
.info-table-basis th {
    width: 30%;
}

.info-table-basis th, .info-table-basis td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 5px;
    text-align: center;
}
.info-table-basis .item {
    width: 20%;
}
.service-categry{
	margin-bottom:20px;
}
.t-text-top{
	padding:0 0;
	letter-spacing: 0.1em;
}
.t-title1{
	font-size:24px;
	padding-top:16px;
	background:#1384a0;
	color:white;
	margin:0px;
	text-align:center;
}
.t-title2{
	font-size:32px;
	padding:0 16px 16px 16px;
	background:#1384a0;
	color:white;
	margin:0px;
}

.t-text{
	width:95%;
	letter-spacing:0.1em;
	color:#333333;
}
.bandtit{
	font-size: 20px;
    font-weight: bold;
    color: #1384a0;
    position: relative;
    margin: 20px 0 20px;
	text-align: center;
}
.star{
	 
}

.star ul{
	line-height: 1;
	padding:0px;
	display: block;
    list-style-type: disc;
	text-align:center;
	margin: 10px;
	
}
.star ul li {
    display: inline-block;
    line-height: 1;
	list-style: none;
	color: #f5c225;
}

.bandtit:before {
	content: '';
    width: 100%;
    height: 1px;
    background: #1384a0;
    position: absolute;
    top: 0px;
    bottom: 3px;
    left: 0px;
    margin: auto;
}

.bandtit:after {
	content: '';
    width: 100%;
    height: 1px;
    background: #1384a0;
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.cover{
	background: #EEEEEE;
    padding: 2px 10px;
    position: relative;
    z-index: 10;
}

.t-categry{
	width: 40%;
	text-align: center;
    background: #1A2930;
    color: #fff;
	font-size: 20px;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 6px;
}
.t-categry p{
	text-align:center;
	margin: 0;
}


/*検索結果*/
.condition {
	display: inline;
}
.condition li {
    display: inline-block;
    margin: 0 10px 8px 0;
    border-radius: 20px;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 2px 12px;
}
.selected{
}
.selected-head{
    width:100%;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.selected-head-title{
    font-size: 24px;
    margin-bottom:16px;
    color: white;
    width:90%;
    margin:0 auto 16px;
}
.selected-all{
    padding:10px 0;
    width:100%;
    margin:0 auto;

}
.selected-body{
    width: 100%;
    margin:30px auto 20px;

}
.selected-table{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    width:90%;
    margin:0 auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing:0;
}
.selected-table th{
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 16px 8px;
    background-color:#1384a0;
    width:130px;
    font-size: 32px;
    color: white;
}
.selected-table td{
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 16px 8px;
    background-color: #fafafa;
    font-size: 28px;
    color:#333333;
}
.selected-body-1{
    width: 90%;
    margin:0 auto;
    border-top:solid rgba( 255, 255, 255, 0.2) 20px;
    border-left:solid rgba( 255, 255, 255, 0.2) 20px;
    border-right:solid rgba( 255, 255, 255, 0.2) 20px;
    border-radius: 10px 10px 0 0;
    font-size: 0px;
}
.selected-body-1 img{
    width:100%;
    margin:0 auto;
    
}
.selected-img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.selected-body-2{
    width: 90%;
    margin:0 auto;
    border-bottom:solid rgba( 255, 255, 255, 0.2) 20px;
    border-left:solid rgba( 255, 255, 255, 0.2) 20px;
    border-right:solid rgba( 255, 255, 255, 0.2) 20px;
    border-radius:  0 0 10px 10px;
}
.selected-body-3{

}
.selected-body-table{
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    width:100%;
    height:320px;
    margin:0 auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing:0;
}
.selected-body-table th{
    border-bottom: 1px solid white;
    padding: 8px 0;
    background-color:#1384a0;
    width:130px;
    font-size: 32px;
    color:#fafafa;
}
.selected-body-table td{
    border-bottom: 1px solid white;
    padding: 16px 8px;
    background-color: #dbdcdd;
    font-size: 28px;
        color:#333333;
}
@media screen and (max-width:640px){
    .selected-body{
        display: block;
    }
    .selected-body-1{
        width: 75%;
    }
    .selected-body-2{
        width: 95%;
    }
    .selected-body-table th,
    .selected-body-table td{
        font-size: 14px;
        padding: 4px 0;
    }
    .selected-body-table {
        height: auto;
    }
}
.selected-text{
    color:black;
    background-color: rgba( 255, 255, 255, 0.2);
    width:90%;
    margin:0 auto;
    border-bottom:solid rgba( 255, 255, 255, 0) 20px;
    border-left:solid rgba( 255, 255, 255, 0) 20px;
    border-right:solid rgba( 255, 255, 255, 0) 20px;
}
.selected-text h1{
    margin-top:0px;
    padding-top:16px;
    padding-left:16px;
    color:#f74553;
    text-decoration: underline;
    font-size:48px;
}
.selected-text a{
    color:#f74553;
}
.selected-text p{
    padding:0px 32px;
    color:white;
    font-size:32px;
}

/*ボタン*/

.service-list-baner{
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    padding-bottom: 20px;
    padding-top: 10px;
	align-items: flex-end;
}
.service-list-baner-left{
    width: 45%;
    font-size: 0px;
    padding-right:1.5rem;
}
.service-list-baner-left a:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.service-list-baner-detail{
    width: 100%; 
}
.service-list-baner-right{
    width: 45%;
	max-width:500px;
    font-size: 0px;
    padding-left:1.5rem;
}
.service-list-baner-right p.cv_text{
	font-size: 16px;
	text-align: center;
	margin-top: 0;
}

.service-list-baner-right p.cv_text .arial {
	font-family: Arial;
}

.service-list-baner-right.official{
    width: 85%;
	max-width: 450px;
    font-size: 0px;
    padding-left:1.5rem;
}
.service-list-baner-right a:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.service-list-baner-official{
    width: 100%;
}
@media screen and (max-width:640px){
	.service-list-baner {
		display: block;
		text-align: cneter;
	}
	.service-list-baner-left ,
	.service-list-baner-right {
		width: 85%;
		padding: 0;
		margin: 12px auto;
	}
}

.official{
	display: block;
	position: relative;
	margin: 2px 10px;
	padding: 16px 0 16px 0;
	overflow: hidden;
	color: #fff;
	background-color: #1A2930;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	z-index: 2;
}
.service-list-baner-left a{
	display: block;
	position: relative;
	margin: 2px 10px;
	padding: 16px 0;
	overflow: hidden;
	color: #fff;
	background-color: #1A2930;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-image: url(/photo/right-white.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 32px;
	z-index: 2;
	box-shadow: 0 5px 10px #375564;
}

.service-personal-baner a.official ,
.service-list-baner.text a.official {
	border: 1px solid #f5c225;
	background-color: #f5c225;
	background-image: url(/photo/right-white.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 32px;
	box-shadow: 0 4px 10px #D9A900;
}

.service-personal-baner a.official:after ,
.service-list-baner.text a.official:after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    right: 7px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation-name: btnArrow;
    animation-name: btnArrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.service-personal-baner a.official:before ,
.service-list-baner.text a.official:before {
	-moz-animation: reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: reflection 4s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;\
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}

.reflection {overflow:hidden}
.reflection :after{-moz-animation:reflection 4s ease-in-out infinite;-moz-transform:rotate(45deg);-ms-animation:reflection 4s ease-in-out infinite;-ms-transform:rotate(45deg);-o-animation:reflection 4s ease-in-out infinite;-o-transform:rotate(45deg);-webkit-animation:reflection 4s ease-in-out infinite;-webkit-transform:rotate(45deg);animation:reflection 4s ease-in-out infinite;background-color:#fff;content:" ";height:100%;left:0;opacity:0;position:absolute;top:-180px;transform:rotate(45deg);width:30px}
.reflection+.reflection:after{-webkit-animation-delay:.3s;animation-delay:.3s}
@keyframes reflection{0%{-webkit-transform:scale(0) rotate(45deg);transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);transform:scale(50) rotate(45deg);opacity:0}}@-webkit-keyframes reflection{0%{-webkit-transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);opacity:0}}

.point-wrap .point-left {
	width: 50%;
	float: left;
}

.point-wrap .point-right {
	width: 50%;
	float: right;
	margin-top: -77px;
}

/*詳細ページ
.service-sub1{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.service-sub1 p{
	font-size:24px;
	border-bottom:5px solid #F7CE3E;
	display: inline-block;
	font-weight:bold;
}
*/
.table-contents{
	width:90%;
	margin:16px auto;
	border: solid 1px black;
}
.table-contents p{
	text-align:center;
	font-size:24px;
	margin:10px 0;
}
.table-contents ul{
	margin-top:0;
	margin-bottom:10px;
}
.detail-title{
	width: 95%;
    max-width: 900px;
	margin:0 auto;
	font-size:28px;
	font-weight:bold;
	border-left:solid 8px #F7CE3E;
}
.detail-title p{
	padding-left:5px;
}
.detail-text{
	width: 95%;
    max-width: 900px;
	margin:0 auto;
}
.detail-li{
	width: 95%;
    max-width: 900px;
	margin:0 auto;
}
.detail-li li {
	position: relative;
    font-size: 16px;
    list-style-type: none;
    padding-bottom: 16px;
    color: #333333;
    text-indent: -1em;
}
.detail-li li:before{
	content: "■";
    color: black;
    padding-right: 8px;
}
.detail-kuchi{
	display: inline-block;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	width: 26%;
	max-width: 900px;
	padding:16px 16px 8px 16px;
	border-radius: 10px;
	vertical-align: top;
	margin-left: 20px;
}
.detail-kuchi p{
	margin:0;
}
.detail-kuchi img {
	display: block;
	width: 50px;
}
.detail-table{
	width:90%;
	max-width: 900px;
	margin:0 auto;
	border-collapse:collapse;
}
.detail-table tr{
	 display: table-row;
    vertical-align: inherit;
	border-bottom:solid 3px #C1C1C1;
}



.detail-table tr:last-child{
	 display: table-row;
    vertical-align: inherit;
	border-bottom:solid 0px gray;
}
.detail-table th{
	padding: 16px 0;
   text-align: center;
   width: 100px;
	font-size:18px;
}
.detail-table td{
   vertical-align: inherit;
	padding-left:8px;
}

.detail-table td.spec_eval {
	font-size: 50px;
}

.detail-table td.spec_eval img {
	vertical-align: middle;
}

.detail-table td.◎{
	color: #f00;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.detail-baner{
	position: relative;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
	font-size:0px;
}

.detail-baner img{
    width:100%;
    margin:0 auto;
	font-size:0px;
}
.detail-sub1 {
    width: 95%;
    max-width: 900px;
    margin: 16px auto 0;
}
.detail-sub1 p {
    font-size: 32px;
    border-bottom: 5px solid #F7CE3E;
    display: inline-block;
    font-weight: bold;
    margin: 0px;
}
.detail-sub1 p a {
	text-decoration: none;
	color: #000;
}
.detail-score{
	margin-left:20px;
	width: 95%;
	margin:16px auto 0;
    max-width: 900px;
	/*display:flex;
	justify-content:flex-star; */
}
.detail-score p{
	font-size:20px;
	/*margin:0 auto;*/
	width: 20%;
    max-width: 900px;
	margin:0;
	display: inline;
}
.detail-score .detail-evaluation {
	font-weight: bold;
	color: #b71616;
	font-size:32px;
}
.detail-color{
	width: 95%;
    max-width: 900px;
	margin:0 auto 32px;
	background:white;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	padding-top:16px;
	overflow: hidden;
}

.detail_head {
	overflow: hidden;
}

.detail_left {
	float: left;
	width: 60%;
}

.detail_right {
	float: right;
	width: 40%;
}

.detail_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail_right li {
	display: inline-block;
	margin: 0 10px 8px 0;
	border-radius: 20px;
	border: 1px solid #aaa;
	color: #aaa;
	padding: 2px 12px;
}

.single-service .service-list-baner-right {
	width: 60%;
}

.bold{
	font-weight:bold;
}

.taiken_article {
	border: 1px solid #1A2930;
	background-image: url(/photo/right-white.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 32px;
	box-shadow: 0 5px 10px #375564;
	display: block;
	position: relative;
	margin: 2px 10px;
	padding: 16px 0 16px 0;
	overflow: hidden;
	color: #fff;
	background-color: #1A2930;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	z-index: 2;
}

#header {
	position: relative;
	background-color: #fff;
	margin: 0;
}

#header .pc{
	display: inline-block;
}

#header .site_title {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 16px;
}

#header .site_title a {
	color: #333;
	text-decoration: none;
}

#header section {
	display: inline-block;
	float: right;
	overflow: hidden;
	margin-right: 16px;
	margin-top: 11px;
}

#header .search_result_condition {
	display: inline-block;
	float: left;
}

#header .search_result_condition .list {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .search_result_condition .list li{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	margin-right: 16px;
}

#header .search_result_condition .list li span.condition:after {
	content: ',';
}

#header .search_result_condition .list li span.condition:last-child:after {
	content: '';
}

#header .search_result_condition span.num {
	font-weight: bold;
}

#header .search_result_condition p {
	margin: 3px 0;
}

#header .search_result_condition select {
	padding: 3px;
}

#header .search_result_condition p.title {
	width: 100%;
	margin: 0;
	padding: 2px 15px;
	background-color: #9c1f1f;
	color: #fff;
	font-size: 14px;
	border-radius: 25px;
}

#header #global_nav {
	font-size: 0;
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

#header #global_nav li {
	display: inline-block;
	font-size: 16px;
}

#header #global_nav li:after {
	content: '|';
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

#header #global_nav li:last-child:after {
	content: '';
	margin: 0;
}

#header #global_nav li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.linear-yellow {
    background: linear-gradient(transparent 60%,#f5c225 60%);
	
}


/* コラム */
.column {
	width: 95%;
	margin: 20px auto;
	max-width: 1024px;
	background-color: #fff;
	padding: 16px;
}

/*コラム一覧*/

.header-img-column{
	width:50%;
	margin:0 auto;
}

.header-img-top{
	width:100%;
	margin:0 auto;
}

.header-img-column ul{
	width:100%;
	margin:16px auto 16px;
	text-align: center;
    display: inline-block;
}
.header-img-column li{
	list-style: none;
	color:#7b7b7b;
	display: inline;
	font-size: 24px;
	padding-left:16px;
}
.glass{
	width:5%;
}

.header-img-column a{
	text-decoration: none;
	color:#2bc3ff;
}

.column-all{
	width:100%;
	margin:0 auto;
	padding-bottom: 16px;
}
.column-card{
	background:white;
	width:60%;
	margin:0 auto;
	padding-bottom:16px;
	margin-bottom:20px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.column-card img{
	width:100%;
	height: 210px;
	margin:0 auto;
}
.column-categry{
	width:80%;
	margin:0 auto;
}
.column-categry ul{
	float: none;
	padding:0px;
	margin-bottom:0px;
	
}
.column-categry li {
    display: inline-block;
    margin: 0 6px 6px 0;
    border-radius: 20px;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 2px 12px;
    font-size: 12px;
}


.column-categry li a{
	text-decoration: none;
	color: #aaa;
}
.article-title {
    width: 90%;
    margin: 0 auto;
    color: #333;
	font-weight: bold;
    padding: 16px 0px 0px 0px;
    margin: 0 auto;
    font-size: 28px;
    display: block;
	min-height: 100px;
}
.time {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: gray;
}
.article {
    width: 90%;
    margin: 16px auto;
}
.continue {
    display: block;
    text-decoration: none;
    width: 40%;
    margin: 0 auto;
    margin-right: 20px;
    background: #C8A062;
    text-align: center;
    color: white;
    padding: 3px 0px;
}
.nav-5{
	margin-top: 75px;
	padding-bottom: 16px;
	text-align: center;
}
.nav-5 h1{
	margin-top:0px;
	text-align: center;
	color:white;
	padding-top: 16px;
	font-size:36px;
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.pickup-card{
	background:white;
	width:32%;
	display: inline-block;
	margin:0 0.5%;
	padding-bottom:16px;
	margin-bottom:20px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	text-align: left;
}

.pickup-card p.article {
	min-height: 96px;
}

.pickup-card img {
	width: 100%;
	height: 235px;
	max-height: 235px;
}


/*コラム記事*/

.service-column-title{
	margin-top:0px;
	text-align: center;
	color:#333;
	padding-top: 16px;
	font-size:32px;
	width:90%;
	margin:0 auto;
}
.column-categry-article{
	width:100%;
	margin:0 auto;
	background-color: #fff;
}
.column-categry-article-img{
	width:80%;
	margin:0 auto;
}
.column-categry-article img{
	width:100%;
	height: auto;
}
.column-categry-article p{
	width:80%;
	margin:0 auto;
	color:#333333;
	line-height: 1.8em;
}
.column-categry-article h2{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  	color: #333333;/*文字色*/
 	border-left: solid 10px #f5c225;/*左線*/
 	margin-left: 16px;
}
.column-categry-article h3 {
    width: 90%;
    margin: 16px auto;
}
.column-time{
    width: 40%;
    margin: 0 auto;
    margin-right: 20px;
    text-align: right;
    padding-top: 16px;
    padding-bottom: 16px;
		padding-right: 16px;
    color: gray;
}

.column-categry-article ul{
	float: none;
	padding:0px;
	margin-bottom:8px;
	margin-top:0px;
}
.column-categry-article li {
    display: inline-block;
    margin: 0 6px 6px 0;
    border-radius: 20px;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 2px 12px;
    font-size: 12px;
}

.column-categry-article li a{
	text-decoration: none;
	color: #aaa;
}

.baner.column-link .official p {
	font-size: 18px;
	padding: 26px 10px 26px 0;
}

.column_link_area {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: right;
}

.column_link {
    font-size: 23px;
	color: #375564;
}

.search_result_contents {
	width: 95%;
	margin: 0 auto 126px;
	border-collapse: collapse;
}

.search_result_contents th {
	width: 33%;
	background-color: #1A2930;
	color: #fff;
	padding: 8px 0;
	font-weight: normal;
	font-size: 20px;
}

.search_result_contents td {
	font-size: 20px;
	text-align: center;
	padding: 8px 0;
	background:#f0f0f0;
}

.top_column_list a {
	color: #333;
}

.top_column_list ul {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.top_column_list ul li{
	display: inline;
	vertical-align: top;
}

ul.column_all_list {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.column_all_list li{
	width: 32%;
	margin: 0.25%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

ul.column_all_list .column-card {
	width: 100%;
}

ul.column_all_list a {
	text-decoration: none;
	color: #333;
}</pre></body></html>