@charset "utf-8";

/* ======================

 [brake-point]
 min-width:480px
 max-width:768px

====================== */

/*--------------------------------
 icInfo
--------------------------------*/
dl.icInfo {
	display: table;
	margin-top: 5px;
}

dl.icInfo dt {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}

dl.icInfo dt img {
	vertical-align: bottom;
	margin-right: 3px;
}

dl.icInfo dd {
	display: table-cell;
	vertical-align: middle;
}

dl.icInfo dd a {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px 2px 10px;
	background-color: #07aee5;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 1.1rem;
}



/*--------------------------------
 page_link_img
--------------------------------*/

.page_link_img {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center bottom;
}

.page_link_img:not(:last-child) {
	margin-bottom: 100px;
}

.page_link_img:last-child {
	margin-bottom: 40px;
}

#link_1.page_link_img {
	background-image: url(../img/theme/bg_link_1_pic.png);
}

#link_2.page_link_img {
	background-image: url(../img/theme/bg_link_2_pic.png);
}

.page_link_img .innerContainer {
	position: relative;
	padding: 0 20px;
}

.page_link_img .ttl_icon {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.page_link_img .ttl_copy {
	position: relative;
	top: -35px;
	z-index: 1005;
	width: 100%;
	box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	padding: 45px 20px 20px;
	text-align: center;
}

.page_link_img .ttl_copy br {
	display: none;
}

.page_link_img .ttl_copy .ttl{
	font-size: 1.8rem;
}

.page_link_img .ttl_copy hr{
	width: 30px;
	height: 2px;
	background-color: #07aee5;
	display: block;
	margin: 20px auto;
	border: none;
}

.page_link_img .ttl_copy span.txt {
	font-size: 1.4rem;
}

.page_link_img .ttl_copy .btn {
	text-align: center;
	margin-top: 20px;
}

.page_link_img .ttl_copy .btn a {
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 50px;
}

.page_link_img .ttl_copy .btn a:hover {
	color: #000;
	background-color:#fff;
	text-decoration: none;
	border: 1px solid #000;
}



/*--------------------------------
 page_ttl_img
--------------------------------*/

.page_ttl_img {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center bottom;
}

#theme.theme01 .page_ttl_img {
	background-image: url(../img/theme/01/bg_main_pic.png);
}

#theme.theme02 .page_ttl_img {
	background-image: url(../img/theme/02/bg_main_pic.png);
}

.page_ttl_img .innerContainer {
	position: relative;
	padding: 0 20px;
}

.page_ttl_img .ttl_icon {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.page_ttl_img .ttl_copy {
	position: relative;
	top: -35px;
	z-index: 1005;
	width: 100%;
	box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	padding: 45px 20px 20px;
	text-align: center;
}

.page_ttl_img .ttl_copy br {
	display: none;
}

.page_ttl_img .ttl_copy .ttl{
	font-size: 1.8rem;
}

.page_ttl_img .ttl_copy hr{
	width: 30px;
	height: 2px;
	background-color: #07aee5;
	display: block;
	margin: 20px auto;
	border: none;
}

.page_ttl_img .ttl_copy span.txt {
	font-size: 1.4rem;
}

.cap {
	padding-top: 5px;
	padding-right: 5px;
	font-size: 1.2rem;
}



/*--------------------------------
 t_wrap_txt
--------------------------------*/

.t_wrap_txt {
}

.t_wrap_txt .innerContainer {
	padding: 30px 10px;
}

.t_wrap_txt .innerContainer h3 {
	font-size: 1.6rem;
	color: #07aee5;
	padding-bottom: 10px;
}

.t_wrap_txt .innerContainer p {
	font-size: 1.4rem;
	line-height: 2.0em;
}

.t_wrap_txt .innerContainer p:not(:last-of-type) {
    margin-bottom: 30px;
}

.t_wrap_txt .innerContainer .info {
	margin-bottom: 30px;
}

.t_wrap_txt .innerContainer .info h3 {
}

.t_wrap_txt .innerContainer .info h3 .mincho {
	font-size: 1.8rem;
	color: #07aee5;
}

.t_wrap_txt .innerContainer .info h3 .rub {
	display: block;
	font-size: 1.2rem;
	color: #000;
	font-weight: normal;
}

.t_wrap_txt .innerContainer .info p {
	margin-bottom: 10px;
}

.t_wrap_txt .innerContainer .info p.border {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
}


/*--------------------------------
 t_wrap_two
--------------------------------*/

.t_wrap_two {
}

.t_wrap_two .innerContainer {
	width: 100%;
	padding: 20px 0 0;
}

.t_wrap_two .innerContainer .tbl {
	width: 100%;
}

.t_wrap_two .innerContainer .col {
	margin-bottom: 20px;
}

.t_wrap_two .innerContainer .col .imgFit .cap {
	padding: 0 10px;
}

.t_wrap_two .innerContainer .col .info {
	padding: 10px;
}

.t_wrap_two .innerContainer .col .info h3 {
	margin-bottom: 15px;
}

.t_wrap_two .innerContainer .col .info h3 span.mincho {
	font-size: 1.8rem;
	color: #07aee5;
}

.t_wrap_two .innerContainer .col .info h3 span.rub {
	display: block;
	font-size: 1.2rem;
	color: #000;
	font-weight: normal;
}

.t_wrap_two .innerContainer .col .info h3 span.r{
	display: inline-block;
	background-color:#c30e23;
	color: #fff;
	margin-left: 10px;
	padding: 2px 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size: 1.4rem;
}

.t_wrap_two .innerContainer .col .info p {
	margin-bottom: 15px;
}

.t_wrap_two .innerContainer .col .info p.border {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
}



/*--------------------------------
 localMenu
--------------------------------*/
#localMenu {
	position: fixed;
	top: -60px;
	width: 100%;
	transition: top 0.2s linear;
	z-index: 2000;
	background-color: #07aee5;
}

#localMenu.is-active {
	top: 0;
}

#localMenu ul {
	width: 100%;
	padding: 5px 0;
}

#localMenu li {
	width: 90%;
	height: 50px;
	margin: 0 auto;
}

#localMenu .is-current {
	display: none;
}

#localMenu a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 5px 0 27px;
	border: 1px solid #fff;
	border-radius: 3px;
	overflow: hidden;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background-color: #07aee5;
}

#localMenu a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	content: '';
	overflow: hidden;
}

#localMenu li:first-child a::after {
	background: url(../img/theme/bg_theme_menu_1_sp.png) left top no-repeat;
	background-size: 12px 27px;
}

#localMenu li:last-child a::after {
	background: url(../img/theme/bg_theme_menu_2_sp.png) left top no-repeat;
	background-size: 12px 27px;
}
