@charset "utf-8";
/*=============================================================
 
=============================================================*/

.txt_red {
	color: red;
}


.imgBox{
	max-width: 750px;
	margin: 0 auto;
}
.imp_issue{
	width: 100%;
	height: auto;
	position: relative;
	margin: 25px 0 35px;
}

ul.link_list01 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 76%;
	transform: translateX(-76%);
	height: 100%;
}

ul.link_list01 li {
	margin-bottom: 1.6%;
	position: absolute;
	height: auto;
}

ul.link_list01 li:first-child {
	width: 16.3%;
	top: 35%;
	left: 32%;
}

ul.link_list01 li:nth-child(2) {
	width: 12.8%;
	top: 35%;
	left: 52%;
}

ul.link_list01 li:nth-child(3) {
	width: 14.3%;
	top: 49.6%;
	left: 26%;
}

ul.link_list01 li:nth-child(4) {
	width: 19.4%;
	top: 49.6%;
	left: 57%;
}

ul.link_list01 li:nth-child(5) {
	width: 19%;
	top: 63%;
	left: 40.3%;
}

ul.link_list01 li a {
	display: block;
}

ul.link_list01 li a:hover {
	opacity: 0.7;
}

ul.link_list01 li img {
	width: 100%;
}
.plan_h4{
	background: #ea5532;
	padding: 4px 25px 2px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}
.plan_sec_text{
	color:#ea5532;
	font-size: 150%;
	margin:0 0 20px 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
	
	
}

/*===========================================
link_list02
===========================================*/

.link_list02 ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.link_list02 ul > * {
    flex-basis: 20%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 0 0.5em;
    font-size: 1.6rem;
}
@media only screen and (max-width:767px){
.link_list02 ul > * {
    flex-basis: calc(100% / 3 - 1em);
    font-size: 1.2rem;
}
}
.link_list02 ul li {
    position: relative;
}

.link_list02 a {
    display: block;
    text-decoration: none;
}
.link_list02 a:visited {
    color: #333;
}
.link_list02 a:hover {
    text-decoration:underline;
  opacity: 0.7;
}
.link_list02 img {
    width: 101px;
    margin: 0 auto 1em auto;
}
@media only screen and (max-width:767px){
  .link_list02 img {
    width: 100%;
}
}


.link_list02 p {
    padding-left: 20px;
    text-align: left;
  position: relative;
}

.link_list02 li p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left:0;
    margin: auto;
	  transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #e30934;
    border-right: 2px solid #e30934;
}

@media only screen and (max-width:767px){
	.link_list02 ul {
    	width: 100%;
    	flex-wrap: wrap;
	}
	.link_list02 li a:before {
		top:117px;
	}
	
}
.list_border{
  border: 1px solid #ccc;
  padding: 0 1em 0;
  margin: 2em 0;
}
@media only screen and (max-width:767px){
  .list_border{
  padding: 0 1em 1em;
}
}
.mod_itemList_2_1 .mod_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  margin: 2em 0 0;
}
.mod_itemList_2_1 .mod_flex p {
  text-align: center;
  margin: 1em 0 0 0
}
.mod_itemList_2_1 .mod_flex > .w30 {
  flex-basis: 27%;
  margin-right: 5%;
}
.mod_itemList_2_1 .mod_flex > .w70 {
  flex-basis: 68%;
}
@media only screen and (max-width:767px){
  .mod_itemList_2_1 .mod_flex > .w30 {
  flex-basis: 29%;
  margin-right: 5%;
}
.mod_itemList_2_1 .mod_flex > .w70 {
  flex-basis: 66%;
}
}
.mod_itemList_2_1 .mod_flex > *:nth-of-type(2n) {
    margin-right: 0;
}