/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",Georgia, serif;
font-family: Noto Sans Japanese,Noto Sans JP,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
*/
html, body {
	margin: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	background: #FFF;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}



.muryouarea {
    background-color: #ebf1ff;
    padding: 50px;
}


.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
 
}
.acd-content {
    /* border: 1px solid #333; */
    height: 0;
    opacity: 0;
    /* padding: 0 10px; */

    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
        height: 100%;
    opacity: 1;
    /* padding: 10px; */
    visibility: visible;
}







.zuhan {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px;
}

span.akaa {
    color: #e71f19;
}
.scr {
    width: 100%;
    overflow: scroll;
    margin: 0 auto;
    height: 150px;
    font-size: 0.8em;
    line-height: 1.4em;
    overflow-x: hidden;
    border: 1px #c7c7c7 solid;
    padding: 10px;
    background-color: #fff;
	margin-bottom: 30px;
}

.onayami {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px;
}
p, td, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border: 0px;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
	transition: 0.5s;
	height: inherit;
}
p.muryou {
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 30px 0px;
    color: #fff;
    width: 700px;
    font-weight: bold;
    background-color: #1c3e9e;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
}
p.muryoutext {
    text-align: center;
    font-size: 1.2em;
}

a, img {
	transition: 0.5s;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.wmain {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	float: left
}
.right {
	float: right;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
h2 {
	text-align: center;
}
/*header
*********************/
.header {
	overflow: hidden;
	margin: 0 auto 1px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.header .wmain {
	padding: 5px 0 10px;
}
.header .hti {
	padding: 5px 0 3px;
}
.header .hti h1 {
	width: 1200px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
}
.header .logo {
    margin: 0px 0 0;
    width: 300px;
}
.header .head-cta {
	overflow: hidden;
	position: relative;
}
.header ul {
	text-align: right;
	overflow: hidden;
	letter-spacing: 0;
	font-size: 0;
	margin-top:15px;
}
.header .head-cta ul li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 2px;
}
/*fv
*********************/
.fv {
	overflow: hidden;
	background: url(../img/fv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}
/*cta
*********************/
.cta {
	overflow: hidden;
	;
	background: url(../img/cta-bg.jpg) center no-repeat;
	background-size: cover;
	border-top: 8px solid #0086ff;
	border-bottom: 4px solid #0086ff;
}
.cta .wmain {
	background: url(../img/cta-mdl.png) right 0 no-repeat;
	padding: 30px 0 20px
}
.cta ul {
	text-align: center;
	margin: 2px 0 0;
	overflow: hidden;
}
.cta li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 1px;
}
/*shikumi
*********************/
.shikumi {
	overflow: hidden;
	padding: 40px 0;
}
.shikumi ul {
	margin: 30px 0 0;
	text-align: center;
}
.shikumi li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 10px;
}
.shikumi .sub {
	text-align: center;
	font-weight: bold;
	color: #0086ff;
	font-size: 28px;
	line-height: 1.4em;
	margin: 15px 0 0;
}
.shikumi .center {
	margin: 30px 0;
}
/*tbl
*********************/
.tbl {
	overflow: hidden;
	padding: 40px 0;
	background: url(../img/tbl-bg.png);
}
/*reason
*********************/
.reason {
	overflow: hidden;
	background: #fefff4;
}
.reason h2 {
	background: #0086ff;
	padding: 15px 0;
}
.reason ul {
	margin: 30px auto;
	width: 75%;
}
.reason li {
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}
.reason li .img {
    float: none;
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.reason li .txt {
    float: none;
    max-width: 800px;
    width: 90%;
    /* text-align: center; */
    letter-spacing: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    /* margin: 0 auto; */
}
.reason li .ti {
	color: #0086ff;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 4px solid #0086ff;
}
.reason li .ti span {
	margin: 0 10px 0 0;
	font-size: 60px;
	color: #d0d0d0;
	line-height: 1.4em;
}
/*yaritori
*********************/
.yaritori {
	overflow: hidden;
	padding: 40px 0;
	background: url(../img/line-bg.png);
	text-align: center;
}
.yaritori .ctn {
	padding: 40px 20px;
	margin: 0 auto;
	width: 80%;
	background: #fff;
	border-radius: 8px;
	border: 6px solid #ece5de;
}
.yaritori p {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4em;
}
.yaritori p span.ln {
	background: url(../img/yaritori-ln.png) 0 bottom repeat-x;
	letter-spacing: 0;
}
.yaritori p span.org {
	font-weight: bold;
	color: #0086ff;
	font-size: 18px;
	line-height: 1.4em;
}
.yaritori p small {
	font-size: 16px;
	font-weight: normal;
}
.yaritori .nbr {
	margin: 0 0 15px;
}
.yaritori .center span {
	display: inline-block;
	background: #fff;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
	margin: 25px 0 0;
	color: #0086ff;
	padding: 20px;
	border: 1px solid #0086ff
}
/*jisseki
*********************/
.jisseki {
	text-align: center;
	overflow: hidden;
	padding: 40px 0;
}
.jisseki .suborg {
	color: #0086ff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
.jisseki ul {
	margin: 30px 0;
}
.jisseki ul.jis li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 5px;
	width: 27%;
	padding: 10px;
	background: #fff;
	border: 1px solid #9cc8ff;
}
.jisseki p {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}
.jisseki p.sub {
	margin: 20px 0 5px;
}
.jisseki ul.lg {
	padding: 20px;
	background: #f8f8f8;
	margin: 0;
}
.jisseki ul.lg li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 2px
}
/*voice
*********************/
.voice {
	overflow: hidden;
	background: url(../img/voice-bg.png);
	padding: 40px 0;
}
.voice ul {
	margin: 30px auto 0;
	overflow: hidden;
	width: 75%;
}
.voice li {
	overflow: hidden;
	margin: 0 0 15px;
	background: #fff;
	padding: 20px;
}
.voice li .img {
	float: left;
	width: 8%;
}
.voice li .txt {
	float: right;
	width: 90%;
	text-align: left;
	letter-spacing: 0;
}
.voice li .ti {
	font-weight: bold;
	margin: 0 0 10px;
	color: #0086ff;
	font-size: 20px;
	line-height: 1.4em;
}
/*area
*********************/
.area {
	overflow: hidden;
	padding: 40px 0;
	background: #fff5ed;
}
/*flow
*********************/
.flow {
	overflow: hidden;
	padding: 40px 0;
}
.flow ul {
	overflow: hidden;
	text-align: center;
	margin: 30px 0 0;
}
.flow li {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: top;
	margin: 0 20px;
	width: 15%;
	position: relative;
}
.flow li:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 41px;
	background: url(../img/flow-ar.png) center no-repeat;
	background-size: contain;
	top: 50px;
	right: -25px;
}
.flow li:last-child:after {
	display: none;
}
.flow li .ti {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #0086ff;
	text-align: center;
	margin: 10px 0;
}
.flow li p {
	text-align: left;
}
/*qa
*********************/
.qa {
	overflow: hidden;
	padding: 40px 0;
	background: url(../img/qa-bg.jpg) center 0 no-repeat;
	background-size: cover;
}
.qa ul {
	width: 75%;
	margin: 30px auto 0;
}
.qa ul li {
	overflow: hidden;
	margin: 0 0 15px;
}
.qa ul li .q {
	background: url(../img/qa-ar.png) right 15px center no-repeat #0086ff;
	padding: 2px 5px;/*cursor: pointer;*/
}
.qa ul li .q p {
	background: url(../img/qa-q.png) 5px 6px no-repeat;
	padding: 12px 0 12px 50px;
	font-size: 17px;
	color: #fff;
}
.qa ul li .a {
	padding: 10px 15px;/*display: none;*/
}
.qa ul li .a p {
	background: url(../img/qa-a.png) 0 8px no-repeat;
	padding: 12px 0 12px 40px;
	font-size: 16px;
	line-height: 1.6em;
}
.qa ul li .a.open {
	display: block;
}
/*contact
*********************/
.contact {
	padding: 40px 0;
	background: #f9f9f9;
}
.contact .sub {
	color: #ff6c00;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: bold;
}
.contact .mailform {
	padding: 10px;
	color: #222;
	width: 65%;
	margin: 10px auto 0;
}
.contact table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px
}
.contact table th, .contact table td {
	padding: 15px 0;
	vertical-align: middle;
}
.contact table th {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	width: 35%;
	position: relative;
}
.contact table td {
	width: 75%;
	padding: 10px;
}
.contact .form-text, .contact .form-textarea {
	width: 100%;
	height: 45px;
	border: 1px solid #D6D6D6;
	background: #fff;
	padding: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 4px;
	font-size: 14px;
}
.contact .form-sel {
	width: 100%;
	height: 45px;
	border: 1px solid #D6D6D6;
	background: #fff;
	padding: 3px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 0 3px;
}
.contact .form-textarea {
	height: 120px;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
.contact table th:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 32px;
	height: 23px;
	background-size: cover;
}
.contact table th.hissu:before {
	background: url(../img/contact-hissu.png) no-repeat;
}
.contact table th.nini:before {
	background: url(../img/contact-nini.png) no-repeat;
}
.contact input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}
.contact input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.contact input[type=radio] {
	display: none;
	margin: 0;
}
.contact input[type=radio] + label {
	padding: 0 0 0 24px;
}
.contact input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.contact input[type=radio] + label::before {
	border: 1px solid #999;
	border-radius: 30px;
}
.contact input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ff2900;
	border-radius: 8px;
}
.contact input[type=radio]:checked + label {
	color: #ff2900;
	font-weight: bold;
}
.contact input[type=radio]:checked + label::before {
	border: 1px solid #ff2900;
}
.confirm table th, .confirm table td {
	border-bottom: 1px dotted #CCC;
}
.contact table th, .contact table td {
	border-bottom: 1px dotted #CCC;
}
.form-btn-conf {
	background: url(../img/contact-confirm.png) center no-repeat;
	background-size: contain;
}
.form-btn-back {
	background: url(../img/contact-back.png) center no-repeat;
	background-size: contain;
}
.form-btn-send {
	background: url(../img/contact-send.png) center no-repeat;
	background-size: contain;
}
.form-btn {
	width: 300px;
	height: 56px;
	text-align: center;
	line-height: 50px;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	text-indent: -999px;
}
.form-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.5s;
}
.mail-btn li {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
}
.contact .footer p {
	font-weight: normal;
}
.contact .footer p span {
	font-weight: bold;
}
.copyright {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}
.contact .cfm {
	background: #FFF;
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #333;
}
.contact .thx {
	padding: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #000;
}
.contact .thx p {
	color: #222;
	font-weight: normal;
}
.contact .btn-tosite {
	background-color: #555;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 50px 2px 0;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}
.contact .s {
	font-size: 11px;
	color: #999;
}
#formWrap {
	text-align: center;
}
.formwrap {
	padding: 20px;
	margin: 20px 0;
}
.error, .error_messe {
	color: red;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}
#contact .footer p {
	font-weight: normal;
}
#contact .footer p span {
	font-weight: bold;
}
.copyright {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}
#contact .thx {
	background: #FFF;
	padding: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #000;
}
#contact .thx p {
	color: #222;
	font-weight: normal;
}
#contact .btn-tosite {
	background-color: #555;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 50px 2px 0;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}
#contact.confirm p {
	color: #222;
	font-weight: normal;
	font-size: 16px;
}
#contact.confirm .error, #contact.confirm .error_messe {
	color: red;
}
#formWrap {
	text-align: center;
}
.formwrap {
	padding: 20px;
	margin: 20px 0;
}
.cln {
	border-top: 1px solid #eee;
}
/*footer
*********************/
.footer {
	padding: 40px 0 0;
	text-align: center;
}
.footer h2 {
	font-size: 18px;
	line-height: 1.8em;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.footer h2:after {
	position: absolute;
	content: "";
	height: 1px;
	background: #ddd;
	width: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.copyright {
	padding: 14px 0;
	text-align: center;
	font-size: 14px;
	background: #343434;
	margin: 40px 0 0;
	color: #fff;
}
.gotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.footer a {
	color: #fff;
}
.footer a:hover {
	color: #bacaf0;
}
.reflection {
	height : 100%;
	width : 30px;
	position : absolute;
	top : -180px;
	left : 0;
	background-color: #fff;
	opacity : 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}
 @keyframes reflection {
 0% {
transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
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: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-moz-keyframes reflection {
 0% {
-moz-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-moz-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-moz-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-moz-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-ms-keyframes reflection {
 0% {
-ms-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-ms-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-ms-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-ms-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
@-o-keyframes reflection {
 0% {
-o-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-o-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-o-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-o-transform: scale(50) rotate(45deg);
opacity: 0;
}
}

/*****************************************************************
max-width 1215
******************************************************************/
@media screen and (max-width: 1215px) {
.wmain, .header .hti h1 {
	width: 98%;
}
.header .logo {
	width: 150px;
}
.header .head-cta {
	width: 75%;
}
.header .head-cta ul li.puchi {
	width: 14%;
}
.header .head-cta ul li {
	width: 23%;
}
.shikumi li {
	width: 46%;
}
.shikumi .sub {
	font-size: 24px;
}
.reason ul {
	width: 95%;
}
.yaritori .ctn {
	width: 90%;
}
.jisseki ul.lg li {
	width: 22%;
}
}
/*****************************************************************
max-width 888
******************************************************************/
@media screen and (max-width: 888px) {
h2 {
	font-size: 30px;
}
.header .logo {
	margin: 0;
}
.cta ul li.puchi {
	width: 16%;
}
.cta ul li {
	width: 25%;
}
.reason li .ti {
	font-size: 24px;
}
.reason li .ti span {
	font-size: 34px;
}
.flow li {
	width: 18%;
}
.contact .mailform, .qa ul, .voice ul {
	width: 95%;
}
.reason li .img {
    float: none;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}


p.muryou {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px 0px;
    color: #fff;
    width: 86%;
    font-weight: bold;
    background-color: #1c3e9e;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;

}

.muryouarea {
    background-color: #ebf1ff;
    padding: 50px 0px;
}

}
/*****************************************************************
max-width 590
******************************************************************/
@media screen and (max-width: 590px) {
.wmain, .header .hti h1 {
	width: 95%;
}
body {
	font-size: 14px;
	line-height: 1.6em;
}
h2 {
	font-size: 24px;
	letter-spacing: 0;
	padding: 0 50px;
}
.cta h2, .shikumi h2, .fv h2, .tbl h2, .area h2, .contact h2 {
	padding: 0;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.fv {
	background: none;
	text-align: center;
}
.fv .wmain {
	width: 100%;
}
.desc p {
	letter-spacing: 0;
	text-align: left;
}
.header .hti h1 {
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
}
.header .logo {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0;
}
.header .logo img {
	width: 190px;
}
.header .head-cta {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fffeac;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	z-index: 9;
}
.header .head-cta ul li {
	width: 30%;
}
.header .head-cta ul {
	text-align: center;
}
.header .head-cta ul li.puchi {
	display: none;
}
.cta .wmain {
	background: none;
}
.cta ul li {
	width: 90%;
	margin: 0 auto 3px;
}
.cta ul li.puchi {
	display: none;
}
.shikumi .center {
	text-align: left;
}
.shikumi li {
	width: 95%;
	margin: 0 auto 20px;
}
.shikumi .sub {
	font-size: 15px;
}
.reason li .ti {
	font-size: 18px;
}
.reason li .ti span {
	font-size: 26px;
}
.yaritori .ctn {
	padding: 15px;
	width: 85%;
}
.yaritori p, .yaritori p small, .yaritori p span.org {
	font-size: 15px;
}
.yaritori .center {
	font-size: 15px;
}
.jisseki .suborg {
	font-size: 16px;
}
.jisseki ul.jis li {
	width: 85%;
	margin: 0 auto 20px;
}
.jisseki p {
	font-size: 18px;
}
.jisseki ul.lg {
	padding: 5px;
}
.jisseki ul.lg li {
	width: 48%;
	margin: 0 2px 10px;
}
.flow li .img {
	float: left;
	width: 30%;
}
.flow li .txt {
	float: right;
	width: 65%;
}
.flow li .ti {
	text-align: left;
	margin: 0 0 10px;
	min-height: inherit;
	font-size: 18px;
}
.flow li:after {
	top: inherit;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 30px;
}
.flow li {
	width: 90%;
	overflow: hidden;
	margin: 0 auto 25px;
	padding: 0 0 25px;
}
.qa ul li .q p {
	font-size: 14px;
	padding: 12px 30px 12px 50px;
}
.qa ul li .a p {
	font-size: 14px;
}
.contact table th, .contact table td {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 0;
}
.contact table th {
	padding: 5px 0;
	background: #f5f5f5;
}
.contact table td {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ddd;
}
.footer h2 {
	font-size: 16px!important;
}
.footer {
	font-size: 12px;
	line-height: 1.4em
}
.copyright {
	margin: 20px 0 60px;
	font-size: 10px;
	line-height: 1.4em;
}
.gotop {
	bottom: 60px;
	width: 38px;
}
p.confirm {
	margin: 0 0 30px;
}
.mail-btn li {
	display: block;
	margin: 0 0 3px;
}
}
 @media screen and (max-width: 375px) {
}
