/* CSS Document */
@charset "UTF-8";
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #000;
  background-color:#FCFCF5;
  vertical-align:middle; 
  text-align: center;
}


.whole_box01{
	/*width: auto;*/
	display: flex;
}

.content_box01{
	order: 1;
	width: 390px ;
	margin: 0 auto ;
	background-color: #FCFCF5;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.left-content {
  order: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FCFCF5;
  height: 100vh;
  z-index: 1;
}

.right-content {
  order: 2;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FCFCF5;
  height: 100vh;
  z-index: 1;
  padding-bottom:20px;
}

.right-sns-wrapper {
  margin: 0 auto;
  background: url(../image/sns_r.png) no-repeat;
  background-position: bottom;
  background-size:190px;
  height: 90vh;
}

.fv_box01{
	text-align: left;
	padding: 20px 20px 0 20px;
}

.fv_copy01{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.fv_copy_fkds01{
	width: 325px;
	height: 81px;
	background-image: url("../image/fv_fkds01.png");
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 8px;
	font-size: 18px;
    color: #000;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
	font-weight: bold;
    font-style: normal;
	line-height: 1.1;
	padding-top: 14px;
}

.fv_dog01 img{
    display: block;
	margin :0 auto;
}

.useto_box01{
    background-color: #1B558E;
    padding: 80px  20px 0 20px;
}

.useto_fkds_list01{
	padding: 0 8px;
}

.useto_fkds_right01{
	width: 244px;
	height: 127px;
	background-image: url("../image/fkds01.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 30px;
}

.useto_fkds_left01{
	width: 244px;
	height: 127px;
	background-image: url("../image/fkds02.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: auto;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 30px;
}

.useto_layer01{
	position: relative;
    width: 350px;
}

.useto_layer02{
    position: absolute;
    right: -20px;
    bottom: 5px;
}

.sol_box01{
	background-color: #FFF6E9;
	padding: 50px 20px 0 20px;
	margin-top: -6px;
}

.step_box01{
	padding: 0 20px 80px 20px;
	width: inherit;
	
	/*color: #004B7D;*/
}

.step_title01{
	background-color: #E1482E;
	width: 90px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 19px;
	margin: 0 auto ;
	padding: 4px;
	position: relative;
	z-index: 1;
}

.step_inner01{
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: -20px;
	padding: 40px 28px 30px 28px;
	position: relative;
	z-index: 0;
}

.step_mds01{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 18px;
    letter-spacing: 3px;
}

.step_text01{
	font-size: 14px;
	line-height:1.5;
    letter-spacing: 0.5px;
	margin-top: 20px;
	font-weight:bold;
}


p a img{
	position:relative;
	top:0;
}
p a img:hover{
	top:-5px;
	transition:0.3s;
}

.com_box01{
	padding: 70px 20px 0;
}

.com_title01{
	color: #E1492E;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
	letter-spacing: 3px;
}

.com_box01 .border{
	width: 100%;
	border-top: 1px solid #D9D9D9;
}

.clm_box_p{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1.1px;

}

.clm_box_l{
	width: 20%;
	font-weight: bold;

}

.clm_box_r{
	width: 75%;
}
	
.chara_footer{
	font-weight: bold;
	font-size: 13px;
	color:#E1492E;	
	letter-spacing: 1.1px;
}

.footer_dog01{
	margin-top:10px;
}

.footer_dog01 img{
    display: block;
	margin :0 auto;
}

.copyright{
	background-color: #E1492E;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	letter-spacing: 1.1px;
	padding: 10px 0 10px 0;
}

.concept_box01{
	background-color: #FFF6E9;
	font-weight: bold;
	padding: 55px 20px;
}

.concept_title01{
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #004B7D;
	line-height: 110%;
	padding: 20px 20px;
	text-align: center;
	margin: 20px auto;
	/*background-color:#FFFFFF;*/
	border-radius: 10px;
}

.concept_text01{
	font-weight: bold;
}

.button a {
    background: #469651;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
	font-size: 14px;
	letter-spacing: 0.5;
	color: #FFFFFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #333333;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

.ig_right_box01{
  width:37px;
  height:190px;
  position:fixed;
  top:50px;
  right:0px;
  z-index:3;
}

.dtl_title01{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 24px;
    letter-spacing: 3px;
}
.dtl_mds01{
	width:312px;
	border: 1px solid #E1482E;
	background-color: #FFEBD6;
	padding: 18px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 1px;
	margin-bottom: -1px;
	text-align: left;
}

.dtl_mds_top01{
	width:312px;
	border: 1px solid #E1482E;
	background-color: #FFEBD6;
	border-radius: 10px 10px 0 0;
	padding: 18px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 1px;
	margin-bottom: -1px;
	text-align: left;
}

.dtl_text01{
	width:312px;
	border: 1px solid #E1482E;
	background-color: #FFFFFF;
	padding: 18px;
	margin: 0 auto;
	font-size: 14px;
    letter-spacing: 1px;
	margin-bottom: -1px;
	text-align: left;
}

.dtl_text_last01{
	width:312px;
	border: 1px solid #E1482E;
	background-color: #FFFFFF;
	padding: 18px;
	margin: 0 auto;
	font-size: 14px;
    letter-spacing: 1px;
	text-align: left;
	border-radius: 0 0 10px 10px;
}

.aply_step{
	width: 76px;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #E1492E;
	border-radius: 20px;
	margin: 10px auto;
	padding: 4px;
}

.mv01{
	margin-bottom:85px;
	width:390px;
}

@media (min-width: 835px) {
  .left-content {
    width: calc((100% - 390px) / 2);
  }

  .right-content {
    width: calc((100% - 390px) / 2);
  }
  .ig_right_box01{
  display: none
  }

}

@media (max-width: 834px) {
  .left-content {
    display: none !important;
  }
  .right-content {
    display: none !important;
  }
}

@media (max-width: 390px) {

.content_box01{
	width: auto;
	overflow: hidden;
	/*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);*/
}
.step_inner01 {
    padding: 40px 18px 20px 18px;
}
.clm_box_p {
    padding: 20px 15px;
}

.mv01{
	margin-bottom:85px;
	width:100%;
}

}
