/*________________________________________________________

	アクシスメソッド
	________________________________________________________
*/
.main .wrap {
	padding-top: 0;
}
.main .wrap h3 {
	margin-top: 30px;
	padding-bottom: 40px;
	font-size: 190%;
	text-align: center;
	background: url(../images/axis/bg_h2.jpg) 50% 100% no-repeat;
	color: #9e8549;
	border: none;
}

.message {
	padding: 40px 0;
	background: url(../images/axis/bg_message.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #FFF;
	font-size: 140%;
	line-height: 180%;
	text-align: center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
}
.message p {
	margin-bottom: 20px;
}
.message strong {
	margin: 0 5px;
	font-size: 240%;
}

.effect {
	margin-bottom: 50px;
	padding-top: 40px;
	background-image: url(../images/axis/bg_effect.jpg);
}
p.effect_point {
	padding: 10px;
	background-color: #e8e2ca;
}

.movie:after {
	content: '';
	clear: both;
	display: block;
}

.btn_campaign {
	background-image: url(../images/axis/bg_btn_campaign.jpg);
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
}
.btn_campaign div:after {
	content: '';
	clear: both;
	display: block;
}
.btn_campaign div {
	padding-bottom: 40px;
}
.btn_campaign img {
	display: block;
	margin-right: 40px;
	float: left;
}
.btn_campaign p {
	color: #b81919;
	font-size: 250%;
	float: right;
}
.btn_campaign a {
	display: block;
	padding: 25px;
	border-radius: 5px;
	border-bottom: 4px solid #927e4f;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 180%;
	background: linear-gradient(to bottom, #a59163 0%,#856f41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn_campaign a::before {
    content: "\f103";
    font-family: FontAwesome;
    margin-right: 15px;
}

.think:after {
	content: '';
	clear: both;
	display: block;
}
.think li {
	margin: 5px;
	padding: 20px 15px;
	background-color: #e8e2ca;
	font-size: 120%;
}
.think li::before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 5px;
}

h4.ttl_realize {
	position: relative;
	padding: 70px 0 60px;
	color: #b81919;
	text-align: center;
	font-size: 170%;
	background: url(../images/axis/img_arrow_method.png) 50% 50% no-repeat;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	z-index: 10;
}

.realize {
	margin-bottom: 40px;
	padding: 40px 0;
	background-color: #a69263;
}
.realize li {
	background: url(../images/axis/ico_star.jpg) 90% 90% no-repeat #FFF;
}
.about {
	color: #9e8549;
	font-size: 150%;
	text-align: center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
}
.about img {
	display: block;
	margin: 0 auto;
}
.about .try {
	color: #730e6a;
	line-height: 180%;
}

p.axis_name {
	margin-top: 20px;
	font-size: 250%;
	text-shadow: 0px 0px 10px #d0b066;
}
p.txt_continue {
	color: #b81919;
	font-size: 170%;
}

.txt_campaign {
	font-size: 200%;
	text-align: center;
	color: #b81919;
}

/*-----------------------------
	料金
------------------------------*/
.priceBox div {
	margin: 15px;
	padding: 20px;
	border: 1px solid #9e8549;
}
.priceBox div:after {
	content: "";
	clear: both;
	display: block;
}
.priceBox h4 {
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 120%;
	color: #730e6a;
	font-size: 180%;
}
.priceBox h4 span {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 50%;
	background-color: #f3efe5;
}
.priceBox h4 span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f3efe5 transparent transparent transparent;
}
.priceBox img {
	margin-right: 15px;
	float: left;
}
.price {
	padding: 5px 0;
	border-bottom: 1px dotted #cccccc;
}
.price .time {
	margin-right: 7px;
	padding: 8px 10px;
	color: #FFF;
	background-color: #730e6a;
}
.price strong {
    color: #d02131;
    font-size: 150%;
}

/*-----------------------------
	フォーム
------------------------------*/
.tel_axis, .form {
	margin: 40px 0;
}

.tel_axis h4, .form h4 {
	margin: 0;
	font-size: 200%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
}
p.number {
	margin: 0;
	color: #9e8549;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝 Medium" , "Yu Mincho Medium" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
}
.number::before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 5px;
}
.formTbl {
	width: 100%;
}
.formTbl th {
	font-weight: normal;
}
.formTbl th span {
	color: #fff;
	margin-left: 5px;
	padding: 2px 8px;
	font-size: .69rem;
	font-weight: normal;
	float: right;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.formTbl th span.required { background: #c66;}
.formTbl th span.optional { background: #69c;}
.formTbl td {
	padding: 16px 32px;
}
.formTbl input {
	background-color: #f3efe5;
	border: none;
	padding: 6px 8px;
	margin: 2px 8px 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px 1px 2px rgba(100,100,100,0.1) inset;
}
.formTbl input.formM {
	width: 100%;
}
.formTbl input.formL {
	width: 100%;
}
.formTbl textarea.formText {
	background-color: #f3efe5;
	border: none;
	padding: 6px 8px;
	width: 100%;
	height: 8em;
	line-height: 1.6em;
	box-shadow: 1px 1px 1px 2px rgba(100,100,100,0.1) inset;
}
#lower #content p.btn {
	margin-top: 40px;
	text-align: center;
}
button.submit {
	margin-top: 10px;
	padding: 20px;
	background-color: #a59266;
	color: #FFF;
	border: none;
	text-align: center;
	border-radius: 5px;
	border-bottom: 4px solid #927e4f;
	text-decoration: none;
	box-shadow: none;
	letter-spacing: .2em;
	font-size: 140%;
	-webkit-transition: .3s;
	transition: .3s;
}
button.submit:hover {
	background-color: #9f874d;
}

input.btnCode {
	background: #eee;
	font-size: .88rem;
	padding: 6px 16px;
	text-shadow: 1px 1px 0 #fff;
}
input.btnCode:hover {
	background: #ddd;
}
p.btn {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (min-width: 741px) {
p.lead_txt {
	margin: -170px 0 0;
}
.message {
	width: 100%;
}
.movie ul:after {
	content: '';
	clear: both;
	display: block;
}
.movie li {
	width: 420px;
	margin: 30px;
	float: left;
}
.btn_campaign div {
	width: 960px;
	margin: 0 auto;
}
.btn_campaign a {
	width: 650px;
	float: right;
}
.think li {
	width: 45%;
	float: left;
}
.realize {
	margin-top: -100px;
}
.realize ul {
	width: 960px;
	margin: 0 auto;
}
.realize li {
	display: inline-block;
	width: 230px;
	padding: 35px;
	vertical-align: top;
	font-size: 130%;
}
.realize li:nth-child(2) {
	margin: 0 20px;
}
.tel_axis h4, .tel_axis div,
.form h4, .form div {
	display: inline-block;
	vertical-align: top;
}
.tel_axis h4, .form h4 {
	width: 120px;
	padding: 20px 40px;
}
.tel_axis div, .form div {
	width: 620px;
	padding-left: 40px;
	border-left: 1px dotted #989898;
}
p.number {
	font-size: 400%;
}
button.submit {
	width:400px;
}
.priceBox {
	display: flex;
}
.priceBox div {
	width: 408px;
}
}
@media screen and (max-width: 740px) {
.message {
	margin-top: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.message strong {
	display: block;
	margin: 20px;
}
.effect iframe,
.effect object,
.effect embed {
	width: 100%;
	height: 100%;
}
.effect {
	padding: 30px 0;
}
.btn_campaign img {
	width: 20%;
}
.btn_campaign p {
	width: 65%;
}
.btn_campaign a {
	width: 80%;
	margin: 20px auto 0 auto;
	clear: both;
}
.realize {
	margin-top: -70px;
}
.realize li {
	width: 85%;
	margin: 0 auto 20px auto;
	padding: 20px;
}
h4.ttl_realize {
	margin-top: 0;
}
.tel_axis h4, .form h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #989898;
}
p.number {
	font-size: 300%;
}
button.submit {
	width: 90%;
}
}
@media screen and (max-width: 480px) {
.wrap .imgL img {
	width: 100%;
	height: auto;
    float: none;
    margin: 0 0px 15px 0;
}

}