@charset "utf-8";


/*-------------------------------------------- */
/* Base
---------------------------------------------- */

html,body {
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	line-height: 1.7;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 750px;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
html,body {
	font-size: 10px;
	min-width: 900px;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
html,body {
	font-size: 15.7px;
}
}
@media screen and ( min-width : 414px ) and (max-width : 600px ){
html,body {
	font-size: 11px;
}
.howto_tit {
	position: relative;
	display: inline-block;
/* 	font-size: 21px; */
	font-size: 2.1rem;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.3rem;
	text-align: center;
	margin: 20px auto;
	padding: 0 22px 0 25px;
}
}
@media screen and ( min-width : 375px ) and (max-width : 414px ){
html,body {
	font-size: 10px;
}
.intro_txt02 {
	text-align: center;
	display: block;
}
.intro_txt02 a {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:5px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.intro_txt02 a:hover {
	background: #ffb61e;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:5px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	text-align: center;
	display: block;
}
}
@media screen and (max-width: 374px) {
html,body {
	font-size: 8.5px;
}
}

body * {
	word-wrap: break-word;
}

div, dl, dt, dd, ul, ol, dl, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0;padding:0;background-color: transparent;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
strong{font-weight:bold;}
ol,ul,dl{list-style:none;}
caption,th{text-align:left;}
th,td{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
img{vertical-align:bottom; max-width:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
:focus { outline:0; }
pre { padding: 0px; }
article,aside,footer,header,nav,section,figcaption,figure,main {display:block;margin:0;padding:0;}


/* a
----------------------------------------------*/
a {
	text-decoration: none;
	outline: none;
	color: #0b3e6f;
	-webkit-text-decoration-skip: objects;
	background: transparent url(../images/spacer.png) left top no-repeat;
	cursor: pointer;
}

/* FireFox修正 */

a img {
	box-shadow: #000 0 0 0;
}

/* image
----------------------------------------------*/
img {
	border: none;
	max-width: 100%;
	width: 100%;
}

/* p
----------------------------------------------*/
p,
p span {
	background: url(../images/spacer.png) left top no-repeat;
}

/* b,strong
----------------------------------------------*/
b,
strong {
  font-weight: bolder;
}


/*-------------------------------------------- */
/* State：is_pc,is_sp
---------------------------------------------- */

.is_pc {display: none !important;}	
.is_sp {display: block !important;}

@media screen and (min-width: 768px) {
.is_pc {display: block !important;}	
.is_sp {display: none !important;}
}


/*-------------------------------------------- */
/* Base：clear
---------------------------------------------- */

.clearfix:after,
.l_header:after,
.l_contents:after,
.l_footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}


/*-------------------------------------------- */
/* Layout
---------------------------------------------- */

.l_header,
.l_contents,
.l_footer {
	width: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.l_contents {
	font-size: 1.4rem;
}


/*-------------------------------------------- */
/* Layout：Header
---------------------------------------------- */

.l_header {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #0b3e6f;
}
.l_header_wrap {
	display: block;
	width: 100%;
	padding: 6px 0 0 12px;
	box-sizing: border-box;
}
.l_header a,
l_header img {
	display: block;
	width: 100px;
	height: 27px;
}


@media screen and (min-width: 768px) {

.l_header {
	height: 50px;
}
.l_header_wrap {
	width: 900px;
	padding: 9px 0 0 24px;
	margin: 0 auto;
}
.l_header a,
l_header img {
	width: 122px;
	height: 33px;
}
.media_pc .l_header a {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc .l_header a:hover {
	opacity: 0.6;
}

}

/*--ボタンCSS追加--*/		
.tutrial{
  width: 100%;	
  }
	
.btn-gradient-radius {
  display: inline-block;
  padding: 4% 5%;
  border-radius: 55px;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;		
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

	
.toiawase{
text-align:center
}
.btn-flat-logo {
min-width :125px;
margin-left: auto;
margin-right: auto;
  position: relative;
  display: block;
  width:28%;
  font-size: 20px;
  font-weight: bold;
  border-radius: 42px;
  padding: 2.8% 5%;
  text-decoration: none;
  color: #FFF;
  background: #0b3e6f;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #3172b0;
}


/*!--追加CSSここまで--*/

/*-------------------------------------------- */
/* Layout：Footer
---------------------------------------------- */

.l_footer {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #0b3e6f;
}
.l_footer_wrap {
	display: block;
	width: 100%;
}
.l_footer .copyright {
	display: block;
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
	height: 40px;
	text-indent: -9999px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/copyright.svg) center center no-repeat;
	background-size: 100% auto;
}


@media screen and (min-width: 768px) {

.l_footer {
	height: 50px;
}
.l_footer .copyright {
	max-width: 440px;
	margin: 0 auto;
	height: 46px;
	background: url(../images/copyright.svg) center center no-repeat;
	background-size: 440px auto;
}

}


/*-------------------------------------------- */
/* Module：.topMv
---------------------------------------------- */

.topMv {
	position: relative;
	display: block;
	width: 100%;
}
.topMv_tit {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	text-indent: -9999px;
	background: url(../images/txt_mv_title.svg) left top no-repeat;
	background-size: 100% auto;
}
.topMv_tit br,
.topMv_tit img {
	display: none;
}
.topMv_appLink {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 25px;
	bottom: 6.1%;
	bottom: 0.99%;
/* 	top: 103.7%; */
/* 0318メモ-幅狭い時のバッジ */ 	
	background: url(../images/210322btn-01.png) center bottom no-repeat;
	background-size: 100% auto;
	
}
.topMv_appLink:before {
    content: "";
    display: block;
    padding-top: 17.3%;
}
.topMv_appLink_wrap {
	display: block;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.topMv_appLink_wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.topMv_appLink a {
	width: 47%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	float: left;
}
.topMv_appLink a:last-child {
	width: 53%;
}


@media screen and (min-width: 768px) {

.topMv {
	overflow: hidden;
}
.topMv_wrap {
	position: relative;
	display: block;
	width: 900px;
	height: 600px;
	text-align: center;
	margin: 0 auto;
}
.topMv_img {
	display: block;
	width: 1400px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	z-index: 1;
}
.topMv_tit {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 144px;
	left: 32px;
	text-indent: 0;
	background-image: none;
	text-align: left;
	font-size: 30px;
	font-weight: 900;
	color: #0b3e6f;
	line-height: 1.4;
	letter-spacing: 0.1rem;
}
.media_pc .topMv_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
	-ms-font-feature-settings: "normal";
}
.topMv_tit br,
.topMv_tit img {
	display: block;
}
.topMv_tit img {
	width: 246px;
	height: 80px;
	margin-top: 6px;
}
.topMv_appLink {
	width: 447px;
	height: 71px;
	left: 30px;
	bottom: 179px;
	background-image: none;
}
.topMv_appLink:before {
    padding-top: 15.8%;
}
.topMv_appLink a {
	width: 193px;
	height: 71px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	float: left;
	overflow: hidden;
	/* 0318メモ-フルサイズ時のバッジ */  	
	background: url(../images/210322btn-02.png) -35px -9px no-repeat;
	background-size: 518px auto;
	
}
.topMv_appLink a:last-child {
	width: 235px;
	/* 0318メモ-フルサイズ時のバッジ2つ目 */ 
	background: url(../images/210322btn-02.png) -247px -9px no-repeat;
	background-size: 518px auto;
	margin-left: 19px;
}
.media_pc .topMv_appLink a {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc .topMv_appLink a:hover {
	opacity: 0.6;
}

}


/*-------------------------------------------- */
/* Module：.intro
---------------------------------------------- */

.intro {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 35px 0 35px;
}

/*0205intro上下余白を狭く修正*/

.intro:before {
	content: "";
	width: 37px;
	height: 18px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: -16px;
	left: 50%;
	margin-left: -18.5px;
	background: url(../images/bg_trigona_01.svg) left top no-repeat;
	background-size: 100% auto;
}
.intro_tit {
	display: block;
/* 	font-size: 27px; */
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
	color: #0b3e6f;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}
.intro_txt {
	display: block;
/* 	font-size: 14px; */
	font-size: 1.4rem;
	width: 86.6%;
	margin: 20px auto 35px;
}
.intro_txt02 {
	display: block;
/* 	font-size: 14px; */
	font-size: 1.6rem;
	width: 86.6%;
	margin: 27px auto 35px;
	font-weight: bold;
	text-align: center;
}
.intro_img {
	display: block;
	width: 75.6%;
	margin: 0 auto;
}

.intro_howto {
	display: block;
/* 	font-size: 14px; */
	font-size: 1.4rem;
	color: #0b3d6e;
	text-align: center;
	width: 86.6%;
	margin: 40px auto 0;
	border: 4px solid #0b3e6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 22px 20px;
	box-sizing: border-box;
}
.intro_howto_tit {
	display: inline-block;
	width: auto;
	min-height: 32px;
	background: url(../images/icn_about.svg) left center no-repeat;
	background-size: 31px 31px;
	padding-left: 35px;
	box-sizing: border-box;
	font-size: 2.9rem;
	font-weight: 900;
}
.intro_howto_tit span {
	font-size: 1.8rem;
	color: #000;
}
.intro_howto_txt {
	display: block;
	text-align: left;
	margin-top: 2px;
}


@media screen and (min-width: 768px) {

.intro {
	width: 840px;
	padding: 67px 0 70px;
	margin: 0 auto;
}
.intro:before {
	width: 74px;
	height: 36px;
	bottom: -23px;
	margin-left: -37px;
}
.intro_tit {
	font-size: 38px;
	letter-spacing: 0.15rem;
}
.media_pc .intro_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.intro_txt {
	font-size: 16px;
	letter-spacing: 1px;
	width: 840px;
	margin: 34px auto 34px;
	text-align: center;
}
.intro_txt02 {
	text-align: center;
	display: block;
}
.intro_txt02 a {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	width: 840px;
	border:10px solid #ffb61e;
	margin: 34px auto 34px;
	padding: 20px 12px 20px 12px;
	border-radius: 15px;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.intro_txt02 a:hover {
	background: #ffb61e;
	font-weight:bold;
	letter-spacing: 1px;
	width: 840px;
	border:5px solid #ffb61e;
	margin: 34px auto 34px;
	padding: 20px 12px 20px 12px;
	text-align: center;
	display: block;
}
.intro_img {
	width: 510px;
	margin: 58px auto;
}

.intro_howto {
	font-size: 1.6rem;
	color: #0b3d6e;
	text-align: left;
	width: 840px;
	margin: 60px auto 0;
	border: 7px solid #0b3e6f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 27px 25px 24px 35px;
	box-sizing: border-box;
	position: relative;
}
.intro_howto_tit {
	display: block;
	width: auto;
	min-height: 52px;
	background: url(../images/icn_about.svg) left 22px no-repeat;
	background-size: 52px 52px;
	padding-left: 58px;
	font-size: 4.8rem;
	font-weight: 900;
	position: absolute;
	top: 54px;
	left: 35px;
}
.intro_howto_tit span {
	font-size: 3.0rem;
	color: #000;
}
.media_pc .intro_howto_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.intro_howto_txt {
	margin-top: 0;
	padding-left: 245px;
	letter-spacing: 0.5px;
	line-height: 1.95;
}

}
@media screen and (min-width: 600px) and (max-width: 767px) {
.intro_howto_tit {
	min-height: 48px;
	background: url(../images/icn_about.svg) left center no-repeat;
	background-size: 48px 48px;
	padding-left: 55px;
}
.intro_txt02 {
	text-align: center;
	display: block;
}
.intro_txt02 a {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:10px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	border-radius: 10px;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.intro_txt02 a:hover {
	background: #ffb61e;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:10px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	text-align: center;
	display: block;
}
}
@media screen and ( min-width : 414px ) and (max-width : 600px ){
.intro_howto_tit {
	min-height: 34px;
	background: url(../images/icn_about.svg) left center no-repeat;
	background-size: 34px 34px;
	padding-left: 38.5px;
}
.intro_txt02 {
	text-align: center;
	display: block;
}
.intro_txt02 a {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:9px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	border-radius: 10px;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.intro_txt02 a:hover {
	background: #ffb61e;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:5px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	text-align: center;
	display: block;
}
}
@media screen and (max-width: 374px) {
.intro_howto_tit {
	min-height: 26px;
	background: url(../images/icn_about.svg) left center no-repeat;
	background-size: 26px 26px;
	padding-left: 30px;
}
.intro_txt02 a {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:8px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	border-radius: 8px;
	text-align: center;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.intro_txt02 a:hover {
	background: #ffb61e;
	font-weight:bold;
	letter-spacing: 1px;
	width: 90%;
	border:5px solid #ffb61e;
	margin: 10px auto 10px;
	padding: 18px 12px 18px 12px;
	text-align: center;
	display: block;
}
}


/*-------------------------------------------- */
/* Module：.appDL
---------------------------------------------- */

.appDL {
	position: relative;
	display: block;
	width: 100%;
	background-color: #0b3e6f;
	padding: 35px 0 33px;
	text-align: center;
}
.appDL_tit {
	display: inline-block;
/* 	font-size: 18.5px; */
	font-size: 1.85rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05rem;
	text-align: left;
/* 	width: 237px; */
	height: 65px;
	line-height: 1.43;
	padding: 4px 0 0 70px;
	background: url(../images/img_logo_app_sp.png) left top no-repeat;
	background-size: 65px auto;
	margin: 0 auto 2px;
}
.appDL_appLink {
	display: block;
	width: 100%;
	position: relative;
	background: url(../images/210322btn-02.png) center bottom no-repeat;
	background-size: 100% auto;
}
.appDL_appLink:before {
    content: "";
    display: block;
    padding-top: 17.3%;
}
.appDL_appLink_wrap {
	display: block;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.appDL_appLink_wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.appDL_appLink a {
	width: 46%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	float: left;
}
.appDL_appLink a:last-child {
	width: 54%;
}


@media screen and (min-width: 768px) {

.appDL {
	padding: 68px 0 56px;
}
.appDL_wrap {
	position: relative;
	display: block;
	width: 840px;
	text-align: center;
	margin: 0 auto;
}
.appDL_tit {
	display: inline-block;
	font-size: 30px;
	letter-spacing: 0.3rem;
	height: 170px;
	padding: 14px 0 0 176px;
	background: url(../images/img_logo_app_pc.png) left top no-repeat;
	background-size: 170px auto;
	margin: 0 auto 0;
}
.media_pc .appDL_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.appDL_appLink {
	width: 620px;
	background-image: none;
	position: relative;
	margin: -117px auto 0;
}
.appDL_appLink:before {
    padding-top: 16%;
}
.appDL_appLink a {
	width: 193px;
	height: 71px;
	opacity: 1;
	/*帯部分ボタンさしかえ1*/
	background: url(../images/210322btn-02.png) -33px -8px no-repeat;
	
	background-size: 512px 89px;
	overflow: hidden;
	margin-left: 160px;
}/*帯部分ボタンさしかえ2*/
.appDL_appLink a:last-child {
	width: 235px;
	background: url(../images/210322btn-02.png) -244px -8px no-repeat;
	background-size: 512px 89px;
	margin-left: 20px;
}
.media_pc .appDL_appLink a {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc .appDL_appLink a:hover {
	opacity: 0.6;
}

}


/*-------------------------------------------- */
/* Module：.howto
---------------------------------------------- */
.howto {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	/*0206閉じ忘れ修正（カラーを白fffに変更）*/
	padding: 35px 10 0 25px;
	text-align: center;
}

/*-------------------------------------------- */
/*0205ボタン追加*/

/*0208head部分に移植*/

/*ボタンここまで*/
/*-------------------------------------------- */

.award { 
	position: relative;
	display: block;
	width: 100%;
	/*--削除　padding: 16px 0 14px; --*/
	text-align: center;
   /*--2行追加--*/
   margin-left: auto;
　　margin-right: auto;
}
.howto_tit {
	position: relative;
	display: inline-block;
/* 	font-size: 21px; */
	font-size: 2.1rem;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.3rem;
	text-align: center;
	margin: 20px auto;
	padding: 0 22px 0 25px;
}
.howto_tit:before {
	content: "";
	width: 10px;
	height: 37.5px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_title_l.svg) left top no-repeat;
	background-size: 100% auto;
}
.howto_tit:after {
	content: "";
	width: 10px;
	height: 37.5px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg_title_r.svg) right top no-repeat;
	background-size: 100% auto;
}
.howto_list {
	display: block;
	width: 86.6%;
	margin: 0 auto 0;
}
.howto_list li {
	position: relative;
	display: block;
	width: 100%;
	background-color: #0b3e6f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 33px 0 0;
	padding: 24px 0 27px;
}
.howto_list li:before {
	content: "";
	width: 37px;
	height: 23px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: -19px;
	left: 50%;
	margin-left: -18.5px;
	background: url(../images/bg_trigona_02.svg) left top no-repeat;
	background-size: 100% auto;
}

.howto_list li:last-child:before {
	display: none;
}
.howto_list li:first-child {
	margin-top: 0;
}
.howto_list_step {
/* 	font-size: 26px; */
	font-size: 2.6rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.1rem;
}
.howto_list_step span {
	color: #ffb61e;
}
.howto_list_txt01 {
/* 	font-size: 22px; */
	font-size: 2.2rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 8px;
}
.howto_list li:first-child .howto_list_txt01 {
	padding-bottom: 0;	
}
.howto_list li:first-child .howto_list_img {
	margin-top: 52px;
}
.howto_list_txt02 {
/* 	font-size: 14px; */
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.6;
	padding-top: 5px;
}


@media screen and (min-width: 768px) {

.howto {
	padding: 40px 0 92px;
}
.howto:before {
	content: "";
	width: 74px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: -23px;
	left: 50%;
	margin-left: -37px;
	background: url(../images/bg_trigona_04.svg) left top no-repeat;
	background-size: 100% auto;
}
.howto_wrap {
	position: relative;
	display: block;
	width: 840px;
	text-align: center;
	margin: 0 auto;
}
.howto_tit {
	font-size: 36px;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.4rem;
	padding: 0 38px 0 42px;
}
.media_pc .howto_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.howto_tit:before {
	width: 17px;
	height: 64px;
	top: 4px;
}
.howto_tit:after {
	width: 17px;
	height: 64px;
	top: 4px;
}

.howto_list {
	width: 840px;
	margin: 49px auto 0;
}
.howto_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.howto_list li {
	width: 260px;
	height: 530px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 0 30px;
	padding: 27px 0 0;
	box-sizing: border-box;
	float: left;
}
.howto_list li:before {
	width: 46px;
	height: 74px;
	z-index: 2;
	bottom: 221px;
	left: 235px;
	margin-left: 0;
	background: url(../images/bg_trigona_03.svg) left top no-repeat;
	background-size: 100% auto;
}

.howto_list li:last-child:before {
	display: none;
}
.howto_list li:first-child {
	margin: 0;
}
.howto_list_step {
	font-size: 25px;
	letter-spacing: 0.1rem;
}
.media_pc .howto_list_step {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.howto_list_txt01 {
	font-size: 23px;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 8px;
}
.media_pc .howto_list_txt01 {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.howto_list_txt02 {
	font-size: 16px;
	line-height: 1.5;
	padding-top: 5px;
	letter-spacing: 0.1rem;
}
.media_pc .howto_list_txt02 {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.howto_list li:nth-child(1) .howto_list_img {
	display: block;
	position: relative;
	width: 363px;
	height: 223px;
	z-index: 2;
	margin-left: -53px;
	margin-top: 28px;
	margin-bottom: 28px;
}
.howto_list li:nth-child(2) .howto_list_img {
	display: block;
	position: relative;
	width: 305px;
	height: 244px;
	z-index: 2;
	margin-left: -24px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.howto_list li:nth-child(3) .howto_list_img {
	display: block;
	position: relative;
	width: 296px;
	height: 236px;
	z-index: 2;
	margin-left: -28px;
	margin-top: 16px;
	margin-bottom: 18px;
}

}


@media screen and (min-width: 600px) and (max-width: 767px) {

.howto_tit {
	padding: 0 33px 0 37px;
}
.howto_tit:before {
	width: 15px;
	height: 57px;
}
.howto_tit:after {
	width: 15px;
	height: 57px;
}

}
@media screen and ( min-width : 414px ) and (max-width : 600px ){

.howto_tit {
	padding: 0 24px 0 27px;
}
.howto_tit:before {
	width: 11px;
	height: 42px;
}
.howto_tit:after {
	width: 11px;
	height: 42px;
}
.howto_tit {
	position: relative;
	display: inline-block;
/* 	font-size: 21px; */
	font-size: 2.1rem;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.3rem;
	text-align: center;
	margin: 20px auto;
	padding: 0 22px 0 25px;
}
.intro_howto {
	width: 86.6%;
	margin: 27px auto 35px;
}

}
/*
@media screen and (min-width: 375px) and (max-width: 413px) {

}
*/
@media screen and (max-width: 374px) {

.howto_tit {
	padding: 0 19px 0 22px;
	line-height: 1.9;
}
.howto_tit:before {
	width: 9px;
	height: 33px;
}
.howto_tit:after {
	width: 9px;
	height: 33px;
}

}


/*-------------------------------------------- */
/* Module：.recommend
---------------------------------------------- */

.recommend {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 35px 0 35px;
	text-align: center;
}
.recommend:before {
	content: "";
	width: 37px;
	height: 18px;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: -16px;
	left: 50%;
	margin-left: -18.5px;
	background: url(../images/bg_trigona_01.svg) left top no-repeat;
	background-size: 100% auto;
}
.recommend_tit {
	position: relative;
	display: inline-block;
/* 	font-size: 21px; */
	font-size: 2.1rem;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.1rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 17px 0 25px;
}
.recommend_tit:before {
	content: "";
	width: 10px;
	height: 37.5px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_title_l.svg) left top no-repeat;
	background-size: 100% auto;
}
.recommend_tit:after {
	content: "";
	width: 10px;
	height: 37.5px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg_title_r.svg) right top no-repeat;
	background-size: 100% auto;
}
.recommend_list {
	display: block;
	width: 86.6%;
	margin: 45px auto 0;
}
.recommend_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.recommend_list li {
	display: block;
	clear: both;
	float: left;
	width: 69.2%;
}
.recommend_list li:nth-child(2) {
	float: right;
	margin-top: 8px;
}
.recommend_list_txt {
/* 	font-size: 17px; */
	font-size: 1.7rem;
	font-weight: 900;
	color: #0b3e6f;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.recommend_list li:nth-child(2) .recommend_list_txt {
	padding-left: 10px;
}


@media screen and (min-width: 768px) {

.recommend {
	padding: 75px 0 44px;
}
.recommend:before {
	width: 74px;
	height: 36px;
	bottom: -23px;
	margin-left: -37px;
}
.recommend_wrap {
	position: relative;
	display: block;
	width: 840px;
	text-align: center;
	margin: 0 auto;
}
.recommend_tit {
	font-size: 36px;
	color: #0b3e6f;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding: 0 30px 0 42px;
}
.media_pc .recommend_tit {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.recommend_tit:before {
	width: 17px;
	height: 64px;
	top: 4px;
}
.recommend_tit:after {
	width: 17px;
	height: 64px;
	top: 4px;
}

.recommend_list {
	display: block;
	width: 845px;
	margin: 45px auto 0;
}
.recommend_list li {
	clear: none;
	width: 263px;
	margin: 0 0 0 28px;
}
.recommend_list li:nth-child(1) {
	margin-left: 0;
}
.recommend_list li:nth-child(2) {
	float: left;
	margin-top: 0;
}
.recommend_list_txt {
	font-size: 19px;
	line-height: 1.47;
	letter-spacing: 0.1rem;
	padding-bottom: 8px;
}
.media_pc .recommend_list_txt {
	font-family: 'NotoSansJP-Black', sans-serif;
}
.recommend_list li:nth-child(2) .recommend_list_txt {
	padding-left: 5px;
}

}


@media screen and (min-width: 600px) and (max-width: 767px) {

.recommend_tit {
	padding: 0 33px 0 37px;
}
.recommend_tit:before {
	width: 15px;
	height: 57px;
}
.recommend_tit:after {
	width: 15px;
	height: 57px;
}

}
@media screen and ( min-width : 414px ) and (max-width : 600px ){

.recommend_tit {
	padding: 0 24px 0 27px;
}
.recommend_tit:before {
	width: 11px;
	height: 42px;
}
.recommend_tit:after {
	width: 11px;
	height: 42px;
}

}
/*
@media screen and (min-width: 375px) and (max-width: 413px) {

}
*/
@media screen and (max-width: 374px) {

.recommend_tit {
	padding: 0 19px 0 22px;
	line-height: 1.9;
}
.recommend_tit:before {
	width: 9px;
	height: 33px;
}
.recommend_tit:after {
	width: 9px;
	height: 33px;
}

}


/*-------------------------------------------- */
/* Module：.info
---------------------------------------------- */

.info {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 30px 0 32px;
}
.info_tit {
	display: block;
	font-size: 14px;
	color: #0b3e6f;
	font-weight: 900;
	width: 86.6%;
	margin: 0 auto;
}
.info_txt {
	display: block;
	font-size: 14px;
	width: 86.6%;
	margin: 0 auto;
}
.info_txt a {
	color: #0b3e6f;
}
.info_txt + .info_tit {
	margin-top: 26px;
}
.info_txt span {
	display: block;
	width: 100%;
	height: 28px;
	background: url(../images/txt_mail.svg) -2px top no-repeat;
	background-size: 200px 28px;
	pointer-events: none;
}

@media screen and (min-width: 768px) {

.info {
	width: 840px;
	padding: 30px 0 32px;
	margin: 0 auto;
}
.info_tit {
	font-size: 16px;
	width: 840px;
}
.info_txt {
	font-size: 16px;
	width: 840px;
}
.info_txt + .info_tit {
	margin-top: 22px;
}
.media_pc .info_txt a {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc .info_txt a:hover {
	opacity: 0.6;
}
.info_txt span {
	width: 200px;
}

}
