﻿.title {
/*
	background-image: url("../img_240917/title_sp.jpg");
    background-size: cover;
	background-position: center center;
    height: 150px;
	width: 100%;
*/
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

nav {
	margin: 0 10px;
}

.maindesign .title_inner {
	font-size: 8vw;
}

#main .pList.spWidth a .pListImg{
	width: 50%;
	margin-right: 4%;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	align-items: center;
}

.cptr th{
    /*font-weight: normal;*/
    font-style: normal;
    /*text-align: center;*/
    vertical-align: middle;
    border-color: #bbb;
    background: #A6D2FF;
    /*color: #FFFFFF;*/
}

.tips {
	/* margin-top: 15px; */
	border: solid 2px #1D2B6A;
	padding: 15px;
}

#main .tips>h2 {
	background-color:#FFF !important;
	font-weight: bold;
    font-size: 1.6em!important;
    color: #E60013 !important;
	background-image: none !important;
	border: none !important;
	padding:0 !important;	
}

.inner_inbox {
line-height:1.5;
font-weight:bold;
}

.listHeading1 {
	font-size: 1.2em;
	font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	color: #333;
	font-weight: bold;

}
.btn1{
  /*background-image:url(../img/mainh4.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 15px 15px;
  text-align: left;
  color: #333;
  margin-top:10px;
  border:solid 3px #333;
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  width:100%;
  max-width: 400px;
  border-radius: 10px;
}

.btn1:hover { opacity: 0.5;}

.btn1 a{
color:#333;
text-decoration:none
}

#main .pList.spCenter li a{
	/*text-align: center;*/
	flex-direction: column;
/*flex-direction: row-reverse;*/
}

.box2 {
    background: #FFF;
    margin: 10px 0 15px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    padding-bottom: 10px;
}

.lh15 {
    line-height: 1.5;
    padding-bottom: 12px;
}

.pd10 {
    padding: 10px;
}

.linksTxt_title {
    margin: 10px 5px 8px;
	height: 30px;
}

.linksTxt {
    margin: 10px 5px 8px;
}

.linksTxt p {
    margin-bottom: 0.4em;
}

.oneColumn{
	margin-top: 20px;
}

.linksImgdiy{
	padding-top: 15px;
}

.linksImgdiy_wall{
	max-width: 800px;
    margin-left: 0px;
}

.maindesign .tab-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .tab-menu-nav li {
    width: calc(50% - 0.4rem);
    margin-bottom: 1.25em;
    font-size: 0.85rem;
}

.maindesign .also{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 50px;
}
.maindesign .also .also--block{
	display: block;
	width: 100%;
	background-color: #ccc;
	color: #333;
	margin-top: 20px;
	text-decoration: none;
}
.maindesign .also .also--block:first-child{
	margin-top: 0;
}
.maindesign .also .also--block .text-area{
	padding: 10px;
}
.maindesign .also .also--block .feature-name{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.maindesign .also .also--block p{
	font-size: 1.0em;
	line-height: 1.4;
}


/*  240917更新  */
#main .recommend{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recommend--block{
	width: 100%;
	position: relative;
	padding-bottom: 3.5em;
	margin-top: 30px;
}
#main .recommend--block:first-child{
	margin-top: 0;
}
#main .recommend--block__images{
	margin-bottom: 10px;
}
#main .recommend--block__text--name{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
#main .recommend--block__text--desc{
	font-size: 0.9em;
	margin-bottom: 10px;
}
#main .recommend--block__text--list li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#main .recommend--block__text--list li:last-child{
	margin-bottom: 0;
}
#main .recommend--block__text--ireko li{
	text-indent: -3.0em;
	padding-left: 3.0em;
	font-size: 1.0em;
}
#main .recommend--block .menu-btn-list{
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 0;
}
#main .recommend--block .menu-btn-list.col-1 li{
	width: 100%;
}


/*  240917 end  */