@charset "shift_jis";

body{
	font-family: 'Heebo', "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}
body *{
	box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
	body{
		font-size: 1.6rem;
	}
	.spOnly {
		display: none;
	}
	#content #main {
		overflow-x: hidden;
	}
	.contents {
		width: 1200px;
		margin: 0 auto;
		padding: 0 0 96px;
	}
	/* Header
	=========================================*/
	#main #spNavSwitch {
		display: none;
	}
	/* footer
	=========================================*/
	#footer {
		max-width: 100%;
		padding-top: 20px;
		border-top: solid 1px #cccccc;
	}
	/* mainvisual
	=========================================*/
	.mainvisual {
		position: relative;
		text-align: center;
	}
	.mainvisual .mainvisualHeading1 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: clamp(180px,calc(240 / 1920 *100vw),240px);
		right: 0;
		left: 0;
		width: fit-content;
		min-width: 625px;
		min-height: 200px;
		margin: auto;
		padding: 50px 20px;
		background-color: #fff;
		background-image: url("/insurance/travel/img/index_main01_pc.png"),url("/insurance/travel/img/index_main02_pc.png");
		background-position: top 5px left 5px,top 5px right 5px;
		background-repeat: no-repeat,no-repeat;
		box-shadow: 0px 5px 0 0 rgba(0,0,0,0.3);
	}
	.mainvisual .mainvisualHeading1::before {
		content: '';
		position: absolute;
		top: -23px;
		left: 24px;
		width: 111px;
		height: 85px;
		background: url("/insurance/travel/img/index_main03.png") no-repeat 0 0 / contain
	}
	.mainvisual .mainvisualHeading1::after {
		content: '';
		position: absolute;
		top: -29px;
		right: 26px;
		width: 54px;
		height: 86px;
		background: url("/insurance/travel/img/index_main04.png") no-repeat 0 0 / contain
	}
	.mainvisual .mainvisualHeading1 .mainvisualHeading1Title {
		text-align: center;
		font-size: 5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	/* heading
	=========================================*/
	.travel-heading02 {
		margin-top: 20px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	/* text
	=========================================*/
	.travel-text01 {
		margin-top: 40px;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	/* section
	=========================================*/
	.travel-section01 {
		margin: 60px calc(((calc(100vw - 230px) - 100%) / 2) * -1) 0;
		padding: 53px calc((calc(100vw - 230px) - 100%) / 2) 65px;
		background-color: #ecf6f8;
	}
	.travel-section01 >:first-child {
		margin-top: 0 !important;
	}
	/* image
	=========================================*/
	.travel-image01 {
		margin-top: 32px;
		text-align: center;
	}
	.travel-image01 a {
		display: inline-block;
		border-radius: 5px;
		border: 5px solid #fff;
		transition: 0.3s all ease-out;
	}
	.travel-image01 a:hover {
		opacity: 0.7;
	}
	/* button
	=========================================*/
	.travel-button01 {
		margin-top: 40px;
		text-align: center;
	}
	.travel-button01 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 17px 49px;
		border-radius: 70px;
		border: 4px solid #ebebeb;
		background-color: #fff;
		font-size: 2rem;
		color: inherit;
		text-decoration: none;
		box-shadow: 0px 6px 0px 0px rgba(204, 204, 204, 1.00);
		transition: 0.3s all ease-out;
	}
	.travel-button01 a:hover {
		box-shadow: none;
		transform: translateY(6px);
	}
	.travel-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 10px;
		height: 15px;
		margin-top: -7.5px;
		background: url("/insurance/travel/img/index_ic02.png") no-repeat 0 0 / contain;
	}
	.travel-button01 a[data-type="back"]::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		width: 10px;
		height: 15px;
		margin-top: -7.5px;
		background: url("/insurance/travel/img/index_ic02.png") no-repeat 0 0 / contain;
		transform: rotate(180deg)
	}
	/* card
	=========================================*/
	.travel-cardWrap {
		display: flex;
		flex-flow: wrap;
		gap: 40px;
		width: 880px;
		margin: 30px auto 0;
	}
	.travel-card {
		width: calc(50% - 40px / 2);
	}
	.travel-card a {
		display: flex;
		flex-flow: column;
		align-items: center;
		height: 100%;
		padding-top: 30px;
		border-radius: 20px;
		border: 4px solid #ebebeb;
		text-decoration: none;
		color: #404040;
		box-shadow: 0px 6px 0px 0px rgba(204, 204, 204, 1.00);
		overflow: hidden;
		transition: 0.3s all ease-out;
	}
	.travel-card a:hover {
		transform: translateY(6px);
		box-shadow: none;
	}
	.travel-card a .travel-cardTitle {
		flex-grow: 1;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.travel-card a .travel-cardImage {
		margin-top: 30px;
	}
	.travel-card a .travel-cardBody {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 89px;
		margin-top: 40px;
		padding: 15px 60px;
		background: url("/insurance/travel/img/index_ic01.png") #45aab9 no-repeat top 50% right 24px / 26px;
	}
	.travel-card a .travel-cardText {
		font-size: 2.4rem;
		color: #fff;
		font-weight: bold;
	}

}
@media print, screen and (max-width: 1450px) and (min-width: 751px) {
	#content #main {
		width: 1250px;
		overflow-x: visible;
	}
	#page {
		overflow: visible;
	}
	.travel-section01 {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media print, screen and (max-width: 750px) {
	.contents {
		padding: 0 10px 70px;
	}
	.pcOnly {
		display: none;
	}
/* Header
	=========================================*/
	header {
		position: relative;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,20%);
		z-index: 1;
	}
	header .campaign-headerInner {
		padding: 20px 10px;
	}
	#spNavSwitch{
		box-shadow: none;
	}
	#spNavSwitch a{
		position: relative;
		width: 50px;
		height: 42px;
		padding: 25px 0 0 0;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1;
		color: #333333;
	}
	#spNavSwitch a::before{
		position: absolute;
		top: 7px;
		left: 50%;
		width: 20px;
		height: 14px;
		margin-left: -10px;
		background: url("/insurance/images/index/renew/index_ic31.png") no-repeat 0 0/100% auto;
	}
	#spNavSwitch.open a::before{
		top: 5px;
		left: 50%;
		width: 16px;
		height: 16px;
		margin-left: -8px;
		background: url("/insurance/images/index/renew/index_ic32.png") no-repeat 0 0/100% auto;
	}
	/* mainvisual
	=========================================*/
	.mainvisual {
		position: relative;
		text-align: center;
	}
	.mainvisual .mainvisualHeading1 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: calc(190 / 720 *100vw);
		right: 0;
		left: 0;
		width: fit-content;
		min-width: calc(585 / 720 *100vw);
		min-height: calc(160 / 720 *100vw);
		margin: auto;
		padding: calc(40 / 720 *100vw) calc(20 / 720 *100vw);
		background-color: #fff;
		background-image: url("/insurance/travel/img/index_main01_sp.png"),url("/insurance/travel/img/index_main02_sp.png");
		background-size: calc(130 / 720 *100vw),calc(130 / 720 *100vw);
		background-position: top calc(5 / 720 *100vw) left calc(5 / 720 *100vw),top calc(5 / 720 *100vw) right calc(5 / 720 *100vw);
		background-repeat: no-repeat,no-repeat;
		box-shadow: 0px 5px 0 0 rgba(0,0,0,0.3);
	}
	.mainvisual .mainvisualHeading1::before {
		content: '';
		position: absolute;
		top: calc(23 / 720 *100vw * -1);
		left: calc(5 / 720 *100vw);
		width: calc(111 / 720 *100vw);
		height: calc(85 / 720 *100vw);
		background: url("/insurance/travel/img/index_main03.png") no-repeat 0 0 / contain
	}
	.mainvisual .mainvisualHeading1::after {
		content: '';
		position: absolute;
		top: calc(29 / 720 *100vw * -1);
		right: calc(6 / 720 *100vw);
		width: calc(54 / 720 *100vw);
		height: calc(86 / 720 *100vw);
		background: url("/insurance/travel/img/index_main04.png") no-repeat 0 0 / contain
	}
	.mainvisual .mainvisualHeading1 .mainvisualHeading1Title {
		text-align: center;
		font-size: calc(46 / 720 *100vw);
		font-weight: bold;
		line-height: 1.4;
	}
	/* heading
	=========================================*/
	.travel-heading02 {
		margin-top: 15px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	/* text
	=========================================*/
	.travel-text01 {
		margin-top: 25px;
		text-align: center;
		font-size: 1.5rem;
	}
	/* section
	=========================================*/
	.travel-section01 {
		margin: 30px -10px 40px;
		padding: 25px 10px 30px;
		background-color: #ecf6f8;
	}
	.travel-section01 >:first-child {
		margin-top: 0 !important;
	}
	/* image
	=========================================*/
	.travel-image01 {
		margin-top: 20px;
		padding: 0 17px;
		text-align: center;
	}
	.travel-image01 a {
		display: inline-block;
		border-radius: 3px;
		border: 3px solid #fff;
	}
	/* button
	=========================================*/
	.travel-button01 {
		margin-top: 20px;
		text-align: center;
	}
	.travel-button01 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 7px 33px;
		border-radius: 60px;
		border: 2px solid #ebebeb;
		background-color: #fff;
		font-size: 1.5rem;
		color: inherit;
		line-height: 1.4;
		text-decoration: none;
		box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 1.00);
	}
	.travel-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 10px;
		margin-top: -5px;
		background: url("/insurance/travel/img/index_ic02.png") no-repeat 0 0 / contain;
	}
	.travel-button01 a[data-type="back"]::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		width: 7px;
		height: 10px;
		margin-top: -5px;
		background: url("/insurance/travel/img/index_ic02.png") no-repeat 0 0 / contain;
		transform: rotate(180deg)
	}
	/* card
	=========================================*/
	.travel-cardWrap {
		display: flex;
		flex-flow: wrap;
		gap: 10px;
		margin: 25px auto 0;
	}
	.travel-card {
		width: calc(50% - 10px / 2);
	}
	.travel-card a {
		display: flex;
		flex-flow: column;
		align-items: center;
		height: 100%;
		padding-top: 15px;
		border-radius: 10px;
		border: 2px solid #ebebeb;
		text-decoration: none;
		color: #404040;
		box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 1.00);
		overflow: hidden;
	}
	.travel-card a .travel-cardTitle {
		flex-grow: 1;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.4;
		padding: 0 12px;
	}
	.travel-card a .travel-cardImage {
		margin-top: 15px;
		padding: 0 12px;
	}
	.travel-card a .travel-cardBody {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 34px;
		margin-top: 18px;
		padding: 7px 25px;
		background: url("/insurance/travel/img/index_ic01.png") #45aab9 no-repeat top 50% right 10px / 13px;
	}
	.travel-card a .travel-cardText {
		font-size: 1.4rem;
		color: #fff;
		font-weight: bold;
	}

}
