@charset "utf-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body {
	color: #333;
	background-color: #FEFDFE;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 30px;
}

p {
	margin-top:0px;
}

input {
	height:40px;
	font-size:16px;
}

select {
	font-size:16px;
}

button{
	color:#FFFFFF;
	width:300px;
	font-size: 26px;
	background-image: url(images/btn_navi.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #f8883d;
	display:block;
	text-decoration:none;
	border:0;
	cursor:pointer;
}

button:hover {
	background-color: #fa761e;
	text-decoration:none;
}

.top_under_box {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

h1 {
	text-align: center;
	line-height: 46px;
	color: #003F7E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

h2 {
	color: #003F7E;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	padding: 0;
	font-size: 24px;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-weight: normal;
}

.topnavi_title {
	font-weight:bold;
	color:#003F7E;
	margin-bottom: 5px;
}

h4 {
	font-size:105%;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	color:#003F7E;
	font-weight: normal;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:20px;
	padding-bottom:15px;
}

.topic_title {
	width:98%;
	padding-left: 3px;
}

.title_area {
	text-align: left;
	line-height: 22px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #003F7E;
	margin-bottom: 5px;
}

.title_area h3{
	margin-bottom:5px;
	line-height: 1.9em;
}

.topic_title h3{
	font-size:22px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003F7E;
	padding-left: 13px;
	font-weight: normal;
}

.service_title {
	font-size:42px;
	padding-top: 5px;
}

@media all and (-ms-high-contrast:none){
.service_title {
	font-size:46px;
}
}

.subtopic_title {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: inset 1px 1px 3px #5772A2;
	-webkit-box-shadow: inset 1px 1px 3px #5772A2;
	box-shadow: inset 1px 1px 3px #5772A2;
	background-color:#FFFFFF;
	background-image: url(images/tyle_bg.jpg);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding: 13px;
}

.subtopic_title h4{
	text-indent:20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003F7E;
	font-size:22px;
	font-weight: bold;
}

.topic_title_area {
	width:100%;
	padding-top: 15px;
	padding-bottom: 10px;
}

.navi_btn {
	width:200px;
	height:36px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}

.navi_btn a{
	color:#FFFFFF;
	height:20px;
	font-size: 16px;
	background-image: url(images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 9px;
	background-color: #f8883d;
	display:block;
	text-decoration:none;
}

.navi_btn a:hover {
	background-color: #FD601C;
	text-decoration:none;
}

.navi_btn a:visited {
	color:#FFFFFF;
}

.detail_btn {
	width:400px;
	height:50px;
	float: right;
}

.detail_btn a{
	color:#FFFFFF;
	width:400px;
	height:28px;
	font-size: 24px;
	background-image: url(images/btn_navi.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #f8883d;
	display:block;
	text-decoration:none;
}

.detail_btn a:hover {
	background-color: #fa761e;
	text-decoration:none;
}

.detail_btn_l a:visited {
	color:#FFFFFF;
}

.detail_btn_l {
	padding-bottom:30px;
	margin-top: 15px;
}

.detail_btn_l a{
	color:#FFFFFF;
	width:500px;
	height:32px;
	font-size: 28px;
	background-image: url(images/btn_navi.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #f8883d;
	display:block;
	text-decoration:none;
	margin-right: auto;
	margin-left: auto;
}

.detail_btn_l a:hover {
	background-color: #fa761e;
	text-decoration:none;
}

.detail_btn_l a:visited {
	color:#FFFFFF;
}

.font_small {
	font-size:12px;
}


.topic_web {
	width:100%;
	background-color: #e9e9e9;
	overflow: hidden;
}

.topic_wp {
	width:100%;
	background-color: #377DB3;
	overflow: hidden;
}

.topic_sp {
	width:100%;
	background-color: #EBE7FC;
	overflow: hidden;
}

.topic_dtp {
	width:100%;
	background-color: #fce7ea;
	overflow: hidden;
}

.topic_rireki {
	width:100%;
	background-color: rgba(243,243,243,0.8);
}

.topic_top_text {
	width:1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
}

.red {
	color:#F70000;
}

.org {
	color: #FC7F26;
	font-weight: bold;
}

.blue {
	color: #0058E5;
	font-weight: bold;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 25px;
	text-align: right;
}

.fltrt1 {
	float: right;
	margin-left: 25px;
	text-align: right;
	width: 500px;
	height: 320px;
}

.fltrt2 {
	float: right;
	margin-left: 25px;
	text-align: right;
	width: 500px;
	height: 337px;
}

.fltlft {
	float: left;
	margin-right: 30px;
}

.topic_left {
	float: left;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.align_center {
	text-align:center;
}

.inner_center { margin:0 auto; 
}

.odd {
	background:#f90;
}

.jisseki {
	width:100%;
	overflow:hidden;
}

.box {
	height:240px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	padding:10px;
}

.box a{
	display:block;
}

.box a:hover{
	background-color:#F9F9F9;
}

.box2 {
	height:300px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 29%;
	margin-right: 1%;
	margin-left: 1%;
	padding:8px;
}

.box2 a{
	display:block;
}

.box2 a:hover{
	background-color:#F9F9F9;
}

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

.box3 {
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 30%;
	margin-right: 1%;
	margin-left: 1%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	font-size: 95%;
}

.box2 a{
	display:block;
}

@media screen and (min-width:1200px){
.box {
	height:250px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 260px;
	margin-right: 2px;
	margin-left: 2px;
}

.box2 {
	height:290px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 29%;
	margin-right: 13px;
	margin-left: 13px;
	padding:10px;
}

}

@media screen and (min-width:1420px){
.box {
	height:250px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
}

.box2 {
	height:310px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 30px;
	width: 29%;
	margin-right: 10px;
	margin-left: 10px;
	padding:10px;
}

}

.price_list table{
	width:100%;
	background: #D7E2BE;
	margin-bottom: 5px;
}

.price_list th{
	background-color:#F1FCCB;
	text-align:center;
}

.price_list td{
	width:20%;
	text-align:center;
	background-color:#FFFFFF;
	font-size: 18px;
}

.other_price table{
	width:100%;
	background: #D7E2BE;
}

.other_price th{
	background-color:#F1FCCB;
	text-align:left;
}

.other_price td{
	width:35%;
	text-align:left;
	background-color:#FFFFFF;
	font-size: 16px;
}

.other_price ul{desugi
	margin-left:15px;
	padding-left:10px;
}

.nouki_box {
	width:928px;
	background: #FFF4D2;
	border: 1px solid #FFBA1A;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
}
@media screen and (min-width:1200px){
.nouki_box {
	width:1068px;
	margin-bottom: 10px;
	margin-top: 20px;
}
}
@media screen and (min-width:1420px){
.nouki_box {
	width:1168px;
}
}

.nouki_title {
	font-size:18px;
	font-weight:bold;
	color:#FE7901;
	margin-right: 25px;
}

.nouki_box_2 {
	width:928px;
	border: 1px solid #D7E2BE;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FAFEED;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (min-width:1200px){
.nouki_box_2 {
	width:1068px;
	margin-bottom: 10px;
	margin-top: 20px;
}
}
@media screen and (min-width:1420px){
.nouki_box_2 {
	width:1168px;
}
}

.nouki_title2 {
	font-size:18px;
	font-weight:bold;
	color:#819E61;
	margin-right: 25px;
}


.content {
	width: 1100px;
	overflow: hidden;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.content h3{
	text-shadow: 1px 1px 3px #ffffff, -1px -1px 3px #ffffff;
}

.title_left {
	float:left;
	margin-right:30px;
}


.topic {
	float:left;
	width:50%;
	text-align: center;
	overflow: hidden;
	padding-top: 40px;
}

.topic_text {
	padding:10px;
	text-align:left;
}

.navi_box {
	width:48%;
	text-align:center;
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 48%;
}

.navi_box h2{
	line-height: 1.2em;
	font-size: 22px;
}

.cr1 {
	background-color: #F2F1EE;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cr2 {
	background-color: #F2F1EE;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cr_text {
	text-align:left;
	height:100px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.meyasu_text {
	color:#666633;
	font-size: 16px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top_content {
	width: 100%;
	background-image: url(images/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 120px;
	text-align: center;
	padding-bottom: 30px;
}

#top_topic {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 170px;
}

#top_navi {
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	font-size: 14px;
	line-height: 1.8em;
	width: 1000px;
	padding-top: 15px;
	margin-bottom: 10px;
}

.top_nav1 {
	width:250px;
	text-align:center;
	float:left;
	padding-top: 50px;
	height: 230px;
	border-radius:50%;
	background-color: #FCF5E5;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 27px;
	margin-left: 26px;
}

.top_nav2 {
	width:305px;
	text-align:center;
	float:left;
	padding-top: 15px;
	margin-left: 4px;
	height: 153px;
}

.top_nav3 {
	width:305px;
	text-align:center;
	float:left;
	padding-top: 10px;
	margin-top: 6px;
	height: 153px;
}

.top_nav4 {
	width:305px;
	text-align:center;
	float:left;
	padding-top: 10px;
	margin-top: 6px;
	margin-left: 4px;
	height: 153px;
}

#logo {
	float: left;
	padding-top: 7px;
}

#header {
	height: 120px;
	width: 100%;
	text-align:center;
	top:0;
	position:fixed;
	box-shadow: 0px 0px 7px #000000;
	z-index:2;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#abbfdf', endColorstr='#f7f9fb', GradientType=0)";
	background-image: -ms-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -moz-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -o-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -webkit-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
}

#subpage_header {
	height: 80px;
	width: 100%;
	text-align:center;
	box-shadow: 0px 0px 7px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#abbfdf', endColorstr='#f7f9fb', GradientType=0)";
	background-image: -ms-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -moz-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -o-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: -webkit-linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
	background-image: linear-gradient(bottom, #abbfdf 0%, #f7f9fb 100%);
}


#global {
	width: 960px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#order_title {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #003f7d;
	padding:10px;
}

.text_area {
	text-align: left;
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.about_text {
	text-align: left;
	clear: both;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom: 20px;
}

.subcontent_left {
	float:left;
	width:52%;
	text-align: left;
	padding-top: 10px;
}

.subcontent_right {
	float:left;
	width:48%;
	text-align: left;
	padding-top: 10px;
}

.dtp_text {
	text-align:left;
	width:690px;
	float: left;
}
@media screen and (min-width:1200px){
.dtp_text {
	text-align:left;
	width:760px;
	float: left;
}
}
@media screen and (min-width:1420px){
.dtp_text {
	text-align:left;
	width:810px;
	float: left;
}
}

.flyer_layout {
	float:left;
	margin-left:85px;
}

.tablet_layout {
	float: left;
	margin-left: 150px;
}

.sub_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 140px;
	text-align: left;
}

.star {
	font-weight: bold;
	background: url(images/star.png) no-repeat left center;
	padding: 3px 12px 3px 20px;
}

.web_table {
	margin-bottom:10px;
	width:98%;
}

#web_pic {
	padding-bottom:5px;
	text-align:center;
}

.wpbox {
	width:38%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	-moz-border-radius: 16px / 12px;
	-webkit-border-radius: 16px / 12px;
	border-radius: 16px / 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ffe69c;
	padding: 1.5% 1%;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

@media screen and (min-width:1200px){
#global {
	width: 90%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}
@media screen and (min-width:1420px){
#global {
	width: 1300px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

}

#global ul{
	width: 740px;
	margin:0px;
	list-style: none;
	float:right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#global li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	text-align: center;
	width: 170px;
}

#footer {
	height: 120px;
	width: 100%;
	text-align:center;
	position:fixed;
	bottom: 0px;
	background: rgba(0,63,126,0.9);
	display: none;
}

.navi {
	width: 100%;
	position:fixed;
	bottom: 118px;
	text-align: left;
	overflow: hidden;
	display: none;
}

.navi ul{
	padding:0;
	margin:0;
}

.navi li{
	padding:0;
	list-style:none;
	float:left;
	margin-left:1%;
}
	


.jisseki_list {
	background: #d6e3fb;
	padding: 5px;
	width: 98%;
	margin-top: 3px;
	text-align: left;
}
.wp_image {
	background: url(images/wp_demo.jpg) no-repeat center bottom;
	width: 100%;
	clear: both;
	height: 270px;
}

.jirei_title {
	color:#003F7E;
}

.wp_jirei {
	padding-top:6px;
	text-align:left;
	width:100%;
}

.flow_circle {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 16%;
	height: 150px;
	background-color: #023F7E;
	padding-top: 20px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
	color: rgba(255,255,255,1);
	line-height: 24px;
}

.flow_arrow {
	padding-top: 60px;
	float: left;
	margin-top: 10px;
}

.flow_text {
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
}

.flow_text li{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D9D9;
	padding-bottom: 5px;
	margin-right: 5px;
	list-style:none;
}

.jisseki_area {
	width:100%;
	padding-top:15px;
	overflow:hidden;
}

.jisseki_area2 {
	width:98%;
	overflow:hidden;
	background-color: #F5F8FA;
	margin-top:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.answer {
	width:98%;
	background-color: #FDFEFF;
	margin-top:15px;
	margin-bottom:35px;
}

.answer p{
	margin-bottom:0px;
}

.tag_area {
	overflow:hidden;
	width:100%;
}

.tag_area img{
	margin-right:5px;
	margin-bottom:3px;
	float:left;
}

.jisseki_detail_box {
	width:785px;
	overflow:hidden;
	background-color: #F6F6F6;
	padding: 5px;
	font-size:12px;
	line-height:20px;
}

.gaiyou {
	width:64%;
	float:left;
	background-color: #FBFCFF;
	margin-top: 15px;
}

.gaiyou_left {
	width:20%;
	padding:10px;
	font-weight: bold;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
}

.gaiyou_right {
	padding:10px;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
}

.gaiyou_right ul{
	margin-left:10px;
	padding-left:10px;
}

.gaiyou_tr{
	border: 1px solid #DFDFDF;
}

.about_prof {
	float:left;
	width:30%;
	text-align:center;
}

.prof_text {
	width:220px;
	padding:10px;
	background-color: #FBFCFF;
	border: 3px double #7999BC;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

.merit {
	width: 100%;
	margin-bottom: 15px;
	background-color: #F7F7F7;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.merit ul{
	margin-left: auto;
	padding-left: 20px;
	text-align: left;
	width: 1100px;
	margin-right: auto;
}

.merit li{
	list-style:none;
	background-image: url(images/merit_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 25px;
	padding-left: 30px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	padding-right: 20px;
}

.top_merit {
	width:100%;
	border: 1px dotted #E8C126;
	margin-bottom: 10px;
	background-color: #FFFBF0;
	margin-top: 10px;
}

.top_merit ul{
	padding:13px;
	margin:0;
}

.top_merit li{
	list-style:none;
	background-image: url(images/merit_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 25px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.top_pick {
	font-size:24px;
	font-weight:bold;
	line-height: 36px;
}

.contact {
	width:90%;
	background-color: #FFFEFB;
	margin-top: 15px;
}

.benefit_title {
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 3px;
	border: 1px solid #EBEBEB;
}

.benefit_title2 {
	border: 2px solid #003F7E;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.benefit_title2 h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003F7E;
}

.top_benefit {
	width: 800px;
	text-align: center;
	padding: 10px;
	background-color: rgba(252,242,254,0.7);
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.web_content {
	width: 100%;
	background-image: url(images/web_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	padding-top: 60px;
}

.wp_content {
	width: 100%;
	background-image: url(images/wp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
	padding-top: 60px;
}

.sp_content {
	width: 100%;
	background-image: url(images/sp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-top: 60px;
}

.dtp_content {
	width: 100%;
	background-image: url(images/dtp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding-top: 60px;
}

.top_pricetopic {
	width:48%;
	padding:1%;
	float:left;
	overflow:hidden;
}

.top_pricetopic h3{
	font-size:42px;
	color:#2e378c;
}


.web_topic_bg {
	background-image: url(images/web_top_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
}

.wp_topic_bg {
	background-image: url(images/wp_top_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
}

.sp_topic_bg {
	background-image: url(images/sm_top_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
}

.dtp_topic_bg {
	background-image: url(images/dtp_top_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 250px;
}


.top_topic_text {
	width:530px;
	float:right;
	
}


.annotation {
	font-size:14px;
}

.pricetopic_text_1 {
	width:200px;
}


.title_benefit {
	text-shadow: 0px 0px 3px rgb(255, 255, 255);
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 32px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.title_benefit2 {
	text-shadow: 0px 0px 3px rgb(255, 255, 255);
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 32px;
	margin-bottom: 15px;
}


.top_navi {
	text-indent:-9999px;
}

footer {
	width:100%;
	color: #FFFFFF;
	background-color: #003F7E;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F59874;
	font-size: 12px;
}

.entry-card-content footer {
	color: inherit;
	background-color: inherit;
	border: inherit;
	padding: 0;
}

.entry-card-content footer p {
	text-align: left;
	font-size: 16px;
}

main {
	padding-top: 120px;
}

.box2 p{
	font-size:12px;
	text-decoration:none;
	line-height:18px;
	color:#333333;
	margin-top: 5px;
	margin-bottom: 0px;
}

.topic_wp h3{
	color:#FFFFFF;
}
.topic_wp {
	color:#FFFFFF;
}

#web {
	margin-top:-100px;
  	padding-top:100px;
}

#menu{
	display:none;
}

#smnavigation {
	display:none;
}

#smnav {
	display: none;
}

.sm_content {
	display:none;
}

.dtp_im{
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0;
}

.dtp_img{
	font-family: 'Noto Sans JP', sans-serif;
	color: #2e378c;
	font-size: 24px;
}

.impact{
	font-size: 70px;
}

.header_btn1 a{
	color: #003f7e;
	font-size: 16px;
    background-image: url("images/btn1.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    text-decoration: none;
}

.header_btn1 a:hover{
	color: #f47521;
}

.header_btn a{
	width: 175px;
	color: #ffffff;
	font-size: 16px;
    background-image: url(images/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #003f7e;
    display: block;
    text-decoration: none;
}

.header_btn a:hover{
	opacity: 0.8;
}

.wordpress a{
	background-color: #819c04;
}

.smsite a{
	background-color: #4c5aa1;
}

.dtpseisaku a{
	background-color: #e96983;
}

.taisetsu{
	background-image: url("images/taisetsu_bg.png");
	padding: 50px 0;
	background-position: center -50px;
}

.taisetsu_title{
	font-size: 30px;
	font-family: 'Sawarabi Mincho', sans-serif;
	line-height: 2em;
	padding-bottom: 20px;
}

.taisetsu_detail{
	font-family: 'Sawarabi Mincho', sans-serif;
}

.tag_area{
	display: flex;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3em;
}

.tag1{
	background-color: #f29603;
	padding: 0 5px;
	margin-right: 5px;
}

.tag2{
	background-color: #013cb2;
	padding: 0 5px;
	margin-right: 5px;
}

.tag3{
	background-color: #5bab0a;
	padding: 0 5px;
	margin-right: 5px;
}

.tag4{
	background-color: #1d72cd;
}

.tag_area p {
	color: #ffffff;
	padding: 0 3px;
}

.txtara {
  width: 550px;
}

.smunder_yoyaku {
	display: none;
}

.orner_title {
	padding-top: 116px;
	font-size: 24px;
	color: #0F3F7E;
	background-color: #EFF3F8;
	border-bottom: 1.5px solid #0F3F7E;
	margin-bottom: 0;
	margin-left: 0;
}

.mid {
	margin-top: 0;
	padding-top: 10px;
}

.or {
	padding: 60px 0;
}

.or2 {
	padding: 0 0 60px 0;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.or_box1 div {
	width: 50%;
}

.or_box1 div:first-of-type {
	background-color: #EDEEEF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 30px;
}

.or_box1 div:first-of-type h4 {
	font-size: 20px;
	color: #242424;
	background-color: #ffffff;
	border: 1px solid #ACBAE0;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 5px 15px;
}

.or_box1 div:first-of-type span {
	color: #ffffff;
	background-color: #0F3F7E;
	font-size: 14px;
	margin-right:10px;
	padding: 5px;
	vertical-align: top;
}

.or_box1 div:first-of-type p {
	font-size: 24px;
	font-weight: bold;
	color: #1A246F;
	line-height: 50px;
	margin-bottom: 0;
	padding-left: 20px;
}

.or_box1 div:last-of-type {
	padding-left: 55px;
	box-sizing: border-box;
}

.or_box1 div:last-of-type h4 {
	color: #FF7F00;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 30px;
}

.or_box1 div:last-of-type p {
	font-size: 16px;
	color: #242424;
}

.obi {
	font-size: 24px;
	border-top: 1.5px solid #0F3F7E;
	border-bottom: 1.5px solid #0F3F7E;
	text-align: center;
	color: #0F3F7E;
	padding: 10px 0;
}

.obi1 {
	font-size: 24px;
	background-color: #FFB100;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	margin-bottom: 0;
	
}

.case1 {
	background-image: url("images/arrow_pc.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.case1 div {
	width: 50%;
}

.bg_jin {
	background-image: url("images/annnai.png");
	background-repeat: no-repeat;
	background-position: 900px top;
	margin-top: 30px;
	height: 219.5px;
}

.roujin {
	margin: 30px 0;
	background-image: url("images/wp_roujin.png");
	background-position: 0 top;
	margin-top: 30px;
	height: 219.5px;
}

.ona {
	border: 3px solid #4E6F9B;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 878px;
}

.rou {
	margin-left: auto;
}

.ona p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.line_separate {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    padding-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #707070;
}

.midi {
	margin-top: 60px;
}

.inbor {
	font-weight: bold;
	color: #1A246F;
}

.ar_position {
	padding-top: 66px;
}

.bg_gr {
	background-color: #F7F7F7;
}

.case2 div h4,.yar div h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.update div:last-of-type {
	width: 44%;
	margin: 0 3%;
}

.b_wak {
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #0F3F7E;
	padding: 20px;
	box-sizing: border-box;
	line-height: 40px;
}

.bfont {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
}

.yar,.exs {
	margin-top: 50px;
}

.exs .ar_position {
	padding-top: 120px;
}

.yhk {
	margin-top: 50px;
}

.g_obi {
	background-color: #7FB746;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding: 6px 0;
}

.or_box3 {
	margin-top: 50px;
}

.or_box3 div {
	width: 50%;
}

.smp {
	margin-top: 30px;
}

.jsy div:first-of-type {
	width: 483px;
}

.smp div:last-of-type {
	width: 667px;
}

.grt {
	margin-bottom: 0;
}

.or_box4 {
	margin-top: 50px;
}

.or_box4 div:last-of-type {
	width: 630px;
}

.or_box4 div:last-of-type ul li {
	color: #1A246F;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	background-image: url("images/check.png");
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 40px;
	background-size: 25px;
}

.zone {
	margin-top: 50px;
}

.zone div:first-of-type {
	width: 44%;
    margin: 0 3%;
}

.or2 .g_obi {
	margin-top: 0;
}

.or3 {
	padding: 60px 0 0 0;
}

.performance {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0;
	margin: 60px 0;
}

.performance li {
	list-style-type: none;
	width: 500px;
	text-align: center;
	margin-bottom: 50px;
}

.performance li a {
	display: block;
	text-decoration: none;
}

.performance li a:hover {
	opacity: 0.7;
}

.performance li:last-child,.performance li:nth-child(5) {
	margin-bottom: 0;
}

.performance li h4 {
	text-align: left;
	color: #242424;
	font-size: 20px;
	font-weight: bold;
}

.performance li h4 span {
	font-size: 14px;
	color: #ffffff;
	margin-left: 20px;
	padding: 5px 10px;
}

.eat {
	background-color: #FC7F26;
}

.clinic {
	background-color: #9A8200;
}

.retail {
	background-color: #FF3E72;
}

.gym {
	background-color: #0F3F7E;
}

.option {
	padding-left: 0;
	margin-top: 30px;
}

.option li {
	width: 50%;
	list-style-type: none;
}

.option li h4 {
	color: #242424;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;;
}

.b_or {
	margin-top: 10px;
	color: #FF7F00;
	font-size: 24px;
	font-weight: bold;
}

.b_or span {
	display: block;
	font-size: 18px;
	color: #242424;
	margin-top: 10px;
}

.merit_im div {
	width: 50%;
}

.p_in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}

.p_in li {
	margin-left: 0;
	width: 48%;
	margin-bottom: 30px;
}

.m30 {
	margin-top: 30px;
}

.slider_w {
	width: 1200px;
}

.slider {
    width: 90%;
	margin: 60px auto 30px auto;
	padding: 0;
}

.slider li {
    box-sizing: border-box;
	padding: 0 15px;
	width: auto;
}

.slider li a {
	text-decoration: none;
	color: inherit;
}

.slider li span {
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
    padding: 5px 10px;
}

.slider li img {
    width: 100%;
    height: auto;
}

.slide_prev {
    position: absolute;
    z-index: 100000;
    top: 100px;
    left: -60px;
    width: 40px;
    height: 40px;
}

.slide_next {
    position: absolute;
    z-index: 100000;
    top: 100px;
    right: -60px;
    width: 40px;
    height: 40px;
}

.set_list {
	list-style-type: none;
	margin: 60px 0;
}

.set_list li {
	width:220px ;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border: 3px solid #FC7F26;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 10px;
	position: relative;
}

.set_list li::after {
    content: url(images/arrow_pc.png);
    position: absolute;
    top: 28px;
    left: 290px;
}

.set_list li:last-child::after {
	display: none;
}

.smsys {
	list-style-type: none;
	margin: 60px 0;
}

.smsys div {
	width: 50%;
}

.raku div:last-of-type {
	text-align: center;
}

.br-sp,.smform {
	display: none;
}