/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 08:59:51 */
.faq {
border-left:1px solid #0B346E;
  padding-left: 3em;
}

.ans {
  padding-left: 3em;
}


.square_content {
  max-width: 600px;
}
 
.square_content div {
  width: 50%;
  padding-top: 50%;
  background: #000000;
}

.topimg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  　object-fit: cover;
} 

.topimg img {
　width: 100%;
}


.topimg:hover {
	opacity: 0.7 ;
  	transition: .4s ease-in-out;
}

.topimg p {
  color: #fff !important;
  font-size: 28px;
  margin: 0 auto;
  position: absolute;
   font-family: "Noto Sans JP",sans-serif;
   font-weight: 500;
  text-shadow: 1px 2px 3px #0B346E;
}


.topimgcontainer{
  text-align:center;
}

.topimg2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topimg2 img {
  width: 100%;
}
.topimg2 p {
  color: #fff !important;
  font-size: 15px;
  margin: 0 auto;
  position: absolute;
   font-family: "Noto Sans JP",sans-serif;
   font-weight: 500;
  text-shadow: 1px 2px 3px #808080;
}


.topimgcontainer2{
  text-align:center;
}


.btn4 {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.btn4 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.btn4:hover img:nth-of-type(2) {
	opacity: 0;
}


.btn4 p{
  color: #fff !important;
  font-size: 16px;
	top: 70%;
	left: 20%;
  position: absolute;
   font-family: "Noto Sans JP",sans-serif;
   font-weight: 500;
  text-shadow: 1px 2px 3px #808080;
  z-index: 10000
}

.l-p2{
  padding-left: 0.5em;
}


.btn4-2 {
	position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn4-2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.btn4-2:hover img:nth-of-type(2) {
	opacity: 0;
}



.btn4-3 {
	position: relative;
  width: 100px;
  height: 100px;
  padding-bottom: 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
  	top: 0;
	right: 0;
  float: right;
}
.btn4-3 img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.btn4-3:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn4-3.sp {
	position: relative;
  width: 100px;
  height: 100px;
  padding-bottom:0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
  	top: 0;
	right: 0;
}

.mr{
margin-right: 0;
margin-left: auto;
}



    /*ボタン矢印*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
    color: #0B346E;
    text-decoration: none;
    outline: none;
	  padding: 10px 10px;
	  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.line{
border-top:2px solid #0B346E;
}

.pd100{
padding-top: -100px;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-7px;
    left:10%;
    /*下線の形状*/    
    width: 80%;
    height: 2px;
  background:#0B346E;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:10%;
    /*矢印の形状*/    
    width: 15px;
    height:2px;
  background:#0B346E;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-0%;
}



.btn06{
    /*矢印の基点とするためrelativeを指定*/
position: relative;
    /*ボタンの形状*/
text-decoration: none;
display: inline-block;
background:#333;
color:#fff;
    padding: 10px 40px 10px 30px;

border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.btn06:hover{
background:#555;
}

	.arrow-button {
    border: 1px solid #0B346E;
　text-align: center;
		width: 100%;
	}

	.arrow-button a {
		display:inline-block;
		cursor:pointer;
		position: relative;
		text-decoration: none;
 padding: 5px 30px 5px 35%; font-size: 15px;
color: #0B346E;
	}
	.arrow-button a::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 0px);
		left: 90%;
		width: 40px;
		height: 5px;
		border: none;
		border-right: 2px solid #0B346E;
		border-bottom: 1px solid #0B346E;
		transform: skew(45deg);
		transition: .3s;
	}
	.arrow-button a:hover::after {
		position: absolute;
		top: calc(50% - 0px);
		left: 90%;
		width: 60px;
		height: 5px;
	}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #0B346E;
    border-right: 2px solid #0B346E;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}


.l_parent{
background-color: transparent;
  width: 130px;
  height: 130px;
	  border: solid 1px #0B346E;
	  text-align: center;

}
.l_child{
background-color: transparent;
    width: 110px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
		    font-size: 18px;
	 line-height: 1.5;
	   color: #0B346E;
letter-spacing: 2px;

}

.l_child a{
background-color: transparent;
    width: 110px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
   font-size: 18px;
	 line-height: 1.5;
	   color: #0B346E;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 300;
}

.l_parent:hover {
  background: #ffffff;
}

.l2_parent{
background-color: transparent;
  width: 80px;
  height: 110px;
	  border-left: solid 2px #FF7F50;
	border-top: solid 2px #FF7F50;
	  text-align: center;
	display: table;
      margin-top: 5px;
}
.l2_child{
background-color: transparent;
    width: 80px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
		    font-size: 14px;
	 line-height: 1.5;
}



.dr{
		font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


.l2-2_parent{
background-color: transparent;
  width: 90px;
  height: 90px;
	  border: solid 1px #0B346E;
	  text-align: center;
        margin-top: 5px;
}
.l2-2_child{
background-color: transparent;
    width: 80px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
		    font-size: 13px;
	 line-height: 1.3;
	   color: #0B346E;
letter-spacing: 2px;
}


.l3_parent{
background-color: #0B346E;
  width: 130px;
  height: 130px;
	display: table;
  position: absolute;
margin-top: 0;
z-index: 10000;
  margin: -45px 0 0 65px;
}

.l3_child{
background-color: transparent;
    width: 100px;
    margin: 0 auto;
    padding: 20px 0px 0 6px;
		    font-size: 13px;
	 line-height: 1.5;
	  display: table-cell;
  vertical-align: middle;
      color: #6492C9;
	  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.l4_parent{
background-color: #fff;
  border: solid 1px #0B346E;
  width: 70%;
  height: 30px;
　text-align: center;
	display: table;
  position: absolute;
margin: 0 auto;
z-index: 10000;
}

.l4_child{
background-color: transparent;
    width: 70%;
    height: 30px;
    margin: 0 auto;
    padding: 0px 10px 0 10px;
		    font-size: 14px;
	 line-height: 1.5;
	  display: table-cell;
  vertical-align: middle;
      color: #6492C9;
}


.titlebox{
    position: relative;
}

.titlebox::before{
   content:"";
   display:block;
   height:2px;
   background-color:#0B346E;
   position:absolute;
   top:25%;
        width: 90%;
      left:5%;
 }

.titlebox.img
{
    position: absolute; 
    top: 0; 
  margin: 0 auto;
  	z-index: 10000;
     background-color:#ffffff;
}

.titlebox2{
    position: relative;
    padding: 35px 0px 20px 0px;
}

.titlebox2::before{
   content:"";
   display:block;
   height:2px;
   background-color:#0B346E;
   position:absolute;
   top:0%;
   width: 90%;
   left:5%;
 }

.titlebox2.img
{
    position: absolute; 
    top: 0; 
  margin: 0 auto;
  	z-index: 10000;
     background-color:#ffffff;
}

.parent {
  width:100%;
  height:auto;
  position:relative;
}

.child {
  width:130px;
  height:130px;
  position:absolute;
  bottom:0px;
  right:0;
}

.child_left {
  width:130px;
  height:130px;
  position:absolute;
  bottom:0px;
  left:0;
}

#fix-box {
    top: 0px;
	right: 0px;
	position: fixed !important;
    position: absolute;
	z-index: 1000;
}


.fix-bn {
	    background: url(http://do-cre.com/t_test/wp-content/uploads/2022/02/yoyaku1.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;

}

.fix-bn:hover {
	    background: url(http://do-cre.com/t_test/wp-content/uploads/2022/02/yoyaku1-on.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}

.fix-bn a {
    display: block;
    width: 100%;
    height: 100%;
}

.box {
  width: 100%;
}
.box-img {
  width: 100%;
  vertical-align: bottom;
}
.box-img:hover {
  filter: opacity(70%);
  cursor: pointer;
}

@media screen and (max-width: 896px){
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
    color: #0B346E;
    text-decoration: none;
    outline: none;
	  padding: 10px 10px;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-7px;
    left:10%;
    /*下線の形状*/    
    width: 80%;
    height: 2px;
  background:#0B346E;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:10%;
    /*矢印の形状*/    
    width: 15px;
    height:2px;
  background:#0B346E;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-0%;
}
  
.mr{
	  margin-right: 0;
  margin-left: auto;
}

.l_parent{
background-color: transparent;
  width: 80px;
  height: 80px;
	  border: solid 1px #0B346E;
	  text-align: center;
      margin-top: -160px;
}
.l_child{
background-color: transparent;
    width: 70px;
    margin: 0 auto;
    padding: 0px 0;
	font-size: 13px;
	 line-height: 1.3;
	   color: #0B346E;
   bottom:0px;
}

.l_child a{
background-color: transparent;
    width: 70px;
    margin: 0 auto;
    padding: 12px 0;
		    font-size: 13px;
	 line-height: 1.3;
	   color: #0B346E;
}

.l_parent:hover {
  background: #ffffff;
}

.l2_parent{
background-color: transparent;
  width: 100px;
  height: 100px;
	  border-left: solid 1px #FF7F50;
	border-top: solid 1px #FF7F50;
	  text-align: center;
	display: table;
}
.l2_child{
background-color: transparent;
    width: 90px;
    margin: 0 auto;
    padding: 10px 0;
		    font-size: 18px;
	 line-height: 1.5;
}
	
.l3_parent{
background-color: #0B346E;
  width: 110px;
  height: 110px;
	display: table;
  position: absolute;
margin-top: 0;
z-index: 10000;
  margin: -35px 0 0 50px!important;
}

.l3_child{
background-color: transparent;
    width: 100px;
    margin: 0 auto;
    padding: 20px 0px 0 3px;
		    font-size: 13px;
	 line-height: 1.5;
	  display: table-cell;
  vertical-align: middle;
      color: #6492C9;
	  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
	
.l3_child h4{
font-size: 15px;
}	
	

.parent {
  width:100%;
  height:auto;
  position:relative;
}

.child {
  width:80px;
  height:80px;
  position:absolute;
  bottom:0px;
  right:0;
}

.child_left {
  width:80px;
  height:80px;
  position:absolute;
  bottom:0px;
  left:0;
}
  
.btn4-2 {
	position: relative;
  width: 40%;
  height: 0;
  padding-bottom: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
  

  
h4{
color: #ffffff;
  font-size: 15px;
  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 3px;
}
  
h6 {
  padding-left: 0.45em;
  border-left: solid 8px #FF7F50;
  color: #0B346E;
  font-size: 15px;
  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  letter-spacing: 3px;
  padding-left: 0.5rem;
}
  
.f12{
font-size: 10px;
display: block;
color: #6492C9;
}
}

@media screen and (max-width: 896px){
.l3_parent{
background-color: #0B346E;
  width: 100px;
  height: 100px;
　text-align: left;
	display: table;
  position: absolute;
z-index: 10000;
  margin: -30px 0 0 10%;
}
  
.l3_child{
background-color: transparent;
    width: 100px;
    margin: 0 auto;
    padding: 20px 0px 0 3px;
		    font-size: 11px;
	 line-height: 1.5;
	  display: table-cell;
  vertical-align: middle;
      color: #6492C9;
    text-align: left;
}
  
h4{
  letter-spacing: 4.5px;
    font-size: 15px;
}
  
.btn4 p{
  color: #fff !important;
  font-size: 15px;
  top: 70%;
　left: 20%;
　transform: translate(-70%,-20%)
  position: absolute;
   font-family: "Noto Sans JP",sans-serif;
   font-weight: 500;
  text-shadow: 1px 2px 3px #808080;
  z-index: 10000;
  text-align: justify;
}
  
.l2_parent{
background-color: transparent;
  width: 70px;
  height: 110px;
	  border-left: solid 2px #FF7F50;
	border-top: solid 2px #FF7F50;
	  text-align: center;
	display: table;
      margin-top: 5px;
}
.l2_child{
background-color: transparent;
    width: 70px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
		    font-size: 14px;
	 line-height: 1.5;
}
.w45{
  max-width: 55%; 
  margin: 0 auto;
}

}