@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
	color: #000;
		text-align: justify;

}
html.pp {
    color: #ba2636;
    background: #fff;
}
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #ba2636;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

.section,.section_top  {
    margin: 0 auto 5%;
	width:75%;
	display: block;
}

.section01  {
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
}

hr {
    margin: 20px 0;
}



.btn_01 a:hover{    background-color: #4f5e2c;}

.btn_01 a{
	width:30%;   
	background-color: #8e9e69;
	color:#fff;
    font-size: 120%;
    border-radius: 10px;
    margin: 5% auto;
	text-align: center;
	color:#fff;
	box-shadow: 1px 1px 5px #000;	
	display: block;
	padding:2% 2%;
}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #ba2636;
	text-decoration: none;
}
a:hover {
	color: #ba2636;	
}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.img_left2 {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}

/*------------------------------------------
■ テキスト間隔
------------------------------------------*/
.txt_pad_t_10{padding-top:5px;}
.txt_pad_t_20{padding-top:10px;}
.txt_pad_t_30{padding-top:15px;}
.txt_pad_b_10{padding-bottom:5px;}
.txt_pad_b_20{padding-bottom:10px;}
.txt_pad_b_30{padding-bottom:15px;}

.txt_p {
    margin: 10px 10px 10px;
    }

/*------------------------------------------
■ 枠　1.枠なし　２～４枠のみ　５～７バック有
------------------------------------------*/
.circle{padding:10px; margin:0 5px;}

.circle2{
    background: url("../img/bg01.jpg") repeat scroll center 0 ;
	border: solid 3px #ba2636;
	padding:2%; 
	margin:20px auto 20px; 
	color:#000; 
	width: 96%; 
	font-size: 100%; 
	display: block; 
	border-radius: 5px;
} 
.circle2_p{
	font-size:120%;
	margin-top:2%;
	padding-bottom:1%;
	border-bottom:1px dotted #666;
}


.circle3{border: dottid 1px #a7d0c5; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}
.circle4{border: double 5px #a7d0c5; padding:5px 10px; box-shadow: 2px 2px 2px #999999; margin:10px auto;}


.circle5{background-color:#b5997e;
padding: 2%;
margin: 0px auto 0px;}

.circle5_2{background-color:#d9c4af;
padding: 2%;
margin: 0px auto 0px;}

.circle_p{
	width:100%;
    font-size: 100%;
	text-align: center;
}

.circle_p02{
	margin:2% auto 4%;
}


/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 80%; margin-top:10px;
}
.txt_big {
	font-size: 100%;
}
.txt_right {
	text-align: right;
}
.txt_red {
	color: #ff0000;
}
.txt_blue {
	color: #0066cc;
}
.txt_white {
	color: #ececec;
}
.txt_keycolor {
	color: #ba2636;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
.txt_serif{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
/* デフォルトはPC表示 */
.sp_none { display: none !important; }
.pc_none { display: none !important; }
.pad_none { display: none !important; }

@media screen and (min-width: 1025px) {
  .sp_none { display: block !important; }
  .pc_none { display: none !important; }
  .pad_none { display: none !important; }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .sp_none { display: none !important; }
  .pc_none { display: none !important; }
  .pad_none { display: block !important; }
}
@media screen and (max-width: 600px) {
  .sp_none { display: none !important; }
  .pc_none { display: block !important; }
  .pad_none { display: none !important; }
}

.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {
	width: 100%;
}

.max_w2 {
	max-width: 102%;
}

/*------------------------------------------
■ ipad切り替え用
------------------------------------------*/



/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 170%;
    font-weight: 300;
    letter-spacing: .1em;
}

.active02{
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}
#wrap {
	position: relative;
	/* top: 50px;スマホメニュー初期は一様の余白調整 */
}

#frame {
    margin-top: -50px;
    margin-bottom: 80px;
}
	
#header {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#top {
	max-width: 100%;
}
#top h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.main {
        width: 90%;
	margin: 0 auto;
        padding: 0;
}

.main02 {
        width: 90%;
	margin: 0 auto;
        padding: 0;
}

.main_w {
        background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
	margin: 0 auto;
        padding:0 5% ;
        color:#ba2636;
}

/*------------------------------------------
■TOP画像エリア
------------------------------------------*/
#top img, .max_w {
    max-width: 1000px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}






/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
}

.box02 {
    background-size: cover;
    padding: 3% 5%;
    border: 2px solid #ba2636;
}



.box_bg {
	background: url("../img/bg07.gif") repeat scroll center 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
	margin: 10px auto;
	padding: 5px 10px 10px;
}
.box_border {
	background-color: #FCFAF8;
	border: 5px double #CCCCCC;
	margin: 10px auto;
	padding: 5px 10px 10px;
}
.txt_area {
	padding: 0px;
}


.txt_area2 {
	padding: 0px;
}

.txt_area3 {
 background:url(../img/voice_bg.gif) no-repeat scroll bottom  transparent;
 background-color:#ffffff;
	padding: 5px;
 margin:5px;
	border-radius: 5px 5px 5px 5px;
}

.txt_area_bg {
	background-color: #fdfbf6;
	border: 1px solid #d5cfba;
        color:#ba2636;
	margin: 10px auto;
	padding: 10px;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px;
}

.img_three {
    width: 32%;
    margin-right: 1.5%;
	float: left;
}

.img_three02 {
    width: 32%;
    margin-right: 0.8%;
	float: right;
}

/*------------------------------------------
■ ご祈祷
------------------------------------------*/
.board{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	font-size: 110%;
}

.board_txt{
width:30%;
display: block;
float: left;
background-color: #ba2636;
margin-right: 2%;
margin-bottom:1%;	
padding:1% 1%;
color:#fff;
text-align: center;
}

.board_txt02{
width:30%;
display: block;
float: right;
background-color: #ba2636;
margin-left: 0%;
margin-bottom:1%;	
padding:1% 1%;
color:#fff;
text-align: center;
}

.board_txt span{
border:1px solid #fff;
display: block;
	width:100%;
	height:100%;
padding:2% 0%;
}
.board_txt02 span{
border:1px solid #fff;
display: block;
	width:100%;
	height:100%;
padding:2% 0%;

}
/*------------------------------------------
■ h1 h2 
------------------------------------------*/

h1 {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.h1_txt {
	display: block;
	margin: 0;
	padding: 4px 10px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    display: block !important;
}

.navbar-nav {
    display: flex !important;
}

.nav-item {
    display: block !important;
}

.nav-link {
    display: block !important;
}

/*------------------------------------------
■お申込みエリア(01)
------------------------------------------*/
.order_bg01{
    background: url(../img/order_bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
}

.order_bg01 .order {
    clear: both;
    height: 24vw;
    margin: 0 auto;
    padding: 4% 0;
    position: relative;
    width: 60%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.order_bg01 .order_area {
	padding-top:0%;
    color: #fff;
}

.order_bg01 .order_p {
    font-size: 3vw;
    line-height: 130%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.3%;
    display: block;
    margin: 0 auto 2.5%;
	font-weight: bold;
}
.order_bg01 .order_left{
	width:55%;
	float: left;
	line-height: 120%;
	font-weight: bold;	
}
.order_bg01 .order_right{
	width:44%;
	float: right;
	line-height: 120%;
}

.order_bg01 .temple_sn {
    width: 46%;
    float: left;
    font-size: 132%;
    line-height: 110%;
    margin-top: 0%;
    text-align: right;
}
.order_bg01 .temple_name {
    width: 51%;
    float: right;
    font-size: 4vw;
    padding: 6% 0;
}
/*　▼ボタンエリア▼　*/

.order_bg01 .order_mail {
    display: block;
    position: absolute;
    top: 22vw;
    margin: 0 auto;
    width: 100%;
}

.order_bg01 .order_btn01 {
	width:100%;
	float:left;
}

/*　▼営業時間▼　*/
.order_bg01 .txt_tel {
    color: #fff;
    cursor: default;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 118%;
    white-space: nowrap;
    position: relative;
    top: 0px;
    text-indent: 2%;
}

.order_bg01 .txt_tel:before{
	content:'✆ ';
	font-size: 80%;
	float: left;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */	
}

.order_bg01 .temple_tel {
    text-align: left;
    padding: 0 3% 0 0;
}



/*------------------------------------------
■お申込みエリア02
------------------------------------------*/
.order_bg02{
    background: url(../img/order_bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
}

.order_bg02 .order_area {
    width: 70%;
    display: block;
    margin: 0 auto;
        margin-bottom: 0px;
    padding: 5% 0 7%;
    margin-bottom: -2%;
	border-bottom:1px solid #000;
}


.order_bg02 .order_area02 {
    width: 70%;
    display: block;
    margin: 0 auto;
        margin-bottom: 0px;
    padding: 3% 0 7%;
    margin-bottom: -2%;
}


.order_bg02 .order {
    background: rgba(0, 0, 0, 0) url(../img/order01.png) no-repeat scroll center top/ 100% auto;
    clear: both;
    height: 30vw;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 70%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
}



.order_bg02 .order_left{
	width:55%;
	float: left;
	line-height: 120%;
	font-weight: bold;	
}
.order_bg02 .order_right{
	width:44%;
	float: right;
	line-height: 120%;
}

.order_bg02 .temple_sn {
    width: 46%;
    float: left;
    font-size: 132%;
    line-height: 110%;
    margin-top: 0%;
    text-align: right;
}
.order_bg02 .temple_name {
    width: 51%;
    float: right;
    font-size: 3.5vw;
    padding: 6% 0 0;
    line-height: 94%;
}

.order_bg02 .order_p {
    font-size: 1.4vw;
    line-height: 150%;
    padding-bottom: 0%;
    display: block;
    margin: 0 auto 0%;
    font-weight: bold;
    text-align: center;
}

.order_bg02 .order_p02 {
    font-size: 125%;
    line-height: 130%;
    padding-bottom: 1.3%;
    display: block;
    margin: 0 auto 0%;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding-top: 0%;
}

.order_bg02 .order_p03{
    font-size: 125%;
    line-height: 130%;
    padding-bottom: 1.3%;
    display: block;
    margin: 0 auto 2.5%;
    font-weight: bold;
	text-align: center;
	color:#000;
}

.order_bg02 .txt_tel {
    color: #000;
    cursor: default;
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 118%;
    white-space: nowrap;
    position: relative;
    top: 0px;
    text-indent: 2%;
    text-align: center;
    width: 35vw;
    margin: 0 auto;
}

.order_bg02 .txt_tel:before{
	content:'✆ ';
	font-size: 80%;
	float: left;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */	
}

.order_bg02 .order_mail {
    display: block;
    top: 18vw;
    margin: 5% auto;
}
.order_bg02 .order_mail img{
	display:block;
	margin: 0 auto;
	width:100%;
}



/*------------------------------------------
■お申込みエリア03
------------------------------------------*/
.order_bg03 {
    background: url(../img/order_bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    text-align: center;
}


.order_bg03 .order {
    clear: both;
    height:20vw;
    margin: 0 auto 5%;
    padding: 45px 0;
    position: relative;
    width: 70%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.order_bg03 .order_p {
    font-size: 3.5vw;
    line-height: 130%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.3%;
    display: block;
    margin: 0 auto 2.5%;
	font-weight: bold;
	color: #fff;
}

.order_bg03 .order_p03 {
    font-size: 2.5vw;
    line-height: 50%;
    padding-bottom: 1.3%;
    display: block;
    margin: 0 auto 3%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.order_bg03 .order_btn {
    display: inline-block;
    text-decoration: none;
    background: #ba2636;
    color: #FFF;
    width: 10vw;
    height: 7.5vw;
    line-height: 140%;
    font-size: 1.3vw;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #ba2636;
    border: solid 2px #FFF;
    transition: .4s;
    padding-top: 2.5vw;
    font-weight: bold;
}

.order_bg03 .order_area {
	padding-top:0%;
    color: #fff;
}


.order_bg03 .order_mail {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.order_bg03 .order_btn:hover {
  background: #668ad8;
  box-shadow: 0px 0px 0px 5px #668ad8;
}

.order_bg03 .order_btn::after {
    content: "＞";
    transform: rotate(90deg);
    position: relative;
    width: 0px;
    display: block;
    left: 50%;
    font-size: 2vw;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
}

.order_bg03 .order_left{
	width:55%;
	float: left;
	line-height: 120%;
	font-weight: bold;	
}
.order_bg03 .order_right{
	width:44%;
	float: right;
	line-height: 120%;
}

/*　▼TEL番号エリア▼　*/

.order_bg03 .txt_tel {
    color: #fff;
    cursor: default;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 118%;
    white-space: nowrap;
    position: relative;
    top: 0px;
    text-indent: 2%;
}

.order_bg03 .txt_tel:before{
	content:'✆ ';
	font-size: 80%;
	float: left;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */	
}

.order_bg03 .temple_tel {
    text-align: left;
    padding: 0 3% 0 0;
}

.order_bg03 .temple_sn {
    width: 46%;
    float: left;
    font-size: 3vw;
    line-height: 66%;
    margin-top: 0%;
    text-align: right;
}

.order_bg03 .temple_name {
    width: 51%;
    float: right;
    font-size: 5vw;
    padding: 6% 0;
    line-height: 10%;
}

/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/

.headLine1 {
    margin: 30px 0;
        margin-top: 30px;
    text-align: center;
    font-family: "MS 明朝","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝","ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E",serif;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.4;
}


.headLine1 > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

.headLine1 > span::before {
    content: url(../img/circle.png);
    position: absolute;
    top: 50%;
    left: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    vertical-align: bottom;
}


h4 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 120%;
    margin: 0 auto 0px;
    padding: 0px 0 0;
    text-align: center;
}

h4.title_w {
        background: url(../img/title_bg02.png)no-repeat;
        background-position: center top;
	color: #ba2636;
}

/*
.title_l{
  margin: 0% auto 0%;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 48px;
  overflow: visible;
}
*/

.title_c{
       background:none;
       margin-top:0;
	   text-align: center;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #ba2636;     
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0 0;
	}

/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_b:first-letter {
	font-size: 2.1vw;
  color: #ba2636;
}

.sub_title_a {
	color: #000;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #ba2636;/*上線*/
	border-bottom: solid 3px #ba2636;/*下線*/
	font-size: 1.9vw;
	margin: 10px auto 10px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
}
.sub_title_b {
	border-bottom: solid 3px #ba2636;
	position: relative;
	font-size: 1.9vw;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0;
	font-weight: bold;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}



.sub_title_c {
 	border-bottom: solid 3px #ccc;
	position: relative;
	font-size: 1.9vw;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	
}

.sub_title_c:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ba2636;
  bottom: -3px;
  width: 30%;
}

.sub_title_d {
	background-color: #ba2636;
	color: #fff;
	font-size: 1.9vw;
	line-height: 130%;
	margin: 10px auto  10px;
	padding: 20px 10px 15px;
	text-align: center;
	width:100%;
	display: block;
	font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-radius: 20px;
}

.sub_title_d02 {
	background-color: #ba2636;
	color: #fff;
	font-size: 1.9vw;
	line-height: 130%;
	margin: 10px auto  10px;
	padding: 20px 0px 15px;
	text-align: center;
	width:100%;
	display: block;
	font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-radius: 20px;
}
.sub_title_e {
     position: relative;
     color: #446689;
     padding:0.5em 0.5em 0.5em 1.9em;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.9vw;
}

.sub_title_e:before, .sub_title_e:after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:#446689;
}





.sub_title_f {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
	font-size: 1.9vw;
}

.sub_title_f:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

.sub_title_g {
     position: relative;
     padding:0.5em 0.5em 0.5em 1.8em;
     border-radius: 5px;	
	font-size: 1.9vw;
}

.sub_title_g::after {
     position: absolute;
     top: 50%;
     left:0.3em;
     transform:translateY(-50%);
     content: '';
     width: 8px;
     height:8px;
     border: solid 3px #446689;
     border-radius:100%;
}

.sub_title_bg {
	background: url("../img/sub_title_bg.gif") no-repeat scroll center 0 transparent;
	font-size: 30px;
	font-weight: bold;
	height: 64px;
	line-height: 262%;
	padding-left: 60px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
        color: #ba2636;
	padding: 4px 4px 4px 24px;
}

ul.type_2_2{
  list-style-type : disc;
  list-style-position : outside;
  margin : 0;
    padding-left: 20px;
}

ul.asterisk li {
  list-style-type: none;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	margin: 10px auto;
	padding: 10px;
}
/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.box_m {
	margin: 0;
	padding: 0 0px 10px;
}

.box_m_in {
    background: none;
    margin: 0;
    padding: 5px 17px;
}
.txt_center{text-align:center;}

.box_m_txt {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	margin: 0 10px;
	padding: 10px;
}
.box_m_set {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
}
.sub_title_m {
	border-bottom: 2px dotted #f48500;
	font-weight: bold;
	line-height: 170%;
	margin: 10px auto;
	padding: 0;
}
.m_block {
	display: block;
	background-color: #F4F5E0;
	border-left: 10px solid #f3f0e6;
	box-shadow: 1px 1px 1px #999999;
	font-size: 80%;
	margin-right: 15px;
	padding: 3px 10px;
}
.p_icon {
	float: left;
	margin: 0 5px 0 0;
	width: 40px;
}
/*------------------------------------------
■ box_e
------------------------------------------*/
.box_e {
	background-color: #f3f0e6;
	border-radius: 5px 5px 5px 5px;
	margin: 10px auto;
	padding: 10px 0 5px;
}
.box_e_title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	text-align: center;
}
.box_e .box_e_in {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background: #FCF8F2;
	margin: 10px;
	padding: 10px;
	font-size: 90%;
}
/*------------------------------------------
■ フロートボックス width: 216pxにすれば3つ横に並ぶよ。
------------------------------------------*/
.con2_1, .con2_2, .con2_3, .con2_4 {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin: 10px 0;
	padding: 10px;
}
.con2_title {
	border-bottom: 3px dotted #f3f0e6;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/*------------------------------------------
■ 新要素　グリッドデザイン（新フロートボックス）
------------------------------------------*/
.gd_box {
	letter-spacing: -0.34em;
	text-rendering: optimizespeed;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

.gd_1-2, .gd_1-3, .gd_2-3, .gd_1-4, .gd_3-4 {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

.gd_1-2 {
	width: 50%;
}

.gd_1-3 {
	width: 33.3333%;
}

.gd_2-3 {
	width: 66.6667%;
}

.gd_1-4 {
	width: 25%;
}

.gd_3-4 {
	width: 75%;
}

.gd_box:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ POINT
------------------------------------------*/
.point_title {
	border-bottom: 2px dotted #f3f0e6;
	color: #AA0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
 background-color:#fedded;
	margin: 10px auto;
	padding: 10px;
}
.step_title {
	border-bottom: 2px dashed #f48500;
	color: #412C1B;
	font-weight: bold;
	line-height: 160%;
	margin: 10px 0;
	padding: 0 0 5px;
}
.s_block {
	background-color: #f48500;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: block;
	font-size: 96%;
	padding: 0 15px;
	text-align: center;
	width: 25%;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
}
.voice {
	background: url("../img/bg03.gif") repeat scroll 0 0 transparent;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCCCCC, 0 0 5px #CCCCCC inset;
	font-size: 96%;
	margin: 0 auto 20px;
	padding: 15px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq {
	background-color: #FDFBF6;
	border: 1px dashed #D5CFBA;
	margin: 10px auto;
	padding: 5px 10px;
}
.faq_q {
	border-bottom: 1px solid #460607;
	color: #460607;
	font-weight: bold;
	margin: 10px auto;
	padding: 0 0 5px;
}
.faq_a {
	margin: 10px auto;
	padding: 0;
}

.faq2{
background-color: #FDFBF6;
border: 1px dashed #D5CFBA;
margin: 10px auto;
padding: 5px 10px;
}
.faq_q2{

background: url("../img/icon_q.gif") no-repeat scroll 0 0 transparent;

border-bottom: 1px solid #64ab03;
color: #64ab03;
font-weight: bold;
margin: 10px auto;
padding: 0 0 5px 40px;

}
.faq_a2{

background: url("../img/icon_a.gif") no-repeat scroll 0 0 transparent;

margin: 10px auto;
padding: 0 0 5px 40px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left0 {
    float: left;
    width: 50%;
}

.block_right0 {
float: right;
width: 50%;
}

.block_in{
    background: none;
}

.block_left {
    float: left;
    width: 47%;
}

.block_right {
	float: right;
	width: 47%;
}

.block_left02 {
    float: left;
    width: 75%;
}

.block_left02  img{
    margin: 0 auto;
    display: block;
    width: 33%;
}

.block_right02 {
	float: right;
	width: 20%;
}

.block_right02  img{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.block_txt{
	color:#000;
	padding:10%;
	font-size: 100%;
	line-height: 180%;
}

.margin_t{
    margin-top: 10px;
}

.flex_box{
	display:flex;
}

.block_right img{padding-right:0px;}
.room {
	padding: 15px;
}

.btn{
	background-color:#ba2636;
	padding:1%;
	border-radius: 5px;
	float: right;
}
.btn a{	color:#fff;}
.btn a:hover{color:#A79414;}




.flex_unit03{
background: url("../img/bg01.jpg") repeat scroll center 0;
	width: 49%;
    padding:15px 10px;
	display: block;
	margin-left:1%;
	border-radius: 10px;
	border: 2px solid #ba2636;
}


.flex_unit03_02{
	background-color: #d7d5a7;
    width: 33%;
    padding:15px 10px;
	display: block;
	margin-left:1%;
	border-radius: 5px;	
}

.flex_txt{
	font-size: 120%;
}

.flex_unit03_02 img, .flex_unit03 img{
    margin: 2% auto 4%;
	display: block;
}

.flex_title{
	background-color: #d7d5a7;
	text-align: center;
	margin: 2% auto 1%;
}

.flex_title02{
	background-color: #b8b57d;
	text-align: center;
	margin: 2% auto 1%;
}

.flex_p{text-align:center; display: block;}
.flex_p02 {
    font-size: 88%;
    margin-top: 4%;
    display: block;
}

.unit_title{
	font-size:120%;
	border-bottom:3px dotted #ba2636;
	text-align: center;
	padding-bottom:4%;
	padding-top:2%;
}
.unit_txt{
	font-size:100%;
	display: block;
	margin-top:4%;
}


/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 230px;
	margin: 0 auto;
	width: 100%;
}

#map1 {
    height: 40vw;
    width: 100%;
    margin-top: 4%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 2% auto 2%;
	width: 100%;
}
.table01 th img{
    width:100%;
}
.table01 th {
	background-color: #fbfaf7;
        color: #ba2636;
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid #cccccc;
}
.table01 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.table02 {
	margin: 10px auto;
	width: 100%;
	font-size: 70%;
}
.table02 th {
      background-color: #ba2636;
	padding: 10px 5px;
	text-align: center;
	width: 35%;
	border: 1px solid #cccccc;
	color:#fff;
}
.table02 td {
	padding: 10px;
	font-size:90%;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
        color: #ba2636;
	line-height: 130%;
}

.table03 {
	font-size: 70%;
	margin: 0 auto;
	width: 100%;
}
.table03 th img{
    width:100%;
}
.table03 th {
	background-color: #fbfaf7;
        color: #ba2636;
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid #cccccc;
}
.table03 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
        color: #ba2636;
}
/*------------------------------------------
■ youtube
------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #f5f5f5;
	margin: 15px auto;
	width: 100%;
}
.inq_box {
	border-bottom: 1px dashed #f5f5f5;
	display: block;
	font-size: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	width: 100%;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
      border-left: 8px solid #ba2636;
    float: left;
    font-weight: bold;
    line-height: 150%;
    margin-top: 20px;
    padding-left: 12px;
    width: 30%;
	text-align: left;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 0px;
	padding-top: 10px;
	width: 60%;
	text-align: left;

}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}

.form_tel{
	border-top:1px solid #ba2636;
	border-bottom:1px solid #ba2636;
	width:100%;
	display: block;
	margin: 0 auto;
	padding:1% 0;
	margin-bottom: 3%;
	margin-top:2%;
	text-align: center;
}

.txt_tel02{
	font-size: 140%;
	font-weight: bold;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	text-align: center;
	margin: 10px auto 8%;
	padding: 0px 0 10px 0;
	font-size: 12px;
	line-height: 1.8;
	color: #000;
}
.footer_btn {
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 14px;
	color: #000;
}
.copyright {
	margin-top: 15px;
	font-size: 10px;
 text-align:center;
	color:#000;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	background-color: #fff;
	border-bottom: 3px solid #CCCCCC;
	color: #ba2636;
	font-weight: bold;
	margin: 10px 0;
	padding: 12px 0 10px;
	text-align: center;
}
#order_page, #privacypolicy, #company, #law, #order_end {
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
}
/* 別々に指定したければ、分けてください*/

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
	background: none no-repeat scroll 0 0 #ba2636;
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 5px 10px;
	color:#fff;
}


/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
■ 会社概要
------------------------------------------*/


/*------------------------------------------
■ 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top {
	display: none;
}
#go_top a {
	display: none;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav {
	display: none;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav {
	position: fixed;
	width: 100%;
	line-height: 100%;
	text-align: left;
	display: block;
	background-color: #fff;
        opacity:0.9;
	padding: 5px;
	bottom: 0px;
}
.sp_nav .sp_menu_title label {
	float: left;
	padding-right: 5px;
}
.sp_nav .sp_menu_title label img {
	max-width:40px;
}
.sp_nav input[type="checkbox"].on-off {
	display: none;
}
.sp_nav ul {
	margin: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
@media only screen
    and (orientation:landscape) {
	.sp_nav li {
	float: left;
	width: 33.3023%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 10px;
	letter-spacing: -0.2em;
}
}
@media only screen
    and (orientation:portrait) {
	.sp_nav li {
	float: left;
	width: 49.9690%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 11px;
}	
}
.sp_nav li a {
	width: 100%;
	text-indent: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 18px;
}
.sp_nav input[type="checkbox"].on-off + ul {
	height: 0;
	overflow: hidden;
	padding: 0;
}
.sp_nav input[type="checkbox"].on-off:checked + ul {
	height: auto;
	padding: 3px;
}
.sp_nav .sp_nav_tel {
	font-size: 10px;
	text-indent: -0.5em;
}
.sp_nav .sp_nav_tel a.plain {
	color: #CC0000;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.top_nav_btn
{
	margin:0 auto;
	text-align:center;
	
	
	}
/*------------------------------------------
■ 新要素　イメージリストエリア（ライトボックス風　サムネイルクリックで拡大写真）
施工事例や店内・院内風景などにご使用ください。
------------------------------------------*/
.img_list_area_1, .img_list_area_2, .img_list_area_3 {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.img_list_area_1 .thumbnail, .img_list_area_2 .thumbnail, .img_list_area_3 .thumbnail {
	clear: both;
	padding: 0px;
	margin: 0px auto;
	width: auto;
}
.img_list_area_1 .thumbnail img, .img_list_area_2 .thumbnail img, .img_list_area_3 .thumbnail img {
	padding: 0px 3px 3px 0px;
	width: 30%;
	max-width: 140px;
}
.img_list_area_1 .thumbnail_notes, .img_list_area_2 .thumbnail_notes, .img_list_area_3 .thumbnail_notes {
	font-size: 80%;
	text-align: right;
}
.img_list_area_1 .text_block, .img_list_area_2 .text_block, .img_list_area_3 .text_block {
	clear: both;
}
.img_list_area_1 .text_block img, .img_list_area_2 .text_block img, .img_list_area_3 .text_block img {
	display: block;
	margin: 0 auto;
	clear: both;
}
.img_list_area_1 table, .img_list_area_2 table, .img_list_area_3 table {
	width: 100%;
	margin: 10px auto;
}
.img_list_area_1 table th, .img_list_area_2 table th, .img_list_area_3 table th {
	width: 30%;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #cccccc;
}
.img_list_area_1 table td, .img_list_area_2 table td, .img_list_area_3 table td {
	width: 70%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
}


/* オーダー部分（商品詳細） */
.order_btn_warp {
 background-color: #f4f3e6;
    border-radius: 5px;
    box-shadow: 0 2px 2px #cccccc;
    clear: both;
    margin: 0 auto;
    padding: 5px;
}

.item_detail {
 background-color:#ffffff;
	padding: 5px;
 margin:5px;
	border-radius: 5px 5px 5px 5px;	
}



/*------------------------------------------
■ 2カラム画像背景
------------------------------------------*/
h5.length01{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 1.4em;
    line-height: 1.4em;
    margin: 0 auto 50px;
    padding: 10px;
    font-weight: bold;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

h5.length02{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #fff;
    width: 2.9em;
    line-height: 1.4em;
    margin: 0 auto 50px;
    padding: 10px;
    font-weight: bold;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.two_box01{
    background: none;
    margin-bottom: 20px;
    padding-top: 30px;

}

.two_box01 p{
    background: rgba(178,186,108,0.9);
    padding: 30px 20px;
    color: #fff;
}

.two_box02{
    background: none;
    margin-bottom: 20px;
    padding-top: 30px;
}

.two_box02 p{
    background: rgba(108,186,150,0.9);
    padding: 30px 20px;
    color: #fff;
}

/*------------------------------------------
■ 画像背景のご要望
------------------------------------------*/
.list_img{
    background: none;
    padding:40px 0;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
    }

.list_img img{
    width:60%;
}

/*------------------------------------------
■ 沿革用タイトル
------------------------------------------*/
.history_tit{
    font-weight:bold;
}


/*------------------------------------------
■ ご要望（01）
------------------------------------------*/
.q_a{
    padding: 10px 20px;
    margin:0 auto 20px;
    background: #dbd2c7;
}

.q_a dl{
    margin: 0 auto;
	font-size: 1.9vw;
    line-height: 130%;
    text-align: left;
    font-family: serif;
}

.q_a dt {
    background: url(../img/q_sp.png) no-repeat 15px center,#ba2636;
    color:#fff;
    padding: 10px 7px 7px 40px;
    margin: 10px 0 0 0;
}

.q_a dd {
	font-size: 1.9vw;
    background: url(../img/a_sp.png) no-repeat 15px center;
    padding: 10px 7px 7px 40px;
    color: #ba2636;
}

.q_a_btn{
    overflow:auto;
}

/*------------------------------------------
■ ご要望（02）
------------------------------------------*/
.check_02 {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    padding: 0.7em 0.7em;
    background-color: rgba(248,247,243,0.7);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.w_box {
    background-color: rgba(248,247,243,0.7);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 20px;
    padding: 12px 6px;
}

.check_02 li {
    background: url(../img/check_sp.png) no-repeat 18px center;
    font-size: 1.05em;
    padding: 4px 8px 4px 40px;
    margin: 0.3em 0;
    font-family: serif;
    color: #204080;
    border-radius: 4px;
    transition: background 0.2s;
    line-height: 1.2;
}

.check_02 li a {
    color: #204080;
    text-decoration: underline;
    transition: color 0.2s;
}
