@charset "UTF-8";

.moduleUnit {
}
.layout-two-column-right .moduleContent > * {
	margin-right:16px;
}
.moduleUnit .pR16 {
	padding-right:16px;
}

.module_src {
	width:100%;
	font-size:14px;
}

/*　マージン
-------------------------------------*/
.mt30 {
	margin-top:30px !important;	
}
.mb0 {
	margin-bottom:0 !important;	
}
.mb5 {
	margin-bottom:5px !important;	
}
.mb10 {
	margin-bottom:10px !important;	
}
.mb20 {
	margin-bottom:20px !important;	
}
.mb30 {
	margin-bottom:30px !important;	
}
.mb40 {
	margin-bottom:40px !important;	
}
.mb50 {
	margin-bottom:50px !important;	
}
.mb60 {
	margin-bottom:60px !important;	
}
.mb70 {
	margin-bottom:70px !important;	
}
.mb80 {
	margin-bottom:80px !important;	
}
.mb90 {
	margin-bottom:90px !important;	
}
.mb100 {
	margin-bottom:100px !important;	
}

.mr0 {
	margin-right:0 !important;
}

.mt60 {
	margin-top:60px !important;	
}

/*　テキスト位置
-------------------------------------*/
.tC {
	text-align:center;
}
.tL {
	text-align:left;
}
.tR {
	text-align:right;
}

/*　テキストサイズ
-------------------------------------*/
.fS {
	font-size:80%;
}
.fL {
	font-size:120%;
}


/*　見出し関連
-------------------------------------*/
.moduleUnit .midashiA {
	display:inline-block;
	background:#125eb3;
	color:#fff;
	padding:8px 19px;
	margin-bottom:25px;
}
.moduleUnit .midashiB {
	color:#125eb3;
	font-size:34px;
	font-weight:normal;
	margin-bottom:50px;
	line-height:1.4;
	letter-spacing:-0.025em;
}
.moduleUnit .midashiC {
	font-size:28px;
	position:relative;
	font-weight:normal;
	margin-bottom:27px;
	line-height:1.3;
	letter-spacing:-0.025em;
}
.moduleUnit .midashiD {
	color:#125eb3;
	font-size:20px;
	margin-bottom:27px;
	line-height:1.3;
	letter-spacing:-0.025em;
}


/*　画像関連
-------------------------------------*/
.moduleUnit .figureIn {
	background:url(/images/common/bgi-figure_001.jpg);
	padding:30px 30px 35px;
}
.moduleUnit .figureIn .figureInTtl {
	text-align:center;
	font-size:18px;
	line-height:1.3;
	margin-bottom:40px;
}
.moduleUnit .figureIn figure {
	text-align:center;
}

.moduleUnit figure figcaption {
	font-size:11px;
	line-height:1.5;
	margin-top:10px;
	text-align:justify;
	font-weight:bold;
}

/*回り込み*/
.moduleUnit .imgRight figure,.imgLeft figure {
	width:260px;
}
.moduleUnit .imgRight figure img,.imgLeft figure img {
	width:260px;
	height:auto;
}
.moduleUnit .imgRight figure {
	float:right;
	padding:5px 0 20px 35px;
}
.moduleUnit .imgLeft figure {
	float:left;
	padding:5px 35px 20px 0;
}

/*横並び*/
.moduleUnit .threeImg {
	margin-left:0;
}
.moduleUnit .threeImg figure {
	float:left;
	width:238px;
	margin-left:16px;
}
.moduleUnit .threeImg figure img {
	width:238px;
	height:auto;
}
.moduleUnit .threeImg figure:first-child {
	margin-left:0;
}
.moduleUnit .twoImg {
	margin-left:-16px;
}
.moduleUnit .twoImg figure {
	float:left;
	width:365px;
	margin-left:16px;
}
.moduleUnit .twoImg figure img {
	width:365px;
	height:auto;
}
.moduleUnit .twoImg figure:first-child {
}

/*中央寄せ*/
.moduleUnit .oneImg {
	width:100%;
	text-align:center;
}
.moduleUnit .oneImg figcaption {
	text-align:center;
}


/*　リスト
-------------------------------------*/
.moduleUnit .moduleList {
	margin-left:1em;
}
.moduleUnit .moduleList li{
	color:#125eb3;
	margin-left:1em;
	margin-bottom:5px;
}
.moduleUnit .moduleList li span {
	color:#222;
	font-size:14px;
}
.moduleUnit ol.moduleList li {
	font-weight:bold;
	font-size:15px;
}

/*　表
-------------------------------------*/
.moduleUnit table.moduleTable {
	border:1px solid #ddd;
	width:100%;
}
.moduleUnit table.moduleTable th {
	background:#eff9eb;
	font-weight:bold;
	font-size:16px;
	border:1px solid #ddd;
	padding:20px;
	min-width:100px;
	vertical-align:middle;
	text-align:center;
}
.moduleUnit table.moduleTable td {
	padding:20px;
	vertical-align:middle;
	border:1px solid #ddd;
}

.moduleUnit .effectTable {
	width:100%;
	border:1px solid #ddd;
	table-layout:fixed;
	line-height:1.4;
}
.moduleUnit .effectTable tr th,
.moduleUnit .effectTable tr td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	padding:13px 18px;
}
.moduleUnit .effectTable .bbDot {
	border-bottom:1px dotted #ddd;
}
.moduleUnit .effectTable tr th {
	font-weight:bold;
}
.moduleUnit .effectTable .ttl th {
	background:#eff9eb;
}
.moduleUnit .effectTable .number {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:16px;
}
.moduleUnit .effectTable .sum th {
	background:#eff9eb;
}
.moduleUnit .effectTable .sum td {
	background:#125eb3;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	padding:13px 0
}
.moduleUnit .effectTable .sum td span {
	font-size:12px;
	font-weight:bold;
}
.moduleUnit .effectTable .sum th {
	border-right:1px solid #125eb3;
}
.moduleUnit .effectTable .sum td {
	border-right:1px solid #fff;
}

/* tableB */
.moduleUnit table.moduleTableB {
	width:100%;
	border-top:1px solid #ddd;
}
.moduleUnit table.moduleTableB th,
.moduleUnit table.moduleTableB td {
	border-bottom:1px solid #ddd;
	padding:15px 0;
}
.moduleUnit table.moduleTableB td {
	padding-left:15px;
}
.moduleUnit table.moduleTableB th {
	font-weight:bold;
	line-height:1.3;
	text-align:left;
}
.moduleUnit table.moduleTableB th a {
	text-decoration:none !important;
	font-weight:bold;
}


/*　囲み記事
-------------------------------------*/
.moduleUnit .kakomi {
	color: #333;
	padding: 25px 30px 30px;
	text-align: left;
	background-color: #b0c4de;
}
.moduleUnit .kakomi .kakomiTtl {
	display:block;
	background:none;
	color:#000;
	padding:0;
	font-size:18px;
	margin-bottom:15px;
}

/* 2カラム */
.moduleUnit  .col2kakomi {
	display:table;
	width:100%;
	box-sizing:border-box;
}
.moduleUnit  .col2kakomi p {
	display:table-cell;
	vertical-align:middle;
}
.moduleUnit  .col2kakomi .check {
	font-size:20px;
	line-height:1.3;
	letter-spacing:-0.025em;
	position:relative;
	background:url(/images/common/ico-arrow_kakomi_001.png) right center no-repeat;
}
.moduleUnit  .col2kakomi .btn {
	width:230px;
	padding-left:30px;
}
.moduleUnit  .col2kakomi .btn a {
	display:block;
	line-height:1;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	background:#125eb3;
	text-align:center;
	padding:11px 0;
	text-decoration:none !important;
	border-radius:30px;
}
.moduleUnit  .col2kakomi .btn a span {
	font-weight:bold;
	font-size:12px;
}
.moduleUnit  .col2kakomi .btn a:hover {
	background:#fff;
	color:#125eb3;
}

/* 線のみ */
.moduleUnit .kakomiB {
	border:1px solid #ddd;
	padding:25px 30px;
}
.moduleUnit .kakomiB ol li:last-child {
	margin-bottom:0;
}
.moduleUnit .kakomiB ol,
.moduleUnit .kakomiB ul {
	margin-left:0;
}



/*　タブ
-------------------------------------*/
.moduleUnit .tab{
	overflow:hidden;
	width:auto;
}
.moduleUnit .tab li{
	padding:10px 0;
	float:left;
	margin-left:1px;
	width:33%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	list-style:none;
	background:#f1f1f1;
}
.moduleUnit .tab li:first-child {
	margin-left:0;
	width:calc(34% - 2px);
}
.moduleUnit .tab li.select{
	color:#fff;
	background:#125eb3;
}
.moduleUnit .tab li.select:hover {
	color:#fff !important;
}
.moduleUnit .tabContent li{
	padding:20px;
	border:1px solid #ccc;
	border-top:none;
	list-style:none;
}
.moduleUnit .tabContent li.hide {
	display:none;
}

/*　アコーディオン
-------------------------------------*/
.moduleUnit .pageAcc {
	width:746px !important;
}
.moduleUnit .pageAcc dt {
	background:url(../images/common/ico-accordion_002.png) right 11px center no-repeat #f1f1f1 !important; 
	background-size:24px 24px !important;
	color:#125eb3;
	font-size:16px;
	font-weight:bold;
	margin-bottom:1px;
	padding:10px 60px 10px 15px;
	cursor:pointer;
}
.moduleUnit .pageAcc dt.active {
	background:url(../images/common/ico-accordion_001.png) right 11px center no-repeat #125eb3 !important; 
	background-size:24px 24px !important;
	color:#fff;
}
.moduleUnit .pageAcc dd {
	padding:15px 20px 25px;
	display:none;
}


/*　カルーセル
-------------------------------------*/
.moduleUnit .owl-theme .owl-dots .owl-dot span {
	background:#fff;
}
.moduleUnit .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#125eb3;
}

/*　グリッド
-------------------------------------*/
.moduleUnit .glidBoxIn {
}
.moduleUnit .glidBox {
	width:238px;
	margin:0 16px 16px 0;
}
.moduleUnit .glidBox img {
	width:238px;
	height:auto;
}


/*　ステップリスト
-------------------------------------*/
.moduleUnit .stepListBox {
}
.moduleUnit .stepListBox .stepListTtl {
	text-align:center;
	position:relative;
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl span {
	display:inline-block;
	line-height:1.3;
	font-size:26px;
	font-weight:normal;
	background:#fff;
	padding:0 20px;
	position:relative;
	z-index:10;
}
.moduleUnit .stepListBox .stepListTtl:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	height:4px;
	margin-top:-2px;
	background:#e2e2e2;
}
.moduleUnit .stepListBox > ul > li {
	list-style:none;
	display:table;
	width:100%;
	border-bottom:1px dashed #ddd;
	padding-bottom:36px;
	margin-bottom:36px;
}
.moduleUnit .stepListBox > ul > li:last-child {
	margin-bottom:0;
}
.moduleUnit .stepListBox > ul > li figure {
	display:table-cell;
	vertical-align:middle;
	width:260px;
	padding-right:32px;
	text-align:center;
}
.moduleUnit .stepListBox > ul > li figure img {
	max-width:100%;
	width:100%;
	height:auto;
}
.moduleUnit .stepListBox > ul > li .stepTxt {
	display:table-cell;
	vertical-align:middle;
	font-size:15px;
	line-height:1.67;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl {
	display:table;
	width:100%;
	margin-bottom:20px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl p {
	display:table-cell;
	vertical-align:middle;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number {
	width:50px;
	padding-right:13px;
	line-height:1;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number span {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	background:#125eb3;
	display:inline-block;
	width:50px;
	text-align:center;
	padding:11px 0;
	border-radius:25px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt {
	font-size:20px;
	color:#125eb3;
	letter-spacing:-0.025em;
	line-height:1.3;
	font-weight:bold;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt span {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-top:5px;
}
.moduleUnit .stepListBox .stepListTtl2 {
	text-align:center;
	position:relative;
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl2 span {
	display:inline-block;
	line-height:1.5;
	font-size:26px;
	font-weight:bold;
	background:#eff9eb;
	color:#125eb3;
	padding:10px 20px;
	position:relative;
	z-index:10;
}
.moduleUnit .stepListBox .stepListTtl2:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	height:4px;
	margin-top:-2px;
	background:#e2e2e2;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl2 .txt {
	font-size:20px;
	color:#125eb3;
	letter-spacing:-0.025em;
	line-height:1.3;
	font-weight:bold;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl2 .txt span {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-top:15px;
}

@media screen and (max-width: 760px) {

.moduleUnit .layout-two-column-right .moduleContent > * {
	margin-right:0;
}
.moduleUnit .pR16 {
	padding-right:0;
}


/*　見出し関連
-------------------------------------*/
.moduleUnit .midashiA {
}
.moduleUnit .midashiB {
	font-size:22px;
	margin-bottom:30px;
}
.moduleUnit .midashiB br {
	display:none;
}
.moduleUnit .midashiC {
	font-size:20px;
}
.moduleUnit .midashiD {
	font-size:16px;
}


/*　画像関連
-------------------------------------*/
.moduleUnit .figureIn {
	padding:20px 20px 25px;
}
.moduleUnit .figureIn .figureInTtl {
	margin-bottom:30px;
}

.moduleUnit figure figcaption {
}

/*回り込み*/
.moduleUnit .imgRight figure,.imgLeft figure {
	width:160px;
}
.moduleUnit .imgRight figure img,.imgLeft figure img {
	width:160px;
	height:auto;
}
.moduleUnit .imgRight figure {
	padding:5px 0 10px 15px;
}
.moduleUnit .imgLeft figure {
	padding:5px 15px 10px 0;
}

/*横並び*/
.moduleUnit .threeImg {
	margin-left:0;
}
.moduleUnit .threeImg figure {
	float:none;
	width:100%;
	margin-left:0;
	margin-top:20px;
}
.moduleUnit .threeImg figure img {
	width:100%;
	height:auto;
}
.moduleUnit .threeImg figure:first-child {
	margin-top:0;
}
.moduleUnit .twoImg {
	margin-left:0;
}
.moduleUnit .twoImg figure {
	float:none;
	width:100%;
	margin-left:0;
	margin-top:20px;
}
.moduleUnit .twoImg figure img {
	width:100%;
	height:auto;
}
.moduleUnit .twoImg figure:first-child {
	margin-top:0;
}

/*中央寄せ*/
.moduleUnit .oneImg {
}
.moduleUnit .oneImg img {
	width:100%;
	height:auto;
}
.moduleUnit .oneImg figcaption {
	text-align:left;
}


/*　リスト
-------------------------------------*/
.moduleUnit ul.moduleList li {
}


/*　表
-------------------------------------*/
.moduleUnit table.moduleTable {
	width:100%;
	border:none;
	border-bottom:1px solid #ddd;
}
.moduleUnit table.moduleTable th {
	display:block;
	padding:10px 13px;
	border-bottom:none;
}
.moduleUnit table.moduleTable td {
	display:block;
	padding:10px 13px;
	border-bottom:none;
}
.moduleUnit table.moduleTable td ul {
	margin-left:0 !important;
}

.moduleUnit .effectTableIn {
	overflow:scroll;
	max-width:100%;
}

/* tableB */
.moduleUnit table.moduleTableB th,
.moduleUnit table.moduleTableB td {
	display:block;
	width:100% !important; 
	padding:0;
	border-bottom:none;
}
.moduleUnit table.moduleTableB tr th {
	padding:10px 0 5px;
}
.moduleUnit table.moduleTableB tr td:last-child {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.moduleUnit table.moduleTableB td {
	padding-left:0;
}



/*　囲み記事
-------------------------------------*/
.moduleUnit .kakomi {
	padding:20px;
}

/* 2カラム */
.moduleUnit  .col2kakomi {
	display:block;
}
.moduleUnit  .col2kakomi p {
	display:block;
	text-align:center;
}
.moduleUnit  .col2kakomi .check {
	font-size:16px;
	background:none;
	line-height:1.5;
}
.moduleUnit  .col2kakomi .check br {
	display:none;
}
.moduleUnit  .col2kakomi .btn {
	max-width:230px;
	width:auto;
	padding-left:0;
	margin:15px auto 0;
}

.moduleUnit .kakomiB {
	padding:20px;
}

/*　タブ
-------------------------------------*/
.moduleUnit .tab{
	width:auto;
}

/*　アコーディオン
-------------------------------------*/
.moduleUnit .pageAcc {
	width:100% !important;
}

/*　グリッド
-------------------------------------*/
.moduleUnit .glidBoxIn {
	width:100%;
}
.moduleUnit .glidBox {
	width:50%;
	margin:0;
}
.moduleUnit .glidBox img {
	width:98%;
	height:auto;
	margin:0 1% 2% 1%;
}

/*　ステップリスト
-------------------------------------*/
.moduleUnit .stepListBox {
}
.moduleUnit .stepListBox .stepListTtl {
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl span {
	font-size:20px;
	padding:0 15px;
}
.moduleUnit .stepListBox .stepListTtl:before {
	height:2px;
	margin-top:-1px;
}
.moduleUnit .stepListBox > ul > li {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
}
.moduleUnit .stepListBox > ul > li figure {
	display:block;
	width:100%;
	max-width:260px;
	padding-right:0;
	text-align:center;
	margin:0 auto 15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt {
	display:block;
	font-size:14px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl {
	margin-bottom:15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number {
	width:40px;
	padding-right:13px;
	line-height:1;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number span {
	font-size:20px;
	width:40px;
	padding:10px 0;
	border-radius:20px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt {
	font-size:18px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt br {
	display:none;
}

}
