/*
Theme Name: 相続のテーマ
*/

/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*----------------------------------
全体
----------------------------------*/

body {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
    word-break: break-all;
    text-size-adjust: none;
}

.wrapper {
	margin: 0 auto;
	width: 1050px;
}

.content {
	float: left;
	margin-bottom: 100px;
	width: 730px;
}

.content-one {
	margin-bottom: 100px;
	width: 1000px;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.list {
	margin-bottom: 20px;
}

.list li {
	list-style: disc;
	margin-left: 23px;
}

.btn {
	background: #ff8800;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

.btn:hover {
	opacity: 0.6;
}

.pc {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

/*----------------------------------
文字スタイル
----------------------------------*/

strong,b,.strong {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.dark-blue {
	color: #0d456f;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.dark-pink {
	color: #ff023c;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-bb {
	background: linear-gradient(transparent 80%, #ffff00 80%) !important;
}

.fs12 {
	font-size: 12px !important;
	line-height: 22px !important;
}

.fs13 {
	font-size: 13px !important;
	line-height: 23px !important;
}

.fs14 {
	font-size: 14px !important;
	line-height: 24px !important;
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs16 {
	font-size: 16px !important;
	line-height: 26px !important;
}

.fs17 {
	font-size: 17px !important;
	line-height: 27px !important;
}

.fs18 {
	font-size: 18px !important;
	line-height: 28px !important;
}

.fs20 {
	font-size: 20px !important;
	line-height: 30px !important;
}

.fs22 {
	font-size: 22px !important;
	line-height: 32px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs25 {
	font-size: 25px !important;
	line-height: 35px !important;
}

.fs28 {
	font-size: 28px !important;
	line-height: 38px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs35 {
	font-size: 35px !important;
	line-height: 45px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs45 {
	font-size: 45px !important;
	line-height: 55px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

/*----------------------------------
header
----------------------------------*/

header {
	margin: 10px 0;
}

.head-logo {
	margin: 0 !important;
	line-height: 1.8 !important;
}

.head-logo img {
	margin-right: 10px;
}

.head-logo-sp {
	margin: 24px 0 !important;
}

.head-logo-sp img {
	margin-right: 10px;
}

.head-info-text {
	margin-bottom: 5px;
}


.logo-title {
	width: 500px;
}

.logo-title img {
    height: auto;
    width: 90%;
    margin-left: -1px;
}

.site-info {
	margin: 16px 0;
	width: 483px;
}

.site-tel {
	background: url(images/head-tel-bg.png) no-repeat;
	box-sizing: border-box;
	height: 89px;
    padding: 30px 10px 10px;
    text-align: center;
	width: 232px;
}

.site-tel-1 {
    font-size: 15px;
    line-height: 25px;
}

.site-tel-2 {
	font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.pc-nav.head-menu.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/*----------------------------------
TOP画像
----------------------------------*/

.top-img {
	background: url(images/top-img.png);
	box-sizing: border-box;
	margin: 0 auto;
	width: 1174px;
	height: 471px !important;	
}

.top02-img {
	background: url(images/top-img02.png);
	box-sizing: border-box;
	margin: 0 auto;
	width: 1174px;
	height: 471px !important;
}

.top-img-main {
	color: #00792f;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 40px 0 0 40px;
	text-shadow: 3px  3px 0px #ffffff,
				-3px  3px 0px #ffffff,
				3px -3px 0px #ffffff,
				-3px -3px 0px #ffffff,
				3px  0px 0px #ffffff,
				0px  3px 0px #ffffff,
				-3px  0px 0px #ffffff,
				0px -3px 0px #ffffff;
}

.top-img-main-p {
	color: #660066;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 40px 0 0 40px;
	text-shadow: 3px  3px 0px #ffffff,
				-3px  3px 0px #ffffff,
				3px -3px 0px #ffffff,
				-3px -3px 0px #ffffff,
				3px  0px 0px #ffffff,
				0px  3px 0px #ffffff,
				-3px  0px 0px #ffffff,
				0px -3px 0px #ffffff;
}

.top-img-main strong {
	display: block;
	font-size: 60px;
	line-height: 70px;
}

.top-img-main-p strong {
	display: block !important;
	font-size: 60px !important;
	line-height: 70px !important;
}

.top-img-main-2 {
	color: #c1272d;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-left: 40px;
}

.top-img-main-2 .y-b {
	background: linear-gradient(transparent 80%, #ffff00 80%);
}

.top-img-main-3 {
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin: 0 0 20px 40px;
}

.top-img-main-3-2 {
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin: 0 0 20px 40px;
	text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}


.top-img-main-4 {
	background: #00792f;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
    font-size: 22px;
    line-height: 33px;
	margin-left: 40px;
	padding: 10px 15px 10px 92px;
	position: relative;
	width: 430px;
}

.top-img-main-4 img {
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*----------------------------------
お悩み
----------------------------------*/

.nayami {
	background: url(images/onayami-bg.png) no-repeat;
	box-sizing: border-box;
	height: 751px;
	margin: 60px auto 0;
	position: relative;
	width: 1171px;
}

.nayami ul {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 150px;
	width: 1020px;
}

.nayami ul li {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 30px;
}

.nayami ul li:last-child {
	margin-bottom: 0;
}

.red-bg {
	background: #C22229;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-right: 20px;
	padding: 5px 20px;
}

.nayami ul li .y-b {
	background: linear-gradient(transparent 80%, #ffff00 80%);
}

/*----------------------------------
マンガ部分
----------------------------------*/

.comic {
	background: #C7B299;
	box-sizing: border-box;
	margin-top: 100px;
    padding: 105px 60px 60px;
	position: relative;
}

.comic-yazirushi {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -40px;
}

.comic-title {
    color: #42210B;
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 30px;
}

.comic-title .r-b {
	border-bottom: 5px solid #C22229;
}

.comic-bg {
	background: #fff;
	box-sizing: border-box;
	padding: 60px;
}

.comic-bg h3 {
	color: #C1272D;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 10px;
	min-height: 34px;
	padding-left: 44px;
	position: relative;
}

.comic-bg h3 img {
	left: 0;
	position: absolute;
	top: 0;
}

.comic-bg img + h3 {
	margin-top: 40px;
}

/*----------------------------------
共通パーツ
----------------------------------*/

.title-bg {
	background: url(images/title-bg.png);
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    height: 176px;
    padding: 55px 0;
}

.title-bg01 {
	background: url(images/title-bg.png);
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    height: 176px;
    padding: 55px 0;
}

.title-bg .wrapper {
	padding-left: 140px;
	position: relative;
	width: 660px;
}

.title-bg01 .wrapper {
	width: 670px;
}


.title-bg img {
	height: auto;
	left: 0;
	position: absolute;
	top: -10px;
	width: 120px;
}

.title-bg.support-amin .wrapper {
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 1050px;
}

/*----------------------------------
10の理由
----------------------------------*/

.riyuu-bg {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(151,203,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(151,203,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(151,203,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97cb51',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
}

.riyuu-bg-in {
	background: url(images/riyuu-main-bg.png) no-repeat;
	box-sizing: border-box;
	height: 1750px;
	margin: 0 auto;
	padding-top: 40px;
	width: 1172px;
}

.riyuu-bg-in ul {
	margin: 0 auto;
	width: 1002px;
}

.riyuu-bg-in ul li {
	margin-bottom: 22px;
	position: relative;
}

.riyuu-bg-in ul li:last-child {
	margin-bottom: 0;
}

.riyuu-bg-1 {
	position: relative;
}

.riyuu-bg-num {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 50px;
}

.riyuu-bg-num-2 {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 50px;
}

.riyuu-bg-2 {
	background: url(images/riyuu-bg-middle.png);
    box-sizing: border-box;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    height: auto;
    padding: 10px 120px 10px 210px;
    width: 1002px;
}

.riyuu-bg-2.line-1 {
    height: 0;
    padding: 0 0 0 210px;
}

.riyuu-bg-2.line-1 .riyuu-bg-text {
	top: 20px;
}

.riyuu-bg-2.line-2 {
    height: 25px;
    padding: 0 0 0 210px;
}

.riyuu-bg-2.line-3 {
    height: 10px;
    padding: 0 0 0 210px;
}

.riyuu-bg-2.line-4 {
    height: 40px;
    padding: 0 0 0 210px;
}

.riyuu-bg-2 strong {
	color: #00792f;
    font-size: 55px;
    line-height: 65px;
}

.riyuu-bg-3 {
	background: url(images/riyuu-bg-bottom.png) no-repeat;
	box-sizing: border-box;
    height: 51px;
	width: 1002px;
}

.riyuu-bg-text {
	position: absolute;
	top: 10px;
}

.riyuu-mini-text {
	font-size: 23px;
	line-height: 33px;
}

/*----------------------------------
料金表など
----------------------------------*/

.ryoukin-img {
	height: auto;
	width: 1050px;
}

/*----------------------------------
サポート方針
----------------------------------*/

.support-list {
	margin: 60px 0;
}

.support-list li {
	margin-bottom: 60px;
}

.support-list li:last-child {
	margin-bottom: 0;
}

.support-line {
	background: url(images/support-line-bg.png) no-repeat;
	box-sizing: border-box;
	height: 137px;
	position: relative;
	width: 1050px;
}

.support-1 {
    border-radius: 50%;
    box-sizing: border-box;
    color: #F5CE00;
    font-size: 23px;
    line-height: 23px;
    left: 15px;
    height: 130px;
    padding: 25px 0;
    position: absolute;
    top: 4px;
    text-align: center;
    width: 130px;
}

.support-1 strong {
	display: block;
	font-style: oblique;
	font-size: 50px;
    line-height: 50px;
}

.support-title {
    color: #C1272D;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    left: 210px;
    position: absolute;
    top: 51px;
}

.s-point {
	position: relative;
}

.s-point::before {
    bottom: -27px;
    content: "●";
    color: #C1272D;
    font-size: 10px;
    left: 15px;
    position: absolute;
}

.support-text {
	margin: 0 auto;
    margin-left: 170px;
    width: 890px;
}

.support-text p {
	margin-bottom: 20px;
}

.support-text p:last-child {
	margin-bottom: 0;
}

.info-dl {
	-webkit-box-shadow: 0px 0px 5px 3px #999999;
	box-shadow: 0px 0px 5px 3px #999999;
	margin: 0 auto;
	width: 1050px;
}

.info-dl dt {
	background: #00792f;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	padding: 10px 15px;
	text-align: center;
}

.info-dl dd {
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
}

.area-text {
	float: left;
	width: 620px;
}

.info-dl-img {
	float: right;
	height: auto;
	margin: 0 0 20px 20px;
	width: 370px;
}

/*----------------------------------
センター画像
----------------------------------*/

.center-bg {
	background: #8CC63F;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}

.center-bg img {
	margin: 0 auto;
}

/*----------------------------------
ご相談ください
----------------------------------*/

.soudan {
	background: url(images/hougan-bg.png);
	box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 3px #999999;
    box-shadow: 0px 0px 5px 3px #999999;
	padding: 10px;
}

.soudan-in {
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
}

.soudan-in h2 {
	background: #00792f;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 10px 15px;
	position: relative;
	text-align: center;
}

.soudan-in h2::after {
	border-bottom: 1px solid #fff;
	bottom: 5px;
	content: "";
	left: 10px;
	position: absolute;
	width: 988px;
}

.soudan-text {
	width: 588px;
}

.soudan-text-tel {
	color: #ff023c;
	display: block;
	font-weight: bold;
	font-size: 47px;
	line-height: 47px;
	margin-bottom: 20px;
	padding-left: 57px;
	position: relative;
	text-decoration: none;
}

.soudan-text-tel::before {
	background: url(images/tel-icon-2.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 47px;
	left: 0;
	position: absolute;
	width: 47px;
}

.soudan-text p {
	margin-bottom: 20px;
}

.soudan-text p:last-child {
	margin-bottom: 0;
}

.soudan-img {
	height: auto;
	width: 400px;
}

.soudan-btn {
	background: #ff163b -webkit-gradient(linear,left top,left bottom,from(#ff3958),to(#ff163b)) repeat-x;
	background: #ff163b linear-gradient(180deg,#ff3958,#ff163b) repeat-x;
	-webkit-box-shadow: 0px 0px 5px 3px #999999;
	box-shadow: 0px 0px 5px 3px #999999;
	border-radius: 25px;
	border: 3px solid #fff;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 5px;
	padding: 10px 15px 10px 173px;
	position: relative;
	text-decoration: none;
}

.soudan-btn::before {
	background: url(images/mail-icon.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 18px;
    left: 140px;
    position: absolute;
    top: 15px;
	width: 23px;
}

.soudan-btn:hover {
	background: #e20024;
}

/*----------------------------------
プロフィール・事務所概要
----------------------------------*/

.page-title {
	background: #00792f;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
}

.prof-img {
	height: auto;
	margin-left: 93px !important;
	height: 324px;
}

.prof-in-text {
	width: 615px;
	margin-right: 27px;
}

.prof-in-text p {
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
}

.prof-in-text p:last-child {
	margin-bottom: 0;
}

.prof-in-texts {
	width: 1050px !important;
}

.prof-in-texts p {
	font-weight: bold !important;
	font-size: 23px !important;
	line-height: 33px !important;
	margin-bottom: 20px !important;
}

.prof-in-texts p:last-child {
	margin-bottom: 0 !important;
}

.clear{
	clear:both !important;
}

.page-title-2 {
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
}

.table {
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-top: 0;
	font-size: 23px;
	line-height: 33px;
}

.table li {
	background: #ebeff1;
	box-sizing: border-box;
	overflow: hidden;
}

.table-1 {
	border-top: 1px solid #aaa;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding: 10px 15px;
	width: 20%;
}

.table-2 {
	background: #fff;
	box-sizing: border-box;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-left: 20%;
	padding: 10px 15px;
}

/*----------------------------------
問い合わせフォーム
----------------------------------*/

.tel-text {
	color: #ff023c;
	display: block;
	font-weight: bold;
	font-size: 43px;
	line-height: 53px;
	margin: 0 auto;
	padding-left: 41px;
	position: relative;
	text-decoration: none;
	width: 310px;
}

.tel-text::before {
	background: url(images/tel-icon-3.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 43px;
	left: 0;
    position: absolute;
    top: 8px;
	width: 31px;
}

.contact-table li {
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-table li:last-child {
	margin-bottom: 0;
}

.contact-1 {
	box-sizing: border-box;
	clear: both;
	float: left;
	width: 30%;
}

.contact-2 {
	box-sizing: border-box;
	margin-left: 30%;
}

.contact-2 input[type="text"] {
	background: #ffc;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 10px;
	-webkit-appearance: none;
	width: 100%;
}

.contact-2 textarea {
	background: #ffc;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 18px;
	line-height: 28px;
	height: 250px;
	padding: 5px 10px;
	-webkit-appearance: none;
	width: 100%;
}

.contact-hissu {
	background: #ff163b;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
	padding: 0 5px;
}

.contact-nini {
	background: #999;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
	padding: 0 5px;
}

.soushin-btn {
    background: #ff163b -webkit-gradient(linear,left top,left bottom,from(#ff3958),to(#ff163b)) repeat-x;
    background: #ff163b linear-gradient(180deg,#ff3958,#ff163b) repeat-x;
    -webkit-box-shadow: 0px 0px 5px 3px #999999;
    box-shadow: 0px 0px 5px 3px #999999;
    border-radius: 25px;
	border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin: 20px auto 0;
	padding: 10px 70px;
    position: relative;
    text-align: center;
	-webkit-appearance: none;
}

.soushin-btn:hover {
    background: #e20024;
}

/*----------------------------------
footer
----------------------------------*/

footer {
	margin-top: 100px;
}

.pc-nav {
	background: #00792f;
}

.foot-border {
	border: 3px solid #0671C4;
	box-sizing: border-box;
}

.pc-nav ul {
	margin: 0 auto;
	overflow: hidden;
	width: 1050px;
}

.pc-nav ul li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: left;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 20%;
}

.pc-nav ul li a::before {
	border-left: 1px solid #fff;
	content: "";
	height: 28px;
	left: 0;
	position: absolute;
}

.pc-nav ul li:last-child a::before {
	border-right: 1px solid #fff;
	content: "";
	height: 28px;
	position: absolute;
	right: 0;
}

.pc-nav ul li a:hover {
	background: #3cb371;
}

.foot-in {
	box-sizing: border-box;
	padding: 40px 0;
}

.foot-1 {
	float: left;
	margin-right: 55px;
	width: 500px;
}

.foot-title img {
	height: auto;
	width: 400px;
}

.foot-title-in {
	color: #666;
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-top: 5px;
}

.foot-access {
	color: #666;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}

.foot-in .site-info {
	margin: 0;
}

.copyright {
	background: #eee;
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding: 12px 0 10px;
	position: relative;
	text-align: center;
}

.copyright::before {
	border-top: 1px solid #000;
	content: "";
	left: 0;
	position: absolute;
	top: 2px;
	width: 100%;
}

/*----------------------------------
固定サイド
----------------------------------*/

.kotei-side {
	box-sizing: border-box;
	bottom: 20px;
	display: none !important;
	padding: 6px;
	position: fixed;
	right: 20px;
	z-index: 100;
}

.kotei-1 {
	background: #ff163b -webkit-gradient(linear,left top,left bottom,from(#ff3958),to(#ff163b)) repeat-x;
	background: #ff163b linear-gradient(180deg,#ff3958,#ff163b) repeat-x;
	-webkit-box-shadow: 0px 0px 5px 3px #999999;
	box-shadow: 0px 0px 5px 3px #999999;
	border-radius: 25px;
	border: 3px solid #fff;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 16px;
	padding: 15px 10px;
	text-decoration: none;
}

.kotei-1:hover {
	background: #e20024;
}

.pagetop {
    background: #00acc7 -webkit-gradient(linear,left top,left bottom,from(#26b8cf),to(#00acc7)) repeat-x;
    background: #00acc7 linear-gradient(180deg,#26b8cf,#00acc7) repeat-x;
	-webkit-box-shadow: 0px 0px 5px 3px #999999;
	box-shadow: 0px 0px 5px 3px #999999;
	border-radius: 25px;
	border: 3px solid #fff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	padding: 26px 10px;
	position: relative;
	text-decoration: none;
}

.pagetop::after {
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	left: 0;
	height: 10px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	width: 10px;
}

.pagetop:hover {
	background: #008094;
}

/*----------------------------------
投稿・固定ページ
----------------------------------*/

.breadcrumbs {
	margin-bottom: 20px;
	text-align: right;
}

.breadcrumbs a {
	color: #1b8be1;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.wrapper.page,
.wrapper.single {
	margin-top: 20px;
}

.page-h1 {
	border: 2px solid #00792f;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
}

.page p {
	margin-bottom: 20px;
}

.page p:last-child {
	margin-bottom: 0;
}

/*----------------------------------
サポート事例
----------------------------------*/

.jirei-top {
	margin-top: 60px;
	position: relative;
}

.jirei-top dt {
	background: #1d8de4;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	left: 0;
	margin: 0 auto;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
    top: -21.5px;
    width: 500px;
}

.jirei-top dd {
	border: 2px solid #1d8de4;
	box-sizing: border-box;
	padding: 40px 20px 20px;
}

.jirei-top dd ul li {
	list-style: disc;
	margin-left: 23px;
}

.jirei-top dd ul li a {
	color: #000;
	text-decoration: underline;
}

.jirei-top dd ul li a:hover {
	text-decoration: none;
}

@supports (-ms-ime-align:auto) {
.top-img-main-4 {
    font-size: 18px !important;
}
.title-bg01 .wrapper {
    font-size: 40px !important;
}
}

.syoukai-info dt {
    background: #c22229 !important;
    box-sizing: border-box !important;
    border-radius: 10px 10px 0 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 33px !important;
    padding: 10px 15px !important;
    text-align: center !important;
}
.syoukai-info dd {
    box-sizing: border-box !important;
    border: 1px solid #c22229 !important;
    border-radius: 0 0 10px 10px !important;
    border-top: 0 !important;
    font-size: 21px !important;
    padding: 10px 15px !important;
    text-align: center !important;
    line-height: 2.0em !important;
}
.y-b {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.font95{
	font-size: 95% !important; 
}
.cbox p{
	font-size: 20px !important;
}