@charset "utf-8";


/*==========
CONTENTS WORKS ID:1995
==========*/
table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_qa th{
    padding: 10px;
    width: 5%;
}
table.table_qa td{
    padding: 10px;
}
table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
	font-weight: 900;
}
table.table_qa tr:nth-child(2n){
    background:#f5efe2;
}
table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;
	color: #fff;
	background: #c2296f;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
}
/* Aアイコン */
.a_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;
	color: #c2296f;
	background: #fff;
	border: 1px solid #c2296f;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
}

/*==========
CONTENTS WORKS ID:1562
==========*/
/*config*/
:root {
    --template-flow-01-color:#c2296f;  /*メインカラー*/
    --template-flow-01-subcolor:#da5a94;  /*サブカラー*/
}
/*css*/
.template-flow-01 {
    padding-left: 120px;
    position: relative;
    margin-bottom:60px !important;
}
.template-flow-01::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.template-flow-01 > li {
    position: relative;
    margin-left:0 !important;
    list-style:none !important;
}
.template-flow-01 > li:not(:last-child) {
    margin-bottom: 8vh;
}
.template-flow-01 > li .icon {
    font-size: 16px;
    color: #fff;
    background: var(--template-flow-01-color);
    background: -moz-linear-gradient(left, var(--template-flow-01-color) 0%, var(--template-flow-01-subcolor) 100%);
    background: -webkit-linear-gradient(left, var(--template-flow-01-color) 0%,var(--template-flow-01-subcolor) 100%);
    background: linear-gradient(to right, var(--template-flow-01-color) 0%,var(--template-flow-01-subcolor) 100%);
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 3;
}
.template-flow-01 > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent var(--template-flow-01-subcolor);
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.template-flow-01 > li dl {
    padding-left: 70px;
    position: relative;
}
.template-flow-01 > li dl::before,
.template-flow-01 > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.template-flow-01 > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background:var(--template-flow-01-color);
    border-radius: 50%;
    left: -4px;
}
.template-flow-01 > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.template-flow-01 > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: var(--template-flow-01-color);
    margin-bottom: 1vh;
}

/*==========
CONTENTS WORKS ID:1709
==========*/
/*config*/
:root {
    --template-fluid02-image-size:500px;  /*画像の高さ*/
    --template-fluid02-image-bg:#fff; /*画像の背景色*/
    --template-fluid02-text-bg:rgba(194, 41, 111, 0.8); /*テキストボックスの背景色*/
    --template-fluid02-text-font:#fff; /*テキストボックスの文字色*/
}
.template-fluid02-box{
    position:relative;
}
/* template-fluid02-image-left */
.template-fluid02-image-left{
    background:var(--template-fluid02-image-bg); 
    height:var(--template-fluid02-image-size); 
    text-align: left;
    margin-bottom: 8vmax;
}
.template-fluid02-image-left img{
    width: 80% !important;
    height:100% !important;
    object-fit: cover;
}
.template-fluid02-text-right {
    position: absolute;
    width: 50%;
    right: 0%;
    bottom:-9vmax;
    z-index: 2;
    padding:3em;
    text-align: left;
    background:var(--template-fluid02-text-bg); 
    color:var(--template-fluid02-text-font); 
}

/* template-fluid02-image-right */
.template-fluid02-image-right{
    background:var(--template-fluid02-image-bg); 
    height:var(--template-fluid02-image-size); 
    text-align: right;
    margin-bottom: 8vmax;
}
.template-fluid02-image-right img{
    width: 80% !important;
    height:100% !important;
    object-fit: cover;
}
.template-fluid02-text-left {
    position: absolute;
    width: 50%;
    left: 5%;
    bottom:-5vmax;
    z-index: 2;
    padding:3em;
    text-align: left;
    background:var(--template-fluid02-text-bg); 
    color:var(--template-fluid02-text-font); 
}

.table-bordered th {
	font-weight: 900;
}

/* ======================================
2024/12/18 added by tsuji
======================================== */

/* --------------- テンプレートBOX化 --------------- */

.template-backpattern{
	padding: 25px 30px;
    margin:25px 0 ;
	background: #F9F9F9;
	border: solid 2px #E5E5E5;
    border-radius: 10px;
}

/* --------------- 画像角丸 --------------- */

.kado {
    border-radius: 20px;
}
