/* 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:#DCE8EF;
  vertical-align:middle; 
  text-align: center;
}

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

.content_box01{
	order: 1;
	width: 390px ;
	margin: 0 auto ;
	background-color:#FFFFFF;
	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: #FBDB00;*/
  height: 100vh;
  z-index: 1;
}

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

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

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

.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;
}

.ttl_b01{
	color: #E77216;
	font-size: 29px;
	font-weight: bold;
}

.ttl_m01{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.event_box01{
    background-color: #FFF3B2;
    padding: 88px  20px;
	text-align: center;
}

.event_box02{
    margin-bottom: 16px;
}


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

.step_box01{
	background-color: #FBDB00;
	padding: 0 20px 100px 20px;
	width: inherit;
	color: #004B7D;
}

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

.step_inner01{
	background-color: #FFFFFF;
	border-radius: 16px;
	border: 5px solid #004A7D;
	margin-top: -20px;
	padding: 40px 28px 20px 28px;
	position: relative;
	z-index: 0;
}

.step_inner_p{
	display: flex;
	margin: 0 auto;
	width: 100%;
	padding: 20px 0;
}

.step_inner_l{
	width: 20%;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
}

.step_inner_r{
	width: 80%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
}

.step_text01{
	font-size: 15px;
	font-weight: bold;
	line-height:1.5;
	padding-bottom: 40px;
}

.step_box01 .border{
	width: 100%;
	border-bottom: 5px dashed #004A7D;
	margin: 2px 0 20px 0;
}

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

.com_box01{
	background-color: #338FB0;
	padding: 45px 30px 20px;
	color: #FFFFFF;
}

.com_title01{
	padding-bottom: 30px;
}

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

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

.clm_box_l{
	width: 15%;
	font-weight: bold;
}

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

.footer_dog01{
	margin-top:10px;
}

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

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

.concept_box01{
	font-weight: bold;
	padding: 88px 20px 120px;
}

.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;
	line-height: 2;
    letter-spacing: 0.5px;
}

.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:40px;
  position:fixed;
  top:150px;
  right:0px;
  z-index:3;
}

@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;
	margin: 0 auto ;
	background-color:#FFF;
	/*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);*/
}
.step_inner01 {
    padding: 40px 18px 20px 18px;
}
.clm_box_p {
    padding: 20px 15px;
}
}
