@charset "shift_jis";

/* =========================================================
	dpabout
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

@media screen and (max-width: 759.9px) {
/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


.footBtm {display: block !important;}
}
@media screen and (min-width: 760px),print {
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 8px;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
}

main {
    margin-bottom: 20px;
    display: block;
    color: #172D80;
    font-family: 'Noto Sans JP', sans-serif;
}
.ImCmpBanner {
	display: none;
}
.mainVisual {
	max-width: 1768px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.mainVisual > img {
	vertical-align: top;
	width: 100%;
}
.mainVisual .infoInner {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 0;
}
.mainVisual h1 {
	padding-top: 12px;
	margin-bottom: 34px;
}
.mainVisual h1 img {
	max-width: 41.5%;
}
.mainVisual .top_txt img {
	max-width: 39.5%;
}
.mainBox {
	margin: 0 auto -10px;
	max-width: 1768px;
    padding: 14px 0 200px;
    background: url("../images/bg01.png") repeat center top;
    background-size: 14px auto; 
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
.mainBox a {
    transition: 0.5s;
    text-decoration: none !important;
}
.mainBox .content {
	width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 760px),print {
.mainBox .content {
	max-width:951px;
	min-width:760px;
}
}

.mainBox .notesBox {
    margin-bottom: 23px;
    padding: 4px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 2px solid #FF0000;
}
.mainBox .notesBox .notes_span {
    margin-right: 15px;
    color: #FF0000;
    font-size: 18px;
    font-weight: 900;
}
.mainBox .notesBox a {
    color: #3FA8F4 !important;
    text-decoration: underline !important;
}
.mainBox .h2_ttl {
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.mainBox .tab_list {
    margin: 0;
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.mainBox .tab_list li {
	margin: 0 1% 5%;
    width: 23%;
}
.mainBox .tab_list li:nth-child(4n) {
    margin-right: 0;
}
.mainBox .tab_list li a {
    display: flex;
    height: 118px;
    position: relative;
    padding-bottom: 14px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #172D80;
    box-sizing: border-box;
}
.mainBox .tab_list li a:before {
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 15px;
    height: 3px;
    background: #EEDA00;
    content: "";
    z-index: 3;
}
.mainBox .tab_list li .infoTxt {
    color: #172D80;
    display: flex;
    height: 104px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.mainBox .tab_list li .small {
	margin-bottom: -4px;
    font-size: 16px;
}
.mainBox .tab_list li .small01 {
	margin-bottom: 3px;
}
.mainBox .tab_list li.on a {
    background: #172D80;
}
.mainBox .tab_list li.on .infoTxt {
    color: #FFF;
}
.mainBox .h3_ttl {
    padding-top: 36px;
    width: 455px;
    height: 160px;
    font-weight: 700;
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin: 0 auto 45px;
    text-align: center;
    font-size: 40px;
    box-sizing: border-box;
    background: url("../images/bg02.png") no-repeat center top;
    background-size: 100% 100%; 
    letter-spacing: 0.075em;
}
.mainBox .h3_ttl .top_span {
    margin-bottom: 2px;
    display: block;
    font-size: 24px;
}
.mainBox .whiteBox {
    background: #fff;
    border-radius: 10px;
}
.mainBox .whiteBox .info_white {
    padding: 45px 45px 0;
}
.com_point {
    margin-bottom: 45px;
    padding: 16px 10px;
    position: relative;
    text-align: center;
    border: 3px solid #172D80;
    border-radius: 10px;
}
.com_point:before {
	margin-left: -5px;
	position: absolute;

	left: 50%;
	bottom: -44px;
	width: 48px;
	height: 44px;
	background: url("../images/ic03.jpg") no-repeat left top;
	background-size: 47px auto;
	content: "";
}
.com_point02 {
    padding: 40px 0;
    margin-bottom: 110px;
}
.com_point .point {
    position: absolute;
    left: 14px;
    top: -27px;
	padding-top: 10px;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e70014;
	box-sizing: border-box;
}
.com_point .info_txt {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: inline;
    line-height: 1.5;
    background: url("../images/ln03.png") repeat-x left bottom;
    background-size: auto 10px; 
}
.com_point .info_txt .small {
    font-size: 21px;
	font-weight: 700;
	display: inline-block;
}
.mainBox .whiteBox {
    margin-bottom: 87px;
}
.mainBox .whiteBox .list_ul {
    margin: 0 10px 36px;
    display: flex;
    justify-content: space-between;
}
.mainBox .whiteBox .list_ul li {
    width: 396px;
    height: 396px;
    position: relative;
    border-radius: 50%;
    background: #F1F1F1;
    box-sizing: border-box;
}
.mainBox .whiteBox .list_ul li span {
    display: block;
    text-align: center;
}
.mainBox .whiteBox .list_ul li .top_img {
    padding-top: 50px;
    margin-bottom: 38px;
}
.mainBox .whiteBox .list_ul li .txt_span {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
}
.mainBox .whiteBox .list_ul li .pho {
    position: absolute;
    left: -30px;
    top: 26px;
}
.mainBox .whiteBox .list_ul li .pho01 {
    position: absolute;
    left: auto;
    right: -36px;
    top: auto;
    bottom: 10px;
}
.mainBox .whiteBox .list_ul li .top_img01 {
    padding-top: 68px;
    margin-bottom: 26px;
}
.mainBox .whiteBox .txt_p01 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.mainBox .whiteBox .txt_p01 .small {
    margin-bottom: 6px;
    font-size: 19px;
    display: block;
    font-weight: 700;
}
.mainBox .whiteBox .txt_p01 .line_span {
    display: inline-block;
    background: url("../images/ln03.png") repeat-x left bottom;
    background-size: auto 10px; 
}
.mainBox .blueBox {
    padding: 30px 100px 27px;
    color: #fff;
    background: #172D80;
}
.mainBox .blueBox .title {
    margin-bottom: 18px;
    text-align: center;
}
.mainBox .blueBox .title .info {
    padding: 0 44px;
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: url("../images/ln04.png") no-repeat left center,url("../images/ln05.png") no-repeat right center;
    background-size: 29px auto,29px auto; 
}
.mainBox .blueBox .title .info .font {
    font-size: 33px;
}
.mainBox .blueBox .txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.mainBox .blueBox .txt .color {
    color: #EEDA00;
	font-size: 22px;
	font-weight: 900;
}
.mainBox .subInner {
    display: flex;
    justify-content: space-between;
    background: rgba(23,45,128,0.1);
}
.mainBox .subInner .l_box {
    padding: 0 0 12px 30px;
    width: 402px;
    background: url("../images/bg03.png") no-repeat right top;
	background-size: cover;
    box-sizing: border-box;
}
.mainBox .subInner .l_box .phone_box {
    padding-top: 24px;
    width: 91px;
    float: left;
}
.mainBox .subInner .l_box .phone_box img {
    width: 100%;
}
.mainBox .subInner .l_box .txt_sec {
    padding-top: 10px;
    float: right;
    width: 265px;
}
.mainBox .subInner .l_box .top {
    margin: 0 0 5px -10px;
}
.mainBox .subInner .l_box .top .info {
    padding: 0 25px 6px;
    display: inline-block;
    font-size: 31px;
    font-weight: 900;
    background: url("../images/ln02.png") no-repeat left center,url("../images/ln01.png") no-repeat right center;
    background-size: 25px auto; 
    letter-spacing: 0.05em;
}
.mainBox .subInner .l_box .txt01 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.mainBox .subInner .l_box .txt02 {
    margin: 0 0 -4px -5px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.mainBox .subInner .l_box .txt03 {
	margin-left: -52px;
    position: relative;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
	letter-spacing: -0.07em;
}
.mainBox .subInner .l_box .txt03 .top_span {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}
.mainBox .subInner .r_box {
    width: 522px;
    position: relative;
}
.mainBox .subInner .r_box .txt_box {
    padding-top: 14px;
    width: 420px;
}
.mainBox .subInner .r_box .txt_box .ttl {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.mainBox .subInner .r_box .txt_box .ttl .font {
    font-size: 24px;
    font-weight: 900;
}
.mainBox .subInner .r_box .txt_box .ttl .font01 {
    background: url("../images/ln03.png") repeat-x left bottom;
    background-size: auto 6px;
}
.mainBox .subInner .r_box .link_txt {
	padding-top: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #FF1D25;
    line-height: 1.4;
}
.mainBox .subInner .r_box .link_txt a {
    color: #FF1D25 !important;
    text-decoration: underline !important;
}
.mainBox .subInner .r_box .pho_box {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.com_list {
    margin: 0 0 80px -7px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.com_list li {
    margin-right: 27px;
    width: 270px;
}
.com_list li:nth-child(3n) {
    margin-right: 0;
}
.com_list li .subBox {
    position: relative;
    width: 275px;
    height: 275px;
    box-sizing: border-box;
    text-align: center;
    background: #F1F1F1;
    border-radius: 50%;
}
.com_list li .subBox .ttl {
    position: absolute;
    left: 12px;
    top: -30px;
    width: 84px;
    height: 84px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    background: #EEDA00;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    box-sizing: border-box;
	z-index: 2;
}
.com_list li .subBox .txt_p {
	position: relative;
    padding-top: 65px;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
	z-index: 2;
}
.com_list li .subBox .txt_p01 {
    padding-top: 50px;
}
.com_list li .pho {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.com_list li .pho02 {
    bottom: -18px;
}
.com_list li .pho03 {
    bottom: -44px;
}
.mainBox .point_list {
	margin-top: -86px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainBox .point_list li {
    margin-top: 86px;
    padding: 40px;
    width: 455px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
}
.mainBox .point_list li .com_point {
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.mainBox .point_list li .com_point:before {
	left: auto;
	bottom: -37px;
	right: 60px;
	width: 50px;
	height: 37px;
	background-image: url("../images/ic04.jpg");
	background-size: 50px auto; 
}
.mainBox .point_list li .com_point01 {
    padding: 16px 6px 16px 67px;
}
.mainBox .point_list li .com_point02 {
	margin-bottom: 45px;
    padding: 16px 6px 16px 0;
    text-align: right;
}
.mainBox .point_list li .com_point .txt_p01 .btm {
	display: block;
}
.mainBox .point_list li .com_point .info_txt {
	font-size: 28px;
}
.mainBox .point_list li .imgBox img {
    width: 100%;
}
.mainBox .point_list li .imgBox01 {
	margin-bottom: 30px;
}
.mainBox .point_list li .imgBox02 {
	margin-bottom: -10px;
}
.mainBox .point_list li .top_txt {
	margin: 0 -10px 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}
.mainBox .point_list li .top_txt01 {
	line-height: 2;
}
.mainBox .point_list li .top_txt02 {
	margin-left: 35px;
}
.mainBox .point_list li .top_txt .line {
	display: inline;
    background: url("../images/ln03.png") repeat-x left bottom;
    background-size: auto 6px;
}
.mainBox .point_list li .top_txt .font01 {
    font-size: 23px;
}
.mainBox .point_list li .top_txt .font02 {
    font-size: 20px;
}
.mainBox .point_list li .top_txt .btm {
	display: block;
	padding-top: 8px;
}
.mainBox .point_list li .small_notes {
    margin: 10px -5px 0 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
	line-height: 1.5;
    font-weight: 500;
    color: #000; 
}
.mainBox .point_list li .small_notes01 {
	margin-left: 38px;
}
.mainBox .point_list li .noLine {
    background: none;
}
.mainBox .point_list li .com_point .line {
	display: block;
    background: url("../images/ln03.png") repeat-x left bottom 5px;
    background-size: auto 9px;
}
.mainBox .point_list li .line01 {
	margin-top: 10px;
}
.mainBox .point_list li .small_notes a {
    color: #0088D2 !important;
	font-weight: 700;
    text-decoration: underline !important;
}
@media screen and (min-width: 760px),print {
.sp {
	display: none !important;
}
.mainBox .notesBox a:hover {
	opacity: 0.7;
}
.mainBox .subInner .r_box .link_txt a:hover {
	opacity: 0.7;
}
.mainBox .tab_list li a:hover {
	background: #172D80;
}
.mainBox .tab_list li a:hover .infoTxt {
	color: #FFF;
}
.mainBox .point_list li a:hover {
	opacity: 0.7;
}
}
@media screen and (max-width: 759.9px) {
.pc {
	display: none !important;
}
}
@media screen and (max-width: 759.9px) {
.mainVisual {
	max-width: inherit;
}
.mainVisual h1 {
	padding: 0;
	margin-bottom: 12px;
}
.mainVisual h1 img {
	width: 58%;
	max-width: inherit;
}
.mainVisual .top_txt {
	padding-bottom: 10px;
}
.mainVisual .top_txt img {
	width: 59%;
	max-width: inherit;
}
.mainBox {
	max-width: inherit;
	overflow: hidden;
	padding: 14px 0 150px;
	background: url("../images/sp_bg03.png") repeat center top;
	background-size: 3px auto; 
}
.mainBox .content {
	width: auto;
}
.mainBox .notesBox {
	margin: 0 10px 16px;
	padding: 4px 10px;
	font-size: 10.5px;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #FF0000;
}
.mainBox .notesBox .notes_span {
	margin-right: 8px;
	font-size: 10.5px;
}
.mainBox .h2_ttl {
	margin-bottom: 6px;
	font-size: 17.5px;
}
.mainBox .tab_list {
	margin: 0 15px 13px;
	justify-content: space-between;
}
.mainBox .tab_list li {
	margin: 0 0 10px;
	width: 48%;
}
.mainBox .tab_list li:nth-child(4n) {
	margin-right: 0;
}
.mainBox .tab_list li a {
	height: 70px;
	padding-bottom: 10px;
	border-radius: 7px;
}
.mainBox .tab_list li a:before {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 9px;
	height: 2px;
	background: #EEDA00;
	content: "";
	z-index: 3;
}
.mainBox .tab_list li .infoTxt {
	height: 100%;
	font-size: 15px;
	line-height: 1.4;
}
.mainBox .tab_list li .small {
	font-size: 10.5px;
	margin-bottom: -2px;
}
.mainBox .tab_list li:first-child a {
	padding-top: 8px;
}
.mainBox .tab_list li:nth-child(2) .infoTxt {
	line-height: 1.2;
}
.mainBox .tab_list li:nth-child(2) .small {
	margin-bottom: 2px;
}
.mainBox .h3_ttl {
	padding-top: 22px;
	width: 250px;
	height: 89px;
	margin: 0 auto 25px;
	font-size: 22px;
	background: url("../images/sp_bg01.png") no-repeat center top;
	background-size: 100% 100%; 
}
.mainBox .h3_ttl .top_span {
	margin-bottom: 2px;
	font-size: 13px;
}
.mainBox .whiteBox {
	border-radius: 0;
}
.mainBox .whiteBox .info_white {
	padding: 25px 10px 0;
}
.com_point {
	margin-bottom: 45px;
	padding: 0 10px 9px;
	border: 2px solid #172D80;
	border-radius: 8px;
}
.com_point:before {
	margin-left: -2px;
	bottom: -22px;
	width: 22px;
	height: 22px;
	background: url("../images/sp_ic01.jpg") no-repeat left top;
	background-size: 22px auto;
}
.com_point02 {
	padding: 10px 10px 18px;
	margin-bottom: 50px;
}
.com_point .point {
	position: absolute;
	left: 10px;
	top: -15px;
	font-size: 15px;
	width: 54px;
	height: 54px;
}
.com_point .info_txt {
	font-size: 19.5px;
	background: url("../images/ln03.png") repeat-x left bottom 3px;
	background-size: auto 5px; 
}
.com_point .info_txt .small {
	font-size: 12.5px;
}
.com_point .info_txt .spSmall {
	display: inline
}
.com_point .info_txt .sp_txt01 {
	display: block;
}
.mainBox .whiteBox {
	margin-bottom: 0;
	padding-bottom: 42px;
}
.mainBox .whiteBox .list_ul {
	margin: 0 10px 36px;
	display: block;
}
.mainBox .whiteBox .list_ul li {
	margin: 0 auto 10px;
	width: 236px;
	height: 236px;
}
.mainBox .whiteBox .list_ul li .top_img {
	padding-top: 30px;
	margin-bottom: 18px;
}
.mainBox .whiteBox .list_ul li .txt_span {
	font-size: 11.5px;
}
.mainBox .whiteBox .list_ul li .pho {
	position: absolute;
	left: -34px;
	top: 0;
}
.mainBox .whiteBox .list_ul li .pho01 {
	left: auto;
	right: -40px;
	top: auto;
	bottom: 0;
}
.mainBox .whiteBox .list_ul li .top_img01 {
	padding-top: 46px;
	margin-bottom: 12px;
}
.mainBox .whiteBox .txt_p01 {
	margin-bottom: 18px;
	font-size: 15px;
}
.mainBox .whiteBox .txt_p01 .small {
	margin-bottom: 1px;
	font-size: 11.5px;
}
.mainBox .whiteBox .txt_p01 .line_span {
	display: inline;
	line-height: 1.7;
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 5px; 
}
.mainBox .blueBox {
	margin: 0 10px;
	padding: 17px 10px 15px;
}
.mainBox .blueBox .title {
	margin-bottom: 8px;
}
.mainBox .blueBox .title .info {
	padding: 0 30px 2px;
	font-size: 22.5px;
}
.mainBox .blueBox .title .info .font {
	font-size: 20px;
}
.mainBox .blueBox .txt {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
.mainBox .blueBox .txt .color {
	font-size: 13.5px;
}
.mainBox .subInner {
	margin: 0 10px;
	display: block;
}
.mainBox .subInner .l_box {
	padding: 0 11px 13px;
	width: 100%;
	background-image: url("../images/sp_bg02.png");
	background-position: right center;
	box-sizing: border-box;
	overflow: hidden;
}
.mainBox .subInner .l_box .phone_box {
	padding-top: 14px;
	width: 54px;
}
.mainBox .subInner .l_box .phone_box img {
	width: 100%;
}
.mainBox .subInner .l_box .txt_sec {
	padding-top: 20px;
	width: calc(100% - 60px);
}
.mainBox .subInner .l_box .top {
	margin: 0 0 8px 4px;
}
.mainBox .subInner .l_box .top .info {
	font-size: 19.5px;
}
.mainBox .subInner .l_box .txt01 {
	margin-bottom: 4px;
	font-size: 15px;
}
.mainBox .subInner .l_box .txt02 {
	margin: 0 0 0 -4px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.mainBox .subInner .l_box .txt02 .sp_txt02 {
	display: inline;
	font-size: 14px;
	margin-left: -4px;
	letter-spacing: -0.02em;
}
.mainBox .subInner .l_box .sp_txt03 {
	font-size: 11.5px;
	font-weight: 700;
	margin-left: 27px;
}
.mainBox .subInner .r_box {
	width: auto;
	margin: 0 0 0 10px;
}
.mainBox .subInner .r_box .txt_box {
	padding: 16px 60px 20px 0;
	width: auto;
}
.mainBox .subInner .r_box .txt_box .ttl {
	margin-bottom: 3px;
	font-size: 11.5px;
}
.mainBox .subInner .r_box .txt_box .ttl .font {
	font-size: 14.5px;
}
.mainBox .subInner .r_box .txt_box .ttl .font01 {
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 5px;
}
.mainBox .subInner .r_box .link_txt {
	font-size: 11px;
	margin-top: -6px;
	line-height: 1.6;
}
.mainBox .subInner .r_box .pho_box {
	right: 20px;
	bottom: 20px;
}
.com_list {
	margin-bottom: 43px;
	display: flex;
	justify-content: center;
}
.com_list li {
	margin: 0 5px 43px;
	width: auto;
}
.com_list li:last-child {
	margin-bottom: 0;
}
.com_list li:nth-child(3n) {
	margin-right: 0;
}
.com_list li .subBox {
	width: 170px;
	height: 170px;
}
.com_list li .subBox .ttl {
	left: 10px;
	top: -20px;
	width: 52px;
	height: 52px;
	font-size: 8px;
}
.com_list li .subBox .txt_p {
	padding-top: 39px;
	font-size: 11.5px;
}
.com_list li .subBox .txt_p01 {
	padding-top: 27px;
}
.com_list li .pho {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.com_list li .pho02 {
	bottom: -9px;
}
.com_list li .pho03 {
	bottom: -20px;
}
.mainBox .point_list {
	margin: 0 auto;
	display: block;
	padding: 25px 9px;
	background: #fff;
}
.mainBox .point_list li {
	margin: 0 0 56px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0;
}
.mainBox .point_list li .txt_p01 .info_txt {
	line-height: 1.3;
}
.mainBox .point_list li .com_point:before {
	margin-left: -2px;
	left: 50%;
	bottom: -22px;
	right: auto;
	width: 23px;
	height: 22px;
	background-image: url("../images/sp_ic02.jpg");
	background-size: 23px auto; 
}
.mainBox .point_list li .com_point {
	height: 92px;
	margin-bottom: 32px;
}
.mainBox .point_list li .com_point01 {
	padding: 0 10px 9px;
}
.mainBox .point_list li .com_point02 {
	padding: 0 10px 9px;
	text-align: center;
}
.mainBox .point_list li .com_point .info_txt {
	font-size: 20px;
}
.mainBox .point_list li .imgBox {
	margin-bottom: 12px;
}
.mainBox .point_list li .imgBox02 {
	margin-bottom: 16px;
}
.mainBox .point_list li .imgBox img {
	display: block;
	width: 61.6%;
	margin: 0 auto;
	max-width: 100%;
}
.mainBox .point_list li .top_txt {
	font-size: 11px;
	line-height: 1.6;
}
.mainBox .point_list li .top_txt .line {
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 6px;
}
.mainBox .point_list li .top_txt .font01 {
	font-size: 13.3px;
}
.mainBox .point_list li .top_txt .font02 {
	font-size: 12px;
}
.mainBox .point_list li .small_notes {
	margin: 14px 0 0;
	font-size: 11px;
}
.mainBox .point_list li .top_txt .spLine01 {
	background: none;
}
.mainBox .point_list li .top_txt .spLine02 {
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 6px;
}
.mainBox .point_list li .noLine {
	background: none;
}
.mainBox .point_list li .noLine .line {
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 6px;
}
.mainBox .point_list li .line01 {
	margin-top: -5px;
	display: inline-block !important;
}
.mainBox .point_list li .top_txt .btm {
	display: inline-block;
}
.mainBox .point_list li .top_txt .btm01 {
	display: inline;
}
.mainBox .point_list li .top_txt {
	margin: 0;
}
.mainBox .point_list li .top_txt01 {
	text-align: center;
}
.mainBox .point_list li .top_txt02 {
	margin-left: 70px;
}
.mainBox .point_list li .small_notes01 {
	margin: 0 40px 0 70px;
	padding-top: 10px;
}
.mainBox .point_list li .top_txt .spFont01 {
	font-size: 14.5px;
}
.ImCmpApp {
	display: none;
}

}
@media screen and (max-width: 374px) {
.mainBox .subInner .l_box .txt02 {
	font-size: 21px;
	letter-spacing: 0;
}
.mainBox .subInner .l_box .txt02 .sp_txt02 {
	font-size: 12px;
}
.mainBox .subInner .l_box .sp_txt03 {
	margin-left: 17px;
}
.mainBox .point_list li .com_point01 {
	padding-left: 60px;
}
}
.fixedBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 49;
}
.fixedBox .link_btn {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
}
.fixedBox .link_btn a {
	width: 100%;
	max-width:750px;
	margin: auto;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEDA00;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0,0,0,0.6);
}
.fixedBox .link_btn .info {
	padding-bottom: 10px;
	display: inline-block;
	color: #172D80;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 3px solid #172D80;
}
@media screen and (min-width: 760px),print {
.fixedBox .link_btn a:hover {
	background: #F7EC80;
}
}
@media screen and (max-width: 759.9px) {
.fixedBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 49;
}
.fixedBox .link_btn {
	width: auto;
	padding: 10px;
	margin: 0 auto;
}
.fixedBox .link_btn a {
	width: 100%;
	height: 70px;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.fixedBox .link_btn .info {
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 2px solid #172D80;
}
#pagetop_sp {
	right: 10px;
	bottom: 82px;
}
#pagetop_sp img {
	width: 31px;
	height: auto;
}
}

/* =========================================================
	support
========================================================= */
.mainBox .support .h3_ttl {
	margin-bottom: 20px;
}
.mainBox .support .h3_ttl .en_txt {
	width: auto;
	position: relative;
	display: inline-block;
}
.mainBox .support .h3_ttl .en_txt .sml_txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -13px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}
.mainBox .support .top_box {
	width: 466px;
	margin: 0 auto 51px;
}
.mainBox .support .top_box .sub_box {
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mainBox .support .top_box .sub_box p {
	margin-right: 5px;
	flex: 1;
	font-size: 19px;
	font-weight: 700;
	color: #172D80;
	line-height: 1.64;
	font-feature-settings: "palt";
}
.mainBox .support .top_box .sub_box p .txt_line {
	background: linear-gradient(transparent 70%, #EEDA00 0%);
}
.mainBox .support .top_box .sub_box .sub_img {
	margin: 0 6px 3px;
	width: 111px;
}
.mainBox .support .top_box .sub_box .sub_img img {
	width: 100%;
}
.mainBox .support .top_box .note_list li {
	padding-left: 1em;
	text-indent: -1em;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.68;
}
.mainBox .support .whiteBox {
	padding: 43px 45px;
}
.mainBox .support .case_ttl {
	margin: 0 -5px 24px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.mainBox .support .com_point {
	margin-bottom: 94px;
	line-height: 1.1;
}
.mainBox .support .com_point .big {
	font-weight: 900;
	font-size: 32px;
	color: #172D80;
}
.mainBox .support .com_point .info_txt {
	line-height: 1.1;
	background-position: left bottom 3px;
}
.mainBox .support .com_point .info_txt .small {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
}
.mainBox .support .com_list {
	margin-bottom: 90px;
}
.mainBox .support .com_list li {
	margin-right: 29px;
}
.mainBox .support .com_list li:nth-child(3n) {
	margin-right: 0;
}
.mainBox .support .com_list li .subBox .ttl {
	top: -36px;
	line-height: 1.5;
	z-index: 2;
}
.mainBox .support .com_list li .subBox .txt_p {
	padding-top: 47px;
	position: relative;
	z-index: 1;
	line-height: 1.78;
}
.mainBox .support .com_list li .subBox .txt_p02 {
	padding-top: 62px;
	line-height: 1.75;
}
.mainBox .support .com_list li .subBox .txt_p03 {
	padding-top: 58px;
	line-height: 1.75;
}
.mainBox .support .com_list li .pho02 {
	bottom: -27px;
	padding-left: 12px;
	box-sizing: border-box;
}
.mainBox .support .com_list li .pho03 {
	bottom: 16px;
}
.mainBox .support .com_list li .pho04 {
	bottom: -17px;
}
.mainBox .support .com_list li .pho05 {
	bottom: 13px;
}
.mainBox .support .com_list li .pho06 {
	bottom: 9px;
}
.mainBox .support .com_list li .subTxtBox {
	padding: 80px 10px 0;
	display: flex;
	justify-content: space-between;
	background: url("../images/ic05.png") no-repeat center top 30px / 85px auto;
}
.mainBox .support .com_list01 li .subTxtBox {
	background: url("../images/ic12.png") no-repeat center top 30px / 85px auto;
}
.mainBox .support .com_list li .subTxtBox .sub_img {
	margin-right: 8px;
	width: 51px;
}
.mainBox .support .com_list li .subTxtBox .sub_img01 {
	width: 64px;
}
.mainBox .support .com_list li .subTxtBox .sub_img img {
	width: 100%;
}
.mainBox .support .com_list li .subTxtBox p {
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	color: #172D80;
	line-height: 1.35;
}
.mainBox .support .com_list li .subTxtBox p .big {
	font-size: 27px;
	line-height: 1.35;
}
.mainBox .support .com_list li .subTxtBox p .big01 {
	font-size: 26px;
	line-height: 1.35;
}
.mainBox .support .com_list li .subTxtBox p .mid {
	padding-top: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.48;
}
.mainBox .support .com_list.list01 {
	margin-bottom: 60px;
}
.mainBox .support .com_list.list01 li .subTxtBox {
	padding-top: 89px;
	background-position: center top 38px;
}
.mainBox .support .com_list.list01 li .subTxtBox p {
	margin-top: -9px;
	line-height: 1.68;
}
.mainBox .support .service_list {
	margin: 0 auto 93px;
	width: 712px;
}
.mainBox .support .service_list dt {
	padding: 16px 80px 16px 28px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0;
	font-feature-settings: "palt";
	background: #172D80;
	cursor: pointer;
}
.mainBox .support .service_list dt::after {
	width: 25px;
	height: 16px;
	position: absolute;
	right: 45px;
	top: 50%;
	background: url("../images/ic06.png") no-repeat center center / 100% auto;
	transform: translateY(-50%);
	content: "";
}
.mainBox .support .service_list dt.on {
	color: #EEDA00;
	opacity: 0.6;
}
.mainBox .support .service_list dt.on::after {
	width: 25px;
	height: 16px;
	right: 45px;
	background-image: url("../images/ic07.png");
}
.mainBox .support .service_list dd {
	padding: 18px 28px 29px;
	color: #000;
	font-size: 19px;
	line-height: 1.789;
	background: #F1F1F1;
	display: none;
}
.mainBox .support .service_list dd li {
	padding-left: 1em;
	text-indent: -1em;
	font-feature-settings: "palt";
}
.mainBox .support .com_point01 {
	margin-bottom: 86px;
}
.mainBox .support .com_point01:before {
	left: 30.75%;
}
.mainBox .support .img_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mainBox .support .img_box .com_list {
	margin-bottom: 0;
	width: 300px;
}
.mainBox .support .img_box .com_list li .subBox .txt_p {
	padding-top: 60px;
	font-size: 21px;
	line-height: 1.6;
}
.mainBox .support .img_box .com_list li .pho {
	box-sizing: border-box;
	padding-right: 18px;
	bottom: 31px;
}
.mainBox .support .img_box .com_list li .subTxtBox {
	padding: 80px 0 0;
	background-position: center top 33px;
	background-image: url("../images/ic10.png");
	background-size: 87px auto;
}
.mainBox .support .img_box .com_list li .subTxtBox p {
	margin: -5px -30px 0 0;
}
.mainBox .support .img_box .com_list li .subTxtBox p .mid {
	padding-top: 0;
	padding-bottom: 2px;
	vertical-align: bottom;
}
.mainBox .support .img_box .com_list li .note_red {
	margin: 27px -25px 0 0;
	padding-left: 2em;
	text-indent: -2em;
	font-weight: 500;
	font-size: 13px;
	color: #FF0000;
	line-height: 1.7;
	font-feature-settings: "palt";
}
.mainBox .support .img_box .right_box {
	box-sizing: border-box;
	margin-bottom: 3px;
	width: 476px;
}
.mainBox .support .img_box .right_box p {
	margin-bottom: 9px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.mainBox .support .img_box .right_box img {
	max-width: 100%;
}
@media screen and (max-width: 759.9px) {
.mainBox .support .h3_ttl {
	margin-bottom: 12px;
	padding-bottom: 7px;
}
.mainBox .support .h3_ttl .en_txt .sml_txt {
	bottom: -10px;
	font-size: 9px;
}
.mainBox .support .top_box {
	width: 76.5%;
	margin-bottom: 42px;
}
.mainBox .support .top_box .sub_box {
	margin-bottom: 10px;
}
.mainBox .support .top_box .sub_box p {
	margin-right: 0;
	font-size: 12px;
	line-height: 1.6;
}
.mainBox .support .top_box .sub_box .sub_img {
	margin: 0 -2px 1px 8px;
	width: 67px;
}
.mainBox .support .top_box .note_list li {
	font-size: 11px;
	line-height: 1.68;
}
.mainBox .support .whiteBox {
	padding: 45px 9px;
}
.mainBox .support .case_ttl {
	margin: 0 0 12px;
	font-size: 14px;
}
.mainBox .support .com_point {
	margin-bottom: 66px;
	padding: 7px 10px 12px;
	line-height: 1;
	border-radius: 6px;
}
.mainBox .support .com_point .big {
	font-size: 20px;
}
.mainBox .support .com_point .info_txt {
	margin-top: -2px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.33;
	background: none;
}
.mainBox .support .com_point .info_txt .small {
	display: inline;
	font-size: 16px;
	background: linear-gradient(transparent 80%, #EEDA00 0%);
}
.mainBox .support .com_list {
	margin: -65px auto 67px;
	max-width: 360px;
}
.mainBox .support .com_list li {
	margin: 65px 0 0;
	box-sizing: border-box;
	width: 50%;
	max-width: 200px;
	padding: 0 6px;
	text-align: center;
}
.mainBox .support .com_list li:nth-child(3n) {
	margin-right: 0;
}
.mainBox .support .com_list li .subBox {
	width: 100%;
	position: relative;
	background-color: transparent;
	z-index: 1;
	text-align: left;
}
.mainBox .support .com_list li .subBox::after {
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #F1F1F1;
	border-radius: 50%;
	content: "";
	z-index: -1;
}
.mainBox .support .com_list li .subBox .ttl {
	top: -22px;
	left: 6px;
}
.mainBox .support .com_list li .subBox .txt_p {
	padding-top: 28px;
	text-align: center;
}
.mainBox .support .com_list li .subBox .txt_p02 {
	padding-top: 38px;
}
.mainBox .support .com_list li .subBox .txt_p03 {
	padding-top: 36px;
}
.mainBox .support .com_list li .pho {
	text-align: center;
}
.mainBox .support .com_list li .pho img {
	max-width: 100%;
}
.mainBox .support .com_list li .pho02 {
	bottom: -12px;
	padding-left: 0;
}
.mainBox .support .com_list li .pho02 img {
	width: 70%;
	max-width: 117px;
}
.mainBox .support .com_list li .pho03 {
	bottom: 14px;
}
.mainBox .support .com_list li .pho03 img {
	width: 35%;
	max-width: 59px;
}
.mainBox .support .com_list li .pho04 {
	bottom: -7px;
}
.mainBox .support .com_list li .pho04 img {
	width: 22%;
}
.mainBox .support .com_list li .pho05 {
	bottom: 10px;
}
.mainBox .support .com_list li .pho05 img {
	width: 34.5%;
}
.mainBox .support .com_list li .pho06 {
	bottom: 10px;
}
.mainBox .support .com_list li .pho06 img {
	width: 57.5%;
}
.mainBox .support .com_list li .subTxtBox {
	padding: 43px 6px 0;
	display: inline-flex;
	background-size: 52px auto;
	background-position: center top 13px;
}
.mainBox .support .com_list01 li .subTxtBox {
	background-size: 52px auto;
	background-position: center top 13px;
}
.mainBox .support .com_list li .subTxtBox .sub_img {
	margin-right: 4px;
	width: 31px;
}
.mainBox .support .com_list li .subTxtBox .sub_img01 {
	width: 38px;
}
.mainBox .support .com_list li .subTxtBox p {
	margin-top: -3px;
	font-size: 11px;
	line-height: 1.35;
	text-align: left;
}
.mainBox .support .com_list li .subTxtBox p .big {
	font-size: 17px;
	line-height: 1.22;
}
.mainBox .support .com_list li .subTxtBox p .big01 {
	font-size: 17px;
	line-height: 1.3;
}
.mainBox .support .com_list li .subTxtBox p .mid {
	padding-top: 0;
	font-size: 11px;
	line-height: 1.65;
}
.mainBox .support .com_list.list01 {
	margin-bottom: 31px;
}
.mainBox .support .com_list.list01 li .subTxtBox {
	padding-top: 50px;
	background-position: center top 18px;
	background-size: 50px auto;
}
.mainBox .support .com_list.list01 li .subTxtBox p {
	margin-top: -5px;
	line-height: 1.5;
}
.mainBox .support .service_list {
	margin: 0 0 68px;
	width: auto;
}
.mainBox .support .service_list dt {
	padding: 17px 22px 18px 14px;
	font-size: 14px;
}
.mainBox .support .service_list dt::after {
	width: 15px;
	height: 10px;
	right: 10px;
}
.mainBox .support .service_list dt.on::after {
	width: 15px;
	height: 10px;
	right: 10px;
}
.mainBox .support .service_list dd {
	padding: 10px;
	font-size: 12px;
}
.mainBox .support .com_point01 {
	margin-bottom: 68px;
}
.mainBox .support .com_point01:before {
	left: 50%;
}
.mainBox .support .img_box {
	display: block;
}
.mainBox .support .img_box .com_list {
	margin-bottom: 97px;
	width: auto;
}
.mainBox .support .img_box .com_list li .subBox .txt_p {
	padding-top: 35px;
	font-size: 12px;
	line-height: 1.6;
}
.mainBox .support .img_box .com_list li .pho {
	padding-right: 0;
	bottom: 22px;
}
.mainBox .support .img_box .com_list li .pho img {
	width: 61%;
}
.mainBox .support .img_box .com_list li .subTxtBox {
	margin: 0 -15px;
	padding: 43px 0 0;
	background-position: center top 15px;
	background-size: 52px auto;
}
.mainBox .support .img_box .com_list li .subTxtBox p {
	margin: 0 0 0;
}
.mainBox .support .img_box .com_list li .subTxtBox p .mid {
	padding-bottom: 0;
}
.mainBox .support .img_box .com_list li .note_red {
	margin: 22px -45px 0;
	text-align: left;
	font-size: 11px;
}
.mainBox .support .img_box .right_box {
	margin: 0 18px;
	width: auto;
}
.mainBox .support .img_box .right_box p {
	margin-bottom: 12px;
	font-size: 14px;
}
.mainBox .support .img_box .right_box img {
	width: 100%;
}
}
@media screen and (max-width: 359px) {
.mainBox .support .com_list li .subTxtBox {
	padding-left: 0;
	padding-right: 0;
	font-feature-settings: "palt";
}
}

/* =========================================================
	stepBox
========================================================= */
.mainBox .stepBox {
	margin-bottom: 100px;
}
.mainBox .stepBox .h3_ttl {
	margin-bottom: 74px;
}
.mainBox .stepBox .h3_ttl .top_span {
	display: inline-block;
	font-weight: 700;
	font-size: 29px;
}
.mainBox .stepBox .stepList {
	display: flex;
	flex-wrap: wrap;
}
.mainBox .stepBox .stepList li {
	margin-right: 5px;
	width: 131px;
	border: 2px solid #172D80;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
}
.mainBox .stepBox .stepList li:last-of-type {
	margin-right: 0;
}
.mainBox .stepBox .stepList a {
	height: 100%;
	padding: 1px 10px 60px;
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.mainBox .stepBox .stepList .on a {
	background-color: #C5CADF;
}
.mainBox .stepBox .stepList .on a::before {
	width: 25px;
	height: 65px;
	position: absolute;
	right: -26px;
	top: 36px;
	background: url("../images/ic09.png") no-repeat left top / 100% auto;
	content: "";
	z-index: 1;
}
.mainBox .stepBox .stepList .on a .num {
	color: #FFE100;
}
.mainBox .stepBox .stepList li .num {
	margin: -16px auto 12px;
	width: 54px;
	height: 54px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #172D80;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mainBox .stepBox .stepList li .num .txt {
	margin-bottom: -2px;
	display: block;
}
.mainBox .stepBox .stepList li .text {
	margin-bottom: 17px;
	color: #172D80;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.mainBox .stepBox .stepList li .smlText {
	font-size: 20px;
}
.mainBox .stepBox .stepList li .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
}
.mainBox .stepBox .stepList li .photo img {
	height: 92px;
}
.mainBox .stepBox .stepInfo {
	margin: -2px 4px 0 0;
	padding: 18px 25px 19px 18px;
	background-color: #FCF4D6;
	border: 2px solid #172D80;
}
.mainBox .stepBox .subInfo .title {
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: 700;
}
.mainBox .stepBox .subInfo .textList {
	margin: 0 13px 10px;
}
.mainBox .stepBox .subInfo .textList li {
	font-size: 18px;
	line-height: 1.89;
	font-weight: 500;
	position: relative;
}
.mainBox .stepBox .subInfo .textList li a {
	color: #3FA8F4;
	text-decoration: underline !important;
}
.mainBox .stepBox .subInfo .note {
	font-size: 18px;
	line-height: 1.89;
	font-weight: 500;
}
.mainBox .stepBox .subInfo .textList li::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: -11px;
	top: 15px;
	background-color: #172D80;
	content: "";
}
.mainBox .stepBox .subInfo .textList .noIcon:before {
	display: none;
}
.mainBox .stepBox .subInfo .text {
	text-align: right;
}
.mainBox .stepBox .subInfo .text a {
	padding-left: 26px;
	color: #3FA8F4 !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #3FA8F4;
	background: url("../images/ic08.png") no-repeat left top 3px / 14px;
}
@media screen and (min-width: 760px),print {
.mainBox .stepBox .subInfo .text a:hover {
	opacity: 0.7;
}
.mainBox .stepBox .stepList a:hover {
	background-color: #C5CADF;
}
.mainBox .stepBox .stepList a:hover::before {
	width: 25px;
	height: 65px;
	position: absolute;
	right: -26px;
	top: 36px;
	background: url("../images/ic09.png") no-repeat left top / 100% auto;
	content: "";
	z-index: 1;
}
.mainBox .stepBox .stepList a:hover .num {
	color: #FFE100;
}
.mainBox .stepBox .subInfo .textList li a:hover {
	opacity: 0.7;
}
.mainBox .stepBox .stepList li:last-child a:before {
	display: none;
}
}
@media screen and (max-width: 759.9px) {
.mainBox .stepBox {
	padding: 0 10px;
}
.mainBox .stepBox .h3_ttl {
	margin-bottom: 29px;
}
.mainBox .stepBox .h3_ttl .top_span {
	font-size: 13px;
}
.mainBox .stepBox .stepList {
	margin-top: -5px;
	justify-content: space-between;
}
.mainBox .stepBox .stepList li {
	margin: 5px 0 0;
	width: 49%;
}
.mainBox .stepBox .stepList a {
	padding-bottom: 36px;
}
.mainBox .stepBox .stepList .on a::before {
	width: 18px;
	height: 48px;
	right: -19px;
}
.mainBox .stepBox .stepList li:nth-child(2n) a:before {
	display: none;
}
.mainBox .stepBox .stepList li .num {
	margin: -6px auto 6px;
	width: 39px;
	height: 39px;
	font-size: 12.5px;
}
.mainBox .stepBox .stepList li .text {
	font-size: 15px;
}
.mainBox .stepBox .stepList li .smlText {
	font-size: 14.4px;
}
.mainBox .stepBox .stepList li .photo {
	bottom: 4px;
}
.mainBox .stepBox .stepList li .photo img {
	width: 67px;
	height: auto;
}
.mainBox .stepBox .stepInfo {
	margin-right: 0;
	padding: 12px 11px 8px;
}
.mainBox .stepBox .subInfo .title {
	margin-bottom: 5px;
	font-size: 16px;
}
.mainBox .stepBox .subInfo .textList {
	margin: 0 0 24px 10px;
}
.mainBox .stepBox .subInfo .textList li {
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.6;
}
.mainBox .stepBox .subInfo .note {
	font-size: 13px;
	line-height: 1.6;
}
.mainBox .stepBox .subInfo .textList li:last-of-type {
	margin-bottom: 0;
}
.mainBox .stepBox .subInfo .textList li::before {
	width: 5px;
	height: 5px;
	left: -7px;
	top: 9px;
}
.mainBox .stepBox .subInfo .text a {
	font-size: 14px;
	background-size: 12px auto;
	background-position: left 2px top 3px;
}
}

/*------------------------------------------------------------
	faqBox
------------------------------------------------------------*/
.mainBox .faqBox {
	width: 100%;
	margin: 0 auto 84px;
	padding: 20px 18px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
}
@media screen and (min-width: 760px),print {
.mainBox .faqBox {
	max-width:950px;
	min-width:760px;
}
}

.mainBox .faqBox > ul li {
    margin-bottom: 20px;
}
.mainBox .faqBox > ul li:last-child {
    margin-bottom: 0;
}
.mainBox .faqBox .ttl {
	padding: 10px 60px 22px 19px;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	border: 2px solid #172D80;
}
.mainBox .faqBox .ttl .text {
	padding: 0 37px 10px 12px;
	display: inline-block;
	background: url("../images/ln03.png") repeat-x left bottom;
	background-size: auto 6px;
}
.mainBox .faqBox .ttl::after {
	position: absolute;
    content: "";
	width: 45px;
	height: 45px;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/ic11.png") no-repeat center center/100%;
}
.mainBox .faqBox .ttl.on::after {
    background-image: url("../images/ic01.png");
	background-size: 45px auto;
}
.mainBox .faqBox li .jsBox {
	padding: 45px 0;
	display: none;
}
.mainBox .faqBox .faqDl {
	margin: 0 0 39px 30px;
}
.mainBox .faqBox .faqDl:last-child {
    margin-bottom: 0;
}
.mainBox .faqBox .faqDl dt {
	padding: 7px 0 32px 60px;
	font-size: 23px;
	font-weight: 700;
	position: relative;
	z-index: 2;
	letter-spacing: 0.05em;
}
.mainBox .faqBox .faqDl dd {
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 1.52;
	position: relative;
}
.mainBox .faqBox .faqDl dt .en,
.mainBox .faqBox .faqDl dd .en {
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
	border-radius: 50%;
	line-height: 1.4;
	position: absolute;
	vertical-align: middle;
}
.mainBox .faqBox .faqDl dt .en {
	margin-right: 9px;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	background-color: #172D80;
} 
.mainBox .faqBox .faqDl dt::after,
.mainBox .faqBox .faqDl dd .en::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #EEDA00;
}
.mainBox .faqBox .faqDl dt::after {
	bottom: -14px;
	left: 24px;
	z-index: -1;
}
.mainBox .faqBox .faqDl dd .en::after {
	width: 100%;
	height: 2px;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
}
.mainBox .faqBox .faqDl dd {
	padding-left: 104px;
	font-weight: 500;
	text-align: justify;
}
.mainBox .faqBox .faqDl dd a {
	color: #3FA8F4 !important;
	text-decoration: underline !important;
}
.mainBox .faqBox .faqDl dd .middle {
    padding-left: 11px;
    text-indent: -1em;
	font-size: 16px;
	line-height: 1.875;
	display: block;
	font-weight: 400;
}
.mainBox .faqBox .faqDl dd .middle01 {
	text-indent: 0;
	padding-left: 0;
	margin-left: 11px;
}
.mainBox .faqBox .faqDl dd .en {
	left: 57px;
	top: -6px;
	width: 40px;
	height: 40px;
	color: #172D80;
	font-weight: 900;
	font-size: 26.4px;
	background-color: #EEDA00;
}
.mainBox .faqBox .faqDl .textLst li {
    font-size: 16px;
    padding-left: 11px;
    text-indent: -1em;
	margin: 0;
}
.mainBox .faqBox .faqDl .textLst.font01 {
	padding-left: 10px;
}
.mainBox .faqBox .faqDl .textLst.font01 li {
	font-size: 18px; 
}
.mainBox .faqBox .faqDl .list li {
    padding-left: 11px;
    text-indent: -1em;
	margin: 0;
}
.mainBox .faq .btn {
	margin: 0 auto;
	width: 610px;
}
.mainBox .faq .btn a {
	display: block;
	padding: 15px 30px 16px;
	font-size: 26px;
    color: #172D80;
	font-weight: 700;
	text-align: center;
	background: #fff url("../images/ic02.png") no-repeat right 16px center/16px;
	border: 2px solid #172D80;
}
@media screen and (max-width: 759.9px) {
.mainBox .faqBox {
	margin: 0 auto;
	padding: 10px 14px 30px;
	width: auto;
	background: none;
}
.mainBox .faqBox li .jsBox {
	padding: 18px 0;
}
.mainBox .faqBox .ttl {
	padding: 7px 40px 10px 11px;
	font-size: 18.2px;
	font-weight: 700;
	background: #fff;
	letter-spacing: 0.05em;
}
.mainBox .faqBox .ttl::after {
	right: 7px;
	width: 29px;
	height: 30px;
	background-image: url("../images/sp_ic03.png");
	background-size: 29px auto;
}
.mainBox .faqBox .ttl.on::after {
	width: 29px;
	height: 30px;
	right: 7px;
	background-image: url("../images/sp_ic04.png");
	background-size: 29px auto;
}
.mainBox .faqBox .ttl .text {
	padding: 0 25px 8px 8px;
	background-size: auto 4px;
}
.mainBox .faqBox .faqDl {
	margin: 0 0 30px 10px;
}
.mainBox .faqBox .faqDl dt {
	padding: 7px 0 24px 40px;
	font-size: 15px;
	line-height: 1.53;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.mainBox .faqBox .faqDl dd {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.mainBox .faqBox .faqDl dt .en {
	margin-right: 9px;
	width: 33px;
	height: 33px;
	font-size: 21.5px;
} 
.mainBox .faqBox .faqDl dt::after {
	bottom: -8px;
	left: 16px;
	width: 1px;
}
.mainBox .faqBox .faqDl dd .en::after {
	left: -22px;
	font-size: 1.72rem;
	height: 1px;
}
.mainBox .faqBox .faqDl dd {
	padding-left: 70px;
}
.mainBox .faqBox .faqDl dd .middle {
	padding-left: 0;
	text-indent: 0;
	font-size: 11px;
	line-height: 2;
}
.mainBox .faqBox .faqDl dd .en {
	left: 38px;
	top: -6px;
	width: 26px;
	height: 26px;
	font-size: 17.2px;
}
.mainBox .faqBox .faqDl .textLst li {
	font-size: 12px;
}
.mainBox .faqBox .faqDl .textLst.font01 li {
	font-size: 12px; 
}
.mainBox .faqBox .faqDl .textLst.font01 {
	padding-left: 5px;
}
.mainBox .faq .btn {
	width: 287px;
}
.mainBox .faq .btn a {
	padding: 12px 20px 10px;
	font-size: 16.5px;
	font-weight: 700;
	background-size: 10px;
	background-position: right 10px center;
}
.mainBox .faq .btn a:hover {
	opacity: 1 !important;
	color: #172D80 !important;
}

}
@media screen and (min-width: 760px),print {
.mainBox .faq .btn a:hover {
	color: #fff !important;
	border-color: #828EBA;
	background: #828EBA url("../images/ic02_on.png") no-repeat right 16px center/16px;
}
.mainBox .faqBox .faqDl dd a:hover {
	opacity: 0.7;
}
}
@media screen and (max-width: 374px) {
.mainBox .faq .btn a {
	font-size: 13px
}
}
@media print {
body {
	-webkit-print-color-adjust: exact;
}
.sp {
	display: none;
}
.mainVisual {
	margin: 0 auto;
}
.mainVisual h1 {
	font-size: 32px;
}
.mainVisual .top_txt {
	font-size: 18px;
}
.mainVisual .top_txt .info {
	font-size: 16px;
	background-size: auto 60px;
}
.fixedBox {
	position: absolute;
}
}

/*gadget＆quicklink*/
.h2_quick{
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.search_kaigaiBar .serchBox.kaigaiS > ul {display: none!important;}

.search_kaigaiBar .topDropdownModal .topDropdownModalButton,
.search_kaigaiBar #kaigai_dp_tour .datePicker__dateText,
.search_kaigaiBar #roomNum_wrap .selectedRoom {
	height: 32px;
    align-items: center;
    display: grid;
}

.search_kaigaiBar #kaigai_dp_tour .btnSeach01 {
	border-radius: 5px;
	border: 2px solid #172D80;
	color: #172D80;
	position: relative;
	padding: 10px;
	font-size: 20px;
	width: 80%;
	background: #FFF;
	box-shadow: none;
}
.search_kaigaiBar #kaigai_dp_tour .btnSeach01:hover {
	background: #172D80;
	color: #eeda00;
	transition: 0.3s;
}
.search_kaigaiBar #kaigai_dp_tour .btnSeach01 span {color: #172D80;}
.search_kaigaiBar #kaigai_dp_tour .btnSeach01:hover span {color: #eeda00;}

@media screen and (max-width: 759.9px) {
#quick_link_list{
	background: #FFF;
    font-size: 15px;
    margin-bottom: 50px;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#quick_link_list li{
	width: calc(100% / 4);
    display: inline-block;
    border: 1px solid #172d80;
    margin-bottom: 10px;
    padding: 5px 10px 7px;
    border-radius: 25px;
}
#quick_link_list a{color: #172d80;}

}
@media screen and (min-width: 760px),print {
.search_kaigaiBar {
	transform: scale(1.1);
	margin: 25px 0 50px;
}
#quick_link_list{
	background: #FFF;
    font-size: 20px;
    margin-bottom: 50px;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#quick_link_list li{
	width: calc(100% / 7);
    display: inline-block;
    border: 1px solid #172d80;
    margin-bottom: 15px;
    padding: 5px 20px 7px;
    border-radius: 25px;
}
#quick_link_list a{
	color: #172d80;
}

}

/*notravel-nolife*/
#notravel-nolife {
	width: 96%;
    font-size: 14px;
    margin: 4% 2%;
    display: inline-block;
    text-align: center;
}

/*tripa*/
.h2_tripa{
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
@media screen and (max-width: 759.9px) {
/* おすすめ旅行情報 */
#useWrap .tripa_useWrap_wrap{width: 100%;}
#useWrap {padding: 10px;}
#useWrap div.tripa {
	width: 100%;
    margin: 5px auto 10px;
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
}
#useWrap div.tripa p {
	width: 37%;
    float: left;
    margin-right: 3%;
}
#useWrap div.tripa p img {
	width: 100%;
    height: auto;
    margin: auto;
}
#useWrap div.tripa dl {
	width: 60%;
	float:left;
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div.tripa dt {
	font-size: 14px;
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: bold;
}
#useWrap div.tripa dd {font-size: 12px;}
#useWrap div.tripa dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#useWrap div.tripa dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div.tripa dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}

}

@media screen and (min-width: 760px),print {
/* おすすめ旅行情報 */
#useWrap {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
#useWrap .tripa_useWrap_wrap{
	width: 96%;
	margin: auto;
}
#useWrap .tripa_useWrap {display: flex;}
#useWrap div.tripa {
	width: calc((100% - 40px) / 4);
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div p {
	margin: 0 auto 3%;
    height: 150px;
    overflow: hidden;
    display: block;
}
#useWrap div p img {
	width: auto;
    height: 100%;
	display: block;
    margin: auto;
}
#useWrap div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div dt {
	font-size: 16px;
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: bold;
}
#useWrap div dd {
	font-size: 14px;
}
#useWrap div dd > span {
	display: block;
	margin: 5px 0 0 0;
}
#useWrap div dd > span a {
	color: #CCC;
	font-size: 12px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div dd > span span {
	color: #F69;
	display: inline;
	font-size: 12px;
}
}

/*PR banner*/
@media screen and (max-width: 759.9px) {
.pr_banner{
	width:98%;
	margin:25px auto;
	font-size: 16px;
}
.pr_banner a {width:100%;}
.pr_banner a img{
	max-width: 100%;
	display:block;
	margin:0 auto 1% auto;
}																											
.pr_banner a img:hover {opacity:0.8;}
.pr_banner p{
	font-size: 12px;
    text-align: center;							
    margin: 5px 0;
}
}
@media screen and (min-width: 760px),print {
.pr_banner{
	width:100%;
	margin: 0 0 50px;
    font-size: 18px;
}
.pr_banner a {width:100%;}
.pr_banner a img{
	max-width:640px;
	display:block;
	margin:0 auto 1% auto;
}
.pr_banner a img:hover {opacity:0.8;}
.pr_banner p{
	margin-bottom: 25px;
	text-align:center;
}
}