.pager{text-align:center;max-width:100%;margin:10px auto;}
.wp-pagenavi a,.wp-pagenavi span{font-size:16px;text-decoration:none;}
.pages{padding:15px 17px;border:1px solid #B2B2B2;margin-right:8px;display:inline-block;}
.current{color:#fff;background:#0093E6;border:1px solid #0093E6;padding:15px 17px;margin-right:8px;display:inline-block;}
.page{padding:15px 17px;border:1px solid #B2B2B2;display:inline-block;margin-right:8px;color:#000;}

.nextpostslink,.previouspostslink{
	padding:15px 17px;
	border:1px solid #B2B2B2;
	margin-right:8px;
	display:inline-block;
	text-indent:-9999px;
	background-position:center center;
	background-repeat:no-repeat;
	min-width:40px;
	background-size:16px 16px;
}
.nextpostslink{
	background-image:url(/wp-content/uploads/2018/10/icon-tri-b-right.svg);
}
.previouspostslink{
	background-image:url(/wp-content/uploads/2018/10/icon-tri-b-left.svg);
}
.nextpostslink:hover{
	background-image:url(/wp-content/uploads/2018/10/icon-tri-w-right.svg);
}
.previouspostslink:hover{
	background-image:url(/wp-content/uploads/2018/10/icon-tri-w-left.svg);
}
.nextpostslink:hover,.previouspostslink:hover,.page:hover{
	background-color:#0093E6;
	border:1px solid #0093E6;
	color:#FFF;
}


.midashi-c {
	font-size:5.5vw;
	padding-top: 40px;
    font-family: "Noto Sans JP" , Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
}
.midashi-c-bl:after{
	content:"";
	width:120px;
	height:4px;
	background-color:#0093E6;
	display:block;
	margin: 20px auto 30px auto;
}

.btn-co{
	font-family: "Noto Sans JP" , Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: block;
	border-radius: 5px !important;
	text-align: center;
}
.btn-co::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.pdf-co::after{
	content:url("/wp-content/uploads/2018/09/file.png");
position: absolute;
	top: calc(50%-12);
	left: 30px;
}

.btn-large{
	font-weight:600;
	font-size: 18px !important;
	width:90%;
	padding:25px !important;
	/*margin:0 auto !important;*/
}
.btn-midium{
	font-size: 14px !important;
	width:85%;
	padding:22px !important;
	margin:0 auto !important;
}
.btn-small{
	font-weight:200;
	font-size: 16px;
width: 80%;
	padding:20px;
	margin:0 auto;
}

.btn-orange{
	color:#FFF;
	box-shadow: 0px 4px 0px #B72C00;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(-170deg, #FF3D00 0%, #FF3D00 50%, #FB3A3A 51%, #FB3A3A 71%, #FF3D00 100%) !important; 
	background: -webkit-linear-gradient(-170deg, #FF3D00 0%,#FF3D00 50%,#FB3A3A 51%,#FB3A3A 71%,#FF3D00 100%) !important; 
	background: linear-gradient(-170deg, #FF3D00 0%,#FF3D00 50%,#FD0606 51%,#FB3A3A 71%,#FF3D00 100%) !important;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.btn-orange:hover{
	color:#FFF500;
	box-shadow: 0px 0px 4px #FFF;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(-170deg, #FF3D00 0%, #FF3D00 50%, #FB3A3A 51%, #FB3A3A 71%, #FF3D00 100%) !important; 
	background: -webkit-linear-gradient(-170deg, #FF3D00 0%,#FF3D00 50%,#FB3A3A 51%,#FB3A3A 71%,#FF3D00 100%) !important; 
	background: linear-gradient(-170deg, #FF3D00 0%,#FF3D00 50%,#FD0606 51%,#FB3A3A 71%,#FF3D00 100%) !important;
	-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.btn-blue{
	color:#FFF;
	box-shadow: 0px 4px 0px #0067C6;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(-170deg, #0093E6 0%, #0093E6 50%, #0078E6 51%, #0078E6 71%, #0097E6 100%); 
	background: -webkit-linear-gradient(-170deg, #0093E6 0%,#0093E6 50%,#0078E6 51%,#0078E6 71%,#0097E6 100%); 
	background: linear-gradient(-170deg, #0093E6 0%,#0093E6 50%,#0078E6 51%,#0078E6 71%,#0097E6 100%);
}
.link-btn{
	font-family: "Noto Sans JP" , Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.2em;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.link-btn::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.link-white-line{
	color:#FFF;
	border:2px solid #FFF;
}
.link-white-line{
	color:#FFF;
	border:2px solid #FFF;
}
.link-blue-line{
	color:#0093E6;
	border:2px solid #0093E6;
}
.link-blue-line::before{
	border-top: 2px solid #0093E6;
	border-right: 2px solid #0093E6;
}
.link-white-line::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.link-large{
	font-weight:200;
	font-size: 20px;
width: 300px;
	padding:20px;
}
.link-small{
	font-weight:400;
	font-size: 20px;
width: 200px;
	padding:13px;
}
.side-block{
	display:none;
}
.side-btn{margin-bottom:10px;}

.bg-gra-b{
	background: #0087D3;
	background: -moz-linear-gradient(-35deg, #0087D3 70%,#00B9D2 100%);
	background: -webkit-linear-gradient(-35deg, #0087D3 70%,#00B9D2 100%);
	background: linear-gradient(-35deg, #0087D3 70%,#00B9D2 100%);
}
.bg-gra-b,.bg-gra-b a{color:#FFF;}

.bg-water{
	background: #E8F0FF;
}
.bg-ami{
	background-image:url(/wp-content/uploads/2018/09/back_check.png);
}
.bg-block{
	background: #fffef1;
	background: -moz-linear-gradient(-135deg, #fffef1 0%,#efefed 100%);
	background: -webkit-linear-gradient(-135deg, #fffef1 0%,#efefed 100%);
	background: linear-gradient(-35deg, #fffef1 0%,#efefed 100%);
}

.marker-dash{
	background-image:url(/wp-content/uploads/2018/09/text-deco-line-yellow.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	display: inline;
	padding-bottom: 5px;

}

.w-allow-tri{}

.w-allow-tri::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 40px solid white;

}

.b-allow-tri{color:#ccc;}

.b-allow-tri::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: -1px auto;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 40px solid #0087D3;

}

.fukidashi-left-white {
	position: relative;
	border:1px solid #FFFFFF;
	border-radius:8px;
	padding:15px;
	margin-left: initial;
	background-color:#028BD7;
	color:#FFF;
}





.share ul{
	text-align:center;
}
.share li{
	width:16%;
	min-height:50px;
	margin-right:2%;
	display:inline-block;
}
.share a{
	display:block;
	padding:15px 0;
	border-radius:3px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.share a span{
	font-size:12px;
	display:none;
}
.share-tw{
	background-color:#1DA1F2;
}
.share-fb{
	background-color:#3B5998;
}
.share-gp{
	background-color:#DB4437;
}
.share-hb{
	background-color:#00A4DE;
}
.share-line{
	background-color:#5ae628;
}

[class^="icon-"], [class*=" icon-"] {
	display:block;
	font-size:20px;
	margin-bottom:0px;
}



.mauticform-row.mauticform-required .mauticform-label:after {
	content: " *必須" !important;
	font-size:12px;
}

.faq-list{
	margin-bottom:10px;
	line-height:1.8;
}
.faq-q{
	padding:11px 40px 11px 5%;
	background-color:#0093E6;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	margin-bottom:0px !important;
}
.faq-a{
	padding:30px 5%;
	border:2px solid #0093E6;
	font-size:18px;
	margin-top:0px !important;
}
.faq-a p{
	margin-bottom:20px;
}
.result-inner{
}

.post-list-li{
	padding: 17px 15px 17px 120px;
    font-size: 14px;
    line-height: 1.4;
	min-height:95px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.postcat{
    text-align: center;
    float: right;
    font-size: 80%;
    margin: 0px 0px 0px 10px;
    color: #FFF;
	border-radius:2px;
    position: absolute;
    left: 0px;
	font-weight:bold;

    background-color: #0093E6;
}
.postcat-archive{
    text-align: center;
    float: right;
    font-size: 80%;
    margin: 0px 0px 0px 10px;
    color: #FFF;
    position: absolute;
    left: 0px;
	font-weight:bold;
	width:100px;
    background-color: #0093E6;
    border-radius: 2px;
    padding: 22px 8px;
    display: inline-block;
}
.postcat a{
    width: 90px;
    display: inline-block;
    padding: 22px 8px;
	color:#FFF;
	text-decoration:none;
}

.posttitle{
	text-decoration:none;
	display:block;
}


.l-breadcrumbs-list{
	font-size:16px;
	padding:5px 10px;
}
.l-breadcrumbs-list a{
	display:inline-block;
	margin-right:0px;
	text-decoration:none;
	color:#999;
	background-color:#EEE;
	border-radius:3px;
	padding:8px 5px;
}
.bred-allow:after{
	content: "";
    display: inline-block;
    width: 5px;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #ccc;
}


.side-block{
	width:100px;
	text-align:right;
	text-decoration:none;
	padding:0px;
	display:block;
}
	
.side-midashi{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#0078E6;
	padding:10px 15px;
	color:#fff;
	text-align:center;
	font-size:16px;
	letter-spacing:0.1em;
}

.side-list{
	padding:10px 3px 15px 100px;
	border-bottom:1px dotted #ccc;
	position:relative;
	vertical-align:top;
	min-height:100px;
	font-size:16px;
}

.side-list .side-list-thumb{
	width:60px;
	height:60px;
	object-fit:contain;
	position:absolute;
	top:10px;
	left:10px;
}
.side-list span{
	display:block;
}
.content-side{
	padding:15px;
}


.gallary-area a{
	display:inline-block;
	width:48%;
	height:120px;
	
}
.gallary-area a img,.gallary-area a amp-img{
	width:100%;
	height:120px;
	object-fit:cover;
}

.talk_layout{
	position: relative;
}
.talk-left-img,.talk-right-img{
	height:80px;
	width:80px;
}
.talk-left-img{
	position: absolute;
	top: 0;
	left: 0px;
}
.talk-right-img{
	position: absolute;
	top: 0;
	right: 0px;
}
.talk-left-txt {
	margin-left: 80px;
	padding: 10px;
	border: 2px solid #EEE;
	border-radius: 15px;
	margin-top: 0px;
	position: relative;
	background: #ffffff;
	border: 2px solid #ccc;
}

.talk-left-txt:after, .talk-left-txt:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.talk-left-txt:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
.talk-left-txt:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 10px;
	margin-top: -10px;
}
.talk-right-txt {
	margin-right: 80px;
	padding: 10px;
	border: 2px solid #EEE;
	border-radius: 15px;
	margin-top: 0px;
	position: relative;
	background: #ffffff;
	border: 2px solid #ccc;
}
.talk-right-txt:after, .talk-right-txt:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.talk-right-txt:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
.talk-right-txt:before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 10px;
	margin-top: -10px;
}
.post-seminar-meta {
    margin-bottom: 20px;
}
.post-seminar-meta-area {
    display: inline-block;
    padding: 15px;
    background: #0093E6;
	color:#fff;
}
#serach-page-title{margin-bottom:20px;}
#serach-page-input{width:250px;margin:0 auto;}

.serach-post{line-height:1.4;padding-bottom:15px;border-bottom:1px solid #ccc;margin-bottom:15px;}
.serach-post a{text-decoration:none;}
.serach-info{position:relative;min-height:100px;}
.serach-post-title{font-size:4.2vw;font-weight:500;text-decoration:underline;margin-bottom:8px;}
.serach-eye-catch{width:120px;height:100px;position:absolute;top:0px;left:0px;}
.serach-eye-catch amp-img{width:100%;height:auto;}
.serach-discription{font-size:3.4vw;color:#333;padding-left:130px;padding-top:10px;}



.fuwari1{
	-webkit-animation:fuwari1 2s infinite ease alternate;
    animation:fuwari1 2s infinite ease alternate;
}

@-webkit-keyframes fuwari1 {
    0% {-webkit-transform:translate(0, 0) rotate(-8deg);}
    50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes fuwari1 {
    0% {transform:translate(0, 0) rotate(-8deg);}
    50% {transform:translate(0, -5px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}

.fuwari2{
	-webkit-animation:fuwari2 2s infinite linear alternate;
    animation:fuwari2 2s infinite linear alternate;
}

@-webkit-keyframes fuwari2 {
    0% {-webkit-transform:translate(0, 0) rotate(5deg);}
    50% {-webkit-transform:translate(0, 8px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes fuwari2 {
    0% {transform:translate(0, 0) rotate(5deg);}
    50% {transform:translate(0, 8px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}
.fuwari3{
	-webkit-animation:fuwari3 3s infinite ease-in-out alternate;
    animation:fuwari3 3s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwari3 {
    0% {-webkit-transform:translate(0, 0) rotate(-1deg);}
    50% {-webkit-transform:translate(0, -15px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwari3 {
    0% {transform:translate(0, 0) rotate(-1deg);}
    50% {transform:translate(0, -15px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(5deg);}
}


.fv-content{width:100%;margin:0 auto;}
.fv-catch{font-size:5.2vw;line-height:1.6;font-weight:bold;margin-bottom:20px;padding:10px 20px;}


.nayami-img{width:100%;margin:0 auto;}
#nayami-man{width:auto;height:auto;margin:0px auto 50px;padding-top:50px;}
.nayami:nth-child(1){top:5%;left:0%;width:25%;height:auto;}
.nayami:nth-child(2){/*top:70%;left:60%;width:25%;height:auto;*/display:none;}
.nayami:nth-child(3){top:50%;left:25%;width:25%;height:auto;}
.nayami:nth-child(4){/*top:76%;left:25%;width:20%;height:auto;*/display:none;}
.nayami:nth-child(5){top:50%;left:70%;width:25%;height:auto;}
.nayami:nth-child(6){/*top:65%;left:75%;width:25%;height:auto;*/display:none;}
.nayami:nth-child(7){top:70%;left:1%;width:25%;height:auto;}
.nayami:nth-child(8){/*top:0%;left:75%;width:25%;height:auto;*/display:none;}
.nayami:nth-child(9){top:10%;left:50%;width:25%;height:auto;}
.nayami:nth-child(10){/*top:40%;left:25%;width:25%;height:auto;*/display:none;}
.nayami:nth-child(11){top:69%;left:50%;width:25%;height:auto;}
.nayami:nth-child(12){top:3%;left:22%;width:25%;height:auto;}


.report-info{padding:30px;margin-bottom:20px;}
.report-check{margin-top:20px;}
.report-check li{display:inline-block;margin-right:10px;line-height:1.6;}
.report-img{margin:10px;padding:10px;background:#028BD7;}
.report-text{line-height:1.8;}

.report-point{width:48%;display:inline-block;padding:10px;}





.voice-set{padding-bottom:30px;}
.voice-img{}
.voice-img a{display:block;padding:15px;background:#FFF;}
.voice-info{}
.voice-read{color:#0093E6;font-size:3.8vw;line-height:1.6;margin:10px;}
.voice-profile{margin:10px;font-size:3.4vw;}
.voice-btn{right:20px;}


.kodawari-li{
	background-repeat:no-repeat;
	background-position:top 30px center;
	background-color:#FFF;
	margin:10px;
	box-shadow: 1px 1px 1px #CCC;
	font-size: 5.2vw;
	color:#0097E6;
	line-height: 1.5;
}
.kodawari-li:nth-child(1){background-image:url(/wp-content/uploads/2018/10/eye.gif);padding-top: 170px;}
.kodawari-li:nth-child(2){background-image:url(/wp-content/uploads/2018/10/clock.gif);padding-top: 170px;}
.kodawari-li:nth-child(3){background-image:url(/wp-content/uploads/2018/10/hand.gif);padding-top: 150px;}


.fukidashi-txt:nth-child(1){top:-10px;left:10px;
	/*background-image: url(/wp-content/uploads/2018/11/f-kanjo04.png);*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 9vw;
}
.fukidashi-txt:nth-child(2){top:30px;right:10px;
	/*background-image: url(/wp-content/uploads/2018/11/f-kanjo01.png);*/
    background-repeat: no-repeat;
    background-position: bottom right 10px;
    background-size: 6vw;
}
.fukidashi-txt:nth-child(3){bottom:0px;left:10px;
    /*background-image: url(/wp-content/uploads/2018/11/f-kanjo02.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 7vw;
}
.fukidashi-txt:nth-child(4){bottom:40px;right:10px;
	/*background-image: url(/wp-content/uploads/2018/11/f-kanjo03.png);*/
    background-repeat: no-repeat;
    background-position: top right 10px;
    background-size: 7vw;
}

#nayami-man2 {
    width: 80%;
    height: auto;
    margin: 0px auto 50px;
    padding-top: 50px;
}

/* 吹き出し本体 */
.fukidashi-txt{
padding:7px;
border-radius:15px;
font-size:2.8vw;
font-weight:bold;
line-height:1.6;
background-color: #0093E6;
color: #ffffff;
}



.fv-rotation{
  height: 120px;
  overflow-y: hidden;
}

.fv-rotation .fv-catch{
  position: relative;
  display: inline-block;
  height: 120px;
margin-bottom:0px;
}

/* アニメーション */
.fv-rotation .fv-catch{
 animation: ShiftTextsp 20s linear infinite;
}

#gmap{
	width:100%;min-height:300px;
}

#search-page-in{width:320px;margin:0 auto;border-radius:5px;background-color:#eee;padding:20px;}
#search-page-in .serch-box{margin:15px auto;}

.sansyo{position:relative;min-height:170px;}
.sansyo-screenshot{width:150px;height:150px;float:left;position:absolute;left:20px;top:20px;}
.sansyo-info{padding-left:190px; padding-right:30px;position:relative;}
.sansyo-info:before{
position:absolute;
top: -30px;
 left: 160px;
content:"”";
font-size:40px;
font-weight:bold;
color:#ccc;
}
.sansyo-info:after{
position:absolute;
bottom:-10px;
right:20px;
content:"”";
font-size:40px;
font-weight:bold;
color:#ccc;
}

.sansyo-title{font-size:20px;font-weight:bold;margin-bottom:30px;}
.sansyo-txt{font-size:14px;line-height:1.8;margin-bottom:20px;}
.sansyo-link{}

#nayami-man {
min-height:auto;
margin-bottom:10px;
text-align:center;
font-weight:bold;
color:#333;
}


table{
/*width:800px;*/
	border: 4px solid #56bcf5;
}
.scroll{
width:100%;
overflow: scroll;/*tableをスクロールさせる*/
margin-bottom:10px;
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb{/*tableにスクロールバーを追加*/
background:#BCBCBC;
}

#rishoku-riyu-table tr td:nth-child(1){width:25%;}
#rishoku-riyu-table tr td:nth-child(2){width:15%;}
#rishoku-riyu-table tr td:nth-child(3){width:60%;font-size:14px;}
#rishoku-riyu-table td:nth-child(-n+2){font-weight:bold;vertical-align: middle;}
#rishoku-riyu-table td:nth-child(2){text-align:center;}
#rishoku-riyu-table tr:nth-child(1) td{font-weight:normal;}

#mental-unq-table td{vertical-align: middle;}
#mental-unq-table tr td:nth-child(1){width:40%;}
#mental-unq-table tr td:nth-child(2){width:12%;}
#mental-unq-table tr td:nth-child(3){width:12%;}
#mental-unq-table tr td:nth-child(4){width:12%;}
#mental-unq-table tr td:nth-child(5){width:12%;}
#mental-unq-table tr td:nth-child(6){width:12%;}
#mental-unq-table td:nth-of-type(n+2){text-align:center;}
#mental-unq-table  td:nth-child(1){font-weight:bold;}
#mental-unq-table tr:nth-child(1) td{font-weight:normal;}

table tr:first-child td{vertical-align: middle;}
.cell-back-y{background-color:#fff9b7 !important;}

.story-box{
border:4px double  #eee;
padding:10px 20px 20px;
box-shadow:0px 0px 10px #ccc;
margin-bottom:50px;
}
.story p{margin-bottom:2.5em;}

.note{
    position: relative;
    background-image:
    linear-gradient(rgba(241,207,164,0.3) .1em, transparent .1em);
    background-size: 100% 2.5em;
    line-height:2.5em;
}
.next-open-text{text-decoration:underline;color:#00f;cursor:pointer;}


#story-ichimoto2{
font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;}
/*++++++++++++++++++++++++++++++++++++++++++ */
/*PC用CSSの定義を指定する*/
@media screen and (min-width: 768px) {
/*++++++++++++++++++++++++++++++++++++++++++ */
	
.fnav-lp{padding:30px 0;text-align:center;}
	.fnav-lp li{display:inline-block;padding:5px 15px;}	
.story-box{
border:4px double  #eee;
padding:10px 80px 20px;
box-shadow:0px 0px 10px #ccc;
margin-bottom:50px;
}
.story p{margin-bottom:2.5em;}

.note{
    position: relative;
    background-image:
    linear-gradient(rgba(241,207,164,0.3) .1em, transparent .1em);
    background-size: 100% 2.5em;
    line-height:2.5em;
}
.next-open-text{text-decoration:underline;color:#00f;cursor:pointer;}


.reason-down{padding:10px;border:3px solid #EEE;min-height:110px;}

#story-ichimoto2{
font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;}

#ichimoto-message-box{position:relative;}
#ichimoto-message{position:absolute;top:50px;left:-50px;line-height:1.6;padding-right:20px;}
	
.scroll{
width:100%;
overflow:auto;
margin-bottom:10px;
}
table{
width:100%;border: 4px solid #56bcf5;
}
	
#rishoku-riyu-table tr td:nth-child(1){width:25%;}
#rishoku-riyu-table tr td:nth-child(2){width:15%;}
#rishoku-riyu-table tr td:nth-child(3){width:60%;font-size:14px;}
#rishoku-riyu-table td:nth-child(-n+2){font-weight:bold;vertical-align: middle;}
#rishoku-riyu-table td:nth-child(2){text-align:center;}
#rishoku-riyu-table tr:nth-child(1) td{font-weight:normal;}

#mental-unq-table td{vertical-align: middle;}
#mental-unq-table tr td:nth-child(1){width:40%;}
#mental-unq-table tr td:nth-child(2){width:12%;}
#mental-unq-table tr td:nth-child(3){width:12%;}
#mental-unq-table tr td:nth-child(4){width:12%;}
#mental-unq-table tr td:nth-child(5){width:12%;}
#mental-unq-table tr td:nth-child(6){width:12%;}
#mental-unq-table td:nth-of-type(n+2){text-align:center;}
#mental-unq-table  td:nth-child(1){font-weight:bold;}
#mental-unq-table tr:nth-child(1) td{font-weight:normal;}

table tr:first-child td{vertical-align: middle;}
.cell-back-y{background-color:#fff9b7 !important;}
	
	
.midashi-c{
	font-size:28px;
	padding-top:40px;
	font-family: "Noto Sans JP" , Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
}
.midashi-c-bl:after{
	content:"";
	width:150px;
	height:4px;
	background-color:#0093E6;
	display:block;
	margin: 20px auto 20px auto;
}


.btn-large{
	font-size: 26px !important;
	/*width:500px;*/
	padding:30px !important;
}
.btn-midium{
	font-size: 20px !important;
	width:400px;
	padding:22px !important;
}
.btn-small{
	font-size: 20px;
	width: 300px;
	padding:20px;
}
.share li{
	width:22%;
	min-height:60px;
	margin-right:2%;
	display:inline-block;
}
.share a span{
	display:block;
	margin-top:10px;
}
.side-block{
	width:100px;
	position:fixed;
	top:200px;
	right:0px;
	text-align:right;
	text-decoration:none;
	padding:0px;
	display:block;
	z-index:1000;
}
	
.side-midashi{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#0078E6;
	padding:6px 10px;
	text-align:left;
	color:#fff;
	font-size:12px;
	letter-spacing:0.1em;
}
.content-block{
	max-width:100%;
	margin:0 auto 20px auto;
}
.side-list{
	padding:10px 3px 10px 80px;
	border-bottom:1px dotted #ccc;
	position:relative;
	vertical-align:top;
	min-height:80px;
	font-size:14px;
}
.side-list a{
	text-decoration:none;
}
.side-list img{
	width:60px;
	height:60px;
	object-fit:contain;
	position:absolute;
	top:10px;
	left:10px;
}
.side-list span{
	display:block;
}
.content-side{
	padding:0px;
}
.l-breadcrumbs-list{
	font-size:12px;
	padding:0px;
}
.l-breadcrumbs-list a{
	display:inline-block;
	margin-right:5px;
	text-decoration:none;
	color:#0093E6;
	background-color:transparent;
	border-radius:0px;
	padding:0px;
}
.l-breadcrumbs-list a:hover{
	text-decoration:underline;
}
.bred-allow::after{
	display:inline;
	content:" > ";
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
}
.post-list-li{
	padding: 17px 0;
	position:static;
	min-height:15px;
}
.posttitle{
	display:inline-block;
	margin-top:0px;
}
.postcat{
	margin:0px 10px 0px 20px;
	position:static;
	padding: 2px 8px;
	display:inline-block;
	float:none;
	color:#FFF;
	background-color:#0093E6;
	border-radius:2px;
}
.postcat-archive{
	margin:0px 10px 0px 20px;
	position:static;
	padding: 4px 8px;
	display:inline-block;
	float:none;
	color:#FFF;
	background-color:#0093E6;
}
.postcat a{
	display:inline-block;
	color:#FFF;
    padding: 0px 0px;
}
.gallary-area a{
	width:19.2%;
	height:150px;
	
}
.gallary-area a img,.gallary-area a amp-img{
	width:100%;
	height:150px;
}
.talk_layout{
	min-height: 160px;
}
.talk-left-img,.talk-right-img{
	height:150px;
	width:150px;
}

.talk-left-txt {
	margin-left: 150px;
	padding: 20px;
	border-radius: 18px;
}


.talk-left-txt:after {
	border-width: 15px;
	margin-top: -15px;
}
.talk-left-txt:before {
	border-width: 18px;
	margin-top: -18px;
}
.talk-right-txt {
	margin-right: 150px;
	padding: 20px;
	border-radius: 18px;
}

.talk-right-txt:after {
	border-width: 15px;
	margin-top: -15px;
}
.talk-right-txt:before {
	border-width: 18px;
	margin-top: -18px;
}
	
.serach-post{line-height:1.4;padding-bottom:15px;border-bottom:1px solid #ccc;margin-bottom:15px;position:relative;}
.serach-post a{text-decoration:none;}
.serach-info{position:static;min-height:50px;}
.serach-post-title{font-size:18px;font-weight:bold;text-decoration:underline;margin-bottom:8px;padding-left:130px;}
.serach-eye-catch{width:120px;height:100px;position:absolute;top:0px;left:0px;}
.serach-eye-catch amp-img{width:100%;height:auto;}
.serach-discription{font-size:14px;color:#333;padding-left:130px;}
	

	
.pager{max-width:320px;}
.wp-pagenavi a,.wp-pagenavi span{font-size:14px;}
.pages{padding:10px 12px;margin-right:5px;}
.current{padding:10px 12px;margin-right:5px;}
.page{padding:10px 12px;margin-right:5px;}

.nextpostslink,.previouspostslink{
	padding:10px 12px;
	margin-right:5px;
	min-width:35px;
	background-size:14px 14px;
}
	
	
.fv-content{width:53vw;margin:0 auto;right:20px;bottom:3vw;z-index:1000;}
.fv-catch{font-size:2.6vw;line-height:1.6;font-weight:bold;color:#FFF;text-shadow:1px 2px 10px #202020;}
.fv-catch-l{font-size:3.2vw;}
	
.nayami-img{width:100%;margin:0 auto;}
#nayami-man{width:375px;height:285px;margin:0px auto 50px;padding-top:0px;min-height:auto;}
.nayami:nth-child(1){top:-12%;left:2%;width:170px;height:174px;}
.nayami:nth-child(2){top:55%;left:60%;width:187px;height:189px;display:block;}
.nayami:nth-child(3){top:30%;left:12%;width:181px;height:175px;}
.nayami:nth-child(4){top:65%;left:25%;width:120px;height:110px;display:block;}
.nayami:nth-child(5){top:32%;left:68%;width:160px;height:150px;}
.nayami:nth-child(6){top:55%;left:78%;width:177px;height:178px;display:block;}
.nayami:nth-child(7){top:62%;left:3%;width:167px;height:159px;}
.nayami:nth-child(8){top:35%;left:88%;width:121px;height:111px;display:block;}
.nayami:nth-child(9){top:-10%;left:65%;width:173px;height:166px;}
.nayami:nth-child(10){top:-15%;left:18%;width:179px;height:183px;display:block;}
.nayami:nth-child(11){top:35%;left:0%;width:120px;height:110px;}
.nayami:nth-child(12){top:-20%;left:80%;width:185px;height:181px;}


.report-info{padding:40px;}
.report-check{margin-top:20px;}
.report-check li{display:inline-block;margin-right:10px;}
#report{min-height:300px;}
.report-img{width:36%;float:left;padding:25px;background:#028BD7;}
.report-info{width:50%;float:left;}
.report-text{line-height:1.8;}

.report-point{width:24%;display:inline-block;padding:10px;}
	
	
.voice-set{min-height:300px;padding-bottom:50px;}
.voice-img{width:40%;float:left;}
.voice-img a{display:block;padding:20px;background:#FFF;}
.voice-info{width:60%;float:right;}
.voice-read{color:#0093E6;font-size:20px;line-height:2;margin-bottom:40px;padding-left:90px;
background-image:url(/wp-content/uploads/2018/10/testimonial-1.png);
background-position:top left 40px;
background-repeat:no-repeat;
}
.voice-profile{margin-bottom:50px;padding-left:90px;font-size:16px;}
.voice-btn{right:20px;}
	
	
	
.kodawari-li{
	background-repeat:no-repeat;
	background-position:top 30px center;
	background-color:#FFF;
	width: 30%;
	height: 220px;
	display: inline-block;
	margin:0px ;
	margin-right: 4%;
	box-shadow: 1px 1px 1px #CCC;
	vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
	color:#0097E6;
	line-height: 1.5;
}
.kodawari-li:nth-child(3){margin-right: 0%;}

.kodawari-li:nth-child(1){background-image:url(/wp-content/uploads/2018/10/clock.gif);padding-top: 150px;}
.kodawari-li:nth-child(2){background-image:url(/wp-content/uploads/2018/10/eye.gif);padding-top: 150px;}
.kodawari-li:nth-child(3){background-image:url(/wp-content/uploads/2018/10/price.png);padding-top: 150px;background-position:top 50px center;}

	
.fv-rotation{
  height: 15vw;
}

.fv-rotation .fv-catch{
  height: 15vw;
}


	
	
	
.fukidashi-left-white {
	margin-left:35px;
}
.fukidashi-left-white:after, .fukidashi-left-white:before {
	right: 99.9%;
	top:70px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.fukidashi-left-white:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #028BD7;
	border-width: 15px 30px 15px 20px;
	margin-top: -20px;
}
.fukidashi-left-white:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width:16px 31px 16px 22px;
	margin-top: -21px;
}
	
.fukidashi-txt:nth-child(1){top:0px;left:0px;
	background-position: top 10px right 10px;
    background-size: 50px;
	}
.fukidashi-txt:nth-child(2){top:0px;right:0px;
    background-position: bottom 10px right 10px;
    background-size: 40px;
	}
.fukidashi-txt:nth-child(3){bottom:-50px;left:40px;
	background-position: bottom right;
    background-size: 50px;
	}
.fukidashi-txt:nth-child(4){bottom:-50px;right:0px;
	background-position: top right 10px;
    background-size: 50px;
	}

#nayami-man2 {
    width: 375px;
    height: 285px;
    margin: 0px auto 50px;
    padding-top: 50px;
}

/* 吹き出し本体 */
.fukidashi-txt{
padding:20px;
font-size:18px;
}
/* 色付きの半円 */
.fukidashi-txt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);

}
/* 白い半円 */
.fukidashi-txt::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
}
.fukidashi-tl::before{  right: 15px;  bottom: -15px;
  border-right: 20px solid #0093E6;
  border-bottom: 20px solid #0093E6;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}
.fukidashi-tl::after{  right: 0px;  bottom: -20px;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}
.fukidashi-bl::before{   right: 15px;  top: -15px;
  border-left: 20px solid #0093E6;
  border-top: 20px solid #0093E6;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.fukidashi-bl::after{  right: 0px;  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.fukidashi-tr::before{  left: 15px;  bottom: -15px;
  border-right: 20px solid #0093E6;
  border-bottom: 20px solid #0093E6;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}
.fukidashi-tr::after{ left: 0px;  bottom: -20px;
  border-left:20px solid transparent;
  border-top: 20px solid transparent;
  border-right:  20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
}
.fukidashi-br::before{  left: 15px;  top: -15px;
  border-left: 20px solid #0093E6;
  border-top: 20px solid #0093E6;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.fukidashi-br::after{  left: 0px;  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.fv-rotation .fv-catch{
animation: ShiftTextpc 20s linear infinite;
}
	
#search-page-in{width:500px; padding:8px;}
#search-page-in .serch-box{margin:0px auto;padding:15px;}
	
	
}

/*++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 1000px) {
/*++++++++++++++++++++++++++++++++++++++++++ */
.nayami-img{width:960px;margin:0 auto;}
.btn-large{
	font-size: 26px !important;
	width:500px;
	padding:30px !important;
}
.btn-midium{
	font-size: 18px !important;
	width:400px;
	padding:20px !important;
}
}
/*++++++++++++++++++++++++++++++++++++++++++ */
/*アニメーション*/
/*++++++++++++++++++++++++++++++++++++++++++ */
@keyframes ShiftTextsp{
	0%{opacity: 0;}
	1%,25%{top: 0;opacity: 1;}
	26%,50%{top: -120px;}
	51%,75%{top: -240px;}
	76%,100%{top: -360px;}
}
@keyframes ShiftTextpc{
	0%{opacity: 0;}
	1%,25%{top: 0;opacity: 1;}
	26%,50%{top: -15vw;}
	51%,75%{top: -30vw;}
	76%,100%{top: -45vw;}
}
