a{
	display: inline;
}
section.inside.container{
	margin-bottom: 100px;
}
/*.fv{
  background-image: url(/contactform/images/pc_fv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
}
.info_box{
	width: 480px;
}
.info_box p{
	text-align: center;
	line-height: 1.4;
}*/
.fv .caution {
  position: unset;
  margin-top: .5rem;
}
p.title {
  text-align: center;
  margin: 0 0 1rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom: 2px solid #2589d0;
  padding: 0 .5rem;
}
span.chu {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
ul.order-flow {
  display: flex;
  justify-content: space-between;
}

ul.order-flow li {
  border: 3px solid #2589d0;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  position: relative;
  border-radius: 10px;
}
ul.order-flow li:not(:last-child)::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(102, 213, 233);
  border-right: 4px solid rgb(102, 213, 233);
  position: absolute;
  top: calc(50% - 14px);
  left: 107%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
p.f-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 .5rem;
  text-align: center;
  /*color: #2589d0;
  border-bottom: 1px solid #ccc;*/
  background: #2589d0;
  color: #fff;
  padding: .4rem 0 .1rem;
  border-radius: 5px 5px 0 0;
}
p.f-setsumei {
  margin: 0;
  padding: .4rem .5rem;
}

.service {
  display: flex;
  margin: 0 2rem;
}
p.s-setsumei {
  width: 60%;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
}
.service a {
  display: flex;
  margin-left: 1rem;
  flex-wrap: wrap;
}
p.s-order {
  width: 45%;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff4500;
  color: #fff;
  padding: 2rem 1rem 1rem;
  position: relative;
}
p.s-order::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 40%;
  left: 86%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service img {
  width: 55%;
  height: auto;
  max-width: 300px;
}
.flex_box{
	display: flex;
	flex-wrap: wrap;
}
.flex_box .col_2{
	width: 50%;
}
h2#apply_form {
 position:relative;
 padding-left:1.3em;
 line-height:1.4;
 float:left;
 text-align:left;
 margin:0;
 font-size:160%
}
h2.apply_form {
 position:relative;
 padding-left:1.3em;
 line-height:1.4;
 text-align:left;
 margin:0;
 font-size:160%;
 border-bottom:4px solid #ccc
}
h2#apply_form:before,
h2.apply_form:before {
 font-family:FontAwesome;
 content:"\f075";
 position:absolute;
 font-size:1.2em;
 left:0;
 top:-4px;
 color:#0e72ac
}
h2.apply_form:after {
 position:absolute;
 bottom:-4px;
 left:0;
 z-index:2;
 content:'';
 width:26%;
 height:4px;
 background-color:#0e72ac
}
.r_required {
 float:right;
 margin:7px 0 0
}
table.form {
 width:100%;
 border-collapse:collapse;
 margin:0 auto;
 max-width: 1000px;
}
table.form th.t_top {
 border-top:#7a2f70 4px solid;
}
table.form th {
 border-bottom:#b3b3b3 1px dotted;
 text-align:left;
 padding: 5px 10px;
 font-weight:400;
 background-color:#efefef;
 font-size: .9rem;
}
table.form.kojin th {
  font-size: 1rem;
}
table.form td.t_top {
 border-top:#b3b3b3 4px solid;
 font-size: 18px;
}
table.form td {
 border-bottom:#b3b3b3 1px dotted;
 text-align:left;
 padding:10px;
 width: 540px;
}
table.form.kojin td {
  width: 75%;
}
table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=number] {
padding:5px 8px 3px;
margin-top: 0;
font-size:100%;
border: 1px solid #9e9e9e;
}
table.form input[type=text]#gengo {
  margin-right: 5px;
}
table.form input[type=number] {
  width: 80px;
}
table.form td.t_top label {
 font-size: 18px;
}
table.form input#postcode {
 width:30%
}
table.form textarea, textarea {
 font-size:100%;
 min-height:50px;
 width:100%;
 background: none;
}
table.form input:focus {
 border:solid 1px #0e72ac
}
span.required1 {
 background-color:#cc0033;
 margin:0 5px;
 color:#fff;
 font-weight:700;
 border-radius:4px;
 -webkit-border-radius:4px;
 padding:1px 5px;
 font-size:85%
}
span.required {
 background-color:#cc0033;
 margin:0 5px;
 color:#fff;
 font-weight:700;
 border-radius:4px;
 -webkit-border-radius:4px;
 padding:1px 5px;
 font-size:85%;
 float:right
}
span.post{
color:#cc0033;
font-size: 14px;
}
table.form select {
 outline:none;
 text-overflow: unset;
 background:none transparent;
 vertical-align:middle;
 height:auto;
 padding:7px 12px;
 border:1px solid #ddd;
 width:60%;
 border-radius:3px;
 font-weight:400;
 font-size: 16px;
}
table.form select:before {
 z-index:1;
 position:absolute;
 right:15px;
 top:0;
 font-family:FontAwesome;
 content:"\f0da";
 line-height:200%;
 color:#7f878c;
 pointer-events:none;
 font-size:123%
}
p.use {
 padding:15px 10px;
 text-align:center
}
.agreement_box_left {
 width:50%;
 float:left;
 text-align:right
}
.agreement_box_right {
 width:50%;
 float:right;
 text-align:left
}
form input[type="submit"] {
    background: #12622e;
    width: 50%;
}
.np {
  text-align: center;
}
.btn_ihai {
  width: 300px;
}
.btn_ihai.next {
  margin-bottom: 70px;
}
.btn_ihai.return {
  margin-top: 50px;
}
.btn_oubo {
 font-size:150%;
 position:relative;
 display:inline-block;
 padding:15px 2em 12px;
 text-decoration:none;
 color:#fff;
 background:#ff8431;
 transition:.4s;
 border-bottom:3px solid #aaa;
 font-weight:400;
 margin-top: .7em;
 border-radius: 6px;
}
.btn_oubo:hover {
 background:#6bc165;
 border-bottom:3px solid #aaa;
}
#apply_submit {
 cursor:pointer;
}
.flat_ss {
 color:#484848;
 display:inline-block;
 height:50px;
 font-size:25px;
 line-height:50px;
 vertical-align:middle;
 background:#eaeef1;
 text-decoration:none;
 margin:.5em 1em;
}
.flat_ss .iconback {
 display:inline-block;
 width:50px;
 height:50px;
 text-align:center;
 color:white;
}
.flat_ss .iconback .fa {
 font-size:25px;
 line-height:50px;
}
.flat_ss .iconback .fa {
 transition:.3s;
}
.flat_ss .btnttl {
 display:inline-block;
 width:200px;
 text-align:center;
 vertical-align:middle
}
.flat_ss .tw {
 background:#1da1f3
}
.flat_ss .fb {
 background:#3b75d4
}
.flat_ss .fdly {
 background:#7ece46
}
.flat_ss .pkt {
 background:#fd7171
}
.flat_ss:hover .iconback .fa {
 -webkit-transform:rotateX(360deg);
 transform:rotateX(360deg)
}
.error {
 color:#f00;
 padding:3px 0 0;
 clear:both
}
.short {
 width:25%!important;
}
.middle {
 width:50%!important;
}
.long {
 width:75%!important;
}
.full {
 width:94%!important;
}
.left_txt{
	text-align: left;
	margin: .2em 0;
}
.inside h2, h3{
　background: none;
}
/*------ 個人情報保護 2018.09.12追加 ------*/
#policy{
  width:100%;
  height:150px;
  margin:1em auto 5em;
  overflow-y:scroll;
  border: 2px solid #ccc;
  text-align:left;
}
#policy h2{
  text-align:center;
  font-weight:bold;
  font-size:1.6rem;
  margin: 5px 0;
background: none!important;
  border: none;
}
#policy p{
  line-height:1.2;
}
#policy ol{
  padding: 0 5% 0 5%;
}
#policy li{
  padding-bottom:1%;
}
.submit_btn{
	text-align: center;
	margin: 1em auto;
}
.form_caution{
	background-color: #efefef;
	padding: .5em .5em 0 .5em;
}
.form_caution p{
	text-align: center;
}
.form_caution p.error_tel{
	text-align: center;
	font-size: 2em;
}
.mail_caution{
	border: 2px solid #cc0000;
	margin: 0 auto;
	padding: .5em 1em;
	line-height: 1.4;
	font-weight: bold;
}
p.red{
	color: #cc0000;
	font-weight: bold;
}
/*------ 個人情報保護 pc終わり ------*/

.one_col{
	display: none;
}
/*------ 位牌レイアウト / ------*/
.info_box .kakomi {
  display: inline-block;
  border: 2px solid #001373;
  background: #fff;
  color: #001373;
  padding: .3rem .3rem .1rem;
  margin: .2rem .5rem .5rem;
  font-size: 19px;
  font-weight: bold;
}
.sma-commnet {
  display:none;
}
.indent {
  text-indent: -1em;
  margin-left: 1em;
  display:inline-block;
}
.i_cover {
  display:flex;
  justify-content: center;
  align-items: flex-end;
}
div.i_inner {
  display: block;
  text-align: center;
  width: 60%;
}
a.kuridashi {
  display: block;
  width: 40%;
}
p.ititle {
  display: flex;
  align-items: center;
  padding: .2em .7em;
  background-color: #e3eef7;
  font-size: 20px;
  font-weight: bold;
  margin: .5rem 0;
}
p.ititle:before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: .5em;
  background-color: #2589d0;
  content: '';
}
p.setsumei {
  font-size: 1.1rem;
}
.lay_cover {
  text-align: center;
  margin-bottom: 1rem;
}
.ilayout_cover {
  display:flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.ihaitop_con, .ihai_con {
  max-width: 1400px;
  margin: 0 auto;
}
.ihaitop_con {
  padding: 1rem 2rem;
}
.iform-cover {
  display: flex;
}
.ihai_form {
  width: 48%;
}
.ihai_layout {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.comment, div.mailattention {
  font-size:15px;
  margin: .5rem 0 0;
}
div.mailattentio {
  font-size:16px;
}
#app input::-webkit-outer-spin-button,
#app input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
#app input[type=number] {
  -moz-appearance: textfield;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label,[type="radio"] + label:before, [type="radio"] + label:after {
  -webkit-transition:0s;
  transition:0s;
}
[type="radio"]:not(:checked) + label.bonjinashi, [type="radio"]:checked + label.bonjinashi {
  display: block;
}
[type="radio"].i_layout:not(:checked) + label, [type="radio"].i_layout:checked + label {
  width: 200px;
  height: 200px;
  margin-right: 1rem;
  margin-left: 1rem;
}
[type="radio"].ihai:not(:checked) + label, [type="radio"].ihai:checked + label {
  width: 280px;
  height: 170px;
  margin-right: 20px;
}
[type="radio"].bonji:not(:checked) + label, [type="radio"].bonji:checked + label {
  height: 78px;
  width: 78px;
}
input[type=radio].i_layout+label:before{
  border: none;
  border-radius: 5%;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-right: 1rem;
  margin-left: 1rem;
}
input[type=radio].ihai+label:before{
  border: none;
  border-radius: 5%;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 280px;
  height: 170px;
  /*margin-right: 20px;*/
}
input[type=radio].bonji+label:before{
  border: none;
  border-radius: 5%;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 78px;
  height: 78px;
}
input[type=radio][value="1人用A"]+label:before{
	background-image: url(../images/layout-1a.png);
}
input[type=radio][value="1人用B"]+label:before{
	background-image: url(../images/layout-1b.png);
}
input[type=radio][value="1人用C"]+label:before{
	background-image: url(../images/layout-1c.png);
}
input[type=radio][value="1人用D"]+label:before{
	background-image: url(../images/layout-1d.png);
}

input[type=radio][value="春日"]+label:before{
	background-image: url(../images/kasuga_ck.png);
}
input[type=radio][value="三方金"]+label:before{
	background-image: url(../images/sanpokin_ck.png);
}
input[type=radio][value="春日回出"]+label:before{
	background-image: url(../images/kasuga-kuridashi_ck.png);
}
input[type=radio][value="三方金雲二重"]+label:before{
	background-image: url(../images/sanpokinkumo-kuridashi_ck.png);
}

input[type=radio][value="禅宗"]+label:before{
	background-image: url(../images/bon_zen_ck.png);
}
input[type=radio][value="曹洞宗"]+label:before{
	background-image: url(../images/bon_soto_ck.png);
}
input[type=radio][value="法華宗・日蓮宗"]+label:before{
	background-image: url(../images/bon_hokke-nichiren_ck.png);
}
input[type=radio][value="浄土宗"]+label:before{
	background-image: url(../images/bon_jodo_ck.png);
}
input[type=radio][value="天台宗・真言宗"]+label:before{
	background-image: url(../images/bon_tendai-shingon_ck.png);
}
input[type=radio][value="浄土真宗"]+label:before{
	background-image: url(../images/bon_jodoshin_ck.png);
}
input[type=radio].ihai:checked+label::before, input[type=radio].bonji:checked+label::before{
  border: 3px solid #0f9d58;
  box-sizing: border-box;
}
input[type=radio].i_layout:checked+label::before {
  border: 3px solid #0f9d58;
}
[type="radio"].i_layout:checked + label:after, [type="radio"].ihai:checked + label:after, [type="radio"].bonji:checked + label:after {
  border: none;
  background-color: initial;
}
p.frbk {
  margin: 0 3rem;
  line-height: 1;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  font-weight: bold;
  font-size: 28px;
  padding: .5rem 0 .3rem;
  color: #fff;
  background: #fd7543;
}
p.frbk.ura {
  background: #25b871;
}
.ihai_cover, .ihai-back_cover {
  width: 340px;
  display: inline-block;
  position: relative;
}
.ihai_layout {
  position: relative;
}
.caution {
  margin: 0 2% 0 0;
  font-weight: bold;
  color: #cc0033;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.ihai_img {
  max-width: 100%;
  height: auto;
}
.mei1,.mei2,.mei3, .gokai, .zok1,.zok2,.zok3,.zok4, .nenrei1,.nenrei2,.nenrei3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .05em;
  color: #c7ae3f;
}
.bon1,.bon2,.bon3 {
  display: block;
  position: absolute;
  left: 44.5%;
  top: 21.2%;
  width: 38px;
}
.mei1,.mei2,.mei3 {
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .mei1.gen {
  left: 56%;
  top: 33%;
}
.lay1 .mei1 {
  left: 37%;
  top: 33%;
  letter-spacing: .2rem;
}
.lay2 .mei2 {
  left: 57%;
  top: 26%;
}
.lay3 .mei3 {
  left: 50%;
  top: 26%;
}
.gokai {
  font-size: 22.5px;
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  left: 46%;
  top: 27.8%;
}
.lay2 .gokai {
  font-size: 24px;
}
.zok1,.zok2,.zok3,.zok4 {
  display: block;
  font-size: 19.5px;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .zok1 {
  left: 46%;
  top: 26%;
}
.lay2 .zok2 {
  left: 46%;
  top: 32%;
}
.lay3 .zok3, .lay4 .zok4 {
  left: 46%;
  top: 27%;
  font-size: 24px;
}
.nenrei1,.nenrei2,.nenrei3 {
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .nenrei1, .lay2 .nenrei2 {
  left: 35.5%;
  top: 45%;
}
.lay3 .nenrei3 {
  left: 41%;
  top: 45%;
}
p.temp {
  margin-left: 5px;
}
.file-select {
  width: 70%;
}
.preview_zone {
  border: 2px solid #c0c0c0;
  width: 30%;
  height: 160px;
}
.preview_zone img {
  max-width: 100%;
  max-height: 100%;
}
.btn-reset {
  margin-top: 1rem;
}
.orderimg {
  margin-left: 1rem;
  width: 100%;
  max-width: 520px;
}
.wareki input[type=text], .wareki input[type=number] {
  margin-bottom: .5rem;
}
input[type=date] {
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem;
  background: #f5f5f5;
  border: 1px solid #595959;
  margin-top: 0;
}
p.pad-comment {
  display: none;
}
.zoku_cover {
  display: inline-block;
  width: 51%;
}
/*------ 位牌レイアウト / ------*/

@media only screen and (max-width : 1185px) {
  .service {
    flex-wrap: wrap;
  }
  p.s-setsumei, .service a {
    width: 100%;
  }
  .i_cover {
    display:block;
  }
  div.i_inner, a.kuridashi {
    width: 100%;
  }
  a.kuridashi {
    text-align: center;
    margin-top: 1rem;
  }
  .iform-cover {
    display: block;
  }
  .ihai_layout, .ihai_form {
    width: 100%;
  }
  .ihai_layout {
    margin-bottom: 2rem;
  }
  .caution {
    bottom: -4%;
    left: 5%;
  }
  p.pad-comment {
    display: block; 
    color: #2589d0;
    font-weight: bold;
    margin: 0 3%;
  }
}
@media only screen and (max-width : 940px) {
  [type="radio"].i_layout:not(:checked) + label, [type="radio"].i_layout:checked + label, input[type=radio].i_layout+label:before {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width : 810px) {
  .ilayout_cover {
    display: block;
  }
  .lay1, .lay2 {
    width: 100%;
    text-align: center;
  }
  .lay1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width : 768px) {
  /*------ 個人情報保護 2018.09.12追加 sma------*/
  nav {
      top: 17px;
      right: 16px;
  }
   #policy h2{
    text-align:center;
    font-size:120%;
    padding:5px;
   }
   #policy li{
    padding-top:2%;
   }
   #privacy_company{
    width:105%;
   }
   #privacy_company p{
    margin-right:-10px;
   }
  table.form, table.form tbody, table.form thead, table.form tr, table.form td, table.form th {
      display: block;
  }
  table.form th, table.form td {
      width: 96%;
    margin: 0 auto;
  }
  table.form th.t_top, table.form td.t_top {
      width: 96%;
    border-top:1px dotted #ccc;
    margin: 0 auto;
  }
  table.form select {
   width:50%;
  }
  .short {
   width:50%!important;
  }
  .flex_box{
    display: block!important;
  }
  .flex_box .col_2{
    width: 100%;
  }
  .return {
      position: relative;
  }
  .re_top {
      position: absolute;
      right: 0;
      bottom: 4px;
      text-align: center;
      background-color: #aaa;
      border-radius: 6px;
      width: 50px;
      padding: 10px 0;
      margin: 0;
  }
  table.form td.t_top label {
   font-size: 20px;
  }
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 27px;
      cursor: pointer;
      display: inline-block;
      height: 34px;
      line-height: 26px;
      font-size: 1rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -ms-user-select: none;
  }
  .dropdown-content li > a, .dropdown-content li > span {
      font-size: 115%;
  }
  /*------ 個人情報保護 / sma終わり------*/
  /*------ 位牌フォーム------*/
  .info_box {
    width: 100%;
  }
  ul.order-flow {
    flex-wrap: wrap;
  }
  ul.order-flow li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  ul.order-flow li:not(:last-child)::before {
    top: 107%;
    left: 48%;
    transform: rotate(135deg);
  }
  
  .mail_caution {
    margin-top: 0;
  }
  .gokai, .lay3 .zok3, .lay4 .zok4, .lay2 .gokai {
    font-size: 20px;
  }
  table.form select {
    width: 100%;
  }
  .zoku_cover {
    width: 100%;
  }
}
  
@media only screen and (max-width : 570px) {
  .service a {
    margin-left: 0;
  }
  p.s-order {
    font-size: 1.2rem;
    padding-top: 1rem;
    width: 100%;
  }
  p.s-order::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .service img {
    max-width: 100%;
    width: 100%;
  }
  .orderimg {
    margin-left: 0;
  }
  .sma-commnet {
    display:block;
    position: absolute;
    top: 60px;
  }
  .ihai_layout {
    width: 340px;
    margin: 0 auto 5rem;
    perspective: 1000px;
    transition: transform 0.5s;
    position: relative;
  }
  .caution {
      bottom: -12%;
      left: 1%;
      margin-right: 1%;
      line-height: 1.4;
  }
  .ihai_layout:before {
    content: "";
    display: block;
    padding-top: 110%;
    padding-bottom: 80%;
  }
  .ihai_cover, .ihai-back_cover {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ihai_layout .ihai_cover {
    transform: rotateY(0deg);
  }
  .ihai_layout.flipped .ihai_cover {
    transform: rotateY(180deg);
  }
  .ihai_layout .ihai-back_cover {
    transform: rotateY(180deg);
  }
  .ihai_layout.flipped .ihai-back_cover {
    transform: rotateY(0deg);
  }
  .ihai_img {
    width: 100%;
    max-width: 340px;
  }
  .gokai, .lay3 .zok3, .lay4 .zok4 {
    font-size: 24px;
  }
  .lay1 .zok1 {
    left: 47.5%;
  }
  .lay1 .nenrei1, .lay2 .nenrei2 {
    left: 36%;
  }
}