﻿.freepage_tmpl_main{
    
}

.freepage_tmpl_main_imgbox{
    margin-bottom:30px;
}

.freepage_tmpl_main_img{
    
}

.freepage_tmpl_contents{
    padding:0px 5px 0px 5px;
    margin: 0 auto;
}

.freepage_tmpl_contents_concept{
    width:95%;
    margin: 0 auto;
   /* font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
   font-size:1.2em;
     line-height:1.7;

}

.freepage_tmpl_contents_concept2{
    width:86%;
    margin: 0 auto;
    font-style:oblique;
}

.freepage_tmpl_contents_title{
   margin-bottom:15px;
   margin-top:25px;

   font-size:18px;
   font-weight:700;

}

.freepage_tmpl_contents_concept p{
   margin-bottom:30px;
     line-height:1.7;
}

.freepage_tmpl_contents h2{
   font-size:14px;
   font-weight:700;
     line-height:1.7;
   padding-left:3px;
   margin-bottom:5px;
}
/* 2022/09/16 homma */
.freepage_tmpl_contents h4{
   font-size:14px;
   font-weight:700;
     line-height:1.7;
   padding-left:3px;
   margin-bottom:2px;
}

.freepage_tmpl_contents p{
    margin-bottom:15px;
     line-height:1.7;
}


.freepage_tmpl_contents_imgbox{
    margin-bottom:30px;

}

.freepage_tmpl_contents_img{
    
}

/* 2022/09/27 homma */
.freepage_tmpl_contents_caption p{
   margin-top: 10px;
   font-size:80%;
   color:#666;
   font-style: italic; 

}

.freepage_tmpl_gm{
  width:100%;
  text-align:center;
  margin-bottom:30px;
}

.freepage_tmpl_flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.freepage_tmpl_imgbox1{
  width:100%;
  padding:0px 10px 20px 10px;
}

.freepage_tmpl_imgbox2{
  width:100%;
  padding:0px 10px 20px 10px;
}

.freepage_tmpl_imgbox1 img{
  width:100%;
}

.freepage_tmpl_button_block{
  text-align:center;
}

.freepage_tmpl_button_on{
   width:300px;
    display: inline-block;
}

.freepage_tmpl_button_on a{
    text-align: center;
    color: #FFFFFF!important;
    background-color: #27143E;
    border-radius: 8px;
    border-color:#27143E;
    border:1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    padding: 0 45px 0 45px;
    margin: 30px 0 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width:250px;

}

.freepage_tmpl_button_off{
    width:300px;
    display: inline-block;
}

.freepage_tmpl_button_off a{
    text-align: center;
    color: #27143E!important;
    background-color: #FFFFFF;
    border-radius: 8px;
    border-color:#27143E;
    border:1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    padding: 0 45px 0 45px;
    margin: 30px 0 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
   width:250px;
}

.freepage_tmpl_button_off a:hover{
    color:#EE6F11!important;
}

/*  アコーディオン　*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	/*color: #fff;*/
	border-bottom: 2px solid ;
	background:#fff;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid ;
	border-right: 2px solid ;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/* スタッフ紹介 */

.freepage_tmpl_staff_pic{
   width:95%;
   margin-bottom:2px;
}

.freepage_tmpl_staff_comment{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

.freepage_tmpl_staff_comment_title{
    font-weight:700;
    line-height: 1.8;
    margin: 10px 0;
}

.freepage_tmpl_staff_comment_text{
    margin-bottom:2px;
}
/* 2022/09/20 homma */
.freepage_tmpl_staff li{
    margin:30px 3px 20px 3px ;
}